@xtctwins/tctwins-bimx-engine 0.2.55 → 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.
Files changed (104) hide show
  1. package/dist/{alert-C0MgdbKf.mjs → Alert-CSiEPFGt.mjs} +5 -5
  2. package/dist/{AnnotationTool-CPBZcbp_.mjs → AnnotationTool-CKzHkqWM.mjs} +80 -80
  3. package/dist/BIMX_Viewer_Lib.es.js +1 -1
  4. package/dist/BIMX_Viewer_Lib.umd.js +224 -169
  5. package/dist/{CommentTool-ChVib2Wg.mjs → CommentTool-5HhGDqpg.mjs} +575 -555
  6. package/dist/{HiddenTool-CilrXe5l.mjs → HiddenTool-BGFoHMWC.mjs} +9 -9
  7. package/dist/{InspectorTool-BXArGZHO.mjs → InspectorTool-DD3w7k07.mjs} +27 -27
  8. package/dist/{MeasureTool-DtUiP4t1.mjs → MeasureTool-COR8QLDf.mjs} +118 -94
  9. package/dist/{MouseTool-2Nxz447f.mjs → MouseTool-OxODcO4X.mjs} +27 -24
  10. package/dist/{NavigateTool-COsSnxyD.mjs → NavigateTool-Bw6GFzsg.mjs} +5 -5
  11. package/dist/{panel.vue_vue_type_style_index_0_lang-CN9vybau.mjs → Panel.vue_vue_type_style_index_0_lang-DgM_qGLO.mjs} +4 -4
  12. package/dist/{RoamTool-CjRywSYn.mjs → RoamTool-X-b0hsmJ.mjs} +7 -7
  13. package/dist/ScreenShotTool-0xSJZBBw.mjs +430 -0
  14. package/dist/SectionTool-BqI2Qnk5.mjs +343 -0
  15. package/dist/SettingTool-CGkRGfZH.mjs +747 -0
  16. package/dist/StructureTree-CWAXoI0r.mjs +1662 -0
  17. package/dist/{tallPanel-Ddd7gAie.mjs → TallPanel-CR5vNQ4c.mjs} +8 -8
  18. package/dist/bimTools-D3TraX9d.mjs +75 -0
  19. package/dist/el-slider-CBVU9_og.mjs +1040 -0
  20. package/dist/{index-DTeJ8S3e.mjs → index-CwRGVhoT.mjs} +44953 -46755
  21. package/dist/style.css +1 -1
  22. package/package.json +4 -3
  23. package/types/components/bcf/AddObjectOrAnno.vue.d.ts +16 -0
  24. package/types/components/bcf/BCFAddPanel.vue.d.ts +55 -0
  25. package/types/components/bcf/BCFDetailPanel.vue.d.ts +59 -0
  26. package/types/components/bcf/BCFDisplayList.vue.d.ts +18 -0
  27. package/types/components/bcf/BCFFilter.vue.d.ts +14 -0
  28. package/types/components/bcf/BCFTool.vue.d.ts +15 -0
  29. package/types/components/bcf/CheckObjectPanel.vue.d.ts +11 -0
  30. package/types/components/bcf/CommentInput.vue.d.ts +51 -0
  31. package/types/components/bcf/CommentsView.vue.d.ts +48 -0
  32. package/types/components/bcf/DialogPanel.vue.d.ts +15 -0
  33. package/types/components/bcf/ImageView.vue.d.ts +17 -0
  34. package/types/components/bcf/ImageZoomIn.vue.d.ts +9 -0
  35. package/types/components/bcf/MobileBCFAdd.vue.d.ts +56 -0
  36. package/types/components/bcf/MobileBCFDetail.vue.d.ts +55 -0
  37. package/types/components/bcf/MobileBCFDisplayList.vue.d.ts +498 -0
  38. package/types/components/bcf/MobileBCFFilter.vue.d.ts +475 -0
  39. package/types/components/bcf/MobileBCFTool.vue.d.ts +17 -0
  40. package/types/components/bcf/MobileCommentInput.vue.d.ts +54 -0
  41. package/types/components/bcf/MobileCommentsView.vue.d.ts +17 -0
  42. package/types/components/bcf/SelectPanel.vue.d.ts +12 -0
  43. package/types/components/comment/mobile/MobileCommentAdd.vue.d.ts +14 -0
  44. package/types/components/comment/mobile/MobileDetail.vue.d.ts +11 -0
  45. package/types/components/comment/mobile/MobileDraw.vue.d.ts +17 -0
  46. package/types/components/comment/mobile/MobileFilter.vue.d.ts +475 -0
  47. package/types/components/comment/mobile/MobileList.vue.d.ts +497 -0
  48. package/types/components/comment/mobile/MobileZoomIn.vue.d.ts +9 -0
  49. package/types/components/comment/pc/PcDraw.vue.d.ts +14 -0
  50. package/types/components/shared/Alert.vue.d.ts +32 -0
  51. package/types/components/shared/CloseButton.vue.d.ts +50 -0
  52. package/types/components/shared/CloseButtonDark.vue.d.ts +32 -0
  53. package/types/components/shared/EmptyPage.vue.d.ts +6 -0
  54. package/types/components/shared/Loading.vue.d.ts +2 -0
  55. package/types/components/shared/Panel.vue.d.ts +47 -0
  56. package/types/components/shared/Prompt.vue.d.ts +8 -0
  57. package/types/components/shared/RectangleButton.vue.d.ts +106 -0
  58. package/types/components/shared/TallPanel.vue.d.ts +69 -0
  59. package/types/components/shared/TallPanelNoPos.vue.d.ts +82 -0
  60. package/types/components/tools/AnnotationTool.vue.d.ts +14 -0
  61. package/types/components/tools/AppToolbar.vue.d.ts +27 -0
  62. package/types/components/tools/ClickEvent.vue.d.ts +6 -0
  63. package/types/components/tools/CommentTool.vue.d.ts +45 -0
  64. package/types/components/tools/HiddenTool.vue.d.ts +12 -0
  65. package/types/components/tools/InspectorTool.vue.d.ts +14 -0
  66. package/types/components/tools/MeasureTool.vue.d.ts +14 -0
  67. package/types/components/tools/MouseTool.vue.d.ts +6 -0
  68. package/types/components/tools/NavigateTool.vue.d.ts +10 -0
  69. package/types/components/tools/RoamTool.vue.d.ts +12 -0
  70. package/types/components/tools/ScreenShotTool.vue.d.ts +10 -0
  71. package/types/components/tools/SectionTool.vue.d.ts +14 -0
  72. package/types/components/tools/SettingTool.vue.d.ts +13 -0
  73. package/types/components/tools/StructureTree.vue.d.ts +11645 -0
  74. package/types/components/tools/Toolbar.vue.d.ts +10 -0
  75. package/types/composables/useBimViewerEvent.d.ts +44 -0
  76. package/types/composables/useEmitHandler.d.ts +2 -0
  77. package/types/composables/useToolActive.d.ts +1 -0
  78. package/types/composables/useToolReady.d.ts +1 -0
  79. package/types/i18n/index.d.ts +5 -1
  80. package/types/i18n/locales/en-US.d.ts +1 -0
  81. package/types/i18n/locales/zh-CN.d.ts +1 -0
  82. package/types/store/bcfReflect.d.ts +13 -81
  83. package/types/store/const/app.d.ts +66 -0
  84. package/types/store/const/bimTools.d.ts +81 -0
  85. package/types/store/const/project.d.ts +48 -0
  86. package/types/store/const/theme.d.ts +16 -0
  87. package/types/store/const/toolbar.d.ts +26 -0
  88. package/types/store/const.d.ts +11 -228
  89. package/types/store/toolbars.d.ts +22 -0
  90. package/types/store/userInfoStore.d.ts +1 -1
  91. package/types/stores/viewerStore.d.ts +112 -0
  92. package/types/types/bcf.d.ts +83 -0
  93. package/types/types/events.d.ts +88 -0
  94. package/types/utils/OSSHelper.d.ts +27 -0
  95. package/types/utils/cacheInfo.d.ts +26 -3
  96. package/types/utils/dbscan.d.ts +1 -0
  97. package/types/utils/eventBus.d.ts +1 -83
  98. package/types/viewerManager/viewerManager.d.ts +53 -3
  99. package/dist/ScreenShotTool-g1dzvqn2.mjs +0 -500
  100. package/dist/SectionTool-DlnlE6Pv.mjs +0 -331
  101. package/dist/SettingTool-y_hp2XrJ.mjs +0 -815
  102. package/dist/StructureTree-CtJ4Yf5_.mjs +0 -1846
  103. package/dist/const-DOnRsYpZ.mjs +0 -389
  104. package/dist/el-input-number-BjEspzGk.mjs +0 -1169
@@ -1,31 +1,31 @@
1
- import { defineComponent as ne, ref as o, createElementBlock as c, openBlock as l, createElementVNode as e, unref as s, toDisplayString as a, createCommentVNode as U, createVNode as K, withModifiers as J, Fragment as G, renderList as j, withCtx as ce, toRefs as Se, onMounted as _e, watch as re, normalizeStyle as ee, createBlock as oe, createTextVNode as de, onBeforeUnmount as fe, normalizeClass as ue, withDirectives as Le, vShow as Be } from "vue";
2
- import { O as B, I as ie, U as be, A as ae, G as pe, W as ye, X as we, Y as Ie, Z as xe, $ as ge, a0 as me, a1 as ve, C as Q, F as ke, a2 as $e, S as Pe, a3 as Me, a4 as Oe, a5 as Ee, Q as ze, R as Re, D as X, B as Ce } from "./index-DTeJ8S3e.mjs";
3
- import { C as Te, F as Ne, L as Fe, T as Ae } from "./const-DOnRsYpZ.mjs";
1
+ import { defineComponent as le, ref as o, openBlock as l, createElementBlock as r, createElementVNode as e, unref as s, toDisplayString as c, withModifiers as J, Fragment as G, renderList as j, createCommentVNode as U, createVNode as K, withCtx as ce, toRefs as Se, onMounted as pe, watch as re, normalizeStyle as ee, createTextVNode as me, createBlock as te, onBeforeUnmount as fe, normalizeClass as de, withDirectives as Le, vShow as Be } from "vue";
2
+ import { O as B, I as ie, W as be, A as ae, G as he, X as ye, Y as we, Z as xe, $ as Ie, a0 as ge, a1 as ve, a2 as _e, C as Q, F as ke, a3 as $e, U as Me, a4 as Pe, a5 as Ee, a6 as Oe, R as Re, S as ze, D as X, B as Ce, Q as ue } from "./index-CwRGVhoT.mjs";
3
+ import { C as Te, F as Ne, L as Fe, T as Ae } from "./bimTools-D3TraX9d.mjs";
4
4
  import { T as Ue } from "./timer-DoTiGoWP.mjs";
5
- const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src"], Ze = { class: "text" }, Je = /* @__PURE__ */ ne({
6
- __name: "prompt",
5
+ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src"], Ze = { class: "text" }, Je = /* @__PURE__ */ le({
6
+ __name: "Prompt",
7
7
  props: ["text", "type"],
