@xtctwins/tctwins-bimx-engine 0.3.2 → 0.3.3

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.
Files changed (170) hide show
  1. package/README.md +196 -193
  2. package/dist/AnnotationTool-C3o-nYdK.mjs +167 -0
  3. package/dist/BIMX_Viewer_Lib.es.js +3 -3
  4. package/dist/BIMX_Viewer_Lib.umd.js +165 -265
  5. package/dist/CameraViewTool-DaGFzAdV.mjs +164 -0
  6. package/dist/CommentTool-BuqyVt4A.mjs +1529 -0
  7. package/dist/{HiddenTool-rORoKTeD.mjs → HiddenTool-B20p_qDY.mjs} +16 -16
  8. package/dist/{InspectorTool-l4bDxTia.mjs → InspectorTool-ChM2elpV.mjs} +66 -66
  9. package/dist/{MeasureTool-d-EV6m2R.mjs → MeasureTool-BZF__yUT.mjs} +107 -131
  10. package/dist/{MouseTool-DKMcdeRD.mjs → MouseTool-Bhmif0vq.mjs} +32 -35
  11. package/dist/{NavigateTool-BNvZ8Oat.mjs → NavigateTool-DER-SD2Y.mjs} +13 -13
  12. package/dist/{RoamTool-DJu93SVl.mjs → RoamTool-B2fyUtKk.mjs} +14 -14
  13. package/dist/ScreenShotTool-C8iq1Ssm.mjs +357 -0
  14. package/dist/SectionTool-CL95rzx4.mjs +331 -0
  15. package/dist/SettingTool-b9HLJ1iu.mjs +657 -0
  16. package/dist/StructureTree-DlqVbX97.mjs +1583 -0
  17. package/dist/{Alert-5pEYzrMO.mjs → alert-DoM5CyWV.mjs} +8 -8
  18. package/dist/const-DOnRsYpZ.mjs +389 -0
  19. package/dist/el-input-number-Bj97l7q_.mjs +818 -0
  20. package/dist/index-Cslxj2q_.mjs +128302 -0
  21. package/dist/index.html +17 -17
  22. package/dist/{Panel.vue_vue_type_style_index_0_lang-C4tqfy-B.mjs → panel.vue_vue_type_style_index_0_lang-r40t3eim.mjs} +2 -2
  23. package/dist/style.css +1 -1
  24. package/dist/{TallPanel-DtXOSzmF.mjs → tallPanel-CdjNke7H.mjs} +14 -14
  25. package/package.json +3 -4
  26. package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +10 -38
  27. package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +22 -0
  28. package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +9 -37
  29. package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +7 -5
  30. package/types/components/BCFComponents/BCFFilter.vue.d.ts +7 -5
  31. package/types/components/BCFComponents/BCFTool.vue.d.ts +7 -4
  32. package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +7 -5
  33. package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +6 -5
  34. package/types/components/BCFComponents/commentInput.vue.d.ts +10 -36
  35. package/types/components/BCFComponents/commentsView.vue.d.ts +7 -36
  36. package/types/components/BCFComponents/dialogPanel.vue.d.ts +8 -5
  37. package/types/components/BCFComponents/imageView.vue.d.ts +7 -5
  38. package/types/components/BCFComponents/imageZoomIn.vue.d.ts +6 -5
  39. package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
  40. package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +1 -18
  41. package/types/components/{tools/NavigateTool.vue.d.ts → BimViewerComponents/CameraViewTool.vue.d.ts} +3 -1
  42. package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
  43. package/types/components/BimViewerComponents/CommentTool.vue.d.ts +1 -32
  44. package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
  45. package/types/components/BimViewerComponents/InspectorTool.vue.d.ts +0 -2
  46. package/types/components/BimViewerComponents/MeasureTool.vue.d.ts +0 -2
  47. package/types/components/BimViewerComponents/MobileCommentsTool/{MobileCommentAdd.vue.d.ts → add.vue.d.ts} +8 -6
  48. package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +5 -4
  49. package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
  50. package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +1 -478
  51. package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +7 -499
  52. package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +6 -5
  53. package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
  54. package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
  55. package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
  56. package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
  57. package/types/components/BimViewerComponents/SectionTool.vue.d.ts +0 -4
  58. package/types/components/BimViewerComponents/SettingTool.vue.d.ts +6 -4
  59. package/types/components/BimViewerComponents/StructureTree.vue.d.ts +1 -4026
  60. package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
  61. package/types/components/BimViewerComponents/emptyPage.vue.d.ts +8 -0
  62. package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +1 -18
  63. package/types/components/BimxViewerComp.vue.d.ts +14 -7
  64. package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +10 -37
  65. package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +9 -37
  66. package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +7 -499
  67. package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +1 -478
  68. package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +8 -5
  69. package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +12 -38
  70. package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +9 -7
  71. package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +7 -5
  72. package/types/components/bimxViewer.vue.d.ts +14 -7
  73. package/types/components/utilsComponents/alert.vue.d.ts +1 -1
  74. package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
  75. package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
  76. package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
  77. package/types/components/utilsComponents/loading.vue.d.ts +1 -1
  78. package/types/components/utilsComponents/panel.vue.d.ts +2 -8
  79. package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
  80. package/types/components/utilsComponents/rectangleButton.vue.d.ts +1 -3
  81. package/types/components/utilsComponents/tallPanel.vue.d.ts +3 -13
  82. package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +3 -13
  83. package/types/i18n/index.d.ts +5 -5
  84. package/types/i18n/locales/en-US.d.ts +1 -1
  85. package/types/i18n/locales/zh-CN.d.ts +1 -1
  86. package/types/pages/BimxViewerEntry.vue.d.ts +59 -5
  87. package/types/pages/viewerEntry.vue.d.ts +57 -7
  88. package/types/store/bcfReflect.d.ts +81 -13
  89. package/types/store/const.d.ts +228 -11
  90. package/types/store/initConfigs.d.ts +1 -1
  91. package/types/store/toolbars.d.ts +117 -69
  92. package/types/store/userInfoStore.d.ts +1 -1
  93. package/types/tests/cmt.d.ts +1 -0
  94. package/types/utils/OSSHelper.d.ts +0 -27
  95. package/types/utils/cacheInfo.d.ts +3 -26
  96. package/types/utils/eventBus.d.ts +87 -1
  97. package/types/viewerManager/viewerManager.d.ts +3 -53
  98. package/dist/AnnotationTool-B3tDIyWy.mjs +0 -239
  99. package/dist/CommentTool--UgPVIZZ.mjs +0 -1541
  100. package/dist/ScreenShotTool-D2h0Qjtv.mjs +0 -430
  101. package/dist/SectionTool-DHw2Zfzv.mjs +0 -343
  102. package/dist/SettingTool-D13GBT87.mjs +0 -747
  103. package/dist/StructureTree-DHaOzAP9.mjs +0 -1662
  104. package/dist/bimTools-D3TraX9d.mjs +0 -75
  105. package/dist/el-slider-CHaMBaUG.mjs +0 -1040
  106. package/dist/index-BDupeKSG.mjs +0 -127986
  107. package/types/components/bcf/AddObjectOrAnno.vue.d.ts +0 -16
  108. package/types/components/bcf/BCFAddPanel.vue.d.ts +0 -55
  109. package/types/components/bcf/BCFDetailPanel.vue.d.ts +0 -59
  110. package/types/components/bcf/BCFDisplayList.vue.d.ts +0 -18
  111. package/types/components/bcf/BCFFilter.vue.d.ts +0 -14
  112. package/types/components/bcf/BCFTool.vue.d.ts +0 -15
  113. package/types/components/bcf/CheckObjectPanel.vue.d.ts +0 -11
  114. package/types/components/bcf/CommentInput.vue.d.ts +0 -51
  115. package/types/components/bcf/CommentsView.vue.d.ts +0 -48
  116. package/types/components/bcf/DialogPanel.vue.d.ts +0 -15
  117. package/types/components/bcf/ImageView.vue.d.ts +0 -17
  118. package/types/components/bcf/ImageZoomIn.vue.d.ts +0 -9
  119. package/types/components/bcf/MobileBCFAdd.vue.d.ts +0 -56
  120. package/types/components/bcf/MobileBCFDetail.vue.d.ts +0 -55
  121. package/types/components/bcf/MobileBCFDisplayList.vue.d.ts +0 -498
  122. package/types/components/bcf/MobileBCFFilter.vue.d.ts +0 -475
  123. package/types/components/bcf/MobileBCFTool.vue.d.ts +0 -17
  124. package/types/components/bcf/MobileCommentInput.vue.d.ts +0 -54
  125. package/types/components/bcf/MobileCommentsView.vue.d.ts +0 -17
  126. package/types/components/bcf/SelectPanel.vue.d.ts +0 -12
  127. package/types/components/comment/mobile/MobileCommentAdd.vue.d.ts +0 -14
  128. package/types/components/comment/mobile/MobileDetail.vue.d.ts +0 -11
  129. package/types/components/comment/mobile/MobileDraw.vue.d.ts +0 -17
  130. package/types/components/comment/mobile/MobileFilter.vue.d.ts +0 -475
  131. package/types/components/comment/mobile/MobileList.vue.d.ts +0 -497
  132. package/types/components/comment/mobile/MobileZoomIn.vue.d.ts +0 -9
  133. package/types/components/comment/pc/PcDraw.vue.d.ts +0 -14
  134. package/types/components/shared/Alert.vue.d.ts +0 -32
  135. package/types/components/shared/CloseButton.vue.d.ts +0 -50
  136. package/types/components/shared/CloseButtonDark.vue.d.ts +0 -32
  137. package/types/components/shared/EmptyPage.vue.d.ts +0 -6
  138. package/types/components/shared/Loading.vue.d.ts +0 -2
  139. package/types/components/shared/Panel.vue.d.ts +0 -47
  140. package/types/components/shared/Prompt.vue.d.ts +0 -8
  141. package/types/components/shared/RectangleButton.vue.d.ts +0 -106
  142. package/types/components/shared/TallPanel.vue.d.ts +0 -69
  143. package/types/components/shared/TallPanelNoPos.vue.d.ts +0 -82
  144. package/types/components/tools/AnnotationTool.vue.d.ts +0 -14
  145. package/types/components/tools/AppToolbar.vue.d.ts +0 -27
  146. package/types/components/tools/ClickEvent.vue.d.ts +0 -6
  147. package/types/components/tools/CommentTool.vue.d.ts +0 -45
  148. package/types/components/tools/HiddenTool.vue.d.ts +0 -12
  149. package/types/components/tools/InspectorTool.vue.d.ts +0 -14
  150. package/types/components/tools/MeasureTool.vue.d.ts +0 -14
  151. package/types/components/tools/MouseTool.vue.d.ts +0 -6
  152. package/types/components/tools/RoamTool.vue.d.ts +0 -12
  153. package/types/components/tools/ScreenShotTool.vue.d.ts +0 -10
  154. package/types/components/tools/SectionTool.vue.d.ts +0 -14
  155. package/types/components/tools/SettingTool.vue.d.ts +0 -13
  156. package/types/components/tools/StructureTree.vue.d.ts +0 -11645
  157. package/types/components/tools/Toolbar.vue.d.ts +0 -10
  158. package/types/composables/useBimViewerEvent.d.ts +0 -44
  159. package/types/composables/useEmitHandler.d.ts +0 -2
  160. package/types/composables/useToolActive.d.ts +0 -1
  161. package/types/composables/useToolReady.d.ts +0 -1
  162. package/types/store/const/app.d.ts +0 -66
  163. package/types/store/const/bimTools.d.ts +0 -81
  164. package/types/store/const/project.d.ts +0 -48
  165. package/types/store/const/theme.d.ts +0 -16
  166. package/types/store/const/toolbar.d.ts +0 -26
  167. package/types/stores/viewerStore.d.ts +0 -112
  168. package/types/types/bcf.d.ts +0 -83
  169. package/types/types/events.d.ts +0 -88
  170. package/types/utils/dbscan.d.ts +0 -1
