x-runtime-lib 0.8.144 → 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/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;
|
|
@@ -315,7 +315,7 @@ const wu = [
|
|
|
315
315
|
function j(...t) {
|
|
316
316
|
return t.map((n) => he.i18n.global.t(`x-runtime-lib.${n}`)).join(" - ");
|
|
317
317
|
}
|
|
318
|
-
function
|
|
318
|
+
function cn(t, n, e) {
|
|
319
319
|
const { i18n: o } = he;
|
|
320
320
|
let s = "";
|
|
321
321
|
return t && (s += t + " / "), n.forEach((i, l) => {
|
|
@@ -324,15 +324,15 @@ function an(t, n, e) {
|
|
|
324
324
|
}
|
|
325
325
|
function Iu(t, n) {
|
|
326
326
|
let e = "";
|
|
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)),
|
|
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));
|
|
328
328
|
}
|
|
329
329
|
function Su(t, n) {
|
|
330
330
|
let e = "";
|
|
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)),
|
|
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));
|
|
332
332
|
}
|
|
333
|
-
function
|
|
333
|
+
function $u(t, n) {
|
|
334
334
|
let e = "";
|
|
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)),
|
|
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));
|
|
336
336
|
}
|
|
337
337
|
const Di = ["position", "ratation", "scale"], Re = /* @__PURE__ */ S({
|
|
338
338
|
__name: "index",
|
|
@@ -353,7 +353,7 @@ const Di = ["position", "ratation", "scale"], Re = /* @__PURE__ */ S({
|
|
|
353
353
|
scale: t.scale ?? [1, 1, 1],
|
|
354
354
|
visible: !1
|
|
355
355
|
}, [...o[0] || (o[0] = [
|
|
356
|
-
|
|
356
|
+
Be("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
|
|
357
357
|
])], 8, Di)) : re("", !0);
|
|
358
358
|
}
|
|
359
359
|
}), H = /* @__PURE__ */ S({
|
|
@@ -401,7 +401,7 @@ function P(t) {
|
|
|
401
401
|
e.value = n.value.view.nodes[t.nodeId];
|
|
402
402
|
});
|
|
403
403
|
const { debugTrace: o } = Oi(e);
|
|
404
|
-
return o("created"),
|
|
404
|
+
return o("created"), we(() => {
|
|
405
405
|
o("destroyed");
|
|
406
406
|
}), { node: e };
|
|
407
407
|
}
|
|
@@ -411,14 +411,14 @@ function mt(t, n, e) {
|
|
|
411
411
|
const s = w(() => Jc("elementMethod", t, n));
|
|
412
412
|
oi(() => {
|
|
413
413
|
o.eventBus?.on(s.value, e);
|
|
414
|
-
}),
|
|
414
|
+
}), we(() => {
|
|
415
415
|
o.eventBus?.off(s.value, e);
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
const Fi = (t, n, e, o) => {
|
|
420
420
|
let s;
|
|
421
|
-
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) {
|
|
422
422
|
if (typeof s == "string")
|
|
423
423
|
return JSON.parse(s);
|
|
424
424
|
console.assert(!1);
|
|
@@ -427,7 +427,7 @@ const Fi = (t, n, e, o) => {
|
|
|
427
427
|
return s;
|
|
428
428
|
}, Ni = (t, n, e, o, s) => {
|
|
429
429
|
let 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) :
|
|
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);
|
|
431
431
|
};
|
|
432
432
|
function a(t, n, e) {
|
|
433
433
|
const o = _e(), s = se();
|
|
@@ -542,21 +542,21 @@ function Q(t) {
|
|
|
542
542
|
});
|
|
543
543
|
return { color: l, rgb: c, alpha: u };
|
|
544
544
|
}
|
|
545
|
-
function
|
|
545
|
+
function un(t) {
|
|
546
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);
|
|
547
547
|
function m(d) {
|
|
548
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);
|
|
549
549
|
}
|
|
550
550
|
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: m };
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function mn(t) {
|
|
553
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);
|
|
554
554
|
function i(l) {
|
|
555
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);
|
|
556
556
|
}
|
|
557
557
|
return { marginTop: n, marginLeft: e, marginBottom: o, marginRight: s, applyMargin: i };
|
|
558
558
|
}
|
|
559
|
-
function
|
|
559
|
+
function pn(t) {
|
|
560
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);
|
|
561
561
|
function i(l) {
|
|
562
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);
|
|
@@ -600,7 +600,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
600
600
|
},
|
|
601
601
|
setup(t) {
|
|
602
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"]);
|
|
603
|
-
return (
|
|
603
|
+
return (g, _) => (k(), te("TresOrthographicCamera", {
|
|
604
604
|
bottom: r(c),
|
|
605
605
|
far: r(u),
|
|
606
606
|
left: r(m),
|
|
@@ -612,11 +612,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
612
612
|
top: r(f)
|
|
613
613
|
}, [
|
|
614
614
|
D(r(Re)),
|
|
615
|
-
r(o) === "editor" ? (k(),
|
|
615
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
616
616
|
key: 0,
|
|
617
617
|
type: r(To)
|
|
618
618
|
}, null, 8, ["type"])) : re("", !0),
|
|
619
|
-
F(
|
|
619
|
+
F(g.$slots, "default")
|
|
620
620
|
], 8, ji));
|
|
621
621
|
}
|
|
622
622
|
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ui = /* @__PURE__ */ S({
|
|
@@ -638,7 +638,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
638
638
|
scale: r(l)
|
|
639
639
|
}, [
|
|
640
640
|
D(r(Re)),
|
|
641
|
-
r(o) === "editor" ? (k(),
|
|
641
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
642
642
|
key: 0,
|
|
643
643
|
type: r(To)
|
|
644
644
|
}, null, 8, ["type"])) : re("", !0),
|
|
@@ -649,19 +649,19 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
649
649
|
__name: "index",
|
|
650
650
|
setup(t) {
|
|
651
651
|
const n = Z();
|
|
652
|
-
return (e, o) => r(n) !== "editor" ? (k(),
|
|
652
|
+
return (e, o) => r(n) !== "editor" ? (k(), C(r(yi), { key: 0 })) : re("", !0);
|
|
653
653
|
}
|
|
654
654
|
}), qi = /* @__PURE__ */ S({
|
|
655
655
|
__name: "index",
|
|
656
656
|
setup(t) {
|
|
657
657
|
const n = Z();
|
|
658
|
-
return (e, o) => r(n) !== "editor" ? (k(),
|
|
658
|
+
return (e, o) => r(n) !== "editor" ? (k(), C(r(bi), { key: 0 })) : re("", !0);
|
|
659
659
|
}
|
|
660
660
|
}), Xi = /* @__PURE__ */ S({
|
|
661
661
|
__name: "index",
|
|
662
662
|
setup(t) {
|
|
663
663
|
const n = Z();
|
|
664
|
-
return (e, o) => r(n) !== "editor" ? (k(),
|
|
664
|
+
return (e, o) => r(n) !== "editor" ? (k(), C(r(gi), { key: 0 })) : re("", !0);
|
|
665
665
|
}
|
|
666
666
|
}), Yi = ["args"], Zi = /* @__PURE__ */ S({
|
|
667
667
|
__name: "index",
|
|
@@ -779,7 +779,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
779
779
|
scale: r(l)
|
|
780
780
|
}, [
|
|
781
781
|
D(r(Re)),
|
|
782
|
-
r(o) === "editor" ? (k(),
|
|
782
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
783
783
|
key: 0,
|
|
784
784
|
type: r(pi)
|
|
785
785
|
}, null, 8, ["type"])) : re("", !0),
|
|
@@ -801,7 +801,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
801
801
|
"settings",
|
|
802
802
|
"intensity"
|
|
803
803
|
]);
|
|
804
|
-
return (f,
|
|
804
|
+
return (f, g) => (k(), te("TresPointLight", {
|
|
805
805
|
color: r(u),
|
|
806
806
|
decay: r(m),
|
|
807
807
|
distance: r(d),
|
|
@@ -811,7 +811,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
811
811
|
scale: r(l)
|
|
812
812
|
}, [
|
|
813
813
|
D(r(Re)),
|
|
814
|
-
r(o) === "editor" ? (k(),
|
|
814
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
815
815
|
key: 0,
|
|
816
816
|
type: r(di)
|
|
817
817
|
}, null, 8, ["type"])) : re("", !0),
|
|
@@ -832,27 +832,27 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
832
832
|
]), { property: f } = a(e, [
|
|
833
833
|
"settings",
|
|
834
834
|
"intensity"
|
|
835
|
-
]), { property:
|
|
835
|
+
]), { property: g } = a(e, [
|
|
836
836
|
"settings",
|
|
837
837
|
"penumbra"
|
|
838
838
|
]);
|
|
839
|
-
return (
|
|
839
|
+
return (_, I) => (k(), te("TresSpotLight", {
|
|
840
840
|
angle: r(c),
|
|
841
841
|
color: r(m),
|
|
842
842
|
decay: r(d),
|
|
843
843
|
distance: r(p),
|
|
844
844
|
intensity: r(f),
|
|
845
|
-
penumbra: r(
|
|
845
|
+
penumbra: r(g),
|
|
846
846
|
position: r(o) !== "editor" ? r(s) : [0, 0, 0],
|
|
847
847
|
rotation: r(o) !== "editor" ? r(i) : [0, 0, 0],
|
|
848
848
|
scale: r(o) !== "editor" ? r(l) : [1, 1, 1]
|
|
849
849
|
}, [
|
|
850
850
|
D(r(Re)),
|
|
851
|
-
r(o) === "editor" ? (k(),
|
|
851
|
+
r(o) === "editor" ? (k(), C(r(qe), {
|
|
852
852
|
key: 0,
|
|
853
853
|
type: r(fi)
|
|
854
854
|
}, null, 8, ["type"])) : re("", !0),
|
|
855
|
-
F(
|
|
855
|
+
F(_.$slots, "default")
|
|
856
856
|
], 8, ls));
|
|
857
857
|
}
|
|
858
858
|
}), cs = {};
|
|
@@ -893,7 +893,7 @@ const ms = /* @__PURE__ */ Ke(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
893
893
|
F(l.$slots, "default")
|
|
894
894
|
], 8, fs));
|
|
895
895
|
}
|
|
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" } },
|
|
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 = {
|
|
897
897
|
color: bs,
|
|
898
898
|
backgroundColor: gs,
|
|
899
899
|
textStyle: hs,
|
|
@@ -904,8 +904,8 @@ const ms = /* @__PURE__ */ Ke(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
904
904
|
pie: ws,
|
|
905
905
|
scatter: Is,
|
|
906
906
|
boxplot: Ss,
|
|
907
|
-
parallel:
|
|
908
|
-
sankey:
|
|
907
|
+
parallel: $s,
|
|
908
|
+
sankey: Cs,
|
|
909
909
|
funnel: Vs,
|
|
910
910
|
gauge: Ps,
|
|
911
911
|
candlestick: Ls,
|
|
@@ -962,7 +962,7 @@ hi([
|
|
|
962
962
|
wi,
|
|
963
963
|
Ii,
|
|
964
964
|
Si,
|
|
965
|
-
|
|
965
|
+
$i
|
|
966
966
|
]);
|
|
967
967
|
Eo("dark", Gs);
|
|
968
968
|
Eo("light", xr);
|
|
@@ -974,10 +974,10 @@ const kr = /* @__PURE__ */ S({
|
|
|
974
974
|
refContext: {}
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
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(() => {
|
|
978
978
|
const L = {}, q = l.value?.type;
|
|
979
|
-
return i === "page" ? q === "common" ?
|
|
980
|
-
}), 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");
|
|
981
981
|
let T;
|
|
982
982
|
const G = () => {
|
|
983
983
|
T?.dispose(), T = Ao.init(z.value, s.value ? "dark" : "light");
|
|
@@ -987,11 +987,11 @@ const kr = /* @__PURE__ */ S({
|
|
|
987
987
|
T?.resize();
|
|
988
988
|
}, N = () => {
|
|
989
989
|
const L = {};
|
|
990
|
-
|
|
990
|
+
_(L), I(L), b(L), x(L), h(L), T?.setOption(L, !0);
|
|
991
991
|
};
|
|
992
|
-
return
|
|
993
|
-
window.addEventListener("resize", U, !1), await
|
|
994
|
-
}),
|
|
992
|
+
return Io(async () => {
|
|
993
|
+
window.addEventListener("resize", U, !1), await Co(() => !!z.value), G(), N();
|
|
994
|
+
}), we(() => {
|
|
995
995
|
window.removeEventListener("resize", U, !1), T?.dispose();
|
|
996
996
|
}), pe(
|
|
997
997
|
[
|
|
@@ -1005,7 +1005,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1005
1005
|
f
|
|
1006
1006
|
],
|
|
1007
1007
|
async () => {
|
|
1008
|
-
await
|
|
1008
|
+
await on(), U();
|
|
1009
1009
|
}
|
|
1010
1010
|
), pe([s], () => {
|
|
1011
1011
|
G(), N();
|
|
@@ -1015,12 +1015,12 @@ const kr = /* @__PURE__ */ S({
|
|
|
1015
1015
|
N();
|
|
1016
1016
|
},
|
|
1017
1017
|
{ deep: !0 }
|
|
1018
|
-
), (L, q) => (k(),
|
|
1018
|
+
), (L, q) => (k(), C(r(H), {
|
|
1019
1019
|
block: "",
|
|
1020
1020
|
mask: ""
|
|
1021
1021
|
}, {
|
|
1022
1022
|
default: V(() => [
|
|
1023
|
-
|
|
1023
|
+
Be("div", {
|
|
1024
1024
|
ref: "chart",
|
|
1025
1025
|
style: de(v.value)
|
|
1026
1026
|
}, null, 4)
|
|
@@ -1036,10 +1036,10 @@ const kr = /* @__PURE__ */ S({
|
|
|
1036
1036
|
refContext: {}
|
|
1037
1037
|
},
|
|
1038
1038
|
setup(t) {
|
|
1039
|
-
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(() => {
|
|
1040
1040
|
const L = {}, q = l.value?.type;
|
|
1041
|
-
return i === "page" ? q === "common" ?
|
|
1042
|
-
}), 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");
|
|
1043
1043
|
let T;
|
|
1044
1044
|
const G = () => {
|
|
1045
1045
|
T?.dispose(), T = Ao.init(z.value, s.value ? "dark" : "light");
|
|
@@ -1049,11 +1049,11 @@ const kr = /* @__PURE__ */ S({
|
|
|
1049
1049
|
T?.resize();
|
|
1050
1050
|
}, N = () => {
|
|
1051
1051
|
const L = {};
|
|
1052
|
-
|
|
1052
|
+
_(L), I(L), b(L), x(L), h(L), T?.setOption(L, !0);
|
|
1053
1053
|
};
|
|
1054
|
-
return
|
|
1055
|
-
window.addEventListener("resize", U, !1), await
|
|
1056
|
-
}),
|
|
1054
|
+
return Io(async () => {
|
|
1055
|
+
window.addEventListener("resize", U, !1), await Co(() => !!z.value), G(), N();
|
|
1056
|
+
}), we(() => {
|
|
1057
1057
|
window.removeEventListener("resize", U, !1), T?.dispose();
|
|
1058
1058
|
}), pe(
|
|
1059
1059
|
[
|
|
@@ -1067,7 +1067,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1067
1067
|
f
|
|
1068
1068
|
],
|
|
1069
1069
|
async () => {
|
|
1070
|
-
await
|
|
1070
|
+
await on(), U();
|
|
1071
1071
|
}
|
|
1072
1072
|
), pe([s], () => {
|
|
1073
1073
|
G(), N();
|
|
@@ -1077,12 +1077,12 @@ const kr = /* @__PURE__ */ S({
|
|
|
1077
1077
|
N();
|
|
1078
1078
|
},
|
|
1079
1079
|
{ deep: !0 }
|
|
1080
|
-
), (L, q) => (k(),
|
|
1080
|
+
), (L, q) => (k(), C(r(H), {
|
|
1081
1081
|
block: "",
|
|
1082
1082
|
mask: ""
|
|
1083
1083
|
}, {
|
|
1084
1084
|
default: V(() => [
|
|
1085
|
-
|
|
1085
|
+
Be("div", {
|
|
1086
1086
|
ref: "chart",
|
|
1087
1087
|
style: de(v.value)
|
|
1088
1088
|
}, null, 4)
|
|
@@ -1109,7 +1109,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1109
1109
|
]);
|
|
1110
1110
|
return (u, m) => {
|
|
1111
1111
|
const d = B("v-badge");
|
|
1112
|
-
return k(),
|
|
1112
|
+
return k(), C(r(H), null, {
|
|
1113
1113
|
default: V(() => [
|
|
1114
1114
|
D(d, {
|
|
1115
1115
|
content: r(o),
|
|
@@ -1143,14 +1143,14 @@ const kr = /* @__PURE__ */ S({
|
|
|
1143
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, [
|
|
1144
1144
|
"settings",
|
|
1145
1145
|
"disabled"
|
|
1146
|
-
]), { 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, [
|
|
1147
1147
|
"settings",
|
|
1148
1148
|
"addIcon",
|
|
1149
1149
|
"prepend"
|
|
1150
1150
|
]), { property: x } = a(e, [
|
|
1151
1151
|
"settings",
|
|
1152
1152
|
"readonly"
|
|
1153
|
-
]), { 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) => {
|
|
1154
1154
|
if (!o || !o.vm)
|
|
1155
1155
|
return;
|
|
1156
1156
|
const { vm: oe } = o;
|
|
@@ -1161,7 +1161,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1161
1161
|
};
|
|
1162
1162
|
return (q, oe) => {
|
|
1163
1163
|
const ge = B("v-btn");
|
|
1164
|
-
return k(),
|
|
1164
|
+
return k(), C(r(H), {
|
|
1165
1165
|
block: r(i),
|
|
1166
1166
|
mask: ""
|
|
1167
1167
|
}, {
|
|
@@ -1175,12 +1175,12 @@ const kr = /* @__PURE__ */ S({
|
|
|
1175
1175
|
height: r(d),
|
|
1176
1176
|
loading: r(p),
|
|
1177
1177
|
"max-height": r(f),
|
|
1178
|
-
"max-width": r(
|
|
1179
|
-
"min-height": r(
|
|
1178
|
+
"max-width": r(g),
|
|
1179
|
+
"min-height": r(_),
|
|
1180
1180
|
"min-width": r(I),
|
|
1181
1181
|
"prepend-icon": r(b),
|
|
1182
1182
|
readonly: r(x),
|
|
1183
|
-
ripple: r(
|
|
1183
|
+
ripple: r(h),
|
|
1184
1184
|
size: r(v),
|
|
1185
1185
|
stacked: r(z),
|
|
1186
1186
|
text: r(T),
|
|
@@ -1194,17 +1194,17 @@ const kr = /* @__PURE__ */ S({
|
|
|
1194
1194
|
}, 8, ["block"]);
|
|
1195
1195
|
};
|
|
1196
1196
|
}
|
|
1197
|
-
}),
|
|
1198
|
-
function
|
|
1197
|
+
}), $r = {};
|
|
1198
|
+
function Cr(t, n) {
|
|
1199
1199
|
const e = B("v-btn-group");
|
|
1200
|
-
return k(),
|
|
1200
|
+
return k(), C(e, null, {
|
|
1201
1201
|
default: V(() => [
|
|
1202
1202
|
F(t.$slots, "default")
|
|
1203
1203
|
]),
|
|
1204
1204
|
_: 3
|
|
1205
1205
|
});
|
|
1206
1206
|
}
|
|
1207
|
-
const Vr = /* @__PURE__ */ Ke(
|
|
1207
|
+
const Vr = /* @__PURE__ */ Ke($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
1208
1208
|
__name: "index",
|
|
1209
1209
|
props: {
|
|
1210
1210
|
nodeId: {},
|
|
@@ -1224,10 +1224,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1224
1224
|
]), { property: u } = a(e, [
|
|
1225
1225
|
"settings",
|
|
1226
1226
|
"readonly"
|
|
1227
|
-
]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = J(), { property: f } = a(e, ["settings", "tile"]), { property:
|
|
1228
|
-
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) => {
|
|
1229
1229
|
const b = B("v-btn-toggle");
|
|
1230
|
-
return k(),
|
|
1230
|
+
return k(), C(b, {
|
|
1231
1231
|
block: r(o),
|
|
1232
1232
|
disabled: r(s),
|
|
1233
1233
|
divided: r(i),
|
|
@@ -1238,10 +1238,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1238
1238
|
stacked: r(d),
|
|
1239
1239
|
theme: r(p),
|
|
1240
1240
|
tile: r(f),
|
|
1241
|
-
variant: r(
|
|
1241
|
+
variant: r(g)
|
|
1242
1242
|
}, {
|
|
1243
1243
|
default: V(() => [
|
|
1244
|
-
F(
|
|
1244
|
+
F(_.$slots, "default")
|
|
1245
1245
|
]),
|
|
1246
1246
|
_: 3
|
|
1247
1247
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1261,10 +1261,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1261
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, [
|
|
1262
1262
|
"settings",
|
|
1263
1263
|
"subtitle"
|
|
1264
|
-
]), { property:
|
|
1265
|
-
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) => {
|
|
1266
1266
|
const z = B("v-card");
|
|
1267
|
-
return k(),
|
|
1267
|
+
return k(), C(r(H), { block: "" }, {
|
|
1268
1268
|
default: V(() => [
|
|
1269
1269
|
D(z, {
|
|
1270
1270
|
density: r(o),
|
|
@@ -1277,14 +1277,14 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1277
1277
|
"min-height": r(d),
|
|
1278
1278
|
"min-width": r(p),
|
|
1279
1279
|
subtitle: r(f),
|
|
1280
|
-
text: r(
|
|
1281
|
-
theme: r(
|
|
1280
|
+
text: r(g),
|
|
1281
|
+
theme: r(_),
|
|
1282
1282
|
title: r(I),
|
|
1283
1283
|
variant: r(b),
|
|
1284
1284
|
width: r(x)
|
|
1285
1285
|
}, {
|
|
1286
1286
|
default: V(() => [
|
|
1287
|
-
F(
|
|
1287
|
+
F(h.$slots, "default")
|
|
1288
1288
|
]),
|
|
1289
1289
|
_: 3
|
|
1290
1290
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
|
|
@@ -1310,7 +1310,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1310
1310
|
]);
|
|
1311
1311
|
return (i, l) => {
|
|
1312
1312
|
const c = B("v-checkbox");
|
|
1313
|
-
return k(),
|
|
1313
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1314
1314
|
default: V(() => [
|
|
1315
1315
|
D(c, {
|
|
1316
1316
|
disabled: r(o),
|
|
@@ -1338,10 +1338,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1338
1338
|
]), { property: u } = a(e, [
|
|
1339
1339
|
"settings",
|
|
1340
1340
|
"draggable"
|
|
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:
|
|
1342
|
-
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) => {
|
|
1343
1343
|
const v = B("v-chip");
|
|
1344
|
-
return k(),
|
|
1344
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1345
1345
|
default: V(() => [
|
|
1346
1346
|
D(v, {
|
|
1347
1347
|
closable: r(o),
|
|
@@ -1353,8 +1353,8 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1353
1353
|
label: r(d),
|
|
1354
1354
|
size: r(p),
|
|
1355
1355
|
text: r(f),
|
|
1356
|
-
theme: r(
|
|
1357
|
-
tile: r(
|
|
1356
|
+
theme: r(g),
|
|
1357
|
+
tile: r(_),
|
|
1358
1358
|
value: r(I),
|
|
1359
1359
|
variant: r(b)
|
|
1360
1360
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
|
|
@@ -1387,11 +1387,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1387
1387
|
"settings",
|
|
1388
1388
|
"showArrows"
|
|
1389
1389
|
]), { theme: d } = J(), { property: p } = a(e, ["settings", "value"]);
|
|
1390
|
-
return (f,
|
|
1391
|
-
const
|
|
1392
|
-
return k(),
|
|
1390
|
+
return (f, g) => {
|
|
1391
|
+
const _ = B("v-chip-group");
|
|
1392
|
+
return k(), C(_, {
|
|
1393
1393
|
modelValue: r(p),
|
|
1394
|
-
"onUpdate:modelValue":
|
|
1394
|
+
"onUpdate:modelValue": g[0] || (g[0] = (I) => ne(p) ? p.value = I : null),
|
|
1395
1395
|
column: r(o),
|
|
1396
1396
|
direction: r(s),
|
|
1397
1397
|
disabled: r(i),
|
|
@@ -1416,7 +1416,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1416
1416
|
refContext: {}
|
|
1417
1417
|
},
|
|
1418
1418
|
setup(t) {
|
|
1419
|
-
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(() => {
|
|
1420
1420
|
const I = {}, b = s.value?.type;
|
|
1421
1421
|
return o === "page" ? b === "common" ? i(I) : console.assert(!1) : o === "comp" && b === "common" ? i(I) : console.assert(!1), I;
|
|
1422
1422
|
}), { property: c } = a(e, [
|
|
@@ -1437,13 +1437,13 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1437
1437
|
]), { property: f } = a(e, [
|
|
1438
1438
|
"settings",
|
|
1439
1439
|
"landscape"
|
|
1440
|
-
]), { property:
|
|
1440
|
+
]), { property: g } = a(e, [
|
|
1441
1441
|
"settings",
|
|
1442
1442
|
"showSwatches"
|
|
1443
|
-
]), { theme:
|
|
1443
|
+
]), { theme: _ } = J();
|
|
1444
1444
|
return (I, b) => {
|
|
1445
1445
|
const x = B("v-color-picker");
|
|
1446
|
-
return k(),
|
|
1446
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1447
1447
|
default: V(() => [
|
|
1448
1448
|
D(x, {
|
|
1449
1449
|
disabled: r(c),
|
|
@@ -1452,9 +1452,9 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1452
1452
|
"hide-inputs": r(d),
|
|
1453
1453
|
"hide-sliders": r(p),
|
|
1454
1454
|
landscape: r(f),
|
|
1455
|
-
"show-swatches": r(
|
|
1455
|
+
"show-swatches": r(g),
|
|
1456
1456
|
style: de(l.value),
|
|
1457
|
-
theme: r(
|
|
1457
|
+
theme: r(_)
|
|
1458
1458
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
|
|
1459
1459
|
]),
|
|
1460
1460
|
_: 1
|
|
@@ -1484,11 +1484,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1484
1484
|
]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
|
|
1485
1485
|
return (d, p) => {
|
|
1486
1486
|
const f = B("v-combobox");
|
|
1487
|
-
return k(),
|
|
1487
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1488
1488
|
default: V(() => [
|
|
1489
1489
|
D(f, {
|
|
1490
1490
|
modelValue: r(m),
|
|
1491
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
1491
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => ne(m) ? m.value = g : null),
|
|
1492
1492
|
"hide-details": r(o),
|
|
1493
1493
|
label: r(s),
|
|
1494
1494
|
placeholder: r(i),
|
|
@@ -1509,16 +1509,16 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1509
1509
|
refContext: {}
|
|
1510
1510
|
},
|
|
1511
1511
|
setup(t) {
|
|
1512
|
-
const n = t, { node: e } = P(n), o =
|
|
1512
|
+
const n = t, { node: e } = P(n), o = Ie(), s = le(), { property: i } = a(e, [
|
|
1513
1513
|
"settings",
|
|
1514
1514
|
"backgroundColor"
|
|
1515
|
-
]), { color: l } = Q(i), { applySize: c } = be(n, e), { applyMargin: u } =
|
|
1516
|
-
const f = {},
|
|
1517
|
-
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;
|
|
1518
1518
|
});
|
|
1519
|
-
return (f,
|
|
1519
|
+
return (f, g) => (k(), C(r(H), { block: "" }, {
|
|
1520
1520
|
default: V(() => [
|
|
1521
|
-
|
|
1521
|
+
Be("div", {
|
|
1522
1522
|
style: de(p.value)
|
|
1523
1523
|
}, [
|
|
1524
1524
|
F(f.$slots, "default")
|
|
@@ -1536,7 +1536,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1536
1536
|
},
|
|
1537
1537
|
setup(t) {
|
|
1538
1538
|
const n = t, e = Z(), o = Qe(), s = se();
|
|
1539
|
-
|
|
1539
|
+
Ve(s);
|
|
1540
1540
|
const i = w(() => n.refContext.compId);
|
|
1541
1541
|
et(i, s), ie(e) && tt(s, "slot", "", "", _e());
|
|
1542
1542
|
function l(u) {
|
|
@@ -1578,7 +1578,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1578
1578
|
{ default: () => s.value.view.nodeLites.map((d) => l(d)) }
|
|
1579
1579
|
);
|
|
1580
1580
|
};
|
|
1581
|
-
return (u, m) => (k(),
|
|
1581
|
+
return (u, m) => (k(), C(c));
|
|
1582
1582
|
}
|
|
1583
1583
|
}), Rr = /* @__PURE__ */ S({
|
|
1584
1584
|
__name: "index",
|
|
@@ -1597,10 +1597,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1597
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, [
|
|
1598
1598
|
"settings",
|
|
1599
1599
|
"multiSort"
|
|
1600
|
-
]), { theme: f } = J(), { property:
|
|
1600
|
+
]), { theme: f } = J(), { property: g } = a(e, ["size", "width"]), { property: _ } = a(e, ["slots", "columns"]);
|
|
1601
1601
|
return (I, b) => {
|
|
1602
1602
|
const x = B("v-data-table");
|
|
1603
|
-
return k(),
|
|
1603
|
+
return k(), C(r(H), {
|
|
1604
1604
|
block: "",
|
|
1605
1605
|
mask: ""
|
|
1606
1606
|
}, {
|
|
@@ -1616,10 +1616,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1616
1616
|
loading: r(d),
|
|
1617
1617
|
"multi-sort": r(p),
|
|
1618
1618
|
theme: r(f),
|
|
1619
|
-
width: r(
|
|
1620
|
-
},
|
|
1621
|
-
ii(r(
|
|
1622
|
-
name: `item.${
|
|
1619
|
+
width: r(g)
|
|
1620
|
+
}, sn({ _: 2 }, [
|
|
1621
|
+
ii(r(_), ({ key: h, comp: v }) => ({
|
|
1622
|
+
name: `item.${h}`,
|
|
1623
1623
|
fn: V(({ value: z }) => [
|
|
1624
1624
|
D(Br, {
|
|
1625
1625
|
"node-id": n.nodeId,
|
|
@@ -1642,7 +1642,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1642
1642
|
setup(t) {
|
|
1643
1643
|
return (n, e) => {
|
|
1644
1644
|
const o = B("v-date-picker");
|
|
1645
|
-
return k(),
|
|
1645
|
+
return k(), C(r(H), { mask: "" }, {
|
|
1646
1646
|
default: V(() => [
|
|
1647
1647
|
D(o)
|
|
1648
1648
|
]),
|
|
@@ -1665,7 +1665,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1665
1665
|
o.value = !1;
|
|
1666
1666
|
}), (s, i) => {
|
|
1667
1667
|
const l = B("v-dialog");
|
|
1668
|
-
return k(),
|
|
1668
|
+
return k(), C(l, {
|
|
1669
1669
|
modelValue: r(o),
|
|
1670
1670
|
"onUpdate:modelValue": i[0] || (i[0] = (c) => ne(o) ? o.value = c : null),
|
|
1671
1671
|
attach: "#dialogContainer"
|
|
@@ -1707,9 +1707,9 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1707
1707
|
"settings",
|
|
1708
1708
|
"singleLine"
|
|
1709
1709
|
]);
|
|
1710
|
-
return (
|
|
1710
|
+
return (g, _) => {
|
|
1711
1711
|
const I = B("v-file-input");
|
|
1712
|
-
return k(),
|
|
1712
|
+
return k(), C(r(H), {
|
|
1713
1713
|
block: "",
|
|
1714
1714
|
mask: ""
|
|
1715
1715
|
}, {
|
|
@@ -1739,27 +1739,27 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1739
1739
|
refContext: {}
|
|
1740
1740
|
},
|
|
1741
1741
|
setup(t) {
|
|
1742
|
-
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, [
|
|
1743
1743
|
"settings",
|
|
1744
1744
|
"backgroundColor"
|
|
1745
|
-
]), { color: p } = Q(d), f = (
|
|
1746
|
-
p.value && (
|
|
1745
|
+
]), { color: p } = Q(d), f = (_) => {
|
|
1746
|
+
p.value && (_.backgroundColor = p.value), _.display = "flex";
|
|
1747
1747
|
const I = ut(o.value.width), b = Fe(I, e.value.settings?.direction);
|
|
1748
|
-
b === "row" ?
|
|
1748
|
+
b === "row" ? _.flexDirection = "row" : b === "rowReverse" ? _.flexDirection = "row-reverse" : b === "column" ? _.flexDirection = "column" : b === "columnReverse" && (_.flexDirection = "column-reverse");
|
|
1749
1749
|
const x = Fe(I, e.value.settings?.wrap);
|
|
1750
|
-
x === "no" ?
|
|
1751
|
-
const
|
|
1752
|
-
|
|
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");
|
|
1753
1753
|
const v = Fe(I, e.value.settings?.crossAlign);
|
|
1754
|
-
v === "start" ?
|
|
1755
|
-
},
|
|
1756
|
-
const
|
|
1757
|
-
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), _;
|
|
1758
1758
|
});
|
|
1759
|
-
return (
|
|
1760
|
-
style: de(
|
|
1759
|
+
return (_, I) => (k(), te("div", {
|
|
1760
|
+
style: de(g.value)
|
|
1761
1761
|
}, [
|
|
1762
|
-
F(
|
|
1762
|
+
F(_.$slots, "default")
|
|
1763
1763
|
], 4));
|
|
1764
1764
|
}
|
|
1765
1765
|
}), jr = /* @__PURE__ */ S({
|
|
@@ -1770,7 +1770,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1770
1770
|
refContext: {}
|
|
1771
1771
|
},
|
|
1772
1772
|
setup(t) {
|
|
1773
|
-
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(() => {
|
|
1774
1774
|
const m = {}, d = s.value?.type;
|
|
1775
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;
|
|
1776
1776
|
});
|
|
@@ -1788,15 +1788,15 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1788
1788
|
refContext: {}
|
|
1789
1789
|
},
|
|
1790
1790
|
setup(t) {
|
|
1791
|
-
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, [
|
|
1792
1792
|
"settings",
|
|
1793
1793
|
"fastFail"
|
|
1794
1794
|
]), { property: u } = a(e, [
|
|
1795
1795
|
"settings",
|
|
1796
1796
|
"backgroundColor"
|
|
1797
|
-
]), { 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(() => {
|
|
1798
1798
|
const b = {}, x = s.value?.type;
|
|
1799
|
-
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;
|
|
1800
1800
|
}), I = () => {
|
|
1801
1801
|
i && i.callFunction(
|
|
1802
1802
|
"__triggerEventV1__",
|
|
@@ -1804,12 +1804,12 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1804
1804
|
);
|
|
1805
1805
|
};
|
|
1806
1806
|
return (b, x) => {
|
|
1807
|
-
const
|
|
1808
|
-
return k(),
|
|
1807
|
+
const h = B("v-form");
|
|
1808
|
+
return k(), C(h, {
|
|
1809
1809
|
modelValue: r(l),
|
|
1810
1810
|
"onUpdate:modelValue": x[0] || (x[0] = (v) => ne(l) ? l.value = v : null),
|
|
1811
1811
|
"fast-fail": r(c),
|
|
1812
|
-
style: de(
|
|
1812
|
+
style: de(_.value),
|
|
1813
1813
|
onSubmit: si(I, ["prevent"])
|
|
1814
1814
|
}, {
|
|
1815
1815
|
default: V(() => [
|
|
@@ -1833,7 +1833,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1833
1833
|
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = J();
|
|
1834
1834
|
return (m, d) => {
|
|
1835
1835
|
const p = B("v-icon");
|
|
1836
|
-
return k(),
|
|
1836
|
+
return k(), C(p, {
|
|
1837
1837
|
color: r(s),
|
|
1838
1838
|
disabled: r(i),
|
|
1839
1839
|
icon: r(l),
|
|
@@ -1860,7 +1860,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1860
1860
|
o && (c.value = !1);
|
|
1861
1861
|
}), (u, m) => {
|
|
1862
1862
|
const d = B("v-menu");
|
|
1863
|
-
return k(),
|
|
1863
|
+
return k(), C(d, {
|
|
1864
1864
|
modelValue: r(c),
|
|
1865
1865
|
"onUpdate:modelValue": m[0] || (m[0] = (p) => ne(c) ? c.value = p : null),
|
|
1866
1866
|
attach: "menuContainer",
|
|
@@ -1903,10 +1903,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1903
1903
|
]), { property: l } = a(e, [
|
|
1904
1904
|
"settings",
|
|
1905
1905
|
"hideDetails"
|
|
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:
|
|
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, [
|
|
1907
1907
|
"settings",
|
|
1908
1908
|
"placeholder"
|
|
1909
|
-
]), { property:
|
|
1909
|
+
]), { property: _ } = a(e, [
|
|
1910
1910
|
"settings",
|
|
1911
1911
|
"precision"
|
|
1912
1912
|
]), { property: I } = a(e, ["settings", "prefix"]), { property: b } = a(e, [
|
|
@@ -1917,7 +1917,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1917
1917
|
"settings",
|
|
1918
1918
|
"addIcon",
|
|
1919
1919
|
"prependInner"
|
|
1920
|
-
]), { property:
|
|
1920
|
+
]), { property: h } = a(e, [
|
|
1921
1921
|
"settings",
|
|
1922
1922
|
"readonly"
|
|
1923
1923
|
]), { property: v } = a(e, ["settings", "reverse"]), { property: z } = a(e, [
|
|
@@ -1925,13 +1925,13 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1925
1925
|
"singleLine"
|
|
1926
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"]);
|
|
1927
1927
|
return (oe, ge) => {
|
|
1928
|
-
const
|
|
1929
|
-
return k(),
|
|
1928
|
+
const Pe = B("v-number-input");
|
|
1929
|
+
return k(), C(r(H), {
|
|
1930
1930
|
block: "",
|
|
1931
1931
|
mask: ""
|
|
1932
1932
|
}, {
|
|
1933
1933
|
default: V(() => [
|
|
1934
|
-
D(
|
|
1934
|
+
D(Pe, {
|
|
1935
1935
|
modelValue: r(N),
|
|
1936
1936
|
"onUpdate:modelValue": ge[0] || (ge[0] = (ve) => ne(N) ? N.value = ve : null),
|
|
1937
1937
|
"append-icon": r(o),
|
|
@@ -1944,12 +1944,12 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1944
1944
|
"max-width": r(d),
|
|
1945
1945
|
min: r(p),
|
|
1946
1946
|
"min-width": r(f),
|
|
1947
|
-
placeholder: r(
|
|
1948
|
-
precision: r(
|
|
1947
|
+
placeholder: r(g),
|
|
1948
|
+
precision: r(_),
|
|
1949
1949
|
prefix: r(I),
|
|
1950
1950
|
"prepend-icon": r(b),
|
|
1951
1951
|
"prepend-inner-icon": r(x),
|
|
1952
|
-
readonly: r(
|
|
1952
|
+
readonly: r(h),
|
|
1953
1953
|
reverse: r(v),
|
|
1954
1954
|
"single-line": r(z),
|
|
1955
1955
|
step: r(T),
|
|
@@ -1977,30 +1977,30 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
1977
1977
|
]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
|
|
1978
1978
|
"settings",
|
|
1979
1979
|
"showFirstLastPage"
|
|
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:
|
|
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(() => {
|
|
1981
1981
|
const I = {};
|
|
1982
1982
|
return o === "editor" && (I.pointerEvents = "none"), I;
|
|
1983
1983
|
});
|
|
1984
1984
|
return (I, b) => {
|
|
1985
1985
|
const x = B("v-pagination");
|
|
1986
|
-
return k(),
|
|
1986
|
+
return k(), C(r(H), {
|
|
1987
1987
|
block: "",
|
|
1988
1988
|
mask: ""
|
|
1989
1989
|
}, {
|
|
1990
1990
|
default: V(() => [
|
|
1991
1991
|
D(x, {
|
|
1992
1992
|
modelValue: r(f),
|
|
1993
|
-
"onUpdate:modelValue": b[0] || (b[0] = (
|
|
1993
|
+
"onUpdate:modelValue": b[0] || (b[0] = (h) => ne(f) ? f.value = h : null),
|
|
1994
1994
|
density: r(s),
|
|
1995
1995
|
disabled: r(i),
|
|
1996
1996
|
length: r(l),
|
|
1997
1997
|
"show-first-last-page": r(c),
|
|
1998
1998
|
size: r(u),
|
|
1999
1999
|
start: r(m),
|
|
2000
|
-
style: de(
|
|
2000
|
+
style: de(_.value),
|
|
2001
2001
|
theme: r(d),
|
|
2002
2002
|
tile: r(p),
|
|
2003
|
-
variant: r(
|
|
2003
|
+
variant: r(g)
|
|
2004
2004
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
2005
2005
|
]),
|
|
2006
2006
|
_: 1
|
|
@@ -2023,8 +2023,8 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2023
2023
|
"readonly"
|
|
2024
2024
|
]), { theme: m } = J(), { property: d } = a(e, ["settings", "value"]);
|
|
2025
2025
|
return (p, f) => {
|
|
2026
|
-
const
|
|
2027
|
-
return k(),
|
|
2026
|
+
const g = B("v-radio");
|
|
2027
|
+
return k(), C(g, {
|
|
2028
2028
|
color: r(s),
|
|
2029
2029
|
density: r(i),
|
|
2030
2030
|
disabled: r(l),
|
|
@@ -2055,11 +2055,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2055
2055
|
]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
|
|
2056
2056
|
return (d, p) => {
|
|
2057
2057
|
const f = B("v-radio-group");
|
|
2058
|
-
return k(),
|
|
2058
|
+
return k(), C(r(H), null, {
|
|
2059
2059
|
default: V(() => [
|
|
2060
2060
|
D(f, {
|
|
2061
2061
|
modelValue: r(m),
|
|
2062
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
2062
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => ne(m) ? m.value = g : null),
|
|
2063
2063
|
density: r(o),
|
|
2064
2064
|
direction: r(s),
|
|
2065
2065
|
disabled: r(i),
|
|
@@ -2105,7 +2105,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2105
2105
|
return "always";
|
|
2106
2106
|
if (p.value === "show")
|
|
2107
2107
|
return !0;
|
|
2108
|
-
}), { property:
|
|
2108
|
+
}), { property: g } = a(e, ["settings", "step"]), { theme: _ } = J(), { property: I } = a(e, [
|
|
2109
2109
|
"settings",
|
|
2110
2110
|
"thumbLabel"
|
|
2111
2111
|
]), b = w(() => {
|
|
@@ -2116,11 +2116,11 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2116
2116
|
}), { property: x } = a(e, [
|
|
2117
2117
|
"settings",
|
|
2118
2118
|
"thumbSize"
|
|
2119
|
-
]), { property:
|
|
2120
|
-
if (!
|
|
2119
|
+
]), { property: h } = a(e, ["settings", "ticks"]), v = w(() => {
|
|
2120
|
+
if (!h.value)
|
|
2121
2121
|
return;
|
|
2122
2122
|
const N = {};
|
|
2123
|
-
for (const { value: L, label: q } of
|
|
2123
|
+
for (const { value: L, label: q } of h.value)
|
|
2124
2124
|
N[L] = q;
|
|
2125
2125
|
if (!Mo(N))
|
|
2126
2126
|
return N;
|
|
@@ -2143,7 +2143,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2143
2143
|
});
|
|
2144
2144
|
return (N, L) => {
|
|
2145
2145
|
const q = B("v-range-slider");
|
|
2146
|
-
return k(),
|
|
2146
|
+
return k(), C(r(H), {
|
|
2147
2147
|
block: "",
|
|
2148
2148
|
mask: ""
|
|
2149
2149
|
}, {
|
|
@@ -2160,8 +2160,8 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2160
2160
|
min: r(m),
|
|
2161
2161
|
readonly: r(d),
|
|
2162
2162
|
"show-ticks": f.value,
|
|
2163
|
-
step: r(
|
|
2164
|
-
theme: r(
|
|
2163
|
+
step: r(g),
|
|
2164
|
+
theme: r(_),
|
|
2165
2165
|
"thumb-label": b.value,
|
|
2166
2166
|
"thumb-size": r(x),
|
|
2167
2167
|
"tick-size": r(z),
|
|
@@ -2193,13 +2193,13 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2193
2193
|
"settings",
|
|
2194
2194
|
"readonly"
|
|
2195
2195
|
]), { theme: d } = J(), { property: p } = a(e, ["settings", "value"]);
|
|
2196
|
-
return (f,
|
|
2197
|
-
const
|
|
2198
|
-
return k(),
|
|
2196
|
+
return (f, g) => {
|
|
2197
|
+
const _ = B("v-rating");
|
|
2198
|
+
return k(), C(r(H), { mask: "" }, {
|
|
2199
2199
|
default: V(() => [
|
|
2200
|
-
D(
|
|
2200
|
+
D(_, {
|
|
2201
2201
|
modelValue: r(p),
|
|
2202
|
-
"onUpdate:modelValue":
|
|
2202
|
+
"onUpdate:modelValue": g[0] || (g[0] = (I) => ne(p) ? p.value = I : null),
|
|
2203
2203
|
clearable: r(o),
|
|
2204
2204
|
density: r(s),
|
|
2205
2205
|
disabled: r(i),
|
|
@@ -2237,14 +2237,14 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2237
2237
|
]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
|
|
2238
2238
|
return (d, p) => {
|
|
2239
2239
|
const f = B("v-select");
|
|
2240
|
-
return k(),
|
|
2240
|
+
return k(), C(r(H), {
|
|
2241
2241
|
block: "",
|
|
2242
2242
|
mask: ""
|
|
2243
2243
|
}, {
|
|
2244
2244
|
default: V(() => [
|
|
2245
2245
|
D(f, {
|
|
2246
2246
|
modelValue: r(m),
|
|
2247
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
2247
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => ne(m) ? m.value = g : null),
|
|
2248
2248
|
"hide-details": r(o),
|
|
2249
2249
|
label: r(s),
|
|
2250
2250
|
placeholder: r(i),
|
|
@@ -2277,18 +2277,18 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2277
2277
|
]), { property: u } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
|
|
2278
2278
|
"settings",
|
|
2279
2279
|
"readonly"
|
|
2280
|
-
]), { property: f } = a(e, ["settings", "reverse"]), { property:
|
|
2280
|
+
]), { property: f } = a(e, ["settings", "reverse"]), { property: g } = a(e, [
|
|
2281
2281
|
"settings",
|
|
2282
2282
|
"showTicks"
|
|
2283
|
-
]),
|
|
2284
|
-
if (
|
|
2283
|
+
]), _ = w(() => {
|
|
2284
|
+
if (g.value === "always")
|
|
2285
2285
|
return "always";
|
|
2286
|
-
if (
|
|
2286
|
+
if (g.value === "show")
|
|
2287
2287
|
return !0;
|
|
2288
2288
|
}), { property: I } = a(e, ["settings", "step"]), { theme: b } = J(), { property: x } = a(e, [
|
|
2289
2289
|
"settings",
|
|
2290
2290
|
"thumbColor"
|
|
2291
|
-
]), { color:
|
|
2291
|
+
]), { color: h } = Q(x), { property: v } = a(e, [
|
|
2292
2292
|
"settings",
|
|
2293
2293
|
"thumbLabel"
|
|
2294
2294
|
]), z = w(() => {
|
|
@@ -2313,10 +2313,10 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2313
2313
|
]), { property: L } = a(e, [
|
|
2314
2314
|
"settings",
|
|
2315
2315
|
"trackColor"
|
|
2316
|
-
]), { 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"]);
|
|
2317
2317
|
return (ve, nt) => {
|
|
2318
2318
|
const kt = B("v-slider");
|
|
2319
|
-
return k(),
|
|
2319
|
+
return k(), C(r(H), {
|
|
2320
2320
|
block: "",
|
|
2321
2321
|
mask: ""
|
|
2322
2322
|
}, {
|
|
@@ -2333,20 +2333,20 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2333
2333
|
min: r(d),
|
|
2334
2334
|
readonly: r(p),
|
|
2335
2335
|
reverse: r(f),
|
|
2336
|
-
"show-ticks":
|
|
2336
|
+
"show-ticks": _.value,
|
|
2337
2337
|
step: r(I),
|
|
2338
2338
|
theme: r(b),
|
|
2339
|
-
"thumb-color": r(
|
|
2339
|
+
"thumb-color": r(h),
|
|
2340
2340
|
"thumb-label": z.value,
|
|
2341
2341
|
"thumb-size": r(T),
|
|
2342
2342
|
"tick-size": r(N),
|
|
2343
2343
|
ticks: U.value,
|
|
2344
2344
|
"track-color": r(q)
|
|
2345
|
-
},
|
|
2345
|
+
}, sn({ _: 2 }, [
|
|
2346
2346
|
r(ge) ? {
|
|
2347
2347
|
name: "append",
|
|
2348
2348
|
fn: V(() => [
|
|
2349
|
-
D(r(
|
|
2349
|
+
D(r($e), {
|
|
2350
2350
|
"node-id": "append",
|
|
2351
2351
|
"ref-context": { compId: r(ge) },
|
|
2352
2352
|
state: {}
|
|
@@ -2354,12 +2354,12 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2354
2354
|
]),
|
|
2355
2355
|
key: "0"
|
|
2356
2356
|
} : void 0,
|
|
2357
|
-
r(
|
|
2357
|
+
r(Pe) ? {
|
|
2358
2358
|
name: "prepend",
|
|
2359
2359
|
fn: V(() => [
|
|
2360
|
-
D(r(
|
|
2360
|
+
D(r($e), {
|
|
2361
2361
|
"node-id": "prepend",
|
|
2362
|
-
"ref-context": { compId: r(
|
|
2362
|
+
"ref-context": { compId: r(Pe) },
|
|
2363
2363
|
state: {}
|
|
2364
2364
|
}, null, 8, ["ref-context"])
|
|
2365
2365
|
]),
|
|
@@ -2385,7 +2385,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2385
2385
|
]), { theme: s } = J(), { property: i } = a(e, ["settings", "value"]);
|
|
2386
2386
|
return (l, c) => {
|
|
2387
2387
|
const u = B("v-stepper");
|
|
2388
|
-
return k(),
|
|
2388
|
+
return k(), C(u, {
|
|
2389
2389
|
modelValue: r(i),
|
|
2390
2390
|
"onUpdate:modelValue": c[0] || (c[0] = (m) => ne(i) ? i.value = m : null),
|
|
2391
2391
|
"hide-actions": r(o),
|
|
@@ -2401,7 +2401,7 @@ const Vr = /* @__PURE__ */ Ke(Cr, [["render", $r]]), Pr = /* @__PURE__ */ S({
|
|
|
2401
2401
|
}), il = {};
|
|
2402
2402
|
function sl(t, n) {
|
|
2403
2403
|
const e = B("v-stepper-header");
|
|
2404
|
-
return k(),
|
|
2404
|
+
return k(), C(e, null, {
|
|
2405
2405
|
default: V(() => [
|
|
2406
2406
|
F(t.$slots, "default")
|
|
2407
2407
|
]),
|
|
@@ -2419,7 +2419,7 @@ const rl = /* @__PURE__ */ Ke(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
|
2419
2419
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2420
2420
|
return (s, i) => {
|
|
2421
2421
|
const l = B("v-stepper-item");
|
|
2422
|
-
return k(),
|
|
2422
|
+
return k(), C(l, { value: r(o) }, {
|
|
2423
2423
|
default: V(() => [
|
|
2424
2424
|
F(s.$slots, "default")
|
|
2425
2425
|
]),
|
|
@@ -2430,7 +2430,7 @@ const rl = /* @__PURE__ */ Ke(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
|
2430
2430
|
}), al = {};
|
|
2431
2431
|
function cl(t, n) {
|
|
2432
2432
|
const e = B("v-stepper-window");
|
|
2433
|
-
return k(),
|
|
2433
|
+
return k(), C(e, null, {
|
|
2434
2434
|
default: V(() => [
|
|
2435
2435
|
F(t.$slots, "default")
|
|
2436
2436
|
]),
|
|
@@ -2448,7 +2448,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2448
2448
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2449
2449
|
return (s, i) => {
|
|
2450
2450
|
const l = B("v-stepper-window-item");
|
|
2451
|
-
return k(),
|
|
2451
|
+
return k(), C(l, { value: r(o) }, {
|
|
2452
2452
|
default: V(() => [
|
|
2453
2453
|
F(s.$slots, "default")
|
|
2454
2454
|
]),
|
|
@@ -2476,14 +2476,14 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2476
2476
|
]), { property: c } = a(e, [
|
|
2477
2477
|
"settings",
|
|
2478
2478
|
"indeterminate"
|
|
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:
|
|
2480
|
-
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) => {
|
|
2481
2481
|
const b = B("v-switch");
|
|
2482
|
-
return k(),
|
|
2482
|
+
return k(), C(r(H), { mask: "" }, {
|
|
2483
2483
|
default: V(() => [
|
|
2484
2484
|
D(b, {
|
|
2485
|
-
modelValue: r(
|
|
2486
|
-
"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),
|
|
2487
2487
|
density: r(o),
|
|
2488
2488
|
direction: r(s),
|
|
2489
2489
|
disabled: r(i),
|
|
@@ -2514,7 +2514,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2514
2514
|
});
|
|
2515
2515
|
return (u, m) => {
|
|
2516
2516
|
const d = B("v-tab");
|
|
2517
|
-
return k(),
|
|
2517
|
+
return k(), C(r(H), { mask: "" }, {
|
|
2518
2518
|
default: V(() => [
|
|
2519
2519
|
D(d, {
|
|
2520
2520
|
style: de(c.value),
|
|
@@ -2558,7 +2558,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2558
2558
|
]), { property: f } = a(e, [
|
|
2559
2559
|
"settings",
|
|
2560
2560
|
"fixedTabs"
|
|
2561
|
-
]), { property:
|
|
2561
|
+
]), { property: g } = a(e, ["settings", "grow"]), { property: _ } = a(e, [
|
|
2562
2562
|
"settings",
|
|
2563
2563
|
"hideSlider"
|
|
2564
2564
|
]), { property: I } = a(e, ["settings", "items"]), { property: b } = a(e, [
|
|
@@ -2567,14 +2567,14 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2567
2567
|
]), { property: x } = a(e, [
|
|
2568
2568
|
"settings",
|
|
2569
2569
|
"showArrows"
|
|
2570
|
-
]), { property:
|
|
2570
|
+
]), { property: h } = a(e, [
|
|
2571
2571
|
"settings",
|
|
2572
2572
|
"color",
|
|
2573
2573
|
"sliderColor"
|
|
2574
|
-
]), { color: v } = Q(
|
|
2574
|
+
]), { color: v } = Q(h), { property: z } = a(e, ["settings", "stacked"]), { theme: T } = J(), { property: G } = a(e, ["settings", "value"]);
|
|
2575
2575
|
return (U, N) => {
|
|
2576
2576
|
const L = B("v-tabs");
|
|
2577
|
-
return k(),
|
|
2577
|
+
return k(), C(r(H), {
|
|
2578
2578
|
block: "",
|
|
2579
2579
|
mask: ""
|
|
2580
2580
|
}, {
|
|
@@ -2590,8 +2590,8 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2590
2590
|
direction: r(d),
|
|
2591
2591
|
disabled: r(p),
|
|
2592
2592
|
"fixed-tabs": r(f),
|
|
2593
|
-
grow: r(
|
|
2594
|
-
"hide-slider": r(
|
|
2593
|
+
grow: r(g),
|
|
2594
|
+
"hide-slider": r(_),
|
|
2595
2595
|
items: r(I),
|
|
2596
2596
|
mandatory: r(b),
|
|
2597
2597
|
"show-arrows": r(x),
|
|
@@ -2624,14 +2624,14 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2624
2624
|
"settings",
|
|
2625
2625
|
"emphasis"
|
|
2626
2626
|
]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = w(() => {
|
|
2627
|
-
const p = [], f = ut(o.value.width),
|
|
2628
|
-
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(" ");
|
|
2629
2629
|
});
|
|
2630
|
-
return (p, f) => (k(),
|
|
2630
|
+
return (p, f) => (k(), C(r(H), { mask: "" }, {
|
|
2631
2631
|
default: V(() => [
|
|
2632
|
-
|
|
2632
|
+
Be("span", {
|
|
2633
2633
|
class: ri(d.value)
|
|
2634
|
-
},
|
|
2634
|
+
}, $o(r(u)), 3)
|
|
2635
2635
|
]),
|
|
2636
2636
|
_: 1
|
|
2637
2637
|
}));
|
|
@@ -2659,13 +2659,13 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2659
2659
|
]), { property: p } = a(e, [
|
|
2660
2660
|
"settings",
|
|
2661
2661
|
"readonly"
|
|
2662
|
-
]), { property: f } = a(e, ["settings", "reverse"]), { property:
|
|
2662
|
+
]), { property: f } = a(e, ["settings", "reverse"]), { property: g } = a(e, ["settings", "rows"]), { property: _ } = a(e, [
|
|
2663
2663
|
"settings",
|
|
2664
2664
|
"singleLine"
|
|
2665
2665
|
]), { theme: I } = J(), { property: b } = a(e, ["settings", "value"]), { property: x } = a(e, ["settings", "variant"]);
|
|
2666
|
-
return (
|
|
2666
|
+
return (h, v) => {
|
|
2667
2667
|
const z = B("v-textarea");
|
|
2668
|
-
return k(),
|
|
2668
|
+
return k(), C(r(H), {
|
|
2669
2669
|
block: "",
|
|
2670
2670
|
mask: ""
|
|
2671
2671
|
}, {
|
|
@@ -2683,8 +2683,8 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2683
2683
|
placeholder: r(d),
|
|
2684
2684
|
readonly: r(p),
|
|
2685
2685
|
reverse: r(f),
|
|
2686
|
-
rows: r(
|
|
2687
|
-
"single-line": r(
|
|
2686
|
+
rows: r(g),
|
|
2687
|
+
"single-line": r(_),
|
|
2688
2688
|
theme: r(I),
|
|
2689
2689
|
variant: r(x)
|
|
2690
2690
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
@@ -2722,7 +2722,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2722
2722
|
]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
|
|
2723
2723
|
"settings",
|
|
2724
2724
|
"placeholder"
|
|
2725
|
-
]), { property:
|
|
2725
|
+
]), { property: g } = a(e, ["settings", "prefix"]), { property: _ } = a(e, [
|
|
2726
2726
|
"settings",
|
|
2727
2727
|
"prependIcon"
|
|
2728
2728
|
]), { property: I } = a(e, [
|
|
@@ -2731,7 +2731,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2731
2731
|
]), { property: b } = a(e, [
|
|
2732
2732
|
"settings",
|
|
2733
2733
|
"readonly"
|
|
2734
|
-
]), { property: x } = a(e, ["settings", "reverse"]), { property:
|
|
2734
|
+
]), { property: x } = a(e, ["settings", "reverse"]), { property: h } = a(e, [
|
|
2735
2735
|
"settings",
|
|
2736
2736
|
"singleLine"
|
|
2737
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, [
|
|
@@ -2742,13 +2742,13 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2742
2742
|
"prependInner"
|
|
2743
2743
|
]);
|
|
2744
2744
|
return (oe, ge) => {
|
|
2745
|
-
const
|
|
2746
|
-
return k(),
|
|
2745
|
+
const Pe = B("v-text-field");
|
|
2746
|
+
return k(), C(r(H), {
|
|
2747
2747
|
block: "",
|
|
2748
2748
|
mask: ""
|
|
2749
2749
|
}, {
|
|
2750
2750
|
default: V(() => [
|
|
2751
|
-
D(
|
|
2751
|
+
D(Pe, {
|
|
2752
2752
|
modelValue: r(T),
|
|
2753
2753
|
"onUpdate:modelValue": ge[0] || (ge[0] = (ve) => ne(T) ? T.value = ve : null),
|
|
2754
2754
|
"append-icon": r(o),
|
|
@@ -2761,20 +2761,20 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2761
2761
|
label: r(d),
|
|
2762
2762
|
loading: r(p),
|
|
2763
2763
|
placeholder: r(f),
|
|
2764
|
-
prefix: r(
|
|
2765
|
-
"prepend-icon": r(
|
|
2764
|
+
prefix: r(g),
|
|
2765
|
+
"prepend-icon": r(_),
|
|
2766
2766
|
"prepend-inner-icon": r(I),
|
|
2767
2767
|
readonly: r(b),
|
|
2768
2768
|
reverse: r(x),
|
|
2769
|
-
"single-line": r(
|
|
2769
|
+
"single-line": r(h),
|
|
2770
2770
|
suffix: r(v),
|
|
2771
2771
|
theme: r(z),
|
|
2772
2772
|
variant: r(G)
|
|
2773
|
-
},
|
|
2773
|
+
}, sn({ _: 2 }, [
|
|
2774
2774
|
r(U) ? {
|
|
2775
2775
|
name: "append",
|
|
2776
2776
|
fn: V(() => [
|
|
2777
|
-
D(r(
|
|
2777
|
+
D(r($e), {
|
|
2778
2778
|
"node-id": "append",
|
|
2779
2779
|
"ref-context": { compId: r(U) },
|
|
2780
2780
|
state: {}
|
|
@@ -2785,7 +2785,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2785
2785
|
r(N) ? {
|
|
2786
2786
|
name: "append-inner",
|
|
2787
2787
|
fn: V(() => [
|
|
2788
|
-
D(r(
|
|
2788
|
+
D(r($e), {
|
|
2789
2789
|
"node-id": "append-inner",
|
|
2790
2790
|
"ref-context": { compId: r(N) },
|
|
2791
2791
|
state: {}
|
|
@@ -2796,7 +2796,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2796
2796
|
r(L) ? {
|
|
2797
2797
|
name: "prepend",
|
|
2798
2798
|
fn: V(() => [
|
|
2799
|
-
D(r(
|
|
2799
|
+
D(r($e), {
|
|
2800
2800
|
"node-id": "prepend",
|
|
2801
2801
|
"ref-context": { compId: r(L) },
|
|
2802
2802
|
state: {}
|
|
@@ -2807,7 +2807,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2807
2807
|
r(q) ? {
|
|
2808
2808
|
name: "prepend-inner",
|
|
2809
2809
|
fn: V(() => [
|
|
2810
|
-
D(r(
|
|
2810
|
+
D(r($e), {
|
|
2811
2811
|
"node-id": "prepend-inner",
|
|
2812
2812
|
"ref-context": { compId: r(q) },
|
|
2813
2813
|
state: {}
|
|
@@ -2851,18 +2851,18 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2851
2851
|
"settings",
|
|
2852
2852
|
"line",
|
|
2853
2853
|
"inset"
|
|
2854
|
-
]), { property:
|
|
2854
|
+
]), { property: g } = a(e, [
|
|
2855
2855
|
"settings",
|
|
2856
2856
|
"line",
|
|
2857
2857
|
"thickness"
|
|
2858
|
-
]), { property:
|
|
2858
|
+
]), { property: _ } = a(e, ["settings", "side"]), { property: I } = a(e, [
|
|
2859
2859
|
"settings",
|
|
2860
2860
|
"line",
|
|
2861
2861
|
"truncate"
|
|
2862
2862
|
]), { theme: b } = J();
|
|
2863
|
-
return (x,
|
|
2863
|
+
return (x, h) => {
|
|
2864
2864
|
const v = B("v-timeline");
|
|
2865
|
-
return k(),
|
|
2865
|
+
return k(), C(v, {
|
|
2866
2866
|
align: r(o),
|
|
2867
2867
|
density: r(s),
|
|
2868
2868
|
direction: r(i),
|
|
@@ -2871,8 +2871,8 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2871
2871
|
"hide-opposite": r(m),
|
|
2872
2872
|
"line-color": r(p),
|
|
2873
2873
|
"line-inset": r(f),
|
|
2874
|
-
"line-thickness": r(
|
|
2875
|
-
side: r(
|
|
2874
|
+
"line-thickness": r(g),
|
|
2875
|
+
side: r(_),
|
|
2876
2876
|
theme: r(b),
|
|
2877
2877
|
"truncate-line": r(I)
|
|
2878
2878
|
}, {
|
|
@@ -2886,7 +2886,7 @@ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2886
2886
|
}), _l = {};
|
|
2887
2887
|
function vl(t, n) {
|
|
2888
2888
|
const e = B("v-timeline-item");
|
|
2889
|
-
return k(),
|
|
2889
|
+
return k(), C(e, null, {
|
|
2890
2890
|
default: V(() => [
|
|
2891
2891
|
F(t.$slots, "default")
|
|
2892
2892
|
]),
|
|
@@ -2915,10 +2915,10 @@ const xl = /* @__PURE__ */ Ke(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
|
2915
2915
|
"showArrows"
|
|
2916
2916
|
]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = J(), { property: d } = a(e, ["settings", "value"]);
|
|
2917
2917
|
return (p, f) => {
|
|
2918
|
-
const
|
|
2919
|
-
return k(),
|
|
2918
|
+
const g = B("v-window");
|
|
2919
|
+
return k(), C(g, {
|
|
2920
2920
|
modelValue: r(d),
|
|
2921
|
-
"onUpdate:modelValue": f[0] || (f[0] = (
|
|
2921
|
+
"onUpdate:modelValue": f[0] || (f[0] = (_) => ne(d) ? d.value = _ : null),
|
|
2922
2922
|
continuous: r(o),
|
|
2923
2923
|
direction: r(i),
|
|
2924
2924
|
disabled: r(s),
|
|
@@ -2937,24 +2937,27 @@ const xl = /* @__PURE__ */ Ke(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
|
2937
2937
|
}), wl = {};
|
|
2938
2938
|
function Il(t, n) {
|
|
2939
2939
|
const e = B("v-window-item");
|
|
2940
|
-
return k(),
|
|
2940
|
+
return k(), C(e, null, {
|
|
2941
2941
|
default: V(() => [
|
|
2942
2942
|
F(t.$slots, "default")
|
|
2943
2943
|
]),
|
|
2944
2944
|
_: 3
|
|
2945
2945
|
});
|
|
2946
2946
|
}
|
|
2947
|
-
const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]),
|
|
2947
|
+
const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
2948
2948
|
__name: "entry",
|
|
2949
2949
|
props: {
|
|
2950
2950
|
subtype: {},
|
|
2951
2951
|
nodeId: {},
|
|
2952
2952
|
refContext: {},
|
|
2953
|
-
|
|
2953
|
+
instance: {}
|
|
2954
2954
|
},
|
|
2955
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
|
+
});
|
|
2956
2959
|
const n = Z(), e = le(), o = w(() => O(e.value));
|
|
2957
|
-
|
|
2960
|
+
Ve(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
2958
2961
|
const s = (l) => {
|
|
2959
2962
|
const c = ke[l.key];
|
|
2960
2963
|
if (!c) {
|
|
@@ -2990,9 +2993,9 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
2990
2993
|
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
2991
2994
|
});
|
|
2992
2995
|
};
|
|
2993
|
-
return (l, c) => (k(),
|
|
2996
|
+
return (l, c) => (k(), C(i));
|
|
2994
2997
|
}
|
|
2995
|
-
}),
|
|
2998
|
+
}), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ce = /* @__PURE__ */ S({
|
|
2996
2999
|
__name: "index",
|
|
2997
3000
|
props: {
|
|
2998
3001
|
position: {},
|
|
@@ -3007,18 +3010,18 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3007
3010
|
rotation: t.rotation,
|
|
3008
3011
|
scale: t.scale
|
|
3009
3012
|
}, [
|
|
3010
|
-
t.label ? (k(),
|
|
3013
|
+
t.label ? (k(), C(r(Ci), {
|
|
3011
3014
|
key: 0,
|
|
3012
3015
|
center: "",
|
|
3013
3016
|
transform: ""
|
|
3014
3017
|
}, {
|
|
3015
3018
|
default: V(() => [
|
|
3016
|
-
|
|
3019
|
+
Be("div", Vl, $o(t.label), 1)
|
|
3017
3020
|
]),
|
|
3018
3021
|
_: 1
|
|
3019
3022
|
})) : re("", !0),
|
|
3020
3023
|
F(n.$slots, "default")
|
|
3021
|
-
], 8,
|
|
3024
|
+
], 8, Cl));
|
|
3022
3025
|
}
|
|
3023
3026
|
}), Pl = /* @__PURE__ */ S({
|
|
3024
3027
|
__name: "index",
|
|
@@ -3029,27 +3032,27 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3029
3032
|
},
|
|
3030
3033
|
setup(t) {
|
|
3031
3034
|
const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
|
|
3032
|
-
|
|
3035
|
+
Ve(l);
|
|
3033
3036
|
const c = w(() => e.refContext?.compId);
|
|
3034
3037
|
et(c, l);
|
|
3035
3038
|
const { applySize: u } = be(e, o), m = w(() => {
|
|
3036
|
-
const
|
|
3037
|
-
return l.value?.type === "common" && u(
|
|
3038
|
-
}), { position: d, rotation: p, scale: f } = ue(o), { property:
|
|
3039
|
-
|
|
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);
|
|
3040
3043
|
}, I = w(() => {
|
|
3041
|
-
const
|
|
3042
|
-
if (!Array.isArray(
|
|
3043
|
-
return
|
|
3044
|
-
for (const v of
|
|
3045
|
-
typeof v == "string" && v && h
|
|
3046
|
-
return
|
|
3047
|
-
}), b = (
|
|
3048
|
-
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,
|
|
3049
3052
|
subtype: v,
|
|
3050
3053
|
nodeId: e.nodeId,
|
|
3051
3054
|
refContext: e.refContext,
|
|
3052
|
-
|
|
3055
|
+
instance: h
|
|
3053
3056
|
}), x = () => {
|
|
3054
3057
|
if (!e.refContext) {
|
|
3055
3058
|
console.assert(!1, "invalid of ref context");
|
|
@@ -3059,18 +3062,18 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3059
3062
|
console.assert(!1, "invalid of data");
|
|
3060
3063
|
return;
|
|
3061
3064
|
}
|
|
3062
|
-
const { i18n:
|
|
3065
|
+
const { i18n: h } = he;
|
|
3063
3066
|
if (Ye(e.refContext, s))
|
|
3064
3067
|
return i.value.type === "common" ? K(
|
|
3065
3068
|
"div",
|
|
3066
3069
|
{ id: n.id, style: m.value },
|
|
3067
|
-
|
|
3070
|
+
h.global.t("x-runtime-lib.circularReference")
|
|
3068
3071
|
) : i.value.type === "scene" ? K(ce, {
|
|
3069
3072
|
name: n.name,
|
|
3070
3073
|
position: d.value,
|
|
3071
3074
|
rotation: p.value,
|
|
3072
3075
|
scale: f.value,
|
|
3073
|
-
label:
|
|
3076
|
+
label: h.global.t("x-runtime-lib.circularReference")
|
|
3074
3077
|
}) : void 0;
|
|
3075
3078
|
if (!l.value)
|
|
3076
3079
|
return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ce, {
|
|
@@ -3109,7 +3112,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3109
3112
|
}
|
|
3110
3113
|
);
|
|
3111
3114
|
};
|
|
3112
|
-
return (
|
|
3115
|
+
return (h, v) => (k(), C(x));
|
|
3113
3116
|
}
|
|
3114
3117
|
}), Ll = /* @__PURE__ */ S({
|
|
3115
3118
|
__name: "entry",
|
|
@@ -3117,11 +3120,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3117
3120
|
subtype: {},
|
|
3118
3121
|
nodeId: {},
|
|
3119
3122
|
refContext: {},
|
|
3120
|
-
|
|
3123
|
+
instance: {}
|
|
3121
3124
|
},
|
|
3122
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
|
+
});
|
|
3123
3129
|
const n = Z(), e = le(), o = w(() => O(e.value));
|
|
3124
|
-
|
|
3130
|
+
Ve(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
3125
3131
|
const s = (l) => {
|
|
3126
3132
|
const c = ke[l.key];
|
|
3127
3133
|
if (!c) {
|
|
@@ -3157,7 +3163,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3157
3163
|
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
3158
3164
|
});
|
|
3159
3165
|
};
|
|
3160
|
-
return (l, c) => (k(),
|
|
3166
|
+
return (l, c) => (k(), C(i));
|
|
3161
3167
|
}
|
|
3162
3168
|
}), zl = /* @__PURE__ */ S({
|
|
3163
3169
|
__name: "index",
|
|
@@ -3168,27 +3174,27 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3168
3174
|
},
|
|
3169
3175
|
setup(t) {
|
|
3170
3176
|
const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
|
|
3171
|
-
|
|
3177
|
+
Ve(l);
|
|
3172
3178
|
const c = w(() => e.refContext?.compId);
|
|
3173
3179
|
et(c, l);
|
|
3174
3180
|
const { applySize: u } = be(e, o), m = w(() => {
|
|
3175
|
-
const
|
|
3176
|
-
return l.value?.type === "common" && u(
|
|
3177
|
-
}), { position: d, rotation: p, scale: f } = ue(o), { property:
|
|
3178
|
-
|
|
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);
|
|
3179
3185
|
}, I = w(() => {
|
|
3180
|
-
const
|
|
3181
|
-
if (!Array.isArray(
|
|
3182
|
-
return
|
|
3183
|
-
for (const v of
|
|
3184
|
-
typeof v == "string" && v && h
|
|
3185
|
-
return
|
|
3186
|
-
}), b = (
|
|
3187
|
-
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,
|
|
3188
3194
|
subtype: v,
|
|
3189
3195
|
nodeId: e.nodeId,
|
|
3190
3196
|
refContext: e.refContext,
|
|
3191
|
-
|
|
3197
|
+
instance: h
|
|
3192
3198
|
}), x = () => {
|
|
3193
3199
|
if (!e.refContext) {
|
|
3194
3200
|
console.assert(!1, "invalid of ref context");
|
|
@@ -3198,18 +3204,18 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3198
3204
|
console.assert(!1, "invalid of data");
|
|
3199
3205
|
return;
|
|
3200
3206
|
}
|
|
3201
|
-
const { i18n:
|
|
3207
|
+
const { i18n: h } = he;
|
|
3202
3208
|
if (Ye(e.refContext, s))
|
|
3203
3209
|
return i.value.type === "common" ? K(
|
|
3204
3210
|
"div",
|
|
3205
3211
|
{ id: n.id, style: m.value },
|
|
3206
|
-
|
|
3212
|
+
h.global.t("x-runtime-lib.circularReference")
|
|
3207
3213
|
) : i.value.type === "scene" ? K(ce, {
|
|
3208
3214
|
name: n.name,
|
|
3209
3215
|
position: d.value,
|
|
3210
3216
|
rotation: p.value,
|
|
3211
3217
|
scale: f.value,
|
|
3212
|
-
label:
|
|
3218
|
+
label: h.global.t("x-runtime-lib.circularReference")
|
|
3213
3219
|
}) : void 0;
|
|
3214
3220
|
if (!l.value)
|
|
3215
3221
|
return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ce, {
|
|
@@ -3248,7 +3254,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3248
3254
|
}
|
|
3249
3255
|
);
|
|
3250
3256
|
};
|
|
3251
|
-
return (
|
|
3257
|
+
return (h, v) => (k(), C(x));
|
|
3252
3258
|
}
|
|
3253
3259
|
}), Tl = /* @__PURE__ */ S({
|
|
3254
3260
|
__name: "index",
|
|
@@ -3259,34 +3265,34 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3259
3265
|
},
|
|
3260
3266
|
setup(t) {
|
|
3261
3267
|
const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
|
|
3262
|
-
|
|
3268
|
+
Ve(c);
|
|
3263
3269
|
const u = w(() => e.refContext?.compId);
|
|
3264
3270
|
et(u, c), ie(s) && tt(c, "ref", e.nodeId, "", _e());
|
|
3265
3271
|
const { applySize: m } = be(e, o), d = w(() => {
|
|
3266
3272
|
const b = {};
|
|
3267
3273
|
return l.value?.type === "common" && m(b), b;
|
|
3268
|
-
}), { position: p, rotation: f, scale:
|
|
3274
|
+
}), { position: p, rotation: f, scale: g } = ue(o), _ = (b) => {
|
|
3269
3275
|
const x = ke[b.key];
|
|
3270
3276
|
if (!x) {
|
|
3271
3277
|
console.assert(!1, `element not found key=${b.key}`);
|
|
3272
3278
|
return;
|
|
3273
3279
|
}
|
|
3274
|
-
const
|
|
3280
|
+
const h = {
|
|
3275
3281
|
nodeId: b.id
|
|
3276
3282
|
};
|
|
3277
|
-
return Xe(b.key) && (
|
|
3283
|
+
return Xe(b.key) && (h.refContext = {
|
|
3278
3284
|
parent: e.refContext,
|
|
3279
3285
|
compId: b.compId
|
|
3280
3286
|
}), K(
|
|
3281
3287
|
x.comp,
|
|
3282
3288
|
{
|
|
3283
3289
|
key: b.id,
|
|
3284
|
-
...
|
|
3290
|
+
...h
|
|
3285
3291
|
},
|
|
3286
3292
|
{
|
|
3287
3293
|
default: () => {
|
|
3288
3294
|
if (!x.leaf)
|
|
3289
|
-
return b.children?.map((v) =>
|
|
3295
|
+
return b.children?.map((v) => _(v));
|
|
3290
3296
|
}
|
|
3291
3297
|
}
|
|
3292
3298
|
);
|
|
@@ -3309,7 +3315,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3309
3315
|
name: n.name,
|
|
3310
3316
|
position: p.value,
|
|
3311
3317
|
rotation: f.value,
|
|
3312
|
-
scale:
|
|
3318
|
+
scale: g.value,
|
|
3313
3319
|
label: b.global.t("x-runtime-lib.circularReference")
|
|
3314
3320
|
}) : void 0;
|
|
3315
3321
|
if (!c.value)
|
|
@@ -3317,7 +3323,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3317
3323
|
name: n.name,
|
|
3318
3324
|
position: p.value,
|
|
3319
3325
|
rotation: f.value,
|
|
3320
|
-
scale:
|
|
3326
|
+
scale: g.value
|
|
3321
3327
|
}) : void 0;
|
|
3322
3328
|
if (c.value.type !== l.value.type) {
|
|
3323
3329
|
console.assert(!1, "subtype not match");
|
|
@@ -3332,7 +3338,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3332
3338
|
style: d.value
|
|
3333
3339
|
},
|
|
3334
3340
|
{
|
|
3335
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3341
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3336
3342
|
}
|
|
3337
3343
|
);
|
|
3338
3344
|
if (x === "scene")
|
|
@@ -3342,14 +3348,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3342
3348
|
name: n.name,
|
|
3343
3349
|
position: p.value,
|
|
3344
3350
|
rotation: f.value,
|
|
3345
|
-
scale:
|
|
3351
|
+
scale: g.value
|
|
3346
3352
|
},
|
|
3347
3353
|
{
|
|
3348
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3354
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3349
3355
|
}
|
|
3350
3356
|
);
|
|
3351
3357
|
};
|
|
3352
|
-
return (b, x) => (k(),
|
|
3358
|
+
return (b, x) => (k(), C(I));
|
|
3353
3359
|
}
|
|
3354
3360
|
}), El = /* @__PURE__ */ S({
|
|
3355
3361
|
__name: "index",
|
|
@@ -3360,14 +3366,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3360
3366
|
},
|
|
3361
3367
|
setup(t) {
|
|
3362
3368
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
|
|
3363
|
-
return (s, i) => (k(),
|
|
3369
|
+
return (s, i) => (k(), C(r(H), null, {
|
|
3364
3370
|
default: V(() => [
|
|
3365
3371
|
r(o) ? F(s.$slots, "default", { key: 0 }) : re("", !0)
|
|
3366
3372
|
]),
|
|
3367
3373
|
_: 3
|
|
3368
3374
|
}));
|
|
3369
3375
|
}
|
|
3370
|
-
}),
|
|
3376
|
+
}), $e = /* @__PURE__ */ S({
|
|
3371
3377
|
__name: "index",
|
|
3372
3378
|
props: {
|
|
3373
3379
|
nodeId: {},
|
|
@@ -3376,35 +3382,35 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3376
3382
|
},
|
|
3377
3383
|
setup(t) {
|
|
3378
3384
|
const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
|
|
3379
|
-
|
|
3385
|
+
Ve(c);
|
|
3380
3386
|
const u = w(() => e.refContext?.compId);
|
|
3381
3387
|
et(u, c), ie(s) && tt(c, "slot", e.nodeId, "", _e());
|
|
3382
3388
|
const { applySize: m } = be(e, o), d = w(() => {
|
|
3383
3389
|
const b = {};
|
|
3384
3390
|
return c.value?.type === "common" && m(b), b;
|
|
3385
|
-
}), { position: p, rotation: f, scale:
|
|
3386
|
-
function
|
|
3391
|
+
}), { position: p, rotation: f, scale: g } = ue(o);
|
|
3392
|
+
function _(b) {
|
|
3387
3393
|
const x = ke[b.key];
|
|
3388
3394
|
if (!x) {
|
|
3389
3395
|
console.assert(!1, `element not found key=${b.key}`);
|
|
3390
3396
|
return;
|
|
3391
3397
|
}
|
|
3392
|
-
const
|
|
3398
|
+
const h = {
|
|
3393
3399
|
nodeId: b.id
|
|
3394
3400
|
};
|
|
3395
|
-
return Xe(b.key) && (
|
|
3401
|
+
return Xe(b.key) && (h.refContext = {
|
|
3396
3402
|
parent: e.refContext,
|
|
3397
3403
|
compId: b.compId
|
|
3398
3404
|
}), K(
|
|
3399
3405
|
x.comp,
|
|
3400
3406
|
{
|
|
3401
3407
|
key: b.id,
|
|
3402
|
-
...
|
|
3408
|
+
...h
|
|
3403
3409
|
},
|
|
3404
3410
|
{
|
|
3405
3411
|
default: () => {
|
|
3406
3412
|
if (!x.leaf)
|
|
3407
|
-
return b.children?.map((v) =>
|
|
3413
|
+
return b.children?.map((v) => _(v));
|
|
3408
3414
|
}
|
|
3409
3415
|
}
|
|
3410
3416
|
);
|
|
@@ -3428,7 +3434,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3428
3434
|
name: n.name,
|
|
3429
3435
|
position: p.value,
|
|
3430
3436
|
rotation: f.value,
|
|
3431
|
-
scale:
|
|
3437
|
+
scale: g.value,
|
|
3432
3438
|
label: b.global.t("x-runtime-lib.circularReference")
|
|
3433
3439
|
}) : void 0;
|
|
3434
3440
|
if (!c.value)
|
|
@@ -3436,7 +3442,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3436
3442
|
name: n.name,
|
|
3437
3443
|
position: p.value,
|
|
3438
3444
|
rotation: f.value,
|
|
3439
|
-
scale:
|
|
3445
|
+
scale: g.value
|
|
3440
3446
|
}) : void 0;
|
|
3441
3447
|
if (c.value.type !== l.value.type) {
|
|
3442
3448
|
console.assert(!1, "subtype not match");
|
|
@@ -3451,7 +3457,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3451
3457
|
style: d.value
|
|
3452
3458
|
},
|
|
3453
3459
|
{
|
|
3454
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3460
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3455
3461
|
}
|
|
3456
3462
|
);
|
|
3457
3463
|
if (x === "scene")
|
|
@@ -3461,14 +3467,14 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3461
3467
|
name: n.name,
|
|
3462
3468
|
position: p.value,
|
|
3463
3469
|
rotation: f.value,
|
|
3464
|
-
scale:
|
|
3470
|
+
scale: g.value
|
|
3465
3471
|
},
|
|
3466
3472
|
{
|
|
3467
|
-
default: () => c.value?.view.nodeLites.map((
|
|
3473
|
+
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3468
3474
|
}
|
|
3469
3475
|
);
|
|
3470
3476
|
};
|
|
3471
|
-
return (b, x) => (k(),
|
|
3477
|
+
return (b, x) => (k(), C(I));
|
|
3472
3478
|
}
|
|
3473
3479
|
}), y = {
|
|
3474
3480
|
key: "basic",
|
|
@@ -3532,7 +3538,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3532
3538
|
]
|
|
3533
3539
|
}
|
|
3534
3540
|
]
|
|
3535
|
-
}, Al = O(ee),
|
|
3541
|
+
}, Al = O(ee), Ee = {
|
|
3536
3542
|
key: "border",
|
|
3537
3543
|
name: "x-runtime-lib.border",
|
|
3538
3544
|
children: [
|
|
@@ -3611,7 +3617,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3611
3617
|
defaultArray: []
|
|
3612
3618
|
}
|
|
3613
3619
|
]
|
|
3614
|
-
},
|
|
3620
|
+
}, Ae = {
|
|
3615
3621
|
key: "margin",
|
|
3616
3622
|
name: "x-runtime-lib.margin",
|
|
3617
3623
|
children: [
|
|
@@ -3644,7 +3650,7 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3644
3650
|
default: ""
|
|
3645
3651
|
}
|
|
3646
3652
|
]
|
|
3647
|
-
},
|
|
3653
|
+
}, Me = {
|
|
3648
3654
|
key: "padding",
|
|
3649
3655
|
name: "x-runtime-lib.padding",
|
|
3650
3656
|
children: [
|
|
@@ -3899,9 +3905,9 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3899
3905
|
defaultArray: []
|
|
3900
3906
|
}
|
|
3901
3907
|
]
|
|
3902
|
-
}, ke = {},
|
|
3908
|
+
}, ke = {}, $ = (t) => {
|
|
3903
3909
|
ke[t.key] = t;
|
|
3904
|
-
},
|
|
3910
|
+
}, Sn = {
|
|
3905
3911
|
key: "settings",
|
|
3906
3912
|
name: "x-runtime-lib.settings",
|
|
3907
3913
|
children: [
|
|
@@ -3953,15 +3959,15 @@ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
|
|
|
3953
3959
|
name: "x-runtime-lib.orthographicCamera",
|
|
3954
3960
|
comp: Gi,
|
|
3955
3961
|
properties: {
|
|
3956
|
-
pageScene: [y, Y,
|
|
3957
|
-
compScene: [y, Y,
|
|
3962
|
+
pageScene: [y, Y, Sn],
|
|
3963
|
+
compScene: [y, Y, Sn]
|
|
3958
3964
|
},
|
|
3959
3965
|
events: [],
|
|
3960
3966
|
methods: [],
|
|
3961
3967
|
slots: []
|
|
3962
3968
|
};
|
|
3963
|
-
|
|
3964
|
-
const
|
|
3969
|
+
$(Ml);
|
|
3970
|
+
const $n = {
|
|
3965
3971
|
key: "settings",
|
|
3966
3972
|
name: "x-runtime-lib.settings",
|
|
3967
3973
|
children: [
|
|
@@ -3999,14 +4005,14 @@ const Sn = {
|
|
|
3999
4005
|
name: "x-runtime-lib.perspectiveCamera",
|
|
4000
4006
|
comp: Ui,
|
|
4001
4007
|
properties: {
|
|
4002
|
-
pageScene: [y, Y,
|
|
4003
|
-
compScene: [y, Y,
|
|
4008
|
+
pageScene: [y, Y, $n],
|
|
4009
|
+
compScene: [y, Y, $n]
|
|
4004
4010
|
},
|
|
4005
4011
|
events: [],
|
|
4006
4012
|
methods: [],
|
|
4007
4013
|
slots: []
|
|
4008
4014
|
};
|
|
4009
|
-
|
|
4015
|
+
$(Wl);
|
|
4010
4016
|
const Bl = {
|
|
4011
4017
|
key: "scene_keyboard_controls_v1",
|
|
4012
4018
|
name: "x-runtime-lib.keyboardControls",
|
|
@@ -4020,7 +4026,7 @@ const Bl = {
|
|
|
4020
4026
|
slots: [],
|
|
4021
4027
|
leaf: !0
|
|
4022
4028
|
};
|
|
4023
|
-
|
|
4029
|
+
$(Bl);
|
|
4024
4030
|
const Rl = {
|
|
4025
4031
|
key: "scene_map_controls_v1",
|
|
4026
4032
|
name: "x-runtime-lib.mapControls",
|
|
@@ -4034,7 +4040,7 @@ const Rl = {
|
|
|
4034
4040
|
slots: [],
|
|
4035
4041
|
leaf: !0
|
|
4036
4042
|
};
|
|
4037
|
-
|
|
4043
|
+
$(Rl);
|
|
4038
4044
|
const Kl = {
|
|
4039
4045
|
key: "scene_orbit_controls_v1",
|
|
4040
4046
|
name: "x-runtime-lib.orbitControls",
|
|
@@ -4048,7 +4054,7 @@ const Kl = {
|
|
|
4048
4054
|
slots: [],
|
|
4049
4055
|
leaf: !0
|
|
4050
4056
|
};
|
|
4051
|
-
|
|
4057
|
+
$(Kl);
|
|
4052
4058
|
function Dl(t, n) {
|
|
4053
4059
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4054
4060
|
if (!o) {
|
|
@@ -4199,7 +4205,7 @@ const Cn = {
|
|
|
4199
4205
|
leaf: !0,
|
|
4200
4206
|
spawn: Dl
|
|
4201
4207
|
};
|
|
4202
|
-
|
|
4208
|
+
$(Lt);
|
|
4203
4209
|
function Nl(t, n) {
|
|
4204
4210
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4205
4211
|
if (!o) {
|
|
@@ -4293,7 +4299,7 @@ function Gl(t, n) {
|
|
|
4293
4299
|
}
|
|
4294
4300
|
};
|
|
4295
4301
|
}
|
|
4296
|
-
const
|
|
4302
|
+
const Vn = {
|
|
4297
4303
|
key: "settings",
|
|
4298
4304
|
name: "x-runtime-lib.settings",
|
|
4299
4305
|
children: [
|
|
@@ -4350,8 +4356,8 @@ const $n = {
|
|
|
4350
4356
|
name: "x-runtime-lib.sphereGeometry",
|
|
4351
4357
|
comp: es,
|
|
4352
4358
|
properties: {
|
|
4353
|
-
pageScene: [y,
|
|
4354
|
-
compScene: [y,
|
|
4359
|
+
pageScene: [y, Vn],
|
|
4360
|
+
compScene: [y, Vn]
|
|
4355
4361
|
},
|
|
4356
4362
|
events: [],
|
|
4357
4363
|
methods: [],
|
|
@@ -4359,12 +4365,12 @@ const $n = {
|
|
|
4359
4365
|
leaf: !0,
|
|
4360
4366
|
spawn: Nl
|
|
4361
4367
|
};
|
|
4362
|
-
|
|
4368
|
+
$(zt);
|
|
4363
4369
|
const ht = O(ee);
|
|
4364
4370
|
ht.children[0].default = "custom";
|
|
4365
4371
|
ht.children[2].children[0].default = "0xffffff";
|
|
4366
4372
|
ht.children[2].children[1].default = "0xffffff";
|
|
4367
|
-
const
|
|
4373
|
+
const Pn = {
|
|
4368
4374
|
key: "settings",
|
|
4369
4375
|
name: "x-runtime-lib.settings",
|
|
4370
4376
|
children: [
|
|
@@ -4382,19 +4388,19 @@ const Vn = {
|
|
|
4382
4388
|
name: "x-runtime-lib.ambientLight",
|
|
4383
4389
|
comp: ns,
|
|
4384
4390
|
properties: {
|
|
4385
|
-
pageScene: [y, Y,
|
|
4386
|
-
compScene: [y, Y,
|
|
4391
|
+
pageScene: [y, Y, Pn],
|
|
4392
|
+
compScene: [y, Y, Pn]
|
|
4387
4393
|
},
|
|
4388
4394
|
events: [],
|
|
4389
4395
|
methods: [],
|
|
4390
4396
|
slots: []
|
|
4391
4397
|
};
|
|
4392
|
-
|
|
4398
|
+
$(Hl);
|
|
4393
4399
|
const _t = O(ee);
|
|
4394
4400
|
_t.children[0].default = "custom";
|
|
4395
4401
|
_t.children[2].children[0].default = "0xffffff";
|
|
4396
4402
|
_t.children[2].children[1].default = "0xffffff";
|
|
4397
|
-
const
|
|
4403
|
+
const Ln = {
|
|
4398
4404
|
key: "settings",
|
|
4399
4405
|
name: "x-runtime-lib.settings",
|
|
4400
4406
|
children: [
|
|
@@ -4412,19 +4418,19 @@ const Pn = {
|
|
|
4412
4418
|
name: "x-runtime-lib.directionalLight",
|
|
4413
4419
|
comp: is,
|
|
4414
4420
|
properties: {
|
|
4415
|
-
pageScene: [y, Y,
|
|
4416
|
-
compScene: [y, Y,
|
|
4421
|
+
pageScene: [y, Y, Ln],
|
|
4422
|
+
compScene: [y, Y, Ln]
|
|
4417
4423
|
},
|
|
4418
4424
|
events: [],
|
|
4419
4425
|
methods: [],
|
|
4420
4426
|
slots: []
|
|
4421
4427
|
};
|
|
4422
|
-
|
|
4428
|
+
$(Ul);
|
|
4423
4429
|
const vt = O(ee);
|
|
4424
4430
|
vt.children[0].default = "custom";
|
|
4425
4431
|
vt.children[2].children[0].default = "0xffffff";
|
|
4426
4432
|
vt.children[2].children[1].default = "0xffffff";
|
|
4427
|
-
const
|
|
4433
|
+
const zn = {
|
|
4428
4434
|
key: "settings",
|
|
4429
4435
|
name: "x-runtime-lib.settings",
|
|
4430
4436
|
children: [
|
|
@@ -4456,19 +4462,19 @@ const Ln = {
|
|
|
4456
4462
|
name: "x-runtime-lib.pointLight",
|
|
4457
4463
|
comp: rs,
|
|
4458
4464
|
properties: {
|
|
4459
|
-
pageScene: [y, Y,
|
|
4460
|
-
compScene: [y, Y,
|
|
4465
|
+
pageScene: [y, Y, zn],
|
|
4466
|
+
compScene: [y, Y, zn]
|
|
4461
4467
|
},
|
|
4462
4468
|
events: [],
|
|
4463
4469
|
methods: [],
|
|
4464
4470
|
slots: []
|
|
4465
4471
|
};
|
|
4466
|
-
|
|
4472
|
+
$(Jl);
|
|
4467
4473
|
const xt = O(ee);
|
|
4468
4474
|
xt.children[0].default = "custom";
|
|
4469
4475
|
xt.children[2].children[0].default = "0xffffff";
|
|
4470
4476
|
xt.children[2].children[1].default = "0xffffff";
|
|
4471
|
-
const
|
|
4477
|
+
const Tn = {
|
|
4472
4478
|
key: "settings",
|
|
4473
4479
|
name: "x-runtime-lib.settings",
|
|
4474
4480
|
children: [
|
|
@@ -4517,14 +4523,14 @@ const zn = {
|
|
|
4517
4523
|
name: "x-runtime-lib.spotLight",
|
|
4518
4524
|
comp: as,
|
|
4519
4525
|
properties: {
|
|
4520
|
-
pageScene: [y, Y,
|
|
4521
|
-
compScene: [y, Y,
|
|
4526
|
+
pageScene: [y, Y, Tn],
|
|
4527
|
+
compScene: [y, Y, Tn]
|
|
4522
4528
|
},
|
|
4523
4529
|
events: [],
|
|
4524
4530
|
methods: [],
|
|
4525
4531
|
slots: []
|
|
4526
4532
|
};
|
|
4527
|
-
|
|
4533
|
+
$(ql);
|
|
4528
4534
|
const je = {
|
|
4529
4535
|
key: "scene_mesh_basic_material_v1",
|
|
4530
4536
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
@@ -4538,7 +4544,7 @@ const je = {
|
|
|
4538
4544
|
slots: [],
|
|
4539
4545
|
leaf: !0
|
|
4540
4546
|
};
|
|
4541
|
-
|
|
4547
|
+
$(je);
|
|
4542
4548
|
const Xl = {
|
|
4543
4549
|
key: "scene_group_v1",
|
|
4544
4550
|
name: "x-runtime-lib.group",
|
|
@@ -4551,7 +4557,7 @@ const Xl = {
|
|
|
4551
4557
|
methods: [],
|
|
4552
4558
|
slots: []
|
|
4553
4559
|
};
|
|
4554
|
-
|
|
4560
|
+
$(Xl);
|
|
4555
4561
|
const Ge = {
|
|
4556
4562
|
key: "scene_mesh_v1",
|
|
4557
4563
|
name: "x-runtime-lib.mesh",
|
|
@@ -4564,7 +4570,7 @@ const Ge = {
|
|
|
4564
4570
|
methods: [],
|
|
4565
4571
|
slots: []
|
|
4566
4572
|
};
|
|
4567
|
-
|
|
4573
|
+
$(Ge);
|
|
4568
4574
|
function Yl(t, n) {
|
|
4569
4575
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4570
4576
|
if (!o) {
|
|
@@ -4589,7 +4595,7 @@ function Yl(t, n) {
|
|
|
4589
4595
|
}
|
|
4590
4596
|
};
|
|
4591
4597
|
}
|
|
4592
|
-
const
|
|
4598
|
+
const En = {
|
|
4593
4599
|
key: "series",
|
|
4594
4600
|
name: "x-runtime-lib.series",
|
|
4595
4601
|
children: [
|
|
@@ -4615,13 +4621,13 @@ const Tn = {
|
|
|
4615
4621
|
name: "x-runtime-lib.barChart",
|
|
4616
4622
|
comp: kr,
|
|
4617
4623
|
properties: {
|
|
4618
|
-
pageCommon: [y, X, dt, ft, yt, pt,
|
|
4619
|
-
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]
|
|
4620
4626
|
},
|
|
4621
4627
|
leaf: !0,
|
|
4622
4628
|
spawn: Yl
|
|
4623
4629
|
};
|
|
4624
|
-
|
|
4630
|
+
$(Tt);
|
|
4625
4631
|
function Zl(t, n) {
|
|
4626
4632
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4627
4633
|
if (!o) {
|
|
@@ -4646,7 +4652,7 @@ function Zl(t, n) {
|
|
|
4646
4652
|
}
|
|
4647
4653
|
};
|
|
4648
4654
|
}
|
|
4649
|
-
const
|
|
4655
|
+
const An = {
|
|
4650
4656
|
key: "series",
|
|
4651
4657
|
name: "x-runtime-lib.series",
|
|
4652
4658
|
children: [
|
|
@@ -4672,14 +4678,14 @@ const En = {
|
|
|
4672
4678
|
name: "x-runtime-lib.lineChart",
|
|
4673
4679
|
comp: wr,
|
|
4674
4680
|
properties: {
|
|
4675
|
-
pageCommon: [y, X, dt, ft, yt, pt,
|
|
4676
|
-
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]
|
|
4677
4683
|
},
|
|
4678
4684
|
leaf: !0,
|
|
4679
4685
|
spawn: Zl
|
|
4680
4686
|
};
|
|
4681
|
-
|
|
4682
|
-
const
|
|
4687
|
+
$(Et);
|
|
4688
|
+
const Mn = {
|
|
4683
4689
|
key: "settings",
|
|
4684
4690
|
name: "x-runtime-lib.settings",
|
|
4685
4691
|
children: [
|
|
@@ -4719,11 +4725,11 @@ const An = {
|
|
|
4719
4725
|
name: "x-runtime-lib.badge",
|
|
4720
4726
|
comp: Ir,
|
|
4721
4727
|
properties: {
|
|
4722
|
-
pageCommon: [y,
|
|
4723
|
-
compCommon: [y,
|
|
4728
|
+
pageCommon: [y, Mn],
|
|
4729
|
+
compCommon: [y, Mn]
|
|
4724
4730
|
}
|
|
4725
4731
|
};
|
|
4726
|
-
|
|
4732
|
+
$(Ql);
|
|
4727
4733
|
function ea(t, n) {
|
|
4728
4734
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4729
4735
|
if (!o) {
|
|
@@ -4743,7 +4749,7 @@ function ea(t, n) {
|
|
|
4743
4749
|
}
|
|
4744
4750
|
};
|
|
4745
4751
|
}
|
|
4746
|
-
const ta = O(ee),
|
|
4752
|
+
const ta = O(ee), Wn = {
|
|
4747
4753
|
key: "settings",
|
|
4748
4754
|
name: "x-runtime-lib.settings",
|
|
4749
4755
|
children: [
|
|
@@ -4835,8 +4841,8 @@ const ta = O(ee), Mn = {
|
|
|
4835
4841
|
name: "x-runtime-lib.button",
|
|
4836
4842
|
comp: Sr,
|
|
4837
4843
|
properties: {
|
|
4838
|
-
pageCommon: [y, X,
|
|
4839
|
-
compCommon: [y, X,
|
|
4844
|
+
pageCommon: [y, X, Wn],
|
|
4845
|
+
compCommon: [y, X, Wn]
|
|
4840
4846
|
},
|
|
4841
4847
|
events: [
|
|
4842
4848
|
{
|
|
@@ -4847,7 +4853,7 @@ const ta = O(ee), Mn = {
|
|
|
4847
4853
|
leaf: !0,
|
|
4848
4854
|
spawn: ea
|
|
4849
4855
|
};
|
|
4850
|
-
|
|
4856
|
+
$(At);
|
|
4851
4857
|
const na = {
|
|
4852
4858
|
key: "common_btn_group_v1",
|
|
4853
4859
|
name: "x-runtime-lib.buttonGroup",
|
|
@@ -4857,8 +4863,8 @@ const na = {
|
|
|
4857
4863
|
compCommon: [y]
|
|
4858
4864
|
}
|
|
4859
4865
|
};
|
|
4860
|
-
|
|
4861
|
-
const
|
|
4866
|
+
$(na);
|
|
4867
|
+
const Bn = {
|
|
4862
4868
|
key: "settings",
|
|
4863
4869
|
name: "x-runtime-lib.settings",
|
|
4864
4870
|
children: [
|
|
@@ -4924,11 +4930,11 @@ const Wn = {
|
|
|
4924
4930
|
name: "x-runtime-lib.buttonToggle",
|
|
4925
4931
|
comp: Pr,
|
|
4926
4932
|
properties: {
|
|
4927
|
-
pageCommon: [y,
|
|
4928
|
-
compCommon: [y,
|
|
4933
|
+
pageCommon: [y, Bn],
|
|
4934
|
+
compCommon: [y, Bn]
|
|
4929
4935
|
}
|
|
4930
4936
|
};
|
|
4931
|
-
|
|
4937
|
+
$(oa);
|
|
4932
4938
|
function ia(t, n) {
|
|
4933
4939
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4934
4940
|
if (!o) {
|
|
@@ -4948,7 +4954,7 @@ function ia(t, n) {
|
|
|
4948
4954
|
}
|
|
4949
4955
|
};
|
|
4950
4956
|
}
|
|
4951
|
-
const
|
|
4957
|
+
const Rn = {
|
|
4952
4958
|
key: "settings",
|
|
4953
4959
|
name: "x-runtime-lib.settings",
|
|
4954
4960
|
children: [
|
|
@@ -5008,13 +5014,13 @@ const Bn = {
|
|
|
5008
5014
|
name: "x-runtime-lib.card",
|
|
5009
5015
|
comp: Lr,
|
|
5010
5016
|
properties: {
|
|
5011
|
-
pageCommon: [y, X,
|
|
5012
|
-
compCommon: [y, X,
|
|
5017
|
+
pageCommon: [y, X, Rn],
|
|
5018
|
+
compCommon: [y, X, Rn]
|
|
5013
5019
|
},
|
|
5014
5020
|
spawn: ia
|
|
5015
5021
|
};
|
|
5016
|
-
|
|
5017
|
-
const
|
|
5022
|
+
$(He);
|
|
5023
|
+
const Kn = {
|
|
5018
5024
|
key: "settings",
|
|
5019
5025
|
name: "x-runtime-lib.settings",
|
|
5020
5026
|
children: [
|
|
@@ -5036,13 +5042,13 @@ const Rn = {
|
|
|
5036
5042
|
name: "x-runtime-lib.checkbox",
|
|
5037
5043
|
comp: zr,
|
|
5038
5044
|
properties: {
|
|
5039
|
-
pageCommon: [y,
|
|
5040
|
-
compCommon: [y,
|
|
5045
|
+
pageCommon: [y, Kn],
|
|
5046
|
+
compCommon: [y, Kn]
|
|
5041
5047
|
},
|
|
5042
5048
|
leaf: !0
|
|
5043
5049
|
};
|
|
5044
|
-
|
|
5045
|
-
const ra = O(ee),
|
|
5050
|
+
$(sa);
|
|
5051
|
+
const ra = O(ee), Dn = {
|
|
5046
5052
|
key: "settings",
|
|
5047
5053
|
name: "x-runtime-lib.settings",
|
|
5048
5054
|
children: [
|
|
@@ -5122,12 +5128,12 @@ const ra = O(ee), Kn = {
|
|
|
5122
5128
|
name: "x-runtime-lib.chip",
|
|
5123
5129
|
comp: Tr,
|
|
5124
5130
|
properties: {
|
|
5125
|
-
pageCommon: [y,
|
|
5126
|
-
compCommon: [y,
|
|
5131
|
+
pageCommon: [y, Dn],
|
|
5132
|
+
compCommon: [y, Dn]
|
|
5127
5133
|
},
|
|
5128
5134
|
leaf: !0
|
|
5129
5135
|
};
|
|
5130
|
-
|
|
5136
|
+
$(Mt);
|
|
5131
5137
|
function la(t, n) {
|
|
5132
5138
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5133
5139
|
if (!o) {
|
|
@@ -5141,7 +5147,7 @@ function la(t, n) {
|
|
|
5141
5147
|
}
|
|
5142
5148
|
const i = A();
|
|
5143
5149
|
W(i, s), i.basic.id = E(16), i.basic.key = Wt.key;
|
|
5144
|
-
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");
|
|
5145
5151
|
return {
|
|
5146
5152
|
nodeLite: M(i, [
|
|
5147
5153
|
l.nodeLite,
|
|
@@ -5162,7 +5168,7 @@ function la(t, n) {
|
|
|
5162
5168
|
}
|
|
5163
5169
|
};
|
|
5164
5170
|
}
|
|
5165
|
-
function
|
|
5171
|
+
function Te(t, n, e, o) {
|
|
5166
5172
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
5167
5173
|
if (!i) {
|
|
5168
5174
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
@@ -5181,7 +5187,7 @@ function ze(t, n, e, o) {
|
|
|
5181
5187
|
}
|
|
5182
5188
|
};
|
|
5183
5189
|
}
|
|
5184
|
-
const
|
|
5190
|
+
const On = {
|
|
5185
5191
|
key: "settings",
|
|
5186
5192
|
name: "x-runtime-lib.settings",
|
|
5187
5193
|
children: [
|
|
@@ -5240,12 +5246,12 @@ const Dn = {
|
|
|
5240
5246
|
name: "x-runtime-lib.chipGroup",
|
|
5241
5247
|
comp: Er,
|
|
5242
5248
|
properties: {
|
|
5243
|
-
pageCommon: [y,
|
|
5244
|
-
compCommon: [y,
|
|
5249
|
+
pageCommon: [y, On],
|
|
5250
|
+
compCommon: [y, On]
|
|
5245
5251
|
},
|
|
5246
5252
|
spawn: la
|
|
5247
5253
|
};
|
|
5248
|
-
|
|
5254
|
+
$(Wt);
|
|
5249
5255
|
const aa = {
|
|
5250
5256
|
key: "common_color_picker_v1",
|
|
5251
5257
|
name: "x-runtime-lib.colorPicker",
|
|
@@ -5256,8 +5262,8 @@ const aa = {
|
|
|
5256
5262
|
},
|
|
5257
5263
|
leaf: !0
|
|
5258
5264
|
};
|
|
5259
|
-
|
|
5260
|
-
const
|
|
5265
|
+
$(aa);
|
|
5266
|
+
const Fn = {
|
|
5261
5267
|
key: "settings",
|
|
5262
5268
|
name: "x-runtime-lib.settings",
|
|
5263
5269
|
children: [
|
|
@@ -5303,26 +5309,26 @@ const On = {
|
|
|
5303
5309
|
name: "x-runtime-lib.combobox",
|
|
5304
5310
|
comp: Mr,
|
|
5305
5311
|
properties: {
|
|
5306
|
-
pageCommon: [y,
|
|
5307
|
-
compCommon: [y,
|
|
5312
|
+
pageCommon: [y, Fn],
|
|
5313
|
+
compCommon: [y, Fn]
|
|
5308
5314
|
},
|
|
5309
5315
|
leaf: !0
|
|
5310
5316
|
};
|
|
5311
|
-
|
|
5312
|
-
const
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
const
|
|
5317
|
+
$(ca);
|
|
5318
|
+
const dn = O(ee);
|
|
5319
|
+
dn.key = "backgroundColor";
|
|
5320
|
+
dn.name = "x-runtime-lib.backgroundColor";
|
|
5321
|
+
const Nn = {
|
|
5316
5322
|
key: "settings",
|
|
5317
5323
|
name: "x-runtime-lib.settings",
|
|
5318
|
-
children: [
|
|
5324
|
+
children: [dn]
|
|
5319
5325
|
}, Bt = {
|
|
5320
5326
|
key: "common_container_v1",
|
|
5321
5327
|
name: "x-runtime-lib.container",
|
|
5322
5328
|
comp: Wr,
|
|
5323
5329
|
properties: {
|
|
5324
|
-
pageCommon: [y, X,
|
|
5325
|
-
compCommon: [y, X,
|
|
5330
|
+
pageCommon: [y, X, Ee, Ae, Me, Nn],
|
|
5331
|
+
compCommon: [y, X, Ee, Ae, Me, Nn]
|
|
5326
5332
|
},
|
|
5327
5333
|
events: [
|
|
5328
5334
|
{
|
|
@@ -5331,8 +5337,8 @@ const Fn = {
|
|
|
5331
5337
|
}
|
|
5332
5338
|
]
|
|
5333
5339
|
};
|
|
5334
|
-
|
|
5335
|
-
const
|
|
5340
|
+
$(Bt);
|
|
5341
|
+
const jn = {
|
|
5336
5342
|
key: "size",
|
|
5337
5343
|
name: "x-runtime-lib.size",
|
|
5338
5344
|
children: [
|
|
@@ -5351,7 +5357,7 @@ const Nn = {
|
|
|
5351
5357
|
default: ""
|
|
5352
5358
|
}
|
|
5353
5359
|
]
|
|
5354
|
-
},
|
|
5360
|
+
}, Gn = {
|
|
5355
5361
|
key: "settings",
|
|
5356
5362
|
name: "x-runtime-lib.settings",
|
|
5357
5363
|
children: [
|
|
@@ -5459,7 +5465,7 @@ const Nn = {
|
|
|
5459
5465
|
default: !1
|
|
5460
5466
|
}
|
|
5461
5467
|
]
|
|
5462
|
-
},
|
|
5468
|
+
}, Hn = {
|
|
5463
5469
|
key: "slots",
|
|
5464
5470
|
name: "x-runtime-lib.slots",
|
|
5465
5471
|
children: [
|
|
@@ -5489,12 +5495,12 @@ const Nn = {
|
|
|
5489
5495
|
name: "x-runtime-lib.dataTable",
|
|
5490
5496
|
comp: Rr,
|
|
5491
5497
|
properties: {
|
|
5492
|
-
pageCommon: [y,
|
|
5493
|
-
compCommon: [y,
|
|
5498
|
+
pageCommon: [y, jn, Gn, Hn],
|
|
5499
|
+
compCommon: [y, jn, Gn, Hn]
|
|
5494
5500
|
},
|
|
5495
5501
|
leaf: !0
|
|
5496
5502
|
};
|
|
5497
|
-
|
|
5503
|
+
$(ua);
|
|
5498
5504
|
const ma = {
|
|
5499
5505
|
key: "common_date_picker_v1",
|
|
5500
5506
|
name: "x-runtime-lib.datePicker",
|
|
@@ -5505,7 +5511,7 @@ const ma = {
|
|
|
5505
5511
|
},
|
|
5506
5512
|
leaf: !0
|
|
5507
5513
|
};
|
|
5508
|
-
|
|
5514
|
+
$(ma);
|
|
5509
5515
|
const pa = {
|
|
5510
5516
|
key: "common_dialog_v1",
|
|
5511
5517
|
name: "x-runtime-lib.dialog",
|
|
@@ -5526,21 +5532,21 @@ const pa = {
|
|
|
5526
5532
|
],
|
|
5527
5533
|
teleport: !0
|
|
5528
5534
|
};
|
|
5529
|
-
|
|
5530
|
-
const
|
|
5535
|
+
$(pa);
|
|
5536
|
+
const Un = {
|
|
5531
5537
|
key: "settings",
|
|
5532
5538
|
name: "x-runtime-lib.settings",
|
|
5533
5539
|
children: []
|
|
5534
|
-
},
|
|
5540
|
+
}, Cu = {
|
|
5535
5541
|
key: "common_file_input_v1",
|
|
5536
5542
|
name: "x-runtime-lib.fileInput",
|
|
5537
5543
|
comp: Fr,
|
|
5538
5544
|
properties: {
|
|
5539
|
-
pageCommon: [y,
|
|
5540
|
-
compCommon: [y,
|
|
5545
|
+
pageCommon: [y, Un],
|
|
5546
|
+
compCommon: [y, Un]
|
|
5541
5547
|
},
|
|
5542
5548
|
leaf: !0
|
|
5543
|
-
},
|
|
5549
|
+
}, Jn = {
|
|
5544
5550
|
key: "settings",
|
|
5545
5551
|
name: "x-runtime-lib.settings",
|
|
5546
5552
|
children: [
|
|
@@ -5562,11 +5568,11 @@ const Hn = {
|
|
|
5562
5568
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5563
5569
|
comp: jr,
|
|
5564
5570
|
properties: {
|
|
5565
|
-
pageCommon: [y, X,
|
|
5566
|
-
compCommon: [y, X,
|
|
5571
|
+
pageCommon: [y, X, Jn],
|
|
5572
|
+
compCommon: [y, X, Jn]
|
|
5567
5573
|
}
|
|
5568
5574
|
};
|
|
5569
|
-
|
|
5575
|
+
$(Rt);
|
|
5570
5576
|
function da(t, n) {
|
|
5571
5577
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5572
5578
|
if (!o) {
|
|
@@ -5665,10 +5671,10 @@ function Kt(t, n, e, o, s, i, l, c, u) {
|
|
|
5665
5671
|
}
|
|
5666
5672
|
};
|
|
5667
5673
|
}
|
|
5668
|
-
const
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
const
|
|
5674
|
+
const fn = O(ee);
|
|
5675
|
+
fn.key = "backgroundColor";
|
|
5676
|
+
fn.name = "x-runtime-lib.backgroundColor";
|
|
5677
|
+
const qn = {
|
|
5672
5678
|
key: "settings",
|
|
5673
5679
|
name: "x-runtime-lib.settings",
|
|
5674
5680
|
children: [
|
|
@@ -5836,15 +5842,15 @@ const Jn = {
|
|
|
5836
5842
|
}
|
|
5837
5843
|
]
|
|
5838
5844
|
},
|
|
5839
|
-
|
|
5845
|
+
fn
|
|
5840
5846
|
]
|
|
5841
5847
|
}, Ue = {
|
|
5842
5848
|
key: "common_flex_layout_v1",
|
|
5843
5849
|
name: "x-runtime-lib.flexLayout",
|
|
5844
5850
|
comp: Nr,
|
|
5845
5851
|
properties: {
|
|
5846
|
-
pageCommon: [y, X,
|
|
5847
|
-
compCommon: [y, X,
|
|
5852
|
+
pageCommon: [y, X, Ee, Ae, Me, qn],
|
|
5853
|
+
compCommon: [y, X, Ee, Ae, Me, qn]
|
|
5848
5854
|
},
|
|
5849
5855
|
events: [
|
|
5850
5856
|
{
|
|
@@ -5854,8 +5860,8 @@ const Jn = {
|
|
|
5854
5860
|
],
|
|
5855
5861
|
spawn: da
|
|
5856
5862
|
};
|
|
5857
|
-
|
|
5858
|
-
const
|
|
5863
|
+
$(Ue);
|
|
5864
|
+
const Xn = {
|
|
5859
5865
|
key: "settings",
|
|
5860
5866
|
name: "x-runtime-lib.settings",
|
|
5861
5867
|
children: [
|
|
@@ -5976,7 +5982,7 @@ const qn = {
|
|
|
5976
5982
|
default: ""
|
|
5977
5983
|
}
|
|
5978
5984
|
]
|
|
5979
|
-
},
|
|
5985
|
+
}, Yn = {
|
|
5980
5986
|
key: "slots",
|
|
5981
5987
|
name: "x-runtime-lib.slots",
|
|
5982
5988
|
children: [
|
|
@@ -6010,8 +6016,8 @@ const qn = {
|
|
|
6010
6016
|
name: "x-runtime-lib.textField",
|
|
6011
6017
|
comp: gl,
|
|
6012
6018
|
properties: {
|
|
6013
|
-
pageCommon: [y,
|
|
6014
|
-
compCommon: [y,
|
|
6019
|
+
pageCommon: [y, Xn, Yn],
|
|
6020
|
+
compCommon: [y, Xn, Yn]
|
|
6015
6021
|
},
|
|
6016
6022
|
events: [],
|
|
6017
6023
|
methods: [],
|
|
@@ -6035,7 +6041,7 @@ const qn = {
|
|
|
6035
6041
|
],
|
|
6036
6042
|
leaf: !0
|
|
6037
6043
|
};
|
|
6038
|
-
|
|
6044
|
+
$(Dt);
|
|
6039
6045
|
function ya(t, n) {
|
|
6040
6046
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6041
6047
|
if (!o) {
|
|
@@ -6077,7 +6083,7 @@ function ba(t, n) {
|
|
|
6077
6083
|
}
|
|
6078
6084
|
};
|
|
6079
6085
|
}
|
|
6080
|
-
const
|
|
6086
|
+
const Zn = {
|
|
6081
6087
|
key: "settings",
|
|
6082
6088
|
name: "x-runtime-lib.settings",
|
|
6083
6089
|
children: [
|
|
@@ -6100,8 +6106,8 @@ const Yn = {
|
|
|
6100
6106
|
name: "x-runtime-lib.form",
|
|
6101
6107
|
comp: Gr,
|
|
6102
6108
|
properties: {
|
|
6103
|
-
pageCommon: [y, X,
|
|
6104
|
-
compCommon: [y, X,
|
|
6109
|
+
pageCommon: [y, X, Ee, Ae, Me, Zn],
|
|
6110
|
+
compCommon: [y, X, Ee, Ae, Me, Zn]
|
|
6105
6111
|
},
|
|
6106
6112
|
events: [
|
|
6107
6113
|
{
|
|
@@ -6111,8 +6117,8 @@ const Yn = {
|
|
|
6111
6117
|
],
|
|
6112
6118
|
spawn: ya
|
|
6113
6119
|
};
|
|
6114
|
-
|
|
6115
|
-
const ga = O(ee),
|
|
6120
|
+
$(Ot);
|
|
6121
|
+
const ga = O(ee), Qn = {
|
|
6116
6122
|
key: "settings",
|
|
6117
6123
|
name: "x-runtime-lib.settings",
|
|
6118
6124
|
children: [
|
|
@@ -6142,12 +6148,12 @@ const ga = O(ee), Zn = {
|
|
|
6142
6148
|
name: "x-runtime-lib.icon",
|
|
6143
6149
|
comp: Hr,
|
|
6144
6150
|
properties: {
|
|
6145
|
-
pageCommon: [y,
|
|
6146
|
-
compCommon: [y,
|
|
6151
|
+
pageCommon: [y, Qn],
|
|
6152
|
+
compCommon: [y, Qn]
|
|
6147
6153
|
},
|
|
6148
6154
|
leaf: !0
|
|
6149
6155
|
};
|
|
6150
|
-
|
|
6156
|
+
$(ha);
|
|
6151
6157
|
const _a = {
|
|
6152
6158
|
key: "common_menu_v1",
|
|
6153
6159
|
name: "x-runtime-lib.menu",
|
|
@@ -6168,7 +6174,7 @@ const _a = {
|
|
|
6168
6174
|
],
|
|
6169
6175
|
teleport: !0
|
|
6170
6176
|
};
|
|
6171
|
-
|
|
6177
|
+
$(_a);
|
|
6172
6178
|
function va(t, n) {
|
|
6173
6179
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6174
6180
|
if (!o) {
|
|
@@ -6188,7 +6194,7 @@ function va(t, n) {
|
|
|
6188
6194
|
}
|
|
6189
6195
|
};
|
|
6190
6196
|
}
|
|
6191
|
-
const
|
|
6197
|
+
const eo = {
|
|
6192
6198
|
key: "size",
|
|
6193
6199
|
name: "x-runtime-lib.size",
|
|
6194
6200
|
children: [
|
|
@@ -6214,7 +6220,7 @@ const Qn = {
|
|
|
6214
6220
|
default: ""
|
|
6215
6221
|
}
|
|
6216
6222
|
]
|
|
6217
|
-
},
|
|
6223
|
+
}, to = {
|
|
6218
6224
|
key: "settings",
|
|
6219
6225
|
name: "x-runtime-lib.settings",
|
|
6220
6226
|
children: [
|
|
@@ -6360,8 +6366,8 @@ const Qn = {
|
|
|
6360
6366
|
name: "x-runtime-lib.numberInput",
|
|
6361
6367
|
comp: qr,
|
|
6362
6368
|
properties: {
|
|
6363
|
-
pageCommon: [y,
|
|
6364
|
-
compCommon: [y,
|
|
6369
|
+
pageCommon: [y, eo, to],
|
|
6370
|
+
compCommon: [y, eo, to]
|
|
6365
6371
|
},
|
|
6366
6372
|
events: [
|
|
6367
6373
|
{
|
|
@@ -6388,8 +6394,8 @@ const Qn = {
|
|
|
6388
6394
|
leaf: !0,
|
|
6389
6395
|
spawn: va
|
|
6390
6396
|
};
|
|
6391
|
-
|
|
6392
|
-
const
|
|
6397
|
+
$(Ft);
|
|
6398
|
+
const no = {
|
|
6393
6399
|
key: "settings",
|
|
6394
6400
|
name: "x-runtime-lib.settings",
|
|
6395
6401
|
children: [
|
|
@@ -6457,13 +6463,13 @@ const to = {
|
|
|
6457
6463
|
name: "x-runtime-lib.pagination",
|
|
6458
6464
|
comp: Xr,
|
|
6459
6465
|
properties: {
|
|
6460
|
-
pageCommon: [y,
|
|
6461
|
-
compCommon: [y,
|
|
6466
|
+
pageCommon: [y, no],
|
|
6467
|
+
compCommon: [y, no]
|
|
6462
6468
|
},
|
|
6463
6469
|
leaf: !0
|
|
6464
6470
|
};
|
|
6465
|
-
|
|
6466
|
-
const ka = O(ee),
|
|
6471
|
+
$(xa);
|
|
6472
|
+
const ka = O(ee), oo = {
|
|
6467
6473
|
key: "settings",
|
|
6468
6474
|
name: "x-runtime-lib.settings",
|
|
6469
6475
|
children: [
|
|
@@ -6505,12 +6511,12 @@ const ka = O(ee), no = {
|
|
|
6505
6511
|
name: "x-runtime-lib.radio",
|
|
6506
6512
|
comp: Yr,
|
|
6507
6513
|
properties: {
|
|
6508
|
-
pageCommon: [y,
|
|
6509
|
-
compCommon: [y,
|
|
6514
|
+
pageCommon: [y, oo],
|
|
6515
|
+
compCommon: [y, oo]
|
|
6510
6516
|
},
|
|
6511
6517
|
leaf: !0
|
|
6512
6518
|
};
|
|
6513
|
-
|
|
6519
|
+
$(Nt);
|
|
6514
6520
|
function wa(t, n) {
|
|
6515
6521
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6516
6522
|
if (!o) {
|
|
@@ -6560,7 +6566,7 @@ function It(t, n, e, o) {
|
|
|
6560
6566
|
}
|
|
6561
6567
|
};
|
|
6562
6568
|
}
|
|
6563
|
-
const
|
|
6569
|
+
const io = {
|
|
6564
6570
|
key: "settings",
|
|
6565
6571
|
name: "x-runtime-lib.settings",
|
|
6566
6572
|
children: [
|
|
@@ -6608,13 +6614,13 @@ const oo = {
|
|
|
6608
6614
|
name: "x-runtime-lib.radioGroup",
|
|
6609
6615
|
comp: Zr,
|
|
6610
6616
|
properties: {
|
|
6611
|
-
pageCommon: [y,
|
|
6612
|
-
compCommon: [y,
|
|
6617
|
+
pageCommon: [y, io],
|
|
6618
|
+
compCommon: [y, io]
|
|
6613
6619
|
},
|
|
6614
6620
|
spawn: wa
|
|
6615
6621
|
};
|
|
6616
|
-
|
|
6617
|
-
const
|
|
6622
|
+
$(jt);
|
|
6623
|
+
const so = {
|
|
6618
6624
|
key: "settings",
|
|
6619
6625
|
name: "x-runtime-lib.settings",
|
|
6620
6626
|
children: [
|
|
@@ -6736,13 +6742,13 @@ const io = {
|
|
|
6736
6742
|
name: "x-runtime-lib.rangeSlider",
|
|
6737
6743
|
comp: Qr,
|
|
6738
6744
|
properties: {
|
|
6739
|
-
pageCommon: [y,
|
|
6740
|
-
compCommon: [y,
|
|
6745
|
+
pageCommon: [y, so],
|
|
6746
|
+
compCommon: [y, so]
|
|
6741
6747
|
},
|
|
6742
6748
|
leaf: !0
|
|
6743
6749
|
};
|
|
6744
|
-
|
|
6745
|
-
const
|
|
6750
|
+
$(Ia);
|
|
6751
|
+
const ro = {
|
|
6746
6752
|
key: "settings",
|
|
6747
6753
|
name: "x-runtime-lib.settings",
|
|
6748
6754
|
children: [
|
|
@@ -6802,13 +6808,13 @@ const so = {
|
|
|
6802
6808
|
name: "x-runtime-lib.rating",
|
|
6803
6809
|
comp: el,
|
|
6804
6810
|
properties: {
|
|
6805
|
-
pageCommon: [y,
|
|
6806
|
-
compCommon: [y,
|
|
6811
|
+
pageCommon: [y, ro],
|
|
6812
|
+
compCommon: [y, ro]
|
|
6807
6813
|
},
|
|
6808
6814
|
leaf: !0
|
|
6809
6815
|
};
|
|
6810
|
-
|
|
6811
|
-
const
|
|
6816
|
+
$(Sa);
|
|
6817
|
+
const lo = {
|
|
6812
6818
|
key: "settings",
|
|
6813
6819
|
name: "x-runtime-lib.settings",
|
|
6814
6820
|
children: [
|
|
@@ -6849,27 +6855,27 @@ const ro = {
|
|
|
6849
6855
|
default: !1
|
|
6850
6856
|
}
|
|
6851
6857
|
]
|
|
6852
|
-
},
|
|
6858
|
+
}, $a = {
|
|
6853
6859
|
key: "common_select_v1",
|
|
6854
6860
|
name: "x-runtime-lib.select",
|
|
6855
6861
|
comp: tl,
|
|
6856
6862
|
properties: {
|
|
6857
|
-
pageCommon: [y,
|
|
6858
|
-
compCommon: [y,
|
|
6863
|
+
pageCommon: [y, lo],
|
|
6864
|
+
compCommon: [y, lo]
|
|
6859
6865
|
},
|
|
6860
6866
|
leaf: !0
|
|
6861
6867
|
};
|
|
6862
|
-
|
|
6863
|
-
const fn = O(ee);
|
|
6864
|
-
fn.key = "color";
|
|
6865
|
-
fn.name = "x-runtime-lib.color";
|
|
6868
|
+
$($a);
|
|
6866
6869
|
const yn = O(ee);
|
|
6867
|
-
yn.key = "
|
|
6868
|
-
yn.name = "x-runtime-lib.
|
|
6870
|
+
yn.key = "color";
|
|
6871
|
+
yn.name = "x-runtime-lib.color";
|
|
6869
6872
|
const bn = O(ee);
|
|
6870
|
-
bn.key = "
|
|
6871
|
-
bn.name = "x-runtime-lib.
|
|
6872
|
-
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 = {
|
|
6873
6879
|
key: "settings",
|
|
6874
6880
|
name: "x-runtime-lib.settings",
|
|
6875
6881
|
children: [
|
|
@@ -6974,11 +6980,11 @@ const lo = {
|
|
|
6974
6980
|
ui: "switch",
|
|
6975
6981
|
default: !1
|
|
6976
6982
|
},
|
|
6977
|
-
fn,
|
|
6978
6983
|
yn,
|
|
6979
|
-
bn
|
|
6984
|
+
bn,
|
|
6985
|
+
gn
|
|
6980
6986
|
]
|
|
6981
|
-
},
|
|
6987
|
+
}, co = {
|
|
6982
6988
|
key: "slots",
|
|
6983
6989
|
name: "x-runtime-lib.slots",
|
|
6984
6990
|
children: [
|
|
@@ -6995,17 +7001,17 @@ const lo = {
|
|
|
6995
7001
|
default: void 0
|
|
6996
7002
|
}
|
|
6997
7003
|
]
|
|
6998
|
-
},
|
|
7004
|
+
}, Ca = {
|
|
6999
7005
|
key: "common_slider_v1",
|
|
7000
7006
|
name: "x-runtime-lib.slider",
|
|
7001
7007
|
comp: nl,
|
|
7002
7008
|
properties: {
|
|
7003
|
-
pageCommon: [y,
|
|
7004
|
-
compCommon: [y,
|
|
7009
|
+
pageCommon: [y, ao, co],
|
|
7010
|
+
compCommon: [y, ao, co]
|
|
7005
7011
|
},
|
|
7006
7012
|
leaf: !0
|
|
7007
7013
|
};
|
|
7008
|
-
|
|
7014
|
+
$(Ca);
|
|
7009
7015
|
const Gt = {
|
|
7010
7016
|
key: "common_stepper_header_v1",
|
|
7011
7017
|
name: "x-runtime-lib.stepperHeader",
|
|
@@ -7015,8 +7021,8 @@ const Gt = {
|
|
|
7015
7021
|
compCommon: [y]
|
|
7016
7022
|
}
|
|
7017
7023
|
};
|
|
7018
|
-
|
|
7019
|
-
const
|
|
7024
|
+
$(Gt);
|
|
7025
|
+
const uo = {
|
|
7020
7026
|
key: "settings",
|
|
7021
7027
|
name: "x-runtime-lib.settings",
|
|
7022
7028
|
children: [
|
|
@@ -7032,11 +7038,11 @@ const co = {
|
|
|
7032
7038
|
name: "x-runtime-lib.stepperItem",
|
|
7033
7039
|
comp: ll,
|
|
7034
7040
|
properties: {
|
|
7035
|
-
pageCommon: [y,
|
|
7036
|
-
compCommon: [y,
|
|
7041
|
+
pageCommon: [y, uo],
|
|
7042
|
+
compCommon: [y, uo]
|
|
7037
7043
|
}
|
|
7038
7044
|
};
|
|
7039
|
-
|
|
7045
|
+
$(Ht);
|
|
7040
7046
|
const Ut = {
|
|
7041
7047
|
key: "common_stepper_window_v1",
|
|
7042
7048
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -7046,8 +7052,8 @@ const Ut = {
|
|
|
7046
7052
|
compCommon: [y]
|
|
7047
7053
|
}
|
|
7048
7054
|
};
|
|
7049
|
-
|
|
7050
|
-
const
|
|
7055
|
+
$(Ut);
|
|
7056
|
+
const mo = {
|
|
7051
7057
|
key: "settings",
|
|
7052
7058
|
name: "x-runtime-lib.settings",
|
|
7053
7059
|
children: [
|
|
@@ -7063,11 +7069,11 @@ const uo = {
|
|
|
7063
7069
|
name: "x-runtime-lib.stepperWindowItem",
|
|
7064
7070
|
comp: ml,
|
|
7065
7071
|
properties: {
|
|
7066
|
-
pageCommon: [y,
|
|
7067
|
-
compCommon: [y,
|
|
7072
|
+
pageCommon: [y, mo],
|
|
7073
|
+
compCommon: [y, mo]
|
|
7068
7074
|
}
|
|
7069
7075
|
};
|
|
7070
|
-
|
|
7076
|
+
$(Jt);
|
|
7071
7077
|
function Va(t, n) {
|
|
7072
7078
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7073
7079
|
if (!o) {
|
|
@@ -7147,7 +7153,7 @@ function La(t, n) {
|
|
|
7147
7153
|
}
|
|
7148
7154
|
const i = A();
|
|
7149
7155
|
W(i, s), i.basic.id = E(16), i.basic.key = Ut.key;
|
|
7150
|
-
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");
|
|
7151
7157
|
return {
|
|
7152
7158
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7153
7159
|
nodes: {
|
|
@@ -7158,7 +7164,7 @@ function La(t, n) {
|
|
|
7158
7164
|
}
|
|
7159
7165
|
};
|
|
7160
7166
|
}
|
|
7161
|
-
function
|
|
7167
|
+
function $t(t, n, e, o) {
|
|
7162
7168
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
7163
7169
|
if (!i) {
|
|
7164
7170
|
console.error(
|
|
@@ -7203,7 +7209,7 @@ function za(t, n, e) {
|
|
|
7203
7209
|
}
|
|
7204
7210
|
};
|
|
7205
7211
|
}
|
|
7206
|
-
const
|
|
7212
|
+
const po = {
|
|
7207
7213
|
key: "settings",
|
|
7208
7214
|
name: "x-runtime-lib.settings",
|
|
7209
7215
|
children: [
|
|
@@ -7225,12 +7231,12 @@ const mo = {
|
|
|
7225
7231
|
name: "x-runtime-lib.stepper",
|
|
7226
7232
|
comp: ol,
|
|
7227
7233
|
properties: {
|
|
7228
|
-
pageCommon: [y,
|
|
7229
|
-
compCommon: [y,
|
|
7234
|
+
pageCommon: [y, po],
|
|
7235
|
+
compCommon: [y, po]
|
|
7230
7236
|
},
|
|
7231
7237
|
spawn: Va
|
|
7232
7238
|
};
|
|
7233
|
-
|
|
7239
|
+
$(qt);
|
|
7234
7240
|
const Ta = {
|
|
7235
7241
|
key: "common_switch_v1",
|
|
7236
7242
|
name: "x-runtime-lib.switch",
|
|
@@ -7241,8 +7247,8 @@ const Ta = {
|
|
|
7241
7247
|
},
|
|
7242
7248
|
leaf: !0
|
|
7243
7249
|
};
|
|
7244
|
-
|
|
7245
|
-
const
|
|
7250
|
+
$(Ta);
|
|
7251
|
+
const fo = {
|
|
7246
7252
|
key: "settings",
|
|
7247
7253
|
name: "x-runtime-lib.settings",
|
|
7248
7254
|
children: [
|
|
@@ -7264,12 +7270,12 @@ const po = {
|
|
|
7264
7270
|
name: "x-runtime-lib.tab",
|
|
7265
7271
|
comp: dl,
|
|
7266
7272
|
properties: {
|
|
7267
|
-
pageCommon: [y,
|
|
7268
|
-
compCommon: [y,
|
|
7273
|
+
pageCommon: [y, fo],
|
|
7274
|
+
compCommon: [y, fo]
|
|
7269
7275
|
},
|
|
7270
7276
|
leaf: !0
|
|
7271
7277
|
};
|
|
7272
|
-
|
|
7278
|
+
$(Xt);
|
|
7273
7279
|
function Ea(t, n) {
|
|
7274
7280
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7275
7281
|
if (!o) {
|
|
@@ -7283,7 +7289,7 @@ function Ea(t, n) {
|
|
|
7283
7289
|
}
|
|
7284
7290
|
const i = A();
|
|
7285
7291
|
W(i, s), i.basic.id = E(16), i.basic.key = Yt.key;
|
|
7286
|
-
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");
|
|
7287
7293
|
return {
|
|
7288
7294
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7289
7295
|
nodes: {
|
|
@@ -7294,7 +7300,7 @@ function Ea(t, n) {
|
|
|
7294
7300
|
}
|
|
7295
7301
|
};
|
|
7296
7302
|
}
|
|
7297
|
-
function
|
|
7303
|
+
function Ct(t, n, e, o) {
|
|
7298
7304
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
7299
7305
|
if (!i) {
|
|
7300
7306
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
@@ -7313,16 +7319,16 @@ function $t(t, n, e, o) {
|
|
|
7313
7319
|
}
|
|
7314
7320
|
};
|
|
7315
7321
|
}
|
|
7316
|
-
const gn = O(ee);
|
|
7317
|
-
gn.key = "backgroundColor";
|
|
7318
|
-
gn.name = "x-runtime-lib.backgroundColor";
|
|
7319
7322
|
const hn = O(ee);
|
|
7320
|
-
hn.key = "
|
|
7321
|
-
hn.name = "x-runtime-lib.
|
|
7323
|
+
hn.key = "backgroundColor";
|
|
7324
|
+
hn.name = "x-runtime-lib.backgroundColor";
|
|
7322
7325
|
const _n = O(ee);
|
|
7323
|
-
_n.key = "
|
|
7324
|
-
_n.name = "x-runtime-lib.
|
|
7325
|
-
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 = {
|
|
7326
7332
|
key: "settings",
|
|
7327
7333
|
name: "x-runtime-lib.settings",
|
|
7328
7334
|
children: [
|
|
@@ -7398,7 +7404,7 @@ const fo = {
|
|
|
7398
7404
|
{
|
|
7399
7405
|
key: "color",
|
|
7400
7406
|
name: "x-runtime-lib.color",
|
|
7401
|
-
children: [
|
|
7407
|
+
children: [hn, _n, vn]
|
|
7402
7408
|
}
|
|
7403
7409
|
]
|
|
7404
7410
|
}, Yt = {
|
|
@@ -7406,12 +7412,12 @@ const fo = {
|
|
|
7406
7412
|
name: "x-runtime-lib.tabs",
|
|
7407
7413
|
comp: fl,
|
|
7408
7414
|
properties: {
|
|
7409
|
-
pageCommon: [y,
|
|
7410
|
-
compCommon: [y,
|
|
7415
|
+
pageCommon: [y, yo],
|
|
7416
|
+
compCommon: [y, yo]
|
|
7411
7417
|
},
|
|
7412
7418
|
spawn: Ea
|
|
7413
7419
|
};
|
|
7414
|
-
|
|
7420
|
+
$(Yt);
|
|
7415
7421
|
function Aa(t, n) {
|
|
7416
7422
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7417
7423
|
if (!o) {
|
|
@@ -7431,7 +7437,7 @@ function Aa(t, n) {
|
|
|
7431
7437
|
}
|
|
7432
7438
|
};
|
|
7433
7439
|
}
|
|
7434
|
-
const
|
|
7440
|
+
const bo = {
|
|
7435
7441
|
key: "settings",
|
|
7436
7442
|
name: "x-runtime-lib.settings",
|
|
7437
7443
|
children: [
|
|
@@ -7522,13 +7528,13 @@ const yo = {
|
|
|
7522
7528
|
name: "x-runtime-lib.text",
|
|
7523
7529
|
comp: yl,
|
|
7524
7530
|
properties: {
|
|
7525
|
-
pageCommon: [y,
|
|
7526
|
-
compCommon: [y,
|
|
7531
|
+
pageCommon: [y, bo],
|
|
7532
|
+
compCommon: [y, bo]
|
|
7527
7533
|
},
|
|
7528
7534
|
leaf: !0,
|
|
7529
7535
|
spawn: Aa
|
|
7530
7536
|
};
|
|
7531
|
-
|
|
7537
|
+
$(Ce);
|
|
7532
7538
|
function Ma(t, n) {
|
|
7533
7539
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7534
7540
|
if (!o) {
|
|
@@ -7548,7 +7554,7 @@ function Ma(t, n) {
|
|
|
7548
7554
|
}
|
|
7549
7555
|
};
|
|
7550
7556
|
}
|
|
7551
|
-
const
|
|
7557
|
+
const go = {
|
|
7552
7558
|
key: "settings",
|
|
7553
7559
|
name: "x-runtime-lib.settings",
|
|
7554
7560
|
children: [
|
|
@@ -7624,13 +7630,13 @@ const bo = {
|
|
|
7624
7630
|
name: "x-runtime-lib.textarea",
|
|
7625
7631
|
comp: bl,
|
|
7626
7632
|
properties: {
|
|
7627
|
-
pageCommon: [y,
|
|
7628
|
-
compCommon: [y,
|
|
7633
|
+
pageCommon: [y, go],
|
|
7634
|
+
compCommon: [y, go]
|
|
7629
7635
|
},
|
|
7630
7636
|
leaf: !0,
|
|
7631
7637
|
spawn: Ma
|
|
7632
7638
|
};
|
|
7633
|
-
|
|
7639
|
+
$(Zt);
|
|
7634
7640
|
const Qt = {
|
|
7635
7641
|
key: "common_timeline_item_v1",
|
|
7636
7642
|
name: "x-runtime-lib.timelineItem",
|
|
@@ -7640,7 +7646,7 @@ const Qt = {
|
|
|
7640
7646
|
compCommon: [y]
|
|
7641
7647
|
}
|
|
7642
7648
|
};
|
|
7643
|
-
|
|
7649
|
+
$(Qt);
|
|
7644
7650
|
function Wa(t, n) {
|
|
7645
7651
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7646
7652
|
if (!o) {
|
|
@@ -7706,7 +7712,7 @@ function Ba(t, n, e) {
|
|
|
7706
7712
|
}
|
|
7707
7713
|
};
|
|
7708
7714
|
}
|
|
7709
|
-
const Ra = O(ee), Ka = O(ee),
|
|
7715
|
+
const Ra = O(ee), Ka = O(ee), ho = {
|
|
7710
7716
|
key: "settings",
|
|
7711
7717
|
name: "x-runtime-lib.settings",
|
|
7712
7718
|
children: [
|
|
@@ -7789,12 +7795,12 @@ const Ra = O(ee), Ka = O(ee), go = {
|
|
|
7789
7795
|
name: "x-runtime-lib.timeline",
|
|
7790
7796
|
comp: hl,
|
|
7791
7797
|
properties: {
|
|
7792
|
-
pageCommon: [y,
|
|
7793
|
-
compCommon: [y,
|
|
7798
|
+
pageCommon: [y, ho],
|
|
7799
|
+
compCommon: [y, ho]
|
|
7794
7800
|
},
|
|
7795
7801
|
spawn: Wa
|
|
7796
7802
|
};
|
|
7797
|
-
|
|
7803
|
+
$(en);
|
|
7798
7804
|
const tn = {
|
|
7799
7805
|
key: "common_window_item_v1",
|
|
7800
7806
|
name: "x-runtime-lib.windowItem",
|
|
@@ -7804,7 +7810,7 @@ const tn = {
|
|
|
7804
7810
|
compCommon: [y]
|
|
7805
7811
|
}
|
|
7806
7812
|
};
|
|
7807
|
-
|
|
7813
|
+
$(tn);
|
|
7808
7814
|
function Da(t, n) {
|
|
7809
7815
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7810
7816
|
if (!o) {
|
|
@@ -7894,7 +7900,7 @@ function Fa(t, n, e) {
|
|
|
7894
7900
|
}
|
|
7895
7901
|
};
|
|
7896
7902
|
}
|
|
7897
|
-
const
|
|
7903
|
+
const _o = {
|
|
7898
7904
|
key: "settings",
|
|
7899
7905
|
name: "x-runtime-lib.settings",
|
|
7900
7906
|
children: [
|
|
@@ -7947,12 +7953,12 @@ const ho = {
|
|
|
7947
7953
|
name: "x-runtime-lib.window",
|
|
7948
7954
|
comp: kl,
|
|
7949
7955
|
properties: {
|
|
7950
|
-
pageCommon: [y,
|
|
7951
|
-
compCommon: [y,
|
|
7956
|
+
pageCommon: [y, _o],
|
|
7957
|
+
compCommon: [y, _o]
|
|
7952
7958
|
},
|
|
7953
7959
|
spawn: Da
|
|
7954
7960
|
};
|
|
7955
|
-
|
|
7961
|
+
$(nn);
|
|
7956
7962
|
const ot = {
|
|
7957
7963
|
key: "settings",
|
|
7958
7964
|
name: "x-runtime-lib.settings",
|
|
@@ -7983,7 +7989,7 @@ const ot = {
|
|
|
7983
7989
|
},
|
|
7984
7990
|
leaf: !0
|
|
7985
7991
|
};
|
|
7986
|
-
|
|
7992
|
+
$(Na);
|
|
7987
7993
|
const st = {
|
|
7988
7994
|
key: "settings",
|
|
7989
7995
|
name: "x-runtime-lib.settings",
|
|
@@ -8020,7 +8026,7 @@ const st = {
|
|
|
8020
8026
|
},
|
|
8021
8027
|
leaf: !0
|
|
8022
8028
|
};
|
|
8023
|
-
|
|
8029
|
+
$(ja);
|
|
8024
8030
|
const lt = {
|
|
8025
8031
|
key: "settings",
|
|
8026
8032
|
name: "x-runtime-lib.settings",
|
|
@@ -8044,8 +8050,8 @@ const lt = {
|
|
|
8044
8050
|
},
|
|
8045
8051
|
leaf: !0
|
|
8046
8052
|
};
|
|
8047
|
-
|
|
8048
|
-
const
|
|
8053
|
+
$(Ga);
|
|
8054
|
+
const vo = {
|
|
8049
8055
|
key: "settings",
|
|
8050
8056
|
name: "x-runtime-lib.settings",
|
|
8051
8057
|
children: [
|
|
@@ -8061,11 +8067,11 @@ const _o = {
|
|
|
8061
8067
|
name: "x-runtime-lib.renderSwitch",
|
|
8062
8068
|
comp: El,
|
|
8063
8069
|
properties: {
|
|
8064
|
-
pageCommon: [y,
|
|
8065
|
-
compCommon: [y,
|
|
8070
|
+
pageCommon: [y, vo],
|
|
8071
|
+
compCommon: [y, vo]
|
|
8066
8072
|
}
|
|
8067
8073
|
};
|
|
8068
|
-
|
|
8074
|
+
$(Ha);
|
|
8069
8075
|
const at = {
|
|
8070
8076
|
key: "settings",
|
|
8071
8077
|
name: "x-runtime-lib.settings",
|
|
@@ -8086,7 +8092,7 @@ const at = {
|
|
|
8086
8092
|
}, Ua = {
|
|
8087
8093
|
key: "slot_v1",
|
|
8088
8094
|
name: "x-runtime-lib.slot",
|
|
8089
|
-
comp:
|
|
8095
|
+
comp: $e,
|
|
8090
8096
|
properties: {
|
|
8091
8097
|
pageCommon: [y, X, at],
|
|
8092
8098
|
compCommon: [y, X, at],
|
|
@@ -8095,7 +8101,7 @@ const at = {
|
|
|
8095
8101
|
},
|
|
8096
8102
|
leaf: !0
|
|
8097
8103
|
};
|
|
8098
|
-
|
|
8104
|
+
$(Ua);
|
|
8099
8105
|
const De = O(ee);
|
|
8100
8106
|
De.key = "backgroundColor";
|
|
8101
8107
|
De.name = "x-runtime-lib.backgroundColor";
|
|
@@ -8161,7 +8167,7 @@ const Fo = {
|
|
|
8161
8167
|
events: [Za, Qa, ec],
|
|
8162
8168
|
internal: !0
|
|
8163
8169
|
};
|
|
8164
|
-
|
|
8170
|
+
$(tc);
|
|
8165
8171
|
const nc = [
|
|
8166
8172
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
8167
8173
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -8306,12 +8312,12 @@ const nc = [
|
|
|
8306
8312
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8307
8313
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8308
8314
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
8309
|
-
],
|
|
8315
|
+
], $c = [
|
|
8310
8316
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8311
8317
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8312
8318
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8313
8319
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
8314
|
-
],
|
|
8320
|
+
], Cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8315
8321
|
__proto__: null,
|
|
8316
8322
|
alignTabsItemsV1: nc,
|
|
8317
8323
|
axisTypeItemsV1: oc,
|
|
@@ -8337,7 +8343,7 @@ const nc = [
|
|
|
8337
8343
|
timelineAlignItemsV1: wc,
|
|
8338
8344
|
timelineDirectionItemsV1: Ic,
|
|
8339
8345
|
timelineSideItemsV1: Sc,
|
|
8340
|
-
timelineTruncateLineItemsV1:
|
|
8346
|
+
timelineTruncateLineItemsV1: $c
|
|
8341
8347
|
}, Symbol.toStringTag, { value: "Module" })), Vc = [
|
|
8342
8348
|
{
|
|
8343
8349
|
title: "x-runtime-lib.notSet",
|
|
@@ -8426,7 +8432,7 @@ const nc = [
|
|
|
8426
8432
|
title: "x-runtime-lib.percent",
|
|
8427
8433
|
value: "percent",
|
|
8428
8434
|
ui: "percentInput",
|
|
8429
|
-
validator:
|
|
8435
|
+
validator: ln,
|
|
8430
8436
|
precision: 6,
|
|
8431
8437
|
default: "0%"
|
|
8432
8438
|
}
|
|
@@ -8450,7 +8456,7 @@ const nc = [
|
|
|
8450
8456
|
title: "x-runtime-lib.percent",
|
|
8451
8457
|
value: "percent",
|
|
8452
8458
|
ui: "percentInput",
|
|
8453
|
-
validator:
|
|
8459
|
+
validator: ln,
|
|
8454
8460
|
precision: 6,
|
|
8455
8461
|
min: 0,
|
|
8456
8462
|
default: "0%"
|
|
@@ -8475,7 +8481,7 @@ const nc = [
|
|
|
8475
8481
|
title: "x-runtime-lib.percent",
|
|
8476
8482
|
value: "percent",
|
|
8477
8483
|
ui: "percentInput",
|
|
8478
|
-
validator:
|
|
8484
|
+
validator: ln,
|
|
8479
8485
|
precision: 6,
|
|
8480
8486
|
min: 0,
|
|
8481
8487
|
default: "0%"
|
|
@@ -8806,7 +8812,7 @@ const nc = [
|
|
|
8806
8812
|
version: "v1",
|
|
8807
8813
|
globalityKey: "globality_v1",
|
|
8808
8814
|
refKey: "ref_v1",
|
|
8809
|
-
items: {
|
|
8815
|
+
items: { ...Cc },
|
|
8810
8816
|
types: { ...Mc },
|
|
8811
8817
|
elements: /* @__PURE__ */ new Set([
|
|
8812
8818
|
"globality_v1",
|
|
@@ -8900,7 +8906,7 @@ function R(t, n) {
|
|
|
8900
8906
|
}
|
|
8901
8907
|
return `${t}${Vi(n)}`;
|
|
8902
8908
|
}
|
|
8903
|
-
function
|
|
8909
|
+
function xo(t, n) {
|
|
8904
8910
|
if (t.array)
|
|
8905
8911
|
return n ? O(t.default) : O(t.defaultArray);
|
|
8906
8912
|
{
|
|
@@ -8913,9 +8919,9 @@ function W(t, n) {
|
|
|
8913
8919
|
if (s.ui) {
|
|
8914
8920
|
if (s.ui === "strInput" && s.static)
|
|
8915
8921
|
return;
|
|
8916
|
-
o[s.key] =
|
|
8922
|
+
o[s.key] = xo(s);
|
|
8917
8923
|
} else
|
|
8918
|
-
s.array ? o[s.key] =
|
|
8924
|
+
s.array ? o[s.key] = xo(s) : s.children.forEach((i) => {
|
|
8919
8925
|
o[s.key] || (o[s.key] = {}), e(o[s.key], i);
|
|
8920
8926
|
});
|
|
8921
8927
|
}
|
|
@@ -9038,13 +9044,13 @@ function Z() {
|
|
|
9038
9044
|
return fe(Go);
|
|
9039
9045
|
}
|
|
9040
9046
|
function Au(t) {
|
|
9041
|
-
ye(Ho,
|
|
9047
|
+
ye(Ho, rn(t));
|
|
9042
9048
|
}
|
|
9043
9049
|
function Oe() {
|
|
9044
9050
|
return fe(Ho);
|
|
9045
9051
|
}
|
|
9046
9052
|
function Mu(t) {
|
|
9047
|
-
ye(Uo,
|
|
9053
|
+
ye(Uo, rn(t));
|
|
9048
9054
|
}
|
|
9049
9055
|
function Ze() {
|
|
9050
9056
|
return fe(Uo);
|
|
@@ -9058,17 +9064,17 @@ function Qe() {
|
|
|
9058
9064
|
function Bu(t) {
|
|
9059
9065
|
ye(qo, t);
|
|
9060
9066
|
}
|
|
9061
|
-
function
|
|
9067
|
+
function Ie() {
|
|
9062
9068
|
return fe(qo);
|
|
9063
9069
|
}
|
|
9064
|
-
function
|
|
9070
|
+
function Ve(t) {
|
|
9065
9071
|
ye(Xo, t);
|
|
9066
9072
|
}
|
|
9067
9073
|
function le() {
|
|
9068
9074
|
return fe(Xo);
|
|
9069
9075
|
}
|
|
9070
9076
|
function Ru(t) {
|
|
9071
|
-
ye(Yo,
|
|
9077
|
+
ye(Yo, rn(t));
|
|
9072
9078
|
}
|
|
9073
9079
|
function Gc() {
|
|
9074
9080
|
return fe(Yo);
|
|
@@ -9108,8 +9114,8 @@ function ct(t, n, e, o, s) {
|
|
|
9108
9114
|
if (e === Ne(p)) {
|
|
9109
9115
|
if (p.subKeys) {
|
|
9110
9116
|
if (!me(
|
|
9111
|
-
|
|
9112
|
-
|
|
9117
|
+
Se(o, p.subKeys),
|
|
9118
|
+
Se(s, p.subKeys)
|
|
9113
9119
|
)) {
|
|
9114
9120
|
m = p;
|
|
9115
9121
|
break;
|
|
@@ -9122,7 +9128,7 @@ function ct(t, n, e, o, s) {
|
|
|
9122
9128
|
if (!m)
|
|
9123
9129
|
continue;
|
|
9124
9130
|
let d;
|
|
9125
|
-
m.subKeys ? d =
|
|
9131
|
+
m.subKeys ? d = Se(o, m.subKeys) : d = o;
|
|
9126
9132
|
for (const p of u)
|
|
9127
9133
|
if (p.subKeys) {
|
|
9128
9134
|
let f;
|
|
@@ -9141,15 +9147,15 @@ function ct(t, n, e, o, s) {
|
|
|
9141
9147
|
console.assert(!1);
|
|
9142
9148
|
continue;
|
|
9143
9149
|
}
|
|
9144
|
-
const
|
|
9145
|
-
if (me(d,
|
|
9150
|
+
const g = Se(f, p.subKeys);
|
|
9151
|
+
if (me(d, g))
|
|
9146
9152
|
continue;
|
|
9147
|
-
const
|
|
9148
|
-
|
|
9153
|
+
const _ = O(f);
|
|
9154
|
+
an(_, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
|
|
9149
9155
|
p.nodeId,
|
|
9150
9156
|
p.propertyKeys.split("."),
|
|
9151
|
-
|
|
9152
|
-
) : 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);
|
|
9153
9159
|
} else {
|
|
9154
9160
|
let f;
|
|
9155
9161
|
if (p.type === "elementProperty")
|
|
@@ -9180,7 +9186,7 @@ function ct(t, n, e, o, s) {
|
|
|
9180
9186
|
function Du(t, n, e) {
|
|
9181
9187
|
return `${t}/${n}/${e}`;
|
|
9182
9188
|
}
|
|
9183
|
-
function
|
|
9189
|
+
function ko(t) {
|
|
9184
9190
|
const n = t.split("/");
|
|
9185
9191
|
let e = "elementProperty";
|
|
9186
9192
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyId invalid kind id=${t}`);
|
|
@@ -9323,11 +9329,11 @@ function et(t, n) {
|
|
|
9323
9329
|
function tm() {
|
|
9324
9330
|
let t;
|
|
9325
9331
|
const n = async () => (t = (await Li()).newRuntime(), console.log("runtime created"), t);
|
|
9326
|
-
return
|
|
9332
|
+
return we(() => {
|
|
9327
9333
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
9328
9334
|
}), { createRuntime: n };
|
|
9329
9335
|
}
|
|
9330
|
-
function
|
|
9336
|
+
function We(t) {
|
|
9331
9337
|
return !!t.vm;
|
|
9332
9338
|
}
|
|
9333
9339
|
function Je(t, n) {
|
|
@@ -9404,22 +9410,22 @@ function Xc(t) {
|
|
|
9404
9410
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
9405
9411
|
const s = n.getNumber(e), i = n.getNumber(o);
|
|
9406
9412
|
window.setTimeout(() => {
|
|
9407
|
-
if (
|
|
9413
|
+
if (We(t)) {
|
|
9408
9414
|
var l = [];
|
|
9409
9415
|
try {
|
|
9410
|
-
const d =
|
|
9416
|
+
const d = Le(l, n.getProp(n.global, "__timeoutCallback__"));
|
|
9411
9417
|
n.callFunction(d, n.global, n.newNumber(s));
|
|
9412
9418
|
} catch (c) {
|
|
9413
9419
|
var u = c, m = !0;
|
|
9414
9420
|
} finally {
|
|
9415
|
-
|
|
9421
|
+
ze(l, u, m);
|
|
9416
9422
|
}
|
|
9417
9423
|
}
|
|
9418
9424
|
}, i);
|
|
9419
9425
|
}).consume((e) => n.setProp(n.global, "__timeoutV1__", e)), n.newFunction("__delayV1__", (e) => {
|
|
9420
|
-
const o = n.getNumber(e), {
|
|
9426
|
+
const o = n.getNumber(e), { promiseId: s, promise: i } = t.promiseManager.acquire();
|
|
9421
9427
|
return window.setTimeout(() => {
|
|
9422
|
-
|
|
9428
|
+
We(t) && (i.resolve(), t.promiseManager.release(s));
|
|
9423
9429
|
}, o), i.settled.then(n.runtime.executePendingJobs), i.handle;
|
|
9424
9430
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
9425
9431
|
}
|
|
@@ -9441,20 +9447,20 @@ function Zc(t) {
|
|
|
9441
9447
|
}
|
|
9442
9448
|
const { vm: n } = t;
|
|
9443
9449
|
n.newFunction("__callFuncV1__", (e, o, s, i, l) => {
|
|
9444
|
-
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);
|
|
9445
9451
|
return Yc({
|
|
9446
9452
|
spaceId: c,
|
|
9447
9453
|
id: u,
|
|
9448
|
-
strInputs:
|
|
9454
|
+
strInputs: _,
|
|
9449
9455
|
env: d
|
|
9450
9456
|
}).then(
|
|
9451
9457
|
({ strOutputs: I }) => {
|
|
9452
|
-
|
|
9458
|
+
We(t) && (g.resolve(n.evalCode(`JSON.parse('${I}')`).unwrap()), t.promiseManager.release(f));
|
|
9453
9459
|
},
|
|
9454
9460
|
(I) => {
|
|
9455
|
-
|
|
9461
|
+
We(t) && (g.reject(n.newString(`call func <${p}> failed, ${I}`)), t.promiseManager.release(f));
|
|
9456
9462
|
}
|
|
9457
|
-
),
|
|
9463
|
+
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
9458
9464
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
9459
9465
|
}
|
|
9460
9466
|
function Qc(t) {
|
|
@@ -9475,53 +9481,53 @@ function eu(t) {
|
|
|
9475
9481
|
{
|
|
9476
9482
|
var c = [];
|
|
9477
9483
|
try {
|
|
9478
|
-
const U =
|
|
9484
|
+
const U = Le(c, n.getProp(n.global, "__triggerEventInner__"));
|
|
9479
9485
|
n.callFunction(U, n.global, e, ...o);
|
|
9480
9486
|
} catch (u) {
|
|
9481
9487
|
var m = u, d = !0;
|
|
9482
9488
|
} finally {
|
|
9483
|
-
|
|
9489
|
+
ze(c, m, d);
|
|
9484
9490
|
}
|
|
9485
9491
|
}
|
|
9486
9492
|
const s = n.getString(e), { kind: i, eventKey: l } = qc(s);
|
|
9487
9493
|
if (i === "customEvent") {
|
|
9488
9494
|
var v = [];
|
|
9489
9495
|
try {
|
|
9490
|
-
const U =
|
|
9496
|
+
const U = Le(v, n.getProp(n.global, "__triggerEventV1__"));
|
|
9491
9497
|
{
|
|
9492
9498
|
var p = [];
|
|
9493
9499
|
try {
|
|
9494
|
-
const N =
|
|
9500
|
+
const N = Le(p, n.newString(
|
|
9495
9501
|
ae("refEvent", t.nodeId, l)
|
|
9496
9502
|
));
|
|
9497
9503
|
n.callFunction(U, n.global, N, ...o);
|
|
9498
9504
|
} catch (f) {
|
|
9499
|
-
var
|
|
9505
|
+
var g = f, _ = !0;
|
|
9500
9506
|
} finally {
|
|
9501
|
-
|
|
9507
|
+
ze(p, g, _);
|
|
9502
9508
|
}
|
|
9503
9509
|
}
|
|
9504
9510
|
{
|
|
9505
9511
|
var I = [];
|
|
9506
9512
|
try {
|
|
9507
|
-
const N =
|
|
9513
|
+
const N = Le(I, n.newString(
|
|
9508
9514
|
ae("multipleRefEvent", t.nodeId, l)
|
|
9509
9515
|
));
|
|
9510
9516
|
n.callFunction(U, n.global, N, ...o);
|
|
9511
9517
|
} catch (b) {
|
|
9512
|
-
var x = b,
|
|
9518
|
+
var x = b, h = !0;
|
|
9513
9519
|
} finally {
|
|
9514
|
-
|
|
9520
|
+
ze(I, x, h);
|
|
9515
9521
|
}
|
|
9516
9522
|
}
|
|
9517
9523
|
} catch (z) {
|
|
9518
9524
|
var T = z, G = !0;
|
|
9519
9525
|
} finally {
|
|
9520
|
-
|
|
9526
|
+
ze(v, T, G);
|
|
9521
9527
|
}
|
|
9522
9528
|
}
|
|
9523
9529
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
9524
|
-
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);
|
|
9525
9531
|
let m;
|
|
9526
9532
|
if (l === "elementProperty")
|
|
9527
9533
|
m = t.getElementProperty(c, u.split("."));
|
|
@@ -9540,22 +9546,26 @@ function eu(t) {
|
|
|
9540
9546
|
} else l === "customProperty" ? m = t.getCustomProperty(u) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.parent?.getCustomSlotProperty(u) : console.assert(!1);
|
|
9541
9547
|
return Je(n, m);
|
|
9542
9548
|
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
9543
|
-
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);
|
|
9544
9550
|
if (u === "elementProperty")
|
|
9545
9551
|
t.setElementProperty(m, d.split("."), l);
|
|
9546
9552
|
else if (u === "refProperty") {
|
|
9547
|
-
const
|
|
9548
|
-
|
|
9553
|
+
const g = t.children[m];
|
|
9554
|
+
g && g.setCustomProperty(d, l);
|
|
9549
9555
|
} else if (u === "multipleRefProperty") {
|
|
9550
|
-
const
|
|
9551
|
-
|
|
9556
|
+
const g = t.children[`${m}/${c}`];
|
|
9557
|
+
g && g.setCustomProperty(d, l);
|
|
9552
9558
|
} else if (u === "slotProperty") {
|
|
9553
|
-
const
|
|
9554
|
-
|
|
9559
|
+
const g = t.children[m];
|
|
9560
|
+
g && g.setCustomSlotProperty(d, l);
|
|
9555
9561
|
} else if (u === "multipleSlotProperty") {
|
|
9556
|
-
const
|
|
9557
|
-
|
|
9562
|
+
const g = t.children[`${m}/${c}`];
|
|
9563
|
+
g && g.setCustomSlotProperty(d, l);
|
|
9558
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;
|
|
9559
9569
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
9560
9570
|
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { kind: u, nodeId: m, methodKey: d } = ei(i);
|
|
9561
9571
|
let p;
|
|
@@ -9590,14 +9600,14 @@ function eu(t) {
|
|
|
9590
9600
|
)
|
|
9591
9601
|
);
|
|
9592
9602
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
9593
|
-
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();
|
|
9594
9604
|
return ui({ title: s, text: i }).then((u) => {
|
|
9595
|
-
|
|
9605
|
+
We(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(l));
|
|
9596
9606
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9597
9607
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9598
|
-
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();
|
|
9599
9609
|
return mi({ title: i, label: l, value: c }).then((d) => {
|
|
9600
|
-
|
|
9610
|
+
We(t) && (d === void 0 ? m.resolve(n.undefined) : m.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
9601
9611
|
}), m.settled.then(n.runtime.executePendingJobs), m.handle;
|
|
9602
9612
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9603
9613
|
}
|
|
@@ -9700,7 +9710,7 @@ class ou {
|
|
|
9700
9710
|
}
|
|
9701
9711
|
acquire() {
|
|
9702
9712
|
const n = this.promiseId++, e = this.vm.newPromise();
|
|
9703
|
-
return this.promises[n] = e, {
|
|
9713
|
+
return this.promises[n] = e, { promiseId: n, promise: e };
|
|
9704
9714
|
}
|
|
9705
9715
|
release(n) {
|
|
9706
9716
|
delete this.promises[n];
|
|
@@ -9764,7 +9774,7 @@ class iu {
|
|
|
9764
9774
|
const s = this.vm.getProp(this.vm.global, n), i = [];
|
|
9765
9775
|
for (const l of e)
|
|
9766
9776
|
i.push(Je(this.vm, l));
|
|
9767
|
-
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();
|
|
9768
9778
|
}
|
|
9769
9779
|
//--------------------------
|
|
9770
9780
|
// 元素属性
|
|
@@ -9783,7 +9793,7 @@ class iu {
|
|
|
9783
9793
|
);
|
|
9784
9794
|
return;
|
|
9785
9795
|
}
|
|
9786
|
-
return
|
|
9796
|
+
return Se(o, e);
|
|
9787
9797
|
}
|
|
9788
9798
|
setElementProperty(n, e, o) {
|
|
9789
9799
|
const s = this.data.value?.view.nodes[n];
|
|
@@ -9796,8 +9806,8 @@ class iu {
|
|
|
9796
9806
|
);
|
|
9797
9807
|
return;
|
|
9798
9808
|
}
|
|
9799
|
-
const i =
|
|
9800
|
-
me(o, i) || (
|
|
9809
|
+
const i = Se(s, e);
|
|
9810
|
+
me(o, i) || (an(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9801
9811
|
s.basic.id,
|
|
9802
9812
|
e,
|
|
9803
9813
|
o,
|
|
@@ -9864,15 +9874,15 @@ class iu {
|
|
|
9864
9874
|
}
|
|
9865
9875
|
}
|
|
9866
9876
|
function tt(t, n, e, o, s) {
|
|
9867
|
-
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) => {
|
|
9868
9878
|
if (ie(c)) {
|
|
9869
|
-
if (me(
|
|
9879
|
+
if (me(h, ["settings", "slot"])) {
|
|
9870
9880
|
const T = t.value?.view.nodeLites.find(
|
|
9871
9881
|
(G) => G.id === x
|
|
9872
9882
|
);
|
|
9873
9883
|
T ? T.slotId = v : console.assert(!1);
|
|
9874
9884
|
}
|
|
9875
|
-
if (me(
|
|
9885
|
+
if (me(h, ["settings", "comp"])) {
|
|
9876
9886
|
const T = t.value?.view.nodeLites.find(
|
|
9877
9887
|
(G) => G.id === x
|
|
9878
9888
|
);
|
|
@@ -9880,12 +9890,12 @@ function tt(t, n, e, o, s) {
|
|
|
9880
9890
|
}
|
|
9881
9891
|
if (b.callFunction(
|
|
9882
9892
|
"__triggerEventV1__",
|
|
9883
|
-
ae("elementPropertyChangeEvent", x,
|
|
9893
|
+
ae("elementPropertyChangeEvent", x, h.join(".")),
|
|
9884
9894
|
v,
|
|
9885
9895
|
z ?? v
|
|
9886
9896
|
), t.value?.code.reactivity) {
|
|
9887
9897
|
let T = "";
|
|
9888
|
-
|
|
9898
|
+
h instanceof Array ? T = h.join(".") : T = h, ct(
|
|
9889
9899
|
b,
|
|
9890
9900
|
t.value.code.reactivity,
|
|
9891
9901
|
Ne({
|
|
@@ -9898,17 +9908,17 @@ function tt(t, n, e, o, s) {
|
|
|
9898
9908
|
);
|
|
9899
9909
|
}
|
|
9900
9910
|
}
|
|
9901
|
-
},
|
|
9911
|
+
}, g = (x, h, v) => {
|
|
9902
9912
|
ie(c) && (b.callFunction(
|
|
9903
9913
|
"__triggerEventV1__",
|
|
9904
9914
|
ae("customPropertyChangeEvent", "globality", x),
|
|
9905
|
-
|
|
9906
|
-
v ??
|
|
9915
|
+
h,
|
|
9916
|
+
v ?? h
|
|
9907
9917
|
), b.parent?.callFunction(
|
|
9908
9918
|
"__triggerEventV1__",
|
|
9909
9919
|
ae("refPropertyChangeEvent", b.nodeId, x),
|
|
9910
|
-
|
|
9911
|
-
v ??
|
|
9920
|
+
h,
|
|
9921
|
+
v ?? h
|
|
9912
9922
|
), b.parent?.callFunction(
|
|
9913
9923
|
"__triggerEventV1__",
|
|
9914
9924
|
ae(
|
|
@@ -9916,34 +9926,34 @@ function tt(t, n, e, o, s) {
|
|
|
9916
9926
|
b.nodeId,
|
|
9917
9927
|
x
|
|
9918
9928
|
),
|
|
9919
|
-
|
|
9920
|
-
v ??
|
|
9929
|
+
h,
|
|
9930
|
+
v ?? h
|
|
9921
9931
|
), t.value?.code.reactivity && ct(
|
|
9922
9932
|
b,
|
|
9923
9933
|
t.value.code.reactivity,
|
|
9924
9934
|
Ne({ type: "customProperty", propertyId: x }),
|
|
9925
|
-
|
|
9935
|
+
h,
|
|
9926
9936
|
v
|
|
9927
9937
|
));
|
|
9928
|
-
},
|
|
9938
|
+
}, _ = (x, h, v) => {
|
|
9929
9939
|
ie(c) && t.value?.code.reactivity && ct(
|
|
9930
9940
|
b,
|
|
9931
9941
|
t.value.code.reactivity,
|
|
9932
9942
|
Ne({ type: "customSlotProperty", propertyId: x }),
|
|
9933
|
-
|
|
9943
|
+
h,
|
|
9934
9944
|
v
|
|
9935
9945
|
);
|
|
9936
|
-
}, I = (x,
|
|
9946
|
+
}, I = (x, h, v) => {
|
|
9937
9947
|
ie(c) && (b.callFunction(
|
|
9938
9948
|
"__triggerEventV1__",
|
|
9939
9949
|
ae("stateChangeEvent", "globality", x),
|
|
9940
|
-
|
|
9941
|
-
v ??
|
|
9950
|
+
h,
|
|
9951
|
+
v ?? h
|
|
9942
9952
|
), t.value?.code.reactivity && ct(
|
|
9943
9953
|
b,
|
|
9944
9954
|
t.value.code.reactivity,
|
|
9945
9955
|
Ne({ type: "state", stateId: x }),
|
|
9946
|
-
|
|
9956
|
+
h,
|
|
9947
9957
|
v
|
|
9948
9958
|
));
|
|
9949
9959
|
}, b = new iu(
|
|
@@ -9957,12 +9967,12 @@ function tt(t, n, e, o, s) {
|
|
|
9957
9967
|
u,
|
|
9958
9968
|
{
|
|
9959
9969
|
onElementPropertyChange: f,
|
|
9960
|
-
onCustomPropertyChange:
|
|
9961
|
-
onCustomSlotPropetyChange:
|
|
9970
|
+
onCustomPropertyChange: g,
|
|
9971
|
+
onCustomSlotPropetyChange: _,
|
|
9962
9972
|
onStateChange: I
|
|
9963
9973
|
}
|
|
9964
9974
|
);
|
|
9965
|
-
if (Uc(b),
|
|
9975
|
+
if (Uc(b), we(() => {
|
|
9966
9976
|
b.dispose();
|
|
9967
9977
|
}), ie(c)) {
|
|
9968
9978
|
const x = async () => {
|
|
@@ -9974,8 +9984,8 @@ function tt(t, n, e, o, s) {
|
|
|
9974
9984
|
}
|
|
9975
9985
|
ie(c) && pe(
|
|
9976
9986
|
m,
|
|
9977
|
-
(x,
|
|
9978
|
-
const v = ut(x.width), z = ut(
|
|
9987
|
+
(x, h) => {
|
|
9988
|
+
const v = ut(x.width), z = ut(h?.width ?? x.width);
|
|
9979
9989
|
b.callFunction(
|
|
9980
9990
|
"__triggerEventV1__",
|
|
9981
9991
|
ae("elementEvent", "globality", "screenSizeChange"),
|
|
@@ -10038,16 +10048,16 @@ export {
|
|
|
10038
10048
|
Lu as duplicateNodePairs,
|
|
10039
10049
|
wu as elementKeys,
|
|
10040
10050
|
ke as elements,
|
|
10041
|
-
|
|
10051
|
+
Cu as fileInputV1,
|
|
10042
10052
|
Rt as flexLayoutEntryV1,
|
|
10043
10053
|
Ue as flexLayoutV1,
|
|
10044
10054
|
Ot as formV1,
|
|
10045
10055
|
E as genId,
|
|
10046
10056
|
Fe as getBreakpointProp,
|
|
10047
|
-
|
|
10048
|
-
|
|
10057
|
+
Se as getField,
|
|
10058
|
+
In as getIndexOfBreakpoint,
|
|
10049
10059
|
Pu as getNodeLite,
|
|
10050
|
-
|
|
10060
|
+
xo as getPropertyDefault,
|
|
10051
10061
|
R as getPropertyTag,
|
|
10052
10062
|
tc as globalityV1,
|
|
10053
10063
|
Xl as groupV1,
|
|
@@ -10066,14 +10076,14 @@ export {
|
|
|
10066
10076
|
Nc as injectOrg,
|
|
10067
10077
|
Hc as injectRuntime,
|
|
10068
10078
|
_e as injectSandbox,
|
|
10069
|
-
|
|
10079
|
+
Ie as injectType,
|
|
10070
10080
|
Ye as isCircularReference,
|
|
10071
10081
|
ie as isExecutableMode,
|
|
10072
10082
|
Ki as isLocaleOfEventKind,
|
|
10073
10083
|
Ri as isLocaleOfMethodKind,
|
|
10074
10084
|
Bi as isLocaleOfPropertyKind,
|
|
10075
10085
|
hu as isLocaleOfSlotKind,
|
|
10076
|
-
|
|
10086
|
+
ln as isPercentStr,
|
|
10077
10087
|
gt as isPixelStr,
|
|
10078
10088
|
Bl as keyboardControlsV1,
|
|
10079
10089
|
Et as lineChartV1,
|
|
@@ -10110,7 +10120,7 @@ export {
|
|
|
10110
10120
|
Oc as pkgs,
|
|
10111
10121
|
Jl as pointLightV1,
|
|
10112
10122
|
Mu as provideDark,
|
|
10113
|
-
|
|
10123
|
+
Ve as provideData,
|
|
10114
10124
|
Ru as provideDepends,
|
|
10115
10125
|
Au as provideDevice,
|
|
10116
10126
|
Tu as provideEnv,
|
|
@@ -10125,12 +10135,12 @@ export {
|
|
|
10125
10135
|
Ia as rangeSliderV1,
|
|
10126
10136
|
Sa as ratingV1,
|
|
10127
10137
|
Ga as referenceV1,
|
|
10128
|
-
|
|
10138
|
+
$ as regElement,
|
|
10129
10139
|
Ha as renderSwitchV1,
|
|
10130
10140
|
Ai as reverseBreakpoints,
|
|
10131
|
-
|
|
10132
|
-
|
|
10133
|
-
|
|
10141
|
+
$a as selectV1,
|
|
10142
|
+
an as setField,
|
|
10143
|
+
Ca as sliderV1,
|
|
10134
10144
|
Ua as slotV1,
|
|
10135
10145
|
Vu as spawnNode,
|
|
10136
10146
|
zt as sphereGeometryV1,
|
|
@@ -10148,7 +10158,7 @@ export {
|
|
|
10148
10158
|
Zt as textareaV1,
|
|
10149
10159
|
Qt as timelineItemV1,
|
|
10150
10160
|
en as timelineV1,
|
|
10151
|
-
|
|
10161
|
+
$u as toEventName,
|
|
10152
10162
|
Su as toMethodName,
|
|
10153
10163
|
M as toNodeLite,
|
|
10154
10164
|
Iu as toPropertyName,
|
|
@@ -10159,7 +10169,7 @@ export {
|
|
|
10159
10169
|
ei as unwrapMethodId,
|
|
10160
10170
|
Ju as unwrapMethodKeyOfCustomSlot,
|
|
10161
10171
|
Hu as unwrapMethodKeyOfElementSlot,
|
|
10162
|
-
|
|
10172
|
+
ko as unwrapPropertyId,
|
|
10163
10173
|
ju as unwrapPropertyKeyOfCustomSlot,
|
|
10164
10174
|
Fu as unwrapPropertyKeyOfElementSlot,
|
|
10165
10175
|
em as unwrapSlotId,
|