x-runtime-lib 0.8.65 → 0.8.67
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/index.js +566 -570
- package/dist/sandbox/runtime/base.d.ts +1 -1
- package/dist/sandbox/sandbox/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { useTheme as _r } from "vuetify";
|
|
|
6
6
|
import { getErrorMessage as wr } from "x-error-lib";
|
|
7
7
|
import { useI18n as bo } from "vue-i18n";
|
|
8
8
|
const Qn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
9
|
-
function
|
|
9
|
+
function T(t) {
|
|
10
10
|
let e = "";
|
|
11
11
|
for (let i = 0; i < t; i++) {
|
|
12
12
|
const o = Math.floor(Math.random() * Qn.length);
|
|
@@ -26,7 +26,7 @@ function Wn(t) {
|
|
|
26
26
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
27
27
|
return !isNaN(i);
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function Hu(t) {
|
|
30
30
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
31
31
|
return;
|
|
32
32
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
@@ -47,7 +47,7 @@ function Fe(t) {
|
|
|
47
47
|
function ei(t) {
|
|
48
48
|
return ho.findIndex((e) => e === t);
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Te(t, e) {
|
|
51
51
|
let i;
|
|
52
52
|
for (const o of Vr) {
|
|
53
53
|
if (ei(o) < ei(t))
|
|
@@ -93,7 +93,7 @@ function Ir(t, e = 2) {
|
|
|
93
93
|
function Q(t) {
|
|
94
94
|
return t === "runtime" || t === "preview";
|
|
95
95
|
}
|
|
96
|
-
const
|
|
96
|
+
const Ou = ["string", "number", "boolean", "array", "object"];
|
|
97
97
|
function Ku(t) {
|
|
98
98
|
switch (t) {
|
|
99
99
|
case "string":
|
|
@@ -146,7 +146,7 @@ function Cr(t) {
|
|
|
146
146
|
}
|
|
147
147
|
return !0;
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function Tr(t) {
|
|
150
150
|
switch (t) {
|
|
151
151
|
case "referenceMethod":
|
|
152
152
|
case "multipleRefMethod":
|
|
@@ -156,7 +156,7 @@ function Pr(t) {
|
|
|
156
156
|
}
|
|
157
157
|
return !0;
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function Pr(t) {
|
|
160
160
|
switch (t) {
|
|
161
161
|
case "referenceEvent":
|
|
162
162
|
case "multipleRefEvent":
|
|
@@ -186,12 +186,12 @@ function Xu(t, e) {
|
|
|
186
186
|
function Yu(t, e) {
|
|
187
187
|
const { i18n: i } = ge;
|
|
188
188
|
let o = "";
|
|
189
|
-
return t === "elementMethod" || (t === "referenceMethod" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Rn(o, e,
|
|
189
|
+
return t === "elementMethod" || (t === "referenceMethod" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Rn(o, e, Tr(t));
|
|
190
190
|
}
|
|
191
191
|
function qu(t, e) {
|
|
192
192
|
const { i18n: i } = ge;
|
|
193
193
|
let o = "";
|
|
194
|
-
return t === "elementEvent" || (t === "referenceEvent" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotEvent" || t === "customSlotEvent" ? o = i.global.t("x-runtime-lib.slot") : t === "elementPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = i.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.customPropertyChange") : t === "elementSlotPropertyChangeEvent" || t === "customSlotPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.slotPropertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Rn(o, e,
|
|
194
|
+
return t === "elementEvent" || (t === "referenceEvent" ? o = i.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = i.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotEvent" || t === "customSlotEvent" ? o = i.global.t("x-runtime-lib.slot") : t === "elementPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = i.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.customPropertyChange") : t === "elementSlotPropertyChangeEvent" || t === "customSlotPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.slotPropertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Rn(o, e, Pr(t));
|
|
195
195
|
}
|
|
196
196
|
const ze = {}, w = (t) => {
|
|
197
197
|
ze[t.key] = t;
|
|
@@ -203,7 +203,7 @@ const ze = {}, w = (t) => {
|
|
|
203
203
|
scale: {}
|
|
204
204
|
},
|
|
205
205
|
setup(t) {
|
|
206
|
-
const e =
|
|
206
|
+
const e = H();
|
|
207
207
|
return (i, o) => n(e) === "editor" ? (h(), te("TresMesh", {
|
|
208
208
|
key: 0,
|
|
209
209
|
position: t.position,
|
|
@@ -222,7 +222,7 @@ const ze = {}, w = (t) => {
|
|
|
222
222
|
block: { type: Boolean, default: !1 }
|
|
223
223
|
},
|
|
224
224
|
setup(t) {
|
|
225
|
-
const e =
|
|
225
|
+
const e = H(), i = v(() => {
|
|
226
226
|
const s = {
|
|
227
227
|
position: "relative"
|
|
228
228
|
};
|
|
@@ -260,7 +260,7 @@ const ze = {}, w = (t) => {
|
|
|
260
260
|
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t.setElementPropertyInner(e, i, r);
|
|
261
261
|
};
|
|
262
262
|
function l(t, e, i) {
|
|
263
|
-
const o =
|
|
263
|
+
const o = H(), s = be(), r = ie();
|
|
264
264
|
return me(() => {
|
|
265
265
|
let a = Ar(s, t.node, e, i);
|
|
266
266
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), r.value = a;
|
|
@@ -297,7 +297,7 @@ function de(t) {
|
|
|
297
297
|
"transform",
|
|
298
298
|
"scale",
|
|
299
299
|
"x"
|
|
300
|
-
]), { property:
|
|
300
|
+
]), { property: p } = l(t, [
|
|
301
301
|
"transform",
|
|
302
302
|
"scale",
|
|
303
303
|
"y"
|
|
@@ -305,20 +305,20 @@ function de(t) {
|
|
|
305
305
|
"transform",
|
|
306
306
|
"scale",
|
|
307
307
|
"z"
|
|
308
|
-
]), u = ie([0, 0, 0]),
|
|
308
|
+
]), u = ie([0, 0, 0]), m = ie([0, 0, 0]), y = ie([1, 1, 1]);
|
|
309
309
|
return me(() => {
|
|
310
310
|
u.value = [e.value, i.value, o.value];
|
|
311
311
|
}), me(() => {
|
|
312
312
|
e.value = u.value[0], i.value = u.value[1], o.value = u.value[2];
|
|
313
313
|
}), me(() => {
|
|
314
|
-
|
|
314
|
+
m.value = [s.value, r.value, a.value];
|
|
315
315
|
}), me(() => {
|
|
316
|
-
s.value =
|
|
316
|
+
s.value = m.value[0], r.value = m.value[1], a.value = m.value[2];
|
|
317
317
|
}), me(() => {
|
|
318
|
-
y.value = [c.value,
|
|
318
|
+
y.value = [c.value, p.value, d.value];
|
|
319
319
|
}), me(() => {
|
|
320
|
-
c.value = y.value[0],
|
|
321
|
-
}), { position: u, rotation:
|
|
320
|
+
c.value = y.value[0], p.value = y.value[1], d.value = y.value[2];
|
|
321
|
+
}), { position: u, rotation: m, scale: y };
|
|
322
322
|
}
|
|
323
323
|
function vo(t) {
|
|
324
324
|
const e = v(() => t.node.legend?.show), i = v(() => t.node.legend?.data);
|
|
@@ -372,23 +372,23 @@ function Vo(t) {
|
|
|
372
372
|
}
|
|
373
373
|
return { show: e, position: i, type: o, data: s, applyYAxis: r };
|
|
374
374
|
}
|
|
375
|
-
function
|
|
375
|
+
function O(t) {
|
|
376
376
|
const { computedThemes: e } = _r(), i = Ne(), o = v(() => t.value?.mode), s = v(() => {
|
|
377
377
|
const d = t.value?.theme;
|
|
378
378
|
return d ? d === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : d === "background1" ? i.value ? "#272727" : "#eeeeee" : d === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[d] : void 0;
|
|
379
379
|
}), r = v(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = v(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = v(() => {
|
|
380
380
|
const d = a.value;
|
|
381
381
|
return !d.startsWith("#") || d.length < 7 ? "" : d.substring(0, 7);
|
|
382
|
-
}),
|
|
382
|
+
}), p = v(() => {
|
|
383
383
|
const d = a.value;
|
|
384
384
|
return d.startsWith("#") ? d.length < 9 ? 1 : parseInt(d.substring(7, 9)) / 255 : 0;
|
|
385
385
|
});
|
|
386
|
-
return { color: a, rgb: c, alpha:
|
|
386
|
+
return { color: a, rgb: c, alpha: p };
|
|
387
387
|
}
|
|
388
388
|
function Nn(t) {
|
|
389
|
-
const e = v(() => t.node.border?.style), i = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } =
|
|
389
|
+
const e = v(() => t.node.border?.style), i = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } = O(o), r = v(() => t.node.border?.roundRadius?.tl), a = v(() => t.node.border?.roundRadius?.tr), c = v(() => t.node.border?.roundRadius?.bl), p = v(() => t.node.border?.roundRadius?.br);
|
|
390
390
|
function d(u) {
|
|
391
|
-
e.value && (u.borderStyle = e.value), i.value && (u.borderWidth = i.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value),
|
|
391
|
+
e.value && (u.borderStyle = e.value), i.value && (u.borderWidth = i.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), p.value && (u.borderBottomRightRadius = p.value);
|
|
392
392
|
}
|
|
393
393
|
return { borderStyle: e, borderWidth: i, borderColor: s, applyBorder: d };
|
|
394
394
|
}
|
|
@@ -407,7 +407,7 @@ function Dn(t) {
|
|
|
407
407
|
return { paddingTop: e, paddingLeft: i, paddingBottom: o, paddingRight: s, applyPadding: r };
|
|
408
408
|
}
|
|
409
409
|
function ye(t) {
|
|
410
|
-
const e =
|
|
410
|
+
const e = H(), i = Ce(), o = v(() => t.node.size?.width), s = v(() => t.node.size?.minWidth), r = v(() => t.node.size?.maxWidth), a = v(() => {
|
|
411
411
|
if (t.outer && e === "editor") {
|
|
412
412
|
const u = Zt(t.node.size?.height);
|
|
413
413
|
if (u)
|
|
@@ -421,7 +421,7 @@ function ye(t) {
|
|
|
421
421
|
return u / 100 * i.value.height + "px";
|
|
422
422
|
}
|
|
423
423
|
return t.node.size?.minHeight;
|
|
424
|
-
}),
|
|
424
|
+
}), p = v(() => {
|
|
425
425
|
if (t.outer && e === "editor") {
|
|
426
426
|
const u = Zt(t.node.size?.maxHeight);
|
|
427
427
|
if (u)
|
|
@@ -430,11 +430,11 @@ function ye(t) {
|
|
|
430
430
|
return t.node.size?.maxHeight;
|
|
431
431
|
});
|
|
432
432
|
function d(u) {
|
|
433
|
-
o.value && (u.width = o.value), s.value && (u.minWidth = s.value), r.value && (u.maxWidth = r.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value),
|
|
433
|
+
o.value && (u.width = o.value), s.value && (u.minWidth = s.value), r.value && (u.maxWidth = r.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value), p.value && (u.maxHeight = p.value);
|
|
434
434
|
}
|
|
435
|
-
return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight:
|
|
435
|
+
return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: p, applySize: d };
|
|
436
436
|
}
|
|
437
|
-
function
|
|
437
|
+
function Ge(t, e, i) {
|
|
438
438
|
const o = be(), s = v(() => _u("elementMethod", t.node.basic.id, e));
|
|
439
439
|
Ko(() => {
|
|
440
440
|
o.eventBus?.on(s.value, i);
|
|
@@ -453,7 +453,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
453
453
|
outer: { type: Boolean }
|
|
454
454
|
},
|
|
455
455
|
setup(t) {
|
|
456
|
-
const e = t, i =
|
|
456
|
+
const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "bottom"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: m } = l(e, ["settings", "top"]);
|
|
457
457
|
return (y, b) => (h(), _(n(ve), {
|
|
458
458
|
position: n(o),
|
|
459
459
|
rotation: n(s),
|
|
@@ -463,13 +463,13 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
463
463
|
q("TresOrthographicCamera", {
|
|
464
464
|
bottom: n(a),
|
|
465
465
|
far: n(c),
|
|
466
|
-
left: n(
|
|
466
|
+
left: n(p),
|
|
467
467
|
near: n(d),
|
|
468
468
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
469
469
|
right: n(u),
|
|
470
470
|
rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
|
|
471
471
|
scale: n(i) !== "editor" ? n(r) : [1, 1, 1],
|
|
472
|
-
top: n(
|
|
472
|
+
top: n(m)
|
|
473
473
|
}, [
|
|
474
474
|
n(i) === "editor" ? (h(), _(n(Re), {
|
|
475
475
|
key: 0,
|
|
@@ -488,8 +488,8 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
488
488
|
outer: { type: Boolean }
|
|
489
489
|
},
|
|
490
490
|
setup(t) {
|
|
491
|
-
const e = t, i =
|
|
492
|
-
return (u,
|
|
491
|
+
const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "aspect"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
|
|
492
|
+
return (u, m) => (h(), _(n(ve), {
|
|
493
493
|
position: n(o),
|
|
494
494
|
rotation: n(s),
|
|
495
495
|
scale: n(r)
|
|
@@ -498,7 +498,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
498
498
|
q("TresPerspectiveCamera", {
|
|
499
499
|
aspect: n(a),
|
|
500
500
|
far: n(c),
|
|
501
|
-
fov: n(
|
|
501
|
+
fov: n(p),
|
|
502
502
|
near: n(d),
|
|
503
503
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
504
504
|
rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
|
|
@@ -531,7 +531,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
531
531
|
"settings",
|
|
532
532
|
"widthSegements"
|
|
533
533
|
]);
|
|
534
|
-
return (
|
|
534
|
+
return (p, d) => (h(), te("TresBoxGeometry", {
|
|
535
535
|
args: [
|
|
536
536
|
n(a),
|
|
537
537
|
n(s),
|
|
@@ -569,14 +569,14 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
569
569
|
]), { property: c } = l(e, [
|
|
570
570
|
"settings",
|
|
571
571
|
"thetaStart"
|
|
572
|
-
]), { property:
|
|
572
|
+
]), { property: p } = l(e, [
|
|
573
573
|
"settings",
|
|
574
574
|
"widthSegments"
|
|
575
575
|
]);
|
|
576
576
|
return (d, u) => (h(), te("TresSphereGeometry", {
|
|
577
577
|
args: [
|
|
578
578
|
n(r),
|
|
579
|
-
n(
|
|
579
|
+
n(p),
|
|
580
580
|
n(i),
|
|
581
581
|
n(s),
|
|
582
582
|
n(o),
|
|
@@ -585,14 +585,14 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
585
585
|
]
|
|
586
586
|
}, null, 8, Dr));
|
|
587
587
|
}
|
|
588
|
-
}),
|
|
588
|
+
}), Gr = ["color", "intensity", "position", "rotation", "scale"], jr = /* @__PURE__ */ V({
|
|
589
589
|
__name: "index",
|
|
590
590
|
props: {
|
|
591
591
|
node: {},
|
|
592
592
|
outer: { type: Boolean }
|
|
593
593
|
},
|
|
594
594
|
setup(t) {
|
|
595
|
-
const e = t, i =
|
|
595
|
+
const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, [
|
|
596
596
|
"settings",
|
|
597
597
|
"intensity"
|
|
598
598
|
]);
|
|
@@ -604,25 +604,25 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
604
604
|
default: k(() => [
|
|
605
605
|
q("TresAmbientLight", {
|
|
606
606
|
color: n(c),
|
|
607
|
-
intensity: n(
|
|
607
|
+
intensity: n(p),
|
|
608
608
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
609
609
|
rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
|
|
610
610
|
scale: n(i) !== "editor" ? n(r) : [1, 1, 1]
|
|
611
611
|
}, [
|
|
612
612
|
B(d.$slots, "default")
|
|
613
|
-
], 8,
|
|
613
|
+
], 8, Gr)
|
|
614
614
|
]),
|
|
615
615
|
_: 3
|
|
616
616
|
}, 8, ["position", "rotation", "scale"]));
|
|
617
617
|
}
|
|
618
|
-
}),
|
|
618
|
+
}), Hr = ["color", "intensity", "position", "rotation", "scale"], Or = /* @__PURE__ */ V({
|
|
619
619
|
__name: "index",
|
|
620
620
|
props: {
|
|
621
621
|
node: {},
|
|
622
622
|
outer: { type: Boolean }
|
|
623
623
|
},
|
|
624
624
|
setup(t) {
|
|
625
|
-
const e = t, i =
|
|
625
|
+
const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, [
|
|
626
626
|
"settings",
|
|
627
627
|
"intensity"
|
|
628
628
|
]);
|
|
@@ -634,7 +634,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
634
634
|
default: k(() => [
|
|
635
635
|
q("TresDirectionalLight", {
|
|
636
636
|
color: n(c),
|
|
637
|
-
intensity: n(
|
|
637
|
+
intensity: n(p),
|
|
638
638
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
639
639
|
rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
|
|
640
640
|
scale: n(i) !== "editor" ? n(r) : [1, 1, 1]
|
|
@@ -644,7 +644,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
644
644
|
type: n(ir)
|
|
645
645
|
}, null, 8, ["type"])) : ne("", !0),
|
|
646
646
|
B(d.$slots, "default")
|
|
647
|
-
], 8,
|
|
647
|
+
], 8, Hr)
|
|
648
648
|
]),
|
|
649
649
|
_: 3
|
|
650
650
|
}, 8, ["position", "rotation", "scale"]));
|
|
@@ -656,14 +656,14 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
656
656
|
outer: { type: Boolean }
|
|
657
657
|
},
|
|
658
658
|
setup(t) {
|
|
659
|
-
const e = t, i =
|
|
659
|
+
const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, ["settings", "decay"]), { property: d } = l(e, [
|
|
660
660
|
"settings",
|
|
661
661
|
"distance"
|
|
662
662
|
]), { property: u } = l(e, [
|
|
663
663
|
"settings",
|
|
664
664
|
"intensity"
|
|
665
665
|
]);
|
|
666
|
-
return (
|
|
666
|
+
return (m, y) => (h(), _(n(ve), {
|
|
667
667
|
position: n(o),
|
|
668
668
|
rotation: n(s),
|
|
669
669
|
scale: n(r)
|
|
@@ -671,7 +671,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
671
671
|
default: k(() => [
|
|
672
672
|
q("TresPointLight", {
|
|
673
673
|
color: n(c),
|
|
674
|
-
decay: n(
|
|
674
|
+
decay: n(p),
|
|
675
675
|
distance: n(d),
|
|
676
676
|
intensity: n(u),
|
|
677
677
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
@@ -682,7 +682,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
682
682
|
key: 0,
|
|
683
683
|
type: n(or)
|
|
684
684
|
}, null, 8, ["type"])) : ne("", !0),
|
|
685
|
-
B(
|
|
685
|
+
B(m.$slots, "default")
|
|
686
686
|
], 8, Kr)
|
|
687
687
|
]),
|
|
688
688
|
_: 3
|
|
@@ -695,10 +695,10 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
695
695
|
outer: { type: Boolean }
|
|
696
696
|
},
|
|
697
697
|
setup(t) {
|
|
698
|
-
const e = t, i =
|
|
698
|
+
const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "angle"]), { property: c } = l(e, ["settings", "color"]), { color: p } = O(c), { property: d } = l(e, ["settings", "decay"]), { property: u } = l(e, [
|
|
699
699
|
"settings",
|
|
700
700
|
"distance"
|
|
701
|
-
]), { property:
|
|
701
|
+
]), { property: m } = l(e, [
|
|
702
702
|
"settings",
|
|
703
703
|
"intensity"
|
|
704
704
|
]), { property: y } = l(e, [
|
|
@@ -713,10 +713,10 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
713
713
|
default: k(() => [
|
|
714
714
|
q("TresSpotLight", {
|
|
715
715
|
angle: n(a),
|
|
716
|
-
color: n(
|
|
716
|
+
color: n(p),
|
|
717
717
|
decay: n(d),
|
|
718
718
|
distance: n(u),
|
|
719
|
-
intensity: n(
|
|
719
|
+
intensity: n(m),
|
|
720
720
|
penumbra: n(y),
|
|
721
721
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
722
722
|
rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
|
|
@@ -743,7 +743,7 @@ const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation
|
|
|
743
743
|
outer: { type: Boolean }
|
|
744
744
|
},
|
|
745
745
|
setup(t) {
|
|
746
|
-
const e = t, i =
|
|
746
|
+
const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e);
|
|
747
747
|
return (a, c) => (h(), _(n(ve), {
|
|
748
748
|
position: n(o),
|
|
749
749
|
rotation: n(s),
|
|
@@ -777,7 +777,7 @@ const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation
|
|
|
777
777
|
B(r.$slots, "default")
|
|
778
778
|
], 8, ts));
|
|
779
779
|
}
|
|
780
|
-
}), is = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], os = "#242424", rs = {}, ss = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ls = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, as = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, cs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ms = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, xs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, vs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ks = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, _s = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ws = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Vs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Is = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, $s = { textStyle: { color: "#eeeeee" } }, Ss = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Cs = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } },
|
|
780
|
+
}), is = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], os = "#242424", rs = {}, ss = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ls = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, as = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, cs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ms = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, xs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, vs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ks = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, _s = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ws = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Vs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Is = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, $s = { textStyle: { color: "#eeeeee" } }, Ss = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Cs = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Ts = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ps = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, zs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, As = {
|
|
781
781
|
color: is,
|
|
782
782
|
backgroundColor: os,
|
|
783
783
|
textStyle: rs,
|
|
@@ -804,10 +804,10 @@ const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation
|
|
|
804
804
|
legend: $s,
|
|
805
805
|
tooltip: Ss,
|
|
806
806
|
timeline: Cs,
|
|
807
|
-
visualMap:
|
|
808
|
-
dataZoom:
|
|
807
|
+
visualMap: Ts,
|
|
808
|
+
dataZoom: Ps,
|
|
809
809
|
markPoint: zs
|
|
810
|
-
}, Ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Es = "#f5f5f5", Bs = {}, Ws = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Rs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ns = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ms = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } },
|
|
810
|
+
}, Ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Es = "#f5f5f5", Bs = {}, Ws = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Rs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ns = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ms = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Us = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ys = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, qs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Js = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, el = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, tl = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, nl = { textStyle: { color: "#333333" } }, il = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ol = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, rl = { color: ["#bf444c", "#d88273", "#f6efa6"] }, sl = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ll = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, al = {
|
|
811
811
|
color: Ls,
|
|
812
812
|
backgroundColor: Es,
|
|
813
813
|
textStyle: Bs,
|
|
@@ -817,10 +817,10 @@ const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation
|
|
|
817
817
|
bar: Ms,
|
|
818
818
|
pie: Ds,
|
|
819
819
|
scatter: Fs,
|
|
820
|
-
boxplot:
|
|
821
|
-
parallel:
|
|
822
|
-
sankey:
|
|
823
|
-
funnel:
|
|
820
|
+
boxplot: Gs,
|
|
821
|
+
parallel: js,
|
|
822
|
+
sankey: Hs,
|
|
823
|
+
funnel: Os,
|
|
824
824
|
gauge: Ks,
|
|
825
825
|
candlestick: Us,
|
|
826
826
|
graph: Xs,
|
|
@@ -857,38 +857,38 @@ const cl = /* @__PURE__ */ V({
|
|
|
857
857
|
outer: { type: Boolean }
|
|
858
858
|
},
|
|
859
859
|
setup(t) {
|
|
860
|
-
const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth:
|
|
861
|
-
const C = {},
|
|
862
|
-
return s === "page" ?
|
|
863
|
-
}),
|
|
860
|
+
const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: p, height: d, minHeight: u, maxHeight: m, applySize: y } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: $ } = vo(e), { applySeries: I } = ko(e), S = v(() => {
|
|
861
|
+
const C = {}, G = r.value.type;
|
|
862
|
+
return s === "page" ? G === "common" ? y(C) : console.assert(!1) : s === "comp" && G === "common" ? y(C) : console.assert(!1), C;
|
|
863
|
+
}), P = no("chart");
|
|
864
864
|
let E;
|
|
865
865
|
const F = () => {
|
|
866
|
-
E?.dispose(), E = yo.init(
|
|
866
|
+
E?.dispose(), E = yo.init(P.value, o.value ? "dark" : "light");
|
|
867
867
|
const C = {};
|
|
868
868
|
E.setOption(C);
|
|
869
|
-
},
|
|
869
|
+
}, j = () => {
|
|
870
870
|
E?.resize();
|
|
871
871
|
}, N = () => {
|
|
872
872
|
const C = {};
|
|
873
873
|
b(C), g(C), x(C), $(C), I(C), E?.setOption(C, !0);
|
|
874
874
|
};
|
|
875
875
|
return io(async () => {
|
|
876
|
-
window.addEventListener("resize",
|
|
876
|
+
window.addEventListener("resize", j, !1), await so(() => !!P.value), F(), N();
|
|
877
877
|
}), Ue(() => {
|
|
878
|
-
window.removeEventListener("resize",
|
|
878
|
+
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
879
879
|
}), oe(
|
|
880
880
|
[
|
|
881
881
|
() => i.value.width,
|
|
882
882
|
() => i.value.height,
|
|
883
883
|
a,
|
|
884
884
|
c,
|
|
885
|
-
|
|
885
|
+
p,
|
|
886
886
|
d,
|
|
887
887
|
u,
|
|
888
|
-
|
|
888
|
+
m
|
|
889
889
|
],
|
|
890
890
|
async () => {
|
|
891
|
-
await oo(),
|
|
891
|
+
await oo(), j();
|
|
892
892
|
}
|
|
893
893
|
), oe([o], () => {
|
|
894
894
|
F(), N();
|
|
@@ -898,7 +898,7 @@ const cl = /* @__PURE__ */ V({
|
|
|
898
898
|
N();
|
|
899
899
|
},
|
|
900
900
|
{ deep: !0 }
|
|
901
|
-
), (C,
|
|
901
|
+
), (C, G) => (h(), _(n(M), { block: "" }, {
|
|
902
902
|
default: k(() => [
|
|
903
903
|
q("div", {
|
|
904
904
|
ref: "chart",
|
|
@@ -915,38 +915,38 @@ const cl = /* @__PURE__ */ V({
|
|
|
915
915
|
outer: { type: Boolean }
|
|
916
916
|
},
|
|
917
917
|
setup(t) {
|
|
918
|
-
const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth:
|
|
919
|
-
const C = {},
|
|
920
|
-
return s === "page" ?
|
|
921
|
-
}),
|
|
918
|
+
const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: p, height: d, minHeight: u, maxHeight: m, applySize: y } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: $ } = vo(e), { applySeries: I } = ko(e), S = v(() => {
|
|
919
|
+
const C = {}, G = r.value.type;
|
|
920
|
+
return s === "page" ? G === "common" ? y(C) : console.assert(!1) : s === "comp" && G === "common" ? y(C) : console.assert(!1), C;
|
|
921
|
+
}), P = no("chart");
|
|
922
922
|
let E;
|
|
923
923
|
const F = () => {
|
|
924
|
-
E?.dispose(), E = yo.init(
|
|
924
|
+
E?.dispose(), E = yo.init(P.value, o.value ? "dark" : "light");
|
|
925
925
|
const C = {};
|
|
926
926
|
E.setOption(C);
|
|
927
|
-
},
|
|
927
|
+
}, j = () => {
|
|
928
928
|
E?.resize();
|
|
929
929
|
}, N = () => {
|
|
930
930
|
const C = {};
|
|
931
931
|
b(C), g(C), x(C), $(C), I(C), E?.setOption(C, !0);
|
|
932
932
|
};
|
|
933
933
|
return io(async () => {
|
|
934
|
-
window.addEventListener("resize",
|
|
934
|
+
window.addEventListener("resize", j, !1), await so(() => !!P.value), F(), N();
|
|
935
935
|
}), Ue(() => {
|
|
936
|
-
window.removeEventListener("resize",
|
|
936
|
+
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
937
937
|
}), oe(
|
|
938
938
|
[
|
|
939
939
|
() => i.value.width,
|
|
940
940
|
() => i.value.height,
|
|
941
941
|
a,
|
|
942
942
|
c,
|
|
943
|
-
|
|
943
|
+
p,
|
|
944
944
|
d,
|
|
945
945
|
u,
|
|
946
|
-
|
|
946
|
+
m
|
|
947
947
|
],
|
|
948
948
|
async () => {
|
|
949
|
-
await oo(),
|
|
949
|
+
await oo(), j();
|
|
950
950
|
}
|
|
951
951
|
), oe([o], () => {
|
|
952
952
|
F(), N();
|
|
@@ -956,7 +956,7 @@ const cl = /* @__PURE__ */ V({
|
|
|
956
956
|
N();
|
|
957
957
|
},
|
|
958
958
|
{ deep: !0 }
|
|
959
|
-
), (C,
|
|
959
|
+
), (C, G) => (h(), _(n(M), { block: "" }, {
|
|
960
960
|
default: k(() => [
|
|
961
961
|
q("div", {
|
|
962
962
|
ref: "chart",
|
|
@@ -991,9 +991,9 @@ const cl = /* @__PURE__ */ V({
|
|
|
991
991
|
const u = {};
|
|
992
992
|
return o.value?.type === "common" && a(u), u;
|
|
993
993
|
});
|
|
994
|
-
function
|
|
995
|
-
const
|
|
996
|
-
if (!
|
|
994
|
+
function p(u) {
|
|
995
|
+
const m = ze[u.basic.key];
|
|
996
|
+
if (!m)
|
|
997
997
|
return console.assert(!1, `element not found key=${u.basic.key}`), se("div", `element not found key=${u.basic.key}`);
|
|
998
998
|
const y = { node: u };
|
|
999
999
|
u.reference && u.reference.comp && (y.refContext = {
|
|
@@ -1001,9 +1001,9 @@ const cl = /* @__PURE__ */ V({
|
|
|
1001
1001
|
compId: u.reference.comp
|
|
1002
1002
|
});
|
|
1003
1003
|
const b = [];
|
|
1004
|
-
return
|
|
1005
|
-
b.push(
|
|
1006
|
-
}), se(
|
|
1004
|
+
return m.leaf || u.children?.forEach((g) => {
|
|
1005
|
+
b.push(p(g));
|
|
1006
|
+
}), se(m.comp, y, { default: () => b });
|
|
1007
1007
|
}
|
|
1008
1008
|
const d = () => {
|
|
1009
1009
|
if (xo(i.refContext))
|
|
@@ -1012,7 +1012,7 @@ const cl = /* @__PURE__ */ V({
|
|
|
1012
1012
|
return se("div");
|
|
1013
1013
|
const u = [];
|
|
1014
1014
|
if (o.value.view.nodes.forEach((y) => {
|
|
1015
|
-
u.push(
|
|
1015
|
+
u.push(p(y));
|
|
1016
1016
|
}), o.value.type === "common")
|
|
1017
1017
|
return se(
|
|
1018
1018
|
"div",
|
|
@@ -1020,7 +1020,7 @@ const cl = /* @__PURE__ */ V({
|
|
|
1020
1020
|
{ default: () => u }
|
|
1021
1021
|
);
|
|
1022
1022
|
};
|
|
1023
|
-
return (u,
|
|
1023
|
+
return (u, m) => (h(), _(d));
|
|
1024
1024
|
}
|
|
1025
1025
|
}), dl = /* @__PURE__ */ V({
|
|
1026
1026
|
__name: "index",
|
|
@@ -1048,8 +1048,8 @@ const cl = /* @__PURE__ */ V({
|
|
|
1048
1048
|
const { t: e } = bo(), i = t, o = ie(), s = be();
|
|
1049
1049
|
Zn(o, "slot", i.id, "", s), Jn(i.refContext.compId, o);
|
|
1050
1050
|
function r(c) {
|
|
1051
|
-
const
|
|
1052
|
-
if (!
|
|
1051
|
+
const p = ze[c.basic.key];
|
|
1052
|
+
if (!p)
|
|
1053
1053
|
return console.assert(!1, `element not found key=${c.basic.key}`), se("div", `element not found key=${c.basic.key}`);
|
|
1054
1054
|
const d = { node: c };
|
|
1055
1055
|
c.reference && c.reference.comp && (d.refContext = {
|
|
@@ -1057,9 +1057,9 @@ const cl = /* @__PURE__ */ V({
|
|
|
1057
1057
|
compId: c.reference.comp
|
|
1058
1058
|
});
|
|
1059
1059
|
const u = [];
|
|
1060
|
-
return
|
|
1061
|
-
u.push(r(
|
|
1062
|
-
}), se(
|
|
1060
|
+
return p.leaf || c.children?.forEach((m) => {
|
|
1061
|
+
u.push(r(m));
|
|
1062
|
+
}), se(p.comp, d, { default: () => u });
|
|
1063
1063
|
}
|
|
1064
1064
|
const a = () => {
|
|
1065
1065
|
if (xo(i.refContext))
|
|
@@ -1067,11 +1067,11 @@ const cl = /* @__PURE__ */ V({
|
|
|
1067
1067
|
if (!o.value)
|
|
1068
1068
|
return se("div");
|
|
1069
1069
|
const c = [];
|
|
1070
|
-
return o.value.view.nodes.forEach((
|
|
1071
|
-
c.push(r(
|
|
1070
|
+
return o.value.view.nodes.forEach((p) => {
|
|
1071
|
+
c.push(r(p));
|
|
1072
1072
|
}), c;
|
|
1073
1073
|
};
|
|
1074
|
-
return (c,
|
|
1074
|
+
return (c, p) => (h(), _(a));
|
|
1075
1075
|
}
|
|
1076
1076
|
}), yl = /* @__PURE__ */ V({
|
|
1077
1077
|
__name: "index",
|
|
@@ -1089,7 +1089,7 @@ const cl = /* @__PURE__ */ V({
|
|
|
1089
1089
|
"offset",
|
|
1090
1090
|
"y"
|
|
1091
1091
|
]);
|
|
1092
|
-
return (c,
|
|
1092
|
+
return (c, p) => {
|
|
1093
1093
|
const d = A("v-badge");
|
|
1094
1094
|
return h(), _(n(M), null, {
|
|
1095
1095
|
default: k(() => [
|
|
@@ -1117,21 +1117,21 @@ const cl = /* @__PURE__ */ V({
|
|
|
1117
1117
|
outer: { type: Boolean }
|
|
1118
1118
|
},
|
|
1119
1119
|
setup(t) {
|
|
1120
|
-
const e = t, i =
|
|
1120
|
+
const e = t, i = H(), o = be(), { property: s } = l(e, [
|
|
1121
1121
|
"settings",
|
|
1122
1122
|
"addIcon",
|
|
1123
1123
|
"append"
|
|
1124
|
-
]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } =
|
|
1124
|
+
]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
|
|
1125
1125
|
"settings",
|
|
1126
1126
|
"disabled"
|
|
1127
|
-
]), { property: u } = l(e, ["size", "height"]), { property:
|
|
1127
|
+
]), { property: u } = l(e, ["size", "height"]), { property: m } = l(e, ["settings", "loading"]), { property: y } = l(e, ["size", "maxHeight"]), { property: b } = l(e, ["size", "maxWidth"]), { property: g } = l(e, ["size", "minHeight"]), { property: x } = l(e, ["size", "minWidth"]), { property: $ } = l(e, [
|
|
1128
1128
|
"settings",
|
|
1129
1129
|
"addIcon",
|
|
1130
1130
|
"prepend"
|
|
1131
1131
|
]), { property: I } = l(e, [
|
|
1132
1132
|
"settings",
|
|
1133
1133
|
"readonly"
|
|
1134
|
-
]), { property: S } = l(e, ["settings", "ripple"]), { property:
|
|
1134
|
+
]), { property: S } = l(e, ["settings", "ripple"]), { property: P } = l(e, ["settings", "size"]), { property: E } = l(e, ["settings", "stacked"]), { property: F } = l(e, ["settings", "text"]), { theme: j } = D(), { property: N } = l(e, ["settings", "variant"]), { property: C } = l(e, ["size", "width"]), G = (Z) => {
|
|
1135
1135
|
Q(i) && (o.setVariable("__pointerPosX__", Z.clientX), o.setVariable("__pointerPosY__", Z.clientY), o.callFunction(
|
|
1136
1136
|
"__triggerEventV1__",
|
|
1137
1137
|
J("elementEvent", e.node.basic.id, "click")
|
|
@@ -1145,10 +1145,10 @@ const cl = /* @__PURE__ */ V({
|
|
|
1145
1145
|
"append-icon": n(s),
|
|
1146
1146
|
block: n(r),
|
|
1147
1147
|
color: n(c),
|
|
1148
|
-
density: n(
|
|
1148
|
+
density: n(p),
|
|
1149
1149
|
disabled: n(d),
|
|
1150
1150
|
height: n(u),
|
|
1151
|
-
loading: n(
|
|
1151
|
+
loading: n(m),
|
|
1152
1152
|
"max-height": n(y),
|
|
1153
1153
|
"max-width": n(b),
|
|
1154
1154
|
"min-height": n(g),
|
|
@@ -1156,13 +1156,13 @@ const cl = /* @__PURE__ */ V({
|
|
|
1156
1156
|
"prepend-icon": n($),
|
|
1157
1157
|
readonly: n(I),
|
|
1158
1158
|
ripple: n(S),
|
|
1159
|
-
size: n(
|
|
1159
|
+
size: n(P),
|
|
1160
1160
|
stacked: n(E),
|
|
1161
1161
|
text: n(F),
|
|
1162
|
-
theme: n(
|
|
1162
|
+
theme: n(j),
|
|
1163
1163
|
variant: n(N),
|
|
1164
1164
|
width: n(C),
|
|
1165
|
-
onClick:
|
|
1165
|
+
onClick: G
|
|
1166
1166
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1167
1167
|
]),
|
|
1168
1168
|
_: 1
|
|
@@ -1198,7 +1198,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1198
1198
|
]), { property: c } = l(e, [
|
|
1199
1199
|
"settings",
|
|
1200
1200
|
"readonly"
|
|
1201
|
-
]), { property:
|
|
1201
|
+
]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: u } = D(), { property: m } = l(e, ["settings", "tile"]), { property: y } = l(e, ["settings", "variant"]);
|
|
1202
1202
|
return (b, g) => {
|
|
1203
1203
|
const x = A("v-btn-toggle");
|
|
1204
1204
|
return h(), _(x, {
|
|
@@ -1208,10 +1208,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1208
1208
|
mandatory: n(r),
|
|
1209
1209
|
multiple: n(a),
|
|
1210
1210
|
readonly: n(c),
|
|
1211
|
-
size: n(
|
|
1211
|
+
size: n(p),
|
|
1212
1212
|
stacked: n(d),
|
|
1213
1213
|
theme: n(u),
|
|
1214
|
-
tile: n(
|
|
1214
|
+
tile: n(m),
|
|
1215
1215
|
variant: n(y)
|
|
1216
1216
|
}, {
|
|
1217
1217
|
default: k(() => [
|
|
@@ -1231,25 +1231,25 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1231
1231
|
const e = t, { property: i } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
1232
1232
|
"settings",
|
|
1233
1233
|
"disabled"
|
|
1234
|
-
]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property:
|
|
1234
|
+
]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property: p } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: m } = l(e, [
|
|
1235
1235
|
"settings",
|
|
1236
1236
|
"subtitle"
|
|
1237
1237
|
]), { property: y } = l(e, ["settings", "text"]), { theme: b } = D(), { property: g } = l(e, ["settings", "title"]), { property: x } = l(e, ["settings", "variant"]), { property: $ } = l(e, ["size", "width"]);
|
|
1238
1238
|
return (I, S) => {
|
|
1239
|
-
const
|
|
1239
|
+
const P = A("v-card");
|
|
1240
1240
|
return h(), _(n(M), { block: "" }, {
|
|
1241
1241
|
default: k(() => [
|
|
1242
|
-
R(
|
|
1242
|
+
R(P, {
|
|
1243
1243
|
density: n(i),
|
|
1244
1244
|
disabled: n(o),
|
|
1245
1245
|
height: n(s),
|
|
1246
1246
|
hover: n(r),
|
|
1247
1247
|
loading: n(a),
|
|
1248
1248
|
"max-height": n(c),
|
|
1249
|
-
"max-width": n(
|
|
1249
|
+
"max-width": n(p),
|
|
1250
1250
|
"min-height": n(d),
|
|
1251
1251
|
"min-width": n(u),
|
|
1252
|
-
subtitle: n(
|
|
1252
|
+
subtitle: n(m),
|
|
1253
1253
|
text: n(y),
|
|
1254
1254
|
theme: n(b),
|
|
1255
1255
|
title: n(g),
|
|
@@ -1303,13 +1303,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1303
1303
|
const e = t, { property: i } = l(e, [
|
|
1304
1304
|
"settings",
|
|
1305
1305
|
"closable"
|
|
1306
|
-
]), { property: o } = l(e, ["settings", "color"]), { color: s } =
|
|
1306
|
+
]), { property: o } = l(e, ["settings", "color"]), { color: s } = O(o), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
|
|
1307
1307
|
"settings",
|
|
1308
1308
|
"disabled"
|
|
1309
1309
|
]), { property: c } = l(e, [
|
|
1310
1310
|
"settings",
|
|
1311
1311
|
"draggable"
|
|
1312
|
-
]), { property:
|
|
1312
|
+
]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "text"]), { theme: y } = D(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
|
|
1313
1313
|
return ($, I) => {
|
|
1314
1314
|
const S = A("v-chip");
|
|
1315
1315
|
return h(), _(n(M), null, {
|
|
@@ -1320,10 +1320,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1320
1320
|
density: n(r),
|
|
1321
1321
|
disabled: n(a),
|
|
1322
1322
|
draggable: n(c),
|
|
1323
|
-
filter: n(
|
|
1323
|
+
filter: n(p),
|
|
1324
1324
|
label: n(d),
|
|
1325
1325
|
size: n(u),
|
|
1326
|
-
text: n(
|
|
1326
|
+
text: n(m),
|
|
1327
1327
|
theme: n(y),
|
|
1328
1328
|
tile: n(b),
|
|
1329
1329
|
value: n(g),
|
|
@@ -1353,11 +1353,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1353
1353
|
]), { property: c } = l(e, [
|
|
1354
1354
|
"settings",
|
|
1355
1355
|
"multiple"
|
|
1356
|
-
]), { property:
|
|
1356
|
+
]), { property: p } = l(e, [
|
|
1357
1357
|
"settings",
|
|
1358
1358
|
"showArrows"
|
|
1359
1359
|
]), { theme: d } = D(), { property: u } = l(e, ["settings", "value"]);
|
|
1360
|
-
return (
|
|
1360
|
+
return (m, y) => {
|
|
1361
1361
|
const b = A("v-chip-group");
|
|
1362
1362
|
return h(), _(b, {
|
|
1363
1363
|
modelValue: n(u),
|
|
@@ -1368,11 +1368,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1368
1368
|
filter: n(r),
|
|
1369
1369
|
mandatory: n(a),
|
|
1370
1370
|
multiple: n(c),
|
|
1371
|
-
"show-arrows": n(
|
|
1371
|
+
"show-arrows": n(p),
|
|
1372
1372
|
theme: n(d)
|
|
1373
1373
|
}, {
|
|
1374
1374
|
default: k(() => [
|
|
1375
|
-
B(
|
|
1375
|
+
B(m.$slots, "default")
|
|
1376
1376
|
]),
|
|
1377
1377
|
_: 3
|
|
1378
1378
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
@@ -1394,7 +1394,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1394
1394
|
]), { property: c } = l(e, [
|
|
1395
1395
|
"settings",
|
|
1396
1396
|
"hideCanvas"
|
|
1397
|
-
]), { property:
|
|
1397
|
+
]), { property: p } = l(e, [
|
|
1398
1398
|
"settings",
|
|
1399
1399
|
"hideHeader"
|
|
1400
1400
|
]), { property: d } = l(e, [
|
|
@@ -1403,7 +1403,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1403
1403
|
]), { property: u } = l(e, [
|
|
1404
1404
|
"settings",
|
|
1405
1405
|
"hideSliders"
|
|
1406
|
-
]), { property:
|
|
1406
|
+
]), { property: m } = l(e, [
|
|
1407
1407
|
"settings",
|
|
1408
1408
|
"landscape"
|
|
1409
1409
|
]), { property: y } = l(e, [
|
|
@@ -1417,10 +1417,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1417
1417
|
R($, {
|
|
1418
1418
|
disabled: n(a),
|
|
1419
1419
|
"hide-canvas": n(c),
|
|
1420
|
-
"hide-header": n(
|
|
1420
|
+
"hide-header": n(p),
|
|
1421
1421
|
"hide-inputs": n(d),
|
|
1422
1422
|
"hide-sliders": n(u),
|
|
1423
|
-
landscape: n(
|
|
1423
|
+
landscape: n(m),
|
|
1424
1424
|
"show-swatches": n(y),
|
|
1425
1425
|
style: ee(r.value),
|
|
1426
1426
|
theme: n(b)
|
|
@@ -1449,14 +1449,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1449
1449
|
]), { property: a } = l(e, [
|
|
1450
1450
|
"settings",
|
|
1451
1451
|
"singleLine"
|
|
1452
|
-
]), { theme: c } = D(), { property:
|
|
1452
|
+
]), { theme: c } = D(), { property: p } = l(e, ["settings", "value"]);
|
|
1453
1453
|
return (d, u) => {
|
|
1454
|
-
const
|
|
1454
|
+
const m = A("v-combobox");
|
|
1455
1455
|
return h(), _(n(M), null, {
|
|
1456
1456
|
default: k(() => [
|
|
1457
|
-
R(
|
|
1458
|
-
modelValue: n(
|
|
1459
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(
|
|
1457
|
+
R(m, {
|
|
1458
|
+
modelValue: n(p),
|
|
1459
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
|
|
1460
1460
|
"hide-details": n(i),
|
|
1461
1461
|
label: n(o),
|
|
1462
1462
|
placeholder: n(s),
|
|
@@ -1479,16 +1479,16 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1479
1479
|
const e = t, i = fe(), o = ke(), { property: s } = l(e, [
|
|
1480
1480
|
"settings",
|
|
1481
1481
|
"backgroundColor"
|
|
1482
|
-
]), { color: r } =
|
|
1483
|
-
const
|
|
1484
|
-
return i === "page" ? y === "common" ? (a(
|
|
1482
|
+
]), { color: r } = O(s), { applySize: a } = ye(e), { applyMargin: c } = Mn(e), { applyPadding: p } = Dn(e), { applyBorder: d } = Nn(e), u = v(() => {
|
|
1483
|
+
const m = {}, y = o.value.type;
|
|
1484
|
+
return i === "page" ? y === "common" ? (a(m), c(m), p(m), d(m), r.value && (m.backgroundColor = r.value)) : console.assert(!1) : i === "comp" && y === "common" ? (a(m), c(m), p(m), d(m), r.value && (m.backgroundColor = r.value)) : console.assert(!1), m;
|
|
1485
1485
|
});
|
|
1486
|
-
return (
|
|
1486
|
+
return (m, y) => (h(), _(n(M), { block: "" }, {
|
|
1487
1487
|
default: k(() => [
|
|
1488
1488
|
q("div", {
|
|
1489
1489
|
style: ee(u.value)
|
|
1490
1490
|
}, [
|
|
1491
|
-
B(
|
|
1491
|
+
B(m.$slots, "default")
|
|
1492
1492
|
], 4)
|
|
1493
1493
|
]),
|
|
1494
1494
|
_: 3
|
|
@@ -1507,14 +1507,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1507
1507
|
]), { property: s } = l(e, [
|
|
1508
1508
|
"settings",
|
|
1509
1509
|
"fixedHeader"
|
|
1510
|
-
]), { property: r } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: c } = l(e, ["settings", "hover"]), { property:
|
|
1510
|
+
]), { property: r } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: c } = l(e, ["settings", "hover"]), { property: p } = l(
|
|
1511
1511
|
e,
|
|
1512
1512
|
["settings", "data"],
|
|
1513
1513
|
!0
|
|
1514
1514
|
), { property: d } = l(e, ["settings", "loading"]), { property: u } = l(e, [
|
|
1515
1515
|
"settings",
|
|
1516
1516
|
"multiSort"
|
|
1517
|
-
]), { theme:
|
|
1517
|
+
]), { theme: m } = D(), { property: y } = l(e, ["size", "width"]), b = v(() => {
|
|
1518
1518
|
const g = [];
|
|
1519
1519
|
return (e.node.slots?.items ?? []).forEach(($) => {
|
|
1520
1520
|
$.column && $.comp && g.push($);
|
|
@@ -1531,10 +1531,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1531
1531
|
headers: n(r),
|
|
1532
1532
|
height: n(a),
|
|
1533
1533
|
hover: n(c),
|
|
1534
|
-
items: n(
|
|
1534
|
+
items: n(p),
|
|
1535
1535
|
loading: n(d),
|
|
1536
1536
|
"multi-sort": n(u),
|
|
1537
|
-
theme: n(
|
|
1537
|
+
theme: n(m),
|
|
1538
1538
|
width: n(y)
|
|
1539
1539
|
}, En({ _: 2 }, [
|
|
1540
1540
|
Xo(b.value, (I) => ({
|
|
@@ -1566,30 +1566,30 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1566
1566
|
});
|
|
1567
1567
|
};
|
|
1568
1568
|
}
|
|
1569
|
-
}),
|
|
1569
|
+
}), Tl = ["id"], Pl = /* @__PURE__ */ V({
|
|
1570
1570
|
__name: "index",
|
|
1571
1571
|
props: {
|
|
1572
1572
|
node: {},
|
|
1573
1573
|
outer: { type: Boolean }
|
|
1574
1574
|
},
|
|
1575
1575
|
setup(t) {
|
|
1576
|
-
const e = t, i =
|
|
1577
|
-
return
|
|
1576
|
+
const e = t, i = H(), o = v(() => e.node.basic?.id), { open: s } = lo(`runtimeDlg/${ro()}`);
|
|
1577
|
+
return Ge(e, "open", () => {
|
|
1578
1578
|
s.value = !0;
|
|
1579
|
-
}),
|
|
1579
|
+
}), Ge(e, "close", () => {
|
|
1580
1580
|
s.value = !1;
|
|
1581
1581
|
}), (r, a) => {
|
|
1582
1582
|
const c = A("v-dialog");
|
|
1583
1583
|
return h(), _(c, {
|
|
1584
1584
|
modelValue: n(s),
|
|
1585
|
-
"onUpdate:modelValue": a[0] || (a[0] = (
|
|
1585
|
+
"onUpdate:modelValue": a[0] || (a[0] = (p) => X(s) ? s.value = p : null),
|
|
1586
1586
|
attach: "#dialogContainer"
|
|
1587
1587
|
}, {
|
|
1588
1588
|
activator: k(() => [
|
|
1589
1589
|
n(i) === "editor" ? (h(), te("div", {
|
|
1590
1590
|
key: 0,
|
|
1591
1591
|
id: `__node__@${o.value}`
|
|
1592
|
-
}, null, 8,
|
|
1592
|
+
}, null, 8, Tl)) : ne("", !0)
|
|
1593
1593
|
]),
|
|
1594
1594
|
default: k(() => [
|
|
1595
1595
|
B(r.$slots, "default")
|
|
@@ -1611,13 +1611,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1611
1611
|
]), { property: r } = l(e, [
|
|
1612
1612
|
"settings",
|
|
1613
1613
|
"disabled"
|
|
1614
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property:
|
|
1614
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, [
|
|
1615
1615
|
"settings",
|
|
1616
1616
|
"multiple"
|
|
1617
1617
|
]), { property: d } = l(e, [
|
|
1618
1618
|
"settings",
|
|
1619
1619
|
"readonly"
|
|
1620
|
-
]), { property: u } = l(e, ["settings", "reverse"]), { property:
|
|
1620
|
+
]), { property: u } = l(e, ["settings", "reverse"]), { property: m } = l(e, [
|
|
1621
1621
|
"settings",
|
|
1622
1622
|
"singleLine"
|
|
1623
1623
|
]);
|
|
@@ -1632,10 +1632,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1632
1632
|
disabled: n(r),
|
|
1633
1633
|
label: n(a),
|
|
1634
1634
|
loading: n(c),
|
|
1635
|
-
multiple: n(
|
|
1635
|
+
multiple: n(p),
|
|
1636
1636
|
readonly: n(d),
|
|
1637
1637
|
reverse: n(u),
|
|
1638
|
-
"single-line": n(
|
|
1638
|
+
"single-line": n(m)
|
|
1639
1639
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"])
|
|
1640
1640
|
]),
|
|
1641
1641
|
_: 1
|
|
@@ -1649,22 +1649,22 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1649
1649
|
outer: { type: Boolean }
|
|
1650
1650
|
},
|
|
1651
1651
|
setup(t) {
|
|
1652
|
-
const e = t, i = Ce(), o = fe(), s = ke(), { applySize: r } = ye(e), { applyMargin: a } = Mn(e), { applyPadding: c } = Dn(e), { applyBorder:
|
|
1652
|
+
const e = t, i = Ce(), o = fe(), s = ke(), { applySize: r } = ye(e), { applyMargin: a } = Mn(e), { applyPadding: c } = Dn(e), { applyBorder: p } = Nn(e), { property: d } = l(e, [
|
|
1653
1653
|
"settings",
|
|
1654
1654
|
"backgroundColor"
|
|
1655
|
-
]), { color: u } =
|
|
1655
|
+
]), { color: u } = O(d), m = (b) => {
|
|
1656
1656
|
u.value && (b.backgroundColor = u.value), b.display = "flex";
|
|
1657
|
-
const g = Fe(i.value.width), x =
|
|
1657
|
+
const g = Fe(i.value.width), x = Te(g, e.node.settings?.direction);
|
|
1658
1658
|
x === "row" ? b.flexDirection = "row" : x === "rowReverse" ? b.flexDirection = "row-reverse" : x === "column" ? b.flexDirection = "column" : x === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1659
|
-
const $ =
|
|
1659
|
+
const $ = Te(g, e.node.settings?.wrap);
|
|
1660
1660
|
$ === "no" ? b.flexWrap = "nowrap" : $ === "yes" ? b.flexWrap = "wrap" : $ === "reverse" && (b.flexWrap = "wrap-reverse");
|
|
1661
|
-
const I =
|
|
1661
|
+
const I = Te(g, e.node.settings?.mainAlign);
|
|
1662
1662
|
I === "start" ? b.justifyContent = "flex-start" : I === "end" ? b.justifyContent = "flex-end" : I === "center" ? b.justifyContent = "center" : I === "spaceBetween" ? b.justifyContent = "space-between" : I === "spaceAround" ? b.justifyContent = "space-around" : I === "spaceEvenly" && (b.justifyContent = "space-evenly");
|
|
1663
|
-
const S =
|
|
1663
|
+
const S = Te(g, e.node.settings?.crossAlign);
|
|
1664
1664
|
S === "start" ? b.alignItems = "flex-start" : S === "end" ? b.alignItems = "flex-end" : S === "center" ? b.alignItems = "center" : S === "baseline" ? b.alignItems = "baseline" : S === "stretch" && (b.alignItems = "stretch");
|
|
1665
1665
|
}, y = v(() => {
|
|
1666
1666
|
const b = {}, g = s.value.type;
|
|
1667
|
-
return o === "page" ? g === "common" ? (r(b), a(b), c(b),
|
|
1667
|
+
return o === "page" ? g === "common" ? (r(b), a(b), c(b), p(b), m(b)) : console.assert(!1) : o === "comp" && g === "common" ? (r(b), a(b), c(b), p(b), m(b)) : console.assert(!1), b;
|
|
1668
1668
|
});
|
|
1669
1669
|
return (b, g) => (h(), te("div", {
|
|
1670
1670
|
style: ee(y.value)
|
|
@@ -1680,13 +1680,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1680
1680
|
},
|
|
1681
1681
|
setup(t) {
|
|
1682
1682
|
const e = t, i = fe(), o = ke(), { applySize: s } = ye(e), { property: r } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]), c = v(() => {
|
|
1683
|
-
const
|
|
1684
|
-
return i === "page" ? d === "common" ? (s(
|
|
1683
|
+
const p = {}, d = o.value.type;
|
|
1684
|
+
return i === "page" ? d === "common" ? (s(p), p.flexGrow = r.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && d === "common" ? (s(p), p.flexGrow = r.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1), p;
|
|
1685
1685
|
});
|
|
1686
|
-
return (
|
|
1686
|
+
return (p, d) => (h(), te("div", {
|
|
1687
1687
|
style: ee(c.value)
|
|
1688
1688
|
}, [
|
|
1689
|
-
B(
|
|
1689
|
+
B(p.$slots, "default")
|
|
1690
1690
|
], 4));
|
|
1691
1691
|
}
|
|
1692
1692
|
}), El = /* @__PURE__ */ V({
|
|
@@ -1696,15 +1696,15 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1696
1696
|
outer: { type: Boolean }
|
|
1697
1697
|
},
|
|
1698
1698
|
setup(t) {
|
|
1699
|
-
const e = t, i =
|
|
1699
|
+
const e = t, i = H(), o = fe(), s = ke(), r = be(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
|
|
1700
1700
|
"settings",
|
|
1701
1701
|
"fastFail"
|
|
1702
|
-
]), { property:
|
|
1702
|
+
]), { property: p } = l(e, [
|
|
1703
1703
|
"settings",
|
|
1704
1704
|
"backgroundColor"
|
|
1705
|
-
]), { color: d } =
|
|
1705
|
+
]), { color: d } = O(p), { applySize: u } = ye(e), { applyMargin: m } = Mn(e), { applyPadding: y } = Dn(e), { applyBorder: b } = Nn(e), g = v(() => {
|
|
1706
1706
|
const $ = {}, I = s.value.type;
|
|
1707
|
-
return o === "page" ? I === "common" ? (u($),
|
|
1707
|
+
return o === "page" ? I === "common" ? (u($), m($), y($), b($), d.value && ($.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && I === "common" ? (u($), m($), y($), b($), d.value && ($.backgroundColor = d.value)) : console.assert(!1), $;
|
|
1708
1708
|
}), x = () => {
|
|
1709
1709
|
Q(i) && r.callFunction(
|
|
1710
1710
|
"__triggerEventV1__",
|
|
@@ -1715,7 +1715,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1715
1715
|
const S = A("v-form");
|
|
1716
1716
|
return h(), _(S, {
|
|
1717
1717
|
modelValue: n(a),
|
|
1718
|
-
"onUpdate:modelValue": I[0] || (I[0] = (
|
|
1718
|
+
"onUpdate:modelValue": I[0] || (I[0] = (P) => X(a) ? a.value = P : null),
|
|
1719
1719
|
"fast-fail": n(c),
|
|
1720
1720
|
style: ee(g.value),
|
|
1721
1721
|
onSubmit: Yo(x, ["prevent"])
|
|
@@ -1734,11 +1734,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1734
1734
|
outer: { type: Boolean }
|
|
1735
1735
|
},
|
|
1736
1736
|
setup(t) {
|
|
1737
|
-
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } =
|
|
1737
|
+
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = O(i), { property: s } = l(e, [
|
|
1738
1738
|
"settings",
|
|
1739
1739
|
"disabled"
|
|
1740
1740
|
]), { property: r } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme: c } = D();
|
|
1741
|
-
return (
|
|
1741
|
+
return (p, d) => {
|
|
1742
1742
|
const u = A("v-icon");
|
|
1743
1743
|
return h(), _(u, {
|
|
1744
1744
|
color: n(o),
|
|
@@ -1756,16 +1756,16 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1756
1756
|
outer: { type: Boolean }
|
|
1757
1757
|
},
|
|
1758
1758
|
setup(t) {
|
|
1759
|
-
const e = t, i =
|
|
1760
|
-
return
|
|
1761
|
-
s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"),
|
|
1762
|
-
}),
|
|
1763
|
-
|
|
1759
|
+
const e = t, i = H(), o = be(), s = ie(0), r = ie(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: p } = lo(`runtimeMenu/${ro()}`);
|
|
1760
|
+
return Ge(e, "open", () => {
|
|
1761
|
+
s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), p.value = !0;
|
|
1762
|
+
}), Ge(e, "close", () => {
|
|
1763
|
+
p.value = !1;
|
|
1764
1764
|
}), (d, u) => {
|
|
1765
|
-
const
|
|
1766
|
-
return h(), _(
|
|
1767
|
-
modelValue: n(
|
|
1768
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(
|
|
1765
|
+
const m = A("v-menu");
|
|
1766
|
+
return h(), _(m, {
|
|
1767
|
+
modelValue: n(p),
|
|
1768
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
|
|
1769
1769
|
attach: "menuContainer",
|
|
1770
1770
|
"location-strategy": "connected",
|
|
1771
1771
|
scrim: "transparent",
|
|
@@ -1805,7 +1805,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1805
1805
|
]), { property: r } = l(e, [
|
|
1806
1806
|
"settings",
|
|
1807
1807
|
"hideDetails"
|
|
1808
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property:
|
|
1808
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["size", "maxWidth"]), { property: u } = l(e, ["settings", "min"]), { property: m } = l(e, ["size", "minWidth"]), { property: y } = l(e, [
|
|
1809
1809
|
"settings",
|
|
1810
1810
|
"placeholder"
|
|
1811
1811
|
]), { property: b } = l(e, [
|
|
@@ -1822,10 +1822,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1822
1822
|
]), { property: I } = l(e, [
|
|
1823
1823
|
"settings",
|
|
1824
1824
|
"readonly"
|
|
1825
|
-
]), { property: S } = l(e, ["settings", "reverse"]), { property:
|
|
1825
|
+
]), { property: S } = l(e, ["settings", "reverse"]), { property: P } = l(e, [
|
|
1826
1826
|
"settings",
|
|
1827
1827
|
"singleLine"
|
|
1828
|
-
]), { property: E } = l(e, ["settings", "step"]), { property: F } = l(e, ["settings", "suffix"]), { theme:
|
|
1828
|
+
]), { property: E } = l(e, ["settings", "step"]), { property: F } = l(e, ["settings", "suffix"]), { theme: j } = D(), { property: N } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: G } = l(e, ["size", "width"]);
|
|
1829
1829
|
return (Z, re) => {
|
|
1830
1830
|
const ue = A("v-number-input");
|
|
1831
1831
|
return h(), _(n(M), { block: "" }, {
|
|
@@ -1839,10 +1839,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1839
1839
|
"hide-details": n(r),
|
|
1840
1840
|
label: n(a),
|
|
1841
1841
|
loading: n(c),
|
|
1842
|
-
max: n(
|
|
1842
|
+
max: n(p),
|
|
1843
1843
|
"max-width": n(d),
|
|
1844
1844
|
min: n(u),
|
|
1845
|
-
"min-width": n(
|
|
1845
|
+
"min-width": n(m),
|
|
1846
1846
|
placeholder: n(y),
|
|
1847
1847
|
precision: n(b),
|
|
1848
1848
|
prefix: n(g),
|
|
@@ -1850,12 +1850,12 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1850
1850
|
"prepend-inner-icon": n($),
|
|
1851
1851
|
readonly: n(I),
|
|
1852
1852
|
reverse: n(S),
|
|
1853
|
-
"single-line": n(
|
|
1853
|
+
"single-line": n(P),
|
|
1854
1854
|
step: n(E),
|
|
1855
1855
|
suffix: n(F),
|
|
1856
|
-
theme: n(
|
|
1856
|
+
theme: n(j),
|
|
1857
1857
|
variant: n(C),
|
|
1858
|
-
width: n(
|
|
1858
|
+
width: n(G)
|
|
1859
1859
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
1860
1860
|
]),
|
|
1861
1861
|
_: 1
|
|
@@ -1869,13 +1869,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1869
1869
|
outer: { type: Boolean }
|
|
1870
1870
|
},
|
|
1871
1871
|
setup(t) {
|
|
1872
|
-
const e = t, i =
|
|
1872
|
+
const e = t, i = H(), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
1873
1873
|
"settings",
|
|
1874
1874
|
"disabled"
|
|
1875
1875
|
]), { property: r } = l(e, ["settings", "length"]), { property: a } = l(e, [
|
|
1876
1876
|
"settings",
|
|
1877
1877
|
"showFirstLastPage"
|
|
1878
|
-
]), { property: c } = l(e, ["settings", "size"]), { property:
|
|
1878
|
+
]), { property: c } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "start"]), { theme: d } = D(), { property: u } = l(e, ["settings", "tile"]), { property: m } = l(e, ["settings", "value"]), { property: y } = l(e, ["settings", "variant"]), b = v(() => {
|
|
1879
1879
|
const g = {};
|
|
1880
1880
|
return i === "editor" && (g.pointerEvents = "none"), g;
|
|
1881
1881
|
});
|
|
@@ -1884,14 +1884,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1884
1884
|
return h(), _(n(M), { block: "" }, {
|
|
1885
1885
|
default: k(() => [
|
|
1886
1886
|
R($, {
|
|
1887
|
-
modelValue: n(
|
|
1888
|
-
"onUpdate:modelValue": x[0] || (x[0] = (I) => X(
|
|
1887
|
+
modelValue: n(m),
|
|
1888
|
+
"onUpdate:modelValue": x[0] || (x[0] = (I) => X(m) ? m.value = I : null),
|
|
1889
1889
|
density: n(o),
|
|
1890
1890
|
disabled: n(s),
|
|
1891
1891
|
length: n(r),
|
|
1892
1892
|
"show-first-last-page": n(a),
|
|
1893
1893
|
size: n(c),
|
|
1894
|
-
start: n(
|
|
1894
|
+
start: n(p),
|
|
1895
1895
|
style: ee(b.value),
|
|
1896
1896
|
theme: n(d),
|
|
1897
1897
|
tile: n(u),
|
|
@@ -1909,14 +1909,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1909
1909
|
outer: { type: Boolean }
|
|
1910
1910
|
},
|
|
1911
1911
|
setup(t) {
|
|
1912
|
-
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } =
|
|
1912
|
+
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = O(i), { property: s } = l(e, ["settings", "density"]), { property: r } = l(e, [
|
|
1913
1913
|
"settings",
|
|
1914
1914
|
"disabled"
|
|
1915
1915
|
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, [
|
|
1916
1916
|
"settings",
|
|
1917
1917
|
"readonly"
|
|
1918
|
-
]), { theme:
|
|
1919
|
-
return (u,
|
|
1918
|
+
]), { theme: p } = D(), { property: d } = l(e, ["settings", "value"]);
|
|
1919
|
+
return (u, m) => {
|
|
1920
1920
|
const y = A("v-radio");
|
|
1921
1921
|
return h(), _(y, {
|
|
1922
1922
|
color: n(o),
|
|
@@ -1924,7 +1924,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1924
1924
|
disabled: n(r),
|
|
1925
1925
|
label: n(a),
|
|
1926
1926
|
readonly: n(c),
|
|
1927
|
-
theme: n(
|
|
1927
|
+
theme: n(p),
|
|
1928
1928
|
value: n(d)
|
|
1929
1929
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1930
1930
|
};
|
|
@@ -1945,14 +1945,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1945
1945
|
]), { property: r } = l(e, ["settings", "inline"]), { property: a } = l(e, [
|
|
1946
1946
|
"settings",
|
|
1947
1947
|
"readonly"
|
|
1948
|
-
]), { theme: c } = D(), { property:
|
|
1948
|
+
]), { theme: c } = D(), { property: p } = l(e, ["settings", "value"]);
|
|
1949
1949
|
return (d, u) => {
|
|
1950
|
-
const
|
|
1950
|
+
const m = A("v-radio-group");
|
|
1951
1951
|
return h(), _(n(M), null, {
|
|
1952
1952
|
default: k(() => [
|
|
1953
|
-
R(
|
|
1954
|
-
modelValue: n(
|
|
1955
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(
|
|
1953
|
+
R(m, {
|
|
1954
|
+
modelValue: n(p),
|
|
1955
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
|
|
1956
1956
|
density: n(i),
|
|
1957
1957
|
direction: n(o),
|
|
1958
1958
|
disabled: n(s),
|
|
@@ -1970,7 +1970,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1970
1970
|
});
|
|
1971
1971
|
};
|
|
1972
1972
|
}
|
|
1973
|
-
}),
|
|
1973
|
+
}), Gl = /* @__PURE__ */ V({
|
|
1974
1974
|
__name: "index",
|
|
1975
1975
|
props: {
|
|
1976
1976
|
node: {},
|
|
@@ -1986,13 +1986,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
1986
1986
|
]), { property: r } = l(e, [
|
|
1987
1987
|
"settings",
|
|
1988
1988
|
"hideDetails"
|
|
1989
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "max"]), { property:
|
|
1989
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "max"]), { property: p } = l(e, ["settings", "min"]), { property: d } = l(e, [
|
|
1990
1990
|
"settings",
|
|
1991
1991
|
"readonly"
|
|
1992
1992
|
]), { property: u } = l(e, [
|
|
1993
1993
|
"settings",
|
|
1994
1994
|
"showTicks"
|
|
1995
|
-
]),
|
|
1995
|
+
]), m = v(() => {
|
|
1996
1996
|
if (u.value === "always")
|
|
1997
1997
|
return "always";
|
|
1998
1998
|
if (u.value === "show")
|
|
@@ -2012,11 +2012,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2012
2012
|
if (!I.value)
|
|
2013
2013
|
return;
|
|
2014
2014
|
const N = {};
|
|
2015
|
-
for (const { value: C, label:
|
|
2016
|
-
N[C] =
|
|
2015
|
+
for (const { value: C, label: G } of I.value)
|
|
2016
|
+
N[C] = G;
|
|
2017
2017
|
if (!fo(N))
|
|
2018
2018
|
return N;
|
|
2019
|
-
}), { property:
|
|
2019
|
+
}), { property: P } = l(e, [
|
|
2020
2020
|
"settings",
|
|
2021
2021
|
"tickSize"
|
|
2022
2022
|
]), { property: E } = l(e, [
|
|
@@ -2027,33 +2027,33 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2027
2027
|
"settings",
|
|
2028
2028
|
"value",
|
|
2029
2029
|
"end"
|
|
2030
|
-
]),
|
|
2030
|
+
]), j = v({
|
|
2031
2031
|
get: () => [E.value, F.value],
|
|
2032
2032
|
set: ([N, C]) => {
|
|
2033
2033
|
E.value = N, F.value = C;
|
|
2034
2034
|
}
|
|
2035
2035
|
});
|
|
2036
2036
|
return (N, C) => {
|
|
2037
|
-
const
|
|
2037
|
+
const G = A("v-range-slider");
|
|
2038
2038
|
return h(), _(n(M), { block: "" }, {
|
|
2039
2039
|
default: k(() => [
|
|
2040
|
-
R(
|
|
2041
|
-
modelValue:
|
|
2042
|
-
"onUpdate:modelValue": C[0] || (C[0] = (Z) =>
|
|
2040
|
+
R(G, {
|
|
2041
|
+
modelValue: j.value,
|
|
2042
|
+
"onUpdate:modelValue": C[0] || (C[0] = (Z) => j.value = Z),
|
|
2043
2043
|
density: n(i),
|
|
2044
2044
|
direction: n(o),
|
|
2045
2045
|
disabled: n(s),
|
|
2046
2046
|
"hide-details": n(r),
|
|
2047
2047
|
label: n(a),
|
|
2048
2048
|
max: n(c),
|
|
2049
|
-
min: n(
|
|
2049
|
+
min: n(p),
|
|
2050
2050
|
readonly: n(d),
|
|
2051
|
-
"show-ticks":
|
|
2051
|
+
"show-ticks": m.value,
|
|
2052
2052
|
step: n(y),
|
|
2053
2053
|
theme: n(b),
|
|
2054
2054
|
"thumb-label": x.value,
|
|
2055
2055
|
"thumb-size": n($),
|
|
2056
|
-
"tick-size": n(
|
|
2056
|
+
"tick-size": n(P),
|
|
2057
2057
|
ticks: S.value
|
|
2058
2058
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2059
2059
|
]),
|
|
@@ -2061,7 +2061,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2061
2061
|
});
|
|
2062
2062
|
};
|
|
2063
2063
|
}
|
|
2064
|
-
}),
|
|
2064
|
+
}), jl = /* @__PURE__ */ V({
|
|
2065
2065
|
__name: "index",
|
|
2066
2066
|
props: {
|
|
2067
2067
|
node: {},
|
|
@@ -2077,11 +2077,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2077
2077
|
]), { property: r } = l(e, [
|
|
2078
2078
|
"settings",
|
|
2079
2079
|
"halfIncrements"
|
|
2080
|
-
]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "length"]), { property:
|
|
2080
|
+
]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "length"]), { property: p } = l(e, [
|
|
2081
2081
|
"settings",
|
|
2082
2082
|
"readonly"
|
|
2083
2083
|
]), { theme: d } = D(), { property: u } = l(e, ["settings", "value"]);
|
|
2084
|
-
return (
|
|
2084
|
+
return (m, y) => {
|
|
2085
2085
|
const b = A("v-rating");
|
|
2086
2086
|
return h(), _(n(M), null, {
|
|
2087
2087
|
default: k(() => [
|
|
@@ -2094,7 +2094,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2094
2094
|
"half-increments": n(r),
|
|
2095
2095
|
hover: n(a),
|
|
2096
2096
|
length: n(c),
|
|
2097
|
-
readonly: n(
|
|
2097
|
+
readonly: n(p),
|
|
2098
2098
|
theme: n(d)
|
|
2099
2099
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
2100
2100
|
]),
|
|
@@ -2102,7 +2102,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2102
2102
|
});
|
|
2103
2103
|
};
|
|
2104
2104
|
}
|
|
2105
|
-
}),
|
|
2105
|
+
}), Hl = /* @__PURE__ */ V({
|
|
2106
2106
|
__name: "index",
|
|
2107
2107
|
props: {
|
|
2108
2108
|
node: {},
|
|
@@ -2121,14 +2121,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2121
2121
|
]), { property: a } = l(e, [
|
|
2122
2122
|
"settings",
|
|
2123
2123
|
"singleLine"
|
|
2124
|
-
]), { theme: c } = D(), { property:
|
|
2124
|
+
]), { theme: c } = D(), { property: p } = l(e, ["settings", "value"]);
|
|
2125
2125
|
return (d, u) => {
|
|
2126
|
-
const
|
|
2126
|
+
const m = A("v-select");
|
|
2127
2127
|
return h(), _(n(M), { block: "" }, {
|
|
2128
2128
|
default: k(() => [
|
|
2129
|
-
R(
|
|
2130
|
-
modelValue: n(
|
|
2131
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(
|
|
2129
|
+
R(m, {
|
|
2130
|
+
modelValue: n(p),
|
|
2131
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
|
|
2132
2132
|
"hide-details": n(i),
|
|
2133
2133
|
label: n(o),
|
|
2134
2134
|
placeholder: n(s),
|
|
@@ -2141,14 +2141,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2141
2141
|
});
|
|
2142
2142
|
};
|
|
2143
2143
|
}
|
|
2144
|
-
}),
|
|
2144
|
+
}), Ol = /* @__PURE__ */ V({
|
|
2145
2145
|
__name: "index",
|
|
2146
2146
|
props: {
|
|
2147
2147
|
node: {},
|
|
2148
2148
|
outer: { type: Boolean }
|
|
2149
2149
|
},
|
|
2150
2150
|
setup(t) {
|
|
2151
|
-
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } =
|
|
2151
|
+
const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = O(i), { property: s } = l(e, [
|
|
2152
2152
|
"settings",
|
|
2153
2153
|
"direction"
|
|
2154
2154
|
]), { property: r } = l(e, [
|
|
@@ -2157,10 +2157,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2157
2157
|
]), { property: a } = l(e, [
|
|
2158
2158
|
"settings",
|
|
2159
2159
|
"hideDetails"
|
|
2160
|
-
]), { property: c } = l(e, ["settings", "label"]), { property:
|
|
2160
|
+
]), { property: c } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: u } = l(e, [
|
|
2161
2161
|
"settings",
|
|
2162
2162
|
"readonly"
|
|
2163
|
-
]), { property:
|
|
2163
|
+
]), { property: m } = l(e, ["settings", "reverse"]), { property: y } = l(e, [
|
|
2164
2164
|
"settings",
|
|
2165
2165
|
"showTicks"
|
|
2166
2166
|
]), b = v(() => {
|
|
@@ -2171,10 +2171,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2171
2171
|
}), { property: g } = l(e, ["settings", "step"]), { theme: x } = D(), { property: $ } = l(e, [
|
|
2172
2172
|
"settings",
|
|
2173
2173
|
"thumbColor"
|
|
2174
|
-
]), { color: I } =
|
|
2174
|
+
]), { color: I } = O($), { property: S } = l(e, [
|
|
2175
2175
|
"settings",
|
|
2176
2176
|
"thumbLabel"
|
|
2177
|
-
]),
|
|
2177
|
+
]), P = v(() => {
|
|
2178
2178
|
if (S.value === "always")
|
|
2179
2179
|
return "always";
|
|
2180
2180
|
if (S.value === "show")
|
|
@@ -2182,7 +2182,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2182
2182
|
}), { property: E } = l(e, [
|
|
2183
2183
|
"settings",
|
|
2184
2184
|
"thumbSize"
|
|
2185
|
-
]), { property: F } = l(e, ["settings", "ticks"]),
|
|
2185
|
+
]), { property: F } = l(e, ["settings", "ticks"]), j = v(() => {
|
|
2186
2186
|
if (!F.value)
|
|
2187
2187
|
return;
|
|
2188
2188
|
const pe = {};
|
|
@@ -2196,7 +2196,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2196
2196
|
]), { property: C } = l(e, [
|
|
2197
2197
|
"settings",
|
|
2198
2198
|
"trackColor"
|
|
2199
|
-
]), { color:
|
|
2199
|
+
]), { color: G } = O(C), { property: Z } = l(e, ["settings", "value"]), { property: re } = l(e, ["slots", "append"]), { property: ue } = l(e, [
|
|
2200
2200
|
"slots",
|
|
2201
2201
|
"prepend"
|
|
2202
2202
|
]);
|
|
@@ -2206,25 +2206,25 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2206
2206
|
default: k(() => [
|
|
2207
2207
|
R(Jt, {
|
|
2208
2208
|
modelValue: n(Z),
|
|
2209
|
-
"onUpdate:modelValue": Me[0] || (Me[0] = (
|
|
2209
|
+
"onUpdate:modelValue": Me[0] || (Me[0] = (Oo) => X(Z) ? Z.value = Oo : null),
|
|
2210
2210
|
color: n(o),
|
|
2211
2211
|
direction: n(s),
|
|
2212
2212
|
disabled: n(r),
|
|
2213
2213
|
"hide-details": n(a),
|
|
2214
2214
|
label: n(c),
|
|
2215
|
-
max: n(
|
|
2215
|
+
max: n(p),
|
|
2216
2216
|
min: n(d),
|
|
2217
2217
|
readonly: n(u),
|
|
2218
|
-
reverse: n(
|
|
2218
|
+
reverse: n(m),
|
|
2219
2219
|
"show-ticks": b.value,
|
|
2220
2220
|
step: n(g),
|
|
2221
2221
|
theme: n(x),
|
|
2222
2222
|
"thumb-color": n(I),
|
|
2223
|
-
"thumb-label":
|
|
2223
|
+
"thumb-label": P.value,
|
|
2224
2224
|
"thumb-size": n(E),
|
|
2225
2225
|
"tick-size": n(N),
|
|
2226
|
-
ticks:
|
|
2227
|
-
"track-color": n(
|
|
2226
|
+
ticks: j.value,
|
|
2227
|
+
"track-color": n(G)
|
|
2228
2228
|
}, En({ _: 2 }, [
|
|
2229
2229
|
n(re) ? {
|
|
2230
2230
|
name: "append",
|
|
@@ -2269,7 +2269,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
|
|
|
2269
2269
|
const c = A("v-stepper");
|
|
2270
2270
|
return h(), _(c, {
|
|
2271
2271
|
modelValue: n(s),
|
|
2272
|
-
"onUpdate:modelValue": a[0] || (a[0] = (
|
|
2272
|
+
"onUpdate:modelValue": a[0] || (a[0] = (p) => X(s) ? s.value = p : null),
|
|
2273
2273
|
"hide-actions": n(i),
|
|
2274
2274
|
theme: n(o)
|
|
2275
2275
|
}, {
|
|
@@ -2355,7 +2355,7 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2355
2355
|
]), { property: a } = l(e, [
|
|
2356
2356
|
"settings",
|
|
2357
2357
|
"indeterminate"
|
|
2358
|
-
]), { property: c } = l(e, ["settings", "inline"]), { property:
|
|
2358
|
+
]), { property: c } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: m } = D(), { property: y } = l(e, ["settings", "value"]);
|
|
2359
2359
|
return (b, g) => {
|
|
2360
2360
|
const x = A("v-switch");
|
|
2361
2361
|
return h(), _(n(M), { "fit-content": !0 }, {
|
|
@@ -2369,10 +2369,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2369
2369
|
"hide-details": n(r),
|
|
2370
2370
|
indeterminate: n(a),
|
|
2371
2371
|
inline: n(c),
|
|
2372
|
-
inset: n(
|
|
2372
|
+
inset: n(p),
|
|
2373
2373
|
label: n(d),
|
|
2374
2374
|
loading: n(u),
|
|
2375
|
-
theme: n(
|
|
2375
|
+
theme: n(m)
|
|
2376
2376
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
2377
2377
|
]),
|
|
2378
2378
|
_: 1
|
|
@@ -2386,11 +2386,11 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2386
2386
|
outer: { type: Boolean }
|
|
2387
2387
|
},
|
|
2388
2388
|
setup(t) {
|
|
2389
|
-
const e = t, i =
|
|
2389
|
+
const e = t, i = H(), { property: o } = l(e, ["settings", "text"]), { theme: s } = D(), { property: r } = l(e, ["settings", "value"]), a = v(() => {
|
|
2390
2390
|
const c = {};
|
|
2391
2391
|
return i === "editor" && (c.pointerEvents = "none"), c;
|
|
2392
2392
|
});
|
|
2393
|
-
return (c,
|
|
2393
|
+
return (c, p) => {
|
|
2394
2394
|
const d = A("v-tab");
|
|
2395
2395
|
return h(), _(n(M), null, {
|
|
2396
2396
|
default: k(() => [
|
|
@@ -2419,20 +2419,20 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2419
2419
|
"settings",
|
|
2420
2420
|
"color",
|
|
2421
2421
|
"backgroundColor"
|
|
2422
|
-
]), { color: s } =
|
|
2422
|
+
]), { color: s } = O(o), { property: r } = l(e, [
|
|
2423
2423
|
"settings",
|
|
2424
2424
|
"centerActive"
|
|
2425
2425
|
]), { property: a } = l(e, [
|
|
2426
2426
|
"settings",
|
|
2427
2427
|
"color",
|
|
2428
2428
|
"selectedColor"
|
|
2429
|
-
]), { color: c } =
|
|
2429
|
+
]), { color: c } = O(a), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
|
|
2430
2430
|
"settings",
|
|
2431
2431
|
"direction"
|
|
2432
2432
|
]), { property: u } = l(e, [
|
|
2433
2433
|
"settings",
|
|
2434
2434
|
"disabled"
|
|
2435
|
-
]), { property:
|
|
2435
|
+
]), { property: m } = l(e, [
|
|
2436
2436
|
"settings",
|
|
2437
2437
|
"fixedTabs"
|
|
2438
2438
|
]), { property: y } = l(e, ["settings", "grow"]), { property: b } = l(e, [
|
|
@@ -2448,33 +2448,33 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2448
2448
|
"settings",
|
|
2449
2449
|
"color",
|
|
2450
2450
|
"sliderColor"
|
|
2451
|
-
]), { color: S } =
|
|
2452
|
-
return (
|
|
2451
|
+
]), { color: S } = O(I), { property: P } = l(e, ["settings", "stacked"]), { theme: E } = D(), { property: F } = l(e, ["settings", "value"]);
|
|
2452
|
+
return (j, N) => {
|
|
2453
2453
|
const C = A("v-tabs");
|
|
2454
2454
|
return h(), _(n(M), { block: "" }, {
|
|
2455
2455
|
default: k(() => [
|
|
2456
2456
|
R(C, {
|
|
2457
2457
|
modelValue: n(F),
|
|
2458
|
-
"onUpdate:modelValue": N[0] || (N[0] = (
|
|
2458
|
+
"onUpdate:modelValue": N[0] || (N[0] = (G) => X(F) ? F.value = G : null),
|
|
2459
2459
|
"align-tabs": n(i),
|
|
2460
2460
|
"bg-color": n(s),
|
|
2461
2461
|
"center-active": n(r),
|
|
2462
2462
|
color: n(c),
|
|
2463
|
-
density: n(
|
|
2463
|
+
density: n(p),
|
|
2464
2464
|
direction: n(d),
|
|
2465
2465
|
disabled: n(u),
|
|
2466
|
-
"fixed-tabs": n(
|
|
2466
|
+
"fixed-tabs": n(m),
|
|
2467
2467
|
grow: n(y),
|
|
2468
2468
|
"hide-slider": n(b),
|
|
2469
2469
|
items: n(g),
|
|
2470
2470
|
mandatory: n(x),
|
|
2471
2471
|
"show-arrows": n($),
|
|
2472
2472
|
"slider-color": n(S),
|
|
2473
|
-
stacked: n(
|
|
2473
|
+
stacked: n(P),
|
|
2474
2474
|
theme: n(E)
|
|
2475
2475
|
}, {
|
|
2476
2476
|
default: k(() => [
|
|
2477
|
-
B(
|
|
2477
|
+
B(j.$slots, "default")
|
|
2478
2478
|
]),
|
|
2479
2479
|
_: 3
|
|
2480
2480
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"])
|
|
@@ -2496,11 +2496,11 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2496
2496
|
]), { property: r } = l(e, [
|
|
2497
2497
|
"settings",
|
|
2498
2498
|
"emphasis"
|
|
2499
|
-
]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property:
|
|
2500
|
-
const u = [],
|
|
2501
|
-
return y && u.push(`text-${y}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`),
|
|
2499
|
+
]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: p } = l(e, ["settings", "weight"]), d = v(() => {
|
|
2500
|
+
const u = [], m = Fe(i.value.width), y = Te(m, e.node.settings?.style);
|
|
2501
|
+
return y && u.push(`text-${y}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`), p.value && u.push(`font-weight-${p.value}`), a.value && u.push("font-italic"), u.join(" ");
|
|
2502
2502
|
});
|
|
2503
|
-
return (u,
|
|
2503
|
+
return (u, m) => (h(), _(n(M), null, {
|
|
2504
2504
|
default: k(() => [
|
|
2505
2505
|
q("span", {
|
|
2506
2506
|
class: qo(d.value)
|
|
@@ -2525,21 +2525,21 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2525
2525
|
]), { property: s } = l(e, ["settings", "density"]), { property: r } = l(e, [
|
|
2526
2526
|
"settings",
|
|
2527
2527
|
"disabled"
|
|
2528
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property:
|
|
2528
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "maxRows"]), { property: d } = l(e, [
|
|
2529
2529
|
"settings",
|
|
2530
2530
|
"placeholder"
|
|
2531
2531
|
]), { property: u } = l(e, [
|
|
2532
2532
|
"settings",
|
|
2533
2533
|
"readonly"
|
|
2534
|
-
]), { property:
|
|
2534
|
+
]), { property: m } = l(e, ["settings", "reverse"]), { property: y } = l(e, ["settings", "rows"]), { property: b } = l(e, [
|
|
2535
2535
|
"settings",
|
|
2536
2536
|
"singleLine"
|
|
2537
2537
|
]), { theme: g } = D(), { property: x } = l(e, ["settings", "value"]), { property: $ } = l(e, ["settings", "variant"]);
|
|
2538
2538
|
return (I, S) => {
|
|
2539
|
-
const
|
|
2539
|
+
const P = A("v-textarea");
|
|
2540
2540
|
return h(), _(n(M), { block: "" }, {
|
|
2541
2541
|
default: k(() => [
|
|
2542
|
-
R(
|
|
2542
|
+
R(P, {
|
|
2543
2543
|
modelValue: n(x),
|
|
2544
2544
|
"onUpdate:modelValue": S[0] || (S[0] = (E) => X(x) ? x.value = E : null),
|
|
2545
2545
|
"auto-grow": n(i),
|
|
@@ -2548,10 +2548,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2548
2548
|
disabled: n(r),
|
|
2549
2549
|
label: n(a),
|
|
2550
2550
|
loading: n(c),
|
|
2551
|
-
"max-rows": n(
|
|
2551
|
+
"max-rows": n(p),
|
|
2552
2552
|
placeholder: n(d),
|
|
2553
2553
|
readonly: n(u),
|
|
2554
|
-
reverse: n(
|
|
2554
|
+
reverse: n(m),
|
|
2555
2555
|
rows: n(y),
|
|
2556
2556
|
"single-line": n(b),
|
|
2557
2557
|
theme: n(g),
|
|
@@ -2584,10 +2584,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2584
2584
|
]), { property: a } = l(e, ["settings", "density"]), { property: c } = l(e, [
|
|
2585
2585
|
"settings",
|
|
2586
2586
|
"disabled"
|
|
2587
|
-
]), { property:
|
|
2587
|
+
]), { property: p } = l(e, [
|
|
2588
2588
|
"settings",
|
|
2589
2589
|
"hideDetails"
|
|
2590
|
-
]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property:
|
|
2590
|
+
]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: m } = l(e, [
|
|
2591
2591
|
"settings",
|
|
2592
2592
|
"placeholder"
|
|
2593
2593
|
]), { property: y } = l(e, ["settings", "prefix"]), { property: b } = l(e, [
|
|
@@ -2602,13 +2602,13 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2602
2602
|
]), { property: $ } = l(e, ["settings", "reverse"]), { property: I } = l(e, [
|
|
2603
2603
|
"settings",
|
|
2604
2604
|
"singleLine"
|
|
2605
|
-
]), { property: S } = l(e, ["settings", "suffix"]), { theme:
|
|
2605
|
+
]), { property: S } = l(e, ["settings", "suffix"]), { theme: P } = D(), { property: E } = l(e, ["settings", "value"]), { property: F } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: N } = l(e, [
|
|
2606
2606
|
"slots",
|
|
2607
2607
|
"appendInner"
|
|
2608
2608
|
]), { property: C } = l(e, [
|
|
2609
2609
|
"slots",
|
|
2610
2610
|
"prepend"
|
|
2611
|
-
]), { property:
|
|
2611
|
+
]), { property: G } = l(e, [
|
|
2612
2612
|
"slots",
|
|
2613
2613
|
"prependInner"
|
|
2614
2614
|
]);
|
|
@@ -2625,10 +2625,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2625
2625
|
clearable: n(r),
|
|
2626
2626
|
density: n(a),
|
|
2627
2627
|
disabled: n(c),
|
|
2628
|
-
"hide-details": n(
|
|
2628
|
+
"hide-details": n(p),
|
|
2629
2629
|
label: n(d),
|
|
2630
2630
|
loading: n(u),
|
|
2631
|
-
placeholder: n(
|
|
2631
|
+
placeholder: n(m),
|
|
2632
2632
|
prefix: n(y),
|
|
2633
2633
|
"prepend-icon": n(b),
|
|
2634
2634
|
"prepend-inner-icon": n(g),
|
|
@@ -2636,15 +2636,15 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2636
2636
|
reverse: n($),
|
|
2637
2637
|
"single-line": n(I),
|
|
2638
2638
|
suffix: n(S),
|
|
2639
|
-
theme: n(
|
|
2639
|
+
theme: n(P),
|
|
2640
2640
|
variant: n(F)
|
|
2641
2641
|
}, En({ _: 2 }, [
|
|
2642
|
-
n(
|
|
2642
|
+
n(j) ? {
|
|
2643
2643
|
name: "append",
|
|
2644
2644
|
fn: k(() => [
|
|
2645
2645
|
R(n(he), {
|
|
2646
2646
|
id: "append",
|
|
2647
|
-
"ref-context": { compId: n(
|
|
2647
|
+
"ref-context": { compId: n(j) },
|
|
2648
2648
|
state: {}
|
|
2649
2649
|
}, null, 8, ["ref-context"])
|
|
2650
2650
|
]),
|
|
@@ -2672,12 +2672,12 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2672
2672
|
]),
|
|
2673
2673
|
key: "2"
|
|
2674
2674
|
} : void 0,
|
|
2675
|
-
n(
|
|
2675
|
+
n(G) ? {
|
|
2676
2676
|
name: "prepend-inner",
|
|
2677
2677
|
fn: k(() => [
|
|
2678
2678
|
R(n(he), {
|
|
2679
2679
|
id: "prepend-inner",
|
|
2680
|
-
"ref-context": { compId: n(
|
|
2680
|
+
"ref-context": { compId: n(G) },
|
|
2681
2681
|
state: {}
|
|
2682
2682
|
}, null, 8, ["ref-context"])
|
|
2683
2683
|
]),
|
|
@@ -2703,18 +2703,18 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2703
2703
|
"settings",
|
|
2704
2704
|
"dot",
|
|
2705
2705
|
"color"
|
|
2706
|
-
]), { color: a } =
|
|
2706
|
+
]), { color: a } = O(r), { property: c } = l(e, [
|
|
2707
2707
|
"settings",
|
|
2708
2708
|
"dot",
|
|
2709
2709
|
"fill"
|
|
2710
|
-
]), { property:
|
|
2710
|
+
]), { property: p } = l(e, [
|
|
2711
2711
|
"settings",
|
|
2712
2712
|
"hideOpposite"
|
|
2713
2713
|
]), { property: d } = l(e, [
|
|
2714
2714
|
"settings",
|
|
2715
2715
|
"line",
|
|
2716
2716
|
"color"
|
|
2717
|
-
]), { color: u } =
|
|
2717
|
+
]), { color: u } = O(d), { property: m } = l(e, [
|
|
2718
2718
|
"settings",
|
|
2719
2719
|
"line",
|
|
2720
2720
|
"inset"
|
|
@@ -2735,9 +2735,9 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
|
|
|
2735
2735
|
direction: n(s),
|
|
2736
2736
|
"dot-color": n(a),
|
|
2737
2737
|
"fill-dot": n(c),
|
|
2738
|
-
"hide-opposite": n(
|
|
2738
|
+
"hide-opposite": n(p),
|
|
2739
2739
|
"line-color": n(u),
|
|
2740
|
-
"line-inset": n(
|
|
2740
|
+
"line-inset": n(m),
|
|
2741
2741
|
"line-thickness": n(y),
|
|
2742
2742
|
side: n(b),
|
|
2743
2743
|
theme: n(x),
|
|
@@ -2779,18 +2779,18 @@ const ua = /* @__PURE__ */ Se(aa, [["render", ca]]), pa = /* @__PURE__ */ V({
|
|
|
2779
2779
|
]), { property: r } = l(e, ["settings", "reverse"]), { property: a } = l(e, [
|
|
2780
2780
|
"settings",
|
|
2781
2781
|
"showArrows"
|
|
2782
|
-
]), { property: c } = l(e, ["settings", "touch"]), { theme:
|
|
2783
|
-
return (u,
|
|
2782
|
+
]), { property: c } = l(e, ["settings", "touch"]), { theme: p } = D(), { property: d } = l(e, ["settings", "value"]);
|
|
2783
|
+
return (u, m) => {
|
|
2784
2784
|
const y = A("v-window");
|
|
2785
2785
|
return h(), _(y, {
|
|
2786
2786
|
modelValue: n(d),
|
|
2787
|
-
"onUpdate:modelValue":
|
|
2787
|
+
"onUpdate:modelValue": m[0] || (m[0] = (b) => X(d) ? d.value = b : null),
|
|
2788
2788
|
continuous: n(i),
|
|
2789
2789
|
direction: n(s),
|
|
2790
2790
|
disabled: n(o),
|
|
2791
2791
|
reverse: n(r),
|
|
2792
2792
|
"show-arrows": n(a),
|
|
2793
|
-
theme: n(
|
|
2793
|
+
theme: n(p),
|
|
2794
2794
|
touch: n(c)
|
|
2795
2795
|
}, {
|
|
2796
2796
|
default: k(() => [
|
|
@@ -2810,7 +2810,7 @@ function da(t, e) {
|
|
|
2810
2810
|
_: 3
|
|
2811
2811
|
});
|
|
2812
2812
|
}
|
|
2813
|
-
const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe = "badge_v1", Fn = "breadcrumbs_v1", Je = "bar_chart_v1", Ze = "box_geometry_v1", Qe = "btn_v1", et = "btn_group_v1", tt = "btn_toggle_v1", nt = "card_v1", it = "checkbox_v1", ot = "chip_v1", rt = "chip_group_v1", st = "color_picker_v1", lt = "combobox_v1", at = "container_v1", ct = "data_table_v1", ut = "date_picker_v1", pt = "dialog_v1", mt = "directional_light_v1", dt = "file_input_v1", yt = "flex_layout_v1", Io = "flex_layout_entry_v1", ft = "form_v1", sn = "globality_v1", bt = "group_v1", ht = "icon_v1", gt = "keyboard_controls_v1", xt = "line_chart_v1", vt = "map_controls_v1", kt = "menu_v1", _t = "mesh_v1", fa = "mesh_basic_material_v1", wt = "multiple_ref_v1", Vt = "number_input_v1", It = "orbit_controls_v1", $t = "orthographic_camera_v1", St = "pagination_v1", Ct = "perspective_camera_v1",
|
|
2813
|
+
const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe = "badge_v1", Fn = "breadcrumbs_v1", Je = "bar_chart_v1", Ze = "box_geometry_v1", Qe = "btn_v1", et = "btn_group_v1", tt = "btn_toggle_v1", nt = "card_v1", it = "checkbox_v1", ot = "chip_v1", rt = "chip_group_v1", st = "color_picker_v1", lt = "combobox_v1", at = "container_v1", ct = "data_table_v1", ut = "date_picker_v1", pt = "dialog_v1", mt = "directional_light_v1", dt = "file_input_v1", yt = "flex_layout_v1", Io = "flex_layout_entry_v1", ft = "form_v1", sn = "globality_v1", bt = "group_v1", ht = "icon_v1", gt = "keyboard_controls_v1", xt = "line_chart_v1", vt = "map_controls_v1", kt = "menu_v1", _t = "mesh_v1", fa = "mesh_basic_material_v1", wt = "multiple_ref_v1", Vt = "number_input_v1", It = "orbit_controls_v1", $t = "orthographic_camera_v1", St = "pagination_v1", Ct = "perspective_camera_v1", Tt = "point_light_v1", $o = "radio_v1", Pt = "radio_group_v1", zt = "range_slider_v1", Ae = "reference_v1", At = "rating_v1", Lt = "render_switch_v1", Et = "select_v1", Bt = "slider_v1", Wt = "sphere_geometry_v1", Rt = "spot_light_v1", Nt = "stepper_v1", So = "stepper_header_v1", Co = "stepper_item_v1", To = "stepper_window_v1", Po = "stepper_window_item_v1", Mt = "switch_v1", zo = "tab_v1", Gn = "table_v1", Dt = "tabs_v1", Ft = "text_v1", Gt = "textarea_v1", jt = "text_field_v1", Ht = "timeline_v1", Ao = "timeline_item_v1", Ot = "window_v1", Lo = "window_item_v1", f = {
|
|
2814
2814
|
key: "basic",
|
|
2815
2815
|
name: "x-runtime-lib.basic",
|
|
2816
2816
|
children: [
|
|
@@ -2926,7 +2926,7 @@ const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe
|
|
|
2926
2926
|
]
|
|
2927
2927
|
}
|
|
2928
2928
|
]
|
|
2929
|
-
},
|
|
2929
|
+
}, je = {
|
|
2930
2930
|
key: "legend",
|
|
2931
2931
|
name: "x-runtime-lib.legend",
|
|
2932
2932
|
children: [
|
|
@@ -3064,7 +3064,7 @@ const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe
|
|
|
3064
3064
|
default: ""
|
|
3065
3065
|
}
|
|
3066
3066
|
]
|
|
3067
|
-
},
|
|
3067
|
+
}, He = {
|
|
3068
3068
|
key: "title",
|
|
3069
3069
|
name: "x-runtime-lib.title",
|
|
3070
3070
|
children: [
|
|
@@ -3173,7 +3173,7 @@ const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe
|
|
|
3173
3173
|
]
|
|
3174
3174
|
}
|
|
3175
3175
|
]
|
|
3176
|
-
},
|
|
3176
|
+
}, Oe = {
|
|
3177
3177
|
key: "xAxis",
|
|
3178
3178
|
name: "x-runtime-lib.xAxis",
|
|
3179
3179
|
children: [
|
|
@@ -3348,19 +3348,19 @@ w(ga);
|
|
|
3348
3348
|
const xa = /* @__PURE__ */ V({
|
|
3349
3349
|
__name: "index",
|
|
3350
3350
|
setup(t) {
|
|
3351
|
-
const e =
|
|
3351
|
+
const e = H();
|
|
3352
3352
|
return (i, o) => n(e) !== "editor" ? (h(), _(n(fr), { key: 0 })) : ne("", !0);
|
|
3353
3353
|
}
|
|
3354
3354
|
}), va = /* @__PURE__ */ V({
|
|
3355
3355
|
__name: "index",
|
|
3356
3356
|
setup(t) {
|
|
3357
|
-
const e =
|
|
3357
|
+
const e = H();
|
|
3358
3358
|
return (i, o) => n(e) !== "editor" ? (h(), _(n(br), { key: 0 })) : ne("", !0);
|
|
3359
3359
|
}
|
|
3360
3360
|
}), ka = /* @__PURE__ */ V({
|
|
3361
3361
|
__name: "index",
|
|
3362
3362
|
setup(t) {
|
|
3363
|
-
const e =
|
|
3363
|
+
const e = H();
|
|
3364
3364
|
return (i, o) => n(e) !== "editor" ? (h(), _(n(hr), { key: 0 })) : ne("", !0);
|
|
3365
3365
|
}
|
|
3366
3366
|
}), _a = {
|
|
@@ -3417,7 +3417,7 @@ function Ia(t, e) {
|
|
|
3417
3417
|
return;
|
|
3418
3418
|
}
|
|
3419
3419
|
const r = {};
|
|
3420
|
-
return z(r, s), r.basic.id =
|
|
3420
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Ee.key, r.transform = {
|
|
3421
3421
|
position: {
|
|
3422
3422
|
x: 0,
|
|
3423
3423
|
y: 0,
|
|
@@ -3454,7 +3454,7 @@ function $a(t, e) {
|
|
|
3454
3454
|
return;
|
|
3455
3455
|
}
|
|
3456
3456
|
const r = {};
|
|
3457
|
-
return z(r, s), r.basic.id =
|
|
3457
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = ln.key, r.settings = {
|
|
3458
3458
|
width: 1,
|
|
3459
3459
|
height: 1,
|
|
3460
3460
|
depth: 1,
|
|
@@ -3479,7 +3479,7 @@ function Sa(t, e) {
|
|
|
3479
3479
|
return;
|
|
3480
3480
|
}
|
|
3481
3481
|
const r = {};
|
|
3482
|
-
return z(r, s), r.basic.id =
|
|
3482
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Le.key, r;
|
|
3483
3483
|
}
|
|
3484
3484
|
const ii = {
|
|
3485
3485
|
key: "settings",
|
|
@@ -3552,7 +3552,7 @@ function Ca(t, e) {
|
|
|
3552
3552
|
return;
|
|
3553
3553
|
}
|
|
3554
3554
|
const r = {};
|
|
3555
|
-
return z(r, s), r.basic.id =
|
|
3555
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Ee.key, r.transform = {
|
|
3556
3556
|
position: {
|
|
3557
3557
|
x: 0,
|
|
3558
3558
|
y: 0,
|
|
@@ -3569,11 +3569,11 @@ function Ca(t, e) {
|
|
|
3569
3569
|
z: 1
|
|
3570
3570
|
}
|
|
3571
3571
|
}, r.children = [
|
|
3572
|
-
|
|
3573
|
-
|
|
3572
|
+
Ta(t, e),
|
|
3573
|
+
Pa(t, e)
|
|
3574
3574
|
], r;
|
|
3575
3575
|
}
|
|
3576
|
-
function
|
|
3576
|
+
function Ta(t, e) {
|
|
3577
3577
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3578
3578
|
if (!o) {
|
|
3579
3579
|
console.error(
|
|
@@ -3589,7 +3589,7 @@ function Pa(t, e) {
|
|
|
3589
3589
|
return;
|
|
3590
3590
|
}
|
|
3591
3591
|
const r = {};
|
|
3592
|
-
return z(r, s), r.basic.id =
|
|
3592
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = an.key, r.settings = {
|
|
3593
3593
|
radius: 1,
|
|
3594
3594
|
widthSegements: 32,
|
|
3595
3595
|
heightSegements: 16,
|
|
@@ -3599,7 +3599,7 @@ function Pa(t, e) {
|
|
|
3599
3599
|
thetaLength: 3.141592653589793
|
|
3600
3600
|
}, r;
|
|
3601
3601
|
}
|
|
3602
|
-
function
|
|
3602
|
+
function Pa(t, e) {
|
|
3603
3603
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3604
3604
|
if (!o) {
|
|
3605
3605
|
console.error(
|
|
@@ -3615,7 +3615,7 @@ function Ta(t, e) {
|
|
|
3615
3615
|
return;
|
|
3616
3616
|
}
|
|
3617
3617
|
const r = {};
|
|
3618
|
-
return z(r, s), r.basic.id =
|
|
3618
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Le.key, r;
|
|
3619
3619
|
}
|
|
3620
3620
|
const oi = {
|
|
3621
3621
|
key: "settings",
|
|
@@ -3704,7 +3704,7 @@ const ri = {
|
|
|
3704
3704
|
}, za = {
|
|
3705
3705
|
key: Ye,
|
|
3706
3706
|
name: "x-runtime-lib.ambientLight",
|
|
3707
|
-
comp:
|
|
3707
|
+
comp: jr,
|
|
3708
3708
|
properties: {
|
|
3709
3709
|
pageScene: [f, Y, ri],
|
|
3710
3710
|
compScene: [f, Y, ri]
|
|
@@ -3734,7 +3734,7 @@ const si = {
|
|
|
3734
3734
|
}, Aa = {
|
|
3735
3735
|
key: mt,
|
|
3736
3736
|
name: "x-runtime-lib.directionalLight",
|
|
3737
|
-
comp:
|
|
3737
|
+
comp: Or,
|
|
3738
3738
|
properties: {
|
|
3739
3739
|
pageScene: [f, Y, si],
|
|
3740
3740
|
compScene: [f, Y, si]
|
|
@@ -3776,7 +3776,7 @@ const li = {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
]
|
|
3778
3778
|
}, La = {
|
|
3779
|
-
key:
|
|
3779
|
+
key: Tt,
|
|
3780
3780
|
name: "x-runtime-lib.pointLight",
|
|
3781
3781
|
comp: Ur,
|
|
3782
3782
|
properties: {
|
|
@@ -3901,7 +3901,7 @@ function Wa(t, e) {
|
|
|
3901
3901
|
return;
|
|
3902
3902
|
}
|
|
3903
3903
|
const r = {};
|
|
3904
|
-
return z(r, s), r.basic.id =
|
|
3904
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = cn.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
3905
3905
|
{
|
|
3906
3906
|
type: "bar",
|
|
3907
3907
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3934,8 +3934,8 @@ const ci = {
|
|
|
3934
3934
|
name: "x-runtime-lib.barChart",
|
|
3935
3935
|
comp: cl,
|
|
3936
3936
|
properties: {
|
|
3937
|
-
pageCommon: [f, U,
|
|
3938
|
-
compCommon: [f, U,
|
|
3937
|
+
pageCommon: [f, U, He, Oe, Ke, je, ci],
|
|
3938
|
+
compCommon: [f, U, He, Oe, Ke, je, ci]
|
|
3939
3939
|
},
|
|
3940
3940
|
events: [],
|
|
3941
3941
|
methods: [],
|
|
@@ -3956,7 +3956,7 @@ function Ra(t, e) {
|
|
|
3956
3956
|
return;
|
|
3957
3957
|
}
|
|
3958
3958
|
const r = {};
|
|
3959
|
-
return z(r, s), r.basic.id =
|
|
3959
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = un.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
3960
3960
|
{
|
|
3961
3961
|
type: "line",
|
|
3962
3962
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3989,8 +3989,8 @@ const ui = {
|
|
|
3989
3989
|
name: "x-runtime-lib.lineChart",
|
|
3990
3990
|
comp: ul,
|
|
3991
3991
|
properties: {
|
|
3992
|
-
pageCommon: [f, U,
|
|
3993
|
-
compCommon: [f, U,
|
|
3992
|
+
pageCommon: [f, U, He, Oe, Ke, je, ui],
|
|
3993
|
+
compCommon: [f, U, He, Oe, Ke, je, ui]
|
|
3994
3994
|
},
|
|
3995
3995
|
events: [],
|
|
3996
3996
|
methods: [],
|
|
@@ -4169,7 +4169,7 @@ const fi = {
|
|
|
4169
4169
|
methods: [],
|
|
4170
4170
|
slots: []
|
|
4171
4171
|
};
|
|
4172
|
-
function
|
|
4172
|
+
function Ga(t, e) {
|
|
4173
4173
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4174
4174
|
if (!o) {
|
|
4175
4175
|
console.error(`btnV1/spawn property tag not found, ${i}`);
|
|
@@ -4181,9 +4181,9 @@ function ja(t, e) {
|
|
|
4181
4181
|
return;
|
|
4182
4182
|
}
|
|
4183
4183
|
const r = {};
|
|
4184
|
-
return z(r, s), r.basic.id =
|
|
4184
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = pn.key, r.settings.text = "button", r;
|
|
4185
4185
|
}
|
|
4186
|
-
const
|
|
4186
|
+
const ja = W(K), bi = {
|
|
4187
4187
|
key: "settings",
|
|
4188
4188
|
name: "x-runtime-lib.settings",
|
|
4189
4189
|
children: [
|
|
@@ -4262,7 +4262,7 @@ const Ga = W(K), bi = {
|
|
|
4262
4262
|
ui: "switch",
|
|
4263
4263
|
default: !1
|
|
4264
4264
|
},
|
|
4265
|
-
|
|
4265
|
+
ja,
|
|
4266
4266
|
{
|
|
4267
4267
|
key: "ripple",
|
|
4268
4268
|
name: "x-runtime-lib.ripple",
|
|
@@ -4288,10 +4288,10 @@ const Ga = W(K), bi = {
|
|
|
4288
4288
|
methods: [],
|
|
4289
4289
|
slots: [],
|
|
4290
4290
|
leaf: !0,
|
|
4291
|
-
spawn:
|
|
4291
|
+
spawn: Ga
|
|
4292
4292
|
};
|
|
4293
4293
|
w(pn);
|
|
4294
|
-
const
|
|
4294
|
+
const Ha = {
|
|
4295
4295
|
key: et,
|
|
4296
4296
|
name: "x-runtime-lib.buttonGroup",
|
|
4297
4297
|
comp: gl,
|
|
@@ -4303,7 +4303,7 @@ const Oa = {
|
|
|
4303
4303
|
methods: [],
|
|
4304
4304
|
slots: []
|
|
4305
4305
|
};
|
|
4306
|
-
w(
|
|
4306
|
+
w(Ha);
|
|
4307
4307
|
const hi = {
|
|
4308
4308
|
key: "settings",
|
|
4309
4309
|
name: "x-runtime-lib.settings",
|
|
@@ -4365,7 +4365,7 @@ const hi = {
|
|
|
4365
4365
|
default: !1
|
|
4366
4366
|
}
|
|
4367
4367
|
]
|
|
4368
|
-
},
|
|
4368
|
+
}, Oa = {
|
|
4369
4369
|
key: tt,
|
|
4370
4370
|
name: "x-runtime-lib.buttonToggle",
|
|
4371
4371
|
comp: xl,
|
|
@@ -4377,7 +4377,7 @@ const hi = {
|
|
|
4377
4377
|
methods: [],
|
|
4378
4378
|
slots: []
|
|
4379
4379
|
};
|
|
4380
|
-
w(
|
|
4380
|
+
w(Oa);
|
|
4381
4381
|
function Ka(t, e) {
|
|
4382
4382
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4383
4383
|
if (!o) {
|
|
@@ -4390,7 +4390,7 @@ function Ka(t, e) {
|
|
|
4390
4390
|
return;
|
|
4391
4391
|
}
|
|
4392
4392
|
const r = {};
|
|
4393
|
-
return z(r, s), r.basic.id =
|
|
4393
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Be.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", r;
|
|
4394
4394
|
}
|
|
4395
4395
|
const gi = {
|
|
4396
4396
|
key: "settings",
|
|
@@ -4593,7 +4593,7 @@ function Ya(t, e) {
|
|
|
4593
4593
|
return;
|
|
4594
4594
|
}
|
|
4595
4595
|
const r = {};
|
|
4596
|
-
return z(r, s), r.basic.id =
|
|
4596
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = dn.key, r.children = [
|
|
4597
4597
|
_e(t, e, "chip1", "chip 1"),
|
|
4598
4598
|
_e(t, e, "chip2", "chip 2"),
|
|
4599
4599
|
_e(t, e, "chip3", "chip 3"),
|
|
@@ -4614,7 +4614,7 @@ function _e(t, e, i, o) {
|
|
|
4614
4614
|
return;
|
|
4615
4615
|
}
|
|
4616
4616
|
const c = {};
|
|
4617
|
-
return z(c, a), c.basic.id =
|
|
4617
|
+
return z(c, a), c.basic.id = T(16), c.basic.key = mn.key, c.settings.value = i, c.settings.text = o, c;
|
|
4618
4618
|
}
|
|
4619
4619
|
const ki = {
|
|
4620
4620
|
key: "settings",
|
|
@@ -4753,13 +4753,13 @@ const _i = {
|
|
|
4753
4753
|
leaf: !0
|
|
4754
4754
|
};
|
|
4755
4755
|
w(Ja);
|
|
4756
|
-
const
|
|
4757
|
-
|
|
4758
|
-
|
|
4756
|
+
const jn = W(K);
|
|
4757
|
+
jn.key = "backgroundColor";
|
|
4758
|
+
jn.name = "x-runtime-lib.backgroundColor";
|
|
4759
4759
|
const wi = {
|
|
4760
4760
|
key: "settings",
|
|
4761
4761
|
name: "x-runtime-lib.settings",
|
|
4762
|
-
children: [
|
|
4762
|
+
children: [jn]
|
|
4763
4763
|
}, yn = {
|
|
4764
4764
|
key: at,
|
|
4765
4765
|
name: "x-runtime-lib.container",
|
|
@@ -4962,7 +4962,7 @@ w(Qa);
|
|
|
4962
4962
|
const ec = {
|
|
4963
4963
|
key: pt,
|
|
4964
4964
|
name: "x-runtime-lib.dialog",
|
|
4965
|
-
comp:
|
|
4965
|
+
comp: Pl,
|
|
4966
4966
|
properties: {
|
|
4967
4967
|
pageCommon: [f],
|
|
4968
4968
|
compCommon: [f]
|
|
@@ -5044,7 +5044,7 @@ function tc(t, e) {
|
|
|
5044
5044
|
return;
|
|
5045
5045
|
}
|
|
5046
5046
|
const r = {};
|
|
5047
|
-
return z(r, s), r.basic.id =
|
|
5047
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = We.key, r.children = [
|
|
5048
5048
|
bn(
|
|
5049
5049
|
t,
|
|
5050
5050
|
e,
|
|
@@ -5068,7 +5068,7 @@ function tc(t, e) {
|
|
|
5068
5068
|
nc(t, e)
|
|
5069
5069
|
], r;
|
|
5070
5070
|
}
|
|
5071
|
-
function bn(t, e, i, o, s, r, a, c,
|
|
5071
|
+
function bn(t, e, i, o, s, r, a, c, p) {
|
|
5072
5072
|
const d = `type=${t} subtype=${e}`, u = L(t, e);
|
|
5073
5073
|
if (!u) {
|
|
5074
5074
|
console.error(
|
|
@@ -5076,15 +5076,15 @@ function bn(t, e, i, o, s, r, a, c, m) {
|
|
|
5076
5076
|
);
|
|
5077
5077
|
return;
|
|
5078
5078
|
}
|
|
5079
|
-
const
|
|
5080
|
-
if (!
|
|
5079
|
+
const m = yn.properties[u];
|
|
5080
|
+
if (!m) {
|
|
5081
5081
|
console.error(
|
|
5082
5082
|
`flexLayoutV1/spawnContainer properties not found, ${d}`
|
|
5083
5083
|
);
|
|
5084
5084
|
return;
|
|
5085
5085
|
}
|
|
5086
5086
|
const y = {};
|
|
5087
|
-
return z(y,
|
|
5087
|
+
return z(y, m), y.basic.id = T(16), y.basic.key = yn.key, o && (y.size.width = o), s && (y.size.minWidth = s), a && (y.size.height = a), c && (y.size.minHeight = c), i && (y.settings.backgroundColor.mode = "custom", y.settings.backgroundColor.custom.light = i, y.settings.backgroundColor.custom.dark = i), y.children = [], y;
|
|
5088
5088
|
}
|
|
5089
5089
|
function nc(t, e) {
|
|
5090
5090
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
@@ -5105,7 +5105,7 @@ function nc(t, e) {
|
|
|
5105
5105
|
key: ""
|
|
5106
5106
|
}
|
|
5107
5107
|
};
|
|
5108
|
-
return z(r, s), r.basic.id =
|
|
5108
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = fn.key, r.children = [
|
|
5109
5109
|
bn(
|
|
5110
5110
|
t,
|
|
5111
5111
|
e,
|
|
@@ -5118,10 +5118,10 @@ function nc(t, e) {
|
|
|
5118
5118
|
)
|
|
5119
5119
|
], r;
|
|
5120
5120
|
}
|
|
5121
|
-
const
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
const
|
|
5121
|
+
const Hn = W(K);
|
|
5122
|
+
Hn.key = "backgroundColor";
|
|
5123
|
+
Hn.name = "x-runtime-lib.backgroundColor";
|
|
5124
|
+
const Ti = {
|
|
5125
5125
|
key: "settings",
|
|
5126
5126
|
name: "x-runtime-lib.settings",
|
|
5127
5127
|
children: [
|
|
@@ -5289,15 +5289,15 @@ const Pi = {
|
|
|
5289
5289
|
}
|
|
5290
5290
|
]
|
|
5291
5291
|
},
|
|
5292
|
-
|
|
5292
|
+
Hn
|
|
5293
5293
|
]
|
|
5294
5294
|
}, We = {
|
|
5295
5295
|
key: yt,
|
|
5296
5296
|
name: "x-runtime-lib.flexLayout",
|
|
5297
5297
|
comp: Al,
|
|
5298
5298
|
properties: {
|
|
5299
|
-
pageCommon: [f, U, Ve, Ie, $e,
|
|
5300
|
-
compCommon: [f, U, Ve, Ie, $e,
|
|
5299
|
+
pageCommon: [f, U, Ve, Ie, $e, Ti],
|
|
5300
|
+
compCommon: [f, U, Ve, Ie, $e, Ti]
|
|
5301
5301
|
},
|
|
5302
5302
|
events: [
|
|
5303
5303
|
{
|
|
@@ -5311,7 +5311,7 @@ const Pi = {
|
|
|
5311
5311
|
spawn: tc
|
|
5312
5312
|
};
|
|
5313
5313
|
w(We);
|
|
5314
|
-
const
|
|
5314
|
+
const Pi = {
|
|
5315
5315
|
key: "settings",
|
|
5316
5316
|
name: "x-runtime-lib.settings",
|
|
5317
5317
|
children: [
|
|
@@ -5462,12 +5462,12 @@ const Ti = {
|
|
|
5462
5462
|
}
|
|
5463
5463
|
]
|
|
5464
5464
|
}, hn = {
|
|
5465
|
-
key:
|
|
5465
|
+
key: jt,
|
|
5466
5466
|
name: "x-runtime-lib.textField",
|
|
5467
5467
|
comp: sa,
|
|
5468
5468
|
properties: {
|
|
5469
|
-
pageCommon: [f,
|
|
5470
|
-
compCommon: [f,
|
|
5469
|
+
pageCommon: [f, Pi, zi],
|
|
5470
|
+
compCommon: [f, Pi, zi]
|
|
5471
5471
|
},
|
|
5472
5472
|
events: [],
|
|
5473
5473
|
methods: [],
|
|
@@ -5512,7 +5512,7 @@ function ic(t, e) {
|
|
|
5512
5512
|
return;
|
|
5513
5513
|
}
|
|
5514
5514
|
const r = {};
|
|
5515
|
-
return z(r, s), r.basic.id =
|
|
5515
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = gn.key, r.children = [oc(t, e)], r;
|
|
5516
5516
|
}
|
|
5517
5517
|
function oc(t, e) {
|
|
5518
5518
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
@@ -5526,7 +5526,7 @@ function oc(t, e) {
|
|
|
5526
5526
|
return;
|
|
5527
5527
|
}
|
|
5528
5528
|
const r = {};
|
|
5529
|
-
return z(r, s), r.basic.id =
|
|
5529
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = hn.key, r;
|
|
5530
5530
|
}
|
|
5531
5531
|
const Ai = {
|
|
5532
5532
|
key: "settings",
|
|
@@ -5644,7 +5644,7 @@ function ac(t, e) {
|
|
|
5644
5644
|
return;
|
|
5645
5645
|
}
|
|
5646
5646
|
const r = {};
|
|
5647
|
-
return z(r, s), r.basic.id =
|
|
5647
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = xn.key, r.settings.label = "label", r.settings.placeholder = "placeholder", r;
|
|
5648
5648
|
}
|
|
5649
5649
|
const Ei = {
|
|
5650
5650
|
key: "size",
|
|
@@ -5994,7 +5994,7 @@ function pc(t, e) {
|
|
|
5994
5994
|
return;
|
|
5995
5995
|
}
|
|
5996
5996
|
const r = {};
|
|
5997
|
-
return z(r, s), r.basic.id =
|
|
5997
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = kn.key, r.children = [
|
|
5998
5998
|
Qt(t, e, "option1", "Option 1"),
|
|
5999
5999
|
Qt(t, e, "option2", "Option 2"),
|
|
6000
6000
|
Qt(t, e, "option3", "Option 3")
|
|
@@ -6014,7 +6014,7 @@ function Qt(t, e, i, o) {
|
|
|
6014
6014
|
return;
|
|
6015
6015
|
}
|
|
6016
6016
|
const c = {};
|
|
6017
|
-
return z(c, a), c.basic.id =
|
|
6017
|
+
return z(c, a), c.basic.id = T(16), c.basic.key = vn.key, c.settings.value = i, c.settings.label = o, c;
|
|
6018
6018
|
}
|
|
6019
6019
|
const Ni = {
|
|
6020
6020
|
key: "settings",
|
|
@@ -6060,7 +6060,7 @@ const Ni = {
|
|
|
6060
6060
|
}
|
|
6061
6061
|
]
|
|
6062
6062
|
}, kn = {
|
|
6063
|
-
key:
|
|
6063
|
+
key: Pt,
|
|
6064
6064
|
name: "x-runtime-lib.radioGroup",
|
|
6065
6065
|
comp: Fl,
|
|
6066
6066
|
properties: {
|
|
@@ -6193,7 +6193,7 @@ const Mi = {
|
|
|
6193
6193
|
}, mc = {
|
|
6194
6194
|
key: zt,
|
|
6195
6195
|
name: "x-runtime-lib.rangeSlider",
|
|
6196
|
-
comp:
|
|
6196
|
+
comp: Gl,
|
|
6197
6197
|
properties: {
|
|
6198
6198
|
pageCommon: [f, Mi],
|
|
6199
6199
|
compCommon: [f, Mi]
|
|
@@ -6262,7 +6262,7 @@ const Di = {
|
|
|
6262
6262
|
}, dc = {
|
|
6263
6263
|
key: At,
|
|
6264
6264
|
name: "x-runtime-lib.rating",
|
|
6265
|
-
comp:
|
|
6265
|
+
comp: jl,
|
|
6266
6266
|
properties: {
|
|
6267
6267
|
pageCommon: [f, Di],
|
|
6268
6268
|
compCommon: [f, Di]
|
|
@@ -6317,7 +6317,7 @@ const Fi = {
|
|
|
6317
6317
|
}, yc = {
|
|
6318
6318
|
key: Et,
|
|
6319
6319
|
name: "x-runtime-lib.select",
|
|
6320
|
-
comp:
|
|
6320
|
+
comp: Hl,
|
|
6321
6321
|
properties: {
|
|
6322
6322
|
pageCommon: [f, Fi],
|
|
6323
6323
|
compCommon: [f, Fi]
|
|
@@ -6328,16 +6328,16 @@ const Fi = {
|
|
|
6328
6328
|
leaf: !0
|
|
6329
6329
|
};
|
|
6330
6330
|
w(yc);
|
|
6331
|
-
const
|
|
6332
|
-
|
|
6333
|
-
|
|
6331
|
+
const On = W(K);
|
|
6332
|
+
On.key = "color";
|
|
6333
|
+
On.name = "x-runtime-lib.color";
|
|
6334
6334
|
const Kn = W(K);
|
|
6335
6335
|
Kn.key = "trackColor";
|
|
6336
6336
|
Kn.name = "x-runtime-lib.trackColor";
|
|
6337
6337
|
const Un = W(K);
|
|
6338
6338
|
Un.key = "thumbColor";
|
|
6339
6339
|
Un.name = "x-runtime-lib.thumbColor";
|
|
6340
|
-
const
|
|
6340
|
+
const Gi = {
|
|
6341
6341
|
key: "settings",
|
|
6342
6342
|
name: "x-runtime-lib.settings",
|
|
6343
6343
|
children: [
|
|
@@ -6442,11 +6442,11 @@ const ji = {
|
|
|
6442
6442
|
ui: "switch",
|
|
6443
6443
|
default: !1
|
|
6444
6444
|
},
|
|
6445
|
-
|
|
6445
|
+
On,
|
|
6446
6446
|
Kn,
|
|
6447
6447
|
Un
|
|
6448
6448
|
]
|
|
6449
|
-
},
|
|
6449
|
+
}, ji = {
|
|
6450
6450
|
key: "slots",
|
|
6451
6451
|
name: "x-runtime-lib.slots",
|
|
6452
6452
|
children: [
|
|
@@ -6466,10 +6466,10 @@ const ji = {
|
|
|
6466
6466
|
}, fc = {
|
|
6467
6467
|
key: Bt,
|
|
6468
6468
|
name: "x-runtime-lib.slider",
|
|
6469
|
-
comp:
|
|
6469
|
+
comp: Ol,
|
|
6470
6470
|
properties: {
|
|
6471
|
-
pageCommon: [f,
|
|
6472
|
-
compCommon: [f,
|
|
6471
|
+
pageCommon: [f, Gi, ji],
|
|
6472
|
+
compCommon: [f, Gi, ji]
|
|
6473
6473
|
},
|
|
6474
6474
|
events: [],
|
|
6475
6475
|
methods: [],
|
|
@@ -6490,7 +6490,7 @@ const _n = {
|
|
|
6490
6490
|
slots: []
|
|
6491
6491
|
};
|
|
6492
6492
|
w(_n);
|
|
6493
|
-
const
|
|
6493
|
+
const Hi = {
|
|
6494
6494
|
key: "settings",
|
|
6495
6495
|
name: "x-runtime-lib.settings",
|
|
6496
6496
|
children: [
|
|
@@ -6506,8 +6506,8 @@ const Oi = {
|
|
|
6506
6506
|
name: "x-runtime-lib.stepperItem",
|
|
6507
6507
|
comp: ql,
|
|
6508
6508
|
properties: {
|
|
6509
|
-
pageCommon: [f,
|
|
6510
|
-
compCommon: [f,
|
|
6509
|
+
pageCommon: [f, Hi],
|
|
6510
|
+
compCommon: [f, Hi]
|
|
6511
6511
|
},
|
|
6512
6512
|
events: [],
|
|
6513
6513
|
methods: [],
|
|
@@ -6515,7 +6515,7 @@ const Oi = {
|
|
|
6515
6515
|
};
|
|
6516
6516
|
w(wn);
|
|
6517
6517
|
const Vn = {
|
|
6518
|
-
key:
|
|
6518
|
+
key: To,
|
|
6519
6519
|
name: "x-runtime-lib.stepperWindow",
|
|
6520
6520
|
comp: Ql,
|
|
6521
6521
|
properties: {
|
|
@@ -6527,7 +6527,7 @@ const Vn = {
|
|
|
6527
6527
|
slots: []
|
|
6528
6528
|
};
|
|
6529
6529
|
w(Vn);
|
|
6530
|
-
const
|
|
6530
|
+
const Oi = {
|
|
6531
6531
|
key: "settings",
|
|
6532
6532
|
name: "x-runtime-lib.settings",
|
|
6533
6533
|
children: [
|
|
@@ -6539,12 +6539,12 @@ const Hi = {
|
|
|
6539
6539
|
}
|
|
6540
6540
|
]
|
|
6541
6541
|
}, In = {
|
|
6542
|
-
key:
|
|
6542
|
+
key: Po,
|
|
6543
6543
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6544
6544
|
comp: ea,
|
|
6545
6545
|
properties: {
|
|
6546
|
-
pageCommon: [f,
|
|
6547
|
-
compCommon: [f,
|
|
6546
|
+
pageCommon: [f, Oi],
|
|
6547
|
+
compCommon: [f, Oi]
|
|
6548
6548
|
},
|
|
6549
6549
|
events: [],
|
|
6550
6550
|
methods: [],
|
|
@@ -6563,7 +6563,7 @@ function bc(t, e) {
|
|
|
6563
6563
|
return;
|
|
6564
6564
|
}
|
|
6565
6565
|
const r = {};
|
|
6566
|
-
return z(r, s), r.basic.id =
|
|
6566
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = $n.key, r.children = [hc(t, e), gc(t, e)], r;
|
|
6567
6567
|
}
|
|
6568
6568
|
function hc(t, e) {
|
|
6569
6569
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
@@ -6577,7 +6577,7 @@ function hc(t, e) {
|
|
|
6577
6577
|
return;
|
|
6578
6578
|
}
|
|
6579
6579
|
const r = {};
|
|
6580
|
-
return z(r, s), r.basic.id =
|
|
6580
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = _n.key, r.children = [
|
|
6581
6581
|
en(t, e, "step1"),
|
|
6582
6582
|
en(t, e, "step2"),
|
|
6583
6583
|
en(t, e, "step3")
|
|
@@ -6595,7 +6595,7 @@ function en(t, e, i) {
|
|
|
6595
6595
|
return;
|
|
6596
6596
|
}
|
|
6597
6597
|
const a = {};
|
|
6598
|
-
return z(a, r), a.basic.id =
|
|
6598
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = wn.key, a.children = [], a.settings.value = i, a;
|
|
6599
6599
|
}
|
|
6600
6600
|
function gc(t, e) {
|
|
6601
6601
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
@@ -6609,7 +6609,7 @@ function gc(t, e) {
|
|
|
6609
6609
|
return;
|
|
6610
6610
|
}
|
|
6611
6611
|
const r = {};
|
|
6612
|
-
return z(r, s), r.basic.id =
|
|
6612
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Vn.key, r.children = [
|
|
6613
6613
|
tn(t, e, "step1", "step 1"),
|
|
6614
6614
|
tn(t, e, "step2", "step 2"),
|
|
6615
6615
|
tn(t, e, "step3", "step 3")
|
|
@@ -6631,7 +6631,7 @@ function tn(t, e, i, o) {
|
|
|
6631
6631
|
return;
|
|
6632
6632
|
}
|
|
6633
6633
|
const c = {};
|
|
6634
|
-
return z(c, a), c.basic.id =
|
|
6634
|
+
return z(c, a), c.basic.id = T(16), c.basic.key = In.key, c.children = [xc(t, e, o)], c.settings.value = i, c;
|
|
6635
6635
|
}
|
|
6636
6636
|
function xc(t, e, i) {
|
|
6637
6637
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
@@ -6645,7 +6645,7 @@ function xc(t, e, i) {
|
|
|
6645
6645
|
return;
|
|
6646
6646
|
}
|
|
6647
6647
|
const a = {};
|
|
6648
|
-
return z(a, r), a.basic.id =
|
|
6648
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = Be.key, a.children = [], a.settings.title = i, a;
|
|
6649
6649
|
}
|
|
6650
6650
|
const Ki = {
|
|
6651
6651
|
key: "settings",
|
|
@@ -6735,7 +6735,7 @@ function kc(t, e) {
|
|
|
6735
6735
|
return;
|
|
6736
6736
|
}
|
|
6737
6737
|
const r = {};
|
|
6738
|
-
return z(r, s), r.basic.id =
|
|
6738
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Cn.key, r.children = [
|
|
6739
6739
|
nn(t, e, "tab1", "tab 1"),
|
|
6740
6740
|
nn(t, e, "tab2", "tab 2"),
|
|
6741
6741
|
nn(t, e, "tab3", "tab 3")
|
|
@@ -6753,7 +6753,7 @@ function nn(t, e, i, o) {
|
|
|
6753
6753
|
return;
|
|
6754
6754
|
}
|
|
6755
6755
|
const c = {};
|
|
6756
|
-
return z(c, a), c.basic.id =
|
|
6756
|
+
return z(c, a), c.basic.id = T(16), c.basic.key = Sn.key, c.settings.value = i, c.settings.text = o, c;
|
|
6757
6757
|
}
|
|
6758
6758
|
const Xn = W(K);
|
|
6759
6759
|
Xn.key = "backgroundColor";
|
|
@@ -6869,7 +6869,7 @@ function _c(t, e) {
|
|
|
6869
6869
|
return;
|
|
6870
6870
|
}
|
|
6871
6871
|
const r = {};
|
|
6872
|
-
return z(r, s), r.basic.id =
|
|
6872
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = xe.key, r.settings.text = "text", r;
|
|
6873
6873
|
}
|
|
6874
6874
|
const Yi = {
|
|
6875
6875
|
key: "settings",
|
|
@@ -6978,13 +6978,13 @@ function wc(t, e) {
|
|
|
6978
6978
|
console.error(`textareaV1/spawn property tag not found, ${i}`);
|
|
6979
6979
|
return;
|
|
6980
6980
|
}
|
|
6981
|
-
const s =
|
|
6981
|
+
const s = Tn.properties[o];
|
|
6982
6982
|
if (!s) {
|
|
6983
6983
|
console.error(`textareaV1/spawn properties not found, ${i}`);
|
|
6984
6984
|
return;
|
|
6985
6985
|
}
|
|
6986
6986
|
const r = {};
|
|
6987
|
-
return z(r, s), r.basic.id =
|
|
6987
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Tn.key, r.settings.label = "label", r;
|
|
6988
6988
|
}
|
|
6989
6989
|
const qi = {
|
|
6990
6990
|
key: "settings",
|
|
@@ -7057,8 +7057,8 @@ const qi = {
|
|
|
7057
7057
|
default: 0
|
|
7058
7058
|
}
|
|
7059
7059
|
]
|
|
7060
|
-
},
|
|
7061
|
-
key:
|
|
7060
|
+
}, Tn = {
|
|
7061
|
+
key: Gt,
|
|
7062
7062
|
name: "x-runtime-lib.textarea",
|
|
7063
7063
|
comp: ra,
|
|
7064
7064
|
properties: {
|
|
@@ -7071,8 +7071,8 @@ const qi = {
|
|
|
7071
7071
|
leaf: !0,
|
|
7072
7072
|
spawn: wc
|
|
7073
7073
|
};
|
|
7074
|
-
w(
|
|
7075
|
-
const
|
|
7074
|
+
w(Tn);
|
|
7075
|
+
const Pn = {
|
|
7076
7076
|
key: Ao,
|
|
7077
7077
|
name: "x-runtime-lib.timelineItem",
|
|
7078
7078
|
comp: ua,
|
|
@@ -7084,7 +7084,7 @@ const Tn = {
|
|
|
7084
7084
|
methods: [],
|
|
7085
7085
|
slots: []
|
|
7086
7086
|
};
|
|
7087
|
-
w(
|
|
7087
|
+
w(Pn);
|
|
7088
7088
|
function Vc(t, e) {
|
|
7089
7089
|
const i = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7090
7090
|
if (!o) {
|
|
@@ -7097,7 +7097,7 @@ function Vc(t, e) {
|
|
|
7097
7097
|
return;
|
|
7098
7098
|
}
|
|
7099
7099
|
const r = {};
|
|
7100
|
-
return z(r, s), r.basic.id =
|
|
7100
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = zn.key, r.children = [
|
|
7101
7101
|
on(t, e, "timeline 1"),
|
|
7102
7102
|
on(t, e, "timeline 2"),
|
|
7103
7103
|
on(t, e, "timeline 3")
|
|
@@ -7109,13 +7109,13 @@ function on(t, e, i) {
|
|
|
7109
7109
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
7110
7110
|
return;
|
|
7111
7111
|
}
|
|
7112
|
-
const r =
|
|
7112
|
+
const r = Pn.properties[s];
|
|
7113
7113
|
if (!r) {
|
|
7114
7114
|
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
7115
7115
|
return;
|
|
7116
7116
|
}
|
|
7117
7117
|
const a = {};
|
|
7118
|
-
return z(a, r), a.basic.id =
|
|
7118
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = Pn.key, a.children = [Ic(t, e, i)], a;
|
|
7119
7119
|
}
|
|
7120
7120
|
function Ic(t, e, i) {
|
|
7121
7121
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
@@ -7129,7 +7129,7 @@ function Ic(t, e, i) {
|
|
|
7129
7129
|
return;
|
|
7130
7130
|
}
|
|
7131
7131
|
const a = {};
|
|
7132
|
-
return z(a, r), a.basic.id =
|
|
7132
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = xe.key, a.settings.text = i, a;
|
|
7133
7133
|
}
|
|
7134
7134
|
const $c = W(K), Sc = W(K), Ji = {
|
|
7135
7135
|
key: "settings",
|
|
@@ -7210,7 +7210,7 @@ const $c = W(K), Sc = W(K), Ji = {
|
|
|
7210
7210
|
}
|
|
7211
7211
|
]
|
|
7212
7212
|
}, zn = {
|
|
7213
|
-
key:
|
|
7213
|
+
key: Ht,
|
|
7214
7214
|
name: "x-runtime-lib.timeline",
|
|
7215
7215
|
comp: la,
|
|
7216
7216
|
properties: {
|
|
@@ -7248,7 +7248,7 @@ function Cc(t, e) {
|
|
|
7248
7248
|
return;
|
|
7249
7249
|
}
|
|
7250
7250
|
const r = {};
|
|
7251
|
-
return z(r, s), r.basic.id =
|
|
7251
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Ln.key, r.children = [
|
|
7252
7252
|
rn(t, e, "window 1"),
|
|
7253
7253
|
rn(t, e, "window 2"),
|
|
7254
7254
|
rn(t, e, "window 3")
|
|
@@ -7266,9 +7266,9 @@ function rn(t, e, i) {
|
|
|
7266
7266
|
return;
|
|
7267
7267
|
}
|
|
7268
7268
|
const a = {};
|
|
7269
|
-
return z(a, r), a.basic.id =
|
|
7269
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = An.key, a.children = [Tc(t, e, i)], a;
|
|
7270
7270
|
}
|
|
7271
|
-
function
|
|
7271
|
+
function Tc(t, e, i) {
|
|
7272
7272
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7273
7273
|
if (!s) {
|
|
7274
7274
|
console.error(
|
|
@@ -7282,9 +7282,9 @@ function Pc(t, e, i) {
|
|
|
7282
7282
|
return;
|
|
7283
7283
|
}
|
|
7284
7284
|
const a = {};
|
|
7285
|
-
return z(a, r), a.basic.id =
|
|
7285
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = We.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Pc(t, e, i)], a;
|
|
7286
7286
|
}
|
|
7287
|
-
function
|
|
7287
|
+
function Pc(t, e, i) {
|
|
7288
7288
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7289
7289
|
if (!s) {
|
|
7290
7290
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7296,7 +7296,7 @@ function Tc(t, e, i) {
|
|
|
7296
7296
|
return;
|
|
7297
7297
|
}
|
|
7298
7298
|
const a = {};
|
|
7299
|
-
return z(a, r), a.basic.id =
|
|
7299
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = xe.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
7300
7300
|
}
|
|
7301
7301
|
const Zi = {
|
|
7302
7302
|
key: "settings",
|
|
@@ -7347,7 +7347,7 @@ const Zi = {
|
|
|
7347
7347
|
}
|
|
7348
7348
|
]
|
|
7349
7349
|
}, Ln = {
|
|
7350
|
-
key:
|
|
7350
|
+
key: Ot,
|
|
7351
7351
|
name: "x-runtime-lib.window",
|
|
7352
7352
|
comp: pa,
|
|
7353
7353
|
properties: {
|
|
@@ -7420,7 +7420,7 @@ const zc = [
|
|
|
7420
7420
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7421
7421
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7422
7422
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7423
|
-
],
|
|
7423
|
+
], Gc = [
|
|
7424
7424
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7425
7425
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7426
7426
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7428,18 +7428,18 @@ const zc = [
|
|
|
7428
7428
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7429
7429
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7430
7430
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7431
|
-
],
|
|
7431
|
+
], jc = [
|
|
7432
7432
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7433
7433
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7434
7434
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7435
7435
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7436
7436
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7437
7437
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7438
|
-
],
|
|
7438
|
+
], Hc = [
|
|
7439
7439
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7440
7440
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7441
7441
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7442
|
-
],
|
|
7442
|
+
], Oc = [
|
|
7443
7443
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7444
7444
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7445
7445
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
@@ -7522,10 +7522,10 @@ const zc = [
|
|
|
7522
7522
|
flexDirectionItemsV1: Mc,
|
|
7523
7523
|
flexMainAlignItemsV1: Dc,
|
|
7524
7524
|
flexWrapItemsV1: Fc,
|
|
7525
|
-
fontWeightItemsV1:
|
|
7526
|
-
sheetVariantItemsV1:
|
|
7527
|
-
showTicksItemsV1:
|
|
7528
|
-
sizeItemsV1:
|
|
7525
|
+
fontWeightItemsV1: Gc,
|
|
7526
|
+
sheetVariantItemsV1: jc,
|
|
7527
|
+
showTicksItemsV1: Hc,
|
|
7528
|
+
sizeItemsV1: Oc,
|
|
7529
7529
|
textAlignItemsV1: Kc,
|
|
7530
7530
|
textDecorationItemsV1: Uc,
|
|
7531
7531
|
textEmphasisItemsV1: Xc,
|
|
@@ -7763,13 +7763,13 @@ const zc = [
|
|
|
7763
7763
|
items: [
|
|
7764
7764
|
ft,
|
|
7765
7765
|
Ft,
|
|
7766
|
-
Gt,
|
|
7767
7766
|
jt,
|
|
7767
|
+
Gt,
|
|
7768
7768
|
Vt,
|
|
7769
7769
|
Et,
|
|
7770
7770
|
lt,
|
|
7771
7771
|
Mt,
|
|
7772
|
-
|
|
7772
|
+
Pt,
|
|
7773
7773
|
it,
|
|
7774
7774
|
Bt,
|
|
7775
7775
|
zt,
|
|
@@ -7779,7 +7779,7 @@ const zc = [
|
|
|
7779
7779
|
{
|
|
7780
7780
|
key: "dataDisplay",
|
|
7781
7781
|
name: "x-runtime-lib.dataDisplay",
|
|
7782
|
-
items: [
|
|
7782
|
+
items: [Gn, ct, Je, xt]
|
|
7783
7783
|
},
|
|
7784
7784
|
{
|
|
7785
7785
|
key: "selection",
|
|
@@ -7789,13 +7789,13 @@ const zc = [
|
|
|
7789
7789
|
et,
|
|
7790
7790
|
rt,
|
|
7791
7791
|
Nt,
|
|
7792
|
-
|
|
7792
|
+
Ot
|
|
7793
7793
|
]
|
|
7794
7794
|
},
|
|
7795
7795
|
{
|
|
7796
7796
|
key: "feedback",
|
|
7797
7797
|
name: "x-runtime-lib.feedback",
|
|
7798
|
-
items: [qe, At,
|
|
7798
|
+
items: [qe, At, Ht]
|
|
7799
7799
|
},
|
|
7800
7800
|
{
|
|
7801
7801
|
key: "imagesAndIcons",
|
|
@@ -7829,7 +7829,7 @@ const zc = [
|
|
|
7829
7829
|
items: [
|
|
7830
7830
|
Ye,
|
|
7831
7831
|
mt,
|
|
7832
|
-
|
|
7832
|
+
Tt,
|
|
7833
7833
|
Rt
|
|
7834
7834
|
]
|
|
7835
7835
|
},
|
|
@@ -7868,13 +7868,13 @@ const zc = [
|
|
|
7868
7868
|
items: [
|
|
7869
7869
|
ft,
|
|
7870
7870
|
Ft,
|
|
7871
|
-
Gt,
|
|
7872
7871
|
jt,
|
|
7872
|
+
Gt,
|
|
7873
7873
|
Vt,
|
|
7874
7874
|
Et,
|
|
7875
7875
|
lt,
|
|
7876
7876
|
Mt,
|
|
7877
|
-
|
|
7877
|
+
Pt,
|
|
7878
7878
|
it,
|
|
7879
7879
|
Bt,
|
|
7880
7880
|
zt,
|
|
@@ -7884,7 +7884,7 @@ const zc = [
|
|
|
7884
7884
|
{
|
|
7885
7885
|
key: "dataDisplay",
|
|
7886
7886
|
name: "x-runtime-lib.dataDisplay",
|
|
7887
|
-
items: [
|
|
7887
|
+
items: [Gn, ct, Je, xt]
|
|
7888
7888
|
},
|
|
7889
7889
|
{
|
|
7890
7890
|
key: "selection",
|
|
@@ -7894,13 +7894,13 @@ const zc = [
|
|
|
7894
7894
|
et,
|
|
7895
7895
|
rt,
|
|
7896
7896
|
Nt,
|
|
7897
|
-
|
|
7897
|
+
Ot
|
|
7898
7898
|
]
|
|
7899
7899
|
},
|
|
7900
7900
|
{
|
|
7901
7901
|
key: "feedback",
|
|
7902
7902
|
name: "x-runtime-lib.feedback",
|
|
7903
|
-
items: [qe, At,
|
|
7903
|
+
items: [qe, At, Ht]
|
|
7904
7904
|
},
|
|
7905
7905
|
{
|
|
7906
7906
|
key: "imagesAndIcons",
|
|
@@ -7934,7 +7934,7 @@ const zc = [
|
|
|
7934
7934
|
items: [
|
|
7935
7935
|
Ye,
|
|
7936
7936
|
mt,
|
|
7937
|
-
|
|
7937
|
+
Tt,
|
|
7938
7938
|
Rt
|
|
7939
7939
|
]
|
|
7940
7940
|
},
|
|
@@ -7992,9 +7992,9 @@ const zc = [
|
|
|
7992
7992
|
$t,
|
|
7993
7993
|
St,
|
|
7994
7994
|
Ct,
|
|
7995
|
-
Pt,
|
|
7996
|
-
$o,
|
|
7997
7995
|
Tt,
|
|
7996
|
+
$o,
|
|
7997
|
+
Pt,
|
|
7998
7998
|
zt,
|
|
7999
7999
|
At,
|
|
8000
8000
|
Ae,
|
|
@@ -8006,18 +8006,18 @@ const zc = [
|
|
|
8006
8006
|
Nt,
|
|
8007
8007
|
So,
|
|
8008
8008
|
Co,
|
|
8009
|
-
Po,
|
|
8010
8009
|
To,
|
|
8010
|
+
Po,
|
|
8011
8011
|
Mt,
|
|
8012
8012
|
zo,
|
|
8013
|
-
|
|
8013
|
+
Gn,
|
|
8014
8014
|
Dt,
|
|
8015
8015
|
Ft,
|
|
8016
|
-
jt,
|
|
8017
8016
|
Gt,
|
|
8018
|
-
|
|
8019
|
-
Ao,
|
|
8017
|
+
jt,
|
|
8020
8018
|
Ht,
|
|
8019
|
+
Ao,
|
|
8020
|
+
Ot,
|
|
8021
8021
|
Lo
|
|
8022
8022
|
]),
|
|
8023
8023
|
groups: {
|
|
@@ -8074,18 +8074,18 @@ function Qu(t, e, i, o, s) {
|
|
|
8074
8074
|
return;
|
|
8075
8075
|
}
|
|
8076
8076
|
if (o) {
|
|
8077
|
-
const
|
|
8078
|
-
if (!c.elements.has(
|
|
8077
|
+
const p = c.refKey, d = s;
|
|
8078
|
+
if (!c.elements.has(p)) {
|
|
8079
8079
|
console.error(`spawnNode [ref] element not found in pkg, ${r}`);
|
|
8080
8080
|
return;
|
|
8081
8081
|
}
|
|
8082
|
-
const u = ze[
|
|
8082
|
+
const u = ze[p];
|
|
8083
8083
|
if (!u) {
|
|
8084
8084
|
console.error(`spawnNode [ref] element not found in global, ${r}`);
|
|
8085
8085
|
return;
|
|
8086
8086
|
}
|
|
8087
|
-
const
|
|
8088
|
-
if (!
|
|
8087
|
+
const m = u.properties[a];
|
|
8088
|
+
if (!m) {
|
|
8089
8089
|
console.error(`spawnNode [ref] properties not found, ${r}`);
|
|
8090
8090
|
return;
|
|
8091
8091
|
}
|
|
@@ -8095,16 +8095,16 @@ function Qu(t, e, i, o, s) {
|
|
|
8095
8095
|
key: ""
|
|
8096
8096
|
}
|
|
8097
8097
|
};
|
|
8098
|
-
return z(y,
|
|
8098
|
+
return z(y, m), y.basic.id = T(16), y.basic.key = p, y.reference = {
|
|
8099
8099
|
comp: d
|
|
8100
8100
|
}, y;
|
|
8101
8101
|
} else {
|
|
8102
|
-
const
|
|
8103
|
-
if (!c.elements.has(
|
|
8102
|
+
const p = s;
|
|
8103
|
+
if (!c.elements.has(p)) {
|
|
8104
8104
|
console.error(`spawnNode [key] element not found in pkg, ${r}`);
|
|
8105
8105
|
return;
|
|
8106
8106
|
}
|
|
8107
|
-
const d = ze[
|
|
8107
|
+
const d = ze[p];
|
|
8108
8108
|
if (!d) {
|
|
8109
8109
|
console.error(`spawnNode [key] element not found in global, ${r}`);
|
|
8110
8110
|
return;
|
|
@@ -8117,13 +8117,13 @@ function Qu(t, e, i, o, s) {
|
|
|
8117
8117
|
console.error(`spawnNode [key] properties not found, ${r}`);
|
|
8118
8118
|
return;
|
|
8119
8119
|
}
|
|
8120
|
-
const
|
|
8120
|
+
const m = {
|
|
8121
8121
|
basic: {
|
|
8122
8122
|
id: "",
|
|
8123
8123
|
key: ""
|
|
8124
8124
|
}
|
|
8125
8125
|
};
|
|
8126
|
-
return z(
|
|
8126
|
+
return z(m, u), m.basic.id = T(16), m.basic.key = p, d.leaf || (m.children = []), m;
|
|
8127
8127
|
}
|
|
8128
8128
|
}
|
|
8129
8129
|
}
|
|
@@ -8146,7 +8146,7 @@ function ep(t, e) {
|
|
|
8146
8146
|
}
|
|
8147
8147
|
function hu(t) {
|
|
8148
8148
|
function e(o) {
|
|
8149
|
-
o.basic.id =
|
|
8149
|
+
o.basic.id = T(16), o.children?.forEach((s) => e(s));
|
|
8150
8150
|
}
|
|
8151
8151
|
const i = W(t);
|
|
8152
8152
|
return e(i), i;
|
|
@@ -8157,7 +8157,7 @@ function tp(t) {
|
|
|
8157
8157
|
e.push(hu(i));
|
|
8158
8158
|
}), e;
|
|
8159
8159
|
}
|
|
8160
|
-
const Eo = "runtimeOrg", Bo = "runtimeEnv", Wo = "runtimeMode", Ro = "runtimeDevice", No = "runtimeDark", Mo = "runtimeType", Do = "runtimeData", Fo = "runtimeDepends",
|
|
8160
|
+
const Eo = "runtimeOrg", Bo = "runtimeEnv", Wo = "runtimeMode", Ro = "runtimeDevice", No = "runtimeDark", Mo = "runtimeType", Do = "runtimeData", Fo = "runtimeDepends", Go = "runtimeSandbox";
|
|
8161
8161
|
function np(t) {
|
|
8162
8162
|
ce(Eo, t);
|
|
8163
8163
|
}
|
|
@@ -8173,7 +8173,7 @@ function xu() {
|
|
|
8173
8173
|
function op(t) {
|
|
8174
8174
|
ce(Wo, t);
|
|
8175
8175
|
}
|
|
8176
|
-
function
|
|
8176
|
+
function H() {
|
|
8177
8177
|
return ae(Wo);
|
|
8178
8178
|
}
|
|
8179
8179
|
function rp(t) {
|
|
@@ -8207,12 +8207,12 @@ function vu() {
|
|
|
8207
8207
|
return ae(Fo);
|
|
8208
8208
|
}
|
|
8209
8209
|
function ku(t) {
|
|
8210
|
-
ce(
|
|
8210
|
+
ce(Go, t);
|
|
8211
8211
|
}
|
|
8212
8212
|
function be() {
|
|
8213
|
-
return ae(
|
|
8213
|
+
return ae(Go);
|
|
8214
8214
|
}
|
|
8215
|
-
function
|
|
8215
|
+
function Pe(t) {
|
|
8216
8216
|
const e = [t.type];
|
|
8217
8217
|
return t.type === "elementProperty" ? e.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? e.push(t.propertyId) : t.type === "state" ? e.push(t.stateId) : console.assert(!1), e.join("/");
|
|
8218
8218
|
}
|
|
@@ -8220,29 +8220,29 @@ function De(t, e, i, o, s) {
|
|
|
8220
8220
|
const { watchEffect: r, bind: a } = e;
|
|
8221
8221
|
if (r[i])
|
|
8222
8222
|
for (const c of r[i]) {
|
|
8223
|
-
const
|
|
8224
|
-
t.callFunction(`__watchEffect$${
|
|
8223
|
+
const p = xr(c);
|
|
8224
|
+
t.callFunction(`__watchEffect$${p}__`);
|
|
8225
8225
|
}
|
|
8226
8226
|
if (a.triggers[i])
|
|
8227
8227
|
for (const c of a.triggers[i]) {
|
|
8228
|
-
const
|
|
8229
|
-
if (!
|
|
8228
|
+
const p = a.sets[c];
|
|
8229
|
+
if (!p) {
|
|
8230
8230
|
console.assert(!1);
|
|
8231
8231
|
continue;
|
|
8232
8232
|
}
|
|
8233
8233
|
let d = null;
|
|
8234
|
-
for (const
|
|
8235
|
-
if (i ===
|
|
8236
|
-
if (
|
|
8234
|
+
for (const m of p)
|
|
8235
|
+
if (i === Pe(m)) {
|
|
8236
|
+
if (m.subKeys) {
|
|
8237
8237
|
if (!le(
|
|
8238
|
-
we(o,
|
|
8239
|
-
we(s,
|
|
8238
|
+
we(o, m.subKeys),
|
|
8239
|
+
we(s, m.subKeys)
|
|
8240
8240
|
)) {
|
|
8241
|
-
d =
|
|
8241
|
+
d = m;
|
|
8242
8242
|
break;
|
|
8243
8243
|
}
|
|
8244
8244
|
} else if (!le(o, s)) {
|
|
8245
|
-
d =
|
|
8245
|
+
d = m;
|
|
8246
8246
|
break;
|
|
8247
8247
|
}
|
|
8248
8248
|
}
|
|
@@ -8250,57 +8250,57 @@ function De(t, e, i, o, s) {
|
|
|
8250
8250
|
continue;
|
|
8251
8251
|
let u;
|
|
8252
8252
|
d.subKeys ? u = we(o, d.subKeys) : u = o;
|
|
8253
|
-
for (const
|
|
8254
|
-
if (
|
|
8253
|
+
for (const m of p)
|
|
8254
|
+
if (m.subKeys) {
|
|
8255
8255
|
let y;
|
|
8256
|
-
if (
|
|
8256
|
+
if (m.type === "elementProperty")
|
|
8257
8257
|
y = t.getElementProperty(
|
|
8258
|
-
|
|
8259
|
-
|
|
8258
|
+
m.nodeId,
|
|
8259
|
+
m.propertyKeys
|
|
8260
8260
|
);
|
|
8261
|
-
else if (
|
|
8262
|
-
y = t.getCustomProperty(
|
|
8263
|
-
else if (
|
|
8264
|
-
y = t.getState(
|
|
8265
|
-
else if (
|
|
8266
|
-
y = t.getAdaptSlotProperty(
|
|
8261
|
+
else if (m.type === "customProperty")
|
|
8262
|
+
y = t.getCustomProperty(m.propertyId);
|
|
8263
|
+
else if (m.type === "state")
|
|
8264
|
+
y = t.getState(m.stateId);
|
|
8265
|
+
else if (m.type === "adaptSlotProperty")
|
|
8266
|
+
y = t.getAdaptSlotProperty(m.propertyId);
|
|
8267
8267
|
else {
|
|
8268
8268
|
console.assert(!1);
|
|
8269
8269
|
continue;
|
|
8270
8270
|
}
|
|
8271
|
-
const b = we(y,
|
|
8271
|
+
const b = we(y, m.subKeys);
|
|
8272
8272
|
if (le(u, b))
|
|
8273
8273
|
continue;
|
|
8274
8274
|
const g = W(y);
|
|
8275
|
-
go(g,
|
|
8276
|
-
|
|
8277
|
-
|
|
8275
|
+
go(g, m.subKeys, W(u)), m.type === "elementProperty" ? t.setElementProperty(
|
|
8276
|
+
m.nodeId,
|
|
8277
|
+
m.propertyKeys,
|
|
8278
8278
|
g
|
|
8279
|
-
) :
|
|
8279
|
+
) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, g) : m.type === "state" ? t.setState(m.stateId, g) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, g) : console.assert(!1);
|
|
8280
8280
|
} else {
|
|
8281
8281
|
let y;
|
|
8282
|
-
if (
|
|
8282
|
+
if (m.type === "elementProperty")
|
|
8283
8283
|
y = t.getElementProperty(
|
|
8284
|
-
|
|
8285
|
-
|
|
8284
|
+
m.nodeId,
|
|
8285
|
+
m.propertyKeys
|
|
8286
8286
|
);
|
|
8287
|
-
else if (
|
|
8288
|
-
y = t.getCustomProperty(
|
|
8289
|
-
else if (
|
|
8290
|
-
y = t.getState(
|
|
8291
|
-
else if (
|
|
8292
|
-
y = t.getAdaptSlotProperty(
|
|
8287
|
+
else if (m.type === "customProperty")
|
|
8288
|
+
y = t.getCustomProperty(m.propertyId);
|
|
8289
|
+
else if (m.type === "state")
|
|
8290
|
+
y = t.getState(m.stateId);
|
|
8291
|
+
else if (m.type === "adaptSlotProperty")
|
|
8292
|
+
y = t.getAdaptSlotProperty(m.propertyId);
|
|
8293
8293
|
else {
|
|
8294
8294
|
console.assert(!1);
|
|
8295
8295
|
continue;
|
|
8296
8296
|
}
|
|
8297
8297
|
if (le(u, y))
|
|
8298
8298
|
continue;
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
|
|
8299
|
+
m.type === "elementProperty" ? t.setElementProperty(
|
|
8300
|
+
m.nodeId,
|
|
8301
|
+
m.propertyKeys,
|
|
8302
8302
|
W(u)
|
|
8303
|
-
) :
|
|
8303
|
+
) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, W(u)) : m.type === "state" ? t.setState(m.stateId, W(u)) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, W(u)) : console.assert(!1);
|
|
8304
8304
|
}
|
|
8305
8305
|
}
|
|
8306
8306
|
}
|
|
@@ -8322,7 +8322,7 @@ function eo(t) {
|
|
|
8322
8322
|
function _u(t, e, i) {
|
|
8323
8323
|
return `${t}/${e}/${i}`;
|
|
8324
8324
|
}
|
|
8325
|
-
function
|
|
8325
|
+
function jo(t) {
|
|
8326
8326
|
const e = t.split("/");
|
|
8327
8327
|
return e.length < 3 ? (console.assert(!1, "invalid method id"), {
|
|
8328
8328
|
kind: "elementMethod",
|
|
@@ -8408,32 +8408,32 @@ function Vu(t) {
|
|
|
8408
8408
|
}, o);
|
|
8409
8409
|
});
|
|
8410
8410
|
}
|
|
8411
|
-
const
|
|
8411
|
+
const Ho = er({
|
|
8412
8412
|
baseUrl: "http://localhost/computebase/",
|
|
8413
8413
|
onError: (t) => {
|
|
8414
8414
|
const { i18n: e } = ge;
|
|
8415
8415
|
uo(wr(e, t));
|
|
8416
8416
|
}
|
|
8417
8417
|
});
|
|
8418
|
-
window.API_URL && (
|
|
8418
|
+
window.API_URL && (Ho.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8419
8419
|
function Iu(t) {
|
|
8420
|
-
return
|
|
8420
|
+
return Ho.post("callFunc", t);
|
|
8421
8421
|
}
|
|
8422
8422
|
function $u(t) {
|
|
8423
8423
|
t.bindAsyncFunction(
|
|
8424
8424
|
"__callFuncV1__",
|
|
8425
8425
|
async (e, i, o, s, r, a) => {
|
|
8426
|
-
const c = t.pseudoToNative(e),
|
|
8426
|
+
const c = t.pseudoToNative(e), p = t.pseudoToNative(i), d = t.pseudoToNative(o), u = t.pseudoToNative(s), m = t.pseudoToNative(r);
|
|
8427
8427
|
try {
|
|
8428
8428
|
const y = JSON.stringify(d), { strOutputs: b } = await Iu({
|
|
8429
8429
|
spaceId: c,
|
|
8430
|
-
id:
|
|
8430
|
+
id: p,
|
|
8431
8431
|
strInputs: y,
|
|
8432
8432
|
env: u
|
|
8433
8433
|
}), g = JSON.parse(b);
|
|
8434
8434
|
a(t.nativeToPseudo(g)), t.run();
|
|
8435
8435
|
} catch (y) {
|
|
8436
|
-
console.error("callFuncV1 failed",
|
|
8436
|
+
console.error("callFuncV1 failed", m, y);
|
|
8437
8437
|
}
|
|
8438
8438
|
}
|
|
8439
8439
|
);
|
|
@@ -8456,46 +8456,44 @@ function Su(t) {
|
|
|
8456
8456
|
));
|
|
8457
8457
|
}), t.bindNativeFunction("__getPropertyV1__", (e, i) => {
|
|
8458
8458
|
const o = t.pseudoToNative(e), s = t.pseudoToNative(i), { kind: r, nodeId: a, propertyKey: c } = eo(o);
|
|
8459
|
-
let
|
|
8459
|
+
let p;
|
|
8460
8460
|
if (r === "elementProperty")
|
|
8461
|
-
|
|
8461
|
+
p = t.getElementProperty(a, c);
|
|
8462
8462
|
else if (r === "referenceProperty") {
|
|
8463
8463
|
const d = t.children[a];
|
|
8464
|
-
d && (
|
|
8464
|
+
d && (p = d.getCustomProperty(c));
|
|
8465
8465
|
} else if (r === "multipleRefProperty") {
|
|
8466
8466
|
const d = t.children[a + "/" + s];
|
|
8467
|
-
d && (
|
|
8468
|
-
} else r === "customProperty" ?
|
|
8469
|
-
return t.nativeToPseudo(
|
|
8467
|
+
d && (p = d.getCustomProperty(c));
|
|
8468
|
+
} else r === "customProperty" ? p = t.getCustomProperty(c) : r === "elementSlotProperty" || r === "customSlotProperty" ? p = t.getAdaptSlotProperty(c) : console.assert(!1);
|
|
8469
|
+
return t.nativeToPseudo(p);
|
|
8470
8470
|
}), t.bindNativeFunction(
|
|
8471
8471
|
"__setPropertyV1__",
|
|
8472
8472
|
(e, i, o) => {
|
|
8473
|
-
const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId:
|
|
8473
|
+
const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: p, propertyKey: d } = eo(s);
|
|
8474
8474
|
if (c === "elementProperty")
|
|
8475
|
-
t.setElementProperty(
|
|
8475
|
+
t.setElementProperty(p, d, a);
|
|
8476
8476
|
else if (c === "referenceProperty") {
|
|
8477
|
-
const u = t.children[
|
|
8477
|
+
const u = t.children[p];
|
|
8478
8478
|
u && u.setCustomProperty(d, a);
|
|
8479
8479
|
} else if (c === "multipleRefProperty") {
|
|
8480
|
-
const u = t.children[
|
|
8480
|
+
const u = t.children[p + "/" + r];
|
|
8481
8481
|
u && u.setCustomProperty(d, a);
|
|
8482
8482
|
} else c === "customProperty" ? t.setCustomProperty(d, a) : c === "elementSlotProperty" || c === "customSlotProperty" ? t.setAdaptSlotProperty(d, a) : console.assert(!1);
|
|
8483
8483
|
}
|
|
8484
8484
|
), t.bindNativeFunction(
|
|
8485
8485
|
"__callMethodV1__",
|
|
8486
8486
|
(e, i, o) => {
|
|
8487
|
-
const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId:
|
|
8488
|
-
let u;
|
|
8487
|
+
const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: p, methodKey: d } = jo(s);
|
|
8489
8488
|
if (c === "elementMethod")
|
|
8490
|
-
|
|
8489
|
+
t.callElementMethod(s, a);
|
|
8491
8490
|
else if (c === "referenceMethod") {
|
|
8492
|
-
const
|
|
8493
|
-
|
|
8491
|
+
const u = t.children[p];
|
|
8492
|
+
u && u.callCustomMethod(d, a);
|
|
8494
8493
|
} else if (c === "multipleRefMethod") {
|
|
8495
|
-
const
|
|
8496
|
-
|
|
8497
|
-
} else c === "customMethod" ?
|
|
8498
|
-
return t.nativeToPseudo(u);
|
|
8494
|
+
const u = t.children[p + "/" + r];
|
|
8495
|
+
u && u.callCustomMethod(d, a);
|
|
8496
|
+
} else c === "customMethod" ? t.callCustomMethod(d, a) : c === "customSlotMethod" || console.assert(!1);
|
|
8499
8497
|
}
|
|
8500
8498
|
), t.bindNativeFunction("__getStateV1__", (e) => {
|
|
8501
8499
|
const i = t.pseudoToNative(e), o = t.getState(i);
|
|
@@ -8529,8 +8527,8 @@ function Su(t) {
|
|
|
8529
8527
|
"__openPromptDlgV1__",
|
|
8530
8528
|
(e, i, o, s) => {
|
|
8531
8529
|
const r = t.pseudoToNative(e), a = t.pseudoToNative(i), c = t.pseudoToNative(o);
|
|
8532
|
-
nr({ title: r, label: a, value: c }).then((
|
|
8533
|
-
s(t.nativeToPseudo(
|
|
8530
|
+
nr({ title: r, label: a, value: c }).then((p) => {
|
|
8531
|
+
s(t.nativeToPseudo(p)), t.run();
|
|
8534
8532
|
});
|
|
8535
8533
|
}
|
|
8536
8534
|
);
|
|
@@ -8538,17 +8536,14 @@ function Su(t) {
|
|
|
8538
8536
|
function Cu(t) {
|
|
8539
8537
|
Vu(t), $u(t), Su(t);
|
|
8540
8538
|
}
|
|
8541
|
-
const
|
|
8539
|
+
const Tu = `
|
|
8542
8540
|
var __env__ = 'dev'
|
|
8543
8541
|
var __mode__ = 'editor'
|
|
8544
8542
|
|
|
8545
8543
|
function __getEnvV1__() {
|
|
8546
8544
|
return __env__
|
|
8547
8545
|
}
|
|
8548
|
-
|
|
8549
|
-
var __pointerPosX__ = 0
|
|
8550
|
-
var __pointerPosY__ = 0
|
|
8551
|
-
`, Tu = `
|
|
8546
|
+
`, Pu = `
|
|
8552
8547
|
var __events__ = {}
|
|
8553
8548
|
|
|
8554
8549
|
function __onEventV1__(id, callback) {
|
|
@@ -8632,7 +8627,7 @@ function __destroy__() {
|
|
|
8632
8627
|
__events__ = {}
|
|
8633
8628
|
__timers__ = {}
|
|
8634
8629
|
}
|
|
8635
|
-
`, Lu =
|
|
8630
|
+
`, Lu = Tu + Pu + zu + Au;
|
|
8636
8631
|
function Eu(t) {
|
|
8637
8632
|
return t instanceof Array ? t.join(".") : t;
|
|
8638
8633
|
}
|
|
@@ -8651,8 +8646,8 @@ class Bu {
|
|
|
8651
8646
|
type;
|
|
8652
8647
|
eventBus = vr();
|
|
8653
8648
|
hooks;
|
|
8654
|
-
constructor(e, i, o, s, r, a, c,
|
|
8655
|
-
this.kind = e, this.id = i, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type =
|
|
8649
|
+
constructor(e, i, o, s, r, a, c, p, d) {
|
|
8650
|
+
this.kind = e, this.id = i, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = p, this.hooks = d, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
|
|
8656
8651
|
}
|
|
8657
8652
|
dispose() {
|
|
8658
8653
|
this.parent?.removeChild(this.id), this.destroyInterpreter(), console.log(`Sandbox/dispose id='${this.id}'`);
|
|
@@ -8719,14 +8714,20 @@ class Bu {
|
|
|
8719
8714
|
console.error("Sandbox/getVariable invalid interpreter");
|
|
8720
8715
|
return;
|
|
8721
8716
|
}
|
|
8722
|
-
return this.interpreter.
|
|
8717
|
+
return this.interpreter.pseudoToNative(
|
|
8718
|
+
this.interpreter.getProperty(this.interpreter.globalObject, e)
|
|
8719
|
+
);
|
|
8723
8720
|
}
|
|
8724
8721
|
setVariable(e, i) {
|
|
8725
8722
|
if (!this.interpreter) {
|
|
8726
8723
|
console.error("Sandbox/setVariable invalid interpreter");
|
|
8727
8724
|
return;
|
|
8728
8725
|
}
|
|
8729
|
-
this.interpreter.setProperty(
|
|
8726
|
+
this.interpreter.setProperty(
|
|
8727
|
+
this.interpreter.globalObject,
|
|
8728
|
+
e,
|
|
8729
|
+
this.interpreter.nativeToPseudo(i)
|
|
8730
|
+
);
|
|
8730
8731
|
}
|
|
8731
8732
|
run() {
|
|
8732
8733
|
if (!this.interpreter) {
|
|
@@ -8753,20 +8754,15 @@ ${Ir(e)}} catch (e) {
|
|
|
8753
8754
|
return;
|
|
8754
8755
|
}
|
|
8755
8756
|
const o = [];
|
|
8756
|
-
for (const
|
|
8757
|
-
o.push(JSON.stringify(
|
|
8757
|
+
for (const r of i)
|
|
8758
|
+
o.push(JSON.stringify(r));
|
|
8758
8759
|
const s = `try {
|
|
8759
|
-
|
|
8760
|
+
${e}(${o.join(", ")});
|
|
8760
8761
|
} catch (e) {
|
|
8761
8762
|
__messageV1__('error', 'run exception: ' + e.message);
|
|
8762
8763
|
}
|
|
8763
8764
|
`;
|
|
8764
8765
|
to(s), this.interpreter.appendCode(s), this.interpreter.run();
|
|
8765
|
-
const r = this.interpreter.getProperty(
|
|
8766
|
-
this.interpreter.globalObject,
|
|
8767
|
-
"__callFunctionResult__"
|
|
8768
|
-
);
|
|
8769
|
-
return this.interpreter.pseudoToNative(r);
|
|
8770
8766
|
}
|
|
8771
8767
|
//--------------------------
|
|
8772
8768
|
// 元素属性
|
|
@@ -8853,11 +8849,11 @@ ${Ir(e)}} catch (e) {
|
|
|
8853
8849
|
callElementMethod(e, i) {
|
|
8854
8850
|
if (!Q(this.mode))
|
|
8855
8851
|
return;
|
|
8856
|
-
const { methodKey: o } =
|
|
8852
|
+
const { methodKey: o } = jo(e), s = {};
|
|
8857
8853
|
return this.eventBus.emit(e, { key: o, inputs: i, outputs: s }), s;
|
|
8858
8854
|
}
|
|
8859
8855
|
callCustomMethod(e, i) {
|
|
8860
|
-
|
|
8856
|
+
Q(this.mode) && this.callFunction(`__implementMethod$${e}__`, i);
|
|
8861
8857
|
}
|
|
8862
8858
|
//--------------------------
|
|
8863
8859
|
// 状态
|
|
@@ -8875,7 +8871,7 @@ ${Ir(e)}} catch (e) {
|
|
|
8875
8871
|
}
|
|
8876
8872
|
}
|
|
8877
8873
|
function Zn(t, e, i, o, s) {
|
|
8878
|
-
const r = gu(), a = xu(), c =
|
|
8874
|
+
const r = gu(), a = xu(), c = H(), p = fe(), d = Ce(), u = Ne(), m = (I, S, P, E) => {
|
|
8879
8875
|
if (Q(c) && (x.callFunction(
|
|
8880
8876
|
"__triggerEventV1__",
|
|
8881
8877
|
J(
|
|
@@ -8883,68 +8879,68 @@ function Zn(t, e, i, o, s) {
|
|
|
8883
8879
|
I,
|
|
8884
8880
|
Eu(S)
|
|
8885
8881
|
),
|
|
8886
|
-
|
|
8887
|
-
E ??
|
|
8882
|
+
P,
|
|
8883
|
+
E ?? P
|
|
8888
8884
|
), t.value?.code.reactivity)) {
|
|
8889
8885
|
let F = "";
|
|
8890
8886
|
S instanceof Array ? F = S.join(".") : F = S, De(
|
|
8891
8887
|
x,
|
|
8892
8888
|
t.value.code.reactivity,
|
|
8893
|
-
|
|
8889
|
+
Pe({
|
|
8894
8890
|
type: "elementProperty",
|
|
8895
8891
|
nodeId: I,
|
|
8896
8892
|
propertyKeys: F
|
|
8897
8893
|
}),
|
|
8898
|
-
|
|
8894
|
+
P,
|
|
8899
8895
|
E
|
|
8900
8896
|
);
|
|
8901
8897
|
}
|
|
8902
|
-
}, y = (I, S,
|
|
8898
|
+
}, y = (I, S, P) => {
|
|
8903
8899
|
Q(c) && (x.callFunction(
|
|
8904
8900
|
"__triggerEventV1__",
|
|
8905
8901
|
J("customPropertyChangeEvent", "globality", I),
|
|
8906
8902
|
S,
|
|
8907
|
-
|
|
8903
|
+
P ?? S
|
|
8908
8904
|
), x.parent?.callFunction(
|
|
8909
8905
|
"__triggerEventV1__",
|
|
8910
8906
|
J("referencePropertyChangeEvent", x.id, I),
|
|
8911
8907
|
S,
|
|
8912
|
-
|
|
8908
|
+
P ?? S
|
|
8913
8909
|
), x.parent?.callFunction(
|
|
8914
8910
|
"__triggerEventV1__",
|
|
8915
8911
|
J("multipleRefPropertyChangeEvent", x.id, I),
|
|
8916
8912
|
S,
|
|
8917
|
-
|
|
8913
|
+
P ?? S
|
|
8918
8914
|
), t.value?.code.reactivity && De(
|
|
8919
8915
|
x,
|
|
8920
8916
|
t.value.code.reactivity,
|
|
8921
|
-
|
|
8917
|
+
Pe({ type: "customProperty", propertyId: I }),
|
|
8922
8918
|
S,
|
|
8923
|
-
|
|
8919
|
+
P
|
|
8924
8920
|
));
|
|
8925
|
-
}, b = (I, S,
|
|
8921
|
+
}, b = (I, S, P) => {
|
|
8926
8922
|
Q(c) && t.value?.code.reactivity && De(
|
|
8927
8923
|
x,
|
|
8928
8924
|
t.value.code.reactivity,
|
|
8929
|
-
|
|
8925
|
+
Pe({ type: "adaptSlotProperty", propertyId: I }),
|
|
8930
8926
|
S,
|
|
8931
|
-
|
|
8927
|
+
P
|
|
8932
8928
|
);
|
|
8933
|
-
}, g = (I, S,
|
|
8929
|
+
}, g = (I, S, P) => {
|
|
8934
8930
|
Q(c) && (x.callFunction(
|
|
8935
8931
|
"__triggerEventV1__",
|
|
8936
8932
|
J("stateChangeEvent", "globality", I),
|
|
8937
8933
|
S,
|
|
8938
|
-
|
|
8934
|
+
P ?? S
|
|
8939
8935
|
), t.value?.code.reactivity && De(
|
|
8940
8936
|
x,
|
|
8941
8937
|
t.value.code.reactivity,
|
|
8942
|
-
|
|
8938
|
+
Pe({ type: "state", stateId: I }),
|
|
8943
8939
|
S,
|
|
8944
|
-
|
|
8940
|
+
P
|
|
8945
8941
|
));
|
|
8946
|
-
}, x = new Bu(e, i, o, s, r, a, c,
|
|
8947
|
-
onElementPropertyChange:
|
|
8942
|
+
}, x = new Bu(e, i, o, s, r, a, c, p, {
|
|
8943
|
+
onElementPropertyChange: m,
|
|
8948
8944
|
onCustomPropertyChange: y,
|
|
8949
8945
|
onAdaptSlotPropertyChange: b,
|
|
8950
8946
|
onStateChange: g
|
|
@@ -8960,11 +8956,11 @@ function Zn(t, e, i, o, s) {
|
|
|
8960
8956
|
}), Q(c) && oe(
|
|
8961
8957
|
d,
|
|
8962
8958
|
(I, S) => {
|
|
8963
|
-
const
|
|
8959
|
+
const P = Fe(I.width), E = Fe(S?.width ?? I.width);
|
|
8964
8960
|
x.callFunction(
|
|
8965
8961
|
"__triggerEventV1__",
|
|
8966
8962
|
J("elementEvent", "globality", "screenSizeChange"),
|
|
8967
|
-
|
|
8963
|
+
P,
|
|
8968
8964
|
E
|
|
8969
8965
|
);
|
|
8970
8966
|
},
|
|
@@ -8997,8 +8993,8 @@ export {
|
|
|
8997
8993
|
cn as barChartV1,
|
|
8998
8994
|
ln as boxGeometryV1,
|
|
8999
8995
|
ho as breakpoints,
|
|
9000
|
-
|
|
9001
|
-
|
|
8996
|
+
Ha as btnGroupV1,
|
|
8997
|
+
Oa as btnToggleV1,
|
|
9002
8998
|
pn as btnV1,
|
|
9003
8999
|
Fe as calcBreakpoint,
|
|
9004
9000
|
Be as cardV1,
|
|
@@ -9021,8 +9017,8 @@ export {
|
|
|
9021
9017
|
fn as flexLayoutEntryV1,
|
|
9022
9018
|
We as flexLayoutV1,
|
|
9023
9019
|
gn as formV1,
|
|
9024
|
-
|
|
9025
|
-
|
|
9020
|
+
T as genId,
|
|
9021
|
+
Te as getBreakpointProp,
|
|
9026
9022
|
we as getField,
|
|
9027
9023
|
ei as getIndexOfBreakpoint,
|
|
9028
9024
|
ep as getNode,
|
|
@@ -9038,14 +9034,14 @@ export {
|
|
|
9038
9034
|
vu as injectDepends,
|
|
9039
9035
|
Ce as injectDevice,
|
|
9040
9036
|
xu as injectEnv,
|
|
9041
|
-
|
|
9037
|
+
H as injectMode,
|
|
9042
9038
|
gu as injectOrg,
|
|
9043
9039
|
be as injectSandbox,
|
|
9044
9040
|
fe as injectType,
|
|
9045
9041
|
xo as isCircularRef,
|
|
9046
9042
|
Q as isExecutableMode,
|
|
9047
|
-
|
|
9048
|
-
|
|
9043
|
+
Pr as isLocaleOfEventKind,
|
|
9044
|
+
Tr as isLocaleOfMethodKind,
|
|
9049
9045
|
Cr as isLocaleOfPropertyKind,
|
|
9050
9046
|
Wn as isPercentStr,
|
|
9051
9047
|
Xe as isPixelStr,
|
|
@@ -9055,7 +9051,7 @@ export {
|
|
|
9055
9051
|
J as makeEventId,
|
|
9056
9052
|
_u as makeMethodId,
|
|
9057
9053
|
up as makePropertyId,
|
|
9058
|
-
|
|
9054
|
+
Pe as makeTriggerId,
|
|
9059
9055
|
wa as mapControlsV1,
|
|
9060
9056
|
lc as menuV1,
|
|
9061
9057
|
Le as meshBasicMaterialV1,
|
|
@@ -9067,7 +9063,7 @@ export {
|
|
|
9067
9063
|
$r as pageTypes,
|
|
9068
9064
|
cc as paginationV1,
|
|
9069
9065
|
Zt as parsePercentStr,
|
|
9070
|
-
|
|
9066
|
+
Hu as parsePixelStr,
|
|
9071
9067
|
ga as perspectiveCameraV1,
|
|
9072
9068
|
bu as pkgs,
|
|
9073
9069
|
La as pointLightV1,
|
|
@@ -9103,16 +9099,16 @@ export {
|
|
|
9103
9099
|
Cn as tabsV1,
|
|
9104
9100
|
hn as textFieldV1,
|
|
9105
9101
|
xe as textV1,
|
|
9106
|
-
|
|
9107
|
-
|
|
9102
|
+
Tn as textareaV1,
|
|
9103
|
+
Pn as timelineItemV1,
|
|
9108
9104
|
zn as timelineV1,
|
|
9109
9105
|
qu as toEventName,
|
|
9110
9106
|
Yu as toMethodName,
|
|
9111
9107
|
Xu as toPropertyName,
|
|
9112
9108
|
De as triggerReactivity,
|
|
9113
|
-
|
|
9109
|
+
Ou as types,
|
|
9114
9110
|
wu as unwrapEventId,
|
|
9115
|
-
|
|
9111
|
+
jo as unwrapMethodId,
|
|
9116
9112
|
eo as unwrapPropertyId,
|
|
9117
9113
|
Jn as useDepend,
|
|
9118
9114
|
Zn as useSandbox,
|