x-runtime-lib 0.8.89 → 0.8.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +345 -344
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var we = (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 h, createElementVNode as Y, computed as v, normalizeStyle as ee, ref as oe, watchEffect as pe, watch as re, onBeforeMount as Zo, onUnmounted as Ge, createBlock as
|
|
32
|
+
import { defineComponent as $, createElementBlock as te, renderSlot as B, unref as i, openBlock as h, createElementVNode as Y, computed as v, normalizeStyle as ee, ref as oe, watchEffect as pe, watch as re, onBeforeMount as Zo, onUnmounted as Ge, createBlock as V, 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 W, isRef as J, createSlots as Wn, renderList as er, useId as po, 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 he, waitUtil as mo, useViewStack as yo, eventBus as fo, messageInfo as or, messageSuccess as rr, messageWarning as bo, messageError as go, createAxios as sr, openConfirmDlg as lr, openPromptDlg as ar } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as ho, DirectionalLightHelper as cr, PointLightHelper as ur, SpotLightHelper as pr } from "three";
|
|
35
35
|
import { c as M, i as ce, q as Ne, u as mr, r as xo, e as vo, a as dr, b as yr, d as fr, f as br, g as gr, h as hr, 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";
|
|
@@ -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);
|
|
@@ -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 Xu(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 Yu = ["string", "number", "boolean", "array", "object"];
|
|
128
|
+
function Zu(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 Qu(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) {
|
|
@@ -209,22 +209,22 @@ function Nn(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 ep(t, e) {
|
|
213
213
|
const { i18n: n } = he;
|
|
214
214
|
let o = "";
|
|
215
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)), Nn(o, e, Lr(t));
|
|
216
216
|
}
|
|
217
|
-
function
|
|
217
|
+
function tp(t, e) {
|
|
218
218
|
const { i18n: n } = he;
|
|
219
219
|
let o = "";
|
|
220
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)), Nn(o, e, Er(t));
|
|
221
221
|
}
|
|
222
|
-
function
|
|
222
|
+
function np(t, e) {
|
|
223
223
|
const { i18n: n } = he;
|
|
224
224
|
let o = "";
|
|
225
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)), Nn(o, e, Br(t));
|
|
226
226
|
}
|
|
227
|
-
const Ee = {},
|
|
227
|
+
const Ee = {}, w = (t) => {
|
|
228
228
|
Ee[t.key] = t;
|
|
229
229
|
}, Rr = ["position", "rotation", "scale"], ve = /* @__PURE__ */ $({
|
|
230
230
|
__name: "index",
|
|
@@ -467,7 +467,7 @@ function de(t) {
|
|
|
467
467
|
function Ue(t, e, n) {
|
|
468
468
|
const o = fe();
|
|
469
469
|
if (o) {
|
|
470
|
-
const s = v(() =>
|
|
470
|
+
const s = v(() => Pu("elementMethod", t.node.basic.id, e));
|
|
471
471
|
Zo(() => {
|
|
472
472
|
o.eventBus?.on(s.value, n);
|
|
473
473
|
}), Ge(() => {
|
|
@@ -487,7 +487,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
487
487
|
},
|
|
488
488
|
setup(t) {
|
|
489
489
|
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "bottom"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: m } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: d } = l(e, ["settings", "top"]);
|
|
490
|
-
return (y, b) => (h(),
|
|
490
|
+
return (y, b) => (h(), V(i(ve), {
|
|
491
491
|
position: i(o),
|
|
492
492
|
rotation: i(s),
|
|
493
493
|
scale: i(r)
|
|
@@ -504,7 +504,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
504
504
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1],
|
|
505
505
|
top: i(d)
|
|
506
506
|
}, [
|
|
507
|
-
i(n) === "editor" ? (h(),
|
|
507
|
+
i(n) === "editor" ? (h(), V(i(Ne), {
|
|
508
508
|
key: 0,
|
|
509
509
|
type: i(ho)
|
|
510
510
|
}, null, 8, ["type"])) : ne("", !0),
|
|
@@ -522,7 +522,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
522
522
|
},
|
|
523
523
|
setup(t) {
|
|
524
524
|
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "aspect"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: m } = l(e, ["settings", "near"]);
|
|
525
|
-
return (u, d) => (h(),
|
|
525
|
+
return (u, d) => (h(), V(i(ve), {
|
|
526
526
|
position: i(o),
|
|
527
527
|
rotation: i(s),
|
|
528
528
|
scale: i(r)
|
|
@@ -537,7 +537,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
537
537
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
538
538
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
539
539
|
}, [
|
|
540
|
-
i(n) === "editor" ? (h(),
|
|
540
|
+
i(n) === "editor" ? (h(), V(i(Ne), {
|
|
541
541
|
key: 0,
|
|
542
542
|
type: i(ho)
|
|
543
543
|
}, null, 8, ["type"])) : ne("", !0),
|
|
@@ -629,7 +629,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
629
629
|
"settings",
|
|
630
630
|
"intensity"
|
|
631
631
|
]);
|
|
632
|
-
return (m, u) => (h(),
|
|
632
|
+
return (m, u) => (h(), V(i(ve), {
|
|
633
633
|
position: i(o),
|
|
634
634
|
rotation: i(s),
|
|
635
635
|
scale: i(r)
|
|
@@ -659,7 +659,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
659
659
|
"settings",
|
|
660
660
|
"intensity"
|
|
661
661
|
]);
|
|
662
|
-
return (m, u) => (h(),
|
|
662
|
+
return (m, u) => (h(), V(i(ve), {
|
|
663
663
|
position: i(o),
|
|
664
664
|
rotation: i(s),
|
|
665
665
|
scale: i(r)
|
|
@@ -672,7 +672,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
672
672
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
673
673
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
674
674
|
}, [
|
|
675
|
-
i(n) === "editor" ? (h(),
|
|
675
|
+
i(n) === "editor" ? (h(), V(i(Ne), {
|
|
676
676
|
key: 0,
|
|
677
677
|
type: i(cr)
|
|
678
678
|
}, null, 8, ["type"])) : ne("", !0),
|
|
@@ -696,7 +696,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
696
696
|
"settings",
|
|
697
697
|
"intensity"
|
|
698
698
|
]);
|
|
699
|
-
return (d, y) => (h(),
|
|
699
|
+
return (d, y) => (h(), V(i(ve), {
|
|
700
700
|
position: i(o),
|
|
701
701
|
rotation: i(s),
|
|
702
702
|
scale: i(r)
|
|
@@ -711,7 +711,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
711
711
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
712
712
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
713
713
|
}, [
|
|
714
|
-
i(n) === "editor" ? (h(),
|
|
714
|
+
i(n) === "editor" ? (h(), V(i(Ne), {
|
|
715
715
|
key: 0,
|
|
716
716
|
type: i(ur)
|
|
717
717
|
}, null, 8, ["type"])) : ne("", !0),
|
|
@@ -738,7 +738,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
738
738
|
"settings",
|
|
739
739
|
"penumbra"
|
|
740
740
|
]);
|
|
741
|
-
return (b, g) => (h(),
|
|
741
|
+
return (b, g) => (h(), V(i(ve), {
|
|
742
742
|
position: i(o),
|
|
743
743
|
rotation: i(s),
|
|
744
744
|
scale: i(r)
|
|
@@ -755,7 +755,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
755
755
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
756
756
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
757
757
|
}, [
|
|
758
|
-
i(n) === "editor" ? (h(),
|
|
758
|
+
i(n) === "editor" ? (h(), V(i(Ne), {
|
|
759
759
|
key: 0,
|
|
760
760
|
type: i(pr)
|
|
761
761
|
}, null, 8, ["type"])) : ne("", !0),
|
|
@@ -777,7 +777,7 @@ const is = /* @__PURE__ */ Te(ts, [["render", ns]]), os = ["position", "rotation
|
|
|
777
777
|
},
|
|
778
778
|
setup(t) {
|
|
779
779
|
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e);
|
|
780
|
-
return (a, c) => (h(),
|
|
780
|
+
return (a, c) => (h(), V(i(ve), {
|
|
781
781
|
position: i(o),
|
|
782
782
|
rotation: i(s),
|
|
783
783
|
scale: i(r)
|
|
@@ -931,7 +931,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
931
931
|
R();
|
|
932
932
|
},
|
|
933
933
|
{ deep: !0 }
|
|
934
|
-
), (C, N) => (h(),
|
|
934
|
+
), (C, N) => (h(), V(i(F), { block: "" }, {
|
|
935
935
|
default: _(() => [
|
|
936
936
|
Y("div", {
|
|
937
937
|
ref: "chart",
|
|
@@ -989,7 +989,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
989
989
|
R();
|
|
990
990
|
},
|
|
991
991
|
{ deep: !0 }
|
|
992
|
-
), (C, N) => (h(),
|
|
992
|
+
), (C, N) => (h(), V(i(F), { block: "" }, {
|
|
993
993
|
default: _(() => [
|
|
994
994
|
Y("div", {
|
|
995
995
|
ref: "chart",
|
|
@@ -1053,7 +1053,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1053
1053
|
{ default: () => u }
|
|
1054
1054
|
);
|
|
1055
1055
|
};
|
|
1056
|
-
return (u, d) => (h(),
|
|
1056
|
+
return (u, d) => (h(), V(m));
|
|
1057
1057
|
}
|
|
1058
1058
|
}), hl = /* @__PURE__ */ $({
|
|
1059
1059
|
__name: "index",
|
|
@@ -1063,7 +1063,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1063
1063
|
},
|
|
1064
1064
|
setup(t) {
|
|
1065
1065
|
const e = t, { property: n } = l(e, ["settings", "open"]);
|
|
1066
|
-
return (o, s) => (h(),
|
|
1066
|
+
return (o, s) => (h(), V(i(F), null, {
|
|
1067
1067
|
default: _(() => [
|
|
1068
1068
|
i(n) ? B(o.$slots, "default", { key: 0 }) : ne("", !0)
|
|
1069
1069
|
]),
|
|
@@ -1104,7 +1104,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1104
1104
|
c.push(r(p));
|
|
1105
1105
|
}), c;
|
|
1106
1106
|
};
|
|
1107
|
-
return (c, p) => (h(),
|
|
1107
|
+
return (c, p) => (h(), V(a));
|
|
1108
1108
|
}
|
|
1109
1109
|
}), xl = /* @__PURE__ */ $({
|
|
1110
1110
|
__name: "index",
|
|
@@ -1124,7 +1124,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1124
1124
|
]);
|
|
1125
1125
|
return (c, p) => {
|
|
1126
1126
|
const m = A("v-badge");
|
|
1127
|
-
return h(),
|
|
1127
|
+
return h(), V(i(F), null, {
|
|
1128
1128
|
default: _(() => [
|
|
1129
1129
|
W(m, {
|
|
1130
1130
|
content: i(n),
|
|
@@ -1175,7 +1175,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1175
1175
|
};
|
|
1176
1176
|
return (N, X) => {
|
|
1177
1177
|
const ie = A("v-btn");
|
|
1178
|
-
return h(),
|
|
1178
|
+
return h(), V(i(F), { block: i(s) }, {
|
|
1179
1179
|
default: _(() => [
|
|
1180
1180
|
W(ie, {
|
|
1181
1181
|
"append-icon": i(o),
|
|
@@ -1208,7 +1208,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1208
1208
|
}), kl = {};
|
|
1209
1209
|
function _l(t, e) {
|
|
1210
1210
|
const n = A("v-btn-group");
|
|
1211
|
-
return h(),
|
|
1211
|
+
return h(), V(n, null, {
|
|
1212
1212
|
default: _(() => [
|
|
1213
1213
|
B(t.$slots, "default")
|
|
1214
1214
|
]),
|
|
@@ -1237,7 +1237,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1237
1237
|
]), { property: p } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "stacked"]), { theme: u } = G(), { property: d } = l(e, ["settings", "tile"]), { property: y } = l(e, ["settings", "variant"]);
|
|
1238
1238
|
return (b, g) => {
|
|
1239
1239
|
const k = A("v-btn-toggle");
|
|
1240
|
-
return h(),
|
|
1240
|
+
return h(), V(k, {
|
|
1241
1241
|
block: i(n),
|
|
1242
1242
|
disabled: i(o),
|
|
1243
1243
|
divided: i(s),
|
|
@@ -1273,7 +1273,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1273
1273
|
]), { property: y } = l(e, ["settings", "text"]), { theme: b } = G(), { property: g } = l(e, ["settings", "title"]), { property: k } = l(e, ["settings", "variant"]), { property: x } = l(e, ["size", "width"]);
|
|
1274
1274
|
return (S, I) => {
|
|
1275
1275
|
const P = A("v-card");
|
|
1276
|
-
return h(),
|
|
1276
|
+
return h(), V(i(F), { block: "" }, {
|
|
1277
1277
|
default: _(() => [
|
|
1278
1278
|
W(P, {
|
|
1279
1279
|
density: i(n),
|
|
@@ -1318,7 +1318,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1318
1318
|
]);
|
|
1319
1319
|
return (s, r) => {
|
|
1320
1320
|
const a = A("v-checkbox");
|
|
1321
|
-
return h(),
|
|
1321
|
+
return h(), V(i(F), null, {
|
|
1322
1322
|
default: _(() => [
|
|
1323
1323
|
W(a, {
|
|
1324
1324
|
disabled: i(n),
|
|
@@ -1348,7 +1348,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1348
1348
|
]), { property: p } = l(e, ["settings", "filter"]), { property: m } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "text"]), { theme: y } = G(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: k } = l(e, ["settings", "variant"]);
|
|
1349
1349
|
return (x, S) => {
|
|
1350
1350
|
const I = A("v-chip");
|
|
1351
|
-
return h(),
|
|
1351
|
+
return h(), V(i(F), null, {
|
|
1352
1352
|
default: _(() => [
|
|
1353
1353
|
W(I, {
|
|
1354
1354
|
closable: i(n),
|
|
@@ -1395,7 +1395,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1395
1395
|
]), { theme: m } = G(), { property: u } = l(e, ["settings", "value"]);
|
|
1396
1396
|
return (d, y) => {
|
|
1397
1397
|
const b = A("v-chip-group");
|
|
1398
|
-
return h(),
|
|
1398
|
+
return h(), V(b, {
|
|
1399
1399
|
modelValue: i(u),
|
|
1400
1400
|
"onUpdate:modelValue": y[0] || (y[0] = (g) => J(u) ? u.value = g : null),
|
|
1401
1401
|
column: i(n),
|
|
@@ -1448,7 +1448,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1448
1448
|
]), { theme: b } = G();
|
|
1449
1449
|
return (g, k) => {
|
|
1450
1450
|
const x = A("v-color-picker");
|
|
1451
|
-
return h(),
|
|
1451
|
+
return h(), V(i(F), null, {
|
|
1452
1452
|
default: _(() => [
|
|
1453
1453
|
W(x, {
|
|
1454
1454
|
disabled: i(a),
|
|
@@ -1488,7 +1488,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1488
1488
|
]), { theme: c } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
1489
1489
|
return (m, u) => {
|
|
1490
1490
|
const d = A("v-combobox");
|
|
1491
|
-
return h(),
|
|
1491
|
+
return h(), V(i(F), null, {
|
|
1492
1492
|
default: _(() => [
|
|
1493
1493
|
W(d, {
|
|
1494
1494
|
modelValue: i(p),
|
|
@@ -1519,7 +1519,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1519
1519
|
const d = {}, y = o.value.type;
|
|
1520
1520
|
return n === "page" ? y === "common" ? (a(d), c(d), p(d), m(d), r.value && (d.backgroundColor = r.value)) : console.assert(!1) : n === "comp" && y === "common" ? (a(d), c(d), p(d), m(d), r.value && (d.backgroundColor = r.value)) : console.assert(!1), d;
|
|
1521
1521
|
});
|
|
1522
|
-
return (d, y) => (h(),
|
|
1522
|
+
return (d, y) => (h(), V(i(F), { block: "" }, {
|
|
1523
1523
|
default: _(() => [
|
|
1524
1524
|
Y("div", {
|
|
1525
1525
|
style: ee(u.value)
|
|
@@ -1558,7 +1558,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1558
1558
|
});
|
|
1559
1559
|
return (g, k) => {
|
|
1560
1560
|
const x = A("v-data-table");
|
|
1561
|
-
return h(),
|
|
1561
|
+
return h(), V(i(F), { block: "" }, {
|
|
1562
1562
|
default: _(() => [
|
|
1563
1563
|
W(x, {
|
|
1564
1564
|
density: i(n),
|
|
@@ -1594,7 +1594,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1594
1594
|
setup(t) {
|
|
1595
1595
|
return (e, n) => {
|
|
1596
1596
|
const o = A("v-date-picker");
|
|
1597
|
-
return h(),
|
|
1597
|
+
return h(), V(i(F), null, {
|
|
1598
1598
|
default: _(() => [
|
|
1599
1599
|
W(o)
|
|
1600
1600
|
]),
|
|
@@ -1616,7 +1616,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1616
1616
|
s.value = !1;
|
|
1617
1617
|
}), (r, a) => {
|
|
1618
1618
|
const c = A("v-dialog");
|
|
1619
|
-
return h(),
|
|
1619
|
+
return h(), V(c, {
|
|
1620
1620
|
modelValue: i(s),
|
|
1621
1621
|
"onUpdate:modelValue": a[0] || (a[0] = (p) => J(s) ? s.value = p : null),
|
|
1622
1622
|
attach: "#dialogContainer"
|
|
@@ -1659,7 +1659,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1659
1659
|
]);
|
|
1660
1660
|
return (y, b) => {
|
|
1661
1661
|
const g = A("v-file-input");
|
|
1662
|
-
return h(),
|
|
1662
|
+
return h(), V(i(F), { block: "" }, {
|
|
1663
1663
|
default: _(() => [
|
|
1664
1664
|
W(g, {
|
|
1665
1665
|
chips: i(n),
|
|
@@ -1749,7 +1749,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1749
1749
|
};
|
|
1750
1750
|
return (k, x) => {
|
|
1751
1751
|
const S = A("v-form");
|
|
1752
|
-
return h(),
|
|
1752
|
+
return h(), V(S, {
|
|
1753
1753
|
modelValue: i(r),
|
|
1754
1754
|
"onUpdate:modelValue": x[0] || (x[0] = (I) => J(r) ? r.value = I : null),
|
|
1755
1755
|
"fast-fail": i(a),
|
|
@@ -1776,7 +1776,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1776
1776
|
]), { property: r } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme: c } = G();
|
|
1777
1777
|
return (p, m) => {
|
|
1778
1778
|
const u = A("v-icon");
|
|
1779
|
-
return h(),
|
|
1779
|
+
return h(), V(u, {
|
|
1780
1780
|
color: i(o),
|
|
1781
1781
|
disabled: i(s),
|
|
1782
1782
|
icon: i(r),
|
|
@@ -1802,7 +1802,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1802
1802
|
o && (p.value = !1);
|
|
1803
1803
|
}), (m, u) => {
|
|
1804
1804
|
const d = A("v-menu");
|
|
1805
|
-
return h(),
|
|
1805
|
+
return h(), V(d, {
|
|
1806
1806
|
modelValue: i(p),
|
|
1807
1807
|
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(p) ? p.value = y : null),
|
|
1808
1808
|
attach: "menuContainer",
|
|
@@ -1867,7 +1867,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1867
1867
|
]), { property: E } = l(e, ["settings", "step"]), { property: D } = l(e, ["settings", "suffix"]), { theme: j } = G(), { property: R } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: N } = l(e, ["size", "width"]);
|
|
1868
1868
|
return (X, ie) => {
|
|
1869
1869
|
const _e = A("v-number-input");
|
|
1870
|
-
return h(),
|
|
1870
|
+
return h(), V(i(F), { block: "" }, {
|
|
1871
1871
|
default: _(() => [
|
|
1872
1872
|
W(_e, {
|
|
1873
1873
|
modelValue: i(R),
|
|
@@ -1920,7 +1920,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1920
1920
|
});
|
|
1921
1921
|
return (g, k) => {
|
|
1922
1922
|
const x = A("v-pagination");
|
|
1923
|
-
return h(),
|
|
1923
|
+
return h(), V(i(F), { block: "" }, {
|
|
1924
1924
|
default: _(() => [
|
|
1925
1925
|
W(x, {
|
|
1926
1926
|
modelValue: i(d),
|
|
@@ -1957,7 +1957,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1957
1957
|
]), { theme: p } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
1958
1958
|
return (u, d) => {
|
|
1959
1959
|
const y = A("v-radio");
|
|
1960
|
-
return h(),
|
|
1960
|
+
return h(), V(y, {
|
|
1961
1961
|
color: i(o),
|
|
1962
1962
|
density: i(s),
|
|
1963
1963
|
disabled: i(r),
|
|
@@ -1987,7 +1987,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1987
1987
|
]), { theme: c } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
1988
1988
|
return (m, u) => {
|
|
1989
1989
|
const d = A("v-radio-group");
|
|
1990
|
-
return h(),
|
|
1990
|
+
return h(), V(i(F), null, {
|
|
1991
1991
|
default: _(() => [
|
|
1992
1992
|
W(d, {
|
|
1993
1993
|
modelValue: i(p),
|
|
@@ -2074,7 +2074,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2074
2074
|
});
|
|
2075
2075
|
return (R, C) => {
|
|
2076
2076
|
const N = A("v-range-slider");
|
|
2077
|
-
return h(),
|
|
2077
|
+
return h(), V(i(F), { block: "" }, {
|
|
2078
2078
|
default: _(() => [
|
|
2079
2079
|
W(N, {
|
|
2080
2080
|
modelValue: j.value,
|
|
@@ -2122,7 +2122,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2122
2122
|
]), { theme: m } = G(), { property: u } = l(e, ["settings", "value"]);
|
|
2123
2123
|
return (d, y) => {
|
|
2124
2124
|
const b = A("v-rating");
|
|
2125
|
-
return h(),
|
|
2125
|
+
return h(), V(i(F), null, {
|
|
2126
2126
|
default: _(() => [
|
|
2127
2127
|
W(b, {
|
|
2128
2128
|
modelValue: i(u),
|
|
@@ -2163,7 +2163,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2163
2163
|
]), { theme: c } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2164
2164
|
return (m, u) => {
|
|
2165
2165
|
const d = A("v-select");
|
|
2166
|
-
return h(),
|
|
2166
|
+
return h(), V(i(F), { block: "" }, {
|
|
2167
2167
|
default: _(() => [
|
|
2168
2168
|
W(d, {
|
|
2169
2169
|
modelValue: i(p),
|
|
@@ -2241,7 +2241,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2241
2241
|
]);
|
|
2242
2242
|
return (ue, He) => {
|
|
2243
2243
|
const tn = A("v-slider");
|
|
2244
|
-
return h(),
|
|
2244
|
+
return h(), V(i(F), { block: "" }, {
|
|
2245
2245
|
default: _(() => [
|
|
2246
2246
|
W(tn, {
|
|
2247
2247
|
modelValue: i(X),
|
|
@@ -2306,7 +2306,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2306
2306
|
]), { theme: o } = G(), { property: s } = l(e, ["settings", "value"]);
|
|
2307
2307
|
return (r, a) => {
|
|
2308
2308
|
const c = A("v-stepper");
|
|
2309
|
-
return h(),
|
|
2309
|
+
return h(), V(c, {
|
|
2310
2310
|
modelValue: i(s),
|
|
2311
2311
|
"onUpdate:modelValue": a[0] || (a[0] = (p) => J(s) ? s.value = p : null),
|
|
2312
2312
|
"hide-actions": i(n),
|
|
@@ -2322,7 +2322,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2322
2322
|
}), Zl = {};
|
|
2323
2323
|
function Ql(t, e) {
|
|
2324
2324
|
const n = A("v-stepper-header");
|
|
2325
|
-
return h(),
|
|
2325
|
+
return h(), V(n, null, {
|
|
2326
2326
|
default: _(() => [
|
|
2327
2327
|
B(t.$slots, "default")
|
|
2328
2328
|
]),
|
|
@@ -2339,7 +2339,7 @@ const ea = /* @__PURE__ */ Te(Zl, [["render", Ql]]), ta = /* @__PURE__ */ $({
|
|
|
2339
2339
|
const e = t, { property: n } = l(e, ["settings", "value"]);
|
|
2340
2340
|
return (o, s) => {
|
|
2341
2341
|
const r = A("v-stepper-item");
|
|
2342
|
-
return h(),
|
|
2342
|
+
return h(), V(r, { value: i(n) }, {
|
|
2343
2343
|
default: _(() => [
|
|
2344
2344
|
B(o.$slots, "default")
|
|
2345
2345
|
]),
|
|
@@ -2350,7 +2350,7 @@ const ea = /* @__PURE__ */ Te(Zl, [["render", Ql]]), ta = /* @__PURE__ */ $({
|
|
|
2350
2350
|
}), na = {};
|
|
2351
2351
|
function ia(t, e) {
|
|
2352
2352
|
const n = A("v-stepper-window");
|
|
2353
|
-
return h(),
|
|
2353
|
+
return h(), V(n, null, {
|
|
2354
2354
|
default: _(() => [
|
|
2355
2355
|
B(t.$slots, "default")
|
|
2356
2356
|
]),
|
|
@@ -2367,7 +2367,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2367
2367
|
const e = t, { property: n } = l(e, ["settings", "value"]);
|
|
2368
2368
|
return (o, s) => {
|
|
2369
2369
|
const r = A("v-stepper-window-item");
|
|
2370
|
-
return h(),
|
|
2370
|
+
return h(), V(r, { value: i(n) }, {
|
|
2371
2371
|
default: _(() => [
|
|
2372
2372
|
B(o.$slots, "default")
|
|
2373
2373
|
]),
|
|
@@ -2397,7 +2397,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2397
2397
|
]), { property: c } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: m } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: d } = G(), { property: y } = l(e, ["settings", "value"]);
|
|
2398
2398
|
return (b, g) => {
|
|
2399
2399
|
const k = A("v-switch");
|
|
2400
|
-
return h(),
|
|
2400
|
+
return h(), V(i(F), { "fit-content": !0 }, {
|
|
2401
2401
|
default: _(() => [
|
|
2402
2402
|
W(k, {
|
|
2403
2403
|
modelValue: i(y),
|
|
@@ -2431,7 +2431,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2431
2431
|
});
|
|
2432
2432
|
return (c, p) => {
|
|
2433
2433
|
const m = A("v-tab");
|
|
2434
|
-
return h(),
|
|
2434
|
+
return h(), V(i(F), null, {
|
|
2435
2435
|
default: _(() => [
|
|
2436
2436
|
W(m, {
|
|
2437
2437
|
style: ee(a.value),
|
|
@@ -2490,7 +2490,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2490
2490
|
]), { color: I } = K(S), { property: P } = l(e, ["settings", "stacked"]), { theme: E } = G(), { property: D } = l(e, ["settings", "value"]);
|
|
2491
2491
|
return (j, R) => {
|
|
2492
2492
|
const C = A("v-tabs");
|
|
2493
|
-
return h(),
|
|
2493
|
+
return h(), V(i(F), { block: "" }, {
|
|
2494
2494
|
default: _(() => [
|
|
2495
2495
|
W(C, {
|
|
2496
2496
|
modelValue: i(D),
|
|
@@ -2539,7 +2539,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2539
2539
|
const u = [], d = Oe(n.value.width), y = Ae(d, e.node.settings?.style);
|
|
2540
2540
|
return y && u.push(`text-${y}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`), p.value && u.push(`font-weight-${p.value}`), a.value && u.push("font-italic"), u.join(" ");
|
|
2541
2541
|
});
|
|
2542
|
-
return (u, d) => (h(),
|
|
2542
|
+
return (u, d) => (h(), V(i(F), null, {
|
|
2543
2543
|
default: _(() => [
|
|
2544
2544
|
Y("span", {
|
|
2545
2545
|
class: nr(m.value)
|
|
@@ -2576,7 +2576,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2576
2576
|
]), { theme: g } = G(), { property: k } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
|
|
2577
2577
|
return (S, I) => {
|
|
2578
2578
|
const P = A("v-textarea");
|
|
2579
|
-
return h(),
|
|
2579
|
+
return h(), V(i(F), { block: "" }, {
|
|
2580
2580
|
default: _(() => [
|
|
2581
2581
|
W(P, {
|
|
2582
2582
|
modelValue: i(k),
|
|
@@ -2653,7 +2653,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2653
2653
|
]);
|
|
2654
2654
|
return (X, ie) => {
|
|
2655
2655
|
const _e = A("v-text-field");
|
|
2656
|
-
return h(),
|
|
2656
|
+
return h(), V(i(F), { block: "" }, {
|
|
2657
2657
|
default: _(() => [
|
|
2658
2658
|
W(_e, {
|
|
2659
2659
|
modelValue: i(E),
|
|
@@ -2768,7 +2768,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2768
2768
|
]), { theme: k } = G();
|
|
2769
2769
|
return (x, S) => {
|
|
2770
2770
|
const I = A("v-timeline");
|
|
2771
|
-
return h(),
|
|
2771
|
+
return h(), V(I, {
|
|
2772
2772
|
align: i(n),
|
|
2773
2773
|
density: i(o),
|
|
2774
2774
|
direction: i(s),
|
|
@@ -2792,7 +2792,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2792
2792
|
}), da = {};
|
|
2793
2793
|
function ya(t, e) {
|
|
2794
2794
|
const n = A("v-timeline-item");
|
|
2795
|
-
return h(),
|
|
2795
|
+
return h(), V(n, null, {
|
|
2796
2796
|
default: _(() => [
|
|
2797
2797
|
B(t.$slots, "default")
|
|
2798
2798
|
]),
|
|
@@ -2821,7 +2821,7 @@ const fa = /* @__PURE__ */ Te(da, [["render", ya]]), ba = /* @__PURE__ */ $({
|
|
|
2821
2821
|
]), { property: c } = l(e, ["settings", "touch"]), { theme: p } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
2822
2822
|
return (u, d) => {
|
|
2823
2823
|
const y = A("v-window");
|
|
2824
|
-
return h(),
|
|
2824
|
+
return h(), V(y, {
|
|
2825
2825
|
modelValue: i(m),
|
|
2826
2826
|
"onUpdate:modelValue": d[0] || (d[0] = (b) => J(m) ? m.value = b : null),
|
|
2827
2827
|
continuous: i(n),
|
|
@@ -2842,7 +2842,7 @@ const fa = /* @__PURE__ */ Te(da, [["render", ya]]), ba = /* @__PURE__ */ $({
|
|
|
2842
2842
|
}), ga = {};
|
|
2843
2843
|
function ha(t, e) {
|
|
2844
2844
|
const n = A("v-window-item");
|
|
2845
|
-
return h(),
|
|
2845
|
+
return h(), V(n, null, {
|
|
2846
2846
|
default: _(() => [
|
|
2847
2847
|
B(t.$slots, "default")
|
|
2848
2848
|
]),
|
|
@@ -3337,7 +3337,7 @@ const xa = /* @__PURE__ */ Te(ga, [["render", ha]]), Qe = "ambient_light_v1", et
|
|
|
3337
3337
|
methods: [],
|
|
3338
3338
|
slots: []
|
|
3339
3339
|
};
|
|
3340
|
-
|
|
3340
|
+
w(_a);
|
|
3341
3341
|
const ci = {
|
|
3342
3342
|
key: "settings",
|
|
3343
3343
|
name: "x-runtime-lib.settings",
|
|
@@ -3383,24 +3383,24 @@ const ci = {
|
|
|
3383
3383
|
methods: [],
|
|
3384
3384
|
slots: []
|
|
3385
3385
|
};
|
|
3386
|
-
|
|
3386
|
+
w(wa);
|
|
3387
3387
|
const Va = /* @__PURE__ */ $({
|
|
3388
3388
|
__name: "index",
|
|
3389
3389
|
setup(t) {
|
|
3390
3390
|
const e = H();
|
|
3391
|
-
return (n, o) => i(e) !== "editor" ? (h(),
|
|
3391
|
+
return (n, o) => i(e) !== "editor" ? (h(), V(i(kr), { key: 0 })) : ne("", !0);
|
|
3392
3392
|
}
|
|
3393
3393
|
}), Sa = /* @__PURE__ */ $({
|
|
3394
3394
|
__name: "index",
|
|
3395
3395
|
setup(t) {
|
|
3396
3396
|
const e = H();
|
|
3397
|
-
return (n, o) => i(e) !== "editor" ? (h(),
|
|
3397
|
+
return (n, o) => i(e) !== "editor" ? (h(), V(i(_r), { key: 0 })) : ne("", !0);
|
|
3398
3398
|
}
|
|
3399
3399
|
}), $a = /* @__PURE__ */ $({
|
|
3400
3400
|
__name: "index",
|
|
3401
3401
|
setup(t) {
|
|
3402
3402
|
const e = H();
|
|
3403
|
-
return (n, o) => i(e) !== "editor" ? (h(),
|
|
3403
|
+
return (n, o) => i(e) !== "editor" ? (h(), V(i(wr), { key: 0 })) : ne("", !0);
|
|
3404
3404
|
}
|
|
3405
3405
|
}), Ia = {
|
|
3406
3406
|
key: _t,
|
|
@@ -3415,7 +3415,7 @@ const Va = /* @__PURE__ */ $({
|
|
|
3415
3415
|
slots: [],
|
|
3416
3416
|
leaf: !0
|
|
3417
3417
|
};
|
|
3418
|
-
|
|
3418
|
+
w(Ia);
|
|
3419
3419
|
const Ca = {
|
|
3420
3420
|
key: Vt,
|
|
3421
3421
|
name: "x-runtime-lib.mapControls",
|
|
@@ -3429,7 +3429,7 @@ const Ca = {
|
|
|
3429
3429
|
slots: [],
|
|
3430
3430
|
leaf: !0
|
|
3431
3431
|
};
|
|
3432
|
-
|
|
3432
|
+
w(Ca);
|
|
3433
3433
|
const Pa = {
|
|
3434
3434
|
key: Pt,
|
|
3435
3435
|
name: "x-runtime-lib.orbitControls",
|
|
@@ -3443,7 +3443,7 @@ const Pa = {
|
|
|
3443
3443
|
slots: [],
|
|
3444
3444
|
leaf: !0
|
|
3445
3445
|
};
|
|
3446
|
-
|
|
3446
|
+
w(Pa);
|
|
3447
3447
|
function Ta(t, e) {
|
|
3448
3448
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3449
3449
|
if (!o) {
|
|
@@ -3578,7 +3578,7 @@ const ui = {
|
|
|
3578
3578
|
leaf: !0,
|
|
3579
3579
|
spawn: Ta
|
|
3580
3580
|
};
|
|
3581
|
-
|
|
3581
|
+
w(pn);
|
|
3582
3582
|
function La(t, e) {
|
|
3583
3583
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3584
3584
|
if (!o) {
|
|
@@ -3722,7 +3722,7 @@ const pi = {
|
|
|
3722
3722
|
leaf: !0,
|
|
3723
3723
|
spawn: La
|
|
3724
3724
|
};
|
|
3725
|
-
|
|
3725
|
+
w(mn);
|
|
3726
3726
|
const Xt = M(O);
|
|
3727
3727
|
Xt.children[0].default = "custom";
|
|
3728
3728
|
Xt.children[2].children[0].default = "0xffffff";
|
|
@@ -3752,7 +3752,7 @@ const mi = {
|
|
|
3752
3752
|
methods: [],
|
|
3753
3753
|
slots: []
|
|
3754
3754
|
};
|
|
3755
|
-
|
|
3755
|
+
w(Ra);
|
|
3756
3756
|
const Yt = M(O);
|
|
3757
3757
|
Yt.children[0].default = "custom";
|
|
3758
3758
|
Yt.children[2].children[0].default = "0xffffff";
|
|
@@ -3782,7 +3782,7 @@ const di = {
|
|
|
3782
3782
|
methods: [],
|
|
3783
3783
|
slots: []
|
|
3784
3784
|
};
|
|
3785
|
-
|
|
3785
|
+
w(Ma);
|
|
3786
3786
|
const Zt = M(O);
|
|
3787
3787
|
Zt.children[0].default = "custom";
|
|
3788
3788
|
Zt.children[2].children[0].default = "0xffffff";
|
|
@@ -3826,7 +3826,7 @@ const yi = {
|
|
|
3826
3826
|
methods: [],
|
|
3827
3827
|
slots: []
|
|
3828
3828
|
};
|
|
3829
|
-
|
|
3829
|
+
w(Wa);
|
|
3830
3830
|
const Qt = M(O);
|
|
3831
3831
|
Qt.children[0].default = "custom";
|
|
3832
3832
|
Qt.children[2].children[0].default = "0xffffff";
|
|
@@ -3887,7 +3887,7 @@ const fi = {
|
|
|
3887
3887
|
methods: [],
|
|
3888
3888
|
slots: []
|
|
3889
3889
|
};
|
|
3890
|
-
|
|
3890
|
+
w(Da);
|
|
3891
3891
|
const Re = {
|
|
3892
3892
|
key: va,
|
|
3893
3893
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
@@ -3901,7 +3901,7 @@ const Re = {
|
|
|
3901
3901
|
slots: [],
|
|
3902
3902
|
leaf: !0
|
|
3903
3903
|
};
|
|
3904
|
-
|
|
3904
|
+
w(Re);
|
|
3905
3905
|
const Fa = {
|
|
3906
3906
|
key: vt,
|
|
3907
3907
|
name: "x-runtime-lib.group",
|
|
@@ -3914,7 +3914,7 @@ const Fa = {
|
|
|
3914
3914
|
methods: [],
|
|
3915
3915
|
slots: []
|
|
3916
3916
|
};
|
|
3917
|
-
|
|
3917
|
+
w(Fa);
|
|
3918
3918
|
const Me = {
|
|
3919
3919
|
key: $t,
|
|
3920
3920
|
name: "x-runtime-lib.mesh",
|
|
@@ -3927,7 +3927,7 @@ const Me = {
|
|
|
3927
3927
|
methods: [],
|
|
3928
3928
|
slots: []
|
|
3929
3929
|
};
|
|
3930
|
-
|
|
3930
|
+
w(Me);
|
|
3931
3931
|
function Ga(t, e) {
|
|
3932
3932
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3933
3933
|
if (!o) {
|
|
@@ -3982,7 +3982,7 @@ const bi = {
|
|
|
3982
3982
|
leaf: !0,
|
|
3983
3983
|
spawn: Ga
|
|
3984
3984
|
};
|
|
3985
|
-
|
|
3985
|
+
w(dn);
|
|
3986
3986
|
function Na(t, e) {
|
|
3987
3987
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3988
3988
|
if (!o) {
|
|
@@ -4037,7 +4037,7 @@ const gi = {
|
|
|
4037
4037
|
leaf: !0,
|
|
4038
4038
|
spawn: Na
|
|
4039
4039
|
};
|
|
4040
|
-
|
|
4040
|
+
w(yn);
|
|
4041
4041
|
const ja = {
|
|
4042
4042
|
key: It,
|
|
4043
4043
|
name: "x-runtime-lib.multipleRef",
|
|
@@ -4051,7 +4051,7 @@ const ja = {
|
|
|
4051
4051
|
slots: [],
|
|
4052
4052
|
leaf: !0
|
|
4053
4053
|
};
|
|
4054
|
-
|
|
4054
|
+
w(ja);
|
|
4055
4055
|
const hi = {
|
|
4056
4056
|
key: "reference",
|
|
4057
4057
|
name: "x-runtime-lib.reference",
|
|
@@ -4076,7 +4076,7 @@ const hi = {
|
|
|
4076
4076
|
slots: [],
|
|
4077
4077
|
leaf: !0
|
|
4078
4078
|
};
|
|
4079
|
-
|
|
4079
|
+
w(Ha);
|
|
4080
4080
|
const xi = {
|
|
4081
4081
|
key: "settings",
|
|
4082
4082
|
name: "x-runtime-lib.settings",
|
|
@@ -4100,7 +4100,7 @@ const xi = {
|
|
|
4100
4100
|
methods: [],
|
|
4101
4101
|
slots: []
|
|
4102
4102
|
};
|
|
4103
|
-
|
|
4103
|
+
w(Ka);
|
|
4104
4104
|
const en = M(O);
|
|
4105
4105
|
en.key = "backgroundColor";
|
|
4106
4106
|
en.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4176,7 +4176,7 @@ const vi = {
|
|
|
4176
4176
|
slots: [],
|
|
4177
4177
|
internal: !0
|
|
4178
4178
|
};
|
|
4179
|
-
|
|
4179
|
+
w(Oa);
|
|
4180
4180
|
const _i = {
|
|
4181
4181
|
key: "settings",
|
|
4182
4182
|
name: "x-runtime-lib.settings",
|
|
@@ -4212,7 +4212,7 @@ const _i = {
|
|
|
4212
4212
|
default: !1
|
|
4213
4213
|
}
|
|
4214
4214
|
]
|
|
4215
|
-
},
|
|
4215
|
+
}, Ua = {
|
|
4216
4216
|
key: et,
|
|
4217
4217
|
name: "x-runtime-lib.badge",
|
|
4218
4218
|
comp: xl,
|
|
@@ -4221,7 +4221,8 @@ const _i = {
|
|
|
4221
4221
|
compCommon: [f, _i]
|
|
4222
4222
|
}
|
|
4223
4223
|
};
|
|
4224
|
-
|
|
4224
|
+
w(Ua);
|
|
4225
|
+
function Ja(t, e) {
|
|
4225
4226
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4226
4227
|
if (!o) {
|
|
4227
4228
|
console.error(`btnV1/spawn property tag not found, ${n}`);
|
|
@@ -4235,7 +4236,7 @@ function Ua(t, e) {
|
|
|
4235
4236
|
const r = {};
|
|
4236
4237
|
return z(r, s), r.basic.id = T(16), r.basic.key = fn.key, r.settings.text = "button", r;
|
|
4237
4238
|
}
|
|
4238
|
-
const
|
|
4239
|
+
const qa = M(O), wi = {
|
|
4239
4240
|
key: "settings",
|
|
4240
4241
|
name: "x-runtime-lib.settings",
|
|
4241
4242
|
children: [
|
|
@@ -4314,7 +4315,7 @@ const Ja = M(O), wi = {
|
|
|
4314
4315
|
ui: "switch",
|
|
4315
4316
|
default: !1
|
|
4316
4317
|
},
|
|
4317
|
-
|
|
4318
|
+
qa,
|
|
4318
4319
|
{
|
|
4319
4320
|
key: "ripple",
|
|
4320
4321
|
name: "x-runtime-lib.ripple",
|
|
@@ -4337,10 +4338,10 @@ const Ja = M(O), wi = {
|
|
|
4337
4338
|
}
|
|
4338
4339
|
],
|
|
4339
4340
|
leaf: !0,
|
|
4340
|
-
spawn:
|
|
4341
|
+
spawn: Ja
|
|
4341
4342
|
};
|
|
4342
|
-
|
|
4343
|
-
const
|
|
4343
|
+
w(fn);
|
|
4344
|
+
const Xa = {
|
|
4344
4345
|
key: ot,
|
|
4345
4346
|
name: "x-runtime-lib.buttonGroup",
|
|
4346
4347
|
comp: wl,
|
|
@@ -4349,7 +4350,7 @@ const qa = {
|
|
|
4349
4350
|
compCommon: [f]
|
|
4350
4351
|
}
|
|
4351
4352
|
};
|
|
4352
|
-
|
|
4353
|
+
w(Xa);
|
|
4353
4354
|
const Vi = {
|
|
4354
4355
|
key: "settings",
|
|
4355
4356
|
name: "x-runtime-lib.settings",
|
|
@@ -4411,7 +4412,7 @@ const Vi = {
|
|
|
4411
4412
|
default: !1
|
|
4412
4413
|
}
|
|
4413
4414
|
]
|
|
4414
|
-
},
|
|
4415
|
+
}, Ya = {
|
|
4415
4416
|
key: rt,
|
|
4416
4417
|
name: "x-runtime-lib.buttonToggle",
|
|
4417
4418
|
comp: Vl,
|
|
@@ -4420,8 +4421,8 @@ const Vi = {
|
|
|
4420
4421
|
compCommon: [f, Vi]
|
|
4421
4422
|
}
|
|
4422
4423
|
};
|
|
4423
|
-
|
|
4424
|
-
function
|
|
4424
|
+
w(Ya);
|
|
4425
|
+
function Za(t, e) {
|
|
4425
4426
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4426
4427
|
if (!o) {
|
|
4427
4428
|
console.error(`cardV1/spawn property tag not found, ${n}`);
|
|
@@ -4498,9 +4499,9 @@ const Si = {
|
|
|
4498
4499
|
pageCommon: [f, U, Si],
|
|
4499
4500
|
compCommon: [f, U, Si]
|
|
4500
4501
|
},
|
|
4501
|
-
spawn:
|
|
4502
|
+
spawn: Za
|
|
4502
4503
|
};
|
|
4503
|
-
|
|
4504
|
+
w(We);
|
|
4504
4505
|
const $i = {
|
|
4505
4506
|
key: "settings",
|
|
4506
4507
|
name: "x-runtime-lib.settings",
|
|
@@ -4518,7 +4519,7 @@ const $i = {
|
|
|
4518
4519
|
default: ""
|
|
4519
4520
|
}
|
|
4520
4521
|
]
|
|
4521
|
-
},
|
|
4522
|
+
}, Qa = {
|
|
4522
4523
|
key: lt,
|
|
4523
4524
|
name: "x-runtime-lib.checkbox",
|
|
4524
4525
|
comp: $l,
|
|
@@ -4528,8 +4529,8 @@ const $i = {
|
|
|
4528
4529
|
},
|
|
4529
4530
|
leaf: !0
|
|
4530
4531
|
};
|
|
4531
|
-
|
|
4532
|
-
const
|
|
4532
|
+
w(Qa);
|
|
4533
|
+
const ec = M(O), Ii = {
|
|
4533
4534
|
key: "settings",
|
|
4534
4535
|
name: "x-runtime-lib.settings",
|
|
4535
4536
|
children: [
|
|
@@ -4602,7 +4603,7 @@ const Qa = M(O), Ii = {
|
|
|
4602
4603
|
ui: "switch",
|
|
4603
4604
|
default: !1
|
|
4604
4605
|
},
|
|
4605
|
-
|
|
4606
|
+
ec
|
|
4606
4607
|
]
|
|
4607
4608
|
}, bn = {
|
|
4608
4609
|
key: at,
|
|
@@ -4614,8 +4615,8 @@ const Qa = M(O), Ii = {
|
|
|
4614
4615
|
},
|
|
4615
4616
|
leaf: !0
|
|
4616
4617
|
};
|
|
4617
|
-
|
|
4618
|
-
function
|
|
4618
|
+
w(bn);
|
|
4619
|
+
function tc(t, e) {
|
|
4619
4620
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4620
4621
|
if (!o) {
|
|
4621
4622
|
console.error(`chipGroupV1/spawn property tag not found, ${n}`);
|
|
@@ -4712,10 +4713,10 @@ const Ci = {
|
|
|
4712
4713
|
pageCommon: [f, Ci],
|
|
4713
4714
|
compCommon: [f, Ci]
|
|
4714
4715
|
},
|
|
4715
|
-
spawn:
|
|
4716
|
+
spawn: tc
|
|
4716
4717
|
};
|
|
4717
|
-
|
|
4718
|
-
const
|
|
4718
|
+
w(gn);
|
|
4719
|
+
const nc = {
|
|
4719
4720
|
key: ut,
|
|
4720
4721
|
name: "x-runtime-lib.colorPicker",
|
|
4721
4722
|
comp: Pl,
|
|
@@ -4725,7 +4726,7 @@ const tc = {
|
|
|
4725
4726
|
},
|
|
4726
4727
|
leaf: !0
|
|
4727
4728
|
};
|
|
4728
|
-
|
|
4729
|
+
w(nc);
|
|
4729
4730
|
const Pi = {
|
|
4730
4731
|
key: "settings",
|
|
4731
4732
|
name: "x-runtime-lib.settings",
|
|
@@ -4767,7 +4768,7 @@ const Pi = {
|
|
|
4767
4768
|
default: !1
|
|
4768
4769
|
}
|
|
4769
4770
|
]
|
|
4770
|
-
},
|
|
4771
|
+
}, ic = {
|
|
4771
4772
|
key: pt,
|
|
4772
4773
|
name: "x-runtime-lib.combobox",
|
|
4773
4774
|
comp: Tl,
|
|
@@ -4777,7 +4778,7 @@ const Pi = {
|
|
|
4777
4778
|
},
|
|
4778
4779
|
leaf: !0
|
|
4779
4780
|
};
|
|
4780
|
-
|
|
4781
|
+
w(ic);
|
|
4781
4782
|
const Jn = M(O);
|
|
4782
4783
|
Jn.key = "backgroundColor";
|
|
4783
4784
|
Jn.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4800,7 +4801,7 @@ const Ti = {
|
|
|
4800
4801
|
}
|
|
4801
4802
|
]
|
|
4802
4803
|
};
|
|
4803
|
-
|
|
4804
|
+
w(hn);
|
|
4804
4805
|
const zi = {
|
|
4805
4806
|
key: "size",
|
|
4806
4807
|
name: "x-runtime-lib.size",
|
|
@@ -4953,7 +4954,7 @@ const zi = {
|
|
|
4953
4954
|
defaultArray: []
|
|
4954
4955
|
}
|
|
4955
4956
|
]
|
|
4956
|
-
},
|
|
4957
|
+
}, oc = {
|
|
4957
4958
|
key: dt,
|
|
4958
4959
|
name: "x-runtime-lib.dataTable",
|
|
4959
4960
|
comp: Al,
|
|
@@ -4963,8 +4964,8 @@ const zi = {
|
|
|
4963
4964
|
},
|
|
4964
4965
|
leaf: !0
|
|
4965
4966
|
};
|
|
4966
|
-
|
|
4967
|
-
const
|
|
4967
|
+
w(oc);
|
|
4968
|
+
const rc = {
|
|
4968
4969
|
key: yt,
|
|
4969
4970
|
name: "x-runtime-lib.datePicker",
|
|
4970
4971
|
comp: Ll,
|
|
@@ -4974,8 +4975,8 @@ const oc = {
|
|
|
4974
4975
|
},
|
|
4975
4976
|
leaf: !0
|
|
4976
4977
|
};
|
|
4977
|
-
|
|
4978
|
-
const
|
|
4978
|
+
w(rc);
|
|
4979
|
+
const sc = {
|
|
4979
4980
|
key: ft,
|
|
4980
4981
|
name: "x-runtime-lib.dialog",
|
|
4981
4982
|
comp: Bl,
|
|
@@ -4995,7 +4996,7 @@ const rc = {
|
|
|
4995
4996
|
],
|
|
4996
4997
|
teleport: !0
|
|
4997
4998
|
};
|
|
4998
|
-
|
|
4999
|
+
w(sc);
|
|
4999
5000
|
const Ei = {
|
|
5000
5001
|
key: "settings",
|
|
5001
5002
|
name: "x-runtime-lib.settings",
|
|
@@ -5035,8 +5036,8 @@ const Ei = {
|
|
|
5035
5036
|
compCommon: [f, U, Bi]
|
|
5036
5037
|
}
|
|
5037
5038
|
};
|
|
5038
|
-
|
|
5039
|
-
function
|
|
5039
|
+
w(xn);
|
|
5040
|
+
function lc(t, e) {
|
|
5040
5041
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5041
5042
|
if (!o) {
|
|
5042
5043
|
console.error(`flexLayoutV1/spawn property tag not found, ${n}`);
|
|
@@ -5069,7 +5070,7 @@ function sc(t, e) {
|
|
|
5069
5070
|
"60px",
|
|
5070
5071
|
void 0
|
|
5071
5072
|
),
|
|
5072
|
-
|
|
5073
|
+
ac(t, e)
|
|
5073
5074
|
], r;
|
|
5074
5075
|
}
|
|
5075
5076
|
function vn(t, e, n, o, s, r, a, c, p) {
|
|
@@ -5090,7 +5091,7 @@ function vn(t, e, n, o, s, r, a, c, p) {
|
|
|
5090
5091
|
const y = {};
|
|
5091
5092
|
return z(y, d), y.basic.id = T(16), y.basic.key = hn.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;
|
|
5092
5093
|
}
|
|
5093
|
-
function
|
|
5094
|
+
function ac(t, e) {
|
|
5094
5095
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5095
5096
|
if (!o) {
|
|
5096
5097
|
console.error(
|
|
@@ -5309,9 +5310,9 @@ const Ri = {
|
|
|
5309
5310
|
name: "x-runtime-lib.click"
|
|
5310
5311
|
}
|
|
5311
5312
|
],
|
|
5312
|
-
spawn:
|
|
5313
|
+
spawn: lc
|
|
5313
5314
|
};
|
|
5314
|
-
|
|
5315
|
+
w(De);
|
|
5315
5316
|
const Mi = {
|
|
5316
5317
|
key: "settings",
|
|
5317
5318
|
name: "x-runtime-lib.settings",
|
|
@@ -5492,8 +5493,8 @@ const Mi = {
|
|
|
5492
5493
|
],
|
|
5493
5494
|
leaf: !0
|
|
5494
5495
|
};
|
|
5495
|
-
|
|
5496
|
-
function
|
|
5496
|
+
w(kn);
|
|
5497
|
+
function cc(t, e) {
|
|
5497
5498
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5498
5499
|
if (!o) {
|
|
5499
5500
|
console.error(`formV1/spawn property tag not found, ${n}`);
|
|
@@ -5505,9 +5506,9 @@ function ac(t, e) {
|
|
|
5505
5506
|
return;
|
|
5506
5507
|
}
|
|
5507
5508
|
const r = {};
|
|
5508
|
-
return z(r, s), r.basic.id = T(16), r.basic.key = _n.key, r.children = [
|
|
5509
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = _n.key, r.children = [uc(t, e)], r;
|
|
5509
5510
|
}
|
|
5510
|
-
function
|
|
5511
|
+
function uc(t, e) {
|
|
5511
5512
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5512
5513
|
if (!o) {
|
|
5513
5514
|
console.error(`formV1/spawnTextField property tag not found, ${n}`);
|
|
@@ -5553,10 +5554,10 @@ const Di = {
|
|
|
5553
5554
|
name: "x-runtime-lib.submit"
|
|
5554
5555
|
}
|
|
5555
5556
|
],
|
|
5556
|
-
spawn:
|
|
5557
|
+
spawn: cc
|
|
5557
5558
|
};
|
|
5558
|
-
|
|
5559
|
-
const
|
|
5559
|
+
w(_n);
|
|
5560
|
+
const pc = M(O), Fi = {
|
|
5560
5561
|
key: "settings",
|
|
5561
5562
|
name: "x-runtime-lib.settings",
|
|
5562
5563
|
children: [
|
|
@@ -5579,9 +5580,9 @@ const uc = M(O), Fi = {
|
|
|
5579
5580
|
items: "sizeItemsV1",
|
|
5580
5581
|
default: "default"
|
|
5581
5582
|
},
|
|
5582
|
-
|
|
5583
|
+
pc
|
|
5583
5584
|
]
|
|
5584
|
-
},
|
|
5585
|
+
}, mc = {
|
|
5585
5586
|
key: kt,
|
|
5586
5587
|
name: "x-runtime-lib.icon",
|
|
5587
5588
|
comp: Fl,
|
|
@@ -5591,8 +5592,8 @@ const uc = M(O), Fi = {
|
|
|
5591
5592
|
},
|
|
5592
5593
|
leaf: !0
|
|
5593
5594
|
};
|
|
5594
|
-
|
|
5595
|
-
const
|
|
5595
|
+
w(mc);
|
|
5596
|
+
const dc = {
|
|
5596
5597
|
key: St,
|
|
5597
5598
|
name: "x-runtime-lib.menu",
|
|
5598
5599
|
comp: Nl,
|
|
@@ -5612,8 +5613,8 @@ const mc = {
|
|
|
5612
5613
|
],
|
|
5613
5614
|
teleport: !0
|
|
5614
5615
|
};
|
|
5615
|
-
|
|
5616
|
-
function
|
|
5616
|
+
w(dc);
|
|
5617
|
+
function yc(t, e) {
|
|
5617
5618
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5618
5619
|
if (!o) {
|
|
5619
5620
|
console.error(`numberInputV1/spawn property tag not found, ${n}`);
|
|
@@ -5825,9 +5826,9 @@ const Gi = {
|
|
|
5825
5826
|
}
|
|
5826
5827
|
],
|
|
5827
5828
|
leaf: !0,
|
|
5828
|
-
spawn:
|
|
5829
|
+
spawn: yc
|
|
5829
5830
|
};
|
|
5830
|
-
|
|
5831
|
+
w(wn);
|
|
5831
5832
|
const ji = {
|
|
5832
5833
|
key: "settings",
|
|
5833
5834
|
name: "x-runtime-lib.settings",
|
|
@@ -5891,7 +5892,7 @@ const ji = {
|
|
|
5891
5892
|
default: !1
|
|
5892
5893
|
}
|
|
5893
5894
|
]
|
|
5894
|
-
},
|
|
5895
|
+
}, fc = {
|
|
5895
5896
|
key: zt,
|
|
5896
5897
|
name: "x-runtime-lib.pagination",
|
|
5897
5898
|
comp: Hl,
|
|
@@ -5901,8 +5902,8 @@ const ji = {
|
|
|
5901
5902
|
},
|
|
5902
5903
|
leaf: !0
|
|
5903
5904
|
};
|
|
5904
|
-
|
|
5905
|
-
const
|
|
5905
|
+
w(fc);
|
|
5906
|
+
const bc = M(O), Hi = {
|
|
5906
5907
|
key: "settings",
|
|
5907
5908
|
name: "x-runtime-lib.settings",
|
|
5908
5909
|
children: [
|
|
@@ -5937,7 +5938,7 @@ const fc = M(O), Hi = {
|
|
|
5937
5938
|
items: "densityItemsV1",
|
|
5938
5939
|
default: "default"
|
|
5939
5940
|
},
|
|
5940
|
-
|
|
5941
|
+
bc
|
|
5941
5942
|
]
|
|
5942
5943
|
}, Vn = {
|
|
5943
5944
|
key: zo,
|
|
@@ -5949,8 +5950,8 @@ const fc = M(O), Hi = {
|
|
|
5949
5950
|
},
|
|
5950
5951
|
leaf: !0
|
|
5951
5952
|
};
|
|
5952
|
-
|
|
5953
|
-
function
|
|
5953
|
+
w(Vn);
|
|
5954
|
+
function gc(t, e) {
|
|
5954
5955
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5955
5956
|
if (!o) {
|
|
5956
5957
|
console.error(`radioGroupV1/spawn property tag not found, ${n}`);
|
|
@@ -6035,9 +6036,9 @@ const Ki = {
|
|
|
6035
6036
|
pageCommon: [f, Ki],
|
|
6036
6037
|
compCommon: [f, Ki]
|
|
6037
6038
|
},
|
|
6038
|
-
spawn:
|
|
6039
|
+
spawn: gc
|
|
6039
6040
|
};
|
|
6040
|
-
|
|
6041
|
+
w(Sn);
|
|
6041
6042
|
const Oi = {
|
|
6042
6043
|
key: "settings",
|
|
6043
6044
|
name: "x-runtime-lib.settings",
|
|
@@ -6155,7 +6156,7 @@ const Oi = {
|
|
|
6155
6156
|
]
|
|
6156
6157
|
}
|
|
6157
6158
|
]
|
|
6158
|
-
},
|
|
6159
|
+
}, hc = {
|
|
6159
6160
|
key: Bt,
|
|
6160
6161
|
name: "x-runtime-lib.rangeSlider",
|
|
6161
6162
|
comp: Ul,
|
|
@@ -6165,7 +6166,7 @@ const Oi = {
|
|
|
6165
6166
|
},
|
|
6166
6167
|
leaf: !0
|
|
6167
6168
|
};
|
|
6168
|
-
|
|
6169
|
+
w(hc);
|
|
6169
6170
|
const Ui = {
|
|
6170
6171
|
key: "settings",
|
|
6171
6172
|
name: "x-runtime-lib.settings",
|
|
@@ -6221,7 +6222,7 @@ const Ui = {
|
|
|
6221
6222
|
default: !1
|
|
6222
6223
|
}
|
|
6223
6224
|
]
|
|
6224
|
-
},
|
|
6225
|
+
}, xc = {
|
|
6225
6226
|
key: Rt,
|
|
6226
6227
|
name: "x-runtime-lib.rating",
|
|
6227
6228
|
comp: Jl,
|
|
@@ -6231,7 +6232,7 @@ const Ui = {
|
|
|
6231
6232
|
},
|
|
6232
6233
|
leaf: !0
|
|
6233
6234
|
};
|
|
6234
|
-
|
|
6235
|
+
w(xc);
|
|
6235
6236
|
const Ji = {
|
|
6236
6237
|
key: "settings",
|
|
6237
6238
|
name: "x-runtime-lib.settings",
|
|
@@ -6273,7 +6274,7 @@ const Ji = {
|
|
|
6273
6274
|
default: !1
|
|
6274
6275
|
}
|
|
6275
6276
|
]
|
|
6276
|
-
},
|
|
6277
|
+
}, vc = {
|
|
6277
6278
|
key: Wt,
|
|
6278
6279
|
name: "x-runtime-lib.select",
|
|
6279
6280
|
comp: ql,
|
|
@@ -6283,7 +6284,7 @@ const Ji = {
|
|
|
6283
6284
|
},
|
|
6284
6285
|
leaf: !0
|
|
6285
6286
|
};
|
|
6286
|
-
|
|
6287
|
+
w(vc);
|
|
6287
6288
|
const Xn = M(O);
|
|
6288
6289
|
Xn.key = "color";
|
|
6289
6290
|
Xn.name = "x-runtime-lib.color";
|
|
@@ -6419,7 +6420,7 @@ const qi = {
|
|
|
6419
6420
|
default: void 0
|
|
6420
6421
|
}
|
|
6421
6422
|
]
|
|
6422
|
-
},
|
|
6423
|
+
}, kc = {
|
|
6423
6424
|
key: Dt,
|
|
6424
6425
|
name: "x-runtime-lib.slider",
|
|
6425
6426
|
comp: Xl,
|
|
@@ -6429,7 +6430,7 @@ const qi = {
|
|
|
6429
6430
|
},
|
|
6430
6431
|
leaf: !0
|
|
6431
6432
|
};
|
|
6432
|
-
|
|
6433
|
+
w(kc);
|
|
6433
6434
|
const $n = {
|
|
6434
6435
|
key: Ao,
|
|
6435
6436
|
name: "x-runtime-lib.stepperHeader",
|
|
@@ -6439,7 +6440,7 @@ const $n = {
|
|
|
6439
6440
|
compCommon: [f]
|
|
6440
6441
|
}
|
|
6441
6442
|
};
|
|
6442
|
-
|
|
6443
|
+
w($n);
|
|
6443
6444
|
const Yi = {
|
|
6444
6445
|
key: "settings",
|
|
6445
6446
|
name: "x-runtime-lib.settings",
|
|
@@ -6460,7 +6461,7 @@ const Yi = {
|
|
|
6460
6461
|
compCommon: [f, Yi]
|
|
6461
6462
|
}
|
|
6462
6463
|
};
|
|
6463
|
-
|
|
6464
|
+
w(In);
|
|
6464
6465
|
const Cn = {
|
|
6465
6466
|
key: Eo,
|
|
6466
6467
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -6470,7 +6471,7 @@ const Cn = {
|
|
|
6470
6471
|
compCommon: [f]
|
|
6471
6472
|
}
|
|
6472
6473
|
};
|
|
6473
|
-
|
|
6474
|
+
w(Cn);
|
|
6474
6475
|
const Zi = {
|
|
6475
6476
|
key: "settings",
|
|
6476
6477
|
name: "x-runtime-lib.settings",
|
|
@@ -6491,8 +6492,8 @@ const Zi = {
|
|
|
6491
6492
|
compCommon: [f, Zi]
|
|
6492
6493
|
}
|
|
6493
6494
|
};
|
|
6494
|
-
|
|
6495
|
-
function
|
|
6495
|
+
w(Pn);
|
|
6496
|
+
function _c(t, e) {
|
|
6496
6497
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6497
6498
|
if (!o) {
|
|
6498
6499
|
console.error(`stepperV1/spawn property tag not found, ${n}`);
|
|
@@ -6504,9 +6505,9 @@ function kc(t, e) {
|
|
|
6504
6505
|
return;
|
|
6505
6506
|
}
|
|
6506
6507
|
const r = {};
|
|
6507
|
-
return z(r, s), r.basic.id = T(16), r.basic.key = Tn.key, r.children = [
|
|
6508
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = Tn.key, r.children = [wc(t, e), Vc(t, e)], r;
|
|
6508
6509
|
}
|
|
6509
|
-
function
|
|
6510
|
+
function wc(t, e) {
|
|
6510
6511
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6511
6512
|
if (!o) {
|
|
6512
6513
|
console.error(`stepperV1/spawnHeader property tag not found, ${n}`);
|
|
@@ -6538,7 +6539,7 @@ function rn(t, e, n) {
|
|
|
6538
6539
|
const a = {};
|
|
6539
6540
|
return z(a, r), a.basic.id = T(16), a.basic.key = In.key, a.children = [], a.settings.value = n, a;
|
|
6540
6541
|
}
|
|
6541
|
-
function
|
|
6542
|
+
function Vc(t, e) {
|
|
6542
6543
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6543
6544
|
if (!o) {
|
|
6544
6545
|
console.error(`stepperV1/spawnWindow property tag not found, ${n}`);
|
|
@@ -6572,9 +6573,9 @@ function sn(t, e, n, o) {
|
|
|
6572
6573
|
return;
|
|
6573
6574
|
}
|
|
6574
6575
|
const c = {};
|
|
6575
|
-
return z(c, a), c.basic.id = T(16), c.basic.key = Pn.key, c.children = [
|
|
6576
|
+
return z(c, a), c.basic.id = T(16), c.basic.key = Pn.key, c.children = [Sc(t, e, o)], c.settings.value = n, c;
|
|
6576
6577
|
}
|
|
6577
|
-
function
|
|
6578
|
+
function Sc(t, e, n) {
|
|
6578
6579
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
6579
6580
|
if (!s) {
|
|
6580
6581
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6613,10 +6614,10 @@ const Qi = {
|
|
|
6613
6614
|
pageCommon: [f, Qi],
|
|
6614
6615
|
compCommon: [f, Qi]
|
|
6615
6616
|
},
|
|
6616
|
-
spawn:
|
|
6617
|
+
spawn: _c
|
|
6617
6618
|
};
|
|
6618
|
-
|
|
6619
|
-
const
|
|
6619
|
+
w(Tn);
|
|
6620
|
+
const $c = {
|
|
6620
6621
|
key: jt,
|
|
6621
6622
|
name: "x-runtime-lib.switch",
|
|
6622
6623
|
comp: sa,
|
|
@@ -6626,7 +6627,7 @@ const Sc = {
|
|
|
6626
6627
|
},
|
|
6627
6628
|
leaf: !0
|
|
6628
6629
|
};
|
|
6629
|
-
|
|
6630
|
+
w($c);
|
|
6630
6631
|
const eo = {
|
|
6631
6632
|
key: "settings",
|
|
6632
6633
|
name: "x-runtime-lib.settings",
|
|
@@ -6654,8 +6655,8 @@ const eo = {
|
|
|
6654
6655
|
},
|
|
6655
6656
|
leaf: !0
|
|
6656
6657
|
};
|
|
6657
|
-
|
|
6658
|
-
function
|
|
6658
|
+
w(zn);
|
|
6659
|
+
function Ic(t, e) {
|
|
6659
6660
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6660
6661
|
if (!o) {
|
|
6661
6662
|
console.error(`tabsV1/spawn property tag not found, ${n}`);
|
|
@@ -6783,10 +6784,10 @@ const to = {
|
|
|
6783
6784
|
pageCommon: [f, to],
|
|
6784
6785
|
compCommon: [f, to]
|
|
6785
6786
|
},
|
|
6786
|
-
spawn:
|
|
6787
|
+
spawn: Ic
|
|
6787
6788
|
};
|
|
6788
|
-
|
|
6789
|
-
function
|
|
6789
|
+
w(An);
|
|
6790
|
+
function Cc(t, e) {
|
|
6790
6791
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6791
6792
|
if (!o) {
|
|
6792
6793
|
console.error(`textV1/spawn property tag not found, ${n}`);
|
|
@@ -6895,10 +6896,10 @@ const no = {
|
|
|
6895
6896
|
compCommon: [f, no]
|
|
6896
6897
|
},
|
|
6897
6898
|
leaf: !0,
|
|
6898
|
-
spawn:
|
|
6899
|
+
spawn: Cc
|
|
6899
6900
|
};
|
|
6900
|
-
|
|
6901
|
-
function
|
|
6901
|
+
w(xe);
|
|
6902
|
+
function Pc(t, e) {
|
|
6902
6903
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
6903
6904
|
if (!o) {
|
|
6904
6905
|
console.error(`textareaV1/spawn property tag not found, ${n}`);
|
|
@@ -6992,9 +6993,9 @@ const io = {
|
|
|
6992
6993
|
compCommon: [f, io]
|
|
6993
6994
|
},
|
|
6994
6995
|
leaf: !0,
|
|
6995
|
-
spawn:
|
|
6996
|
+
spawn: Pc
|
|
6996
6997
|
};
|
|
6997
|
-
|
|
6998
|
+
w(Ln);
|
|
6998
6999
|
const En = {
|
|
6999
7000
|
key: Mo,
|
|
7000
7001
|
name: "x-runtime-lib.timelineItem",
|
|
@@ -7004,8 +7005,8 @@ const En = {
|
|
|
7004
7005
|
compCommon: [f]
|
|
7005
7006
|
}
|
|
7006
7007
|
};
|
|
7007
|
-
|
|
7008
|
-
function
|
|
7008
|
+
w(En);
|
|
7009
|
+
function Tc(t, e) {
|
|
7009
7010
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7010
7011
|
if (!o) {
|
|
7011
7012
|
console.error(`timelineV1/spawn property tag not found, ${n}`);
|
|
@@ -7035,9 +7036,9 @@ function an(t, e, n) {
|
|
|
7035
7036
|
return;
|
|
7036
7037
|
}
|
|
7037
7038
|
const a = {};
|
|
7038
|
-
return z(a, r), a.basic.id = T(16), a.basic.key = En.key, a.children = [
|
|
7039
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = En.key, a.children = [zc(t, e, n)], a;
|
|
7039
7040
|
}
|
|
7040
|
-
function
|
|
7041
|
+
function zc(t, e, n) {
|
|
7041
7042
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7042
7043
|
if (!s) {
|
|
7043
7044
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7051,7 +7052,7 @@ function Tc(t, e, n) {
|
|
|
7051
7052
|
const a = {};
|
|
7052
7053
|
return z(a, r), a.basic.id = T(16), a.basic.key = xe.key, a.settings.text = n, a;
|
|
7053
7054
|
}
|
|
7054
|
-
const
|
|
7055
|
+
const Ac = M(O), Lc = M(O), oo = {
|
|
7055
7056
|
key: "settings",
|
|
7056
7057
|
name: "x-runtime-lib.settings",
|
|
7057
7058
|
children: [
|
|
@@ -7099,7 +7100,7 @@ const zc = M(O), Ac = M(O), oo = {
|
|
|
7099
7100
|
ui: "switch",
|
|
7100
7101
|
default: !1
|
|
7101
7102
|
},
|
|
7102
|
-
|
|
7103
|
+
Ac
|
|
7103
7104
|
]
|
|
7104
7105
|
},
|
|
7105
7106
|
{
|
|
@@ -7125,7 +7126,7 @@ const zc = M(O), Ac = M(O), oo = {
|
|
|
7125
7126
|
ui: "numInput",
|
|
7126
7127
|
default: 0
|
|
7127
7128
|
},
|
|
7128
|
-
|
|
7129
|
+
Lc
|
|
7129
7130
|
]
|
|
7130
7131
|
}
|
|
7131
7132
|
]
|
|
@@ -7137,9 +7138,9 @@ const zc = M(O), Ac = M(O), oo = {
|
|
|
7137
7138
|
pageCommon: [f, oo],
|
|
7138
7139
|
compCommon: [f, oo]
|
|
7139
7140
|
},
|
|
7140
|
-
spawn:
|
|
7141
|
+
spawn: Tc
|
|
7141
7142
|
};
|
|
7142
|
-
|
|
7143
|
+
w(Bn);
|
|
7143
7144
|
const Rn = {
|
|
7144
7145
|
key: Wo,
|
|
7145
7146
|
name: "x-runtime-lib.windowItem",
|
|
@@ -7149,8 +7150,8 @@ const Rn = {
|
|
|
7149
7150
|
compCommon: [f]
|
|
7150
7151
|
}
|
|
7151
7152
|
};
|
|
7152
|
-
|
|
7153
|
-
function
|
|
7153
|
+
w(Rn);
|
|
7154
|
+
function Ec(t, e) {
|
|
7154
7155
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
7155
7156
|
if (!o) {
|
|
7156
7157
|
console.error(`windowV1/spawn property tag not found, ${n}`);
|
|
@@ -7180,9 +7181,9 @@ function cn(t, e, n) {
|
|
|
7180
7181
|
return;
|
|
7181
7182
|
}
|
|
7182
7183
|
const a = {};
|
|
7183
|
-
return z(a, r), a.basic.id = T(16), a.basic.key = Rn.key, a.children = [
|
|
7184
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = Rn.key, a.children = [Bc(t, e, n)], a;
|
|
7184
7185
|
}
|
|
7185
|
-
function
|
|
7186
|
+
function Bc(t, e, n) {
|
|
7186
7187
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7187
7188
|
if (!s) {
|
|
7188
7189
|
console.error(
|
|
@@ -7196,9 +7197,9 @@ function Ec(t, e, n) {
|
|
|
7196
7197
|
return;
|
|
7197
7198
|
}
|
|
7198
7199
|
const a = {};
|
|
7199
|
-
return z(a, r), a.basic.id = T(16), a.basic.key = De.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 = [
|
|
7200
|
+
return z(a, r), a.basic.id = T(16), a.basic.key = De.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 = [Rc(t, e, n)], a;
|
|
7200
7201
|
}
|
|
7201
|
-
function
|
|
7202
|
+
function Rc(t, e, n) {
|
|
7202
7203
|
const o = `type=${t} subtype=${e}`, s = L(t, e);
|
|
7203
7204
|
if (!s) {
|
|
7204
7205
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7268,36 +7269,36 @@ const ro = {
|
|
|
7268
7269
|
pageCommon: [f, ro],
|
|
7269
7270
|
compCommon: [f, ro]
|
|
7270
7271
|
},
|
|
7271
|
-
spawn:
|
|
7272
|
+
spawn: Ec
|
|
7272
7273
|
};
|
|
7273
|
-
|
|
7274
|
-
const
|
|
7274
|
+
w(Mn);
|
|
7275
|
+
const Mc = [
|
|
7275
7276
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7276
7277
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7277
7278
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7278
7279
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7279
|
-
],
|
|
7280
|
+
], Wc = [
|
|
7280
7281
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7281
7282
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7282
7283
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7283
7284
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7284
|
-
],
|
|
7285
|
+
], Dc = [
|
|
7285
7286
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7286
7287
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7287
7288
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7288
7289
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7289
|
-
],
|
|
7290
|
+
], Fc = [
|
|
7290
7291
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7291
7292
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7292
7293
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7293
|
-
],
|
|
7294
|
+
], Gc = [
|
|
7294
7295
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7295
7296
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7296
7297
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7297
|
-
],
|
|
7298
|
+
], Nc = [
|
|
7298
7299
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7299
7300
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7300
|
-
],
|
|
7301
|
+
], jc = [
|
|
7301
7302
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7302
7303
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7303
7304
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7305,20 +7306,20 @@ const Rc = [
|
|
|
7305
7306
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7306
7307
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7307
7308
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7308
|
-
],
|
|
7309
|
+
], Hc = [
|
|
7309
7310
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7310
7311
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7311
7312
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7312
7313
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7313
7314
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7314
7315
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7315
|
-
],
|
|
7316
|
+
], Kc = [
|
|
7316
7317
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7317
7318
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7318
7319
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7319
7320
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7320
7321
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7321
|
-
],
|
|
7322
|
+
], Oc = [
|
|
7322
7323
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7323
7324
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7324
7325
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7326,12 +7327,12 @@ const Rc = [
|
|
|
7326
7327
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7327
7328
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7328
7329
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7329
|
-
],
|
|
7330
|
+
], Uc = [
|
|
7330
7331
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7331
7332
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7332
7333
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7333
7334
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7334
|
-
],
|
|
7335
|
+
], Jc = [
|
|
7335
7336
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7336
7337
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7337
7338
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7339,24 +7340,24 @@ const Rc = [
|
|
|
7339
7340
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7340
7341
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7341
7342
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7342
|
-
],
|
|
7343
|
+
], qc = [
|
|
7343
7344
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7344
7345
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7345
7346
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7346
7347
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7347
7348
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7348
7349
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7349
|
-
],
|
|
7350
|
+
], Xc = [
|
|
7350
7351
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7351
7352
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7352
7353
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7353
|
-
],
|
|
7354
|
+
], Yc = [
|
|
7354
7355
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7355
7356
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7356
7357
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7357
7358
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7358
7359
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7359
|
-
],
|
|
7360
|
+
], Zc = [
|
|
7360
7361
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7361
7362
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7362
7363
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7364,18 +7365,18 @@ const Rc = [
|
|
|
7364
7365
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7365
7366
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7366
7367
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7367
|
-
],
|
|
7368
|
+
], Qc = [
|
|
7368
7369
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7369
7370
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7370
7371
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7371
7372
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7372
7373
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7373
|
-
],
|
|
7374
|
+
], eu = [
|
|
7374
7375
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7375
7376
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7376
7377
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7377
7378
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7378
|
-
],
|
|
7379
|
+
], tu = [
|
|
7379
7380
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7380
7381
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7381
7382
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7390,7 +7391,7 @@ const Rc = [
|
|
|
7390
7391
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7391
7392
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7392
7393
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7393
|
-
],
|
|
7394
|
+
], nu = [
|
|
7394
7395
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7395
7396
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7396
7397
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7401,53 +7402,53 @@ const Rc = [
|
|
|
7401
7402
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7402
7403
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7403
7404
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7404
|
-
],
|
|
7405
|
+
], iu = [
|
|
7405
7406
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7406
7407
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7407
7408
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7408
|
-
],
|
|
7409
|
+
], ou = [
|
|
7409
7410
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7410
7411
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7411
|
-
],
|
|
7412
|
+
], ru = [
|
|
7412
7413
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7413
7414
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7414
|
-
],
|
|
7415
|
+
], su = [
|
|
7415
7416
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7416
7417
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7417
7418
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7418
|
-
],
|
|
7419
|
+
], lu = [
|
|
7419
7420
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7420
7421
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7421
7422
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7422
7423
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7423
|
-
],
|
|
7424
|
+
], au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7424
7425
|
__proto__: null,
|
|
7425
|
-
alignTabsItemsV1:
|
|
7426
|
-
axisTypeItemsV1:
|
|
7427
|
-
borderStyleItemsV1:
|
|
7428
|
-
colorModeItemsV1:
|
|
7429
|
-
densityItemsV1:
|
|
7430
|
-
directionItemsV1:
|
|
7431
|
-
fieldVariantItemsV1:
|
|
7432
|
-
flexCrossAlignItemsV1:
|
|
7433
|
-
flexDirectionItemsV1:
|
|
7434
|
-
flexMainAlignItemsV1:
|
|
7435
|
-
flexWrapItemsV1:
|
|
7436
|
-
fontWeightItemsV1:
|
|
7437
|
-
sheetVariantItemsV1:
|
|
7438
|
-
showTicksItemsV1:
|
|
7439
|
-
sizeItemsV1:
|
|
7440
|
-
textAlignItemsV1:
|
|
7441
|
-
textDecorationItemsV1:
|
|
7442
|
-
textEmphasisItemsV1:
|
|
7443
|
-
textStyleItemsV1:
|
|
7444
|
-
themeColorItemsV1:
|
|
7445
|
-
thumbLabelItemsV1:
|
|
7446
|
-
timelineAlignItemsV1:
|
|
7447
|
-
timelineDirectionItemsV1:
|
|
7448
|
-
timelineSideItemsV1:
|
|
7449
|
-
timelineTruncateLineItemsV1:
|
|
7450
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7426
|
+
alignTabsItemsV1: Mc,
|
|
7427
|
+
axisTypeItemsV1: Wc,
|
|
7428
|
+
borderStyleItemsV1: Dc,
|
|
7429
|
+
colorModeItemsV1: Fc,
|
|
7430
|
+
densityItemsV1: Gc,
|
|
7431
|
+
directionItemsV1: Nc,
|
|
7432
|
+
fieldVariantItemsV1: jc,
|
|
7433
|
+
flexCrossAlignItemsV1: Hc,
|
|
7434
|
+
flexDirectionItemsV1: Kc,
|
|
7435
|
+
flexMainAlignItemsV1: Oc,
|
|
7436
|
+
flexWrapItemsV1: Uc,
|
|
7437
|
+
fontWeightItemsV1: Jc,
|
|
7438
|
+
sheetVariantItemsV1: qc,
|
|
7439
|
+
showTicksItemsV1: Xc,
|
|
7440
|
+
sizeItemsV1: Yc,
|
|
7441
|
+
textAlignItemsV1: Zc,
|
|
7442
|
+
textDecorationItemsV1: Qc,
|
|
7443
|
+
textEmphasisItemsV1: eu,
|
|
7444
|
+
textStyleItemsV1: tu,
|
|
7445
|
+
themeColorItemsV1: nu,
|
|
7446
|
+
thumbLabelItemsV1: iu,
|
|
7447
|
+
timelineAlignItemsV1: ou,
|
|
7448
|
+
timelineDirectionItemsV1: ru,
|
|
7449
|
+
timelineSideItemsV1: su,
|
|
7450
|
+
timelineTruncateLineItemsV1: lu
|
|
7451
|
+
}, Symbol.toStringTag, { value: "Module" })), cu = [
|
|
7451
7452
|
{
|
|
7452
7453
|
title: "x-runtime-lib.notSet",
|
|
7453
7454
|
value: "",
|
|
@@ -7487,7 +7488,7 @@ const Rc = [
|
|
|
7487
7488
|
max: 1 / 0,
|
|
7488
7489
|
step: 1
|
|
7489
7490
|
}
|
|
7490
|
-
],
|
|
7491
|
+
], uu = [
|
|
7491
7492
|
{
|
|
7492
7493
|
title: "x-runtime-lib.notSet",
|
|
7493
7494
|
value: "",
|
|
@@ -7509,7 +7510,7 @@ const Rc = [
|
|
|
7509
7510
|
validator: (t) => t === "right",
|
|
7510
7511
|
default: "right"
|
|
7511
7512
|
}
|
|
7512
|
-
],
|
|
7513
|
+
], pu = [
|
|
7513
7514
|
{
|
|
7514
7515
|
title: "x-runtime-lib.notSet",
|
|
7515
7516
|
value: "",
|
|
@@ -7539,7 +7540,7 @@ const Rc = [
|
|
|
7539
7540
|
precision: 6,
|
|
7540
7541
|
default: "0%"
|
|
7541
7542
|
}
|
|
7542
|
-
],
|
|
7543
|
+
], mu = [
|
|
7543
7544
|
{
|
|
7544
7545
|
title: "x-runtime-lib.notSet",
|
|
7545
7546
|
value: "",
|
|
@@ -7564,7 +7565,7 @@ const Rc = [
|
|
|
7564
7565
|
min: 0,
|
|
7565
7566
|
default: "0%"
|
|
7566
7567
|
}
|
|
7567
|
-
],
|
|
7568
|
+
], du = [
|
|
7568
7569
|
{
|
|
7569
7570
|
title: "x-runtime-lib.notSet",
|
|
7570
7571
|
value: "",
|
|
@@ -7589,7 +7590,7 @@ const Rc = [
|
|
|
7589
7590
|
min: 0,
|
|
7590
7591
|
default: "0%"
|
|
7591
7592
|
}
|
|
7592
|
-
],
|
|
7593
|
+
], yu = [
|
|
7593
7594
|
{
|
|
7594
7595
|
title: "x-runtime-lib.notSet",
|
|
7595
7596
|
value: "",
|
|
@@ -7618,7 +7619,7 @@ const Rc = [
|
|
|
7618
7619
|
validator: (t) => t === "end",
|
|
7619
7620
|
default: "end"
|
|
7620
7621
|
}
|
|
7621
|
-
],
|
|
7622
|
+
], fu = [
|
|
7622
7623
|
{
|
|
7623
7624
|
title: "x-runtime-lib.notSet",
|
|
7624
7625
|
value: "",
|
|
@@ -7640,16 +7641,16 @@ const Rc = [
|
|
|
7640
7641
|
validator: (t) => t === "bottom",
|
|
7641
7642
|
default: "bottom"
|
|
7642
7643
|
}
|
|
7643
|
-
],
|
|
7644
|
+
], bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7644
7645
|
__proto__: null,
|
|
7645
|
-
borderWidthTypesV1:
|
|
7646
|
-
leftRightTypesV1:
|
|
7647
|
-
marginTypesV1:
|
|
7648
|
-
paddingTypesV1:
|
|
7649
|
-
sizeTypesV1:
|
|
7650
|
-
tableColumnAlignTypesV1:
|
|
7651
|
-
topBottomTypesV1:
|
|
7652
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7646
|
+
borderWidthTypesV1: cu,
|
|
7647
|
+
leftRightTypesV1: uu,
|
|
7648
|
+
marginTypesV1: pu,
|
|
7649
|
+
paddingTypesV1: mu,
|
|
7650
|
+
sizeTypesV1: du,
|
|
7651
|
+
tableColumnAlignTypesV1: yu,
|
|
7652
|
+
topBottomTypesV1: fu
|
|
7653
|
+
}, Symbol.toStringTag, { value: "Module" })), gu = [
|
|
7653
7654
|
{
|
|
7654
7655
|
key: "containment",
|
|
7655
7656
|
name: "x-runtime-lib.containment",
|
|
@@ -7723,7 +7724,7 @@ const Rc = [
|
|
|
7723
7724
|
name: "x-runtime-lib.dynamic",
|
|
7724
7725
|
items: [Be, It, Mt]
|
|
7725
7726
|
}
|
|
7726
|
-
],
|
|
7727
|
+
], hu = [
|
|
7727
7728
|
{
|
|
7728
7729
|
key: "objects",
|
|
7729
7730
|
name: "x-runtime-lib.objects",
|
|
@@ -7754,7 +7755,7 @@ const Rc = [
|
|
|
7754
7755
|
name: "x-runtime-lib.controls",
|
|
7755
7756
|
items: [Pt, Vt, _t]
|
|
7756
7757
|
}
|
|
7757
|
-
],
|
|
7758
|
+
], xu = [
|
|
7758
7759
|
{
|
|
7759
7760
|
key: "containment",
|
|
7760
7761
|
name: "x-runtime-lib.containment",
|
|
@@ -7828,7 +7829,7 @@ const Rc = [
|
|
|
7828
7829
|
name: "x-runtime-lib.dynamic",
|
|
7829
7830
|
items: [Be, It, Mt]
|
|
7830
7831
|
}
|
|
7831
|
-
],
|
|
7832
|
+
], vu = [
|
|
7832
7833
|
{
|
|
7833
7834
|
key: "objects",
|
|
7834
7835
|
name: "x-runtime-lib.objects",
|
|
@@ -7859,12 +7860,12 @@ const Rc = [
|
|
|
7859
7860
|
name: "x-runtime-lib.controls",
|
|
7860
7861
|
items: [Pt, Vt, _t]
|
|
7861
7862
|
}
|
|
7862
|
-
],
|
|
7863
|
+
], ku = {
|
|
7863
7864
|
version: "v1",
|
|
7864
7865
|
globalityKey: un,
|
|
7865
7866
|
refKey: Be,
|
|
7866
|
-
items: { ...
|
|
7867
|
-
types: { ...
|
|
7867
|
+
items: { ...au },
|
|
7868
|
+
types: { ...bu },
|
|
7868
7869
|
elements: /* @__PURE__ */ new Set([
|
|
7869
7870
|
Qe,
|
|
7870
7871
|
et,
|
|
@@ -7932,13 +7933,13 @@ const Rc = [
|
|
|
7932
7933
|
Wo
|
|
7933
7934
|
]),
|
|
7934
7935
|
groups: {
|
|
7935
|
-
pageCommon:
|
|
7936
|
-
pageScene:
|
|
7937
|
-
compCommon:
|
|
7938
|
-
compScene:
|
|
7936
|
+
pageCommon: xu,
|
|
7937
|
+
pageScene: vu,
|
|
7938
|
+
compCommon: gu,
|
|
7939
|
+
compScene: hu
|
|
7939
7940
|
}
|
|
7940
|
-
},
|
|
7941
|
-
v1:
|
|
7941
|
+
}, _u = {
|
|
7942
|
+
v1: ku
|
|
7942
7943
|
};
|
|
7943
7944
|
function L(t, e) {
|
|
7944
7945
|
if (t === "page") {
|
|
@@ -7979,7 +7980,7 @@ function op(t, e, n, o, s) {
|
|
|
7979
7980
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
7980
7981
|
return;
|
|
7981
7982
|
}
|
|
7982
|
-
const c =
|
|
7983
|
+
const c = _u[n];
|
|
7983
7984
|
if (!c) {
|
|
7984
7985
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
7985
7986
|
return;
|
|
@@ -8055,7 +8056,7 @@ function rp(t, e) {
|
|
|
8055
8056
|
return s;
|
|
8056
8057
|
}
|
|
8057
8058
|
}
|
|
8058
|
-
function
|
|
8059
|
+
function wu(t) {
|
|
8059
8060
|
function e(o) {
|
|
8060
8061
|
o.basic.id = T(16), o.children?.forEach((s) => e(s));
|
|
8061
8062
|
}
|
|
@@ -8065,20 +8066,20 @@ function _u(t) {
|
|
|
8065
8066
|
function sp(t) {
|
|
8066
8067
|
const e = [];
|
|
8067
8068
|
return t.forEach((n) => {
|
|
8068
|
-
e.push(
|
|
8069
|
+
e.push(wu(n));
|
|
8069
8070
|
}), e;
|
|
8070
8071
|
}
|
|
8071
8072
|
const Do = "runtimeOrg", Fo = "runtimeEnv", Go = "runtimeMode", No = "runtimeDevice", jo = "runtimeDark", Ho = "runtimeType", Ko = "runtimeData", Oo = "runtimeDepends", Uo = "runtimeRuntime", Jo = "runtimeSandbox";
|
|
8072
8073
|
function lp(t) {
|
|
8073
8074
|
le(Do, t);
|
|
8074
8075
|
}
|
|
8075
|
-
function
|
|
8076
|
+
function Vu() {
|
|
8076
8077
|
return se(Do);
|
|
8077
8078
|
}
|
|
8078
8079
|
function ap(t) {
|
|
8079
8080
|
le(Fo, t);
|
|
8080
8081
|
}
|
|
8081
|
-
function
|
|
8082
|
+
function Su() {
|
|
8082
8083
|
return se(Fo);
|
|
8083
8084
|
}
|
|
8084
8085
|
function cp(t) {
|
|
@@ -8114,16 +8115,16 @@ function ke() {
|
|
|
8114
8115
|
function yp(t) {
|
|
8115
8116
|
le(Oo, Dn(t));
|
|
8116
8117
|
}
|
|
8117
|
-
function
|
|
8118
|
+
function $u() {
|
|
8118
8119
|
return se(Oo);
|
|
8119
8120
|
}
|
|
8120
8121
|
function fp(t) {
|
|
8121
8122
|
le(Uo, t);
|
|
8122
8123
|
}
|
|
8123
|
-
function
|
|
8124
|
+
function Iu() {
|
|
8124
8125
|
return se(Uo);
|
|
8125
8126
|
}
|
|
8126
|
-
function
|
|
8127
|
+
function Cu(t) {
|
|
8127
8128
|
le(Jo, t);
|
|
8128
8129
|
}
|
|
8129
8130
|
function fe() {
|
|
@@ -8236,7 +8237,7 @@ function lo(t) {
|
|
|
8236
8237
|
propertyKey: e[2]
|
|
8237
8238
|
};
|
|
8238
8239
|
}
|
|
8239
|
-
function
|
|
8240
|
+
function Pu(t, e, n) {
|
|
8240
8241
|
return `${t}/${e}/${n}`;
|
|
8241
8242
|
}
|
|
8242
8243
|
function qo(t) {
|
|
@@ -8254,7 +8255,7 @@ function qo(t) {
|
|
|
8254
8255
|
function Q(t, e, n) {
|
|
8255
8256
|
return `${t}/${e}/${n}`;
|
|
8256
8257
|
}
|
|
8257
|
-
function
|
|
8258
|
+
function Tu(t) {
|
|
8258
8259
|
const e = t.split("/");
|
|
8259
8260
|
return e.length < 3 ? (console.assert(!1, "invalid event id"), {
|
|
8260
8261
|
kind: "elementEvent",
|
|
@@ -8267,7 +8268,7 @@ function Pu(t) {
|
|
|
8267
8268
|
};
|
|
8268
8269
|
}
|
|
8269
8270
|
function ni(t, e) {
|
|
8270
|
-
const n =
|
|
8271
|
+
const n = $u(), o = oe(-1);
|
|
8271
8272
|
pe(() => {
|
|
8272
8273
|
const s = n.value[t];
|
|
8273
8274
|
if (!s) {
|
|
@@ -8319,7 +8320,7 @@ function Fe(t, e) {
|
|
|
8319
8320
|
return t.undefined;
|
|
8320
8321
|
}
|
|
8321
8322
|
}
|
|
8322
|
-
function
|
|
8323
|
+
function zu(t) {
|
|
8323
8324
|
if (!t.vm) {
|
|
8324
8325
|
console.error("bindBase invalid sandbox vm");
|
|
8325
8326
|
return;
|
|
@@ -8388,10 +8389,10 @@ const Xo = sr({
|
|
|
8388
8389
|
}
|
|
8389
8390
|
});
|
|
8390
8391
|
window.API_URL && (Xo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8391
|
-
function
|
|
8392
|
+
function Au(t) {
|
|
8392
8393
|
return Xo.post("callFunc", t);
|
|
8393
8394
|
}
|
|
8394
|
-
function
|
|
8395
|
+
function Lu(t) {
|
|
8395
8396
|
if (!t.vm) {
|
|
8396
8397
|
console.error("bindCompute invalid sandbox vm");
|
|
8397
8398
|
return;
|
|
@@ -8399,7 +8400,7 @@ function Au(t) {
|
|
|
8399
8400
|
const { vm: e } = t;
|
|
8400
8401
|
e.newFunction("__callFuncV1__", (n, o, s, r, a) => {
|
|
8401
8402
|
const c = e.getString(n), p = e.getString(o), m = e.dump(s), u = e.getString(r), d = e.getString(a), { id: y, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(m);
|
|
8402
|
-
return
|
|
8403
|
+
return Au({
|
|
8403
8404
|
spaceId: c,
|
|
8404
8405
|
id: p,
|
|
8405
8406
|
strInputs: g,
|
|
@@ -8414,7 +8415,7 @@ function Au(t) {
|
|
|
8414
8415
|
), b.settled.then(e.runtime.executePendingJobs), b.handle;
|
|
8415
8416
|
}).consume((n) => e.setProp(e.global, "__callFuncV1__", n));
|
|
8416
8417
|
}
|
|
8417
|
-
function
|
|
8418
|
+
function Eu(t) {
|
|
8418
8419
|
if (!t.vm) {
|
|
8419
8420
|
console.error("bindSystem invalid sandbox vm");
|
|
8420
8421
|
return;
|
|
@@ -8422,7 +8423,7 @@ function Lu(t) {
|
|
|
8422
8423
|
const { vm: e } = t;
|
|
8423
8424
|
e.newFunction("__getEnvV1__", () => e.getProp(e.global, "__env__")).consume((n) => e.setProp(e.global, "__getEnvV1__", n));
|
|
8424
8425
|
}
|
|
8425
|
-
function
|
|
8426
|
+
function Bu(t) {
|
|
8426
8427
|
if (!t.vm) {
|
|
8427
8428
|
console.error("bindView invalid sandbox vm");
|
|
8428
8429
|
return;
|
|
@@ -8440,7 +8441,7 @@ function Eu(t) {
|
|
|
8440
8441
|
Ve(c, m, u);
|
|
8441
8442
|
}
|
|
8442
8443
|
}
|
|
8443
|
-
const s = e.getString(n), { kind: r, eventKey: a } =
|
|
8444
|
+
const s = e.getString(n), { kind: r, eventKey: a } = Tu(s);
|
|
8444
8445
|
if (r === "customEvent") {
|
|
8445
8446
|
var P = [];
|
|
8446
8447
|
try {
|
|
@@ -8546,10 +8547,10 @@ function Eu(t) {
|
|
|
8546
8547
|
}), m.settled.then(e.runtime.executePendingJobs), m.handle;
|
|
8547
8548
|
}).consume((n) => e.setProp(e.global, "__openPromptDlgV1__", n));
|
|
8548
8549
|
}
|
|
8549
|
-
function
|
|
8550
|
-
|
|
8550
|
+
function Ru(t) {
|
|
8551
|
+
zu(t), Lu(t), Eu(t), Bu(t);
|
|
8551
8552
|
}
|
|
8552
|
-
const
|
|
8553
|
+
const Mu = `
|
|
8553
8554
|
let __events__ = {}
|
|
8554
8555
|
|
|
8555
8556
|
function __onEventV1__(id, callback) {
|
|
@@ -8633,7 +8634,7 @@ function __destroy__() {
|
|
|
8633
8634
|
__timers__ = {}
|
|
8634
8635
|
}
|
|
8635
8636
|
`;
|
|
8636
|
-
class
|
|
8637
|
+
class Wu {
|
|
8637
8638
|
vm;
|
|
8638
8639
|
promiseId = 0;
|
|
8639
8640
|
promises = {};
|
|
@@ -8651,7 +8652,7 @@ class Mu {
|
|
|
8651
8652
|
delete this.promises[e];
|
|
8652
8653
|
}
|
|
8653
8654
|
}
|
|
8654
|
-
class
|
|
8655
|
+
class Du {
|
|
8655
8656
|
kind;
|
|
8656
8657
|
id;
|
|
8657
8658
|
refKey;
|
|
@@ -8681,7 +8682,7 @@ class Wu {
|
|
|
8681
8682
|
vm;
|
|
8682
8683
|
promiseManager;
|
|
8683
8684
|
async createVm(e, n) {
|
|
8684
|
-
this.vm = e.newContext(), this.promiseManager = new
|
|
8685
|
+
this.vm = e.newContext(), this.promiseManager = new Wu(this.vm), Ru(this), this.vm.evalCode(Mu), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(n), this.callFunction(
|
|
8685
8686
|
"__triggerEventV1__",
|
|
8686
8687
|
Q("elementEvent", "globality", "startup")
|
|
8687
8688
|
);
|
|
@@ -8800,7 +8801,7 @@ class Wu {
|
|
|
8800
8801
|
}
|
|
8801
8802
|
}
|
|
8802
8803
|
function ii(t, e, n, o, s) {
|
|
8803
|
-
const r =
|
|
8804
|
+
const r = Vu(), a = Su(), c = H(), p = ye(), m = ze(), u = je(), d = Iu(), y = (S, I, P, E) => {
|
|
8804
8805
|
if (Z(c) && (x.callFunction(
|
|
8805
8806
|
"__triggerEventV1__",
|
|
8806
8807
|
Q("elementPropertyChangeEvent", S, I.join(".")),
|
|
@@ -8864,13 +8865,13 @@ function ii(t, e, n, o, s) {
|
|
|
8864
8865
|
I,
|
|
8865
8866
|
P
|
|
8866
8867
|
));
|
|
8867
|
-
}, x = new
|
|
8868
|
+
}, x = new Du(e, n, o, s, r, a, c, p, {
|
|
8868
8869
|
onElementPropertyChange: y,
|
|
8869
8870
|
onCustomPropertyChange: b,
|
|
8870
8871
|
onAdaptSlotPropertyChange: g,
|
|
8871
8872
|
onStateChange: k
|
|
8872
8873
|
});
|
|
8873
|
-
if (
|
|
8874
|
+
if (Cu(x), Ge(() => {
|
|
8874
8875
|
x.dispose();
|
|
8875
8876
|
}), Z(c)) {
|
|
8876
8877
|
const S = async () => {
|
|
@@ -8904,42 +8905,42 @@ function ii(t, e, n, o, s) {
|
|
|
8904
8905
|
{ immediate: !0 }
|
|
8905
8906
|
);
|
|
8906
8907
|
}
|
|
8907
|
-
const
|
|
8908
|
+
const Fu = (t, e, n) => {
|
|
8908
8909
|
const o = t[e];
|
|
8909
8910
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
|
|
8910
8911
|
(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." : ""))));
|
|
8911
8912
|
});
|
|
8912
8913
|
};
|
|
8913
8914
|
async function hp(t) {
|
|
8914
|
-
return (await
|
|
8915
|
+
return (await Fu(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.eag3wkbw.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.fh6ux17b.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
8915
8916
|
}
|
|
8916
8917
|
export {
|
|
8917
|
-
|
|
8918
|
+
Xu as addIndent,
|
|
8918
8919
|
Ra as ambientLightV1,
|
|
8919
|
-
|
|
8920
|
+
Ua as badgeV1,
|
|
8920
8921
|
dn as barChartV1,
|
|
8921
8922
|
pn as boxGeometryV1,
|
|
8922
8923
|
wo as breakpoints,
|
|
8923
|
-
|
|
8924
|
-
|
|
8924
|
+
Xa as btnGroupV1,
|
|
8925
|
+
Ya as btnToggleV1,
|
|
8925
8926
|
fn as btnV1,
|
|
8926
8927
|
Oe as calcBreakpoint,
|
|
8927
8928
|
We as cardV1,
|
|
8928
|
-
|
|
8929
|
+
Qa as checkboxV1,
|
|
8929
8930
|
gn as chipGroupV1,
|
|
8930
8931
|
bn as chipV1,
|
|
8931
|
-
|
|
8932
|
-
|
|
8932
|
+
nc as colorPickerV1,
|
|
8933
|
+
ic as comboboxV1,
|
|
8933
8934
|
Ar as compTypes,
|
|
8934
8935
|
hn as containerV1,
|
|
8935
|
-
|
|
8936
|
-
|
|
8937
|
-
|
|
8936
|
+
oc as dataTableV1,
|
|
8937
|
+
rc as datePickerV1,
|
|
8938
|
+
sc as dialogV1,
|
|
8938
8939
|
Ma as directionalLightV1,
|
|
8939
|
-
|
|
8940
|
+
wu as duplicateNode,
|
|
8940
8941
|
sp as duplicateNodes,
|
|
8941
8942
|
Ee as elements,
|
|
8942
|
-
|
|
8943
|
+
Qu as ensureContext,
|
|
8943
8944
|
ip as fileInputV1,
|
|
8944
8945
|
xn as flexLayoutEntryV1,
|
|
8945
8946
|
De as flexLayoutV1,
|
|
@@ -8951,19 +8952,19 @@ export {
|
|
|
8951
8952
|
rp as getNode,
|
|
8952
8953
|
so as getPropertyDefault,
|
|
8953
8954
|
L as getPropertyTag,
|
|
8954
|
-
|
|
8955
|
+
Zu as getTypeColor,
|
|
8955
8956
|
Oa as globalityV1,
|
|
8956
8957
|
Fa as groupV1,
|
|
8957
|
-
|
|
8958
|
+
mc as iconV1,
|
|
8958
8959
|
z as initProperties,
|
|
8959
8960
|
je as injectDark,
|
|
8960
8961
|
ke as injectData,
|
|
8961
|
-
|
|
8962
|
+
$u as injectDepends,
|
|
8962
8963
|
ze as injectDevice,
|
|
8963
|
-
|
|
8964
|
+
Su as injectEnv,
|
|
8964
8965
|
H as injectMode,
|
|
8965
|
-
|
|
8966
|
-
|
|
8966
|
+
Vu as injectOrg,
|
|
8967
|
+
Iu as injectRuntime,
|
|
8967
8968
|
fe as injectSandbox,
|
|
8968
8969
|
ye as injectType,
|
|
8969
8970
|
Vo as isCircularRef,
|
|
@@ -8977,11 +8978,11 @@ export {
|
|
|
8977
8978
|
yn as lineChartV1,
|
|
8978
8979
|
hp as loadLocaleMessageRuntime,
|
|
8979
8980
|
Q as makeEventId,
|
|
8980
|
-
|
|
8981
|
+
Pu as makeMethodId,
|
|
8981
8982
|
bp as makePropertyId,
|
|
8982
8983
|
Le as makeTriggerId,
|
|
8983
8984
|
Ca as mapControlsV1,
|
|
8984
|
-
|
|
8985
|
+
dc as menuV1,
|
|
8985
8986
|
Re as meshBasicMaterialV1,
|
|
8986
8987
|
Me as meshV1,
|
|
8987
8988
|
ja as multipleRefV1,
|
|
@@ -8989,11 +8990,11 @@ export {
|
|
|
8989
8990
|
Pa as orbitControlsV1,
|
|
8990
8991
|
_a as orthographicCameraV1,
|
|
8991
8992
|
zr as pageTypes,
|
|
8992
|
-
|
|
8993
|
+
fc as paginationV1,
|
|
8993
8994
|
nn as parsePercentStr,
|
|
8994
|
-
|
|
8995
|
+
qu as parsePixelStr,
|
|
8995
8996
|
wa as perspectiveCameraV1,
|
|
8996
|
-
|
|
8997
|
+
_u as pkgs,
|
|
8997
8998
|
Wa as pointLightV1,
|
|
8998
8999
|
pp as provideDark,
|
|
8999
9000
|
dp as provideData,
|
|
@@ -9003,18 +9004,18 @@ export {
|
|
|
9003
9004
|
cp as provideMode,
|
|
9004
9005
|
lp as provideOrg,
|
|
9005
9006
|
fp as provideRuntime,
|
|
9006
|
-
|
|
9007
|
+
Cu as provideSandbox,
|
|
9007
9008
|
mp as provideType,
|
|
9008
9009
|
Sn as radioGroupV1,
|
|
9009
9010
|
Vn as radioV1,
|
|
9010
|
-
|
|
9011
|
-
|
|
9011
|
+
hc as rangeSliderV1,
|
|
9012
|
+
xc as ratingV1,
|
|
9012
9013
|
Ha as referenceV1,
|
|
9013
9014
|
Ka as renderSwitchV1,
|
|
9014
9015
|
Tr as reverseBreakpoints,
|
|
9015
|
-
|
|
9016
|
+
vc as selectV1,
|
|
9016
9017
|
Gn as setField,
|
|
9017
|
-
|
|
9018
|
+
kc as sliderV1,
|
|
9018
9019
|
op as spawnNode,
|
|
9019
9020
|
mn as sphereGeometryV1,
|
|
9020
9021
|
Da as spotLightV1,
|
|
@@ -9023,7 +9024,7 @@ export {
|
|
|
9023
9024
|
Tn as stepperV1,
|
|
9024
9025
|
Pn as stepperWindowItemV1,
|
|
9025
9026
|
Cn as stepperWindowV1,
|
|
9026
|
-
|
|
9027
|
+
$c as switchV1,
|
|
9027
9028
|
zn as tabV1,
|
|
9028
9029
|
An as tabsV1,
|
|
9029
9030
|
kn as textFieldV1,
|
|
@@ -9031,12 +9032,12 @@ export {
|
|
|
9031
9032
|
Ln as textareaV1,
|
|
9032
9033
|
En as timelineItemV1,
|
|
9033
9034
|
Bn as timelineV1,
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
9035
|
+
np as toEventName,
|
|
9036
|
+
tp as toMethodName,
|
|
9037
|
+
ep as toPropertyName,
|
|
9037
9038
|
Ke as triggerReactivity,
|
|
9038
|
-
|
|
9039
|
-
|
|
9039
|
+
Yu as types,
|
|
9040
|
+
Tu as unwrapEventId,
|
|
9040
9041
|
qo as unwrapMethodId,
|
|
9041
9042
|
lo as unwrapPropertyId,
|
|
9042
9043
|
ni as useDepend,
|