@xtctwins/tctwins-bimx-engine 0.1.21 → 0.1.23

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 (38) hide show
  1. package/dist/{AnnotationTool-BvFG1vTX.mjs → AnnotationTool-DojqlWub.mjs} +12 -12
  2. package/dist/BIMX_Viewer_Lib.es.js +4 -4
  3. package/dist/BIMX_Viewer_Lib.umd.js +89 -94
  4. package/dist/CommentTool-CR9lVrzW.mjs +338 -0
  5. package/dist/HiddenTool-Wi-kOd2H.mjs +58 -0
  6. package/dist/InspectorTool-DIayiHOO.mjs +625 -0
  7. package/dist/MeasureTool-CHZ67WhG.mjs +1540 -0
  8. package/dist/{NavigateTool-CCIb1X4u.mjs → NavigateTool-CQoj_On8.mjs} +7 -7
  9. package/dist/{RoamTool-B1w0efz8.mjs → RoamTool-C3CV1E9g.mjs} +20 -20
  10. package/dist/{ScreenShotTool-BviRVFSg.mjs → ScreenShotTool-BIIBp4eQ.mjs} +67 -67
  11. package/dist/SectionTool-CihpG2Fy.mjs +624 -0
  12. package/dist/SettingTool-nEoxPwEr.mjs +525 -0
  13. package/dist/StructureTree-CJH8jkPI.mjs +1427 -0
  14. package/dist/{debounce-Cg3LHv0T.mjs → debounce-BjnjVRfm.mjs} +13 -13
  15. package/dist/{el-checkbox-lp8vWAXQ.mjs → el-checkbox-CSuEX00S.mjs} +46 -46
  16. package/dist/{el-input-Bwqgf3wZ.mjs → el-input-Bm753NUP.mjs} +66 -68
  17. package/dist/{el-input-number-0OWyX276.mjs → el-input-number-BvvuoubO.mjs} +75 -75
  18. package/dist/{index-DX-eYsBm.mjs → index-BlDGbvS0.mjs} +2885 -2877
  19. package/dist/{index-CQ8depiU.mjs → index-BognDb0Q.mjs} +3 -3
  20. package/dist/{index-CYEu_kT4.mjs → index-CtoOocrY.mjs} +1 -1
  21. package/dist/{isEqual-Bg-tyY30.mjs → isEqual-BULlB8Co.mjs} +9 -9
  22. package/dist/panel.vue_vue_type_style_index_0_lang-tTB1oDNs.mjs +97 -0
  23. package/dist/style.css +1 -1
  24. package/dist/tallPanel-CmlMVBG1.mjs +49 -0
  25. package/package.json +2 -2
  26. package/types/components/utilsComponents/tallPanel.vue.d.ts +41 -0
  27. package/types/pages/BIMXViewer.vue.d.ts +2 -0
  28. package/types/services/fileApi/fileManager.d.ts +5 -5
  29. package/types/store/initConfigs.d.ts +1 -1
  30. package/types/store/themeManager.d.ts +2 -1
  31. package/dist/CommentTool-B6ruuuGV.mjs +0 -338
  32. package/dist/HiddenTool-DW-lRdW5.mjs +0 -58
  33. package/dist/InspectorTool-Cc288ySp.mjs +0 -515
  34. package/dist/MeasureTool-DdfM3U_3.mjs +0 -1542
  35. package/dist/SectionTool-jSjWX32j.mjs +0 -630
  36. package/dist/SettingTool-CVMZAx2H.mjs +0 -536
  37. package/dist/StructureTree-4OCdRRPG.mjs +0 -2672
  38. package/dist/panel.vue_vue_type_style_index_0_scope_true_lang-BfE1I0S9.mjs +0 -82
@@ -1,82 +0,0 @@
1
- import { defineComponent as s, ref as h, onMounted as d, openBlock as r, createElementBlock as u, createElementVNode as l, unref as a, normalizeStyle as p, toDisplayString as _, createVNode as m, renderSlot as f } from "vue";
2
- import { O as g, ak as c } from "./index-DX-eYsBm.mjs";
3
- const k = { class: "close_wrapper" }, w = ["width", "height", "src"], y = /* @__PURE__ */ s({
4
- __name: "closeButton",
5
- props: {
6
- width: {
7
- type: Number,
8
- default: 22
9
- },
10
- light: {
11
- type: Boolean,
12
- default: !1
13
- },
14
- dark: {
15
- type: Boolean,
16
- default: !1
17
- },
18
- clickHandle: {
19
- type: Function,
20
- default: () => {
21
- }
22
- }
23
- },
24
- setup(e) {
25
- const t = e, n = h(!0);
26
- return d(() => {
27
- !t.dark && t.light && (n.value = !1);
28
- }), (i, o) => (r(), u("div", k, [
29
- l("img", {
30
- width: e.width,
31
- height: e.width,
32
- class: "close_icon",
33
- src: `${a(g)}/BIMX_Website/icon/${n.value ? "icon_close_1" : "icon_close"}.png`,
34
- onClick: o[0] || (o[0] = ($) => e.clickHandle())
35
- }, null, 8, w)
36
- ]));
37
- }
38
- }), v = { class: "panel_top" }, B = { class: "panel_title" }, S = { class: "panel_close" }, H = /* @__PURE__ */ s({
39
- __name: "panel",
40
- props: {
41
- panelTitle: {
42
- type: String,
43
- default: ""
44
- },
45
- width: {
46
- type: Number,
47
- default: 240
48
- },
49
- clickHandle: {
50
- type: Function,
51
- default: () => {
52
- }
53
- }
54
- },
55
- setup(e) {
56
- return d(() => {
57
- }), (t, n) => {
58
- const i = y;
59
- return r(), u("div", {
60
- class: "panel_wrapper",
61
- style: p({ width: e.width.toString() + "px" })
62
- }, [
63
- l("div", v, [
64
- l("div", B, _(e.panelTitle), 1),
65
- l("div", S, [
66
- m(i, {
67
- width: 18,
68
- "click-handle": e.clickHandle,
69
- light: a(c).currentTheme == "blue",
70
- dark: a(c).currentTheme == "light-gray"
71
- }, null, 8, ["click-handle", "light", "dark"])
72
- ])
73
- ]),
74
- f(t.$slots, "default")
75
- ], 4);
76
- };
77
- }
78
- });
79
- export {
80
- H as _,
81
- y as a
82
- };