@xtctwins/tctwins-bimx-engine 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +193 -196
- package/dist/{alert-ChDNxVgQ.mjs → Alert-CSiEPFGt.mjs} +8 -8
- package/dist/AnnotationTool-CKzHkqWM.mjs +239 -0
- package/dist/BIMX_Viewer_Lib.es.js +3 -3
- package/dist/BIMX_Viewer_Lib.umd.js +222 -175
- package/dist/CommentTool-5HhGDqpg.mjs +1541 -0
- package/dist/{HiddenTool-CoPawMRd.mjs → HiddenTool-BGFoHMWC.mjs} +16 -16
- package/dist/{InspectorTool-BIvnydPf.mjs → InspectorTool-DD3w7k07.mjs} +66 -66
- package/dist/{MeasureTool-BUi0QI_R.mjs → MeasureTool-COR8QLDf.mjs} +126 -102
- package/dist/{MouseTool-CdVwRiX1.mjs → MouseTool-OxODcO4X.mjs} +35 -32
- package/dist/{NavigateTool-DoP9z3yP.mjs → NavigateTool-Bw6GFzsg.mjs} +13 -13
- package/dist/{panel.vue_vue_type_style_index_0_lang-BaSZShh_.mjs → Panel.vue_vue_type_style_index_0_lang-DgM_qGLO.mjs} +2 -2
- package/dist/{RoamTool-POFy076i.mjs → RoamTool-X-b0hsmJ.mjs} +14 -14
- package/dist/ScreenShotTool-0xSJZBBw.mjs +430 -0
- package/dist/SectionTool-BqI2Qnk5.mjs +343 -0
- package/dist/SettingTool-CGkRGfZH.mjs +747 -0
- package/dist/StructureTree-CWAXoI0r.mjs +1662 -0
- package/dist/{tallPanel-DKlcFjrl.mjs → TallPanel-CR5vNQ4c.mjs} +14 -14
- package/dist/bimTools-D3TraX9d.mjs +75 -0
- package/dist/el-slider-CBVU9_og.mjs +1040 -0
- package/dist/{index-Dsq1epCY.mjs → index-CwRGVhoT.mjs} +55597 -53543
- package/dist/index.html +17 -17
- package/dist/style.css +1 -1
- package/package.json +4 -3
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +38 -10
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +37 -9
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFTool.vue.d.ts +4 -7
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +5 -7
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +5 -6
- package/types/components/BCFComponents/commentInput.vue.d.ts +36 -10
- package/types/components/BCFComponents/commentsView.vue.d.ts +36 -7
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +5 -8
- package/types/components/BCFComponents/imageView.vue.d.ts +5 -7
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +18 -1
- package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +32 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/InspectorTool.vue.d.ts +2 -0
- package/types/components/BimViewerComponents/MeasureTool.vue.d.ts +2 -0
- package/types/components/BimViewerComponents/MobileCommentsTool/{add.vue.d.ts → MobileCommentAdd.vue.d.ts} +6 -8
- package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +4 -5
- package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
- package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +478 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +499 -7
- package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SectionTool.vue.d.ts +4 -0
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +4 -6
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +4026 -1
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +18 -1
- package/types/components/BimxViewerComp.vue.d.ts +7 -14
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +37 -10
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +37 -9
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +499 -7
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +478 -1
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +5 -8
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +38 -12
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +7 -9
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +5 -7
- package/types/components/bcf/AddObjectOrAnno.vue.d.ts +16 -0
- package/types/components/bcf/BCFAddPanel.vue.d.ts +55 -0
- package/types/components/bcf/BCFDetailPanel.vue.d.ts +59 -0
- package/types/components/bcf/BCFDisplayList.vue.d.ts +18 -0
- package/types/components/bcf/BCFFilter.vue.d.ts +14 -0
- package/types/components/bcf/BCFTool.vue.d.ts +15 -0
- package/types/components/bcf/CheckObjectPanel.vue.d.ts +11 -0
- package/types/components/bcf/CommentInput.vue.d.ts +51 -0
- package/types/components/bcf/CommentsView.vue.d.ts +48 -0
- package/types/components/bcf/DialogPanel.vue.d.ts +15 -0
- package/types/components/bcf/ImageView.vue.d.ts +17 -0
- package/types/components/bcf/ImageZoomIn.vue.d.ts +9 -0
- package/types/components/bcf/MobileBCFAdd.vue.d.ts +56 -0
- package/types/components/bcf/MobileBCFDetail.vue.d.ts +55 -0
- package/types/components/bcf/MobileBCFDisplayList.vue.d.ts +498 -0
- package/types/components/bcf/MobileBCFFilter.vue.d.ts +475 -0
- package/types/components/bcf/MobileBCFTool.vue.d.ts +17 -0
- package/types/components/bcf/MobileCommentInput.vue.d.ts +54 -0
- package/types/components/bcf/MobileCommentsView.vue.d.ts +17 -0
- package/types/components/bcf/SelectPanel.vue.d.ts +12 -0
- package/types/components/bimxViewer.vue.d.ts +7 -14
- package/types/components/comment/mobile/MobileCommentAdd.vue.d.ts +14 -0
- package/types/components/comment/mobile/MobileDetail.vue.d.ts +11 -0
- package/types/components/comment/mobile/MobileDraw.vue.d.ts +17 -0
- package/types/components/comment/mobile/MobileFilter.vue.d.ts +475 -0
- package/types/components/comment/mobile/MobileList.vue.d.ts +497 -0
- package/types/components/comment/mobile/MobileZoomIn.vue.d.ts +9 -0
- package/types/components/comment/pc/PcDraw.vue.d.ts +14 -0
- package/types/components/shared/Alert.vue.d.ts +32 -0
- package/types/components/shared/CloseButton.vue.d.ts +50 -0
- package/types/components/shared/CloseButtonDark.vue.d.ts +32 -0
- package/types/components/shared/EmptyPage.vue.d.ts +6 -0
- package/types/components/shared/Loading.vue.d.ts +2 -0
- package/types/components/shared/Panel.vue.d.ts +47 -0
- package/types/components/shared/Prompt.vue.d.ts +8 -0
- package/types/components/shared/RectangleButton.vue.d.ts +106 -0
- package/types/components/shared/TallPanel.vue.d.ts +69 -0
- package/types/components/shared/TallPanelNoPos.vue.d.ts +82 -0
- package/types/components/tools/AnnotationTool.vue.d.ts +14 -0
- package/types/components/tools/AppToolbar.vue.d.ts +27 -0
- package/types/components/tools/ClickEvent.vue.d.ts +6 -0
- package/types/components/tools/CommentTool.vue.d.ts +45 -0
- package/types/components/tools/HiddenTool.vue.d.ts +12 -0
- package/types/components/tools/InspectorTool.vue.d.ts +14 -0
- package/types/components/tools/MeasureTool.vue.d.ts +14 -0
- package/types/components/tools/MouseTool.vue.d.ts +6 -0
- package/types/components/tools/NavigateTool.vue.d.ts +10 -0
- package/types/components/tools/RoamTool.vue.d.ts +12 -0
- package/types/components/tools/ScreenShotTool.vue.d.ts +10 -0
- package/types/components/tools/SectionTool.vue.d.ts +14 -0
- package/types/components/tools/SettingTool.vue.d.ts +13 -0
- package/types/components/tools/StructureTree.vue.d.ts +11645 -0
- package/types/components/tools/Toolbar.vue.d.ts +10 -0
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
- package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
- package/types/components/utilsComponents/loading.vue.d.ts +1 -1
- package/types/components/utilsComponents/panel.vue.d.ts +8 -2
- package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +3 -1
- package/types/components/utilsComponents/tallPanel.vue.d.ts +13 -3
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +13 -3
- package/types/composables/useBimViewerEvent.d.ts +44 -0
- package/types/composables/useEmitHandler.d.ts +2 -0
- package/types/composables/useToolActive.d.ts +1 -0
- package/types/composables/useToolReady.d.ts +1 -0
- package/types/i18n/index.d.ts +5 -1
- package/types/i18n/locales/en-US.d.ts +1 -0
- package/types/i18n/locales/zh-CN.d.ts +1 -0
- package/types/pages/BimxViewerEntry.vue.d.ts +5 -57
- package/types/pages/viewerEntry.vue.d.ts +7 -57
- package/types/store/bcfReflect.d.ts +13 -81
- package/types/store/const/app.d.ts +66 -0
- package/types/store/const/bimTools.d.ts +81 -0
- package/types/store/const/project.d.ts +48 -0
- package/types/store/const/theme.d.ts +16 -0
- package/types/store/const/toolbar.d.ts +26 -0
- package/types/store/const.d.ts +11 -228
- package/types/store/initConfigs.d.ts +1 -1
- package/types/store/toolbars.d.ts +68 -46
- package/types/store/userInfoStore.d.ts +1 -1
- package/types/stores/viewerStore.d.ts +112 -0
- package/types/types/bcf.d.ts +83 -0
- package/types/types/events.d.ts +88 -0
- package/types/utils/OSSHelper.d.ts +27 -0
- package/types/utils/cacheInfo.d.ts +26 -3
- package/types/utils/dbscan.d.ts +1 -0
- package/types/utils/eventBus.d.ts +1 -83
- package/types/viewerManager/viewerManager.d.ts +53 -3
- package/dist/AnnotationTool-CGRte6Cc.mjs +0 -167
- package/dist/CommentTool-CT3wFozB.mjs +0 -1529
- package/dist/ScreenShotTool-CcUyU0g7.mjs +0 -357
- package/dist/SectionTool-DGjjH3JO.mjs +0 -331
- package/dist/SettingTool-CjXfbX5r.mjs +0 -657
- package/dist/StructureTree-DdRX-y-V.mjs +0 -1583
- package/dist/const-DOnRsYpZ.mjs +0 -389
- package/dist/el-input-number-CK5d8pzH.mjs +0 -818
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +0 -22
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +0 -8
- package/types/tests/cmt.d.ts +0 -1
|
@@ -0,0 +1,1541 @@
|
|
|
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
|
+
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__ */ le({
|
|
6
|
+
__name: "Prompt",
|
|
7
|
+
props: ["text", "type"],
|
|
8
|
+
setup(W) {
|
|
9
|
+
const Y = W, x = o(Y.type), h = o(Y.text);
|
|
10
|
+
return (_, w) => (l(), r("div", He, [
|
|
11
|
+
e("div", We, [
|
|
12
|
+
e("img", {
|
|
13
|
+
src: `${s(B)}/bim-viewer/prompt-${x.value}.svg`
|
|
14
|
+
}, null, 8, Ye),
|
|
15
|
+
e("div", Ze, c(h.value), 1)
|
|
16
|
+
])
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
}), Ge = /* @__PURE__ */ ie(Je, [["__scopeId", "data-v-8b874451"]]), Xe = {
|
|
20
|
+
key: 0,
|
|
21
|
+
class: "mobile-cmt-filter-container"
|
|
22
|
+
}, Ke = {
|
|
23
|
+
key: 0,
|
|
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" }, 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
|
+
key: 1,
|
|
27
|
+
class: "filter-container"
|
|
28
|
+
}, Et = { class: "filter-header" }, Ot = { class: "title" }, Rt = ["src"], zt = { class: "filter-body" }, Nt = {
|
|
29
|
+
key: 0,
|
|
30
|
+
class: "filter-list"
|
|
31
|
+
}, Ft = ["onClick"], At = { class: "item-left" }, Ut = { class: "title" }, Ht = { class: "item-right" }, Wt = {
|
|
32
|
+
key: 0,
|
|
33
|
+
class: "check-selected"
|
|
34
|
+
}, Yt = ["src"], Zt = {
|
|
35
|
+
key: 1,
|
|
36
|
+
class: "check-select"
|
|
37
|
+
}, Jt = {
|
|
38
|
+
key: 1,
|
|
39
|
+
class: "filter-list"
|
|
40
|
+
}, Gt = ["onClick"], Xt = { class: "item-left" }, Kt = { class: "title" }, Vt = { class: "item-right" }, Qt = {
|
|
41
|
+
key: 0,
|
|
42
|
+
class: "check-selected"
|
|
43
|
+
}, jt = ["src"], qt = {
|
|
44
|
+
key: 1,
|
|
45
|
+
class: "check-select"
|
|
46
|
+
}, es = {
|
|
47
|
+
key: 2,
|
|
48
|
+
class: "filter-list"
|
|
49
|
+
}, ts = ["onClick"], ss = { class: "item-left" }, os = { class: "title" }, ls = { class: "item-right" }, is = {
|
|
50
|
+
key: 0,
|
|
51
|
+
class: "check-selected"
|
|
52
|
+
}, ns = ["src"], as = {
|
|
53
|
+
key: 1,
|
|
54
|
+
class: "check-select"
|
|
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
|
+
cmt_priority: "",
|
|
60
|
+
cmt_status: "",
|
|
61
|
+
cmt_createDate: "",
|
|
62
|
+
cmt_authorId: {
|
|
63
|
+
key: "",
|
|
64
|
+
value: ""
|
|
65
|
+
},
|
|
66
|
+
cmt_tag: []
|
|
67
|
+
}), N = o({
|
|
68
|
+
confirm: (t) => {
|
|
69
|
+
}
|
|
70
|
+
}), E = o(), D = o(""), I = o(""), p = o(""), b = o([]), T = (t) => {
|
|
71
|
+
switch (D.value = t, t) {
|
|
72
|
+
case "priority":
|
|
73
|
+
I.value = h("mobileComments.filter.priority"), b.value = Ie(), p.value = i.value.cmt_priority, w.value = !1, $.value = !0;
|
|
74
|
+
break;
|
|
75
|
+
case "status":
|
|
76
|
+
I.value = h("mobileComments.filter.status"), b.value = xe(), p.value = i.value.cmt_status, w.value = !1, $.value = !0;
|
|
77
|
+
break;
|
|
78
|
+
case "createDate":
|
|
79
|
+
E.value.handleOpen();
|
|
80
|
+
break;
|
|
81
|
+
case "authorId":
|
|
82
|
+
I.value = h("mobileComments.filter.author"), b.value = f.value, p.value = i.value.cmt_authorId, w.value = !1, $.value = !0;
|
|
83
|
+
break;
|
|
84
|
+
case "tag":
|
|
85
|
+
I.value = h("mobileComments.filter.tag"), b.value = we(), p.value = i.value.cmt_tag, w.value = !1, $.value = !0;
|
|
86
|
+
break;
|
|
87
|
+
}
|
|
88
|
+
}, k = (t) => {
|
|
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
|
+
case "priority":
|
|
93
|
+
i.value.cmt_priority = p.value;
|
|
94
|
+
break;
|
|
95
|
+
case "status":
|
|
96
|
+
i.value.cmt_status = p.value;
|
|
97
|
+
break;
|
|
98
|
+
case "createDate":
|
|
99
|
+
i.value.cmt_createDate = p.value;
|
|
100
|
+
break;
|
|
101
|
+
case "authorId":
|
|
102
|
+
i.value.cmt_authorId = p.value;
|
|
103
|
+
break;
|
|
104
|
+
case "tag":
|
|
105
|
+
i.value.cmt_tag = p.value;
|
|
106
|
+
break;
|
|
107
|
+
}
|
|
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
|
+
}, u = () => {
|
|
114
|
+
E.value.handleClose(), w.value = !0;
|
|
115
|
+
}, R = () => {
|
|
116
|
+
Z(), N.value.confirm(i.value);
|
|
117
|
+
}, z = () => {
|
|
118
|
+
i.value = {
|
|
119
|
+
cmt_priority: "",
|
|
120
|
+
cmt_status: "",
|
|
121
|
+
cmt_createDate: "",
|
|
122
|
+
cmt_authorId: {
|
|
123
|
+
key: "",
|
|
124
|
+
value: ""
|
|
125
|
+
},
|
|
126
|
+
cmt_tag: []
|
|
127
|
+
}, R();
|
|
128
|
+
}, F = (t) => {
|
|
129
|
+
N.value = t, _.value = !0;
|
|
130
|
+
}, Z = () => {
|
|
131
|
+
_.value = !1;
|
|
132
|
+
};
|
|
133
|
+
return Y({
|
|
134
|
+
open: F,
|
|
135
|
+
close: Z,
|
|
136
|
+
refresh: () => {
|
|
137
|
+
i.value = {
|
|
138
|
+
cmt_priority: "",
|
|
139
|
+
cmt_status: "",
|
|
140
|
+
cmt_createDate: "",
|
|
141
|
+
cmt_authorId: {
|
|
142
|
+
key: "",
|
|
143
|
+
value: ""
|
|
144
|
+
},
|
|
145
|
+
cmt_tag: []
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
}), (t, a) => {
|
|
149
|
+
const S = he, M = ye;
|
|
150
|
+
return _.value ? (l(), r("div", Xe, [
|
|
151
|
+
w.value ? (l(), r("div", Ke, [
|
|
152
|
+
e("div", Ve, [
|
|
153
|
+
e("div", Qe, c(s(h)("mobileComments.filter.title")), 1),
|
|
154
|
+
e("div", {
|
|
155
|
+
class: "close-box",
|
|
156
|
+
onClick: J(Z, ["stop"])
|
|
157
|
+
}, [
|
|
158
|
+
e("img", {
|
|
159
|
+
class: "close-img",
|
|
160
|
+
src: `${s(B)}/bim-viewer/close_black.png`,
|
|
161
|
+
alt: ""
|
|
162
|
+
}, null, 8, je)
|
|
163
|
+
])
|
|
164
|
+
]),
|
|
165
|
+
e("div", qe, [
|
|
166
|
+
e("div", et, [
|
|
167
|
+
e("div", {
|
|
168
|
+
class: "search-item",
|
|
169
|
+
onClick: a[0] || (a[0] = J((v) => T("priority"), ["stop"]))
|
|
170
|
+
}, [
|
|
171
|
+
e("div", tt, [
|
|
172
|
+
e("div", st, c(s(h)("bcf.priority")), 1)
|
|
173
|
+
]),
|
|
174
|
+
e("div", ot, [
|
|
175
|
+
e("div", lt, c(i.value.cmt_priority), 1),
|
|
176
|
+
e("div", it, [
|
|
177
|
+
e("img", {
|
|
178
|
+
class: "img",
|
|
179
|
+
src: `${s(B)}/bim-viewer/bcf-images/back-right-gray.png`,
|
|
180
|
+
alt: ""
|
|
181
|
+
}, null, 8, nt)
|
|
182
|
+
])
|
|
183
|
+
])
|
|
184
|
+
]),
|
|
185
|
+
e("div", {
|
|
186
|
+
class: "search-item",
|
|
187
|
+
onClick: a[1] || (a[1] = J((v) => T("status"), ["stop"]))
|
|
188
|
+
}, [
|
|
189
|
+
e("div", at, [
|
|
190
|
+
e("div", ct, c(s(h)("bcf.status")), 1)
|
|
191
|
+
]),
|
|
192
|
+
e("div", rt, [
|
|
193
|
+
e("div", ut, c(i.value.cmt_status), 1),
|
|
194
|
+
e("div", dt, [
|
|
195
|
+
e("img", {
|
|
196
|
+
class: "img",
|
|
197
|
+
src: `${s(B)}/bim-viewer/bcf-images/back-right-gray.png`,
|
|
198
|
+
alt: ""
|
|
199
|
+
}, null, 8, mt)
|
|
200
|
+
])
|
|
201
|
+
])
|
|
202
|
+
]),
|
|
203
|
+
e("div", {
|
|
204
|
+
class: "search-item",
|
|
205
|
+
onClick: a[2] || (a[2] = J((v) => T("createDate"), ["stop"]))
|
|
206
|
+
}, [
|
|
207
|
+
e("div", vt, [
|
|
208
|
+
e("div", _t, c(s(h)("bcf.createDate")), 1)
|
|
209
|
+
]),
|
|
210
|
+
e("div", pt, [
|
|
211
|
+
e("div", ht, c(i.value.cmt_createDate), 1),
|
|
212
|
+
e("div", gt, [
|
|
213
|
+
e("img", {
|
|
214
|
+
class: "img",
|
|
215
|
+
src: `${s(B)}/bim-viewer/bcf-images/back-right-gray.png`,
|
|
216
|
+
alt: ""
|
|
217
|
+
}, null, 8, ft)
|
|
218
|
+
])
|
|
219
|
+
])
|
|
220
|
+
]),
|
|
221
|
+
e("div", {
|
|
222
|
+
class: "search-item",
|
|
223
|
+
onClick: a[3] || (a[3] = J((v) => T("authorId"), ["stop"]))
|
|
224
|
+
}, [
|
|
225
|
+
e("div", bt, [
|
|
226
|
+
e("div", kt, c(s(h)("bcf.creator")), 1)
|
|
227
|
+
]),
|
|
228
|
+
e("div", Ct, [
|
|
229
|
+
e("div", $t, c(i.value.cmt_authorId.value), 1),
|
|
230
|
+
e("div", yt, [
|
|
231
|
+
e("img", {
|
|
232
|
+
class: "img",
|
|
233
|
+
src: `${s(B)}/bim-viewer/bcf-images/back-right-gray.png`,
|
|
234
|
+
alt: ""
|
|
235
|
+
}, null, 8, wt)
|
|
236
|
+
])
|
|
237
|
+
])
|
|
238
|
+
]),
|
|
239
|
+
e("div", {
|
|
240
|
+
class: "search-item",
|
|
241
|
+
onClick: a[4] || (a[4] = J((v) => T("tag"), ["stop"]))
|
|
242
|
+
}, [
|
|
243
|
+
e("div", xt, [
|
|
244
|
+
e("div", It, c(s(h)("bcf.labels")), 1)
|
|
245
|
+
]),
|
|
246
|
+
e("div", Tt, [
|
|
247
|
+
e("div", Dt, [
|
|
248
|
+
(l(!0), r(G, null, j(i.value.cmt_tag, (v, d) => (l(), r("div", {
|
|
249
|
+
key: d,
|
|
250
|
+
class: "tag"
|
|
251
|
+
}, c(v), 1))), 128))
|
|
252
|
+
]),
|
|
253
|
+
e("div", St, [
|
|
254
|
+
e("img", {
|
|
255
|
+
class: "img",
|
|
256
|
+
src: `${s(B)}/bim-viewer/bcf-images/back-right-gray.png`,
|
|
257
|
+
alt: ""
|
|
258
|
+
}, null, 8, Lt)
|
|
259
|
+
])
|
|
260
|
+
])
|
|
261
|
+
])
|
|
262
|
+
])
|
|
263
|
+
]),
|
|
264
|
+
e("div", Bt, [
|
|
265
|
+
e("div", Mt, [
|
|
266
|
+
e("div", {
|
|
267
|
+
class: "search-btn btn-cancel",
|
|
268
|
+
onClick: J(z, ["stop"])
|
|
269
|
+
}, c(s(h)("common.reset")), 1),
|
|
270
|
+
e("div", {
|
|
271
|
+
class: "search-btn btn-submit",
|
|
272
|
+
onClick: J(R, ["stop"])
|
|
273
|
+
}, c(s(h)("common.search")), 1)
|
|
274
|
+
])
|
|
275
|
+
])
|
|
276
|
+
])) : U("", !0),
|
|
277
|
+
$.value ? (l(), r("div", Pt, [
|
|
278
|
+
e("div", Et, [
|
|
279
|
+
e("div", Ot, c(I.value), 1),
|
|
280
|
+
e("div", {
|
|
281
|
+
class: "close-box",
|
|
282
|
+
onClick: P
|
|
283
|
+
}, [
|
|
284
|
+
e("img", {
|
|
285
|
+
class: "close-img",
|
|
286
|
+
src: `${s(B)}/bim-viewer/close_black.png`,
|
|
287
|
+
alt: ""
|
|
288
|
+
}, null, 8, Rt)
|
|
289
|
+
])
|
|
290
|
+
]),
|
|
291
|
+
e("div", zt, [
|
|
292
|
+
K(S, null, {
|
|
293
|
+
default: ce(() => [
|
|
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
|
+
class: "filter-item",
|
|
298
|
+
onClick: J((C) => k(v), ["stop"])
|
|
299
|
+
}, [
|
|
300
|
+
e("div", At, [
|
|
301
|
+
e("div", Ut, c(v.userName) + "(" + c(v.mobile) + ")", 1)
|
|
302
|
+
]),
|
|
303
|
+
e("div", Ht, [
|
|
304
|
+
v.userId === p.value.key ? (l(), r("div", Wt, [
|
|
305
|
+
e("img", {
|
|
306
|
+
class: "select-img",
|
|
307
|
+
src: `${s(B)}/bim-viewer/check-selected.png`,
|
|
308
|
+
alt: ""
|
|
309
|
+
}, null, 8, Yt)
|
|
310
|
+
])) : (l(), r("div", Zt))
|
|
311
|
+
])
|
|
312
|
+
], 8, Ft))), 128))
|
|
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
|
+
class: "filter-item",
|
|
317
|
+
onClick: J((C) => k(v), ["stop"])
|
|
318
|
+
}, [
|
|
319
|
+
e("div", Xt, [
|
|
320
|
+
e("div", Kt, c(v), 1)
|
|
321
|
+
]),
|
|
322
|
+
e("div", Vt, [
|
|
323
|
+
p.value.includes(v) ? (l(), r("div", Qt, [
|
|
324
|
+
e("img", {
|
|
325
|
+
class: "select-img",
|
|
326
|
+
src: `${s(B)}/bim-viewer/check-selected.png`,
|
|
327
|
+
alt: ""
|
|
328
|
+
}, null, 8, jt)
|
|
329
|
+
])) : (l(), r("div", qt))
|
|
330
|
+
])
|
|
331
|
+
], 8, Gt))), 128))
|
|
332
|
+
])) : (l(), r("div", es, [
|
|
333
|
+
(l(!0), r(G, null, j(b.value, (v, d) => (l(), r("div", {
|
|
334
|
+
key: d,
|
|
335
|
+
class: "filter-item",
|
|
336
|
+
onClick: J((C) => k(v), ["stop"])
|
|
337
|
+
}, [
|
|
338
|
+
e("div", ss, [
|
|
339
|
+
e("div", os, c(v), 1)
|
|
340
|
+
]),
|
|
341
|
+
e("div", ls, [
|
|
342
|
+
v === p.value ? (l(), r("div", is, [
|
|
343
|
+
e("img", {
|
|
344
|
+
class: "select-img",
|
|
345
|
+
src: `${s(B)}/bim-viewer/check-selected.png`,
|
|
346
|
+
alt: ""
|
|
347
|
+
}, null, 8, ns)
|
|
348
|
+
])) : (l(), r("div", as))
|
|
349
|
+
])
|
|
350
|
+
], 8, ts))), 128))
|
|
351
|
+
]))
|
|
352
|
+
]),
|
|
353
|
+
_: 1
|
|
354
|
+
})
|
|
355
|
+
]),
|
|
356
|
+
e("div", cs, [
|
|
357
|
+
e("div", {
|
|
358
|
+
class: "filter-btn",
|
|
359
|
+
onClick: J(y, ["stop"])
|
|
360
|
+
}, c(s(h)("common.confirm")), 1)
|
|
361
|
+
])
|
|
362
|
+
])) : U("", !0),
|
|
363
|
+
K(M, {
|
|
364
|
+
ref_key: "cmtCreateDateRef",
|
|
365
|
+
ref: E,
|
|
366
|
+
modelValue: i.value.cmt_createDate,
|
|
367
|
+
"onUpdate:modelValue": a[5] || (a[5] = (v) => i.value.cmt_createDate = v),
|
|
368
|
+
"popper-class": "mobile_cmt_create_date",
|
|
369
|
+
type: "date",
|
|
370
|
+
placeholder: "Pick a day",
|
|
371
|
+
style: {
|
|
372
|
+
width: "100%",
|
|
373
|
+
display: "none"
|
|
374
|
+
},
|
|
375
|
+
format: "YYYY/MM/DD",
|
|
376
|
+
"value-format": "YYYY-MM-DD",
|
|
377
|
+
onBlur: u,
|
|
378
|
+
onChange: O
|
|
379
|
+
}, null, 8, ["modelValue"])
|
|
380
|
+
])) : U("", !0);
|
|
381
|
+
};
|
|
382
|
+
}
|
|
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
|
+
key: 0,
|
|
385
|
+
class: "table_list_content"
|
|
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
|
+
key: 1,
|
|
388
|
+
class: "empty_wrapper"
|
|
389
|
+
}, Ps = /* @__PURE__ */ le({
|
|
390
|
+
__name: "MobileList",
|
|
391
|
+
props: {
|
|
392
|
+
instruction: {},
|
|
393
|
+
CMTList: {}
|
|
394
|
+
},
|
|
395
|
+
emits: ["checkCmtDetail"],
|
|
396
|
+
setup(W, { emit: Y }) {
|
|
397
|
+
const x = Y, h = be(), _ = W, { CMTList: w } = Se(_), $ = ae(), f = o([]), i = o(), N = {
|
|
398
|
+
indexSort: ["default", "down", "up"],
|
|
399
|
+
titleSort: ["default", "down", "up"],
|
|
400
|
+
timeSort: ["default", "down", "up"]
|
|
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
|
+
}), re(
|
|
405
|
+
() => _,
|
|
406
|
+
(t) => {
|
|
407
|
+
t && t.CMTList && (f.value = t.CMTList.slice().sort((a, S) => S.index - a.index), Z());
|
|
408
|
+
},
|
|
409
|
+
{ deep: !0 }
|
|
410
|
+
);
|
|
411
|
+
const I = o(!0), p = o(""), b = o(0), T = o(0), k = o(0), y = o(!0);
|
|
412
|
+
re(
|
|
413
|
+
() => D.value,
|
|
414
|
+
(t) => {
|
|
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
|
+
},
|
|
418
|
+
{ deep: !0, immediate: !0 }
|
|
419
|
+
);
|
|
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
|
+
}, u = (t) => {
|
|
425
|
+
if (t > 2 && (b.value = 0), t == 1) {
|
|
426
|
+
let a = i.value.slice().sort((S, M) => M.index - S.index);
|
|
427
|
+
f.value = a, y.value = !1;
|
|
428
|
+
} else if (t == 2) {
|
|
429
|
+
let a = i.value.slice().sort((S, M) => S.index - M.index);
|
|
430
|
+
f.value = a;
|
|
431
|
+
} else
|
|
432
|
+
P();
|
|
433
|
+
T.value = 0, k.value = 0;
|
|
434
|
+
}, R = (t) => {
|
|
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
|
+
} else if (t == 2) {
|
|
439
|
+
let a = i.value.slice().sort((S, M) => S.title.localeCompare(M.title));
|
|
440
|
+
f.value = a;
|
|
441
|
+
} else
|
|
442
|
+
P();
|
|
443
|
+
b.value = 0, k.value = 0;
|
|
444
|
+
}, z = (t) => {
|
|
445
|
+
if (t > 2 && (k.value = 0), t == 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
|
+
});
|
|
450
|
+
f.value = a;
|
|
451
|
+
} else if (t == 2) {
|
|
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
|
+
});
|
|
456
|
+
f.value = a;
|
|
457
|
+
} else
|
|
458
|
+
P();
|
|
459
|
+
b.value = 0, T.value = 0;
|
|
460
|
+
}, F = () => {
|
|
461
|
+
E.value.open({
|
|
462
|
+
confirm: (t) => {
|
|
463
|
+
D.value = t, Z();
|
|
464
|
+
}
|
|
465
|
+
});
|
|
466
|
+
}, Z = () => {
|
|
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
|
+
else {
|
|
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
|
+
var g;
|
|
481
|
+
return (g = t.cmt_tag) == null ? void 0 : g.includes(C);
|
|
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
|
+
}
|
|
484
|
+
}, q = (t) => {
|
|
485
|
+
x("checkCmtDetail", t);
|
|
486
|
+
};
|
|
487
|
+
return (t, a) => {
|
|
488
|
+
const S = ke, M = he, v = Me, d = us;
|
|
489
|
+
return l(), r("div", {
|
|
490
|
+
class: "cmt_wrapper",
|
|
491
|
+
style: ee({ top: `${(s(Q)("topHeight") + 52) / 50}rem` })
|
|
492
|
+
}, [
|
|
493
|
+
e("div", ds, [
|
|
494
|
+
e("div", ms, [
|
|
495
|
+
e("img", {
|
|
496
|
+
src: s(B) + "/bim-viewer/search.png",
|
|
497
|
+
alt: ""
|
|
498
|
+
}, null, 8, vs)
|
|
499
|
+
]),
|
|
500
|
+
K(S, {
|
|
501
|
+
modelValue: p.value,
|
|
502
|
+
"onUpdate:modelValue": a[0] || (a[0] = (C) => p.value = C),
|
|
503
|
+
placeholder: s($)("common.placeholder_search"),
|
|
504
|
+
onInput: O,
|
|
505
|
+
onChange: O
|
|
506
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
507
|
+
]),
|
|
508
|
+
e("div", _s, [
|
|
509
|
+
e("div", ps, [
|
|
510
|
+
e("div", hs, [
|
|
511
|
+
e("div", {
|
|
512
|
+
class: "sort_button",
|
|
513
|
+
onClick: a[1] || (a[1] = (C) => u(b.value += 1))
|
|
514
|
+
}, [
|
|
515
|
+
e("span", null, c(s($)("bcf.index")), 1),
|
|
516
|
+
e("img", {
|
|
517
|
+
class: "order_icon",
|
|
518
|
+
src: `${s(B)}/bim-viewer/bcf-images/order-${N.indexSort[b.value]}.png`,
|
|
519
|
+
alt: ""
|
|
520
|
+
}, null, 8, gs)
|
|
521
|
+
]),
|
|
522
|
+
e("div", {
|
|
523
|
+
class: "sort_button",
|
|
524
|
+
onClick: a[2] || (a[2] = (C) => R(T.value += 1))
|
|
525
|
+
}, [
|
|
526
|
+
e("span", null, c(s($)("bcf.title")), 1),
|
|
527
|
+
e("img", {
|
|
528
|
+
class: "order_icon",
|
|
529
|
+
src: `${s(B)}/bim-viewer/bcf-images/order-${N.titleSort[T.value]}.png`,
|
|
530
|
+
alt: ""
|
|
531
|
+
}, null, 8, fs)
|
|
532
|
+
]),
|
|
533
|
+
e("div", {
|
|
534
|
+
class: "sort_button",
|
|
535
|
+
onClick: a[3] || (a[3] = (C) => z(k.value += 1))
|
|
536
|
+
}, [
|
|
537
|
+
e("span", null, c(s($)("bcf.time")), 1),
|
|
538
|
+
e("img", {
|
|
539
|
+
class: "order_icon",
|
|
540
|
+
src: `${s(B)}/bim-viewer/bcf-images/order-${N.timeSort[k.value]}.png`,
|
|
541
|
+
alt: ""
|
|
542
|
+
}, null, 8, bs)
|
|
543
|
+
])
|
|
544
|
+
]),
|
|
545
|
+
e("div", ks, [
|
|
546
|
+
e("div", {
|
|
547
|
+
class: "sort_button",
|
|
548
|
+
onClick: J(F, ["stop"])
|
|
549
|
+
}, [
|
|
550
|
+
I.value ? (l(), r("img", {
|
|
551
|
+
key: 1,
|
|
552
|
+
class: "order_filter_icon",
|
|
553
|
+
src: `${s(B)}/bim-viewer/bcf-images/order-active-mobile.png`,
|
|
554
|
+
alt: ""
|
|
555
|
+
}, null, 8, $s)) : (l(), r("img", {
|
|
556
|
+
key: 0,
|
|
557
|
+
class: "order_filter_icon",
|
|
558
|
+
src: `${s(B)}/bim-viewer/bcf-images/order-default-mobile.png`,
|
|
559
|
+
alt: ""
|
|
560
|
+
}, null, 8, Cs)),
|
|
561
|
+
e("span", null, c(s($)("mobileComments.filter.title")), 1)
|
|
562
|
+
])
|
|
563
|
+
])
|
|
564
|
+
]),
|
|
565
|
+
f.value && f.value.length > 0 ? (l(), r("div", ys, [
|
|
566
|
+
K(M, null, {
|
|
567
|
+
default: ce(() => [
|
|
568
|
+
e("div", ws, [
|
|
569
|
+
(l(!0), r(G, null, j(f.value, (C, g) => (l(), r("div", {
|
|
570
|
+
key: g,
|
|
571
|
+
class: "CMT_card",
|
|
572
|
+
onClick: J((m) => q(C._id), ["stop"])
|
|
573
|
+
}, [
|
|
574
|
+
e("div", Is, [
|
|
575
|
+
e("div", {
|
|
576
|
+
style: ee({
|
|
577
|
+
width: "100%",
|
|
578
|
+
height: "100%",
|
|
579
|
+
backgroundImage: `url(
|
|
580
|
+
data:image/png;base64,${C.imgData ? C.imgData : ""}
|
|
581
|
+
)`,
|
|
582
|
+
backgroundSize: "cover",
|
|
583
|
+
backgroundPosition: "center",
|
|
584
|
+
borderRadius: "0.12rem"
|
|
585
|
+
})
|
|
586
|
+
}, null, 4)
|
|
587
|
+
]),
|
|
588
|
+
e("div", Ts, [
|
|
589
|
+
e("div", Ds, [
|
|
590
|
+
e("span", {
|
|
591
|
+
style: ee({ color: C.priority ? s($e)(C.priority) : s($e)("low") }),
|
|
592
|
+
class: "index"
|
|
593
|
+
}, " #" + c(C.index), 5),
|
|
594
|
+
e("span", Ss, c(C.title), 1)
|
|
595
|
+
]),
|
|
596
|
+
e("div", Ls, [
|
|
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
|
+
])
|
|
600
|
+
])
|
|
601
|
+
], 8, xs))), 128))
|
|
602
|
+
])
|
|
603
|
+
]),
|
|
604
|
+
_: 1
|
|
605
|
+
})
|
|
606
|
+
])) : (l(), r("div", Ms, [
|
|
607
|
+
K(v, {
|
|
608
|
+
title: s($)("mobileComments.empty"),
|
|
609
|
+
type: "model"
|
|
610
|
+
}, null, 8, ["title"])
|
|
611
|
+
]))
|
|
612
|
+
]),
|
|
613
|
+
K(d, {
|
|
614
|
+
ref_key: "CMTFilterRef",
|
|
615
|
+
ref: E
|
|
616
|
+
}, null, 512)
|
|
617
|
+
], 4);
|
|
618
|
+
};
|
|
619
|
+
}
|
|
620
|
+
}), Es = /* @__PURE__ */ ie(Ps, [["__scopeId", "data-v-ca35dbf4"]]), Os = ["src"], Rs = /* @__PURE__ */ le({
|
|
621
|
+
__name: "MobileZoomIn",
|
|
622
|
+
props: {
|
|
623
|
+
imgContent: {}
|
|
624
|
+
},
|
|
625
|
+
emits: ["closeImg"],
|
|
626
|
+
setup(W, { emit: Y }) {
|
|
627
|
+
const x = Y, _ = o(W.imgContent), w = ae(), $ = () => {
|
|
628
|
+
x("closeImg");
|
|
629
|
+
};
|
|
630
|
+
return (f, i) => (l(), r("div", {
|
|
631
|
+
class: "image_zoomin_wrapper",
|
|
632
|
+
onClick: $
|
|
633
|
+
}, [
|
|
634
|
+
e("div", {
|
|
635
|
+
class: "back_btn",
|
|
636
|
+
onClick: $
|
|
637
|
+
}, c(s(w)("common.back")), 1),
|
|
638
|
+
e("div", {
|
|
639
|
+
class: "img_wrapper",
|
|
640
|
+
onClick: $
|
|
641
|
+
}, [
|
|
642
|
+
e("img", { src: _.value }, null, 8, Os)
|
|
643
|
+
])
|
|
644
|
+
]));
|
|
645
|
+
}
|
|
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
|
+
key: 0,
|
|
648
|
+
class: "tag_list"
|
|
649
|
+
}, lo = { class: "tag_span" }, io = {
|
|
650
|
+
key: 1,
|
|
651
|
+
class: "select_wrapper"
|
|
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
|
+
props: {
|
|
655
|
+
cmtContent: {}
|
|
656
|
+
},
|
|
657
|
+
emits: ["delete", "back"],
|
|
658
|
+
setup(W, { emit: Y }) {
|
|
659
|
+
const x = Y, h = W, _ = o(h.cmtContent), w = o(""), $ = o(!1), f = () => {
|
|
660
|
+
$.value = !0;
|
|
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
|
+
}), re(
|
|
667
|
+
() => h.cmtContent,
|
|
668
|
+
(O) => {
|
|
669
|
+
O && (_.value = JSON.parse(JSON.stringify(O)), y());
|
|
670
|
+
}
|
|
671
|
+
);
|
|
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
|
+
};
|
|
677
|
+
return (O, u) => {
|
|
678
|
+
const R = he, z = De;
|
|
679
|
+
return l(), r(G, null, [
|
|
680
|
+
e("div", {
|
|
681
|
+
class: "cmt_detail_wrapper",
|
|
682
|
+
style: ee({ top: `${(s(Q)("topHeight") + 52) / 50}rem` })
|
|
683
|
+
}, [
|
|
684
|
+
e("div", zs, [
|
|
685
|
+
K(R, null, {
|
|
686
|
+
default: ce(() => [
|
|
687
|
+
e("div", Ns, [
|
|
688
|
+
e("div", Fs, [
|
|
689
|
+
e("div", {
|
|
690
|
+
style: ee({ backgroundColor: s(Pe)(_.value && _.value.priority ? _.value.priority : "low"), color: "#fff" })
|
|
691
|
+
}, c(i.value), 5),
|
|
692
|
+
e("div", null, [
|
|
693
|
+
me(c(_.value && _.value.createDate && s(_e)(_.value.createDate)) + " ", 1),
|
|
694
|
+
e("span", null, c(s(k)("common.created")), 1)
|
|
695
|
+
])
|
|
696
|
+
]),
|
|
697
|
+
e("div", As, [
|
|
698
|
+
e("div", Us, [
|
|
699
|
+
e("img", {
|
|
700
|
+
class: "cmt_img",
|
|
701
|
+
src: `data:image/png;base64,${T.value}`
|
|
702
|
+
}, null, 8, Hs),
|
|
703
|
+
D.value ? (l(), r("div", {
|
|
704
|
+
key: 0,
|
|
705
|
+
class: "stage",
|
|
706
|
+
style: ee({ backgroundColor: s(Ee)(D.value) })
|
|
707
|
+
}, [
|
|
708
|
+
e("img", {
|
|
709
|
+
src: s(B) + "/bim-viewer/bcf-images/bulb.png"
|
|
710
|
+
}, null, 8, Ws),
|
|
711
|
+
e("span", null, c(D.value), 1)
|
|
712
|
+
], 4)) : U("", !0),
|
|
713
|
+
e("div", {
|
|
714
|
+
class: "zoomIn",
|
|
715
|
+
onClick: f
|
|
716
|
+
}, [
|
|
717
|
+
e("img", {
|
|
718
|
+
src: s(B) + "/bim-viewer/annotations/zoomin.svg"
|
|
719
|
+
}, null, 8, Ys),
|
|
720
|
+
me(" " + c(s(k)("common.view")), 1)
|
|
721
|
+
])
|
|
722
|
+
])
|
|
723
|
+
]),
|
|
724
|
+
e("div", Zs, [
|
|
725
|
+
e("div", Js, [
|
|
726
|
+
e("div", Gs, [
|
|
727
|
+
e("span", Xs, c(s(k)("bcf.status")), 1),
|
|
728
|
+
u[2] || (u[2] = e("span", null, ":", -1)),
|
|
729
|
+
e("div", Ks, c(D.value), 1)
|
|
730
|
+
]),
|
|
731
|
+
e("div", Vs, [
|
|
732
|
+
e("span", Qs, c(s(k)("bcf.priority")), 1),
|
|
733
|
+
u[3] || (u[3] = e("span", null, ":", -1)),
|
|
734
|
+
e("div", {
|
|
735
|
+
class: "select_wrapper",
|
|
736
|
+
style: ee({ color: s(Oe)(E.value) })
|
|
737
|
+
}, c(E.value), 5)
|
|
738
|
+
]),
|
|
739
|
+
e("div", js, [
|
|
740
|
+
e("span", qs, c(s(k)("bcf.dueDate")), 1),
|
|
741
|
+
u[4] || (u[4] = e("span", null, ":", -1)),
|
|
742
|
+
e("div", eo, c(I.value), 1)
|
|
743
|
+
]),
|
|
744
|
+
e("div", to, [
|
|
745
|
+
e("span", so, c(s(k)("bcf.labels")), 1),
|
|
746
|
+
u[5] || (u[5] = e("span", null, ":", -1)),
|
|
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
|
+
key: Z,
|
|
750
|
+
class: "tag"
|
|
751
|
+
}, [
|
|
752
|
+
e("span", lo, c(F), 1)
|
|
753
|
+
]))), 128))
|
|
754
|
+
])) : (l(), r("div", io))
|
|
755
|
+
]),
|
|
756
|
+
e("div", no, [
|
|
757
|
+
e("span", ao, c(s(k)("bcf.description")), 1),
|
|
758
|
+
u[6] || (u[6] = e("span", null, ":", -1)),
|
|
759
|
+
e("div", co, c(p.value), 1)
|
|
760
|
+
])
|
|
761
|
+
])
|
|
762
|
+
])
|
|
763
|
+
])
|
|
764
|
+
]),
|
|
765
|
+
_: 1
|
|
766
|
+
})
|
|
767
|
+
]),
|
|
768
|
+
e("div", ro, [
|
|
769
|
+
u[7] || (u[7] = e("div", { class: "split" }, null, -1)),
|
|
770
|
+
e("div", uo, [
|
|
771
|
+
e("div", {
|
|
772
|
+
class: "backModel",
|
|
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
|
+
key: 0,
|
|
777
|
+
class: "delete",
|
|
778
|
+
onClick: P
|
|
779
|
+
}, c(s(k)("mobileComments.deleteComment")), 1)) : U("", !0)
|
|
780
|
+
])
|
|
781
|
+
])
|
|
782
|
+
], 4),
|
|
783
|
+
$.value ? (l(), te(z, {
|
|
784
|
+
key: 0,
|
|
785
|
+
"img-content": `data:image/png;base64,${T.value}`,
|
|
786
|
+
onCloseImg: u[1] || (u[1] = () => {
|
|
787
|
+
$.value = !1;
|
|
788
|
+
})
|
|
789
|
+
}, null, 8, ["img-content"])) : U("", !0)
|
|
790
|
+
], 64);
|
|
791
|
+
};
|
|
792
|
+
}
|
|
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
|
+
__name: "MobileCommentAdd",
|
|
795
|
+
props: {
|
|
796
|
+
imageData: {},
|
|
797
|
+
userId: {}
|
|
798
|
+
},
|
|
799
|
+
emits: ["cancel", "emitHandler", "createNew"],
|
|
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
|
+
h("cancel");
|
|
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
|
+
title: f.value,
|
|
809
|
+
priority: i.value,
|
|
810
|
+
status: N.value,
|
|
811
|
+
deadline: E.value,
|
|
812
|
+
createDate: (/* @__PURE__ */ new Date()).toISOString(),
|
|
813
|
+
description: D.value,
|
|
814
|
+
imgData: $.value,
|
|
815
|
+
tags: I.value
|
|
816
|
+
});
|
|
817
|
+
};
|
|
818
|
+
return (O, u) => {
|
|
819
|
+
const R = ke, z = ze, F = Re, Z = ye, q = De;
|
|
820
|
+
return l(), r(G, null, [
|
|
821
|
+
e("div", {
|
|
822
|
+
class: "comment_add",
|
|
823
|
+
style: ee({ top: `${(s(Q)("topHeight") + 52) / 50}rem` })
|
|
824
|
+
}, [
|
|
825
|
+
e("div", _o, [
|
|
826
|
+
e("div", po, [
|
|
827
|
+
e("div", ho, [
|
|
828
|
+
e("img", {
|
|
829
|
+
src: `data:image/png;base64,${$.value}`
|
|
830
|
+
}, null, 8, go)
|
|
831
|
+
]),
|
|
832
|
+
e("div", {
|
|
833
|
+
class: "del",
|
|
834
|
+
onClick: k
|
|
835
|
+
}, [
|
|
836
|
+
e("img", {
|
|
837
|
+
src: `${s(B)}/bim-viewer/delete-white.svg`
|
|
838
|
+
}, null, 8, fo),
|
|
839
|
+
me(" " + c(s(x)("common.edit")), 1)
|
|
840
|
+
]),
|
|
841
|
+
e("div", {
|
|
842
|
+
class: "zoomIn",
|
|
843
|
+
onClick: y
|
|
844
|
+
}, [
|
|
845
|
+
e("img", {
|
|
846
|
+
src: `${s(B)}/bim-viewer/annotations/zoomin.svg`
|
|
847
|
+
}, null, 8, bo),
|
|
848
|
+
me(" " + c(s(x)("common.view")), 1)
|
|
849
|
+
])
|
|
850
|
+
])
|
|
851
|
+
]),
|
|
852
|
+
e("div", ko, [
|
|
853
|
+
e("div", Co, [
|
|
854
|
+
e("div", null, [
|
|
855
|
+
me(c(s(x)("common.title")) + " ", 1),
|
|
856
|
+
u[7] || (u[7] = e("span", { style: { color: "#f54d4d" } }, "*", -1))
|
|
857
|
+
]),
|
|
858
|
+
e("div", $o, [
|
|
859
|
+
K(R, {
|
|
860
|
+
modelValue: f.value,
|
|
861
|
+
"onUpdate:modelValue": u[0] || (u[0] = (t) => f.value = t),
|
|
862
|
+
placeholder: s(x)("common.placeholder_input")
|
|
863
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
864
|
+
])
|
|
865
|
+
]),
|
|
866
|
+
e("div", yo, [
|
|
867
|
+
e("span", null, c(s(x)("bcf.priority")), 1),
|
|
868
|
+
e("div", wo, [
|
|
869
|
+
K(F, {
|
|
870
|
+
modelValue: i.value,
|
|
871
|
+
"onUpdate:modelValue": u[1] || (u[1] = (t) => i.value = t),
|
|
872
|
+
clearable: "",
|
|
873
|
+
placeholder: s(x)("common.placeholder_select")
|
|
874
|
+
}, {
|
|
875
|
+
default: ce(() => [
|
|
876
|
+
(l(!0), r(G, null, j(p.value, (t, a) => (l(), te(z, {
|
|
877
|
+
key: a,
|
|
878
|
+
value: t
|
|
879
|
+
}, null, 8, ["value"]))), 128))
|
|
880
|
+
]),
|
|
881
|
+
_: 1
|
|
882
|
+
}, 8, ["modelValue", "placeholder"])
|
|
883
|
+
])
|
|
884
|
+
]),
|
|
885
|
+
e("div", xo, [
|
|
886
|
+
e("span", null, c(s(x)("bcf.status")), 1),
|
|
887
|
+
e("div", Io, [
|
|
888
|
+
K(F, {
|
|
889
|
+
modelValue: N.value,
|
|
890
|
+
"onUpdate:modelValue": u[2] || (u[2] = (t) => N.value = t),
|
|
891
|
+
clearable: "",
|
|
892
|
+
placeholder: s(x)("common.placeholder_select")
|
|
893
|
+
}, {
|
|
894
|
+
default: ce(() => [
|
|
895
|
+
(l(!0), r(G, null, j(b.value, (t, a) => (l(), te(z, {
|
|
896
|
+
key: a,
|
|
897
|
+
value: t
|
|
898
|
+
}, null, 8, ["value"]))), 128))
|
|
899
|
+
]),
|
|
900
|
+
_: 1
|
|
901
|
+
}, 8, ["modelValue", "placeholder"])
|
|
902
|
+
])
|
|
903
|
+
]),
|
|
904
|
+
e("div", To, [
|
|
905
|
+
e("span", null, c(s(x)("bcf.dueDate")), 1),
|
|
906
|
+
e("div", Do, [
|
|
907
|
+
K(Z, {
|
|
908
|
+
modelValue: E.value,
|
|
909
|
+
"onUpdate:modelValue": u[3] || (u[3] = (t) => E.value = t),
|
|
910
|
+
type: "datetime",
|
|
911
|
+
placeholder: s(x)("common.placeholder_date"),
|
|
912
|
+
editable: !1
|
|
913
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
914
|
+
])
|
|
915
|
+
]),
|
|
916
|
+
e("div", So, [
|
|
917
|
+
e("span", null, c(s(x)("bcf.description")), 1),
|
|
918
|
+
e("div", Lo, [
|
|
919
|
+
K(R, {
|
|
920
|
+
modelValue: D.value,
|
|
921
|
+
"onUpdate:modelValue": u[4] || (u[4] = (t) => D.value = t),
|
|
922
|
+
type: "textarea",
|
|
923
|
+
placeholder: s(x)("common.placeholder_input")
|
|
924
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
925
|
+
])
|
|
926
|
+
]),
|
|
927
|
+
e("div", Bo, [
|
|
928
|
+
e("span", null, c(s(x)("bcf.labels")), 1),
|
|
929
|
+
e("div", Mo, [
|
|
930
|
+
K(F, {
|
|
931
|
+
modelValue: I.value,
|
|
932
|
+
"onUpdate:modelValue": u[5] || (u[5] = (t) => I.value = t),
|
|
933
|
+
multiple: "",
|
|
934
|
+
placeholder: s(x)("common.placeholder_select")
|
|
935
|
+
}, {
|
|
936
|
+
default: ce(() => [
|
|
937
|
+
(l(!0), r(G, null, j(T.value, (t, a) => (l(), te(z, {
|
|
938
|
+
key: a,
|
|
939
|
+
value: t
|
|
940
|
+
}, null, 8, ["value"]))), 128))
|
|
941
|
+
]),
|
|
942
|
+
_: 1
|
|
943
|
+
}, 8, ["modelValue", "placeholder"])
|
|
944
|
+
])
|
|
945
|
+
])
|
|
946
|
+
]),
|
|
947
|
+
e("div", Po, [
|
|
948
|
+
u[8] || (u[8] = e("div", { class: "line" }, null, -1)),
|
|
949
|
+
e("div", {
|
|
950
|
+
class: "create",
|
|
951
|
+
onClick: P
|
|
952
|
+
}, c(s(x)("bcf.createNow")), 1)
|
|
953
|
+
])
|
|
954
|
+
], 4),
|
|
955
|
+
w.value ? (l(), te(q, {
|
|
956
|
+
key: 0,
|
|
957
|
+
"img-content": `data:image/png;base64,${$.value}`,
|
|
958
|
+
onCloseImg: u[6] || (u[6] = () => {
|
|
959
|
+
w.value = !1;
|
|
960
|
+
})
|
|
961
|
+
}, null, 8, ["img-content"])) : U("", !0)
|
|
962
|
+
], 64);
|
|
963
|
+
};
|
|
964
|
+
}
|
|
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
|
+
class: "comment-name",
|
|
967
|
+
style: { color: "#df1c1c" }
|
|
968
|
+
}, Go = { class: "buttons" }, Xo = {
|
|
969
|
+
key: 0,
|
|
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__ */ le({
|
|
972
|
+
__name: "MobileDraw",
|
|
973
|
+
props: ["componentId"],
|
|
974
|
+
emits: ["emitHandler", "cancel", "confirm"],
|
|
975
|
+
setup(W, { expose: Y, emit: x }) {
|
|
976
|
+
const h = ae(), _ = Ce(), w = W;
|
|
977
|
+
pe(() => {
|
|
978
|
+
_.setReadyById(w.componentId);
|
|
979
|
+
});
|
|
980
|
+
let $, f;
|
|
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
|
+
show: !1,
|
|
983
|
+
// 是否显示
|
|
984
|
+
title: h("mobileComments.notice.title"),
|
|
985
|
+
// 弹窗标题
|
|
986
|
+
content: "",
|
|
987
|
+
// 弹窗内容
|
|
988
|
+
submitName: h("common.confirm"),
|
|
989
|
+
// 弹窗按钮
|
|
990
|
+
confirm: () => {
|
|
991
|
+
console.log("[Bimx Engine] 弹窗确认按钮点击"), P.value.show = !1;
|
|
992
|
+
},
|
|
993
|
+
close: () => {
|
|
994
|
+
console.log("[Bimx Engine] 弹窗关闭按钮点击"), P.value.show = !1;
|
|
995
|
+
}
|
|
996
|
+
}), O = () => {
|
|
997
|
+
$ = window.bimViewer.commentTool, f = window.bimViewer.eventTrigger, d(""), f.on("createNew", () => {
|
|
998
|
+
i.value = 0, d("");
|
|
999
|
+
}), f.on("newState", () => {
|
|
1000
|
+
I.value = !0, p.value = !1;
|
|
1001
|
+
}), f.on("noPreviousState", () => {
|
|
1002
|
+
I.value = !1;
|
|
1003
|
+
}), f.on("noNewState", () => {
|
|
1004
|
+
p.value = !1;
|
|
1005
|
+
}), f.on("choseTarget", (g) => {
|
|
1006
|
+
b.value = !0, i.value = 0, d("");
|
|
1007
|
+
});
|
|
1008
|
+
};
|
|
1009
|
+
X.on("BimViewer", O), fe(() => {
|
|
1010
|
+
X.off("BimViewer", O);
|
|
1011
|
+
});
|
|
1012
|
+
const u = x, R = () => {
|
|
1013
|
+
i.value = 1, d("path"), setTimeout(() => {
|
|
1014
|
+
var g;
|
|
1015
|
+
(g = document.getElementById("svgImage")) == null || g.addEventListener("touchstart", F);
|
|
1016
|
+
}, 200);
|
|
1017
|
+
}, z = () => {
|
|
1018
|
+
var g;
|
|
1019
|
+
(g = document.getElementById("svgImage")) == null || g.removeEventListener("touchstart", F);
|
|
1020
|
+
}, F = (g) => {
|
|
1021
|
+
g.target.tagName == "image" && (i.value === 5 ? (k.value = "", y.value = g, T.value = !0) : b.value = !1);
|
|
1022
|
+
}, Z = () => {
|
|
1023
|
+
k.value ? ($.clickCreateText(y.value, k.value), T.value = !1) : q(h("mobileComments.pleaseInputContent"));
|
|
1024
|
+
}, q = (g, m) => {
|
|
1025
|
+
P.value = {
|
|
1026
|
+
show: !0,
|
|
1027
|
+
// 是否显示
|
|
1028
|
+
title: h("common.info"),
|
|
1029
|
+
// 弹窗标题
|
|
1030
|
+
content: g,
|
|
1031
|
+
// 弹窗内容
|
|
1032
|
+
submitName: h("common.confirm"),
|
|
1033
|
+
// 弹窗按钮
|
|
1034
|
+
confirm: () => {
|
|
1035
|
+
console.log("[Bimx Engine] 弹窗确认按钮点击"), P.value.show = !1;
|
|
1036
|
+
},
|
|
1037
|
+
close: () => {
|
|
1038
|
+
console.log("[Bimx Engine] 弹窗关闭按钮点击"), P.value.show = !1;
|
|
1039
|
+
}
|
|
1040
|
+
};
|
|
1041
|
+
}, t = (g) => {
|
|
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
|
+
$.saveComments();
|
|
1045
|
+
const g = document.getElementById("svgImage");
|
|
1046
|
+
if (g) {
|
|
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
|
+
});
|
|
1054
|
+
}
|
|
1055
|
+
}, V.src = `data:image/svg+xml;charset=utf-8,${encodeURIComponent(m)}`;
|
|
1056
|
+
}
|
|
1057
|
+
}, v = () => {
|
|
1058
|
+
window.bimViewer.commentTool.deleteCurrentComments(), b.value = !1;
|
|
1059
|
+
}, d = (g) => {
|
|
1060
|
+
$.setCurrentMode(g);
|
|
1061
|
+
}, C = () => {
|
|
1062
|
+
u("cancel");
|
|
1063
|
+
};
|
|
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
|
+
e("div", No, [
|
|
1070
|
+
K(A, null, {
|
|
1071
|
+
default: ce(() => [
|
|
1072
|
+
e("div", Fo, [
|
|
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
|
+
}]),
|
|
1078
|
+
onClick: (H) => t(n)
|
|
1079
|
+
}, [
|
|
1080
|
+
e("div", Uo, [
|
|
1081
|
+
e("img", {
|
|
1082
|
+
src: s(B) + `/bim-viewer/comment/new-icons/bimkk-mobile-comment-${i.value === n.id ? n.svgActive : n.svg}.svg`
|
|
1083
|
+
}, null, 8, Ho),
|
|
1084
|
+
e("div", Wo, c(s(h)(n.label)), 1)
|
|
1085
|
+
])
|
|
1086
|
+
], 10, Ao))), 128)),
|
|
1087
|
+
b.value ? (l(), r("div", {
|
|
1088
|
+
key: 0,
|
|
1089
|
+
class: "comment-item",
|
|
1090
|
+
onClick: v
|
|
1091
|
+
}, [
|
|
1092
|
+
e("div", Yo, [
|
|
1093
|
+
e("img", {
|
|
1094
|
+
src: s(B) + "/bim-viewer/delete.svg"
|
|
1095
|
+
}, null, 8, Zo),
|
|
1096
|
+
e("div", Jo, c(s(h)("common.delete")), 1)
|
|
1097
|
+
])
|
|
1098
|
+
])) : U("", !0)
|
|
1099
|
+
])
|
|
1100
|
+
]),
|
|
1101
|
+
_: 1
|
|
1102
|
+
})
|
|
1103
|
+
]),
|
|
1104
|
+
e("div", Go, [
|
|
1105
|
+
e("div", {
|
|
1106
|
+
class: "cancel",
|
|
1107
|
+
onClick: C
|
|
1108
|
+
}, c(s(h)("common.cancel")), 1),
|
|
1109
|
+
e("div", {
|
|
1110
|
+
class: "add",
|
|
1111
|
+
onClick: M
|
|
1112
|
+
}, c(s(h)("bcf.addComment")), 1)
|
|
1113
|
+
])
|
|
1114
|
+
])
|
|
1115
|
+
]),
|
|
1116
|
+
T.value ? (l(), r("div", Xo, [
|
|
1117
|
+
e("div", Ko, [
|
|
1118
|
+
e("div", Vo, [
|
|
1119
|
+
e("img", {
|
|
1120
|
+
class: "text-edit-back",
|
|
1121
|
+
src: s(B) + "/bim-viewer/back_gray.svg",
|
|
1122
|
+
onClick: m[0] || (m[0] = (n) => T.value = !1)
|
|
1123
|
+
}, null, 8, Qo),
|
|
1124
|
+
e("div", jo, c(s(h)("mobileComments.createText")), 1),
|
|
1125
|
+
e("div", {
|
|
1126
|
+
class: "text-edit-finish",
|
|
1127
|
+
onClick: Z
|
|
1128
|
+
}, c(s(h)("common.done")), 1)
|
|
1129
|
+
]),
|
|
1130
|
+
e("div", qo, [
|
|
1131
|
+
e("div", el, [
|
|
1132
|
+
K(se, {
|
|
1133
|
+
modelValue: k.value,
|
|
1134
|
+
"onUpdate:modelValue": m[1] || (m[1] = (n) => k.value = n),
|
|
1135
|
+
type: "textarea",
|
|
1136
|
+
placeholder: s(h)("common.placeholder_input"),
|
|
1137
|
+
autosize: { minRows: 2 }
|
|
1138
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
1139
|
+
])
|
|
1140
|
+
])
|
|
1141
|
+
])
|
|
1142
|
+
])) : U("", !0)
|
|
1143
|
+
], 64);
|
|
1144
|
+
};
|
|
1145
|
+
}
|
|
1146
|
+
}), sl = /* @__PURE__ */ ie(tl, [["__scopeId", "data-v-0c30db1a"]]), ol = {
|
|
1147
|
+
id: "comments_toolbar",
|
|
1148
|
+
class: "comments_toolbar"
|
|
1149
|
+
}, ll = { class: "comments_toolbar_wrapper" }, il = { class: "comments_toolbar_content" }, nl = { class: "comments_toolbar_group" }, al = ["onClick"], cl = ["src"], rl = {
|
|
1150
|
+
key: 0,
|
|
1151
|
+
class: "edit-tips"
|
|
1152
|
+
}, ul = { class: "edit_tips_content" }, dl = {
|
|
1153
|
+
key: 0,
|
|
1154
|
+
class: "tips-weight"
|
|
1155
|
+
}, ml = ["onClick"], vl = {
|
|
1156
|
+
key: 1,
|
|
1157
|
+
class: "tips-weight"
|
|
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
|
+
props: ["componentId", "instruction"],
|
|
1161
|
+
emits: ["closePanel", "emitHandler"],
|
|
1162
|
+
setup(W, { emit: Y }) {
|
|
1163
|
+
const x = ae(), h = Ce(), _ = W, w = Y, $ = (n) => {
|
|
1164
|
+
w("emitHandler", n);
|
|
1165
|
+
};
|
|
1166
|
+
let f, i;
|
|
1167
|
+
const N = o(!1), E = o(!1), D = () => {
|
|
1168
|
+
f = window.bimViewer, i = window.bimViewer.commentTool, P("");
|
|
1169
|
+
};
|
|
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);
|
|
1202
|
+
}), re(
|
|
1203
|
+
() => h.isToolActive(_.componentId),
|
|
1204
|
+
(n) => {
|
|
1205
|
+
n && (I.value = 1, P("path"));
|
|
1206
|
+
}
|
|
1207
|
+
);
|
|
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)), $({
|
|
1219
|
+
isTool: !0,
|
|
1220
|
+
event_target: "CommentTool",
|
|
1221
|
+
event_name: "saveComment",
|
|
1222
|
+
content: {
|
|
1223
|
+
img_data: H.toDataURL("image/png").split(",")[1]
|
|
1224
|
+
}
|
|
1225
|
+
});
|
|
1226
|
+
}, ne.src = `data:image/svg+xml;charset=utf-8,${encodeURIComponent(V)}`;
|
|
1227
|
+
}
|
|
1228
|
+
}, R = () => {
|
|
1229
|
+
$({
|
|
1230
|
+
isTool: !1,
|
|
1231
|
+
event_target: "ToolBar",
|
|
1232
|
+
event_name: "clickTool",
|
|
1233
|
+
content: {
|
|
1234
|
+
toolId: _.componentId,
|
|
1235
|
+
toolKey: h.getKeyById(_.componentId),
|
|
1236
|
+
status: !1
|
|
1237
|
+
}
|
|
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(() => {
|
|
1270
|
+
}), E.value = !0;
|
|
1271
|
+
};
|
|
1272
|
+
return (n, V) => (l(), r("div", ol, [
|
|
1273
|
+
e("div", ll, [
|
|
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)
|
|
1280
|
+
}, [
|
|
1281
|
+
e("img", {
|
|
1282
|
+
src: s(B) + `/bim-viewer/comments/${I.value === H.id ? H.imgActive : H.img}.svg`
|
|
1283
|
+
}, null, 8, cl),
|
|
1284
|
+
I.value === H.id ? (l(), r("div", rl, [
|
|
1285
|
+
e("div", ul, [
|
|
1286
|
+
H.buttontype === "text" ? (l(), r("div", dl, [
|
|
1287
|
+
(l(!0), r(G, null, j(s(Ne), (L) => (l(), r("div", {
|
|
1288
|
+
key: L.id,
|
|
1289
|
+
class: de(["text1", { text2: T.value === L.id }]),
|
|
1290
|
+
style: ee({ "font-size": L.id === 0 ? "18px" : L.id === 1 ? "16px" : "12px" }),
|
|
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", {
|
|
1295
|
+
key: L.id,
|
|
1296
|
+
class: de(["weight", { choose_weight: p.value === L.id }]),
|
|
1297
|
+
style: ee({
|
|
1298
|
+
width: L.id === 0 ? "6px" : L.id === 1 ? "14px" : "20px",
|
|
1299
|
+
height: L.id === 0 ? "6px" : L.id === 1 ? "14px" : "20px"
|
|
1300
|
+
}),
|
|
1301
|
+
onClick: J((oe) => z(L), ["stop"])
|
|
1302
|
+
}, null, 14, _l))), 128))
|
|
1303
|
+
])),
|
|
1304
|
+
e("div", pl, [
|
|
1305
|
+
(l(!0), r(G, null, j(s(Ae), (L) => (l(), r("div", {
|
|
1306
|
+
key: L.id,
|
|
1307
|
+
class: de(["color-item", { choose_color: b.value === L.id }]),
|
|
1308
|
+
style: ee({
|
|
1309
|
+
background: L.color,
|
|
1310
|
+
border: L.id === 5 ? "1px solid #CBCFD9" : "",
|
|
1311
|
+
width: (L.id === 5, "18px"),
|
|
1312
|
+
height: (L.id === 5, "18px")
|
|
1313
|
+
}),
|
|
1314
|
+
onClick: J((oe) => F(L), ["stop"])
|
|
1315
|
+
}, null, 14, hl))), 128))
|
|
1316
|
+
])
|
|
1317
|
+
])
|
|
1318
|
+
])) : U("", !0)
|
|
1319
|
+
], 10, al))), 128))
|
|
1320
|
+
]),
|
|
1321
|
+
V[0] || (V[0] = e("div", { class: "splitLine" }, null, -1)),
|
|
1322
|
+
e("div", gl, [
|
|
1323
|
+
e("div", {
|
|
1324
|
+
class: "comments_tool_btn",
|
|
1325
|
+
onClick: se
|
|
1326
|
+
}, [
|
|
1327
|
+
e("img", {
|
|
1328
|
+
src: s(B) + `/bim-viewer/annotations/${N.value ? "left-revoke-active" : "left-revoke"}.png`
|
|
1329
|
+
}, null, 8, fl)
|
|
1330
|
+
]),
|
|
1331
|
+
e("div", {
|
|
1332
|
+
class: "comments_tool_btn",
|
|
1333
|
+
onClick: A
|
|
1334
|
+
}, [
|
|
1335
|
+
e("img", {
|
|
1336
|
+
src: s(B) + `/bim-viewer/annotations/${E.value ? "right-revoke-active" : "right-revoke"}.png`
|
|
1337
|
+
}, null, 8, bl)
|
|
1338
|
+
])
|
|
1339
|
+
]),
|
|
1340
|
+
V[1] || (V[1] = e("div", { class: "splitLine" }, null, -1)),
|
|
1341
|
+
e("div", { class: "comments_toolbar_group" }, [
|
|
1342
|
+
e("div", {
|
|
1343
|
+
class: "comments_cancel",
|
|
1344
|
+
onClick: R
|
|
1345
|
+
}, " 取消 "),
|
|
1346
|
+
e("div", {
|
|
1347
|
+
class: "comments_save",
|
|
1348
|
+
onClick: u
|
|
1349
|
+
}, " 保存 ")
|
|
1350
|
+
])
|
|
1351
|
+
])
|
|
1352
|
+
])
|
|
1353
|
+
]));
|
|
1354
|
+
}
|
|
1355
|
+
}), Cl = /* @__PURE__ */ ie(kl, [["__scopeId", "data-v-44d9e148"]]), $l = { key: 2 }, yl = { class: "top" }, wl = { class: "top_bar" }, xl = ["src"], Il = {
|
|
1356
|
+
key: 0,
|
|
1357
|
+
class: "title_2"
|
|
1358
|
+
}, Tl = { class: "more" }, Dl = ["src"], Sl = {
|
|
1359
|
+
key: 3,
|
|
1360
|
+
class: "loading_shelter"
|
|
1361
|
+
}, Ll = /* @__PURE__ */ le({
|
|
1362
|
+
__name: "CommentTool",
|
|
1363
|
+
props: ["componentId", "instruction"],
|
|
1364
|
+
emits: ["closePanel", "emitHandler"],
|
|
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(() => {
|
|
1370
|
+
E.value = !1;
|
|
1371
|
+
}, 1500);
|
|
1372
|
+
};
|
|
1373
|
+
X.on("cmtLoading", $), X.on("prompt", D), pe(() => {
|
|
1374
|
+
x.setReadyById(w.componentId);
|
|
1375
|
+
}), fe(() => {
|
|
1376
|
+
X.off("cmtLoading", $), X.off("prompt", D);
|
|
1377
|
+
});
|
|
1378
|
+
const I = Y, p = (m) => {
|
|
1379
|
+
I("emitHandler", m);
|
|
1380
|
+
}, b = o();
|
|
1381
|
+
re(
|
|
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())));
|
|
1385
|
+
}
|
|
1386
|
+
);
|
|
1387
|
+
const T = o(!1);
|
|
1388
|
+
re(
|
|
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);
|
|
1393
|
+
}, 200)), X.emit("cmtLoading", !1));
|
|
1394
|
+
},
|
|
1395
|
+
{ deep: !0 }
|
|
1396
|
+
);
|
|
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({
|
|
1403
|
+
isTool: !0,
|
|
1404
|
+
event_name: "newComment",
|
|
1405
|
+
event_target: "CommentTool",
|
|
1406
|
+
content: { ...m }
|
|
1407
|
+
});
|
|
1408
|
+
}, S = (m, A = !0) => {
|
|
1409
|
+
A ? (X.emit("cmtLoading", !0), p({
|
|
1410
|
+
isTool: !0,
|
|
1411
|
+
event_target: "CommentTool",
|
|
1412
|
+
event_name: "checkCmtDetail",
|
|
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({
|
|
1417
|
+
isTool: !0,
|
|
1418
|
+
event_name: "refreshCmtList",
|
|
1419
|
+
event_target: "CommentTool",
|
|
1420
|
+
content: {}
|
|
1421
|
+
})), y.value = 3, O.value = "批注列表", u.value = !0, z.value = !1;
|
|
1422
|
+
}, v = (m) => {
|
|
1423
|
+
p({
|
|
1424
|
+
isTool: !0,
|
|
1425
|
+
event_target: "CommentTool",
|
|
1426
|
+
event_name: "deleteComment",
|
|
1427
|
+
content: { id: m }
|
|
1428
|
+
});
|
|
1429
|
+
}, d = () => {
|
|
1430
|
+
switch (y.value) {
|
|
1431
|
+
case 0:
|
|
1432
|
+
g();
|
|
1433
|
+
break;
|
|
1434
|
+
case 1:
|
|
1435
|
+
q();
|
|
1436
|
+
break;
|
|
1437
|
+
case 2:
|
|
1438
|
+
z.value = !1, O.value = "批注列表", y.value = 3, T.value ? M() : u.value = !0;
|
|
1439
|
+
break;
|
|
1440
|
+
case 3:
|
|
1441
|
+
Q("editPrivilege") == 0 && (u.value = !1, q()), Q("editPrivilege") == 1 && g();
|
|
1442
|
+
break;
|
|
1443
|
+
}
|
|
1444
|
+
}, C = () => {
|
|
1445
|
+
y.value == 2 && S(F.value.guid), y.value == 3 && M();
|
|
1446
|
+
}, g = () => {
|
|
1447
|
+
X.emit("hideToolbar", !1), I("closePanel");
|
|
1448
|
+
};
|
|
1449
|
+
return (m, A) => {
|
|
1450
|
+
const se = Cl, n = sl, V = Oo, H = vo, L = Es, oe = Ge;
|
|
1451
|
+
return l(), r("div", {
|
|
1452
|
+
class: "comment_component",
|
|
1453
|
+
onPointerdown: A[4] || (A[4] = (ne) => f.value = !1)
|
|
1454
|
+
}, [
|
|
1455
|
+
e("div", {
|
|
1456
|
+
id: "comments_panel",
|
|
1457
|
+
class: "comments_panel",
|
|
1458
|
+
style: ee({ background: s(Q)("backgroundColor") })
|
|
1459
|
+
}, null, 4),
|
|
1460
|
+
s(Q)("isMobile") ? U("", !0) : (l(), te(se, {
|
|
1461
|
+
key: 0,
|
|
1462
|
+
"component-id": W.componentId,
|
|
1463
|
+
onEmitHandler: p,
|
|
1464
|
+
onClosePanel: A[0] || (A[0] = (ne) => I("closePanel"))
|
|
1465
|
+
}, null, 8, ["component-id"])),
|
|
1466
|
+
s(Q)("isMobile") ? (l(), te(n, {
|
|
1467
|
+
key: 1,
|
|
1468
|
+
ref_key: "drawRef",
|
|
1469
|
+
ref: b,
|
|
1470
|
+
"component-id": W.componentId,
|
|
1471
|
+
onCancel: d,
|
|
1472
|
+
onConfirm: t
|
|
1473
|
+
}, null, 8, ["component-id"])) : U("", !0),
|
|
1474
|
+
s(Q)("isMobile") ? (l(), r("div", $l, [
|
|
1475
|
+
R.value ? (l(), te(V, {
|
|
1476
|
+
key: 0,
|
|
1477
|
+
"image-data": Z.value,
|
|
1478
|
+
"user-id": s(h).getUserId,
|
|
1479
|
+
onCreateNew: a,
|
|
1480
|
+
onCancel: A[1] || (A[1] = (ne) => R.value = !1),
|
|
1481
|
+
onEmitHandler: p
|
|
1482
|
+
}, null, 8, ["image-data", "user-id"])) : U("", !0),
|
|
1483
|
+
z.value ? (l(), te(H, {
|
|
1484
|
+
key: 1,
|
|
1485
|
+
"cmt-content": F.value,
|
|
1486
|
+
onDelete: v,
|
|
1487
|
+
onBack: g
|
|
1488
|
+
}, null, 8, ["cmt-content"])) : U("", !0),
|
|
1489
|
+
Le(K(L, {
|
|
1490
|
+
"-c-m-t-list": P.value,
|
|
1491
|
+
instruction: w.instruction,
|
|
1492
|
+
onCheckCmtDetail: S,
|
|
1493
|
+
onBack: d
|
|
1494
|
+
}, null, 8, ["-c-m-t-list", "instruction"]), [
|
|
1495
|
+
[Be, u.value]
|
|
1496
|
+
]),
|
|
1497
|
+
e("div", yl, [
|
|
1498
|
+
e("div", {
|
|
1499
|
+
class: "top_height",
|
|
1500
|
+
style: ee({ width: "100%", height: `${s(Q)("topHeight") / 50}rem` })
|
|
1501
|
+
}, null, 4),
|
|
1502
|
+
e("div", wl, [
|
|
1503
|
+
e("img", {
|
|
1504
|
+
class: "back",
|
|
1505
|
+
onClick: d,
|
|
1506
|
+
src: s(B) + "/bim-viewer/bcf-images/back.png"
|
|
1507
|
+
}, null, 8, xl),
|
|
1508
|
+
e("div", {
|
|
1509
|
+
class: "title",
|
|
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),
|
|
1513
|
+
e("div", Tl, [
|
|
1514
|
+
y.value == 0 ? (l(), r("div", {
|
|
1515
|
+
key: 0,
|
|
1516
|
+
class: "history",
|
|
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", {
|
|
1520
|
+
key: 1,
|
|
1521
|
+
class: "refresh",
|
|
1522
|
+
onClick: C,
|
|
1523
|
+
src: s(B) + "/bim-viewer/bcf-images/refresh.png"
|
|
1524
|
+
}, null, 8, Dl)) : U("", !0)
|
|
1525
|
+
])
|
|
1526
|
+
])
|
|
1527
|
+
])
|
|
1528
|
+
])) : U("", !0),
|
|
1529
|
+
k.value ? (l(), r("div", Sl)) : U("", !0),
|
|
1530
|
+
E.value ? (l(), te(oe, {
|
|
1531
|
+
key: 4,
|
|
1532
|
+
type: i.value,
|
|
1533
|
+
text: N.value
|
|
1534
|
+
}, null, 8, ["type", "text"])) : U("", !0)
|
|
1535
|
+
], 32);
|
|
1536
|
+
};
|
|
1537
|
+
}
|
|
1538
|
+
}), Ol = /* @__PURE__ */ ie(Ll, [["__scopeId", "data-v-6e5e536d"]]);
|
|
1539
|
+
export {
|
|
1540
|
+
Ol as default
|
|
1541
|
+
};
|