@xtctwins/tctwins-bimx-engine 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +193 -196
- package/dist/{alert-ChDNxVgQ.mjs → Alert-CSiEPFGt.mjs} +8 -8
- package/dist/AnnotationTool-CKzHkqWM.mjs +239 -0
- package/dist/BIMX_Viewer_Lib.es.js +3 -3
- package/dist/BIMX_Viewer_Lib.umd.js +222 -175
- package/dist/CommentTool-5HhGDqpg.mjs +1541 -0
- package/dist/{HiddenTool-CoPawMRd.mjs → HiddenTool-BGFoHMWC.mjs} +16 -16
- package/dist/{InspectorTool-BIvnydPf.mjs → InspectorTool-DD3w7k07.mjs} +66 -66
- package/dist/{MeasureTool-BUi0QI_R.mjs → MeasureTool-COR8QLDf.mjs} +126 -102
- package/dist/{MouseTool-CdVwRiX1.mjs → MouseTool-OxODcO4X.mjs} +35 -32
- package/dist/{NavigateTool-DoP9z3yP.mjs → NavigateTool-Bw6GFzsg.mjs} +13 -13
- package/dist/{panel.vue_vue_type_style_index_0_lang-BaSZShh_.mjs → Panel.vue_vue_type_style_index_0_lang-DgM_qGLO.mjs} +2 -2
- package/dist/{RoamTool-POFy076i.mjs → RoamTool-X-b0hsmJ.mjs} +14 -14
- package/dist/ScreenShotTool-0xSJZBBw.mjs +430 -0
- package/dist/SectionTool-BqI2Qnk5.mjs +343 -0
- package/dist/SettingTool-CGkRGfZH.mjs +747 -0
- package/dist/StructureTree-CWAXoI0r.mjs +1662 -0
- package/dist/{tallPanel-DKlcFjrl.mjs → TallPanel-CR5vNQ4c.mjs} +14 -14
- package/dist/bimTools-D3TraX9d.mjs +75 -0
- package/dist/el-slider-CBVU9_og.mjs +1040 -0
- package/dist/{index-Dsq1epCY.mjs → index-CwRGVhoT.mjs} +55597 -53543
- package/dist/index.html +17 -17
- package/dist/style.css +1 -1
- package/package.json +4 -3
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +38 -10
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +37 -9
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFTool.vue.d.ts +4 -7
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +5 -7
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +5 -6
- package/types/components/BCFComponents/commentInput.vue.d.ts +36 -10
- package/types/components/BCFComponents/commentsView.vue.d.ts +36 -7
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +5 -8
- package/types/components/BCFComponents/imageView.vue.d.ts +5 -7
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +18 -1
- package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +32 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/InspectorTool.vue.d.ts +2 -0
- package/types/components/BimViewerComponents/MeasureTool.vue.d.ts +2 -0
- package/types/components/BimViewerComponents/MobileCommentsTool/{add.vue.d.ts → MobileCommentAdd.vue.d.ts} +6 -8
- package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +4 -5
- package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
- package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +478 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +499 -7
- package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SectionTool.vue.d.ts +4 -0
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +4 -6
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +4026 -1
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +18 -1
- package/types/components/BimxViewerComp.vue.d.ts +7 -14
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +37 -10
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +37 -9
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +499 -7
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +478 -1
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +5 -8
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +38 -12
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +7 -9
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +5 -7
- package/types/components/bcf/AddObjectOrAnno.vue.d.ts +16 -0
- package/types/components/bcf/BCFAddPanel.vue.d.ts +55 -0
- package/types/components/bcf/BCFDetailPanel.vue.d.ts +59 -0
- package/types/components/bcf/BCFDisplayList.vue.d.ts +18 -0
- package/types/components/bcf/BCFFilter.vue.d.ts +14 -0
- package/types/components/bcf/BCFTool.vue.d.ts +15 -0
- package/types/components/bcf/CheckObjectPanel.vue.d.ts +11 -0
- package/types/components/bcf/CommentInput.vue.d.ts +51 -0
- package/types/components/bcf/CommentsView.vue.d.ts +48 -0
- package/types/components/bcf/DialogPanel.vue.d.ts +15 -0
- package/types/components/bcf/ImageView.vue.d.ts +17 -0
- package/types/components/bcf/ImageZoomIn.vue.d.ts +9 -0
- package/types/components/bcf/MobileBCFAdd.vue.d.ts +56 -0
- package/types/components/bcf/MobileBCFDetail.vue.d.ts +55 -0
- package/types/components/bcf/MobileBCFDisplayList.vue.d.ts +498 -0
- package/types/components/bcf/MobileBCFFilter.vue.d.ts +475 -0
- package/types/components/bcf/MobileBCFTool.vue.d.ts +17 -0
- package/types/components/bcf/MobileCommentInput.vue.d.ts +54 -0
- package/types/components/bcf/MobileCommentsView.vue.d.ts +17 -0
- package/types/components/bcf/SelectPanel.vue.d.ts +12 -0
- package/types/components/bimxViewer.vue.d.ts +7 -14
- package/types/components/comment/mobile/MobileCommentAdd.vue.d.ts +14 -0
- package/types/components/comment/mobile/MobileDetail.vue.d.ts +11 -0
- package/types/components/comment/mobile/MobileDraw.vue.d.ts +17 -0
- package/types/components/comment/mobile/MobileFilter.vue.d.ts +475 -0
- package/types/components/comment/mobile/MobileList.vue.d.ts +497 -0
- package/types/components/comment/mobile/MobileZoomIn.vue.d.ts +9 -0
- package/types/components/comment/pc/PcDraw.vue.d.ts +14 -0
- package/types/components/shared/Alert.vue.d.ts +32 -0
- package/types/components/shared/CloseButton.vue.d.ts +50 -0
- package/types/components/shared/CloseButtonDark.vue.d.ts +32 -0
- package/types/components/shared/EmptyPage.vue.d.ts +6 -0
- package/types/components/shared/Loading.vue.d.ts +2 -0
- package/types/components/shared/Panel.vue.d.ts +47 -0
- package/types/components/shared/Prompt.vue.d.ts +8 -0
- package/types/components/shared/RectangleButton.vue.d.ts +106 -0
- package/types/components/shared/TallPanel.vue.d.ts +69 -0
- package/types/components/shared/TallPanelNoPos.vue.d.ts +82 -0
- package/types/components/tools/AnnotationTool.vue.d.ts +14 -0
- package/types/components/tools/AppToolbar.vue.d.ts +27 -0
- package/types/components/tools/ClickEvent.vue.d.ts +6 -0
- package/types/components/tools/CommentTool.vue.d.ts +45 -0
- package/types/components/tools/HiddenTool.vue.d.ts +12 -0
- package/types/components/tools/InspectorTool.vue.d.ts +14 -0
- package/types/components/tools/MeasureTool.vue.d.ts +14 -0
- package/types/components/tools/MouseTool.vue.d.ts +6 -0
- package/types/components/tools/NavigateTool.vue.d.ts +10 -0
- package/types/components/tools/RoamTool.vue.d.ts +12 -0
- package/types/components/tools/ScreenShotTool.vue.d.ts +10 -0
- package/types/components/tools/SectionTool.vue.d.ts +14 -0
- package/types/components/tools/SettingTool.vue.d.ts +13 -0
- package/types/components/tools/StructureTree.vue.d.ts +11645 -0
- package/types/components/tools/Toolbar.vue.d.ts +10 -0
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
- package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
- package/types/components/utilsComponents/loading.vue.d.ts +1 -1
- package/types/components/utilsComponents/panel.vue.d.ts +8 -2
- package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +3 -1
- package/types/components/utilsComponents/tallPanel.vue.d.ts +13 -3
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +13 -3
- package/types/composables/useBimViewerEvent.d.ts +44 -0
- package/types/composables/useEmitHandler.d.ts +2 -0
- package/types/composables/useToolActive.d.ts +1 -0
- package/types/composables/useToolReady.d.ts +1 -0
- package/types/i18n/index.d.ts +5 -1
- package/types/i18n/locales/en-US.d.ts +1 -0
- package/types/i18n/locales/zh-CN.d.ts +1 -0
- package/types/pages/BimxViewerEntry.vue.d.ts +5 -57
- package/types/pages/viewerEntry.vue.d.ts +7 -57
- package/types/store/bcfReflect.d.ts +13 -81
- package/types/store/const/app.d.ts +66 -0
- package/types/store/const/bimTools.d.ts +81 -0
- package/types/store/const/project.d.ts +48 -0
- package/types/store/const/theme.d.ts +16 -0
- package/types/store/const/toolbar.d.ts +26 -0
- package/types/store/const.d.ts +11 -228
- package/types/store/initConfigs.d.ts +1 -1
- package/types/store/toolbars.d.ts +68 -46
- package/types/store/userInfoStore.d.ts +1 -1
- package/types/stores/viewerStore.d.ts +112 -0
- package/types/types/bcf.d.ts +83 -0
- package/types/types/events.d.ts +88 -0
- package/types/utils/OSSHelper.d.ts +27 -0
- package/types/utils/cacheInfo.d.ts +26 -3
- package/types/utils/dbscan.d.ts +1 -0
- package/types/utils/eventBus.d.ts +1 -83
- package/types/viewerManager/viewerManager.d.ts +53 -3
- package/dist/AnnotationTool-CGRte6Cc.mjs +0 -167
- package/dist/CommentTool-CT3wFozB.mjs +0 -1529
- package/dist/ScreenShotTool-CcUyU0g7.mjs +0 -357
- package/dist/SectionTool-DGjjH3JO.mjs +0 -331
- package/dist/SettingTool-CjXfbX5r.mjs +0 -657
- package/dist/StructureTree-DdRX-y-V.mjs +0 -1583
- package/dist/const-DOnRsYpZ.mjs +0 -389
- package/dist/el-input-number-CK5d8pzH.mjs +0 -818
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +0 -22
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +0 -8
- package/types/tests/cmt.d.ts +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
const E = { class: "tall_panel_content" },
|
|
1
|
+
import { B as g, C as t, T as r, K as y, L as x, H as S, I as k } from "./index-CwRGVhoT.mjs";
|
|
2
|
+
import { defineComponent as P, ref as c, onMounted as W, watch as b, openBlock as _, createElementBlock as f, normalizeStyle as w, createElementVNode as o, toDisplayString as C, createVNode as T, unref as h, renderSlot as N, createCommentVNode as B } from "vue";
|
|
3
|
+
const E = { class: "tall_panel_content" }, H = { class: "panel_top" }, $ = { class: "panel_title" }, L = { class: "panel_close" }, I = { class: "panel_content" }, M = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "width-set",
|
|
6
6
|
id: "lineWidthSet"
|
|
7
|
-
}, V = /* @__PURE__ */
|
|
8
|
-
__name: "
|
|
7
|
+
}, V = /* @__PURE__ */ P({
|
|
8
|
+
__name: "TallPanel",
|
|
9
9
|
props: {
|
|
10
10
|
panelTitle: {
|
|
11
11
|
type: String,
|
|
@@ -31,7 +31,7 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
31
31
|
},
|
|
32
32
|
setup(a) {
|
|
33
33
|
const m = g(), i = a, n = c(), l = c(i.width);
|
|
34
|
-
|
|
34
|
+
W(() => {
|
|
35
35
|
i.pos == "left" && (n.value.style.left = `${0 + t("leftWidth")}px`), i.pos == "right" && (n.value.style.right = `${0 + t("rightWidth")}px`), n.value.style.top = `${0 + t("topHeight")}px`, n.value.style.bottom = `${0 + t("bottomHeight")}px`;
|
|
36
36
|
});
|
|
37
37
|
let d, p = 0, u = 0;
|
|
@@ -42,7 +42,7 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
42
42
|
d && (u = e.x - p, p = e.x, l.value += u, l.value < 286 && (l.value = 286), r.setProperty("--left-toggle-left", (14 + l.value).toString() + "px"));
|
|
43
43
|
}), document.addEventListener("mouseup", (e) => {
|
|
44
44
|
d = !1;
|
|
45
|
-
}),
|
|
45
|
+
}), b(
|
|
46
46
|
() => m.isToolActive(0),
|
|
47
47
|
(e) => {
|
|
48
48
|
t("navCubePos").pos.includes(t("treePos")) && y("navCubePos", { pos: t("navCubePos").pos, posNum: x(e, 286) }), r.setProperty("--left-toggle-left", e ? (14 + l.value).toString() + "px" : "14px");
|
|
@@ -57,8 +57,8 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
57
57
|
style: w({ width: l.value.toString() + "px" })
|
|
58
58
|
}, [
|
|
59
59
|
o("div", E, [
|
|
60
|
-
o("div",
|
|
61
|
-
o("div",
|
|
60
|
+
o("div", H, [
|
|
61
|
+
o("div", $, C(a.panelTitle), 1),
|
|
62
62
|
o("div", L, [
|
|
63
63
|
T(v, {
|
|
64
64
|
width: 18,
|
|
@@ -68,17 +68,17 @@ const E = { class: "tall_panel_content" }, $ = { class: "panel_top" }, H = { cla
|
|
|
68
68
|
}, null, 8, ["click-handle", "light", "dark"])
|
|
69
69
|
])
|
|
70
70
|
]),
|
|
71
|
-
o("div",
|
|
71
|
+
o("div", I, [
|
|
72
72
|
N(e.$slots, "default", {}, void 0, !0)
|
|
73
73
|
])
|
|
74
74
|
]),
|
|
75
|
-
a.setWidth ? (_(), f("div", M, s[0] || (s[0] = [
|
|
75
|
+
a.setWidth ? (_(), f("div", M, [...s[0] || (s[0] = [
|
|
76
76
|
o("div", { class: "set-line" }, null, -1)
|
|
77
|
-
]))) : B("", !0)
|
|
77
|
+
])])) : B("", !0)
|
|
78
78
|
], 4);
|
|
79
79
|
};
|
|
80
80
|
}
|
|
81
|
-
}),
|
|
81
|
+
}), A = /* @__PURE__ */ k(V, [["__scopeId", "data-v-576e0a25"]]);
|
|
82
82
|
export {
|
|
83
|
-
|
|
83
|
+
A as _
|
|
84
84
|
};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
const e = [
|
|
2
|
+
{ id: 0, name: "section.bulk.deleteAll" },
|
|
3
|
+
{ id: 1, name: "section.bulk.flipAll" },
|
|
4
|
+
{ id: 2, name: "section.bulk.showAll" },
|
|
5
|
+
{ id: 4, name: "section.bulk.hideAll" }
|
|
6
|
+
], i = [
|
|
7
|
+
{ id: 1, code: "distance", name: "距离", label: "measure.distance", img: "pmeasure-distance", imgActive: "pmeasure-distance-active", svg: "distance", svgActive: "distance-active" },
|
|
8
|
+
{ id: 2, code: "angle", name: "角度", label: "measure.angle", img: "pmeasure-angle", imgActive: "pmeasure-angle-active", svg: "angle", svgActive: "angle-active" }
|
|
9
|
+
], t = [
|
|
10
|
+
{ id: 0, size: "1" },
|
|
11
|
+
{ id: 1, size: "2" },
|
|
12
|
+
{ id: 2, size: "3" }
|
|
13
|
+
], a = [
|
|
14
|
+
{ id: 1, color: "#066CFC" },
|
|
15
|
+
{ id: 2, color: "#FE4444" },
|
|
16
|
+
{ id: 3, color: "#FF9357" },
|
|
17
|
+
{ id: 4, color: "#66C15F" },
|
|
18
|
+
{ id: 5, color: "#FFFFFF" },
|
|
19
|
+
{ id: 6, color: "#8F8F8F" },
|
|
20
|
+
{ id: 7, color: "#000000" }
|
|
21
|
+
], c = [
|
|
22
|
+
{ id: 0, name: "大", label: "fontSize.large", fontSize: "18" },
|
|
23
|
+
{ id: 1, name: "中", label: "fontSize.medium", fontSize: "14" },
|
|
24
|
+
{ id: 2, name: "小", label: "fontSize.small", fontSize: "10" }
|
|
25
|
+
], o = [
|
|
26
|
+
{ id: 1, name: "铅笔", label: "commentTool.pencil", buttontype: "path", img: "edit-icon", imgActive: "edit-active-icon", svg: "draw", svgActive: "draw-active", isShow: !0 },
|
|
27
|
+
{ id: 2, name: "箭头", label: "commentTool.arrow", buttontype: "arrow", img: "arrow-icon", imgActive: "arrow-active-icon", svg: "arrow", svgActive: "arrow-active", isShow: !1 },
|
|
28
|
+
{ id: 3, name: "矩形", label: "commentTool.rectangle", buttontype: "rect", img: "rect-icon", imgActive: "rect-active-icon", svg: "rectangle", svgActive: "rectangle-active", isShow: !1 },
|
|
29
|
+
{ id: 4, name: "圆形", label: "commentTool.circle", buttontype: "ellipse", img: "ellipse-icon", imgActive: "ellipse-active-icon", svg: "circle", svgActive: "circle-active", isShow: !1 },
|
|
30
|
+
{ id: 5, name: "文字", label: "commentTool.text", buttontype: "text", img: "text-icon", imgActive: "text-active-icon", svg: "text", svgActive: "text-active", isShow: !1 }
|
|
31
|
+
], m = [
|
|
32
|
+
{ id: 1, code: "image", name: "annotation.image", okType: "image/*", img: "image", img_active: "image_active", imgActive: "image-active" },
|
|
33
|
+
{ id: 2, code: "record", name: "annotation.record", okType: "record", img: "record", img_active: "record_active", imgActive: "record-active" },
|
|
34
|
+
{ id: 3, code: "video", name: "annotation.video", okType: "video/*", img: "video", img_active: "video_active", imgActive: "video-active" },
|
|
35
|
+
{ id: 4, code: "file", name: "annotation.file", okType: "*/*", img: "file", img_active: "file_active", imgActive: "file-active" },
|
|
36
|
+
{ id: 5, code: "text", name: "annotation.text", okType: "text", img: "text", img_active: "text_active", imgActive: "text-active" }
|
|
37
|
+
], n = [
|
|
38
|
+
{ id: 1, name: "hidden.hide", img: "hidden", img_active: "hidden-active" },
|
|
39
|
+
{ id: 2, name: "hidden.perspective", img: "xray", img_active: "xray-active" },
|
|
40
|
+
{ id: 3, name: "hidden.select", img: "select", img_active: "select-active" },
|
|
41
|
+
{ id: 0, name: "hidden.recover", img: "recover", img_active: "recover-active" }
|
|
42
|
+
], v = [
|
|
43
|
+
{ id: 0, name: "1280x720px", width: "1280", height: "720" },
|
|
44
|
+
{ id: 1, name: "1920x1080px", width: "1920", height: "1080" },
|
|
45
|
+
{ id: 2, name: "2560x1440px", width: "2560", height: "1440" },
|
|
46
|
+
{ id: 3, label: "screenshot.custom" }
|
|
47
|
+
], d = [
|
|
48
|
+
{ id: 1, code: "top", name: "俯视图", label: "navigate.top", dir_num: 4, img: "view-top", imgActive: "view-top-active" },
|
|
49
|
+
{ id: 2, code: "bottom", name: "仰视图", label: "navigate.bottom", dir_num: 5, img: "view-bottom", imgActive: "view-bottom-active" },
|
|
50
|
+
{ id: 3, code: "left", name: "左视图", label: "navigate.left", dir_num: 3, img: "view-left", imgActive: "view-left-active" },
|
|
51
|
+
{ id: 4, code: "right", name: "右视图", label: "navigate.right", dir_num: 2, img: "view-right", imgActive: "view-right-active" },
|
|
52
|
+
{ id: 5, code: "front", name: "前视图", label: "navigate.front", dir_num: 0, img: "view-front", imgActive: "view-front-active" },
|
|
53
|
+
{ id: 6, code: "back", name: "后视图", label: "navigate.back", dir_num: 1, img: "view-back", imgActive: "view-back-active" },
|
|
54
|
+
{ id: 7, code: "left-bottom", name: "西南", label: "navigate.leftBottom", dir_num: 14, img: "view-left-bottom", imgActive: "view-left-bottom-active" },
|
|
55
|
+
{ id: 8, code: "right-bottom", name: "东南", label: "navigate.rightBottom", dir_num: 15, img: "view-right-bottom", imgActive: "view-right-bottom-active" },
|
|
56
|
+
{ id: 9, code: "right-top", name: "东北", label: "navigate.rightTop", dir_num: 16, img: "view-right-top", imgActive: "view-right-top-active" },
|
|
57
|
+
{ id: 10, code: "left-top", name: "西北", label: "navigate.leftTop", dir_num: 17, img: "view-left-top", imgActive: "view-left-top-active" }
|
|
58
|
+
], l = [
|
|
59
|
+
{ id: 0, name: "structure.objects" },
|
|
60
|
+
{ id: 1, name: "structure.categories" },
|
|
61
|
+
{ id: 2, name: "structure.floors" }
|
|
62
|
+
];
|
|
63
|
+
export {
|
|
64
|
+
m as A,
|
|
65
|
+
e as B,
|
|
66
|
+
o as C,
|
|
67
|
+
c as F,
|
|
68
|
+
n as H,
|
|
69
|
+
t as L,
|
|
70
|
+
i as M,
|
|
71
|
+
d as N,
|
|
72
|
+
l as S,
|
|
73
|
+
a as T,
|
|
74
|
+
v as a
|
|
75
|
+
};
|