8
- setup(H) {
9
- const W = H, I = o(W.type), h = o(W.text);
10
- return (p, y) => (l(), c("div", He, [
8
+ setup(W) {
9
+ const Y = W, x = o(Y.type), h = o(Y.text);
10
+ return (_, w) => (l(), r("div", He, [
11
11
  e("div", We, [
12
12
  e("img", {
13
- src: `${s(B)}/bim-viewer/prompt-${I.value}.svg`
13
+ src: `${s(B)}/bim-viewer/prompt-${x.value}.svg`
14
14
  }, null, 8, Ye),
15
- e("div", Ze, a(h.value), 1)
15
+ e("div", Ze, c(h.value), 1)
16
16
  ])
17
17
  ]));
18
18
  }
19
- }), Ge = /* @__PURE__ */ ie(Je, [["__scopeId", "data-v-c9f53f5c"]]), Xe = {
19
+ }), Ge = /* @__PURE__ */ ie(Je, [["__scopeId", "data-v-8b874451"]]), Xe = {
20
20
  key: 0,
21
21
  class: "mobile-cmt-filter-container"
22
22
  }, Ke = {
23
23
  key: 0,
24
24
  class: "search-container"
25
- }, Ve = { class: "search-header" }, Qe = { class: "title" }, je = ["src"], qe = { class: "search-body" }, et = { class: "search-list" }, tt = { class: "item-left" }, st = { class: "title" }, ot = { class: "item-right" }, lt = { class: "item-value" }, nt = { class: "item-img" }, it = ["src"], at = { class: "item-left" }, ct = { class: "title" }, rt = { class: "item-right" }, ut = { class: "item-value" }, dt = { class: "item-img" }, mt = ["src"], vt = { class: "item-left" }, _t = { class: "title" }, pt = { class: "item-right" }, ht = { class: "item-value" }, gt = { class: "item-img" }, ft = ["src"], bt = { class: "item-left" }, kt = { class: "title" }, Ct = { class: "item-right" }, $t = { class: "item-value" }, yt = { class: "item-img" }, wt = ["src"], It = { class: "item-left" }, xt = { class: "title" }, Tt = { class: "item-right" }, Dt = { class: "item-tags" }, St = { class: "item-img" }, Lt = ["src"], Bt = { class: "search-footer" }, Pt = { class: "search-btn-group" }, Mt = {
25
+ }, Ve = { class: "search-header" }, Qe = { class: "title" }, je = ["src"], qe = { class: "search-body" }, et = { class: "search-list" }, tt = { class: "item-left" }, st = { class: "title" }, ot = { class: "item-right" }, lt = { class: "item-value" }, it = { class: "item-img" }, nt = ["src"], at = { class: "item-left" }, ct = { class: "title" }, rt = { class: "item-right" }, ut = { class: "item-value" }, dt = { class: "item-img" }, mt = ["src"], vt = { class: "item-left" }, _t = { class: "title" }, pt = { class: "item-right" }, ht = { class: "item-value" }, gt = { class: "item-img" }, ft = ["src"], bt = { class: "item-left" }, kt = { class: "title" }, Ct = { class: "item-right" }, $t = { class: "item-value" }, yt = { class: "item-img" }, wt = ["src"], xt = { class: "item-left" }, It = { class: "title" }, Tt = { class: "item-right" }, Dt = { class: "item-tags" }, St = { class: "item-img" }, Lt = ["src"], Bt = { class: "search-footer" }, Mt = { class: "search-btn-group" }, Pt = {
26
26
  key: 1,
27
27
  class: "filter-container"
28
- }, Ot = { class: "filter-header" }, Et = { class: "title" }, zt = ["src"], Rt = { class: "filter-body" }, Nt = {
28
+ }, Et = { class: "filter-header" }, Ot = { class: "title" }, Rt = ["src"], zt = { class: "filter-body" }, Nt = {
29
29
  key: 0,
30
30
  class: "filter-list"
31
31
  }, Ft = ["onClick"], At = { class: "item-left" }, Ut = { class: "title" }, Ht = { class: "item-right" }, Wt = {
@@ -46,16 +46,16 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
46
46
  }, es = {
47
47
  key: 2,
48
48
  class: "filter-list"
49
- }, ts = ["onClick"], ss = { class: "item-left" }, os = { class: "title" }, ls = { class: "item-right" }, ns = {
49
+ }, ts = ["onClick"], ss = { class: "item-left" }, os = { class: "title" }, ls = { class: "item-right" }, is = {
50
50
  key: 0,
51
51
  class: "check-selected"
52
- }, is = ["src"], as = {
52
+ }, ns = ["src"], as = {
53
53
  key: 1,
54
54
  class: "check-select"
55
- }, cs = { class: "filter-footer" }, rs = /* @__PURE__ */ ne({
56
- __name: "filter",
57
- setup(H, { expose: W }) {
58
- const I = be(), h = ae(), p = o(!1), y = o(!0), $ = o(!1), f = o(I.staffList), n = o({
55
+ }, cs = { class: "filter-footer" }, rs = /* @__PURE__ */ le({
56
+ __name: "MobileFilter",
57
+ setup(W, { expose: Y }) {
58
+ const x = be(), h = ae(), _ = o(!1), w = o(!0), $ = o(!1), f = o(x.staffList), i = o({
59
59
  cmt_priority: "",
60
60
  cmt_status: "",
61
61
  cmt_createDate: "",
@@ -64,58 +64,58 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
64
64
  value: ""
65
65
  },
66
66
  cmt_tag: []
67
- }), z = o({
67
+ }), N = o({
68
68
  confirm: (t) => {
69
69
  }
70
- }), E = o(), T = o(""), M = o(""), d = o(""), b = o([]), w = (t) => {
71
- switch (T.value = t, t) {
70
+ }), E = o(), D = o(""), I = o(""), p = o(""), b = o([]), T = (t) => {
71
+ switch (D.value = t, t) {
72
72
  case "priority":
73
- M.value = h("mobileComments.filter.priority"), b.value = xe(), d.value = n.value.cmt_priority, y.value = !1, $.value = !0;
73
+ I.value = h("mobileComments.filter.priority"), b.value = Ie(), p.value = i.value.cmt_priority, w.value = !1, $.value = !0;
74
74
  break;
75
75
  case "status":
76
- M.value = h("mobileComments.filter.status"), b.value = Ie(), d.value = n.value.cmt_status, y.value = !1, $.value = !0;
76
+ I.value = h("mobileComments.filter.status"), b.value = xe(), p.value = i.value.cmt_status, w.value = !1, $.value = !0;
77
77
  break;
78
78
  case "createDate":
79
79
  E.value.handleOpen();
80
80
  break;
81
81
  case "authorId":
82
- M.value = h("mobileComments.filter.author"), b.value = f.value, d.value = n.value.cmt_authorId, y.value = !1, $.value = !0;
82
+ I.value = h("mobileComments.filter.author"), b.value = f.value, p.value = i.value.cmt_authorId, w.value = !1, $.value = !0;
83
83
  break;
84
84
  case "tag":
85
- M.value = h("mobileComments.filter.tag"), b.value = we(), d.value = n.value.cmt_tag, y.value = !1, $.value = !0;
85
+ I.value = h("mobileComments.filter.tag"), b.value = we(), p.value = i.value.cmt_tag, w.value = !1, $.value = !0;
86
86
  break;
87
87
  }
88
88
  }, k = (t) => {
89
- T.value === "tag" ? d.value.includes(t) ? d.value = d.value.filter((i) => i !== t) : d.value.push(t) : T.value === "authorId" ? d.value.key === t.userId ? d.value = { key: "", value: "" } : d.value = { key: t.userId, value: t.userName } : d.value !== t ? d.value = t : d.value = "";
90
- }, O = () => {
91
- switch (T.value) {
89
+ D.value === "tag" ? p.value.includes(t) ? p.value = p.value.filter((a) => a !== t) : p.value.push(t) : D.value === "authorId" ? p.value.key === t.userId ? p.value = { key: "", value: "" } : p.value = { key: t.userId, value: t.userName } : p.value !== t ? p.value = t : p.value = "";
90
+ }, y = () => {
91
+ switch (D.value) {
92
92
  case "priority":
93
- n.value.cmt_priority = d.value;
93
+ i.value.cmt_priority = p.value;
94
94
  break;
95
95
  case "status":
96
- n.value.cmt_status = d.value;
96
+ i.value.cmt_status = p.value;
97
97
  break;
98
98
  case "createDate":
99
- n.value.cmt_createDate = d.value;
99
+ i.value.cmt_createDate = p.value;
100
100
  break;
101
101
  case "authorId":
102
- n.value.cmt_authorId = d.value;
102
+ i.value.cmt_authorId = p.value;
103
103
  break;
104
104
  case "tag":
105
- n.value.cmt_tag = d.value;
105
+ i.value.cmt_tag = p.value;
106
106
  break;
107
107
  }
108
- x();
109
- }, x = () => {
110
- $.value = !1, y.value = !0;
111
- }, D = (t) => {
112
- E.value.handleClose(), n.value.cmt_createDate = t, y.value = !0;
108
+ P();
109
+ }, P = () => {
110
+ $.value = !1, w.value = !0;
111
+ }, O = (t) => {
112
+ E.value.handleClose(), i.value.cmt_createDate = t, w.value = !0;
113
113
  }, u = () => {
114
- E.value.handleClose(), y.value = !0;
114
+ E.value.handleClose(), w.value = !0;
115
115
  }, R = () => {
116
- Z(), z.value.confirm(n.value);
117
- }, N = () => {
118
- n.value = {
116
+ Z(), N.value.confirm(i.value);
117
+ }, z = () => {
118
+ i.value = {
119
119
  cmt_priority: "",
120
120
  cmt_status: "",
121
121
  cmt_createDate: "",
@@ -126,15 +126,15 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
126
126
  cmt_tag: []
127
127
  }, R();
128
128
  }, F = (t) => {
129
- z.value = t, p.value = !0;
129
+ N.value = t, _.value = !0;
130
130
  }, Z = () => {
131
- p.value = !1;
131
+ _.value = !1;
132
132
  };
133
- return W({
133
+ return Y({
134
134
  open: F,
135
135
  close: Z,
136
136
  refresh: () => {
137
- n.value = {
137
+ i.value = {
138
138
  cmt_priority: "",
139
139
  cmt_status: "",
140
140
  cmt_createDate: "",
@@ -145,12 +145,12 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
145
145
  cmt_tag: []
146
146
  };
147
147
  }
148
- }), (t, i) => {
149
- const S = pe, P = ye;
150
- return p.value ? (l(), c("div", Xe, [
151
- y.value ? (l(), c("div", Ke, [
148
+ }), (t, a) => {
149
+ const S = he, M = ye;
150
+ return _.value ? (l(), r("div", Xe, [
151
+ w.value ? (l(), r("div", Ke, [
152
152
  e("div", Ve, [
153
- e("div", Qe, a(s(h)("mobileComments.filter.title")), 1),
153
+ e("div", Qe, c(s(h)("mobileComments.filter.title")), 1),
154
154
  e("div", {
155
155
  class: "close-box",
156
156
  onClick: J(Z, ["stop"])
@@ -166,31 +166,31 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
166
166
  e("div", et, [
167
167
  e("div", {
168
168
  class: "search-item",
169
- onClick: i[0] || (i[0] = J((_) => w("priority"), ["stop"]))
169
+ onClick: a[0] || (a[0] = J((v) => T("priority"), ["stop"]))
170
170
  }, [
171
171
  e("div", tt, [
172
- e("div", st, a(s(h)("bcf.priority")), 1)
172
+ e("div", st, c(s(h)("bcf.priority")), 1)
173
173
  ]),
174
174
  e("div", ot, [
175
- e("div", lt, a(n.value.cmt_priority), 1),
176
- e("div", nt, [
175
+ e("div", lt, c(i.value.cmt_priority), 1),
176
+ e("div", it, [
177
177
  e("img", {
178
178
  class: "img",
179
179
  src: `${s(B)}/bim-viewer/bcf-images/back-right-gray.png`,
180
180
  alt: ""
181
- }, null, 8, it)
181
+ }, null, 8, nt)
182
182
  ])
183
183
  ])
184
184
  ]),
185
185
  e("div", {
186
186
  class: "search-item",
187
- onClick: i[1] || (i[1] = J((_) => w("status"), ["stop"]))
187
+ onClick: a[1] || (a[1] = J((v) => T("status"), ["stop"]))
188
188
  }, [
189
189
  e("div", at, [
190
- e("div", ct, a(s(h)("bcf.status")), 1)
190
+ e("div", ct, c(s(h)("bcf.status")), 1)
191
191
  ]),
192
192
  e("div", rt, [
193
- e("div", ut, a(n.value.cmt_status), 1),
193
+ e("div", ut, c(i.value.cmt_status), 1),
194
194
  e("div", dt, [
195
195
  e("img", {
196
196
  class: "img",
@@ -202,13 +202,13 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
202
202
  ]),
203
203
  e("div", {
204
204
  class: "search-item",
205
- onClick: i[2] || (i[2] = J((_) => w("createDate"), ["stop"]))
205
+ onClick: a[2] || (a[2] = J((v) => T("createDate"), ["stop"]))
206
206
  }, [
207
207
  e("div", vt, [
208
- e("div", _t, a(s(h)("bcf.createDate")), 1)
208
+ e("div", _t, c(s(h)("bcf.createDate")), 1)
209
209
  ]),
210
210
  e("div", pt, [
211
- e("div", ht, a(n.value.cmt_createDate), 1),
211
+ e("div", ht, c(i.value.cmt_createDate), 1),
212
212
  e("div", gt, [
213
213
  e("img", {
214
214
  class: "img",
@@ -220,13 +220,13 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
220
220
  ]),
221
221
  e("div", {
222
222
  class: "search-item",
223
- onClick: i[3] || (i[3] = J((_) => w("authorId"), ["stop"]))
223
+ onClick: a[3] || (a[3] = J((v) => T("authorId"), ["stop"]))
224
224
  }, [
225
225
  e("div", bt, [
226
- e("div", kt, a(s(h)("bcf.creator")), 1)
226
+ e("div", kt, c(s(h)("bcf.creator")), 1)
227
227
  ]),
228
228
  e("div", Ct, [
229
- e("div", $t, a(n.value.cmt_authorId.value), 1),
229
+ e("div", $t, c(i.value.cmt_authorId.value), 1),
230
230
  e("div", yt, [
231
231
  e("img", {
232
232
  class: "img",
@@ -238,17 +238,17 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
238
238
  ]),
239
239
  e("div", {
240
240
  class: "search-item",
241
- onClick: i[4] || (i[4] = J((_) => w("tag"), ["stop"]))
241
+ onClick: a[4] || (a[4] = J((v) => T("tag"), ["stop"]))
242
242
  }, [
243
- e("div", It, [
244
- e("div", xt, a(s(h)("bcf.labels")), 1)
243
+ e("div", xt, [
244
+ e("div", It, c(s(h)("bcf.labels")), 1)
245
245
  ]),
246
246
  e("div", Tt, [
247
247
  e("div", Dt, [
248
- (l(!0), c(G, null, j(n.value.cmt_tag, (_, m) => (l(), c("div", {
249
- key: m,
248
+ (l(!0), r(G, null, j(i.value.cmt_tag, (v, d) => (l(), r("div", {
249
+ key: d,
250
250
  class: "tag"
251
- }, a(_), 1))), 128))
251
+ }, c(v), 1))), 128))
252
252
  ]),
253
253
  e("div", St, [
254
254
  e("img", {
@@ -262,90 +262,90 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
262
262
  ])
263
263
  ]),
264
264
  e("div", Bt, [
265
- e("div", Pt, [
265
+ e("div", Mt, [
266
266
  e("div", {
267
267
  class: "search-btn btn-cancel",
268
- onClick: J(N, ["stop"])
269
- }, a(s(h)("common.reset")), 1),
268
+ onClick: J(z, ["stop"])
269
+ }, c(s(h)("common.reset")), 1),
270
270
  e("div", {
271
271
  class: "search-btn btn-submit",
272
272
  onClick: J(R, ["stop"])
273
- }, a(s(h)("common.search")), 1)
273
+ }, c(s(h)("common.search")), 1)
274
274
  ])
275
275
  ])
276
276
  ])) : U("", !0),
277
- $.value ? (l(), c("div", Mt, [
278
- e("div", Ot, [
279
- e("div", Et, a(M.value), 1),
277
+ $.value ? (l(), r("div", Pt, [
278
+ e("div", Et, [
279
+ e("div", Ot, c(I.value), 1),
280
280
  e("div", {
281
281
  class: "close-box",
282
- onClick: x
282
+ onClick: P
283
283
  }, [
284
284
  e("img", {
285
285
  class: "close-img",
286
286
  src: `${s(B)}/bim-viewer/close_black.png`,
287
287
  alt: ""
288
- }, null, 8, zt)
288
+ }, null, 8, Rt)
289
289
  ])
290
290
  ]),
291
- e("div", Rt, [
291
+ e("div", zt, [
292
292
  K(S, null, {
293
293
  default: ce(() => [
294
- T.value === "authorId" ? (l(), c("div", Nt, [
295
- (l(!0), c(G, null, j(b.value, (_, m) => (l(), c("div", {
296
- key: m,
294
+ D.value === "authorId" ? (l(), r("div", Nt, [
295
+ (l(!0), r(G, null, j(b.value, (v, d) => (l(), r("div", {
296
+ key: d,
297
297
  class: "filter-item",
298
- onClick: J((C) => k(_), ["stop"])
298
+ onClick: J((C) => k(v), ["stop"])
299
299
  }, [
300
300
  e("div", At, [
301
- e("div", Ut, a(_.userName) + "(" + a(_.mobile) + ")", 1)
301
+ e("div", Ut, c(v.userName) + "(" + c(v.mobile) + ")", 1)
302
302
  ]),
303
303
  e("div", Ht, [
304
- _.userId === d.value.key ? (l(), c("div", Wt, [
304
+ v.userId === p.value.key ? (l(), r("div", Wt, [
305
305
  e("img", {
306
306
  class: "select-img",
307
307
  src: `${s(B)}/bim-viewer/check-selected.png`,
308
308
  alt: ""
309
309
  }, null, 8, Yt)
310
- ])) : (l(), c("div", Zt))
310
+ ])) : (l(), r("div", Zt))
311
311
  ])
312
312
  ], 8, Ft))), 128))
313
- ])) : T.value === "tag" ? (l(), c("div", Jt, [
314
- (l(!0), c(G, null, j(b.value, (_, m) => (l(), c("div", {
315
- key: m,
313
+ ])) : D.value === "tag" ? (l(), r("div", Jt, [
314
+ (l(!0), r(G, null, j(b.value, (v, d) => (l(), r("div", {
315
+ key: d,
316
316
  class: "filter-item",
317
- onClick: J((C) => k(_), ["stop"])
317
+ onClick: J((C) => k(v), ["stop"])
318
318
  }, [
319
319
  e("div", Xt, [
320
- e("div", Kt, a(_), 1)
320
+ e("div", Kt, c(v), 1)
321
321
  ]),
322
322
  e("div", Vt, [
323
- d.value.includes(_) ? (l(), c("div", Qt, [
323
+ p.value.includes(v) ? (l(), r("div", Qt, [
324
324
  e("img", {
325
325
  class: "select-img",
326
326
  src: `${s(B)}/bim-viewer/check-selected.png`,
327
327
  alt: ""
328
328
  }, null, 8, jt)
329
- ])) : (l(), c("div", qt))
329
+ ])) : (l(), r("div", qt))
330
330
  ])
331
331
  ], 8, Gt))), 128))
332
- ])) : (l(), c("div", es, [
333
- (l(!0), c(G, null, j(b.value, (_, m) => (l(), c("div", {
334
- key: m,
332
+ ])) : (l(), r("div", es, [
333
+ (l(!0), r(G, null, j(b.value, (v, d) => (l(), r("div", {
334
+ key: d,
335
335
  class: "filter-item",
336
- onClick: J((C) => k(_), ["stop"])
336
+ onClick: J((C) => k(v), ["stop"])
337
337
  }, [
338
338
  e("div", ss, [
339
- e("div", os, a(_), 1)
339
+ e("div", os, c(v), 1)
340
340
  ]),
341
341
  e("div", ls, [
342
- _ === d.value ? (l(), c("div", ns, [
342
+ v === p.value ? (l(), r("div", is, [
343
343
  e("img", {
344
344
  class: "select-img",
345
345
  src: `${s(B)}/bim-viewer/check-selected.png`,
346
346
  alt: ""
347
- }, null, 8, is)
348
- ])) : (l(), c("div", as))
347
+ }, null, 8, ns)
348
+ ])) : (l(), r("div", as))
349
349
  ])
350
350
  ], 8, ts))), 128))
351
351
  ]))
@@ -356,15 +356,15 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
356
356
  e("div", cs, [
357
357
  e("div", {
358
358
  class: "filter-btn",
359
- onClick: J(O, ["stop"])
360
- }, a(s(h)("common.confirm")), 1)
359
+ onClick: J(y, ["stop"])
360
+ }, c(s(h)("common.confirm")), 1)
361
361
  ])
362
362
  ])) : U("", !0),
363
- K(P, {
363
+ K(M, {
364
364
  ref_key: "cmtCreateDateRef",
365
365
  ref: E,
366
- modelValue: n.value.cmt_createDate,
367
- "onUpdate:modelValue": i[5] || (i[5] = (_) => n.value.cmt_createDate = _),
366
+ modelValue: i.value.cmt_createDate,
367
+ "onUpdate:modelValue": a[5] || (a[5] = (v) => i.value.cmt_createDate = v),
368
368
  "popper-class": "mobile_cmt_create_date",
369
369
  type: "date",
370
370
  placeholder: "Pick a day",
@@ -375,118 +375,118 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
375
375
  format: "YYYY/MM/DD",
376
376
  "value-format": "YYYY-MM-DD",
377
377
  onBlur: u,
378
- onChange: D
378
+ onChange: O
379
379
  }, null, 8, ["modelValue"])
380
380
  ])) : U("", !0);
381
381
  };
382
382
  }
383
- }), us = /* @__PURE__ */ ie(rs, [["__scopeId", "data-v-15844f76"]]), ds = { class: "mobile_CMT_search" }, ms = { class: "search_icon" }, vs = ["src"], _s = { class: "mobile_CMT_table_list" }, ps = { class: "table_list_title" }, hs = { class: "sort_buttons" }, gs = ["src"], fs = ["src"], bs = ["src"], ks = { class: "sort_total" }, Cs = ["src"], $s = ["src"], ys = {
383
+ }), us = /* @__PURE__ */ ie(rs, [["__scopeId", "data-v-8e879446"]]), ds = { class: "mobile_CMT_search" }, ms = { class: "search_icon" }, vs = ["src"], _s = { class: "mobile_CMT_table_list" }, ps = { class: "table_list_title" }, hs = { class: "sort_buttons" }, gs = ["src"], fs = ["src"], bs = ["src"], ks = { class: "sort_total" }, Cs = ["src"], $s = ["src"], ys = {
384
384
  key: 0,
385
385
  class: "table_list_content"
386
- }, ws = { class: "table_list" }, Is = ["onClick"], xs = { class: "CMT_img" }, Ts = { class: "CMT_info" }, Ds = { class: "CMT_info1" }, Ss = { class: "title" }, Ls = { class: "CMT_info2" }, Bs = { class: "username" }, Ps = {
386
+ }, ws = { class: "table_list" }, xs = ["onClick"], Is = { class: "CMT_img" }, Ts = { class: "CMT_info" }, Ds = { class: "CMT_info1" }, Ss = { class: "title" }, Ls = { class: "CMT_info2" }, Bs = { class: "username" }, Ms = {
387
387
  key: 1,
388
388
  class: "empty_wrapper"
389
- }, Ms = /* @__PURE__ */ ne({
390
- __name: "list",
389
+ }, Ps = /* @__PURE__ */ le({
390
+ __name: "MobileList",
391
391
  props: {
392
392
  instruction: {},
393
393
  CMTList: {}
394
394
  },
395
395
  emits: ["checkCmtDetail"],
396
- setup(H, { emit: W }) {
397
- const I = W, h = be(), p = H, { CMTList: y } = Se(p), $ = ae(), f = o([]), n = o(), z = {
396
+ setup(W, { emit: Y }) {
397
+ const x = Y, h = be(), _ = W, { CMTList: w } = Se(_), $ = ae(), f = o([]), i = o(), N = {
398
398
  indexSort: ["default", "down", "up"],
399
399
  titleSort: ["default", "down", "up"],
400
400
  timeSort: ["default", "down", "up"]
401
- }, E = o(), T = o();
402
- _e(() => {
403
- y.value && (f.value = y.value.slice().sort((t, i) => i.index - t.index), n.value = y.value.slice().sort((t, i) => i.index - t.index));
401
+ }, E = o(), D = o();
402
+ pe(() => {
403
+ w.value && (f.value = w.value.slice().sort((t, a) => a.index - t.index), i.value = w.value.slice().sort((t, a) => a.index - t.index));
404
404
  }), re(
405
- () => p,
405
+ () => _,
406
406
  (t) => {
407
- t && t.CMTList && (f.value = t.CMTList.slice().sort((i, S) => S.index - i.index), Z());
407
+ t && t.CMTList && (f.value = t.CMTList.slice().sort((a, S) => S.index - a.index), Z());
408
408
  },
409
409
  { deep: !0 }
410
410
  );
411
- const M = o(!0), d = o(""), b = o(0), w = o(0), k = o(0), O = o(!0);
411
+ const I = o(!0), p = o(""), b = o(0), T = o(0), k = o(0), y = o(!0);
412
412
  re(
413
- () => T.value,
413
+ () => D.value,
414
414
  (t) => {
415
- var i;
416
- t && (t != null && t.cmt_priority || t != null && t.cmt_status || t != null && t.cmt_createDate || (i = t == null ? void 0 : t.cmt_authorId) != null && i.key || t != null && t.cmt_tag && (t == null ? void 0 : t.cmt_tag.length) > 0) ? M.value = !0 : M.value = !1;
415
+ var a;
416
+ t && (t != null && t.cmt_priority || t != null && t.cmt_status || t != null && t.cmt_createDate || (a = t == null ? void 0 : t.cmt_authorId) != null && a.key || t != null && t.cmt_tag && (t == null ? void 0 : t.cmt_tag.length) > 0) ? I.value = !0 : I.value = !1;
417
417
  },
418
418
  { deep: !0, immediate: !0 }
419
419
  );
420
- const x = () => {
421
- n.value = y.value.slice().sort((t, i) => i.index - t.index), f.value = y.value.slice().sort((t, i) => i.index - t.index), O.value = !0;
422
- }, D = () => {
423
- d.value == "" ? x() : f.value = n.value.filter((t) => t.title.includes(d.value));
420
+ const P = () => {
421
+ i.value = w.value.slice().sort((t, a) => a.index - t.index), f.value = w.value.slice().sort((t, a) => a.index - t.index), y.value = !0;
422
+ }, O = () => {
423
+ p.value == "" ? P() : f.value = i.value.filter((t) => t.title.includes(p.value));
424
424
  }, u = (t) => {
425
425
  if (t > 2 && (b.value = 0), t == 1) {
426
- let i = n.value.slice().sort((S, P) => P.index - S.index);
427
- f.value = i, O.value = !1;
426
+ let a = i.value.slice().sort((S, M) => M.index - S.index);
427
+ f.value = a, y.value = !1;
428
428
  } else if (t == 2) {
429
- let i = n.value.slice().sort((S, P) => S.index - P.index);
430
- f.value = i;
429
+ let a = i.value.slice().sort((S, M) => S.index - M.index);
430
+ f.value = a;
431
431
  } else
432
- x();
433
- w.value = 0, k.value = 0;
432
+ P();
433
+ T.value = 0, k.value = 0;
434
434
  }, R = (t) => {
435
- if (t > 2 && (w.value = 0), t == 1) {
436
- let i = n.value.slice().sort((S, P) => P.title.localeCompare(S.title));
437
- f.value = i;
435
+ if (t > 2 && (T.value = 0), t == 1) {
436
+ let a = i.value.slice().sort((S, M) => M.title.localeCompare(S.title));
437
+ f.value = a;
438
438
  } else if (t == 2) {
439
- let i = n.value.slice().sort((S, P) => S.title.localeCompare(P.title));
440
- f.value = i;
439
+ let a = i.value.slice().sort((S, M) => S.title.localeCompare(M.title));
440
+ f.value = a;
441
441
  } else
442
- x();
442
+ P();
443
443
  b.value = 0, k.value = 0;
444
- }, N = (t) => {
444
+ }, z = (t) => {
445
445
  if (t > 2 && (k.value = 0), t == 1) {
446
- let i = n.value.slice().sort((S, P) => {
447
- const _ = new Date(S.createDate), m = new Date(P.createDate);
448
- return _ < m ? 1 : -1;
446
+ let a = i.value.slice().sort((S, M) => {
447
+ const v = new Date(S.createDate), d = new Date(M.createDate);
448
+ return v < d ? 1 : -1;
449
449
  });
450
- f.value = i;
450
+ f.value = a;
451
451
  } else if (t == 2) {
452
- let i = n.value.slice().sort((S, P) => {
453
- const _ = new Date(S.createDate), m = new Date(P.createDate);
454
- return _ > m ? 1 : -1;
452
+ let a = i.value.slice().sort((S, M) => {
453
+ const v = new Date(S.createDate), d = new Date(M.createDate);
454
+ return v > d ? 1 : -1;
455
455
  });
456
- f.value = i;
456
+ f.value = a;
457
457
  } else
458
- x();
459
- b.value = 0, w.value = 0;
458
+ P();
459
+ b.value = 0, T.value = 0;
460
460
  }, F = () => {
461
461
  E.value.open({
462
462
  confirm: (t) => {
463
- T.value = t, Z();
463
+ D.value = t, Z();
464
464
  }
465
465
  });
466
466
  }, Z = () => {
467
- var i, S, P;
468
- let t = T.value;
469
- if (!t && !(t != null && t.cmt_priority) && !(t != null && t.cmt_status) && !(t != null && t.cmt_createDate) && !((i = t == null ? void 0 : t.cmt_authorId) != null && i.key) && (!(t != null && t.cmt_tag) || (t == null ? void 0 : t.cmt_tag.length) == 0))
470
- x(), n.value = JSON.parse(JSON.stringify(y.value)).slice(), b.value + w.value + k.value != 0 && (b.value != 0 && u(b.value), w.value != 0 && R(w.value), k.value != 0 && N(k.value));
467
+ var a, S, M;
468
+ let t = D.value;
469
+ if (!t && !(t != null && t.cmt_priority) && !(t != null && t.cmt_status) && !(t != null && t.cmt_createDate) && !((a = t == null ? void 0 : t.cmt_authorId) != null && a.key) && (!(t != null && t.cmt_tag) || (t == null ? void 0 : t.cmt_tag.length) == 0))
470
+ P(), i.value = JSON.parse(JSON.stringify(w.value)).slice(), b.value + T.value + k.value != 0 && (b.value != 0 && u(b.value), T.value != 0 && R(T.value), k.value != 0 && z(k.value));
471
471
  else {
472
- let _ = JSON.parse(JSON.stringify(y.value)).slice();
473
- t.cmt_priority && (_ = _.filter((m) => m.priority && ge(m.priority) == t.cmt_priority), console.log(_.filter((m) => m.priority && ge(m.priority) == t.cmt_priority))), (S = t.cmt_authorId) != null && S.key && (_ = _.filter((m) => {
474
- var C, g, v;
475
- return typeof m.author == "string" ? me.getStaffId(m.author) == ((C = t.cmt_authorId) == null ? void 0 : C.key) || me.getStaffName((g = t.cmt_authorId) == null ? void 0 : g.key) == m.author : m.author == ((v = t.cmt_authorId) == null ? void 0 : v.key);
476
- })), t.cmt_status && (_ = _.filter((m) => m.status == t.cmt_status)), t.cmt_createDate && (_ = _.filter((m) => ve(m.createDate) == t.cmt_createDate)), (P = t.CMT_asignToId) != null && P.key && (_ = _.filter((m) => {
477
- var C, g, v;
478
- return typeof m.assignedTo == "string" ? me.getStaffId(m.assignedTo) == ((C = t.CMT_asignToId) == null ? void 0 : C.key) || me.getStaffName((g = t.CMT_asignToId) == null ? void 0 : g.key) == m.assignedTo : m.assignedTo == ((v = t.CMT_asignToId) == null ? void 0 : v.key);
479
- })), t.cmt_tag && t.cmt_tag.length > 0 && (_ = _.filter((m) => !!(m.tags && m.tags.find((C) => {
472
+ let v = JSON.parse(JSON.stringify(w.value)).slice();
473
+ t.cmt_priority && (v = v.filter((d) => d.priority && ge(d.priority) == t.cmt_priority), console.log("[Bimx Engine] 按优先级筛选结果:", v.filter((d) => d.priority && ge(d.priority) == t.cmt_priority))), (S = t.cmt_authorId) != null && S.key && (v = v.filter((d) => {
474
+ var C, g, m;
475
+ return typeof d.author == "string" ? ve.getStaffId(d.author) == ((C = t.cmt_authorId) == null ? void 0 : C.key) || ve.getStaffName((g = t.cmt_authorId) == null ? void 0 : g.key) == d.author : d.author == ((m = t.cmt_authorId) == null ? void 0 : m.key);
476
+ })), t.cmt_status && (v = v.filter((d) => d.status == t.cmt_status)), t.cmt_createDate && (v = v.filter((d) => _e(d.createDate) == t.cmt_createDate)), (M = t.CMT_asignToId) != null && M.key && (v = v.filter((d) => {
477
+ var C, g, m;
478
+ return typeof d.assignedTo == "string" ? ve.getStaffId(d.assignedTo) == ((C = t.CMT_asignToId) == null ? void 0 : C.key) || ve.getStaffName((g = t.CMT_asignToId) == null ? void 0 : g.key) == d.assignedTo : d.assignedTo == ((m = t.CMT_asignToId) == null ? void 0 : m.key);
479
+ })), t.cmt_tag && t.cmt_tag.length > 0 && (v = v.filter((d) => !!(d.tags && d.tags.find((C) => {
480
480
  var g;
481
481
  return (g = t.cmt_tag) == null ? void 0 : g.includes(C);
482
- })))), n.value = _, b.value + w.value + k.value != 0 ? (b.value != 0 && u(b.value), w.value != 0 && R(w.value), k.value != 0 && N(k.value)) : f.value = n.value.slice().sort((m, C) => C.index - m.index);
482
+ })))), i.value = v, b.value + T.value + k.value != 0 ? (b.value != 0 && u(b.value), T.value != 0 && R(T.value), k.value != 0 && z(k.value)) : f.value = i.value.slice().sort((d, C) => C.index - d.index);
483
483
  }
484
484
  }, q = (t) => {
485
- I("checkCmtDetail", t);
485
+ x("checkCmtDetail", t);
486
486
  };
487
- return (t, i) => {
488
- const S = ke, P = pe, _ = Pe, m = us;
489
- return l(), c("div", {
487
+ return (t, a) => {
488
+ const S = ke, M = he, v = Me, d = us;
489
+ return l(), r("div", {
490
490
  class: "cmt_wrapper",
491
491
  style: ee({ top: `${(s(Q)("topHeight") + 52) / 50}rem` })
492
492
  }, [
@@ -498,11 +498,11 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
498
498
  }, null, 8, vs)
499
499
  ]),
500
500
  K(S, {
501
- modelValue: d.value,
502
- "onUpdate:modelValue": i[0] || (i[0] = (C) => d.value = C),
501
+ modelValue: p.value,
502
+ "onUpdate:modelValue": a[0] || (a[0] = (C) => p.value = C),
503
503
  placeholder: s($)("common.placeholder_search"),
504
- onInput: D,
505
- onChange: D
504
+ onInput: O,
505
+ onChange: O
506
506
  }, null, 8, ["modelValue", "placeholder"])
507
507
  ]),
508
508
  e("div", _s, [
@@ -510,34 +510,34 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
510
510
  e("div", hs, [
511
511
  e("div", {
512
512
  class: "sort_button",
513
- onClick: i[1] || (i[1] = (C) => u(b.value += 1))
513
+ onClick: a[1] || (a[1] = (C) => u(b.value += 1))
514
514
  }, [
515
- e("span", null, a(s($)("bcf.index")), 1),
515
+ e("span", null, c(s($)("bcf.index")), 1),
516
516
  e("img", {
517
517
  class: "order_icon",
518
- src: `${s(B)}/bim-viewer/bcf-images/order-${z.indexSort[b.value]}.png`,
518
+ src: `${s(B)}/bim-viewer/bcf-images/order-${N.indexSort[b.value]}.png`,
519
519
  alt: ""
520
520
  }, null, 8, gs)
521
521
  ]),
522
522
  e("div", {
523
523
  class: "sort_button",
524
- onClick: i[2] || (i[2] = (C) => R(w.value += 1))
524
+ onClick: a[2] || (a[2] = (C) => R(T.value += 1))
525
525
  }, [
526
- e("span", null, a(s($)("bcf.title")), 1),
526
+ e("span", null, c(s($)("bcf.title")), 1),
527
527
  e("img", {
528
528
  class: "order_icon",
529
- src: `${s(B)}/bim-viewer/bcf-images/order-${z.titleSort[w.value]}.png`,
529
+ src: `${s(B)}/bim-viewer/bcf-images/order-${N.titleSort[T.value]}.png`,
530
530
  alt: ""
531
531
  }, null, 8, fs)
532
532
  ]),
533
533
  e("div", {
534
534
  class: "sort_button",
535
- onClick: i[3] || (i[3] = (C) => N(k.value += 1))
535
+ onClick: a[3] || (a[3] = (C) => z(k.value += 1))
536
536
  }, [
537
- e("span", null, a(s($)("bcf.time")), 1),
537
+ e("span", null, c(s($)("bcf.time")), 1),
538
538
  e("img", {
539
539
  class: "order_icon",
540
- src: `${s(B)}/bim-viewer/bcf-images/order-${z.timeSort[k.value]}.png`,
540
+ src: `${s(B)}/bim-viewer/bcf-images/order-${N.timeSort[k.value]}.png`,
541
541
  alt: ""
542
542
  }, null, 8, bs)
543
543
  ])
@@ -547,31 +547,31 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
547
547
  class: "sort_button",
548
548
  onClick: J(F, ["stop"])
549
549
  }, [
550
- M.value ? (l(), c("img", {
550
+ I.value ? (l(), r("img", {
551
551
  key: 1,
552
552
  class: "order_filter_icon",
553
553
  src: `${s(B)}/bim-viewer/bcf-images/order-active-mobile.png`,
554
554
  alt: ""
555
- }, null, 8, $s)) : (l(), c("img", {
555
+ }, null, 8, $s)) : (l(), r("img", {
556
556
  key: 0,
557
557
  class: "order_filter_icon",
558
558
  src: `${s(B)}/bim-viewer/bcf-images/order-default-mobile.png`,
559
559
  alt: ""
560
560
  }, null, 8, Cs)),
561
- e("span", null, a(s($)("mobileComments.filter.title")), 1)
561
+ e("span", null, c(s($)("mobileComments.filter.title")), 1)
562
562
  ])
563
563
  ])
564
564
  ]),
565
- f.value && f.value.length > 0 ? (l(), c("div", ys, [
566
- K(P, null, {
565
+ f.value && f.value.length > 0 ? (l(), r("div", ys, [
566
+ K(M, null, {
567
567
  default: ce(() => [
568
568
  e("div", ws, [
569
- (l(!0), c(G, null, j(f.value, (C, g) => (l(), c("div", {
569
+ (l(!0), r(G, null, j(f.value, (C, g) => (l(), r("div", {
570
570
  key: g,
571
571
  class: "CMT_card",
572
- onClick: J((v) => q(C._id), ["stop"])
572
+ onClick: J((m) => q(C._id), ["stop"])
573
573
  }, [
574
- e("div", xs, [
574
+ e("div", Is, [
575
575
  e("div", {
576
576
  style: ee({
577
577
  width: "100%",
@@ -590,125 +590,125 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
590
590
  e("span", {
591
591
  style: ee({ color: C.priority ? s($e)(C.priority) : s($e)("low") }),
592
592
  class: "index"
593
- }, " #" + a(C.index), 5),
594
- e("span", Ss, a(C.title), 1)
593
+ }, " #" + c(C.index), 5),
594
+ e("span", Ss, c(C.title), 1)
595
595
  ]),
596
596
  e("div", Ls, [
597
- e("span", Bs, a(typeof C.author == "string" && C.author != "" ? C.author : s(h).getStuffName(C.userId)), 1),
598
- e("span", null, a(C.createDate ? s(ve)(C.createDate) : ""), 1)
597
+ e("span", Bs, c(typeof C.author == "string" && C.author != "" ? C.author : s(h).getStaffName(C.userId)), 1),
598
+ e("span", null, c(C.createDate ? s(_e)(C.createDate) : ""), 1)
599
599
  ])
600
600
  ])
601
- ], 8, Is))), 128))
601
+ ], 8, xs))), 128))
602
602
  ])
603
603
  ]),
604
604
  _: 1
605
605
  })
606
- ])) : (l(), c("div", Ps, [
607
- K(_, {
606
+ ])) : (l(), r("div", Ms, [
607
+ K(v, {
608
608
  title: s($)("mobileComments.empty"),
609
609
  type: "model"
610
610
  }, null, 8, ["title"])
611
611
  ]))
612
612
  ]),
613
- K(m, {
613
+ K(d, {
614
614
  ref_key: "CMTFilterRef",
615
615
  ref: E
616
616
  }, null, 512)
617
617
  ], 4);
618
618
  };
619
619
  }
620
- }), Os = /* @__PURE__ */ ie(Ms, [["__scopeId", "data-v-d96084d8"]]), Es = ["src"], zs = /* @__PURE__ */ ne({
621
- __name: "zoomIn",
620
+ }), Es = /* @__PURE__ */ ie(Ps, [["__scopeId", "data-v-ca35dbf4"]]), Os = ["src"], Rs = /* @__PURE__ */ le({
621
+ __name: "MobileZoomIn",
622
622
  props: {
623
623
  imgContent: {}
624
624
  },
625
625
  emits: ["closeImg"],
626
- setup(H, { emit: W }) {
627
- const I = W, p = o(H.imgContent), y = ae(), $ = () => {
628
- I("closeImg");
626
+ setup(W, { emit: Y }) {
627
+ const x = Y, _ = o(W.imgContent), w = ae(), $ = () => {
628
+ x("closeImg");
629
629
  };
630
- return (f, n) => (l(), c("div", {
630
+ return (f, i) => (l(), r("div", {
631
631
  class: "image_zoomin_wrapper",
632
632
  onClick: $
633
633
  }, [
634
634
  e("div", {
635
635
  class: "back_btn",
636
636
  onClick: $
637
- }, a(s(y)("common.back")), 1),
637
+ }, c(s(w)("common.back")), 1),
638
638
  e("div", {
639
639
  class: "img_wrapper",
640
640
  onClick: $
641
641
  }, [
642
- e("img", { src: p.value }, null, 8, Es)
642
+ e("img", { src: _.value }, null, 8, Os)
643
643
  ])
644
644
  ]));
645
645
  }
646
- }), De = /* @__PURE__ */ ie(zs, [["__scopeId", "data-v-0a31700d"]]), Rs = { class: "content_scrollbar" }, Ns = { class: "cmt_detail_content" }, Fs = { class: "cmt_id_time" }, As = { class: "snpshot_wrapper" }, Us = { class: "snapshot_container" }, Hs = ["src"], Ws = ["src"], Ys = ["src"], Zs = { class: "cmt_content" }, Js = { class: "content" }, Gs = { class: "select_item" }, Xs = { class: "item_title" }, Ks = { class: "select_wrapper" }, Vs = { class: "select_item" }, Qs = { class: "item_title" }, js = { class: "select_item" }, qs = { class: "item_title" }, eo = { class: "select_wrapper" }, to = { class: "select_item" }, so = { class: "item_title" }, oo = {
646
+ }), De = /* @__PURE__ */ ie(Rs, [["__scopeId", "data-v-1396958a"]]), zs = { class: "content_scrollbar" }, Ns = { class: "cmt_detail_content" }, Fs = { class: "cmt_id_time" }, As = { class: "snpshot_wrapper" }, Us = { class: "snapshot_container" }, Hs = ["src"], Ws = ["src"], Ys = ["src"], Zs = { class: "cmt_content" }, Js = { class: "content" }, Gs = { class: "select_item" }, Xs = { class: "item_title" }, Ks = { class: "select_wrapper" }, Vs = { class: "select_item" }, Qs = { class: "item_title" }, js = { class: "select_item" }, qs = { class: "item_title" }, eo = { class: "select_wrapper" }, to = { class: "select_item" }, so = { class: "item_title" }, oo = {
647
647
  key: 0,
648
648
  class: "tag_list"
649
- }, lo = { class: "tag_span" }, no = {
649
+ }, lo = { class: "tag_span" }, io = {
650
650
  key: 1,
651
651
  class: "select_wrapper"
652
- }, io = { class: "select_item_descript" }, ao = { class: "item_title" }, co = { class: "descript" }, ro = { class: "bottom_buttons" }, uo = { class: "btns" }, mo = /* @__PURE__ */ ne({
653
- __name: "detail",
652
+ }, no = { class: "select_item_descript" }, ao = { class: "item_title" }, co = { class: "descript" }, ro = { class: "bottom_buttons" }, uo = { class: "btns" }, mo = /* @__PURE__ */ le({
653
+ __name: "MobileDetail",
654
654
  props: {
655
655
  cmtContent: {}
656
656
  },
657
657
  emits: ["delete", "back"],
658
- setup(H, { emit: W }) {
659
- const I = W, h = H, p = o(h.cmtContent), y = o(""), $ = o(!1), f = () => {
658
+ setup(W, { emit: Y }) {
659
+ const x = Y, h = W, _ = o(h.cmtContent), w = o(""), $ = o(!1), f = () => {
660
660
  $.value = !0;
661
- }, n = o(), z = o(), E = o(), T = o(), M = o(), d = o(), b = o(), w = o(), k = ae();
662
- _e(() => {
663
- const D = /* @__PURE__ */ new Date();
664
- let u = D.getDate(), R = D.getFullYear(), N = D.getMonth();
665
- y.value = `${R}-${N + 1}-${u}`, p.value || console.log("no cmtContent!"), O();
661
+ }, i = o(), N = o(), E = o(), D = o(), I = o(), p = o(), b = o(), T = o(), k = ae();
662
+ pe(() => {
663
+ const O = /* @__PURE__ */ new Date();
664
+ let u = O.getDate(), R = O.getFullYear(), z = O.getMonth();
665
+ w.value = `${R}-${z + 1}-${u}`, _.value || console.log("[Bimx Engine] 评论内容为空,无法渲染详情"), y();
666
666
  }), re(
667
667
  () => h.cmtContent,
668
- (D) => {
669
- D && (p.value = JSON.parse(JSON.stringify(D)), O());
668
+ (O) => {
669
+ O && (_.value = JSON.parse(JSON.stringify(O)), y());
670
670
  }
671
671
  );
672
- const O = () => {
673
- n.value = p.value.index, z.value = p.value.title, E.value = p.value.priority ? ge(p.value.priority) : "", T.value = p.value.status ? p.value.status : "", M.value = p.value.deadline ? ve(p.value.deadline) : "", d.value = p.value.description ? p.value.description : "", b.value = p.value.tags ? p.value.tags : [], w.value = p.value.imgData;
674
- }, x = () => {
675
- I("delete", p.value.guid);
672
+ const y = () => {
673
+ i.value = _.value.index, N.value = _.value.title, E.value = _.value.priority ? ge(_.value.priority) : "", D.value = _.value.status ? _.value.status : "", I.value = _.value.deadline ? _e(_.value.deadline) : "", p.value = _.value.description ? _.value.description : "", b.value = _.value.tags ? _.value.tags : [], T.value = _.value.imgData;
674
+ }, P = () => {
675
+ x("delete", _.value.guid);
676
676
  };
677
- return (D, u) => {
678
- const R = pe, N = De;
679
- return l(), c(G, null, [
677
+ return (O, u) => {
678
+ const R = he, z = De;
679
+ return l(), r(G, null, [
680
680
  e("div", {
681
681
  class: "cmt_detail_wrapper",
682
682
  style: ee({ top: `${(s(Q)("topHeight") + 52) / 50}rem` })
683
683
  }, [
684
- e("div", Rs, [
684
+ e("div", zs, [
685
685
  K(R, null, {
686
686
  default: ce(() => [
687
687
  e("div", Ns, [
688
688
  e("div", Fs, [
689
689
  e("div", {
690
- style: ee({ backgroundColor: s(Me)(p.value && p.value.priority ? p.value.priority : "low"), color: "#fff" })
691
- }, a(n.value), 5),
690
+ style: ee({ backgroundColor: s(Pe)(_.value && _.value.priority ? _.value.priority : "low"), color: "#fff" })
691
+ }, c(i.value), 5),
692
692
  e("div", null, [
693
- de(a(p.value && p.value.createDate && s(ve)(p.value.createDate)) + " ", 1),
694
- e("span", null, a(s(k)("common.created")), 1)
693
+ me(c(_.value && _.value.createDate && s(_e)(_.value.createDate)) + " ", 1),
694
+ e("span", null, c(s(k)("common.created")), 1)
695
695
  ])
696
696
  ]),
697
697
  e("div", As, [
698
698
  e("div", Us, [
699
699
  e("img", {
700
700
  class: "cmt_img",
701
- src: `data:image/png;base64,${w.value}`
701
+ src: `data:image/png;base64,${T.value}`
702
702
  }, null, 8, Hs),
703
- T.value ? (l(), c("div", {
703
+ D.value ? (l(), r("div", {
704
704
  key: 0,
705
705
  class: "stage",
706
- style: ee({ backgroundColor: s(Oe)(T.value) })
706
+ style: ee({ backgroundColor: s(Ee)(D.value) })
707
707
  }, [
708
708
  e("img", {
709
709
  src: s(B) + "/bim-viewer/bcf-images/bulb.png"
710
710
  }, null, 8, Ws),
711
- e("span", null, a(T.value), 1)
711
+ e("span", null, c(D.value), 1)
712
712
  ], 4)) : U("", !0),
713
713
  e("div", {
714
714
  class: "zoomIn",
@@ -717,46 +717,46 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
717
717
  e("img", {
718
718
  src: s(B) + "/bim-viewer/annotations/zoomin.svg"
719
719
  }, null, 8, Ys),
720
- de(" " + a(s(k)("common.view")), 1)
720
+ me(" " + c(s(k)("common.view")), 1)
721
721
  ])
722
722
  ])
723
723
  ]),
724
724
  e("div", Zs, [
725
725
  e("div", Js, [
726
726
  e("div", Gs, [
727
- e("span", Xs, a(s(k)("bcf.status")), 1),
727
+ e("span", Xs, c(s(k)("bcf.status")), 1),
728
728
  u[2] || (u[2] = e("span", null, ":", -1)),
729
- e("div", Ks, a(T.value), 1)
729
+ e("div", Ks, c(D.value), 1)
730
730
  ]),
731
731
  e("div", Vs, [
732
- e("span", Qs, a(s(k)("bcf.priority")), 1),
732
+ e("span", Qs, c(s(k)("bcf.priority")), 1),
733
733
  u[3] || (u[3] = e("span", null, ":", -1)),
734
734
  e("div", {
735
735
  class: "select_wrapper",
736
- style: ee({ color: s(Ee)(E.value) })
737
- }, a(E.value), 5)
736
+ style: ee({ color: s(Oe)(E.value) })
737
+ }, c(E.value), 5)
738
738
  ]),
739
739
  e("div", js, [
740
- e("span", qs, a(s(k)("bcf.dueDate")), 1),
740
+ e("span", qs, c(s(k)("bcf.dueDate")), 1),
741
741
  u[4] || (u[4] = e("span", null, ":", -1)),
742
- e("div", eo, a(M.value), 1)
742
+ e("div", eo, c(I.value), 1)
743
743
  ]),
744
744
  e("div", to, [
745
- e("span", so, a(s(k)("bcf.labels")), 1),
745
+ e("span", so, c(s(k)("bcf.labels")), 1),
746
746
  u[5] || (u[5] = e("span", null, ":", -1)),
747
- b.value && b.value.length > 0 ? (l(), c("div", oo, [
748
- (l(!0), c(G, null, j(b.value, (F, Z) => (l(), c("div", {
747
+ b.value && b.value.length > 0 ? (l(), r("div", oo, [
748
+ (l(!0), r(G, null, j(b.value, (F, Z) => (l(), r("div", {
749
749
  key: Z,
750
750
  class: "tag"
751
751
  }, [
752
- e("span", lo, a(F), 1)
752
+ e("span", lo, c(F), 1)
753
753
  ]))), 128))
754
- ])) : (l(), c("div", no))
754
+ ])) : (l(), r("div", io))
755
755
  ]),
756
- e("div", io, [
757
- e("span", ao, a(s(k)("bcf.description")), 1),
756
+ e("div", no, [
757
+ e("span", ao, c(s(k)("bcf.description")), 1),
758
758
  u[6] || (u[6] = e("span", null, ":", -1)),
759
- e("div", co, a(d.value), 1)
759
+ e("div", co, c(p.value), 1)
760
760
  ])
761
761
  ])
762
762
  ])
@@ -770,19 +770,19 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
770
770
  e("div", uo, [
771
771
  e("div", {
772
772
  class: "backModel",
773
- onClick: u[0] || (u[0] = (F) => I("back"))
774
- }, a(s(k)("mobileComments.backToModel")), 1),
775
- s(Q)("editPrivilege") == 0 ? (l(), c("div", {
773
+ onClick: u[0] || (u[0] = (F) => x("back"))
774
+ }, c(s(k)("mobileComments.backToModel")), 1),
775
+ s(Q)("editPrivilege") == 0 ? (l(), r("div", {
776
776
  key: 0,
777
777
  class: "delete",
778
- onClick: x
779
- }, a(s(k)("mobileComments.deleteComment")), 1)) : U("", !0)
778
+ onClick: P
779
+ }, c(s(k)("mobileComments.deleteComment")), 1)) : U("", !0)
780
780
  ])
781
781
  ])
782
782
  ], 4),
783
- $.value ? (l(), oe(N, {
783
+ $.value ? (l(), te(z, {
784
784
  key: 0,
785
- "img-content": `data:image/png;base64,${w.value}`,
785
+ "img-content": `data:image/png;base64,${T.value}`,
786
786
  onCloseImg: u[1] || (u[1] = () => {
787
787
  $.value = !1;
788
788
  })
@@ -790,34 +790,34 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
790
790
  ], 64);
791
791
  };
792
792
  }
793
- }), vo = /* @__PURE__ */ ie(mo, [["__scopeId", "data-v-18a6bb74"]]), _o = { class: "image" }, po = { class: "fill" }, ho = { class: "screenshot" }, go = ["src"], fo = ["src"], bo = ["src"], ko = { class: "content" }, Co = { class: "select_item" }, $o = { class: "select_wrapper" }, yo = { class: "select_item" }, wo = { class: "select_wrapper" }, Io = { class: "select_item" }, xo = { class: "select_wrapper" }, To = { class: "select_item" }, Do = { class: "select_wrapper" }, So = { class: "select_item" }, Lo = { class: "select_wrapper" }, Bo = { class: "select_item" }, Po = { class: "select_wrapper" }, Mo = { class: "bottom" }, Oo = /* @__PURE__ */ ne({
793
+ }), vo = /* @__PURE__ */ ie(mo, [["__scopeId", "data-v-1251e210"]]), _o = { class: "image" }, po = { class: "fill" }, ho = { class: "screenshot" }, go = ["src"], fo = ["src"], bo = ["src"], ko = { class: "content" }, Co = { class: "select_item" }, $o = { class: "select_wrapper" }, yo = { class: "select_item" }, wo = { class: "select_wrapper" }, xo = { class: "select_item" }, Io = { class: "select_wrapper" }, To = { class: "select_item" }, Do = { class: "select_wrapper" }, So = { class: "select_item" }, Lo = { class: "select_wrapper" }, Bo = { class: "select_item" }, Mo = { class: "select_wrapper" }, Po = { class: "bottom" }, Eo = /* @__PURE__ */ le({
794
794
  __name: "MobileCommentAdd",
795
795
  props: {
796
796
  imageData: {},
797
797
  userId: {}
798
798
  },
799
799
  emits: ["cancel", "emitHandler", "createNew"],
800
- setup(H, { emit: W }) {
801
- const I = ae(), h = W, p = H, y = o(!1), $ = o(p.imageData), f = o(""), n = o(""), z = o(""), E = o(), T = o(""), M = o([]), d = o(xe()), b = o(Ie()), w = o(we()), k = () => {
800
+ setup(W, { emit: Y }) {
801
+ const x = ae(), h = Y, _ = W, w = o(!1), $ = o(_.imageData), f = o(""), i = o(""), N = o(""), E = o(), D = o(""), I = o([]), p = o(Ie()), b = o(xe()), T = o(we()), k = () => {
802
802
  h("cancel");
803
- }, O = () => {
804
- y.value = !0;
805
- }, x = () => {
806
- f.value === "" ? X.emit("prompt", { type: "warn", text: I("bcf.messages.pleaseInputTitle") }) : h("createNew", {
807
- author: p.userId,
803
+ }, y = () => {
804
+ w.value = !0;
805
+ }, P = () => {
806
+ f.value === "" ? X.emit("prompt", { type: "warn", text: x("bcf.messages.pleaseInputTitle") }) : h("createNew", {
807
+ author: _.userId,
808
808
  title: f.value,
809
- priority: n.value,
810
- status: z.value,
809
+ priority: i.value,
810
+ status: N.value,
811
811
  deadline: E.value,
812
812
  createDate: (/* @__PURE__ */ new Date()).toISOString(),
813
- description: T.value,
813
+ description: D.value,
814
814
  imgData: $.value,
815
- tags: M.value
815
+ tags: I.value
816
816
  });
817
817
  };
818
- return (D, u) => {
819
- const R = ke, N = Re, F = ze, Z = ye, q = De;
820
- return l(), c(G, null, [
818
+ return (O, u) => {
819
+ const R = ke, z = ze, F = Re, Z = ye, q = De;
820
+ return l(), r(G, null, [
821
821
  e("div", {
822
822
  class: "comment_add",
823
823
  style: ee({ top: `${(s(Q)("topHeight") + 52) / 50}rem` })
@@ -836,45 +836,45 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
836
836
  e("img", {
837
837
  src: `${s(B)}/bim-viewer/delete-white.svg`
838
838
  }, null, 8, fo),
839
- de(" " + a(s(I)("common.edit")), 1)
839
+ me(" " + c(s(x)("common.edit")), 1)
840
840
  ]),
841
841
  e("div", {
842
842
  class: "zoomIn",
843
- onClick: O
843
+ onClick: y
844
844
  }, [
845
845
  e("img", {
846
846
  src: `${s(B)}/bim-viewer/annotations/zoomin.svg`
847
847
  }, null, 8, bo),
848
- de(" " + a(s(I)("common.view")), 1)
848
+ me(" " + c(s(x)("common.view")), 1)
849
849
  ])
850
850
  ])
851
851
  ]),
852
852
  e("div", ko, [
853
853
  e("div", Co, [
854
854
  e("div", null, [
855
- de(a(s(I)("common.title")) + " ", 1),
855
+ me(c(s(x)("common.title")) + " ", 1),
856
856
  u[7] || (u[7] = e("span", { style: { color: "#f54d4d" } }, "*", -1))
857
857
  ]),
858
858
  e("div", $o, [
859
859
  K(R, {
860
860
  modelValue: f.value,
861
861
  "onUpdate:modelValue": u[0] || (u[0] = (t) => f.value = t),
862
- placeholder: s(I)("common.placeholder_input")
862
+ placeholder: s(x)("common.placeholder_input")
863
863
  }, null, 8, ["modelValue", "placeholder"])
864
864
  ])
865
865
  ]),
866
866
  e("div", yo, [
867
- e("span", null, a(s(I)("bcf.priority")), 1),
867
+ e("span", null, c(s(x)("bcf.priority")), 1),
868
868
  e("div", wo, [
869
869
  K(F, {
870
- modelValue: n.value,
871
- "onUpdate:modelValue": u[1] || (u[1] = (t) => n.value = t),
870
+ modelValue: i.value,
871
+ "onUpdate:modelValue": u[1] || (u[1] = (t) => i.value = t),
872
872
  clearable: "",
873
- placeholder: s(I)("common.placeholder_select")
873
+ placeholder: s(x)("common.placeholder_select")
874
874
  }, {
875
875
  default: ce(() => [
876
- (l(!0), c(G, null, j(d.value, (t, i) => (l(), oe(N, {
877
- key: i,
876
+ (l(!0), r(G, null, j(p.value, (t, a) => (l(), te(z, {
877
+ key: a,
878
878
  value: t
879
879
  }, null, 8, ["value"]))), 128))
880
880
  ]),
@@ -882,18 +882,18 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
882
882
  }, 8, ["modelValue", "placeholder"])
883
883
  ])
884
884
  ]),
885
- e("div", Io, [
886
- e("span", null, a(s(I)("bcf.status")), 1),
887
- e("div", xo, [
885
+ e("div", xo, [
886
+ e("span", null, c(s(x)("bcf.status")), 1),
887
+ e("div", Io, [
888
888
  K(F, {
889
- modelValue: z.value,
890
- "onUpdate:modelValue": u[2] || (u[2] = (t) => z.value = t),
889
+ modelValue: N.value,
890
+ "onUpdate:modelValue": u[2] || (u[2] = (t) => N.value = t),
891
891
  clearable: "",
892
- placeholder: s(I)("common.placeholder_select")
892
+ placeholder: s(x)("common.placeholder_select")
893
893
  }, {
894
894
  default: ce(() => [
895
- (l(!0), c(G, null, j(b.value, (t, i) => (l(), oe(N, {
896
- key: i,
895
+ (l(!0), r(G, null, j(b.value, (t, a) => (l(), te(z, {
896
+ key: a,
897
897
  value: t
898
898
  }, null, 8, ["value"]))), 128))
899
899
  ]),
@@ -902,40 +902,40 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
902
902
  ])
903
903
  ]),
904
904
  e("div", To, [
905
- e("span", null, a(s(I)("bcf.dueDate")), 1),
905
+ e("span", null, c(s(x)("bcf.dueDate")), 1),
906
906
  e("div", Do, [
907
907
  K(Z, {
908
908
  modelValue: E.value,
909
909
  "onUpdate:modelValue": u[3] || (u[3] = (t) => E.value = t),
910
910
  type: "datetime",
911
- placeholder: s(I)("common.placeholder_date"),
911
+ placeholder: s(x)("common.placeholder_date"),
912
912
  editable: !1
913
913
  }, null, 8, ["modelValue", "placeholder"])
914
914
  ])
915
915
  ]),
916
916
  e("div", So, [
917
- e("span", null, a(s(I)("bcf.description")), 1),
917
+ e("span", null, c(s(x)("bcf.description")), 1),
918
918
  e("div", Lo, [
919
919
  K(R, {
920
- modelValue: T.value,
921
- "onUpdate:modelValue": u[4] || (u[4] = (t) => T.value = t),
920
+ modelValue: D.value,
921
+ "onUpdate:modelValue": u[4] || (u[4] = (t) => D.value = t),
922
922
  type: "textarea",
923
- placeholder: s(I)("common.placeholder_input")
923
+ placeholder: s(x)("common.placeholder_input")
924
924
  }, null, 8, ["modelValue", "placeholder"])
925
925
  ])
926
926
  ]),
927
927
  e("div", Bo, [
928
- e("span", null, a(s(I)("bcf.labels")), 1),
929
- e("div", Po, [
928
+ e("span", null, c(s(x)("bcf.labels")), 1),
929
+ e("div", Mo, [
930
930
  K(F, {
931
- modelValue: M.value,
932
- "onUpdate:modelValue": u[5] || (u[5] = (t) => M.value = t),
931
+ modelValue: I.value,
932
+ "onUpdate:modelValue": u[5] || (u[5] = (t) => I.value = t),
933
933
  multiple: "",
934
- placeholder: s(I)("common.placeholder_select")
934
+ placeholder: s(x)("common.placeholder_select")
935
935
  }, {
936
936
  default: ce(() => [
937
- (l(!0), c(G, null, j(w.value, (t, i) => (l(), oe(N, {
938
- key: i,
937
+ (l(!0), r(G, null, j(T.value, (t, a) => (l(), te(z, {
938
+ key: a,
939
939
  value: t
940
940
  }, null, 8, ["value"]))), 128))
941
941
  ]),
@@ -944,41 +944,41 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
944
944
  ])
945
945
  ])
946
946
  ]),
947
- e("div", Mo, [
947
+ e("div", Po, [
948
948
  u[8] || (u[8] = e("div", { class: "line" }, null, -1)),
949
949
  e("div", {
950
950
  class: "create",
951
- onClick: x
952
- }, a(s(I)("bcf.createNow")), 1)
951
+ onClick: P
952
+ }, c(s(x)("bcf.createNow")), 1)
953
953
  ])
954
954
  ], 4),
955
- y.value ? (l(), oe(q, {
955
+ w.value ? (l(), te(q, {
956
956
  key: 0,
957
957
  "img-content": `data:image/png;base64,${$.value}`,
958
958
  onCloseImg: u[6] || (u[6] = () => {
959
- y.value = !1;
959
+ w.value = !1;
960
960
  })
961
961
  }, null, 8, ["img-content"])) : U("", !0)
962
962
  ], 64);
963
963
  };
964
964
  }
965
- }), Eo = /* @__PURE__ */ ie(Oo, [["__scopeId", "data-v-d02b3a89"]]), zo = { class: "mobile_comments_toolbar" }, Ro = { class: "enter" }, No = { class: "comment_toolbar" }, Fo = { class: "comment-list" }, Ao = ["onClick"], Uo = { class: "comment-icon" }, Ho = ["src"], Wo = { class: "comment-name" }, Yo = { class: "comment-icon" }, Zo = ["src"], Jo = {
965
+ }), Oo = /* @__PURE__ */ ie(Eo, [["__scopeId", "data-v-69fc8e78"]]), Ro = { class: "mobile_comments_toolbar" }, zo = { class: "enter" }, No = { class: "comment_toolbar" }, Fo = { class: "comment-list" }, Ao = ["onClick"], Uo = { class: "comment-icon" }, Ho = ["src"], Wo = { class: "comment-name" }, Yo = { class: "comment-icon" }, Zo = ["src"], Jo = {
966
966
  class: "comment-name",
967
967
  style: { color: "#df1c1c" }
968
968
  }, Go = { class: "buttons" }, Xo = {
969
969
  key: 0,
970
970
  class: "comment_create_text_box"
971
- }, Ko = { class: "label-text-edit" }, Vo = { class: "text-edit-head" }, Qo = ["src"], jo = { class: "text-edit-title" }, qo = { class: "text-edit-body" }, el = { class: "text-edit-input" }, tl = /* @__PURE__ */ ne({
972
- __name: "draw",
971
+ }, Ko = { class: "label-text-edit" }, Vo = { class: "text-edit-head" }, Qo = ["src"], jo = { class: "text-edit-title" }, qo = { class: "text-edit-body" }, el = { class: "text-edit-input" }, tl = /* @__PURE__ */ le({
972
+ __name: "MobileDraw",
973
973
  props: ["componentId"],
974
974
  emits: ["emitHandler", "cancel", "confirm"],
975
- setup(H, { expose: W, emit: I }) {
976
- const h = ae(), p = Ce(), y = H;
977
- _e(() => {
978
- p.setReadyById(y.componentId);
975
+ setup(W, { expose: Y, emit: x }) {
976
+ const h = ae(), _ = Ce(), w = W;
977
+ pe(() => {
978
+ _.setReadyById(w.componentId);
979
979
  });
980
980
  let $, f;
981
- const n = o(0), z = o(1), E = o(1), T = o(), M = o(!1), d = o(!1), b = o(!1), w = o(!1), k = o(""), O = o(), x = o({
981
+ const i = o(0), N = o(1), E = o(1), D = o(), I = o(!1), p = o(!1), b = o(!1), T = o(!1), k = o(""), y = o(), P = o({
982
982
  show: !1,
983
983
  // 是否显示
984
984
  title: h("mobileComments.notice.title"),
@@ -988,41 +988,41 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
988
988
  submitName: h("common.confirm"),
989
989
  // 弹窗按钮
990
990
  confirm: () => {
991
- console.log("点击了确认"), x.value.show = !1;
991
+ console.log("[Bimx Engine] 弹窗确认按钮点击"), P.value.show = !1;
992
992
  },
993
993
  close: () => {
994
- console.log("点击了关闭"), x.value.show = !1;
994
+ console.log("[Bimx Engine] 弹窗关闭按钮点击"), P.value.show = !1;
995
995
  }
996
- }), D = () => {
997
- $ = window.bimViewer.commentTool, f = window.bimViewer.eventTrigger, m(""), f.on("createNew", () => {
998
- n.value = 0, m("");
996
+ }), O = () => {
997
+ $ = window.bimViewer.commentTool, f = window.bimViewer.eventTrigger, d(""), f.on("createNew", () => {
998
+ i.value = 0, d("");
999
999
  }), f.on("newState", () => {
1000
- M.value = !0, d.value = !1;
1000
+ I.value = !0, p.value = !1;
1001
1001
  }), f.on("noPreviousState", () => {
1002
- M.value = !1;
1002
+ I.value = !1;
1003
1003
  }), f.on("noNewState", () => {
1004
- d.value = !1;
1004
+ p.value = !1;
1005
1005
  }), f.on("choseTarget", (g) => {
1006
- b.value = !0, n.value = 0, m("");
1006
+ b.value = !0, i.value = 0, d("");
1007
1007
  });
1008
1008
  };
1009
- X.on("BimViewer", D), fe(() => {
1010
- X.off("BimViewer", D);
1009
+ X.on("BimViewer", O), fe(() => {
1010
+ X.off("BimViewer", O);
1011
1011
  });
1012
- const u = I, R = () => {
1013
- n.value = 1, m("path"), setTimeout(() => {
1012
+ const u = x, R = () => {
1013
+ i.value = 1, d("path"), setTimeout(() => {
1014
1014
  var g;
1015
1015
  (g = document.getElementById("svgImage")) == null || g.addEventListener("touchstart", F);
1016
1016
  }, 200);
1017
- }, N = () => {
1017
+ }, z = () => {
1018
1018
  var g;
1019
1019
  (g = document.getElementById("svgImage")) == null || g.removeEventListener("touchstart", F);
1020
1020
  }, F = (g) => {
1021
- g.target.tagName == "image" && (n.value === 5 ? (k.value = "", O.value = g, w.value = !0) : b.value = !1);
1021
+ g.target.tagName == "image" && (i.value === 5 ? (k.value = "", y.value = g, T.value = !0) : b.value = !1);
1022
1022
  }, Z = () => {
1023
- k.value ? ($.clickCreateText(O.value, k.value), w.value = !1) : q(h("mobileComments.pleaseInputContent"));
1024
- }, q = (g, v) => {
1025
- x.value = {
1023
+ k.value ? ($.clickCreateText(y.value, k.value), T.value = !1) : q(h("mobileComments.pleaseInputContent"));
1024
+ }, q = (g, m) => {
1025
+ P.value = {
1026
1026
  show: !0,
1027
1027
  // 是否显示
1028
1028
  title: h("common.info"),
@@ -1032,68 +1032,68 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
1032
1032
  submitName: h("common.confirm"),
1033
1033
  // 弹窗按钮
1034
1034
  confirm: () => {
1035
- console.log("点击了确认"), x.value.show = !1;
1035
+ console.log("[Bimx Engine] 弹窗确认按钮点击"), P.value.show = !1;
1036
1036
  },
1037
1037
  close: () => {
1038
- console.log("点击了关闭"), x.value.show = !1;
1038
+ console.log("[Bimx Engine] 弹窗关闭按钮点击"), P.value.show = !1;
1039
1039
  }
1040
1040
  };
1041
1041
  }, t = (g) => {
1042
- n.value === g.id && (n.value = 0), z.value = 1, E.value = 1, T.value = g.buttontype, n.value = g.id, m(g.buttontype);
1043
- }, i = o(), S = new Ue(0.1), P = () => {
1042
+ i.value === g.id && (i.value = 0), N.value = 1, E.value = 1, D.value = g.buttontype, i.value = g.id, d(g.buttontype);
1043
+ }, a = o(), S = new Ue(0.1), M = () => {
1044
1044
  $.saveComments();
1045
1045
  const g = document.getElementById("svgImage");
1046
1046
  if (g) {
1047
- const v = new XMLSerializer().serializeToString(g), A = document.createElement("canvas"), le = A.getContext("2d"), Y = window.devicePixelRatio || 1, r = new Image();
1048
- r.onload = function() {
1049
- A.width = g.clientWidth * Y, A.height = g.clientHeight * Y, le && (le.scale(Y, Y), le.drawImage(r, 0, 0)), i.value = A.toDataURL("image/png").split(",")[1], te();
1050
- function te() {
1051
- i.value ? u("confirm", i.value) : S.start(() => {
1052
- te();
1047
+ const m = new XMLSerializer().serializeToString(g), A = document.createElement("canvas"), se = A.getContext("2d"), n = window.devicePixelRatio || 1, V = new Image();
1048
+ V.onload = function() {
1049
+ A.width = g.clientWidth * n, A.height = g.clientHeight * n, se && (se.scale(n, n), se.drawImage(V, 0, 0)), a.value = A.toDataURL("image/png").split(",")[1], H();
1050
+ function H() {
1051
+ a.value ? u("confirm", a.value) : S.start(() => {
1052
+ H();
1053
1053
  });
1054
1054
  }
1055
- }, r.src = `data:image/svg+xml;charset=utf-8,${encodeURIComponent(v)}`;
1055
+ }, V.src = `data:image/svg+xml;charset=utf-8,${encodeURIComponent(m)}`;
1056
1056
  }
1057
- }, _ = () => {
1057
+ }, v = () => {
1058
1058
  window.bimViewer.commentTool.deleteCurrentComments(), b.value = !1;
1059
- }, m = (g) => {
1059
+ }, d = (g) => {
1060
1060
  $.setCurrentMode(g);
1061
1061
  }, C = () => {
1062
1062
  u("cancel");
1063
1063
  };
1064
- return W({ handleOpen: R, handleClose: N }), (g, v) => {
1065
- const A = pe, le = ke;
1066
- return l(), c(G, null, [
1067
- e("div", zo, [
1068
- e("div", Ro, [
1064
+ return Y({ handleOpen: R, handleClose: z }), (g, m) => {
1065
+ const A = he, se = ke;
1066
+ return l(), r(G, null, [
1067
+ e("div", Ro, [
1068
+ e("div", zo, [
1069
1069
  e("div", No, [
1070
1070
  K(A, null, {
1071
1071
  default: ce(() => [
1072
1072
  e("div", Fo, [
1073
- (l(!0), c(G, null, j(s(Te), (Y, r) => (l(), c("div", {
1074
- key: r,
1075
- class: ue(["comment-item", {
1076
- "comment-item-active": n.value === Y.id
1073
+ (l(!0), r(G, null, j(s(Te), (n, V) => (l(), r("div", {
1074
+ key: V,
1075
+ class: de(["comment-item", {
1076
+ "comment-item-active": i.value === n.id
1077
1077
  }]),
1078
- onClick: (te) => t(Y)
1078
+ onClick: (H) => t(n)
1079
1079
  }, [
1080
1080
  e("div", Uo, [
1081
1081
  e("img", {
1082
- src: s(B) + `/bim-viewer/comment/new-icons/bimkk-mobile-comment-${n.value === Y.id ? Y.svgActive : Y.svg}.svg`
1082
+ src: s(B) + `/bim-viewer/comment/new-icons/bimkk-mobile-comment-${i.value === n.id ? n.svgActive : n.svg}.svg`
1083
1083
  }, null, 8, Ho),
1084
- e("div", Wo, a(s(h)(Y.label)), 1)
1084
+ e("div", Wo, c(s(h)(n.label)), 1)
1085
1085
  ])
1086
1086
  ], 10, Ao))), 128)),
1087
- b.value ? (l(), c("div", {
1087
+ b.value ? (l(), r("div", {
1088
1088
  key: 0,
1089
1089
  class: "comment-item",
1090
- onClick: _
1090
+ onClick: v
1091
1091
  }, [
1092
1092
  e("div", Yo, [
1093
1093
  e("img", {
1094
1094
  src: s(B) + "/bim-viewer/delete.svg"
1095
1095
  }, null, 8, Zo),
1096
- e("div", Jo, a(s(h)("common.delete")), 1)
1096
+ e("div", Jo, c(s(h)("common.delete")), 1)
1097
1097
  ])
1098
1098
  ])) : U("", !0)
1099
1099
  ])
@@ -1105,33 +1105,33 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
1105
1105
  e("div", {
1106
1106
  class: "cancel",
1107
1107
  onClick: C
1108
- }, a(s(h)("common.cancel")), 1),
1108
+ }, c(s(h)("common.cancel")), 1),
1109
1109
  e("div", {
1110
1110
  class: "add",
1111
- onClick: P
1112
- }, a(s(h)("bcf.addComment")), 1)
1111
+ onClick: M
1112
+ }, c(s(h)("bcf.addComment")), 1)
1113
1113
  ])
1114
1114
  ])
1115
1115
  ]),
1116
- w.value ? (l(), c("div", Xo, [
1116
+ T.value ? (l(), r("div", Xo, [
1117
1117
  e("div", Ko, [
1118
1118
  e("div", Vo, [
1119
1119
  e("img", {
1120
1120
  class: "text-edit-back",
1121
1121
  src: s(B) + "/bim-viewer/back_gray.svg",
1122
- onClick: v[0] || (v[0] = (Y) => w.value = !1)
1122
+ onClick: m[0] || (m[0] = (n) => T.value = !1)
1123
1123
  }, null, 8, Qo),
1124
- e("div", jo, a(s(h)("mobileComments.createText")), 1),
1124
+ e("div", jo, c(s(h)("mobileComments.createText")), 1),
1125
1125
  e("div", {
1126
1126
  class: "text-edit-finish",
1127
1127
  onClick: Z
1128
- }, a(s(h)("common.done")), 1)
1128
+ }, c(s(h)("common.done")), 1)
1129
1129
  ]),
1130
1130
  e("div", qo, [
1131
1131
  e("div", el, [
1132
- K(le, {
1132
+ K(se, {
1133
1133
  modelValue: k.value,
1134
- "onUpdate:modelValue": v[1] || (v[1] = (Y) => k.value = Y),
1134
+ "onUpdate:modelValue": m[1] || (m[1] = (n) => k.value = n),
1135
1135
  type: "textarea",
1136
1136
  placeholder: s(h)("common.placeholder_input"),
1137
1137
  autosize: { minRows: 2 }
@@ -1143,10 +1143,10 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
1143
1143
  ], 64);
1144
1144
  };
1145
1145
  }
1146
- }), sl = /* @__PURE__ */ ie(tl, [["__scopeId", "data-v-cef6bf9e"]]), ol = {
1146
+ }), sl = /* @__PURE__ */ ie(tl, [["__scopeId", "data-v-0c30db1a"]]), ol = {
1147
1147
  id: "comments_toolbar",
1148
1148
  class: "comments_toolbar"
1149
- }, ll = { class: "comments_toolbar_wrapper" }, nl = { class: "comments_toolbar_content" }, il = { class: "comments_toolbar_group" }, al = ["onClick"], cl = ["src"], rl = {
1149
+ }, ll = { class: "comments_toolbar_wrapper" }, il = { class: "comments_toolbar_content" }, nl = { class: "comments_toolbar_group" }, al = ["onClick"], cl = ["src"], rl = {
1150
1150
  key: 0,
1151
1151
  class: "edit-tips"
1152
1152
  }, ul = { class: "edit_tips_content" }, dl = {
@@ -1155,259 +1155,279 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
1155
1155
  }, ml = ["onClick"], vl = {
1156
1156
  key: 1,
1157
1157
  class: "tips-weight"
1158
- }, _l = ["onClick"], pl = { class: "tips-color" }, hl = ["onClick"], gl = { class: "comments_toolbar_group" }, fl = ["src"], bl = ["src"], kl = /* @__PURE__ */ ne({
1159
- __name: "pcdraw",
1158
+ }, _l = ["onClick"], pl = { class: "tips-color" }, hl = ["onClick"], gl = { class: "comments_toolbar_group" }, fl = ["src"], bl = ["src"], kl = /* @__PURE__ */ le({
1159
+ __name: "PcDraw",
1160
1160
  props: ["componentId", "instruction"],
1161
1161
  emits: ["closePanel", "emitHandler"],
1162
- setup(H, { emit: W }) {
1163
- const I = ae(), h = Ce(), p = H, y = W, $ = (r) => {
1164
- y("emitHandler", r);
1162
+ setup(W, { emit: Y }) {
1163
+ const x = ae(), h = Ce(), _ = W, w = Y, $ = (n) => {
1164
+ w("emitHandler", n);
1165
1165
  };
1166
- let f, n, z;
1167
- const E = o(!1), T = o(!1), M = () => {
1168
- f = window.bimViewer, n = window.bimViewer.commentTool, z = window.bimViewer.eventTrigger, D(""), z.on("createNew", () => {
1169
- d.value = 0, D("");
1170
- }), z.on("newState", () => {
1171
- E.value = !0, T.value = !1;
1172
- }), z.on("noPreviousState", () => {
1173
- E.value = !1;
1174
- }), z.on("noNewState", () => {
1175
- T.value = !1;
1176
- }), z.on("choseTarget", (r) => {
1177
- d.value = 0, D("");
1178
- });
1166
+ let f, i;
1167
+ const N = o(!1), E = o(!1), D = () => {
1168
+ f = window.bimViewer, i = window.bimViewer.commentTool, P("");
1179
1169
  };
1180
- X.on("BimViewer", M), fe(() => {
1181
- X.off("BimViewer", M);
1170
+ X.on("BimViewer", D), ue({
1171
+ event: "createNew",
1172
+ handler: () => {
1173
+ I.value = 0, P("");
1174
+ },
1175
+ defer: !0
1176
+ }), ue({
1177
+ event: "newState",
1178
+ handler: () => {
1179
+ N.value = !0, E.value = !1;
1180
+ },
1181
+ defer: !0
1182
+ }), ue({
1183
+ event: "noPreviousState",
1184
+ handler: () => {
1185
+ N.value = !1;
1186
+ },
1187
+ defer: !0
1188
+ }), ue({
1189
+ event: "noNewState",
1190
+ handler: () => {
1191
+ E.value = !1;
1192
+ },
1193
+ defer: !0
1194
+ }), ue({
1195
+ event: "choseTarget",
1196
+ handler: () => {
1197
+ I.value = 0, P("");
1198
+ },
1199
+ defer: !0
1200
+ }), fe(() => {
1201
+ X.off("BimViewer", D);
1182
1202
  }), re(
1183
- () => h.isToolActive(p.componentId),
1184
- (r) => {
1185
- r && (d.value = 1, D("path"));
1203
+ () => h.isToolActive(_.componentId),
1204
+ (n) => {
1205
+ n && (I.value = 1, P("path"));
1186
1206
  }
1187
1207
  );
1188
- const d = o(0), b = o(1), w = o(1), k = o(1), O = o(Te), x = o(), D = (r) => {
1189
- n.setCurrentMode(r);
1190
- }, u = (r) => {
1191
- d.value === r.id && (d.value = 0), b.value = 1, w.value = 1, x.value = r.buttontype, d.value = r.id, D(r.buttontype);
1192
- }, R = () => {
1193
- n.saveComments();
1194
- const r = document.getElementById("svgImage");
1195
- if (r) {
1196
- const te = new XMLSerializer().serializeToString(r), V = document.createElement("canvas"), L = V.getContext("2d"), se = window.devicePixelRatio || 1, he = new Image();
1197
- he.onload = function() {
1198
- V.width = r.clientWidth * se, V.height = r.clientHeight * se, L && (L.scale(se, se), L.drawImage(he, 0, 0)), $({
1208
+ const I = o(0), p = o(1), b = o(1), T = o(1), k = o(Te), y = o(), P = (n) => {
1209
+ i.setCurrentMode(n);
1210
+ }, O = (n) => {
1211
+ I.value === n.id && (I.value = 0), p.value = 1, b.value = 1, y.value = n.buttontype, I.value = n.id, P(n.buttontype);
1212
+ }, u = () => {
1213
+ i.saveComments();
1214
+ const n = document.getElementById("svgImage");
1215
+ if (n) {
1216
+ const V = new XMLSerializer().serializeToString(n), H = document.createElement("canvas"), L = H.getContext("2d"), oe = window.devicePixelRatio || 1, ne = new Image();
1217
+ ne.onload = function() {
1218
+ H.width = n.clientWidth * oe, H.height = n.clientHeight * oe, L && (L.scale(oe, oe), L.drawImage(ne, 0, 0)), $({
1199
1219
  isTool: !0,
1200
1220
  event_target: "CommentTool",
1201
1221
  event_name: "saveComment",
1202
1222
  content: {
1203
- img_data: V.toDataURL("image/png").split(",")[1]
1223
+ img_data: H.toDataURL("image/png").split(",")[1]
1204
1224
  }
1205
1225
  });
1206
- }, he.src = `data:image/svg+xml;charset=utf-8,${encodeURIComponent(te)}`;
1226
+ }, ne.src = `data:image/svg+xml;charset=utf-8,${encodeURIComponent(V)}`;
1207
1227
  }
1208
- }, N = () => {
1228
+ }, R = () => {
1209
1229
  $({
1210
1230
  isTool: !1,
1211
1231
  event_target: "ToolBar",
1212
1232
  event_name: "clickTool",
1213
1233
  content: {
1214
- toolId: p.componentId,
1215
- toolKey: h.getKeyById(p.componentId),
1234
+ toolId: _.componentId,
1235
+ toolKey: h.getKeyById(_.componentId),
1216
1236
  status: !1
1217
1237
  }
1218
- }), f.SetCommentsToolActive(!1), y("closePanel");
1219
- }, F = (r) => {
1220
- b.value = r.id, x.value === "path" ? m(r.size) : x.value === "arrow" ? v(r.size) : x.value === "rect" ? g(r.size) : x.value === "ellipse" && C(r.size);
1221
- }, Z = (r) => {
1222
- w.value = r.id, x.value === "path" ? t(r.color) : x.value === "arrow" ? P(r.color) : x.value === "rect" ? S(r.color) : x.value === "ellipse" ? i(r.color) : x.value === "text" && _(r.color);
1223
- }, q = (r) => {
1224
- k.value = r.id, A(r.fontSize);
1225
- }, t = (r) => {
1226
- n.pathColor = r;
1227
- }, i = (r) => {
1228
- n.ellipseColor = r;
1229
- }, S = (r) => {
1230
- n.rectColor = r;
1231
- }, P = (r) => {
1232
- n.arrowColor = r;
1233
- }, _ = (r) => {
1234
- n.textColor = r;
1235
- }, m = (r) => {
1236
- n.pathStrokeWidth = r;
1237
- }, C = (r) => {
1238
- n.ellipseStrokeWidth = r;
1239
- }, g = (r) => {
1240
- n.rectStrokeWidth = r;
1241
- }, v = (r) => {
1242
- n.arrowSize = r;
1243
- }, A = (r) => {
1244
- n.textFontSize = r;
1245
- }, le = () => {
1246
- n.ReDo(() => {
1238
+ }), f.SetCommentsToolActive(!1), w("closePanel");
1239
+ }, z = (n) => {
1240
+ p.value = n.id, y.value === "path" ? v(n.size) : y.value === "arrow" ? g(n.size) : y.value === "rect" ? C(n.size) : y.value === "ellipse" && d(n.size);
1241
+ }, F = (n) => {
1242
+ b.value = n.id, y.value === "path" ? q(n.color) : y.value === "arrow" ? S(n.color) : y.value === "rect" ? a(n.color) : y.value === "ellipse" ? t(n.color) : y.value === "text" && M(n.color);
1243
+ }, Z = (n) => {
1244
+ T.value = n.id, m(n.fontSize);
1245
+ }, q = (n) => {
1246
+ i.pathColor = n;
1247
+ }, t = (n) => {
1248
+ i.ellipseColor = n;
1249
+ }, a = (n) => {
1250
+ i.rectColor = n;
1251
+ }, S = (n) => {
1252
+ i.arrowColor = n;
1253
+ }, M = (n) => {
1254
+ i.textColor = n;
1255
+ }, v = (n) => {
1256
+ i.pathStrokeWidth = n;
1257
+ }, d = (n) => {
1258
+ i.ellipseStrokeWidth = n;
1259
+ }, C = (n) => {
1260
+ i.rectStrokeWidth = n;
1261
+ }, g = (n) => {
1262
+ i.arrowSize = n;
1263
+ }, m = (n) => {
1264
+ i.textFontSize = n;
1265
+ }, A = () => {
1266
+ i.ReDo(() => {
1267
+ }), N.value = !0;
1268
+ }, se = () => {
1269
+ i.UnDo(() => {
1247
1270
  }), E.value = !0;
1248
- }, Y = () => {
1249
- n.UnDo(() => {
1250
- }), T.value = !0;
1251
1271
  };
1252
- return (r, te) => (l(), c("div", ol, [
1272
+ return (n, V) => (l(), r("div", ol, [
1253
1273
  e("div", ll, [
1254
- e("div", nl, [
1255
- e("div", il, [
1256
- (l(!0), c(G, null, j(O.value, (V) => (l(), c("div", {
1257
- key: V.id,
1258
- class: ue(["comments_tool_btn", { comments_tool_btn_active: d.value === V.id }]),
1259
- onClick: (L) => u(V)
1274
+ e("div", il, [
1275
+ e("div", nl, [
1276
+ (l(!0), r(G, null, j(k.value, (H) => (l(), r("div", {
1277
+ key: H.id,
1278
+ class: de(["comments_tool_btn", { comments_tool_btn_active: I.value === H.id }]),
1279
+ onClick: (L) => O(H)
1260
1280
  }, [
1261
1281
  e("img", {
1262
- src: s(B) + `/bim-viewer/comments/${d.value === V.id ? V.imgActive : V.img}.svg`
1282
+ src: s(B) + `/bim-viewer/comments/${I.value === H.id ? H.imgActive : H.img}.svg`
1263
1283
  }, null, 8, cl),
1264
- d.value === V.id ? (l(), c("div", rl, [
1284
+ I.value === H.id ? (l(), r("div", rl, [
1265
1285
  e("div", ul, [
1266
- V.buttontype === "text" ? (l(), c("div", dl, [
1267
- (l(!0), c(G, null, j(s(Ne), (L) => (l(), c("div", {
1286
+ H.buttontype === "text" ? (l(), r("div", dl, [
1287
+ (l(!0), r(G, null, j(s(Ne), (L) => (l(), r("div", {
1268
1288
  key: L.id,
1269
- class: ue(["text1", { text2: k.value === L.id }]),
1289
+ class: de(["text1", { text2: T.value === L.id }]),
1270
1290
  style: ee({ "font-size": L.id === 0 ? "18px" : L.id === 1 ? "16px" : "12px" }),
1271
- onClick: (se) => q(L)
1272
- }, a(s(I)(L.label)), 15, ml))), 128))
1273
- ])) : (l(), c("div", vl, [
1274
- (l(!0), c(G, null, j(s(Fe), (L) => (l(), c("div", {
1291
+ onClick: (oe) => Z(L)
1292
+ }, c(s(x)(L.label)), 15, ml))), 128))
1293
+ ])) : (l(), r("div", vl, [
1294
+ (l(!0), r(G, null, j(s(Fe), (L) => (l(), r("div", {
1275
1295
  key: L.id,
1276
- class: ue(["weight", { choose_weight: b.value === L.id }]),
1296
+ class: de(["weight", { choose_weight: p.value === L.id }]),
1277
1297
  style: ee({
1278
1298
  width: L.id === 0 ? "6px" : L.id === 1 ? "14px" : "20px",
1279
1299
  height: L.id === 0 ? "6px" : L.id === 1 ? "14px" : "20px"
1280
1300
  }),
1281
- onClick: J((se) => F(L), ["stop"])
1301
+ onClick: J((oe) => z(L), ["stop"])
1282
1302
  }, null, 14, _l))), 128))
1283
1303
  ])),
1284
1304
  e("div", pl, [
1285
- (l(!0), c(G, null, j(s(Ae), (L) => (l(), c("div", {
1305
+ (l(!0), r(G, null, j(s(Ae), (L) => (l(), r("div", {
1286
1306
  key: L.id,
1287
- class: ue(["color-item", { choose_color: w.value === L.id }]),
1307
+ class: de(["color-item", { choose_color: b.value === L.id }]),
1288
1308
  style: ee({
1289
1309
  background: L.color,
1290
1310
  border: L.id === 5 ? "1px solid #CBCFD9" : "",
1291
1311
  width: (L.id === 5, "18px"),
1292
1312
  height: (L.id === 5, "18px")
1293
1313
  }),
1294
- onClick: J((se) => Z(L), ["stop"])
1314
+ onClick: J((oe) => F(L), ["stop"])
1295
1315
  }, null, 14, hl))), 128))
1296
1316
  ])
1297
1317
  ])
1298
1318
  ])) : U("", !0)
1299
1319
  ], 10, al))), 128))
1300
1320
  ]),
1301
- te[0] || (te[0] = e("div", { class: "splitLine" }, null, -1)),
1321
+ V[0] || (V[0] = e("div", { class: "splitLine" }, null, -1)),
1302
1322
  e("div", gl, [
1303
1323
  e("div", {
1304
1324
  class: "comments_tool_btn",
1305
- onClick: Y
1325
+ onClick: se
1306
1326
  }, [
1307
1327
  e("img", {
1308
- src: s(B) + `/bim-viewer/annotations/${E.value ? "left-revoke-active" : "left-revoke"}.png`
1328
+ src: s(B) + `/bim-viewer/annotations/${N.value ? "left-revoke-active" : "left-revoke"}.png`
1309
1329
  }, null, 8, fl)
1310
1330
  ]),
1311
1331
  e("div", {
1312
1332
  class: "comments_tool_btn",
1313
- onClick: le
1333
+ onClick: A
1314
1334
  }, [
1315
1335
  e("img", {
1316
- src: s(B) + `/bim-viewer/annotations/${T.value ? "right-revoke-active" : "right-revoke"}.png`
1336
+ src: s(B) + `/bim-viewer/annotations/${E.value ? "right-revoke-active" : "right-revoke"}.png`
1317
1337
  }, null, 8, bl)
1318
1338
  ])
1319
1339
  ]),
1320
- te[1] || (te[1] = e("div", { class: "splitLine" }, null, -1)),
1340
+ V[1] || (V[1] = e("div", { class: "splitLine" }, null, -1)),
1321
1341
  e("div", { class: "comments_toolbar_group" }, [
1322
1342
  e("div", {
1323
1343
  class: "comments_cancel",
1324
- onClick: N
1344
+ onClick: R
1325
1345
  }, " 取消 "),
1326
1346
  e("div", {
1327
1347
  class: "comments_save",
1328
- onClick: R
1348
+ onClick: u
1329
1349
  }, " 保存 ")
1330
1350
  ])
1331
1351
  ])
1332
1352
  ])
1333
1353
  ]));
1334
1354
  }
1335
- }), Cl = /* @__PURE__ */ ie(kl, [["__scopeId", "data-v-dfc137b8"]]), $l = { key: 2 }, yl = { class: "top" }, wl = { class: "top_bar" }, Il = ["src"], xl = {
1355
+ }), Cl = /* @__PURE__ */ ie(kl, [["__scopeId", "data-v-44d9e148"]]), $l = { key: 2 }, yl = { class: "top" }, wl = { class: "top_bar" }, xl = ["src"], Il = {
1336
1356
  key: 0,
1337
1357
  class: "title_2"
1338
1358
  }, Tl = { class: "more" }, Dl = ["src"], Sl = {
1339
1359
  key: 3,
1340
1360
  class: "loading_shelter"
1341
- }, Ll = /* @__PURE__ */ ne({
1361
+ }, Ll = /* @__PURE__ */ le({
1342
1362
  __name: "CommentTool",
1343
1363
  props: ["componentId", "instruction"],
1344
1364
  emits: ["closePanel", "emitHandler"],
1345
- setup(H, { emit: W }) {
1346
- const I = Ce(), h = be(), p = ae(), y = H, $ = (v) => {
1347
- k.value = v;
1348
- }, f = o(!1), n = o(""), z = o(""), E = o(!1), T = (v) => {
1349
- n.value = v.type, z.value = v.text, E.value = !0, setTimeout(() => {
1365
+ setup(W, { emit: Y }) {
1366
+ const x = Ce(), h = be(), _ = ae(), w = W, $ = (m) => {
1367
+ k.value = m;
1368
+ }, f = o(!1), i = o(""), N = o(""), E = o(!1), D = (m) => {
1369
+ i.value = m.type, N.value = m.text, E.value = !0, setTimeout(() => {
1350
1370
  E.value = !1;
1351
1371
  }, 1500);
1352
1372
  };
1353
- X.on("cmtLoading", $), X.on("prompt", T), _e(() => {
1354
- I.setReadyById(y.componentId);
1373
+ X.on("cmtLoading", $), X.on("prompt", D), pe(() => {
1374
+ x.setReadyById(w.componentId);
1355
1375
  }), fe(() => {
1356
- X.off("cmtLoading", $), X.off("prompt", T);
1376
+ X.off("cmtLoading", $), X.off("prompt", D);
1357
1377
  });
1358
- const M = W, d = (v) => {
1359
- M("emitHandler", v);
1378
+ const I = Y, p = (m) => {
1379
+ I("emitHandler", m);
1360
1380
  }, b = o();
1361
1381
  re(
1362
- () => I.isToolActive(y.componentId),
1363
- (v) => {
1364
- Q("isMobile") && (Q("editPrivilege") == 0 ? v ? b.value.handleOpen() : (b.value.handleClose(), X.emit("hideToolbar", !1), q()) : Q("editPrivilege") == 1 && (v ? P() : (X.emit("hideToolbar", !1), q())));
1382
+ () => x.isToolActive(w.componentId),
1383
+ (m) => {
1384
+ Q("isMobile") && (Q("editPrivilege") == 0 ? m ? b.value.handleOpen() : (b.value.handleClose(), X.emit("hideToolbar", !1), q()) : Q("editPrivilege") == 1 && (m ? M() : (X.emit("hideToolbar", !1), q())));
1365
1385
  }
1366
1386
  );
1367
- const w = o(!1);
1387
+ const T = o(!1);
1368
1388
  re(
1369
- () => y.instruction,
1370
- (v) => {
1371
- v && (v.instruct_name == "updateCmtList" && (x.value = v.content.cmtList, (v.content.msg && v.content.msg.show || O.value == 2) && P(!1)), v.instruct_name == "checkCmtDetail" && v.content.cmtDetail && (F.value = v.content.cmtDetail, D.value = F.value.title, S(F.value.guid, !1)), v.instruct_name == "newComment" && v.content.code == 200 && (w.value = !0, T({ type: "success", text: p("mobileComments.createSuccess") }), setTimeout(() => {
1372
- S(v.content.guid);
1389
+ () => w.instruction,
1390
+ (m) => {
1391
+ m && (m.instruct_name == "updateCmtList" && (P.value = m.content.cmtList, (m.content.msg && m.content.msg.show || y.value == 2) && M(!1)), m.instruct_name == "checkCmtDetail" && m.content.cmtDetail && (F.value = m.content.cmtDetail, O.value = F.value.title, S(F.value.guid, !1)), m.instruct_name == "newComment" && m.content.code == 200 && (T.value = !0, D({ type: "success", text: _("mobileComments.createSuccess") }), setTimeout(() => {
1392
+ S(m.content.guid);
1373
1393
  }, 200)), X.emit("cmtLoading", !1));
1374
1394
  },
1375
1395
  { deep: !0 }
1376
1396
  );
1377
- const k = o(!1), O = o(0), x = o([]), D = o(p("mobileComments.newComment")), u = o(!1), R = o(!1), N = o(!1), F = o(), Z = o(""), q = () => {
1378
- O.value = 0, u.value = !1, N.value = !1, R.value = !1, D.value = p("mobileComments.newComment");
1379
- }, t = (v) => {
1380
- Z.value = v, O.value = 1, R.value = !0;
1381
- }, i = (v) => {
1382
- X.emit("cmtLoading", !0), d({
1397
+ const k = o(!1), y = o(0), P = o([]), O = o(_("mobileComments.newComment")), u = o(!1), R = o(!1), z = o(!1), F = o(), Z = o(""), q = () => {
1398
+ y.value = 0, u.value = !1, z.value = !1, R.value = !1, O.value = _("mobileComments.newComment");
1399
+ }, t = (m) => {
1400
+ Z.value = m, y.value = 1, R.value = !0;
1401
+ }, a = (m) => {
1402
+ X.emit("cmtLoading", !0), p({
1383
1403
  isTool: !0,
1384
1404
  event_name: "newComment",
1385
1405
  event_target: "CommentTool",
1386
- content: { ...v }
1406
+ content: { ...m }
1387
1407
  });
1388
- }, S = (v, A = !0) => {
1389
- A ? (X.emit("cmtLoading", !0), d({
1408
+ }, S = (m, A = !0) => {
1409
+ A ? (X.emit("cmtLoading", !0), p({
1390
1410
  isTool: !0,
1391
1411
  event_target: "CommentTool",
1392
1412
  event_name: "checkCmtDetail",
1393
- content: { id: v }
1394
- })) : N.value = !0, R.value = !1, O.value = 2;
1395
- }, P = (v = !0) => {
1396
- v && (X.emit("cmtLoading", !0), d({
1413
+ content: { id: m }
1414
+ })) : z.value = !0, R.value = !1, y.value = 2;
1415
+ }, M = (m = !0) => {
1416
+ m && (X.emit("cmtLoading", !0), p({
1397
1417
  isTool: !0,
1398
1418
  event_name: "refreshCmtList",
1399
1419
  event_target: "CommentTool",
1400
1420
  content: {}
1401
- })), O.value = 3, D.value = "批注列表", u.value = !0, N.value = !1;
1402
- }, _ = (v) => {
1403
- d({
1421
+ })), y.value = 3, O.value = "批注列表", u.value = !0, z.value = !1;
1422
+ }, v = (m) => {
1423
+ p({
1404
1424
  isTool: !0,
1405
1425
  event_target: "CommentTool",
1406
1426
  event_name: "deleteComment",
1407
- content: { id: v }
1427
+ content: { id: m }
1408
1428
  });
1409
- }, m = () => {
1410
- switch (O.value) {
1429
+ }, d = () => {
1430
+ switch (y.value) {
1411
1431
  case 0:
1412
1432
  g();
1413
1433
  break;
@@ -1415,62 +1435,62 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
1415
1435
  q();
1416
1436
  break;
1417
1437
  case 2:
1418
- N.value = !1, D.value = "批注列表", O.value = 3, w.value ? P() : u.value = !0;
1438
+ z.value = !1, O.value = "批注列表", y.value = 3, T.value ? M() : u.value = !0;
1419
1439
  break;
1420
1440
  case 3:
1421
1441
  Q("editPrivilege") == 0 && (u.value = !1, q()), Q("editPrivilege") == 1 && g();
1422
1442
  break;
1423
1443
  }
1424
1444
  }, C = () => {
1425
- O.value == 2 && S(F.value.guid), O.value == 3 && P();
1445
+ y.value == 2 && S(F.value.guid), y.value == 3 && M();
1426
1446
  }, g = () => {
1427
- X.emit("hideToolbar", !1), M("closePanel");
1447
+ X.emit("hideToolbar", !1), I("closePanel");
1428
1448
  };
1429
- return (v, A) => {
1430
- const le = Cl, Y = sl, r = Eo, te = vo, V = Os, L = Ge;
1431
- return l(), c("div", {
1449
+ return (m, A) => {
1450
+ const se = Cl, n = sl, V = Oo, H = vo, L = Es, oe = Ge;
1451
+ return l(), r("div", {
1432
1452
  class: "comment_component",
1433
- onPointerdown: A[4] || (A[4] = (se) => f.value = !1)
1453
+ onPointerdown: A[4] || (A[4] = (ne) => f.value = !1)
1434
1454
  }, [
1435
1455
  e("div", {
1436
1456
  id: "comments_panel",
1437
1457
  class: "comments_panel",
1438
1458
  style: ee({ background: s(Q)("backgroundColor") })
1439
1459
  }, null, 4),
1440
- s(Q)("isMobile") ? U("", !0) : (l(), oe(le, {
1460
+ s(Q)("isMobile") ? U("", !0) : (l(), te(se, {
1441
1461
  key: 0,
1442
- "component-id": H.componentId,
1443
- onEmitHandler: d,
1444
- onClosePanel: A[0] || (A[0] = (se) => M("closePanel"))
1462
+ "component-id": W.componentId,
1463
+ onEmitHandler: p,
1464
+ onClosePanel: A[0] || (A[0] = (ne) => I("closePanel"))
1445
1465
  }, null, 8, ["component-id"])),
1446
- s(Q)("isMobile") ? (l(), oe(Y, {
1466
+ s(Q)("isMobile") ? (l(), te(n, {
1447
1467
  key: 1,
1448
1468
  ref_key: "drawRef",
1449
1469
  ref: b,
1450
- "component-id": H.componentId,
1451
- onCancel: m,
1470
+ "component-id": W.componentId,
1471
+ onCancel: d,
1452
1472
  onConfirm: t
1453
1473
  }, null, 8, ["component-id"])) : U("", !0),
1454
- s(Q)("isMobile") ? (l(), c("div", $l, [
1455
- R.value ? (l(), oe(r, {
1474
+ s(Q)("isMobile") ? (l(), r("div", $l, [
1475
+ R.value ? (l(), te(V, {
1456
1476
  key: 0,
1457
1477
  "image-data": Z.value,
1458
1478
  "user-id": s(h).getUserId,
1459
- onCreateNew: i,
1460
- onCancel: A[1] || (A[1] = (se) => R.value = !1),
1461
- onEmitHandler: d
1479
+ onCreateNew: a,
1480
+ onCancel: A[1] || (A[1] = (ne) => R.value = !1),
1481
+ onEmitHandler: p
1462
1482
  }, null, 8, ["image-data", "user-id"])) : U("", !0),
1463
- N.value ? (l(), oe(te, {
1483
+ z.value ? (l(), te(H, {
1464
1484
  key: 1,
1465
1485
  "cmt-content": F.value,
1466
- onDelete: _,
1486
+ onDelete: v,
1467
1487
  onBack: g
1468
1488
  }, null, 8, ["cmt-content"])) : U("", !0),
1469
- Le(K(V, {
1470
- "-c-m-t-list": x.value,
1471
- instruction: y.instruction,
1489
+ Le(K(L, {
1490
+ "-c-m-t-list": P.value,
1491
+ instruction: w.instruction,
1472
1492
  onCheckCmtDetail: S,
1473
- onBack: m
1493
+ onBack: d
1474
1494
  }, null, 8, ["-c-m-t-list", "instruction"]), [
1475
1495
  [Be, u.value]
1476
1496
  ]),
@@ -1482,21 +1502,21 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
1482
1502
  e("div", wl, [
1483
1503
  e("img", {
1484
1504
  class: "back",
1485
- onClick: m,
1505
+ onClick: d,
1486
1506
  src: s(B) + "/bim-viewer/bcf-images/back.png"
1487
- }, null, 8, Il),
1507
+ }, null, 8, xl),
1488
1508
  e("div", {
1489
1509
  class: "title",
1490
- onClick: A[2] || (A[2] = J((se) => f.value = !f.value, ["stop"]))
1491
- }, a(D.value), 1),
1492
- f.value ? (l(), c("span", xl, a(D.value), 1)) : U("", !0),
1510
+ onClick: A[2] || (A[2] = J((ne) => f.value = !f.value, ["stop"]))
1511
+ }, c(O.value), 1),
1512
+ f.value ? (l(), r("span", Il, c(O.value), 1)) : U("", !0),
1493
1513
  e("div", Tl, [
1494
- O.value == 0 ? (l(), c("div", {
1514
+ y.value == 0 ? (l(), r("div", {
1495
1515
  key: 0,
1496
1516
  class: "history",
1497
- onClick: A[3] || (A[3] = (se) => P())
1498
- }, a(s(p)("mobileComments.list")), 1)) : U("", !0),
1499
- O.value == 2 || O.value == 3 ? (l(), c("img", {
1517
+ onClick: A[3] || (A[3] = (ne) => M())
1518
+ }, c(s(_)("mobileComments.list")), 1)) : U("", !0),
1519
+ y.value == 2 || y.value == 3 ? (l(), r("img", {
1500
1520
  key: 1,
1501
1521
  class: "refresh",
1502
1522
  onClick: C,
@@ -1506,16 +1526,16 @@ const He = { class: "prompt_wrapper" }, We = { class: "prompt_box" }, Ye = ["src
1506
1526
  ])
1507
1527
  ])
1508
1528
  ])) : U("", !0),
1509
- k.value ? (l(), c("div", Sl)) : U("", !0),
1510
- E.value ? (l(), oe(L, {
1529
+ k.value ? (l(), r("div", Sl)) : U("", !0),
1530
+ E.value ? (l(), te(oe, {
1511
1531
  key: 4,
1512
- type: n.value,
1513
- text: z.value
1532
+ type: i.value,
1533
+ text: N.value
1514
1534
  }, null, 8, ["type", "text"])) : U("", !0)
1515
1535
  ], 32);
1516
1536
  };
1517
1537
  }
1518
- }), El = /* @__PURE__ */ ie(Ll, [["__scopeId", "data-v-8ccbc1a2"]]);
1538
+ }), Ol = /* @__PURE__ */ ie(Ll, [["__scopeId", "data-v-6e5e536d"]]);
1519
1539
  export {
1520
- El as default
1540
+ Ol as default
1521
1541
  };