@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.
- package/dist/{alert-C0MgdbKf.mjs → Alert-CSiEPFGt.mjs} +5 -5
- package/dist/{AnnotationTool-CPBZcbp_.mjs → AnnotationTool-CKzHkqWM.mjs} +80 -80
- package/dist/BIMX_Viewer_Lib.es.js +1 -1
- package/dist/BIMX_Viewer_Lib.umd.js +224 -169
- package/dist/{CommentTool-ChVib2Wg.mjs → CommentTool-5HhGDqpg.mjs} +575 -555
- package/dist/{HiddenTool-CilrXe5l.mjs → HiddenTool-BGFoHMWC.mjs} +9 -9
- package/dist/{InspectorTool-BXArGZHO.mjs → InspectorTool-DD3w7k07.mjs} +27 -27
- package/dist/{MeasureTool-DtUiP4t1.mjs → MeasureTool-COR8QLDf.mjs} +118 -94
- package/dist/{MouseTool-2Nxz447f.mjs → MouseTool-OxODcO4X.mjs} +27 -24
- package/dist/{NavigateTool-COsSnxyD.mjs → NavigateTool-Bw6GFzsg.mjs} +5 -5
- 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
- package/dist/{RoamTool-CjRywSYn.mjs → RoamTool-X-b0hsmJ.mjs} +7 -7
- 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-Ddd7gAie.mjs → TallPanel-CR5vNQ4c.mjs} +8 -8
- package/dist/bimTools-D3TraX9d.mjs +75 -0
- package/dist/el-slider-CBVU9_og.mjs +1040 -0
- package/dist/{index-DTeJ8S3e.mjs → index-CwRGVhoT.mjs} +44953 -46755
- package/dist/style.css +1 -1
- package/package.json +4 -3
- 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/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/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/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/toolbars.d.ts +22 -0
- 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/ScreenShotTool-g1dzvqn2.mjs +0 -500
- package/dist/SectionTool-DlnlE6Pv.mjs +0 -331
- package/dist/SettingTool-y_hp2XrJ.mjs +0 -815
- package/dist/StructureTree-CtJ4Yf5_.mjs +0 -1846
- package/dist/const-DOnRsYpZ.mjs +0 -389
- package/dist/el-input-number-BjEspzGk.mjs +0 -1169
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as y, onMounted as E, ref as k, onBeforeUnmount as B,
|
|
2
|
-
import { A as S, B as A, D as m, O, C as T, I as x } from "./index-
|
|
3
|
-
import { H as D } from "./
|
|
1
|
+
import { defineComponent as y, onMounted as E, ref as k, onBeforeUnmount as B, openBlock as s, createElementBlock as l, createElementVNode as r, Fragment as C, renderList as H, unref as c, normalizeClass as w, toDisplayString as I } from "vue";
|
|
2
|
+
import { A as S, B as A, D as m, O, C as T, I as x } from "./index-CwRGVhoT.mjs";
|
|
3
|
+
import { H as D } from "./bimTools-D3TraX9d.mjs";
|
|
4
4
|
const j = { class: "hidden_wrapper" }, L = { class: "hidden_content" }, M = ["onClick"], N = ["src"], R = /* @__PURE__ */ y({
|
|
5
5
|
__name: "HiddenTool",
|
|
6
6
|
props: ["componentId"],
|
|
@@ -22,10 +22,10 @@ const j = { class: "hidden_wrapper" }, L = { class: "hidden_content" }, M = ["on
|
|
|
22
22
|
m.off("BimViewer", d);
|
|
23
23
|
});
|
|
24
24
|
const a = (e) => {
|
|
25
|
-
i.value != -1 && (i.value == 1 ?
|
|
26
|
-
}, f = (e) => {
|
|
27
|
-
window.bimViewer.setEntityVisible(e);
|
|
25
|
+
i.value != -1 && (i.value == 1 ? v(e) : i.value == 2 ? f(e) : i.value == 3 && h(e));
|
|
28
26
|
}, v = (e) => {
|
|
27
|
+
window.bimViewer.setEntityVisible(e);
|
|
28
|
+
}, f = (e) => {
|
|
29
29
|
window.bimViewer.setEntityHighlighted(e);
|
|
30
30
|
}, h = (e) => {
|
|
31
31
|
window.bimViewer.setEntitySelected(e);
|
|
@@ -34,9 +34,9 @@ const j = { class: "hidden_wrapper" }, L = { class: "hidden_content" }, M = ["on
|
|
|
34
34
|
}, g = (e) => {
|
|
35
35
|
e == 0 ? (i.value = e, p()) : i.value = e;
|
|
36
36
|
};
|
|
37
|
-
return (e, n) => (
|
|
37
|
+
return (e, n) => (s(), l("div", j, [
|
|
38
38
|
r("div", L, [
|
|
39
|
-
(
|
|
39
|
+
(s(!0), l(C, null, H(c(D), (t, V) => (s(), l("div", {
|
|
40
40
|
key: V,
|
|
41
41
|
class: w(["button_", { button_active: i.value == t.id }]),
|
|
42
42
|
onClick: ($) => g(t.id)
|
|
@@ -51,7 +51,7 @@ const j = { class: "hidden_wrapper" }, L = { class: "hidden_content" }, M = ["on
|
|
|
51
51
|
])
|
|
52
52
|
]));
|
|
53
53
|
}
|
|
54
|
-
}), q = /* @__PURE__ */ x(R, [["__scopeId", "data-v-
|
|
54
|
+
}), q = /* @__PURE__ */ x(R, [["__scopeId", "data-v-173a53ab"]]);
|
|
55
55
|
export {
|
|
56
56
|
q as default
|
|
57
57
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { J as ee, A as te, B as ne, D as E, C as v, T as N, G as oe, O as H, H as se, I as ie } from "./index-
|
|
2
|
-
import { _ as ae } from "./
|
|
3
|
-
import { _ as le } from "./
|
|
4
|
-
import { defineComponent as ce, onMounted as re, ref as W, reactive as K, watch as _e, onBeforeUnmount as pe,
|
|
1
|
+
import { J as ee, A as te, B as ne, D as E, C as v, T as N, G as oe, O as H, H as se, I as ie } from "./index-CwRGVhoT.mjs";
|
|
2
|
+
import { _ as ae } from "./TallPanel-CR5vNQ4c.mjs";
|
|
3
|
+
import { _ as le } from "./Panel.vue_vue_type_style_index_0_lang-DgM_qGLO.mjs";
|
|
4
|
+
import { defineComponent as ce, onMounted as re, ref as W, reactive as K, watch as _e, onBeforeUnmount as pe, openBlock as c, createElementBlock as r, Fragment as y, unref as n, createBlock as Q, withCtx as I, withDirectives as d, createElementVNode as e, createVNode as B, toDisplayString as t, vShow as m, renderList as C, createCommentVNode as O } from "vue";
|
|
5
5
|
const J = {
|
|
6
6
|
ExtendToStructure: "扩建物",
|
|
7
7
|
ThermalTransmittance: "热透射率",
|
|
@@ -249,17 +249,17 @@ const J = {
|
|
|
249
249
|
Pset_FlowInstrumentTypeCommon: "流量仪表类型通用",
|
|
250
250
|
Pset_HeatTransferDeviceTypeCommon: "热传递设备类型通用"
|
|
251
251
|
}, ue = Object.keys(J).reduce(
|
|
252
|
-
(
|
|
252
|
+
(f, b) => {
|
|
253
253
|
const o = b.trim().toLowerCase().replace(/\s+/g, "");
|
|
254
|
-
return
|
|
254
|
+
return f[o] = J[b], f;
|
|
255
255
|
},
|
|
256
256
|
{}
|
|
257
257
|
);
|
|
258
|
-
function k(
|
|
259
|
-
const o =
|
|
260
|
-
return (b || ee().locale) === "en-US" ?
|
|
258
|
+
function k(f, b) {
|
|
259
|
+
const o = f.trim().toLowerCase().replace(/\s+/g, "");
|
|
260
|
+
return (b || ee().locale) === "en-US" ? f : ue[o] || f;
|
|
261
261
|
}
|
|
262
|
-
const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src"], ye = { class: "properties_content" }, ve = { class: "basic_info_title" },
|
|
262
|
+
const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src"], ye = { class: "properties_content" }, ve = { class: "basic_info_title" }, Ce = { class: "basic_info_value" }, fe = { class: "propertysets" }, ge = ["onClick"], Pe = { class: "title" }, be = ["src"], Te = { class: "properties_content" }, Se = { class: "content_title_value" }, Ie = { class: "content_title" }, ke = { class: "content_value" }, De = { class: "myInspector_empty" }, Re = ["src"], we = {
|
|
263
263
|
class: "pc_Inspector_type_button",
|
|
264
264
|
style: { display: "none" }
|
|
265
265
|
}, xe = { class: "type_button" }, Ee = { class: "type_button" }, Be = { class: "pc_Inspector_content" }, Fe = { class: "pc_myInspector_content" }, Me = { class: "title" }, Le = ["src"], Oe = { class: "properties_content" }, je = { class: "basic_info_title" }, Ae = { class: "basic_info_value" }, Ve = { class: "propertysets" }, Ne = ["onClick"], He = { class: "title" }, We = ["src"], Ue = { class: "properties_content" }, $e = { class: "content_title_value" }, ze = { class: "content_title" }, qe = { class: "content_value" }, Ge = { class: "pc_model_info" }, Ke = { class: "model_info_content" }, Qe = { class: "model_info_value" }, Je = { class: "model_info_content" }, Ze = { class: "model_info_value" }, Xe = {
|
|
@@ -268,12 +268,12 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
268
268
|
}, Ye = { class: "model_info_value" }, et = { class: "model_info_content" }, tt = { class: "model_info_value" }, nt = {
|
|
269
269
|
key: 2,
|
|
270
270
|
class: "mobile_myInspector_wrapper"
|
|
271
|
-
}, ot = { class: "detail-title-box" }, st = { class: "detail-title" }, it = { class: "detail-title-icon" }, at = { class: "mobile_myInspector" }, lt = { class: "mobile_myInspector_content" }, ct = { class: "basic_info_title" }, rt = ["src"], _t = { class: "basic_info_content" }, pt = { class: "basic_info_content_value" }, ut = { class: "content_title" }, dt = { class: "content_value" }, mt = { class: "basic_info_content_value" }, ht = { class: "content_value" }, yt = { class: "basic_info_content_value" }, vt = { class: "content_title" },
|
|
271
|
+
}, ot = { class: "detail-title-box" }, st = { class: "detail-title" }, it = { class: "detail-title-icon" }, at = { class: "mobile_myInspector" }, lt = { class: "mobile_myInspector_content" }, ct = { class: "basic_info_title" }, rt = ["src"], _t = { class: "basic_info_content" }, pt = { class: "basic_info_content_value" }, ut = { class: "content_title" }, dt = { class: "content_value" }, mt = { class: "basic_info_content_value" }, ht = { class: "content_value" }, yt = { class: "basic_info_content_value" }, vt = { class: "content_title" }, Ct = { class: "content_value" }, ft = { class: "propertysets" }, gt = ["onClick"], Pt = { class: "propertysets_title" }, bt = ["src"], Tt = { class: "properties_content" }, St = { class: "content_title_value" }, It = { class: "content_title" }, kt = { class: "content_value" }, Dt = { class: "mobile_Inspector_empty" }, Rt = { class: "model_info_value" }, wt = { class: "model_info_value" }, xt = { class: "model_info_value" }, Et = { class: "model_info_value" }, Bt = /* @__PURE__ */ ce({
|
|
272
272
|
__name: "InspectorTool",
|
|
273
273
|
props: ["componentId", "instruction"],
|
|
274
274
|
emits: ["closePanel", "emitHandler"],
|
|
275
|
-
setup(
|
|
276
|
-
const o = te(), F = ne(), M =
|
|
275
|
+
setup(f, { emit: b }) {
|
|
276
|
+
const o = te(), F = ne(), M = f;
|
|
277
277
|
re(() => {
|
|
278
278
|
F.setReadyById(M.componentId);
|
|
279
279
|
});
|
|
@@ -392,7 +392,7 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
392
392
|
l[3] || (l[3] = e("span", { style: { "margin-top": "2px" } }, "UUID", -1)),
|
|
393
393
|
e("span", null, t(n(o)("inspector.type")), 1)
|
|
394
394
|
]),
|
|
395
|
-
e("div",
|
|
395
|
+
e("div", Ce, [
|
|
396
396
|
e("span", null, t(s.entity_name), 1),
|
|
397
397
|
e("span", null, t(s.entity_id), 1),
|
|
398
398
|
e("span", null, t(s.entity_type), 1)
|
|
@@ -401,8 +401,8 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
401
401
|
[m, s.expanded]
|
|
402
402
|
])
|
|
403
403
|
]),
|
|
404
|
-
e("ul",
|
|
405
|
-
(c(!0), r(y, null,
|
|
404
|
+
e("ul", fe, [
|
|
405
|
+
(c(!0), r(y, null, C(s.propertySets, (p, R) => (c(), r("li", {
|
|
406
406
|
key: R,
|
|
407
407
|
class: "propertyset",
|
|
408
408
|
onClick: (g) => T(p)
|
|
@@ -416,11 +416,11 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
416
416
|
]),
|
|
417
417
|
d(e("div", Te, [
|
|
418
418
|
e("ul", Se, [
|
|
419
|
-
(c(!0), r(y, null,
|
|
419
|
+
(c(!0), r(y, null, C(p.properties, (g, w) => (c(), r("li", {
|
|
420
420
|
key: w,
|
|
421
421
|
class: "properties"
|
|
422
422
|
}, [
|
|
423
|
-
(c(!0), r(y, null,
|
|
423
|
+
(c(!0), r(y, null, C(g, (x, P) => (c(), r("div", {
|
|
424
424
|
class: "title_value",
|
|
425
425
|
key: P
|
|
426
426
|
}, [
|
|
@@ -494,7 +494,7 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
494
494
|
])
|
|
495
495
|
]),
|
|
496
496
|
e("ul", Ve, [
|
|
497
|
-
(c(!0), r(y, null,
|
|
497
|
+
(c(!0), r(y, null, C(s.propertySets, (p, R) => (c(), r("li", {
|
|
498
498
|
key: R,
|
|
499
499
|
class: "propertyset",
|
|
500
500
|
onClick: (g) => T(p)
|
|
@@ -508,11 +508,11 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
508
508
|
]),
|
|
509
509
|
d(e("div", Ue, [
|
|
510
510
|
e("ul", $e, [
|
|
511
|
-
(c(!0), r(y, null,
|
|
511
|
+
(c(!0), r(y, null, C(p.properties, (g, w) => (c(), r("li", {
|
|
512
512
|
key: w,
|
|
513
513
|
class: "properties"
|
|
514
514
|
}, [
|
|
515
|
-
(c(!0), r(y, null,
|
|
515
|
+
(c(!0), r(y, null, C(g, (x, P) => (c(), r("div", {
|
|
516
516
|
class: "title_value",
|
|
517
517
|
key: P
|
|
518
518
|
}, [
|
|
@@ -599,14 +599,14 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
599
599
|
]),
|
|
600
600
|
e("div", yt, [
|
|
601
601
|
e("span", vt, t(n(o)("inspector.type")), 1),
|
|
602
|
-
e("span",
|
|
602
|
+
e("span", Ct, t(s.entity_type), 1)
|
|
603
603
|
])
|
|
604
604
|
], 512), [
|
|
605
605
|
[m, s.expanded]
|
|
606
606
|
])
|
|
607
607
|
]),
|
|
608
|
-
e("ul",
|
|
609
|
-
(c(!0), r(y, null,
|
|
608
|
+
e("ul", ft, [
|
|
609
|
+
(c(!0), r(y, null, C(s.propertySets, (p, R) => (c(), r("li", {
|
|
610
610
|
key: R,
|
|
611
611
|
class: "propertyset",
|
|
612
612
|
onClick: (g) => T(p)
|
|
@@ -620,11 +620,11 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
620
620
|
]),
|
|
621
621
|
d(e("div", Tt, [
|
|
622
622
|
e("ul", St, [
|
|
623
|
-
(c(!0), r(y, null,
|
|
623
|
+
(c(!0), r(y, null, C(p.properties, (g, w) => (c(), r("li", {
|
|
624
624
|
key: w,
|
|
625
625
|
class: "properties"
|
|
626
626
|
}, [
|
|
627
|
-
(c(!0), r(y, null,
|
|
627
|
+
(c(!0), r(y, null, C(g, (x, P) => (c(), r("div", {
|
|
628
628
|
class: "title_value",
|
|
629
629
|
key: P
|
|
630
630
|
}, [
|
|
@@ -672,7 +672,7 @@ const de = { class: "myInspector_content" }, me = { class: "title" }, he = ["src
|
|
|
672
672
|
], 64);
|
|
673
673
|
};
|
|
674
674
|
}
|
|
675
|
-
}), jt = /* @__PURE__ */ ie(Bt, [["__scopeId", "data-v-
|
|
675
|
+
}), jt = /* @__PURE__ */ ie(Bt, [["__scopeId", "data-v-38f74985"]]);
|
|
676
676
|
export {
|
|
677
677
|
jt as default
|
|
678
678
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as De, B as Re, T as ae, D as ne, C as
|
|
2
|
-
import { _ as Ne } from "./
|
|
3
|
-
import { defineComponent as Ue, ref as n, onMounted as ie, onBeforeUnmount as Fe, watch as Oe,
|
|
4
|
-
import { M as O } from "./
|
|
1
|
+
import { A as De, B as Re, T as ae, D as ne, Q as M, C as _, O as w, F as Ce, R as Le, S as $e, G as Pe, V as ue, I as ze } from "./index-CwRGVhoT.mjs";
|
|
2
|
+
import { _ as Ne } from "./Panel.vue_vue_type_style_index_0_lang-DgM_qGLO.mjs";
|
|
3
|
+
import { defineComponent as Ue, ref as n, onMounted as ie, onBeforeUnmount as Fe, watch as Oe, openBlock as i, createElementBlock as r, Fragment as E, unref as t, createBlock as Xe, withCtx as U, createElementVNode as s, renderList as F, normalizeClass as re, toDisplayString as o, createVNode as T, createCommentVNode as Ye, normalizeStyle as ce, withDirectives as He, vShow as Qe } from "vue";
|
|
4
|
+
import { M as O } from "./bimTools-D3TraX9d.mjs";
|
|
5
5
|
const We = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "measure_panel_content"
|
|
@@ -11,51 +11,75 @@ const We = {
|
|
|
11
11
|
}, Ze = { class: "data_box" }, Ge = { style: { color: "#0065fc" } }, es = { class: "data_box" }, ss = { style: { color: "#fe4444" } }, ts = { class: "data_box" }, ls = { style: { color: "#4ed17a" } }, os = { class: "data_box" }, as = { style: { color: "#ffce19" } }, ns = {
|
|
12
12
|
key: 1,
|
|
13
13
|
class: "measurement_data"
|
|
14
|
-
}, us = { class: "data_box" }, is = { style: { color: "#0065fc" } },
|
|
14
|
+
}, us = { class: "data_box" }, is = { style: { color: "#0065fc" } }, rs = { class: "footer" }, cs = {
|
|
15
15
|
key: 1,
|
|
16
16
|
class: "setMeasurePanel"
|
|
17
|
-
},
|
|
17
|
+
}, ds = { class: "set_content_par" }, vs = { class: "set_content_" }, ms = {
|
|
18
18
|
class: "set_content scale",
|
|
19
19
|
style: { display: "none" }
|
|
20
|
-
}, _s = { class: "set_content unit" }, hs = { class: "set_content precision" }, ps = { class: "footer" },
|
|
20
|
+
}, _s = { class: "set_content unit" }, hs = { class: "set_content precision" }, ps = { class: "footer" }, fs = {
|
|
21
21
|
key: 1,
|
|
22
22
|
class: "mobile_measure_panel"
|
|
23
|
-
},
|
|
23
|
+
}, gs = { class: "measure-list" }, ys = ["onClick"], bs = { class: "measure-icon" }, Ms = ["src"], ws = { class: "measure-name" }, Ts = { class: "measure-icon" }, ks = ["src"], Vs = {
|
|
24
24
|
class: "measure-name",
|
|
25
25
|
style: { color: "#df1c1c" }
|
|
26
|
-
},
|
|
26
|
+
}, Bs = { class: "mouse_btn" }, xs = ["src"], As = ["src"], Is = ["src"], Es = /* @__PURE__ */ Ue({
|
|
27
27
|
__name: "MeasureTool",
|
|
28
28
|
props: ["componentId", "instruction"],
|
|
29
29
|
emits: ["closePanel", "emitHandler"],
|
|
30
|
-
setup(
|
|
31
|
-
const a = De(), S = Re(), me =
|
|
30
|
+
setup(de, { emit: ve }) {
|
|
31
|
+
const a = De(), S = Re(), me = de, X = n(0);
|
|
32
32
|
ie(() => {
|
|
33
33
|
S.setReadyById(me.componentId), ae.currentTheme == "blue" ? X.value = 224 : ae.currentTheme == "light-gray" && (X.value = 202);
|
|
34
34
|
});
|
|
35
|
-
let
|
|
36
|
-
const
|
|
35
|
+
let c, k, D;
|
|
36
|
+
const d = n(1), R = n(), h = n(), V = n(), g = n(), Y = n(), W = n(), j = n(), q = n(), B = n(1), x = n("m"), y = n(3), A = n(!1), _e = [{ value: "m" }, { value: "cm" }, { value: "mm" }], v = n(!1), he = [
|
|
37
37
|
{ label: "0", value: 0 },
|
|
38
38
|
{ label: "0.0", value: 1 },
|
|
39
39
|
{ label: "0.00", value: 2 },
|
|
40
40
|
{ label: "0.000", value: 3 }
|
|
41
|
-
], J =
|
|
41
|
+
], J = ve, K = (e) => {
|
|
42
42
|
J("emitHandler", e);
|
|
43
43
|
}, Z = () => {
|
|
44
|
-
D = window.bimViewer, ue.SaveViewerState({ measure: "distance" }), k = window.bimViewer.measureAngleTool,
|
|
45
|
-
d.value = !1;
|
|
46
|
-
}), _.on("newDistanceMeasure", (e) => {
|
|
47
|
-
d.value = !1;
|
|
48
|
-
})), _.on("createAngleMeasure", (e) => {
|
|
49
|
-
Y.value = e.id, y.value = e.result, f("isMobile") && (d.value = !0), m("createAngleMeasure", { newMeasure: e });
|
|
50
|
-
}), _.on("createDistanceMeasure", (e) => {
|
|
51
|
-
R.value = e.id, V.value = e.id, h.value = e.result, W.value = e.xResult ? e.xResult : 0, j.value = e.yResult ? e.yResult : 0, q.value = e.zResult ? e.zResult : 0, f("isMobile") && (d.value = !0), m("createAngleMeasure", { newMeasure: e });
|
|
52
|
-
}), _.on("clickDistanceMeasure", (e) => {
|
|
53
|
-
v.value == 2 && C(O[0]), R.value = e.id, Te(e.id), f("isMobile") && (d.value = !0), m("clickDistanceMeasure", { id: e.id });
|
|
54
|
-
}), _.on("clickAngleMeasure", (e) => {
|
|
55
|
-
v.value == 1 && C(O[1]), Me(e.id), f("isMobile") && (d.value = !0), m("clickAngleMeasure", { id: e.id });
|
|
56
|
-
}), r.precision = b.value, r.unit = A.value, r.scale = x.value;
|
|
44
|
+
D = window.bimViewer, ue.SaveViewerState({ measure: "distance" }), k = window.bimViewer.measureAngleTool, c = window.bimViewer.measureDistanceTool, c.precision = y.value, c.unit = x.value, c.scale = B.value;
|
|
57
45
|
};
|
|
58
|
-
ne.on("BimViewer", Z),
|
|
46
|
+
ne.on("BimViewer", Z), M({
|
|
47
|
+
event: "newAngleMeasure",
|
|
48
|
+
handler: () => {
|
|
49
|
+
_("isMobile") && (v.value = !1);
|
|
50
|
+
},
|
|
51
|
+
defer: !0
|
|
52
|
+
}), M({
|
|
53
|
+
event: "newDistanceMeasure",
|
|
54
|
+
handler: () => {
|
|
55
|
+
_("isMobile") && (v.value = !1);
|
|
56
|
+
},
|
|
57
|
+
defer: !0
|
|
58
|
+
}), M({
|
|
59
|
+
event: "createAngleMeasure",
|
|
60
|
+
handler: (e) => {
|
|
61
|
+
Y.value = e.id, g.value = e.result, _("isMobile") && (v.value = !0), m("createAngleMeasure", { newMeasure: e });
|
|
62
|
+
},
|
|
63
|
+
defer: !0
|
|
64
|
+
}), M({
|
|
65
|
+
event: "createDistanceMeasure",
|
|
66
|
+
handler: (e) => {
|
|
67
|
+
R.value = e.id, V.value = e.id, h.value = e.result, W.value = e.xResult ? e.xResult : 0, j.value = e.yResult ? e.yResult : 0, q.value = e.zResult ? e.zResult : 0, _("isMobile") && (v.value = !0), m("createAngleMeasure", { newMeasure: e });
|
|
68
|
+
},
|
|
69
|
+
defer: !0
|
|
70
|
+
}), M({
|
|
71
|
+
event: "clickDistanceMeasure",
|
|
72
|
+
handler: (e) => {
|
|
73
|
+
d.value == 2 && C(O[0]), R.value = e.id, Te(e.id), _("isMobile") && (v.value = !0), m("clickDistanceMeasure", { id: e.id });
|
|
74
|
+
},
|
|
75
|
+
defer: !0
|
|
76
|
+
}), M({
|
|
77
|
+
event: "clickAngleMeasure",
|
|
78
|
+
handler: (e) => {
|
|
79
|
+
d.value == 1 && C(O[1]), Me(e.id), _("isMobile") && (v.value = !0), m("clickAngleMeasure", { id: e.id });
|
|
80
|
+
},
|
|
81
|
+
defer: !0
|
|
82
|
+
}), Fe(() => {
|
|
59
83
|
ne.off("BimViewer", Z);
|
|
60
84
|
}), Oe(
|
|
61
85
|
() => S.isToolActive(3),
|
|
@@ -71,10 +95,10 @@ const We = {
|
|
|
71
95
|
content: u
|
|
72
96
|
});
|
|
73
97
|
}, pe = () => {
|
|
74
|
-
window.bimViewer.measureTool.setActive(!1), J("closePanel"),
|
|
98
|
+
window.bimViewer.measureTool.setActive(!1), J("closePanel"), A.value === !0 && L();
|
|
75
99
|
}, C = (e) => {
|
|
76
|
-
|
|
77
|
-
},
|
|
100
|
+
d.value !== e.id && (d.value = e.id, ue.SaveViewerState({ measure: e.code }), fe(e), _("isMobile") && (v.value = !1));
|
|
101
|
+
}, fe = (e) => {
|
|
78
102
|
let u = e.code;
|
|
79
103
|
window.bimViewer.measureTool.setActiveByType(u, !0), K({
|
|
80
104
|
isTool: !0,
|
|
@@ -84,76 +108,76 @@ const We = {
|
|
|
84
108
|
measureTool: u
|
|
85
109
|
}
|
|
86
110
|
});
|
|
87
|
-
},
|
|
88
|
-
h.value = "",
|
|
111
|
+
}, ge = () => {
|
|
112
|
+
h.value = "", g.value = "", c.clear(), k.clear(), m("destroyAllMeasure", { msg: "删除全部测量" }), v.value = !1;
|
|
89
113
|
}, ye = () => {
|
|
90
|
-
h.value = "",
|
|
114
|
+
h.value = "", g.value = "", d.value === 1 ? (ke(V.value), m("destroyMeasureDistance", { id: V.value })) : d.value === 2 && (we(Y.value), m("destroyMeasurementAngle", { id: V.value })), v.value = !1;
|
|
91
115
|
}, L = () => {
|
|
92
|
-
|
|
116
|
+
A.value = !A.value;
|
|
93
117
|
}, be = () => {
|
|
94
|
-
L(),
|
|
118
|
+
L(), c.precision = y.value, c.unit = x.value, c.scale = B.value, R.value && (h.value = c.getMeasureResultByID(R.value)), m("updateMeasureSet", {
|
|
95
119
|
measurePrefer: {
|
|
96
|
-
distance_precision:
|
|
97
|
-
distance_unit:
|
|
98
|
-
distance_scale:
|
|
120
|
+
distance_precision: y.value,
|
|
121
|
+
distance_unit: x.value,
|
|
122
|
+
distance_scale: B.value
|
|
99
123
|
}
|
|
100
124
|
});
|
|
101
125
|
}, Me = (e) => {
|
|
102
|
-
Y.value = e,
|
|
126
|
+
Y.value = e, g.value = k.getMeasureResultByID(e);
|
|
103
127
|
}, we = (e) => k.destroyMeasurementById(e), Te = (e) => {
|
|
104
|
-
V.value = e, h.value =
|
|
105
|
-
}, ke = (e) =>
|
|
106
|
-
|
|
128
|
+
V.value = e, h.value = c.getMeasureResultByID(e);
|
|
129
|
+
}, ke = (e) => c.destroyMeasurementById(e), Ve = (e) => {
|
|
130
|
+
c.setAllVisible(e), k.setAllVisible(e);
|
|
107
131
|
};
|
|
108
132
|
ie(() => {
|
|
109
133
|
document.getElementById("top_bar");
|
|
110
134
|
});
|
|
111
|
-
const
|
|
135
|
+
const b = n(!1);
|
|
112
136
|
let $ = !1, P = 0, z = 0, H = 0, Q = 0;
|
|
113
|
-
const p = n(290),
|
|
114
|
-
|
|
137
|
+
const p = n(290), f = n(300), Be = () => {
|
|
138
|
+
b.value = !b.value, b.value ? xe() : Ae();
|
|
115
139
|
}, G = (e) => {
|
|
116
|
-
$ ? D.measureTool.currentTool.onSimulateMousedown([p.value,
|
|
140
|
+
$ ? D.measureTool.currentTool.onSimulateMousedown([p.value, f.value]) : e.touches.length == 1 && (P = e.touches[0].clientX, z = e.touches[0].clientY, $ = !0);
|
|
117
141
|
}, ee = (e) => {
|
|
118
142
|
if (e.touches.length == 1) {
|
|
119
143
|
const u = e.touches[0].clientX, N = e.touches[0].clientY;
|
|
120
|
-
H = u - P, Q = N - z, p.value += H,
|
|
144
|
+
H = u - P, Q = N - z, p.value += H, f.value += Q;
|
|
121
145
|
let I = new Int16Array(2);
|
|
122
|
-
I[0] = p.value + 5, I[1] =
|
|
146
|
+
I[0] = p.value + 5, I[1] = f.value + 6, P = u, z = N, D.measureTool.currentTool.onSimulateMousemove([p.value, f.value]);
|
|
123
147
|
}
|
|
124
148
|
}, se = (e) => {
|
|
125
|
-
$ && D.measureTool.currentTool.onSimulateMouseup([p.value,
|
|
126
|
-
},
|
|
149
|
+
$ && D.measureTool.currentTool.onSimulateMouseup([p.value, f.value]);
|
|
150
|
+
}, xe = () => {
|
|
127
151
|
const e = document.getElementById("measure_mouseGroup");
|
|
128
|
-
e == null || e.addEventListener("touchstart", G), e == null || e.addEventListener("touchmove", ee), e == null || e.addEventListener("touchend", se), p.value = 290,
|
|
129
|
-
},
|
|
152
|
+
e == null || e.addEventListener("touchstart", G), e == null || e.addEventListener("touchmove", ee), e == null || e.addEventListener("touchend", se), p.value = 290, f.value = 300, P = 0, z = 0, H = 0, Q = 0, $ = !1;
|
|
153
|
+
}, Ae = () => {
|
|
130
154
|
const e = document.getElementById("measure_mouseGroup");
|
|
131
155
|
e == null || e.removeEventListener("touchstart", G), e == null || e.removeEventListener("touchmove", ee), e == null || e.removeEventListener("touchend", se);
|
|
132
156
|
};
|
|
133
157
|
return (e, u) => {
|
|
134
158
|
var le, oe;
|
|
135
159
|
const N = Ce, I = $e, te = Le, Ie = Ne, Ee = Pe;
|
|
136
|
-
return i(),
|
|
137
|
-
t(
|
|
160
|
+
return i(), r(E, null, [
|
|
161
|
+
t(_)("isMobile") ? (i(), r("div", fs, [
|
|
138
162
|
T(Ee, null, {
|
|
139
163
|
default: U(() => [
|
|
140
|
-
s("div",
|
|
141
|
-
(i(!0),
|
|
164
|
+
s("div", gs, [
|
|
165
|
+
(i(!0), r(E, null, F(t(O), (l) => (i(), r("div", {
|
|
142
166
|
key: l.id,
|
|
143
|
-
class:
|
|
144
|
-
"measure-item-active":
|
|
167
|
+
class: re(["measure-item", {
|
|
168
|
+
"measure-item-active": d.value === l.id
|
|
145
169
|
}]),
|
|
146
170
|
onClick: (Se) => C(l)
|
|
147
171
|
}, [
|
|
148
172
|
s("div", bs, [
|
|
149
173
|
s("img", {
|
|
150
|
-
src: t(w) + `/bim-viewer/measure-bar/bimkk-mobile-measure-${
|
|
174
|
+
src: t(w) + `/bim-viewer/measure-bar/bimkk-mobile-measure-${d.value === l.id ? l.svgActive : l.svg}.svg`,
|
|
151
175
|
alt: ""
|
|
152
176
|
}, null, 8, Ms),
|
|
153
177
|
s("div", ws, o(t(a)(l.label || l.name)), 1)
|
|
154
178
|
])
|
|
155
179
|
], 10, ys))), 128)),
|
|
156
|
-
|
|
180
|
+
v.value ? (i(), r("div", {
|
|
157
181
|
key: 0,
|
|
158
182
|
class: "measure-item",
|
|
159
183
|
onClick: ye
|
|
@@ -165,21 +189,21 @@ const We = {
|
|
|
165
189
|
}, null, 8, ks),
|
|
166
190
|
s("div", Vs, o(t(a)("common.delete")), 1)
|
|
167
191
|
])
|
|
168
|
-
])) :
|
|
192
|
+
])) : Ye("", !0)
|
|
169
193
|
])
|
|
170
194
|
]),
|
|
171
195
|
_: 1
|
|
172
196
|
}),
|
|
173
|
-
s("div",
|
|
197
|
+
s("div", Bs, [
|
|
174
198
|
s("div", {
|
|
175
199
|
class: "mouse",
|
|
176
|
-
onClick:
|
|
200
|
+
onClick: Be
|
|
177
201
|
}, [
|
|
178
202
|
s("img", {
|
|
179
|
-
src: `${t(w)}/industry-viewer/action-bar/${
|
|
180
|
-
}, null, 8,
|
|
203
|
+
src: `${t(w)}/industry-viewer/action-bar/${b.value ? (le = t(S).getToolById(16)) == null ? void 0 : le.imgActive : (oe = t(S).getToolById(16)) == null ? void 0 : oe.img}.svg`
|
|
204
|
+
}, null, 8, xs),
|
|
181
205
|
s("span", {
|
|
182
|
-
style:
|
|
206
|
+
style: ce({ color: b.value ? "#1457F7" : "#262626" })
|
|
183
207
|
}, o(t(a)("toolbar.virtualMouse")), 5)
|
|
184
208
|
])
|
|
185
209
|
])
|
|
@@ -187,19 +211,19 @@ const We = {
|
|
|
187
211
|
key: 0,
|
|
188
212
|
class: "measure_panel",
|
|
189
213
|
width: X.value,
|
|
190
|
-
panelTitle:
|
|
214
|
+
panelTitle: A.value ? t(a)("measure.settings") : t(a)("measure.title"),
|
|
191
215
|
"click-handle": pe
|
|
192
216
|
}, {
|
|
193
217
|
default: U(() => [
|
|
194
|
-
|
|
195
|
-
s("div",
|
|
196
|
-
s("div",
|
|
218
|
+
A.value ? (i(), r("div", cs, [
|
|
219
|
+
s("div", ds, [
|
|
220
|
+
s("div", vs, [
|
|
197
221
|
s("div", ms, [
|
|
198
222
|
s("span", null, o(t(a)("measure.scaleLabel")), 1),
|
|
199
223
|
u[3] || (u[3] = s("span", null, "1:", -1)),
|
|
200
224
|
T(N, {
|
|
201
|
-
modelValue:
|
|
202
|
-
"onUpdate:modelValue": u[0] || (u[0] = (l) =>
|
|
225
|
+
modelValue: B.value,
|
|
226
|
+
"onUpdate:modelValue": u[0] || (u[0] = (l) => B.value = l),
|
|
203
227
|
style: { width: "122px", height: "28px" },
|
|
204
228
|
placeholder: "1"
|
|
205
229
|
}, null, 8, ["modelValue"])
|
|
@@ -207,13 +231,13 @@ const We = {
|
|
|
207
231
|
s("div", _s, [
|
|
208
232
|
s("span", null, o(t(a)("measure.unitLabel")), 1),
|
|
209
233
|
T(te, {
|
|
210
|
-
modelValue:
|
|
211
|
-
"onUpdate:modelValue": u[1] || (u[1] = (l) =>
|
|
234
|
+
modelValue: x.value,
|
|
235
|
+
"onUpdate:modelValue": u[1] || (u[1] = (l) => x.value = l),
|
|
212
236
|
placeholder: t(a)("measure.unitPlaceholder"),
|
|
213
237
|
style: { width: "136px", height: "28px" }
|
|
214
238
|
}, {
|
|
215
239
|
default: U(() => [
|
|
216
|
-
(i(),
|
|
240
|
+
(i(), r(E, null, F(_e, (l) => T(I, {
|
|
217
241
|
key: l.value,
|
|
218
242
|
value: l.value
|
|
219
243
|
}, null, 8, ["value"])), 64))
|
|
@@ -224,13 +248,13 @@ const We = {
|
|
|
224
248
|
s("div", hs, [
|
|
225
249
|
s("span", null, o(t(a)("measure.precisionLabel")), 1),
|
|
226
250
|
T(te, {
|
|
227
|
-
modelValue:
|
|
228
|
-
"onUpdate:modelValue": u[2] || (u[2] = (l) =>
|
|
251
|
+
modelValue: y.value,
|
|
252
|
+
"onUpdate:modelValue": u[2] || (u[2] = (l) => y.value = l),
|
|
229
253
|
placeholder: t(a)("measure.precisionPlaceholder"),
|
|
230
254
|
style: { width: "136px", height: "28px" }
|
|
231
255
|
}, {
|
|
232
256
|
default: U(() => [
|
|
233
|
-
(i(),
|
|
257
|
+
(i(), r(E, null, F(he, (l) => T(I, {
|
|
234
258
|
key: l.value,
|
|
235
259
|
label: l.label,
|
|
236
260
|
value: l.value
|
|
@@ -251,24 +275,24 @@ const We = {
|
|
|
251
275
|
onClick: be
|
|
252
276
|
}, o(t(a)("common.save")), 1)
|
|
253
277
|
])
|
|
254
|
-
])) : (i(),
|
|
278
|
+
])) : (i(), r("div", We, [
|
|
255
279
|
s("div", je, [
|
|
256
|
-
(i(!0),
|
|
280
|
+
(i(!0), r(E, null, F(t(O), (l) => (i(), r("div", {
|
|
257
281
|
key: l.id,
|
|
258
|
-
class:
|
|
282
|
+
class: re(["measurement_box", { measurement_box_active: d.value === l.id }]),
|
|
259
283
|
onClick: (Se) => C(l)
|
|
260
284
|
}, [
|
|
261
285
|
s("img", {
|
|
262
286
|
class: "measurement_img",
|
|
263
|
-
src: t(w) + `/bim-viewer/action-bars/${
|
|
287
|
+
src: t(w) + `/bim-viewer/action-bars/${d.value === l.id ? l.imgActive : l.img}.svg`,
|
|
264
288
|
alt: ""
|
|
265
289
|
}, null, 8, Je)
|
|
266
290
|
], 10, qe))), 128))
|
|
267
291
|
]),
|
|
268
|
-
|
|
292
|
+
d.value == 1 ? (i(), r("div", Ke, [
|
|
269
293
|
s("div", Ze, [
|
|
270
294
|
s("div", null, o(t(a)("measure.totalLength")), 1),
|
|
271
|
-
s("div", Ge, o(h.value ? h.value.toFixed(
|
|
295
|
+
s("div", Ge, o(h.value ? h.value.toFixed(y.value) : "~"), 1)
|
|
272
296
|
]),
|
|
273
297
|
s("div", es, [
|
|
274
298
|
s("div", null, o(t(a)("measure.x")), 1),
|
|
@@ -282,42 +306,42 @@ const We = {
|
|
|
282
306
|
s("div", null, o(t(a)("measure.z")), 1),
|
|
283
307
|
s("div", as, o(q.value), 1)
|
|
284
308
|
])
|
|
285
|
-
])) : (i(),
|
|
309
|
+
])) : (i(), r("div", ns, [
|
|
286
310
|
s("div", us, [
|
|
287
311
|
s("div", null, o(t(a)("measure.angleLabel")), 1),
|
|
288
|
-
s("div", is, o(
|
|
312
|
+
s("div", is, o(g.value ? g.value.toFixed(2) + "°" : "~"), 1)
|
|
289
313
|
])
|
|
290
314
|
])),
|
|
291
|
-
s("div",
|
|
292
|
-
s("span", { onClick:
|
|
315
|
+
s("div", rs, [
|
|
316
|
+
s("span", { onClick: ge }, o(t(a)("measure.clearAll")), 1),
|
|
293
317
|
s("span", { onClick: L }, o(t(a)("setting.title")), 1)
|
|
294
318
|
])
|
|
295
319
|
]))
|
|
296
320
|
]),
|
|
297
321
|
_: 1
|
|
298
322
|
}, 8, ["width", "panelTitle"])),
|
|
299
|
-
|
|
323
|
+
He(s("div", {
|
|
300
324
|
id: "measure_mouseGroup",
|
|
301
325
|
class: "mouse_group",
|
|
302
|
-
style:
|
|
326
|
+
style: ce({ left: `${p.value}px`, top: `${f.value}px` })
|
|
303
327
|
}, [
|
|
304
328
|
s("img", {
|
|
305
329
|
id: "mouse_icon",
|
|
306
330
|
class: "mouse_icon",
|
|
307
331
|
src: `${t(w)}/industry-viewer/mouse-icon.svg`
|
|
308
|
-
}, null, 8,
|
|
332
|
+
}, null, 8, As),
|
|
309
333
|
s("img", {
|
|
310
334
|
id: "mouse_img",
|
|
311
335
|
class: "mouse_img",
|
|
312
336
|
src: `${t(w)}/industry-viewer/mouse-active-large.svg`
|
|
313
337
|
}, null, 8, Is)
|
|
314
338
|
], 4), [
|
|
315
|
-
[Qe,
|
|
339
|
+
[Qe, b.value]
|
|
316
340
|
])
|
|
317
341
|
], 64);
|
|
318
342
|
};
|
|
319
343
|
}
|
|
320
|
-
}), Ls = /* @__PURE__ */ ze(Es, [["__scopeId", "data-v-
|
|
344
|
+
}), Ls = /* @__PURE__ */ ze(Es, [["__scopeId", "data-v-8d960f1a"]]);
|
|
321
345
|
export {
|
|
322
346
|
Ls as default
|
|
323
347
|
};
|