x-runtime-lib 0.8.153 → 0.8.154
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 +274 -272
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,10 +29,10 @@ var Oe = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return i();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as
|
|
32
|
+
import { defineComponent as $, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as We, computed as I, renderSlot as F, normalizeStyle as fe, ref as ie, watch as de, onUnmounted as Ie, onBeforeMount as oi, watchEffect as ke, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as $o, nextTick as sn, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as So, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as gt, inject as ye, provide as be, readonly as ln } from "vue";
|
|
33
33
|
import { globalObjects as _e, waitUtil as Vo, useViewStack as Po, eventBus as Lo, messageInfo as li, messageSuccess as ai, messageWarning as zo, messageError as To, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as Eo, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
|
|
35
|
-
import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as
|
|
35
|
+
import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as $i, k as Si, l as Wo, 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
38
|
const In = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
@@ -44,7 +44,7 @@ function E(t) {
|
|
|
44
44
|
}
|
|
45
45
|
return n;
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function ht(t) {
|
|
48
48
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
49
49
|
return !1;
|
|
50
50
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
@@ -63,7 +63,7 @@ function fu(t) {
|
|
|
63
63
|
if (!isNaN(e) && e % 1 === 0)
|
|
64
64
|
return e;
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function It(t) {
|
|
67
67
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
68
68
|
return;
|
|
69
69
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
@@ -71,22 +71,22 @@ function wt(t) {
|
|
|
71
71
|
return e;
|
|
72
72
|
}
|
|
73
73
|
const Bo = ["xs", "sm", "md", "lg", "xl"], Ai = [...Bo].reverse();
|
|
74
|
-
function
|
|
74
|
+
function mt(t) {
|
|
75
75
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function $n(t) {
|
|
78
78
|
return Bo.findIndex((n) => n === t);
|
|
79
79
|
}
|
|
80
80
|
function Ne(t, n) {
|
|
81
81
|
let e;
|
|
82
82
|
for (const o of Ai) {
|
|
83
|
-
if (
|
|
83
|
+
if ($n(o) < $n(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;
|
|
@@ -322,11 +322,11 @@ function un(t, n, e) {
|
|
|
322
322
|
l > 0 && (s += " - "), e ? s += o.global.t(i) : s += i;
|
|
323
323
|
}), s;
|
|
324
324
|
}
|
|
325
|
-
function
|
|
325
|
+
function $u(t, n) {
|
|
326
326
|
let e = "";
|
|
327
327
|
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "slotProperty" || t === "multipleSlotProperty" ? e = N("slot") : t === "customProperty" ? e = N("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Bi(t));
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function Su(t, n) {
|
|
330
330
|
let e = "";
|
|
331
331
|
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = N("reference") : t === "slotMethod" || t === "multipleSlotMethod" ? e = N("slot") : t === "customMethod" ? e = N("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Ri(t));
|
|
332
332
|
}
|
|
@@ -334,7 +334,7 @@ function Cu(t, n) {
|
|
|
334
334
|
let e = "";
|
|
335
335
|
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = N("propertyChange") : t === "refEvent" ? e = N("reference") : t === "refPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "multipleRefEvent" ? e = N("reference") : t === "multipleRefPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "slotEvent" ? e = N("slot") : t === "slotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "multipleSlotEvent" ? e = N("slot") : t === "multipleSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "customEvent" ? e = N("custom") : t === "customPropertyChangeEvent" ? e = N("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = N("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = N("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = N("state") : console.assert(!1)), un(e, n, Ki(t));
|
|
336
336
|
}
|
|
337
|
-
const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */
|
|
337
|
+
const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ $({
|
|
338
338
|
__name: "index",
|
|
339
339
|
props: {
|
|
340
340
|
position: { default: () => {
|
|
@@ -356,7 +356,7 @@ const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ S({
|
|
|
356
356
|
We("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
|
|
357
357
|
])], 8, Di)) : se("", !0);
|
|
358
358
|
}
|
|
359
|
-
}), G = /* @__PURE__ */
|
|
359
|
+
}), G = /* @__PURE__ */ $({
|
|
360
360
|
__name: "index",
|
|
361
361
|
props: {
|
|
362
362
|
block: { type: Boolean, default: !1 },
|
|
@@ -405,7 +405,7 @@ function P(t) {
|
|
|
405
405
|
o("destroyed");
|
|
406
406
|
}), { node: e };
|
|
407
407
|
}
|
|
408
|
-
function
|
|
408
|
+
function pt(t, n, e) {
|
|
409
409
|
const o = ve();
|
|
410
410
|
if (o) {
|
|
411
411
|
const s = I(() => Uc("elementMethod", t, n));
|
|
@@ -418,7 +418,7 @@ function mt(t, n, e) {
|
|
|
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);
|
|
@@ -566,21 +566,21 @@ function dn(t) {
|
|
|
566
566
|
function ge(t, n) {
|
|
567
567
|
const e = Z(), o = De(), s = I(() => n.value.size?.width), i = I(() => n.value.size?.minWidth), l = I(() => n.value.size?.maxWidth), c = I(() => {
|
|
568
568
|
if (t.outer && e === "editor") {
|
|
569
|
-
const p =
|
|
569
|
+
const p = It(n.value.size?.height);
|
|
570
570
|
if (p)
|
|
571
571
|
return p / 100 * o.value.height + "px";
|
|
572
572
|
}
|
|
573
573
|
return n.value.size?.height;
|
|
574
574
|
}), m = I(() => {
|
|
575
575
|
if (t.outer && e === "editor") {
|
|
576
|
-
const p =
|
|
576
|
+
const p = It(n.value.size?.minHeight);
|
|
577
577
|
if (p)
|
|
578
578
|
return p / 100 * o.value.height + "px";
|
|
579
579
|
}
|
|
580
580
|
return n.value.size?.minHeight;
|
|
581
581
|
}), u = I(() => {
|
|
582
582
|
if (t.outer && e === "editor") {
|
|
583
|
-
const p =
|
|
583
|
+
const p = It(n.value.size?.maxHeight);
|
|
584
584
|
if (p)
|
|
585
585
|
return p / 100 * o.value.height + "px";
|
|
586
586
|
}
|
|
@@ -591,7 +591,7 @@ function ge(t, n) {
|
|
|
591
591
|
}
|
|
592
592
|
return { width: s, minWidth: i, maxWidth: l, height: c, minHeight: m, maxHeight: u, applySize: d };
|
|
593
593
|
}
|
|
594
|
-
const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Gi = /* @__PURE__ */
|
|
594
|
+
const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Gi = /* @__PURE__ */ $({
|
|
595
595
|
__name: "index",
|
|
596
596
|
props: {
|
|
597
597
|
nodeId: {},
|
|
@@ -619,7 +619,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
619
619
|
F(b.$slots, "default")
|
|
620
620
|
], 8, ji));
|
|
621
621
|
}
|
|
622
|
-
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */
|
|
622
|
+
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */ $({
|
|
623
623
|
__name: "index",
|
|
624
624
|
props: {
|
|
625
625
|
nodeId: {},
|
|
@@ -645,25 +645,25 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
645
645
|
F(p.$slots, "default")
|
|
646
646
|
], 8, Hi));
|
|
647
647
|
}
|
|
648
|
-
}), Ui = /* @__PURE__ */
|
|
648
|
+
}), Ui = /* @__PURE__ */ $({
|
|
649
649
|
__name: "index",
|
|
650
650
|
setup(t) {
|
|
651
651
|
const n = Z();
|
|
652
652
|
return (e, o) => r(n) !== "editor" ? (w(), C(r(yi), { key: 0 })) : se("", !0);
|
|
653
653
|
}
|
|
654
|
-
}), qi = /* @__PURE__ */
|
|
654
|
+
}), qi = /* @__PURE__ */ $({
|
|
655
655
|
__name: "index",
|
|
656
656
|
setup(t) {
|
|
657
657
|
const n = Z();
|
|
658
658
|
return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) : se("", !0);
|
|
659
659
|
}
|
|
660
|
-
}), Xi = /* @__PURE__ */
|
|
660
|
+
}), Xi = /* @__PURE__ */ $({
|
|
661
661
|
__name: "index",
|
|
662
662
|
setup(t) {
|
|
663
663
|
const n = Z();
|
|
664
664
|
return (e, o) => r(n) !== "editor" ? (w(), C(r(gi), { key: 0 })) : se("", !0);
|
|
665
665
|
}
|
|
666
|
-
}), Yi = ["args"], Zi = /* @__PURE__ */
|
|
666
|
+
}), Yi = ["args"], Zi = /* @__PURE__ */ $({
|
|
667
667
|
__name: "index",
|
|
668
668
|
props: {
|
|
669
669
|
nodeId: {},
|
|
@@ -697,7 +697,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
697
697
|
for (const [o, s] of n)
|
|
698
698
|
e[o] = s;
|
|
699
699
|
return e;
|
|
700
|
-
}, Qi = ["args"], es = /* @__PURE__ */
|
|
700
|
+
}, Qi = ["args"], es = /* @__PURE__ */ $({
|
|
701
701
|
__name: "index",
|
|
702
702
|
props: {
|
|
703
703
|
nodeId: {},
|
|
@@ -736,7 +736,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
736
736
|
]
|
|
737
737
|
}, null, 8, Qi));
|
|
738
738
|
}
|
|
739
|
-
}), ts = ["color", "intensity", "position", "rotation", "scale"], ns = /* @__PURE__ */
|
|
739
|
+
}), ts = ["color", "intensity", "position", "rotation", "scale"], ns = /* @__PURE__ */ $({
|
|
740
740
|
__name: "index",
|
|
741
741
|
props: {
|
|
742
742
|
nodeId: {},
|
|
@@ -759,7 +759,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
759
759
|
F(u.$slots, "default")
|
|
760
760
|
], 8, ts));
|
|
761
761
|
}
|
|
762
|
-
}), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */
|
|
762
|
+
}), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */ $({
|
|
763
763
|
__name: "index",
|
|
764
764
|
props: {
|
|
765
765
|
nodeId: {},
|
|
@@ -786,7 +786,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
786
786
|
F(d.$slots, "default")
|
|
787
787
|
], 8, os));
|
|
788
788
|
}
|
|
789
|
-
}), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */
|
|
789
|
+
}), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */ $({
|
|
790
790
|
__name: "index",
|
|
791
791
|
props: {
|
|
792
792
|
nodeId: {},
|
|
@@ -818,7 +818,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
818
818
|
F(f.$slots, "default")
|
|
819
819
|
], 8, ss));
|
|
820
820
|
}
|
|
821
|
-
}), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */
|
|
821
|
+
}), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */ $({
|
|
822
822
|
__name: "index",
|
|
823
823
|
props: {
|
|
824
824
|
nodeId: {},
|
|
@@ -859,7 +859,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
859
859
|
function us(t, n) {
|
|
860
860
|
return w(), te("TresMeshBasicMaterial");
|
|
861
861
|
}
|
|
862
|
-
const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */
|
|
862
|
+
const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */ $({
|
|
863
863
|
__name: "index",
|
|
864
864
|
props: {
|
|
865
865
|
nodeId: {},
|
|
@@ -876,7 +876,7 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
876
876
|
F(l.$slots, "default")
|
|
877
877
|
], 8, ps));
|
|
878
878
|
}
|
|
879
|
-
}), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */
|
|
879
|
+
}), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */ $({
|
|
880
880
|
__name: "index",
|
|
881
881
|
props: {
|
|
882
882
|
nodeId: {},
|
|
@@ -893,7 +893,7 @@ const ms = /* @__PURE__ */ Re(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" } },
|
|
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" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { 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,
|
|
@@ -903,8 +903,8 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
903
903
|
bar: ks,
|
|
904
904
|
pie: ws,
|
|
905
905
|
scatter: Is,
|
|
906
|
-
boxplot:
|
|
907
|
-
parallel:
|
|
906
|
+
boxplot: $s,
|
|
907
|
+
parallel: Ss,
|
|
908
908
|
sankey: Cs,
|
|
909
909
|
funnel: Vs,
|
|
910
910
|
gauge: Ps,
|
|
@@ -961,12 +961,12 @@ hi([
|
|
|
961
961
|
ki,
|
|
962
962
|
wi,
|
|
963
963
|
Ii,
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
$i,
|
|
965
|
+
Si
|
|
966
966
|
]);
|
|
967
967
|
Ao("dark", Gs);
|
|
968
968
|
Ao("light", xr);
|
|
969
|
-
const kr = /* @__PURE__ */
|
|
969
|
+
const kr = /* @__PURE__ */ $({
|
|
970
970
|
__name: "index",
|
|
971
971
|
props: {
|
|
972
972
|
nodeId: {},
|
|
@@ -974,7 +974,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
974
974
|
refContext: {}
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
const n = t, { node: e } = P(n), o = De(), s = Ze(), i =
|
|
977
|
+
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = $e(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: h } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
|
|
978
978
|
const L = {}, U = l.value?.type;
|
|
979
979
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
980
980
|
}), z = Io("chart");
|
|
@@ -989,7 +989,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
989
989
|
const L = {};
|
|
990
990
|
g(L), k(L), h(L), x(L), _(L), T?.setOption(L, !0);
|
|
991
991
|
};
|
|
992
|
-
return
|
|
992
|
+
return $o(async () => {
|
|
993
993
|
window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
|
|
994
994
|
}), Ie(() => {
|
|
995
995
|
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
@@ -1028,7 +1028,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1028
1028
|
_: 1
|
|
1029
1029
|
}));
|
|
1030
1030
|
}
|
|
1031
|
-
}), wr = /* @__PURE__ */
|
|
1031
|
+
}), wr = /* @__PURE__ */ $({
|
|
1032
1032
|
__name: "index",
|
|
1033
1033
|
props: {
|
|
1034
1034
|
nodeId: {},
|
|
@@ -1036,7 +1036,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1036
1036
|
refContext: {}
|
|
1037
1037
|
},
|
|
1038
1038
|
setup(t) {
|
|
1039
|
-
const n = t, { node: e } = P(n), o = De(), s = Ze(), i =
|
|
1039
|
+
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = $e(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: h } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
|
|
1040
1040
|
const L = {}, U = l.value?.type;
|
|
1041
1041
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
1042
1042
|
}), z = Io("chart");
|
|
@@ -1051,7 +1051,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1051
1051
|
const L = {};
|
|
1052
1052
|
g(L), k(L), h(L), x(L), _(L), T?.setOption(L, !0);
|
|
1053
1053
|
};
|
|
1054
|
-
return
|
|
1054
|
+
return $o(async () => {
|
|
1055
1055
|
window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
|
|
1056
1056
|
}), Ie(() => {
|
|
1057
1057
|
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
@@ -1090,7 +1090,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1090
1090
|
_: 1
|
|
1091
1091
|
}));
|
|
1092
1092
|
}
|
|
1093
|
-
}), Ir = /* @__PURE__ */
|
|
1093
|
+
}), Ir = /* @__PURE__ */ $({
|
|
1094
1094
|
__name: "index",
|
|
1095
1095
|
props: {
|
|
1096
1096
|
nodeId: {},
|
|
@@ -1128,7 +1128,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1128
1128
|
});
|
|
1129
1129
|
};
|
|
1130
1130
|
}
|
|
1131
|
-
}),
|
|
1131
|
+
}), $r = /* @__PURE__ */ $({
|
|
1132
1132
|
__name: "index",
|
|
1133
1133
|
props: {
|
|
1134
1134
|
nodeId: {},
|
|
@@ -1195,7 +1195,7 @@ const kr = /* @__PURE__ */ S({
|
|
|
1195
1195
|
}, 8, ["block"]);
|
|
1196
1196
|
};
|
|
1197
1197
|
}
|
|
1198
|
-
}),
|
|
1198
|
+
}), Sr = {};
|
|
1199
1199
|
function Cr(t, n) {
|
|
1200
1200
|
const e = B("v-btn-group");
|
|
1201
1201
|
return w(), C(e, null, {
|
|
@@ -1205,7 +1205,7 @@ function Cr(t, n) {
|
|
|
1205
1205
|
_: 3
|
|
1206
1206
|
});
|
|
1207
1207
|
}
|
|
1208
|
-
const Vr = /* @__PURE__ */ Re(
|
|
1208
|
+
const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
1209
1209
|
__name: "index",
|
|
1210
1210
|
props: {
|
|
1211
1211
|
nodeId: {},
|
|
@@ -1248,7 +1248,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1248
1248
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1249
1249
|
};
|
|
1250
1250
|
}
|
|
1251
|
-
}), Lr = /* @__PURE__ */
|
|
1251
|
+
}), Lr = /* @__PURE__ */ $({
|
|
1252
1252
|
__name: "index",
|
|
1253
1253
|
props: {
|
|
1254
1254
|
nodeId: {},
|
|
@@ -1294,7 +1294,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1294
1294
|
});
|
|
1295
1295
|
};
|
|
1296
1296
|
}
|
|
1297
|
-
}), zr = /* @__PURE__ */
|
|
1297
|
+
}), zr = /* @__PURE__ */ $({
|
|
1298
1298
|
__name: "index",
|
|
1299
1299
|
props: {
|
|
1300
1300
|
nodeId: {},
|
|
@@ -1322,7 +1322,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1322
1322
|
});
|
|
1323
1323
|
};
|
|
1324
1324
|
}
|
|
1325
|
-
}), Tr = /* @__PURE__ */
|
|
1325
|
+
}), Tr = /* @__PURE__ */ $({
|
|
1326
1326
|
__name: "index",
|
|
1327
1327
|
props: {
|
|
1328
1328
|
nodeId: {},
|
|
@@ -1364,7 +1364,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1364
1364
|
});
|
|
1365
1365
|
};
|
|
1366
1366
|
}
|
|
1367
|
-
}), Er = /* @__PURE__ */
|
|
1367
|
+
}), Er = /* @__PURE__ */ $({
|
|
1368
1368
|
__name: "index",
|
|
1369
1369
|
props: {
|
|
1370
1370
|
nodeId: {},
|
|
@@ -1409,7 +1409,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1409
1409
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1410
1410
|
};
|
|
1411
1411
|
}
|
|
1412
|
-
}), Ar = /* @__PURE__ */
|
|
1412
|
+
}), Ar = /* @__PURE__ */ $({
|
|
1413
1413
|
__name: "index",
|
|
1414
1414
|
props: {
|
|
1415
1415
|
nodeId: {},
|
|
@@ -1417,7 +1417,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1417
1417
|
refContext: {}
|
|
1418
1418
|
},
|
|
1419
1419
|
setup(t) {
|
|
1420
|
-
const n = t, { node: e } = P(n), o =
|
|
1420
|
+
const n = t, { node: e } = P(n), o = $e(), s = re(), { applySize: i } = ge(n, e), l = I(() => {
|
|
1421
1421
|
const k = {}, h = s.value?.type;
|
|
1422
1422
|
return o === "page" ? h === "common" ? i(k) : console.assert(!1) : o === "comp" && h === "common" ? i(k) : console.assert(!1), k;
|
|
1423
1423
|
}), { property: c } = a(e, [
|
|
@@ -1462,7 +1462,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1462
1462
|
});
|
|
1463
1463
|
};
|
|
1464
1464
|
}
|
|
1465
|
-
}), Mr = /* @__PURE__ */
|
|
1465
|
+
}), Mr = /* @__PURE__ */ $({
|
|
1466
1466
|
__name: "index",
|
|
1467
1467
|
props: {
|
|
1468
1468
|
nodeId: {},
|
|
@@ -1502,7 +1502,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1502
1502
|
});
|
|
1503
1503
|
};
|
|
1504
1504
|
}
|
|
1505
|
-
}), Wr = /* @__PURE__ */
|
|
1505
|
+
}), Wr = /* @__PURE__ */ $({
|
|
1506
1506
|
__name: "index",
|
|
1507
1507
|
props: {
|
|
1508
1508
|
nodeId: {},
|
|
@@ -1510,7 +1510,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1510
1510
|
refContext: {}
|
|
1511
1511
|
},
|
|
1512
1512
|
setup(t) {
|
|
1513
|
-
const n = t, { node: e } = P(n), o =
|
|
1513
|
+
const n = t, { node: e } = P(n), o = $e(), s = re(), { property: i } = a(e, [
|
|
1514
1514
|
"settings",
|
|
1515
1515
|
"backgroundColor"
|
|
1516
1516
|
]), { color: l } = Q(i), { applySize: c } = ge(n, e), { applyMargin: m } = pn(e), { applyPadding: u } = dn(e), { applyBorder: d } = mn(e), p = I(() => {
|
|
@@ -1528,7 +1528,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1528
1528
|
_: 3
|
|
1529
1529
|
}));
|
|
1530
1530
|
}
|
|
1531
|
-
}), Br = /* @__PURE__ */
|
|
1531
|
+
}), Br = /* @__PURE__ */ $({
|
|
1532
1532
|
__name: "columnSlot",
|
|
1533
1533
|
props: {
|
|
1534
1534
|
nodeId: {},
|
|
@@ -1581,7 +1581,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1581
1581
|
};
|
|
1582
1582
|
return (m, u) => (w(), C(c));
|
|
1583
1583
|
}
|
|
1584
|
-
}), Rr = /* @__PURE__ */
|
|
1584
|
+
}), Rr = /* @__PURE__ */ $({
|
|
1585
1585
|
__name: "index",
|
|
1586
1586
|
props: {
|
|
1587
1587
|
nodeId: {},
|
|
@@ -1638,7 +1638,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1638
1638
|
});
|
|
1639
1639
|
};
|
|
1640
1640
|
}
|
|
1641
|
-
}), Kr = /* @__PURE__ */
|
|
1641
|
+
}), Kr = /* @__PURE__ */ $({
|
|
1642
1642
|
__name: "index",
|
|
1643
1643
|
setup(t) {
|
|
1644
1644
|
return (n, e) => {
|
|
@@ -1651,7 +1651,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1651
1651
|
});
|
|
1652
1652
|
};
|
|
1653
1653
|
}
|
|
1654
|
-
}), Dr = ["id"], Or = /* @__PURE__ */
|
|
1654
|
+
}), Dr = ["id"], Or = /* @__PURE__ */ $({
|
|
1655
1655
|
__name: "index",
|
|
1656
1656
|
props: {
|
|
1657
1657
|
nodeId: {},
|
|
@@ -1659,10 +1659,10 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1659
1659
|
refContext: {}
|
|
1660
1660
|
},
|
|
1661
1661
|
setup(t) {
|
|
1662
|
-
const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${
|
|
1663
|
-
return
|
|
1662
|
+
const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${So()}`);
|
|
1663
|
+
return pt(n.nodeId, "open", () => {
|
|
1664
1664
|
o.value = !0;
|
|
1665
|
-
}),
|
|
1665
|
+
}), pt(n.nodeId, "close", () => {
|
|
1666
1666
|
o.value = !1;
|
|
1667
1667
|
}), (s, i) => {
|
|
1668
1668
|
const l = B("v-dialog");
|
|
@@ -1684,7 +1684,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1684
1684
|
}, 8, ["modelValue"]);
|
|
1685
1685
|
};
|
|
1686
1686
|
}
|
|
1687
|
-
}), Fr = /* @__PURE__ */
|
|
1687
|
+
}), Fr = /* @__PURE__ */ $({
|
|
1688
1688
|
__name: "index",
|
|
1689
1689
|
props: {
|
|
1690
1690
|
nodeId: {},
|
|
@@ -1732,7 +1732,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1732
1732
|
});
|
|
1733
1733
|
};
|
|
1734
1734
|
}
|
|
1735
|
-
}), Nr = /* @__PURE__ */
|
|
1735
|
+
}), Nr = /* @__PURE__ */ $({
|
|
1736
1736
|
__name: "index",
|
|
1737
1737
|
props: {
|
|
1738
1738
|
nodeId: {},
|
|
@@ -1740,12 +1740,12 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1740
1740
|
refContext: {}
|
|
1741
1741
|
},
|
|
1742
1742
|
setup(t) {
|
|
1743
|
-
const n = t, { node: e } = P(n), o = De(), s =
|
|
1743
|
+
const n = t, { node: e } = P(n), o = De(), s = $e(), i = re(), { applySize: l } = ge(n, e), { applyMargin: c } = pn(e), { applyPadding: m } = dn(e), { applyBorder: u } = mn(e), { property: d } = a(e, [
|
|
1744
1744
|
"settings",
|
|
1745
1745
|
"backgroundColor"
|
|
1746
1746
|
]), { color: p } = Q(d), f = (g) => {
|
|
1747
1747
|
p.value && (g.backgroundColor = p.value), g.display = "flex";
|
|
1748
|
-
const k =
|
|
1748
|
+
const k = mt(o.value.width), h = Ne(k, e.value.settings?.direction);
|
|
1749
1749
|
h === "row" ? g.flexDirection = "row" : h === "rowReverse" ? g.flexDirection = "row-reverse" : h === "column" ? g.flexDirection = "column" : h === "columnReverse" && (g.flexDirection = "column-reverse");
|
|
1750
1750
|
const x = Ne(k, e.value.settings?.wrap);
|
|
1751
1751
|
x === "no" ? g.flexWrap = "nowrap" : x === "yes" ? g.flexWrap = "wrap" : x === "reverse" && (g.flexWrap = "wrap-reverse");
|
|
@@ -1763,7 +1763,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1763
1763
|
F(g.$slots, "default")
|
|
1764
1764
|
], 4));
|
|
1765
1765
|
}
|
|
1766
|
-
}), jr = /* @__PURE__ */
|
|
1766
|
+
}), jr = /* @__PURE__ */ $({
|
|
1767
1767
|
__name: "index",
|
|
1768
1768
|
props: {
|
|
1769
1769
|
nodeId: {},
|
|
@@ -1771,7 +1771,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1771
1771
|
refContext: {}
|
|
1772
1772
|
},
|
|
1773
1773
|
setup(t) {
|
|
1774
|
-
const n = t, { node: e } = P(n), o =
|
|
1774
|
+
const n = t, { node: e } = P(n), o = $e(), s = re(), { applySize: i } = ge(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), m = I(() => {
|
|
1775
1775
|
const u = {}, d = s.value?.type;
|
|
1776
1776
|
return o === "page" ? d === "common" ? (i(u), u.flexGrow = l.value ? 1 : 0, u.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (i(u), u.flexGrow = l.value ? 1 : 0, u.flexShrink = c.value ? 1 : 0) : console.assert(!1), u;
|
|
1777
1777
|
});
|
|
@@ -1781,7 +1781,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1781
1781
|
F(u.$slots, "default")
|
|
1782
1782
|
], 4));
|
|
1783
1783
|
}
|
|
1784
|
-
}), Gr = /* @__PURE__ */
|
|
1784
|
+
}), Gr = /* @__PURE__ */ $({
|
|
1785
1785
|
__name: "index",
|
|
1786
1786
|
props: {
|
|
1787
1787
|
nodeId: {},
|
|
@@ -1789,7 +1789,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1789
1789
|
refContext: {}
|
|
1790
1790
|
},
|
|
1791
1791
|
setup(t) {
|
|
1792
|
-
const n = t, { node: e } = P(n), o =
|
|
1792
|
+
const n = t, { node: e } = P(n), o = $e(), s = re(), i = ve(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
|
|
1793
1793
|
"settings",
|
|
1794
1794
|
"fastFail"
|
|
1795
1795
|
]), { property: m } = a(e, [
|
|
@@ -1821,7 +1821,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1821
1821
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1822
1822
|
};
|
|
1823
1823
|
}
|
|
1824
|
-
}), Hr = /* @__PURE__ */
|
|
1824
|
+
}), Hr = /* @__PURE__ */ $({
|
|
1825
1825
|
__name: "index",
|
|
1826
1826
|
props: {
|
|
1827
1827
|
nodeId: {},
|
|
@@ -1844,7 +1844,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1844
1844
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1845
1845
|
};
|
|
1846
1846
|
}
|
|
1847
|
-
}), Jr = ["id"], Ur = /* @__PURE__ */
|
|
1847
|
+
}), Jr = ["id"], Ur = /* @__PURE__ */ $({
|
|
1848
1848
|
__name: "index",
|
|
1849
1849
|
props: {
|
|
1850
1850
|
nodeId: {},
|
|
@@ -1852,13 +1852,13 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1852
1852
|
refContext: {}
|
|
1853
1853
|
},
|
|
1854
1854
|
setup(t) {
|
|
1855
|
-
const n = t, e = Z(), o = ve(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${
|
|
1856
|
-
return
|
|
1855
|
+
const n = t, e = Z(), o = ve(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${So()}`);
|
|
1856
|
+
return pt(n.nodeId, "open", () => {
|
|
1857
1857
|
if (!o || !o.vm)
|
|
1858
1858
|
return;
|
|
1859
1859
|
const { vm: m } = o, u = m.getProp(m.global, "__pointerPosX__"), d = m.getProp(m.global, "__pointerPosY__");
|
|
1860
1860
|
s.value = m.getNumber(u), i.value = m.getNumber(d), u.dispose(), d.dispose(), c.value = !0;
|
|
1861
|
-
}),
|
|
1861
|
+
}), pt(n.nodeId, "close", () => {
|
|
1862
1862
|
o && (c.value = !1);
|
|
1863
1863
|
}), (m, u) => {
|
|
1864
1864
|
const d = B("v-menu");
|
|
@@ -1883,7 +1883,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1883
1883
|
}, 8, ["modelValue", "target"]);
|
|
1884
1884
|
};
|
|
1885
1885
|
}
|
|
1886
|
-
}), qr = /* @__PURE__ */
|
|
1886
|
+
}), qr = /* @__PURE__ */ $({
|
|
1887
1887
|
__name: "index",
|
|
1888
1888
|
props: {
|
|
1889
1889
|
nodeId: {},
|
|
@@ -1965,7 +1965,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
1965
1965
|
});
|
|
1966
1966
|
};
|
|
1967
1967
|
}
|
|
1968
|
-
}), Xr = /* @__PURE__ */
|
|
1968
|
+
}), Xr = /* @__PURE__ */ $({
|
|
1969
1969
|
__name: "index",
|
|
1970
1970
|
props: {
|
|
1971
1971
|
nodeId: {},
|
|
@@ -2009,7 +2009,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2009
2009
|
});
|
|
2010
2010
|
};
|
|
2011
2011
|
}
|
|
2012
|
-
}), Yr = /* @__PURE__ */
|
|
2012
|
+
}), Yr = /* @__PURE__ */ $({
|
|
2013
2013
|
__name: "index",
|
|
2014
2014
|
props: {
|
|
2015
2015
|
nodeId: {},
|
|
@@ -2037,7 +2037,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2037
2037
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2038
2038
|
};
|
|
2039
2039
|
}
|
|
2040
|
-
}), Zr = /* @__PURE__ */
|
|
2040
|
+
}), Zr = /* @__PURE__ */ $({
|
|
2041
2041
|
__name: "index",
|
|
2042
2042
|
props: {
|
|
2043
2043
|
nodeId: {},
|
|
@@ -2079,7 +2079,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2079
2079
|
});
|
|
2080
2080
|
};
|
|
2081
2081
|
}
|
|
2082
|
-
}), Qr = /* @__PURE__ */
|
|
2082
|
+
}), Qr = /* @__PURE__ */ $({
|
|
2083
2083
|
__name: "index",
|
|
2084
2084
|
props: {
|
|
2085
2085
|
nodeId: {},
|
|
@@ -2174,7 +2174,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2174
2174
|
});
|
|
2175
2175
|
};
|
|
2176
2176
|
}
|
|
2177
|
-
}), el = /* @__PURE__ */
|
|
2177
|
+
}), el = /* @__PURE__ */ $({
|
|
2178
2178
|
__name: "index",
|
|
2179
2179
|
props: {
|
|
2180
2180
|
nodeId: {},
|
|
@@ -2216,7 +2216,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2216
2216
|
});
|
|
2217
2217
|
};
|
|
2218
2218
|
}
|
|
2219
|
-
}), tl = /* @__PURE__ */
|
|
2219
|
+
}), tl = /* @__PURE__ */ $({
|
|
2220
2220
|
__name: "index",
|
|
2221
2221
|
props: {
|
|
2222
2222
|
nodeId: {},
|
|
@@ -2259,7 +2259,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2259
2259
|
});
|
|
2260
2260
|
};
|
|
2261
2261
|
}
|
|
2262
|
-
}), nl = /* @__PURE__ */
|
|
2262
|
+
}), nl = /* @__PURE__ */ $({
|
|
2263
2263
|
__name: "index",
|
|
2264
2264
|
props: {
|
|
2265
2265
|
nodeId: {},
|
|
@@ -2305,8 +2305,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2305
2305
|
if (!J.value)
|
|
2306
2306
|
return;
|
|
2307
2307
|
const xe = {};
|
|
2308
|
-
for (const { value: nt, label:
|
|
2309
|
-
xe[nt] =
|
|
2308
|
+
for (const { value: nt, label: wt } of J.value)
|
|
2309
|
+
xe[nt] = wt;
|
|
2310
2310
|
if (!Wo(xe))
|
|
2311
2311
|
return xe;
|
|
2312
2312
|
}), { property: j } = a(e, [
|
|
@@ -2317,13 +2317,13 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2317
2317
|
"trackColor"
|
|
2318
2318
|
]), { color: U } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: he } = a(e, ["slots", "append"]), { property: Le } = a(e, ["slots", "prepend"]);
|
|
2319
2319
|
return (xe, nt) => {
|
|
2320
|
-
const
|
|
2320
|
+
const wt = B("v-slider");
|
|
2321
2321
|
return w(), C(r(G), {
|
|
2322
2322
|
block: "",
|
|
2323
2323
|
mask: ""
|
|
2324
2324
|
}, {
|
|
2325
2325
|
default: V(() => [
|
|
2326
|
-
D(
|
|
2326
|
+
D(wt, {
|
|
2327
2327
|
modelValue: r(oe),
|
|
2328
2328
|
"onUpdate:modelValue": nt[0] || (nt[0] = (ni) => ne(oe) ? oe.value = ni : null),
|
|
2329
2329
|
color: r(s),
|
|
@@ -2373,7 +2373,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
|
2373
2373
|
});
|
|
2374
2374
|
};
|
|
2375
2375
|
}
|
|
2376
|
-
}), ol = /* @__PURE__ */
|
|
2376
|
+
}), ol = /* @__PURE__ */ $({
|
|
2377
2377
|
__name: "index",
|
|
2378
2378
|
props: {
|
|
2379
2379
|
nodeId: {},
|
|
@@ -2410,7 +2410,7 @@ function sl(t, n) {
|
|
|
2410
2410
|
_: 3
|
|
2411
2411
|
});
|
|
2412
2412
|
}
|
|
2413
|
-
const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */
|
|
2413
|
+
const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */ $({
|
|
2414
2414
|
__name: "index",
|
|
2415
2415
|
props: {
|
|
2416
2416
|
nodeId: {},
|
|
@@ -2439,7 +2439,7 @@ function cl(t, n) {
|
|
|
2439
2439
|
_: 3
|
|
2440
2440
|
});
|
|
2441
2441
|
}
|
|
2442
|
-
const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */
|
|
2442
|
+
const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
2443
2443
|
__name: "index",
|
|
2444
2444
|
props: {
|
|
2445
2445
|
nodeId: {},
|
|
@@ -2458,7 +2458,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2458
2458
|
}, 8, ["value"]);
|
|
2459
2459
|
};
|
|
2460
2460
|
}
|
|
2461
|
-
}), pl = /* @__PURE__ */
|
|
2461
|
+
}), pl = /* @__PURE__ */ $({
|
|
2462
2462
|
__name: "index",
|
|
2463
2463
|
props: {
|
|
2464
2464
|
nodeId: {},
|
|
@@ -2502,7 +2502,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2502
2502
|
});
|
|
2503
2503
|
};
|
|
2504
2504
|
}
|
|
2505
|
-
}), dl = /* @__PURE__ */
|
|
2505
|
+
}), dl = /* @__PURE__ */ $({
|
|
2506
2506
|
__name: "index",
|
|
2507
2507
|
props: {
|
|
2508
2508
|
nodeId: {},
|
|
@@ -2529,7 +2529,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2529
2529
|
});
|
|
2530
2530
|
};
|
|
2531
2531
|
}
|
|
2532
|
-
}), fl = /* @__PURE__ */
|
|
2532
|
+
}), fl = /* @__PURE__ */ $({
|
|
2533
2533
|
__name: "index",
|
|
2534
2534
|
props: {
|
|
2535
2535
|
nodeId: {},
|
|
@@ -2611,7 +2611,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2611
2611
|
});
|
|
2612
2612
|
};
|
|
2613
2613
|
}
|
|
2614
|
-
}), yl = /* @__PURE__ */
|
|
2614
|
+
}), yl = /* @__PURE__ */ $({
|
|
2615
2615
|
__name: "index",
|
|
2616
2616
|
props: {
|
|
2617
2617
|
nodeId: {},
|
|
@@ -2626,7 +2626,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2626
2626
|
"settings",
|
|
2627
2627
|
"emphasis"
|
|
2628
2628
|
]), { property: c } = a(e, ["settings", "italic"]), { property: m } = a(e, ["settings", "text"]), { property: u } = a(e, ["settings", "weight"]), d = I(() => {
|
|
2629
|
-
const p = [], f =
|
|
2629
|
+
const p = [], f = mt(o.value.width), b = Ne(f, e.value.settings?.style);
|
|
2630
2630
|
return b && p.push(`text-${b}`), 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}`), u.value && p.push(`font-weight-${u.value}`), c.value && p.push("font-italic"), p.join(" ");
|
|
2631
2631
|
});
|
|
2632
2632
|
return (p, f) => (w(), C(r(G), { mask: "" }, {
|
|
@@ -2638,7 +2638,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2638
2638
|
_: 1
|
|
2639
2639
|
}));
|
|
2640
2640
|
}
|
|
2641
|
-
}), bl = /* @__PURE__ */
|
|
2641
|
+
}), bl = /* @__PURE__ */ $({
|
|
2642
2642
|
__name: "index",
|
|
2643
2643
|
props: {
|
|
2644
2644
|
nodeId: {},
|
|
@@ -2695,7 +2695,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2695
2695
|
});
|
|
2696
2696
|
};
|
|
2697
2697
|
}
|
|
2698
|
-
}), gl = /* @__PURE__ */
|
|
2698
|
+
}), gl = /* @__PURE__ */ $({
|
|
2699
2699
|
__name: "index",
|
|
2700
2700
|
props: {
|
|
2701
2701
|
nodeId: {},
|
|
@@ -2823,7 +2823,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
|
2823
2823
|
});
|
|
2824
2824
|
};
|
|
2825
2825
|
}
|
|
2826
|
-
}), hl = /* @__PURE__ */
|
|
2826
|
+
}), hl = /* @__PURE__ */ $({
|
|
2827
2827
|
__name: "index",
|
|
2828
2828
|
props: {
|
|
2829
2829
|
nodeId: {},
|
|
@@ -2895,7 +2895,7 @@ function vl(t, n) {
|
|
|
2895
2895
|
_: 3
|
|
2896
2896
|
});
|
|
2897
2897
|
}
|
|
2898
|
-
const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */
|
|
2898
|
+
const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ $({
|
|
2899
2899
|
__name: "index",
|
|
2900
2900
|
props: {
|
|
2901
2901
|
nodeId: {},
|
|
@@ -2946,7 +2946,7 @@ function Il(t, n) {
|
|
|
2946
2946
|
_: 3
|
|
2947
2947
|
});
|
|
2948
2948
|
}
|
|
2949
|
-
const
|
|
2949
|
+
const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
2950
2950
|
__name: "entry",
|
|
2951
2951
|
props: {
|
|
2952
2952
|
subtype: {},
|
|
@@ -2997,7 +2997,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
2997
2997
|
};
|
|
2998
2998
|
return (l, c) => (w(), C(i));
|
|
2999
2999
|
}
|
|
3000
|
-
}), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ue = /* @__PURE__ */
|
|
3000
|
+
}), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ue = /* @__PURE__ */ $({
|
|
3001
3001
|
__name: "index",
|
|
3002
3002
|
props: {
|
|
3003
3003
|
position: {},
|
|
@@ -3025,7 +3025,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3025
3025
|
F(n.$slots, "default")
|
|
3026
3026
|
], 8, Cl));
|
|
3027
3027
|
}
|
|
3028
|
-
}), Pl = /* @__PURE__ */
|
|
3028
|
+
}), Pl = /* @__PURE__ */ $({
|
|
3029
3029
|
__name: "index",
|
|
3030
3030
|
props: {
|
|
3031
3031
|
nodeId: {},
|
|
@@ -3033,7 +3033,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3033
3033
|
refContext: {}
|
|
3034
3034
|
},
|
|
3035
3035
|
setup(t) {
|
|
3036
|
-
const n =
|
|
3036
|
+
const n = gt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
|
|
3037
3037
|
Pe(l);
|
|
3038
3038
|
const c = I(() => e.refContext?.compId);
|
|
3039
3039
|
et(c, l);
|
|
@@ -3049,7 +3049,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3049
3049
|
for (const v of b.value)
|
|
3050
3050
|
typeof v == "string" && v && g(_, v);
|
|
3051
3051
|
return _;
|
|
3052
|
-
}), h = (_, v) => K(
|
|
3052
|
+
}), h = (_, v) => K(Sl, {
|
|
3053
3053
|
key: _,
|
|
3054
3054
|
subtype: v,
|
|
3055
3055
|
nodeId: e.nodeId,
|
|
@@ -3116,7 +3116,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3116
3116
|
};
|
|
3117
3117
|
return (_, v) => (w(), C(x));
|
|
3118
3118
|
}
|
|
3119
|
-
}), Ll = /* @__PURE__ */
|
|
3119
|
+
}), Ll = /* @__PURE__ */ $({
|
|
3120
3120
|
__name: "entry",
|
|
3121
3121
|
props: {
|
|
3122
3122
|
subtype: {},
|
|
@@ -3167,7 +3167,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3167
3167
|
};
|
|
3168
3168
|
return (l, c) => (w(), C(i));
|
|
3169
3169
|
}
|
|
3170
|
-
}), zl = /* @__PURE__ */
|
|
3170
|
+
}), zl = /* @__PURE__ */ $({
|
|
3171
3171
|
__name: "index",
|
|
3172
3172
|
props: {
|
|
3173
3173
|
nodeId: {},
|
|
@@ -3175,7 +3175,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3175
3175
|
refContext: {}
|
|
3176
3176
|
},
|
|
3177
3177
|
setup(t) {
|
|
3178
|
-
const n =
|
|
3178
|
+
const n = gt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
|
|
3179
3179
|
Pe(l);
|
|
3180
3180
|
const c = I(() => e.refContext?.compId);
|
|
3181
3181
|
et(c, l);
|
|
@@ -3258,7 +3258,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3258
3258
|
};
|
|
3259
3259
|
return (_, v) => (w(), C(x));
|
|
3260
3260
|
}
|
|
3261
|
-
}), Tl = /* @__PURE__ */
|
|
3261
|
+
}), Tl = /* @__PURE__ */ $({
|
|
3262
3262
|
__name: "index",
|
|
3263
3263
|
props: {
|
|
3264
3264
|
nodeId: {},
|
|
@@ -3266,7 +3266,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3266
3266
|
refContext: {}
|
|
3267
3267
|
},
|
|
3268
3268
|
setup(t) {
|
|
3269
|
-
const n =
|
|
3269
|
+
const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
|
|
3270
3270
|
Pe(c);
|
|
3271
3271
|
const m = I(() => e.refContext?.compId);
|
|
3272
3272
|
et(m, c), ae(s) && tt(c, "ref", e.nodeId, "", ve());
|
|
@@ -3359,7 +3359,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3359
3359
|
};
|
|
3360
3360
|
return (h, x) => (w(), C(k));
|
|
3361
3361
|
}
|
|
3362
|
-
}), El = /* @__PURE__ */
|
|
3362
|
+
}), El = /* @__PURE__ */ $({
|
|
3363
3363
|
__name: "index",
|
|
3364
3364
|
props: {
|
|
3365
3365
|
nodeId: {},
|
|
@@ -3375,7 +3375,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3375
3375
|
_: 3
|
|
3376
3376
|
}));
|
|
3377
3377
|
}
|
|
3378
|
-
}), Ce = /* @__PURE__ */
|
|
3378
|
+
}), Ce = /* @__PURE__ */ $({
|
|
3379
3379
|
__name: "index",
|
|
3380
3380
|
props: {
|
|
3381
3381
|
nodeId: {},
|
|
@@ -3383,7 +3383,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3383
3383
|
refContext: {}
|
|
3384
3384
|
},
|
|
3385
3385
|
setup(t) {
|
|
3386
|
-
const n =
|
|
3386
|
+
const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
|
|
3387
3387
|
Pe(c);
|
|
3388
3388
|
const m = I(() => e.refContext?.compId);
|
|
3389
3389
|
et(m, c), ae(s) && tt(c, "slot", e.nodeId, "", ve());
|
|
@@ -3594,7 +3594,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3594
3594
|
]
|
|
3595
3595
|
}
|
|
3596
3596
|
]
|
|
3597
|
-
},
|
|
3597
|
+
}, dt = {
|
|
3598
3598
|
key: "legend",
|
|
3599
3599
|
name: "x-runtime-lib.legend",
|
|
3600
3600
|
children: [
|
|
@@ -3732,7 +3732,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3732
3732
|
default: ""
|
|
3733
3733
|
}
|
|
3734
3734
|
]
|
|
3735
|
-
},
|
|
3735
|
+
}, ft = {
|
|
3736
3736
|
key: "title",
|
|
3737
3737
|
name: "x-runtime-lib.title",
|
|
3738
3738
|
children: [
|
|
@@ -3841,7 +3841,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3841
3841
|
]
|
|
3842
3842
|
}
|
|
3843
3843
|
]
|
|
3844
|
-
},
|
|
3844
|
+
}, yt = {
|
|
3845
3845
|
key: "xAxis",
|
|
3846
3846
|
name: "x-runtime-lib.xAxis",
|
|
3847
3847
|
children: [
|
|
@@ -3874,7 +3874,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3874
3874
|
defaultArray: []
|
|
3875
3875
|
}
|
|
3876
3876
|
]
|
|
3877
|
-
},
|
|
3877
|
+
}, bt = {
|
|
3878
3878
|
key: "yAxis",
|
|
3879
3879
|
name: "x-runtime-lib.yAxis",
|
|
3880
3880
|
children: [
|
|
@@ -3907,9 +3907,9 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3907
3907
|
defaultArray: []
|
|
3908
3908
|
}
|
|
3909
3909
|
]
|
|
3910
|
-
}, we = {},
|
|
3910
|
+
}, we = {}, S = (t) => {
|
|
3911
3911
|
we[t.key] = t;
|
|
3912
|
-
},
|
|
3912
|
+
}, Sn = {
|
|
3913
3913
|
key: "settings",
|
|
3914
3914
|
name: "x-runtime-lib.settings",
|
|
3915
3915
|
children: [
|
|
@@ -3961,14 +3961,14 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
|
3961
3961
|
name: "x-runtime-lib.orthographicCamera",
|
|
3962
3962
|
comp: Gi,
|
|
3963
3963
|
properties: {
|
|
3964
|
-
pageScene: [y, X,
|
|
3965
|
-
compScene: [y, X,
|
|
3964
|
+
pageScene: [y, X, Sn],
|
|
3965
|
+
compScene: [y, X, Sn]
|
|
3966
3966
|
},
|
|
3967
3967
|
events: [],
|
|
3968
3968
|
methods: [],
|
|
3969
3969
|
slots: []
|
|
3970
3970
|
};
|
|
3971
|
-
|
|
3971
|
+
S(Ml);
|
|
3972
3972
|
const Cn = {
|
|
3973
3973
|
key: "settings",
|
|
3974
3974
|
name: "x-runtime-lib.settings",
|
|
@@ -4014,7 +4014,7 @@ const Cn = {
|
|
|
4014
4014
|
methods: [],
|
|
4015
4015
|
slots: []
|
|
4016
4016
|
};
|
|
4017
|
-
|
|
4017
|
+
S(Wl);
|
|
4018
4018
|
const Bl = {
|
|
4019
4019
|
key: "scene_keyboard_controls_v1",
|
|
4020
4020
|
name: "x-runtime-lib.keyboardControls",
|
|
@@ -4028,7 +4028,7 @@ const Bl = {
|
|
|
4028
4028
|
slots: [],
|
|
4029
4029
|
leaf: !0
|
|
4030
4030
|
};
|
|
4031
|
-
|
|
4031
|
+
S(Bl);
|
|
4032
4032
|
const Rl = {
|
|
4033
4033
|
key: "scene_map_controls_v1",
|
|
4034
4034
|
name: "x-runtime-lib.mapControls",
|
|
@@ -4042,7 +4042,7 @@ const Rl = {
|
|
|
4042
4042
|
slots: [],
|
|
4043
4043
|
leaf: !0
|
|
4044
4044
|
};
|
|
4045
|
-
|
|
4045
|
+
S(Rl);
|
|
4046
4046
|
const Kl = {
|
|
4047
4047
|
key: "scene_orbit_controls_v1",
|
|
4048
4048
|
name: "x-runtime-lib.orbitControls",
|
|
@@ -4056,7 +4056,7 @@ const Kl = {
|
|
|
4056
4056
|
slots: [],
|
|
4057
4057
|
leaf: !0
|
|
4058
4058
|
};
|
|
4059
|
-
|
|
4059
|
+
S(Kl);
|
|
4060
4060
|
function Dl(t, n) {
|
|
4061
4061
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4062
4062
|
if (!o) {
|
|
@@ -4207,7 +4207,7 @@ const Vn = {
|
|
|
4207
4207
|
leaf: !0,
|
|
4208
4208
|
spawn: Dl
|
|
4209
4209
|
};
|
|
4210
|
-
|
|
4210
|
+
S(zt);
|
|
4211
4211
|
function Nl(t, n) {
|
|
4212
4212
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4213
4213
|
if (!o) {
|
|
@@ -4367,16 +4367,16 @@ const Pn = {
|
|
|
4367
4367
|
leaf: !0,
|
|
4368
4368
|
spawn: Nl
|
|
4369
4369
|
};
|
|
4370
|
-
|
|
4371
|
-
const
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4370
|
+
S(Tt);
|
|
4371
|
+
const _t = O(ee);
|
|
4372
|
+
_t.children[0].default = "custom";
|
|
4373
|
+
_t.children[2].children[0].default = "0xffffff";
|
|
4374
|
+
_t.children[2].children[1].default = "0xffffff";
|
|
4375
4375
|
const Ln = {
|
|
4376
4376
|
key: "settings",
|
|
4377
4377
|
name: "x-runtime-lib.settings",
|
|
4378
4378
|
children: [
|
|
4379
|
-
|
|
4379
|
+
_t,
|
|
4380
4380
|
{
|
|
4381
4381
|
key: "intensity",
|
|
4382
4382
|
name: "x-runtime-lib.intensity",
|
|
@@ -4397,16 +4397,16 @@ const Ln = {
|
|
|
4397
4397
|
methods: [],
|
|
4398
4398
|
slots: []
|
|
4399
4399
|
};
|
|
4400
|
-
|
|
4401
|
-
const
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4400
|
+
S(Hl);
|
|
4401
|
+
const vt = O(ee);
|
|
4402
|
+
vt.children[0].default = "custom";
|
|
4403
|
+
vt.children[2].children[0].default = "0xffffff";
|
|
4404
|
+
vt.children[2].children[1].default = "0xffffff";
|
|
4405
4405
|
const zn = {
|
|
4406
4406
|
key: "settings",
|
|
4407
4407
|
name: "x-runtime-lib.settings",
|
|
4408
4408
|
children: [
|
|
4409
|
-
|
|
4409
|
+
vt,
|
|
4410
4410
|
{
|
|
4411
4411
|
key: "intensity",
|
|
4412
4412
|
name: "x-runtime-lib.intensity",
|
|
@@ -4427,16 +4427,16 @@ const zn = {
|
|
|
4427
4427
|
methods: [],
|
|
4428
4428
|
slots: []
|
|
4429
4429
|
};
|
|
4430
|
-
|
|
4431
|
-
const
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4430
|
+
S(Jl);
|
|
4431
|
+
const xt = O(ee);
|
|
4432
|
+
xt.children[0].default = "custom";
|
|
4433
|
+
xt.children[2].children[0].default = "0xffffff";
|
|
4434
|
+
xt.children[2].children[1].default = "0xffffff";
|
|
4435
4435
|
const Tn = {
|
|
4436
4436
|
key: "settings",
|
|
4437
4437
|
name: "x-runtime-lib.settings",
|
|
4438
4438
|
children: [
|
|
4439
|
-
|
|
4439
|
+
xt,
|
|
4440
4440
|
{
|
|
4441
4441
|
key: "intensity",
|
|
4442
4442
|
name: "x-runtime-lib.intensity",
|
|
@@ -4471,16 +4471,16 @@ const Tn = {
|
|
|
4471
4471
|
methods: [],
|
|
4472
4472
|
slots: []
|
|
4473
4473
|
};
|
|
4474
|
-
|
|
4475
|
-
const
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4474
|
+
S(Ul);
|
|
4475
|
+
const kt = O(ee);
|
|
4476
|
+
kt.children[0].default = "custom";
|
|
4477
|
+
kt.children[2].children[0].default = "0xffffff";
|
|
4478
|
+
kt.children[2].children[1].default = "0xffffff";
|
|
4479
4479
|
const En = {
|
|
4480
4480
|
key: "settings",
|
|
4481
4481
|
name: "x-runtime-lib.settings",
|
|
4482
4482
|
children: [
|
|
4483
|
-
|
|
4483
|
+
kt,
|
|
4484
4484
|
{
|
|
4485
4485
|
key: "intensity",
|
|
4486
4486
|
name: "x-runtime-lib.intensity",
|
|
@@ -4532,7 +4532,7 @@ const En = {
|
|
|
4532
4532
|
methods: [],
|
|
4533
4533
|
slots: []
|
|
4534
4534
|
};
|
|
4535
|
-
|
|
4535
|
+
S(ql);
|
|
4536
4536
|
const Ge = {
|
|
4537
4537
|
key: "scene_mesh_basic_material_v1",
|
|
4538
4538
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
@@ -4546,7 +4546,7 @@ const Ge = {
|
|
|
4546
4546
|
slots: [],
|
|
4547
4547
|
leaf: !0
|
|
4548
4548
|
};
|
|
4549
|
-
|
|
4549
|
+
S(Ge);
|
|
4550
4550
|
const Xl = {
|
|
4551
4551
|
key: "scene_group_v1",
|
|
4552
4552
|
name: "x-runtime-lib.group",
|
|
@@ -4559,7 +4559,7 @@ const Xl = {
|
|
|
4559
4559
|
methods: [],
|
|
4560
4560
|
slots: []
|
|
4561
4561
|
};
|
|
4562
|
-
|
|
4562
|
+
S(Xl);
|
|
4563
4563
|
const He = {
|
|
4564
4564
|
key: "scene_mesh_v1",
|
|
4565
4565
|
name: "x-runtime-lib.mesh",
|
|
@@ -4572,7 +4572,7 @@ const He = {
|
|
|
4572
4572
|
methods: [],
|
|
4573
4573
|
slots: []
|
|
4574
4574
|
};
|
|
4575
|
-
|
|
4575
|
+
S(He);
|
|
4576
4576
|
function Yl(t, n) {
|
|
4577
4577
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4578
4578
|
if (!o) {
|
|
@@ -4623,13 +4623,13 @@ const An = {
|
|
|
4623
4623
|
name: "x-runtime-lib.barChart",
|
|
4624
4624
|
comp: kr,
|
|
4625
4625
|
properties: {
|
|
4626
|
-
pageCommon: [y, q,
|
|
4627
|
-
compCommon: [y, q,
|
|
4626
|
+
pageCommon: [y, q, ft, yt, bt, dt, An],
|
|
4627
|
+
compCommon: [y, q, ft, yt, bt, dt, An]
|
|
4628
4628
|
},
|
|
4629
4629
|
leaf: !0,
|
|
4630
4630
|
spawn: Yl
|
|
4631
4631
|
};
|
|
4632
|
-
|
|
4632
|
+
S(Et);
|
|
4633
4633
|
function Zl(t, n) {
|
|
4634
4634
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4635
4635
|
if (!o) {
|
|
@@ -4680,13 +4680,13 @@ const Mn = {
|
|
|
4680
4680
|
name: "x-runtime-lib.lineChart",
|
|
4681
4681
|
comp: wr,
|
|
4682
4682
|
properties: {
|
|
4683
|
-
pageCommon: [y, q,
|
|
4684
|
-
compCommon: [y, q,
|
|
4683
|
+
pageCommon: [y, q, ft, yt, bt, dt, Mn],
|
|
4684
|
+
compCommon: [y, q, ft, yt, bt, dt, Mn]
|
|
4685
4685
|
},
|
|
4686
4686
|
leaf: !0,
|
|
4687
4687
|
spawn: Zl
|
|
4688
4688
|
};
|
|
4689
|
-
|
|
4689
|
+
S(At);
|
|
4690
4690
|
const Wn = {
|
|
4691
4691
|
key: "settings",
|
|
4692
4692
|
name: "x-runtime-lib.settings",
|
|
@@ -4731,7 +4731,7 @@ const Wn = {
|
|
|
4731
4731
|
compCommon: [y, Wn]
|
|
4732
4732
|
}
|
|
4733
4733
|
};
|
|
4734
|
-
|
|
4734
|
+
S(Ql);
|
|
4735
4735
|
function ea(t, n) {
|
|
4736
4736
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4737
4737
|
if (!o) {
|
|
@@ -4841,7 +4841,7 @@ const ta = O(ee), Bn = {
|
|
|
4841
4841
|
}, Mt = {
|
|
4842
4842
|
key: "common_btn_v1",
|
|
4843
4843
|
name: "x-runtime-lib.button",
|
|
4844
|
-
comp:
|
|
4844
|
+
comp: $r,
|
|
4845
4845
|
properties: {
|
|
4846
4846
|
pageCommon: [y, q, Bn],
|
|
4847
4847
|
compCommon: [y, q, Bn]
|
|
@@ -4855,7 +4855,7 @@ const ta = O(ee), Bn = {
|
|
|
4855
4855
|
leaf: !0,
|
|
4856
4856
|
spawn: ea
|
|
4857
4857
|
};
|
|
4858
|
-
|
|
4858
|
+
S(Mt);
|
|
4859
4859
|
const na = {
|
|
4860
4860
|
key: "common_btn_group_v1",
|
|
4861
4861
|
name: "x-runtime-lib.buttonGroup",
|
|
@@ -4865,7 +4865,7 @@ const na = {
|
|
|
4865
4865
|
compCommon: [y]
|
|
4866
4866
|
}
|
|
4867
4867
|
};
|
|
4868
|
-
|
|
4868
|
+
S(na);
|
|
4869
4869
|
const Rn = {
|
|
4870
4870
|
key: "settings",
|
|
4871
4871
|
name: "x-runtime-lib.settings",
|
|
@@ -4936,7 +4936,7 @@ const Rn = {
|
|
|
4936
4936
|
compCommon: [y, Rn]
|
|
4937
4937
|
}
|
|
4938
4938
|
};
|
|
4939
|
-
|
|
4939
|
+
S(oa);
|
|
4940
4940
|
function ia(t, n) {
|
|
4941
4941
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4942
4942
|
if (!o) {
|
|
@@ -5021,7 +5021,7 @@ const Kn = {
|
|
|
5021
5021
|
},
|
|
5022
5022
|
spawn: ia
|
|
5023
5023
|
};
|
|
5024
|
-
|
|
5024
|
+
S(Je);
|
|
5025
5025
|
const Dn = {
|
|
5026
5026
|
key: "settings",
|
|
5027
5027
|
name: "x-runtime-lib.settings",
|
|
@@ -5049,7 +5049,7 @@ const Dn = {
|
|
|
5049
5049
|
},
|
|
5050
5050
|
leaf: !0
|
|
5051
5051
|
};
|
|
5052
|
-
|
|
5052
|
+
S(sa);
|
|
5053
5053
|
const ra = O(ee), On = {
|
|
5054
5054
|
key: "settings",
|
|
5055
5055
|
name: "x-runtime-lib.settings",
|
|
@@ -5135,7 +5135,7 @@ const ra = O(ee), On = {
|
|
|
5135
5135
|
},
|
|
5136
5136
|
leaf: !0
|
|
5137
5137
|
};
|
|
5138
|
-
|
|
5138
|
+
S(Wt);
|
|
5139
5139
|
function la(t, n) {
|
|
5140
5140
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5141
5141
|
if (!o) {
|
|
@@ -5253,7 +5253,7 @@ const Fn = {
|
|
|
5253
5253
|
},
|
|
5254
5254
|
spawn: la
|
|
5255
5255
|
};
|
|
5256
|
-
|
|
5256
|
+
S(Bt);
|
|
5257
5257
|
const aa = {
|
|
5258
5258
|
key: "common_color_picker_v1",
|
|
5259
5259
|
name: "x-runtime-lib.colorPicker",
|
|
@@ -5264,7 +5264,7 @@ const aa = {
|
|
|
5264
5264
|
},
|
|
5265
5265
|
leaf: !0
|
|
5266
5266
|
};
|
|
5267
|
-
|
|
5267
|
+
S(aa);
|
|
5268
5268
|
const Nn = {
|
|
5269
5269
|
key: "settings",
|
|
5270
5270
|
name: "x-runtime-lib.settings",
|
|
@@ -5316,7 +5316,7 @@ const Nn = {
|
|
|
5316
5316
|
},
|
|
5317
5317
|
leaf: !0
|
|
5318
5318
|
};
|
|
5319
|
-
|
|
5319
|
+
S(ca);
|
|
5320
5320
|
const fn = O(ee);
|
|
5321
5321
|
fn.key = "backgroundColor";
|
|
5322
5322
|
fn.name = "x-runtime-lib.backgroundColor";
|
|
@@ -5339,7 +5339,7 @@ const jn = {
|
|
|
5339
5339
|
}
|
|
5340
5340
|
]
|
|
5341
5341
|
};
|
|
5342
|
-
|
|
5342
|
+
S(Rt);
|
|
5343
5343
|
const Gn = {
|
|
5344
5344
|
key: "size",
|
|
5345
5345
|
name: "x-runtime-lib.size",
|
|
@@ -5502,7 +5502,7 @@ const Gn = {
|
|
|
5502
5502
|
},
|
|
5503
5503
|
leaf: !0
|
|
5504
5504
|
};
|
|
5505
|
-
|
|
5505
|
+
S(ua);
|
|
5506
5506
|
const ma = {
|
|
5507
5507
|
key: "common_date_picker_v1",
|
|
5508
5508
|
name: "x-runtime-lib.datePicker",
|
|
@@ -5513,7 +5513,7 @@ const ma = {
|
|
|
5513
5513
|
},
|
|
5514
5514
|
leaf: !0
|
|
5515
5515
|
};
|
|
5516
|
-
|
|
5516
|
+
S(ma);
|
|
5517
5517
|
const pa = {
|
|
5518
5518
|
key: "common_dialog_v1",
|
|
5519
5519
|
name: "x-runtime-lib.dialog",
|
|
@@ -5534,7 +5534,7 @@ const pa = {
|
|
|
5534
5534
|
],
|
|
5535
5535
|
teleport: !0
|
|
5536
5536
|
};
|
|
5537
|
-
|
|
5537
|
+
S(pa);
|
|
5538
5538
|
const Un = {
|
|
5539
5539
|
key: "settings",
|
|
5540
5540
|
name: "x-runtime-lib.settings",
|
|
@@ -5574,7 +5574,7 @@ const Un = {
|
|
|
5574
5574
|
compCommon: [y, q, qn]
|
|
5575
5575
|
}
|
|
5576
5576
|
};
|
|
5577
|
-
|
|
5577
|
+
S(Kt);
|
|
5578
5578
|
function da(t, n) {
|
|
5579
5579
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5580
5580
|
if (!o) {
|
|
@@ -5862,7 +5862,7 @@ const Xn = {
|
|
|
5862
5862
|
],
|
|
5863
5863
|
spawn: da
|
|
5864
5864
|
};
|
|
5865
|
-
|
|
5865
|
+
S(Ue);
|
|
5866
5866
|
const Yn = {
|
|
5867
5867
|
key: "settings",
|
|
5868
5868
|
name: "x-runtime-lib.settings",
|
|
@@ -6043,7 +6043,7 @@ const Yn = {
|
|
|
6043
6043
|
],
|
|
6044
6044
|
leaf: !0
|
|
6045
6045
|
};
|
|
6046
|
-
|
|
6046
|
+
S(Ot);
|
|
6047
6047
|
function ya(t, n) {
|
|
6048
6048
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6049
6049
|
if (!o) {
|
|
@@ -6119,7 +6119,7 @@ const Qn = {
|
|
|
6119
6119
|
],
|
|
6120
6120
|
spawn: ya
|
|
6121
6121
|
};
|
|
6122
|
-
|
|
6122
|
+
S(Ft);
|
|
6123
6123
|
const ga = O(ee), eo = {
|
|
6124
6124
|
key: "settings",
|
|
6125
6125
|
name: "x-runtime-lib.settings",
|
|
@@ -6155,7 +6155,7 @@ const ga = O(ee), eo = {
|
|
|
6155
6155
|
},
|
|
6156
6156
|
leaf: !0
|
|
6157
6157
|
};
|
|
6158
|
-
|
|
6158
|
+
S(ha);
|
|
6159
6159
|
const _a = {
|
|
6160
6160
|
key: "common_menu_v1",
|
|
6161
6161
|
name: "x-runtime-lib.menu",
|
|
@@ -6176,7 +6176,7 @@ const _a = {
|
|
|
6176
6176
|
],
|
|
6177
6177
|
teleport: !0
|
|
6178
6178
|
};
|
|
6179
|
-
|
|
6179
|
+
S(_a);
|
|
6180
6180
|
function va(t, n) {
|
|
6181
6181
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6182
6182
|
if (!o) {
|
|
@@ -6396,7 +6396,7 @@ const to = {
|
|
|
6396
6396
|
leaf: !0,
|
|
6397
6397
|
spawn: va
|
|
6398
6398
|
};
|
|
6399
|
-
|
|
6399
|
+
S(Nt);
|
|
6400
6400
|
const oo = {
|
|
6401
6401
|
key: "settings",
|
|
6402
6402
|
name: "x-runtime-lib.settings",
|
|
@@ -6470,7 +6470,7 @@ const oo = {
|
|
|
6470
6470
|
},
|
|
6471
6471
|
leaf: !0
|
|
6472
6472
|
};
|
|
6473
|
-
|
|
6473
|
+
S(xa);
|
|
6474
6474
|
const ka = O(ee), io = {
|
|
6475
6475
|
key: "settings",
|
|
6476
6476
|
name: "x-runtime-lib.settings",
|
|
@@ -6518,7 +6518,7 @@ const ka = O(ee), io = {
|
|
|
6518
6518
|
},
|
|
6519
6519
|
leaf: !0
|
|
6520
6520
|
};
|
|
6521
|
-
|
|
6521
|
+
S(jt);
|
|
6522
6522
|
function wa(t, n) {
|
|
6523
6523
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6524
6524
|
if (!o) {
|
|
@@ -6532,7 +6532,7 @@ function wa(t, n) {
|
|
|
6532
6532
|
}
|
|
6533
6533
|
const i = A();
|
|
6534
6534
|
W(i, s), i.basic.id = E(16), i.basic.key = Gt.key, i.settings.value = "option1";
|
|
6535
|
-
const l =
|
|
6535
|
+
const l = $t(t, n, "option1", "Option 1"), c = $t(t, n, "option2", "Option 2"), m = $t(t, n, "option3", "Option 3");
|
|
6536
6536
|
return {
|
|
6537
6537
|
nodeLite: M(i, [
|
|
6538
6538
|
l.nodeLite,
|
|
@@ -6547,7 +6547,7 @@ function wa(t, n) {
|
|
|
6547
6547
|
}
|
|
6548
6548
|
};
|
|
6549
6549
|
}
|
|
6550
|
-
function
|
|
6550
|
+
function $t(t, n, e, o) {
|
|
6551
6551
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
6552
6552
|
if (!i) {
|
|
6553
6553
|
console.error(
|
|
@@ -6621,7 +6621,7 @@ const so = {
|
|
|
6621
6621
|
},
|
|
6622
6622
|
spawn: wa
|
|
6623
6623
|
};
|
|
6624
|
-
|
|
6624
|
+
S(Gt);
|
|
6625
6625
|
const ro = {
|
|
6626
6626
|
key: "settings",
|
|
6627
6627
|
name: "x-runtime-lib.settings",
|
|
@@ -6749,7 +6749,7 @@ const ro = {
|
|
|
6749
6749
|
},
|
|
6750
6750
|
leaf: !0
|
|
6751
6751
|
};
|
|
6752
|
-
|
|
6752
|
+
S(Ia);
|
|
6753
6753
|
const lo = {
|
|
6754
6754
|
key: "settings",
|
|
6755
6755
|
name: "x-runtime-lib.settings",
|
|
@@ -6805,7 +6805,7 @@ const lo = {
|
|
|
6805
6805
|
default: !1
|
|
6806
6806
|
}
|
|
6807
6807
|
]
|
|
6808
|
-
},
|
|
6808
|
+
}, $a = {
|
|
6809
6809
|
key: "common_rating_v1",
|
|
6810
6810
|
name: "x-runtime-lib.rating",
|
|
6811
6811
|
comp: el,
|
|
@@ -6815,7 +6815,7 @@ const lo = {
|
|
|
6815
6815
|
},
|
|
6816
6816
|
leaf: !0
|
|
6817
6817
|
};
|
|
6818
|
-
$
|
|
6818
|
+
S($a);
|
|
6819
6819
|
const ao = {
|
|
6820
6820
|
key: "settings",
|
|
6821
6821
|
name: "x-runtime-lib.settings",
|
|
@@ -6857,7 +6857,7 @@ const ao = {
|
|
|
6857
6857
|
default: !1
|
|
6858
6858
|
}
|
|
6859
6859
|
]
|
|
6860
|
-
},
|
|
6860
|
+
}, Sa = {
|
|
6861
6861
|
key: "common_select_v1",
|
|
6862
6862
|
name: "x-runtime-lib.select",
|
|
6863
6863
|
comp: tl,
|
|
@@ -6867,7 +6867,7 @@ const ao = {
|
|
|
6867
6867
|
},
|
|
6868
6868
|
leaf: !0
|
|
6869
6869
|
};
|
|
6870
|
-
|
|
6870
|
+
S(Sa);
|
|
6871
6871
|
const bn = O(ee);
|
|
6872
6872
|
bn.key = "color";
|
|
6873
6873
|
bn.name = "x-runtime-lib.color";
|
|
@@ -7013,7 +7013,7 @@ const co = {
|
|
|
7013
7013
|
},
|
|
7014
7014
|
leaf: !0
|
|
7015
7015
|
};
|
|
7016
|
-
|
|
7016
|
+
S(Ca);
|
|
7017
7017
|
const Ht = {
|
|
7018
7018
|
key: "common_stepper_header_v1",
|
|
7019
7019
|
name: "x-runtime-lib.stepperHeader",
|
|
@@ -7023,7 +7023,7 @@ const Ht = {
|
|
|
7023
7023
|
compCommon: [y]
|
|
7024
7024
|
}
|
|
7025
7025
|
};
|
|
7026
|
-
|
|
7026
|
+
S(Ht);
|
|
7027
7027
|
const mo = {
|
|
7028
7028
|
key: "settings",
|
|
7029
7029
|
name: "x-runtime-lib.settings",
|
|
@@ -7044,7 +7044,7 @@ const mo = {
|
|
|
7044
7044
|
compCommon: [y, mo]
|
|
7045
7045
|
}
|
|
7046
7046
|
};
|
|
7047
|
-
|
|
7047
|
+
S(Jt);
|
|
7048
7048
|
const Ut = {
|
|
7049
7049
|
key: "common_stepper_window_v1",
|
|
7050
7050
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -7054,7 +7054,7 @@ const Ut = {
|
|
|
7054
7054
|
compCommon: [y]
|
|
7055
7055
|
}
|
|
7056
7056
|
};
|
|
7057
|
-
|
|
7057
|
+
S(Ut);
|
|
7058
7058
|
const po = {
|
|
7059
7059
|
key: "settings",
|
|
7060
7060
|
name: "x-runtime-lib.settings",
|
|
@@ -7075,7 +7075,7 @@ const po = {
|
|
|
7075
7075
|
compCommon: [y, po]
|
|
7076
7076
|
}
|
|
7077
7077
|
};
|
|
7078
|
-
|
|
7078
|
+
S(qt);
|
|
7079
7079
|
function Va(t, n) {
|
|
7080
7080
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7081
7081
|
if (!o) {
|
|
@@ -7155,7 +7155,7 @@ function La(t, n) {
|
|
|
7155
7155
|
}
|
|
7156
7156
|
const i = A();
|
|
7157
7157
|
W(i, s), i.basic.id = E(16), i.basic.key = Ut.key;
|
|
7158
|
-
const l =
|
|
7158
|
+
const l = Ct(t, n, "step1", "step 1"), c = Ct(t, n, "step2", "step 2"), m = Ct(t, n, "step3", "step 3");
|
|
7159
7159
|
return {
|
|
7160
7160
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
7161
7161
|
nodes: {
|
|
@@ -7166,7 +7166,7 @@ function La(t, n) {
|
|
|
7166
7166
|
}
|
|
7167
7167
|
};
|
|
7168
7168
|
}
|
|
7169
|
-
function
|
|
7169
|
+
function Ct(t, n, e, o) {
|
|
7170
7170
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
7171
7171
|
if (!i) {
|
|
7172
7172
|
console.error(
|
|
@@ -7238,7 +7238,7 @@ const fo = {
|
|
|
7238
7238
|
},
|
|
7239
7239
|
spawn: Va
|
|
7240
7240
|
};
|
|
7241
|
-
|
|
7241
|
+
S(Xt);
|
|
7242
7242
|
const Ta = {
|
|
7243
7243
|
key: "common_switch_v1",
|
|
7244
7244
|
name: "x-runtime-lib.switch",
|
|
@@ -7249,7 +7249,7 @@ const Ta = {
|
|
|
7249
7249
|
},
|
|
7250
7250
|
leaf: !0
|
|
7251
7251
|
};
|
|
7252
|
-
|
|
7252
|
+
S(Ta);
|
|
7253
7253
|
const yo = {
|
|
7254
7254
|
key: "settings",
|
|
7255
7255
|
name: "x-runtime-lib.settings",
|
|
@@ -7277,7 +7277,7 @@ const yo = {
|
|
|
7277
7277
|
},
|
|
7278
7278
|
leaf: !0
|
|
7279
7279
|
};
|
|
7280
|
-
|
|
7280
|
+
S(Yt);
|
|
7281
7281
|
function Ea(t, n) {
|
|
7282
7282
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7283
7283
|
if (!o) {
|
|
@@ -7291,7 +7291,7 @@ function Ea(t, n) {
|
|
|
7291
7291
|
}
|
|
7292
7292
|
const i = A();
|
|
7293
7293
|
W(i, s), i.basic.id = E(16), i.basic.key = Zt.key;
|
|
7294
|
-
const l =
|
|
7294
|
+
const l = Vt(t, n, "tab1", "tab 1"), c = Vt(t, n, "tab2", "tab 2"), m = Vt(t, n, "tab3", "tab 3");
|
|
7295
7295
|
return {
|
|
7296
7296
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
7297
7297
|
nodes: {
|
|
@@ -7302,7 +7302,7 @@ function Ea(t, n) {
|
|
|
7302
7302
|
}
|
|
7303
7303
|
};
|
|
7304
7304
|
}
|
|
7305
|
-
function
|
|
7305
|
+
function Vt(t, n, e, o) {
|
|
7306
7306
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
7307
7307
|
if (!i) {
|
|
7308
7308
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
@@ -7419,7 +7419,7 @@ const bo = {
|
|
|
7419
7419
|
},
|
|
7420
7420
|
spawn: Ea
|
|
7421
7421
|
};
|
|
7422
|
-
|
|
7422
|
+
S(Zt);
|
|
7423
7423
|
function Aa(t, n) {
|
|
7424
7424
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7425
7425
|
if (!o) {
|
|
@@ -7536,7 +7536,7 @@ const go = {
|
|
|
7536
7536
|
leaf: !0,
|
|
7537
7537
|
spawn: Aa
|
|
7538
7538
|
};
|
|
7539
|
-
|
|
7539
|
+
S(Ve);
|
|
7540
7540
|
function Ma(t, n) {
|
|
7541
7541
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7542
7542
|
if (!o) {
|
|
@@ -7638,7 +7638,7 @@ const ho = {
|
|
|
7638
7638
|
leaf: !0,
|
|
7639
7639
|
spawn: Ma
|
|
7640
7640
|
};
|
|
7641
|
-
|
|
7641
|
+
S(Qt);
|
|
7642
7642
|
const en = {
|
|
7643
7643
|
key: "common_timeline_item_v1",
|
|
7644
7644
|
name: "x-runtime-lib.timelineItem",
|
|
@@ -7648,7 +7648,7 @@ const en = {
|
|
|
7648
7648
|
compCommon: [y]
|
|
7649
7649
|
}
|
|
7650
7650
|
};
|
|
7651
|
-
|
|
7651
|
+
S(en);
|
|
7652
7652
|
function Wa(t, n) {
|
|
7653
7653
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7654
7654
|
if (!o) {
|
|
@@ -7662,7 +7662,7 @@ function Wa(t, n) {
|
|
|
7662
7662
|
}
|
|
7663
7663
|
const i = A();
|
|
7664
7664
|
W(i, s), i.basic.id = E(16), i.basic.key = tn.key;
|
|
7665
|
-
const l =
|
|
7665
|
+
const l = Pt(t, n, "timeline 1"), c = Pt(t, n, "timeline 2"), m = Pt(t, n, "timeline 3");
|
|
7666
7666
|
return {
|
|
7667
7667
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
7668
7668
|
nodes: {
|
|
@@ -7673,7 +7673,7 @@ function Wa(t, n) {
|
|
|
7673
7673
|
}
|
|
7674
7674
|
};
|
|
7675
7675
|
}
|
|
7676
|
-
function
|
|
7676
|
+
function Pt(t, n, e) {
|
|
7677
7677
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7678
7678
|
if (!s) {
|
|
7679
7679
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
@@ -7802,17 +7802,17 @@ const Ra = O(ee), Ka = O(ee), _o = {
|
|
|
7802
7802
|
},
|
|
7803
7803
|
spawn: Wa
|
|
7804
7804
|
};
|
|
7805
|
-
|
|
7805
|
+
S(tn);
|
|
7806
7806
|
const nn = {
|
|
7807
7807
|
key: "common_window_item_v1",
|
|
7808
7808
|
name: "x-runtime-lib.windowItem",
|
|
7809
|
-
comp:
|
|
7809
|
+
comp: $l,
|
|
7810
7810
|
properties: {
|
|
7811
7811
|
pageCommon: [y],
|
|
7812
7812
|
compCommon: [y]
|
|
7813
7813
|
}
|
|
7814
7814
|
};
|
|
7815
|
-
|
|
7815
|
+
S(nn);
|
|
7816
7816
|
function Da(t, n) {
|
|
7817
7817
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7818
7818
|
if (!o) {
|
|
@@ -7826,7 +7826,7 @@ function Da(t, n) {
|
|
|
7826
7826
|
}
|
|
7827
7827
|
const i = A();
|
|
7828
7828
|
W(i, s), i.basic.id = E(16), i.basic.key = on.key;
|
|
7829
|
-
const l =
|
|
7829
|
+
const l = Lt(t, n, "window 1"), c = Lt(t, n, "window 2"), m = Lt(t, n, "window 3");
|
|
7830
7830
|
return {
|
|
7831
7831
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
7832
7832
|
nodes: {
|
|
@@ -7837,7 +7837,7 @@ function Da(t, n) {
|
|
|
7837
7837
|
}
|
|
7838
7838
|
};
|
|
7839
7839
|
}
|
|
7840
|
-
function
|
|
7840
|
+
function Lt(t, n, e) {
|
|
7841
7841
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7842
7842
|
if (!s) {
|
|
7843
7843
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
@@ -7960,7 +7960,7 @@ const vo = {
|
|
|
7960
7960
|
},
|
|
7961
7961
|
spawn: Da
|
|
7962
7962
|
};
|
|
7963
|
-
|
|
7963
|
+
S(on);
|
|
7964
7964
|
const ot = {
|
|
7965
7965
|
key: "settings",
|
|
7966
7966
|
name: "x-runtime-lib.settings",
|
|
@@ -7991,7 +7991,7 @@ const ot = {
|
|
|
7991
7991
|
},
|
|
7992
7992
|
leaf: !0
|
|
7993
7993
|
};
|
|
7994
|
-
|
|
7994
|
+
S(Na);
|
|
7995
7995
|
const st = {
|
|
7996
7996
|
key: "settings",
|
|
7997
7997
|
name: "x-runtime-lib.settings",
|
|
@@ -8028,7 +8028,7 @@ const st = {
|
|
|
8028
8028
|
},
|
|
8029
8029
|
leaf: !0
|
|
8030
8030
|
};
|
|
8031
|
-
|
|
8031
|
+
S(ja);
|
|
8032
8032
|
const lt = {
|
|
8033
8033
|
key: "settings",
|
|
8034
8034
|
name: "x-runtime-lib.settings",
|
|
@@ -8052,7 +8052,7 @@ const lt = {
|
|
|
8052
8052
|
},
|
|
8053
8053
|
leaf: !0
|
|
8054
8054
|
};
|
|
8055
|
-
|
|
8055
|
+
S(Ga);
|
|
8056
8056
|
const xo = {
|
|
8057
8057
|
key: "settings",
|
|
8058
8058
|
name: "x-runtime-lib.settings",
|
|
@@ -8073,7 +8073,7 @@ const xo = {
|
|
|
8073
8073
|
compCommon: [y, xo]
|
|
8074
8074
|
}
|
|
8075
8075
|
};
|
|
8076
|
-
|
|
8076
|
+
S(Ha);
|
|
8077
8077
|
const at = {
|
|
8078
8078
|
key: "settings",
|
|
8079
8079
|
name: "x-runtime-lib.settings",
|
|
@@ -8103,7 +8103,7 @@ const at = {
|
|
|
8103
8103
|
},
|
|
8104
8104
|
leaf: !0
|
|
8105
8105
|
};
|
|
8106
|
-
|
|
8106
|
+
S(Ja);
|
|
8107
8107
|
const Ke = O(ee);
|
|
8108
8108
|
Ke.key = "backgroundColor";
|
|
8109
8109
|
Ke.name = "x-runtime-lib.backgroundColor";
|
|
@@ -8169,7 +8169,7 @@ const No = {
|
|
|
8169
8169
|
events: [Za, Qa, ec],
|
|
8170
8170
|
internal: !0
|
|
8171
8171
|
};
|
|
8172
|
-
|
|
8172
|
+
S(tc);
|
|
8173
8173
|
const nc = [
|
|
8174
8174
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
8175
8175
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -8310,11 +8310,11 @@ const nc = [
|
|
|
8310
8310
|
], Ic = [
|
|
8311
8311
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
8312
8312
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
8313
|
-
],
|
|
8313
|
+
], $c = [
|
|
8314
8314
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8315
8315
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8316
8316
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
8317
|
-
],
|
|
8317
|
+
], Sc = [
|
|
8318
8318
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8319
8319
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8320
8320
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
@@ -8344,8 +8344,8 @@ const nc = [
|
|
|
8344
8344
|
thumbLabelItemsV1: kc,
|
|
8345
8345
|
timelineAlignItemsV1: wc,
|
|
8346
8346
|
timelineDirectionItemsV1: Ic,
|
|
8347
|
-
timelineSideItemsV1:
|
|
8348
|
-
timelineTruncateLineItemsV1:
|
|
8347
|
+
timelineSideItemsV1: $c,
|
|
8348
|
+
timelineTruncateLineItemsV1: Sc
|
|
8349
8349
|
}, Symbol.toStringTag, { value: "Module" })), Vc = [
|
|
8350
8350
|
{
|
|
8351
8351
|
title: "x-runtime-lib.notSet",
|
|
@@ -8379,7 +8379,7 @@ const nc = [
|
|
|
8379
8379
|
title: "x-runtime-lib.pixel",
|
|
8380
8380
|
value: "pixel",
|
|
8381
8381
|
ui: "pixelInput",
|
|
8382
|
-
validator:
|
|
8382
|
+
validator: ht,
|
|
8383
8383
|
default: "0px",
|
|
8384
8384
|
precision: 0,
|
|
8385
8385
|
min: 0,
|
|
@@ -8427,7 +8427,7 @@ const nc = [
|
|
|
8427
8427
|
title: "x-runtime-lib.pixel",
|
|
8428
8428
|
value: "pixel",
|
|
8429
8429
|
ui: "pixelInput",
|
|
8430
|
-
validator:
|
|
8430
|
+
validator: ht,
|
|
8431
8431
|
default: "0px"
|
|
8432
8432
|
},
|
|
8433
8433
|
{
|
|
@@ -8450,7 +8450,7 @@ const nc = [
|
|
|
8450
8450
|
title: "x-runtime-lib.pixel",
|
|
8451
8451
|
value: "pixel",
|
|
8452
8452
|
ui: "pixelInput",
|
|
8453
|
-
validator:
|
|
8453
|
+
validator: ht,
|
|
8454
8454
|
min: 0,
|
|
8455
8455
|
default: "0px"
|
|
8456
8456
|
},
|
|
@@ -8475,7 +8475,7 @@ const nc = [
|
|
|
8475
8475
|
title: "x-runtime-lib.pixel",
|
|
8476
8476
|
value: "pixel",
|
|
8477
8477
|
ui: "pixelInput",
|
|
8478
|
-
validator:
|
|
8478
|
+
validator: ht,
|
|
8479
8479
|
min: 0,
|
|
8480
8480
|
default: "0px"
|
|
8481
8481
|
},
|
|
@@ -9066,7 +9066,7 @@ function Qe() {
|
|
|
9066
9066
|
function Ru(t) {
|
|
9067
9067
|
be(Xo, t);
|
|
9068
9068
|
}
|
|
9069
|
-
function
|
|
9069
|
+
function $e() {
|
|
9070
9070
|
return ye(Xo);
|
|
9071
9071
|
}
|
|
9072
9072
|
function Pe(t) {
|
|
@@ -9116,8 +9116,8 @@ async function ct(t, n, e, o, s) {
|
|
|
9116
9116
|
if (e === je(p)) {
|
|
9117
9117
|
if (p.subKeys) {
|
|
9118
9118
|
if (!pe(
|
|
9119
|
-
|
|
9120
|
-
|
|
9119
|
+
Se(o, p.subKeys),
|
|
9120
|
+
Se(s, p.subKeys)
|
|
9121
9121
|
)) {
|
|
9122
9122
|
u = p;
|
|
9123
9123
|
break;
|
|
@@ -9130,7 +9130,7 @@ async function ct(t, n, e, o, s) {
|
|
|
9130
9130
|
if (!u)
|
|
9131
9131
|
continue;
|
|
9132
9132
|
let d;
|
|
9133
|
-
u.subKeys ? d =
|
|
9133
|
+
u.subKeys ? d = Se(o, u.subKeys) : d = o;
|
|
9134
9134
|
for (const p of m)
|
|
9135
9135
|
if (p.subKeys) {
|
|
9136
9136
|
let f;
|
|
@@ -9149,7 +9149,7 @@ async function ct(t, n, e, o, s) {
|
|
|
9149
9149
|
console.assert(!1);
|
|
9150
9150
|
continue;
|
|
9151
9151
|
}
|
|
9152
|
-
const b =
|
|
9152
|
+
const b = Se(f, p.subKeys);
|
|
9153
9153
|
if (pe(d, b))
|
|
9154
9154
|
continue;
|
|
9155
9155
|
const g = O(f);
|
|
@@ -9185,7 +9185,7 @@ async function ct(t, n, e, o, s) {
|
|
|
9185
9185
|
}
|
|
9186
9186
|
}
|
|
9187
9187
|
}
|
|
9188
|
-
function
|
|
9188
|
+
function ut(t, n, e) {
|
|
9189
9189
|
const o = [t, n], s = e.split(".");
|
|
9190
9190
|
return s.length > 1 ? o.push(...s.slice(1)) : o.push(e), `__implementMethod$${o.join("$")}__`;
|
|
9191
9191
|
}
|
|
@@ -9552,8 +9552,8 @@ function tu(t) {
|
|
|
9552
9552
|
);
|
|
9553
9553
|
else if (d === "refMethod") {
|
|
9554
9554
|
const b = t.children[p];
|
|
9555
|
-
b
|
|
9556
|
-
|
|
9555
|
+
b ? b.callFunctionAsync(
|
|
9556
|
+
ut("customMethod", "globality", f),
|
|
9557
9557
|
l,
|
|
9558
9558
|
c
|
|
9559
9559
|
).then(
|
|
@@ -9563,11 +9563,11 @@ function tu(t) {
|
|
|
9563
9563
|
(g) => {
|
|
9564
9564
|
le(n, g).consume((k) => u.reject(k)), t.promiseManager.release(m);
|
|
9565
9565
|
}
|
|
9566
|
-
);
|
|
9566
|
+
) : (n.newError("sandbox not found").consume((g) => u.reject(g)), t.promiseManager.release(m));
|
|
9567
9567
|
} else if (d === "multipleRefMethod") {
|
|
9568
9568
|
const b = t.children[`${p}/${l}`];
|
|
9569
|
-
b
|
|
9570
|
-
|
|
9569
|
+
b ? b.callFunctionAsync(
|
|
9570
|
+
ut("customMethod", "globality", f),
|
|
9571
9571
|
l,
|
|
9572
9572
|
c
|
|
9573
9573
|
).then(
|
|
@@ -9577,9 +9577,15 @@ function tu(t) {
|
|
|
9577
9577
|
(g) => {
|
|
9578
9578
|
le(n, g).consume((k) => u.resolve(k)), t.promiseManager.release(m);
|
|
9579
9579
|
}
|
|
9580
|
-
);
|
|
9581
|
-
} else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod"
|
|
9582
|
-
|
|
9580
|
+
) : (n.newError("sandbox not found").consume((g) => u.reject(g)), t.promiseManager.release(m));
|
|
9581
|
+
} else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" ? console.assert(!1, "no need to implement") : d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent ? t.kind === "slot" ? t.parent.callFunctionAsync(
|
|
9582
|
+
ut("slotMethod", t.nodeId, f),
|
|
9583
|
+
"",
|
|
9584
|
+
c
|
|
9585
|
+
).then((b) => {
|
|
9586
|
+
le(n, b).consume((g) => u.resolve(g)), t.promiseManager.release(m);
|
|
9587
|
+
}) : t.kind === "multipleSlot" && t.parent.callFunctionAsync(
|
|
9588
|
+
ut(
|
|
9583
9589
|
"multipleSlotMethod",
|
|
9584
9590
|
t.nodeId,
|
|
9585
9591
|
f
|
|
@@ -9590,7 +9596,7 @@ function tu(t) {
|
|
|
9590
9596
|
le(n, b).consume((g) => u.resolve(g)), t.promiseManager.release(m);
|
|
9591
9597
|
}) : (n.newError("Not inserted into the slot").consume(
|
|
9592
9598
|
(b) => u.reject(b)
|
|
9593
|
-
), t.promiseManager.release(m)) : console.assert(!1));
|
|
9599
|
+
), t.promiseManager.release(m)) : console.assert(!1, `not implemented kind=${d}`));
|
|
9594
9600
|
return u.settled.then(n.runtime.executePendingJobs), u.handle;
|
|
9595
9601
|
}).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
|
|
9596
9602
|
const o = n.getString(e), s = t.getState(o);
|
|
@@ -9776,21 +9782,19 @@ class su {
|
|
|
9776
9782
|
);
|
|
9777
9783
|
}
|
|
9778
9784
|
destroyVm() {
|
|
9779
|
-
this.callFunctionSync("__destroy__"), this.promiseManager && (this.promiseManager.dispose(), this.promiseManager = void 0), this.vm && (this.vm.dispose(), this.vm = void 0);
|
|
9785
|
+
this.vm && this.callFunctionSync("__destroy__"), this.promiseManager && (this.promiseManager.dispose(), this.promiseManager = void 0), this.vm && (this.vm.dispose(), this.vm = void 0);
|
|
9780
9786
|
}
|
|
9781
9787
|
callFunctionSync(n, ...e) {
|
|
9782
9788
|
var m = [];
|
|
9783
9789
|
try {
|
|
9784
9790
|
const { vm: o } = this;
|
|
9785
9791
|
if (!o)
|
|
9786
|
-
|
|
9792
|
+
throw new Error("vm not available");
|
|
9787
9793
|
const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")})`;
|
|
9788
9794
|
this.debugTrace(`callFunctionSync ${s})`);
|
|
9789
9795
|
const i = Oe(m, o.getProp(o.global, n));
|
|
9790
|
-
if (!i)
|
|
9791
|
-
|
|
9792
|
-
return;
|
|
9793
|
-
}
|
|
9796
|
+
if (!i)
|
|
9797
|
+
throw new Error(`function<${n}> not available`);
|
|
9794
9798
|
const l = e.map((f) => le(o, f));
|
|
9795
9799
|
const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((f) => o.dump(f));
|
|
9796
9800
|
l.forEach((f) => f.dispose());
|
|
@@ -9806,14 +9810,12 @@ class su {
|
|
|
9806
9810
|
try {
|
|
9807
9811
|
const { vm: o } = this;
|
|
9808
9812
|
if (!o)
|
|
9809
|
-
|
|
9813
|
+
throw new Error("vm not available");
|
|
9810
9814
|
const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")})`;
|
|
9811
9815
|
this.debugTrace(`callFunctionAsync ${s}`);
|
|
9812
9816
|
const i = Oe(u, o.getProp(o.global, n));
|
|
9813
|
-
if (!i)
|
|
9814
|
-
|
|
9815
|
-
return;
|
|
9816
|
-
}
|
|
9817
|
+
if (!i)
|
|
9818
|
+
throw new Error(`function<${n}> not available`);
|
|
9817
9819
|
const l = e.map((b) => le(o, b));
|
|
9818
9820
|
const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((b) => o.resolvePromise(b));
|
|
9819
9821
|
o.runtime.executePendingJobs();
|
|
@@ -9843,7 +9845,7 @@ class su {
|
|
|
9843
9845
|
);
|
|
9844
9846
|
return;
|
|
9845
9847
|
}
|
|
9846
|
-
return
|
|
9848
|
+
return Se(o, e);
|
|
9847
9849
|
}
|
|
9848
9850
|
setElementProperty(n, e, o) {
|
|
9849
9851
|
const s = this.data.value?.view.nodes[n];
|
|
@@ -9856,7 +9858,7 @@ class su {
|
|
|
9856
9858
|
);
|
|
9857
9859
|
return;
|
|
9858
9860
|
}
|
|
9859
|
-
const i =
|
|
9861
|
+
const i = Se(s, e);
|
|
9860
9862
|
pe(o, i) || (cn(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9861
9863
|
s.basic.id,
|
|
9862
9864
|
e,
|
|
@@ -9915,7 +9917,7 @@ class su {
|
|
|
9915
9917
|
}
|
|
9916
9918
|
}
|
|
9917
9919
|
function tt(t, n, e, o, s) {
|
|
9918
|
-
const i = Nc(), l = jc(), c = Z(), m =
|
|
9920
|
+
const i = Nc(), l = jc(), c = Z(), m = $e(), u = De(), d = Ze(), p = Hc(), f = async (x, _, v, z) => {
|
|
9919
9921
|
if (ae(c)) {
|
|
9920
9922
|
if (pe(_, ["settings", "slot"])) {
|
|
9921
9923
|
const T = t.value?.view.nodeLites.find(
|
|
@@ -10022,7 +10024,7 @@ function tt(t, n, e, o, s) {
|
|
|
10022
10024
|
h.dispose();
|
|
10023
10025
|
}), ae(c)) {
|
|
10024
10026
|
const x = async () => {
|
|
10025
|
-
h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetCustomSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(p, t.value.code.script);
|
|
10027
|
+
h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetCustomSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && await h.createVm(p, t.value.code.script);
|
|
10026
10028
|
};
|
|
10027
10029
|
x(), de(t, () => {
|
|
10028
10030
|
x();
|
|
@@ -10031,7 +10033,7 @@ function tt(t, n, e, o, s) {
|
|
|
10031
10033
|
ae(c) && de(
|
|
10032
10034
|
u,
|
|
10033
10035
|
async (x, _) => {
|
|
10034
|
-
const v =
|
|
10036
|
+
const v = mt(x.width), z = mt(_?.width ?? x.width);
|
|
10035
10037
|
await h.callFunctionAsync(
|
|
10036
10038
|
"__triggerEventV1__",
|
|
10037
10039
|
ce("elementEvent", "globality", "screenSizeChange"),
|
|
@@ -10077,7 +10079,7 @@ export {
|
|
|
10077
10079
|
na as btnGroupV1,
|
|
10078
10080
|
oa as btnToggleV1,
|
|
10079
10081
|
Mt as btnV1,
|
|
10080
|
-
|
|
10082
|
+
mt as calcBreakpoint,
|
|
10081
10083
|
Je as cardV1,
|
|
10082
10084
|
sa as checkboxV1,
|
|
10083
10085
|
Bt as chipGroupV1,
|
|
@@ -10102,9 +10104,9 @@ export {
|
|
|
10102
10104
|
Ft as formV1,
|
|
10103
10105
|
E as genId,
|
|
10104
10106
|
Ne as getBreakpointProp,
|
|
10105
|
-
|
|
10106
|
-
|
|
10107
|
-
|
|
10107
|
+
Se as getField,
|
|
10108
|
+
ut as getImplementMethodName,
|
|
10109
|
+
$n as getIndexOfBreakpoint,
|
|
10108
10110
|
Lu as getNodeLite,
|
|
10109
10111
|
ko as getPropertyDefault,
|
|
10110
10112
|
R as getPropertyTag,
|
|
@@ -10125,7 +10127,7 @@ export {
|
|
|
10125
10127
|
Nc as injectOrg,
|
|
10126
10128
|
Hc as injectRuntime,
|
|
10127
10129
|
ve as injectSandbox,
|
|
10128
|
-
|
|
10130
|
+
$e as injectType,
|
|
10129
10131
|
Ye as isCircularReference,
|
|
10130
10132
|
ae as isExecutableMode,
|
|
10131
10133
|
Ki as isLocaleOfEventKind,
|
|
@@ -10133,7 +10135,7 @@ export {
|
|
|
10133
10135
|
Bi as isLocaleOfPropertyKind,
|
|
10134
10136
|
_u as isLocaleOfSlotKind,
|
|
10135
10137
|
an as isPercentStr,
|
|
10136
|
-
|
|
10138
|
+
ht as isPixelStr,
|
|
10137
10139
|
Bl as keyboardControlsV1,
|
|
10138
10140
|
At as lineChartV1,
|
|
10139
10141
|
om as loadLocaleMessageRuntime,
|
|
@@ -10163,7 +10165,7 @@ export {
|
|
|
10163
10165
|
wu as parseCompMeta,
|
|
10164
10166
|
hu as parseData,
|
|
10165
10167
|
xu as parsePageMeta,
|
|
10166
|
-
|
|
10168
|
+
It as parsePercentStr,
|
|
10167
10169
|
fu as parsePixelStr,
|
|
10168
10170
|
Wl as perspectiveCameraV1,
|
|
10169
10171
|
Oc as pkgs,
|
|
@@ -10182,12 +10184,12 @@ export {
|
|
|
10182
10184
|
Gt as radioGroupV1,
|
|
10183
10185
|
jt as radioV1,
|
|
10184
10186
|
Ia as rangeSliderV1,
|
|
10185
|
-
|
|
10187
|
+
$a as ratingV1,
|
|
10186
10188
|
Ga as referenceV1,
|
|
10187
|
-
|
|
10189
|
+
S as regElement,
|
|
10188
10190
|
Ha as renderSwitchV1,
|
|
10189
10191
|
Ai as reverseBreakpoints,
|
|
10190
|
-
|
|
10192
|
+
Sa as selectV1,
|
|
10191
10193
|
cn as setField,
|
|
10192
10194
|
Ca as sliderV1,
|
|
10193
10195
|
Ja as slotV1,
|
|
@@ -10208,9 +10210,9 @@ export {
|
|
|
10208
10210
|
en as timelineItemV1,
|
|
10209
10211
|
tn as timelineV1,
|
|
10210
10212
|
Cu as toEventName,
|
|
10211
|
-
|
|
10213
|
+
Su as toMethodName,
|
|
10212
10214
|
M as toNodeLite,
|
|
10213
|
-
|
|
10215
|
+
$u as toPropertyName,
|
|
10214
10216
|
ct as triggerReactivity,
|
|
10215
10217
|
Xc as unwrapEventId,
|
|
10216
10218
|
Qu as unwrapEventKeyOfCustomSlot,
|