@xtctwins/tctwins-bimx-engine 0.1.21 → 0.1.22

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 (36) hide show
  1. package/dist/{AnnotationTool-BvFG1vTX.mjs → AnnotationTool-CgiAUuLM.mjs} +12 -12
  2. package/dist/BIMX_Viewer_Lib.es.js +4 -4
  3. package/dist/BIMX_Viewer_Lib.umd.js +86 -91
  4. package/dist/CommentTool-BeT1ECI-.mjs +338 -0
  5. package/dist/HiddenTool-qqISJ_uV.mjs +58 -0
  6. package/dist/InspectorTool-CLPjV6WW.mjs +609 -0
  7. package/dist/MeasureTool-Be-rmUeb.mjs +1540 -0
  8. package/dist/{NavigateTool-CCIb1X4u.mjs → NavigateTool-C-VsKB0k.mjs} +7 -7
  9. package/dist/{RoamTool-B1w0efz8.mjs → RoamTool-DdHBNeVg.mjs} +20 -20
  10. package/dist/{ScreenShotTool-BviRVFSg.mjs → ScreenShotTool-Da7D2dkW.mjs} +67 -67
  11. package/dist/SectionTool-CHcmUQul.mjs +624 -0
  12. package/dist/SettingTool-CkR1F4x_.mjs +525 -0
  13. package/dist/StructureTree-DBu9xTue.mjs +1438 -0
  14. package/dist/{debounce-Cg3LHv0T.mjs → debounce-DLzt_q3i.mjs} +13 -13
  15. package/dist/{el-checkbox-lp8vWAXQ.mjs → el-checkbox-DsUGOsl_.mjs} +46 -46
  16. package/dist/{el-input-Bwqgf3wZ.mjs → el-input-UdjCNTtW.mjs} +66 -68
  17. package/dist/{el-input-number-0OWyX276.mjs → el-input-number-ySU-dVGM.mjs} +75 -75
  18. package/dist/{index-CQ8depiU.mjs → index-BfLgpvcd.mjs} +3 -3
  19. package/dist/{index-CYEu_kT4.mjs → index-DQKkZiNH.mjs} +1 -1
  20. package/dist/{index-DX-eYsBm.mjs → index-DyFDTMAw.mjs} +1795 -1794
  21. package/dist/{isEqual-Bg-tyY30.mjs → isEqual-BWlMaoTp.mjs} +9 -9
  22. package/dist/panel.vue_vue_type_style_index_0_lang-ZCDiwNFo.mjs +96 -0
  23. package/dist/style.css +1 -1
  24. package/dist/tallPanel-Cz_n6AsB.mjs +49 -0
  25. package/package.json +1 -1
  26. package/types/components/utilsComponents/tallPanel.vue.d.ts +41 -0
  27. package/types/services/fileApi/fileManager.d.ts +5 -5
  28. package/types/store/themeManager.d.ts +1 -1
  29. package/dist/CommentTool-B6ruuuGV.mjs +0 -338
  30. package/dist/HiddenTool-DW-lRdW5.mjs +0 -58
  31. package/dist/InspectorTool-Cc288ySp.mjs +0 -515
  32. package/dist/MeasureTool-DdfM3U_3.mjs +0 -1542
  33. package/dist/SectionTool-jSjWX32j.mjs +0 -630
  34. package/dist/SettingTool-CVMZAx2H.mjs +0 -536
  35. package/dist/StructureTree-4OCdRRPG.mjs +0 -2672
  36. 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
- };