@xtctwins/tctwins-bimx-engine 0.2.0 → 0.2.2

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.
@@ -1,591 +0,0 @@
1
- import { X as Be, G as Ue, k as G, Y as Ae, P as Pe, U as le, I as J, f as q, H as Q, J as te, Z as oe, R as $e, L as Ne, u as _e, S as ze, M as Me, $ as De, d as ge, c as $, _ as Fe, a0 as Ve, a1 as xe, w as Le, n as Oe, T as be, p as ee, o as R, E as Ke, a2 as We, t as Ze, v as Ge, x as Re } from "./index-DKHtwAZz.mjs";
2
- import { _ as Ye } from "./panel.vue_vue_type_style_index_0_lang-DcZvptlN.mjs";
3
- import { E as He } from "./el-input-number-BV1LbbHp.mjs";
4
- import { defineComponent as ie, computed as P, ref as c, watch as ye, onMounted as he, openBlock as i, createElementBlock as m, normalizeClass as b, unref as n, withModifiers as Je, createElementVNode as o, withKeys as Xe, createBlock as p, withCtx as y, resolveDynamicComponent as x, createCommentVNode as g, toDisplayString as O, normalizeStyle as L, createVNode as a, renderSlot as we, nextTick as je, onBeforeUnmount as qe, resolveComponent as Qe, createTextVNode as k, Fragment as Y, renderList as H } from "vue";
5
- import { b as ke } from "./const-B1FlFgEN.mjs";
6
- import { Loading as el } from "@element-plus/icons-vue";
7
- const ll = (r) => ["", ...Be].includes(r), tl = Ue({
8
- modelValue: {
9
- type: [Boolean, String, Number],
10
- default: !1
11
- },
12
- disabled: Boolean,
13
- loading: Boolean,
14
- size: {
15
- type: String,
16
- validator: ll
17
- },
18
- width: {
19
- type: [String, Number],
20
- default: ""
21
- },
22
- inlinePrompt: Boolean,
23
- inactiveActionIcon: {
24
- type: G
25
- },
26
- activeActionIcon: {
27
- type: G
28
- },
29
- activeIcon: {
30
- type: G
31
- },
32
- inactiveIcon: {
33
- type: G
34
- },
35
- activeText: {
36
- type: String,
37
- default: ""
38
- },
39
- inactiveText: {
40
- type: String,
41
- default: ""
42
- },
43
- activeValue: {
44
- type: [Boolean, String, Number],
45
- default: !0
46
- },
47
- inactiveValue: {
48
- type: [Boolean, String, Number],
49
- default: !1
50
- },
51
- name: {
52
- type: String,
53
- default: ""
54
- },
55
- validateEvent: {
56
- type: Boolean,
57
- default: !0
58
- },
59
- beforeChange: {
60
- type: Ae(Function)
61
- },
62
- id: String,
63
- tabindex: {
64
- type: [String, Number]
65
- },
66
- ...Pe(["ariaLabel"])
67
- }), ol = {
68
- [le]: (r) => J(r) || q(r) || Q(r),
69
- [te]: (r) => J(r) || q(r) || Q(r),
70
- [oe]: (r) => J(r) || q(r) || Q(r)
71
- }, ne = "ElSwitch", nl = ie({
72
- name: ne
73
- }), il = /* @__PURE__ */ ie({
74
- ...nl,
75
- props: tl,
76
- emits: ol,
77
- setup(r, { expose: X, emit: T }) {
78
- const u = r, { formItem: E } = $e(), h = Ne(), s = _e("switch"), { inputId: C } = ze(u, {
79
- formItemContext: E
80
- }), S = Me(P(() => u.loading)), M = c(u.modelValue !== !1), w = c(), N = c(), _ = P(() => [
81
- s.b(),
82
- s.m(h.value),
83
- s.is("disabled", S.value),
84
- s.is("checked", d.value)
85
- ]), D = P(() => [
86
- s.e("label"),
87
- s.em("label", "left"),
88
- s.is("active", !d.value)
89
- ]), B = P(() => [
90
- s.e("label"),
91
- s.em("label", "right"),
92
- s.is("active", d.value)
93
- ]), U = P(() => ({
94
- width: De(u.width)
95
- }));
96
- ye(() => u.modelValue, () => {
97
- M.value = !0;
98
- });
99
- const I = P(() => M.value ? u.modelValue : !1), d = P(() => I.value === u.activeValue);
100
- [u.activeValue, u.inactiveValue].includes(I.value) || (T(le, u.inactiveValue), T(te, u.inactiveValue), T(oe, u.inactiveValue)), ye(d, (t) => {
101
- var f;
102
- w.value.checked = t, u.validateEvent && ((f = E == null ? void 0 : E.validate) == null || f.call(E, "change").catch((F) => ge(F)));
103
- });
104
- const A = () => {
105
- const t = d.value ? u.inactiveValue : u.activeValue;
106
- T(le, t), T(te, t), T(oe, t), je(() => {
107
- w.value.checked = d.value;
108
- });
109
- }, K = () => {
110
- if (S.value)
111
- return;
112
- const { beforeChange: t } = u;
113
- if (!t) {
114
- A();
115
- return;
116
- }
117
- const f = t();
118
- [
119
- Ve(f),
120
- J(f)
121
- ].includes(!0) || xe(ne, "beforeChange must return type `Promise<boolean>` or `boolean`"), Ve(f) ? f.then((z) => {
122
- z && A();
123
- }).catch((z) => {
124
- ge(ne, `some error occurred: ${z}`);
125
- }) : f && A();
126
- }, W = () => {
127
- var t, f;
128
- (f = (t = w.value) == null ? void 0 : t.focus) == null || f.call(t);
129
- };
130
- return he(() => {
131
- w.value.checked = d.value;
132
- }), X({
133
- focus: W,
134
- checked: d
135
- }), (t, f) => (i(), m("div", {
136
- class: b(n(_)),
137
- onClick: Je(K, ["prevent"])
138
- }, [
139
- o("input", {
140
- id: n(C),
141
- ref_key: "input",
142
- ref: w,
143
- class: b(n(s).e("input")),
144
- type: "checkbox",
145
- role: "switch",
146
- "aria-checked": n(d),
147
- "aria-disabled": n(S),
148
- "aria-label": t.ariaLabel,
149
- name: t.name,
150
- "true-value": t.activeValue,
151
- "false-value": t.inactiveValue,
152
- disabled: n(S),
153
- tabindex: t.tabindex,
154
- onChange: A,
155
- onKeydown: Xe(K, ["enter"])
156
- }, null, 42, ["id", "aria-checked", "aria-disabled", "aria-label", "name", "true-value", "false-value", "disabled", "tabindex", "onKeydown"]),
157
- !t.inlinePrompt && (t.inactiveIcon || t.inactiveText) ? (i(), m("span", {
158
- key: 0,
159
- class: b(n(D))
160
- }, [
161
- t.inactiveIcon ? (i(), p(n($), { key: 0 }, {
162
- default: y(() => [
163
- (i(), p(x(t.inactiveIcon)))
164
- ]),
165
- _: 1
166
- })) : g("v-if", !0),
167
- !t.inactiveIcon && t.inactiveText ? (i(), m("span", {
168
- key: 1,
169
- "aria-hidden": n(d)
170
- }, O(t.inactiveText), 9, ["aria-hidden"])) : g("v-if", !0)
171
- ], 2)) : g("v-if", !0),
172
- o("span", {
173
- ref_key: "core",
174
- ref: N,
175
- class: b(n(s).e("core")),
176
- style: L(n(U))
177
- }, [
178
- t.inlinePrompt ? (i(), m("div", {
179
- key: 0,
180
- class: b(n(s).e("inner"))
181
- }, [
182
- t.activeIcon || t.inactiveIcon ? (i(), p(n($), {
183
- key: 0,
184
- class: b(n(s).is("icon"))
185
- }, {
186
- default: y(() => [
187
- (i(), p(x(n(d) ? t.activeIcon : t.inactiveIcon)))
188
- ]),
189
- _: 1
190
- }, 8, ["class"])) : t.activeText || t.inactiveText ? (i(), m("span", {
191
- key: 1,
192
- class: b(n(s).is("text")),
193
- "aria-hidden": !n(d)
194
- }, O(n(d) ? t.activeText : t.inactiveText), 11, ["aria-hidden"])) : g("v-if", !0)
195
- ], 2)) : g("v-if", !0),
196
- o("div", {
197
- class: b(n(s).e("action"))
198
- }, [
199
- t.loading ? (i(), p(n($), {
200
- key: 0,
201
- class: b(n(s).is("loading"))
202
- }, {
203
- default: y(() => [
204
- a(n(el))
205
- ]),
206
- _: 1
207
- }, 8, ["class"])) : n(d) ? we(t.$slots, "active-action", { key: 1 }, () => [
208
- t.activeActionIcon ? (i(), p(n($), { key: 0 }, {
209
- default: y(() => [
210
- (i(), p(x(t.activeActionIcon)))
211
- ]),
212
- _: 1
213
- })) : g("v-if", !0)
214
- ]) : n(d) ? g("v-if", !0) : we(t.$slots, "inactive-action", { key: 2 }, () => [
215
- t.inactiveActionIcon ? (i(), p(n($), { key: 0 }, {
216
- default: y(() => [
217
- (i(), p(x(t.inactiveActionIcon)))
218
- ]),
219
- _: 1
220
- })) : g("v-if", !0)
221
- ])
222
- ], 2)
223
- ], 6),
224
- !t.inlinePrompt && (t.activeIcon || t.activeText) ? (i(), m("span", {
225
- key: 1,
226
- class: b(n(B))
227
- }, [
228
- t.activeIcon ? (i(), p(n($), { key: 0 }, {
229
- default: y(() => [
230
- (i(), p(x(t.activeIcon)))
231
- ]),
232
- _: 1
233
- })) : g("v-if", !0),
234
- !t.activeIcon && t.activeText ? (i(), m("span", {
235
- key: 1,
236
- "aria-hidden": !n(d)
237
- }, O(t.activeText), 9, ["aria-hidden"])) : g("v-if", !0)
238
- ], 2)) : g("v-if", !0)
239
- ], 10, ["onClick"]));
240
- }
241
- });
242
- var sl = /* @__PURE__ */ Fe(il, [["__file", "switch.vue"]]);
243
- const al = Le(sl), dl = { style: { height: "var(--setting-content-height)" } }, ul = {
244
- key: 0,
245
- class: "color-list"
246
- }, rl = ["onClick"], vl = { class: "setting-effect" }, cl = { class: "setting-effect" }, ml = { class: "light-slider" }, fl = {
247
- key: 1,
248
- class: "setting-title"
249
- }, pl = {
250
- key: 2,
251
- class: "setting-effect"
252
- }, gl = { class: "setting-effect" }, Vl = { class: "setting-effect" }, bl = { class: "setting-effect" }, yl = { class: "setting-effect" }, wl = { class: "setting-effect" }, kl = { class: "setting-effect" }, hl = { class: "setting_panel" }, Cl = { class: "setting-title-box" }, Sl = { class: "setting-title-icon" }, Il = { class: "setting-color-box" }, Tl = { class: "setting-color-list" }, El = ["onClick"], Bl = { class: "setting-config-box" }, Ul = { class: "setting-switch-item" }, Al = { class: "setting-switch-item" }, Pl = { class: "light-slider" }, $l = { class: "setting-switch-item" }, Nl = { class: "setting-switch-item" }, _l = { class: "setting-switch-item" }, zl = { class: "setting-switch-item" }, Ml = { class: "setting-switch-item" }, Dl = { class: "setting-switch-item" }, Fl = /* @__PURE__ */ ie({
253
- __name: "SettingTool",
254
- props: ["componentId"],
255
- emits: ["closePanel"],
256
- setup(r, { emit: X }) {
257
- const T = Oe(), u = r, E = c(0);
258
- he(() => {
259
- T.setReadyById(u.componentId), be.currentTheme == "blue" ? E.value = 240 : be.currentTheme == "light-gray" && (E.value = 202);
260
- });
261
- let h;
262
- const s = c(!1), C = c(!1), S = c(!1), M = c(!1), w = c(!1), N = c(!0), _ = c(!1), D = c(!1), B = c(1), U = c(50), I = c(["亮"]), d = c(["亮", "暗"]), A = c("linear-gradient(180deg, #fffefb 0%, #daebff 100%)"), K = X, W = () => {
263
- h = window.bimViewer, j(!1);
264
- };
265
- ee.on("BimViewer", W), qe(() => {
266
- ee.off("BimViewer", W);
267
- });
268
- const t = (v) => {
269
- v && v.target.id != "setting_back" || (K("closePanel"), f(!1));
270
- }, f = (v = !D.value) => {
271
- D.value = v;
272
- }, F = () => {
273
- window.bimViewer.setWorldAxisZUp(C.value), C.value && (s.value = !1);
274
- }, z = () => {
275
- window.bimViewer.setWorldAxisYDown(s.value), s.value && (C.value = !1);
276
- }, se = (v) => {
277
- B.value = v.id, A.value = v.color, ee.emit("changeBackgroundColor", v.color);
278
- }, ae = (v) => {
279
- h.setLightIntensity(v);
280
- }, j = (v) => {
281
- h.setEdgesEnabled(v);
282
- }, de = () => {
283
- h.SetThreeDModeActive(), R("isMobile") && (window.bimViewer.navCubeMode.visible = !1);
284
- }, ue = () => {
285
- h.SetOrthoModeActive();
286
- }, re = () => {
287
- h.SetShowSpaceModeActive();
288
- }, ve = (v) => {
289
- v == "亮" ? window.bimViewer.setSpaceMaterialColor(1) : window.bimViewer.setSpaceMaterialColor(2), I.value = I.value.includes(v) ? [v] : [];
290
- }, Ce = () => {
291
- h.SetSkyBoxToolActive();
292
- };
293
- return (v, e) => {
294
- const V = al, ce = He, me = Ke, fe = We, pe = Ze, Se = Ye, Ie = Ge, Te = Qe("SuccessFilled"), Ee = $;
295
- return n(R)("isMobile") ? (i(), m("div", {
296
- key: 1,
297
- id: "setting_back",
298
- class: "mobile_setting setting_back",
299
- onClick: t
300
- }, [
301
- o("div", hl, [
302
- o("div", Cl, [
303
- e[38] || (e[38] = o("div", { class: "setting-title" }, "设置", -1)),
304
- o("div", Sl, [
305
- a(Ie, {
306
- width: 0.4,
307
- "size-type": "rem",
308
- "click-handle": t
309
- })
310
- ])
311
- ]),
312
- o("div", Il, [
313
- o("div", Tl, [
314
- (i(!0), m(Y, null, H(n(ke), (l, Z) => (i(), m("div", {
315
- key: Z,
316
- class: b(["setting-color-item", {
317
- "setting-color-item-active": B.value === l.id
318
- }]),
319
- onClick: (xl) => se(l)
320
- }, [
321
- o("div", {
322
- class: "setting-color-icon",
323
- style: L({
324
- background: l.color,
325
- border: l.id === B.value ? "0.02rem solid #0065FC" : ""
326
- })
327
- }, null, 4),
328
- o("div", {
329
- class: "setting-color-name",
330
- style: L({ color: l.id === B.value ? "#0065FC" : "" })
331
- }, [
332
- k(O(l.name) + " ", 1),
333
- l.id === B.value ? (i(), p(Ee, {
334
- key: 0,
335
- color: "#0065fc",
336
- size: "0.24rem"
337
- }, {
338
- default: y(() => [
339
- a(Te)
340
- ]),
341
- _: 1
342
- })) : g("", !0)
343
- ], 4)
344
- ], 10, El))), 128))
345
- ])
346
- ]),
347
- o("div", Bl, [
348
- a(pe, { height: "188" }, {
349
- default: y(() => [
350
- o("div", Ul, [
351
- e[39] || (e[39] = o("div", null, "显示边缘", -1)),
352
- o("div", null, [
353
- a(V, {
354
- modelValue: S.value,
355
- "onUpdate:modelValue": e[14] || (e[14] = (l) => S.value = l),
356
- size: "large",
357
- onChange: e[15] || (e[15] = (l) => j())
358
- }, null, 8, ["modelValue"])
359
- ])
360
- ]),
361
- o("div", Al, [
362
- e[40] || (e[40] = o("div", null, "光源强度", -1)),
363
- o("div", Pl, [
364
- a(ce, {
365
- modelValue: U.value,
366
- "onUpdate:modelValue": e[16] || (e[16] = (l) => U.value = l),
367
- onInput: e[17] || (e[17] = (l) => ae(U.value))
368
- }, null, 8, ["modelValue"])
369
- ])
370
- ]),
371
- o("div", $l, [
372
- e[41] || (e[41] = o("div", null, "透视/正交", -1)),
373
- o("div", null, [
374
- a(V, {
375
- modelValue: w.value,
376
- "onUpdate:modelValue": e[18] || (e[18] = (l) => w.value = l),
377
- size: "large",
378
- onChange: ue
379
- }, null, 8, ["modelValue"])
380
- ])
381
- ]),
382
- o("div", Nl, [
383
- e[42] || (e[42] = o("div", null, "2D/3D", -1)),
384
- o("div", null, [
385
- a(V, {
386
- modelValue: N.value,
387
- "onUpdate:modelValue": e[19] || (e[19] = (l) => N.value = l),
388
- size: "large",
389
- onChange: de
390
- }, null, 8, ["modelValue"])
391
- ])
392
- ]),
393
- o("div", _l, [
394
- e[43] || (e[43] = o("div", null, "模型倒置", -1)),
395
- o("div", null, [
396
- a(V, {
397
- modelValue: s.value,
398
- "onUpdate:modelValue": e[20] || (e[20] = (l) => s.value = l),
399
- size: "large",
400
- onChange: e[21] || (e[21] = (l) => z())
401
- }, null, 8, ["modelValue"])
402
- ])
403
- ]),
404
- o("div", zl, [
405
- e[44] || (e[44] = o("div", null, "Z轴向上", -1)),
406
- o("div", null, [
407
- a(V, {
408
- modelValue: C.value,
409
- "onUpdate:modelValue": e[22] || (e[22] = (l) => C.value = l),
410
- size: "large",
411
- onChange: e[23] || (e[23] = (l) => F())
412
- }, null, 8, ["modelValue"])
413
- ])
414
- ]),
415
- o("div", Ml, [
416
- e[45] || (e[45] = o("div", null, "显示模型空间", -1)),
417
- o("div", null, [
418
- a(V, {
419
- modelValue: _.value,
420
- "onUpdate:modelValue": e[24] || (e[24] = (l) => _.value = l),
421
- size: "large",
422
- onChange: re
423
- }, null, 8, ["modelValue"])
424
- ])
425
- ]),
426
- o("div", Dl, [
427
- e[46] || (e[46] = o("div", null, "空间效果", -1)),
428
- a(fe, {
429
- modelValue: I.value,
430
- "onUpdate:modelValue": e[25] || (e[25] = (l) => I.value = l)
431
- }, {
432
- default: y(() => [
433
- (i(!0), m(Y, null, H(d.value, (l) => (i(), p(me, {
434
- key: l,
435
- label: l,
436
- onChange: (Z) => ve(l)
437
- }, null, 8, ["label", "onChange"]))), 128))
438
- ]),
439
- _: 1
440
- }, 8, ["modelValue"])
441
- ])
442
- ]),
443
- _: 1
444
- })
445
- ])
446
- ])
447
- ])) : (i(), p(Se, {
448
- key: 0,
449
- class: "setting_contaier",
450
- width: E.value,
451
- panelTitle: "设置",
452
- "click-handle": t,
453
- style: { height: "var(--setting-panel-height)" }
454
- }, {
455
- default: y(() => [
456
- o("div", dl, [
457
- a(pe, null, {
458
- default: y(() => [
459
- e[36] || (e[36] = o("div", { class: "setting-title" }, "效果", -1)),
460
- o("div", {
461
- class: "setting-effect",
462
- onClick: e[0] || (e[0] = (l) => f())
463
- }, [
464
- e[26] || (e[26] = k(" 背景颜色 ")),
465
- o("div", {
466
- class: "choose-color",
467
- style: L({ background: A.value })
468
- }, null, 4)
469
- ]),
470
- D.value ? (i(), m("div", ul, [
471
- (i(!0), m(Y, null, H(n(ke), (l) => (i(), m("div", {
472
- key: l.id,
473
- class: b(["color-item", { "color-item-active": B.value === l.id }]),
474
- onClick: (Z) => se(l)
475
- }, [
476
- o("div", {
477
- class: "bg",
478
- style: L({ background: l.color, border: l.id === 4 ? "1px solid #F1F1F1" : "none" })
479
- }, null, 4),
480
- k(" " + O(l.name), 1)
481
- ], 10, rl))), 128))
482
- ])) : g("", !0),
483
- o("div", vl, [
484
- e[27] || (e[27] = k(" 显示边缘 ")),
485
- a(V, {
486
- modelValue: S.value,
487
- "onUpdate:modelValue": e[1] || (e[1] = (l) => S.value = l),
488
- style: { "--el-switch-on-color": "#0065fc" },
489
- onChange: e[2] || (e[2] = (l) => j())
490
- }, null, 8, ["modelValue"])
491
- ]),
492
- o("div", cl, [
493
- e[28] || (e[28] = k(" 光源强度 ")),
494
- o("div", ml, [
495
- a(ce, {
496
- modelValue: U.value,
497
- "onUpdate:modelValue": e[3] || (e[3] = (l) => U.value = l),
498
- onInput: e[4] || (e[4] = (l) => ae(U.value))
499
- }, null, 8, ["modelValue"])
500
- ])
501
- ]),
502
- n(R)("skyboxImg") ? (i(), m("div", fl, " 外观模式 ")) : g("", !0),
503
- n(R)("skyboxImg") ? (i(), m("div", pl, [
504
- e[29] || (e[29] = k(" 天空盒 ")),
505
- a(V, {
506
- modelValue: M.value,
507
- "onUpdate:modelValue": e[5] || (e[5] = (l) => M.value = l),
508
- style: { "--el-switch-on-color": "#0065fc" },
509
- onChange: Ce
510
- }, null, 8, ["modelValue"])
511
- ])) : g("", !0),
512
- e[37] || (e[37] = o("div", { class: "setting-title" }, "模型视角切换", -1)),
513
- o("div", gl, [
514
- e[30] || (e[30] = k(" 透视/正交 ")),
515
- a(V, {
516
- modelValue: w.value,
517
- "onUpdate:modelValue": e[6] || (e[6] = (l) => w.value = l),
518
- style: { "--el-switch-on-color": "#0065fc" },
519
- onChange: ue
520
- }, null, 8, ["modelValue"])
521
- ]),
522
- o("div", Vl, [
523
- e[31] || (e[31] = k(" 2D/3D ")),
524
- a(V, {
525
- modelValue: N.value,
526
- "onUpdate:modelValue": e[7] || (e[7] = (l) => N.value = l),
527
- style: { "--el-switch-on-color": "#0065fc" },
528
- onChange: de
529
- }, null, 8, ["modelValue"])
530
- ]),
531
- o("div", bl, [
532
- e[32] || (e[32] = o("div", null, "模型倒置", -1)),
533
- o("div", null, [
534
- a(V, {
535
- modelValue: s.value,
536
- "onUpdate:modelValue": e[8] || (e[8] = (l) => s.value = l),
537
- style: { "--el-switch-on-color": "#0065fc" },
538
- onChange: e[9] || (e[9] = (l) => z())
539
- }, null, 8, ["modelValue"])
540
- ])
541
- ]),
542
- o("div", yl, [
543
- e[33] || (e[33] = o("div", null, "Z轴向上", -1)),
544
- o("div", null, [
545
- a(V, {
546
- modelValue: C.value,
547
- "onUpdate:modelValue": e[10] || (e[10] = (l) => C.value = l),
548
- style: { "--el-switch-on-color": "#0065fc" },
549
- onChange: e[11] || (e[11] = (l) => F())
550
- }, null, 8, ["modelValue"])
551
- ])
552
- ]),
553
- o("div", wl, [
554
- e[34] || (e[34] = k(" 显示模型空间 ")),
555
- a(V, {
556
- modelValue: _.value,
557
- "onUpdate:modelValue": e[12] || (e[12] = (l) => _.value = l),
558
- style: { "--el-switch-on-color": "#0065fc" },
559
- onChange: re
560
- }, null, 8, ["modelValue"])
561
- ]),
562
- o("div", kl, [
563
- e[35] || (e[35] = k(" 空间效果 ")),
564
- a(fe, {
565
- modelValue: I.value,
566
- "onUpdate:modelValue": e[13] || (e[13] = (l) => I.value = l),
567
- size: "small"
568
- }, {
569
- default: y(() => [
570
- (i(!0), m(Y, null, H(d.value, (l) => (i(), p(me, {
571
- key: l,
572
- label: l,
573
- onChange: (Z) => ve(l)
574
- }, null, 8, ["label", "onChange"]))), 128))
575
- ]),
576
- _: 1
577
- }, 8, ["modelValue"])
578
- ])
579
- ]),
580
- _: 1
581
- })
582
- ])
583
- ]),
584
- _: 1
585
- }, 8, ["width"]));
586
- };
587
- }
588
- }), Rl = /* @__PURE__ */ Re(Fl, [["__scopeId", "data-v-e41770c7"]]);
589
- export {
590
- Rl as default
591
- };