x-runtime-lib 0.8.143 → 0.8.145
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/components/element/dynamic/multipleRef/v1/entry.vue.d.ts +1 -1
- package/dist/components/element/dynamic/multipleSlot/v1/entry.vue.d.ts +1 -1
- package/dist/{i18n-en.k2v4t2xc.js → i18n-en.kg2ecet9.js} +1 -0
- package/dist/{i18n-zhHans.fswjkq0v.js → i18n-zhHans.hiugu9wu.js} +1 -0
- package/dist/index.js +671 -667
- package/dist/sandbox/sandbox/promiseManager.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
var
|
|
1
|
+
var xn = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), kn = (t) => {
|
|
2
2
|
throw TypeError(t);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
4
|
+
var Le = (t, n, e) => {
|
|
5
5
|
if (n != null) {
|
|
6
|
-
typeof n != "object" && typeof n != "function" &&
|
|
6
|
+
typeof n != "object" && typeof n != "function" && kn("Object expected");
|
|
7
7
|
var o, s;
|
|
8
|
-
e && (o = n[
|
|
8
|
+
e && (o = n[xn("asyncDispose")]), o === void 0 && (o = n[xn("dispose")], e && (s = o)), typeof o != "function" && kn("Object not disposable"), s && (o = function() {
|
|
9
9
|
try {
|
|
10
10
|
s.call(this);
|
|
11
11
|
} catch (i) {
|
|
@@ -14,7 +14,7 @@ var Pe = (t, n, e) => {
|
|
|
14
14
|
}), t.push([e, o, n]);
|
|
15
15
|
} else e && t.push([e]);
|
|
16
16
|
return n;
|
|
17
|
-
},
|
|
17
|
+
}, ze = (t, n, e) => {
|
|
18
18
|
var o = typeof SuppressedError == "function" ? SuppressedError : function(l, c, u, m) {
|
|
19
19
|
return m = Error(u), m.name = "SuppressedError", m.error = l, m.suppressed = c, m;
|
|
20
20
|
}, s = (l) => n = e ? new o(l, n, "An error was suppressed during disposal") : (e = !0, l), i = (l) => {
|
|
@@ -29,18 +29,18 @@ var Pe = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return i();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as S, createElementBlock as te, createCommentVNode as re, unref as r, openBlock as k, createElementVNode as
|
|
33
|
-
import { globalObjects as he, waitUtil as
|
|
32
|
+
import { defineComponent as S, createElementBlock as te, createCommentVNode as re, unref as r, openBlock as k, createElementVNode as Be, computed as w, renderSlot as F, normalizeStyle as de, ref as se, watch as pe, onUnmounted as we, onBeforeMount as oi, watchEffect as xe, createVNode as D, createBlock as C, useTemplateRef as wo, onMounted as Io, nextTick as on, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as sn, renderList as ii, useId as So, withModifiers as si, normalizeClass as ri, toDisplayString as $o, useAttrs as bt, inject as fe, provide as ye, readonly as rn } from "vue";
|
|
33
|
+
import { globalObjects as he, waitUtil as Co, useViewStack as Vo, eventBus as Po, messageInfo as li, messageSuccess as ai, messageWarning as Lo, messageError as zo, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as To, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
|
|
35
|
-
import { i as me, c as qe, K as yi, M as bi, O as gi, u as hi, r as Eo, e as Ao, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as
|
|
35
|
+
import { i as me, c as qe, K as yi, M as bi, O as gi, u as hi, r as Eo, e as Ao, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as $i, l as Mo, m as O, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
|
|
36
36
|
import { useTheme as Ti } from "vuetify";
|
|
37
37
|
import { getErrorMessage as Ei } from "x-error-lib";
|
|
38
|
-
const
|
|
38
|
+
const wn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
39
39
|
function E(t) {
|
|
40
40
|
let n = "";
|
|
41
41
|
for (let e = 0; e < t; e++) {
|
|
42
|
-
const o = Math.floor(Math.random() *
|
|
43
|
-
n +=
|
|
42
|
+
const o = Math.floor(Math.random() * wn.length);
|
|
43
|
+
n += wn[o];
|
|
44
44
|
}
|
|
45
45
|
return n;
|
|
46
46
|
}
|
|
@@ -50,7 +50,7 @@ function gt(t) {
|
|
|
50
50
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
51
51
|
return !(isNaN(e) || e % 1 !== 0);
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function ln(t) {
|
|
54
54
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
55
55
|
return !1;
|
|
56
56
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
@@ -74,19 +74,19 @@ const Wo = ["xs", "sm", "md", "lg", "xl"], Ai = [...Wo].reverse();
|
|
|
74
74
|
function ut(t) {
|
|
75
75
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function In(t) {
|
|
78
78
|
return Wo.findIndex((n) => n === t);
|
|
79
79
|
}
|
|
80
80
|
function Fe(t, n) {
|
|
81
81
|
let e;
|
|
82
82
|
for (const o of Ai) {
|
|
83
|
-
if (
|
|
83
|
+
if (In(o) < In(t))
|
|
84
84
|
break;
|
|
85
85
|
n[o] && (e = n[o]);
|
|
86
86
|
}
|
|
87
87
|
return e;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function Se(t, n) {
|
|
90
90
|
let e = t;
|
|
91
91
|
if (typeof e != "object")
|
|
92
92
|
return;
|
|
@@ -100,7 +100,7 @@ function Ie(t, n) {
|
|
|
100
100
|
return e;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
function
|
|
103
|
+
function an(t, n, e) {
|
|
104
104
|
let o = t;
|
|
105
105
|
if (typeof o != "object")
|
|
106
106
|
return;
|
|
@@ -216,17 +216,11 @@ function Ri(t) {
|
|
|
216
216
|
function Ki(t) {
|
|
217
217
|
switch (t) {
|
|
218
218
|
case "refEvent":
|
|
219
|
-
case "refPropertyChangeEvent":
|
|
220
219
|
case "multipleRefEvent":
|
|
221
|
-
case "multipleRefPropertyChangeEvent":
|
|
222
220
|
case "slotEvent":
|
|
223
|
-
case "slotPropertyChangeEvent":
|
|
224
221
|
case "multipleSlotEvent":
|
|
225
|
-
case "multipleSlotPropertyChangeEvent":
|
|
226
222
|
case "customEvent":
|
|
227
|
-
case "customPropertyChangeEvent":
|
|
228
223
|
case "adaptSlotCustomEvent":
|
|
229
|
-
case "adaptSlotCustomPropertyChangeEvent":
|
|
230
224
|
case "stateChangeEvent":
|
|
231
225
|
return !1;
|
|
232
226
|
}
|
|
@@ -321,7 +315,7 @@ const wu = [
|
|
|
321
315
|
function j(...t) {
|
|
322
316
|
return t.map((n) => he.i18n.global.t(`x-runtime-lib.${n}`)).join(" - ");
|
|
323
317
|
}
|
|
324
|
-
function
|
|
318
|
+
function cn(t, n, e) {
|
|
325
319
|
const { i18n: o } = he;
|
|
326
320
|
let s = "";
|
|
327
321
|
return t && (s += t + " / "), n.forEach((i, l) => {
|
|
@@ -330,15 +324,15 @@ function an(t, n, e) {
|
|
|
330
324
|
}
|
|
331
325
|
function Iu(t, n) {
|
|
332
326
|
let e = "";
|
|
333
|
-
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = j("reference") : t === "slotProperty" || t === "multipleSlotProperty" ? e = j("slot") : t === "customProperty" ? e = j("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = j("adaptSlot") : console.assert(!1)),
|
|
327
|
+
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = j("reference") : t === "slotProperty" || t === "multipleSlotProperty" ? e = j("slot") : t === "customProperty" ? e = j("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = j("adaptSlot") : console.assert(!1)), cn(e, n, Bi(t));
|
|
334
328
|
}
|
|
335
329
|
function Su(t, n) {
|
|
336
330
|
let e = "";
|
|
337
|
-
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = j("reference") : t === "slotMethod" || t === "multipleSlotMethod" ? e = j("slot") : t === "customMethod" ? e = j("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = j("adaptSlot") : console.assert(!1)),
|
|
331
|
+
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = j("reference") : t === "slotMethod" || t === "multipleSlotMethod" ? e = j("slot") : t === "customMethod" ? e = j("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = j("adaptSlot") : console.assert(!1)), cn(e, n, Ri(t));
|
|
338
332
|
}
|
|
339
|
-
function
|
|
333
|
+
function $u(t, n) {
|
|
340
334
|
let e = "";
|
|
341
|
-
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = j("propertyChange") : t === "refEvent" ? e = j("reference") : t === "refPropertyChangeEvent" ? e = j("reference", "propertyChange") : t === "multipleRefEvent" ? e = j("reference") : t === "multipleRefPropertyChangeEvent" ? e = j("reference", "propertyChange") : t === "slotEvent" ? e = j("slot") : t === "slotPropertyChangeEvent" ? e = j("slot", "propertyChange") : t === "multipleSlotEvent" ? e = j("slot") : t === "multipleSlotPropertyChangeEvent" ? e = j("slot", "propertyChange") : t === "customEvent" ? e = j("custom") : t === "customPropertyChangeEvent" ? e = j("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = j("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = j("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = j("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = j("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = j("state") : console.assert(!1)),
|
|
335
|
+
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = j("propertyChange") : t === "refEvent" ? e = j("reference") : t === "refPropertyChangeEvent" ? e = j("reference", "propertyChange") : t === "multipleRefEvent" ? e = j("reference") : t === "multipleRefPropertyChangeEvent" ? e = j("reference", "propertyChange") : t === "slotEvent" ? e = j("slot") : t === "slotPropertyChangeEvent" ? e = j("slot", "propertyChange") : t === "multipleSlotEvent" ? e = j("slot") : t === "multipleSlotPropertyChangeEvent" ? e = j("slot", "propertyChange") : t === "customEvent" ? e = j("custom") : t === "customPropertyChangeEvent" ? e = j("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = j("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = j("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = j("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = j("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = j("state") : console.assert(!1)), cn(e, n, Ki(t));
|
|
342
336
|
}
|
|
343
337
|
const Di = ["position", "ratation", "scale"], Re = /* @__PURE__ */ S({
|
|
344
338
|
__name: "index",
|
|
@@ -359,7 +353,7 @@ const Di = ["position", "ratation", "scale"], Re = /* @__PURE__ */ S({
|
|
|
359
353
|
scale: t.scale ?? [1, 1, 1],
|
|
360
354
|
visible: !1
|
|
361
355
|
}, [...o[0] || (o[0] = [
|
|
362
|
-
|
|
356
|
+
Be("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
|
|
363
357
|
])], 8, Di)) : re("", !0);
|
|
364
358
|
}
|
|
365
359
|
}), H = /* @__PURE__ */ S({
|
|
@@ -407,7 +401,7 @@ function P(t) {
|
|
|
407
401
|
e.value = n.value.view.nodes[t.nodeId];
|
|
408
402
|
});
|
|
409
403
|
const { debugTrace: o } = Oi(e);
|
|
410
|
-
return o("created"),
|
|
404
|
+
return o("created"), we(() => {
|
|
411
405
|
o("destroyed");
|
|
412
406
|
}), { node: e };
|
|
413
407
|
}
|
|
@@ -417,14 +411,14 @@ function mt(t, n, e) {
|
|
|
417
411
|
const s = w(() => Jc("elementMethod", t, n));
|
|
418
412
|
oi(() => {
|
|
419
413
|
o.eventBus?.on(s.value, e);
|
|
420
|
-
}),
|
|
414
|
+
}), we(() => {
|
|
421
415
|
o.eventBus?.off(s.value, e);
|
|
422
416
|
});
|
|
423
417
|
}
|
|
424
418
|
}
|
|
425
419
|
const Fi = (t, n, e, o) => {
|
|
426
420
|
let s;
|
|
427
|
-
if (t ? s = t.getElementProperty(n.basic.id, e) : s =
|
|
421
|
+
if (t ? s = t.getElementProperty(n.basic.id, e) : s = Se(n, e), o) {
|
|
428
422
|
if (typeof s == "string")
|
|
429
423
|
return JSON.parse(s);
|
|
430
424
|
console.assert(!1);
|
|
@@ -433,7 +427,7 @@ const Fi = (t, n, e, o) => {
|
|
|
433
427
|
return s;
|
|
434
428
|
}, Ni = (t, n, e, o, s) => {
|
|
435
429
|
let i;
|
|
436
|
-
s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) :
|
|
430
|
+
s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) : an(n, e, i);
|
|
437
431
|
};
|
|
438
432
|
function a(t, n, e) {
|
|
439
433
|
const o = _e(), s = se();
|
|
@@ -548,21 +542,21 @@ function Q(t) {
|
|
|
548
542
|
});
|
|
549
543
|
return { color: l, rgb: c, alpha: u };
|
|
550
544
|
}
|
|
551
|
-
function
|
|
545
|
+
function un(t) {
|
|
552
546
|
const n = w(() => t.value.border?.style), e = w(() => t.value.border?.width), o = w(() => t.value.border?.color), { color: s } = Q(o), i = w(() => t.value.border?.roundRadius?.tl), l = w(() => t.value.border?.roundRadius?.tr), c = w(() => t.value.border?.roundRadius?.bl), u = w(() => t.value.border?.roundRadius?.br);
|
|
553
547
|
function m(d) {
|
|
554
548
|
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), i.value && (d.borderTopLeftRadius = i.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
|
|
555
549
|
}
|
|
556
550
|
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: m };
|
|
557
551
|
}
|
|
558
|
-
function
|
|
552
|
+
function mn(t) {
|
|
559
553
|
const n = w(() => t.value.margin?.top), e = w(() => t.value.margin?.left), o = w(() => t.value.margin?.bottom), s = w(() => t.value.margin?.right);
|
|
560
554
|
function i(l) {
|
|
561
555
|
n.value && (l.marginTop = n.value), e.value && (l.marginLeft = e.value), o.value && (l.marginBottom = o.value), s.value && (l.marginRight = s.value);
|
|
562
556
|
}
|
|
563
557
|
return { marginTop: n, marginLeft: e, marginBottom: o, marginRight: s, applyMargin: i };
|
|
564
558
|
}
|
|
565
|
-
function
|
|
559
|
+
function pn(t) {
|
|
566
560
|
const n = w(() => t.value.padding?.top), e = w(() => t.value.padding?.left), o = w(() => t.value.padding?.bottom), s = w(() => t.value.padding?.right);
|
|
567
561
|
function i(l) {
|
|
568
562
|
n.value && (l.paddingTop = n.value), e.value && (l.paddingLeft = e.value), o.value && (l.paddingBottom = o.value), s.value && (l.paddingRight = s.value);
|
|
@@ -606,7 +600,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
606
600
|
},
|
|
607
601
|
setup(t) {
|
|
608
602
|
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
|
|
609
|
-
return (
|
|
603
|
+
return (g, _) => (k(), te("TresOrthographicCamera", {
|
|
610
604
|
bottom: r(c),
|
|
611
605
|
far: r(u),
|
|
612
606
|
left: r(m),
|
|
@@ -618,11 +612,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
618
612
|
top: r(f)
|
|
619
613
|
}, [
|
|
620
614
|
D(r(Re)),
|
|
621
|
-
r(o) === "editor" ? (k(),
|
|
615
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
622
616
|
key: 0,
|
|
623
617
|
type: r(To)
|
|
624
618
|
}, null, 8, ["type"])) : re("", !0),
|
|
625
|
-
F(
|
|
619
|
+
F(g.$slots, "default")
|
|
626
620
|
], 8, ji));
|
|
627
621
|
}
|
|
628
622
|
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ui = /* @__PURE__ */ S({
|
|
@@ -644,7 +638,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
644
638
|
scale: r(l)
|
|
645
639
|
}, [
|
|
646
640
|
D(r(Re)),
|
|
647
|
-
r(o) === "editor" ? (k(),
|
|
641
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
648
642
|
key: 0,
|
|
649
643
|
type: r(To)
|
|
650
644
|
}, null, 8, ["type"])) : re("", !0),
|
|
@@ -655,19 +649,19 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
655
649
|
__name: "index",
|
|
656
650
|
setup(t) {
|
|
657
651
|
const n = Z();
|
|
658
|
-
return (e, o) => r(n) !== "editor" ? (k(),
|
|
652
|
+
return (e, o) => r(n) !== "editor" ? (k(), C(r(yi), { key: 0 })) : re("", !0);
|
|
659
653
|
}
|
|
660
654
|
}), qi = /* @__PURE__ */ S({
|
|
661
655
|
__name: "index",
|
|
662
656
|
setup(t) {
|
|
663
657
|
const n = Z();
|
|
664
|
-
return (e, o) => r(n) !== "editor" ? (k(),
|
|
658
|
+
return (e, o) => r(n) !== "editor" ? (k(), C(r(bi), { key: 0 })) : re("", !0);
|
|
665
659
|
}
|
|
666
660
|
}), Xi = /* @__PURE__ */ S({
|
|
667
661
|
__name: "index",
|
|
668
662
|
setup(t) {
|
|
669
663
|
const n = Z();
|
|
670
|
-
return (e, o) => r(n) !== "editor" ? (k(),
|
|
664
|
+
return (e, o) => r(n) !== "editor" ? (k(), C(r(gi), { key: 0 })) : re("", !0);
|
|
671
665
|
}
|
|
672
666
|
}), Yi = ["args"], Zi = /* @__PURE__ */ S({
|
|
673
667
|
__name: "index",
|
|
@@ -785,7 +779,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
785
779
|
scale: r(l)
|
|
786
780
|
}, [
|
|
787
781
|
D(r(Re)),
|
|
788
|
-
r(o) === "editor" ? (k(),
|
|
782
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
789
783
|
key: 0,
|
|
790
784
|
type: r(pi)
|
|
791
785
|
}, null, 8, ["type"])) : re("", !0),
|
|
@@ -807,7 +801,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
807
801
|
"settings",
|
|
808
802
|
"intensity"
|
|
809
803
|
]);
|
|
810
|
-
return (f,
|
|
804
|
+
return (f, g) => (k(), te("TresPointLight", {
|
|
811
805
|
color: r(u),
|
|
812
806
|
decay: r(m),
|
|
813
807
|
distance: r(d),
|
|
@@ -817,7 +811,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
817
811
|
scale: r(l)
|
|
818
812
|
}, [
|
|
819
813
|
D(r(Re)),
|
|
820
|
-
r(o) === "editor" ? (k(),
|
|
814
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
821
815
|
key: 0,
|
|
822
816
|
type: r(di)
|
|
823
817
|
}, null, 8, ["type"])) : re("", !0),
|
|
@@ -838,27 +832,27 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
838
832
|
]), { property: f } = a(e, [
|
|
839
833
|
"settings",
|
|
840
834
|
"intensity"
|
|
841
|
-
]), { property:
|
|
835
|
+
]), { property: g } = a(e, [
|
|
842
836
|
"settings",
|
|
843
837
|
"penumbra"
|
|
844
838
|
]);
|
|
845
|
-
return (
|
|
839
|
+
return (_, I) => (k(), te("TresSpotLight", {
|
|
846
840
|
angle: r(c),
|
|
847
841
|
color: r(m),
|
|
848
842
|
decay: r(d),
|
|
849
843
|
distance: r(p),
|
|
850
844
|
intensity: r(f),
|
|
851
|
-
penumbra: r(
|
|
845
|
+
penumbra: r(g),
|
|
852
846
|
position: r(o) !== "editor" ? r(s) : [0, 0, 0],
|
|
853
847
|
rotation: r(o) !== "editor" ? r(i) : [0, 0, 0],
|
|
854
848
|
scale: r(o) !== "editor" ? r(l) : [1, 1, 1]
|
|
855
849
|
}, [
|
|
856
850
|
D(r(Re)),
|
|
857
|
-
r(o) === "editor" ? (k(),
|
|
851
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
858
852
|
key: 0,
|
|
859
853
|
type: r(fi)
|
|
860
854
|
}, null, 8, ["type"])) : re("", !0),
|
|
861
|
-
F(
|
|
855
|
+
F(_.$slots, "default")
|
|
862
856
|
], 8, ls));
|
|
863
857
|
}
|
|
864
858
|
}), cs = {};
|
|
@@ -899,7 +893,7 @@ const ms = /* @__PURE__ */ Ke(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
899
893
|
F(l.$slots, "default")
|
|
900
894
|
], 8, fs));
|
|
901
895
|
}
|
|
902
|
-
}), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } },
|
|
896
|
+
}), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { 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" } }, Ts = { 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)" } } }, Es = { 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)" } } }, As = { 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"] } } }, Ms = { 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"] } } }, Bs = { 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"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Os = { 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" } } }, Fs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { 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" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gs = {
|
|
903
897
|
color: bs,
|
|
904
898
|
backgroundColor: gs,
|
|
905
899
|
textStyle: hs,
|
|
@@ -910,8 +904,8 @@ const ms = /* @__PURE__ */ Ke(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
910
904
|
pie: ws,
|
|
911
905
|
scatter: Is,
|
|
912
906
|
boxplot: Ss,
|
|
913
|
-
parallel:
|
|
914
|
-
sankey:
|
|
907
|
+
parallel: $s,
|
|
908
|
+
sankey: Cs,
|
|
915
909
|
funnel: Vs,
|
|
916
910
|
gauge: Ps,
|
|
917
911
|
candlestick: Ls,
|
|
@@ -968,7 +962,7 @@ hi([
|
|
|
968
962
|
wi,
|
|
969
963
|
Ii,
|
|
970
964
|
Si,
|
|
971
|
-
|
|
965
|
+
$i
|
|
972
966
|
]);
|
|
973
967
|
Eo("dark", Gs);
|
|
974
968
|
Eo("light", xr);
|
|
@@ -980,10 +974,10 @@ const kr = /* @__PURE__ */ S({
|
|
|
980
974
|
refContext: {}
|
|
981
975
|
},
|
|
982
976
|
setup(t) {
|
|
983
|
-
const n = t, { node: e } = P(n), o = Oe(), s = Ze(), i =
|
|
977
|
+
const n = t, { node: e } = P(n), o = Oe(), s = Ze(), i = Ie(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: g } = be(n, e), { applyTitle: _ } = Ko(e), { applyXAxis: I } = Do(e), { applyYAxis: b } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: h } = Ro(e), v = w(() => {
|
|
984
978
|
const L = {}, q = l.value?.type;
|
|
985
|
-
return i === "page" ? q === "common" ?
|
|
986
|
-
}), z =
|
|
979
|
+
return i === "page" ? q === "common" ? g(L) : console.assert(!1) : i === "comp" && q === "common" ? g(L) : console.assert(!1), L;
|
|
980
|
+
}), z = wo("chart");
|
|
987
981
|
let T;
|
|
988
982
|
const G = () => {
|
|
989
983
|
T?.dispose(), T = Ao.init(z.value, s.value ? "dark" : "light");
|
|
@@ -993,11 +987,11 @@ const kr = /* @__PURE__ */ S({
|
|
|
993
987
|
T?.resize();
|
|
994
988
|
}, N = () => {
|
|
995
989
|
const L = {};
|
|
996
|
-
|
|
990
|
+
_(L), I(L), b(L), x(L), h(L), T?.setOption(L, !0);
|
|
997
991
|
};
|
|
998
|
-
return
|
|
999
|
-
window.addEventListener("resize", U, !1), await
|
|
1000
|
-
}),
|
|
992
|
+
return Io(async () => {
|
|
993
|
+
window.addEventListener("resize", U, !1), await Co(() => !!z.value), G(), N();
|
|
994
|
+
}), we(() => {
|
|
1001
995
|
window.removeEventListener("resize", U, !1), T?.dispose();
|
|
1002
996
|
}), pe(
|
|
1003
997
|
[
|
|
@@ -1011,7 +1005,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1011
1005
|
f
|
|
1012
1006
|
],
|
|
1013
1007
|
async () => {
|
|
1014
|
-
await
|
|
1008
|
+
await on(), U();
|
|
1015
1009
|
}
|
|
1016
1010
|
), pe([s], () => {
|
|
1017
1011
|
G(), N();
|
|
@@ -1021,12 +1015,12 @@ const kr = /* @__PURE__ */ S({
|
|
|
1021
1015
|
N();
|
|
1022
1016
|
},
|
|
1023
1017
|
{ deep: !0 }
|
|
1024
|
-
), (L, q) => (k(),
|
|
1018
|
+
), (L, q) => (k(), C(r(H), {
|
|
1025
1019
|
block: "",
|
|
1026
1020
|
mask: ""
|
|
1027
1021
|
}, {
|
|
1028
1022
|
default: V(() => [
|
|
1029
|
-
|
|
1023
|
+
Be("div", {
|
|
1030
1024
|
ref: "chart",
|
|
1031
1025
|
style: de(v.value)
|
|
1032
1026
|
}, null, 4)
|
|
@@ -1042,10 +1036,10 @@ const kr = /* @__PURE__ */ S({
|
|
|
1042
1036
|
refContext: {}
|
|
1043
1037
|
},
|
|
1044
1038
|
setup(t) {
|
|
1045
|
-
const n = t, { node: e } = P(n), o = Oe(), s = Ze(), i =
|
|
1039
|
+
const n = t, { node: e } = P(n), o = Oe(), s = Ze(), i = Ie(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: g } = be(n, e), { applyTitle: _ } = Ko(e), { applyXAxis: I } = Do(e), { applyYAxis: b } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: h } = Ro(e), v = w(() => {
|
|
1046
1040
|
const L = {}, q = l.value?.type;
|
|
1047
|
-
return i === "page" ? q === "common" ?
|
|
1048
|
-
}), z =
|
|
1041
|
+
return i === "page" ? q === "common" ? g(L) : console.assert(!1) : i === "comp" && q === "common" ? g(L) : console.assert(!1), L;
|
|
1042
|
+
}), z = wo("chart");
|
|
1049
1043
|
let T;
|
|
1050
1044
|
const G = () => {
|
|
1051
1045
|
T?.dispose(), T = Ao.init(z.value, s.value ? "dark" : "light");
|
|
@@ -1055,11 +1049,11 @@ const kr = /* @__PURE__ */ S({
|
|
|
1055
1049
|
T?.resize();
|
|
1056
1050
|
}, N = () => {
|
|
1057
1051
|
const L = {};
|
|
1058
|
-
|
|
1052
|
+
_(L), I(L), b(L), x(L), h(L), T?.setOption(L, !0);
|
|
1059
1053
|
};
|
|
1060
|
-
return
|
|
1061
|
-
window.addEventListener("resize", U, !1), await
|
|
1062
|
-
}),
|
|
1054
|
+
return Io(async () => {
|
|
1055
|
+
window.addEventListener("resize", U, !1), await Co(() => !!z.value), G(), N();
|
|
1056
|
+
}), we(() => {
|
|
1063
1057
|
window.removeEventListener("resize", U, !1), T?.dispose();
|
|
1064
1058
|
}), pe(
|
|
1065
1059
|
[
|
|
@@ -1073,7 +1067,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1073
1067
|
f
|
|
1074
1068
|
],
|
|
1075
1069
|
async () => {
|
|
1076
|
-
await
|
|
1070
|
+
await on(), U();
|
|
1077
1071
|
}
|
|
1078
1072
|
), pe([s], () => {
|
|
1079
1073
|
G(), N();
|
|
@@ -1083,12 +1077,12 @@ const kr = /* @__PURE__ */ S({
|
|
|
1083
1077
|
N();
|
|
1084
1078
|
},
|
|
1085
1079
|
{ deep: !0 }
|
|
1086
|
-
), (L, q) => (k(),
|
|
1080
|
+
), (L, q) => (k(), C(r(H), {
|
|
1087
1081
|
block: "",
|
|
1088
1082
|
mask: ""
|
|
1089
1083
|
}, {
|
|
1090
1084
|
default: V(() => [
|
|
1091
|
-
|
|
1085
|
+
Be("div", {
|
|
1092
1086
|
ref: "chart",
|
|
1093
1087
|
style: de(v.value)
|
|
1094
1088
|
}, null, 4)
|
|
@@ -1115,7 +1109,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1115
1109
|
]);
|
|
1116
1110
|
return (u, m) => {
|
|
1117
1111
|
const d = B("v-badge");
|
|
1118
|
-
return k(),
|
|
1112
|
+
return k(), C(r(H), null, {
|
|
1119
1113
|
default: V(() => [
|
|
1120
1114
|
D(d, {
|
|
1121
1115
|
content: r(o),
|
|
@@ -1149,14 +1143,14 @@ const kr = /* @__PURE__ */ S({
|
|
|
1149
1143
|
]), { property: i } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: u } = a(e, ["settings", "density"]), { property: m } = a(e, [
|
|
1150
1144
|
"settings",
|
|
1151
1145
|
"disabled"
|
|
1152
|
-
]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property:
|
|
1146
|
+
]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: g } = a(e, ["size", "maxWidth"]), { property: _ } = a(e, ["size", "minHeight"]), { property: I } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
|
|
1153
1147
|
"settings",
|
|
1154
1148
|
"addIcon",
|
|
1155
1149
|
"prepend"
|
|
1156
1150
|
]), { property: x } = a(e, [
|
|
1157
1151
|
"settings",
|
|
1158
1152
|
"readonly"
|
|
1159
|
-
]), { property:
|
|
1153
|
+
]), { property: h } = a(e, ["settings", "ripple"]), { property: v } = a(e, ["settings", "size"]), { property: z } = a(e, ["settings", "stacked"]), { property: T } = a(e, ["settings", "text"]), { theme: G } = J(), { property: U } = a(e, ["settings", "variant"]), { property: N } = a(e, ["size", "width"]), L = (q) => {
|
|
1160
1154
|
if (!o || !o.vm)
|
|
1161
1155
|
return;
|
|
1162
1156
|
const { vm: oe } = o;
|
|
@@ -1167,7 +1161,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1167
1161
|
};
|
|
1168
1162
|
return (q, oe) => {
|
|
1169
1163
|
const ge = B("v-btn");
|
|
1170
|
-
return k(),
|
|
1164
|
+
return k(), C(r(H), {
|
|
1171
1165
|
block: r(i),
|
|
1172
1166
|
mask: ""
|
|
1173
1167
|
}, {
|
|
@@ -1181,12 +1175,12 @@ const kr = /* @__PURE__ */ S({
|
|
|
1181
1175
|
height: r(d),
|
|
1182
1176
|
loading: r(p),
|
|
1183
1177
|
"max-height": r(f),
|
|
1184
|
-
"max-width": r(
|
|
1185
|
-
"min-height": r(
|
|
1178
|
+
"max-width": r(g),
|
|
1179
|
+
"min-height": r(_),
|
|
1186
1180
|
"min-width": r(I),
|
|
1187
1181
|
"prepend-icon": r(b),
|
|
1188
1182
|
readonly: r(x),
|
|
1189
|
-
ripple: r(
|
|
1183
|
+
ripple: r(h),
|
|
1190
1184
|
size: r(v),
|
|
1191
1185
|
stacked: r(z),
|
|
1192
1186
|
text: r(T),
|
|
@@ -1200,17 +1194,17 @@ const kr = /* @__PURE__ */ S({
|
|
|
1200
1194
|
}, 8, ["block"]);
|
|
1201
1195
|
};
|
|
1202
1196
|
}
|
|
1203
|
-
}),
|
|
1204
|
-
function
|
|
1197
|
+
}), $r = {};
|
|
1198
|
+
function Cr(t, n) {
|
|
1205
1199
|
const e = B("v-btn-group");
|
|
1206
|
-
return k(),
|
|
1200
|
+
return k(), C(e, null, {
|
|
1207
1201
|
default: V(() => [
|
|
1208
1202
|
F(t.$slots, "default")
|
|
1209
1203
|
]),
|
|
1210
1204
|
_: 3
|
|
1211
1205
|
});
|
|
1212
1206
|
}
|
|
1213
|
-
const Vr = /* @__PURE__ */ Ke(
|
|
1207
|
+
const Vr = /* @__PURE__ */ Ke($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
1214
1208
|
__name: "index",
|
|
1215
1209
|
props: {
|
|
1216
1210
|
nodeId: {},
|
|
@@ -1230,10 +1224,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1230
1224
|
]), { property: u } = a(e, [
|
|
1231
1225
|
"settings",
|
|
1232
1226
|
"readonly"
|
|
1233
|
-
]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = J(), { property: f } = a(e, ["settings", "tile"]), { property:
|
|
1234
|
-
return (
|
|
1227
|
+
]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = J(), { property: f } = a(e, ["settings", "tile"]), { property: g } = a(e, ["settings", "variant"]);
|
|
1228
|
+
return (_, I) => {
|
|
1235
1229
|
const b = B("v-btn-toggle");
|
|
1236
|
-
return k(),
|
|
1230
|
+
return k(), C(b, {
|
|
1237
1231
|
block: r(o),
|
|
1238
1232
|
disabled: r(s),
|
|
1239
1233
|
divided: r(i),
|
|
@@ -1244,10 +1238,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1244
1238
|
stacked: r(d),
|
|
1245
1239
|
theme: r(p),
|
|
1246
1240
|
tile: r(f),
|
|
1247
|
-
variant: r(
|
|
1241
|
+
variant: r(g)
|
|
1248
1242
|
}, {
|
|
1249
1243
|
default: V(() => [
|
|
1250
|
-
F(
|
|
1244
|
+
F(_.$slots, "default")
|
|
1251
1245
|
]),
|
|
1252
1246
|
_: 3
|
|
1253
1247
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1267,10 +1261,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1267
1261
|
]), { property: i } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: u } = a(e, ["size", "maxHeight"]), { property: m } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
|
|
1268
1262
|
"settings",
|
|
1269
1263
|
"subtitle"
|
|
1270
|
-
]), { property:
|
|
1271
|
-
return (
|
|
1264
|
+
]), { property: g } = a(e, ["settings", "text"]), { theme: _ } = J(), { property: I } = a(e, ["settings", "title"]), { property: b } = a(e, ["settings", "variant"]), { property: x } = a(e, ["size", "width"]);
|
|
1265
|
+
return (h, v) => {
|
|
1272
1266
|
const z = B("v-card");
|
|
1273
|
-
return k(),
|
|
1267
|
+
return k(), C(r(H), { block: "" }, {
|
|
1274
1268
|
default: V(() => [
|
|
1275
1269
|
D(z, {
|
|
1276
1270
|
density: r(o),
|
|
@@ -1283,14 +1277,14 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1283
1277
|
"min-height": r(d),
|
|
1284
1278
|
"min-width": r(p),
|
|
1285
1279
|
subtitle: r(f),
|
|
1286
|
-
text: r(
|
|
1287
|
-
theme: r(
|
|
1280
|
+
text: r(g),
|
|
1281
|
+
theme: r(_),
|
|
1288
1282
|
title: r(I),
|
|
1289
1283
|
variant: r(b),
|
|
1290
1284
|
width: r(x)
|
|
1291
1285
|
}, {
|
|
1292
1286
|
default: V(() => [
|
|
1293
|
-
F(
|
|
1287
|
+
F(h.$slots, "default")
|
|
1294
1288
|
]),
|
|
1295
1289
|
_: 3
|
|
1296
1290
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
|
|
@@ -1316,7 +1310,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1316
1310
|
]);
|
|
1317
1311
|
return (i, l) => {
|
|
1318
1312
|
const c = B("v-checkbox");
|
|
1319
|
-
return k(),
|
|
1313
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1320
1314
|
default: V(() => [
|
|
1321
1315
|
D(c, {
|
|
1322
1316
|
disabled: r(o),
|
|
@@ -1344,10 +1338,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1344
1338
|
]), { property: u } = a(e, [
|
|
1345
1339
|
"settings",
|
|
1346
1340
|
"draggable"
|
|
1347
|
-
]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme:
|
|
1348
|
-
return (x,
|
|
1341
|
+
]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: g } = J(), { property: _ } = a(e, ["settings", "tile"]), { property: I } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]);
|
|
1342
|
+
return (x, h) => {
|
|
1349
1343
|
const v = B("v-chip");
|
|
1350
|
-
return k(),
|
|
1344
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1351
1345
|
default: V(() => [
|
|
1352
1346
|
D(v, {
|
|
1353
1347
|
closable: r(o),
|
|
@@ -1359,8 +1353,8 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1359
1353
|
label: r(d),
|
|
1360
1354
|
size: r(p),
|
|
1361
1355
|
text: r(f),
|
|
1362
|
-
theme: r(
|
|
1363
|
-
tile: r(
|
|
1356
|
+
theme: r(g),
|
|
1357
|
+
tile: r(_),
|
|
1364
1358
|
value: r(I),
|
|
1365
1359
|
variant: r(b)
|
|
1366
1360
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
|
|
@@ -1393,11 +1387,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1393
1387
|
"settings",
|
|
1394
1388
|
"showArrows"
|
|
1395
1389
|
]), { theme: d } = J(), { property: p } = a(e, ["settings", "value"]);
|
|
1396
|
-
return (f,
|
|
1397
|
-
const
|
|
1398
|
-
return k(),
|
|
1390
|
+
return (f, g) => {
|
|
1391
|
+
const _ = B("v-chip-group");
|
|
1392
|
+
return k(), C(_, {
|
|
1399
1393
|
modelValue: r(p),
|
|
1400
|
-
"onUpdate:modelValue":
|
|
1394
|
+
"onUpdate:modelValue": g[0] || (g[0] = (I) => ne(p) ? p.value = I : null),
|
|
1401
1395
|
column: r(o),
|
|
1402
1396
|
direction: r(s),
|
|
1403
1397
|
disabled: r(i),
|
|
@@ -1422,7 +1416,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1422
1416
|
refContext: {}
|
|
1423
1417
|
},
|
|
1424
1418
|
setup(t) {
|
|
1425
|
-
const n = t, { node: e } = P(n), o =
|
|
1419
|
+
const n = t, { node: e } = P(n), o = Ie(), s = le(), { applySize: i } = be(n, e), l = w(() => {
|
|
1426
1420
|
const I = {}, b = s.value?.type;
|
|
1427
1421
|
return o === "page" ? b === "common" ? i(I) : console.assert(!1) : o === "comp" && b === "common" ? i(I) : console.assert(!1), I;
|
|
1428
1422
|
}), { property: c } = a(e, [
|
|
@@ -1443,13 +1437,13 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1443
1437
|
]), { property: f } = a(e, [
|
|
1444
1438
|
"settings",
|
|
1445
1439
|
"landscape"
|
|
1446
|
-
]), { property:
|
|
1440
|
+
]), { property: g } = a(e, [
|
|
1447
1441
|
"settings",
|
|
1448
1442
|
"showSwatches"
|
|
1449
|
-
]), { theme:
|
|
1443
|
+
]), { theme: _ } = J();
|
|
1450
1444
|
return (I, b) => {
|
|
1451
1445
|
const x = B("v-color-picker");
|
|
1452
|
-
return k(),
|
|
1446
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1453
1447
|
default: V(() => [
|
|
1454
1448
|
D(x, {
|
|
1455
1449
|
disabled: r(c),
|
|
@@ -1458,9 +1452,9 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1458
1452
|
"hide-inputs": r(d),
|
|
1459
1453
|
"hide-sliders": r(p),
|
|
1460
1454
|
landscape: r(f),
|
|
1461
|
-
"show-swatches": r(
|
|
1455
|
+
"show-swatches": r(g),
|
|
1462
1456
|
style: de(l.value),
|
|
1463
|
-
theme: r(
|
|
1457
|
+
theme: r(_)
|
|
1464
1458
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
|
|
1465
1459
|
]),
|
|
1466
1460
|
_: 1
|
|
@@ -1490,11 +1484,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1490
1484
|
]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
|
|
1491
1485
|
return (d, p) => {
|
|
1492
1486
|
const f = B("v-combobox");
|
|
1493
|
-
return k(),
|
|
1487
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1494
1488
|
default: V(() => [
|
|
1495
1489
|
D(f, {
|
|
1496
1490
|
modelValue: r(m),
|
|
1497
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
1491
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => ne(m) ? m.value = g : null),
|
|
1498
1492
|
"hide-details": r(o),
|
|
1499
1493
|
label: r(s),
|
|
1500
1494
|
placeholder: r(i),
|
|
@@ -1515,16 +1509,16 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1515
1509
|
refContext: {}
|
|
1516
1510
|
},
|
|
1517
1511
|
setup(t) {
|
|
1518
|
-
const n = t, { node: e } = P(n), o =
|
|
1512
|
+
const n = t, { node: e } = P(n), o = Ie(), s = le(), { property: i } = a(e, [
|
|
1519
1513
|
"settings",
|
|
1520
1514
|
"backgroundColor"
|
|
1521
|
-
]), { color: l } = Q(i), { applySize: c } = be(n, e), { applyMargin: u } =
|
|
1522
|
-
const f = {},
|
|
1523
|
-
return o === "page" ?
|
|
1515
|
+
]), { color: l } = Q(i), { applySize: c } = be(n, e), { applyMargin: u } = mn(e), { applyPadding: m } = pn(e), { applyBorder: d } = un(e), p = w(() => {
|
|
1516
|
+
const f = {}, g = s.value?.type;
|
|
1517
|
+
return o === "page" ? g === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && g === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
|
|
1524
1518
|
});
|
|
1525
|
-
return (f,
|
|
1519
|
+
return (f, g) => (k(), C(r(H), { block: "" }, {
|
|
1526
1520
|
default: V(() => [
|
|
1527
|
-
|
|
1521
|
+
Be("div", {
|
|
1528
1522
|
style: de(p.value)
|
|
1529
1523
|
}, [
|
|
1530
1524
|
F(f.$slots, "default")
|
|
@@ -1542,7 +1536,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1542
1536
|
},
|
|
1543
1537
|
setup(t) {
|
|
1544
1538
|
const n = t, e = Z(), o = Qe(), s = se();
|
|
1545
|
-
|
|
1539
|
+
Ve(s);
|
|
1546
1540
|
const i = w(() => n.refContext.compId);
|
|
1547
1541
|
et(i, s), ie(e) && tt(s, "slot", "", "", _e());
|
|
1548
1542
|
function l(u) {
|
|
@@ -1584,7 +1578,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1584
1578
|
{ default: () => s.value.view.nodeLites.map((d) => l(d)) }
|
|
1585
1579
|
);
|
|
1586
1580
|
};
|
|
1587
|
-
return (u, m) => (k(),
|
|
1581
|
+
return (u, m) => (k(), C(c));
|
|
1588
1582
|
}
|
|
1589
1583
|
}), Rr = /* @__PURE__ */ S({
|
|
1590
1584
|
__name: "index",
|
|
@@ -1603,10 +1597,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1603
1597
|
]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: u } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
|
|
1604
1598
|
"settings",
|
|
1605
1599
|
"multiSort"
|
|
1606
|
-
]), { theme: f } = J(), { property:
|
|
1600
|
+
]), { theme: f } = J(), { property: g } = a(e, ["size", "width"]), { property: _ } = a(e, ["slots", "columns"]);
|
|
1607
1601
|
return (I, b) => {
|
|
1608
1602
|
const x = B("v-data-table");
|
|
1609
|
-
return k(),
|
|
1603
|
+
return k(), C(r(H), {
|
|
1610
1604
|
block: "",
|
|
1611
1605
|
mask: ""
|
|
1612
1606
|
}, {
|
|
@@ -1622,10 +1616,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1622
1616
|
loading: r(d),
|
|
1623
1617
|
"multi-sort": r(p),
|
|
1624
1618
|
theme: r(f),
|
|
1625
|
-
width: r(
|
|
1626
|
-
},
|
|
1627
|
-
ii(r(
|
|
1628
|
-
name: `item.${
|
|
1619
|
+
width: r(g)
|
|
1620
|
+
}, sn({ _: 2 }, [
|
|
1621
|
+
ii(r(_), ({ key: h, comp: v }) => ({
|
|
1622
|
+
name: `item.${h}`,
|
|
1629
1623
|
fn: V(({ value: z }) => [
|
|
1630
1624
|
D(Br, {
|
|
1631
1625
|
"node-id": n.nodeId,
|
|
@@ -1648,7 +1642,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1648
1642
|
setup(t) {
|
|
1649
1643
|
return (n, e) => {
|
|
1650
1644
|
const o = B("v-date-picker");
|
|
1651
|
-
return k(),
|
|
1645
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1652
1646
|
default: V(() => [
|
|
1653
1647
|
D(o)
|
|
1654
1648
|
]),
|
|
@@ -1671,7 +1665,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1671
1665
|
o.value = !1;
|
|
1672
1666
|
}), (s, i) => {
|
|
1673
1667
|
const l = B("v-dialog");
|
|
1674
|
-
return k(),
|
|
1668
|
+
return k(), C(l, {
|
|
1675
1669
|
modelValue: r(o),
|
|
1676
1670
|
"onUpdate:modelValue": i[0] || (i[0] = (c) => ne(o) ? o.value = c : null),
|
|
1677
1671
|
attach: "#dialogContainer"
|
|
@@ -1713,9 +1707,9 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1713
1707
|
"settings",
|
|
1714
1708
|
"singleLine"
|
|
1715
1709
|
]);
|
|
1716
|
-
return (
|
|
1710
|
+
return (g, _) => {
|
|
1717
1711
|
const I = B("v-file-input");
|
|
1718
|
-
return k(),
|
|
1712
|
+
return k(), C(r(H), {
|
|
1719
1713
|
block: "",
|
|
1720
1714
|
mask: ""
|
|
1721
1715
|
}, {
|
|
@@ -1745,27 +1739,27 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1745
1739
|
refContext: {}
|
|
1746
1740
|
},
|
|
1747
1741
|
setup(t) {
|
|
1748
|
-
const n = t, { node: e } = P(n), o = Oe(), s =
|
|
1742
|
+
const n = t, { node: e } = P(n), o = Oe(), s = Ie(), i = le(), { applySize: l } = be(n, e), { applyMargin: c } = mn(e), { applyPadding: u } = pn(e), { applyBorder: m } = un(e), { property: d } = a(e, [
|
|
1749
1743
|
"settings",
|
|
1750
1744
|
"backgroundColor"
|
|
1751
|
-
]), { color: p } = Q(d), f = (
|
|
1752
|
-
p.value && (
|
|
1745
|
+
]), { color: p } = Q(d), f = (_) => {
|
|
1746
|
+
p.value && (_.backgroundColor = p.value), _.display = "flex";
|
|
1753
1747
|
const I = ut(o.value.width), b = Fe(I, e.value.settings?.direction);
|
|
1754
|
-
b === "row" ?
|
|
1748
|
+
b === "row" ? _.flexDirection = "row" : b === "rowReverse" ? _.flexDirection = "row-reverse" : b === "column" ? _.flexDirection = "column" : b === "columnReverse" && (_.flexDirection = "column-reverse");
|
|
1755
1749
|
const x = Fe(I, e.value.settings?.wrap);
|
|
1756
|
-
x === "no" ?
|
|
1757
|
-
const
|
|
1758
|
-
|
|
1750
|
+
x === "no" ? _.flexWrap = "nowrap" : x === "yes" ? _.flexWrap = "wrap" : x === "reverse" && (_.flexWrap = "wrap-reverse");
|
|
1751
|
+
const h = Fe(I, e.value.settings?.mainAlign);
|
|
1752
|
+
h === "start" ? _.justifyContent = "flex-start" : h === "end" ? _.justifyContent = "flex-end" : h === "center" ? _.justifyContent = "center" : h === "spaceBetween" ? _.justifyContent = "space-between" : h === "spaceAround" ? _.justifyContent = "space-around" : h === "spaceEvenly" && (_.justifyContent = "space-evenly");
|
|
1759
1753
|
const v = Fe(I, e.value.settings?.crossAlign);
|
|
1760
|
-
v === "start" ?
|
|
1761
|
-
},
|
|
1762
|
-
const
|
|
1763
|
-
return s === "page" ? I === "common" ? (l(
|
|
1754
|
+
v === "start" ? _.alignItems = "flex-start" : v === "end" ? _.alignItems = "flex-end" : v === "center" ? _.alignItems = "center" : v === "baseline" ? _.alignItems = "baseline" : v === "stretch" && (_.alignItems = "stretch");
|
|
1755
|
+
}, g = w(() => {
|
|
1756
|
+
const _ = {}, I = i.value?.type;
|
|
1757
|
+
return s === "page" ? I === "common" ? (l(_), c(_), u(_), m(_), f(_)) : console.assert(!1) : s === "comp" && I === "common" ? (l(_), c(_), u(_), m(_), f(_)) : console.assert(!1), _;
|
|
1764
1758
|
});
|
|
1765
|
-
return (
|
|
1766
|
-
style: de(
|
|
1759
|
+
return (_, I) => (k(), te("div", {
|
|
1760
|
+
style: de(g.value)
|
|
1767
1761
|
}, [
|
|
1768
|
-
F(
|
|
1762
|
+
F(_.$slots, "default")
|
|
1769
1763
|
], 4));
|
|
1770
1764
|
}
|
|
1771
1765
|
}), jr = /* @__PURE__ */ S({
|
|
@@ -1776,7 +1770,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1776
1770
|
refContext: {}
|
|
1777
1771
|
},
|
|
1778
1772
|
setup(t) {
|
|
1779
|
-
const n = t, { node: e } = P(n), o =
|
|
1773
|
+
const n = t, { node: e } = P(n), o = Ie(), s = le(), { applySize: i } = be(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), u = w(() => {
|
|
1780
1774
|
const m = {}, d = s.value?.type;
|
|
1781
1775
|
return o === "page" ? d === "common" ? (i(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (i(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1), m;
|
|
1782
1776
|
});
|
|
@@ -1794,15 +1788,15 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1794
1788
|
refContext: {}
|
|
1795
1789
|
},
|
|
1796
1790
|
setup(t) {
|
|
1797
|
-
const n = t, { node: e } = P(n), o =
|
|
1791
|
+
const n = t, { node: e } = P(n), o = Ie(), s = le(), i = _e(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
|
|
1798
1792
|
"settings",
|
|
1799
1793
|
"fastFail"
|
|
1800
1794
|
]), { property: u } = a(e, [
|
|
1801
1795
|
"settings",
|
|
1802
1796
|
"backgroundColor"
|
|
1803
|
-
]), { color: m } = Q(u), { applySize: d } = be(n, e), { applyMargin: p } =
|
|
1797
|
+
]), { color: m } = Q(u), { applySize: d } = be(n, e), { applyMargin: p } = mn(e), { applyPadding: f } = pn(e), { applyBorder: g } = un(e), _ = w(() => {
|
|
1804
1798
|
const b = {}, x = s.value?.type;
|
|
1805
|
-
return o === "page" ? x === "common" ? (d(b), p(b), f(b),
|
|
1799
|
+
return o === "page" ? x === "common" ? (d(b), p(b), f(b), g(b), m.value && (b.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(b), p(b), f(b), g(b), m.value && (b.backgroundColor = m.value)) : console.assert(!1), b;
|
|
1806
1800
|
}), I = () => {
|
|
1807
1801
|
i && i.callFunction(
|
|
1808
1802
|
"__triggerEventV1__",
|
|
@@ -1810,12 +1804,12 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1810
1804
|
);
|
|
1811
1805
|
};
|
|
1812
1806
|
return (b, x) => {
|
|
1813
|
-
const
|
|
1814
|
-
return k(),
|
|
1807
|
+
const h = B("v-form");
|
|
1808
|
+
return k(), C(h, {
|
|
1815
1809
|
modelValue: r(l),
|
|
1816
1810
|
"onUpdate:modelValue": x[0] || (x[0] = (v) => ne(l) ? l.value = v : null),
|
|
1817
1811
|
"fast-fail": r(c),
|
|
1818
|
-
style: de(
|
|
1812
|
+
style: de(_.value),
|
|
1819
1813
|
onSubmit: si(I, ["prevent"])
|
|
1820
1814
|
}, {
|
|
1821
1815
|
default: V(() => [
|
|
@@ -1839,7 +1833,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1839
1833
|
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = J();
|
|
1840
1834
|
return (m, d) => {
|
|
1841
1835
|
const p = B("v-icon");
|
|
1842
|
-
return k(),
|
|
1836
|
+
return k(), C(p, {
|
|
1843
1837
|
color: r(s),
|
|
1844
1838
|
disabled: r(i),
|
|
1845
1839
|
icon: r(l),
|
|
@@ -1866,7 +1860,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1866
1860
|
o && (c.value = !1);
|
|
1867
1861
|
}), (u, m) => {
|
|
1868
1862
|
const d = B("v-menu");
|
|
1869
|
-
return k(),
|
|
1863
|
+
return k(), C(d, {
|
|
1870
1864
|
modelValue: r(c),
|
|
1871
1865
|
"onUpdate:modelValue": m[0] || (m[0] = (p) => ne(c) ? c.value = p : null),
|
|
1872
1866
|
attach: "menuContainer",
|
|
@@ -1909,10 +1903,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1909
1903
|
]), { property: l } = a(e, [
|
|
1910
1904
|
"settings",
|
|
1911
1905
|
"hideDetails"
|
|
1912
|
-
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property:
|
|
1906
|
+
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: g } = a(e, [
|
|
1913
1907
|
"settings",
|
|
1914
1908
|
"placeholder"
|
|
1915
|
-
]), { property:
|
|
1909
|
+
]), { property: _ } = a(e, [
|
|
1916
1910
|
"settings",
|
|
1917
1911
|
"precision"
|
|
1918
1912
|
]), { property: I } = a(e, ["settings", "prefix"]), { property: b } = a(e, [
|
|
@@ -1923,7 +1917,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1923
1917
|
"settings",
|
|
1924
1918
|
"addIcon",
|
|
1925
1919
|
"prependInner"
|
|
1926
|
-
]), { property:
|
|
1920
|
+
]), { property: h } = a(e, [
|
|
1927
1921
|
"settings",
|
|
1928
1922
|
"readonly"
|
|
1929
1923
|
]), { property: v } = a(e, ["settings", "reverse"]), { property: z } = a(e, [
|
|
@@ -1931,13 +1925,13 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1931
1925
|
"singleLine"
|
|
1932
1926
|
]), { property: T } = a(e, ["settings", "step"]), { property: G } = a(e, ["settings", "suffix"]), { theme: U } = J(), { property: N } = a(e, ["settings", "value"]), { property: L } = a(e, ["settings", "variant"]), { property: q } = a(e, ["size", "width"]);
|
|
1933
1927
|
return (oe, ge) => {
|
|
1934
|
-
const
|
|
1935
|
-
return k(),
|
|
1928
|
+
const Pe = B("v-number-input");
|
|
1929
|
+
return k(), C(r(H), {
|
|
1936
1930
|
block: "",
|
|
1937
1931
|
mask: ""
|
|
1938
1932
|
}, {
|
|
1939
1933
|
default: V(() => [
|
|
1940
|
-
D(
|
|
1934
|
+
D(Pe, {
|
|
1941
1935
|
modelValue: r(N),
|
|
1942
1936
|
"onUpdate:modelValue": ge[0] || (ge[0] = (ve) => ne(N) ? N.value = ve : null),
|
|
1943
1937
|
"append-icon": r(o),
|
|
@@ -1950,12 +1944,12 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1950
1944
|
"max-width": r(d),
|
|
1951
1945
|
min: r(p),
|
|
1952
1946
|
"min-width": r(f),
|
|
1953
|
-
placeholder: r(
|
|
1954
|
-
precision: r(
|
|
1947
|
+
placeholder: r(g),
|
|
1948
|
+
precision: r(_),
|
|
1955
1949
|
prefix: r(I),
|
|
1956
1950
|
"prepend-icon": r(b),
|
|
1957
1951
|
"prepend-inner-icon": r(x),
|
|
1958
|
-
readonly: r(
|
|
1952
|
+
readonly: r(h),
|
|
1959
1953
|
reverse: r(v),
|
|
1960
1954
|
"single-line": r(z),
|
|
1961
1955
|
step: r(T),
|
|
@@ -1983,30 +1977,30 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1983
1977
|
]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
|
|
1984
1978
|
"settings",
|
|
1985
1979
|
"showFirstLastPage"
|
|
1986
|
-
]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = J(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property:
|
|
1980
|
+
]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = J(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: g } = a(e, ["settings", "variant"]), _ = w(() => {
|
|
1987
1981
|
const I = {};
|
|
1988
1982
|
return o === "editor" && (I.pointerEvents = "none"), I;
|
|
1989
1983
|
});
|
|
1990
1984
|
return (I, b) => {
|
|
1991
1985
|
const x = B("v-pagination");
|
|
1992
|
-
return k(),
|
|
1986
|
+
return k(), C(r(H), {
|
|
1993
1987
|
block: "",
|
|
1994
1988
|
mask: ""
|
|
1995
1989
|
}, {
|
|
1996
1990
|
default: V(() => [
|
|
1997
1991
|
D(x, {
|
|
1998
1992
|
modelValue: r(f),
|
|
1999
|
-
"onUpdate:modelValue": b[0] || (b[0] = (
|
|
1993
|
+
"onUpdate:modelValue": b[0] || (b[0] = (h) => ne(f) ? f.value = h : null),
|
|
2000
1994
|
density: r(s),
|
|
2001
1995
|
disabled: r(i),
|
|
2002
1996
|
length: r(l),
|
|
2003
1997
|
"show-first-last-page": r(c),
|
|
2004
1998
|
size: r(u),
|
|
2005
1999
|
start: r(m),
|
|
2006
|
-
style: de(
|
|
2000
|
+
style: de(_.value),
|
|
2007
2001
|
theme: r(d),
|
|
2008
2002
|
tile: r(p),
|
|
2009
|
-
variant: r(
|
|
2003
|
+
variant: r(g)
|
|
2010
2004
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
2011
2005
|
]),
|
|
2012
2006
|
_: 1
|
|
@@ -2029,8 +2023,8 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2029
2023
|
"readonly"
|
|
2030
2024
|
]), { theme: m } = J(), { property: d } = a(e, ["settings", "value"]);
|
|
2031
2025
|
return (p, f) => {
|
|
2032
|
-
const
|
|
2033
|
-
return k(),
|
|
2026
|
+
const g = B("v-radio");
|
|
2027
|
+
return k(), C(g, {
|
|
2034
2028
|
color: r(s),
|
|
2035
2029
|
density: r(i),
|
|
2036
2030
|
disabled: r(l),
|
|
@@ -2061,11 +2055,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2061
2055
|
]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
|
|
2062
2056
|
return (d, p) => {
|
|
2063
2057
|
const f = B("v-radio-group");
|
|
2064
|
-
return k(),
|
|
2058
|
+
return k(), C(r(H), null, {
|
|
2065
2059
|
default: V(() => [
|
|
2066
2060
|
D(f, {
|
|
2067
2061
|
modelValue: r(m),
|
|
2068
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
2062
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => ne(m) ? m.value = g : null),
|
|
2069
2063
|
density: r(o),
|
|
2070
2064
|
direction: r(s),
|
|
2071
2065
|
disabled: r(i),
|
|
@@ -2111,7 +2105,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2111
2105
|
return "always";
|
|
2112
2106
|
if (p.value === "show")
|
|
2113
2107
|
return !0;
|
|
2114
|
-
}), { property:
|
|
2108
|
+
}), { property: g } = a(e, ["settings", "step"]), { theme: _ } = J(), { property: I } = a(e, [
|
|
2115
2109
|
"settings",
|
|
2116
2110
|
"thumbLabel"
|
|
2117
2111
|
]), b = w(() => {
|
|
@@ -2122,11 +2116,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2122
2116
|
}), { property: x } = a(e, [
|
|
2123
2117
|
"settings",
|
|
2124
2118
|
"thumbSize"
|
|
2125
|
-
]), { property:
|
|
2126
|
-
if (!
|
|
2119
|
+
]), { property: h } = a(e, ["settings", "ticks"]), v = w(() => {
|
|
2120
|
+
if (!h.value)
|
|
2127
2121
|
return;
|
|
2128
2122
|
const N = {};
|
|
2129
|
-
for (const { value: L, label: q } of
|
|
2123
|
+
for (const { value: L, label: q } of h.value)
|
|
2130
2124
|
N[L] = q;
|
|
2131
2125
|
if (!Mo(N))
|
|
2132
2126
|
return N;
|
|
@@ -2149,7 +2143,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2149
2143
|
});
|
|
2150
2144
|
return (N, L) => {
|
|
2151
2145
|
const q = B("v-range-slider");
|
|
2152
|
-
return k(),
|
|
2146
|
+
return k(), C(r(H), {
|
|
2153
2147
|
block: "",
|
|
2154
2148
|
mask: ""
|
|
2155
2149
|
}, {
|
|
@@ -2166,8 +2160,8 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2166
2160
|
min: r(m),
|
|
2167
2161
|
readonly: r(d),
|
|
2168
2162
|
"show-ticks": f.value,
|
|
2169
|
-
step: r(
|
|
2170
|
-
theme: r(
|
|
2163
|
+
step: r(g),
|
|
2164
|
+
theme: r(_),
|
|
2171
2165
|
"thumb-label": b.value,
|
|
2172
2166
|
"thumb-size": r(x),
|
|
2173
2167
|
"tick-size": r(z),
|
|
@@ -2199,13 +2193,13 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2199
2193
|
"settings",
|
|
2200
2194
|
"readonly"
|
|
2201
2195
|
]), { theme: d } = J(), { property: p } = a(e, ["settings", "value"]);
|
|
2202
|
-
return (f,
|
|
2203
|
-
const
|
|
2204
|
-
return k(),
|
|
2196
|
+
return (f, g) => {
|
|
2197
|
+
const _ = B("v-rating");
|
|
2198
|
+
return k(), C(r(H), { mask: "" }, {
|
|
2205
2199
|
default: V(() => [
|
|
2206
|
-
D(
|
|
2200
|
+
D(_, {
|
|
2207
2201
|
modelValue: r(p),
|
|
2208
|
-
"onUpdate:modelValue":
|
|
2202
|
+
"onUpdate:modelValue": g[0] || (g[0] = (I) => ne(p) ? p.value = I : null),
|
|
2209
2203
|
clearable: r(o),
|
|
2210
2204
|
density: r(s),
|
|
2211
2205
|
disabled: r(i),
|
|
@@ -2243,14 +2237,14 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2243
2237
|
]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
|
|
2244
2238
|
return (d, p) => {
|
|
2245
2239
|
const f = B("v-select");
|
|
2246
|
-
return k(),
|
|
2240
|
+
return k(), C(r(H), {
|
|
2247
2241
|
block: "",
|
|
2248
2242
|
mask: ""
|
|
2249
2243
|
}, {
|
|
2250
2244
|
default: V(() => [
|
|
2251
2245
|
D(f, {
|
|
2252
2246
|
modelValue: r(m),
|
|
2253
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
2247
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => ne(m) ? m.value = g : null),
|
|
2254
2248
|
"hide-details": r(o),
|
|
2255
2249
|
label: r(s),
|
|
2256
2250
|
placeholder: r(i),
|
|
@@ -2283,18 +2277,18 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2283
2277
|
]), { property: u } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
|
|
2284
2278
|
"settings",
|
|
2285
2279
|
"readonly"
|
|
2286
|
-
]), { property: f } = a(e, ["settings", "reverse"]), { property:
|
|
2280
|
+
]), { property: f } = a(e, ["settings", "reverse"]), { property: g } = a(e, [
|
|
2287
2281
|
"settings",
|
|
2288
2282
|
"showTicks"
|
|
2289
|
-
]),
|
|
2290
|
-
if (
|
|
2283
|
+
]), _ = w(() => {
|
|
2284
|
+
if (g.value === "always")
|
|
2291
2285
|
return "always";
|
|
2292
|
-
if (
|
|
2286
|
+
if (g.value === "show")
|
|
2293
2287
|
return !0;
|
|
2294
2288
|
}), { property: I } = a(e, ["settings", "step"]), { theme: b } = J(), { property: x } = a(e, [
|
|
2295
2289
|
"settings",
|
|
2296
2290
|
"thumbColor"
|
|
2297
|
-
]), { color:
|
|
2291
|
+
]), { color: h } = Q(x), { property: v } = a(e, [
|
|
2298
2292
|
"settings",
|
|
2299
2293
|
"thumbLabel"
|
|
2300
2294
|
]), z = w(() => {
|
|
@@ -2319,10 +2313,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2319
2313
|
]), { property: L } = a(e, [
|
|
2320
2314
|
"settings",
|
|
2321
2315
|
"trackColor"
|
|
2322
|
-
]), { color: q } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: ge } = a(e, ["slots", "append"]), { property:
|
|
2316
|
+
]), { color: q } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: ge } = a(e, ["slots", "append"]), { property: Pe } = a(e, ["slots", "prepend"]);
|
|
2323
2317
|
return (ve, nt) => {
|
|
2324
2318
|
const kt = B("v-slider");
|
|
2325
|
-
return k(),
|
|
2319
|
+
return k(), C(r(H), {
|
|
2326
2320
|
block: "",
|
|
2327
2321
|
mask: ""
|
|
2328
2322
|
}, {
|
|
@@ -2339,20 +2333,20 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2339
2333
|
min: r(d),
|
|
2340
2334
|
readonly: r(p),
|
|
2341
2335
|
reverse: r(f),
|
|
2342
|
-
"show-ticks":
|
|
2336
|
+
"show-ticks": _.value,
|
|
2343
2337
|
step: r(I),
|
|
2344
2338
|
theme: r(b),
|
|
2345
|
-
"thumb-color": r(
|
|
2339
|
+
"thumb-color": r(h),
|
|
2346
2340
|
"thumb-label": z.value,
|
|
2347
2341
|
"thumb-size": r(T),
|
|
2348
2342
|
"tick-size": r(N),
|
|
2349
2343
|
ticks: U.value,
|
|
2350
2344
|
"track-color": r(q)
|
|
2351
|
-
},
|
|
2345
|
+
}, sn({ _: 2 }, [
|
|
2352
2346
|
r(ge) ? {
|
|
2353
2347
|
name: "append",
|
|
2354
2348
|
fn: V(() => [
|
|
2355
|
-
D(r(
|
|
2349
|
+
D(r($e), {
|
|
2356
2350
|
"node-id": "append",
|
|
2357
2351
|
"ref-context": { compId: r(ge) },
|
|
2358
2352
|
state: {}
|
|
@@ -2360,12 +2354,12 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2360
2354
|
]),
|
|
2361
2355
|
key: "0"
|
|
2362
2356
|
} : void 0,
|
|
2363
|
-
r(
|
|
2357
|
+
r(Pe) ? {
|
|
2364
2358
|
name: "prepend",
|
|
2365
2359
|
fn: V(() => [
|
|
2366
|
-
D(r(
|
|
2360
|
+
D(r($e), {
|
|
2367
2361
|
"node-id": "prepend",
|
|
2368
|
-
"ref-context": { compId: r(
|
|
2362
|
+
"ref-context": { compId: r(Pe) },
|
|
2369
2363
|
state: {}
|
|
2370
2364
|
}, null, 8, ["ref-context"])
|
|
2371
2365
|
]),
|
|
@@ -2391,7 +2385,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2391
2385
|
]), { theme: s } = J(), { property: i } = a(e, ["settings", "value"]);
|
|
2392
2386
|
return (l, c) => {
|
|
2393
2387
|
const u = B("v-stepper");
|
|
2394
|
-
return k(),
|
|
2388
|
+
return k(), C(u, {
|
|
2395
2389
|
modelValue: r(i),
|
|
2396
2390
|
"onUpdate:modelValue": c[0] || (c[0] = (m) => ne(i) ? i.value = m : null),
|
|
2397
2391
|
"hide-actions": r(o),
|
|
@@ -2407,7 +2401,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2407
2401
|
}), il = {};
|
|
2408
2402
|
function sl(t, n) {
|
|
2409
2403
|
const e = B("v-stepper-header");
|
|
2410
|
-
return k(),
|
|
2404
|
+
return k(), C(e, null, {
|
|
2411
2405
|
default: V(() => [
|
|
2412
2406
|
F(t.$slots, "default")
|
|
2413
2407
|
]),
|
|
@@ -2425,7 +2419,7 @@ const rl = /* @__PURE__ */ Ke(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
|
2425
2419
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2426
2420
|
return (s, i) => {
|
|
2427
2421
|
const l = B("v-stepper-item");
|
|
2428
|
-
return k(),
|
|
2422
|
+
return k(), C(l, { value: r(o) }, {
|
|
2429
2423
|
default: V(() => [
|
|
2430
2424
|
F(s.$slots, "default")
|
|
2431
2425
|
]),
|
|
@@ -2436,7 +2430,7 @@ const rl = /* @__PURE__ */ Ke(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
|
2436
2430
|
}), al = {};
|
|
2437
2431
|
function cl(t, n) {
|
|
2438
2432
|
const e = B("v-stepper-window");
|
|
2439
|
-
return k(),
|
|
2433
|
+
return k(), C(e, null, {
|
|
2440
2434
|
default: V(() => [
|
|
2441
2435
|
F(t.$slots, "default")
|
|
2442
2436
|
]),
|
|
@@ -2454,7 +2448,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2454
2448
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2455
2449
|
return (s, i) => {
|
|
2456
2450
|
const l = B("v-stepper-window-item");
|
|
2457
|
-
return k(),
|
|
2451
|
+
return k(), C(l, { value: r(o) }, {
|
|
2458
2452
|
default: V(() => [
|
|
2459
2453
|
F(s.$slots, "default")
|
|
2460
2454
|
]),
|
|
@@ -2482,14 +2476,14 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2482
2476
|
]), { property: c } = a(e, [
|
|
2483
2477
|
"settings",
|
|
2484
2478
|
"indeterminate"
|
|
2485
|
-
]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = J(), { property:
|
|
2486
|
-
return (
|
|
2479
|
+
]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = J(), { property: g } = a(e, ["settings", "value"]);
|
|
2480
|
+
return (_, I) => {
|
|
2487
2481
|
const b = B("v-switch");
|
|
2488
|
-
return k(),
|
|
2482
|
+
return k(), C(r(H), { mask: "" }, {
|
|
2489
2483
|
default: V(() => [
|
|
2490
2484
|
D(b, {
|
|
2491
|
-
modelValue: r(
|
|
2492
|
-
"onUpdate:modelValue": I[0] || (I[0] = (x) => ne(
|
|
2485
|
+
modelValue: r(g),
|
|
2486
|
+
"onUpdate:modelValue": I[0] || (I[0] = (x) => ne(g) ? g.value = x : null),
|
|
2493
2487
|
density: r(o),
|
|
2494
2488
|
direction: r(s),
|
|
2495
2489
|
disabled: r(i),
|
|
@@ -2520,7 +2514,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2520
2514
|
});
|
|
2521
2515
|
return (u, m) => {
|
|
2522
2516
|
const d = B("v-tab");
|
|
2523
|
-
return k(),
|
|
2517
|
+
return k(), C(r(H), { mask: "" }, {
|
|
2524
2518
|
default: V(() => [
|
|
2525
2519
|
D(d, {
|
|
2526
2520
|
style: de(c.value),
|
|
@@ -2564,7 +2558,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2564
2558
|
]), { property: f } = a(e, [
|
|
2565
2559
|
"settings",
|
|
2566
2560
|
"fixedTabs"
|
|
2567
|
-
]), { property:
|
|
2561
|
+
]), { property: g } = a(e, ["settings", "grow"]), { property: _ } = a(e, [
|
|
2568
2562
|
"settings",
|
|
2569
2563
|
"hideSlider"
|
|
2570
2564
|
]), { property: I } = a(e, ["settings", "items"]), { property: b } = a(e, [
|
|
@@ -2573,14 +2567,14 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2573
2567
|
]), { property: x } = a(e, [
|
|
2574
2568
|
"settings",
|
|
2575
2569
|
"showArrows"
|
|
2576
|
-
]), { property:
|
|
2570
|
+
]), { property: h } = a(e, [
|
|
2577
2571
|
"settings",
|
|
2578
2572
|
"color",
|
|
2579
2573
|
"sliderColor"
|
|
2580
|
-
]), { color: v } = Q(
|
|
2574
|
+
]), { color: v } = Q(h), { property: z } = a(e, ["settings", "stacked"]), { theme: T } = J(), { property: G } = a(e, ["settings", "value"]);
|
|
2581
2575
|
return (U, N) => {
|
|
2582
2576
|
const L = B("v-tabs");
|
|
2583
|
-
return k(),
|
|
2577
|
+
return k(), C(r(H), {
|
|
2584
2578
|
block: "",
|
|
2585
2579
|
mask: ""
|
|
2586
2580
|
}, {
|
|
@@ -2596,8 +2590,8 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2596
2590
|
direction: r(d),
|
|
2597
2591
|
disabled: r(p),
|
|
2598
2592
|
"fixed-tabs": r(f),
|
|
2599
|
-
grow: r(
|
|
2600
|
-
"hide-slider": r(
|
|
2593
|
+
grow: r(g),
|
|
2594
|
+
"hide-slider": r(_),
|
|
2601
2595
|
items: r(I),
|
|
2602
2596
|
mandatory: r(b),
|
|
2603
2597
|
"show-arrows": r(x),
|
|
@@ -2630,14 +2624,14 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2630
2624
|
"settings",
|
|
2631
2625
|
"emphasis"
|
|
2632
2626
|
]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = w(() => {
|
|
2633
|
-
const p = [], f = ut(o.value.width),
|
|
2634
|
-
return
|
|
2627
|
+
const p = [], f = ut(o.value.width), g = Fe(f, e.value.settings?.style);
|
|
2628
|
+
return g && p.push(`text-${g}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), i.value && p.push(`text-decoration-${i.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
|
|
2635
2629
|
});
|
|
2636
|
-
return (p, f) => (k(),
|
|
2630
|
+
return (p, f) => (k(), C(r(H), { mask: "" }, {
|
|
2637
2631
|
default: V(() => [
|
|
2638
|
-
|
|
2632
|
+
Be("span", {
|
|
2639
2633
|
class: ri(d.value)
|
|
2640
|
-
},
|
|
2634
|
+
}, $o(r(u)), 3)
|
|
2641
2635
|
]),
|
|
2642
2636
|
_: 1
|
|
2643
2637
|
}));
|
|
@@ -2665,13 +2659,13 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2665
2659
|
]), { property: p } = a(e, [
|
|
2666
2660
|
"settings",
|
|
2667
2661
|
"readonly"
|
|
2668
|
-
]), { property: f } = a(e, ["settings", "reverse"]), { property:
|
|
2662
|
+
]), { property: f } = a(e, ["settings", "reverse"]), { property: g } = a(e, ["settings", "rows"]), { property: _ } = a(e, [
|
|
2669
2663
|
"settings",
|
|
2670
2664
|
"singleLine"
|
|
2671
2665
|
]), { theme: I } = J(), { property: b } = a(e, ["settings", "value"]), { property: x } = a(e, ["settings", "variant"]);
|
|
2672
|
-
return (
|
|
2666
|
+
return (h, v) => {
|
|
2673
2667
|
const z = B("v-textarea");
|
|
2674
|
-
return k(),
|
|
2668
|
+
return k(), C(r(H), {
|
|
2675
2669
|
block: "",
|
|
2676
2670
|
mask: ""
|
|
2677
2671
|
}, {
|
|
@@ -2689,8 +2683,8 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2689
2683
|
placeholder: r(d),
|
|
2690
2684
|
readonly: r(p),
|
|
2691
2685
|
reverse: r(f),
|
|
2692
|
-
rows: r(
|
|
2693
|
-
"single-line": r(
|
|
2686
|
+
rows: r(g),
|
|
2687
|
+
"single-line": r(_),
|
|
2694
2688
|
theme: r(I),
|
|
2695
2689
|
variant: r(x)
|
|
2696
2690
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
@@ -2728,7 +2722,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2728
2722
|
]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
|
|
2729
2723
|
"settings",
|
|
2730
2724
|
"placeholder"
|
|
2731
|
-
]), { property:
|
|
2725
|
+
]), { property: g } = a(e, ["settings", "prefix"]), { property: _ } = a(e, [
|
|
2732
2726
|
"settings",
|
|
2733
2727
|
"prependIcon"
|
|
2734
2728
|
]), { property: I } = a(e, [
|
|
@@ -2737,7 +2731,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2737
2731
|
]), { property: b } = a(e, [
|
|
2738
2732
|
"settings",
|
|
2739
2733
|
"readonly"
|
|
2740
|
-
]), { property: x } = a(e, ["settings", "reverse"]), { property:
|
|
2734
|
+
]), { property: x } = a(e, ["settings", "reverse"]), { property: h } = a(e, [
|
|
2741
2735
|
"settings",
|
|
2742
2736
|
"singleLine"
|
|
2743
2737
|
]), { property: v } = a(e, ["settings", "suffix"]), { theme: z } = J(), { property: T } = a(e, ["settings", "value"]), { property: G } = a(e, ["settings", "variant"]), { property: U } = a(e, ["slots", "append"]), { property: N } = a(e, [
|
|
@@ -2748,13 +2742,13 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2748
2742
|
"prependInner"
|
|
2749
2743
|
]);
|
|
2750
2744
|
return (oe, ge) => {
|
|
2751
|
-
const
|
|
2752
|
-
return k(),
|
|
2745
|
+
const Pe = B("v-text-field");
|
|
2746
|
+
return k(), C(r(H), {
|
|
2753
2747
|
block: "",
|
|
2754
2748
|
mask: ""
|
|
2755
2749
|
}, {
|
|
2756
2750
|
default: V(() => [
|
|
2757
|
-
D(
|
|
2751
|
+
D(Pe, {
|
|
2758
2752
|
modelValue: r(T),
|
|
2759
2753
|
"onUpdate:modelValue": ge[0] || (ge[0] = (ve) => ne(T) ? T.value = ve : null),
|
|
2760
2754
|
"append-icon": r(o),
|
|
@@ -2767,20 +2761,20 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2767
2761
|
label: r(d),
|
|
2768
2762
|
loading: r(p),
|
|
2769
2763
|
placeholder: r(f),
|
|
2770
|
-
prefix: r(
|
|
2771
|
-
"prepend-icon": r(
|
|
2764
|
+
prefix: r(g),
|
|
2765
|
+
"prepend-icon": r(_),
|
|
2772
2766
|
"prepend-inner-icon": r(I),
|
|
2773
2767
|
readonly: r(b),
|
|
2774
2768
|
reverse: r(x),
|
|
2775
|
-
"single-line": r(
|
|
2769
|
+
"single-line": r(h),
|
|
2776
2770
|
suffix: r(v),
|
|
2777
2771
|
theme: r(z),
|
|
2778
2772
|
variant: r(G)
|
|
2779
|
-
},
|
|
2773
|
+
}, sn({ _: 2 }, [
|
|
2780
2774
|
r(U) ? {
|
|
2781
2775
|
name: "append",
|
|
2782
2776
|
fn: V(() => [
|
|
2783
|
-
D(r(
|
|
2777
|
+
D(r($e), {
|
|
2784
2778
|
"node-id": "append",
|
|
2785
2779
|
"ref-context": { compId: r(U) },
|
|
2786
2780
|
state: {}
|
|
@@ -2791,7 +2785,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2791
2785
|
r(N) ? {
|
|
2792
2786
|
name: "append-inner",
|
|
2793
2787
|
fn: V(() => [
|
|
2794
|
-
D(r(
|
|
2788
|
+
D(r($e), {
|
|
2795
2789
|
"node-id": "append-inner",
|
|
2796
2790
|
"ref-context": { compId: r(N) },
|
|
2797
2791
|
state: {}
|
|
@@ -2802,7 +2796,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2802
2796
|
r(L) ? {
|
|
2803
2797
|
name: "prepend",
|
|
2804
2798
|
fn: V(() => [
|
|
2805
|
-
D(r(
|
|
2799
|
+
D(r($e), {
|
|
2806
2800
|
"node-id": "prepend",
|
|
2807
2801
|
"ref-context": { compId: r(L) },
|
|
2808
2802
|
state: {}
|
|
@@ -2813,7 +2807,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2813
2807
|
r(q) ? {
|
|
2814
2808
|
name: "prepend-inner",
|
|
2815
2809
|
fn: V(() => [
|
|
2816
|
-
D(r(
|
|
2810
|
+
D(r($e), {
|
|
2817
2811
|
"node-id": "prepend-inner",
|
|
2818
2812
|
"ref-context": { compId: r(q) },
|
|
2819
2813
|
state: {}
|
|
@@ -2857,18 +2851,18 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2857
2851
|
"settings",
|
|
2858
2852
|
"line",
|
|
2859
2853
|
"inset"
|
|
2860
|
-
]), { property:
|
|
2854
|
+
]), { property: g } = a(e, [
|
|
2861
2855
|
"settings",
|
|
2862
2856
|
"line",
|
|
2863
2857
|
"thickness"
|
|
2864
|
-
]), { property:
|
|
2858
|
+
]), { property: _ } = a(e, ["settings", "side"]), { property: I } = a(e, [
|
|
2865
2859
|
"settings",
|
|
2866
2860
|
"line",
|
|
2867
2861
|
"truncate"
|
|
2868
2862
|
]), { theme: b } = J();
|
|
2869
|
-
return (x,
|
|
2863
|
+
return (x, h) => {
|
|
2870
2864
|
const v = B("v-timeline");
|
|
2871
|
-
return k(),
|
|
2865
|
+
return k(), C(v, {
|
|
2872
2866
|
align: r(o),
|
|
2873
2867
|
density: r(s),
|
|
2874
2868
|
direction: r(i),
|
|
@@ -2877,8 +2871,8 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2877
2871
|
"hide-opposite": r(m),
|
|
2878
2872
|
"line-color": r(p),
|
|
2879
2873
|
"line-inset": r(f),
|
|
2880
|
-
"line-thickness": r(
|
|
2881
|
-
side: r(
|
|
2874
|
+
"line-thickness": r(g),
|
|
2875
|
+
side: r(_),
|
|
2882
2876
|
theme: r(b),
|
|
2883
2877
|
"truncate-line": r(I)
|
|
2884
2878
|
}, {
|
|
@@ -2892,7 +2886,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2892
2886
|
}), _l = {};
|
|
2893
2887
|
function vl(t, n) {
|
|
2894
2888
|
const e = B("v-timeline-item");
|
|
2895
|
-
return k(),
|
|
2889
|
+
return k(), C(e, null, {
|
|
2896
2890
|
default: V(() => [
|
|
2897
2891
|
F(t.$slots, "default")
|
|
2898
2892
|
]),
|
|
@@ -2921,10 +2915,10 @@ const xl = /* @__PURE__ */ Ke(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
|
2921
2915
|
"showArrows"
|
|
2922
2916
|
]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = J(), { property: d } = a(e, ["settings", "value"]);
|
|
2923
2917
|
return (p, f) => {
|
|
2924
|
-
const
|
|
2925
|
-
return k(),
|
|
2918
|
+
const g = B("v-window");
|
|
2919
|
+
return k(), C(g, {
|
|
2926
2920
|
modelValue: r(d),
|
|
2927
|
-
"onUpdate:modelValue": f[0] || (f[0] = (
|
|
2921
|
+
"onUpdate:modelValue": f[0] || (f[0] = (_) => ne(d) ? d.value = _ : null),
|
|
2928
2922
|
continuous: r(o),
|
|
2929
2923
|
direction: r(i),
|
|
2930
2924
|
disabled: r(s),
|
|
@@ -2943,24 +2937,27 @@ const xl = /* @__PURE__ */ Ke(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
|
2943
2937
|
}), wl = {};
|
|
2944
2938
|
function Il(t, n) {
|
|
2945
2939
|
const e = B("v-window-item");
|
|
2946
|
-
return k(),
|
|
2940
|
+
return k(), C(e, null, {
|
|
2947
2941
|
default: V(() => [
|
|
2948
2942
|
F(t.$slots, "default")
|
|
2949
2943
|
]),
|
|
2950
2944
|
_: 3
|
|
2951
2945
|
});
|
|
2952
2946
|
}
|
|
2953
|
-
const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]),
|
|
2947
|
+
const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
2954
2948
|
__name: "entry",
|
|
2955
2949
|
props: {
|
|
2956
2950
|
subtype: {},
|
|
2957
2951
|
nodeId: {},
|
|
2958
2952
|
refContext: {},
|
|
2959
|
-
|
|
2953
|
+
instance: {}
|
|
2960
2954
|
},
|
|
2961
2955
|
setup(t) {
|
|
2956
|
+
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), we(() => {
|
|
2957
|
+
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
|
|
2958
|
+
});
|
|
2962
2959
|
const n = Z(), e = le(), o = w(() => O(e.value));
|
|
2963
|
-
|
|
2960
|
+
Ve(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
2964
2961
|
const s = (l) => {
|
|
2965
2962
|
const c = ke[l.key];
|
|
2966
2963
|
if (!c) {
|
|
@@ -2996,9 +2993,9 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
2996
2993
|
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
2997
2994
|
});
|
|
2998
2995
|
};
|
|
2999
|
-
return (l, c) => (k(),
|
|
2996
|
+
return (l, c) => (k(), C(i));
|
|
3000
2997
|
}
|
|
3001
|
-
}),
|
|
2998
|
+
}), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ce = /* @__PURE__ */ S({
|
|
3002
2999
|
__name: "index",
|
|
3003
3000
|
props: {
|
|
3004
3001
|
position: {},
|
|
@@ -3013,18 +3010,18 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3013
3010
|
rotation: t.rotation,
|
|
3014
3011
|
scale: t.scale
|
|
3015
3012
|
}, [
|
|
3016
|
-
t.label ? (k(),
|
|
3013
|
+
t.label ? (k(), C(r(Ci), {
|
|
3017
3014
|
key: 0,
|
|
3018
3015
|
center: "",
|
|
3019
3016
|
transform: ""
|
|
3020
3017
|
}, {
|
|
3021
3018
|
default: V(() => [
|
|
3022
|
-
|
|
3019
|
+
Be("div", Vl, $o(t.label), 1)
|
|
3023
3020
|
]),
|
|
3024
3021
|
_: 1
|
|
3025
3022
|
})) : re("", !0),
|
|
3026
3023
|
F(n.$slots, "default")
|
|
3027
|
-
], 8,
|
|
3024
|
+
], 8, Cl));
|
|
3028
3025
|
}
|
|
3029
3026
|
}), Pl = /* @__PURE__ */ S({
|
|
3030
3027
|
__name: "index",
|
|
@@ -3035,27 +3032,27 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3035
3032
|
},
|
|
3036
3033
|
setup(t) {
|
|
3037
3034
|
const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
|
|
3038
|
-
|
|
3035
|
+
Ve(l);
|
|
3039
3036
|
const c = w(() => e.refContext?.compId);
|
|
3040
3037
|
et(c, l);
|
|
3041
3038
|
const { applySize: u } = be(e, o), m = w(() => {
|
|
3042
|
-
const
|
|
3043
|
-
return l.value?.type === "common" && u(
|
|
3044
|
-
}), { position: d, rotation: p, scale: f } = ue(o), { property:
|
|
3045
|
-
|
|
3039
|
+
const h = {};
|
|
3040
|
+
return l.value?.type === "common" && u(h), h;
|
|
3041
|
+
}), { position: d, rotation: p, scale: f } = ue(o), { property: g } = a(o, ["instances"]), _ = (h, v) => {
|
|
3042
|
+
h.findIndex((z) => z === v) >= 0 || h.push(v);
|
|
3046
3043
|
}, I = w(() => {
|
|
3047
|
-
const
|
|
3048
|
-
if (!Array.isArray(
|
|
3049
|
-
return
|
|
3050
|
-
for (const v of
|
|
3051
|
-
typeof v == "string" && v && h
|
|
3052
|
-
return
|
|
3053
|
-
}), b = (
|
|
3054
|
-
key:
|
|
3044
|
+
const h = [];
|
|
3045
|
+
if (!Array.isArray(g.value))
|
|
3046
|
+
return h;
|
|
3047
|
+
for (const v of g.value)
|
|
3048
|
+
typeof v == "string" && v && _(h, v);
|
|
3049
|
+
return h;
|
|
3050
|
+
}), b = (h, v) => K($l, {
|
|
3051
|
+
key: h,
|
|
3055
3052
|
subtype: v,
|
|
3056
3053
|
nodeId: e.nodeId,
|
|
3057
3054
|
refContext: e.refContext,
|
|
3058
|
-
|
|
3055
|
+
instance: h
|
|
3059
3056
|
}), x = () => {
|
|
3060
3057
|
if (!e.refContext) {
|
|
3061
3058
|
console.assert(!1, "invalid of ref context");
|
|
@@ -3065,18 +3062,18 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3065
3062
|
console.assert(!1, "invalid of data");
|
|
3066
3063
|
return;
|
|
3067
3064
|
}
|
|
3068
|
-
const { i18n:
|
|
3065
|
+
const { i18n: h } = he;
|
|
3069
3066
|
if (Ye(e.refContext, s))
|
|
3070
3067
|
return i.value.type === "common" ? K(
|
|
3071
3068
|
"div",
|
|
3072
3069
|
{ id: n.id, style: m.value },
|
|
3073
|
-
|
|
3070
|
+
h.global.t("x-runtime-lib.circularReference")
|
|
3074
3071
|
) : i.value.type === "scene" ? K(ce, {
|
|
3075
3072
|
name: n.name,
|
|
3076
3073
|
position: d.value,
|
|
3077
3074
|
rotation: p.value,
|
|
3078
3075
|
scale: f.value,
|
|
3079
|
-
label:
|
|
3076
|
+
label: h.global.t("x-runtime-lib.circularReference")
|
|
3080
3077
|
}) : void 0;
|
|
3081
3078
|
if (!l.value)
|
|
3082
3079
|
return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ce, {
|
|
@@ -3115,7 +3112,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3115
3112
|
}
|
|
3116
3113
|
);
|
|
3117
3114
|
};
|
|
3118
|
-
return (
|
|
3115
|
+
return (h, v) => (k(), C(x));
|
|
3119
3116
|
}
|
|
3120
3117
|
}), Ll = /* @__PURE__ */ S({
|
|
3121
3118
|
__name: "entry",
|
|
@@ -3123,11 +3120,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3123
3120
|
subtype: {},
|
|
3124
3121
|
nodeId: {},
|
|
3125
3122
|
refContext: {},
|
|
3126
|
-
|
|
3123
|
+
instance: {}
|
|
3127
3124
|
},
|
|
3128
3125
|
setup(t) {
|
|
3126
|
+
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), we(() => {
|
|
3127
|
+
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
|
|
3128
|
+
});
|
|
3129
3129
|
const n = Z(), e = le(), o = w(() => O(e.value));
|
|
3130
|
-
|
|
3130
|
+
Ve(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
3131
3131
|
const s = (l) => {
|
|
3132
3132
|
const c = ke[l.key];
|
|
3133
3133
|
if (!c) {
|
|
@@ -3163,7 +3163,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3163
3163
|
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
3164
3164
|
});
|
|
3165
3165
|
};
|
|
3166
|
-
return (l, c) => (k(),
|
|
3166
|
+
return (l, c) => (k(), C(i));
|
|
3167
3167
|
}
|
|
3168
3168
|
}), zl = /* @__PURE__ */ S({
|
|
3169
3169
|
__name: "index",
|
|
@@ -3174,27 +3174,27 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3174
3174
|
},
|
|
3175
3175
|
setup(t) {
|
|
3176
3176
|
const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
|
|
3177
|
-
|
|
3177
|
+
Ve(l);
|
|
3178
3178
|
const c = w(() => e.refContext?.compId);
|
|
3179
3179
|
et(c, l);
|
|
3180
3180
|
const { applySize: u } = be(e, o), m = w(() => {
|
|
3181
|
-
const
|
|
3182
|
-
return l.value?.type === "common" && u(
|
|
3183
|
-
}), { position: d, rotation: p, scale: f } = ue(o), { property:
|
|
3184
|
-
|
|
3181
|
+
const h = {};
|
|
3182
|
+
return l.value?.type === "common" && u(h), h;
|
|
3183
|
+
}), { position: d, rotation: p, scale: f } = ue(o), { property: g } = a(o, ["instances"]), _ = (h, v) => {
|
|
3184
|
+
h.findIndex((z) => z === v) >= 0 || h.push(v);
|
|
3185
3185
|
}, I = w(() => {
|
|
3186
|
-
const
|
|
3187
|
-
if (!Array.isArray(
|
|
3188
|
-
return
|
|
3189
|
-
for (const v of
|
|
3190
|
-
typeof v == "string" && v && h
|
|
3191
|
-
return
|
|
3192
|
-
}), b = (
|
|
3193
|
-
key:
|
|
3186
|
+
const h = [];
|
|
3187
|
+
if (!Array.isArray(g.value))
|
|
3188
|
+
return h;
|
|
3189
|
+
for (const v of g.value)
|
|
3190
|
+
typeof v == "string" && v && _(h, v);
|
|
3191
|
+
return h;
|
|
3192
|
+
}), b = (h, v) => K(Ll, {
|
|
3193
|
+
key: h,
|
|
3194
3194
|
subtype: v,
|
|
3195
3195
|
nodeId: e.nodeId,
|
|
3196
3196
|
refContext: e.refContext,
|
|
3197
|
-
|
|
3197
|
+
instance: h
|
|
3198
3198
|
}), x = () => {
|
|
3199
3199
|
if (!e.refContext) {
|
|
3200
3200
|
console.assert(!1, "invalid of ref context");
|
|
@@ -3204,18 +3204,18 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3204
3204
|
console.assert(!1, "invalid of data");
|
|
3205
3205
|
return;
|
|
3206
3206
|
}
|
|
3207
|
-
const { i18n:
|
|
3207
|
+
const { i18n: h } = he;
|
|
3208
3208
|
if (Ye(e.refContext, s))
|
|
3209
3209
|
return i.value.type === "common" ? K(
|
|
3210
3210
|
"div",
|
|
3211
3211
|
{ id: n.id, style: m.value },
|
|
3212
|
-
|
|
3212
|
+
h.global.t("x-runtime-lib.circularReference")
|
|
3213
3213
|
) : i.value.type === "scene" ? K(ce, {
|
|
3214
3214
|
name: n.name,
|
|
3215
3215
|
position: d.value,
|
|
3216
3216
|
rotation: p.value,
|
|
3217
3217
|
scale: f.value,
|
|
3218
|
-
label:
|
|
3218
|
+
label: h.global.t("x-runtime-lib.circularReference")
|
|
3219
3219
|
}) : void 0;
|
|
3220
3220
|
if (!l.value)
|
|
3221
3221
|
return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ce, {
|
|
@@ -3254,7 +3254,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3254
3254
|
}
|
|
3255
3255
|
);
|
|
3256
3256
|
};
|
|
3257
|
-
return (
|
|
3257
|
+
return (h, v) => (k(), C(x));
|
|
3258
3258
|
}
|
|
3259
3259
|
}), Tl = /* @__PURE__ */ S({
|
|
3260
3260
|
__name: "index",
|
|
@@ -3265,34 +3265,34 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3265
3265
|
},
|
|
3266
3266
|
setup(t) {
|
|
3267
3267
|
const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
|
|
3268
|
-
|
|
3268
|
+
Ve(c);
|
|
3269
3269
|
const u = w(() => e.refContext?.compId);
|
|
3270
3270
|
et(u, c), ie(s) && tt(c, "ref", e.nodeId, "", _e());
|
|
3271
3271
|
const { applySize: m } = be(e, o), d = w(() => {
|
|
3272
3272
|
const b = {};
|
|
3273
3273
|
return l.value?.type === "common" && m(b), b;
|
|
3274
|
-
}), { position: p, rotation: f, scale:
|
|
3274
|
+
}), { position: p, rotation: f, scale: g } = ue(o), _ = (b) => {
|
|
3275
3275
|
const x = ke[b.key];
|
|
3276
3276
|
if (!x) {
|
|
3277
3277
|
console.assert(!1, `element not found key=${b.key}`);
|
|
3278
3278
|
return;
|
|
3279
3279
|
}
|
|
3280
|
-
const
|
|
3280
|
+
const h = {
|
|
3281
3281
|
nodeId: b.id
|
|
3282
3282
|
};
|
|
3283
|
-
return Xe(b.key) && (
|
|
3283
|
+
return Xe(b.key) && (h.refContext = {
|
|
3284
3284
|
parent: e.refContext,
|
|
3285
3285
|
compId: b.compId
|
|
3286
3286
|
}), K(
|
|
3287
3287
|
x.comp,
|
|
3288
3288
|
{
|
|
3289
3289
|
key: b.id,
|
|
3290
|
-
...
|
|
3290
|
+
...h
|
|
3291
3291
|
},
|
|
3292
3292
|
{
|
|
3293
3293
|
default: () => {
|
|
3294
3294
|
if (!x.leaf)
|
|
3295
|
-
return b.children?.map((v) =>
|
|
3295
|
+
return b.children?.map((v) => _(v));
|
|
3296
3296
|
}
|
|
3297
3297
|
}
|
|
3298
3298
|
);
|
|
@@ -3315,7 +3315,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3315
3315
|
name: n.name,
|
|
3316
3316
|
position: p.value,
|
|
3317
3317
|
rotation: f.value,
|
|
3318
|
-
scale:
|
|
3318
|
+
scale: g.value,
|
|
3319
3319
|
label: b.global.t("x-runtime-lib.circularReference")
|
|
3320
3320
|
}) : void 0;
|
|
3321
3321
|
if (!c.value)
|
|
@@ -3323,7 +3323,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3323
3323
|
name: n.name,
|
|
3324
3324
|
position: p.value,
|
|
3325
3325
|
rotation: f.value,
|
|
3326
|
-
scale:
|
|
3326
|
+
scale: g.value
|
|
3327
3327
|
}) : void 0;
|
|
3328
3328
|
if (c.value.type !== l.value.type) {
|
|
3329
3329
|
console.assert(!1, "subtype not match");
|
|
@@ -3338,7 +3338,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3338
3338
|
style: d.value
|
|
3339
3339
|
},
|
|
3340
3340
|
{
|
|
3341
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3341
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3342
3342
|
}
|
|
3343
3343
|
);
|
|
3344
3344
|
if (x === "scene")
|
|
@@ -3348,14 +3348,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3348
3348
|
name: n.name,
|
|
3349
3349
|
position: p.value,
|
|
3350
3350
|
rotation: f.value,
|
|
3351
|
-
scale:
|
|
3351
|
+
scale: g.value
|
|
3352
3352
|
},
|
|
3353
3353
|
{
|
|
3354
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3354
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3355
3355
|
}
|
|
3356
3356
|
);
|
|
3357
3357
|
};
|
|
3358
|
-
return (b, x) => (k(),
|
|
3358
|
+
return (b, x) => (k(), C(I));
|
|
3359
3359
|
}
|
|
3360
3360
|
}), El = /* @__PURE__ */ S({
|
|
3361
3361
|
__name: "index",
|
|
@@ -3366,14 +3366,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3366
3366
|
},
|
|
3367
3367
|
setup(t) {
|
|
3368
3368
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
|
|
3369
|
-
return (s, i) => (k(),
|
|
3369
|
+
return (s, i) => (k(), C(r(H), null, {
|
|
3370
3370
|
default: V(() => [
|
|
3371
3371
|
r(o) ? F(s.$slots, "default", { key: 0 }) : re("", !0)
|
|
3372
3372
|
]),
|
|
3373
3373
|
_: 3
|
|
3374
3374
|
}));
|
|
3375
3375
|
}
|
|
3376
|
-
}),
|
|
3376
|
+
}), $e = /* @__PURE__ */ S({
|
|
3377
3377
|
__name: "index",
|
|
3378
3378
|
props: {
|
|
3379
3379
|
nodeId: {},
|
|
@@ -3382,35 +3382,35 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3382
3382
|
},
|
|
3383
3383
|
setup(t) {
|
|
3384
3384
|
const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
|
|
3385
|
-
|
|
3385
|
+
Ve(c);
|
|
3386
3386
|
const u = w(() => e.refContext?.compId);
|
|
3387
3387
|
et(u, c), ie(s) && tt(c, "slot", e.nodeId, "", _e());
|
|
3388
3388
|
const { applySize: m } = be(e, o), d = w(() => {
|
|
3389
3389
|
const b = {};
|
|
3390
3390
|
return c.value?.type === "common" && m(b), b;
|
|
3391
|
-
}), { position: p, rotation: f, scale:
|
|
3392
|
-
function
|
|
3391
|
+
}), { position: p, rotation: f, scale: g } = ue(o);
|
|
3392
|
+
function _(b) {
|
|
3393
3393
|
const x = ke[b.key];
|
|
3394
3394
|
if (!x) {
|
|
3395
3395
|
console.assert(!1, `element not found key=${b.key}`);
|
|
3396
3396
|
return;
|
|
3397
3397
|
}
|
|
3398
|
-
const
|
|
3398
|
+
const h = {
|
|
3399
3399
|
nodeId: b.id
|
|
3400
3400
|
};
|
|
3401
|
-
return Xe(b.key) && (
|
|
3401
|
+
return Xe(b.key) && (h.refContext = {
|
|
3402
3402
|
parent: e.refContext,
|
|
3403
3403
|
compId: b.compId
|
|
3404
3404
|
}), K(
|
|
3405
3405
|
x.comp,
|
|
3406
3406
|
{
|
|
3407
3407
|
key: b.id,
|
|
3408
|
-
...
|
|
3408
|
+
...h
|
|
3409
3409
|
},
|
|
3410
3410
|
{
|
|
3411
3411
|
default: () => {
|
|
3412
3412
|
if (!x.leaf)
|
|
3413
|
-
return b.children?.map((v) =>
|
|
3413
|
+
return b.children?.map((v) => _(v));
|
|
3414
3414
|
}
|
|
3415
3415
|
}
|
|
3416
3416
|
);
|
|
@@ -3434,7 +3434,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3434
3434
|
name: n.name,
|
|
3435
3435
|
position: p.value,
|
|
3436
3436
|
rotation: f.value,
|
|
3437
|
-
scale:
|
|
3437
|
+
scale: g.value,
|
|
3438
3438
|
label: b.global.t("x-runtime-lib.circularReference")
|
|
3439
3439
|
}) : void 0;
|
|
3440
3440
|
if (!c.value)
|
|
@@ -3442,7 +3442,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3442
3442
|
name: n.name,
|
|
3443
3443
|
position: p.value,
|
|
3444
3444
|
rotation: f.value,
|
|
3445
|
-
scale:
|
|
3445
|
+
scale: g.value
|
|
3446
3446
|
}) : void 0;
|
|
3447
3447
|
if (c.value.type !== l.value.type) {
|
|
3448
3448
|
console.assert(!1, "subtype not match");
|
|
@@ -3457,7 +3457,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3457
3457
|
style: d.value
|
|
3458
3458
|
},
|
|
3459
3459
|
{
|
|
3460
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3460
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3461
3461
|
}
|
|
3462
3462
|
);
|
|
3463
3463
|
if (x === "scene")
|
|
@@ -3467,14 +3467,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3467
3467
|
name: n.name,
|
|
3468
3468
|
position: p.value,
|
|
3469
3469
|
rotation: f.value,
|
|
3470
|
-
scale:
|
|
3470
|
+
scale: g.value
|
|
3471
3471
|
},
|
|
3472
3472
|
{
|
|
3473
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3473
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3474
3474
|
}
|
|
3475
3475
|
);
|
|
3476
3476
|
};
|
|
3477
|
-
return (b, x) => (k(),
|
|
3477
|
+
return (b, x) => (k(), C(I));
|
|
3478
3478
|
}
|
|
3479
3479
|
}), y = {
|
|
3480
3480
|
key: "basic",
|
|
@@ -3538,7 +3538,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3538
3538
|
]
|
|
3539
3539
|
}
|
|
3540
3540
|
]
|
|
3541
|
-
}, Al = O(ee),
|
|
3541
|
+
}, Al = O(ee), Ee = {
|
|
3542
3542
|
key: "border",
|
|
3543
3543
|
name: "x-runtime-lib.border",
|
|
3544
3544
|
children: [
|
|
@@ -3617,7 +3617,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3617
3617
|
defaultArray: []
|
|
3618
3618
|
}
|
|
3619
3619
|
]
|
|
3620
|
-
},
|
|
3620
|
+
}, Ae = {
|
|
3621
3621
|
key: "margin",
|
|
3622
3622
|
name: "x-runtime-lib.margin",
|
|
3623
3623
|
children: [
|
|
@@ -3650,7 +3650,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3650
3650
|
default: ""
|
|
3651
3651
|
}
|
|
3652
3652
|
]
|
|
3653
|
-
},
|
|
3653
|
+
}, Me = {
|
|
3654
3654
|
key: "padding",
|
|
3655
3655
|
name: "x-runtime-lib.padding",
|
|
3656
3656
|
children: [
|
|
@@ -3905,9 +3905,9 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3905
3905
|
defaultArray: []
|
|
3906
3906
|
}
|
|
3907
3907
|
]
|
|
3908
|
-
}, ke = {},
|
|
3908
|
+
}, ke = {}, $ = (t) => {
|
|
3909
3909
|
ke[t.key] = t;
|
|
3910
|
-
},
|
|
3910
|
+
}, Sn = {
|
|
3911
3911
|
key: "settings",
|
|
3912
3912
|
name: "x-runtime-lib.settings",
|
|
3913
3913
|
children: [
|
|
@@ -3959,15 +3959,15 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3959
3959
|
name: "x-runtime-lib.orthographicCamera",
|
|
3960
3960
|
comp: Gi,
|
|
3961
3961
|
properties: {
|
|
3962
|
-
pageScene: [y, Y,
|
|
3963
|
-
compScene: [y, Y,
|
|
3962
|
+
pageScene: [y, Y, Sn],
|
|
3963
|
+
compScene: [y, Y, Sn]
|
|
3964
3964
|
},
|
|
3965
3965
|
events: [],
|
|
3966
3966
|
methods: [],
|
|
3967
3967
|
slots: []
|
|
3968
3968
|
};
|
|
3969
|
-
|
|
3970
|
-
const
|
|
3969
|
+
$(Ml);
|
|
3970
|
+
const $n = {
|
|
3971
3971
|
key: "settings",
|
|
3972
3972
|
name: "x-runtime-lib.settings",
|
|
3973
3973
|
children: [
|
|
@@ -4005,14 +4005,14 @@ const Sn = {
|
|
|
4005
4005
|
name: "x-runtime-lib.perspectiveCamera",
|
|
4006
4006
|
comp: Ui,
|
|
4007
4007
|
properties: {
|
|
4008
|
-
pageScene: [y, Y,
|
|
4009
|
-
compScene: [y, Y,
|
|
4008
|
+
pageScene: [y, Y, $n],
|
|
4009
|
+
compScene: [y, Y, $n]
|
|
4010
4010
|
},
|
|
4011
4011
|
events: [],
|
|
4012
4012
|
methods: [],
|
|
4013
4013
|
slots: []
|
|
4014
4014
|
};
|
|
4015
|
-
|
|
4015
|
+
$(Wl);
|
|
4016
4016
|
const Bl = {
|
|
4017
4017
|
key: "scene_keyboard_controls_v1",
|
|
4018
4018
|
name: "x-runtime-lib.keyboardControls",
|
|
@@ -4026,7 +4026,7 @@ const Bl = {
|
|
|
4026
4026
|
slots: [],
|
|
4027
4027
|
leaf: !0
|
|
4028
4028
|
};
|
|
4029
|
-
|
|
4029
|
+
$(Bl);
|
|
4030
4030
|
const Rl = {
|
|
4031
4031
|
key: "scene_map_controls_v1",
|
|
4032
4032
|
name: "x-runtime-lib.mapControls",
|
|
@@ -4040,7 +4040,7 @@ const Rl = {
|
|
|
4040
4040
|
slots: [],
|
|
4041
4041
|
leaf: !0
|
|
4042
4042
|
};
|
|
4043
|
-
|
|
4043
|
+
$(Rl);
|
|
4044
4044
|
const Kl = {
|
|
4045
4045
|
key: "scene_orbit_controls_v1",
|
|
4046
4046
|
name: "x-runtime-lib.orbitControls",
|
|
@@ -4054,7 +4054,7 @@ const Kl = {
|
|
|
4054
4054
|
slots: [],
|
|
4055
4055
|
leaf: !0
|
|
4056
4056
|
};
|
|
4057
|
-
|
|
4057
|
+
$(Kl);
|
|
4058
4058
|
function Dl(t, n) {
|
|
4059
4059
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4060
4060
|
if (!o) {
|
|
@@ -4205,7 +4205,7 @@ const Cn = {
|
|
|
4205
4205
|
leaf: !0,
|
|
4206
4206
|
spawn: Dl
|
|
4207
4207
|
};
|
|
4208
|
-
|
|
4208
|
+
$(Lt);
|
|
4209
4209
|
function Nl(t, n) {
|
|
4210
4210
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4211
4211
|
if (!o) {
|
|
@@ -4299,7 +4299,7 @@ function Gl(t, n) {
|
|
|
4299
4299
|
}
|
|
4300
4300
|
};
|
|
4301
4301
|
}
|
|
4302
|
-
const
|
|
4302
|
+
const Vn = {
|
|
4303
4303
|
key: "settings",
|
|
4304
4304
|
name: "x-runtime-lib.settings",
|
|
4305
4305
|
children: [
|
|
@@ -4356,8 +4356,8 @@ const $n = {
|
|
|
4356
4356
|
name: "x-runtime-lib.sphereGeometry",
|
|
4357
4357
|
comp: es,
|
|
4358
4358
|
properties: {
|
|
4359
|
-
pageScene: [y,
|
|
4360
|
-
compScene: [y,
|
|
4359
|
+
pageScene: [y, Vn],
|
|
4360
|
+
compScene: [y, Vn]
|
|
4361
4361
|
},
|
|
4362
4362
|
events: [],
|
|
4363
4363
|
methods: [],
|
|
@@ -4365,12 +4365,12 @@ const $n = {
|
|
|
4365
4365
|
leaf: !0,
|
|
4366
4366
|
spawn: Nl
|
|
4367
4367
|
};
|
|
4368
|
-
|
|
4368
|
+
$(zt);
|
|
4369
4369
|
const ht = O(ee);
|
|
4370
4370
|
ht.children[0].default = "custom";
|
|
4371
4371
|
ht.children[2].children[0].default = "0xffffff";
|
|
4372
4372
|
ht.children[2].children[1].default = "0xffffff";
|
|
4373
|
-
const
|
|
4373
|
+
const Pn = {
|
|
4374
4374
|
key: "settings",
|
|
4375
4375
|
name: "x-runtime-lib.settings",
|
|
4376
4376
|
children: [
|
|
@@ -4388,19 +4388,19 @@ const Vn = {
|
|
|
4388
4388
|
name: "x-runtime-lib.ambientLight",
|
|
4389
4389
|
comp: ns,
|
|
4390
4390
|
properties: {
|
|
4391
|
-
pageScene: [y, Y,
|
|
4392
|
-
compScene: [y, Y,
|
|
4391
|
+
pageScene: [y, Y, Pn],
|
|
4392
|
+
compScene: [y, Y, Pn]
|
|
4393
4393
|
},
|
|
4394
4394
|
events: [],
|
|
4395
4395
|
methods: [],
|
|
4396
4396
|
slots: []
|
|
4397
4397
|
};
|
|
4398
|
-
|
|
4398
|
+
$(Hl);
|
|
4399
4399
|
const _t = O(ee);
|
|
4400
4400
|
_t.children[0].default = "custom";
|
|
4401
4401
|
_t.children[2].children[0].default = "0xffffff";
|
|
4402
4402
|
_t.children[2].children[1].default = "0xffffff";
|
|
4403
|
-
const
|
|
4403
|
+
const Ln = {
|
|
4404
4404
|
key: "settings",
|
|
4405
4405
|
name: "x-runtime-lib.settings",
|
|
4406
4406
|
children: [
|
|
@@ -4418,19 +4418,19 @@ const Pn = {
|
|
|
4418
4418
|
name: "x-runtime-lib.directionalLight",
|
|
4419
4419
|
comp: is,
|
|
4420
4420
|
properties: {
|
|
4421
|
-
pageScene: [y, Y,
|
|
4422
|
-
compScene: [y, Y,
|
|
4421
|
+
pageScene: [y, Y, Ln],
|
|
4422
|
+
compScene: [y, Y, Ln]
|
|
4423
4423
|
},
|
|
4424
4424
|
events: [],
|
|
4425
4425
|
methods: [],
|
|
4426
4426
|
slots: []
|
|
4427
4427
|
};
|
|
4428
|
-
|
|
4428
|
+
$(Ul);
|
|
4429
4429
|
const vt = O(ee);
|
|
4430
4430
|
vt.children[0].default = "custom";
|
|
4431
4431
|
vt.children[2].children[0].default = "0xffffff";
|
|
4432
4432
|
vt.children[2].children[1].default = "0xffffff";
|
|
4433
|
-
const
|
|
4433
|
+
const zn = {
|
|
4434
4434
|
key: "settings",
|
|
4435
4435
|
name: "x-runtime-lib.settings",
|
|
4436
4436
|
children: [
|
|
@@ -4462,19 +4462,19 @@ const Ln = {
|
|
|
4462
4462
|
name: "x-runtime-lib.pointLight",
|
|
4463
4463
|
comp: rs,
|
|
4464
4464
|
properties: {
|
|
4465
|
-
pageScene: [y, Y,
|
|
4466
|
-
compScene: [y, Y,
|
|
4465
|
+
pageScene: [y, Y, zn],
|
|
4466
|
+
compScene: [y, Y, zn]
|
|
4467
4467
|
},
|
|
4468
4468
|
events: [],
|
|
4469
4469
|
methods: [],
|
|
4470
4470
|
slots: []
|
|
4471
4471
|
};
|
|
4472
|
-
|
|
4472
|
+
$(Jl);
|
|
4473
4473
|
const xt = O(ee);
|
|
4474
4474
|
xt.children[0].default = "custom";
|
|
4475
4475
|
xt.children[2].children[0].default = "0xffffff";
|
|
4476
4476
|
xt.children[2].children[1].default = "0xffffff";
|
|
4477
|
-
const
|
|
4477
|
+
const Tn = {
|
|
4478
4478
|
key: "settings",
|
|
4479
4479
|
name: "x-runtime-lib.settings",
|
|
4480
4480
|
children: [
|
|
@@ -4523,14 +4523,14 @@ const zn = {
|
|
|
4523
4523
|
name: "x-runtime-lib.spotLight",
|
|
4524
4524
|
comp: as,
|
|
4525
4525
|
properties: {
|
|
4526
|
-
pageScene: [y, Y,
|
|
4527
|
-
compScene: [y, Y,
|
|
4526
|
+
pageScene: [y, Y, Tn],
|
|
4527
|
+
compScene: [y, Y, Tn]
|
|
4528
4528
|
},
|
|
4529
4529
|
events: [],
|
|
4530
4530
|
methods: [],
|
|
4531
4531
|
slots: []
|
|
4532
4532
|
};
|
|
4533
|
-
|
|
4533
|
+
$(ql);
|
|
4534
4534
|
const je = {
|
|
4535
4535
|
key: "scene_mesh_basic_material_v1",
|
|
4536
4536
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
@@ -4544,7 +4544,7 @@ const je = {
|
|
|
4544
4544
|
slots: [],
|
|
4545
4545
|
leaf: !0
|
|
4546
4546
|
};
|
|
4547
|
-
|
|
4547
|
+
$(je);
|
|
4548
4548
|
const Xl = {
|
|
4549
4549
|
key: "scene_group_v1",
|
|
4550
4550
|
name: "x-runtime-lib.group",
|
|
@@ -4557,7 +4557,7 @@ const Xl = {
|
|
|
4557
4557
|
methods: [],
|
|
4558
4558
|
slots: []
|
|
4559
4559
|
};
|
|
4560
|
-
|
|
4560
|
+
$(Xl);
|
|
4561
4561
|
const Ge = {
|
|
4562
4562
|
key: "scene_mesh_v1",
|
|
4563
4563
|
name: "x-runtime-lib.mesh",
|
|
@@ -4570,7 +4570,7 @@ const Ge = {
|
|
|
4570
4570
|
methods: [],
|
|
4571
4571
|
slots: []
|
|
4572
4572
|
};
|
|
4573
|
-
|
|
4573
|
+
$(Ge);
|
|
4574
4574
|
function Yl(t, n) {
|
|
4575
4575
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4576
4576
|
if (!o) {
|
|
@@ -4595,7 +4595,7 @@ function Yl(t, n) {
|
|
|
4595
4595
|
}
|
|
4596
4596
|
};
|
|
4597
4597
|
}
|
|
4598
|
-
const
|
|
4598
|
+
const En = {
|
|
4599
4599
|
key: "series",
|
|
4600
4600
|
name: "x-runtime-lib.series",
|
|
4601
4601
|
children: [
|
|
@@ -4621,13 +4621,13 @@ const Tn = {
|
|
|
4621
4621
|
name: "x-runtime-lib.barChart",
|
|
4622
4622
|
comp: kr,
|
|
4623
4623
|
properties: {
|
|
4624
|
-
pageCommon: [y, X, dt, ft, yt, pt,
|
|
4625
|
-
compCommon: [y, X, dt, ft, yt, pt,
|
|
4624
|
+
pageCommon: [y, X, dt, ft, yt, pt, En],
|
|
4625
|
+
compCommon: [y, X, dt, ft, yt, pt, En]
|
|
4626
4626
|
},
|
|
4627
4627
|
leaf: !0,
|
|
4628
4628
|
spawn: Yl
|
|
4629
4629
|
};
|
|
4630
|
-
|
|
4630
|
+
$(Tt);
|
|
4631
4631
|
function Zl(t, n) {
|
|
4632
4632
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4633
4633
|
if (!o) {
|
|
@@ -4652,7 +4652,7 @@ function Zl(t, n) {
|
|
|
4652
4652
|
}
|
|
4653
4653
|
};
|
|
4654
4654
|
}
|
|
4655
|
-
const
|
|
4655
|
+
const An = {
|
|
4656
4656
|
key: "series",
|
|
4657
4657
|
name: "x-runtime-lib.series",
|
|
4658
4658
|
children: [
|
|
@@ -4678,14 +4678,14 @@ const En = {
|
|
|
4678
4678
|
name: "x-runtime-lib.lineChart",
|
|
4679
4679
|
comp: wr,
|
|
4680
4680
|
properties: {
|
|
4681
|
-
pageCommon: [y, X, dt, ft, yt, pt,
|
|
4682
|
-
compCommon: [y, X, dt, ft, yt, pt,
|
|
4681
|
+
pageCommon: [y, X, dt, ft, yt, pt, An],
|
|
4682
|
+
compCommon: [y, X, dt, ft, yt, pt, An]
|
|
4683
4683
|
},
|
|
4684
4684
|
leaf: !0,
|
|
4685
4685
|
spawn: Zl
|
|
4686
4686
|
};
|
|
4687
|
-
|
|
4688
|
-
const
|
|
4687
|
+
$(Et);
|
|
4688
|
+
const Mn = {
|
|
4689
4689
|
key: "settings",
|
|
4690
4690
|
name: "x-runtime-lib.settings",
|
|
4691
4691
|
children: [
|
|
@@ -4725,11 +4725,11 @@ const An = {
|
|
|
4725
4725
|
name: "x-runtime-lib.badge",
|
|
4726
4726
|
comp: Ir,
|
|
4727
4727
|
properties: {
|
|
4728
|
-
pageCommon: [y,
|
|
4729
|
-
compCommon: [y,
|
|
4728
|
+
pageCommon: [y, Mn],
|
|
4729
|
+
compCommon: [y, Mn]
|
|
4730
4730
|
}
|
|
4731
4731
|
};
|
|
4732
|
-
|
|
4732
|
+
$(Ql);
|
|
4733
4733
|
function ea(t, n) {
|
|
4734
4734
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4735
4735
|
if (!o) {
|
|
@@ -4749,7 +4749,7 @@ function ea(t, n) {
|
|
|
4749
4749
|
}
|
|
4750
4750
|
};
|
|
4751
4751
|
}
|
|
4752
|
-
const ta = O(ee),
|
|
4752
|
+
const ta = O(ee), Wn = {
|
|
4753
4753
|
key: "settings",
|
|
4754
4754
|
name: "x-runtime-lib.settings",
|
|
4755
4755
|
children: [
|
|
@@ -4841,8 +4841,8 @@ const ta = O(ee), Mn = {
|
|
|
4841
4841
|
name: "x-runtime-lib.button",
|
|
4842
4842
|
comp: Sr,
|
|
4843
4843
|
properties: {
|
|
4844
|
-
pageCommon: [y, X,
|
|
4845
|
-
compCommon: [y, X,
|
|
4844
|
+
pageCommon: [y, X, Wn],
|
|
4845
|
+
compCommon: [y, X, Wn]
|
|
4846
4846
|
},
|
|
4847
4847
|
events: [
|
|
4848
4848
|
{
|
|
@@ -4853,7 +4853,7 @@ const ta = O(ee), Mn = {
|
|
|
4853
4853
|
leaf: !0,
|
|
4854
4854
|
spawn: ea
|
|
4855
4855
|
};
|
|
4856
|
-
|
|
4856
|
+
$(At);
|
|
4857
4857
|
const na = {
|
|
4858
4858
|
key: "common_btn_group_v1",
|
|
4859
4859
|
name: "x-runtime-lib.buttonGroup",
|
|
@@ -4863,8 +4863,8 @@ const na = {
|
|
|
4863
4863
|
compCommon: [y]
|
|
4864
4864
|
}
|
|
4865
4865
|
};
|
|
4866
|
-
|
|
4867
|
-
const
|
|
4866
|
+
$(na);
|
|
4867
|
+
const Bn = {
|
|
4868
4868
|
key: "settings",
|
|
4869
4869
|
name: "x-runtime-lib.settings",
|
|
4870
4870
|
children: [
|
|
@@ -4930,11 +4930,11 @@ const Wn = {
|
|
|
4930
4930
|
name: "x-runtime-lib.buttonToggle",
|
|
4931
4931
|
comp: Pr,
|
|
4932
4932
|
properties: {
|
|
4933
|
-
pageCommon: [y,
|
|
4934
|
-
compCommon: [y,
|
|
4933
|
+
pageCommon: [y, Bn],
|
|
4934
|
+
compCommon: [y, Bn]
|
|
4935
4935
|
}
|
|
4936
4936
|
};
|
|
4937
|
-
|
|
4937
|
+
$(oa);
|
|
4938
4938
|
function ia(t, n) {
|
|
4939
4939
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4940
4940
|
if (!o) {
|
|
@@ -4954,7 +4954,7 @@ function ia(t, n) {
|
|
|
4954
4954
|
}
|
|
4955
4955
|
};
|
|
4956
4956
|
}
|
|
4957
|
-
const
|
|
4957
|
+
const Rn = {
|
|
4958
4958
|
key: "settings",
|
|
4959
4959
|
name: "x-runtime-lib.settings",
|
|
4960
4960
|
children: [
|
|
@@ -5014,13 +5014,13 @@ const Bn = {
|
|
|
5014
5014
|
name: "x-runtime-lib.card",
|
|
5015
5015
|
comp: Lr,
|
|
5016
5016
|
properties: {
|
|
5017
|
-
pageCommon: [y, X,
|
|
5018
|
-
compCommon: [y, X,
|
|
5017
|
+
pageCommon: [y, X, Rn],
|
|
5018
|
+
compCommon: [y, X, Rn]
|
|
5019
5019
|
},
|
|
5020
5020
|
spawn: ia
|
|
5021
5021
|
};
|
|
5022
|
-
|
|
5023
|
-
const
|
|
5022
|
+
$(He);
|
|
5023
|
+
const Kn = {
|
|
5024
5024
|
key: "settings",
|
|
5025
5025
|
name: "x-runtime-lib.settings",
|
|
5026
5026
|
children: [
|
|
@@ -5042,13 +5042,13 @@ const Rn = {
|
|
|
5042
5042
|
name: "x-runtime-lib.checkbox",
|
|
5043
5043
|
comp: zr,
|
|
5044
5044
|
properties: {
|
|
5045
|
-
pageCommon: [y,
|
|
5046
|
-
compCommon: [y,
|
|
5045
|
+
pageCommon: [y, Kn],
|
|
5046
|
+
compCommon: [y, Kn]
|
|
5047
5047
|
},
|
|
5048
5048
|
leaf: !0
|
|
5049
5049
|
};
|
|
5050
|
-
|
|
5051
|
-
const ra = O(ee),
|
|
5050
|
+
$(sa);
|
|
5051
|
+
const ra = O(ee), Dn = {
|
|
5052
5052
|
key: "settings",
|
|
5053
5053
|
name: "x-runtime-lib.settings",
|
|
5054
5054
|
children: [
|
|
@@ -5128,12 +5128,12 @@ const ra = O(ee), Kn = {
|
|
|
5128
5128
|
name: "x-runtime-lib.chip",
|
|
5129
5129
|
comp: Tr,
|
|
5130
5130
|
properties: {
|
|
5131
|
-
pageCommon: [y,
|
|
5132
|
-
compCommon: [y,
|
|
5131
|
+
pageCommon: [y, Dn],
|
|
5132
|
+
compCommon: [y, Dn]
|
|
5133
5133
|
},
|
|
5134
5134
|
leaf: !0
|
|
5135
5135
|
};
|
|
5136
|
-
|
|
5136
|
+
$(Mt);
|
|
5137
5137
|
function la(t, n) {
|
|
5138
5138
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5139
5139
|
if (!o) {
|
|
@@ -5147,7 +5147,7 @@ function la(t, n) {
|
|
|
5147
5147
|
}
|
|
5148
5148
|
const i = A();
|
|
5149
5149
|
W(i, s), i.basic.id = E(16), i.basic.key = Wt.key;
|
|
5150
|
-
const l =
|
|
5150
|
+
const l = Te(t, n, "chip1", "chip 1"), c = Te(t, n, "chip2", "chip 2"), u = Te(t, n, "chip3", "chip 3"), m = Te(t, n, "chip4", "chip 4"), d = Te(t, n, "chip5", "chip 5"), p = Te(t, n, "chip6", "chip 6");
|
|
5151
5151
|
return {
|
|
5152
5152
|
nodeLite: M(i, [
|
|
5153
5153
|
l.nodeLite,
|
|
@@ -5168,7 +5168,7 @@ function la(t, n) {
|
|
|
5168
5168
|
}
|
|
5169
5169
|
};
|
|
5170
5170
|
}
|
|
5171
|
-
function
|
|
5171
|
+
function Te(t, n, e, o) {
|
|
5172
5172
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
5173
5173
|
if (!i) {
|
|
5174
5174
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
@@ -5187,7 +5187,7 @@ function ze(t, n, e, o) {
|
|
|
5187
5187
|
}
|
|
5188
5188
|
};
|
|
5189
5189
|
}
|
|
5190
|
-
const
|
|
5190
|
+
const On = {
|
|
5191
5191
|
key: "settings",
|
|
5192
5192
|
name: "x-runtime-lib.settings",
|
|
5193
5193
|
children: [
|
|
@@ -5246,12 +5246,12 @@ const Dn = {
|
|
|
5246
5246
|
name: "x-runtime-lib.chipGroup",
|
|
5247
5247
|
comp: Er,
|
|
5248
5248
|
properties: {
|
|
5249
|
-
pageCommon: [y,
|
|
5250
|
-
compCommon: [y,
|
|
5249
|
+
pageCommon: [y, On],
|
|
5250
|
+
compCommon: [y, On]
|
|
5251
5251
|
},
|
|
5252
5252
|
spawn: la
|
|
5253
5253
|
};
|
|
5254
|
-
|
|
5254
|
+
$(Wt);
|
|
5255
5255
|
const aa = {
|
|
5256
5256
|
key: "common_color_picker_v1",
|
|
5257
5257
|
name: "x-runtime-lib.colorPicker",
|
|
@@ -5262,8 +5262,8 @@ const aa = {
|
|
|
5262
5262
|
},
|
|
5263
5263
|
leaf: !0
|
|
5264
5264
|
};
|
|
5265
|
-
|
|
5266
|
-
const
|
|
5265
|
+
$(aa);
|
|
5266
|
+
const Fn = {
|
|
5267
5267
|
key: "settings",
|
|
5268
5268
|
name: "x-runtime-lib.settings",
|
|
5269
5269
|
children: [
|
|
@@ -5309,26 +5309,26 @@ const On = {
|
|
|
5309
5309
|
name: "x-runtime-lib.combobox",
|
|
5310
5310
|
comp: Mr,
|
|
5311
5311
|
properties: {
|
|
5312
|
-
pageCommon: [y,
|
|
5313
|
-
compCommon: [y,
|
|
5312
|
+
pageCommon: [y, Fn],
|
|
5313
|
+
compCommon: [y, Fn]
|
|
5314
5314
|
},
|
|
5315
5315
|
leaf: !0
|
|
5316
5316
|
};
|
|
5317
|
-
|
|
5318
|
-
const
|
|
5319
|
-
|
|
5320
|
-
|
|
5321
|
-
const
|
|
5317
|
+
$(ca);
|
|
5318
|
+
const dn = O(ee);
|
|
5319
|
+
dn.key = "backgroundColor";
|
|
5320
|
+
dn.name = "x-runtime-lib.backgroundColor";
|
|
5321
|
+
const Nn = {
|
|
5322
5322
|
key: "settings",
|
|
5323
5323
|
name: "x-runtime-lib.settings",
|
|
5324
|
-
children: [
|
|
5324
|
+
children: [dn]
|
|
5325
5325
|
}, Bt = {
|
|
5326
5326
|
key: "common_container_v1",
|
|
5327
5327
|
name: "x-runtime-lib.container",
|
|
5328
5328
|
comp: Wr,
|
|
5329
5329
|
properties: {
|
|
5330
|
-
pageCommon: [y, X,
|
|
5331
|
-
compCommon: [y, X,
|
|
5330
|
+
pageCommon: [y, X, Ee, Ae, Me, Nn],
|
|
5331
|
+
compCommon: [y, X, Ee, Ae, Me, Nn]
|
|
5332
5332
|
},
|
|
5333
5333
|
events: [
|
|
5334
5334
|
{
|
|
@@ -5337,8 +5337,8 @@ const Fn = {
|
|
|
5337
5337
|
}
|
|
5338
5338
|
]
|
|
5339
5339
|
};
|
|
5340
|
-
|
|
5341
|
-
const
|
|
5340
|
+
$(Bt);
|
|
5341
|
+
const jn = {
|
|
5342
5342
|
key: "size",
|
|
5343
5343
|
name: "x-runtime-lib.size",
|
|
5344
5344
|
children: [
|
|
@@ -5357,7 +5357,7 @@ const Nn = {
|
|
|
5357
5357
|
default: ""
|
|
5358
5358
|
}
|
|
5359
5359
|
]
|
|
5360
|
-
},
|
|
5360
|
+
}, Gn = {
|
|
5361
5361
|
key: "settings",
|
|
5362
5362
|
name: "x-runtime-lib.settings",
|
|
5363
5363
|
children: [
|
|
@@ -5465,7 +5465,7 @@ const Nn = {
|
|
|
5465
5465
|
default: !1
|
|
5466
5466
|
}
|
|
5467
5467
|
]
|
|
5468
|
-
},
|
|
5468
|
+
}, Hn = {
|
|
5469
5469
|
key: "slots",
|
|
5470
5470
|
name: "x-runtime-lib.slots",
|
|
5471
5471
|
children: [
|
|
@@ -5495,12 +5495,12 @@ const Nn = {
|
|
|
5495
5495
|
name: "x-runtime-lib.dataTable",
|
|
5496
5496
|
comp: Rr,
|
|
5497
5497
|
properties: {
|
|
5498
|
-
pageCommon: [y,
|
|
5499
|
-
compCommon: [y,
|
|
5498
|
+
pageCommon: [y, jn, Gn, Hn],
|
|
5499
|
+
compCommon: [y, jn, Gn, Hn]
|
|
5500
5500
|
},
|
|
5501
5501
|
leaf: !0
|
|
5502
5502
|
};
|
|
5503
|
-
|
|
5503
|
+
$(ua);
|
|
5504
5504
|
const ma = {
|
|
5505
5505
|
key: "common_date_picker_v1",
|
|
5506
5506
|
name: "x-runtime-lib.datePicker",
|
|
@@ -5511,7 +5511,7 @@ const ma = {
|
|
|
5511
5511
|
},
|
|
5512
5512
|
leaf: !0
|
|
5513
5513
|
};
|
|
5514
|
-
|
|
5514
|
+
$(ma);
|
|
5515
5515
|
const pa = {
|
|
5516
5516
|
key: "common_dialog_v1",
|
|
5517
5517
|
name: "x-runtime-lib.dialog",
|
|
@@ -5532,21 +5532,21 @@ const pa = {
|
|
|
5532
5532
|
],
|
|
5533
5533
|
teleport: !0
|
|
5534
5534
|
};
|
|
5535
|
-
|
|
5536
|
-
const
|
|
5535
|
+
$(pa);
|
|
5536
|
+
const Un = {
|
|
5537
5537
|
key: "settings",
|
|
5538
5538
|
name: "x-runtime-lib.settings",
|
|
5539
5539
|
children: []
|
|
5540
|
-
},
|
|
5540
|
+
}, Cu = {
|
|
5541
5541
|
key: "common_file_input_v1",
|
|
5542
5542
|
name: "x-runtime-lib.fileInput",
|
|
5543
5543
|
comp: Fr,
|
|
5544
5544
|
properties: {
|
|
5545
|
-
pageCommon: [y,
|
|
5546
|
-
compCommon: [y,
|
|
5545
|
+
pageCommon: [y, Un],
|
|
5546
|
+
compCommon: [y, Un]
|
|
5547
5547
|
},
|
|
5548
5548
|
leaf: !0
|
|
5549
|
-
},
|
|
5549
|
+
}, Jn = {
|
|
5550
5550
|
key: "settings",
|
|
5551
5551
|
name: "x-runtime-lib.settings",
|
|
5552
5552
|
children: [
|
|
@@ -5568,11 +5568,11 @@ const Hn = {
|
|
|
5568
5568
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5569
5569
|
comp: jr,
|
|
5570
5570
|
properties: {
|
|
5571
|
-
pageCommon: [y, X,
|
|
5572
|
-
compCommon: [y, X,
|
|
5571
|
+
pageCommon: [y, X, Jn],
|
|
5572
|
+
compCommon: [y, X, Jn]
|
|
5573
5573
|
}
|
|
5574
5574
|
};
|
|
5575
|
-
|
|
5575
|
+
$(Rt);
|
|
5576
5576
|
function da(t, n) {
|
|
5577
5577
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5578
5578
|
if (!o) {
|
|
@@ -5671,10 +5671,10 @@ function Kt(t, n, e, o, s, i, l, c, u) {
|
|
|
5671
5671
|
}
|
|
5672
5672
|
};
|
|
5673
5673
|
}
|
|
5674
|
-
const
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
const
|
|
5674
|
+
const fn = O(ee);
|
|
5675
|
+
fn.key = "backgroundColor";
|
|
5676
|
+
fn.name = "x-runtime-lib.backgroundColor";
|
|
5677
|
+
const qn = {
|
|
5678
5678
|
key: "settings",
|
|
5679
5679
|
name: "x-runtime-lib.settings",
|
|
5680
5680
|
children: [
|
|
@@ -5842,15 +5842,15 @@ const Jn = {
|
|
|
5842
5842
|
}
|
|
5843
5843
|
]
|
|
5844
5844
|
},
|
|
5845
|
-
|
|
5845
|
+
fn
|
|
5846
5846
|
]
|
|
5847
5847
|
}, Ue = {
|
|
5848
5848
|
key: "common_flex_layout_v1",
|
|
5849
5849
|
name: "x-runtime-lib.flexLayout",
|
|
5850
5850
|
comp: Nr,
|
|
5851
5851
|
properties: {
|
|
5852
|
-
pageCommon: [y, X,
|
|
5853
|
-
compCommon: [y, X,
|
|
5852
|
+
pageCommon: [y, X, Ee, Ae, Me, qn],
|
|
5853
|
+
compCommon: [y, X, Ee, Ae, Me, qn]
|
|
5854
5854
|
},
|
|
5855
5855
|
events: [
|
|
5856
5856
|
{
|
|
@@ -5860,8 +5860,8 @@ const Jn = {
|
|
|
5860
5860
|
],
|
|
5861
5861
|
spawn: da
|
|
5862
5862
|
};
|
|
5863
|
-
|
|
5864
|
-
const
|
|
5863
|
+
$(Ue);
|
|
5864
|
+
const Xn = {
|
|
5865
5865
|
key: "settings",
|
|
5866
5866
|
name: "x-runtime-lib.settings",
|
|
5867
5867
|
children: [
|
|
@@ -5982,7 +5982,7 @@ const qn = {
|
|
|
5982
5982
|
default: ""
|
|
5983
5983
|
}
|
|
5984
5984
|
]
|
|
5985
|
-
},
|
|
5985
|
+
}, Yn = {
|
|
5986
5986
|
key: "slots",
|
|
5987
5987
|
name: "x-runtime-lib.slots",
|
|
5988
5988
|
children: [
|
|
@@ -6016,8 +6016,8 @@ const qn = {
|
|
|
6016
6016
|
name: "x-runtime-lib.textField",
|
|
6017
6017
|
comp: gl,
|
|
6018
6018
|
properties: {
|
|
6019
|
-
pageCommon: [y,
|
|
6020
|
-
compCommon: [y,
|
|
6019
|
+
pageCommon: [y, Xn, Yn],
|
|
6020
|
+
compCommon: [y, Xn, Yn]
|
|
6021
6021
|
},
|
|
6022
6022
|
events: [],
|
|
6023
6023
|
methods: [],
|
|
@@ -6041,7 +6041,7 @@ const qn = {
|
|
|
6041
6041
|
],
|
|
6042
6042
|
leaf: !0
|
|
6043
6043
|
};
|
|
6044
|
-
|
|
6044
|
+
$(Dt);
|
|
6045
6045
|
function ya(t, n) {
|
|
6046
6046
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6047
6047
|
if (!o) {
|
|
@@ -6083,7 +6083,7 @@ function ba(t, n) {
|
|
|
6083
6083
|
}
|
|
6084
6084
|
};
|
|
6085
6085
|
}
|
|
6086
|
-
const
|
|
6086
|
+
const Zn = {
|
|
6087
6087
|
key: "settings",
|
|
6088
6088
|
name: "x-runtime-lib.settings",
|
|
6089
6089
|
children: [
|
|
@@ -6106,8 +6106,8 @@ const Yn = {
|
|
|
6106
6106
|
name: "x-runtime-lib.form",
|
|
6107
6107
|
comp: Gr,
|
|
6108
6108
|
properties: {
|
|
6109
|
-
pageCommon: [y, X,
|
|
6110
|
-
compCommon: [y, X,
|
|
6109
|
+
pageCommon: [y, X, Ee, Ae, Me, Zn],
|
|
6110
|
+
compCommon: [y, X, Ee, Ae, Me, Zn]
|
|
6111
6111
|
},
|
|
6112
6112
|
events: [
|
|
6113
6113
|
{
|
|
@@ -6117,8 +6117,8 @@ const Yn = {
|
|
|
6117
6117
|
],
|
|
6118
6118
|
spawn: ya
|
|
6119
6119
|
};
|
|
6120
|
-
|
|
6121
|
-
const ga = O(ee),
|
|
6120
|
+
$(Ot);
|
|
6121
|
+
const ga = O(ee), Qn = {
|
|
6122
6122
|
key: "settings",
|
|
6123
6123
|
name: "x-runtime-lib.settings",
|
|
6124
6124
|
children: [
|
|
@@ -6148,12 +6148,12 @@ const ga = O(ee), Zn = {
|
|
|
6148
6148
|
name: "x-runtime-lib.icon",
|
|
6149
6149
|
comp: Hr,
|
|
6150
6150
|
properties: {
|
|
6151
|
-
pageCommon: [y,
|
|
6152
|
-
compCommon: [y,
|
|
6151
|
+
pageCommon: [y, Qn],
|
|
6152
|
+
compCommon: [y, Qn]
|
|
6153
6153
|
},
|
|
6154
6154
|
leaf: !0
|
|
6155
6155
|
};
|
|
6156
|
-
|
|
6156
|
+
$(ha);
|
|
6157
6157
|
const _a = {
|
|
6158
6158
|
key: "common_menu_v1",
|
|
6159
6159
|
name: "x-runtime-lib.menu",
|
|
@@ -6174,7 +6174,7 @@ const _a = {
|
|
|
6174
6174
|
],
|
|
6175
6175
|
teleport: !0
|
|
6176
6176
|
};
|
|
6177
|
-
|
|
6177
|
+
$(_a);
|
|
6178
6178
|
function va(t, n) {
|
|
6179
6179
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6180
6180
|
if (!o) {
|
|
@@ -6194,7 +6194,7 @@ function va(t, n) {
|
|
|
6194
6194
|
}
|
|
6195
6195
|
};
|
|
6196
6196
|
}
|
|
6197
|
-
const
|
|
6197
|
+
const eo = {
|
|
6198
6198
|
key: "size",
|
|
6199
6199
|
name: "x-runtime-lib.size",
|
|
6200
6200
|
children: [
|
|
@@ -6220,7 +6220,7 @@ const Qn = {
|
|
|
6220
6220
|
default: ""
|
|
6221
6221
|
}
|
|
6222
6222
|
]
|
|
6223
|
-
},
|
|
6223
|
+
}, to = {
|
|
6224
6224
|
key: "settings",
|
|
6225
6225
|
name: "x-runtime-lib.settings",
|
|
6226
6226
|
children: [
|
|
@@ -6366,8 +6366,8 @@ const Qn = {
|
|
|
6366
6366
|
name: "x-runtime-lib.numberInput",
|
|
6367
6367
|
comp: qr,
|
|
6368
6368
|
properties: {
|
|
6369
|
-
pageCommon: [y,
|
|
6370
|
-
compCommon: [y,
|
|
6369
|
+
pageCommon: [y, eo, to],
|
|
6370
|
+
compCommon: [y, eo, to]
|
|
6371
6371
|
},
|
|
6372
6372
|
events: [
|
|
6373
6373
|
{
|
|
@@ -6394,8 +6394,8 @@ const Qn = {
|
|
|
6394
6394
|
leaf: !0,
|
|
6395
6395
|
spawn: va
|
|
6396
6396
|
};
|
|
6397
|
-
|
|
6398
|
-
const
|
|
6397
|
+
$(Ft);
|
|
6398
|
+
const no = {
|
|
6399
6399
|
key: "settings",
|
|
6400
6400
|
name: "x-runtime-lib.settings",
|
|
6401
6401
|
children: [
|
|
@@ -6463,13 +6463,13 @@ const to = {
|
|
|
6463
6463
|
name: "x-runtime-lib.pagination",
|
|
6464
6464
|
comp: Xr,
|
|
6465
6465
|
properties: {
|
|
6466
|
-
pageCommon: [y,
|
|
6467
|
-
compCommon: [y,
|
|
6466
|
+
pageCommon: [y, no],
|
|
6467
|
+
compCommon: [y, no]
|
|
6468
6468
|
},
|
|
6469
6469
|
leaf: !0
|
|
6470
6470
|
};
|
|
6471
|
-
|
|
6472
|
-
const ka = O(ee),
|
|
6471
|
+
$(xa);
|
|
6472
|
+
const ka = O(ee), oo = {
|
|
6473
6473
|
key: "settings",
|
|
6474
6474
|
name: "x-runtime-lib.settings",
|
|
6475
6475
|
children: [
|
|
@@ -6511,12 +6511,12 @@ const ka = O(ee), no = {
|
|
|
6511
6511
|
name: "x-runtime-lib.radio",
|
|
6512
6512
|
comp: Yr,
|
|
6513
6513
|
properties: {
|
|
6514
|
-
pageCommon: [y,
|
|
6515
|
-
compCommon: [y,
|
|
6514
|
+
pageCommon: [y, oo],
|
|
6515
|
+
compCommon: [y, oo]
|
|
6516
6516
|
},
|
|
6517
6517
|
leaf: !0
|
|
6518
6518
|
};
|
|
6519
|
-
|
|
6519
|
+
$(Nt);
|
|
6520
6520
|
function wa(t, n) {
|
|
6521
6521
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6522
6522
|
if (!o) {
|
|
@@ -6566,7 +6566,7 @@ function It(t, n, e, o) {
|
|
|
6566
6566
|
}
|
|
6567
6567
|
};
|
|
6568
6568
|
}
|
|
6569
|
-
const
|
|
6569
|
+
const io = {
|
|
6570
6570
|
key: "settings",
|
|
6571
6571
|
name: "x-runtime-lib.settings",
|
|
6572
6572
|
children: [
|
|
@@ -6614,13 +6614,13 @@ const oo = {
|
|
|
6614
6614
|
name: "x-runtime-lib.radioGroup",
|
|
6615
6615
|
comp: Zr,
|
|
6616
6616
|
properties: {
|
|
6617
|
-
pageCommon: [y,
|
|
6618
|
-
compCommon: [y,
|
|
6617
|
+
pageCommon: [y, io],
|
|
6618
|
+
compCommon: [y, io]
|
|
6619
6619
|
},
|
|
6620
6620
|
spawn: wa
|
|
6621
6621
|
};
|
|
6622
|
-
|
|
6623
|
-
const
|
|
6622
|
+
$(jt);
|
|
6623
|
+
const so = {
|
|
6624
6624
|
key: "settings",
|
|
6625
6625
|
name: "x-runtime-lib.settings",
|
|
6626
6626
|
children: [
|
|
@@ -6742,13 +6742,13 @@ const io = {
|
|
|
6742
6742
|
name: "x-runtime-lib.rangeSlider",
|
|
6743
6743
|
comp: Qr,
|
|
6744
6744
|
properties: {
|
|
6745
|
-
pageCommon: [y,
|
|
6746
|
-
compCommon: [y,
|
|
6745
|
+
pageCommon: [y, so],
|
|
6746
|
+
compCommon: [y, so]
|
|
6747
6747
|
},
|
|
6748
6748
|
leaf: !0
|
|
6749
6749
|
};
|
|
6750
|
-
|
|
6751
|
-
const
|
|
6750
|
+
$(Ia);
|
|
6751
|
+
const ro = {
|
|
6752
6752
|
key: "settings",
|
|
6753
6753
|
name: "x-runtime-lib.settings",
|
|
6754
6754
|
children: [
|
|
@@ -6808,13 +6808,13 @@ const so = {
|
|
|
6808
6808
|
name: "x-runtime-lib.rating",
|
|
6809
6809
|
comp: el,
|
|
6810
6810
|
properties: {
|
|
6811
|
-
pageCommon: [y,
|
|
6812
|
-
compCommon: [y,
|
|
6811
|
+
pageCommon: [y, ro],
|
|
6812
|
+
compCommon: [y, ro]
|
|
6813
6813
|
},
|
|
6814
6814
|
leaf: !0
|
|
6815
6815
|
};
|
|
6816
|
-
|
|
6817
|
-
const
|
|
6816
|
+
$(Sa);
|
|
6817
|
+
const lo = {
|
|
6818
6818
|
key: "settings",
|
|
6819
6819
|
name: "x-runtime-lib.settings",
|
|
6820
6820
|
children: [
|
|
@@ -6855,27 +6855,27 @@ const ro = {
|
|
|
6855
6855
|
default: !1
|
|
6856
6856
|
}
|
|
6857
6857
|
]
|
|
6858
|
-
},
|
|
6858
|
+
}, $a = {
|
|
6859
6859
|
key: "common_select_v1",
|
|
6860
6860
|
name: "x-runtime-lib.select",
|
|
6861
6861
|
comp: tl,
|
|
6862
6862
|
properties: {
|
|
6863
|
-
pageCommon: [y,
|
|
6864
|
-
compCommon: [y,
|
|
6863
|
+
pageCommon: [y, lo],
|
|
6864
|
+
compCommon: [y, lo]
|
|
6865
6865
|
},
|
|
6866
6866
|
leaf: !0
|
|
6867
6867
|
};
|
|
6868
|
-
|
|
6869
|
-
const fn = O(ee);
|
|
6870
|
-
fn.key = "color";
|
|
6871
|
-
fn.name = "x-runtime-lib.color";
|
|
6868
|
+
$($a);
|
|
6872
6869
|
const yn = O(ee);
|
|
6873
|
-
yn.key = "
|
|
6874
|
-
yn.name = "x-runtime-lib.
|
|
6870
|
+
yn.key = "color";
|
|
6871
|
+
yn.name = "x-runtime-lib.color";
|
|
6875
6872
|
const bn = O(ee);
|
|
6876
|
-
bn.key = "
|
|
6877
|
-
bn.name = "x-runtime-lib.
|
|
6878
|
-
const
|
|
6873
|
+
bn.key = "trackColor";
|
|
6874
|
+
bn.name = "x-runtime-lib.trackColor";
|
|
6875
|
+
const gn = O(ee);
|
|
6876
|
+
gn.key = "thumbColor";
|
|
6877
|
+
gn.name = "x-runtime-lib.thumbColor";
|
|
6878
|
+
const ao = {
|
|
6879
6879
|
key: "settings",
|
|
6880
6880
|
name: "x-runtime-lib.settings",
|
|
6881
6881
|
children: [
|
|
@@ -6980,11 +6980,11 @@ const lo = {
|
|
|
6980
6980
|
ui: "switch",
|
|
6981
6981
|
default: !1
|
|
6982
6982
|
},
|
|
6983
|
-
fn,
|
|
6984
6983
|
yn,
|
|
6985
|
-
bn
|
|
6984
|
+
bn,
|
|
6985
|
+
gn
|
|
6986
6986
|
]
|
|
6987
|
-
},
|
|
6987
|
+
}, co = {
|
|
6988
6988
|
key: "slots",
|
|
6989
6989
|
name: "x-runtime-lib.slots",
|
|
6990
6990
|
children: [
|
|
@@ -7001,17 +7001,17 @@ const lo = {
|
|
|
7001
7001
|
default: void 0
|
|
7002
7002
|
}
|
|
7003
7003
|
]
|
|
7004
|
-
},
|
|
7004
|
+
}, Ca = {
|
|
7005
7005
|
key: "common_slider_v1",
|
|
7006
7006
|
name: "x-runtime-lib.slider",
|
|
7007
7007
|
comp: nl,
|
|
7008
7008
|
properties: {
|
|
7009
|
-
pageCommon: [y,
|
|
7010
|
-
compCommon: [y,
|
|
7009
|
+
pageCommon: [y, ao, co],
|
|
7010
|
+
compCommon: [y, ao, co]
|
|
7011
7011
|
},
|
|
7012
7012
|
leaf: !0
|
|
7013
7013
|
};
|
|
7014
|
-
|
|
7014
|
+
$(Ca);
|
|
7015
7015
|
const Gt = {
|
|
7016
7016
|
key: "common_stepper_header_v1",
|
|
7017
7017
|
name: "x-runtime-lib.stepperHeader",
|
|
@@ -7021,8 +7021,8 @@ const Gt = {
|
|
|
7021
7021
|
compCommon: [y]
|
|
7022
7022
|
}
|
|
7023
7023
|
};
|
|
7024
|
-
|
|
7025
|
-
const
|
|
7024
|
+
$(Gt);
|
|
7025
|
+
const uo = {
|
|
7026
7026
|
key: "settings",
|
|
7027
7027
|
name: "x-runtime-lib.settings",
|
|
7028
7028
|
children: [
|
|
@@ -7038,11 +7038,11 @@ const co = {
|
|
|
7038
7038
|
name: "x-runtime-lib.stepperItem",
|
|
7039
7039
|
comp: ll,
|
|
7040
7040
|
properties: {
|
|
7041
|
-
pageCommon: [y,
|
|
7042
|
-
compCommon: [y,
|
|
7041
|
+
pageCommon: [y, uo],
|
|
7042
|
+
compCommon: [y, uo]
|
|
7043
7043
|
}
|
|
7044
7044
|
};
|
|
7045
|
-
|
|
7045
|
+
$(Ht);
|
|
7046
7046
|
const Ut = {
|
|
7047
7047
|
key: "common_stepper_window_v1",
|
|
7048
7048
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -7052,8 +7052,8 @@ const Ut = {
|
|
|
7052
7052
|
compCommon: [y]
|
|
7053
7053
|
}
|
|
7054
7054
|
};
|
|
7055
|
-
|
|
7056
|
-
const
|
|
7055
|
+
$(Ut);
|
|
7056
|
+
const mo = {
|
|
7057
7057
|
key: "settings",
|
|
7058
7058
|
name: "x-runtime-lib.settings",
|
|
7059
7059
|
children: [
|
|
@@ -7069,11 +7069,11 @@ const uo = {
|
|
|
7069
7069
|
name: "x-runtime-lib.stepperWindowItem",
|
|
7070
7070
|
comp: ml,
|
|
7071
7071
|
properties: {
|
|
7072
|
-
pageCommon: [y,
|
|
7073
|
-
compCommon: [y,
|
|
7072
|
+
pageCommon: [y, mo],
|
|
7073
|
+
compCommon: [y, mo]
|
|
7074
7074
|
}
|
|
7075
7075
|
};
|
|
7076
|
-
|
|
7076
|
+
$(Jt);
|
|
7077
7077
|
function Va(t, n) {
|
|
7078
7078
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7079
7079
|
if (!o) {
|
|
@@ -7153,7 +7153,7 @@ function La(t, n) {
|
|
|
7153
7153
|
}
|
|
7154
7154
|
const i = A();
|
|
7155
7155
|
W(i, s), i.basic.id = E(16), i.basic.key = Ut.key;
|
|
7156
|
-
const l =
|
|
7156
|
+
const l = $t(t, n, "step1", "step 1"), c = $t(t, n, "step2", "step 2"), u = $t(t, n, "step3", "step 3");
|
|
7157
7157
|
return {
|
|
7158
7158
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7159
7159
|
nodes: {
|
|
@@ -7164,7 +7164,7 @@ function La(t, n) {
|
|
|
7164
7164
|
}
|
|
7165
7165
|
};
|
|
7166
7166
|
}
|
|
7167
|
-
function
|
|
7167
|
+
function $t(t, n, e, o) {
|
|
7168
7168
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
7169
7169
|
if (!i) {
|
|
7170
7170
|
console.error(
|
|
@@ -7209,7 +7209,7 @@ function za(t, n, e) {
|
|
|
7209
7209
|
}
|
|
7210
7210
|
};
|
|
7211
7211
|
}
|
|
7212
|
-
const
|
|
7212
|
+
const po = {
|
|
7213
7213
|
key: "settings",
|
|
7214
7214
|
name: "x-runtime-lib.settings",
|
|
7215
7215
|
children: [
|
|
@@ -7231,12 +7231,12 @@ const mo = {
|
|
|
7231
7231
|
name: "x-runtime-lib.stepper",
|
|
7232
7232
|
comp: ol,
|
|
7233
7233
|
properties: {
|
|
7234
|
-
pageCommon: [y,
|
|
7235
|
-
compCommon: [y,
|
|
7234
|
+
pageCommon: [y, po],
|
|
7235
|
+
compCommon: [y, po]
|
|
7236
7236
|
},
|
|
7237
7237
|
spawn: Va
|
|
7238
7238
|
};
|
|
7239
|
-
|
|
7239
|
+
$(qt);
|
|
7240
7240
|
const Ta = {
|
|
7241
7241
|
key: "common_switch_v1",
|
|
7242
7242
|
name: "x-runtime-lib.switch",
|
|
@@ -7247,8 +7247,8 @@ const Ta = {
|
|
|
7247
7247
|
},
|
|
7248
7248
|
leaf: !0
|
|
7249
7249
|
};
|
|
7250
|
-
|
|
7251
|
-
const
|
|
7250
|
+
$(Ta);
|
|
7251
|
+
const fo = {
|
|
7252
7252
|
key: "settings",
|
|
7253
7253
|
name: "x-runtime-lib.settings",
|
|
7254
7254
|
children: [
|
|
@@ -7270,12 +7270,12 @@ const po = {
|
|
|
7270
7270
|
name: "x-runtime-lib.tab",
|
|
7271
7271
|
comp: dl,
|
|
7272
7272
|
properties: {
|
|
7273
|
-
pageCommon: [y,
|
|
7274
|
-
compCommon: [y,
|
|
7273
|
+
pageCommon: [y, fo],
|
|
7274
|
+
compCommon: [y, fo]
|
|
7275
7275
|
},
|
|
7276
7276
|
leaf: !0
|
|
7277
7277
|
};
|
|
7278
|
-
|
|
7278
|
+
$(Xt);
|
|
7279
7279
|
function Ea(t, n) {
|
|
7280
7280
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7281
7281
|
if (!o) {
|
|
@@ -7289,7 +7289,7 @@ function Ea(t, n) {
|
|
|
7289
7289
|
}
|
|
7290
7290
|
const i = A();
|
|
7291
7291
|
W(i, s), i.basic.id = E(16), i.basic.key = Yt.key;
|
|
7292
|
-
const l =
|
|
7292
|
+
const l = Ct(t, n, "tab1", "tab 1"), c = Ct(t, n, "tab2", "tab 2"), u = Ct(t, n, "tab3", "tab 3");
|
|
7293
7293
|
return {
|
|
7294
7294
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7295
7295
|
nodes: {
|
|
@@ -7300,7 +7300,7 @@ function Ea(t, n) {
|
|
|
7300
7300
|
}
|
|
7301
7301
|
};
|
|
7302
7302
|
}
|
|
7303
|
-
function
|
|
7303
|
+
function Ct(t, n, e, o) {
|
|
7304
7304
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
7305
7305
|
if (!i) {
|
|
7306
7306
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
@@ -7319,16 +7319,16 @@ function $t(t, n, e, o) {
|
|
|
7319
7319
|
}
|
|
7320
7320
|
};
|
|
7321
7321
|
}
|
|
7322
|
-
const gn = O(ee);
|
|
7323
|
-
gn.key = "backgroundColor";
|
|
7324
|
-
gn.name = "x-runtime-lib.backgroundColor";
|
|
7325
7322
|
const hn = O(ee);
|
|
7326
|
-
hn.key = "
|
|
7327
|
-
hn.name = "x-runtime-lib.
|
|
7323
|
+
hn.key = "backgroundColor";
|
|
7324
|
+
hn.name = "x-runtime-lib.backgroundColor";
|
|
7328
7325
|
const _n = O(ee);
|
|
7329
|
-
_n.key = "
|
|
7330
|
-
_n.name = "x-runtime-lib.
|
|
7331
|
-
const
|
|
7326
|
+
_n.key = "selectedColor";
|
|
7327
|
+
_n.name = "x-runtime-lib.selectedColor";
|
|
7328
|
+
const vn = O(ee);
|
|
7329
|
+
vn.key = "sliderColor";
|
|
7330
|
+
vn.name = "x-runtime-lib.sliderColor";
|
|
7331
|
+
const yo = {
|
|
7332
7332
|
key: "settings",
|
|
7333
7333
|
name: "x-runtime-lib.settings",
|
|
7334
7334
|
children: [
|
|
@@ -7404,7 +7404,7 @@ const fo = {
|
|
|
7404
7404
|
{
|
|
7405
7405
|
key: "color",
|
|
7406
7406
|
name: "x-runtime-lib.color",
|
|
7407
|
-
children: [
|
|
7407
|
+
children: [hn, _n, vn]
|
|
7408
7408
|
}
|
|
7409
7409
|
]
|
|
7410
7410
|
}, Yt = {
|
|
@@ -7412,12 +7412,12 @@ const fo = {
|
|
|
7412
7412
|
name: "x-runtime-lib.tabs",
|
|
7413
7413
|
comp: fl,
|
|
7414
7414
|
properties: {
|
|
7415
|
-
pageCommon: [y,
|
|
7416
|
-
compCommon: [y,
|
|
7415
|
+
pageCommon: [y, yo],
|
|
7416
|
+
compCommon: [y, yo]
|
|
7417
7417
|
},
|
|
7418
7418
|
spawn: Ea
|
|
7419
7419
|
};
|
|
7420
|
-
|
|
7420
|
+
$(Yt);
|
|
7421
7421
|
function Aa(t, n) {
|
|
7422
7422
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7423
7423
|
if (!o) {
|
|
@@ -7437,7 +7437,7 @@ function Aa(t, n) {
|
|
|
7437
7437
|
}
|
|
7438
7438
|
};
|
|
7439
7439
|
}
|
|
7440
|
-
const
|
|
7440
|
+
const bo = {
|
|
7441
7441
|
key: "settings",
|
|
7442
7442
|
name: "x-runtime-lib.settings",
|
|
7443
7443
|
children: [
|
|
@@ -7528,13 +7528,13 @@ const yo = {
|
|
|
7528
7528
|
name: "x-runtime-lib.text",
|
|
7529
7529
|
comp: yl,
|
|
7530
7530
|
properties: {
|
|
7531
|
-
pageCommon: [y,
|
|
7532
|
-
compCommon: [y,
|
|
7531
|
+
pageCommon: [y, bo],
|
|
7532
|
+
compCommon: [y, bo]
|
|
7533
7533
|
},
|
|
7534
7534
|
leaf: !0,
|
|
7535
7535
|
spawn: Aa
|
|
7536
7536
|
};
|
|
7537
|
-
|
|
7537
|
+
$(Ce);
|
|
7538
7538
|
function Ma(t, n) {
|
|
7539
7539
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7540
7540
|
if (!o) {
|
|
@@ -7554,7 +7554,7 @@ function Ma(t, n) {
|
|
|
7554
7554
|
}
|
|
7555
7555
|
};
|
|
7556
7556
|
}
|
|
7557
|
-
const
|
|
7557
|
+
const go = {
|
|
7558
7558
|
key: "settings",
|
|
7559
7559
|
name: "x-runtime-lib.settings",
|
|
7560
7560
|
children: [
|
|
@@ -7630,13 +7630,13 @@ const bo = {
|
|
|
7630
7630
|
name: "x-runtime-lib.textarea",
|
|
7631
7631
|
comp: bl,
|
|
7632
7632
|
properties: {
|
|
7633
|
-
pageCommon: [y,
|
|
7634
|
-
compCommon: [y,
|
|
7633
|
+
pageCommon: [y, go],
|
|
7634
|
+
compCommon: [y, go]
|
|
7635
7635
|
},
|
|
7636
7636
|
leaf: !0,
|
|
7637
7637
|
spawn: Ma
|
|
7638
7638
|
};
|
|
7639
|
-
|
|
7639
|
+
$(Zt);
|
|
7640
7640
|
const Qt = {
|
|
7641
7641
|
key: "common_timeline_item_v1",
|
|
7642
7642
|
name: "x-runtime-lib.timelineItem",
|
|
@@ -7646,7 +7646,7 @@ const Qt = {
|
|
|
7646
7646
|
compCommon: [y]
|
|
7647
7647
|
}
|
|
7648
7648
|
};
|
|
7649
|
-
|
|
7649
|
+
$(Qt);
|
|
7650
7650
|
function Wa(t, n) {
|
|
7651
7651
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7652
7652
|
if (!o) {
|
|
@@ -7712,7 +7712,7 @@ function Ba(t, n, e) {
|
|
|
7712
7712
|
}
|
|
7713
7713
|
};
|
|
7714
7714
|
}
|
|
7715
|
-
const Ra = O(ee), Ka = O(ee),
|
|
7715
|
+
const Ra = O(ee), Ka = O(ee), ho = {
|
|
7716
7716
|
key: "settings",
|
|
7717
7717
|
name: "x-runtime-lib.settings",
|
|
7718
7718
|
children: [
|
|
@@ -7795,12 +7795,12 @@ const Ra = O(ee), Ka = O(ee), go = {
|
|
|
7795
7795
|
name: "x-runtime-lib.timeline",
|
|
7796
7796
|
comp: hl,
|
|
7797
7797
|
properties: {
|
|
7798
|
-
pageCommon: [y,
|
|
7799
|
-
compCommon: [y,
|
|
7798
|
+
pageCommon: [y, ho],
|
|
7799
|
+
compCommon: [y, ho]
|
|
7800
7800
|
},
|
|
7801
7801
|
spawn: Wa
|
|
7802
7802
|
};
|
|
7803
|
-
|
|
7803
|
+
$(en);
|
|
7804
7804
|
const tn = {
|
|
7805
7805
|
key: "common_window_item_v1",
|
|
7806
7806
|
name: "x-runtime-lib.windowItem",
|
|
@@ -7810,7 +7810,7 @@ const tn = {
|
|
|
7810
7810
|
compCommon: [y]
|
|
7811
7811
|
}
|
|
7812
7812
|
};
|
|
7813
|
-
|
|
7813
|
+
$(tn);
|
|
7814
7814
|
function Da(t, n) {
|
|
7815
7815
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7816
7816
|
if (!o) {
|
|
@@ -7900,7 +7900,7 @@ function Fa(t, n, e) {
|
|
|
7900
7900
|
}
|
|
7901
7901
|
};
|
|
7902
7902
|
}
|
|
7903
|
-
const
|
|
7903
|
+
const _o = {
|
|
7904
7904
|
key: "settings",
|
|
7905
7905
|
name: "x-runtime-lib.settings",
|
|
7906
7906
|
children: [
|
|
@@ -7953,12 +7953,12 @@ const ho = {
|
|
|
7953
7953
|
name: "x-runtime-lib.window",
|
|
7954
7954
|
comp: kl,
|
|
7955
7955
|
properties: {
|
|
7956
|
-
pageCommon: [y,
|
|
7957
|
-
compCommon: [y,
|
|
7956
|
+
pageCommon: [y, _o],
|
|
7957
|
+
compCommon: [y, _o]
|
|
7958
7958
|
},
|
|
7959
7959
|
spawn: Da
|
|
7960
7960
|
};
|
|
7961
|
-
|
|
7961
|
+
$(nn);
|
|
7962
7962
|
const ot = {
|
|
7963
7963
|
key: "settings",
|
|
7964
7964
|
name: "x-runtime-lib.settings",
|
|
@@ -7989,7 +7989,7 @@ const ot = {
|
|
|
7989
7989
|
},
|
|
7990
7990
|
leaf: !0
|
|
7991
7991
|
};
|
|
7992
|
-
|
|
7992
|
+
$(Na);
|
|
7993
7993
|
const st = {
|
|
7994
7994
|
key: "settings",
|
|
7995
7995
|
name: "x-runtime-lib.settings",
|
|
@@ -8026,7 +8026,7 @@ const st = {
|
|
|
8026
8026
|
},
|
|
8027
8027
|
leaf: !0
|
|
8028
8028
|
};
|
|
8029
|
-
|
|
8029
|
+
$(ja);
|
|
8030
8030
|
const lt = {
|
|
8031
8031
|
key: "settings",
|
|
8032
8032
|
name: "x-runtime-lib.settings",
|
|
@@ -8050,8 +8050,8 @@ const lt = {
|
|
|
8050
8050
|
},
|
|
8051
8051
|
leaf: !0
|
|
8052
8052
|
};
|
|
8053
|
-
|
|
8054
|
-
const
|
|
8053
|
+
$(Ga);
|
|
8054
|
+
const vo = {
|
|
8055
8055
|
key: "settings",
|
|
8056
8056
|
name: "x-runtime-lib.settings",
|
|
8057
8057
|
children: [
|
|
@@ -8067,11 +8067,11 @@ const _o = {
|
|
|
8067
8067
|
name: "x-runtime-lib.renderSwitch",
|
|
8068
8068
|
comp: El,
|
|
8069
8069
|
properties: {
|
|
8070
|
-
pageCommon: [y,
|
|
8071
|
-
compCommon: [y,
|
|
8070
|
+
pageCommon: [y, vo],
|
|
8071
|
+
compCommon: [y, vo]
|
|
8072
8072
|
}
|
|
8073
8073
|
};
|
|
8074
|
-
|
|
8074
|
+
$(Ha);
|
|
8075
8075
|
const at = {
|
|
8076
8076
|
key: "settings",
|
|
8077
8077
|
name: "x-runtime-lib.settings",
|
|
@@ -8092,7 +8092,7 @@ const at = {
|
|
|
8092
8092
|
}, Ua = {
|
|
8093
8093
|
key: "slot_v1",
|
|
8094
8094
|
name: "x-runtime-lib.slot",
|
|
8095
|
-
comp:
|
|
8095
|
+
comp: $e,
|
|
8096
8096
|
properties: {
|
|
8097
8097
|
pageCommon: [y, X, at],
|
|
8098
8098
|
compCommon: [y, X, at],
|
|
@@ -8101,7 +8101,7 @@ const at = {
|
|
|
8101
8101
|
},
|
|
8102
8102
|
leaf: !0
|
|
8103
8103
|
};
|
|
8104
|
-
|
|
8104
|
+
$(Ua);
|
|
8105
8105
|
const De = O(ee);
|
|
8106
8106
|
De.key = "backgroundColor";
|
|
8107
8107
|
De.name = "x-runtime-lib.backgroundColor";
|
|
@@ -8167,7 +8167,7 @@ const Fo = {
|
|
|
8167
8167
|
events: [Za, Qa, ec],
|
|
8168
8168
|
internal: !0
|
|
8169
8169
|
};
|
|
8170
|
-
|
|
8170
|
+
$(tc);
|
|
8171
8171
|
const nc = [
|
|
8172
8172
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
8173
8173
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -8312,12 +8312,12 @@ const nc = [
|
|
|
8312
8312
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8313
8313
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8314
8314
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
8315
|
-
],
|
|
8315
|
+
], $c = [
|
|
8316
8316
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8317
8317
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8318
8318
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8319
8319
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
8320
|
-
],
|
|
8320
|
+
], Cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8321
8321
|
__proto__: null,
|
|
8322
8322
|
alignTabsItemsV1: nc,
|
|
8323
8323
|
axisTypeItemsV1: oc,
|
|
@@ -8343,7 +8343,7 @@ const nc = [
|
|
|
8343
8343
|
timelineAlignItemsV1: wc,
|
|
8344
8344
|
timelineDirectionItemsV1: Ic,
|
|
8345
8345
|
timelineSideItemsV1: Sc,
|
|
8346
|
-
timelineTruncateLineItemsV1:
|
|
8346
|
+
timelineTruncateLineItemsV1: $c
|
|
8347
8347
|
}, Symbol.toStringTag, { value: "Module" })), Vc = [
|
|
8348
8348
|
{
|
|
8349
8349
|
title: "x-runtime-lib.notSet",
|
|
@@ -8432,7 +8432,7 @@ const nc = [
|
|
|
8432
8432
|
title: "x-runtime-lib.percent",
|
|
8433
8433
|
value: "percent",
|
|
8434
8434
|
ui: "percentInput",
|
|
8435
|
-
validator:
|
|
8435
|
+
validator: ln,
|
|
8436
8436
|
precision: 6,
|
|
8437
8437
|
default: "0%"
|
|
8438
8438
|
}
|
|
@@ -8456,7 +8456,7 @@ const nc = [
|
|
|
8456
8456
|
title: "x-runtime-lib.percent",
|
|
8457
8457
|
value: "percent",
|
|
8458
8458
|
ui: "percentInput",
|
|
8459
|
-
validator:
|
|
8459
|
+
validator: ln,
|
|
8460
8460
|
precision: 6,
|
|
8461
8461
|
min: 0,
|
|
8462
8462
|
default: "0%"
|
|
@@ -8481,7 +8481,7 @@ const nc = [
|
|
|
8481
8481
|
title: "x-runtime-lib.percent",
|
|
8482
8482
|
value: "percent",
|
|
8483
8483
|
ui: "percentInput",
|
|
8484
|
-
validator:
|
|
8484
|
+
validator: ln,
|
|
8485
8485
|
precision: 6,
|
|
8486
8486
|
min: 0,
|
|
8487
8487
|
default: "0%"
|
|
@@ -8812,7 +8812,7 @@ const nc = [
|
|
|
8812
8812
|
version: "v1",
|
|
8813
8813
|
globalityKey: "globality_v1",
|
|
8814
8814
|
refKey: "ref_v1",
|
|
8815
|
-
items: {
|
|
8815
|
+
items: { ...Cc },
|
|
8816
8816
|
types: { ...Mc },
|
|
8817
8817
|
elements: /* @__PURE__ */ new Set([
|
|
8818
8818
|
"globality_v1",
|
|
@@ -8906,7 +8906,7 @@ function R(t, n) {
|
|
|
8906
8906
|
}
|
|
8907
8907
|
return `${t}${Vi(n)}`;
|
|
8908
8908
|
}
|
|
8909
|
-
function
|
|
8909
|
+
function xo(t, n) {
|
|
8910
8910
|
if (t.array)
|
|
8911
8911
|
return n ? O(t.default) : O(t.defaultArray);
|
|
8912
8912
|
{
|
|
@@ -8919,9 +8919,9 @@ function W(t, n) {
|
|
|
8919
8919
|
if (s.ui) {
|
|
8920
8920
|
if (s.ui === "strInput" && s.static)
|
|
8921
8921
|
return;
|
|
8922
|
-
o[s.key] =
|
|
8922
|
+
o[s.key] = xo(s);
|
|
8923
8923
|
} else
|
|
8924
|
-
s.array ? o[s.key] =
|
|
8924
|
+
s.array ? o[s.key] = xo(s) : s.children.forEach((i) => {
|
|
8925
8925
|
o[s.key] || (o[s.key] = {}), e(o[s.key], i);
|
|
8926
8926
|
});
|
|
8927
8927
|
}
|
|
@@ -9044,13 +9044,13 @@ function Z() {
|
|
|
9044
9044
|
return fe(Go);
|
|
9045
9045
|
}
|
|
9046
9046
|
function Au(t) {
|
|
9047
|
-
ye(Ho,
|
|
9047
|
+
ye(Ho, rn(t));
|
|
9048
9048
|
}
|
|
9049
9049
|
function Oe() {
|
|
9050
9050
|
return fe(Ho);
|
|
9051
9051
|
}
|
|
9052
9052
|
function Mu(t) {
|
|
9053
|
-
ye(Uo,
|
|
9053
|
+
ye(Uo, rn(t));
|
|
9054
9054
|
}
|
|
9055
9055
|
function Ze() {
|
|
9056
9056
|
return fe(Uo);
|
|
@@ -9064,17 +9064,17 @@ function Qe() {
|
|
|
9064
9064
|
function Bu(t) {
|
|
9065
9065
|
ye(qo, t);
|
|
9066
9066
|
}
|
|
9067
|
-
function
|
|
9067
|
+
function Ie() {
|
|
9068
9068
|
return fe(qo);
|
|
9069
9069
|
}
|
|
9070
|
-
function
|
|
9070
|
+
function Ve(t) {
|
|
9071
9071
|
ye(Xo, t);
|
|
9072
9072
|
}
|
|
9073
9073
|
function le() {
|
|
9074
9074
|
return fe(Xo);
|
|
9075
9075
|
}
|
|
9076
9076
|
function Ru(t) {
|
|
9077
|
-
ye(Yo,
|
|
9077
|
+
ye(Yo, rn(t));
|
|
9078
9078
|
}
|
|
9079
9079
|
function Gc() {
|
|
9080
9080
|
return fe(Yo);
|
|
@@ -9114,8 +9114,8 @@ function ct(t, n, e, o, s) {
|
|
|
9114
9114
|
if (e === Ne(p)) {
|
|
9115
9115
|
if (p.subKeys) {
|
|
9116
9116
|
if (!me(
|
|
9117
|
-
|
|
9118
|
-
|
|
9117
|
+
Se(o, p.subKeys),
|
|
9118
|
+
Se(s, p.subKeys)
|
|
9119
9119
|
)) {
|
|
9120
9120
|
m = p;
|
|
9121
9121
|
break;
|
|
@@ -9128,7 +9128,7 @@ function ct(t, n, e, o, s) {
|
|
|
9128
9128
|
if (!m)
|
|
9129
9129
|
continue;
|
|
9130
9130
|
let d;
|
|
9131
|
-
m.subKeys ? d =
|
|
9131
|
+
m.subKeys ? d = Se(o, m.subKeys) : d = o;
|
|
9132
9132
|
for (const p of u)
|
|
9133
9133
|
if (p.subKeys) {
|
|
9134
9134
|
let f;
|
|
@@ -9147,15 +9147,15 @@ function ct(t, n, e, o, s) {
|
|
|
9147
9147
|
console.assert(!1);
|
|
9148
9148
|
continue;
|
|
9149
9149
|
}
|
|
9150
|
-
const
|
|
9151
|
-
if (me(d,
|
|
9150
|
+
const g = Se(f, p.subKeys);
|
|
9151
|
+
if (me(d, g))
|
|
9152
9152
|
continue;
|
|
9153
|
-
const
|
|
9154
|
-
|
|
9153
|
+
const _ = O(f);
|
|
9154
|
+
an(_, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
|
|
9155
9155
|
p.nodeId,
|
|
9156
9156
|
p.propertyKeys.split("."),
|
|
9157
|
-
|
|
9158
|
-
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId,
|
|
9157
|
+
_
|
|
9158
|
+
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, _) : p.type === "customSlotProperty" ? t.setCustomSlotProperty(p.propertyId, _) : p.type === "state" ? t.setState(p.stateId, _) : console.assert(!1);
|
|
9159
9159
|
} else {
|
|
9160
9160
|
let f;
|
|
9161
9161
|
if (p.type === "elementProperty")
|
|
@@ -9186,7 +9186,7 @@ function ct(t, n, e, o, s) {
|
|
|
9186
9186
|
function Du(t, n, e) {
|
|
9187
9187
|
return `${t}/${n}/${e}`;
|
|
9188
9188
|
}
|
|
9189
|
-
function
|
|
9189
|
+
function ko(t) {
|
|
9190
9190
|
const n = t.split("/");
|
|
9191
9191
|
let e = "elementProperty";
|
|
9192
9192
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyId invalid kind id=${t}`);
|
|
@@ -9329,11 +9329,11 @@ function et(t, n) {
|
|
|
9329
9329
|
function tm() {
|
|
9330
9330
|
let t;
|
|
9331
9331
|
const n = async () => (t = (await Li()).newRuntime(), console.log("runtime created"), t);
|
|
9332
|
-
return
|
|
9332
|
+
return we(() => {
|
|
9333
9333
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
9334
9334
|
}), { createRuntime: n };
|
|
9335
9335
|
}
|
|
9336
|
-
function
|
|
9336
|
+
function We(t) {
|
|
9337
9337
|
return !!t.vm;
|
|
9338
9338
|
}
|
|
9339
9339
|
function Je(t, n) {
|
|
@@ -9410,22 +9410,22 @@ function Xc(t) {
|
|
|
9410
9410
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
9411
9411
|
const s = n.getNumber(e), i = n.getNumber(o);
|
|
9412
9412
|
window.setTimeout(() => {
|
|
9413
|
-
if (
|
|
9413
|
+
if (We(t)) {
|
|
9414
9414
|
var l = [];
|
|
9415
9415
|
try {
|
|
9416
|
-
const d =
|
|
9416
|
+
const d = Le(l, n.getProp(n.global, "__timeoutCallback__"));
|
|
9417
9417
|
n.callFunction(d, n.global, n.newNumber(s));
|
|
9418
9418
|
} catch (c) {
|
|
9419
9419
|
var u = c, m = !0;
|
|
9420
9420
|
} finally {
|
|
9421
|
-
|
|
9421
|
+
ze(l, u, m);
|
|
9422
9422
|
}
|
|
9423
9423
|
}
|
|
9424
9424
|
}, i);
|
|
9425
9425
|
}).consume((e) => n.setProp(n.global, "__timeoutV1__", e)), n.newFunction("__delayV1__", (e) => {
|
|
9426
|
-
const o = n.getNumber(e), {
|
|
9426
|
+
const o = n.getNumber(e), { promiseId: s, promise: i } = t.promiseManager.acquire();
|
|
9427
9427
|
return window.setTimeout(() => {
|
|
9428
|
-
|
|
9428
|
+
We(t) && (i.resolve(), t.promiseManager.release(s));
|
|
9429
9429
|
}, o), i.settled.then(n.runtime.executePendingJobs), i.handle;
|
|
9430
9430
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
9431
9431
|
}
|
|
@@ -9447,20 +9447,20 @@ function Zc(t) {
|
|
|
9447
9447
|
}
|
|
9448
9448
|
const { vm: n } = t;
|
|
9449
9449
|
n.newFunction("__callFuncV1__", (e, o, s, i, l) => {
|
|
9450
|
-
const c = n.getString(e), u = n.getString(o), m = n.dump(s), d = n.getString(i), p = n.getString(l), {
|
|
9450
|
+
const c = n.getString(e), u = n.getString(o), m = n.dump(s), d = n.getString(i), p = n.getString(l), { promiseId: f, promise: g } = t.promiseManager.acquire(), _ = JSON.stringify(m);
|
|
9451
9451
|
return Yc({
|
|
9452
9452
|
spaceId: c,
|
|
9453
9453
|
id: u,
|
|
9454
|
-
strInputs:
|
|
9454
|
+
strInputs: _,
|
|
9455
9455
|
env: d
|
|
9456
9456
|
}).then(
|
|
9457
9457
|
({ strOutputs: I }) => {
|
|
9458
|
-
|
|
9458
|
+
We(t) && (g.resolve(n.evalCode(`JSON.parse('${I}')`).unwrap()), t.promiseManager.release(f));
|
|
9459
9459
|
},
|
|
9460
9460
|
(I) => {
|
|
9461
|
-
|
|
9461
|
+
We(t) && (g.reject(n.newString(`call func <${p}> failed, ${I}`)), t.promiseManager.release(f));
|
|
9462
9462
|
}
|
|
9463
|
-
),
|
|
9463
|
+
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
9464
9464
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
9465
9465
|
}
|
|
9466
9466
|
function Qc(t) {
|
|
@@ -9481,53 +9481,53 @@ function eu(t) {
|
|
|
9481
9481
|
{
|
|
9482
9482
|
var c = [];
|
|
9483
9483
|
try {
|
|
9484
|
-
const U =
|
|
9484
|
+
const U = Le(c, n.getProp(n.global, "__triggerEventInner__"));
|
|
9485
9485
|
n.callFunction(U, n.global, e, ...o);
|
|
9486
9486
|
} catch (u) {
|
|
9487
9487
|
var m = u, d = !0;
|
|
9488
9488
|
} finally {
|
|
9489
|
-
|
|
9489
|
+
ze(c, m, d);
|
|
9490
9490
|
}
|
|
9491
9491
|
}
|
|
9492
9492
|
const s = n.getString(e), { kind: i, eventKey: l } = qc(s);
|
|
9493
9493
|
if (i === "customEvent") {
|
|
9494
9494
|
var v = [];
|
|
9495
9495
|
try {
|
|
9496
|
-
const U =
|
|
9496
|
+
const U = Le(v, n.getProp(n.global, "__triggerEventV1__"));
|
|
9497
9497
|
{
|
|
9498
9498
|
var p = [];
|
|
9499
9499
|
try {
|
|
9500
|
-
const N =
|
|
9500
|
+
const N = Le(p, n.newString(
|
|
9501
9501
|
ae("refEvent", t.nodeId, l)
|
|
9502
9502
|
));
|
|
9503
9503
|
n.callFunction(U, n.global, N, ...o);
|
|
9504
9504
|
} catch (f) {
|
|
9505
|
-
var
|
|
9505
|
+
var g = f, _ = !0;
|
|
9506
9506
|
} finally {
|
|
9507
|
-
|
|
9507
|
+
ze(p, g, _);
|
|
9508
9508
|
}
|
|
9509
9509
|
}
|
|
9510
9510
|
{
|
|
9511
9511
|
var I = [];
|
|
9512
9512
|
try {
|
|
9513
|
-
const N =
|
|
9513
|
+
const N = Le(I, n.newString(
|
|
9514
9514
|
ae("multipleRefEvent", t.nodeId, l)
|
|
9515
9515
|
));
|
|
9516
9516
|
n.callFunction(U, n.global, N, ...o);
|
|
9517
9517
|
} catch (b) {
|
|
9518
|
-
var x = b,
|
|
9518
|
+
var x = b, h = !0;
|
|
9519
9519
|
} finally {
|
|
9520
|
-
|
|
9520
|
+
ze(I, x, h);
|
|
9521
9521
|
}
|
|
9522
9522
|
}
|
|
9523
9523
|
} catch (z) {
|
|
9524
9524
|
var T = z, G = !0;
|
|
9525
9525
|
} finally {
|
|
9526
|
-
|
|
9526
|
+
ze(v, T, G);
|
|
9527
9527
|
}
|
|
9528
9528
|
}
|
|
9529
9529
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
9530
|
-
const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: u } =
|
|
9530
|
+
const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: u } = ko(s);
|
|
9531
9531
|
let m;
|
|
9532
9532
|
if (l === "elementProperty")
|
|
9533
9533
|
m = t.getElementProperty(c, u.split("."));
|
|
@@ -9546,22 +9546,26 @@ function eu(t) {
|
|
|
9546
9546
|
} else l === "customProperty" ? m = t.getCustomProperty(u) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.parent?.getCustomSlotProperty(u) : console.assert(!1);
|
|
9547
9547
|
return Je(n, m);
|
|
9548
9548
|
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
9549
|
-
const i = n.getString(e), l = n.dump(o), c = n.getString(s), { kind: u, nodeId: m, propertyKey: d } =
|
|
9549
|
+
const i = n.getString(e), l = n.dump(o), c = n.getString(s), { kind: u, nodeId: m, propertyKey: d } = ko(i);
|
|
9550
9550
|
if (u === "elementProperty")
|
|
9551
9551
|
t.setElementProperty(m, d.split("."), l);
|
|
9552
9552
|
else if (u === "refProperty") {
|
|
9553
|
-
const
|
|
9554
|
-
|
|
9553
|
+
const g = t.children[m];
|
|
9554
|
+
g && g.setCustomProperty(d, l);
|
|
9555
9555
|
} else if (u === "multipleRefProperty") {
|
|
9556
|
-
const
|
|
9557
|
-
|
|
9556
|
+
const g = t.children[`${m}/${c}`];
|
|
9557
|
+
g && g.setCustomProperty(d, l);
|
|
9558
9558
|
} else if (u === "slotProperty") {
|
|
9559
|
-
const
|
|
9560
|
-
|
|
9559
|
+
const g = t.children[m];
|
|
9560
|
+
g && g.setCustomSlotProperty(d, l);
|
|
9561
9561
|
} else if (u === "multipleSlotProperty") {
|
|
9562
|
-
const
|
|
9563
|
-
|
|
9562
|
+
const g = t.children[`${m}/${c}`];
|
|
9563
|
+
g && g.setCustomSlotProperty(d, l);
|
|
9564
9564
|
} else u === "customProperty" ? t.setCustomProperty(d, l) : u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.parent?.setCustomSlotProperty(d, l) : console.assert(!1);
|
|
9565
|
+
const { promiseId: p, promise: f } = t.promiseManager.acquire();
|
|
9566
|
+
return on().then(() => {
|
|
9567
|
+
f.resolve(n.undefined), t.promiseManager.release(p);
|
|
9568
|
+
}), f.settled.then(n.runtime.executePendingJobs), f.handle;
|
|
9565
9569
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
9566
9570
|
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { kind: u, nodeId: m, methodKey: d } = ei(i);
|
|
9567
9571
|
let p;
|
|
@@ -9596,14 +9600,14 @@ function eu(t) {
|
|
|
9596
9600
|
)
|
|
9597
9601
|
);
|
|
9598
9602
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
9599
|
-
const s = n.getString(e), i = n.getString(o), {
|
|
9603
|
+
const s = n.getString(e), i = n.getString(o), { promiseId: l, promise: c } = t.promiseManager.acquire();
|
|
9600
9604
|
return ui({ title: s, text: i }).then((u) => {
|
|
9601
|
-
|
|
9605
|
+
We(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(l));
|
|
9602
9606
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9603
9607
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9604
|
-
const i = n.getString(e), l = n.getString(o), c = n.dump(s), {
|
|
9608
|
+
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: u, promise: m } = t.promiseManager.acquire();
|
|
9605
9609
|
return mi({ title: i, label: l, value: c }).then((d) => {
|
|
9606
|
-
|
|
9610
|
+
We(t) && (d === void 0 ? m.resolve(n.undefined) : m.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
9607
9611
|
}), m.settled.then(n.runtime.executePendingJobs), m.handle;
|
|
9608
9612
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9609
9613
|
}
|
|
@@ -9706,7 +9710,7 @@ class ou {
|
|
|
9706
9710
|
}
|
|
9707
9711
|
acquire() {
|
|
9708
9712
|
const n = this.promiseId++, e = this.vm.newPromise();
|
|
9709
|
-
return this.promises[n] = e, {
|
|
9713
|
+
return this.promises[n] = e, { promiseId: n, promise: e };
|
|
9710
9714
|
}
|
|
9711
9715
|
release(n) {
|
|
9712
9716
|
delete this.promises[n];
|
|
@@ -9770,7 +9774,7 @@ class iu {
|
|
|
9770
9774
|
const s = this.vm.getProp(this.vm.global, n), i = [];
|
|
9771
9775
|
for (const l of e)
|
|
9772
9776
|
i.push(Je(this.vm, l));
|
|
9773
|
-
this.vm.callFunction(s, this.vm.global, ...i), s.dispose();
|
|
9777
|
+
this.vm.callFunction(s, this.vm.global, ...i), i.forEach((l) => l.dispose()), s.dispose();
|
|
9774
9778
|
}
|
|
9775
9779
|
//--------------------------
|
|
9776
9780
|
// 元素属性
|
|
@@ -9789,7 +9793,7 @@ class iu {
|
|
|
9789
9793
|
);
|
|
9790
9794
|
return;
|
|
9791
9795
|
}
|
|
9792
|
-
return
|
|
9796
|
+
return Se(o, e);
|
|
9793
9797
|
}
|
|
9794
9798
|
setElementProperty(n, e, o) {
|
|
9795
9799
|
const s = this.data.value?.view.nodes[n];
|
|
@@ -9802,8 +9806,8 @@ class iu {
|
|
|
9802
9806
|
);
|
|
9803
9807
|
return;
|
|
9804
9808
|
}
|
|
9805
|
-
const i =
|
|
9806
|
-
me(o, i) || (
|
|
9809
|
+
const i = Se(s, e);
|
|
9810
|
+
me(o, i) || (an(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9807
9811
|
s.basic.id,
|
|
9808
9812
|
e,
|
|
9809
9813
|
o,
|
|
@@ -9870,15 +9874,15 @@ class iu {
|
|
|
9870
9874
|
}
|
|
9871
9875
|
}
|
|
9872
9876
|
function tt(t, n, e, o, s) {
|
|
9873
|
-
const i = Nc(), l = jc(), c = Z(), u =
|
|
9877
|
+
const i = Nc(), l = jc(), c = Z(), u = Ie(), m = Oe(), d = Ze(), p = Hc(), f = (x, h, v, z) => {
|
|
9874
9878
|
if (ie(c)) {
|
|
9875
|
-
if (me(
|
|
9879
|
+
if (me(h, ["settings", "slot"])) {
|
|
9876
9880
|
const T = t.value?.view.nodeLites.find(
|
|
9877
9881
|
(G) => G.id === x
|
|
9878
9882
|
);
|
|
9879
9883
|
T ? T.slotId = v : console.assert(!1);
|
|
9880
9884
|
}
|
|
9881
|
-
if (me(
|
|
9885
|
+
if (me(h, ["settings", "comp"])) {
|
|
9882
9886
|
const T = t.value?.view.nodeLites.find(
|
|
9883
9887
|
(G) => G.id === x
|
|
9884
9888
|
);
|
|
@@ -9886,12 +9890,12 @@ function tt(t, n, e, o, s) {
|
|
|
9886
9890
|
}
|
|
9887
9891
|
if (b.callFunction(
|
|
9888
9892
|
"__triggerEventV1__",
|
|
9889
|
-
ae("elementPropertyChangeEvent", x,
|
|
9893
|
+
ae("elementPropertyChangeEvent", x, h.join(".")),
|
|
9890
9894
|
v,
|
|
9891
9895
|
z ?? v
|
|
9892
9896
|
), t.value?.code.reactivity) {
|
|
9893
9897
|
let T = "";
|
|
9894
|
-
|
|
9898
|
+
h instanceof Array ? T = h.join(".") : T = h, ct(
|
|
9895
9899
|
b,
|
|
9896
9900
|
t.value.code.reactivity,
|
|
9897
9901
|
Ne({
|
|
@@ -9904,17 +9908,17 @@ function tt(t, n, e, o, s) {
|
|
|
9904
9908
|
);
|
|
9905
9909
|
}
|
|
9906
9910
|
}
|
|
9907
|
-
},
|
|
9911
|
+
}, g = (x, h, v) => {
|
|
9908
9912
|
ie(c) && (b.callFunction(
|
|
9909
9913
|
"__triggerEventV1__",
|
|
9910
9914
|
ae("customPropertyChangeEvent", "globality", x),
|
|
9911
|
-
|
|
9912
|
-
v ??
|
|
9915
|
+
h,
|
|
9916
|
+
v ?? h
|
|
9913
9917
|
), b.parent?.callFunction(
|
|
9914
9918
|
"__triggerEventV1__",
|
|
9915
9919
|
ae("refPropertyChangeEvent", b.nodeId, x),
|
|
9916
|
-
|
|
9917
|
-
v ??
|
|
9920
|
+
h,
|
|
9921
|
+
v ?? h
|
|
9918
9922
|
), b.parent?.callFunction(
|
|
9919
9923
|
"__triggerEventV1__",
|
|
9920
9924
|
ae(
|
|
@@ -9922,34 +9926,34 @@ function tt(t, n, e, o, s) {
|
|
|
9922
9926
|
b.nodeId,
|
|
9923
9927
|
x
|
|
9924
9928
|
),
|
|
9925
|
-
|
|
9926
|
-
v ??
|
|
9929
|
+
h,
|
|
9930
|
+
v ?? h
|
|
9927
9931
|
), t.value?.code.reactivity && ct(
|
|
9928
9932
|
b,
|
|
9929
9933
|
t.value.code.reactivity,
|
|
9930
9934
|
Ne({ type: "customProperty", propertyId: x }),
|
|
9931
|
-
|
|
9935
|
+
h,
|
|
9932
9936
|
v
|
|
9933
9937
|
));
|
|
9934
|
-
},
|
|
9938
|
+
}, _ = (x, h, v) => {
|
|
9935
9939
|
ie(c) && t.value?.code.reactivity && ct(
|
|
9936
9940
|
b,
|
|
9937
9941
|
t.value.code.reactivity,
|
|
9938
9942
|
Ne({ type: "customSlotProperty", propertyId: x }),
|
|
9939
|
-
|
|
9943
|
+
h,
|
|
9940
9944
|
v
|
|
9941
9945
|
);
|
|
9942
|
-
}, I = (x,
|
|
9946
|
+
}, I = (x, h, v) => {
|
|
9943
9947
|
ie(c) && (b.callFunction(
|
|
9944
9948
|
"__triggerEventV1__",
|
|
9945
9949
|
ae("stateChangeEvent", "globality", x),
|
|
9946
|
-
|
|
9947
|
-
v ??
|
|
9950
|
+
h,
|
|
9951
|
+
v ?? h
|
|
9948
9952
|
), t.value?.code.reactivity && ct(
|
|
9949
9953
|
b,
|
|
9950
9954
|
t.value.code.reactivity,
|
|
9951
9955
|
Ne({ type: "state", stateId: x }),
|
|
9952
|
-
|
|
9956
|
+
h,
|
|
9953
9957
|
v
|
|
9954
9958
|
));
|
|
9955
9959
|
}, b = new iu(
|
|
@@ -9963,12 +9967,12 @@ function tt(t, n, e, o, s) {
|
|
|
9963
9967
|
u,
|
|
9964
9968
|
{
|
|
9965
9969
|
onElementPropertyChange: f,
|
|
9966
|
-
onCustomPropertyChange:
|
|
9967
|
-
onCustomSlotPropetyChange:
|
|
9970
|
+
onCustomPropertyChange: g,
|
|
9971
|
+
onCustomSlotPropetyChange: _,
|
|
9968
9972
|
onStateChange: I
|
|
9969
9973
|
}
|
|
9970
9974
|
);
|
|
9971
|
-
if (Uc(b),
|
|
9975
|
+
if (Uc(b), we(() => {
|
|
9972
9976
|
b.dispose();
|
|
9973
9977
|
}), ie(c)) {
|
|
9974
9978
|
const x = async () => {
|
|
@@ -9980,8 +9984,8 @@ function tt(t, n, e, o, s) {
|
|
|
9980
9984
|
}
|
|
9981
9985
|
ie(c) && pe(
|
|
9982
9986
|
m,
|
|
9983
|
-
(x,
|
|
9984
|
-
const v = ut(x.width), z = ut(
|
|
9987
|
+
(x, h) => {
|
|
9988
|
+
const v = ut(x.width), z = ut(h?.width ?? x.width);
|
|
9985
9989
|
b.callFunction(
|
|
9986
9990
|
"__triggerEventV1__",
|
|
9987
9991
|
ae("elementEvent", "globality", "screenSizeChange"),
|
|
@@ -10013,7 +10017,7 @@ const su = (t, n, e) => {
|
|
|
10013
10017
|
});
|
|
10014
10018
|
};
|
|
10015
10019
|
async function nm(t) {
|
|
10016
|
-
return (await su(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.
|
|
10020
|
+
return (await su(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.kg2ecet9.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.hiugu9wu.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
10017
10021
|
}
|
|
10018
10022
|
export {
|
|
10019
10023
|
fu as addIndent,
|
|
@@ -10044,16 +10048,16 @@ export {
|
|
|
10044
10048
|
Lu as duplicateNodePairs,
|
|
10045
10049
|
wu as elementKeys,
|
|
10046
10050
|
ke as elements,
|
|
10047
|
-
|
|
10051
|
+
Cu as fileInputV1,
|
|
10048
10052
|
Rt as flexLayoutEntryV1,
|
|
10049
10053
|
Ue as flexLayoutV1,
|
|
10050
10054
|
Ot as formV1,
|
|
10051
10055
|
E as genId,
|
|
10052
10056
|
Fe as getBreakpointProp,
|
|
10053
|
-
|
|
10054
|
-
|
|
10057
|
+
Se as getField,
|
|
10058
|
+
In as getIndexOfBreakpoint,
|
|
10055
10059
|
Pu as getNodeLite,
|
|
10056
|
-
|
|
10060
|
+
xo as getPropertyDefault,
|
|
10057
10061
|
R as getPropertyTag,
|
|
10058
10062
|
tc as globalityV1,
|
|
10059
10063
|
Xl as groupV1,
|
|
@@ -10072,14 +10076,14 @@ export {
|
|
|
10072
10076
|
Nc as injectOrg,
|
|
10073
10077
|
Hc as injectRuntime,
|
|
10074
10078
|
_e as injectSandbox,
|
|
10075
|
-
|
|
10079
|
+
Ie as injectType,
|
|
10076
10080
|
Ye as isCircularReference,
|
|
10077
10081
|
ie as isExecutableMode,
|
|
10078
10082
|
Ki as isLocaleOfEventKind,
|
|
10079
10083
|
Ri as isLocaleOfMethodKind,
|
|
10080
10084
|
Bi as isLocaleOfPropertyKind,
|
|
10081
10085
|
hu as isLocaleOfSlotKind,
|
|
10082
|
-
|
|
10086
|
+
ln as isPercentStr,
|
|
10083
10087
|
gt as isPixelStr,
|
|
10084
10088
|
Bl as keyboardControlsV1,
|
|
10085
10089
|
Et as lineChartV1,
|
|
@@ -10116,7 +10120,7 @@ export {
|
|
|
10116
10120
|
Oc as pkgs,
|
|
10117
10121
|
Jl as pointLightV1,
|
|
10118
10122
|
Mu as provideDark,
|
|
10119
|
-
|
|
10123
|
+
Ve as provideData,
|
|
10120
10124
|
Ru as provideDepends,
|
|
10121
10125
|
Au as provideDevice,
|
|
10122
10126
|
Tu as provideEnv,
|
|
@@ -10131,12 +10135,12 @@ export {
|
|
|
10131
10135
|
Ia as rangeSliderV1,
|
|
10132
10136
|
Sa as ratingV1,
|
|
10133
10137
|
Ga as referenceV1,
|
|
10134
|
-
|
|
10138
|
+
$ as regElement,
|
|
10135
10139
|
Ha as renderSwitchV1,
|
|
10136
10140
|
Ai as reverseBreakpoints,
|
|
10137
|
-
|
|
10138
|
-
|
|
10139
|
-
|
|
10141
|
+
$a as selectV1,
|
|
10142
|
+
an as setField,
|
|
10143
|
+
Ca as sliderV1,
|
|
10140
10144
|
Ua as slotV1,
|
|
10141
10145
|
Vu as spawnNode,
|
|
10142
10146
|
zt as sphereGeometryV1,
|
|
@@ -10154,7 +10158,7 @@ export {
|
|
|
10154
10158
|
Zt as textareaV1,
|
|
10155
10159
|
Qt as timelineItemV1,
|
|
10156
10160
|
en as timelineV1,
|
|
10157
|
-
|
|
10161
|
+
$u as toEventName,
|
|
10158
10162
|
Su as toMethodName,
|
|
10159
10163
|
M as toNodeLite,
|
|
10160
10164
|
Iu as toPropertyName,
|
|
@@ -10165,7 +10169,7 @@ export {
|
|
|
10165
10169
|
ei as unwrapMethodId,
|
|
10166
10170
|
Ju as unwrapMethodKeyOfCustomSlot,
|
|
10167
10171
|
Hu as unwrapMethodKeyOfElementSlot,
|
|
10168
|
-
|
|
10172
|
+
ko as unwrapPropertyId,
|
|
10169
10173
|
ju as unwrapPropertyKeyOfCustomSlot,
|
|
10170
10174
|
Fu as unwrapPropertyKeyOfElementSlot,
|
|
10171
10175
|
em as unwrapSlotId,
|