x-runtime-lib 0.8.118 → 0.8.119
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 +330 -322
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,10 +29,10 @@ var Ce = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as C, createElementBlock as ie, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as le, createCommentVNode as re, toRef as qo, onBeforeMount as Xo, onUnmounted as Ge, ref as se, watchEffect as fe, watch as
|
|
32
|
+
import { defineComponent as C, createElementBlock as ie, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as le, createCommentVNode as re, toRef as qo, onBeforeMount as Xo, onUnmounted as Ge, ref as se, watchEffect as fe, watch as ue, createBlock as S, withCtx as I, useTemplateRef as uo, onMounted as mo, nextTick as po, useAttrs as fo, h as ye, resolveComponent as B, createVNode as O, isRef as Z, createSlots as Ft, renderList as Yo, useId as yo, withModifiers as Zo, normalizeClass as Qo, toDisplayString as ei, inject as me, provide as pe, readonly as Nt } from "vue";
|
|
33
33
|
import { globalObjects as we, waitUtil as bo, useViewStack as go, eventBus as ho, messageInfo as ti, messageSuccess as ni, messageWarning as _o, messageError as vo, createAxios as oi, openConfirmDlg as ii, openPromptDlg as ri } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as xo, DirectionalLightHelper as si, PointLightHelper as li, SpotLightHelper as ai } from "three";
|
|
35
|
-
import { i as
|
|
35
|
+
import { i as ce, c as He, K as ci, M as ui, O as mi, u as pi, r as ko, e as wo, a as di, b as fi, d as yi, f as bi, g as gi, h as hi, j as _i, k as vi, l as Io, m as D, n as xi, o as ki, p as wi, q as Ii } from "./vendor.emk171rx.js";
|
|
36
36
|
import { useTheme as Si } from "vuetify";
|
|
37
37
|
import { getErrorMessage as $i } from "x-error-lib";
|
|
38
38
|
import { useI18n as So } from "vue-i18n";
|
|
@@ -127,7 +127,7 @@ function Co(t) {
|
|
|
127
127
|
function ne(t) {
|
|
128
128
|
return t === "runtime" || t === "preview";
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function E() {
|
|
131
131
|
return {
|
|
132
132
|
basic: {
|
|
133
133
|
id: "",
|
|
@@ -135,7 +135,7 @@ function T() {
|
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
137
|
}
|
|
138
|
-
function
|
|
138
|
+
function A(t, n) {
|
|
139
139
|
return {
|
|
140
140
|
id: t.basic.id,
|
|
141
141
|
key: t.basic.key,
|
|
@@ -394,7 +394,7 @@ function P(t) {
|
|
|
394
394
|
const n = ve(), e = qo(n.value.view.nodes, t.nodeId);
|
|
395
395
|
console.assert(!!e.value, `invalid node id=${t.nodeId}`);
|
|
396
396
|
const o = e.value.basic.id, s = e.value.basic.key;
|
|
397
|
-
return console.log(`[element
|
|
397
|
+
return console.log(`[element] create element id=${o} key=${s}`), { node: e };
|
|
398
398
|
}
|
|
399
399
|
function Ye(t, n, e) {
|
|
400
400
|
const o = xe();
|
|
@@ -424,8 +424,8 @@ function l(t, n, e) {
|
|
|
424
424
|
const o = xe(), s = se();
|
|
425
425
|
return fe(() => {
|
|
426
426
|
s.value = Ai(o, t.value, n, e);
|
|
427
|
-
}),
|
|
428
|
-
|
|
427
|
+
}), ue(s, (r, a) => {
|
|
428
|
+
ce(r, a) || Mi(o, t.value, n, s.value, e);
|
|
429
429
|
}), { property: s };
|
|
430
430
|
}
|
|
431
431
|
function G() {
|
|
@@ -1027,25 +1027,25 @@ const fs = /* @__PURE__ */ C({
|
|
|
1027
1027
|
},
|
|
1028
1028
|
setup(t) {
|
|
1029
1029
|
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = _e(), a = ve(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = he(n, e), { applyTitle: b } = zo(e), { applyXAxis: v } = To(e), { applyYAxis: h } = Eo(e), { applyLegend: x } = Po(e), { applySeries: $ } = Lo(e), V = k(() => {
|
|
1030
|
-
const L = {},
|
|
1031
|
-
return r === "page" ?
|
|
1030
|
+
const L = {}, U = a.value?.type;
|
|
1031
|
+
return r === "page" ? U === "common" ? g(L) : console.assert(!1) : r === "comp" && U === "common" ? g(L) : console.assert(!1), L;
|
|
1032
1032
|
}), F = uo("chart");
|
|
1033
|
-
let
|
|
1034
|
-
const
|
|
1035
|
-
|
|
1033
|
+
let T;
|
|
1034
|
+
const H = () => {
|
|
1035
|
+
T?.dispose(), T = wo.init(F.value, s.value ? "dark" : "light");
|
|
1036
1036
|
const L = {};
|
|
1037
|
-
|
|
1037
|
+
T.setOption(L);
|
|
1038
1038
|
}, j = () => {
|
|
1039
|
-
|
|
1039
|
+
T?.resize();
|
|
1040
1040
|
}, K = () => {
|
|
1041
1041
|
const L = {};
|
|
1042
|
-
b(L), v(L), h(L), x(L), $(L),
|
|
1042
|
+
b(L), v(L), h(L), x(L), $(L), T?.setOption(L, !0);
|
|
1043
1043
|
};
|
|
1044
1044
|
return mo(async () => {
|
|
1045
|
-
window.addEventListener("resize", j, !1), await bo(() => !!F.value),
|
|
1045
|
+
window.addEventListener("resize", j, !1), await bo(() => !!F.value), H(), K();
|
|
1046
1046
|
}), Ge(() => {
|
|
1047
|
-
window.removeEventListener("resize", j, !1),
|
|
1048
|
-
}),
|
|
1047
|
+
window.removeEventListener("resize", j, !1), T?.dispose();
|
|
1048
|
+
}), ue(
|
|
1049
1049
|
[
|
|
1050
1050
|
() => o.value.width,
|
|
1051
1051
|
() => o.value.height,
|
|
@@ -1059,15 +1059,15 @@ const fs = /* @__PURE__ */ C({
|
|
|
1059
1059
|
async () => {
|
|
1060
1060
|
await po(), j();
|
|
1061
1061
|
}
|
|
1062
|
-
),
|
|
1063
|
-
|
|
1064
|
-
}),
|
|
1062
|
+
), ue([s], () => {
|
|
1063
|
+
H(), K();
|
|
1064
|
+
}), ue(
|
|
1065
1065
|
[n],
|
|
1066
1066
|
() => {
|
|
1067
1067
|
K();
|
|
1068
1068
|
},
|
|
1069
1069
|
{ deep: !0 }
|
|
1070
|
-
), (L,
|
|
1070
|
+
), (L, U) => (_(), S(i(N), {
|
|
1071
1071
|
block: "",
|
|
1072
1072
|
mask: ""
|
|
1073
1073
|
}, {
|
|
@@ -1089,25 +1089,25 @@ const fs = /* @__PURE__ */ C({
|
|
|
1089
1089
|
},
|
|
1090
1090
|
setup(t) {
|
|
1091
1091
|
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = _e(), a = ve(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = he(n, e), { applyTitle: b } = zo(e), { applyXAxis: v } = To(e), { applyYAxis: h } = Eo(e), { applyLegend: x } = Po(e), { applySeries: $ } = Lo(e), V = k(() => {
|
|
1092
|
-
const L = {},
|
|
1093
|
-
return r === "page" ?
|
|
1092
|
+
const L = {}, U = a.value?.type;
|
|
1093
|
+
return r === "page" ? U === "common" ? g(L) : console.assert(!1) : r === "comp" && U === "common" ? g(L) : console.assert(!1), L;
|
|
1094
1094
|
}), F = uo("chart");
|
|
1095
|
-
let
|
|
1096
|
-
const
|
|
1097
|
-
|
|
1095
|
+
let T;
|
|
1096
|
+
const H = () => {
|
|
1097
|
+
T?.dispose(), T = wo.init(F.value, s.value ? "dark" : "light");
|
|
1098
1098
|
const L = {};
|
|
1099
|
-
|
|
1099
|
+
T.setOption(L);
|
|
1100
1100
|
}, j = () => {
|
|
1101
|
-
|
|
1101
|
+
T?.resize();
|
|
1102
1102
|
}, K = () => {
|
|
1103
1103
|
const L = {};
|
|
1104
|
-
b(L), v(L), h(L), x(L), $(L),
|
|
1104
|
+
b(L), v(L), h(L), x(L), $(L), T?.setOption(L, !0);
|
|
1105
1105
|
};
|
|
1106
1106
|
return mo(async () => {
|
|
1107
|
-
window.addEventListener("resize", j, !1), await bo(() => !!F.value),
|
|
1107
|
+
window.addEventListener("resize", j, !1), await bo(() => !!F.value), H(), K();
|
|
1108
1108
|
}), Ge(() => {
|
|
1109
|
-
window.removeEventListener("resize", j, !1),
|
|
1110
|
-
}),
|
|
1109
|
+
window.removeEventListener("resize", j, !1), T?.dispose();
|
|
1110
|
+
}), ue(
|
|
1111
1111
|
[
|
|
1112
1112
|
() => o.value.width,
|
|
1113
1113
|
() => o.value.height,
|
|
@@ -1121,15 +1121,15 @@ const fs = /* @__PURE__ */ C({
|
|
|
1121
1121
|
async () => {
|
|
1122
1122
|
await po(), j();
|
|
1123
1123
|
}
|
|
1124
|
-
),
|
|
1125
|
-
|
|
1126
|
-
}),
|
|
1124
|
+
), ue([s], () => {
|
|
1125
|
+
H(), K();
|
|
1126
|
+
}), ue(
|
|
1127
1127
|
[n],
|
|
1128
1128
|
() => {
|
|
1129
1129
|
K();
|
|
1130
1130
|
},
|
|
1131
1131
|
{ deep: !0 }
|
|
1132
|
-
), (L,
|
|
1132
|
+
), (L, U) => (_(), S(i(N), {
|
|
1133
1133
|
block: "",
|
|
1134
1134
|
mask: ""
|
|
1135
1135
|
}, {
|
|
@@ -1295,7 +1295,7 @@ const fs = /* @__PURE__ */ C({
|
|
|
1295
1295
|
"y"
|
|
1296
1296
|
]);
|
|
1297
1297
|
return (u, p) => {
|
|
1298
|
-
const d =
|
|
1298
|
+
const d = B("v-badge");
|
|
1299
1299
|
return _(), S(i(N), null, {
|
|
1300
1300
|
default: I(() => [
|
|
1301
1301
|
O(d, {
|
|
@@ -1337,17 +1337,17 @@ const fs = /* @__PURE__ */ C({
|
|
|
1337
1337
|
]), { property: x } = l(e, [
|
|
1338
1338
|
"settings",
|
|
1339
1339
|
"readonly"
|
|
1340
|
-
]), { property: $ } = l(e, ["settings", "ripple"]), { property: V } = l(e, ["settings", "size"]), { property: F } = l(e, ["settings", "stacked"]), { property:
|
|
1340
|
+
]), { property: $ } = l(e, ["settings", "ripple"]), { property: V } = l(e, ["settings", "size"]), { property: F } = l(e, ["settings", "stacked"]), { property: T } = l(e, ["settings", "text"]), { theme: H } = G(), { property: j } = l(e, ["settings", "variant"]), { property: K } = l(e, ["size", "width"]), L = (U) => {
|
|
1341
1341
|
if (!o || !o.vm)
|
|
1342
1342
|
return;
|
|
1343
1343
|
const { vm: ee } = o;
|
|
1344
|
-
ee.setProp(ee.global, "__pointerPosX__", ee.newNumber(
|
|
1344
|
+
ee.setProp(ee.global, "__pointerPosX__", ee.newNumber(U.clientX)), ee.setProp(ee.global, "__pointerPosY__", ee.newNumber(U.clientY)), o.callFunction(
|
|
1345
1345
|
"__triggerEventV1__",
|
|
1346
1346
|
oe("elementEvent", n.nodeId, "click")
|
|
1347
1347
|
);
|
|
1348
1348
|
};
|
|
1349
|
-
return (
|
|
1350
|
-
const ae =
|
|
1349
|
+
return (U, ee) => {
|
|
1350
|
+
const ae = B("v-btn");
|
|
1351
1351
|
return _(), S(i(N), {
|
|
1352
1352
|
block: i(r),
|
|
1353
1353
|
mask: ""
|
|
@@ -1370,8 +1370,8 @@ const fs = /* @__PURE__ */ C({
|
|
|
1370
1370
|
ripple: i($),
|
|
1371
1371
|
size: i(V),
|
|
1372
1372
|
stacked: i(F),
|
|
1373
|
-
text: i(
|
|
1374
|
-
theme: i(
|
|
1373
|
+
text: i(T),
|
|
1374
|
+
theme: i(H),
|
|
1375
1375
|
variant: i(j),
|
|
1376
1376
|
width: i(K),
|
|
1377
1377
|
onClick: L
|
|
@@ -1383,7 +1383,7 @@ const fs = /* @__PURE__ */ C({
|
|
|
1383
1383
|
}
|
|
1384
1384
|
}), xs = {};
|
|
1385
1385
|
function ks(t, n) {
|
|
1386
|
-
const e =
|
|
1386
|
+
const e = B("v-btn-group");
|
|
1387
1387
|
return _(), S(e, null, {
|
|
1388
1388
|
default: I(() => [
|
|
1389
1389
|
R(t.$slots, "default")
|
|
@@ -1413,7 +1413,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1413
1413
|
"readonly"
|
|
1414
1414
|
]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: m } = G(), { property: f } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "variant"]);
|
|
1415
1415
|
return (b, v) => {
|
|
1416
|
-
const h =
|
|
1416
|
+
const h = B("v-btn-toggle");
|
|
1417
1417
|
return _(), S(h, {
|
|
1418
1418
|
block: i(o),
|
|
1419
1419
|
disabled: i(s),
|
|
@@ -1450,7 +1450,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1450
1450
|
"subtitle"
|
|
1451
1451
|
]), { property: g } = l(e, ["settings", "text"]), { theme: b } = G(), { property: v } = l(e, ["settings", "title"]), { property: h } = l(e, ["settings", "variant"]), { property: x } = l(e, ["size", "width"]);
|
|
1452
1452
|
return ($, V) => {
|
|
1453
|
-
const F =
|
|
1453
|
+
const F = B("v-card");
|
|
1454
1454
|
return _(), S(i(N), { block: "" }, {
|
|
1455
1455
|
default: I(() => [
|
|
1456
1456
|
O(F, {
|
|
@@ -1496,7 +1496,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1496
1496
|
"readonly"
|
|
1497
1497
|
]);
|
|
1498
1498
|
return (r, a) => {
|
|
1499
|
-
const c =
|
|
1499
|
+
const c = B("v-checkbox");
|
|
1500
1500
|
return _(), S(i(N), { mask: "" }, {
|
|
1501
1501
|
default: I(() => [
|
|
1502
1502
|
O(c, {
|
|
@@ -1527,7 +1527,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1527
1527
|
"draggable"
|
|
1528
1528
|
]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "size"]), { property: f } = l(e, ["settings", "text"]), { theme: g } = G(), { property: b } = l(e, ["settings", "tile"]), { property: v } = l(e, ["settings", "value"]), { property: h } = l(e, ["settings", "variant"]);
|
|
1529
1529
|
return (x, $) => {
|
|
1530
|
-
const V =
|
|
1530
|
+
const V = B("v-chip");
|
|
1531
1531
|
return _(), S(i(N), { mask: "" }, {
|
|
1532
1532
|
default: I(() => [
|
|
1533
1533
|
O(V, {
|
|
@@ -1575,7 +1575,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1575
1575
|
"showArrows"
|
|
1576
1576
|
]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
1577
1577
|
return (f, g) => {
|
|
1578
|
-
const b =
|
|
1578
|
+
const b = B("v-chip-group");
|
|
1579
1579
|
return _(), S(b, {
|
|
1580
1580
|
modelValue: i(m),
|
|
1581
1581
|
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
|
|
@@ -1629,7 +1629,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1629
1629
|
"showSwatches"
|
|
1630
1630
|
]), { theme: b } = G();
|
|
1631
1631
|
return (v, h) => {
|
|
1632
|
-
const x =
|
|
1632
|
+
const x = B("v-color-picker");
|
|
1633
1633
|
return _(), S(i(N), { mask: "" }, {
|
|
1634
1634
|
default: I(() => [
|
|
1635
1635
|
O(x, {
|
|
@@ -1670,7 +1670,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1670
1670
|
"singleLine"
|
|
1671
1671
|
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
1672
1672
|
return (d, m) => {
|
|
1673
|
-
const f =
|
|
1673
|
+
const f = B("v-combobox");
|
|
1674
1674
|
return _(), S(i(N), { mask: "" }, {
|
|
1675
1675
|
default: I(() => [
|
|
1676
1676
|
O(f, {
|
|
@@ -1738,7 +1738,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1738
1738
|
}), v;
|
|
1739
1739
|
});
|
|
1740
1740
|
return (v, h) => {
|
|
1741
|
-
const x =
|
|
1741
|
+
const x = B("v-data-table");
|
|
1742
1742
|
return _(), S(i(N), {
|
|
1743
1743
|
block: "",
|
|
1744
1744
|
mask: ""
|
|
@@ -1777,7 +1777,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1777
1777
|
__name: "index",
|
|
1778
1778
|
setup(t) {
|
|
1779
1779
|
return (n, e) => {
|
|
1780
|
-
const o =
|
|
1780
|
+
const o = B("v-date-picker");
|
|
1781
1781
|
return _(), S(i(N), { mask: "" }, {
|
|
1782
1782
|
default: I(() => [
|
|
1783
1783
|
O(o)
|
|
@@ -1800,7 +1800,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1800
1800
|
}), Ye(n, "close", () => {
|
|
1801
1801
|
o.value = !1;
|
|
1802
1802
|
}), (s, r) => {
|
|
1803
|
-
const a =
|
|
1803
|
+
const a = B("v-dialog");
|
|
1804
1804
|
return _(), S(a, {
|
|
1805
1805
|
modelValue: i(o),
|
|
1806
1806
|
"onUpdate:modelValue": r[0] || (r[0] = (c) => Z(o) ? o.value = c : null),
|
|
@@ -1844,7 +1844,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1844
1844
|
"singleLine"
|
|
1845
1845
|
]);
|
|
1846
1846
|
return (g, b) => {
|
|
1847
|
-
const v =
|
|
1847
|
+
const v = B("v-file-input");
|
|
1848
1848
|
return _(), S(i(N), {
|
|
1849
1849
|
block: "",
|
|
1850
1850
|
mask: ""
|
|
@@ -1940,7 +1940,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1940
1940
|
);
|
|
1941
1941
|
};
|
|
1942
1942
|
return (h, x) => {
|
|
1943
|
-
const $ =
|
|
1943
|
+
const $ = B("v-form");
|
|
1944
1944
|
return _(), S($, {
|
|
1945
1945
|
modelValue: i(a),
|
|
1946
1946
|
"onUpdate:modelValue": x[0] || (x[0] = (V) => Z(a) ? a.value = V : null),
|
|
@@ -1968,7 +1968,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1968
1968
|
"disabled"
|
|
1969
1969
|
]), { property: a } = l(e, ["settings", "icon"]), { property: c } = l(e, ["settings", "size"]), { theme: u } = G();
|
|
1970
1970
|
return (p, d) => {
|
|
1971
|
-
const m =
|
|
1971
|
+
const m = B("v-icon");
|
|
1972
1972
|
return _(), S(m, {
|
|
1973
1973
|
color: i(s),
|
|
1974
1974
|
disabled: i(r),
|
|
@@ -1995,7 +1995,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
1995
1995
|
}), Ye(n, "close", () => {
|
|
1996
1996
|
o && (c.value = !1);
|
|
1997
1997
|
}), (u, p) => {
|
|
1998
|
-
const d =
|
|
1998
|
+
const d = B("v-menu");
|
|
1999
1999
|
return _(), S(d, {
|
|
2000
2000
|
modelValue: i(c),
|
|
2001
2001
|
"onUpdate:modelValue": p[0] || (p[0] = (m) => Z(c) ? c.value = m : null),
|
|
@@ -2059,9 +2059,9 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2059
2059
|
]), { property: V } = l(e, ["settings", "reverse"]), { property: F } = l(e, [
|
|
2060
2060
|
"settings",
|
|
2061
2061
|
"singleLine"
|
|
2062
|
-
]), { property:
|
|
2062
|
+
]), { property: T } = l(e, ["settings", "step"]), { property: H } = l(e, ["settings", "suffix"]), { theme: j } = G(), { property: K } = l(e, ["settings", "value"]), { property: L } = l(e, ["settings", "variant"]), { property: U } = l(e, ["size", "width"]);
|
|
2063
2063
|
return (ee, ae) => {
|
|
2064
|
-
const $e =
|
|
2064
|
+
const $e = B("v-number-input");
|
|
2065
2065
|
return _(), S(i(N), {
|
|
2066
2066
|
block: "",
|
|
2067
2067
|
mask: ""
|
|
@@ -2088,11 +2088,11 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2088
2088
|
readonly: i($),
|
|
2089
2089
|
reverse: i(V),
|
|
2090
2090
|
"single-line": i(F),
|
|
2091
|
-
step: i(
|
|
2092
|
-
suffix: i(
|
|
2091
|
+
step: i(T),
|
|
2092
|
+
suffix: i(H),
|
|
2093
2093
|
theme: i(j),
|
|
2094
2094
|
variant: i(L),
|
|
2095
|
-
width: i(
|
|
2095
|
+
width: i(U)
|
|
2096
2096
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
2097
2097
|
]),
|
|
2098
2098
|
_: 1
|
|
@@ -2118,7 +2118,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2118
2118
|
return o === "editor" && (v.pointerEvents = "none"), v;
|
|
2119
2119
|
});
|
|
2120
2120
|
return (v, h) => {
|
|
2121
|
-
const x =
|
|
2121
|
+
const x = B("v-pagination");
|
|
2122
2122
|
return _(), S(i(N), {
|
|
2123
2123
|
block: "",
|
|
2124
2124
|
mask: ""
|
|
@@ -2159,7 +2159,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2159
2159
|
"readonly"
|
|
2160
2160
|
]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
|
|
2161
2161
|
return (m, f) => {
|
|
2162
|
-
const g =
|
|
2162
|
+
const g = B("v-radio");
|
|
2163
2163
|
return _(), S(g, {
|
|
2164
2164
|
color: i(s),
|
|
2165
2165
|
density: i(r),
|
|
@@ -2190,7 +2190,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2190
2190
|
"readonly"
|
|
2191
2191
|
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2192
2192
|
return (d, m) => {
|
|
2193
|
-
const f =
|
|
2193
|
+
const f = B("v-radio-group");
|
|
2194
2194
|
return _(), S(i(N), null, {
|
|
2195
2195
|
default: I(() => [
|
|
2196
2196
|
O(f, {
|
|
@@ -2256,35 +2256,35 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2256
2256
|
if (!$.value)
|
|
2257
2257
|
return;
|
|
2258
2258
|
const K = {};
|
|
2259
|
-
for (const { value: L, label:
|
|
2260
|
-
K[L] =
|
|
2259
|
+
for (const { value: L, label: U } of $.value)
|
|
2260
|
+
K[L] = U;
|
|
2261
2261
|
if (!Io(K))
|
|
2262
2262
|
return K;
|
|
2263
2263
|
}), { property: F } = l(e, [
|
|
2264
2264
|
"settings",
|
|
2265
2265
|
"tickSize"
|
|
2266
|
-
]), { property:
|
|
2266
|
+
]), { property: T } = l(e, [
|
|
2267
2267
|
"settings",
|
|
2268
2268
|
"value",
|
|
2269
2269
|
"start"
|
|
2270
|
-
]), { property:
|
|
2270
|
+
]), { property: H } = l(e, [
|
|
2271
2271
|
"settings",
|
|
2272
2272
|
"value",
|
|
2273
2273
|
"end"
|
|
2274
2274
|
]), j = k({
|
|
2275
|
-
get: () => [
|
|
2275
|
+
get: () => [T.value, H.value],
|
|
2276
2276
|
set: ([K, L]) => {
|
|
2277
|
-
|
|
2277
|
+
T.value = K, H.value = L;
|
|
2278
2278
|
}
|
|
2279
2279
|
});
|
|
2280
2280
|
return (K, L) => {
|
|
2281
|
-
const
|
|
2281
|
+
const U = B("v-range-slider");
|
|
2282
2282
|
return _(), S(i(N), {
|
|
2283
2283
|
block: "",
|
|
2284
2284
|
mask: ""
|
|
2285
2285
|
}, {
|
|
2286
2286
|
default: I(() => [
|
|
2287
|
-
O(
|
|
2287
|
+
O(U, {
|
|
2288
2288
|
modelValue: j.value,
|
|
2289
2289
|
"onUpdate:modelValue": L[0] || (L[0] = (ee) => j.value = ee),
|
|
2290
2290
|
density: i(o),
|
|
@@ -2330,7 +2330,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2330
2330
|
"readonly"
|
|
2331
2331
|
]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
2332
2332
|
return (f, g) => {
|
|
2333
|
-
const b =
|
|
2333
|
+
const b = B("v-rating");
|
|
2334
2334
|
return _(), S(i(N), { mask: "" }, {
|
|
2335
2335
|
default: I(() => [
|
|
2336
2336
|
O(b, {
|
|
@@ -2372,7 +2372,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2372
2372
|
"singleLine"
|
|
2373
2373
|
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2374
2374
|
return (d, m) => {
|
|
2375
|
-
const f =
|
|
2375
|
+
const f = B("v-select");
|
|
2376
2376
|
return _(), S(i(N), {
|
|
2377
2377
|
block: "",
|
|
2378
2378
|
mask: ""
|
|
@@ -2432,14 +2432,14 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2432
2432
|
return "always";
|
|
2433
2433
|
if (V.value === "show")
|
|
2434
2434
|
return !0;
|
|
2435
|
-
}), { property:
|
|
2435
|
+
}), { property: T } = l(e, [
|
|
2436
2436
|
"settings",
|
|
2437
2437
|
"thumbSize"
|
|
2438
|
-
]), { property:
|
|
2439
|
-
if (!
|
|
2438
|
+
]), { property: H } = l(e, ["settings", "ticks"]), j = k(() => {
|
|
2439
|
+
if (!H.value)
|
|
2440
2440
|
return;
|
|
2441
2441
|
const de = {};
|
|
2442
|
-
for (const { value: Je, label: lt } of
|
|
2442
|
+
for (const { value: Je, label: lt } of H.value)
|
|
2443
2443
|
de[Je] = lt;
|
|
2444
2444
|
if (!Io(de))
|
|
2445
2445
|
return de;
|
|
@@ -2449,9 +2449,9 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2449
2449
|
]), { property: L } = l(e, [
|
|
2450
2450
|
"settings",
|
|
2451
2451
|
"trackColor"
|
|
2452
|
-
]), { color:
|
|
2452
|
+
]), { color: U } = q(L), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property: $e } = l(e, ["slots", "prepend"]);
|
|
2453
2453
|
return (de, Je) => {
|
|
2454
|
-
const lt =
|
|
2454
|
+
const lt = B("v-slider");
|
|
2455
2455
|
return _(), S(i(N), {
|
|
2456
2456
|
block: "",
|
|
2457
2457
|
mask: ""
|
|
@@ -2474,10 +2474,10 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2474
2474
|
theme: i(h),
|
|
2475
2475
|
"thumb-color": i($),
|
|
2476
2476
|
"thumb-label": F.value,
|
|
2477
|
-
"thumb-size": i(
|
|
2477
|
+
"thumb-size": i(T),
|
|
2478
2478
|
"tick-size": i(K),
|
|
2479
2479
|
ticks: j.value,
|
|
2480
|
-
"track-color": i(
|
|
2480
|
+
"track-color": i(U)
|
|
2481
2481
|
}, Ft({ _: 2 }, [
|
|
2482
2482
|
i(ae) ? {
|
|
2483
2483
|
name: "append",
|
|
@@ -2520,7 +2520,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2520
2520
|
"hideActions"
|
|
2521
2521
|
]), { theme: s } = G(), { property: r } = l(e, ["settings", "value"]);
|
|
2522
2522
|
return (a, c) => {
|
|
2523
|
-
const u =
|
|
2523
|
+
const u = B("v-stepper");
|
|
2524
2524
|
return _(), S(u, {
|
|
2525
2525
|
modelValue: i(r),
|
|
2526
2526
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => Z(r) ? r.value = p : null),
|
|
@@ -2536,7 +2536,7 @@ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
|
2536
2536
|
}
|
|
2537
2537
|
}), Zs = {};
|
|
2538
2538
|
function Qs(t, n) {
|
|
2539
|
-
const e =
|
|
2539
|
+
const e = B("v-stepper-header");
|
|
2540
2540
|
return _(), S(e, null, {
|
|
2541
2541
|
default: I(() => [
|
|
2542
2542
|
R(t.$slots, "default")
|
|
@@ -2554,7 +2554,7 @@ const el = /* @__PURE__ */ Ae(Zs, [["render", Qs]]), tl = /* @__PURE__ */ C({
|
|
|
2554
2554
|
setup(t) {
|
|
2555
2555
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "value"]);
|
|
2556
2556
|
return (s, r) => {
|
|
2557
|
-
const a =
|
|
2557
|
+
const a = B("v-stepper-item");
|
|
2558
2558
|
return _(), S(a, { value: i(o) }, {
|
|
2559
2559
|
default: I(() => [
|
|
2560
2560
|
R(s.$slots, "default")
|
|
@@ -2565,7 +2565,7 @@ const el = /* @__PURE__ */ Ae(Zs, [["render", Qs]]), tl = /* @__PURE__ */ C({
|
|
|
2565
2565
|
}
|
|
2566
2566
|
}), nl = {};
|
|
2567
2567
|
function ol(t, n) {
|
|
2568
|
-
const e =
|
|
2568
|
+
const e = B("v-stepper-window");
|
|
2569
2569
|
return _(), S(e, null, {
|
|
2570
2570
|
default: I(() => [
|
|
2571
2571
|
R(t.$slots, "default")
|
|
@@ -2583,7 +2583,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2583
2583
|
setup(t) {
|
|
2584
2584
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "value"]);
|
|
2585
2585
|
return (s, r) => {
|
|
2586
|
-
const a =
|
|
2586
|
+
const a = B("v-stepper-window-item");
|
|
2587
2587
|
return _(), S(a, { value: i(o) }, {
|
|
2588
2588
|
default: I(() => [
|
|
2589
2589
|
R(s.$slots, "default")
|
|
@@ -2614,7 +2614,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2614
2614
|
"indeterminate"
|
|
2615
2615
|
]), { property: u } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { theme: f } = G(), { property: g } = l(e, ["settings", "value"]);
|
|
2616
2616
|
return (b, v) => {
|
|
2617
|
-
const h =
|
|
2617
|
+
const h = B("v-switch");
|
|
2618
2618
|
return _(), S(i(N), { mask: "" }, {
|
|
2619
2619
|
default: I(() => [
|
|
2620
2620
|
O(h, {
|
|
@@ -2649,7 +2649,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2649
2649
|
return o === "editor" && (u.pointerEvents = "none"), u;
|
|
2650
2650
|
});
|
|
2651
2651
|
return (u, p) => {
|
|
2652
|
-
const d =
|
|
2652
|
+
const d = B("v-tab");
|
|
2653
2653
|
return _(), S(i(N), { mask: "" }, {
|
|
2654
2654
|
default: I(() => [
|
|
2655
2655
|
O(d, {
|
|
@@ -2707,17 +2707,17 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2707
2707
|
"settings",
|
|
2708
2708
|
"color",
|
|
2709
2709
|
"sliderColor"
|
|
2710
|
-
]), { color: V } = q($), { property: F } = l(e, ["settings", "stacked"]), { theme:
|
|
2710
|
+
]), { color: V } = q($), { property: F } = l(e, ["settings", "stacked"]), { theme: T } = G(), { property: H } = l(e, ["settings", "value"]);
|
|
2711
2711
|
return (j, K) => {
|
|
2712
|
-
const L =
|
|
2712
|
+
const L = B("v-tabs");
|
|
2713
2713
|
return _(), S(i(N), {
|
|
2714
2714
|
block: "",
|
|
2715
2715
|
mask: ""
|
|
2716
2716
|
}, {
|
|
2717
2717
|
default: I(() => [
|
|
2718
2718
|
O(L, {
|
|
2719
|
-
modelValue: i(
|
|
2720
|
-
"onUpdate:modelValue": K[0] || (K[0] = (
|
|
2719
|
+
modelValue: i(H),
|
|
2720
|
+
"onUpdate:modelValue": K[0] || (K[0] = (U) => Z(H) ? H.value = U : null),
|
|
2721
2721
|
"align-tabs": i(o),
|
|
2722
2722
|
"bg-color": i(r),
|
|
2723
2723
|
"center-active": i(a),
|
|
@@ -2733,7 +2733,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2733
2733
|
"show-arrows": i(x),
|
|
2734
2734
|
"slider-color": i(V),
|
|
2735
2735
|
stacked: i(F),
|
|
2736
|
-
theme: i(
|
|
2736
|
+
theme: i(T)
|
|
2737
2737
|
}, {
|
|
2738
2738
|
default: I(() => [
|
|
2739
2739
|
R(j.$slots, "default")
|
|
@@ -2800,7 +2800,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2800
2800
|
"singleLine"
|
|
2801
2801
|
]), { theme: v } = G(), { property: h } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
|
|
2802
2802
|
return ($, V) => {
|
|
2803
|
-
const F =
|
|
2803
|
+
const F = B("v-textarea");
|
|
2804
2804
|
return _(), S(i(N), {
|
|
2805
2805
|
block: "",
|
|
2806
2806
|
mask: ""
|
|
@@ -2808,7 +2808,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2808
2808
|
default: I(() => [
|
|
2809
2809
|
O(F, {
|
|
2810
2810
|
modelValue: i(h),
|
|
2811
|
-
"onUpdate:modelValue": V[0] || (V[0] = (
|
|
2811
|
+
"onUpdate:modelValue": V[0] || (V[0] = (T) => Z(h) ? h.value = T : null),
|
|
2812
2812
|
"auto-grow": i(o),
|
|
2813
2813
|
clearable: i(s),
|
|
2814
2814
|
density: i(r),
|
|
@@ -2870,23 +2870,23 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2870
2870
|
]), { property: x } = l(e, ["settings", "reverse"]), { property: $ } = l(e, [
|
|
2871
2871
|
"settings",
|
|
2872
2872
|
"singleLine"
|
|
2873
|
-
]), { property: V } = l(e, ["settings", "suffix"]), { theme: F } = G(), { property:
|
|
2873
|
+
]), { property: V } = l(e, ["settings", "suffix"]), { theme: F } = G(), { property: T } = l(e, ["settings", "value"]), { property: H } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: K } = l(e, [
|
|
2874
2874
|
"slots",
|
|
2875
2875
|
"appendInner"
|
|
2876
|
-
]), { property: L } = l(e, ["slots", "prepend"]), { property:
|
|
2876
|
+
]), { property: L } = l(e, ["slots", "prepend"]), { property: U } = l(e, [
|
|
2877
2877
|
"slots",
|
|
2878
2878
|
"prependInner"
|
|
2879
2879
|
]);
|
|
2880
2880
|
return (ee, ae) => {
|
|
2881
|
-
const $e =
|
|
2881
|
+
const $e = B("v-text-field");
|
|
2882
2882
|
return _(), S(i(N), {
|
|
2883
2883
|
block: "",
|
|
2884
2884
|
mask: ""
|
|
2885
2885
|
}, {
|
|
2886
2886
|
default: I(() => [
|
|
2887
2887
|
O($e, {
|
|
2888
|
-
modelValue: i(
|
|
2889
|
-
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(
|
|
2888
|
+
modelValue: i(T),
|
|
2889
|
+
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(T) ? T.value = de : null),
|
|
2890
2890
|
"append-icon": i(o),
|
|
2891
2891
|
"append-inner-icon": i(s),
|
|
2892
2892
|
autofocus: i(r),
|
|
@@ -2905,7 +2905,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2905
2905
|
"single-line": i($),
|
|
2906
2906
|
suffix: i(V),
|
|
2907
2907
|
theme: i(F),
|
|
2908
|
-
variant: i(
|
|
2908
|
+
variant: i(H)
|
|
2909
2909
|
}, Ft({ _: 2 }, [
|
|
2910
2910
|
i(j) ? {
|
|
2911
2911
|
name: "append",
|
|
@@ -2940,12 +2940,12 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2940
2940
|
]),
|
|
2941
2941
|
key: "2"
|
|
2942
2942
|
} : void 0,
|
|
2943
|
-
i(
|
|
2943
|
+
i(U) ? {
|
|
2944
2944
|
name: "prepend-inner",
|
|
2945
2945
|
fn: I(() => [
|
|
2946
2946
|
O(i(be), {
|
|
2947
2947
|
"node-id": "prepend-inner",
|
|
2948
|
-
"ref-context": { compId: i(
|
|
2948
|
+
"ref-context": { compId: i(U) },
|
|
2949
2949
|
state: {}
|
|
2950
2950
|
}, null, 8, ["ref-context"])
|
|
2951
2951
|
]),
|
|
@@ -2997,7 +2997,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
2997
2997
|
"truncate"
|
|
2998
2998
|
]), { theme: h } = G();
|
|
2999
2999
|
return (x, $) => {
|
|
3000
|
-
const V =
|
|
3000
|
+
const V = B("v-timeline");
|
|
3001
3001
|
return _(), S(V, {
|
|
3002
3002
|
align: i(o),
|
|
3003
3003
|
density: i(s),
|
|
@@ -3021,7 +3021,7 @@ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
|
3021
3021
|
}
|
|
3022
3022
|
}), dl = {};
|
|
3023
3023
|
function fl(t, n) {
|
|
3024
|
-
const e =
|
|
3024
|
+
const e = B("v-timeline-item");
|
|
3025
3025
|
return _(), S(e, null, {
|
|
3026
3026
|
default: I(() => [
|
|
3027
3027
|
R(t.$slots, "default")
|
|
@@ -3051,7 +3051,7 @@ const yl = /* @__PURE__ */ Ae(dl, [["render", fl]]), bl = /* @__PURE__ */ C({
|
|
|
3051
3051
|
"showArrows"
|
|
3052
3052
|
]), { property: u } = l(e, ["settings", "touch"]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
|
|
3053
3053
|
return (m, f) => {
|
|
3054
|
-
const g =
|
|
3054
|
+
const g = B("v-window");
|
|
3055
3055
|
return _(), S(g, {
|
|
3056
3056
|
modelValue: i(d),
|
|
3057
3057
|
"onUpdate:modelValue": f[0] || (f[0] = (b) => Z(d) ? d.value = b : null),
|
|
@@ -3072,7 +3072,7 @@ const yl = /* @__PURE__ */ Ae(dl, [["render", fl]]), bl = /* @__PURE__ */ C({
|
|
|
3072
3072
|
}
|
|
3073
3073
|
}), gl = {};
|
|
3074
3074
|
function hl(t, n) {
|
|
3075
|
-
const e =
|
|
3075
|
+
const e = B("v-window-item");
|
|
3076
3076
|
return _(), S(e, null, {
|
|
3077
3077
|
default: I(() => [
|
|
3078
3078
|
R(t.$slots, "default")
|
|
@@ -3658,7 +3658,7 @@ const Sl = {
|
|
|
3658
3658
|
};
|
|
3659
3659
|
w(Sl);
|
|
3660
3660
|
function $l(t, n) {
|
|
3661
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
3661
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
3662
3662
|
if (!o) {
|
|
3663
3663
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
3664
3664
|
return;
|
|
@@ -3668,8 +3668,8 @@ function $l(t, n) {
|
|
|
3668
3668
|
console.error(`boxGeometryV1/spawn properties not found, ${e}`);
|
|
3669
3669
|
return;
|
|
3670
3670
|
}
|
|
3671
|
-
const r =
|
|
3672
|
-
|
|
3671
|
+
const r = E();
|
|
3672
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Oe.key, r.transform = {
|
|
3673
3673
|
position: {
|
|
3674
3674
|
x: 0,
|
|
3675
3675
|
y: 0,
|
|
@@ -3688,7 +3688,7 @@ function $l(t, n) {
|
|
|
3688
3688
|
};
|
|
3689
3689
|
const a = Cl(t, n), c = Vl(t, n);
|
|
3690
3690
|
return {
|
|
3691
|
-
nodeLite:
|
|
3691
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite]),
|
|
3692
3692
|
nodes: {
|
|
3693
3693
|
[r.basic.id]: r,
|
|
3694
3694
|
...a.nodes,
|
|
@@ -3697,7 +3697,7 @@ function $l(t, n) {
|
|
|
3697
3697
|
};
|
|
3698
3698
|
}
|
|
3699
3699
|
function Cl(t, n) {
|
|
3700
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
3700
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
3701
3701
|
if (!o) {
|
|
3702
3702
|
console.error(
|
|
3703
3703
|
`boxGeometryV1/spawnBoxGeometry property tag not found, ${e}`
|
|
@@ -3711,8 +3711,8 @@ function Cl(t, n) {
|
|
|
3711
3711
|
);
|
|
3712
3712
|
return;
|
|
3713
3713
|
}
|
|
3714
|
-
const r =
|
|
3715
|
-
return
|
|
3714
|
+
const r = E();
|
|
3715
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = yt.key, r.settings = {
|
|
3716
3716
|
width: 1,
|
|
3717
3717
|
height: 1,
|
|
3718
3718
|
depth: 1,
|
|
@@ -3720,14 +3720,14 @@ function Cl(t, n) {
|
|
|
3720
3720
|
heightSegements: 1,
|
|
3721
3721
|
depthSegements: 1
|
|
3722
3722
|
}, {
|
|
3723
|
-
nodeLite:
|
|
3723
|
+
nodeLite: A(r),
|
|
3724
3724
|
nodes: {
|
|
3725
3725
|
[r.basic.id]: r
|
|
3726
3726
|
}
|
|
3727
3727
|
};
|
|
3728
3728
|
}
|
|
3729
3729
|
function Vl(t, n) {
|
|
3730
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
3730
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
3731
3731
|
if (!o) {
|
|
3732
3732
|
console.error(
|
|
3733
3733
|
`boxGeometryV1/spawnMeshBasicMaterial property tag not found, ${e}`
|
|
@@ -3741,9 +3741,9 @@ function Vl(t, n) {
|
|
|
3741
3741
|
);
|
|
3742
3742
|
return;
|
|
3743
3743
|
}
|
|
3744
|
-
const r =
|
|
3745
|
-
return
|
|
3746
|
-
nodeLite:
|
|
3744
|
+
const r = E();
|
|
3745
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = De.key, {
|
|
3746
|
+
nodeLite: A(r),
|
|
3747
3747
|
nodes: {
|
|
3748
3748
|
[r.basic.id]: r
|
|
3749
3749
|
}
|
|
@@ -3809,7 +3809,7 @@ const dn = {
|
|
|
3809
3809
|
};
|
|
3810
3810
|
w(yt);
|
|
3811
3811
|
function Pl(t, n) {
|
|
3812
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
3812
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
3813
3813
|
if (!o) {
|
|
3814
3814
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
3815
3815
|
return;
|
|
@@ -3819,8 +3819,8 @@ function Pl(t, n) {
|
|
|
3819
3819
|
console.error(`sphereGeometryV1/spawn properties not found, ${e}`);
|
|
3820
3820
|
return;
|
|
3821
3821
|
}
|
|
3822
|
-
const r =
|
|
3823
|
-
|
|
3822
|
+
const r = E();
|
|
3823
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Oe.key, r.transform = {
|
|
3824
3824
|
position: {
|
|
3825
3825
|
x: 0,
|
|
3826
3826
|
y: 0,
|
|
@@ -3839,7 +3839,7 @@ function Pl(t, n) {
|
|
|
3839
3839
|
};
|
|
3840
3840
|
const a = Ll(t, n), c = zl(t, n);
|
|
3841
3841
|
return {
|
|
3842
|
-
nodeLite:
|
|
3842
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite]),
|
|
3843
3843
|
nodes: {
|
|
3844
3844
|
[r.basic.id]: r,
|
|
3845
3845
|
...a.nodes,
|
|
@@ -3848,7 +3848,7 @@ function Pl(t, n) {
|
|
|
3848
3848
|
};
|
|
3849
3849
|
}
|
|
3850
3850
|
function Ll(t, n) {
|
|
3851
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
3851
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
3852
3852
|
if (!o) {
|
|
3853
3853
|
console.error(
|
|
3854
3854
|
`sphereGeometryV1/spawnSphereGeometry property tag not found, ${e}`
|
|
@@ -3862,8 +3862,8 @@ function Ll(t, n) {
|
|
|
3862
3862
|
);
|
|
3863
3863
|
return;
|
|
3864
3864
|
}
|
|
3865
|
-
const r =
|
|
3866
|
-
return
|
|
3865
|
+
const r = E();
|
|
3866
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = bt.key, r.settings = {
|
|
3867
3867
|
radius: 1,
|
|
3868
3868
|
widthSegements: 32,
|
|
3869
3869
|
heightSegements: 16,
|
|
@@ -3872,14 +3872,14 @@ function Ll(t, n) {
|
|
|
3872
3872
|
thetaStart: 0,
|
|
3873
3873
|
thetaLength: 3.141592653589793
|
|
3874
3874
|
}, {
|
|
3875
|
-
nodeLite:
|
|
3875
|
+
nodeLite: A(r),
|
|
3876
3876
|
nodes: {
|
|
3877
3877
|
[r.basic.id]: r
|
|
3878
3878
|
}
|
|
3879
3879
|
};
|
|
3880
3880
|
}
|
|
3881
3881
|
function zl(t, n) {
|
|
3882
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
3882
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
3883
3883
|
if (!o) {
|
|
3884
3884
|
console.error(
|
|
3885
3885
|
`sphereGeometryV1/spawnMeshBasicMaterial property tag not found, ${e}`
|
|
@@ -3893,9 +3893,9 @@ function zl(t, n) {
|
|
|
3893
3893
|
);
|
|
3894
3894
|
return;
|
|
3895
3895
|
}
|
|
3896
|
-
const r =
|
|
3897
|
-
return
|
|
3898
|
-
nodeLite:
|
|
3896
|
+
const r = E();
|
|
3897
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = De.key, {
|
|
3898
|
+
nodeLite: A(r),
|
|
3899
3899
|
nodes: {
|
|
3900
3900
|
[r.basic.id]: r
|
|
3901
3901
|
}
|
|
@@ -4174,7 +4174,7 @@ const Oe = {
|
|
|
4174
4174
|
};
|
|
4175
4175
|
w(Oe);
|
|
4176
4176
|
function Wl(t, n) {
|
|
4177
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4177
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
4178
4178
|
if (!o) {
|
|
4179
4179
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
4180
4180
|
return;
|
|
@@ -4184,14 +4184,14 @@ function Wl(t, n) {
|
|
|
4184
4184
|
console.error(`barChartV1/spawn properties not found, ${e}`);
|
|
4185
4185
|
return;
|
|
4186
4186
|
}
|
|
4187
|
-
const r =
|
|
4188
|
-
return
|
|
4187
|
+
const r = E();
|
|
4188
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = gt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
4189
4189
|
{
|
|
4190
4190
|
type: "bar",
|
|
4191
4191
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
4192
4192
|
}
|
|
4193
4193
|
], {
|
|
4194
|
-
nodeLite:
|
|
4194
|
+
nodeLite: A(r),
|
|
4195
4195
|
nodes: {
|
|
4196
4196
|
[r.basic.id]: r
|
|
4197
4197
|
}
|
|
@@ -4231,7 +4231,7 @@ const _n = {
|
|
|
4231
4231
|
};
|
|
4232
4232
|
w(gt);
|
|
4233
4233
|
function Rl(t, n) {
|
|
4234
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4234
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
4235
4235
|
if (!o) {
|
|
4236
4236
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
4237
4237
|
return;
|
|
@@ -4241,14 +4241,14 @@ function Rl(t, n) {
|
|
|
4241
4241
|
console.error(`lineChartV1/spawn properties not found, ${e}`);
|
|
4242
4242
|
return;
|
|
4243
4243
|
}
|
|
4244
|
-
const r =
|
|
4245
|
-
return
|
|
4244
|
+
const r = E();
|
|
4245
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = ht.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
4246
4246
|
{
|
|
4247
4247
|
type: "line",
|
|
4248
4248
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
4249
4249
|
}
|
|
4250
4250
|
], {
|
|
4251
|
-
nodeLite:
|
|
4251
|
+
nodeLite: A(r),
|
|
4252
4252
|
nodes: {
|
|
4253
4253
|
[r.basic.id]: r
|
|
4254
4254
|
}
|
|
@@ -4481,7 +4481,7 @@ const In = {
|
|
|
4481
4481
|
};
|
|
4482
4482
|
w(Yl);
|
|
4483
4483
|
function Zl(t, n) {
|
|
4484
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4484
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
4485
4485
|
if (!o) {
|
|
4486
4486
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
4487
4487
|
return;
|
|
@@ -4491,9 +4491,9 @@ function Zl(t, n) {
|
|
|
4491
4491
|
console.error(`btnV1/spawn properties not found, ${e}`);
|
|
4492
4492
|
return;
|
|
4493
4493
|
}
|
|
4494
|
-
const r =
|
|
4495
|
-
return
|
|
4496
|
-
nodeLite:
|
|
4494
|
+
const r = E();
|
|
4495
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = _t.key, r.settings.text = "button", {
|
|
4496
|
+
nodeLite: A(r),
|
|
4497
4497
|
nodes: {
|
|
4498
4498
|
[r.basic.id]: r
|
|
4499
4499
|
}
|
|
@@ -4686,7 +4686,7 @@ const $n = {
|
|
|
4686
4686
|
};
|
|
4687
4687
|
w(ta);
|
|
4688
4688
|
function na(t, n) {
|
|
4689
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4689
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
4690
4690
|
if (!o) {
|
|
4691
4691
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
4692
4692
|
return;
|
|
@@ -4696,9 +4696,9 @@ function na(t, n) {
|
|
|
4696
4696
|
console.error(`cardV1/spawn properties not found, ${e}`);
|
|
4697
4697
|
return;
|
|
4698
4698
|
}
|
|
4699
|
-
const r =
|
|
4700
|
-
return
|
|
4701
|
-
nodeLite:
|
|
4699
|
+
const r = E();
|
|
4700
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = Fe.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", {
|
|
4701
|
+
nodeLite: A(r),
|
|
4702
4702
|
nodes: {
|
|
4703
4703
|
[r.basic.id]: r
|
|
4704
4704
|
}
|
|
@@ -4885,7 +4885,7 @@ const ia = D(X), Pn = {
|
|
|
4885
4885
|
};
|
|
4886
4886
|
w(vt);
|
|
4887
4887
|
function ra(t, n) {
|
|
4888
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
4888
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
4889
4889
|
if (!o) {
|
|
4890
4890
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
4891
4891
|
return;
|
|
@@ -4895,11 +4895,11 @@ function ra(t, n) {
|
|
|
4895
4895
|
console.error(`chipGroupV1/spawn properties not found, ${e}`);
|
|
4896
4896
|
return;
|
|
4897
4897
|
}
|
|
4898
|
-
const r =
|
|
4899
|
-
|
|
4898
|
+
const r = E();
|
|
4899
|
+
M(r, s), r.basic.id = z(16), r.basic.key = xt.key;
|
|
4900
4900
|
const a = Pe(t, n, "chip1", "chip 1"), c = Pe(t, n, "chip2", "chip 2"), u = Pe(t, n, "chip3", "chip 3"), p = Pe(t, n, "chip4", "chip 4"), d = Pe(t, n, "chip5", "chip 5"), m = Pe(t, n, "chip6", "chip 6");
|
|
4901
4901
|
return {
|
|
4902
|
-
nodeLite:
|
|
4902
|
+
nodeLite: A(r, [
|
|
4903
4903
|
a.nodeLite,
|
|
4904
4904
|
c.nodeLite,
|
|
4905
4905
|
u.nodeLite,
|
|
@@ -4919,7 +4919,7 @@ function ra(t, n) {
|
|
|
4919
4919
|
};
|
|
4920
4920
|
}
|
|
4921
4921
|
function Pe(t, n, e, o) {
|
|
4922
|
-
const s = `type=${t} subtype=${n}`, r =
|
|
4922
|
+
const s = `type=${t} subtype=${n}`, r = W(t, n);
|
|
4923
4923
|
if (!r) {
|
|
4924
4924
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
4925
4925
|
return;
|
|
@@ -4929,9 +4929,9 @@ function Pe(t, n, e, o) {
|
|
|
4929
4929
|
console.error(`chipGroupV1/spawnChip properties not found, ${s}`);
|
|
4930
4930
|
return;
|
|
4931
4931
|
}
|
|
4932
|
-
const c =
|
|
4933
|
-
return
|
|
4934
|
-
nodeLite:
|
|
4932
|
+
const c = E();
|
|
4933
|
+
return M(c, a), c.basic.id = z(16), c.basic.key = vt.key, c.settings.value = e, c.settings.text = o, {
|
|
4934
|
+
nodeLite: A(c),
|
|
4935
4935
|
nodes: {
|
|
4936
4936
|
[c.basic.id]: c
|
|
4937
4937
|
}
|
|
@@ -5324,7 +5324,7 @@ const Bn = {
|
|
|
5324
5324
|
};
|
|
5325
5325
|
w(wt);
|
|
5326
5326
|
function ma(t, n) {
|
|
5327
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5327
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
5328
5328
|
if (!o) {
|
|
5329
5329
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
5330
5330
|
return;
|
|
@@ -5334,8 +5334,8 @@ function ma(t, n) {
|
|
|
5334
5334
|
console.error(`flexLayoutV1/spawn properties not found, ${e}`);
|
|
5335
5335
|
return;
|
|
5336
5336
|
}
|
|
5337
|
-
const r =
|
|
5338
|
-
|
|
5337
|
+
const r = E();
|
|
5338
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Ne.key;
|
|
5339
5339
|
const a = It(
|
|
5340
5340
|
t,
|
|
5341
5341
|
n,
|
|
@@ -5356,7 +5356,7 @@ function ma(t, n) {
|
|
|
5356
5356
|
void 0
|
|
5357
5357
|
), u = pa(t, n);
|
|
5358
5358
|
return {
|
|
5359
|
-
nodeLite:
|
|
5359
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
5360
5360
|
nodes: {
|
|
5361
5361
|
[r.basic.id]: r,
|
|
5362
5362
|
...a.nodes,
|
|
@@ -5366,7 +5366,7 @@ function ma(t, n) {
|
|
|
5366
5366
|
};
|
|
5367
5367
|
}
|
|
5368
5368
|
function pa(t, n) {
|
|
5369
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5369
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
5370
5370
|
if (!o) {
|
|
5371
5371
|
console.error(
|
|
5372
5372
|
`flexLayoutV1/spawnEntry property tag not found, ${e}`
|
|
@@ -5378,8 +5378,8 @@ function pa(t, n) {
|
|
|
5378
5378
|
console.error(`flexLayoutV1/spawnEntry properties not found, ${e}`);
|
|
5379
5379
|
return;
|
|
5380
5380
|
}
|
|
5381
|
-
const r =
|
|
5382
|
-
|
|
5381
|
+
const r = E();
|
|
5382
|
+
M(r, s), r.basic.id = z(16), r.basic.key = wt.key;
|
|
5383
5383
|
const a = It(
|
|
5384
5384
|
t,
|
|
5385
5385
|
n,
|
|
@@ -5391,7 +5391,7 @@ function pa(t, n) {
|
|
|
5391
5391
|
"80px"
|
|
5392
5392
|
);
|
|
5393
5393
|
return {
|
|
5394
|
-
nodeLite:
|
|
5394
|
+
nodeLite: A(r, [a.nodeLite]),
|
|
5395
5395
|
nodes: {
|
|
5396
5396
|
[r.basic.id]: r,
|
|
5397
5397
|
...a.nodes
|
|
@@ -5399,7 +5399,7 @@ function pa(t, n) {
|
|
|
5399
5399
|
};
|
|
5400
5400
|
}
|
|
5401
5401
|
function It(t, n, e, o, s, r, a, c, u) {
|
|
5402
|
-
const p = `type=${t} subtype=${n}`, d =
|
|
5402
|
+
const p = `type=${t} subtype=${n}`, d = W(t, n);
|
|
5403
5403
|
if (!d) {
|
|
5404
5404
|
console.error(
|
|
5405
5405
|
`flexLayoutV1/spawnContainer property tag not found, ${p}`
|
|
@@ -5413,9 +5413,9 @@ function It(t, n, e, o, s, r, a, c, u) {
|
|
|
5413
5413
|
);
|
|
5414
5414
|
return;
|
|
5415
5415
|
}
|
|
5416
|
-
const f =
|
|
5417
|
-
return
|
|
5418
|
-
nodeLite:
|
|
5416
|
+
const f = E();
|
|
5417
|
+
return M(f, m), f.basic.id = z(16), f.basic.key = kt.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
|
|
5418
|
+
nodeLite: A(f, []),
|
|
5419
5419
|
nodes: {
|
|
5420
5420
|
[f.basic.id]: f
|
|
5421
5421
|
}
|
|
@@ -5793,7 +5793,7 @@ const Kn = {
|
|
|
5793
5793
|
};
|
|
5794
5794
|
w(St);
|
|
5795
5795
|
function da(t, n) {
|
|
5796
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5796
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
5797
5797
|
if (!o) {
|
|
5798
5798
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
5799
5799
|
return;
|
|
@@ -5803,11 +5803,11 @@ function da(t, n) {
|
|
|
5803
5803
|
console.error(`formV1/spawn properties not found, ${e}`);
|
|
5804
5804
|
return;
|
|
5805
5805
|
}
|
|
5806
|
-
const r =
|
|
5807
|
-
|
|
5806
|
+
const r = E();
|
|
5807
|
+
M(r, s), r.basic.id = z(16), r.basic.key = $t.key;
|
|
5808
5808
|
const a = fa(t, n);
|
|
5809
5809
|
return {
|
|
5810
|
-
nodeLite:
|
|
5810
|
+
nodeLite: A(r, [a.nodeLite]),
|
|
5811
5811
|
nodes: {
|
|
5812
5812
|
[r.basic.id]: r,
|
|
5813
5813
|
...a.nodes
|
|
@@ -5815,7 +5815,7 @@ function da(t, n) {
|
|
|
5815
5815
|
};
|
|
5816
5816
|
}
|
|
5817
5817
|
function fa(t, n) {
|
|
5818
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5818
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
5819
5819
|
if (!o) {
|
|
5820
5820
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
5821
5821
|
return;
|
|
@@ -5825,9 +5825,9 @@ function fa(t, n) {
|
|
|
5825
5825
|
console.error(`formV1/spawnTextField properties not found, ${e}`);
|
|
5826
5826
|
return;
|
|
5827
5827
|
}
|
|
5828
|
-
const r =
|
|
5829
|
-
return
|
|
5830
|
-
nodeLite:
|
|
5828
|
+
const r = E();
|
|
5829
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = St.key, {
|
|
5830
|
+
nodeLite: A(r),
|
|
5831
5831
|
nodes: {
|
|
5832
5832
|
[r.basic.id]: r
|
|
5833
5833
|
}
|
|
@@ -5926,7 +5926,7 @@ const ga = {
|
|
|
5926
5926
|
};
|
|
5927
5927
|
w(ga);
|
|
5928
5928
|
function ha(t, n) {
|
|
5929
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
5929
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
5930
5930
|
if (!o) {
|
|
5931
5931
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
5932
5932
|
return;
|
|
@@ -5936,9 +5936,9 @@ function ha(t, n) {
|
|
|
5936
5936
|
console.error(`numberInputV1/spawn properties not found, ${e}`);
|
|
5937
5937
|
return;
|
|
5938
5938
|
}
|
|
5939
|
-
const r =
|
|
5940
|
-
return
|
|
5941
|
-
nodeLite:
|
|
5939
|
+
const r = E();
|
|
5940
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = Ct.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
|
|
5941
|
+
nodeLite: A(r),
|
|
5942
5942
|
nodes: {
|
|
5943
5943
|
[r.basic.id]: r
|
|
5944
5944
|
}
|
|
@@ -6268,7 +6268,7 @@ const va = D(X), Hn = {
|
|
|
6268
6268
|
};
|
|
6269
6269
|
w(Vt);
|
|
6270
6270
|
function xa(t, n) {
|
|
6271
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6271
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
6272
6272
|
if (!o) {
|
|
6273
6273
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
6274
6274
|
return;
|
|
@@ -6278,11 +6278,11 @@ function xa(t, n) {
|
|
|
6278
6278
|
console.error(`radioGroupV1/spawn properties not found, ${e}`);
|
|
6279
6279
|
return;
|
|
6280
6280
|
}
|
|
6281
|
-
const r =
|
|
6282
|
-
|
|
6281
|
+
const r = E();
|
|
6282
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Pt.key, r.settings.value = "option1";
|
|
6283
6283
|
const a = ct(t, n, "option1", "Option 1"), c = ct(t, n, "option2", "Option 2"), u = ct(t, n, "option3", "Option 3");
|
|
6284
6284
|
return {
|
|
6285
|
-
nodeLite:
|
|
6285
|
+
nodeLite: A(r, [
|
|
6286
6286
|
a.nodeLite,
|
|
6287
6287
|
c.nodeLite,
|
|
6288
6288
|
u.nodeLite
|
|
@@ -6296,7 +6296,7 @@ function xa(t, n) {
|
|
|
6296
6296
|
};
|
|
6297
6297
|
}
|
|
6298
6298
|
function ct(t, n, e, o) {
|
|
6299
|
-
const s = `type=${t} subtype=${n}`, r =
|
|
6299
|
+
const s = `type=${t} subtype=${n}`, r = W(t, n);
|
|
6300
6300
|
if (!r) {
|
|
6301
6301
|
console.error(
|
|
6302
6302
|
`radioGroupV1/spawnEntry property tag not found, ${s}`
|
|
@@ -6308,9 +6308,9 @@ function ct(t, n, e, o) {
|
|
|
6308
6308
|
console.error(`radioGroupV1/spawnEntry properties not found, ${s}`);
|
|
6309
6309
|
return;
|
|
6310
6310
|
}
|
|
6311
|
-
const c =
|
|
6312
|
-
return
|
|
6313
|
-
nodeLite:
|
|
6311
|
+
const c = E();
|
|
6312
|
+
return M(c, a), c.basic.id = z(16), c.basic.key = Vt.key, c.settings.value = e, c.settings.label = o, {
|
|
6313
|
+
nodeLite: A(c),
|
|
6314
6314
|
nodes: {
|
|
6315
6315
|
[c.basic.id]: c
|
|
6316
6316
|
}
|
|
@@ -6825,7 +6825,7 @@ const eo = {
|
|
|
6825
6825
|
};
|
|
6826
6826
|
w(Et);
|
|
6827
6827
|
function $a(t, n) {
|
|
6828
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6828
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
6829
6829
|
if (!o) {
|
|
6830
6830
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
6831
6831
|
return;
|
|
@@ -6835,11 +6835,11 @@ function $a(t, n) {
|
|
|
6835
6835
|
console.error(`stepperV1/spawn properties not found, ${e}`);
|
|
6836
6836
|
return;
|
|
6837
6837
|
}
|
|
6838
|
-
const r =
|
|
6839
|
-
|
|
6838
|
+
const r = E();
|
|
6839
|
+
M(r, s), r.basic.id = z(16), r.basic.key = At.key;
|
|
6840
6840
|
const a = Ca(t, n), c = Va(t, n);
|
|
6841
6841
|
return {
|
|
6842
|
-
nodeLite:
|
|
6842
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite]),
|
|
6843
6843
|
nodes: {
|
|
6844
6844
|
[r.basic.id]: r,
|
|
6845
6845
|
...a.nodes,
|
|
@@ -6848,7 +6848,7 @@ function $a(t, n) {
|
|
|
6848
6848
|
};
|
|
6849
6849
|
}
|
|
6850
6850
|
function Ca(t, n) {
|
|
6851
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6851
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
6852
6852
|
if (!o) {
|
|
6853
6853
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
6854
6854
|
return;
|
|
@@ -6858,11 +6858,11 @@ function Ca(t, n) {
|
|
|
6858
6858
|
console.error(`stepperV1/spawnHeader properties not found, ${e}`);
|
|
6859
6859
|
return;
|
|
6860
6860
|
}
|
|
6861
|
-
const r =
|
|
6862
|
-
|
|
6861
|
+
const r = E();
|
|
6862
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Lt.key;
|
|
6863
6863
|
const a = ut(t, n, "step1"), c = ut(t, n, "step2"), u = ut(t, n, "step3");
|
|
6864
6864
|
return {
|
|
6865
|
-
nodeLite:
|
|
6865
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
6866
6866
|
nodes: {
|
|
6867
6867
|
[r.basic.id]: r,
|
|
6868
6868
|
...a.nodes,
|
|
@@ -6872,7 +6872,7 @@ function Ca(t, n) {
|
|
|
6872
6872
|
};
|
|
6873
6873
|
}
|
|
6874
6874
|
function ut(t, n, e) {
|
|
6875
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
6875
|
+
const o = `type=${t} subtype=${n}`, s = W(t, n);
|
|
6876
6876
|
if (!s) {
|
|
6877
6877
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
6878
6878
|
return;
|
|
@@ -6882,16 +6882,16 @@ function ut(t, n, e) {
|
|
|
6882
6882
|
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
6883
6883
|
return;
|
|
6884
6884
|
}
|
|
6885
|
-
const a =
|
|
6886
|
-
return
|
|
6887
|
-
nodeLite:
|
|
6885
|
+
const a = E();
|
|
6886
|
+
return M(a, r), a.basic.id = z(16), a.basic.key = zt.key, a.settings.value = e, {
|
|
6887
|
+
nodeLite: A(a, []),
|
|
6888
6888
|
nodes: {
|
|
6889
6889
|
[a.basic.id]: a
|
|
6890
6890
|
}
|
|
6891
6891
|
};
|
|
6892
6892
|
}
|
|
6893
6893
|
function Va(t, n) {
|
|
6894
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
6894
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
6895
6895
|
if (!o) {
|
|
6896
6896
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
6897
6897
|
return;
|
|
@@ -6901,11 +6901,11 @@ function Va(t, n) {
|
|
|
6901
6901
|
console.error(`stepperV1/spawnWindow properties not found, ${e}`);
|
|
6902
6902
|
return;
|
|
6903
6903
|
}
|
|
6904
|
-
const r =
|
|
6905
|
-
|
|
6904
|
+
const r = E();
|
|
6905
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Tt.key;
|
|
6906
6906
|
const a = mt(t, n, "step1", "step 1"), c = mt(t, n, "step2", "step 2"), u = mt(t, n, "step3", "step 3");
|
|
6907
6907
|
return {
|
|
6908
|
-
nodeLite:
|
|
6908
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
6909
6909
|
nodes: {
|
|
6910
6910
|
[r.basic.id]: r,
|
|
6911
6911
|
...a.nodes,
|
|
@@ -6915,7 +6915,7 @@ function Va(t, n) {
|
|
|
6915
6915
|
};
|
|
6916
6916
|
}
|
|
6917
6917
|
function mt(t, n, e, o) {
|
|
6918
|
-
const s = `type=${t} subtype=${n}`, r =
|
|
6918
|
+
const s = `type=${t} subtype=${n}`, r = W(t, n);
|
|
6919
6919
|
if (!r) {
|
|
6920
6920
|
console.error(
|
|
6921
6921
|
`stepperV1/spawnWindowItem property tag not found, ${s}`
|
|
@@ -6929,11 +6929,11 @@ function mt(t, n, e, o) {
|
|
|
6929
6929
|
);
|
|
6930
6930
|
return;
|
|
6931
6931
|
}
|
|
6932
|
-
const c =
|
|
6933
|
-
|
|
6932
|
+
const c = E();
|
|
6933
|
+
M(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
|
|
6934
6934
|
const u = Pa(t, n, o);
|
|
6935
6935
|
return {
|
|
6936
|
-
nodeLite:
|
|
6936
|
+
nodeLite: A(c, [u.nodeLite]),
|
|
6937
6937
|
nodes: {
|
|
6938
6938
|
[c.basic.id]: c,
|
|
6939
6939
|
...u.nodes
|
|
@@ -6941,7 +6941,7 @@ function mt(t, n, e, o) {
|
|
|
6941
6941
|
};
|
|
6942
6942
|
}
|
|
6943
6943
|
function Pa(t, n, e) {
|
|
6944
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
6944
|
+
const o = `type=${t} subtype=${n}`, s = W(t, n);
|
|
6945
6945
|
if (!s) {
|
|
6946
6946
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
6947
6947
|
return;
|
|
@@ -6951,9 +6951,9 @@ function Pa(t, n, e) {
|
|
|
6951
6951
|
console.error(`stepperV1/spawnCard properties not found, ${o}`);
|
|
6952
6952
|
return;
|
|
6953
6953
|
}
|
|
6954
|
-
const a =
|
|
6955
|
-
return
|
|
6956
|
-
nodeLite:
|
|
6954
|
+
const a = E();
|
|
6955
|
+
return M(a, r), a.basic.id = z(16), a.basic.key = Fe.key, a.settings.title = e, {
|
|
6956
|
+
nodeLite: A(a, []),
|
|
6957
6957
|
nodes: {
|
|
6958
6958
|
[a.basic.id]: a
|
|
6959
6959
|
}
|
|
@@ -7027,7 +7027,7 @@ const no = {
|
|
|
7027
7027
|
};
|
|
7028
7028
|
w(Mt);
|
|
7029
7029
|
function za(t, n) {
|
|
7030
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7030
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
7031
7031
|
if (!o) {
|
|
7032
7032
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
7033
7033
|
return;
|
|
@@ -7037,11 +7037,11 @@ function za(t, n) {
|
|
|
7037
7037
|
console.error(`tabsV1/spawn properties not found, ${e}`);
|
|
7038
7038
|
return;
|
|
7039
7039
|
}
|
|
7040
|
-
const r =
|
|
7041
|
-
|
|
7040
|
+
const r = E();
|
|
7041
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Bt.key;
|
|
7042
7042
|
const a = pt(t, n, "tab1", "tab 1"), c = pt(t, n, "tab2", "tab 2"), u = pt(t, n, "tab3", "tab 3");
|
|
7043
7043
|
return {
|
|
7044
|
-
nodeLite:
|
|
7044
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7045
7045
|
nodes: {
|
|
7046
7046
|
[r.basic.id]: r,
|
|
7047
7047
|
...a.nodes,
|
|
@@ -7051,7 +7051,7 @@ function za(t, n) {
|
|
|
7051
7051
|
};
|
|
7052
7052
|
}
|
|
7053
7053
|
function pt(t, n, e, o) {
|
|
7054
|
-
const s = `type=${t} subtype=${n}`, r =
|
|
7054
|
+
const s = `type=${t} subtype=${n}`, r = W(t, n);
|
|
7055
7055
|
if (!r) {
|
|
7056
7056
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
7057
7057
|
return;
|
|
@@ -7061,9 +7061,9 @@ function pt(t, n, e, o) {
|
|
|
7061
7061
|
console.error(`tabsV1/spawnTab properties not found, ${s}`);
|
|
7062
7062
|
return;
|
|
7063
7063
|
}
|
|
7064
|
-
const c =
|
|
7065
|
-
return
|
|
7066
|
-
nodeLite:
|
|
7064
|
+
const c = E();
|
|
7065
|
+
return M(c, a), c.basic.id = z(16), c.basic.key = Mt.key, c.settings.value = e, c.settings.text = o, {
|
|
7066
|
+
nodeLite: A(c),
|
|
7067
7067
|
nodes: {
|
|
7068
7068
|
[c.basic.id]: c
|
|
7069
7069
|
}
|
|
@@ -7169,7 +7169,7 @@ const oo = {
|
|
|
7169
7169
|
};
|
|
7170
7170
|
w(Bt);
|
|
7171
7171
|
function Ta(t, n) {
|
|
7172
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7172
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
7173
7173
|
if (!o) {
|
|
7174
7174
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
7175
7175
|
return;
|
|
@@ -7179,9 +7179,9 @@ function Ta(t, n) {
|
|
|
7179
7179
|
console.error(`textV1/spawn properties not found, ${e}`);
|
|
7180
7180
|
return;
|
|
7181
7181
|
}
|
|
7182
|
-
const r =
|
|
7183
|
-
return
|
|
7184
|
-
nodeLite:
|
|
7182
|
+
const r = E();
|
|
7183
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = Ie.key, r.settings.text = "text", {
|
|
7184
|
+
nodeLite: A(r),
|
|
7185
7185
|
nodes: {
|
|
7186
7186
|
[r.basic.id]: r
|
|
7187
7187
|
}
|
|
@@ -7286,7 +7286,7 @@ const io = {
|
|
|
7286
7286
|
};
|
|
7287
7287
|
w(Ie);
|
|
7288
7288
|
function Ea(t, n) {
|
|
7289
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7289
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
7290
7290
|
if (!o) {
|
|
7291
7291
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
7292
7292
|
return;
|
|
@@ -7296,9 +7296,9 @@ function Ea(t, n) {
|
|
|
7296
7296
|
console.error(`textareaV1/spawn properties not found, ${e}`);
|
|
7297
7297
|
return;
|
|
7298
7298
|
}
|
|
7299
|
-
const r =
|
|
7300
|
-
return
|
|
7301
|
-
nodeLite:
|
|
7299
|
+
const r = E();
|
|
7300
|
+
return M(r, s), r.basic.id = z(16), r.basic.key = Wt.key, r.settings.label = "label", {
|
|
7301
|
+
nodeLite: A(r),
|
|
7302
7302
|
nodes: {
|
|
7303
7303
|
[r.basic.id]: r
|
|
7304
7304
|
}
|
|
@@ -7398,7 +7398,7 @@ const Rt = {
|
|
|
7398
7398
|
};
|
|
7399
7399
|
w(Rt);
|
|
7400
7400
|
function Aa(t, n) {
|
|
7401
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7401
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
7402
7402
|
if (!o) {
|
|
7403
7403
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
7404
7404
|
return;
|
|
@@ -7408,11 +7408,11 @@ function Aa(t, n) {
|
|
|
7408
7408
|
console.error(`timelineV1/spawn properties not found, ${e}`);
|
|
7409
7409
|
return;
|
|
7410
7410
|
}
|
|
7411
|
-
const r =
|
|
7412
|
-
|
|
7411
|
+
const r = E();
|
|
7412
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Kt.key;
|
|
7413
7413
|
const a = dt(t, n, "timeline 1"), c = dt(t, n, "timeline 2"), u = dt(t, n, "timeline 3");
|
|
7414
7414
|
return {
|
|
7415
|
-
nodeLite:
|
|
7415
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7416
7416
|
nodes: {
|
|
7417
7417
|
[r.basic.id]: r,
|
|
7418
7418
|
...a.nodes,
|
|
@@ -7422,7 +7422,7 @@ function Aa(t, n) {
|
|
|
7422
7422
|
};
|
|
7423
7423
|
}
|
|
7424
7424
|
function dt(t, n, e) {
|
|
7425
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7425
|
+
const o = `type=${t} subtype=${n}`, s = W(t, n);
|
|
7426
7426
|
if (!s) {
|
|
7427
7427
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
7428
7428
|
return;
|
|
@@ -7432,11 +7432,11 @@ function dt(t, n, e) {
|
|
|
7432
7432
|
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
7433
7433
|
return;
|
|
7434
7434
|
}
|
|
7435
|
-
const a =
|
|
7436
|
-
|
|
7435
|
+
const a = E();
|
|
7436
|
+
M(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
|
|
7437
7437
|
const c = Ma(t, n, e);
|
|
7438
7438
|
return {
|
|
7439
|
-
nodeLite:
|
|
7439
|
+
nodeLite: A(a, [c.nodeLite]),
|
|
7440
7440
|
nodes: {
|
|
7441
7441
|
[a.basic.id]: a,
|
|
7442
7442
|
...c.nodes
|
|
@@ -7444,7 +7444,7 @@ function dt(t, n, e) {
|
|
|
7444
7444
|
};
|
|
7445
7445
|
}
|
|
7446
7446
|
function Ma(t, n, e) {
|
|
7447
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7447
|
+
const o = `type=${t} subtype=${n}`, s = W(t, n);
|
|
7448
7448
|
if (!s) {
|
|
7449
7449
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
7450
7450
|
return;
|
|
@@ -7454,9 +7454,9 @@ function Ma(t, n, e) {
|
|
|
7454
7454
|
console.error(`timelineV1/spawnText properties not found, ${o}`);
|
|
7455
7455
|
return;
|
|
7456
7456
|
}
|
|
7457
|
-
const a =
|
|
7458
|
-
return
|
|
7459
|
-
nodeLite:
|
|
7457
|
+
const a = E();
|
|
7458
|
+
return M(a, r), a.basic.id = z(16), a.basic.key = Ie.key, a.settings.text = e, {
|
|
7459
|
+
nodeLite: A(a),
|
|
7460
7460
|
nodes: {
|
|
7461
7461
|
[a.basic.id]: a
|
|
7462
7462
|
}
|
|
@@ -7562,7 +7562,7 @@ const Dt = {
|
|
|
7562
7562
|
};
|
|
7563
7563
|
w(Dt);
|
|
7564
7564
|
function Ra(t, n) {
|
|
7565
|
-
const e = `type=${t} subtype=${n}`, o =
|
|
7565
|
+
const e = `type=${t} subtype=${n}`, o = W(t, n);
|
|
7566
7566
|
if (!o) {
|
|
7567
7567
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
7568
7568
|
return;
|
|
@@ -7572,11 +7572,11 @@ function Ra(t, n) {
|
|
|
7572
7572
|
console.error(`windowV1/spawn properties not found, ${e}`);
|
|
7573
7573
|
return;
|
|
7574
7574
|
}
|
|
7575
|
-
const r =
|
|
7576
|
-
|
|
7575
|
+
const r = E();
|
|
7576
|
+
M(r, s), r.basic.id = z(16), r.basic.key = Ot.key;
|
|
7577
7577
|
const a = ft(t, n, "window 1"), c = ft(t, n, "window 2"), u = ft(t, n, "window 3");
|
|
7578
7578
|
return {
|
|
7579
|
-
nodeLite:
|
|
7579
|
+
nodeLite: A(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7580
7580
|
nodes: {
|
|
7581
7581
|
[r.basic.id]: r,
|
|
7582
7582
|
...a.nodes,
|
|
@@ -7586,7 +7586,7 @@ function Ra(t, n) {
|
|
|
7586
7586
|
};
|
|
7587
7587
|
}
|
|
7588
7588
|
function ft(t, n, e) {
|
|
7589
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7589
|
+
const o = `type=${t} subtype=${n}`, s = W(t, n);
|
|
7590
7590
|
if (!s) {
|
|
7591
7591
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
7592
7592
|
return;
|
|
@@ -7596,11 +7596,11 @@ function ft(t, n, e) {
|
|
|
7596
7596
|
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
7597
7597
|
return;
|
|
7598
7598
|
}
|
|
7599
|
-
const a =
|
|
7600
|
-
|
|
7599
|
+
const a = E();
|
|
7600
|
+
M(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
|
|
7601
7601
|
const c = Ka(t, n, e);
|
|
7602
7602
|
return {
|
|
7603
|
-
nodeLite:
|
|
7603
|
+
nodeLite: A(a, [c.nodeLite]),
|
|
7604
7604
|
nodes: {
|
|
7605
7605
|
[a.basic.id]: a,
|
|
7606
7606
|
...c.nodes
|
|
@@ -7608,7 +7608,7 @@ function ft(t, n, e) {
|
|
|
7608
7608
|
};
|
|
7609
7609
|
}
|
|
7610
7610
|
function Ka(t, n, e) {
|
|
7611
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7611
|
+
const o = `type=${t} subtype=${n}`, s = W(t, n);
|
|
7612
7612
|
if (!s) {
|
|
7613
7613
|
console.error(
|
|
7614
7614
|
`windowV1/spawnFlexLayout property tag not found, ${o}`
|
|
@@ -7620,11 +7620,11 @@ function Ka(t, n, e) {
|
|
|
7620
7620
|
console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
|
|
7621
7621
|
return;
|
|
7622
7622
|
}
|
|
7623
|
-
const a =
|
|
7624
|
-
|
|
7623
|
+
const a = E();
|
|
7624
|
+
M(a, r), a.basic.id = z(16), a.basic.key = Ne.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";
|
|
7625
7625
|
const c = Da(t, n, e);
|
|
7626
7626
|
return {
|
|
7627
|
-
nodeLite:
|
|
7627
|
+
nodeLite: A(a, [c.nodeLite]),
|
|
7628
7628
|
nodes: {
|
|
7629
7629
|
[a.basic.id]: a,
|
|
7630
7630
|
...c.nodes
|
|
@@ -7632,7 +7632,7 @@ function Ka(t, n, e) {
|
|
|
7632
7632
|
};
|
|
7633
7633
|
}
|
|
7634
7634
|
function Da(t, n, e) {
|
|
7635
|
-
const o = `type=${t} subtype=${n}`, s =
|
|
7635
|
+
const o = `type=${t} subtype=${n}`, s = W(t, n);
|
|
7636
7636
|
if (!s) {
|
|
7637
7637
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
7638
7638
|
return;
|
|
@@ -7642,9 +7642,9 @@ function Da(t, n, e) {
|
|
|
7642
7642
|
console.error(`windowV1/spawnText properties not found, ${o}`);
|
|
7643
7643
|
return;
|
|
7644
7644
|
}
|
|
7645
|
-
const a =
|
|
7646
|
-
return
|
|
7647
|
-
nodeLite:
|
|
7645
|
+
const a = E();
|
|
7646
|
+
return M(a, r), a.basic.id = z(16), a.basic.key = Ie.key, a.settings.text = e, a.settings.style.xs = "h6", {
|
|
7647
|
+
nodeLite: A(a),
|
|
7648
7648
|
nodes: {
|
|
7649
7649
|
[a.basic.id]: a
|
|
7650
7650
|
}
|
|
@@ -8400,7 +8400,7 @@ const Oa = [
|
|
|
8400
8400
|
}, $c = {
|
|
8401
8401
|
v1: Sc
|
|
8402
8402
|
};
|
|
8403
|
-
function
|
|
8403
|
+
function W(t, n) {
|
|
8404
8404
|
if (t === "page") {
|
|
8405
8405
|
if (!Vi.includes(n)) {
|
|
8406
8406
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
@@ -8420,7 +8420,7 @@ function ao(t, n) {
|
|
|
8420
8420
|
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "selectComp" || t.ui === "selectSlot" || t.ui === "selectAdaptSlot") && !e ? void 0 : e;
|
|
8421
8421
|
}
|
|
8422
8422
|
}
|
|
8423
|
-
function
|
|
8423
|
+
function M(t, n) {
|
|
8424
8424
|
function e(o, s) {
|
|
8425
8425
|
if (s.ui) {
|
|
8426
8426
|
if (s.ui === "strInput" && s.static)
|
|
@@ -8434,7 +8434,7 @@ function A(t, n) {
|
|
|
8434
8434
|
n.forEach((o) => e(t, o));
|
|
8435
8435
|
}
|
|
8436
8436
|
function du(t, n, e, o, s) {
|
|
8437
|
-
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a =
|
|
8437
|
+
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = W(t, n);
|
|
8438
8438
|
if (!a) {
|
|
8439
8439
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8440
8440
|
return;
|
|
@@ -8460,9 +8460,9 @@ function du(t, n, e, o, s) {
|
|
|
8460
8460
|
console.error(`spawnNode [ref] properties not found, ${r}`);
|
|
8461
8461
|
return;
|
|
8462
8462
|
}
|
|
8463
|
-
const f =
|
|
8464
|
-
return
|
|
8465
|
-
nodeLite:
|
|
8463
|
+
const f = E();
|
|
8464
|
+
return M(f, m), f.basic.id = z(16), f.basic.key = u, f.settings || (f.settings = {}), f.settings.comp = p, {
|
|
8465
|
+
nodeLite: A(f),
|
|
8466
8466
|
nodes: {
|
|
8467
8467
|
[f.basic.id]: f
|
|
8468
8468
|
}
|
|
@@ -8486,11 +8486,11 @@ function du(t, n, e, o, s) {
|
|
|
8486
8486
|
console.error(`spawnNode [key] properties not found, ${r}`);
|
|
8487
8487
|
return;
|
|
8488
8488
|
}
|
|
8489
|
-
const m =
|
|
8490
|
-
|
|
8489
|
+
const m = E();
|
|
8490
|
+
M(m, d), m.basic.id = z(16), m.basic.key = u;
|
|
8491
8491
|
let f;
|
|
8492
8492
|
return p.leaf || (f = []), {
|
|
8493
|
-
nodeLite:
|
|
8493
|
+
nodeLite: A(m, f),
|
|
8494
8494
|
nodes: {
|
|
8495
8495
|
[m.basic.id]: m
|
|
8496
8496
|
}
|
|
@@ -8532,64 +8532,64 @@ function yu(t) {
|
|
|
8532
8532
|
}
|
|
8533
8533
|
const Mo = "runtimeOrg", Bo = "runtimeEnv", Wo = "runtimeMode", Ro = "runtimeDevice", Ko = "runtimeDark", Do = "runtimeType", Oo = "runtimeData", Fo = "runtimeDepends", No = "runtimeRuntime", jo = "runtimeSandbox";
|
|
8534
8534
|
function bu(t) {
|
|
8535
|
-
|
|
8535
|
+
pe(Mo, t);
|
|
8536
8536
|
}
|
|
8537
8537
|
function Vc() {
|
|
8538
|
-
return
|
|
8538
|
+
return me(Mo);
|
|
8539
8539
|
}
|
|
8540
8540
|
function gu(t) {
|
|
8541
|
-
|
|
8541
|
+
pe(Bo, t);
|
|
8542
8542
|
}
|
|
8543
8543
|
function Pc() {
|
|
8544
|
-
return
|
|
8544
|
+
return me(Bo);
|
|
8545
8545
|
}
|
|
8546
8546
|
function hu(t) {
|
|
8547
|
-
|
|
8547
|
+
pe(Wo, t);
|
|
8548
8548
|
}
|
|
8549
8549
|
function J() {
|
|
8550
|
-
return
|
|
8550
|
+
return me(Wo);
|
|
8551
8551
|
}
|
|
8552
8552
|
function _u(t) {
|
|
8553
|
-
|
|
8553
|
+
pe(Ro, Nt(t));
|
|
8554
8554
|
}
|
|
8555
8555
|
function Be() {
|
|
8556
|
-
return
|
|
8556
|
+
return me(Ro);
|
|
8557
8557
|
}
|
|
8558
8558
|
function vu(t) {
|
|
8559
|
-
|
|
8559
|
+
pe(Ko, Nt(t));
|
|
8560
8560
|
}
|
|
8561
8561
|
function Ue() {
|
|
8562
|
-
return
|
|
8562
|
+
return me(Ko);
|
|
8563
8563
|
}
|
|
8564
8564
|
function xu(t) {
|
|
8565
|
-
|
|
8565
|
+
pe(Do, t);
|
|
8566
8566
|
}
|
|
8567
8567
|
function _e() {
|
|
8568
|
-
return
|
|
8568
|
+
return me(Do);
|
|
8569
8569
|
}
|
|
8570
8570
|
function Go(t) {
|
|
8571
|
-
|
|
8571
|
+
pe(Oo, t);
|
|
8572
8572
|
}
|
|
8573
8573
|
function ve() {
|
|
8574
|
-
return
|
|
8574
|
+
return me(Oo);
|
|
8575
8575
|
}
|
|
8576
8576
|
function ku(t) {
|
|
8577
|
-
|
|
8577
|
+
pe(Fo, Nt(t));
|
|
8578
8578
|
}
|
|
8579
8579
|
function Lc() {
|
|
8580
|
-
return
|
|
8580
|
+
return me(Fo);
|
|
8581
8581
|
}
|
|
8582
8582
|
function wu(t) {
|
|
8583
|
-
|
|
8583
|
+
pe(No, t);
|
|
8584
8584
|
}
|
|
8585
8585
|
function zc() {
|
|
8586
|
-
return
|
|
8586
|
+
return me(No);
|
|
8587
8587
|
}
|
|
8588
8588
|
function Tc(t) {
|
|
8589
|
-
|
|
8589
|
+
pe(jo, t);
|
|
8590
8590
|
}
|
|
8591
8591
|
function xe() {
|
|
8592
|
-
return
|
|
8592
|
+
return me(jo, void 0);
|
|
8593
8593
|
}
|
|
8594
8594
|
function Re(t) {
|
|
8595
8595
|
const n = [t.type];
|
|
@@ -8613,14 +8613,14 @@ function qe(t, n, e, o, s) {
|
|
|
8613
8613
|
for (const m of u)
|
|
8614
8614
|
if (e === Re(m)) {
|
|
8615
8615
|
if (m.subKeys) {
|
|
8616
|
-
if (!
|
|
8616
|
+
if (!ce(
|
|
8617
8617
|
ke(o, m.subKeys),
|
|
8618
8618
|
ke(s, m.subKeys)
|
|
8619
8619
|
)) {
|
|
8620
8620
|
p = m;
|
|
8621
8621
|
break;
|
|
8622
8622
|
}
|
|
8623
|
-
} else if (!
|
|
8623
|
+
} else if (!ce(o, s)) {
|
|
8624
8624
|
p = m;
|
|
8625
8625
|
break;
|
|
8626
8626
|
}
|
|
@@ -8648,7 +8648,7 @@ function qe(t, n, e, o, s) {
|
|
|
8648
8648
|
continue;
|
|
8649
8649
|
}
|
|
8650
8650
|
const g = ke(f, m.subKeys);
|
|
8651
|
-
if (
|
|
8651
|
+
if (ce(d, g))
|
|
8652
8652
|
continue;
|
|
8653
8653
|
const b = D(f);
|
|
8654
8654
|
Gt(b, m.subKeys, D(d)), m.type === "elementProperty" ? t.setElementProperty(
|
|
@@ -8673,7 +8673,7 @@ function qe(t, n, e, o, s) {
|
|
|
8673
8673
|
console.assert(!1);
|
|
8674
8674
|
continue;
|
|
8675
8675
|
}
|
|
8676
|
-
if (
|
|
8676
|
+
if (ce(d, f))
|
|
8677
8677
|
continue;
|
|
8678
8678
|
m.type === "elementProperty" ? t.setElementProperty(
|
|
8679
8679
|
m.nodeId,
|
|
@@ -9021,9 +9021,9 @@ function Kc(t) {
|
|
|
9021
9021
|
}
|
|
9022
9022
|
}
|
|
9023
9023
|
} catch (F) {
|
|
9024
|
-
var
|
|
9024
|
+
var T = F, H = !0;
|
|
9025
9025
|
} finally {
|
|
9026
|
-
Ve(V,
|
|
9026
|
+
Ve(V, T, H);
|
|
9027
9027
|
}
|
|
9028
9028
|
}
|
|
9029
9029
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
@@ -9278,7 +9278,7 @@ class Nc {
|
|
|
9278
9278
|
return;
|
|
9279
9279
|
}
|
|
9280
9280
|
const r = ke(s, e);
|
|
9281
|
-
|
|
9281
|
+
ce(o, r) || (Gt(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9282
9282
|
s.basic.id,
|
|
9283
9283
|
e,
|
|
9284
9284
|
o,
|
|
@@ -9297,7 +9297,7 @@ class Nc {
|
|
|
9297
9297
|
}
|
|
9298
9298
|
setCustomProperty(n, e) {
|
|
9299
9299
|
const o = this.customProperties[n];
|
|
9300
|
-
|
|
9300
|
+
ce(e, o) || (this.customProperties[n] = e, this.hooks?.onCustomPropertyChange(n, e, o));
|
|
9301
9301
|
}
|
|
9302
9302
|
//--------------------------
|
|
9303
9303
|
// 适配的插槽属性
|
|
@@ -9311,7 +9311,7 @@ class Nc {
|
|
|
9311
9311
|
}
|
|
9312
9312
|
setAdaptSlotProperty(n, e) {
|
|
9313
9313
|
const o = this.adaptSlotProperties[n];
|
|
9314
|
-
|
|
9314
|
+
ce(e, o) || (this.adaptSlotProperties[n] = e, this.hooks?.onAdaptSlotPropertyChange(n, e, o));
|
|
9315
9315
|
}
|
|
9316
9316
|
//--------------------------
|
|
9317
9317
|
// 方法
|
|
@@ -9338,29 +9338,37 @@ class Nc {
|
|
|
9338
9338
|
}
|
|
9339
9339
|
setState(n, e) {
|
|
9340
9340
|
const o = this.states[n];
|
|
9341
|
-
|
|
9341
|
+
ce(e, o) || (this.states[n] = e, this.hooks?.onStateChange(n, e, o));
|
|
9342
9342
|
}
|
|
9343
9343
|
}
|
|
9344
9344
|
function sn(t, n, e, o, s) {
|
|
9345
9345
|
const r = Vc(), a = Pc(), c = J(), u = _e(), p = Be(), d = Ue(), m = zc(), f = (x, $, V, F) => {
|
|
9346
|
-
if (ne(c)
|
|
9347
|
-
"
|
|
9348
|
-
|
|
9349
|
-
|
|
9350
|
-
|
|
9351
|
-
|
|
9352
|
-
|
|
9353
|
-
|
|
9354
|
-
|
|
9355
|
-
|
|
9356
|
-
Re({
|
|
9357
|
-
type: "elementProperty",
|
|
9358
|
-
nodeId: x,
|
|
9359
|
-
propertyKeys: W
|
|
9360
|
-
}),
|
|
9346
|
+
if (ne(c)) {
|
|
9347
|
+
if (ce($, ["settings", "comp"])) {
|
|
9348
|
+
const T = t.value?.view.nodeLites.find(
|
|
9349
|
+
(H) => H.id === x
|
|
9350
|
+
);
|
|
9351
|
+
T ? T.refId = V : console.assert(!1);
|
|
9352
|
+
}
|
|
9353
|
+
if (h.callFunction(
|
|
9354
|
+
"__triggerEventV1__",
|
|
9355
|
+
oe("elementPropertyChangeEvent", x, $.join(".")),
|
|
9361
9356
|
V,
|
|
9362
|
-
F
|
|
9363
|
-
)
|
|
9357
|
+
F ?? V
|
|
9358
|
+
), t.value?.code.reactivity) {
|
|
9359
|
+
let T = "";
|
|
9360
|
+
$ instanceof Array ? T = $.join(".") : T = $, qe(
|
|
9361
|
+
h,
|
|
9362
|
+
t.value.code.reactivity,
|
|
9363
|
+
Re({
|
|
9364
|
+
type: "elementProperty",
|
|
9365
|
+
nodeId: x,
|
|
9366
|
+
propertyKeys: T
|
|
9367
|
+
}),
|
|
9368
|
+
V,
|
|
9369
|
+
F
|
|
9370
|
+
);
|
|
9371
|
+
}
|
|
9364
9372
|
}
|
|
9365
9373
|
}, g = (x, $, V) => {
|
|
9366
9374
|
ne(c) && (h.callFunction(
|
|
@@ -9418,11 +9426,11 @@ function sn(t, n, e, o, s) {
|
|
|
9418
9426
|
const x = async () => {
|
|
9419
9427
|
h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetAdaptSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(m, t.value.code.script);
|
|
9420
9428
|
};
|
|
9421
|
-
x(),
|
|
9429
|
+
x(), ue(t, () => {
|
|
9422
9430
|
x();
|
|
9423
9431
|
});
|
|
9424
9432
|
}
|
|
9425
|
-
ne(c) &&
|
|
9433
|
+
ne(c) && ue(
|
|
9426
9434
|
p,
|
|
9427
9435
|
(x, $) => {
|
|
9428
9436
|
const V = Xe(x.width), F = Xe($?.width ?? x.width);
|
|
@@ -9434,7 +9442,7 @@ function sn(t, n, e, o, s) {
|
|
|
9434
9442
|
);
|
|
9435
9443
|
},
|
|
9436
9444
|
{ immediate: !0 }
|
|
9437
|
-
), ne(c) &&
|
|
9445
|
+
), ne(c) && ue(
|
|
9438
9446
|
d,
|
|
9439
9447
|
(x) => {
|
|
9440
9448
|
h.callFunction(
|
|
@@ -9494,12 +9502,12 @@ export {
|
|
|
9494
9502
|
un as getIndexOfBreakpoint,
|
|
9495
9503
|
fu as getNodeLite,
|
|
9496
9504
|
ao as getPropertyDefault,
|
|
9497
|
-
|
|
9505
|
+
W as getPropertyTag,
|
|
9498
9506
|
Xl as globalityV1,
|
|
9499
9507
|
Bl as groupV1,
|
|
9500
9508
|
ba as iconV1,
|
|
9501
|
-
|
|
9502
|
-
|
|
9509
|
+
E as initNode,
|
|
9510
|
+
M as initProperties,
|
|
9503
9511
|
Ue as injectDark,
|
|
9504
9512
|
ve as injectData,
|
|
9505
9513
|
Lc as injectDepends,
|
|
@@ -9591,7 +9599,7 @@ export {
|
|
|
9591
9599
|
Kt as timelineV1,
|
|
9592
9600
|
mu as toEventName,
|
|
9593
9601
|
uu as toMethodName,
|
|
9594
|
-
|
|
9602
|
+
A as toNodeLite,
|
|
9595
9603
|
cu as toPropertyName,
|
|
9596
9604
|
qe as triggerReactivity,
|
|
9597
9605
|
Ac as unwrapEventId,
|