x-runtime-lib 0.8.75 → 0.8.76
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/composables/common/index.d.ts +1 -0
- package/dist/index.js +696 -688
- package/dist/vendor.eh9kttp2.js +47819 -0
- package/package.json +1 -1
- package/dist/vendor.oxrwxetz.js +0 -46557
package/dist/index.js
CHANGED
|
@@ -29,12 +29,12 @@ var ze = (t, e, n) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as $, createElementBlock as te, renderSlot as B, unref as i, openBlock as g, createElementVNode as q, computed as v, normalizeStyle as ee, ref as oe, watchEffect as de, watch as re, onBeforeMount as Zo, onUnmounted as
|
|
32
|
+
import { defineComponent as $, createElementBlock as te, renderSlot as B, unref as i, openBlock as g, createElementVNode as q, computed as v, normalizeStyle as ee, ref as oe, watchEffect as de, watch as re, onBeforeMount as Zo, onUnmounted as Ge, createBlock as w, withCtx as _, createCommentVNode as ne, useTemplateRef as ao, onMounted as co, nextTick as uo, useAttrs as Qo, h as ae, resolveComponent as A, createVNode as M, isRef as J, createSlots as Mn, renderList as er, useId as mo, withModifiers as tr, normalizeClass as nr, toDisplayString as ir, inject as se, provide as le, readonly as Dn } from "vue";
|
|
33
33
|
import { globalObjects as ve, waitUtil as po, useViewStack as yo, eventBus as fo, messageInfo as or, messageSuccess as rr, messageWarning as bo, messageError as ho, createAxios as sr, openConfirmDlg as lr, openPromptDlg as ar } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as go, DirectionalLightHelper as cr, PointLightHelper as ur, SpotLightHelper as mr } from "three";
|
|
35
|
-
import { c as
|
|
36
|
-
import { useTheme as
|
|
37
|
-
import { getErrorMessage as
|
|
35
|
+
import { c as W, i as ce, q as je, u as pr, r as xo, e as vo, a as dr, b as yr, d as fr, f as br, g as hr, h as gr, j as xr, k as vr, l as ko, X as kr, Y as _r, K as wr, m as Vr, n as Sr, o as $r, p as Ir } from "./vendor.eh9kttp2.js";
|
|
36
|
+
import { useTheme as Cr } from "vuetify";
|
|
37
|
+
import { getErrorMessage as Pr } from "x-error-lib";
|
|
38
38
|
import { useI18n as _o } from "vue-i18n";
|
|
39
39
|
const si = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
40
40
|
function T(t) {
|
|
@@ -57,7 +57,7 @@ function Fn(t) {
|
|
|
57
57
|
const e = t.substring(0, t.length - 1), n = parseFloat(e);
|
|
58
58
|
return !isNaN(n);
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function qu(t) {
|
|
61
61
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
62
62
|
return;
|
|
63
63
|
const e = t.substring(0, t.length - 2), n = parseFloat(e);
|
|
@@ -71,8 +71,8 @@ function nn(t) {
|
|
|
71
71
|
if (!isNaN(n))
|
|
72
72
|
return n;
|
|
73
73
|
}
|
|
74
|
-
const wo = ["xs", "sm", "md", "lg", "xl"],
|
|
75
|
-
function
|
|
74
|
+
const wo = ["xs", "sm", "md", "lg", "xl"], Tr = [...wo].reverse();
|
|
75
|
+
function Oe(t) {
|
|
76
76
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
77
77
|
}
|
|
78
78
|
function li(t) {
|
|
@@ -80,7 +80,7 @@ function li(t) {
|
|
|
80
80
|
}
|
|
81
81
|
function Le(t, e) {
|
|
82
82
|
let n;
|
|
83
|
-
for (const o of
|
|
83
|
+
for (const o of Tr) {
|
|
84
84
|
if (li(o) < li(t))
|
|
85
85
|
break;
|
|
86
86
|
e[o] && (n = e[o]);
|
|
@@ -115,7 +115,7 @@ function Gn(t, e, n) {
|
|
|
115
115
|
const r = s[s.length - 1];
|
|
116
116
|
o[r] = n;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function Zu(t, e = 2) {
|
|
119
119
|
const n = " ".repeat(e);
|
|
120
120
|
return t.split(`
|
|
121
121
|
`).map((r) => r.trim() === "" ? r : n + r).join(`
|
|
@@ -124,8 +124,8 @@ function qu(t, e = 2) {
|
|
|
124
124
|
function Z(t) {
|
|
125
125
|
return t === "runtime" || t === "preview";
|
|
126
126
|
}
|
|
127
|
-
const
|
|
128
|
-
function
|
|
127
|
+
const Qu = ["string", "number", "boolean", "array", "object"];
|
|
128
|
+
function em(t) {
|
|
129
129
|
switch (t) {
|
|
130
130
|
case "string":
|
|
131
131
|
return "#5ba58c";
|
|
@@ -148,7 +148,7 @@ function Vo(t) {
|
|
|
148
148
|
}
|
|
149
149
|
return !1;
|
|
150
150
|
}
|
|
151
|
-
function
|
|
151
|
+
function tm(t, e, n, o, s) {
|
|
152
152
|
let r = t;
|
|
153
153
|
for (let c = 0; c < e.length; c++)
|
|
154
154
|
if (r = r.children[e[c]], !r) {
|
|
@@ -158,16 +158,16 @@ function em(t, e, n, o, s) {
|
|
|
158
158
|
let a = r.children[n];
|
|
159
159
|
a ? a.dataSeq !== o && (a = {
|
|
160
160
|
dataSeq: o,
|
|
161
|
-
data:
|
|
161
|
+
data: W(s),
|
|
162
162
|
children: {}
|
|
163
163
|
}) : (a = {
|
|
164
164
|
dataSeq: o,
|
|
165
|
-
data:
|
|
165
|
+
data: W(s),
|
|
166
166
|
children: {}
|
|
167
167
|
}, r.children[n] = a);
|
|
168
168
|
}
|
|
169
|
-
const
|
|
170
|
-
function
|
|
169
|
+
const zr = ["common", "scene"], Ar = ["common", "scene"];
|
|
170
|
+
function Lr(t) {
|
|
171
171
|
switch (t) {
|
|
172
172
|
case "referenceProperty":
|
|
173
173
|
case "multipleRefProperty":
|
|
@@ -177,7 +177,7 @@ function Ar(t) {
|
|
|
177
177
|
}
|
|
178
178
|
return !0;
|
|
179
179
|
}
|
|
180
|
-
function
|
|
180
|
+
function Er(t) {
|
|
181
181
|
switch (t) {
|
|
182
182
|
case "referenceMethod":
|
|
183
183
|
case "multipleRefMethod":
|
|
@@ -187,7 +187,7 @@ function Lr(t) {
|
|
|
187
187
|
}
|
|
188
188
|
return !0;
|
|
189
189
|
}
|
|
190
|
-
function
|
|
190
|
+
function Br(t) {
|
|
191
191
|
switch (t) {
|
|
192
192
|
case "referenceEvent":
|
|
193
193
|
case "multipleRefEvent":
|
|
@@ -209,24 +209,24 @@ function jn(t, e, n) {
|
|
|
209
209
|
a > 0 && (s += " - "), n ? s += o.global.t(r) : s += r;
|
|
210
210
|
}), s;
|
|
211
211
|
}
|
|
212
|
-
function
|
|
212
|
+
function nm(t, e) {
|
|
213
213
|
const { i18n: n } = ve;
|
|
214
214
|
let o = "";
|
|
215
|
-
return t === "elementProperty" || (t === "referenceProperty" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefProperty" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customProperty" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), jn(o, e,
|
|
215
|
+
return t === "elementProperty" || (t === "referenceProperty" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefProperty" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customProperty" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), jn(o, e, Lr(t));
|
|
216
216
|
}
|
|
217
|
-
function
|
|
217
|
+
function im(t, e) {
|
|
218
218
|
const { i18n: n } = ve;
|
|
219
219
|
let o = "";
|
|
220
|
-
return t === "elementMethod" || (t === "referenceMethod" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), jn(o, e,
|
|
220
|
+
return t === "elementMethod" || (t === "referenceMethod" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), jn(o, e, Er(t));
|
|
221
221
|
}
|
|
222
|
-
function
|
|
222
|
+
function om(t, e) {
|
|
223
223
|
const { i18n: n } = ve;
|
|
224
224
|
let o = "";
|
|
225
|
-
return t === "elementEvent" || (t === "referenceEvent" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotEvent" || t === "customSlotEvent" ? o = n.global.t("x-runtime-lib.slot") : t === "elementPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = n.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.customPropertyChange") : t === "elementSlotPropertyChangeEvent" || t === "customSlotPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.slotPropertyChange") : t === "stateChangeEvent" ? o = n.global.t("x-runtime-lib.stateChange") : console.assert(!1)), jn(o, e,
|
|
225
|
+
return t === "elementEvent" || (t === "referenceEvent" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotEvent" || t === "customSlotEvent" ? o = n.global.t("x-runtime-lib.slot") : t === "elementPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = n.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.customPropertyChange") : t === "elementSlotPropertyChangeEvent" || t === "customSlotPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.slotPropertyChange") : t === "stateChangeEvent" ? o = n.global.t("x-runtime-lib.stateChange") : console.assert(!1)), jn(o, e, Br(t));
|
|
226
226
|
}
|
|
227
227
|
const Be = {}, V = (t) => {
|
|
228
228
|
Be[t.key] = t;
|
|
229
|
-
},
|
|
229
|
+
}, Rr = ["position", "rotation", "scale"], _e = /* @__PURE__ */ $({
|
|
230
230
|
__name: "index",
|
|
231
231
|
props: {
|
|
232
232
|
position: {},
|
|
@@ -245,7 +245,7 @@ const Be = {}, V = (t) => {
|
|
|
245
245
|
o[0] || (o[0] = q("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
246
246
|
o[1] || (o[1] = q("TresMeshBasicMaterial", null, null, -1)),
|
|
247
247
|
B(n.$slots, "default")
|
|
248
|
-
], 8,
|
|
248
|
+
], 8, Rr)) : B(n.$slots, "default", { key: 1 });
|
|
249
249
|
}
|
|
250
250
|
}), F = /* @__PURE__ */ $({
|
|
251
251
|
__name: "index",
|
|
@@ -286,7 +286,7 @@ const Be = {}, V = (t) => {
|
|
|
286
286
|
return;
|
|
287
287
|
} else
|
|
288
288
|
return o;
|
|
289
|
-
},
|
|
289
|
+
}, Mr = (t, e, n, o, s) => {
|
|
290
290
|
let r;
|
|
291
291
|
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementPropertyInner(e, n, r) : Gn(e, n, r);
|
|
292
292
|
};
|
|
@@ -296,7 +296,7 @@ function l(t, e, n) {
|
|
|
296
296
|
let a = Wr(t.node, e, n);
|
|
297
297
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), r.value = a;
|
|
298
298
|
}), re(r, (a, c) => {
|
|
299
|
-
ce(a, c) ||
|
|
299
|
+
ce(a, c) || Mr(s, t.node, e, r.value, n);
|
|
300
300
|
}), { property: r };
|
|
301
301
|
}
|
|
302
302
|
function ye(t) {
|
|
@@ -404,7 +404,7 @@ function Po(t) {
|
|
|
404
404
|
return { show: e, position: n, type: o, data: s, applyYAxis: r };
|
|
405
405
|
}
|
|
406
406
|
function K(t) {
|
|
407
|
-
const { computedThemes: e } =
|
|
407
|
+
const { computedThemes: e } = Cr(), n = Ne(), o = v(() => t.value?.mode), s = v(() => {
|
|
408
408
|
const d = t.value?.theme;
|
|
409
409
|
return d ? d === "background0" ? n.value ? "#2e2e2e" : "#bdbdbd" : d === "background1" ? n.value ? "#272727" : "#eeeeee" : d === "background2" ? n.value ? "#1e1e1e" : "#ffffff" : (n.value ? e.value.dark : e.value.light).colors[d] : void 0;
|
|
410
410
|
}), r = v(() => n.value ? t.value.custom?.dark : t.value.custom?.light), a = v(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = v(() => {
|
|
@@ -465,22 +465,22 @@ function fe(t) {
|
|
|
465
465
|
}
|
|
466
466
|
return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: u, applySize: d };
|
|
467
467
|
}
|
|
468
|
-
function
|
|
468
|
+
function Ue(t, e, n) {
|
|
469
469
|
const o = he();
|
|
470
470
|
if (o) {
|
|
471
|
-
const s = v(() =>
|
|
471
|
+
const s = v(() => Cu("elementMethod", t.node.basic.id, e));
|
|
472
472
|
Zo(() => {
|
|
473
473
|
o.eventBus?.on(s.value, n);
|
|
474
|
-
}),
|
|
474
|
+
}), Ge(() => {
|
|
475
475
|
o.eventBus?.off(s.value, n);
|
|
476
476
|
});
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
function G() {
|
|
480
|
-
const t =
|
|
480
|
+
const t = Ne();
|
|
481
481
|
return { theme: v(() => t.value ? "dark" : "light") };
|
|
482
482
|
}
|
|
483
|
-
const
|
|
483
|
+
const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Fr = /* @__PURE__ */ $({
|
|
484
484
|
__name: "index",
|
|
485
485
|
props: {
|
|
486
486
|
node: {},
|
|
@@ -505,17 +505,17 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
505
505
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1],
|
|
506
506
|
top: i(p)
|
|
507
507
|
}, [
|
|
508
|
-
i(n) === "editor" ? (g(), w(i(
|
|
508
|
+
i(n) === "editor" ? (g(), w(i(je), {
|
|
509
509
|
key: 0,
|
|
510
510
|
type: i(go)
|
|
511
511
|
}, null, 8, ["type"])) : ne("", !0),
|
|
512
512
|
B(y.$slots, "default")
|
|
513
|
-
], 8,
|
|
513
|
+
], 8, Dr)
|
|
514
514
|
]),
|
|
515
515
|
_: 3
|
|
516
516
|
}, 8, ["position", "rotation", "scale"]));
|
|
517
517
|
}
|
|
518
|
-
}),
|
|
518
|
+
}), Gr = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], jr = /* @__PURE__ */ $({
|
|
519
519
|
__name: "index",
|
|
520
520
|
props: {
|
|
521
521
|
node: {},
|
|
@@ -538,17 +538,17 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
538
538
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
539
539
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
540
540
|
}, [
|
|
541
|
-
i(n) === "editor" ? (g(), w(i(
|
|
541
|
+
i(n) === "editor" ? (g(), w(i(je), {
|
|
542
542
|
key: 0,
|
|
543
543
|
type: i(go)
|
|
544
544
|
}, null, 8, ["type"])) : ne("", !0),
|
|
545
545
|
B(m.$slots, "default")
|
|
546
|
-
], 8,
|
|
546
|
+
], 8, Gr)
|
|
547
547
|
]),
|
|
548
548
|
_: 3
|
|
549
549
|
}, 8, ["position", "rotation", "scale"]));
|
|
550
550
|
}
|
|
551
|
-
}),
|
|
551
|
+
}), Nr = ["args"], Hr = /* @__PURE__ */ $({
|
|
552
552
|
__name: "index",
|
|
553
553
|
props: {
|
|
554
554
|
node: {},
|
|
@@ -574,14 +574,14 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
574
574
|
i(r),
|
|
575
575
|
i(o)
|
|
576
576
|
]
|
|
577
|
-
}, null, 8,
|
|
577
|
+
}, null, 8, Nr));
|
|
578
578
|
}
|
|
579
579
|
}), Pe = (t, e) => {
|
|
580
580
|
const n = t.__vccOpts || t;
|
|
581
581
|
for (const [o, s] of e)
|
|
582
582
|
n[o] = s;
|
|
583
583
|
return n;
|
|
584
|
-
},
|
|
584
|
+
}, Kr = ["args"], Or = /* @__PURE__ */ $({
|
|
585
585
|
__name: "index",
|
|
586
586
|
props: {
|
|
587
587
|
node: {},
|
|
@@ -617,9 +617,9 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
617
617
|
i(c),
|
|
618
618
|
i(a)
|
|
619
619
|
]
|
|
620
|
-
}, null, 8,
|
|
620
|
+
}, null, 8, Kr));
|
|
621
621
|
}
|
|
622
|
-
}),
|
|
622
|
+
}), Ur = ["color", "intensity", "position", "rotation", "scale"], Jr = /* @__PURE__ */ $({
|
|
623
623
|
__name: "index",
|
|
624
624
|
props: {
|
|
625
625
|
node: {},
|
|
@@ -644,12 +644,12 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
644
644
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
645
645
|
}, [
|
|
646
646
|
B(d.$slots, "default")
|
|
647
|
-
], 8,
|
|
647
|
+
], 8, Ur)
|
|
648
648
|
]),
|
|
649
649
|
_: 3
|
|
650
650
|
}, 8, ["position", "rotation", "scale"]));
|
|
651
651
|
}
|
|
652
|
-
}),
|
|
652
|
+
}), Xr = ["color", "intensity", "position", "rotation", "scale"], Yr = /* @__PURE__ */ $({
|
|
653
653
|
__name: "index",
|
|
654
654
|
props: {
|
|
655
655
|
node: {},
|
|
@@ -673,17 +673,17 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
673
673
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
674
674
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
675
675
|
}, [
|
|
676
|
-
i(n) === "editor" ? (g(), w(i(
|
|
676
|
+
i(n) === "editor" ? (g(), w(i(je), {
|
|
677
677
|
key: 0,
|
|
678
678
|
type: i(cr)
|
|
679
679
|
}, null, 8, ["type"])) : ne("", !0),
|
|
680
680
|
B(d.$slots, "default")
|
|
681
|
-
], 8,
|
|
681
|
+
], 8, Xr)
|
|
682
682
|
]),
|
|
683
683
|
_: 3
|
|
684
684
|
}, 8, ["position", "rotation", "scale"]));
|
|
685
685
|
}
|
|
686
|
-
}),
|
|
686
|
+
}), qr = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Zr = /* @__PURE__ */ $({
|
|
687
687
|
__name: "index",
|
|
688
688
|
props: {
|
|
689
689
|
node: {},
|
|
@@ -712,17 +712,17 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
712
712
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
713
713
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
714
714
|
}, [
|
|
715
|
-
i(n) === "editor" ? (g(), w(i(
|
|
715
|
+
i(n) === "editor" ? (g(), w(i(je), {
|
|
716
716
|
key: 0,
|
|
717
717
|
type: i(ur)
|
|
718
718
|
}, null, 8, ["type"])) : ne("", !0),
|
|
719
719
|
B(p.$slots, "default")
|
|
720
|
-
], 8,
|
|
720
|
+
], 8, qr)
|
|
721
721
|
]),
|
|
722
722
|
_: 3
|
|
723
723
|
}, 8, ["position", "rotation", "scale"]));
|
|
724
724
|
}
|
|
725
|
-
}),
|
|
725
|
+
}), Qr = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], es = /* @__PURE__ */ $({
|
|
726
726
|
__name: "index",
|
|
727
727
|
props: {
|
|
728
728
|
node: {},
|
|
@@ -756,21 +756,21 @@ const Mr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
756
756
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
757
757
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
758
758
|
}, [
|
|
759
|
-
i(n) === "editor" ? (g(), w(i(
|
|
759
|
+
i(n) === "editor" ? (g(), w(i(je), {
|
|
760
760
|
key: 0,
|
|
761
761
|
type: i(mr)
|
|
762
762
|
}, null, 8, ["type"])) : ne("", !0),
|
|
763
763
|
B(b.$slots, "default")
|
|
764
|
-
], 8,
|
|
764
|
+
], 8, Qr)
|
|
765
765
|
]),
|
|
766
766
|
_: 3
|
|
767
767
|
}, 8, ["position", "rotation", "scale"]));
|
|
768
768
|
}
|
|
769
|
-
}),
|
|
770
|
-
function
|
|
769
|
+
}), ts = {};
|
|
770
|
+
function ns(t, e) {
|
|
771
771
|
return g(), te("TresMeshBasicMaterial");
|
|
772
772
|
}
|
|
773
|
-
const
|
|
773
|
+
const is = /* @__PURE__ */ Pe(ts, [["render", ns]]), os = ["position", "rotation", "scale"], rs = /* @__PURE__ */ $({
|
|
774
774
|
__name: "index",
|
|
775
775
|
props: {
|
|
776
776
|
node: {},
|
|
@@ -790,12 +790,12 @@ const ns = /* @__PURE__ */ Pe(es, [["render", ts]]), is = ["position", "rotation
|
|
|
790
790
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
791
791
|
}, [
|
|
792
792
|
B(a.$slots, "default")
|
|
793
|
-
], 8,
|
|
793
|
+
], 8, os)
|
|
794
794
|
]),
|
|
795
795
|
_: 3
|
|
796
796
|
}, 8, ["position", "rotation", "scale"]));
|
|
797
797
|
}
|
|
798
|
-
}),
|
|
798
|
+
}), ss = ["position", "rotation", "scale"], ls = /* @__PURE__ */ $({
|
|
799
799
|
__name: "index",
|
|
800
800
|
props: {
|
|
801
801
|
node: {},
|
|
@@ -809,68 +809,68 @@ const ns = /* @__PURE__ */ Pe(es, [["render", ts]]), is = ["position", "rotation
|
|
|
809
809
|
scale: i(s)
|
|
810
810
|
}, [
|
|
811
811
|
B(r.$slots, "default")
|
|
812
|
-
], 8,
|
|
813
|
-
}
|
|
814
|
-
}),
|
|
815
|
-
color:
|
|
816
|
-
backgroundColor:
|
|
817
|
-
textStyle:
|
|
818
|
-
title:
|
|
819
|
-
line:
|
|
820
|
-
radar:
|
|
821
|
-
bar:
|
|
822
|
-
pie:
|
|
823
|
-
scatter:
|
|
824
|
-
boxplot:
|
|
825
|
-
parallel:
|
|
826
|
-
sankey:
|
|
827
|
-
funnel:
|
|
828
|
-
gauge:
|
|
829
|
-
candlestick:
|
|
830
|
-
graph:
|
|
831
|
-
map:
|
|
832
|
-
geo:
|
|
833
|
-
categoryAxis:
|
|
834
|
-
valueAxis:
|
|
835
|
-
logAxis:
|
|
836
|
-
timeAxis:
|
|
837
|
-
toolbox:
|
|
838
|
-
legend:
|
|
839
|
-
tooltip:
|
|
840
|
-
timeline:
|
|
841
|
-
visualMap:
|
|
842
|
-
dataZoom:
|
|
843
|
-
markPoint:
|
|
844
|
-
},
|
|
845
|
-
color:
|
|
846
|
-
backgroundColor:
|
|
847
|
-
textStyle:
|
|
848
|
-
title:
|
|
849
|
-
line:
|
|
850
|
-
radar:
|
|
851
|
-
bar:
|
|
852
|
-
pie:
|
|
853
|
-
scatter:
|
|
854
|
-
boxplot:
|
|
855
|
-
parallel:
|
|
856
|
-
sankey:
|
|
857
|
-
funnel:
|
|
858
|
-
gauge:
|
|
859
|
-
candlestick:
|
|
860
|
-
graph:
|
|
861
|
-
map:
|
|
862
|
-
geo:
|
|
863
|
-
categoryAxis:
|
|
864
|
-
valueAxis:
|
|
865
|
-
logAxis:
|
|
866
|
-
timeAxis:
|
|
867
|
-
toolbox:
|
|
868
|
-
legend:
|
|
869
|
-
tooltip:
|
|
870
|
-
timeline:
|
|
871
|
-
visualMap:
|
|
872
|
-
dataZoom:
|
|
873
|
-
markPoint:
|
|
812
|
+
], 8, ss));
|
|
813
|
+
}
|
|
814
|
+
}), as = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#242424", us = {}, ms = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ds = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ys = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ws = { 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" } }, Vs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Ss = { 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)" } } }, $s = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Is = { 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"] } } }, Cs = { 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"] } } }, Ps = { 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"] } } }, Ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, zs = { textStyle: { color: "#eeeeee" } }, As = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Ls = { 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" } } }, Es = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Bs = { 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" } }, Rs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ws = {
|
|
815
|
+
color: as,
|
|
816
|
+
backgroundColor: cs,
|
|
817
|
+
textStyle: us,
|
|
818
|
+
title: ms,
|
|
819
|
+
line: ps,
|
|
820
|
+
radar: ds,
|
|
821
|
+
bar: ys,
|
|
822
|
+
pie: fs,
|
|
823
|
+
scatter: bs,
|
|
824
|
+
boxplot: hs,
|
|
825
|
+
parallel: gs,
|
|
826
|
+
sankey: xs,
|
|
827
|
+
funnel: vs,
|
|
828
|
+
gauge: ks,
|
|
829
|
+
candlestick: _s,
|
|
830
|
+
graph: ws,
|
|
831
|
+
map: Vs,
|
|
832
|
+
geo: Ss,
|
|
833
|
+
categoryAxis: $s,
|
|
834
|
+
valueAxis: Is,
|
|
835
|
+
logAxis: Cs,
|
|
836
|
+
timeAxis: Ps,
|
|
837
|
+
toolbox: Ts,
|
|
838
|
+
legend: zs,
|
|
839
|
+
tooltip: As,
|
|
840
|
+
timeline: Ls,
|
|
841
|
+
visualMap: Es,
|
|
842
|
+
dataZoom: Bs,
|
|
843
|
+
markPoint: Rs
|
|
844
|
+
}, Ms = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ds = "#f5f5f5", Fs = {}, Gs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ns = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Hs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zs = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Qs = { 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" } }, el = { 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)" } } }, tl = { 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)" } } }, nl = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, il = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ol = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, rl = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, sl = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ll = { textStyle: { color: "#333333" } }, al = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, cl = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, ul = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ml = { 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" } }, pl = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, dl = {
|
|
845
|
+
color: Ms,
|
|
846
|
+
backgroundColor: Ds,
|
|
847
|
+
textStyle: Fs,
|
|
848
|
+
title: Gs,
|
|
849
|
+
line: js,
|
|
850
|
+
radar: Ns,
|
|
851
|
+
bar: Hs,
|
|
852
|
+
pie: Ks,
|
|
853
|
+
scatter: Os,
|
|
854
|
+
boxplot: Us,
|
|
855
|
+
parallel: Js,
|
|
856
|
+
sankey: Xs,
|
|
857
|
+
funnel: Ys,
|
|
858
|
+
gauge: qs,
|
|
859
|
+
candlestick: Zs,
|
|
860
|
+
graph: Qs,
|
|
861
|
+
map: el,
|
|
862
|
+
geo: tl,
|
|
863
|
+
categoryAxis: nl,
|
|
864
|
+
valueAxis: il,
|
|
865
|
+
logAxis: ol,
|
|
866
|
+
timeAxis: rl,
|
|
867
|
+
toolbox: sl,
|
|
868
|
+
legend: ll,
|
|
869
|
+
tooltip: al,
|
|
870
|
+
timeline: cl,
|
|
871
|
+
visualMap: ul,
|
|
872
|
+
dataZoom: ml,
|
|
873
|
+
markPoint: pl
|
|
874
874
|
};
|
|
875
875
|
pr([
|
|
876
876
|
dr,
|
|
@@ -883,15 +883,15 @@ pr([
|
|
|
883
883
|
vr
|
|
884
884
|
]);
|
|
885
885
|
xo("dark", Ws);
|
|
886
|
-
xo("light",
|
|
887
|
-
const
|
|
886
|
+
xo("light", dl);
|
|
887
|
+
const yl = /* @__PURE__ */ $({
|
|
888
888
|
__name: "index",
|
|
889
889
|
props: {
|
|
890
890
|
node: {},
|
|
891
891
|
outer: { type: Boolean }
|
|
892
892
|
},
|
|
893
893
|
setup(t) {
|
|
894
|
-
const e = t, n = Te(), o =
|
|
894
|
+
const e = t, n = Te(), o = Ne(), s = be(), r = we(), { width: a, minWidth: c, maxWidth: u, height: d, minHeight: m, maxHeight: p, applySize: y } = fe(e), { applyTitle: b } = Io(e), { applyXAxis: h } = Co(e), { applyYAxis: k } = Po(e), { applyLegend: x } = So(e), { applySeries: S } = $o(e), I = v(() => {
|
|
895
895
|
const C = {}, j = r.value.type;
|
|
896
896
|
return s === "page" ? j === "common" ? y(C) : console.assert(!1) : s === "comp" && j === "common" ? y(C) : console.assert(!1), C;
|
|
897
897
|
}), P = ao("chart");
|
|
@@ -902,13 +902,13 @@ const dl = /* @__PURE__ */ $({
|
|
|
902
902
|
E.setOption(C);
|
|
903
903
|
}, N = () => {
|
|
904
904
|
E?.resize();
|
|
905
|
-
},
|
|
905
|
+
}, R = () => {
|
|
906
906
|
const C = {};
|
|
907
907
|
b(C), h(C), k(C), x(C), S(C), E?.setOption(C, !0);
|
|
908
908
|
};
|
|
909
909
|
return co(async () => {
|
|
910
|
-
window.addEventListener("resize", N, !1), await po(() => !!P.value), D(),
|
|
911
|
-
}),
|
|
910
|
+
window.addEventListener("resize", N, !1), await po(() => !!P.value), D(), R();
|
|
911
|
+
}), Ge(() => {
|
|
912
912
|
window.removeEventListener("resize", N, !1), E?.dispose();
|
|
913
913
|
}), re(
|
|
914
914
|
[
|
|
@@ -925,11 +925,11 @@ const dl = /* @__PURE__ */ $({
|
|
|
925
925
|
await uo(), N();
|
|
926
926
|
}
|
|
927
927
|
), re([o], () => {
|
|
928
|
-
D(),
|
|
928
|
+
D(), R();
|
|
929
929
|
}), re(
|
|
930
930
|
[e],
|
|
931
931
|
() => {
|
|
932
|
-
|
|
932
|
+
R();
|
|
933
933
|
},
|
|
934
934
|
{ deep: !0 }
|
|
935
935
|
), (C, j) => (g(), w(i(F), { block: "" }, {
|
|
@@ -942,14 +942,14 @@ const dl = /* @__PURE__ */ $({
|
|
|
942
942
|
_: 1
|
|
943
943
|
}));
|
|
944
944
|
}
|
|
945
|
-
}),
|
|
945
|
+
}), fl = /* @__PURE__ */ $({
|
|
946
946
|
__name: "index",
|
|
947
947
|
props: {
|
|
948
948
|
node: {},
|
|
949
949
|
outer: { type: Boolean }
|
|
950
950
|
},
|
|
951
951
|
setup(t) {
|
|
952
|
-
const e = t, n = Te(), o =
|
|
952
|
+
const e = t, n = Te(), o = Ne(), s = be(), r = we(), { width: a, minWidth: c, maxWidth: u, height: d, minHeight: m, maxHeight: p, applySize: y } = fe(e), { applyTitle: b } = Io(e), { applyXAxis: h } = Co(e), { applyYAxis: k } = Po(e), { applyLegend: x } = So(e), { applySeries: S } = $o(e), I = v(() => {
|
|
953
953
|
const C = {}, j = r.value.type;
|
|
954
954
|
return s === "page" ? j === "common" ? y(C) : console.assert(!1) : s === "comp" && j === "common" ? y(C) : console.assert(!1), C;
|
|
955
955
|
}), P = ao("chart");
|
|
@@ -960,13 +960,13 @@ const dl = /* @__PURE__ */ $({
|
|
|
960
960
|
E.setOption(C);
|
|
961
961
|
}, N = () => {
|
|
962
962
|
E?.resize();
|
|
963
|
-
},
|
|
963
|
+
}, R = () => {
|
|
964
964
|
const C = {};
|
|
965
965
|
b(C), h(C), k(C), x(C), S(C), E?.setOption(C, !0);
|
|
966
966
|
};
|
|
967
967
|
return co(async () => {
|
|
968
|
-
window.addEventListener("resize", N, !1), await po(() => !!P.value), D(),
|
|
969
|
-
}),
|
|
968
|
+
window.addEventListener("resize", N, !1), await po(() => !!P.value), D(), R();
|
|
969
|
+
}), Ge(() => {
|
|
970
970
|
window.removeEventListener("resize", N, !1), E?.dispose();
|
|
971
971
|
}), re(
|
|
972
972
|
[
|
|
@@ -983,11 +983,11 @@ const dl = /* @__PURE__ */ $({
|
|
|
983
983
|
await uo(), N();
|
|
984
984
|
}
|
|
985
985
|
), re([o], () => {
|
|
986
|
-
D(),
|
|
986
|
+
D(), R();
|
|
987
987
|
}), re(
|
|
988
988
|
[e],
|
|
989
989
|
() => {
|
|
990
|
-
|
|
990
|
+
R();
|
|
991
991
|
},
|
|
992
992
|
{ deep: !0 }
|
|
993
993
|
), (C, j) => (g(), w(i(F), { block: "" }, {
|
|
@@ -1000,7 +1000,7 @@ const dl = /* @__PURE__ */ $({
|
|
|
1000
1000
|
_: 1
|
|
1001
1001
|
}));
|
|
1002
1002
|
}
|
|
1003
|
-
}),
|
|
1003
|
+
}), bl = /* @__PURE__ */ $({
|
|
1004
1004
|
__name: "index",
|
|
1005
1005
|
props: {
|
|
1006
1006
|
refContext: {},
|
|
@@ -1011,7 +1011,7 @@ const dl = /* @__PURE__ */ $({
|
|
|
1011
1011
|
const e = t, n = oe(), o = H();
|
|
1012
1012
|
return Z(o) && ii(n, "multipleRef", e.node.basic.id, "", he()), ni(e.refContext.compId, n), (s, r) => (g(), te("div"));
|
|
1013
1013
|
}
|
|
1014
|
-
}),
|
|
1014
|
+
}), hl = /* @__PURE__ */ $({
|
|
1015
1015
|
__name: "index",
|
|
1016
1016
|
props: {
|
|
1017
1017
|
refContext: {},
|
|
@@ -1056,7 +1056,7 @@ const dl = /* @__PURE__ */ $({
|
|
|
1056
1056
|
};
|
|
1057
1057
|
return (m, p) => (g(), w(d));
|
|
1058
1058
|
}
|
|
1059
|
-
}),
|
|
1059
|
+
}), gl = /* @__PURE__ */ $({
|
|
1060
1060
|
__name: "index",
|
|
1061
1061
|
props: {
|
|
1062
1062
|
node: {},
|
|
@@ -1107,7 +1107,7 @@ const dl = /* @__PURE__ */ $({
|
|
|
1107
1107
|
};
|
|
1108
1108
|
return (c, u) => (g(), w(a));
|
|
1109
1109
|
}
|
|
1110
|
-
}),
|
|
1110
|
+
}), xl = /* @__PURE__ */ $({
|
|
1111
1111
|
__name: "index",
|
|
1112
1112
|
props: {
|
|
1113
1113
|
node: {},
|
|
@@ -1144,7 +1144,7 @@ const dl = /* @__PURE__ */ $({
|
|
|
1144
1144
|
});
|
|
1145
1145
|
};
|
|
1146
1146
|
}
|
|
1147
|
-
}),
|
|
1147
|
+
}), vl = /* @__PURE__ */ $({
|
|
1148
1148
|
__name: "index",
|
|
1149
1149
|
props: {
|
|
1150
1150
|
node: {},
|
|
@@ -1165,7 +1165,7 @@ const dl = /* @__PURE__ */ $({
|
|
|
1165
1165
|
]), { property: x } = l(e, [
|
|
1166
1166
|
"settings",
|
|
1167
1167
|
"readonly"
|
|
1168
|
-
]), { property: S } = l(e, ["settings", "ripple"]), { property: I } = l(e, ["settings", "size"]), { property: P } = l(e, ["settings", "stacked"]), { property: E } = l(e, ["settings", "text"]), { theme: D } = G(), { property: N } = l(e, ["settings", "variant"]), { property:
|
|
1168
|
+
]), { property: S } = l(e, ["settings", "ripple"]), { property: I } = l(e, ["settings", "size"]), { property: P } = l(e, ["settings", "stacked"]), { property: E } = l(e, ["settings", "text"]), { theme: D } = G(), { property: N } = l(e, ["settings", "variant"]), { property: R } = l(e, ["size", "width"]), C = (j) => {
|
|
1169
1169
|
if (!n || !n.vm)
|
|
1170
1170
|
return;
|
|
1171
1171
|
const { vm: Y } = n;
|
|
@@ -1198,7 +1198,7 @@ const dl = /* @__PURE__ */ $({
|
|
|
1198
1198
|
text: i(E),
|
|
1199
1199
|
theme: i(D),
|
|
1200
1200
|
variant: i(N),
|
|
1201
|
-
width: i(
|
|
1201
|
+
width: i(R),
|
|
1202
1202
|
onClick: C
|
|
1203
1203
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1204
1204
|
]),
|
|
@@ -1206,8 +1206,8 @@ const dl = /* @__PURE__ */ $({
|
|
|
1206
1206
|
}, 8, ["block"]);
|
|
1207
1207
|
};
|
|
1208
1208
|
}
|
|
1209
|
-
}),
|
|
1210
|
-
function
|
|
1209
|
+
}), kl = {};
|
|
1210
|
+
function _l(t, e) {
|
|
1211
1211
|
const n = A("v-btn-group");
|
|
1212
1212
|
return g(), w(n, null, {
|
|
1213
1213
|
default: _(() => [
|
|
@@ -1216,7 +1216,7 @@ function kl(t, e) {
|
|
|
1216
1216
|
_: 3
|
|
1217
1217
|
});
|
|
1218
1218
|
}
|
|
1219
|
-
const
|
|
1219
|
+
const wl = /* @__PURE__ */ Pe(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
1220
1220
|
__name: "index",
|
|
1221
1221
|
props: {
|
|
1222
1222
|
node: {},
|
|
@@ -1258,7 +1258,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1258
1258
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1259
1259
|
};
|
|
1260
1260
|
}
|
|
1261
|
-
}),
|
|
1261
|
+
}), Sl = /* @__PURE__ */ $({
|
|
1262
1262
|
__name: "index",
|
|
1263
1263
|
props: {
|
|
1264
1264
|
node: {},
|
|
@@ -1303,7 +1303,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1303
1303
|
});
|
|
1304
1304
|
};
|
|
1305
1305
|
}
|
|
1306
|
-
}),
|
|
1306
|
+
}), $l = /* @__PURE__ */ $({
|
|
1307
1307
|
__name: "index",
|
|
1308
1308
|
props: {
|
|
1309
1309
|
node: {},
|
|
@@ -1330,7 +1330,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1330
1330
|
});
|
|
1331
1331
|
};
|
|
1332
1332
|
}
|
|
1333
|
-
}),
|
|
1333
|
+
}), Il = /* @__PURE__ */ $({
|
|
1334
1334
|
__name: "index",
|
|
1335
1335
|
props: {
|
|
1336
1336
|
node: {},
|
|
@@ -1371,7 +1371,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1371
1371
|
});
|
|
1372
1372
|
};
|
|
1373
1373
|
}
|
|
1374
|
-
}),
|
|
1374
|
+
}), Cl = /* @__PURE__ */ $({
|
|
1375
1375
|
__name: "index",
|
|
1376
1376
|
props: {
|
|
1377
1377
|
node: {},
|
|
@@ -1415,7 +1415,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1415
1415
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1416
1416
|
};
|
|
1417
1417
|
}
|
|
1418
|
-
}),
|
|
1418
|
+
}), Pl = /* @__PURE__ */ $({
|
|
1419
1419
|
__name: "index",
|
|
1420
1420
|
props: {
|
|
1421
1421
|
node: {},
|
|
@@ -1467,7 +1467,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1467
1467
|
});
|
|
1468
1468
|
};
|
|
1469
1469
|
}
|
|
1470
|
-
}),
|
|
1470
|
+
}), Tl = /* @__PURE__ */ $({
|
|
1471
1471
|
__name: "index",
|
|
1472
1472
|
props: {
|
|
1473
1473
|
node: {},
|
|
@@ -1506,7 +1506,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1506
1506
|
});
|
|
1507
1507
|
};
|
|
1508
1508
|
}
|
|
1509
|
-
}),
|
|
1509
|
+
}), zl = /* @__PURE__ */ $({
|
|
1510
1510
|
__name: "index",
|
|
1511
1511
|
props: {
|
|
1512
1512
|
node: {},
|
|
@@ -1531,7 +1531,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1531
1531
|
_: 3
|
|
1532
1532
|
}));
|
|
1533
1533
|
}
|
|
1534
|
-
}),
|
|
1534
|
+
}), Al = /* @__PURE__ */ $({
|
|
1535
1535
|
__name: "index",
|
|
1536
1536
|
props: {
|
|
1537
1537
|
node: {},
|
|
@@ -1590,7 +1590,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1590
1590
|
});
|
|
1591
1591
|
};
|
|
1592
1592
|
}
|
|
1593
|
-
}),
|
|
1593
|
+
}), Ll = /* @__PURE__ */ $({
|
|
1594
1594
|
__name: "index",
|
|
1595
1595
|
setup(t) {
|
|
1596
1596
|
return (e, n) => {
|
|
@@ -1603,7 +1603,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1603
1603
|
});
|
|
1604
1604
|
};
|
|
1605
1605
|
}
|
|
1606
|
-
}),
|
|
1606
|
+
}), El = ["id"], Bl = /* @__PURE__ */ $({
|
|
1607
1607
|
__name: "index",
|
|
1608
1608
|
props: {
|
|
1609
1609
|
node: {},
|
|
@@ -1611,9 +1611,9 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1611
1611
|
},
|
|
1612
1612
|
setup(t) {
|
|
1613
1613
|
const e = t, n = H(), o = v(() => e.node.basic?.id), { open: s } = yo(`runtimeDlg/${mo()}`);
|
|
1614
|
-
return
|
|
1614
|
+
return Ue(e, "open", () => {
|
|
1615
1615
|
s.value = !0;
|
|
1616
|
-
}),
|
|
1616
|
+
}), Ue(e, "close", () => {
|
|
1617
1617
|
s.value = !1;
|
|
1618
1618
|
}), (r, a) => {
|
|
1619
1619
|
const c = A("v-dialog");
|
|
@@ -1626,7 +1626,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1626
1626
|
i(n) === "editor" ? (g(), te("div", {
|
|
1627
1627
|
key: 0,
|
|
1628
1628
|
id: `__node__@${o.value}`
|
|
1629
|
-
}, null, 8,
|
|
1629
|
+
}, null, 8, El)) : ne("", !0)
|
|
1630
1630
|
]),
|
|
1631
1631
|
default: _(() => [
|
|
1632
1632
|
B(r.$slots, "default")
|
|
@@ -1635,7 +1635,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1635
1635
|
}, 8, ["modelValue"]);
|
|
1636
1636
|
};
|
|
1637
1637
|
}
|
|
1638
|
-
}),
|
|
1638
|
+
}), Rl = /* @__PURE__ */ $({
|
|
1639
1639
|
__name: "index",
|
|
1640
1640
|
props: {
|
|
1641
1641
|
node: {},
|
|
@@ -1691,7 +1691,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1691
1691
|
"backgroundColor"
|
|
1692
1692
|
]), { color: m } = K(d), p = (b) => {
|
|
1693
1693
|
m.value && (b.backgroundColor = m.value), b.display = "flex";
|
|
1694
|
-
const h =
|
|
1694
|
+
const h = Oe(n.value.width), k = Le(h, e.node.settings?.direction);
|
|
1695
1695
|
k === "row" ? b.flexDirection = "row" : k === "rowReverse" ? b.flexDirection = "row-reverse" : k === "column" ? b.flexDirection = "column" : k === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1696
1696
|
const x = Le(h, e.node.settings?.wrap);
|
|
1697
1697
|
x === "no" ? b.flexWrap = "nowrap" : x === "yes" ? b.flexWrap = "wrap" : x === "reverse" && (b.flexWrap = "wrap-reverse");
|
|
@@ -1709,7 +1709,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1709
1709
|
B(b.$slots, "default")
|
|
1710
1710
|
], 4));
|
|
1711
1711
|
}
|
|
1712
|
-
}),
|
|
1712
|
+
}), Ml = /* @__PURE__ */ $({
|
|
1713
1713
|
__name: "index",
|
|
1714
1714
|
props: {
|
|
1715
1715
|
node: {},
|
|
@@ -1726,7 +1726,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1726
1726
|
B(u.$slots, "default")
|
|
1727
1727
|
], 4));
|
|
1728
1728
|
}
|
|
1729
|
-
}),
|
|
1729
|
+
}), Dl = /* @__PURE__ */ $({
|
|
1730
1730
|
__name: "index",
|
|
1731
1731
|
props: {
|
|
1732
1732
|
node: {},
|
|
@@ -1764,7 +1764,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1764
1764
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1765
1765
|
};
|
|
1766
1766
|
}
|
|
1767
|
-
}),
|
|
1767
|
+
}), Fl = /* @__PURE__ */ $({
|
|
1768
1768
|
__name: "index",
|
|
1769
1769
|
props: {
|
|
1770
1770
|
node: {},
|
|
@@ -1786,7 +1786,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1786
1786
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1787
1787
|
};
|
|
1788
1788
|
}
|
|
1789
|
-
}),
|
|
1789
|
+
}), Gl = ["id"], jl = /* @__PURE__ */ $({
|
|
1790
1790
|
__name: "index",
|
|
1791
1791
|
props: {
|
|
1792
1792
|
node: {},
|
|
@@ -1794,12 +1794,12 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1794
1794
|
},
|
|
1795
1795
|
setup(t) {
|
|
1796
1796
|
const e = t, n = H(), o = he(), s = oe(0), r = oe(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: u } = yo(`runtimeMenu/${mo()}`);
|
|
1797
|
-
return
|
|
1797
|
+
return Ue(e, "open", () => {
|
|
1798
1798
|
if (!o || !o.vm)
|
|
1799
1799
|
return;
|
|
1800
1800
|
const { vm: d } = o, m = d.getProp(d.global, "__pointerPosX__"), p = d.getProp(d.global, "__pointerPosY__");
|
|
1801
1801
|
s.value = d.getNumber(m), r.value = d.getNumber(p), m.dispose(), p.dispose(), u.value = !0;
|
|
1802
|
-
}),
|
|
1802
|
+
}), Ue(e, "close", () => {
|
|
1803
1803
|
o && (u.value = !1);
|
|
1804
1804
|
}), (d, m) => {
|
|
1805
1805
|
const p = A("v-menu");
|
|
@@ -1815,7 +1815,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1815
1815
|
i(n) === "editor" ? (g(), te("div", {
|
|
1816
1816
|
key: 0,
|
|
1817
1817
|
id: `__node__@${c.value}`
|
|
1818
|
-
}, null, 8,
|
|
1818
|
+
}, null, 8, Gl)) : ne("", !0)
|
|
1819
1819
|
]),
|
|
1820
1820
|
default: _(() => [
|
|
1821
1821
|
B(d.$slots, "default")
|
|
@@ -1824,7 +1824,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1824
1824
|
}, 8, ["modelValue", "target"]);
|
|
1825
1825
|
};
|
|
1826
1826
|
}
|
|
1827
|
-
}),
|
|
1827
|
+
}), Nl = /* @__PURE__ */ $({
|
|
1828
1828
|
__name: "index",
|
|
1829
1829
|
props: {
|
|
1830
1830
|
node: {},
|
|
@@ -1865,14 +1865,14 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1865
1865
|
]), { property: I } = l(e, ["settings", "reverse"]), { property: P } = l(e, [
|
|
1866
1866
|
"settings",
|
|
1867
1867
|
"singleLine"
|
|
1868
|
-
]), { property: E } = l(e, ["settings", "step"]), { property: D } = l(e, ["settings", "suffix"]), { theme: N } = G(), { property:
|
|
1868
|
+
]), { property: E } = l(e, ["settings", "step"]), { property: D } = l(e, ["settings", "suffix"]), { theme: N } = G(), { property: R } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: j } = l(e, ["size", "width"]);
|
|
1869
1869
|
return (Y, ie) => {
|
|
1870
1870
|
const Ve = A("v-number-input");
|
|
1871
1871
|
return g(), w(i(F), { block: "" }, {
|
|
1872
1872
|
default: _(() => [
|
|
1873
1873
|
M(Ve, {
|
|
1874
|
-
modelValue: i(
|
|
1875
|
-
"onUpdate:modelValue": ie[0] || (ie[0] = (pe) => J(
|
|
1874
|
+
modelValue: i(R),
|
|
1875
|
+
"onUpdate:modelValue": ie[0] || (ie[0] = (pe) => J(R) ? R.value = pe : null),
|
|
1876
1876
|
"append-icon": i(n),
|
|
1877
1877
|
"append-inner-icon": i(o),
|
|
1878
1878
|
clearable: i(s),
|
|
@@ -1902,7 +1902,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1902
1902
|
});
|
|
1903
1903
|
};
|
|
1904
1904
|
}
|
|
1905
|
-
}),
|
|
1905
|
+
}), Hl = /* @__PURE__ */ $({
|
|
1906
1906
|
__name: "index",
|
|
1907
1907
|
props: {
|
|
1908
1908
|
node: {},
|
|
@@ -1942,7 +1942,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1942
1942
|
});
|
|
1943
1943
|
};
|
|
1944
1944
|
}
|
|
1945
|
-
}),
|
|
1945
|
+
}), Kl = /* @__PURE__ */ $({
|
|
1946
1946
|
__name: "index",
|
|
1947
1947
|
props: {
|
|
1948
1948
|
node: {},
|
|
@@ -1969,7 +1969,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
1969
1969
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1970
1970
|
};
|
|
1971
1971
|
}
|
|
1972
|
-
}),
|
|
1972
|
+
}), Ol = /* @__PURE__ */ $({
|
|
1973
1973
|
__name: "index",
|
|
1974
1974
|
props: {
|
|
1975
1975
|
node: {},
|
|
@@ -2010,7 +2010,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2010
2010
|
});
|
|
2011
2011
|
};
|
|
2012
2012
|
}
|
|
2013
|
-
}),
|
|
2013
|
+
}), Ul = /* @__PURE__ */ $({
|
|
2014
2014
|
__name: "index",
|
|
2015
2015
|
props: {
|
|
2016
2016
|
node: {},
|
|
@@ -2051,11 +2051,11 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2051
2051
|
]), { property: S } = l(e, ["settings", "ticks"]), I = v(() => {
|
|
2052
2052
|
if (!S.value)
|
|
2053
2053
|
return;
|
|
2054
|
-
const
|
|
2054
|
+
const R = {};
|
|
2055
2055
|
for (const { value: C, label: j } of S.value)
|
|
2056
|
-
|
|
2057
|
-
if (!ko(
|
|
2058
|
-
return
|
|
2056
|
+
R[C] = j;
|
|
2057
|
+
if (!ko(R))
|
|
2058
|
+
return R;
|
|
2059
2059
|
}), { property: P } = l(e, [
|
|
2060
2060
|
"settings",
|
|
2061
2061
|
"tickSize"
|
|
@@ -2069,11 +2069,11 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2069
2069
|
"end"
|
|
2070
2070
|
]), N = v({
|
|
2071
2071
|
get: () => [E.value, D.value],
|
|
2072
|
-
set: ([
|
|
2073
|
-
E.value =
|
|
2072
|
+
set: ([R, C]) => {
|
|
2073
|
+
E.value = R, D.value = C;
|
|
2074
2074
|
}
|
|
2075
2075
|
});
|
|
2076
|
-
return (
|
|
2076
|
+
return (R, C) => {
|
|
2077
2077
|
const j = A("v-range-slider");
|
|
2078
2078
|
return g(), w(i(F), { block: "" }, {
|
|
2079
2079
|
default: _(() => [
|
|
@@ -2101,7 +2101,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2101
2101
|
});
|
|
2102
2102
|
};
|
|
2103
2103
|
}
|
|
2104
|
-
}),
|
|
2104
|
+
}), Jl = /* @__PURE__ */ $({
|
|
2105
2105
|
__name: "index",
|
|
2106
2106
|
props: {
|
|
2107
2107
|
node: {},
|
|
@@ -2142,7 +2142,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2142
2142
|
});
|
|
2143
2143
|
};
|
|
2144
2144
|
}
|
|
2145
|
-
}),
|
|
2145
|
+
}), Xl = /* @__PURE__ */ $({
|
|
2146
2146
|
__name: "index",
|
|
2147
2147
|
props: {
|
|
2148
2148
|
node: {},
|
|
@@ -2181,7 +2181,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2181
2181
|
});
|
|
2182
2182
|
};
|
|
2183
2183
|
}
|
|
2184
|
-
}),
|
|
2184
|
+
}), Yl = /* @__PURE__ */ $({
|
|
2185
2185
|
__name: "index",
|
|
2186
2186
|
props: {
|
|
2187
2187
|
node: {},
|
|
@@ -2226,11 +2226,11 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2226
2226
|
if (!D.value)
|
|
2227
2227
|
return;
|
|
2228
2228
|
const pe = {};
|
|
2229
|
-
for (const { value:
|
|
2230
|
-
pe[
|
|
2229
|
+
for (const { value: He, label: tn } of D.value)
|
|
2230
|
+
pe[He] = tn;
|
|
2231
2231
|
if (!ko(pe))
|
|
2232
2232
|
return pe;
|
|
2233
|
-
}), { property:
|
|
2233
|
+
}), { property: R } = l(e, [
|
|
2234
2234
|
"settings",
|
|
2235
2235
|
"tickSize"
|
|
2236
2236
|
]), { property: C } = l(e, [
|
|
@@ -2240,13 +2240,13 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2240
2240
|
"slots",
|
|
2241
2241
|
"prepend"
|
|
2242
2242
|
]);
|
|
2243
|
-
return (pe,
|
|
2243
|
+
return (pe, He) => {
|
|
2244
2244
|
const tn = A("v-slider");
|
|
2245
2245
|
return g(), w(i(F), { block: "" }, {
|
|
2246
2246
|
default: _(() => [
|
|
2247
2247
|
M(tn, {
|
|
2248
2248
|
modelValue: i(Y),
|
|
2249
|
-
"onUpdate:modelValue":
|
|
2249
|
+
"onUpdate:modelValue": He[0] || (He[0] = (qo) => J(Y) ? Y.value = qo : null),
|
|
2250
2250
|
color: i(o),
|
|
2251
2251
|
direction: i(s),
|
|
2252
2252
|
disabled: i(r),
|
|
@@ -2262,7 +2262,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2262
2262
|
"thumb-color": i(S),
|
|
2263
2263
|
"thumb-label": P.value,
|
|
2264
2264
|
"thumb-size": i(E),
|
|
2265
|
-
"tick-size": i(
|
|
2265
|
+
"tick-size": i(R),
|
|
2266
2266
|
ticks: N.value,
|
|
2267
2267
|
"track-color": i(j)
|
|
2268
2268
|
}, Mn({ _: 2 }, [
|
|
@@ -2294,7 +2294,7 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2294
2294
|
});
|
|
2295
2295
|
};
|
|
2296
2296
|
}
|
|
2297
|
-
}),
|
|
2297
|
+
}), ql = /* @__PURE__ */ $({
|
|
2298
2298
|
__name: "index",
|
|
2299
2299
|
props: {
|
|
2300
2300
|
node: {},
|
|
@@ -2320,8 +2320,8 @@ const _l = /* @__PURE__ */ Pe(vl, [["render", kl]]), wl = /* @__PURE__ */ $({
|
|
|
2320
2320
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2321
2321
|
};
|
|
2322
2322
|
}
|
|
2323
|
-
}),
|
|
2324
|
-
function
|
|
2323
|
+
}), Zl = {};
|
|
2324
|
+
function Ql(t, e) {
|
|
2325
2325
|
const n = A("v-stepper-header");
|
|
2326
2326
|
return g(), w(n, null, {
|
|
2327
2327
|
default: _(() => [
|
|
@@ -2330,7 +2330,7 @@ function Zl(t, e) {
|
|
|
2330
2330
|
_: 3
|
|
2331
2331
|
});
|
|
2332
2332
|
}
|
|
2333
|
-
const
|
|
2333
|
+
const ea = /* @__PURE__ */ Pe(Zl, [["render", Ql]]), ta = /* @__PURE__ */ $({
|
|
2334
2334
|
__name: "index",
|
|
2335
2335
|
props: {
|
|
2336
2336
|
node: {},
|
|
@@ -2348,8 +2348,8 @@ const Ql = /* @__PURE__ */ Pe(ql, [["render", Zl]]), ea = /* @__PURE__ */ $({
|
|
|
2348
2348
|
}, 8, ["value"]);
|
|
2349
2349
|
};
|
|
2350
2350
|
}
|
|
2351
|
-
}),
|
|
2352
|
-
function
|
|
2351
|
+
}), na = {};
|
|
2352
|
+
function ia(t, e) {
|
|
2353
2353
|
const n = A("v-stepper-window");
|
|
2354
2354
|
return g(), w(n, null, {
|
|
2355
2355
|
default: _(() => [
|
|
@@ -2358,7 +2358,7 @@ function na(t, e) {
|
|
|
2358
2358
|
_: 3
|
|
2359
2359
|
});
|
|
2360
2360
|
}
|
|
2361
|
-
const
|
|
2361
|
+
const oa = /* @__PURE__ */ Pe(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
2362
2362
|
__name: "index",
|
|
2363
2363
|
props: {
|
|
2364
2364
|
node: {},
|
|
@@ -2376,7 +2376,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2376
2376
|
}, 8, ["value"]);
|
|
2377
2377
|
};
|
|
2378
2378
|
}
|
|
2379
|
-
}),
|
|
2379
|
+
}), sa = /* @__PURE__ */ $({
|
|
2380
2380
|
__name: "index",
|
|
2381
2381
|
props: {
|
|
2382
2382
|
node: {},
|
|
@@ -2419,7 +2419,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2419
2419
|
});
|
|
2420
2420
|
};
|
|
2421
2421
|
}
|
|
2422
|
-
}),
|
|
2422
|
+
}), la = /* @__PURE__ */ $({
|
|
2423
2423
|
__name: "index",
|
|
2424
2424
|
props: {
|
|
2425
2425
|
node: {},
|
|
@@ -2445,7 +2445,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2445
2445
|
});
|
|
2446
2446
|
};
|
|
2447
2447
|
}
|
|
2448
|
-
}),
|
|
2448
|
+
}), aa = /* @__PURE__ */ $({
|
|
2449
2449
|
__name: "index",
|
|
2450
2450
|
props: {
|
|
2451
2451
|
node: {},
|
|
@@ -2489,13 +2489,13 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2489
2489
|
"color",
|
|
2490
2490
|
"sliderColor"
|
|
2491
2491
|
]), { color: I } = K(S), { property: P } = l(e, ["settings", "stacked"]), { theme: E } = G(), { property: D } = l(e, ["settings", "value"]);
|
|
2492
|
-
return (N,
|
|
2492
|
+
return (N, R) => {
|
|
2493
2493
|
const C = A("v-tabs");
|
|
2494
2494
|
return g(), w(i(F), { block: "" }, {
|
|
2495
2495
|
default: _(() => [
|
|
2496
2496
|
M(C, {
|
|
2497
2497
|
modelValue: i(D),
|
|
2498
|
-
"onUpdate:modelValue":
|
|
2498
|
+
"onUpdate:modelValue": R[0] || (R[0] = (j) => J(D) ? D.value = j : null),
|
|
2499
2499
|
"align-tabs": i(n),
|
|
2500
2500
|
"bg-color": i(s),
|
|
2501
2501
|
"center-active": i(r),
|
|
@@ -2523,7 +2523,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2523
2523
|
});
|
|
2524
2524
|
};
|
|
2525
2525
|
}
|
|
2526
|
-
}),
|
|
2526
|
+
}), ca = /* @__PURE__ */ $({
|
|
2527
2527
|
__name: "index",
|
|
2528
2528
|
props: {
|
|
2529
2529
|
node: {},
|
|
@@ -2537,7 +2537,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2537
2537
|
"settings",
|
|
2538
2538
|
"emphasis"
|
|
2539
2539
|
]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: u } = l(e, ["settings", "weight"]), d = v(() => {
|
|
2540
|
-
const m = [], p =
|
|
2540
|
+
const m = [], p = Oe(n.value.width), y = Le(p, e.node.settings?.style);
|
|
2541
2541
|
return y && m.push(`text-${y}`), r.value === "high" ? m.push("text-high-emphasis") : r.value === "medium" ? m.push("text-medium-emphasis") : r.value === "disabled" && m.push("text-disabled"), o.value && m.push(`font-${o.value}`), s.value && m.push(`text-decoration-${s.value}`), u.value && m.push(`font-weight-${u.value}`), a.value && m.push("font-italic"), m.join(" ");
|
|
2542
2542
|
});
|
|
2543
2543
|
return (m, p) => (g(), w(i(F), null, {
|
|
@@ -2549,7 +2549,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2549
2549
|
_: 1
|
|
2550
2550
|
}));
|
|
2551
2551
|
}
|
|
2552
|
-
}),
|
|
2552
|
+
}), ua = /* @__PURE__ */ $({
|
|
2553
2553
|
__name: "index",
|
|
2554
2554
|
props: {
|
|
2555
2555
|
node: {},
|
|
@@ -2602,7 +2602,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2602
2602
|
});
|
|
2603
2603
|
};
|
|
2604
2604
|
}
|
|
2605
|
-
}),
|
|
2605
|
+
}), ma = /* @__PURE__ */ $({
|
|
2606
2606
|
__name: "index",
|
|
2607
2607
|
props: {
|
|
2608
2608
|
node: {},
|
|
@@ -2642,7 +2642,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2642
2642
|
]), { property: x } = l(e, ["settings", "reverse"]), { property: S } = l(e, [
|
|
2643
2643
|
"settings",
|
|
2644
2644
|
"singleLine"
|
|
2645
|
-
]), { property: I } = l(e, ["settings", "suffix"]), { theme: P } = G(), { property: E } = l(e, ["settings", "value"]), { property: D } = l(e, ["settings", "variant"]), { property: N } = l(e, ["slots", "append"]), { property:
|
|
2645
|
+
]), { property: I } = l(e, ["settings", "suffix"]), { theme: P } = G(), { property: E } = l(e, ["settings", "value"]), { property: D } = l(e, ["settings", "variant"]), { property: N } = l(e, ["slots", "append"]), { property: R } = l(e, [
|
|
2646
2646
|
"slots",
|
|
2647
2647
|
"appendInner"
|
|
2648
2648
|
]), { property: C } = l(e, [
|
|
@@ -2690,12 +2690,12 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2690
2690
|
]),
|
|
2691
2691
|
key: "0"
|
|
2692
2692
|
} : void 0,
|
|
2693
|
-
i(
|
|
2693
|
+
i(R) ? {
|
|
2694
2694
|
name: "append-inner",
|
|
2695
2695
|
fn: _(() => [
|
|
2696
2696
|
M(i(xe), {
|
|
2697
2697
|
id: "append-inner",
|
|
2698
|
-
"ref-context": { compId: i(
|
|
2698
|
+
"ref-context": { compId: i(R) },
|
|
2699
2699
|
state: {}
|
|
2700
2700
|
}, null, 8, ["ref-context"])
|
|
2701
2701
|
]),
|
|
@@ -2729,7 +2729,7 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2729
2729
|
});
|
|
2730
2730
|
};
|
|
2731
2731
|
}
|
|
2732
|
-
}),
|
|
2732
|
+
}), pa = /* @__PURE__ */ $({
|
|
2733
2733
|
__name: "index",
|
|
2734
2734
|
props: {
|
|
2735
2735
|
node: {},
|
|
@@ -2790,8 +2790,8 @@ const ia = /* @__PURE__ */ Pe(ta, [["render", na]]), oa = /* @__PURE__ */ $({
|
|
|
2790
2790
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2791
2791
|
};
|
|
2792
2792
|
}
|
|
2793
|
-
}),
|
|
2794
|
-
function
|
|
2793
|
+
}), da = {};
|
|
2794
|
+
function ya(t, e) {
|
|
2795
2795
|
const n = A("v-timeline-item");
|
|
2796
2796
|
return g(), w(n, null, {
|
|
2797
2797
|
default: _(() => [
|
|
@@ -2800,7 +2800,7 @@ function da(t, e) {
|
|
|
2800
2800
|
_: 3
|
|
2801
2801
|
});
|
|
2802
2802
|
}
|
|
2803
|
-
const
|
|
2803
|
+
const fa = /* @__PURE__ */ Pe(da, [["render", ya]]), ba = /* @__PURE__ */ $({
|
|
2804
2804
|
__name: "index",
|
|
2805
2805
|
props: {
|
|
2806
2806
|
node: {},
|
|
@@ -2840,8 +2840,8 @@ const ya = /* @__PURE__ */ Pe(pa, [["render", da]]), fa = /* @__PURE__ */ $({
|
|
|
2840
2840
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2841
2841
|
};
|
|
2842
2842
|
}
|
|
2843
|
-
}),
|
|
2844
|
-
function
|
|
2843
|
+
}), ha = {};
|
|
2844
|
+
function ga(t, e) {
|
|
2845
2845
|
const n = A("v-window-item");
|
|
2846
2846
|
return g(), w(n, null, {
|
|
2847
2847
|
default: _(() => [
|
|
@@ -2850,7 +2850,7 @@ function ha(t, e) {
|
|
|
2850
2850
|
_: 3
|
|
2851
2851
|
});
|
|
2852
2852
|
}
|
|
2853
|
-
const
|
|
2853
|
+
const xa = /* @__PURE__ */ Pe(ha, [["render", ga]]), Qe = "ambient_light_v1", et = "badge_v1", On = "breadcrumbs_v1", tt = "bar_chart_v1", nt = "box_geometry_v1", it = "btn_v1", ot = "btn_group_v1", rt = "btn_toggle_v1", st = "card_v1", lt = "checkbox_v1", at = "chip_v1", ct = "chip_group_v1", ut = "color_picker_v1", mt = "combobox_v1", pt = "container_v1", dt = "data_table_v1", yt = "date_picker_v1", ft = "dialog_v1", bt = "directional_light_v1", ht = "file_input_v1", gt = "flex_layout_v1", To = "flex_layout_entry_v1", xt = "form_v1", un = "globality_v1", vt = "group_v1", kt = "icon_v1", _t = "keyboard_controls_v1", wt = "line_chart_v1", Vt = "map_controls_v1", St = "menu_v1", $t = "mesh_v1", va = "mesh_basic_material_v1", It = "multiple_ref_v1", Ct = "number_input_v1", Pt = "orbit_controls_v1", Tt = "orthographic_camera_v1", zt = "pagination_v1", At = "perspective_camera_v1", Lt = "point_light_v1", zo = "radio_v1", Et = "radio_group_v1", Bt = "range_slider_v1", Re = "reference_v1", Rt = "rating_v1", Wt = "render_switch_v1", Mt = "select_v1", Dt = "slider_v1", Ft = "sphere_geometry_v1", Gt = "spot_light_v1", jt = "stepper_v1", Ao = "stepper_header_v1", Lo = "stepper_item_v1", Eo = "stepper_window_v1", Bo = "stepper_window_item_v1", Nt = "switch_v1", Ro = "tab_v1", Un = "table_v1", Ht = "tabs_v1", Kt = "text_v1", Ot = "textarea_v1", Ut = "text_field_v1", Jt = "timeline_v1", Wo = "timeline_item_v1", Xt = "window_v1", Mo = "window_item_v1", f = {
|
|
2854
2854
|
key: "basic",
|
|
2855
2855
|
name: "x-runtime-lib.basic",
|
|
2856
2856
|
children: [
|
|
@@ -2912,7 +2912,7 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
2912
2912
|
]
|
|
2913
2913
|
}
|
|
2914
2914
|
]
|
|
2915
|
-
},
|
|
2915
|
+
}, ka = W(O), $e = {
|
|
2916
2916
|
key: "border",
|
|
2917
2917
|
name: "x-runtime-lib.border",
|
|
2918
2918
|
children: [
|
|
@@ -2930,7 +2930,7 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
2930
2930
|
types: "borderWidthTypesV1",
|
|
2931
2931
|
default: ""
|
|
2932
2932
|
},
|
|
2933
|
-
|
|
2933
|
+
ka,
|
|
2934
2934
|
{
|
|
2935
2935
|
key: "roundRadius",
|
|
2936
2936
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -2966,7 +2966,7 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
2966
2966
|
]
|
|
2967
2967
|
}
|
|
2968
2968
|
]
|
|
2969
|
-
},
|
|
2969
|
+
}, Je = {
|
|
2970
2970
|
key: "legend",
|
|
2971
2971
|
name: "x-runtime-lib.legend",
|
|
2972
2972
|
children: [
|
|
@@ -3104,7 +3104,7 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
3104
3104
|
default: ""
|
|
3105
3105
|
}
|
|
3106
3106
|
]
|
|
3107
|
-
},
|
|
3107
|
+
}, Xe = {
|
|
3108
3108
|
key: "title",
|
|
3109
3109
|
name: "x-runtime-lib.title",
|
|
3110
3110
|
children: [
|
|
@@ -3213,7 +3213,7 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
3213
3213
|
]
|
|
3214
3214
|
}
|
|
3215
3215
|
]
|
|
3216
|
-
},
|
|
3216
|
+
}, Ye = {
|
|
3217
3217
|
key: "xAxis",
|
|
3218
3218
|
name: "x-runtime-lib.xAxis",
|
|
3219
3219
|
children: [
|
|
@@ -3246,7 +3246,7 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
3246
3246
|
defaultArray: []
|
|
3247
3247
|
}
|
|
3248
3248
|
]
|
|
3249
|
-
},
|
|
3249
|
+
}, qe = {
|
|
3250
3250
|
key: "yAxis",
|
|
3251
3251
|
name: "x-runtime-lib.yAxis",
|
|
3252
3252
|
children: [
|
|
@@ -3326,10 +3326,10 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
3326
3326
|
default: 2e3
|
|
3327
3327
|
}
|
|
3328
3328
|
]
|
|
3329
|
-
},
|
|
3329
|
+
}, _a = {
|
|
3330
3330
|
key: Tt,
|
|
3331
3331
|
name: "x-runtime-lib.orthographicCamera",
|
|
3332
|
-
comp:
|
|
3332
|
+
comp: Fr,
|
|
3333
3333
|
properties: {
|
|
3334
3334
|
pageScene: [f, X, ai],
|
|
3335
3335
|
compScene: [f, X, ai]
|
|
@@ -3338,7 +3338,7 @@ const ga = /* @__PURE__ */ Pe(ba, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
3338
3338
|
methods: [],
|
|
3339
3339
|
slots: []
|
|
3340
3340
|
};
|
|
3341
|
-
V(
|
|
3341
|
+
V(_a);
|
|
3342
3342
|
const ci = {
|
|
3343
3343
|
key: "settings",
|
|
3344
3344
|
name: "x-runtime-lib.settings",
|
|
@@ -3372,10 +3372,10 @@ const ci = {
|
|
|
3372
3372
|
default: 2e3
|
|
3373
3373
|
}
|
|
3374
3374
|
]
|
|
3375
|
-
},
|
|
3375
|
+
}, wa = {
|
|
3376
3376
|
key: At,
|
|
3377
3377
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3378
|
-
comp:
|
|
3378
|
+
comp: jr,
|
|
3379
3379
|
properties: {
|
|
3380
3380
|
pageScene: [f, X, ci],
|
|
3381
3381
|
compScene: [f, X, ci]
|
|
@@ -3384,29 +3384,29 @@ const ci = {
|
|
|
3384
3384
|
methods: [],
|
|
3385
3385
|
slots: []
|
|
3386
3386
|
};
|
|
3387
|
-
V(
|
|
3388
|
-
const
|
|
3387
|
+
V(wa);
|
|
3388
|
+
const Va = /* @__PURE__ */ $({
|
|
3389
3389
|
__name: "index",
|
|
3390
3390
|
setup(t) {
|
|
3391
3391
|
const e = H();
|
|
3392
3392
|
return (n, o) => i(e) !== "editor" ? (g(), w(i(kr), { key: 0 })) : ne("", !0);
|
|
3393
3393
|
}
|
|
3394
|
-
}),
|
|
3394
|
+
}), Sa = /* @__PURE__ */ $({
|
|
3395
3395
|
__name: "index",
|
|
3396
3396
|
setup(t) {
|
|
3397
3397
|
const e = H();
|
|
3398
3398
|
return (n, o) => i(e) !== "editor" ? (g(), w(i(_r), { key: 0 })) : ne("", !0);
|
|
3399
3399
|
}
|
|
3400
|
-
}),
|
|
3400
|
+
}), $a = /* @__PURE__ */ $({
|
|
3401
3401
|
__name: "index",
|
|
3402
3402
|
setup(t) {
|
|
3403
3403
|
const e = H();
|
|
3404
3404
|
return (n, o) => i(e) !== "editor" ? (g(), w(i(wr), { key: 0 })) : ne("", !0);
|
|
3405
3405
|
}
|
|
3406
|
-
}),
|
|
3406
|
+
}), Ia = {
|
|
3407
3407
|
key: _t,
|
|
3408
3408
|
name: "x-runtime-lib.keyboardControls",
|
|
3409
|
-
comp:
|
|
3409
|
+
comp: Va,
|
|
3410
3410
|
properties: {
|
|
3411
3411
|
pageScene: [f],
|
|
3412
3412
|
compScene: [f]
|
|
@@ -3416,11 +3416,11 @@ const wa = /* @__PURE__ */ $({
|
|
|
3416
3416
|
slots: [],
|
|
3417
3417
|
leaf: !0
|
|
3418
3418
|
};
|
|
3419
|
-
V(
|
|
3420
|
-
const
|
|
3419
|
+
V(Ia);
|
|
3420
|
+
const Ca = {
|
|
3421
3421
|
key: Vt,
|
|
3422
3422
|
name: "x-runtime-lib.mapControls",
|
|
3423
|
-
comp:
|
|
3423
|
+
comp: Sa,
|
|
3424
3424
|
properties: {
|
|
3425
3425
|
pageScene: [f],
|
|
3426
3426
|
compScene: [f]
|
|
@@ -3430,11 +3430,11 @@ const Ia = {
|
|
|
3430
3430
|
slots: [],
|
|
3431
3431
|
leaf: !0
|
|
3432
3432
|
};
|
|
3433
|
-
V(
|
|
3434
|
-
const
|
|
3433
|
+
V(Ca);
|
|
3434
|
+
const Pa = {
|
|
3435
3435
|
key: Pt,
|
|
3436
3436
|
name: "x-runtime-lib.orbitControls",
|
|
3437
|
-
comp:
|
|
3437
|
+
comp: $a,
|
|
3438
3438
|
properties: {
|
|
3439
3439
|
pageScene: [f],
|
|
3440
3440
|
compScene: [f]
|
|
@@ -3444,8 +3444,8 @@ const Ca = {
|
|
|
3444
3444
|
slots: [],
|
|
3445
3445
|
leaf: !0
|
|
3446
3446
|
};
|
|
3447
|
-
V(
|
|
3448
|
-
function
|
|
3447
|
+
V(Pa);
|
|
3448
|
+
function Ta(t, e) {
|
|
3449
3449
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3450
3450
|
if (!o) {
|
|
3451
3451
|
console.error(`boxGeometryV1/spawn property tag not found, ${n}`);
|
|
@@ -3474,11 +3474,11 @@ function Pa(t, e) {
|
|
|
3474
3474
|
z: 1
|
|
3475
3475
|
}
|
|
3476
3476
|
}, r.children = [
|
|
3477
|
-
|
|
3478
|
-
|
|
3477
|
+
za(t, e),
|
|
3478
|
+
Aa(t, e)
|
|
3479
3479
|
], r;
|
|
3480
3480
|
}
|
|
3481
|
-
function
|
|
3481
|
+
function za(t, e) {
|
|
3482
3482
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3483
3483
|
if (!o) {
|
|
3484
3484
|
console.error(
|
|
@@ -3503,7 +3503,7 @@ function Ta(t, e) {
|
|
|
3503
3503
|
depthSegements: 1
|
|
3504
3504
|
}, r;
|
|
3505
3505
|
}
|
|
3506
|
-
function
|
|
3506
|
+
function Aa(t, e) {
|
|
3507
3507
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3508
3508
|
if (!o) {
|
|
3509
3509
|
console.error(
|
|
@@ -3511,7 +3511,7 @@ function za(t, e) {
|
|
|
3511
3511
|
);
|
|
3512
3512
|
return;
|
|
3513
3513
|
}
|
|
3514
|
-
const s =
|
|
3514
|
+
const s = We.properties[o];
|
|
3515
3515
|
if (!s) {
|
|
3516
3516
|
console.error(
|
|
3517
3517
|
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${n}`
|
|
@@ -3519,7 +3519,7 @@ function za(t, e) {
|
|
|
3519
3519
|
return;
|
|
3520
3520
|
}
|
|
3521
3521
|
const r = {};
|
|
3522
|
-
return z(r, s), r.basic.id = T(16), r.basic.key =
|
|
3522
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = We.key, r;
|
|
3523
3523
|
}
|
|
3524
3524
|
const ui = {
|
|
3525
3525
|
key: "settings",
|
|
@@ -3568,7 +3568,7 @@ const ui = {
|
|
|
3568
3568
|
}, mn = {
|
|
3569
3569
|
key: nt,
|
|
3570
3570
|
name: "x-runtime-lib.boxGeometry",
|
|
3571
|
-
comp:
|
|
3571
|
+
comp: Hr,
|
|
3572
3572
|
properties: {
|
|
3573
3573
|
pageScene: [f, ui],
|
|
3574
3574
|
compScene: [f, ui]
|
|
@@ -3577,10 +3577,10 @@ const ui = {
|
|
|
3577
3577
|
methods: [],
|
|
3578
3578
|
slots: [],
|
|
3579
3579
|
leaf: !0,
|
|
3580
|
-
spawn:
|
|
3580
|
+
spawn: Ta
|
|
3581
3581
|
};
|
|
3582
3582
|
V(mn);
|
|
3583
|
-
function
|
|
3583
|
+
function La(t, e) {
|
|
3584
3584
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3585
3585
|
if (!o) {
|
|
3586
3586
|
console.error(`sphereGeometryV1/spawn property tag not found, ${n}`);
|
|
@@ -3609,11 +3609,11 @@ function Aa(t, e) {
|
|
|
3609
3609
|
z: 1
|
|
3610
3610
|
}
|
|
3611
3611
|
}, r.children = [
|
|
3612
|
-
|
|
3613
|
-
|
|
3612
|
+
Ea(t, e),
|
|
3613
|
+
Ba(t, e)
|
|
3614
3614
|
], r;
|
|
3615
3615
|
}
|
|
3616
|
-
function
|
|
3616
|
+
function Ea(t, e) {
|
|
3617
3617
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3618
3618
|
if (!o) {
|
|
3619
3619
|
console.error(
|
|
@@ -3639,7 +3639,7 @@ function La(t, e) {
|
|
|
3639
3639
|
thetaLength: 3.141592653589793
|
|
3640
3640
|
}, r;
|
|
3641
3641
|
}
|
|
3642
|
-
function
|
|
3642
|
+
function Ba(t, e) {
|
|
3643
3643
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3644
3644
|
if (!o) {
|
|
3645
3645
|
console.error(
|
|
@@ -3647,7 +3647,7 @@ function Ea(t, e) {
|
|
|
3647
3647
|
);
|
|
3648
3648
|
return;
|
|
3649
3649
|
}
|
|
3650
|
-
const s =
|
|
3650
|
+
const s = We.properties[o];
|
|
3651
3651
|
if (!s) {
|
|
3652
3652
|
console.error(
|
|
3653
3653
|
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${n}`
|
|
@@ -3655,7 +3655,7 @@ function Ea(t, e) {
|
|
|
3655
3655
|
return;
|
|
3656
3656
|
}
|
|
3657
3657
|
const r = {};
|
|
3658
|
-
return z(r, s), r.basic.id = T(16), r.basic.key =
|
|
3658
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = We.key, r;
|
|
3659
3659
|
}
|
|
3660
3660
|
const mi = {
|
|
3661
3661
|
key: "settings",
|
|
@@ -3712,7 +3712,7 @@ const mi = {
|
|
|
3712
3712
|
}, pn = {
|
|
3713
3713
|
key: Ft,
|
|
3714
3714
|
name: "x-runtime-lib.sphereGeometry",
|
|
3715
|
-
comp:
|
|
3715
|
+
comp: Or,
|
|
3716
3716
|
properties: {
|
|
3717
3717
|
pageScene: [f, mi],
|
|
3718
3718
|
compScene: [f, mi]
|
|
@@ -3721,10 +3721,10 @@ const mi = {
|
|
|
3721
3721
|
methods: [],
|
|
3722
3722
|
slots: [],
|
|
3723
3723
|
leaf: !0,
|
|
3724
|
-
spawn:
|
|
3724
|
+
spawn: La
|
|
3725
3725
|
};
|
|
3726
3726
|
V(pn);
|
|
3727
|
-
const Yt =
|
|
3727
|
+
const Yt = W(O);
|
|
3728
3728
|
Yt.children[0].default = "custom";
|
|
3729
3729
|
Yt.children[2].children[0].default = "0xffffff";
|
|
3730
3730
|
Yt.children[2].children[1].default = "0xffffff";
|
|
@@ -3741,10 +3741,10 @@ const pi = {
|
|
|
3741
3741
|
default: 1
|
|
3742
3742
|
}
|
|
3743
3743
|
]
|
|
3744
|
-
},
|
|
3744
|
+
}, Ra = {
|
|
3745
3745
|
key: Qe,
|
|
3746
3746
|
name: "x-runtime-lib.ambientLight",
|
|
3747
|
-
comp:
|
|
3747
|
+
comp: Jr,
|
|
3748
3748
|
properties: {
|
|
3749
3749
|
pageScene: [f, X, pi],
|
|
3750
3750
|
compScene: [f, X, pi]
|
|
@@ -3753,8 +3753,8 @@ const pi = {
|
|
|
3753
3753
|
methods: [],
|
|
3754
3754
|
slots: []
|
|
3755
3755
|
};
|
|
3756
|
-
V(
|
|
3757
|
-
const qt =
|
|
3756
|
+
V(Ra);
|
|
3757
|
+
const qt = W(O);
|
|
3758
3758
|
qt.children[0].default = "custom";
|
|
3759
3759
|
qt.children[2].children[0].default = "0xffffff";
|
|
3760
3760
|
qt.children[2].children[1].default = "0xffffff";
|
|
@@ -3774,7 +3774,7 @@ const di = {
|
|
|
3774
3774
|
}, Wa = {
|
|
3775
3775
|
key: bt,
|
|
3776
3776
|
name: "x-runtime-lib.directionalLight",
|
|
3777
|
-
comp:
|
|
3777
|
+
comp: Yr,
|
|
3778
3778
|
properties: {
|
|
3779
3779
|
pageScene: [f, X, di],
|
|
3780
3780
|
compScene: [f, X, di]
|
|
@@ -3784,7 +3784,7 @@ const di = {
|
|
|
3784
3784
|
slots: []
|
|
3785
3785
|
};
|
|
3786
3786
|
V(Wa);
|
|
3787
|
-
const Zt =
|
|
3787
|
+
const Zt = W(O);
|
|
3788
3788
|
Zt.children[0].default = "custom";
|
|
3789
3789
|
Zt.children[2].children[0].default = "0xffffff";
|
|
3790
3790
|
Zt.children[2].children[1].default = "0xffffff";
|
|
@@ -3815,10 +3815,10 @@ const yi = {
|
|
|
3815
3815
|
default: 2
|
|
3816
3816
|
}
|
|
3817
3817
|
]
|
|
3818
|
-
},
|
|
3818
|
+
}, Ma = {
|
|
3819
3819
|
key: Lt,
|
|
3820
3820
|
name: "x-runtime-lib.pointLight",
|
|
3821
|
-
comp:
|
|
3821
|
+
comp: Zr,
|
|
3822
3822
|
properties: {
|
|
3823
3823
|
pageScene: [f, X, yi],
|
|
3824
3824
|
compScene: [f, X, yi]
|
|
@@ -3827,8 +3827,8 @@ const yi = {
|
|
|
3827
3827
|
methods: [],
|
|
3828
3828
|
slots: []
|
|
3829
3829
|
};
|
|
3830
|
-
V(
|
|
3831
|
-
const Qt =
|
|
3830
|
+
V(Ma);
|
|
3831
|
+
const Qt = W(O);
|
|
3832
3832
|
Qt.children[0].default = "custom";
|
|
3833
3833
|
Qt.children[2].children[0].default = "0xffffff";
|
|
3834
3834
|
Qt.children[2].children[1].default = "0xffffff";
|
|
@@ -3876,10 +3876,10 @@ const fi = {
|
|
|
3876
3876
|
default: 0
|
|
3877
3877
|
}
|
|
3878
3878
|
]
|
|
3879
|
-
},
|
|
3879
|
+
}, Da = {
|
|
3880
3880
|
key: Gt,
|
|
3881
3881
|
name: "x-runtime-lib.spotLight",
|
|
3882
|
-
comp:
|
|
3882
|
+
comp: es,
|
|
3883
3883
|
properties: {
|
|
3884
3884
|
pageScene: [f, X, fi],
|
|
3885
3885
|
compScene: [f, X, fi]
|
|
@@ -3888,11 +3888,11 @@ const fi = {
|
|
|
3888
3888
|
methods: [],
|
|
3889
3889
|
slots: []
|
|
3890
3890
|
};
|
|
3891
|
-
V(
|
|
3892
|
-
const
|
|
3893
|
-
key:
|
|
3891
|
+
V(Da);
|
|
3892
|
+
const We = {
|
|
3893
|
+
key: va,
|
|
3894
3894
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3895
|
-
comp:
|
|
3895
|
+
comp: is,
|
|
3896
3896
|
properties: {
|
|
3897
3897
|
pageScene: [f],
|
|
3898
3898
|
compScene: [f]
|
|
@@ -3902,11 +3902,11 @@ const Re = {
|
|
|
3902
3902
|
slots: [],
|
|
3903
3903
|
leaf: !0
|
|
3904
3904
|
};
|
|
3905
|
-
V(
|
|
3906
|
-
const
|
|
3905
|
+
V(We);
|
|
3906
|
+
const Fa = {
|
|
3907
3907
|
key: vt,
|
|
3908
3908
|
name: "x-runtime-lib.group",
|
|
3909
|
-
comp:
|
|
3909
|
+
comp: rs,
|
|
3910
3910
|
properties: {
|
|
3911
3911
|
pageScene: [f, X],
|
|
3912
3912
|
compScene: [f, X]
|
|
@@ -3915,11 +3915,11 @@ const Da = {
|
|
|
3915
3915
|
methods: [],
|
|
3916
3916
|
slots: []
|
|
3917
3917
|
};
|
|
3918
|
-
V(
|
|
3918
|
+
V(Fa);
|
|
3919
3919
|
const Me = {
|
|
3920
3920
|
key: $t,
|
|
3921
3921
|
name: "x-runtime-lib.mesh",
|
|
3922
|
-
comp:
|
|
3922
|
+
comp: ls,
|
|
3923
3923
|
properties: {
|
|
3924
3924
|
pageScene: [f, X],
|
|
3925
3925
|
compScene: [f, X]
|
|
@@ -3929,7 +3929,7 @@ const Me = {
|
|
|
3929
3929
|
slots: []
|
|
3930
3930
|
};
|
|
3931
3931
|
V(Me);
|
|
3932
|
-
function
|
|
3932
|
+
function Ga(t, e) {
|
|
3933
3933
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3934
3934
|
if (!o) {
|
|
3935
3935
|
console.error(`barChartV1/spawn property tag not found, ${n}`);
|
|
@@ -3972,19 +3972,19 @@ const bi = {
|
|
|
3972
3972
|
}, dn = {
|
|
3973
3973
|
key: tt,
|
|
3974
3974
|
name: "x-runtime-lib.barChart",
|
|
3975
|
-
comp:
|
|
3975
|
+
comp: yl,
|
|
3976
3976
|
properties: {
|
|
3977
|
-
pageCommon: [f, U,
|
|
3978
|
-
compCommon: [f, U,
|
|
3977
|
+
pageCommon: [f, U, Xe, Ye, qe, Je, bi],
|
|
3978
|
+
compCommon: [f, U, Xe, Ye, qe, Je, bi]
|
|
3979
3979
|
},
|
|
3980
3980
|
events: [],
|
|
3981
3981
|
methods: [],
|
|
3982
3982
|
slots: [],
|
|
3983
3983
|
leaf: !0,
|
|
3984
|
-
spawn:
|
|
3984
|
+
spawn: Ga
|
|
3985
3985
|
};
|
|
3986
3986
|
V(dn);
|
|
3987
|
-
function
|
|
3987
|
+
function ja(t, e) {
|
|
3988
3988
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3989
3989
|
if (!o) {
|
|
3990
3990
|
console.error(`lineChartV1/spawn property tag not found, ${n}`);
|
|
@@ -4027,22 +4027,22 @@ const hi = {
|
|
|
4027
4027
|
}, yn = {
|
|
4028
4028
|
key: wt,
|
|
4029
4029
|
name: "x-runtime-lib.lineChart",
|
|
4030
|
-
comp:
|
|
4030
|
+
comp: fl,
|
|
4031
4031
|
properties: {
|
|
4032
|
-
pageCommon: [f, U,
|
|
4033
|
-
compCommon: [f, U,
|
|
4032
|
+
pageCommon: [f, U, Xe, Ye, qe, Je, hi],
|
|
4033
|
+
compCommon: [f, U, Xe, Ye, qe, Je, hi]
|
|
4034
4034
|
},
|
|
4035
4035
|
events: [],
|
|
4036
4036
|
methods: [],
|
|
4037
4037
|
slots: [],
|
|
4038
4038
|
leaf: !0,
|
|
4039
|
-
spawn:
|
|
4039
|
+
spawn: ja
|
|
4040
4040
|
};
|
|
4041
4041
|
V(yn);
|
|
4042
|
-
const
|
|
4042
|
+
const Na = {
|
|
4043
4043
|
key: It,
|
|
4044
4044
|
name: "x-runtime-lib.multipleRef",
|
|
4045
|
-
comp:
|
|
4045
|
+
comp: bl,
|
|
4046
4046
|
properties: {
|
|
4047
4047
|
pageCommon: [f],
|
|
4048
4048
|
compCommon: [f]
|
|
@@ -4052,7 +4052,7 @@ const ja = {
|
|
|
4052
4052
|
slots: [],
|
|
4053
4053
|
leaf: !0
|
|
4054
4054
|
};
|
|
4055
|
-
V(
|
|
4055
|
+
V(Na);
|
|
4056
4056
|
const gi = {
|
|
4057
4057
|
key: "reference",
|
|
4058
4058
|
name: "x-runtime-lib.reference",
|
|
@@ -4064,10 +4064,10 @@ const gi = {
|
|
|
4064
4064
|
default: void 0
|
|
4065
4065
|
}
|
|
4066
4066
|
]
|
|
4067
|
-
},
|
|
4068
|
-
key:
|
|
4067
|
+
}, Ha = {
|
|
4068
|
+
key: Re,
|
|
4069
4069
|
name: "x-runtime-lib.reference",
|
|
4070
|
-
comp:
|
|
4070
|
+
comp: hl,
|
|
4071
4071
|
properties: {
|
|
4072
4072
|
pageCommon: [f, U, gi],
|
|
4073
4073
|
compCommon: [f, U, gi]
|
|
@@ -4077,7 +4077,7 @@ const gi = {
|
|
|
4077
4077
|
slots: [],
|
|
4078
4078
|
leaf: !0
|
|
4079
4079
|
};
|
|
4080
|
-
V(
|
|
4080
|
+
V(Ha);
|
|
4081
4081
|
const xi = {
|
|
4082
4082
|
key: "settings",
|
|
4083
4083
|
name: "x-runtime-lib.settings",
|
|
@@ -4089,10 +4089,10 @@ const xi = {
|
|
|
4089
4089
|
default: !1
|
|
4090
4090
|
}
|
|
4091
4091
|
]
|
|
4092
|
-
},
|
|
4093
|
-
key:
|
|
4092
|
+
}, Ka = {
|
|
4093
|
+
key: Wt,
|
|
4094
4094
|
name: "x-runtime-lib.renderSwitch",
|
|
4095
|
-
comp:
|
|
4095
|
+
comp: gl,
|
|
4096
4096
|
properties: {
|
|
4097
4097
|
pageCommon: [f, xi],
|
|
4098
4098
|
compCommon: [f, xi]
|
|
@@ -4101,8 +4101,8 @@ const xi = {
|
|
|
4101
4101
|
methods: [],
|
|
4102
4102
|
slots: []
|
|
4103
4103
|
};
|
|
4104
|
-
V(
|
|
4105
|
-
const en =
|
|
4104
|
+
V(Ka);
|
|
4105
|
+
const en = W(O);
|
|
4106
4106
|
en.key = "backgroundColor";
|
|
4107
4107
|
en.name = "x-runtime-lib.backgroundColor";
|
|
4108
4108
|
const vi = {
|
|
@@ -4113,7 +4113,7 @@ const vi = {
|
|
|
4113
4113
|
key: "settings",
|
|
4114
4114
|
name: "x-runtime-lib.settings",
|
|
4115
4115
|
children: [en]
|
|
4116
|
-
},
|
|
4116
|
+
}, Oa = {
|
|
4117
4117
|
key: un,
|
|
4118
4118
|
name: "x-runtime-lib.globality",
|
|
4119
4119
|
comp: null,
|
|
@@ -4161,7 +4161,7 @@ const vi = {
|
|
|
4161
4161
|
slots: [],
|
|
4162
4162
|
internal: !0
|
|
4163
4163
|
};
|
|
4164
|
-
V(
|
|
4164
|
+
V(Oa);
|
|
4165
4165
|
const _i = {
|
|
4166
4166
|
key: "settings",
|
|
4167
4167
|
name: "x-runtime-lib.settings",
|
|
@@ -4197,10 +4197,10 @@ const _i = {
|
|
|
4197
4197
|
default: !1
|
|
4198
4198
|
}
|
|
4199
4199
|
]
|
|
4200
|
-
},
|
|
4200
|
+
}, rm = {
|
|
4201
4201
|
key: et,
|
|
4202
4202
|
name: "x-runtime-lib.badge",
|
|
4203
|
-
comp:
|
|
4203
|
+
comp: xl,
|
|
4204
4204
|
properties: {
|
|
4205
4205
|
pageCommon: [f, _i],
|
|
4206
4206
|
compCommon: [f, _i]
|
|
@@ -4209,7 +4209,7 @@ const _i = {
|
|
|
4209
4209
|
methods: [],
|
|
4210
4210
|
slots: []
|
|
4211
4211
|
};
|
|
4212
|
-
function
|
|
4212
|
+
function Ua(t, e) {
|
|
4213
4213
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4214
4214
|
if (!o) {
|
|
4215
4215
|
console.error(`btnV1/spawn property tag not found, ${n}`);
|
|
@@ -4223,7 +4223,7 @@ function Oa(t, e) {
|
|
|
4223
4223
|
const r = {};
|
|
4224
4224
|
return z(r, s), r.basic.id = T(16), r.basic.key = fn.key, r.settings.text = "button", r;
|
|
4225
4225
|
}
|
|
4226
|
-
const
|
|
4226
|
+
const Ja = W(O), wi = {
|
|
4227
4227
|
key: "settings",
|
|
4228
4228
|
name: "x-runtime-lib.settings",
|
|
4229
4229
|
children: [
|
|
@@ -4302,7 +4302,7 @@ const Ua = R(O), wi = {
|
|
|
4302
4302
|
ui: "switch",
|
|
4303
4303
|
default: !1
|
|
4304
4304
|
},
|
|
4305
|
-
|
|
4305
|
+
Ja,
|
|
4306
4306
|
{
|
|
4307
4307
|
key: "ripple",
|
|
4308
4308
|
name: "x-runtime-lib.ripple",
|
|
@@ -4313,7 +4313,7 @@ const Ua = R(O), wi = {
|
|
|
4313
4313
|
}, fn = {
|
|
4314
4314
|
key: it,
|
|
4315
4315
|
name: "x-runtime-lib.button",
|
|
4316
|
-
comp:
|
|
4316
|
+
comp: vl,
|
|
4317
4317
|
properties: {
|
|
4318
4318
|
pageCommon: [f, U, wi],
|
|
4319
4319
|
compCommon: [f, U, wi]
|
|
@@ -4328,13 +4328,13 @@ const Ua = R(O), wi = {
|
|
|
4328
4328
|
methods: [],
|
|
4329
4329
|
slots: [],
|
|
4330
4330
|
leaf: !0,
|
|
4331
|
-
spawn:
|
|
4331
|
+
spawn: Ua
|
|
4332
4332
|
};
|
|
4333
4333
|
V(fn);
|
|
4334
|
-
const
|
|
4334
|
+
const Xa = {
|
|
4335
4335
|
key: ot,
|
|
4336
4336
|
name: "x-runtime-lib.buttonGroup",
|
|
4337
|
-
comp:
|
|
4337
|
+
comp: wl,
|
|
4338
4338
|
properties: {
|
|
4339
4339
|
pageCommon: [f],
|
|
4340
4340
|
compCommon: [f]
|
|
@@ -4343,7 +4343,7 @@ const Ja = {
|
|
|
4343
4343
|
methods: [],
|
|
4344
4344
|
slots: []
|
|
4345
4345
|
};
|
|
4346
|
-
V(
|
|
4346
|
+
V(Xa);
|
|
4347
4347
|
const Vi = {
|
|
4348
4348
|
key: "settings",
|
|
4349
4349
|
name: "x-runtime-lib.settings",
|
|
@@ -4405,10 +4405,10 @@ const Vi = {
|
|
|
4405
4405
|
default: !1
|
|
4406
4406
|
}
|
|
4407
4407
|
]
|
|
4408
|
-
},
|
|
4408
|
+
}, Ya = {
|
|
4409
4409
|
key: rt,
|
|
4410
4410
|
name: "x-runtime-lib.buttonToggle",
|
|
4411
|
-
comp:
|
|
4411
|
+
comp: Vl,
|
|
4412
4412
|
properties: {
|
|
4413
4413
|
pageCommon: [f, Vi],
|
|
4414
4414
|
compCommon: [f, Vi]
|
|
@@ -4417,8 +4417,8 @@ const Vi = {
|
|
|
4417
4417
|
methods: [],
|
|
4418
4418
|
slots: []
|
|
4419
4419
|
};
|
|
4420
|
-
V(
|
|
4421
|
-
function
|
|
4420
|
+
V(Ya);
|
|
4421
|
+
function qa(t, e) {
|
|
4422
4422
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4423
4423
|
if (!o) {
|
|
4424
4424
|
console.error(`cardV1/spawn property tag not found, ${n}`);
|
|
@@ -4490,7 +4490,7 @@ const Si = {
|
|
|
4490
4490
|
}, De = {
|
|
4491
4491
|
key: st,
|
|
4492
4492
|
name: "x-runtime-lib.card",
|
|
4493
|
-
comp:
|
|
4493
|
+
comp: Sl,
|
|
4494
4494
|
properties: {
|
|
4495
4495
|
pageCommon: [f, U, Si],
|
|
4496
4496
|
compCommon: [f, U, Si]
|
|
@@ -4498,7 +4498,7 @@ const Si = {
|
|
|
4498
4498
|
events: [],
|
|
4499
4499
|
methods: [],
|
|
4500
4500
|
slots: [],
|
|
4501
|
-
spawn:
|
|
4501
|
+
spawn: qa
|
|
4502
4502
|
};
|
|
4503
4503
|
V(De);
|
|
4504
4504
|
const $i = {
|
|
@@ -4518,10 +4518,10 @@ const $i = {
|
|
|
4518
4518
|
default: ""
|
|
4519
4519
|
}
|
|
4520
4520
|
]
|
|
4521
|
-
},
|
|
4521
|
+
}, Za = {
|
|
4522
4522
|
key: lt,
|
|
4523
4523
|
name: "x-runtime-lib.checkbox",
|
|
4524
|
-
comp:
|
|
4524
|
+
comp: $l,
|
|
4525
4525
|
properties: {
|
|
4526
4526
|
pageCommon: [f, $i],
|
|
4527
4527
|
compCommon: [f, $i]
|
|
@@ -4531,8 +4531,8 @@ const $i = {
|
|
|
4531
4531
|
slots: [],
|
|
4532
4532
|
leaf: !0
|
|
4533
4533
|
};
|
|
4534
|
-
V(
|
|
4535
|
-
const
|
|
4534
|
+
V(Za);
|
|
4535
|
+
const Qa = W(O), Ii = {
|
|
4536
4536
|
key: "settings",
|
|
4537
4537
|
name: "x-runtime-lib.settings",
|
|
4538
4538
|
children: [
|
|
@@ -4605,12 +4605,12 @@ const Za = R(O), Ii = {
|
|
|
4605
4605
|
ui: "switch",
|
|
4606
4606
|
default: !1
|
|
4607
4607
|
},
|
|
4608
|
-
|
|
4608
|
+
Qa
|
|
4609
4609
|
]
|
|
4610
4610
|
}, bn = {
|
|
4611
4611
|
key: at,
|
|
4612
4612
|
name: "x-runtime-lib.chip",
|
|
4613
|
-
comp:
|
|
4613
|
+
comp: Il,
|
|
4614
4614
|
properties: {
|
|
4615
4615
|
pageCommon: [f, Ii],
|
|
4616
4616
|
compCommon: [f, Ii]
|
|
@@ -4621,7 +4621,7 @@ const Za = R(O), Ii = {
|
|
|
4621
4621
|
leaf: !0
|
|
4622
4622
|
};
|
|
4623
4623
|
V(bn);
|
|
4624
|
-
function
|
|
4624
|
+
function ec(t, e) {
|
|
4625
4625
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4626
4626
|
if (!o) {
|
|
4627
4627
|
console.error(`chipGroupV1/spawn property tag not found, ${n}`);
|
|
@@ -4713,7 +4713,7 @@ const Ci = {
|
|
|
4713
4713
|
}, hn = {
|
|
4714
4714
|
key: ct,
|
|
4715
4715
|
name: "x-runtime-lib.chipGroup",
|
|
4716
|
-
comp:
|
|
4716
|
+
comp: Cl,
|
|
4717
4717
|
properties: {
|
|
4718
4718
|
pageCommon: [f, Ci],
|
|
4719
4719
|
compCommon: [f, Ci]
|
|
@@ -4721,13 +4721,13 @@ const Ci = {
|
|
|
4721
4721
|
events: [],
|
|
4722
4722
|
methods: [],
|
|
4723
4723
|
slots: [],
|
|
4724
|
-
spawn:
|
|
4724
|
+
spawn: ec
|
|
4725
4725
|
};
|
|
4726
4726
|
V(hn);
|
|
4727
|
-
const
|
|
4727
|
+
const tc = {
|
|
4728
4728
|
key: ut,
|
|
4729
4729
|
name: "x-runtime-lib.colorPicker",
|
|
4730
|
-
comp:
|
|
4730
|
+
comp: Pl,
|
|
4731
4731
|
properties: {
|
|
4732
4732
|
pageCommon: [f],
|
|
4733
4733
|
compCommon: [f]
|
|
@@ -4737,7 +4737,7 @@ const ec = {
|
|
|
4737
4737
|
slots: [],
|
|
4738
4738
|
leaf: !0
|
|
4739
4739
|
};
|
|
4740
|
-
V(
|
|
4740
|
+
V(tc);
|
|
4741
4741
|
const Pi = {
|
|
4742
4742
|
key: "settings",
|
|
4743
4743
|
name: "x-runtime-lib.settings",
|
|
@@ -4779,10 +4779,10 @@ const Pi = {
|
|
|
4779
4779
|
default: !1
|
|
4780
4780
|
}
|
|
4781
4781
|
]
|
|
4782
|
-
},
|
|
4782
|
+
}, nc = {
|
|
4783
4783
|
key: mt,
|
|
4784
4784
|
name: "x-runtime-lib.combobox",
|
|
4785
|
-
comp:
|
|
4785
|
+
comp: Tl,
|
|
4786
4786
|
properties: {
|
|
4787
4787
|
pageCommon: [f, Pi],
|
|
4788
4788
|
compCommon: [f, Pi]
|
|
@@ -4792,8 +4792,8 @@ const Pi = {
|
|
|
4792
4792
|
slots: [],
|
|
4793
4793
|
leaf: !0
|
|
4794
4794
|
};
|
|
4795
|
-
V(
|
|
4796
|
-
const Jn =
|
|
4795
|
+
V(nc);
|
|
4796
|
+
const Jn = W(O);
|
|
4797
4797
|
Jn.key = "backgroundColor";
|
|
4798
4798
|
Jn.name = "x-runtime-lib.backgroundColor";
|
|
4799
4799
|
const Ti = {
|
|
@@ -4803,7 +4803,7 @@ const Ti = {
|
|
|
4803
4803
|
}, gn = {
|
|
4804
4804
|
key: pt,
|
|
4805
4805
|
name: "x-runtime-lib.container",
|
|
4806
|
-
comp:
|
|
4806
|
+
comp: zl,
|
|
4807
4807
|
properties: {
|
|
4808
4808
|
pageCommon: [f, U, $e, Ie, Ce, Ti],
|
|
4809
4809
|
compCommon: [f, U, $e, Ie, Ce, Ti]
|
|
@@ -4971,10 +4971,10 @@ const zi = {
|
|
|
4971
4971
|
defaultArray: []
|
|
4972
4972
|
}
|
|
4973
4973
|
]
|
|
4974
|
-
},
|
|
4974
|
+
}, ic = {
|
|
4975
4975
|
key: dt,
|
|
4976
4976
|
name: "x-runtime-lib.dataTable",
|
|
4977
|
-
comp:
|
|
4977
|
+
comp: Al,
|
|
4978
4978
|
properties: {
|
|
4979
4979
|
pageCommon: [f, zi, Ai, Li],
|
|
4980
4980
|
compCommon: [f, zi, Ai, Li]
|
|
@@ -4984,11 +4984,11 @@ const zi = {
|
|
|
4984
4984
|
slots: [],
|
|
4985
4985
|
leaf: !0
|
|
4986
4986
|
};
|
|
4987
|
-
V(
|
|
4988
|
-
const
|
|
4987
|
+
V(ic);
|
|
4988
|
+
const oc = {
|
|
4989
4989
|
key: yt,
|
|
4990
4990
|
name: "x-runtime-lib.datePicker",
|
|
4991
|
-
comp:
|
|
4991
|
+
comp: Ll,
|
|
4992
4992
|
properties: {
|
|
4993
4993
|
pageCommon: [f],
|
|
4994
4994
|
compCommon: [f]
|
|
@@ -4998,11 +4998,11 @@ const ic = {
|
|
|
4998
4998
|
slots: [],
|
|
4999
4999
|
leaf: !0
|
|
5000
5000
|
};
|
|
5001
|
-
V(
|
|
5002
|
-
const
|
|
5001
|
+
V(oc);
|
|
5002
|
+
const rc = {
|
|
5003
5003
|
key: ft,
|
|
5004
5004
|
name: "x-runtime-lib.dialog",
|
|
5005
|
-
comp:
|
|
5005
|
+
comp: Bl,
|
|
5006
5006
|
properties: {
|
|
5007
5007
|
pageCommon: [f],
|
|
5008
5008
|
compCommon: [f]
|
|
@@ -5025,15 +5025,15 @@ const oc = {
|
|
|
5025
5025
|
slots: [],
|
|
5026
5026
|
teleport: !0
|
|
5027
5027
|
};
|
|
5028
|
-
V(
|
|
5028
|
+
V(rc);
|
|
5029
5029
|
const Ei = {
|
|
5030
5030
|
key: "settings",
|
|
5031
5031
|
name: "x-runtime-lib.settings",
|
|
5032
5032
|
children: []
|
|
5033
|
-
},
|
|
5033
|
+
}, sm = {
|
|
5034
5034
|
key: ht,
|
|
5035
5035
|
name: "x-runtime-lib.fileInput",
|
|
5036
|
-
comp:
|
|
5036
|
+
comp: Rl,
|
|
5037
5037
|
properties: {
|
|
5038
5038
|
pageCommon: [f, Ei],
|
|
5039
5039
|
compCommon: [f, Ei]
|
|
@@ -5062,7 +5062,7 @@ const Ei = {
|
|
|
5062
5062
|
}, xn = {
|
|
5063
5063
|
key: To,
|
|
5064
5064
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5065
|
-
comp:
|
|
5065
|
+
comp: Ml,
|
|
5066
5066
|
properties: {
|
|
5067
5067
|
pageCommon: [f, U, Bi],
|
|
5068
5068
|
compCommon: [f, U, Bi]
|
|
@@ -5072,7 +5072,7 @@ const Ei = {
|
|
|
5072
5072
|
slots: []
|
|
5073
5073
|
};
|
|
5074
5074
|
V(xn);
|
|
5075
|
-
function
|
|
5075
|
+
function sc(t, e) {
|
|
5076
5076
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5077
5077
|
if (!o) {
|
|
5078
5078
|
console.error(`flexLayoutV1/spawn property tag not found, ${n}`);
|
|
@@ -5105,7 +5105,7 @@ function rc(t, e) {
|
|
|
5105
5105
|
"60px",
|
|
5106
5106
|
void 0
|
|
5107
5107
|
),
|
|
5108
|
-
|
|
5108
|
+
lc(t, e)
|
|
5109
5109
|
], r;
|
|
5110
5110
|
}
|
|
5111
5111
|
function vn(t, e, n, o, s, r, a, c, u) {
|
|
@@ -5126,7 +5126,7 @@ function vn(t, e, n, o, s, r, a, c, u) {
|
|
|
5126
5126
|
const y = {};
|
|
5127
5127
|
return z(y, p), y.basic.id = T(16), y.basic.key = gn.key, o && (y.size.width = o), s && (y.size.minWidth = s), a && (y.size.height = a), c && (y.size.minHeight = c), n && (y.settings.backgroundColor.mode = "custom", y.settings.backgroundColor.custom.light = n, y.settings.backgroundColor.custom.dark = n), y.children = [], y;
|
|
5128
5128
|
}
|
|
5129
|
-
function
|
|
5129
|
+
function lc(t, e) {
|
|
5130
5130
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5131
5131
|
if (!o) {
|
|
5132
5132
|
console.error(
|
|
@@ -5158,10 +5158,10 @@ function sc(t, e) {
|
|
|
5158
5158
|
)
|
|
5159
5159
|
], r;
|
|
5160
5160
|
}
|
|
5161
|
-
const Xn =
|
|
5161
|
+
const Xn = W(O);
|
|
5162
5162
|
Xn.key = "backgroundColor";
|
|
5163
5163
|
Xn.name = "x-runtime-lib.backgroundColor";
|
|
5164
|
-
const
|
|
5164
|
+
const Ri = {
|
|
5165
5165
|
key: "settings",
|
|
5166
5166
|
name: "x-runtime-lib.settings",
|
|
5167
5167
|
children: [
|
|
@@ -5336,8 +5336,8 @@ const Wi = {
|
|
|
5336
5336
|
name: "x-runtime-lib.flexLayout",
|
|
5337
5337
|
comp: Wl,
|
|
5338
5338
|
properties: {
|
|
5339
|
-
pageCommon: [f, U, $e, Ie, Ce,
|
|
5340
|
-
compCommon: [f, U, $e, Ie, Ce,
|
|
5339
|
+
pageCommon: [f, U, $e, Ie, Ce, Ri],
|
|
5340
|
+
compCommon: [f, U, $e, Ie, Ce, Ri]
|
|
5341
5341
|
},
|
|
5342
5342
|
events: [
|
|
5343
5343
|
{
|
|
@@ -5348,10 +5348,10 @@ const Wi = {
|
|
|
5348
5348
|
],
|
|
5349
5349
|
methods: [],
|
|
5350
5350
|
slots: [],
|
|
5351
|
-
spawn:
|
|
5351
|
+
spawn: sc
|
|
5352
5352
|
};
|
|
5353
5353
|
V(Fe);
|
|
5354
|
-
const
|
|
5354
|
+
const Wi = {
|
|
5355
5355
|
key: "settings",
|
|
5356
5356
|
name: "x-runtime-lib.settings",
|
|
5357
5357
|
children: [
|
|
@@ -5504,10 +5504,10 @@ const Ri = {
|
|
|
5504
5504
|
}, kn = {
|
|
5505
5505
|
key: Ut,
|
|
5506
5506
|
name: "x-runtime-lib.textField",
|
|
5507
|
-
comp:
|
|
5507
|
+
comp: ma,
|
|
5508
5508
|
properties: {
|
|
5509
|
-
pageCommon: [f,
|
|
5510
|
-
compCommon: [f,
|
|
5509
|
+
pageCommon: [f, Wi, Mi],
|
|
5510
|
+
compCommon: [f, Wi, Mi]
|
|
5511
5511
|
},
|
|
5512
5512
|
events: [],
|
|
5513
5513
|
methods: [],
|
|
@@ -5540,7 +5540,7 @@ const Ri = {
|
|
|
5540
5540
|
leaf: !0
|
|
5541
5541
|
};
|
|
5542
5542
|
V(kn);
|
|
5543
|
-
function
|
|
5543
|
+
function ac(t, e) {
|
|
5544
5544
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5545
5545
|
if (!o) {
|
|
5546
5546
|
console.error(`formV1/spawn property tag not found, ${n}`);
|
|
@@ -5552,9 +5552,9 @@ function lc(t, e) {
|
|
|
5552
5552
|
return;
|
|
5553
5553
|
}
|
|
5554
5554
|
const r = {};
|
|
5555
|
-
return z(r, s), r.basic.id = T(16), r.basic.key = _n.key, r.children = [
|
|
5555
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = _n.key, r.children = [cc(t, e)], r;
|
|
5556
5556
|
}
|
|
5557
|
-
function
|
|
5557
|
+
function cc(t, e) {
|
|
5558
5558
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5559
5559
|
if (!o) {
|
|
5560
5560
|
console.error(`formV1/spawnTextField property tag not found, ${n}`);
|
|
@@ -5589,7 +5589,7 @@ const Di = {
|
|
|
5589
5589
|
}, _n = {
|
|
5590
5590
|
key: xt,
|
|
5591
5591
|
name: "x-runtime-lib.form",
|
|
5592
|
-
comp:
|
|
5592
|
+
comp: Dl,
|
|
5593
5593
|
properties: {
|
|
5594
5594
|
pageCommon: [f, U, $e, Ie, Ce, Di],
|
|
5595
5595
|
compCommon: [f, U, $e, Ie, Ce, Di]
|
|
@@ -5603,10 +5603,10 @@ const Di = {
|
|
|
5603
5603
|
],
|
|
5604
5604
|
methods: [],
|
|
5605
5605
|
slots: [],
|
|
5606
|
-
spawn:
|
|
5606
|
+
spawn: ac
|
|
5607
5607
|
};
|
|
5608
5608
|
V(_n);
|
|
5609
|
-
const
|
|
5609
|
+
const uc = W(O), Fi = {
|
|
5610
5610
|
key: "settings",
|
|
5611
5611
|
name: "x-runtime-lib.settings",
|
|
5612
5612
|
children: [
|
|
@@ -5629,12 +5629,12 @@ const cc = R(O), Fi = {
|
|
|
5629
5629
|
items: "sizeItemsV1",
|
|
5630
5630
|
default: "default"
|
|
5631
5631
|
},
|
|
5632
|
-
|
|
5632
|
+
uc
|
|
5633
5633
|
]
|
|
5634
|
-
},
|
|
5634
|
+
}, mc = {
|
|
5635
5635
|
key: kt,
|
|
5636
5636
|
name: "x-runtime-lib.icon",
|
|
5637
|
-
comp:
|
|
5637
|
+
comp: Fl,
|
|
5638
5638
|
properties: {
|
|
5639
5639
|
pageCommon: [f, Fi],
|
|
5640
5640
|
compCommon: [f, Fi]
|
|
@@ -5644,11 +5644,11 @@ const cc = R(O), Fi = {
|
|
|
5644
5644
|
slots: [],
|
|
5645
5645
|
leaf: !0
|
|
5646
5646
|
};
|
|
5647
|
-
V(
|
|
5648
|
-
const
|
|
5647
|
+
V(mc);
|
|
5648
|
+
const pc = {
|
|
5649
5649
|
key: St,
|
|
5650
5650
|
name: "x-runtime-lib.menu",
|
|
5651
|
-
comp:
|
|
5651
|
+
comp: jl,
|
|
5652
5652
|
properties: {
|
|
5653
5653
|
pageCommon: [f],
|
|
5654
5654
|
compCommon: [f]
|
|
@@ -5671,8 +5671,8 @@ const mc = {
|
|
|
5671
5671
|
slots: [],
|
|
5672
5672
|
teleport: !0
|
|
5673
5673
|
};
|
|
5674
|
-
V(
|
|
5675
|
-
function
|
|
5674
|
+
V(pc);
|
|
5675
|
+
function dc(t, e) {
|
|
5676
5676
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5677
5677
|
if (!o) {
|
|
5678
5678
|
console.error(`numberInputV1/spawn property tag not found, ${n}`);
|
|
@@ -5856,7 +5856,7 @@ const Gi = {
|
|
|
5856
5856
|
}, wn = {
|
|
5857
5857
|
key: Ct,
|
|
5858
5858
|
name: "x-runtime-lib.numberInput",
|
|
5859
|
-
comp:
|
|
5859
|
+
comp: Nl,
|
|
5860
5860
|
properties: {
|
|
5861
5861
|
pageCommon: [f, Gi, ji],
|
|
5862
5862
|
compCommon: [f, Gi, ji]
|
|
@@ -5891,7 +5891,7 @@ const Gi = {
|
|
|
5891
5891
|
methods: [],
|
|
5892
5892
|
slots: [],
|
|
5893
5893
|
leaf: !0,
|
|
5894
|
-
spawn:
|
|
5894
|
+
spawn: dc
|
|
5895
5895
|
};
|
|
5896
5896
|
V(wn);
|
|
5897
5897
|
const Ni = {
|
|
@@ -5957,10 +5957,10 @@ const Ni = {
|
|
|
5957
5957
|
default: !1
|
|
5958
5958
|
}
|
|
5959
5959
|
]
|
|
5960
|
-
},
|
|
5960
|
+
}, yc = {
|
|
5961
5961
|
key: zt,
|
|
5962
5962
|
name: "x-runtime-lib.pagination",
|
|
5963
|
-
comp:
|
|
5963
|
+
comp: Hl,
|
|
5964
5964
|
properties: {
|
|
5965
5965
|
pageCommon: [f, Ni],
|
|
5966
5966
|
compCommon: [f, Ni]
|
|
@@ -5970,8 +5970,8 @@ const Ni = {
|
|
|
5970
5970
|
slots: [],
|
|
5971
5971
|
leaf: !0
|
|
5972
5972
|
};
|
|
5973
|
-
V(
|
|
5974
|
-
const
|
|
5973
|
+
V(yc);
|
|
5974
|
+
const fc = W(O), Hi = {
|
|
5975
5975
|
key: "settings",
|
|
5976
5976
|
name: "x-runtime-lib.settings",
|
|
5977
5977
|
children: [
|
|
@@ -6006,12 +6006,12 @@ const yc = R(O), Hi = {
|
|
|
6006
6006
|
items: "densityItemsV1",
|
|
6007
6007
|
default: "default"
|
|
6008
6008
|
},
|
|
6009
|
-
|
|
6009
|
+
fc
|
|
6010
6010
|
]
|
|
6011
6011
|
}, Vn = {
|
|
6012
6012
|
key: zo,
|
|
6013
6013
|
name: "x-runtime-lib.radio",
|
|
6014
|
-
comp:
|
|
6014
|
+
comp: Kl,
|
|
6015
6015
|
properties: {
|
|
6016
6016
|
pageCommon: [f, Hi],
|
|
6017
6017
|
compCommon: [f, Hi]
|
|
@@ -6022,7 +6022,7 @@ const yc = R(O), Hi = {
|
|
|
6022
6022
|
leaf: !0
|
|
6023
6023
|
};
|
|
6024
6024
|
V(Vn);
|
|
6025
|
-
function
|
|
6025
|
+
function bc(t, e) {
|
|
6026
6026
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6027
6027
|
if (!o) {
|
|
6028
6028
|
console.error(`radioGroupV1/spawn property tag not found, ${n}`);
|
|
@@ -6102,7 +6102,7 @@ const Ki = {
|
|
|
6102
6102
|
}, Sn = {
|
|
6103
6103
|
key: Et,
|
|
6104
6104
|
name: "x-runtime-lib.radioGroup",
|
|
6105
|
-
comp:
|
|
6105
|
+
comp: Ol,
|
|
6106
6106
|
properties: {
|
|
6107
6107
|
pageCommon: [f, Ki],
|
|
6108
6108
|
compCommon: [f, Ki]
|
|
@@ -6110,7 +6110,7 @@ const Ki = {
|
|
|
6110
6110
|
events: [],
|
|
6111
6111
|
methods: [],
|
|
6112
6112
|
slots: [],
|
|
6113
|
-
spawn:
|
|
6113
|
+
spawn: bc
|
|
6114
6114
|
};
|
|
6115
6115
|
V(Sn);
|
|
6116
6116
|
const Oi = {
|
|
@@ -6230,10 +6230,10 @@ const Oi = {
|
|
|
6230
6230
|
]
|
|
6231
6231
|
}
|
|
6232
6232
|
]
|
|
6233
|
-
},
|
|
6233
|
+
}, hc = {
|
|
6234
6234
|
key: Bt,
|
|
6235
6235
|
name: "x-runtime-lib.rangeSlider",
|
|
6236
|
-
comp:
|
|
6236
|
+
comp: Ul,
|
|
6237
6237
|
properties: {
|
|
6238
6238
|
pageCommon: [f, Oi],
|
|
6239
6239
|
compCommon: [f, Oi]
|
|
@@ -6243,7 +6243,7 @@ const Oi = {
|
|
|
6243
6243
|
slots: [],
|
|
6244
6244
|
leaf: !0
|
|
6245
6245
|
};
|
|
6246
|
-
V(
|
|
6246
|
+
V(hc);
|
|
6247
6247
|
const Ui = {
|
|
6248
6248
|
key: "settings",
|
|
6249
6249
|
name: "x-runtime-lib.settings",
|
|
@@ -6299,10 +6299,10 @@ const Ui = {
|
|
|
6299
6299
|
default: !1
|
|
6300
6300
|
}
|
|
6301
6301
|
]
|
|
6302
|
-
},
|
|
6303
|
-
key:
|
|
6302
|
+
}, gc = {
|
|
6303
|
+
key: Rt,
|
|
6304
6304
|
name: "x-runtime-lib.rating",
|
|
6305
|
-
comp:
|
|
6305
|
+
comp: Jl,
|
|
6306
6306
|
properties: {
|
|
6307
6307
|
pageCommon: [f, Ui],
|
|
6308
6308
|
compCommon: [f, Ui]
|
|
@@ -6312,7 +6312,7 @@ const Ui = {
|
|
|
6312
6312
|
slots: [],
|
|
6313
6313
|
leaf: !0
|
|
6314
6314
|
};
|
|
6315
|
-
V(
|
|
6315
|
+
V(gc);
|
|
6316
6316
|
const Ji = {
|
|
6317
6317
|
key: "settings",
|
|
6318
6318
|
name: "x-runtime-lib.settings",
|
|
@@ -6354,10 +6354,10 @@ const Ji = {
|
|
|
6354
6354
|
default: !1
|
|
6355
6355
|
}
|
|
6356
6356
|
]
|
|
6357
|
-
},
|
|
6357
|
+
}, xc = {
|
|
6358
6358
|
key: Mt,
|
|
6359
6359
|
name: "x-runtime-lib.select",
|
|
6360
|
-
comp:
|
|
6360
|
+
comp: Xl,
|
|
6361
6361
|
properties: {
|
|
6362
6362
|
pageCommon: [f, Ji],
|
|
6363
6363
|
compCommon: [f, Ji]
|
|
@@ -6367,14 +6367,14 @@ const Ji = {
|
|
|
6367
6367
|
slots: [],
|
|
6368
6368
|
leaf: !0
|
|
6369
6369
|
};
|
|
6370
|
-
V(
|
|
6371
|
-
const Yn =
|
|
6370
|
+
V(xc);
|
|
6371
|
+
const Yn = W(O);
|
|
6372
6372
|
Yn.key = "color";
|
|
6373
6373
|
Yn.name = "x-runtime-lib.color";
|
|
6374
|
-
const qn =
|
|
6374
|
+
const qn = W(O);
|
|
6375
6375
|
qn.key = "trackColor";
|
|
6376
6376
|
qn.name = "x-runtime-lib.trackColor";
|
|
6377
|
-
const Zn =
|
|
6377
|
+
const Zn = W(O);
|
|
6378
6378
|
Zn.key = "thumbColor";
|
|
6379
6379
|
Zn.name = "x-runtime-lib.thumbColor";
|
|
6380
6380
|
const Xi = {
|
|
@@ -6503,10 +6503,10 @@ const Xi = {
|
|
|
6503
6503
|
default: void 0
|
|
6504
6504
|
}
|
|
6505
6505
|
]
|
|
6506
|
-
},
|
|
6506
|
+
}, vc = {
|
|
6507
6507
|
key: Dt,
|
|
6508
6508
|
name: "x-runtime-lib.slider",
|
|
6509
|
-
comp:
|
|
6509
|
+
comp: Yl,
|
|
6510
6510
|
properties: {
|
|
6511
6511
|
pageCommon: [f, Xi, Yi],
|
|
6512
6512
|
compCommon: [f, Xi, Yi]
|
|
@@ -6516,11 +6516,11 @@ const Xi = {
|
|
|
6516
6516
|
slots: [],
|
|
6517
6517
|
leaf: !0
|
|
6518
6518
|
};
|
|
6519
|
-
V(
|
|
6519
|
+
V(vc);
|
|
6520
6520
|
const $n = {
|
|
6521
6521
|
key: Ao,
|
|
6522
6522
|
name: "x-runtime-lib.stepperHeader",
|
|
6523
|
-
comp:
|
|
6523
|
+
comp: ea,
|
|
6524
6524
|
properties: {
|
|
6525
6525
|
pageCommon: [f],
|
|
6526
6526
|
compCommon: [f]
|
|
@@ -6544,7 +6544,7 @@ const qi = {
|
|
|
6544
6544
|
}, In = {
|
|
6545
6545
|
key: Lo,
|
|
6546
6546
|
name: "x-runtime-lib.stepperItem",
|
|
6547
|
-
comp:
|
|
6547
|
+
comp: ta,
|
|
6548
6548
|
properties: {
|
|
6549
6549
|
pageCommon: [f, qi],
|
|
6550
6550
|
compCommon: [f, qi]
|
|
@@ -6557,7 +6557,7 @@ V(In);
|
|
|
6557
6557
|
const Cn = {
|
|
6558
6558
|
key: Eo,
|
|
6559
6559
|
name: "x-runtime-lib.stepperWindow",
|
|
6560
|
-
comp:
|
|
6560
|
+
comp: oa,
|
|
6561
6561
|
properties: {
|
|
6562
6562
|
pageCommon: [f],
|
|
6563
6563
|
compCommon: [f]
|
|
@@ -6581,7 +6581,7 @@ const Zi = {
|
|
|
6581
6581
|
}, Pn = {
|
|
6582
6582
|
key: Bo,
|
|
6583
6583
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6584
|
-
comp:
|
|
6584
|
+
comp: ra,
|
|
6585
6585
|
properties: {
|
|
6586
6586
|
pageCommon: [f, Zi],
|
|
6587
6587
|
compCommon: [f, Zi]
|
|
@@ -6591,7 +6591,7 @@ const Zi = {
|
|
|
6591
6591
|
slots: []
|
|
6592
6592
|
};
|
|
6593
6593
|
V(Pn);
|
|
6594
|
-
function
|
|
6594
|
+
function kc(t, e) {
|
|
6595
6595
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6596
6596
|
if (!o) {
|
|
6597
6597
|
console.error(`stepperV1/spawn property tag not found, ${n}`);
|
|
@@ -6603,9 +6603,9 @@ function vc(t, e) {
|
|
|
6603
6603
|
return;
|
|
6604
6604
|
}
|
|
6605
6605
|
const r = {};
|
|
6606
|
-
return z(r, s), r.basic.id = T(16), r.basic.key = Tn.key, r.children = [
|
|
6606
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Tn.key, r.children = [_c(t, e), wc(t, e)], r;
|
|
6607
6607
|
}
|
|
6608
|
-
function
|
|
6608
|
+
function _c(t, e) {
|
|
6609
6609
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6610
6610
|
if (!o) {
|
|
6611
6611
|
console.error(`stepperV1/spawnHeader property tag not found, ${n}`);
|
|
@@ -6637,7 +6637,7 @@ function rn(t, e, n) {
|
|
|
6637
6637
|
const a = {};
|
|
6638
6638
|
return z(a, r), a.basic.id = T(16), a.basic.key = In.key, a.children = [], a.settings.value = n, a;
|
|
6639
6639
|
}
|
|
6640
|
-
function
|
|
6640
|
+
function wc(t, e) {
|
|
6641
6641
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6642
6642
|
if (!o) {
|
|
6643
6643
|
console.error(`stepperV1/spawnWindow property tag not found, ${n}`);
|
|
@@ -6671,9 +6671,9 @@ function sn(t, e, n, o) {
|
|
|
6671
6671
|
return;
|
|
6672
6672
|
}
|
|
6673
6673
|
const c = {};
|
|
6674
|
-
return z(c, a), c.basic.id = T(16), c.basic.key = Pn.key, c.children = [
|
|
6674
|
+
return z(c, a), c.basic.id = T(16), c.basic.key = Pn.key, c.children = [Vc(t, e, o)], c.settings.value = n, c;
|
|
6675
6675
|
}
|
|
6676
|
-
function
|
|
6676
|
+
function Vc(t, e, n) {
|
|
6677
6677
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
6678
6678
|
if (!s) {
|
|
6679
6679
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6707,7 +6707,7 @@ const Qi = {
|
|
|
6707
6707
|
}, Tn = {
|
|
6708
6708
|
key: jt,
|
|
6709
6709
|
name: "x-runtime-lib.stepper",
|
|
6710
|
-
comp:
|
|
6710
|
+
comp: ql,
|
|
6711
6711
|
properties: {
|
|
6712
6712
|
pageCommon: [f, Qi],
|
|
6713
6713
|
compCommon: [f, Qi]
|
|
@@ -6715,13 +6715,13 @@ const Qi = {
|
|
|
6715
6715
|
events: [],
|
|
6716
6716
|
methods: [],
|
|
6717
6717
|
slots: [],
|
|
6718
|
-
spawn:
|
|
6718
|
+
spawn: kc
|
|
6719
6719
|
};
|
|
6720
6720
|
V(Tn);
|
|
6721
|
-
const
|
|
6721
|
+
const Sc = {
|
|
6722
6722
|
key: Nt,
|
|
6723
6723
|
name: "x-runtime-lib.switch",
|
|
6724
|
-
comp:
|
|
6724
|
+
comp: sa,
|
|
6725
6725
|
properties: {
|
|
6726
6726
|
pageCommon: [f],
|
|
6727
6727
|
compCommon: [f]
|
|
@@ -6731,7 +6731,7 @@ const Vc = {
|
|
|
6731
6731
|
slots: [],
|
|
6732
6732
|
leaf: !0
|
|
6733
6733
|
};
|
|
6734
|
-
V(
|
|
6734
|
+
V(Sc);
|
|
6735
6735
|
const eo = {
|
|
6736
6736
|
key: "settings",
|
|
6737
6737
|
name: "x-runtime-lib.settings",
|
|
@@ -6750,9 +6750,9 @@ const eo = {
|
|
|
6750
6750
|
}
|
|
6751
6751
|
]
|
|
6752
6752
|
}, zn = {
|
|
6753
|
-
key:
|
|
6753
|
+
key: Ro,
|
|
6754
6754
|
name: "x-runtime-lib.tab",
|
|
6755
|
-
comp:
|
|
6755
|
+
comp: la,
|
|
6756
6756
|
properties: {
|
|
6757
6757
|
pageCommon: [f, eo],
|
|
6758
6758
|
compCommon: [f, eo]
|
|
@@ -6763,7 +6763,7 @@ const eo = {
|
|
|
6763
6763
|
leaf: !0
|
|
6764
6764
|
};
|
|
6765
6765
|
V(zn);
|
|
6766
|
-
function
|
|
6766
|
+
function $c(t, e) {
|
|
6767
6767
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6768
6768
|
if (!o) {
|
|
6769
6769
|
console.error(`tabsV1/spawn property tag not found, ${n}`);
|
|
@@ -6795,13 +6795,13 @@ function ln(t, e, n, o) {
|
|
|
6795
6795
|
const c = {};
|
|
6796
6796
|
return z(c, a), c.basic.id = T(16), c.basic.key = zn.key, c.settings.value = n, c.settings.text = o, c;
|
|
6797
6797
|
}
|
|
6798
|
-
const Qn =
|
|
6798
|
+
const Qn = W(O);
|
|
6799
6799
|
Qn.key = "backgroundColor";
|
|
6800
6800
|
Qn.name = "x-runtime-lib.backgroundColor";
|
|
6801
|
-
const ei =
|
|
6801
|
+
const ei = W(O);
|
|
6802
6802
|
ei.key = "selectedColor";
|
|
6803
6803
|
ei.name = "x-runtime-lib.selectedColor";
|
|
6804
|
-
const ti =
|
|
6804
|
+
const ti = W(O);
|
|
6805
6805
|
ti.key = "sliderColor";
|
|
6806
6806
|
ti.name = "x-runtime-lib.sliderColor";
|
|
6807
6807
|
const to = {
|
|
@@ -6886,7 +6886,7 @@ const to = {
|
|
|
6886
6886
|
}, An = {
|
|
6887
6887
|
key: Ht,
|
|
6888
6888
|
name: "x-runtime-lib.tabs",
|
|
6889
|
-
comp:
|
|
6889
|
+
comp: aa,
|
|
6890
6890
|
properties: {
|
|
6891
6891
|
pageCommon: [f, to],
|
|
6892
6892
|
compCommon: [f, to]
|
|
@@ -6894,10 +6894,10 @@ const to = {
|
|
|
6894
6894
|
events: [],
|
|
6895
6895
|
methods: [],
|
|
6896
6896
|
slots: [],
|
|
6897
|
-
spawn:
|
|
6897
|
+
spawn: $c
|
|
6898
6898
|
};
|
|
6899
6899
|
V(An);
|
|
6900
|
-
function
|
|
6900
|
+
function Ic(t, e) {
|
|
6901
6901
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6902
6902
|
if (!o) {
|
|
6903
6903
|
console.error(`textV1/spawn property tag not found, ${n}`);
|
|
@@ -7000,7 +7000,7 @@ const no = {
|
|
|
7000
7000
|
}, ke = {
|
|
7001
7001
|
key: Kt,
|
|
7002
7002
|
name: "x-runtime-lib.text",
|
|
7003
|
-
comp:
|
|
7003
|
+
comp: ca,
|
|
7004
7004
|
properties: {
|
|
7005
7005
|
pageCommon: [f, no],
|
|
7006
7006
|
compCommon: [f, no]
|
|
@@ -7009,10 +7009,10 @@ const no = {
|
|
|
7009
7009
|
methods: [],
|
|
7010
7010
|
slots: [],
|
|
7011
7011
|
leaf: !0,
|
|
7012
|
-
spawn:
|
|
7012
|
+
spawn: Ic
|
|
7013
7013
|
};
|
|
7014
7014
|
V(ke);
|
|
7015
|
-
function
|
|
7015
|
+
function Cc(t, e) {
|
|
7016
7016
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7017
7017
|
if (!o) {
|
|
7018
7018
|
console.error(`textareaV1/spawn property tag not found, ${n}`);
|
|
@@ -7100,7 +7100,7 @@ const io = {
|
|
|
7100
7100
|
}, Ln = {
|
|
7101
7101
|
key: Ot,
|
|
7102
7102
|
name: "x-runtime-lib.textarea",
|
|
7103
|
-
comp:
|
|
7103
|
+
comp: ua,
|
|
7104
7104
|
properties: {
|
|
7105
7105
|
pageCommon: [f, io],
|
|
7106
7106
|
compCommon: [f, io]
|
|
@@ -7109,13 +7109,13 @@ const io = {
|
|
|
7109
7109
|
methods: [],
|
|
7110
7110
|
slots: [],
|
|
7111
7111
|
leaf: !0,
|
|
7112
|
-
spawn:
|
|
7112
|
+
spawn: Cc
|
|
7113
7113
|
};
|
|
7114
7114
|
V(Ln);
|
|
7115
7115
|
const En = {
|
|
7116
|
-
key:
|
|
7116
|
+
key: Wo,
|
|
7117
7117
|
name: "x-runtime-lib.timelineItem",
|
|
7118
|
-
comp:
|
|
7118
|
+
comp: fa,
|
|
7119
7119
|
properties: {
|
|
7120
7120
|
pageCommon: [f],
|
|
7121
7121
|
compCommon: [f]
|
|
@@ -7125,7 +7125,7 @@ const En = {
|
|
|
7125
7125
|
slots: []
|
|
7126
7126
|
};
|
|
7127
7127
|
V(En);
|
|
7128
|
-
function
|
|
7128
|
+
function Pc(t, e) {
|
|
7129
7129
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7130
7130
|
if (!o) {
|
|
7131
7131
|
console.error(`timelineV1/spawn property tag not found, ${n}`);
|
|
@@ -7155,9 +7155,9 @@ function an(t, e, n) {
|
|
|
7155
7155
|
return;
|
|
7156
7156
|
}
|
|
7157
7157
|
const a = {};
|
|
7158
|
-
return z(a, r), a.basic.id = T(16), a.basic.key = En.key, a.children = [
|
|
7158
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = En.key, a.children = [Tc(t, e, n)], a;
|
|
7159
7159
|
}
|
|
7160
|
-
function
|
|
7160
|
+
function Tc(t, e, n) {
|
|
7161
7161
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7162
7162
|
if (!s) {
|
|
7163
7163
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7171,7 +7171,7 @@ function Pc(t, e, n) {
|
|
|
7171
7171
|
const a = {};
|
|
7172
7172
|
return z(a, r), a.basic.id = T(16), a.basic.key = ke.key, a.settings.text = n, a;
|
|
7173
7173
|
}
|
|
7174
|
-
const
|
|
7174
|
+
const zc = W(O), Ac = W(O), oo = {
|
|
7175
7175
|
key: "settings",
|
|
7176
7176
|
name: "x-runtime-lib.settings",
|
|
7177
7177
|
children: [
|
|
@@ -7219,7 +7219,7 @@ const Tc = R(O), zc = R(O), oo = {
|
|
|
7219
7219
|
ui: "switch",
|
|
7220
7220
|
default: !1
|
|
7221
7221
|
},
|
|
7222
|
-
|
|
7222
|
+
zc
|
|
7223
7223
|
]
|
|
7224
7224
|
},
|
|
7225
7225
|
{
|
|
@@ -7245,14 +7245,14 @@ const Tc = R(O), zc = R(O), oo = {
|
|
|
7245
7245
|
ui: "numInput",
|
|
7246
7246
|
default: 0
|
|
7247
7247
|
},
|
|
7248
|
-
|
|
7248
|
+
Ac
|
|
7249
7249
|
]
|
|
7250
7250
|
}
|
|
7251
7251
|
]
|
|
7252
7252
|
}, Bn = {
|
|
7253
7253
|
key: Jt,
|
|
7254
7254
|
name: "x-runtime-lib.timeline",
|
|
7255
|
-
comp:
|
|
7255
|
+
comp: pa,
|
|
7256
7256
|
properties: {
|
|
7257
7257
|
pageCommon: [f, oo],
|
|
7258
7258
|
compCommon: [f, oo]
|
|
@@ -7260,13 +7260,13 @@ const Tc = R(O), zc = R(O), oo = {
|
|
|
7260
7260
|
events: [],
|
|
7261
7261
|
methods: [],
|
|
7262
7262
|
slots: [],
|
|
7263
|
-
spawn:
|
|
7263
|
+
spawn: Pc
|
|
7264
7264
|
};
|
|
7265
7265
|
V(Bn);
|
|
7266
|
-
const
|
|
7266
|
+
const Rn = {
|
|
7267
7267
|
key: Mo,
|
|
7268
7268
|
name: "x-runtime-lib.windowItem",
|
|
7269
|
-
comp:
|
|
7269
|
+
comp: xa,
|
|
7270
7270
|
properties: {
|
|
7271
7271
|
pageCommon: [f],
|
|
7272
7272
|
compCommon: [f]
|
|
@@ -7275,20 +7275,20 @@ const Wn = {
|
|
|
7275
7275
|
methods: [],
|
|
7276
7276
|
slots: []
|
|
7277
7277
|
};
|
|
7278
|
-
V(
|
|
7279
|
-
function
|
|
7278
|
+
V(Rn);
|
|
7279
|
+
function Lc(t, e) {
|
|
7280
7280
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7281
7281
|
if (!o) {
|
|
7282
7282
|
console.error(`windowV1/spawn property tag not found, ${n}`);
|
|
7283
7283
|
return;
|
|
7284
7284
|
}
|
|
7285
|
-
const s =
|
|
7285
|
+
const s = Wn.properties[o];
|
|
7286
7286
|
if (!s) {
|
|
7287
7287
|
console.error(`windowV1/spawn properties not found, ${n}`);
|
|
7288
7288
|
return;
|
|
7289
7289
|
}
|
|
7290
7290
|
const r = {};
|
|
7291
|
-
return z(r, s), r.basic.id = T(16), r.basic.key =
|
|
7291
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Wn.key, r.children = [
|
|
7292
7292
|
cn(t, e, "window 1"),
|
|
7293
7293
|
cn(t, e, "window 2"),
|
|
7294
7294
|
cn(t, e, "window 3")
|
|
@@ -7300,15 +7300,15 @@ function cn(t, e, n) {
|
|
|
7300
7300
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
7301
7301
|
return;
|
|
7302
7302
|
}
|
|
7303
|
-
const r =
|
|
7303
|
+
const r = Rn.properties[s];
|
|
7304
7304
|
if (!r) {
|
|
7305
7305
|
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
7306
7306
|
return;
|
|
7307
7307
|
}
|
|
7308
7308
|
const a = {};
|
|
7309
|
-
return z(a, r), a.basic.id = T(16), a.basic.key =
|
|
7309
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = Rn.key, a.children = [Ec(t, e, n)], a;
|
|
7310
7310
|
}
|
|
7311
|
-
function
|
|
7311
|
+
function Ec(t, e, n) {
|
|
7312
7312
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7313
7313
|
if (!s) {
|
|
7314
7314
|
console.error(
|
|
@@ -7322,9 +7322,9 @@ function Lc(t, e, n) {
|
|
|
7322
7322
|
return;
|
|
7323
7323
|
}
|
|
7324
7324
|
const a = {};
|
|
7325
|
-
return z(a, r), a.basic.id = T(16), a.basic.key = Fe.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [
|
|
7325
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = Fe.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Bc(t, e, n)], a;
|
|
7326
7326
|
}
|
|
7327
|
-
function
|
|
7327
|
+
function Bc(t, e, n) {
|
|
7328
7328
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7329
7329
|
if (!s) {
|
|
7330
7330
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7386,10 +7386,10 @@ const ro = {
|
|
|
7386
7386
|
default: !1
|
|
7387
7387
|
}
|
|
7388
7388
|
]
|
|
7389
|
-
},
|
|
7389
|
+
}, Wn = {
|
|
7390
7390
|
key: Xt,
|
|
7391
7391
|
name: "x-runtime-lib.window",
|
|
7392
|
-
comp:
|
|
7392
|
+
comp: ba,
|
|
7393
7393
|
properties: {
|
|
7394
7394
|
pageCommon: [f, ro],
|
|
7395
7395
|
compCommon: [f, ro]
|
|
@@ -7397,10 +7397,10 @@ const ro = {
|
|
|
7397
7397
|
events: [],
|
|
7398
7398
|
methods: [],
|
|
7399
7399
|
slots: [],
|
|
7400
|
-
spawn:
|
|
7400
|
+
spawn: Lc
|
|
7401
7401
|
};
|
|
7402
|
-
V(
|
|
7403
|
-
const
|
|
7402
|
+
V(Wn);
|
|
7403
|
+
const Rc = [
|
|
7404
7404
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7405
7405
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7406
7406
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
@@ -7410,23 +7410,23 @@ const Bc = [
|
|
|
7410
7410
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7411
7411
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7412
7412
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7413
|
-
],
|
|
7413
|
+
], Mc = [
|
|
7414
7414
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7415
7415
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7416
7416
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7417
7417
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7418
|
-
],
|
|
7418
|
+
], Dc = [
|
|
7419
7419
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7420
7420
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7421
7421
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7422
|
-
],
|
|
7422
|
+
], Fc = [
|
|
7423
7423
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7424
7424
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7425
7425
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7426
|
-
],
|
|
7426
|
+
], Gc = [
|
|
7427
7427
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7428
7428
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7429
|
-
],
|
|
7429
|
+
], jc = [
|
|
7430
7430
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7431
7431
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7432
7432
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7434,20 +7434,20 @@ const Bc = [
|
|
|
7434
7434
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7435
7435
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7436
7436
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7437
|
-
],
|
|
7437
|
+
], Nc = [
|
|
7438
7438
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7439
7439
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7440
7440
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7441
7441
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7442
7442
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7443
7443
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7444
|
-
],
|
|
7444
|
+
], Hc = [
|
|
7445
7445
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7446
7446
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7447
7447
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7448
7448
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7449
7449
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7450
|
-
],
|
|
7450
|
+
], Kc = [
|
|
7451
7451
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7452
7452
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7453
7453
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7455,12 +7455,12 @@ const Bc = [
|
|
|
7455
7455
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7456
7456
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7457
7457
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7458
|
-
],
|
|
7458
|
+
], Oc = [
|
|
7459
7459
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7460
7460
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7461
7461
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7462
7462
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7463
|
-
],
|
|
7463
|
+
], Uc = [
|
|
7464
7464
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7465
7465
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7466
7466
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7468,24 +7468,24 @@ const Bc = [
|
|
|
7468
7468
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7469
7469
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7470
7470
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7471
|
-
],
|
|
7471
|
+
], Jc = [
|
|
7472
7472
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7473
7473
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7474
7474
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7475
7475
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7476
7476
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7477
7477
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7478
|
-
],
|
|
7478
|
+
], Xc = [
|
|
7479
7479
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7480
7480
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7481
7481
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7482
|
-
],
|
|
7482
|
+
], Yc = [
|
|
7483
7483
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7484
7484
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7485
7485
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7486
7486
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7487
7487
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7488
|
-
],
|
|
7488
|
+
], qc = [
|
|
7489
7489
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7490
7490
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7491
7491
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7493,18 +7493,18 @@ const Bc = [
|
|
|
7493
7493
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7494
7494
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7495
7495
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7496
|
-
],
|
|
7496
|
+
], Zc = [
|
|
7497
7497
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7498
7498
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7499
7499
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7500
7500
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7501
7501
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7502
|
-
],
|
|
7502
|
+
], Qc = [
|
|
7503
7503
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7504
7504
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7505
7505
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7506
7506
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7507
|
-
],
|
|
7507
|
+
], eu = [
|
|
7508
7508
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7509
7509
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7510
7510
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7519,7 +7519,7 @@ const Bc = [
|
|
|
7519
7519
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7520
7520
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7521
7521
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7522
|
-
],
|
|
7522
|
+
], tu = [
|
|
7523
7523
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7524
7524
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7525
7525
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7530,53 +7530,53 @@ const Bc = [
|
|
|
7530
7530
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7531
7531
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7532
7532
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7533
|
-
],
|
|
7533
|
+
], nu = [
|
|
7534
7534
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7535
7535
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7536
7536
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7537
|
-
],
|
|
7537
|
+
], iu = [
|
|
7538
7538
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7539
7539
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7540
|
-
],
|
|
7540
|
+
], ou = [
|
|
7541
7541
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7542
7542
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7543
|
-
],
|
|
7543
|
+
], ru = [
|
|
7544
7544
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7545
7545
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7546
7546
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7547
|
-
],
|
|
7547
|
+
], su = [
|
|
7548
7548
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7549
7549
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7550
7550
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7551
7551
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7552
|
-
],
|
|
7552
|
+
], lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7553
7553
|
__proto__: null,
|
|
7554
|
-
alignTabsItemsV1:
|
|
7554
|
+
alignTabsItemsV1: Rc,
|
|
7555
7555
|
axisTypeItemsV1: Wc,
|
|
7556
|
-
borderStyleItemsV1:
|
|
7557
|
-
colorModeItemsV1:
|
|
7558
|
-
densityItemsV1:
|
|
7559
|
-
directionItemsV1:
|
|
7560
|
-
fieldVariantItemsV1:
|
|
7561
|
-
flexCrossAlignItemsV1:
|
|
7562
|
-
flexDirectionItemsV1:
|
|
7563
|
-
flexMainAlignItemsV1:
|
|
7564
|
-
flexWrapItemsV1:
|
|
7565
|
-
fontWeightItemsV1:
|
|
7566
|
-
sheetVariantItemsV1:
|
|
7567
|
-
showTicksItemsV1:
|
|
7568
|
-
sizeItemsV1:
|
|
7569
|
-
textAlignItemsV1:
|
|
7570
|
-
textDecorationItemsV1:
|
|
7571
|
-
textEmphasisItemsV1:
|
|
7572
|
-
textStyleItemsV1:
|
|
7573
|
-
themeColorItemsV1:
|
|
7574
|
-
thumbLabelItemsV1:
|
|
7575
|
-
timelineAlignItemsV1:
|
|
7576
|
-
timelineDirectionItemsV1:
|
|
7577
|
-
timelineSideItemsV1:
|
|
7578
|
-
timelineTruncateLineItemsV1:
|
|
7579
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7556
|
+
borderStyleItemsV1: Mc,
|
|
7557
|
+
colorModeItemsV1: Dc,
|
|
7558
|
+
densityItemsV1: Fc,
|
|
7559
|
+
directionItemsV1: Gc,
|
|
7560
|
+
fieldVariantItemsV1: jc,
|
|
7561
|
+
flexCrossAlignItemsV1: Nc,
|
|
7562
|
+
flexDirectionItemsV1: Hc,
|
|
7563
|
+
flexMainAlignItemsV1: Kc,
|
|
7564
|
+
flexWrapItemsV1: Oc,
|
|
7565
|
+
fontWeightItemsV1: Uc,
|
|
7566
|
+
sheetVariantItemsV1: Jc,
|
|
7567
|
+
showTicksItemsV1: Xc,
|
|
7568
|
+
sizeItemsV1: Yc,
|
|
7569
|
+
textAlignItemsV1: qc,
|
|
7570
|
+
textDecorationItemsV1: Zc,
|
|
7571
|
+
textEmphasisItemsV1: Qc,
|
|
7572
|
+
textStyleItemsV1: eu,
|
|
7573
|
+
themeColorItemsV1: tu,
|
|
7574
|
+
thumbLabelItemsV1: nu,
|
|
7575
|
+
timelineAlignItemsV1: iu,
|
|
7576
|
+
timelineDirectionItemsV1: ou,
|
|
7577
|
+
timelineSideItemsV1: ru,
|
|
7578
|
+
timelineTruncateLineItemsV1: su
|
|
7579
|
+
}, Symbol.toStringTag, { value: "Module" })), au = [
|
|
7580
7580
|
{
|
|
7581
7581
|
title: "x-runtime-lib.notSet",
|
|
7582
7582
|
value: "",
|
|
@@ -7616,7 +7616,7 @@ const Bc = [
|
|
|
7616
7616
|
max: 1 / 0,
|
|
7617
7617
|
step: 1
|
|
7618
7618
|
}
|
|
7619
|
-
],
|
|
7619
|
+
], cu = [
|
|
7620
7620
|
{
|
|
7621
7621
|
title: "x-runtime-lib.notSet",
|
|
7622
7622
|
value: "",
|
|
@@ -7638,7 +7638,7 @@ const Bc = [
|
|
|
7638
7638
|
validator: (t) => t === "right",
|
|
7639
7639
|
default: "right"
|
|
7640
7640
|
}
|
|
7641
|
-
],
|
|
7641
|
+
], uu = [
|
|
7642
7642
|
{
|
|
7643
7643
|
title: "x-runtime-lib.notSet",
|
|
7644
7644
|
value: "",
|
|
@@ -7668,7 +7668,7 @@ const Bc = [
|
|
|
7668
7668
|
precision: 6,
|
|
7669
7669
|
default: "0%"
|
|
7670
7670
|
}
|
|
7671
|
-
],
|
|
7671
|
+
], mu = [
|
|
7672
7672
|
{
|
|
7673
7673
|
title: "x-runtime-lib.notSet",
|
|
7674
7674
|
value: "",
|
|
@@ -7693,7 +7693,7 @@ const Bc = [
|
|
|
7693
7693
|
min: 0,
|
|
7694
7694
|
default: "0%"
|
|
7695
7695
|
}
|
|
7696
|
-
],
|
|
7696
|
+
], pu = [
|
|
7697
7697
|
{
|
|
7698
7698
|
title: "x-runtime-lib.notSet",
|
|
7699
7699
|
value: "",
|
|
@@ -7718,7 +7718,7 @@ const Bc = [
|
|
|
7718
7718
|
min: 0,
|
|
7719
7719
|
default: "0%"
|
|
7720
7720
|
}
|
|
7721
|
-
],
|
|
7721
|
+
], du = [
|
|
7722
7722
|
{
|
|
7723
7723
|
title: "x-runtime-lib.notSet",
|
|
7724
7724
|
value: "",
|
|
@@ -7747,7 +7747,7 @@ const Bc = [
|
|
|
7747
7747
|
validator: (t) => t === "end",
|
|
7748
7748
|
default: "end"
|
|
7749
7749
|
}
|
|
7750
|
-
],
|
|
7750
|
+
], yu = [
|
|
7751
7751
|
{
|
|
7752
7752
|
title: "x-runtime-lib.notSet",
|
|
7753
7753
|
value: "",
|
|
@@ -7769,16 +7769,16 @@ const Bc = [
|
|
|
7769
7769
|
validator: (t) => t === "bottom",
|
|
7770
7770
|
default: "bottom"
|
|
7771
7771
|
}
|
|
7772
|
-
],
|
|
7772
|
+
], fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7773
7773
|
__proto__: null,
|
|
7774
|
-
borderWidthTypesV1:
|
|
7775
|
-
leftRightTypesV1:
|
|
7776
|
-
marginTypesV1:
|
|
7777
|
-
paddingTypesV1:
|
|
7778
|
-
sizeTypesV1:
|
|
7779
|
-
tableColumnAlignTypesV1:
|
|
7780
|
-
topBottomTypesV1:
|
|
7781
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7774
|
+
borderWidthTypesV1: au,
|
|
7775
|
+
leftRightTypesV1: cu,
|
|
7776
|
+
marginTypesV1: uu,
|
|
7777
|
+
paddingTypesV1: mu,
|
|
7778
|
+
sizeTypesV1: pu,
|
|
7779
|
+
tableColumnAlignTypesV1: du,
|
|
7780
|
+
topBottomTypesV1: yu
|
|
7781
|
+
}, Symbol.toStringTag, { value: "Module" })), bu = [
|
|
7782
7782
|
{
|
|
7783
7783
|
key: "containment",
|
|
7784
7784
|
name: "x-runtime-lib.containment",
|
|
@@ -7835,7 +7835,7 @@ const Bc = [
|
|
|
7835
7835
|
{
|
|
7836
7836
|
key: "feedback",
|
|
7837
7837
|
name: "x-runtime-lib.feedback",
|
|
7838
|
-
items: [et,
|
|
7838
|
+
items: [et, Rt, Jt]
|
|
7839
7839
|
},
|
|
7840
7840
|
{
|
|
7841
7841
|
key: "imagesAndIcons",
|
|
@@ -7850,9 +7850,9 @@ const Bc = [
|
|
|
7850
7850
|
{
|
|
7851
7851
|
key: "dynamic",
|
|
7852
7852
|
name: "x-runtime-lib.dynamic",
|
|
7853
|
-
items: [
|
|
7853
|
+
items: [Re, It, Wt]
|
|
7854
7854
|
}
|
|
7855
|
-
],
|
|
7855
|
+
], hu = [
|
|
7856
7856
|
{
|
|
7857
7857
|
key: "objects",
|
|
7858
7858
|
name: "x-runtime-lib.objects",
|
|
@@ -7883,7 +7883,7 @@ const Bc = [
|
|
|
7883
7883
|
name: "x-runtime-lib.controls",
|
|
7884
7884
|
items: [Pt, Vt, _t]
|
|
7885
7885
|
}
|
|
7886
|
-
],
|
|
7886
|
+
], gu = [
|
|
7887
7887
|
{
|
|
7888
7888
|
key: "containment",
|
|
7889
7889
|
name: "x-runtime-lib.containment",
|
|
@@ -7940,7 +7940,7 @@ const Bc = [
|
|
|
7940
7940
|
{
|
|
7941
7941
|
key: "feedback",
|
|
7942
7942
|
name: "x-runtime-lib.feedback",
|
|
7943
|
-
items: [et,
|
|
7943
|
+
items: [et, Rt, Jt]
|
|
7944
7944
|
},
|
|
7945
7945
|
{
|
|
7946
7946
|
key: "imagesAndIcons",
|
|
@@ -7955,9 +7955,9 @@ const Bc = [
|
|
|
7955
7955
|
{
|
|
7956
7956
|
key: "dynamic",
|
|
7957
7957
|
name: "x-runtime-lib.dynamic",
|
|
7958
|
-
items: [
|
|
7958
|
+
items: [Re, It, Wt]
|
|
7959
7959
|
}
|
|
7960
|
-
],
|
|
7960
|
+
], xu = [
|
|
7961
7961
|
{
|
|
7962
7962
|
key: "objects",
|
|
7963
7963
|
name: "x-runtime-lib.objects",
|
|
@@ -7988,12 +7988,12 @@ const Bc = [
|
|
|
7988
7988
|
name: "x-runtime-lib.controls",
|
|
7989
7989
|
items: [Pt, Vt, _t]
|
|
7990
7990
|
}
|
|
7991
|
-
],
|
|
7991
|
+
], vu = {
|
|
7992
7992
|
version: "v1",
|
|
7993
7993
|
globalityKey: un,
|
|
7994
|
-
refKey:
|
|
7995
|
-
items: { ...
|
|
7996
|
-
types: { ...
|
|
7994
|
+
refKey: Re,
|
|
7995
|
+
items: { ...lu },
|
|
7996
|
+
types: { ...fu },
|
|
7997
7997
|
elements: /* @__PURE__ */ new Set([
|
|
7998
7998
|
Qe,
|
|
7999
7999
|
et,
|
|
@@ -8036,9 +8036,9 @@ const Bc = [
|
|
|
8036
8036
|
zo,
|
|
8037
8037
|
Et,
|
|
8038
8038
|
Bt,
|
|
8039
|
-
Wt,
|
|
8040
|
-
We,
|
|
8041
8039
|
Rt,
|
|
8040
|
+
Re,
|
|
8041
|
+
Wt,
|
|
8042
8042
|
Mt,
|
|
8043
8043
|
Dt,
|
|
8044
8044
|
Ft,
|
|
@@ -8049,33 +8049,33 @@ const Bc = [
|
|
|
8049
8049
|
Eo,
|
|
8050
8050
|
Bo,
|
|
8051
8051
|
Nt,
|
|
8052
|
-
|
|
8052
|
+
Ro,
|
|
8053
8053
|
Un,
|
|
8054
8054
|
Ht,
|
|
8055
8055
|
Kt,
|
|
8056
8056
|
Ot,
|
|
8057
8057
|
Ut,
|
|
8058
8058
|
Jt,
|
|
8059
|
-
|
|
8059
|
+
Wo,
|
|
8060
8060
|
Xt,
|
|
8061
8061
|
Mo
|
|
8062
8062
|
]),
|
|
8063
8063
|
groups: {
|
|
8064
|
-
pageCommon:
|
|
8065
|
-
pageScene:
|
|
8066
|
-
compCommon:
|
|
8067
|
-
compScene:
|
|
8064
|
+
pageCommon: gu,
|
|
8065
|
+
pageScene: xu,
|
|
8066
|
+
compCommon: bu,
|
|
8067
|
+
compScene: hu
|
|
8068
8068
|
}
|
|
8069
|
-
},
|
|
8070
|
-
v1:
|
|
8069
|
+
}, ku = {
|
|
8070
|
+
v1: vu
|
|
8071
8071
|
};
|
|
8072
8072
|
function L(t, e) {
|
|
8073
8073
|
if (t === "page") {
|
|
8074
|
-
if (!
|
|
8074
|
+
if (!zr.includes(e)) {
|
|
8075
8075
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
8076
8076
|
return;
|
|
8077
8077
|
}
|
|
8078
|
-
} else if (t === "comp" && !
|
|
8078
|
+
} else if (t === "comp" && !Ar.includes(e)) {
|
|
8079
8079
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
8080
8080
|
return;
|
|
8081
8081
|
}
|
|
@@ -8083,9 +8083,9 @@ function L(t, e) {
|
|
|
8083
8083
|
}
|
|
8084
8084
|
function so(t, e) {
|
|
8085
8085
|
if (t.array)
|
|
8086
|
-
return e ?
|
|
8086
|
+
return e ? W(t.default) : W(t.defaultArray);
|
|
8087
8087
|
{
|
|
8088
|
-
const n =
|
|
8088
|
+
const n = W(t.default);
|
|
8089
8089
|
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !n ? void 0 : n;
|
|
8090
8090
|
}
|
|
8091
8091
|
}
|
|
@@ -8102,13 +8102,13 @@ function z(t, e) {
|
|
|
8102
8102
|
}
|
|
8103
8103
|
e.forEach((o) => n(t, o));
|
|
8104
8104
|
}
|
|
8105
|
-
function
|
|
8105
|
+
function lm(t, e, n, o, s) {
|
|
8106
8106
|
const r = `type=${t} subtype=${e} version=${n} ref=${o} keyOrRefId=${s}`, a = L(t, e);
|
|
8107
8107
|
if (!a) {
|
|
8108
8108
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8109
8109
|
return;
|
|
8110
8110
|
}
|
|
8111
|
-
const c =
|
|
8111
|
+
const c = ku[n];
|
|
8112
8112
|
if (!c) {
|
|
8113
8113
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
8114
8114
|
return;
|
|
@@ -8167,7 +8167,7 @@ function sm(t, e, n, o, s) {
|
|
|
8167
8167
|
}
|
|
8168
8168
|
}
|
|
8169
8169
|
}
|
|
8170
|
-
function
|
|
8170
|
+
function am(t, e) {
|
|
8171
8171
|
function n(o) {
|
|
8172
8172
|
if (o.basic.id === e)
|
|
8173
8173
|
return o;
|
|
@@ -8184,75 +8184,75 @@ function lm(t, e) {
|
|
|
8184
8184
|
return s;
|
|
8185
8185
|
}
|
|
8186
8186
|
}
|
|
8187
|
-
function
|
|
8187
|
+
function _u(t) {
|
|
8188
8188
|
function e(o) {
|
|
8189
8189
|
o.basic.id = T(16), o.children?.forEach((s) => e(s));
|
|
8190
8190
|
}
|
|
8191
|
-
const n =
|
|
8191
|
+
const n = W(t);
|
|
8192
8192
|
return e(n), n;
|
|
8193
8193
|
}
|
|
8194
|
-
function
|
|
8194
|
+
function cm(t) {
|
|
8195
8195
|
const e = [];
|
|
8196
8196
|
return t.forEach((n) => {
|
|
8197
|
-
e.push(
|
|
8197
|
+
e.push(_u(n));
|
|
8198
8198
|
}), e;
|
|
8199
8199
|
}
|
|
8200
8200
|
const Do = "runtimeOrg", Fo = "runtimeEnv", Go = "runtimeMode", jo = "runtimeDevice", No = "runtimeDark", Ho = "runtimeType", Ko = "runtimeData", Oo = "runtimeDepends", Uo = "runtimeRuntime", Jo = "runtimeSandbox";
|
|
8201
|
-
function
|
|
8201
|
+
function um(t) {
|
|
8202
8202
|
le(Do, t);
|
|
8203
8203
|
}
|
|
8204
|
-
function
|
|
8204
|
+
function wu() {
|
|
8205
8205
|
return se(Do);
|
|
8206
8206
|
}
|
|
8207
|
-
function
|
|
8207
|
+
function mm(t) {
|
|
8208
8208
|
le(Fo, t);
|
|
8209
8209
|
}
|
|
8210
|
-
function
|
|
8210
|
+
function Vu() {
|
|
8211
8211
|
return se(Fo);
|
|
8212
8212
|
}
|
|
8213
|
-
function
|
|
8213
|
+
function pm(t) {
|
|
8214
8214
|
le(Go, t);
|
|
8215
8215
|
}
|
|
8216
8216
|
function H() {
|
|
8217
8217
|
return se(Go);
|
|
8218
8218
|
}
|
|
8219
|
-
function
|
|
8219
|
+
function dm(t) {
|
|
8220
8220
|
le(jo, Dn(t));
|
|
8221
8221
|
}
|
|
8222
8222
|
function Te() {
|
|
8223
8223
|
return se(jo);
|
|
8224
8224
|
}
|
|
8225
|
-
function
|
|
8225
|
+
function ym(t) {
|
|
8226
8226
|
le(No, Dn(t));
|
|
8227
8227
|
}
|
|
8228
|
-
function
|
|
8228
|
+
function Ne() {
|
|
8229
8229
|
return se(No);
|
|
8230
8230
|
}
|
|
8231
|
-
function
|
|
8231
|
+
function fm(t) {
|
|
8232
8232
|
le(Ho, t);
|
|
8233
8233
|
}
|
|
8234
8234
|
function be() {
|
|
8235
8235
|
return se(Ho);
|
|
8236
8236
|
}
|
|
8237
|
-
function
|
|
8237
|
+
function bm(t) {
|
|
8238
8238
|
le(Ko, t);
|
|
8239
8239
|
}
|
|
8240
8240
|
function we() {
|
|
8241
8241
|
return se(Ko);
|
|
8242
8242
|
}
|
|
8243
|
-
function
|
|
8243
|
+
function hm(t) {
|
|
8244
8244
|
le(Oo, Dn(t));
|
|
8245
8245
|
}
|
|
8246
|
-
function
|
|
8246
|
+
function Su() {
|
|
8247
8247
|
return se(Oo);
|
|
8248
8248
|
}
|
|
8249
|
-
function
|
|
8249
|
+
function gm(t) {
|
|
8250
8250
|
le(Uo, t);
|
|
8251
8251
|
}
|
|
8252
|
-
function
|
|
8252
|
+
function $u() {
|
|
8253
8253
|
return se(Uo);
|
|
8254
8254
|
}
|
|
8255
|
-
function
|
|
8255
|
+
function Iu(t) {
|
|
8256
8256
|
le(Jo, t);
|
|
8257
8257
|
}
|
|
8258
8258
|
function he() {
|
|
@@ -8262,7 +8262,7 @@ function Ee(t) {
|
|
|
8262
8262
|
const e = [t.type];
|
|
8263
8263
|
return t.type === "elementProperty" ? e.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? e.push(t.propertyId) : t.type === "state" ? e.push(t.stateId) : console.assert(!1), e.join("/");
|
|
8264
8264
|
}
|
|
8265
|
-
function
|
|
8265
|
+
function Ke(t, e, n, o, s) {
|
|
8266
8266
|
const { watchEffect: r, bind: a } = e;
|
|
8267
8267
|
if (r[n])
|
|
8268
8268
|
for (const c of r[n]) {
|
|
@@ -8317,8 +8317,8 @@ function He(t, e, n, o, s) {
|
|
|
8317
8317
|
const b = ge(y, p.subKeys);
|
|
8318
8318
|
if (ce(m, b))
|
|
8319
8319
|
continue;
|
|
8320
|
-
const h =
|
|
8321
|
-
Gn(h, p.subKeys,
|
|
8320
|
+
const h = W(y);
|
|
8321
|
+
Gn(h, p.subKeys, W(m)), p.type === "elementProperty" ? t.setElementProperty(
|
|
8322
8322
|
p.nodeId,
|
|
8323
8323
|
p.propertyKeys,
|
|
8324
8324
|
h
|
|
@@ -8345,12 +8345,12 @@ function He(t, e, n, o, s) {
|
|
|
8345
8345
|
p.type === "elementProperty" ? t.setElementProperty(
|
|
8346
8346
|
p.nodeId,
|
|
8347
8347
|
p.propertyKeys,
|
|
8348
|
-
|
|
8349
|
-
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId,
|
|
8348
|
+
W(m)
|
|
8349
|
+
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, W(m)) : p.type === "state" ? t.setState(p.stateId, W(m)) : p.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(p.propertyId, W(m)) : console.assert(!1);
|
|
8350
8350
|
}
|
|
8351
8351
|
}
|
|
8352
8352
|
}
|
|
8353
|
-
function
|
|
8353
|
+
function xm(t, e, n) {
|
|
8354
8354
|
return `${t}/${e}/${n}`;
|
|
8355
8355
|
}
|
|
8356
8356
|
function lo(t) {
|
|
@@ -8365,7 +8365,7 @@ function lo(t) {
|
|
|
8365
8365
|
propertyKey: e[2]
|
|
8366
8366
|
};
|
|
8367
8367
|
}
|
|
8368
|
-
function
|
|
8368
|
+
function Cu(t, e, n) {
|
|
8369
8369
|
return `${t}/${e}/${n}`;
|
|
8370
8370
|
}
|
|
8371
8371
|
function Xo(t) {
|
|
@@ -8383,7 +8383,7 @@ function Xo(t) {
|
|
|
8383
8383
|
function Q(t, e, n) {
|
|
8384
8384
|
return `${t}/${e}/${n}`;
|
|
8385
8385
|
}
|
|
8386
|
-
function
|
|
8386
|
+
function Pu(t) {
|
|
8387
8387
|
const e = t.split("/");
|
|
8388
8388
|
return e.length < 3 ? (console.assert(!1, "invalid event id"), {
|
|
8389
8389
|
kind: "elementEvent",
|
|
@@ -8396,16 +8396,23 @@ function Cu(t) {
|
|
|
8396
8396
|
};
|
|
8397
8397
|
}
|
|
8398
8398
|
function ni(t, e) {
|
|
8399
|
-
const n =
|
|
8399
|
+
const n = Su(), o = oe(-1);
|
|
8400
8400
|
de(() => {
|
|
8401
8401
|
const s = n.value[t];
|
|
8402
8402
|
if (!s) {
|
|
8403
8403
|
o.value = -1, e.value = void 0, fo.emit("compNotAvail", t);
|
|
8404
8404
|
return;
|
|
8405
8405
|
}
|
|
8406
|
-
o.value !== s.dataSeq && (o.value = s.dataSeq, e.value =
|
|
8406
|
+
o.value !== s.dataSeq && (o.value = s.dataSeq, e.value = W(s.data));
|
|
8407
8407
|
});
|
|
8408
8408
|
}
|
|
8409
|
+
function vm() {
|
|
8410
|
+
let t;
|
|
8411
|
+
const e = async () => (t = (await $r()).newRuntime(), console.log("runtime created"), t);
|
|
8412
|
+
return Ge(() => {
|
|
8413
|
+
t && (t.dispose(), console.log("runtime dispose"));
|
|
8414
|
+
}), { createRuntime: e };
|
|
8415
|
+
}
|
|
8409
8416
|
function ue(t, e) {
|
|
8410
8417
|
if (e === null)
|
|
8411
8418
|
return t.null;
|
|
@@ -8470,7 +8477,7 @@ function me(t, e) {
|
|
|
8470
8477
|
return;
|
|
8471
8478
|
}
|
|
8472
8479
|
}
|
|
8473
|
-
function
|
|
8480
|
+
function Tu(t) {
|
|
8474
8481
|
if (!t.vm) {
|
|
8475
8482
|
console.error("bindBase invalid sandbox vm");
|
|
8476
8483
|
return;
|
|
@@ -8530,14 +8537,14 @@ const Yo = sr({
|
|
|
8530
8537
|
baseUrl: "http://localhost/computebase/",
|
|
8531
8538
|
onError: (t) => {
|
|
8532
8539
|
const { i18n: e } = ve;
|
|
8533
|
-
ho(
|
|
8540
|
+
ho(Pr(e, t));
|
|
8534
8541
|
}
|
|
8535
8542
|
});
|
|
8536
8543
|
window.API_URL && (Yo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8537
|
-
function
|
|
8544
|
+
function zu(t) {
|
|
8538
8545
|
return Yo.post("callFunc", t);
|
|
8539
8546
|
}
|
|
8540
|
-
function
|
|
8547
|
+
function Au(t) {
|
|
8541
8548
|
if (!t.vm) {
|
|
8542
8549
|
console.error("bindCompute invalid sandbox vm");
|
|
8543
8550
|
return;
|
|
@@ -8547,7 +8554,7 @@ function zu(t) {
|
|
|
8547
8554
|
const c = e.getString(n), u = e.getString(o), d = me(e, s), m = e.getString(r), p = e.getString(a), y = e.newPromise();
|
|
8548
8555
|
try {
|
|
8549
8556
|
const b = JSON.stringify(d);
|
|
8550
|
-
|
|
8557
|
+
zu({
|
|
8551
8558
|
spaceId: c,
|
|
8552
8559
|
id: u,
|
|
8553
8560
|
strInputs: b,
|
|
@@ -8562,7 +8569,7 @@ function zu(t) {
|
|
|
8562
8569
|
return y.settled.then(e.runtime.executePendingJobs), y.handle;
|
|
8563
8570
|
}).consume((n) => e.setProp(e.global, "__callFuncV1__", n));
|
|
8564
8571
|
}
|
|
8565
|
-
function
|
|
8572
|
+
function Lu(t) {
|
|
8566
8573
|
if (!t.vm) {
|
|
8567
8574
|
console.error("bindSystem invalid sandbox vm");
|
|
8568
8575
|
return;
|
|
@@ -8570,7 +8577,7 @@ function Au(t) {
|
|
|
8570
8577
|
const { vm: e } = t;
|
|
8571
8578
|
e.newFunction("__getEnvV1__", () => e.getProp(e.global, "__env__")).consume((n) => e.setProp(e.global, "__getEnvV1__", n));
|
|
8572
8579
|
}
|
|
8573
|
-
function
|
|
8580
|
+
function Eu(t) {
|
|
8574
8581
|
if (!t.vm) {
|
|
8575
8582
|
console.error("bindView invalid sandbox vm");
|
|
8576
8583
|
return;
|
|
@@ -8580,26 +8587,26 @@ function Lu(t) {
|
|
|
8580
8587
|
{
|
|
8581
8588
|
var c = [];
|
|
8582
8589
|
try {
|
|
8583
|
-
const
|
|
8584
|
-
e.callFunction(
|
|
8590
|
+
const R = ze(c, e.getProp(e.global, "__triggerEventInner__"));
|
|
8591
|
+
e.callFunction(R, e.global, n, ...o);
|
|
8585
8592
|
} catch (u) {
|
|
8586
8593
|
var d = u, m = !0;
|
|
8587
8594
|
} finally {
|
|
8588
8595
|
Ae(c, d, m);
|
|
8589
8596
|
}
|
|
8590
8597
|
}
|
|
8591
|
-
const s = e.getString(n), { kind: r, eventKey: a } =
|
|
8598
|
+
const s = e.getString(n), { kind: r, eventKey: a } = Pu(s);
|
|
8592
8599
|
if (r === "customEvent") {
|
|
8593
8600
|
var P = [];
|
|
8594
8601
|
try {
|
|
8595
|
-
const
|
|
8602
|
+
const R = ze(P, e.getProp(e.global, "__triggerEventV1__"));
|
|
8596
8603
|
{
|
|
8597
8604
|
var p = [];
|
|
8598
8605
|
try {
|
|
8599
8606
|
const C = ze(p, e.newString(
|
|
8600
8607
|
Q("referenceEvent", t.id, a)
|
|
8601
8608
|
));
|
|
8602
|
-
e.callFunction(
|
|
8609
|
+
e.callFunction(R, e.global, C, ...o);
|
|
8603
8610
|
} catch (y) {
|
|
8604
8611
|
var b = y, h = !0;
|
|
8605
8612
|
} finally {
|
|
@@ -8612,7 +8619,7 @@ function Lu(t) {
|
|
|
8612
8619
|
const C = ze(k, e.newString(
|
|
8613
8620
|
Q("multipleRefEvent", t.id, a)
|
|
8614
8621
|
));
|
|
8615
|
-
e.callFunction(
|
|
8622
|
+
e.callFunction(R, e.global, C, ...o);
|
|
8616
8623
|
} catch (x) {
|
|
8617
8624
|
var S = x, I = !0;
|
|
8618
8625
|
} finally {
|
|
@@ -8694,10 +8701,10 @@ function Lu(t) {
|
|
|
8694
8701
|
}), u.settled.then(e.runtime.executePendingJobs), u.handle;
|
|
8695
8702
|
}).consume((n) => e.setProp(e.global, "__openPromptDlgV1__", n));
|
|
8696
8703
|
}
|
|
8697
|
-
function
|
|
8698
|
-
|
|
8704
|
+
function Bu(t) {
|
|
8705
|
+
Tu(t), Au(t), Lu(t), Eu(t);
|
|
8699
8706
|
}
|
|
8700
|
-
const
|
|
8707
|
+
const Ru = `
|
|
8701
8708
|
let __events__ = {}
|
|
8702
8709
|
|
|
8703
8710
|
function __onEventV1__(id, callback) {
|
|
@@ -8776,16 +8783,16 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
8776
8783
|
}
|
|
8777
8784
|
}
|
|
8778
8785
|
}
|
|
8779
|
-
`,
|
|
8786
|
+
`, Mu = `
|
|
8780
8787
|
function __destroy__() {
|
|
8781
8788
|
__events__ = {}
|
|
8782
8789
|
__timers__ = {}
|
|
8783
8790
|
}
|
|
8784
|
-
`,
|
|
8785
|
-
function
|
|
8791
|
+
`, Du = Ru + Wu + Mu;
|
|
8792
|
+
function Fu(t) {
|
|
8786
8793
|
return t instanceof Array ? t.join(".") : t;
|
|
8787
8794
|
}
|
|
8788
|
-
class
|
|
8795
|
+
class Gu {
|
|
8789
8796
|
kind;
|
|
8790
8797
|
id;
|
|
8791
8798
|
refKey;
|
|
@@ -8795,7 +8802,7 @@ class Fu {
|
|
|
8795
8802
|
env;
|
|
8796
8803
|
mode;
|
|
8797
8804
|
type;
|
|
8798
|
-
eventBus =
|
|
8805
|
+
eventBus = Ir();
|
|
8799
8806
|
hooks;
|
|
8800
8807
|
constructor(e, n, o, s, r, a, c, u, d) {
|
|
8801
8808
|
this.kind = e, this.id = n, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = u, this.hooks = d, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
|
|
@@ -8814,7 +8821,7 @@ class Fu {
|
|
|
8814
8821
|
//--------------------------
|
|
8815
8822
|
vm;
|
|
8816
8823
|
async createVm(e, n) {
|
|
8817
|
-
this.vm = e.newContext(),
|
|
8824
|
+
this.vm = e.newContext(), Bu(this), this.vm.evalCode(Du), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(n), this.callFunction(
|
|
8818
8825
|
"__triggerEventV1__",
|
|
8819
8826
|
Q("elementEvent", "globality", "startup")
|
|
8820
8827
|
);
|
|
@@ -8939,19 +8946,19 @@ class Fu {
|
|
|
8939
8946
|
}
|
|
8940
8947
|
}
|
|
8941
8948
|
function ii(t, e, n, o, s) {
|
|
8942
|
-
const r =
|
|
8949
|
+
const r = wu(), a = Vu(), c = H(), u = be(), d = Te(), m = Ne(), p = $u(), y = (S, I, P, E) => {
|
|
8943
8950
|
if (Z(c) && (x.callFunction(
|
|
8944
8951
|
"__triggerEventV1__",
|
|
8945
8952
|
Q(
|
|
8946
8953
|
"elementPropertyChangeEvent",
|
|
8947
8954
|
S,
|
|
8948
|
-
|
|
8955
|
+
Fu(I)
|
|
8949
8956
|
),
|
|
8950
8957
|
P,
|
|
8951
8958
|
E ?? P
|
|
8952
8959
|
), t.value?.code.reactivity)) {
|
|
8953
8960
|
let D = "";
|
|
8954
|
-
I instanceof Array ? D = I.join(".") : D = I,
|
|
8961
|
+
I instanceof Array ? D = I.join(".") : D = I, Ke(
|
|
8955
8962
|
x,
|
|
8956
8963
|
t.value.code.reactivity,
|
|
8957
8964
|
Ee({
|
|
@@ -8979,7 +8986,7 @@ function ii(t, e, n, o, s) {
|
|
|
8979
8986
|
Q("multipleRefPropertyChangeEvent", x.id, S),
|
|
8980
8987
|
I,
|
|
8981
8988
|
P ?? I
|
|
8982
|
-
), t.value?.code.reactivity &&
|
|
8989
|
+
), t.value?.code.reactivity && Ke(
|
|
8983
8990
|
x,
|
|
8984
8991
|
t.value.code.reactivity,
|
|
8985
8992
|
Ee({ type: "customProperty", propertyId: S }),
|
|
@@ -8987,7 +8994,7 @@ function ii(t, e, n, o, s) {
|
|
|
8987
8994
|
P
|
|
8988
8995
|
));
|
|
8989
8996
|
}, h = (S, I, P) => {
|
|
8990
|
-
Z(c) && t.value?.code.reactivity &&
|
|
8997
|
+
Z(c) && t.value?.code.reactivity && Ke(
|
|
8991
8998
|
x,
|
|
8992
8999
|
t.value.code.reactivity,
|
|
8993
9000
|
Ee({ type: "adaptSlotProperty", propertyId: S }),
|
|
@@ -9000,20 +9007,20 @@ function ii(t, e, n, o, s) {
|
|
|
9000
9007
|
Q("stateChangeEvent", "globality", S),
|
|
9001
9008
|
I,
|
|
9002
9009
|
P ?? I
|
|
9003
|
-
), t.value?.code.reactivity &&
|
|
9010
|
+
), t.value?.code.reactivity && Ke(
|
|
9004
9011
|
x,
|
|
9005
9012
|
t.value.code.reactivity,
|
|
9006
9013
|
Ee({ type: "state", stateId: S }),
|
|
9007
9014
|
I,
|
|
9008
9015
|
P
|
|
9009
9016
|
));
|
|
9010
|
-
}, x = new
|
|
9017
|
+
}, x = new Gu(e, n, o, s, r, a, c, u, {
|
|
9011
9018
|
onElementPropertyChange: y,
|
|
9012
9019
|
onCustomPropertyChange: b,
|
|
9013
9020
|
onAdaptSlotPropertyChange: h,
|
|
9014
9021
|
onStateChange: k
|
|
9015
9022
|
});
|
|
9016
|
-
if (
|
|
9023
|
+
if (Iu(x), Ge(() => {
|
|
9017
9024
|
x.dispose();
|
|
9018
9025
|
}), Z(c)) {
|
|
9019
9026
|
const S = async () => {
|
|
@@ -9026,7 +9033,7 @@ function ii(t, e, n, o, s) {
|
|
|
9026
9033
|
Z(c) && re(
|
|
9027
9034
|
d,
|
|
9028
9035
|
(S, I) => {
|
|
9029
|
-
const P =
|
|
9036
|
+
const P = Oe(S.width), E = Oe(I?.width ?? S.width);
|
|
9030
9037
|
x.callFunction(
|
|
9031
9038
|
"__triggerEventV1__",
|
|
9032
9039
|
Q("elementEvent", "globality", "screenSizeChange"),
|
|
@@ -9047,43 +9054,43 @@ function ii(t, e, n, o, s) {
|
|
|
9047
9054
|
{ immediate: !0 }
|
|
9048
9055
|
);
|
|
9049
9056
|
}
|
|
9050
|
-
const
|
|
9057
|
+
const ju = (t, e, n) => {
|
|
9051
9058
|
const o = t[e];
|
|
9052
9059
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
|
|
9053
9060
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== n ? ". Note that variables only represent file names one level deep." : ""))));
|
|
9054
9061
|
});
|
|
9055
9062
|
};
|
|
9056
|
-
async function
|
|
9057
|
-
return (await
|
|
9063
|
+
async function km(t) {
|
|
9064
|
+
return (await ju(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.kb94vvdw.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.oqwexg4o.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
9058
9065
|
}
|
|
9059
9066
|
export {
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9067
|
+
Zu as addIndent,
|
|
9068
|
+
Ra as ambientLightV1,
|
|
9069
|
+
rm as badgeV1,
|
|
9063
9070
|
dn as barChartV1,
|
|
9064
9071
|
mn as boxGeometryV1,
|
|
9065
9072
|
wo as breakpoints,
|
|
9066
|
-
|
|
9067
|
-
|
|
9073
|
+
Xa as btnGroupV1,
|
|
9074
|
+
Ya as btnToggleV1,
|
|
9068
9075
|
fn as btnV1,
|
|
9069
|
-
|
|
9076
|
+
Oe as calcBreakpoint,
|
|
9070
9077
|
De as cardV1,
|
|
9071
|
-
|
|
9078
|
+
Za as checkboxV1,
|
|
9072
9079
|
hn as chipGroupV1,
|
|
9073
9080
|
bn as chipV1,
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9081
|
+
tc as colorPickerV1,
|
|
9082
|
+
nc as comboboxV1,
|
|
9083
|
+
Ar as compTypes,
|
|
9077
9084
|
gn as containerV1,
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
|
|
9085
|
+
ic as dataTableV1,
|
|
9086
|
+
oc as datePickerV1,
|
|
9087
|
+
rc as dialogV1,
|
|
9081
9088
|
Wa as directionalLightV1,
|
|
9082
|
-
|
|
9083
|
-
|
|
9089
|
+
_u as duplicateNode,
|
|
9090
|
+
cm as duplicateNodes,
|
|
9084
9091
|
Be as elements,
|
|
9085
|
-
|
|
9086
|
-
|
|
9092
|
+
tm as ensureContext,
|
|
9093
|
+
sm as fileInputV1,
|
|
9087
9094
|
xn as flexLayoutEntryV1,
|
|
9088
9095
|
Fe as flexLayoutV1,
|
|
9089
9096
|
_n as formV1,
|
|
@@ -9091,82 +9098,82 @@ export {
|
|
|
9091
9098
|
Le as getBreakpointProp,
|
|
9092
9099
|
ge as getField,
|
|
9093
9100
|
li as getIndexOfBreakpoint,
|
|
9094
|
-
|
|
9101
|
+
am as getNode,
|
|
9095
9102
|
so as getPropertyDefault,
|
|
9096
9103
|
L as getPropertyTag,
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9104
|
+
em as getTypeColor,
|
|
9105
|
+
Oa as globalityV1,
|
|
9106
|
+
Fa as groupV1,
|
|
9107
|
+
mc as iconV1,
|
|
9101
9108
|
z as initProperties,
|
|
9102
|
-
|
|
9109
|
+
Ne as injectDark,
|
|
9103
9110
|
we as injectData,
|
|
9104
|
-
|
|
9111
|
+
Su as injectDepends,
|
|
9105
9112
|
Te as injectDevice,
|
|
9106
|
-
|
|
9113
|
+
Vu as injectEnv,
|
|
9107
9114
|
H as injectMode,
|
|
9108
|
-
|
|
9109
|
-
|
|
9115
|
+
wu as injectOrg,
|
|
9116
|
+
$u as injectRuntime,
|
|
9110
9117
|
he as injectSandbox,
|
|
9111
9118
|
be as injectType,
|
|
9112
9119
|
Vo as isCircularRef,
|
|
9113
9120
|
Z as isExecutableMode,
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9121
|
+
Br as isLocaleOfEventKind,
|
|
9122
|
+
Er as isLocaleOfMethodKind,
|
|
9123
|
+
Lr as isLocaleOfPropertyKind,
|
|
9117
9124
|
Fn as isPercentStr,
|
|
9118
9125
|
Ze as isPixelStr,
|
|
9119
|
-
|
|
9126
|
+
Ia as keyboardControlsV1,
|
|
9120
9127
|
yn as lineChartV1,
|
|
9121
|
-
|
|
9128
|
+
km as loadLocaleMessageRuntime,
|
|
9122
9129
|
Q as makeEventId,
|
|
9123
|
-
|
|
9124
|
-
|
|
9130
|
+
Cu as makeMethodId,
|
|
9131
|
+
xm as makePropertyId,
|
|
9125
9132
|
Ee as makeTriggerId,
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9133
|
+
Ca as mapControlsV1,
|
|
9134
|
+
pc as menuV1,
|
|
9135
|
+
We as meshBasicMaterialV1,
|
|
9129
9136
|
Me as meshV1,
|
|
9130
|
-
|
|
9137
|
+
Na as multipleRefV1,
|
|
9131
9138
|
wn as numberInputV1,
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9139
|
+
Pa as orbitControlsV1,
|
|
9140
|
+
_a as orthographicCameraV1,
|
|
9141
|
+
zr as pageTypes,
|
|
9142
|
+
yc as paginationV1,
|
|
9136
9143
|
nn as parsePercentStr,
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
|
|
9144
|
+
qu as parsePixelStr,
|
|
9145
|
+
wa as perspectiveCameraV1,
|
|
9146
|
+
ku as pkgs,
|
|
9147
|
+
Ma as pointLightV1,
|
|
9148
|
+
ym as provideDark,
|
|
9149
|
+
bm as provideData,
|
|
9150
|
+
hm as provideDepends,
|
|
9151
|
+
dm as provideDevice,
|
|
9152
|
+
mm as provideEnv,
|
|
9153
|
+
pm as provideMode,
|
|
9154
|
+
um as provideOrg,
|
|
9155
|
+
gm as provideRuntime,
|
|
9156
|
+
Iu as provideSandbox,
|
|
9157
|
+
fm as provideType,
|
|
9151
9158
|
Sn as radioGroupV1,
|
|
9152
9159
|
Vn as radioV1,
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9160
|
+
hc as rangeSliderV1,
|
|
9161
|
+
gc as ratingV1,
|
|
9162
|
+
Ha as referenceV1,
|
|
9163
|
+
Ka as renderSwitchV1,
|
|
9164
|
+
Tr as reverseBreakpoints,
|
|
9165
|
+
xc as selectV1,
|
|
9159
9166
|
Gn as setField,
|
|
9160
|
-
|
|
9161
|
-
|
|
9167
|
+
vc as sliderV1,
|
|
9168
|
+
lm as spawnNode,
|
|
9162
9169
|
pn as sphereGeometryV1,
|
|
9163
|
-
|
|
9170
|
+
Da as spotLightV1,
|
|
9164
9171
|
$n as stepperHeaderV1,
|
|
9165
9172
|
In as stepperItemV1,
|
|
9166
9173
|
Tn as stepperV1,
|
|
9167
9174
|
Pn as stepperWindowItemV1,
|
|
9168
9175
|
Cn as stepperWindowV1,
|
|
9169
|
-
|
|
9176
|
+
Sc as switchV1,
|
|
9170
9177
|
zn as tabV1,
|
|
9171
9178
|
An as tabsV1,
|
|
9172
9179
|
kn as textFieldV1,
|
|
@@ -9174,16 +9181,17 @@ export {
|
|
|
9174
9181
|
Ln as textareaV1,
|
|
9175
9182
|
En as timelineItemV1,
|
|
9176
9183
|
Bn as timelineV1,
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
9184
|
+
om as toEventName,
|
|
9185
|
+
im as toMethodName,
|
|
9186
|
+
nm as toPropertyName,
|
|
9187
|
+
Ke as triggerReactivity,
|
|
9188
|
+
Qu as types,
|
|
9189
|
+
Pu as unwrapEventId,
|
|
9183
9190
|
Xo as unwrapMethodId,
|
|
9184
9191
|
lo as unwrapPropertyId,
|
|
9185
9192
|
ni as useDepend,
|
|
9193
|
+
vm as useRuntime,
|
|
9186
9194
|
ii as useSandbox,
|
|
9187
|
-
|
|
9188
|
-
|
|
9195
|
+
Rn as windowItemV1,
|
|
9196
|
+
Wn as windowV1
|
|
9189
9197
|
};
|