@xtctwins/tctwins-bimx-engine 0.2.21 → 0.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/{AnnotationTool-wlMzfke3.mjs → AnnotationTool-BAqnoElU.mjs} +32 -32
- package/dist/BIMX_Viewer_Lib.es.js +2 -2
- package/dist/BIMX_Viewer_Lib.umd.js +151 -153
- package/dist/{CommentTool-BFWKjEwL.mjs → CommentTool-QAQnEThT.mjs} +44 -44
- package/dist/{HiddenTool-B39qHPG4.mjs → HiddenTool-YmKJlgqE.mjs} +12 -12
- package/dist/{InspectorTool-DuZMt6ck.mjs → InspectorTool-BrLjImHZ.mjs} +25 -25
- package/dist/{MeasureTool-CAtJhHvn.mjs → MeasureTool-CUZy5ML9.mjs} +36 -36
- package/dist/{NavigateTool-DUJbcOu8.mjs → NavigateTool-DviiOK_a.mjs} +1 -1
- package/dist/{RoamTool-VJukLQbx.mjs → RoamTool-CIkux4Y-.mjs} +19 -19
- package/dist/ScreenShotTool-Bu0M6ur_.mjs +357 -0
- package/dist/{SectionTool-wG-g4bYz.mjs → SectionTool-BJ19Wgfm.mjs} +55 -55
- package/dist/{SettingTool-BJIcCCIF.mjs → SettingTool-CUaDVp_g.mjs} +136 -136
- package/dist/{StructureTree-ArZXIpjJ.mjs → StructureTree-DIW023ER.mjs} +232 -241
- package/dist/{alert-BKbDGve8.mjs → alert-Dv1dFs7z.mjs} +3 -3
- package/dist/el-input-number-C1xkBmQ4.mjs +818 -0
- package/dist/{index-DLOOTr_z.mjs → index-Db6oz6CK.mjs} +44717 -46965
- package/dist/index.html +17 -17
- package/dist/{panel.vue_vue_type_style_index_0_lang-BHeUPt0m.mjs → panel.vue_vue_type_style_index_0_lang-DF0tLFJ-.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tallPanel-C7-DJpng.mjs → tallPanel-CqAU492j.mjs} +16 -16
- package/package.json +65 -66
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +10 -38
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +22 -0
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +9 -37
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFTool.vue.d.ts +7 -4
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +7 -5
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +6 -5
- package/types/components/BCFComponents/commentInput.vue.d.ts +9 -38
- package/types/components/BCFComponents/commentsView.vue.d.ts +7 -38
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +8 -5
- package/types/components/BCFComponents/imageView.vue.d.ts +7 -5
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +6 -5
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +6 -4
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +1 -3042
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +8 -0
- package/types/components/bimxViewer.vue.d.ts +12 -7
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.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 +2 -8
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +1 -3
- package/types/components/utilsComponents/tallPanel.vue.d.ts +3 -13
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +3 -13
- package/types/pages/viewerEntry.vue.d.ts +54 -4
- package/types/store/bcfReflect.d.ts +0 -2
- package/types/store/initConfigs.d.ts +1 -1
- package/dist/ScreenShotTool-DoeDZA0a.mjs +0 -357
- package/dist/el-input-number-BXp6cJeD.mjs +0 -858
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +0 -56
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +0 -55
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +0 -278
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +0 -255
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +0 -17
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +0 -54
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +0 -17
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +0 -12
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +0 -32
- package/types/services/request/api.d.ts +0 -3
- package/types/services/request/index.d.ts +0 -14
- package/types/services/request/types.d.ts +0 -12
- package/types/tests/bcf.d.ts +0 -8
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { _ as _e } from "./alert-
|
|
2
|
-
import {
|
|
3
|
-
import { E as we } from "./el-input-number-
|
|
4
|
-
import { _ as be } from "./panel.vue_vue_type_style_index_0_lang-
|
|
5
|
-
import { defineComponent as he, ref as u, onMounted as ye, watch as Se, onBeforeUnmount as Ce, openBlock as n, createElementBlock as s, Fragment as $, unref as
|
|
1
|
+
import { _ as _e } from "./alert-Dv1dFs7z.mjs";
|
|
2
|
+
import { n as me, T as F, o as f, p as j, O as d, F as pe, t as ke, v as ge, x as fe } from "./index-Db6oz6CK.mjs";
|
|
3
|
+
import { E as we } from "./el-input-number-C1xkBmQ4.mjs";
|
|
4
|
+
import { _ as be } from "./panel.vue_vue_type_style_index_0_lang-DF0tLFJ-.mjs";
|
|
5
|
+
import { defineComponent as he, ref as u, onMounted as ye, watch as Se, onBeforeUnmount as Ce, openBlock as n, createElementBlock as s, Fragment as $, unref as r, createBlock as Ve, withCtx as z, createElementVNode as t, withDirectives as K, renderList as W, toDisplayString as w, vShow as X, createVNode as v, normalizeClass as Pe, withModifiers as Te, createTextVNode as xe } from "vue";
|
|
6
6
|
import { B as Le } from "./const-B1FlFgEN.mjs";
|
|
7
7
|
const $e = { class: "section_panel_middle" }, ze = { class: "section_control_button" }, Be = ["src"], Ee = { class: "control_buttons" }, Ie = ["onClick"], Oe = { class: "section_panel_cont" }, De = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: ""
|
|
10
|
-
}, Me = ["onClick"], Ae = { class: "cont_item_left" }, Ue = ["src", "onClick"], Ne = { class: "cont_item_right" }, Re = ["src", "onClick"],
|
|
10
|
+
}, Me = ["onClick"], Ae = { class: "cont_item_left" }, Ue = ["src", "onClick"], Ne = { class: "cont_item_right" }, Re = ["src", "onClick"], Fe = ["src", "onClick"], je = ["src", "onClick"], Ke = {
|
|
11
11
|
key: 1,
|
|
12
12
|
class: "empty1"
|
|
13
|
-
},
|
|
13
|
+
}, We = {
|
|
14
14
|
key: 1,
|
|
15
15
|
class: "mobile_section_panel"
|
|
16
|
-
},
|
|
16
|
+
}, Xe = { class: "slicing-title-box" }, Ye = { class: "slicing-title-icon" }, Ze = { class: "slicing-content-box" }, qe = { class: "slicing-select-box" }, Ge = { class: "select-item" }, He = { class: "select-item-left" }, Je = ["src"], Qe = ["src"], eo = { class: "select-item-center" }, oo = { class: "item-center-top" }, to = { class: "item-center-bottom" }, io = { class: "select-item" }, no = { class: "select-item-left" }, so = ["src"], lo = ["src"], co = { class: "select-item-center" }, ro = { class: "item-center-top" }, ao = { class: "item-center-bottom" }, uo = { class: "select-item" }, vo = { class: "select-item-left" }, _o = ["src"], mo = ["src"], po = { class: "select-item-center" }, ko = { class: "item-center-top" }, go = { class: "item-center-bottom" }, fo = /* @__PURE__ */ he({
|
|
17
17
|
__name: "SectionTool",
|
|
18
18
|
props: ["componentId"],
|
|
19
19
|
emits: ["closePanel"],
|
|
20
|
-
setup(
|
|
21
|
-
const B = me(), E =
|
|
20
|
+
setup(Y, { emit: Z }) {
|
|
21
|
+
const B = me(), E = Y, V = u(0);
|
|
22
22
|
ye(() => {
|
|
23
|
-
B.setReadyById(E.componentId),
|
|
23
|
+
B.setReadyById(E.componentId), F.currentTheme == "blue" ? V.value = 240 : F.currentTheme == "light-gray" && (V.value = 202), document.addEventListener("click", I);
|
|
24
24
|
});
|
|
25
25
|
const I = (e) => {
|
|
26
26
|
h.value && e.target.id != "controlOperatePanel" && D(!1);
|
|
27
|
-
}, O = u(!0), b = u(!1),
|
|
27
|
+
}, O = u(!0), b = u(!1), a = u(), m = u(), h = u(!1), D = (e) => {
|
|
28
28
|
h.value = e;
|
|
29
29
|
};
|
|
30
30
|
let c, y;
|
|
31
|
-
const
|
|
31
|
+
const q = Z;
|
|
32
32
|
Se(
|
|
33
33
|
() => B.isToolActive(E.componentId),
|
|
34
34
|
(e) => {
|
|
@@ -38,7 +38,7 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
38
38
|
let P = !1;
|
|
39
39
|
const M = () => {
|
|
40
40
|
c = window.bimViewer.sectionTool, y = window.bimViewer.eventTrigger, f("isMobile") || y.on("createSection", (e) => {
|
|
41
|
-
S(),
|
|
41
|
+
S(), a.value = Object.keys(ce()).map((o) => ({
|
|
42
42
|
id: o,
|
|
43
43
|
isLook: !0,
|
|
44
44
|
directionLeft: !0
|
|
@@ -49,8 +49,8 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
49
49
|
P = !1;
|
|
50
50
|
}));
|
|
51
51
|
};
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
j.on("BimViewer", M), Ce(() => {
|
|
53
|
+
j.off("BimViewer", M), document.removeEventListener("click", I);
|
|
54
54
|
});
|
|
55
55
|
const A = () => {
|
|
56
56
|
P && G();
|
|
@@ -87,7 +87,7 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
87
87
|
break;
|
|
88
88
|
}
|
|
89
89
|
}, U = () => {
|
|
90
|
-
c.setActive(!1),
|
|
90
|
+
c.setActive(!1), q("closePanel");
|
|
91
91
|
}, H = (e) => {
|
|
92
92
|
m.value !== e.id && (m.value = e.id, b.value = !1, S(), T(e.id));
|
|
93
93
|
}, J = (e) => {
|
|
@@ -95,16 +95,16 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
95
95
|
}, T = (e) => {
|
|
96
96
|
c.showSectionPlane(e);
|
|
97
97
|
}, N = (e) => {
|
|
98
|
-
if (
|
|
99
|
-
for (let o = 0; o <
|
|
100
|
-
|
|
98
|
+
if (a.value)
|
|
99
|
+
for (let o = 0; o < a.value.length; o++)
|
|
100
|
+
a.value[o].isLook = e;
|
|
101
101
|
}, Q = (e, o) => {
|
|
102
|
-
for (let _ = 0; _ <
|
|
103
|
-
e ==
|
|
102
|
+
for (let _ = 0; _ < a.value.length; _++)
|
|
103
|
+
e == a.value[_].id && (a.value[_].isLook = o);
|
|
104
104
|
}, R = (e) => {
|
|
105
105
|
e.directionLeft = !e.directionLeft, le(e.id);
|
|
106
106
|
}, ee = (e) => {
|
|
107
|
-
c.destroySectionPlane(e),
|
|
107
|
+
c.destroySectionPlane(e), a.value = a.value.filter((o) => o.id !== e);
|
|
108
108
|
}, oe = (e) => {
|
|
109
109
|
c.setSectionEnable(e);
|
|
110
110
|
}, te = (e) => {
|
|
@@ -114,12 +114,12 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
114
114
|
}, ne = () => {
|
|
115
115
|
N(!1), c.disableSections(), b.value = !1, m.value = "";
|
|
116
116
|
}, se = (e) => {
|
|
117
|
-
e.id === 0 ? (
|
|
117
|
+
e.id === 0 ? (re(), a.value = []) : e.id === 1 ? ae() : e.id === 2 ? ie() : e.id === 4 && (ne(), S());
|
|
118
118
|
}, le = (e) => {
|
|
119
119
|
c.flipSection(e);
|
|
120
|
-
}, ce = () => c.getSectionPlanes(),
|
|
120
|
+
}, ce = () => c.getSectionPlanes(), re = () => {
|
|
121
121
|
c.clear();
|
|
122
|
-
},
|
|
122
|
+
}, ae = () => {
|
|
123
123
|
c.flipSections();
|
|
124
124
|
}, S = () => {
|
|
125
125
|
c.hideControl();
|
|
@@ -127,10 +127,10 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
127
127
|
return (e, o) => {
|
|
128
128
|
const _ = ke, de = be, ue = ge, x = we, ve = _e;
|
|
129
129
|
return n(), s($, null, [
|
|
130
|
-
|
|
131
|
-
t("div",
|
|
130
|
+
r(f)("isMobile") ? (n(), s("div", We, [
|
|
131
|
+
t("div", Xe, [
|
|
132
132
|
o[14] || (o[14] = t("div", { class: "slicing-title" }, "剖切", -1)),
|
|
133
|
-
t("div",
|
|
133
|
+
t("div", Ye, [
|
|
134
134
|
v(ue, {
|
|
135
135
|
width: 0.4,
|
|
136
136
|
"size-type": "rem",
|
|
@@ -138,20 +138,20 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
138
138
|
})
|
|
139
139
|
])
|
|
140
140
|
]),
|
|
141
|
-
t("div",
|
|
141
|
+
t("div", Ze, [
|
|
142
142
|
v(_, null, {
|
|
143
143
|
default: z(() => [
|
|
144
|
-
t("div",
|
|
144
|
+
t("div", qe, [
|
|
145
145
|
t("div", Ge, [
|
|
146
146
|
t("div", He, [
|
|
147
147
|
p.value.direction === "x" ? (n(), s("img", {
|
|
148
148
|
key: 0,
|
|
149
|
-
src:
|
|
149
|
+
src: r(d) + "/bim-viewer/section_look_icon.png",
|
|
150
150
|
alt: "",
|
|
151
151
|
onClick: o[1] || (o[1] = (i) => k("x"))
|
|
152
152
|
}, null, 8, Je)) : (n(), s("img", {
|
|
153
153
|
key: 1,
|
|
154
|
-
src:
|
|
154
|
+
src: r(d) + "/bim-viewer/section_unlook_icon.png",
|
|
155
155
|
alt: "",
|
|
156
156
|
onClick: o[2] || (o[2] = (i) => k("x"))
|
|
157
157
|
}, null, 8, Qe))
|
|
@@ -176,22 +176,22 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
176
176
|
t("div", no, [
|
|
177
177
|
p.value.direction === "y" ? (n(), s("img", {
|
|
178
178
|
key: 0,
|
|
179
|
-
src:
|
|
179
|
+
src: r(d) + "/bim-viewer/section_look_icon.png",
|
|
180
180
|
alt: "",
|
|
181
181
|
onClick: o[5] || (o[5] = (i) => k("y"))
|
|
182
182
|
}, null, 8, so)) : (n(), s("img", {
|
|
183
183
|
key: 1,
|
|
184
|
-
src:
|
|
184
|
+
src: r(d) + "/bim-viewer/section_unlook_icon.png",
|
|
185
185
|
alt: "",
|
|
186
186
|
onClick: o[6] || (o[6] = (i) => k("y"))
|
|
187
187
|
}, null, 8, lo))
|
|
188
188
|
]),
|
|
189
189
|
t("div", co, [
|
|
190
|
-
t("div",
|
|
190
|
+
t("div", ro, [
|
|
191
191
|
o[16] || (o[16] = t("div", null, "Y轴", -1)),
|
|
192
192
|
t("div", null, w(l.value.y) + " %", 1)
|
|
193
193
|
]),
|
|
194
|
-
t("div",
|
|
194
|
+
t("div", ao, [
|
|
195
195
|
v(x, {
|
|
196
196
|
modelValue: l.value.y,
|
|
197
197
|
"onUpdate:modelValue": o[7] || (o[7] = (i) => l.value.y = i),
|
|
@@ -206,12 +206,12 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
206
206
|
t("div", vo, [
|
|
207
207
|
p.value.direction === "z" ? (n(), s("img", {
|
|
208
208
|
key: 0,
|
|
209
|
-
src:
|
|
209
|
+
src: r(d) + "/bim-viewer/section_look_icon.png",
|
|
210
210
|
alt: "",
|
|
211
211
|
onClick: o[9] || (o[9] = (i) => k("z"))
|
|
212
212
|
}, null, 8, _o)) : (n(), s("img", {
|
|
213
213
|
key: 1,
|
|
214
|
-
src:
|
|
214
|
+
src: r(d) + "/bim-viewer/section_unlook_icon.png",
|
|
215
215
|
alt: "",
|
|
216
216
|
onClick: o[10] || (o[10] = (i) => k("z"))
|
|
217
217
|
}, null, 8, mo))
|
|
@@ -250,11 +250,11 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
250
250
|
t("div", ze, [
|
|
251
251
|
t("img", {
|
|
252
252
|
id: "controlOperatePanel",
|
|
253
|
-
src:
|
|
253
|
+
src: r(d) + "/bim-viewer/slicing-more.png",
|
|
254
254
|
onClick: o[0] || (o[0] = (i) => D(!h.value))
|
|
255
255
|
}, null, 8, Be),
|
|
256
|
-
|
|
257
|
-
(n(!0), s($, null,
|
|
256
|
+
K(t("div", Ee, [
|
|
257
|
+
(n(!0), s($, null, W(r(Le), (i) => (n(), s("div", {
|
|
258
258
|
key: i.id,
|
|
259
259
|
class: "operation_button",
|
|
260
260
|
onClick: (L) => se(i)
|
|
@@ -262,22 +262,22 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
262
262
|
t("span", null, w(i.name), 1)
|
|
263
263
|
], 8, Ie))), 128))
|
|
264
264
|
], 512), [
|
|
265
|
-
[
|
|
265
|
+
[X, h.value]
|
|
266
266
|
])
|
|
267
267
|
])
|
|
268
268
|
]),
|
|
269
269
|
t("div", Oe, [
|
|
270
270
|
v(_, { height: "360px" }, {
|
|
271
271
|
default: z(() => [
|
|
272
|
-
|
|
273
|
-
(n(!0), s($, null,
|
|
272
|
+
a.value && a.value.length ? (n(), s("div", De, [
|
|
273
|
+
(n(!0), s($, null, W(a.value, (i, L) => (n(), s("div", {
|
|
274
274
|
key: L,
|
|
275
275
|
class: Pe(["panel_cont_item", { panel_cont_item_choose: m.value === i.id || b.value }]),
|
|
276
276
|
onClick: (C) => H(i)
|
|
277
277
|
}, [
|
|
278
278
|
t("div", Ae, [
|
|
279
279
|
t("img", {
|
|
280
|
-
src: `${
|
|
280
|
+
src: `${r(d)}/bim-viewer/${i.isLook ? "section_look_icon.png" : "section_unlook_icon.png"}`,
|
|
281
281
|
alt: "",
|
|
282
282
|
onClick: Te((C) => J(i), ["stop"])
|
|
283
283
|
}, null, 8, Ue),
|
|
@@ -286,23 +286,23 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
286
286
|
t("div", Ne, [
|
|
287
287
|
i.directionLeft ? (n(), s("img", {
|
|
288
288
|
key: 0,
|
|
289
|
-
src:
|
|
289
|
+
src: r(d) + "/bim-viewer/left_section_icon.png",
|
|
290
290
|
alt: "",
|
|
291
291
|
onClick: (C) => R(i)
|
|
292
292
|
}, null, 8, Re)) : (n(), s("img", {
|
|
293
293
|
key: 1,
|
|
294
|
-
src:
|
|
294
|
+
src: r(d) + "/bim-viewer/right_section_icon.png",
|
|
295
295
|
alt: "",
|
|
296
296
|
onClick: (C) => R(i)
|
|
297
|
-
}, null, 8,
|
|
297
|
+
}, null, 8, Fe)),
|
|
298
298
|
t("img", {
|
|
299
|
-
src:
|
|
299
|
+
src: r(d) + "/bim-viewer/section_del_icon.png",
|
|
300
300
|
alt: "",
|
|
301
301
|
onClick: (C) => ee(i.id)
|
|
302
|
-
}, null, 8,
|
|
302
|
+
}, null, 8, je)
|
|
303
303
|
])
|
|
304
304
|
], 10, Me))), 128))
|
|
305
|
-
])) : (n(), s("div",
|
|
305
|
+
])) : (n(), s("div", Ke, [
|
|
306
306
|
v(pe, {
|
|
307
307
|
title: "暂无数据",
|
|
308
308
|
type: "model"
|
|
@@ -315,17 +315,17 @@ const $e = { class: "section_panel_middle" }, ze = { class: "section_control_but
|
|
|
315
315
|
]),
|
|
316
316
|
_: 1
|
|
317
317
|
}, 8, ["width"])),
|
|
318
|
-
|
|
318
|
+
K(v(ve, {
|
|
319
319
|
"click-handle": () => {
|
|
320
320
|
O.value = !1;
|
|
321
321
|
}
|
|
322
322
|
}, null, 8, ["click-handle"]), [
|
|
323
|
-
[
|
|
323
|
+
[X, O.value && !r(f)("isMobile")]
|
|
324
324
|
])
|
|
325
325
|
], 64);
|
|
326
326
|
};
|
|
327
327
|
}
|
|
328
|
-
}), Vo = /* @__PURE__ */ fe(fo, [["__scopeId", "data-v-
|
|
328
|
+
}), Vo = /* @__PURE__ */ fe(fo, [["__scopeId", "data-v-bb1e435c"]]);
|
|
329
329
|
export {
|
|
330
330
|
Vo as default
|
|
331
331
|
};
|