|
@@ -15,9 +15,8 @@
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
import { SFloorParser, getJsonz } from "@persagy-web/big";
|
|
import { SFloorParser, getJsonz } from "@persagy-web/big";
|
|
-import { SImageItem, SImageShowType } from "@persagy-web/graph";
|
|
|
|
|
|
+import { SImageItem, SImageShowType,SGraphPropertyCommand } from "@persagy-web/graph";
|
|
import { SPlanView, SPlanParser, SPlanScene, SPlanDecorator, SPlanEquipment, SPlanZone } from "@/lib";
|
|
import { SPlanView, SPlanParser, SPlanScene, SPlanDecorator, SPlanEquipment, SPlanZone } from "@/lib";
|
|
-import { SGraphPropertyCommand } from "@persagy-web/edit";
|
|
|
|
import planTooltip from "./planTooltip.vue";
|
|
import planTooltip from "./planTooltip.vue";
|
|
import { mapState, mapMutations } from "vuex";
|
|
import { mapState, mapMutations } from "vuex";
|
|
import base64ToFile from "@/utils/base64ToFile";
|
|
import base64ToFile from "@/utils/base64ToFile";
|