@@ -0,0 +1,331 @@
1
+ import { _ as me } from "./alert-DoM5CyWV.mjs";
2
+ import { n as pe, o as fe, T as F, p as w, q as z, O as d, I as he, v as ke, x as ge, y as we } from "./index-Cslxj2q_.mjs";
3
+ import { E as be } from "./el-input-number-Bj97l7q_.mjs";
4
+ import { _ as ye } from "./panel.vue_vue_type_style_index_0_lang-r40t3eim.mjs";
5
+ import { defineComponent as Se, ref as v, onMounted as Ce, watch as xe, onBeforeUnmount as Ve, openBlock as s, createElementBlock as l, Fragment as B, unref as n, createBlock as Pe, withCtx as E, createElementVNode as o, toDisplayString as u, withDirectives as K, renderList as W, vShow as G, createVNode as m, normalizeClass as Te, withModifiers as Le, createTextVNode as $e } from "vue";
6
+ import { B as ze } from "./const-DOnRsYpZ.mjs";
7
+ const Be = { class: "section_panel_middle" }, Ee = { class: "section_middle_title" }, Ie = { class: "section_control_button" }, Oe = ["src"], Ae = { class: "control_buttons" }, De = ["onClick"], Me = { class: "section_panel_cont" }, Ue = {
8
+ key: 0,
9
+ class: ""
10
+ }, Ne = ["onClick"], Re = { class: "cont_item_left" }, je = ["src", "onClick"], qe = { class: "cont_item_right" }, Fe = ["src", "onClick"], Ke = ["src", "onClick"], We = ["src", "onClick"], Ge = {
11
+ key: 1,
12
+ class: "empty1"
13
+ }, He = {
14
+ key: 1,
15
+ class: "mobile_section_panel"
16
+ }, Je = { class: "slicing-title-box" }, Qe = { class: "slicing-title" }, Xe = { class: "slicing-title-icon" }, Ye = { class: "slicing-content-box" }, Ze = { class: "slicing-select-box" }, eo = { class: "select-item" }, oo = { class: "select-item-left" }, to = ["src"], io = ["src"], no = { class: "select-item-center" }, so = { class: "item-center-top" }, lo = { class: "item-center-bottom" }, co = { class: "select-item" }, ao = { class: "select-item-left" }, ro = ["src"], uo = ["src"], _o = { class: "select-item-center" }, vo = { class: "item-center-top" }, mo = { class: "item-center-bottom" }, po = { class: "select-item" }, fo = { class: "select-item-left" }, ho = ["src"], ko = ["src"], go = { class: "select-item-center" }, wo = { class: "item-center-top" }, bo = { class: "item-center-bottom" }, yo = /* @__PURE__ */ Se({
17
+ __name: "SectionTool",
18
+ props: ["componentId"],
19
+ emits: ["closePanel"],
20
+ setup(H, { emit: J }) {
21
+ const _ = pe(), I = fe(), O = H, V = v(0);
22
+ Ce(() => {
23
+ I.setReadyById(O.componentId), F.currentTheme == "blue" ? V.value = 240 : F.currentTheme == "light-gray" && (V.value = 202), document.addEventListener("click", A);
24
+ });
25
+ const A = (e) => {
26
+ y.value && e.target.id != "controlOperatePanel" && M(!1);
27
+ }, D = v(!0), b = v(!1), r = v(), f = v(), y = v(!1), M = (e) => {
28
+ y.value = e;
29
+ };
30
+ let a, S;
31
+ const Q = J;
32
+ xe(
33
+ () => I.isToolActive(O.componentId),
34
+ (e) => {
35
+ w("isMobile") && (e ? (g(h.value.direction), document.addEventListener("touchmove", N)) : document.removeEventListener("touchmove", N));
36
+ }
37
+ );
38
+ let P = !1;
39
+ const U = () => {
40
+ a = window.bimViewer.sectionTool, S = window.bimViewer.eventTrigger, w("isMobile") || S.on("createSection", (e) => {
41
+ C(), r.value = Object.keys(ae()).map((t) => ({
42
+ id: t,
43
+ isLook: !0,
44
+ directionLeft: !0
45
+ })), ee(e.id, !0), f.value = e.id, T(e.id);
46
+ }), w("isMobile") && (S.on("touchPlaneStart", () => {
47
+ P = !0;
48
+ }), S.on("touchPlaneEnd", () => {
49
+ P = !1;
50
+ }));
51
+ };
52
+ z.on("BimViewer", U), Ve(() => {
53
+ z.off("BimViewer", U), document.removeEventListener("click", A);
54
+ });
55
+ const N = () => {
56
+ P && X();
57
+ }, c = v({
58
+ x: 0,
59
+ y: 0,
60
+ z: 0
61
+ }), h = v({
62
+ direction: "x"
63
+ }), k = (e) => {
64
+ g(e);
65
+ }, g = (e) => {
66
+ switch (h.value.direction = e, e) {
67
+ case "x":
68
+ window.bimViewer.sectionTool.sectionDirection = 0, window.bimViewer.sectionTool.setControlPos(100 - c.value.x);
69
+ break;
70
+ case "y":
71
+ window.bimViewer.sectionTool.sectionDirection = 1, window.bimViewer.sectionTool.setControlPos(c.value.y);
72
+ break;
73
+ case "z":
74
+ window.bimViewer.sectionTool.sectionDirection = 2, window.bimViewer.sectionTool.setControlPos(100 - c.value.z);
75
+ break;
76
+ }
77
+ }, X = () => {
78
+ switch (h.value.direction) {
79
+ case "x":
80
+ c.value.x = 100 - window.bimViewer.sectionTool.getControlPos();
81
+ break;
82
+ case "y":
83
+ c.value.y = window.bimViewer.sectionTool.getControlPos();
84
+ break;
85
+ case "z":
86
+ c.value.z = 100 - window.bimViewer.sectionTool.getControlPos();
87
+ break;
88
+ }
89
+ }, R = () => {
90
+ a.setActive(!1), Q("closePanel"), z.emit("hideToolbar", !1);
91
+ }, Y = (e) => {
92
+ f.value !== e.id && (f.value = e.id, b.value = !1, C(), T(e.id));
93
+ }, Z = (e) => {
94
+ C(), e.isLook = !e.isLook, e.isLook ? (e.isLook = !0, te(e.id)) : ie(e.id), T(f.value);
95
+ }, T = (e) => {
96
+ a.showSectionPlane(e);
97
+ }, j = (e) => {
98
+ if (r.value)
99
+ for (let t = 0; t < r.value.length; t++)
100
+ r.value[t].isLook = e;
101
+ }, ee = (e, t) => {
102
+ for (let p = 0; p < r.value.length; p++)
103
+ e == r.value[p].id && (r.value[p].isLook = t);
104
+ }, q = (e) => {
105
+ e.directionLeft = !e.directionLeft, ce(e.id);
106
+ }, oe = (e) => {
107
+ a.destroySectionPlane(e), r.value = r.value.filter((t) => t.id !== e);
108
+ }, te = (e) => {
109
+ a.setSectionEnable(e);
110
+ }, ie = (e) => {
111
+ a.setSectionDisable(e);
112
+ }, ne = () => {
113
+ j(!0), a.enableSections(), a.showControl(), b.value = !0;
114
+ }, se = () => {
115
+ j(!1), a.disableSections(), b.value = !1, f.value = "";
116
+ }, le = (e) => {
117
+ e.id === 0 ? (re(), r.value = []) : e.id === 1 ? de() : e.id === 2 ? ne() : e.id === 4 && (se(), C());
118
+ }, ce = (e) => {
119
+ a.flipSection(e);
120
+ }, ae = () => a.getSectionPlanes(), re = () => {
121
+ a.clear();
122
+ }, de = () => {
123
+ a.flipSections();
124
+ }, C = () => {
125
+ a.hideControl();
126
+ };
127
+ return (e, t) => {
128
+ const p = ke, ue = ye, _e = ge, L = be, ve = me;
129
+ return s(), l(B, null, [
130
+ n(w)("isMobile") ? (s(), l("div", He, [
131
+ o("div", Je, [
132
+ o("div", Qe, u(n(_)("toolbar.section")), 1),
133
+ o("div", Xe, [
134
+ m(_e, {
135
+ width: 0.4,
136
+ "size-type": "rem",
137
+ "click-handle": R
138
+ })
139
+ ])
140
+ ]),
141
+ o("div", Ye, [
142
+ m(p, null, {
143
+ default: E(() => [
144
+ o("div", Ze, [
145
+ o("div", eo, [
146
+ o("div", oo, [
147
+ h.value.direction === "x" ? (s(), l("img", {
148
+ key: 0,
149
+ src: n(d) + "/bim-viewer/section_look_icon.png",
150
+ alt: "",
151
+ onClick: t[1] || (t[1] = (i) => k("x"))
152
+ }, null, 8, to)) : (s(), l("img", {
153
+ key: 1,
154
+ src: n(d) + "/bim-viewer/section_unlook_icon.png",
155
+ alt: "",
156
+ onClick: t[2] || (t[2] = (i) => k("x"))
157
+ }, null, 8, io))
158
+ ]),
159
+ o("div", no, [
160
+ o("div", so, [
161
+ o("div", null, u(n(_)("section.xAxis")), 1),
162
+ o("div", null, u(c.value.x) + " %", 1)
163
+ ]),
164
+ o("div", lo, [
165
+ m(L, {
166
+ modelValue: c.value.x,
167
+ "onUpdate:modelValue": t[3] || (t[3] = (i) => c.value.x = i),
168
+ size: "large",
169
+ "show-tooltip": !1,
170
+ onInput: t[4] || (t[4] = (i) => g("x"))
171
+ }, null, 8, ["modelValue"])
172
+ ])
173
+ ])
174
+ ]),
175
+ o("div", co, [
176
+ o("div", ao, [
177
+ h.value.direction === "y" ? (s(), l("img", {
178
+ key: 0,
179
+ src: n(d) + "/bim-viewer/section_look_icon.png",
180
+ alt: "",
181
+ onClick: t[5] || (t[5] = (i) => k("y"))
182
+ }, null, 8, ro)) : (s(), l("img", {
183
+ key: 1,
184
+ src: n(d) + "/bim-viewer/section_unlook_icon.png",
185
+ alt: "",
186
+ onClick: t[6] || (t[6] = (i) => k("y"))
187
+ }, null, 8, uo))
188
+ ]),
189
+ o("div", _o, [
190
+ o("div", vo, [
191
+ o("div", null, u(n(_)("section.yAxis")), 1),
192
+ o("div", null, u(c.value.y) + " %", 1)
193
+ ]),
194
+ o("div", mo, [
195
+ m(L, {
196
+ modelValue: c.value.y,
197
+ "onUpdate:modelValue": t[7] || (t[7] = (i) => c.value.y = i),
198
+ size: "large",
199
+ "show-tooltip": !1,
200
+ onInput: t[8] || (t[8] = (i) => g("y"))
201
+ }, null, 8, ["modelValue"])
202
+ ])
203
+ ])
204
+ ]),
205
+ o("div", po, [
206
+ o("div", fo, [
207
+ h.value.direction === "z" ? (s(), l("img", {
208
+ key: 0,
209
+ src: n(d) + "/bim-viewer/section_look_icon.png",
210
+ alt: "",
211
+ onClick: t[9] || (t[9] = (i) => k("z"))
212
+ }, null, 8, ho)) : (s(), l("img", {
213
+ key: 1,
214
+ src: n(d) + "/bim-viewer/section_unlook_icon.png",
215
+ alt: "",
216
+ onClick: t[10] || (t[10] = (i) => k("z"))
217
+ }, null, 8, ko))
218
+ ]),
219
+ o("div", go, [
220
+ o("div", wo, [
221
+ o("div", null, u(n(_)("section.zAxis")), 1),
222
+ o("div", null, u(c.value.z) + " %", 1)
223
+ ]),
224
+ o("div", bo, [
225
+ m(L, {
226
+ modelValue: c.value.z,
227
+ "onUpdate:modelValue": t[11] || (t[11] = (i) => c.value.z = i),
228
+ size: "large",
229
+ "show-tooltip": !1,
230
+ onInput: t[12] || (t[12] = (i) => g("z"))
231
+ }, null, 8, ["modelValue"])
232
+ ])
233
+ ])
234
+ ])
235
+ ])
236
+ ]),
237
+ _: 1
238
+ })
239
+ ])
240
+ ])) : (s(), Pe(ue, {
241
+ key: 0,
242
+ class: "section_panel",
243
+ width: V.value,
244
+ panelTitle: n(_)("toolbar.section"),
245
+ "click-handle": R
246
+ }, {
247
+ default: E(() => [
248
+ o("div", Be, [
249
+ o("div", Ee, u(n(_)("section.allSections")), 1),
250
+ o("div", Ie, [
251
+ o("img", {
252
+ id: "controlOperatePanel",
253
+ src: n(d) + "/bim-viewer/slicing-more.png",
254
+ onClick: t[0] || (t[0] = (i) => M(!y.value))
255
+ }, null, 8, Oe),
256
+ K(o("div", Ae, [
257
+ (s(!0), l(B, null, W(n(ze), (i) => (s(), l("div", {
258
+ key: i.id,
259
+ class: "operation_button",
260
+ onClick: ($) => le(i)
261
+ }, [
262
+ o("span", null, u(n(_)(i.name)), 1)
263
+ ], 8, De))), 128))
264
+ ], 512), [
265
+ [G, y.value]
266
+ ])
267
+ ])
268
+ ]),
269
+ o("div", Me, [
270
+ m(p, { height: "360px" }, {
271
+ default: E(() => [
272
+ r.value && r.value.length ? (s(), l("div", Ue, [
273
+ (s(!0), l(B, null, W(r.value, (i, $) => (s(), l("div", {
274
+ key: $,
275
+ class: Te(["panel_cont_item", { panel_cont_item_choose: f.value === i.id || b.value }]),
276
+ onClick: (x) => Y(i)
277
+ }, [
278
+ o("div", Re, [
279
+ o("img", {
280
+ src: `${n(d)}/bim-viewer/${i.isLook ? "section_look_icon.png" : "section_unlook_icon.png"}`,
281
+ alt: "",
282
+ onClick: Le((x) => Z(i), ["stop"])
283
+ }, null, 8, je),
284
+ $e(" " + u(n(_)("section.sectionPrefix") + ($ + 1)), 1)
285
+ ]),
286
+ o("div", qe, [
287
+ i.directionLeft ? (s(), l("img", {
288
+ key: 0,
289
+ src: n(d) + "/bim-viewer/left_section_icon.png",
290
+ alt: "",
291
+ onClick: (x) => q(i)
292
+ }, null, 8, Fe)) : (s(), l("img", {
293
+ key: 1,
294
+ src: n(d) + "/bim-viewer/right_section_icon.png",
295
+ alt: "",
296
+ onClick: (x) => q(i)
297
+ }, null, 8, Ke)),
298
+ o("img", {
299
+ src: n(d) + "/bim-viewer/section_del_icon.png",
300
+ alt: "",
301
+ onClick: (x) => oe(i.id)
302
+ }, null, 8, We)
303
+ ])
304
+ ], 10, Ne))), 128))
305
+ ])) : (s(), l("div", Ge, [
306
+ m(he, {
307
+ title: n(_)("common.noData"),
308
+ type: "model"
309
+ }, null, 8, ["title"])
310
+ ]))
311
+ ]),
312
+ _: 1
313
+ })
314
+ ])
315
+ ]),
316
+ _: 1
317
+ }, 8, ["width", "panelTitle"])),
318
+ K(m(ve, {
319
+ "click-handle": () => {
320
+ D.value = !1;
321
+ }
322
+ }, null, 8, ["click-handle"]), [
323
+ [G, D.value && !n(w)("isMobile")]
324
+ ])
325
+ ], 64);
326
+ };
327
+ }
328
+ }), Lo = /* @__PURE__ */ we(yo, [["__scopeId", "data-v-f710e44a"]]);
329
+ export {
330
+ Lo as default
331
+ };