x-runtime-lib 0.8.35 → 0.8.36
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 +1043 -1039
- package/dist/types/basic.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,62 +1,108 @@
|
|
|
1
|
-
import { defineComponent as V, createElementBlock as J, renderSlot as L, unref as n, openBlock as v, createElementVNode as
|
|
2
|
-
import { globalObjects as
|
|
1
|
+
import { defineComponent as V, createElementBlock as J, renderSlot as L, unref as n, openBlock as v, createElementVNode as te, computed as k, normalizeStyle as Q, ref as me, watchEffect as ce, watch as ee, onBeforeMount as Mo, onUnmounted as Oe, createBlock as $, withCtx as I, createCommentVNode as ne, useTemplateRef as Yi, onMounted as Ji, nextTick as qi, h as ue, resolveComponent as z, createVNode as D, isRef as O, createSlots as zn, renderList as Ro, useId as Zi, withModifiers as Do, normalizeClass as Fo, toDisplayString as Go, inject as se, provide as re, readonly as An } from "vue";
|
|
2
|
+
import { globalObjects as he, waitUtil as Qi, eventBus as eo, useViewStack as to, messageInfo as Ho, messageSuccess as Ko, messageWarning as no, messageError as io, createAxios as jo, openConfirmDlg as Oo, openPromptDlg as Uo } from "x-essential-lib";
|
|
3
3
|
import { CameraHelper as oo, DirectionalLightHelper as Xo, PointLightHelper as Yo, SpotLightHelper as Jo } from "three";
|
|
4
|
-
import { c as B, i as
|
|
4
|
+
import { c as B, i as oe, q as We, u as qo, r as so, e as ro, a as Zo, b as Qo, d as es, f as ts, g as ns, h as is, j as os, k as ss, l as lo, X as rs, Y as ls, K as as, m as us, n as cs, o as ps, I as ms } from "./vendor.dd29fg1n.js";
|
|
5
5
|
import { getErrorMessage as ds } from "x-error-lib";
|
|
6
6
|
import { useTheme as ys } from "vuetify";
|
|
7
7
|
import { useI18n as fs } from "vue-i18n";
|
|
8
|
-
|
|
8
|
+
function Z(t) {
|
|
9
|
+
return t === "runtime" || t === "preview";
|
|
10
|
+
}
|
|
11
|
+
const Sc = ["string", "number", "boolean", "array", "object"];
|
|
12
|
+
function Cc(t) {
|
|
13
|
+
switch (t) {
|
|
14
|
+
case "string":
|
|
15
|
+
return "#5ba58c";
|
|
16
|
+
case "number":
|
|
17
|
+
return "#5b67a5";
|
|
18
|
+
case "boolean":
|
|
19
|
+
return "#5b80a5";
|
|
20
|
+
case "array":
|
|
21
|
+
return "#745ba5";
|
|
22
|
+
case "object":
|
|
23
|
+
return "#80a55b";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
function Tc(t, e, i, o, l) {
|
|
27
|
+
let s = t;
|
|
28
|
+
for (let m = 0; m < e.length; m++)
|
|
29
|
+
if (s = s.children[e[m]], !s) {
|
|
30
|
+
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
let a = s.children[i];
|
|
34
|
+
a ? a.dataSeq !== o && (a = {
|
|
35
|
+
dataSeq: o,
|
|
36
|
+
data: B(l),
|
|
37
|
+
children: {}
|
|
38
|
+
}) : (a = {
|
|
39
|
+
dataSeq: o,
|
|
40
|
+
data: B(l),
|
|
41
|
+
children: {}
|
|
42
|
+
}, s.children[i] = a);
|
|
43
|
+
}
|
|
44
|
+
const bs = ["common", "scene"], hs = ["common", "scene"];
|
|
45
|
+
function gs(t) {
|
|
46
|
+
return t === "elementProperty" || t === "elementSlotProperty";
|
|
47
|
+
}
|
|
48
|
+
function xs(t) {
|
|
49
|
+
return t === "elementMethod" || t === "elementSlotMethod";
|
|
50
|
+
}
|
|
51
|
+
function vs(t) {
|
|
52
|
+
return t === "elementEvent" || t === "elementPropertyChangeEvent";
|
|
53
|
+
}
|
|
54
|
+
const Jn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
9
55
|
function T(t) {
|
|
10
56
|
let e = "";
|
|
11
57
|
for (let i = 0; i < t; i++) {
|
|
12
|
-
const o = Math.floor(Math.random() *
|
|
13
|
-
e +=
|
|
58
|
+
const o = Math.floor(Math.random() * Jn.length);
|
|
59
|
+
e += Jn[o];
|
|
14
60
|
}
|
|
15
61
|
return e;
|
|
16
62
|
}
|
|
17
|
-
function
|
|
63
|
+
function Ue(t) {
|
|
18
64
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
19
65
|
return !1;
|
|
20
66
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
21
67
|
return !(isNaN(i) || i % 1 !== 0);
|
|
22
68
|
}
|
|
23
|
-
function
|
|
69
|
+
function Ln(t) {
|
|
24
70
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
25
71
|
return !1;
|
|
26
72
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
27
73
|
return !isNaN(i);
|
|
28
74
|
}
|
|
29
|
-
function
|
|
75
|
+
function Pc(t) {
|
|
30
76
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
31
77
|
return;
|
|
32
78
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
33
79
|
if (!isNaN(i) && i % 1 === 0)
|
|
34
80
|
return i;
|
|
35
81
|
}
|
|
36
|
-
function
|
|
82
|
+
function Yt(t) {
|
|
37
83
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
38
84
|
return;
|
|
39
85
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
40
86
|
if (!isNaN(i))
|
|
41
87
|
return i;
|
|
42
88
|
}
|
|
43
|
-
const ao = ["xs", "sm", "md", "lg", "xl"],
|
|
44
|
-
function
|
|
89
|
+
const ao = ["xs", "sm", "md", "lg", "xl"], ks = [...ao].reverse();
|
|
90
|
+
function De(t) {
|
|
45
91
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
46
92
|
}
|
|
47
|
-
function
|
|
93
|
+
function qn(t) {
|
|
48
94
|
return ao.findIndex((e) => e === t);
|
|
49
95
|
}
|
|
50
|
-
function
|
|
96
|
+
function Ce(t, e) {
|
|
51
97
|
let i;
|
|
52
|
-
for (const o of
|
|
53
|
-
if (
|
|
98
|
+
for (const o of ks) {
|
|
99
|
+
if (qn(o) < qn(t))
|
|
54
100
|
break;
|
|
55
101
|
e[o] && (i = e[o]);
|
|
56
102
|
}
|
|
57
103
|
return i;
|
|
58
104
|
}
|
|
59
|
-
function
|
|
105
|
+
function _e(t, e) {
|
|
60
106
|
let i = t;
|
|
61
107
|
if (typeof i != "object")
|
|
62
108
|
return;
|
|
@@ -84,74 +130,31 @@ function uo(t, e, i) {
|
|
|
84
130
|
const s = l[l.length - 1];
|
|
85
131
|
o[s] = i;
|
|
86
132
|
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
switch (t) {
|
|
90
|
-
case "string":
|
|
91
|
-
return "#5ba58c";
|
|
92
|
-
case "number":
|
|
93
|
-
return "#5b67a5";
|
|
94
|
-
case "boolean":
|
|
95
|
-
return "#5b80a5";
|
|
96
|
-
case "array":
|
|
97
|
-
return "#745ba5";
|
|
98
|
-
case "object":
|
|
99
|
-
return "#80a55b";
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
function zc(t, e, i, o, l) {
|
|
103
|
-
let s = t;
|
|
104
|
-
for (let m = 0; m < e.length; m++)
|
|
105
|
-
if (s = s.children[e[m]], !s) {
|
|
106
|
-
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
107
|
-
return;
|
|
108
|
-
}
|
|
109
|
-
let a = s.children[i];
|
|
110
|
-
a ? a.dataSeq !== o && (a = {
|
|
111
|
-
dataSeq: o,
|
|
112
|
-
data: B(l),
|
|
113
|
-
children: {}
|
|
114
|
-
}) : (a = {
|
|
115
|
-
dataSeq: o,
|
|
116
|
-
data: B(l),
|
|
117
|
-
children: {}
|
|
118
|
-
}, s.children[i] = a);
|
|
119
|
-
}
|
|
120
|
-
const hs = ["common", "scene"], gs = ["common", "scene"];
|
|
121
|
-
function xs(t) {
|
|
122
|
-
return t === "elementProperty" || t === "elementSlotProperty";
|
|
123
|
-
}
|
|
124
|
-
function vs(t) {
|
|
125
|
-
return t === "elementMethod" || t === "elementSlotMethod";
|
|
126
|
-
}
|
|
127
|
-
function ks(t) {
|
|
128
|
-
return t === "elementEvent" || t === "elementPropertyChangeEvent";
|
|
129
|
-
}
|
|
130
|
-
function Ln(t, e, i) {
|
|
131
|
-
const { i18n: o } = fe;
|
|
133
|
+
function Bn(t, e, i) {
|
|
134
|
+
const { i18n: o } = he;
|
|
132
135
|
let l = "";
|
|
133
136
|
return t && (l += t + " / "), e.forEach((s, a) => {
|
|
134
137
|
a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
|
|
135
138
|
}), l;
|
|
136
139
|
}
|
|
137
|
-
function
|
|
138
|
-
const { i18n: i } =
|
|
140
|
+
function zc(t, e) {
|
|
141
|
+
const { i18n: i } = he;
|
|
139
142
|
let o = "";
|
|
140
|
-
return t === "elementProperty" || (t === "refProperty" ? o = i.global.t("x-runtime-lib.ref") : t === "customProperty" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)),
|
|
143
|
+
return t === "elementProperty" || (t === "refProperty" ? o = i.global.t("x-runtime-lib.ref") : t === "customProperty" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Bn(o, e, gs(t));
|
|
141
144
|
}
|
|
142
|
-
function
|
|
143
|
-
const { i18n: i } =
|
|
145
|
+
function Ac(t, e) {
|
|
146
|
+
const { i18n: i } = he;
|
|
144
147
|
let o = "";
|
|
145
|
-
return t === "elementMethod" || (t === "refMethod" ? o = i.global.t("x-runtime-lib.ref") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)),
|
|
148
|
+
return t === "elementMethod" || (t === "refMethod" ? o = i.global.t("x-runtime-lib.ref") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Bn(o, e, xs(t));
|
|
146
149
|
}
|
|
147
|
-
function
|
|
148
|
-
const { i18n: i } =
|
|
150
|
+
function Lc(t, e) {
|
|
151
|
+
const { i18n: i } = he;
|
|
149
152
|
let o = "";
|
|
150
|
-
return t === "elementEvent" || (t === "refEvent" ? o = i.global.t("x-runtime-lib.ref") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementPropertyChangeEvent" || t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)),
|
|
153
|
+
return t === "elementEvent" || (t === "refEvent" ? o = i.global.t("x-runtime-lib.ref") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementPropertyChangeEvent" || t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Bn(o, e, vs(t));
|
|
151
154
|
}
|
|
152
|
-
const
|
|
153
|
-
|
|
154
|
-
}, _s = ["position", "rotation", "scale"],
|
|
155
|
+
const Pe = {}, _ = (t) => {
|
|
156
|
+
Pe[t.key] = t;
|
|
157
|
+
}, _s = ["position", "rotation", "scale"], xe = /* @__PURE__ */ V({
|
|
155
158
|
__name: "index",
|
|
156
159
|
props: {
|
|
157
160
|
position: {},
|
|
@@ -167,8 +170,8 @@ const Ce = {}, _ = (t) => {
|
|
|
167
170
|
scale: t.scale,
|
|
168
171
|
visible: !1
|
|
169
172
|
}, [
|
|
170
|
-
o[0] || (o[0] =
|
|
171
|
-
o[1] || (o[1] =
|
|
173
|
+
o[0] || (o[0] = te("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
174
|
+
o[1] || (o[1] = te("TresMeshBasicMaterial", null, null, -1)),
|
|
172
175
|
L(i.$slots, "default")
|
|
173
176
|
], 8, _s)) : L(i.$slots, "default", { key: 1 });
|
|
174
177
|
}
|
|
@@ -193,11 +196,11 @@ const Ce = {}, _ = (t) => {
|
|
|
193
196
|
}));
|
|
194
197
|
return (l, s) => n(e) === "editor" ? (v(), J("div", {
|
|
195
198
|
key: 0,
|
|
196
|
-
style:
|
|
199
|
+
style: Q(i.value)
|
|
197
200
|
}, [
|
|
198
201
|
L(l.$slots, "default"),
|
|
199
|
-
|
|
200
|
-
style:
|
|
202
|
+
te("div", {
|
|
203
|
+
style: Q(o.value)
|
|
201
204
|
}, null, 4)
|
|
202
205
|
], 4)) : L(l.$slots, "default", { key: 1 });
|
|
203
206
|
}
|
|
@@ -215,15 +218,15 @@ const Ce = {}, _ = (t) => {
|
|
|
215
218
|
l ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropertyInner(e, i, s);
|
|
216
219
|
};
|
|
217
220
|
function r(t, e, i) {
|
|
218
|
-
const o = H(), l =
|
|
219
|
-
return
|
|
221
|
+
const o = H(), l = Ne(), s = me();
|
|
222
|
+
return ce(() => {
|
|
220
223
|
let a = ws(l, t.node, e, i);
|
|
221
224
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
222
|
-
}),
|
|
223
|
-
|
|
225
|
+
}), ee(s, (a, m) => {
|
|
226
|
+
oe(a, m) || Vs(l, t.node, e, s.value, i);
|
|
224
227
|
}), { property: s };
|
|
225
228
|
}
|
|
226
|
-
function
|
|
229
|
+
function de(t) {
|
|
227
230
|
const { property: e } = r(t, [
|
|
228
231
|
"transform",
|
|
229
232
|
"position",
|
|
@@ -260,18 +263,18 @@ function pe(t) {
|
|
|
260
263
|
"transform",
|
|
261
264
|
"scale",
|
|
262
265
|
"z"
|
|
263
|
-
]), p =
|
|
264
|
-
return
|
|
266
|
+
]), p = me([0, 0, 0]), u = me([0, 0, 0]), c = me([1, 1, 1]);
|
|
267
|
+
return ce(() => {
|
|
265
268
|
p.value = [e.value, i.value, o.value];
|
|
266
|
-
}),
|
|
269
|
+
}), ce(() => {
|
|
267
270
|
e.value = p.value[0], i.value = p.value[1], o.value = p.value[2];
|
|
268
|
-
}),
|
|
271
|
+
}), ce(() => {
|
|
269
272
|
u.value = [l.value, s.value, a.value];
|
|
270
|
-
}),
|
|
273
|
+
}), ce(() => {
|
|
271
274
|
l.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
|
|
272
|
-
}),
|
|
275
|
+
}), ce(() => {
|
|
273
276
|
c.value = [m.value, d.value, f.value];
|
|
274
|
-
}),
|
|
277
|
+
}), ce(() => {
|
|
275
278
|
m.value = c.value[0], d.value = c.value[1], f.value = c.value[2];
|
|
276
279
|
}), { position: p, rotation: u, scale: c };
|
|
277
280
|
}
|
|
@@ -328,7 +331,7 @@ function fo(t) {
|
|
|
328
331
|
return { show: e, position: i, type: o, data: l, applyYAxis: s };
|
|
329
332
|
}
|
|
330
333
|
function K(t) {
|
|
331
|
-
const { computedThemes: e } = ys(), i =
|
|
334
|
+
const { computedThemes: e } = ys(), i = Ee(), o = k(() => t.value?.mode), l = k(() => {
|
|
332
335
|
const f = t.value?.theme;
|
|
333
336
|
return f ? f === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : f === "background1" ? i.value ? "#272727" : "#eeeeee" : f === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[f] : void 0;
|
|
334
337
|
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? l.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), m = k(() => {
|
|
@@ -340,45 +343,45 @@ function K(t) {
|
|
|
340
343
|
});
|
|
341
344
|
return { color: a, rgb: m, alpha: d };
|
|
342
345
|
}
|
|
343
|
-
function
|
|
346
|
+
function Wn(t) {
|
|
344
347
|
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: l } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), m = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
|
|
345
348
|
function f(p) {
|
|
346
349
|
e.value && (p.borderStyle = e.value), i.value && (p.borderWidth = i.value), l.value && (p.borderColor = l.value), s.value && (p.borderTopLeftRadius = s.value), a.value && (p.borderTopRightRadius = a.value), m.value && (p.borderBottomLeftRadius = m.value), d.value && (p.borderBottomRightRadius = d.value);
|
|
347
350
|
}
|
|
348
351
|
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: f };
|
|
349
352
|
}
|
|
350
|
-
function
|
|
353
|
+
function En(t) {
|
|
351
354
|
const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom), l = k(() => t.node.margin?.right);
|
|
352
355
|
function s(a) {
|
|
353
356
|
e.value && (a.marginTop = e.value), i.value && (a.marginLeft = i.value), o.value && (a.marginBottom = o.value), l.value && (a.marginRight = l.value);
|
|
354
357
|
}
|
|
355
358
|
return { marginTop: e, marginLeft: i, marginBottom: o, marginRight: l, applyMargin: s };
|
|
356
359
|
}
|
|
357
|
-
function
|
|
360
|
+
function Nn(t) {
|
|
358
361
|
const e = k(() => t.node.padding?.top), i = k(() => t.node.padding?.left), o = k(() => t.node.padding?.bottom), l = k(() => t.node.padding?.right);
|
|
359
362
|
function s(a) {
|
|
360
363
|
e.value && (a.paddingTop = e.value), i.value && (a.paddingLeft = i.value), o.value && (a.paddingBottom = o.value), l.value && (a.paddingRight = l.value);
|
|
361
364
|
}
|
|
362
365
|
return { paddingTop: e, paddingLeft: i, paddingBottom: o, paddingRight: l, applyPadding: s };
|
|
363
366
|
}
|
|
364
|
-
function
|
|
365
|
-
const e = H(), i =
|
|
367
|
+
function ve(t) {
|
|
368
|
+
const e = H(), i = Se(), o = k(() => t.node.size?.width), l = k(() => t.node.size?.minWidth), s = k(() => t.node.size?.maxWidth), a = k(() => {
|
|
366
369
|
if (t.outer && e === "editor") {
|
|
367
|
-
const p =
|
|
370
|
+
const p = Yt(t.node.size?.height);
|
|
368
371
|
if (p)
|
|
369
372
|
return p / 100 * i.value.height + "px";
|
|
370
373
|
}
|
|
371
374
|
return t.node.size?.height;
|
|
372
375
|
}), m = k(() => {
|
|
373
376
|
if (t.outer && e === "editor") {
|
|
374
|
-
const p =
|
|
377
|
+
const p = Yt(t.node.size?.minHeight);
|
|
375
378
|
if (p)
|
|
376
379
|
return p / 100 * i.value.height + "px";
|
|
377
380
|
}
|
|
378
381
|
return t.node.size?.minHeight;
|
|
379
382
|
}), d = k(() => {
|
|
380
383
|
if (t.outer && e === "editor") {
|
|
381
|
-
const p =
|
|
384
|
+
const p = Yt(t.node.size?.maxHeight);
|
|
382
385
|
if (p)
|
|
383
386
|
return p / 100 * i.value.height + "px";
|
|
384
387
|
}
|
|
@@ -393,12 +396,12 @@ function bo(t, e, i) {
|
|
|
393
396
|
const o = k(() => e.node.basic.id), l = k(() => `callMethod@${o.value}`);
|
|
394
397
|
Mo(() => {
|
|
395
398
|
t.eventBus?.on(l.value, i);
|
|
396
|
-
}),
|
|
399
|
+
}), Oe(() => {
|
|
397
400
|
t.eventBus?.off(l.value, i);
|
|
398
401
|
});
|
|
399
402
|
}
|
|
400
403
|
function N() {
|
|
401
|
-
const t =
|
|
404
|
+
const t = Ee();
|
|
402
405
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
403
406
|
}
|
|
404
407
|
const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Is = /* @__PURE__ */ V({
|
|
@@ -408,14 +411,14 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
408
411
|
outer: { type: Boolean }
|
|
409
412
|
},
|
|
410
413
|
setup(t) {
|
|
411
|
-
const e = t, i = H(), { position: o, rotation: l, scale: s } =
|
|
412
|
-
return (c, y) => (v(), $(n(
|
|
414
|
+
const e = t, i = H(), { position: o, rotation: l, scale: s } = de(e), { property: a } = r(e, ["settings", "bottom"]), { property: m } = r(e, ["settings", "far"]), { property: d } = r(e, ["settings", "left"]), { property: f } = r(e, ["settings", "near"]), { property: p } = r(e, ["settings", "right"]), { property: u } = r(e, ["settings", "top"]);
|
|
415
|
+
return (c, y) => (v(), $(n(xe), {
|
|
413
416
|
position: n(o),
|
|
414
417
|
rotation: n(l),
|
|
415
418
|
scale: n(s)
|
|
416
419
|
}, {
|
|
417
420
|
default: I(() => [
|
|
418
|
-
|
|
421
|
+
te("TresOrthographicCamera", {
|
|
419
422
|
bottom: n(a),
|
|
420
423
|
far: n(m),
|
|
421
424
|
left: n(d),
|
|
@@ -426,10 +429,10 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
426
429
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1],
|
|
427
430
|
top: n(u)
|
|
428
431
|
}, [
|
|
429
|
-
n(i) === "editor" ? (v(), $(n(
|
|
432
|
+
n(i) === "editor" ? (v(), $(n(We), {
|
|
430
433
|
key: 0,
|
|
431
434
|
type: n(oo)
|
|
432
|
-
}, null, 8, ["type"])) :
|
|
435
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
433
436
|
L(c.$slots, "default")
|
|
434
437
|
], 8, $s)
|
|
435
438
|
]),
|
|
@@ -443,14 +446,14 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
443
446
|
outer: { type: Boolean }
|
|
444
447
|
},
|
|
445
448
|
setup(t) {
|
|
446
|
-
const e = t, i = H(), { position: o, rotation: l, scale: s } =
|
|
447
|
-
return (p, u) => (v(), $(n(
|
|
449
|
+
const e = t, i = H(), { position: o, rotation: l, scale: s } = de(e), { property: a } = r(e, ["settings", "aspect"]), { property: m } = r(e, ["settings", "far"]), { property: d } = r(e, ["settings", "fov"]), { property: f } = r(e, ["settings", "near"]);
|
|
450
|
+
return (p, u) => (v(), $(n(xe), {
|
|
448
451
|
position: n(o),
|
|
449
452
|
rotation: n(l),
|
|
450
453
|
scale: n(s)
|
|
451
454
|
}, {
|
|
452
455
|
default: I(() => [
|
|
453
|
-
|
|
456
|
+
te("TresPerspectiveCamera", {
|
|
454
457
|
aspect: n(a),
|
|
455
458
|
far: n(m),
|
|
456
459
|
fov: n(d),
|
|
@@ -459,10 +462,10 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
459
462
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
460
463
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
461
464
|
}, [
|
|
462
|
-
n(i) === "editor" ? (v(), $(n(
|
|
465
|
+
n(i) === "editor" ? (v(), $(n(We), {
|
|
463
466
|
key: 0,
|
|
464
467
|
type: n(oo)
|
|
465
|
-
}, null, 8, ["type"])) :
|
|
468
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
466
469
|
L(p.$slots, "default")
|
|
467
470
|
], 8, Ss)
|
|
468
471
|
]),
|
|
@@ -497,7 +500,7 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
497
500
|
]
|
|
498
501
|
}, null, 8, Ts));
|
|
499
502
|
}
|
|
500
|
-
}),
|
|
503
|
+
}), Ie = (t, e) => {
|
|
501
504
|
const i = t.__vccOpts || t;
|
|
502
505
|
for (const [o, l] of e)
|
|
503
506
|
i[o] = l;
|
|
@@ -547,17 +550,17 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
547
550
|
outer: { type: Boolean }
|
|
548
551
|
},
|
|
549
552
|
setup(t) {
|
|
550
|
-
const e = t, i = H(), { position: o, rotation: l, scale: s } =
|
|
553
|
+
const e = t, i = H(), { position: o, rotation: l, scale: s } = de(e), { property: a } = r(e, ["settings", "color"]), { color: m } = K(a), { property: d } = r(e, [
|
|
551
554
|
"settings",
|
|
552
555
|
"intensity"
|
|
553
556
|
]);
|
|
554
|
-
return (f, p) => (v(), $(n(
|
|
557
|
+
return (f, p) => (v(), $(n(xe), {
|
|
555
558
|
position: n(o),
|
|
556
559
|
rotation: n(l),
|
|
557
560
|
scale: n(s)
|
|
558
561
|
}, {
|
|
559
562
|
default: I(() => [
|
|
560
|
-
|
|
563
|
+
te("TresAmbientLight", {
|
|
561
564
|
color: n(m),
|
|
562
565
|
intensity: n(d),
|
|
563
566
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
@@ -577,27 +580,27 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
577
580
|
outer: { type: Boolean }
|
|
578
581
|
},
|
|
579
582
|
setup(t) {
|
|
580
|
-
const e = t, i = H(), { position: o, rotation: l, scale: s } =
|
|
583
|
+
const e = t, i = H(), { position: o, rotation: l, scale: s } = de(e), { property: a } = r(e, ["settings", "color"]), { color: m } = K(a), { property: d } = r(e, [
|
|
581
584
|
"settings",
|
|
582
585
|
"intensity"
|
|
583
586
|
]);
|
|
584
|
-
return (f, p) => (v(), $(n(
|
|
587
|
+
return (f, p) => (v(), $(n(xe), {
|
|
585
588
|
position: n(o),
|
|
586
589
|
rotation: n(l),
|
|
587
590
|
scale: n(s)
|
|
588
591
|
}, {
|
|
589
592
|
default: I(() => [
|
|
590
|
-
|
|
593
|
+
te("TresDirectionalLight", {
|
|
591
594
|
color: n(m),
|
|
592
595
|
intensity: n(d),
|
|
593
596
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
594
597
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
595
598
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
596
599
|
}, [
|
|
597
|
-
n(i) === "editor" ? (v(), $(n(
|
|
600
|
+
n(i) === "editor" ? (v(), $(n(We), {
|
|
598
601
|
key: 0,
|
|
599
602
|
type: n(Xo)
|
|
600
|
-
}, null, 8, ["type"])) :
|
|
603
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
601
604
|
L(f.$slots, "default")
|
|
602
605
|
], 8, Ws)
|
|
603
606
|
]),
|
|
@@ -611,20 +614,20 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
611
614
|
outer: { type: Boolean }
|
|
612
615
|
},
|
|
613
616
|
setup(t) {
|
|
614
|
-
const e = t, i = H(), { position: o, rotation: l, scale: s } =
|
|
617
|
+
const e = t, i = H(), { position: o, rotation: l, scale: s } = de(e), { property: a } = r(e, ["settings", "color"]), { color: m } = K(a), { property: d } = r(e, ["settings", "decay"]), { property: f } = r(e, [
|
|
615
618
|
"settings",
|
|
616
619
|
"distance"
|
|
617
620
|
]), { property: p } = r(e, [
|
|
618
621
|
"settings",
|
|
619
622
|
"intensity"
|
|
620
623
|
]);
|
|
621
|
-
return (u, c) => (v(), $(n(
|
|
624
|
+
return (u, c) => (v(), $(n(xe), {
|
|
622
625
|
position: n(o),
|
|
623
626
|
rotation: n(l),
|
|
624
627
|
scale: n(s)
|
|
625
628
|
}, {
|
|
626
629
|
default: I(() => [
|
|
627
|
-
|
|
630
|
+
te("TresPointLight", {
|
|
628
631
|
color: n(m),
|
|
629
632
|
decay: n(d),
|
|
630
633
|
distance: n(f),
|
|
@@ -633,10 +636,10 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
633
636
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
634
637
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
635
638
|
}, [
|
|
636
|
-
n(i) === "editor" ? (v(), $(n(
|
|
639
|
+
n(i) === "editor" ? (v(), $(n(We), {
|
|
637
640
|
key: 0,
|
|
638
641
|
type: n(Yo)
|
|
639
|
-
}, null, 8, ["type"])) :
|
|
642
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
640
643
|
L(u.$slots, "default")
|
|
641
644
|
], 8, Ns)
|
|
642
645
|
]),
|
|
@@ -650,7 +653,7 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
650
653
|
outer: { type: Boolean }
|
|
651
654
|
},
|
|
652
655
|
setup(t) {
|
|
653
|
-
const e = t, i = H(), { position: o, rotation: l, scale: s } =
|
|
656
|
+
const e = t, i = H(), { position: o, rotation: l, scale: s } = de(e), { property: a } = r(e, ["settings", "angle"]), { property: m } = r(e, ["settings", "color"]), { color: d } = K(m), { property: f } = r(e, ["settings", "decay"]), { property: p } = r(e, [
|
|
654
657
|
"settings",
|
|
655
658
|
"distance"
|
|
656
659
|
]), { property: u } = r(e, [
|
|
@@ -660,13 +663,13 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
660
663
|
"settings",
|
|
661
664
|
"penumbra"
|
|
662
665
|
]);
|
|
663
|
-
return (y,
|
|
666
|
+
return (y, h) => (v(), $(n(xe), {
|
|
664
667
|
position: n(o),
|
|
665
668
|
rotation: n(l),
|
|
666
669
|
scale: n(s)
|
|
667
670
|
}, {
|
|
668
671
|
default: I(() => [
|
|
669
|
-
|
|
672
|
+
te("TresSpotLight", {
|
|
670
673
|
angle: n(a),
|
|
671
674
|
color: n(d),
|
|
672
675
|
decay: n(f),
|
|
@@ -677,10 +680,10 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
677
680
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
678
681
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
679
682
|
}, [
|
|
680
|
-
n(i) === "editor" ? (v(), $(n(
|
|
683
|
+
n(i) === "editor" ? (v(), $(n(We), {
|
|
681
684
|
key: 0,
|
|
682
685
|
type: n(Jo)
|
|
683
|
-
}, null, 8, ["type"])) :
|
|
686
|
+
}, null, 8, ["type"])) : ne("", !0),
|
|
684
687
|
L(y.$slots, "default")
|
|
685
688
|
], 8, Rs)
|
|
686
689
|
]),
|
|
@@ -691,21 +694,21 @@ const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
691
694
|
function Gs(t, e) {
|
|
692
695
|
return v(), J("TresMeshBasicMaterial");
|
|
693
696
|
}
|
|
694
|
-
const Hs = /* @__PURE__ */
|
|
697
|
+
const Hs = /* @__PURE__ */ Ie(Fs, [["render", Gs]]), Ks = ["position", "rotation", "scale"], js = /* @__PURE__ */ V({
|
|
695
698
|
__name: "index",
|
|
696
699
|
props: {
|
|
697
700
|
node: {},
|
|
698
701
|
outer: { type: Boolean }
|
|
699
702
|
},
|
|
700
703
|
setup(t) {
|
|
701
|
-
const e = t, i = H(), { position: o, rotation: l, scale: s } =
|
|
702
|
-
return (a, m) => (v(), $(n(
|
|
704
|
+
const e = t, i = H(), { position: o, rotation: l, scale: s } = de(e);
|
|
705
|
+
return (a, m) => (v(), $(n(xe), {
|
|
703
706
|
position: n(o),
|
|
704
707
|
rotation: n(l),
|
|
705
708
|
scale: n(s)
|
|
706
709
|
}, {
|
|
707
710
|
default: I(() => [
|
|
708
|
-
|
|
711
|
+
te("TresGroup", {
|
|
709
712
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
710
713
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
711
714
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
@@ -723,7 +726,7 @@ const Hs = /* @__PURE__ */ Ve(Fs, [["render", Gs]]), Ks = ["position", "rotation
|
|
|
723
726
|
outer: { type: Boolean }
|
|
724
727
|
},
|
|
725
728
|
setup(t) {
|
|
726
|
-
const e = t, { position: i, rotation: o, scale: l } =
|
|
729
|
+
const e = t, { position: i, rotation: o, scale: l } = de(e);
|
|
727
730
|
return (s, a) => (v(), J("TresMesh", {
|
|
728
731
|
position: n(i),
|
|
729
732
|
rotation: n(o),
|
|
@@ -812,7 +815,7 @@ const el = /* @__PURE__ */ V({
|
|
|
812
815
|
outer: { type: Boolean }
|
|
813
816
|
},
|
|
814
817
|
setup(t) {
|
|
815
|
-
const e = t, i =
|
|
818
|
+
const e = t, i = Se(), o = Ee(), l = ye(), s = fe(), { width: a, minWidth: m, maxWidth: d, height: f, minHeight: p, maxHeight: u, applySize: c } = ve(e), { applyTitle: y } = mo(e), { applyXAxis: h } = yo(e), { applyYAxis: g } = fo(e), { applyLegend: x } = co(e), { applySeries: w } = po(e), C = k(() => {
|
|
816
819
|
const S = {}, F = s.value.type;
|
|
817
820
|
return l === "page" ? F === "common" ? c(S) : console.assert(!1) : l === "comp" && F === "common" ? c(S) : console.assert(!1), S;
|
|
818
821
|
}), M = Yi("chart");
|
|
@@ -825,13 +828,13 @@ const el = /* @__PURE__ */ V({
|
|
|
825
828
|
W?.resize();
|
|
826
829
|
}, E = () => {
|
|
827
830
|
const S = {};
|
|
828
|
-
y(S),
|
|
831
|
+
y(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
829
832
|
};
|
|
830
833
|
return Ji(async () => {
|
|
831
834
|
window.addEventListener("resize", R, !1), await Qi(() => !!M.value), G(), E();
|
|
832
|
-
}),
|
|
835
|
+
}), Oe(() => {
|
|
833
836
|
window.removeEventListener("resize", R, !1), W?.dispose();
|
|
834
|
-
}),
|
|
837
|
+
}), ee(
|
|
835
838
|
[
|
|
836
839
|
() => i.value.width,
|
|
837
840
|
() => i.value.height,
|
|
@@ -845,9 +848,9 @@ const el = /* @__PURE__ */ V({
|
|
|
845
848
|
async () => {
|
|
846
849
|
await qi(), R();
|
|
847
850
|
}
|
|
848
|
-
),
|
|
851
|
+
), ee([o], () => {
|
|
849
852
|
G(), E();
|
|
850
|
-
}),
|
|
853
|
+
}), ee(
|
|
851
854
|
[e],
|
|
852
855
|
() => {
|
|
853
856
|
E();
|
|
@@ -855,7 +858,7 @@ const el = /* @__PURE__ */ V({
|
|
|
855
858
|
{ deep: !0 }
|
|
856
859
|
), (S, F) => (v(), J("div", {
|
|
857
860
|
ref: "chart",
|
|
858
|
-
style:
|
|
861
|
+
style: Q(C.value)
|
|
859
862
|
}, null, 4));
|
|
860
863
|
}
|
|
861
864
|
}), tl = /* @__PURE__ */ V({
|
|
@@ -865,7 +868,7 @@ const el = /* @__PURE__ */ V({
|
|
|
865
868
|
outer: { type: Boolean }
|
|
866
869
|
},
|
|
867
870
|
setup(t) {
|
|
868
|
-
const e = t, i =
|
|
871
|
+
const e = t, i = Se(), o = Ee(), l = ye(), s = fe(), { width: a, minWidth: m, maxWidth: d, height: f, minHeight: p, maxHeight: u, applySize: c } = ve(e), { applyTitle: y } = mo(e), { applyXAxis: h } = yo(e), { applyYAxis: g } = fo(e), { applyLegend: x } = co(e), { applySeries: w } = po(e), C = k(() => {
|
|
869
872
|
const S = {}, F = s.value.type;
|
|
870
873
|
return l === "page" ? F === "common" ? c(S) : console.assert(!1) : l === "comp" && F === "common" ? c(S) : console.assert(!1), S;
|
|
871
874
|
}), M = Yi("chart");
|
|
@@ -878,13 +881,13 @@ const el = /* @__PURE__ */ V({
|
|
|
878
881
|
W?.resize();
|
|
879
882
|
}, E = () => {
|
|
880
883
|
const S = {};
|
|
881
|
-
y(S),
|
|
884
|
+
y(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
882
885
|
};
|
|
883
886
|
return Ji(async () => {
|
|
884
887
|
window.addEventListener("resize", R, !1), await Qi(() => !!M.value), G(), E();
|
|
885
|
-
}),
|
|
888
|
+
}), Oe(() => {
|
|
886
889
|
window.removeEventListener("resize", R, !1), W?.dispose();
|
|
887
|
-
}),
|
|
890
|
+
}), ee(
|
|
888
891
|
[
|
|
889
892
|
() => i.value.width,
|
|
890
893
|
() => i.value.height,
|
|
@@ -898,9 +901,9 @@ const el = /* @__PURE__ */ V({
|
|
|
898
901
|
async () => {
|
|
899
902
|
await qi(), R();
|
|
900
903
|
}
|
|
901
|
-
),
|
|
904
|
+
), ee([o], () => {
|
|
902
905
|
G(), E();
|
|
903
|
-
}),
|
|
906
|
+
}), ee(
|
|
904
907
|
[e],
|
|
905
908
|
() => {
|
|
906
909
|
E();
|
|
@@ -908,18 +911,18 @@ const el = /* @__PURE__ */ V({
|
|
|
908
911
|
{ deep: !0 }
|
|
909
912
|
), (S, F) => (v(), J("div", {
|
|
910
913
|
ref: "chart",
|
|
911
|
-
style:
|
|
914
|
+
style: Q(C.value)
|
|
912
915
|
}, null, 4));
|
|
913
916
|
}
|
|
914
|
-
}),
|
|
917
|
+
}), be = /* @__PURE__ */ V({
|
|
915
918
|
__name: "index",
|
|
916
919
|
props: {
|
|
917
920
|
refContext: {},
|
|
918
921
|
state: {}
|
|
919
922
|
},
|
|
920
923
|
setup(t) {
|
|
921
|
-
const { t: e } = fs(), i = t, o =
|
|
922
|
-
|
|
924
|
+
const { t: e } = fs(), i = t, o = fe(), l = oc(), s = me(-1), a = me();
|
|
925
|
+
gc(a), ce(() => {
|
|
923
926
|
if (!i.refContext.refid) {
|
|
924
927
|
s.value = -1, a.value = void 0;
|
|
925
928
|
return;
|
|
@@ -932,24 +935,24 @@ const el = /* @__PURE__ */ V({
|
|
|
932
935
|
s.value !== c.dataSeq && (s.value = c.dataSeq, a.value = B(c.data));
|
|
933
936
|
});
|
|
934
937
|
function m(c) {
|
|
935
|
-
const y = Io[o.value.version].refKey,
|
|
936
|
-
return
|
|
938
|
+
const y = Io[o.value.version].refKey, h = Pe[y];
|
|
939
|
+
return h ? ue(h.comp, {
|
|
937
940
|
refContext: {
|
|
938
941
|
parent: i.refContext,
|
|
939
942
|
refid: c.ref.comp
|
|
940
943
|
},
|
|
941
944
|
node: c
|
|
942
|
-
}) : (console.assert(!1, `ref element not found key=${y}`),
|
|
945
|
+
}) : (console.assert(!1, `ref element not found key=${y}`), ue("div", `ref element not found key=${y}`));
|
|
943
946
|
}
|
|
944
947
|
function d(c) {
|
|
945
|
-
const y =
|
|
948
|
+
const y = Pe[c.basic.key];
|
|
946
949
|
if (!y)
|
|
947
|
-
return console.assert(!1, `element not found key=${c.basic.key}`),
|
|
948
|
-
const
|
|
950
|
+
return console.assert(!1, `element not found key=${c.basic.key}`), ue("div", `element not found key=${c.basic.key}`);
|
|
951
|
+
const h = [];
|
|
949
952
|
return y.leaf || c.children?.forEach((g) => {
|
|
950
953
|
const x = f(g);
|
|
951
|
-
|
|
952
|
-
}),
|
|
954
|
+
h.push(x);
|
|
955
|
+
}), ue(y.comp, { node: c }, { default: () => h });
|
|
953
956
|
}
|
|
954
957
|
function f(c) {
|
|
955
958
|
return c.ref ? m(c) : d(c);
|
|
@@ -965,17 +968,17 @@ const el = /* @__PURE__ */ V({
|
|
|
965
968
|
}
|
|
966
969
|
const u = () => {
|
|
967
970
|
if (p())
|
|
968
|
-
return
|
|
971
|
+
return ue("div", e("x-runtime-lib.circularRef"));
|
|
969
972
|
if (!a.value)
|
|
970
|
-
return a.value === void 0 ?
|
|
973
|
+
return a.value === void 0 ? ue("div") : ue("div", e("x-runtime-lib.compNotAvail"));
|
|
971
974
|
const c = a.value.type;
|
|
972
975
|
if (c === "common") {
|
|
973
976
|
const y = [];
|
|
974
|
-
return a.value.view.nodes.forEach((
|
|
975
|
-
y.push(f(
|
|
977
|
+
return a.value.view.nodes.forEach((h) => {
|
|
978
|
+
y.push(f(h));
|
|
976
979
|
}), y;
|
|
977
980
|
} else
|
|
978
|
-
return console.assert(!1, `invalid subtype=${c}`),
|
|
981
|
+
return console.assert(!1, `invalid subtype=${c}`), ue("div", `invalid subtype=${c}`);
|
|
979
982
|
};
|
|
980
983
|
return (c, y) => (v(), $(u));
|
|
981
984
|
}
|
|
@@ -1018,14 +1021,14 @@ const el = /* @__PURE__ */ V({
|
|
|
1018
1021
|
outer: { type: Boolean }
|
|
1019
1022
|
},
|
|
1020
1023
|
setup(t) {
|
|
1021
|
-
const e = t, i = H(), o =
|
|
1024
|
+
const e = t, i = H(), o = Ne(), { property: l } = r(e, [
|
|
1022
1025
|
"settings",
|
|
1023
1026
|
"addIcon",
|
|
1024
1027
|
"append"
|
|
1025
1028
|
]), { property: s } = r(e, ["settings", "block"]), { property: a } = r(e, ["settings", "color"]), { color: m } = K(a), { property: d } = r(e, ["settings", "density"]), { property: f } = r(e, [
|
|
1026
1029
|
"settings",
|
|
1027
1030
|
"disabled"
|
|
1028
|
-
]), { property: p } = r(e, ["size", "height"]), { property: u } = r(e, ["settings", "loading"]), { property: c } = r(e, ["size", "maxHeight"]), { property: y } = r(e, ["size", "maxWidth"]), { property:
|
|
1031
|
+
]), { property: p } = r(e, ["size", "height"]), { property: u } = r(e, ["settings", "loading"]), { property: c } = r(e, ["size", "maxHeight"]), { property: y } = r(e, ["size", "maxWidth"]), { property: h } = r(e, ["size", "minHeight"]), { property: g } = r(e, ["size", "minWidth"]), { property: x } = r(e, [
|
|
1029
1032
|
"settings",
|
|
1030
1033
|
"addIcon",
|
|
1031
1034
|
"prepend"
|
|
@@ -1033,15 +1036,15 @@ const el = /* @__PURE__ */ V({
|
|
|
1033
1036
|
"settings",
|
|
1034
1037
|
"readonly"
|
|
1035
1038
|
]), { property: C } = r(e, ["settings", "ripple"]), { property: M } = r(e, ["settings", "size"]), { property: W } = r(e, ["settings", "stacked"]), { property: G } = r(e, ["settings", "text"]), { theme: R } = N(), { property: E } = r(e, ["settings", "variant"]), { property: S } = r(e, ["size", "width"]), F = (q) => {
|
|
1036
|
-
i
|
|
1037
|
-
|
|
1039
|
+
Z(i) && (o.setVariable("__pointerPosX__", q.clientX), o.setVariable("__pointerPosY__", q.clientY), o.callFunction("__triggerEventV1__", [
|
|
1040
|
+
pe("elementEvent", e.node.basic.id, "click")
|
|
1038
1041
|
]));
|
|
1039
1042
|
};
|
|
1040
|
-
return (q,
|
|
1041
|
-
const
|
|
1043
|
+
return (q, ie) => {
|
|
1044
|
+
const le = z("v-btn");
|
|
1042
1045
|
return v(), $(n(Y), null, {
|
|
1043
1046
|
default: I(() => [
|
|
1044
|
-
D(
|
|
1047
|
+
D(le, {
|
|
1045
1048
|
"append-icon": n(l),
|
|
1046
1049
|
block: n(s),
|
|
1047
1050
|
color: n(m),
|
|
@@ -1051,7 +1054,7 @@ const el = /* @__PURE__ */ V({
|
|
|
1051
1054
|
loading: n(u),
|
|
1052
1055
|
"max-height": n(c),
|
|
1053
1056
|
"max-width": n(y),
|
|
1054
|
-
"min-height": n(
|
|
1057
|
+
"min-height": n(h),
|
|
1055
1058
|
"min-width": n(g),
|
|
1056
1059
|
"prepend-icon": n(x),
|
|
1057
1060
|
readonly: n(w),
|
|
@@ -1079,7 +1082,7 @@ function sl(t, e) {
|
|
|
1079
1082
|
_: 3
|
|
1080
1083
|
});
|
|
1081
1084
|
}
|
|
1082
|
-
const rl = /* @__PURE__ */
|
|
1085
|
+
const rl = /* @__PURE__ */ Ie(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
1083
1086
|
__name: "index",
|
|
1084
1087
|
props: {
|
|
1085
1088
|
node: {},
|
|
@@ -1099,7 +1102,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1099
1102
|
"settings",
|
|
1100
1103
|
"readonly"
|
|
1101
1104
|
]), { property: d } = r(e, ["settings", "size"]), { property: f } = r(e, ["settings", "stacked"]), { theme: p } = N(), { property: u } = r(e, ["settings", "tile"]), { property: c } = r(e, ["settings", "variant"]);
|
|
1102
|
-
return (y,
|
|
1105
|
+
return (y, h) => {
|
|
1103
1106
|
const g = z("v-btn-toggle");
|
|
1104
1107
|
return v(), $(g, {
|
|
1105
1108
|
block: n(i),
|
|
@@ -1134,7 +1137,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1134
1137
|
]), { property: l } = r(e, ["size", "height"]), { property: s } = r(e, ["settings", "hover"]), { property: a } = r(e, ["settings", "loading"]), { property: m } = r(e, ["size", "maxHeight"]), { property: d } = r(e, ["size", "maxWidth"]), { property: f } = r(e, ["size", "minHeight"]), { property: p } = r(e, ["size", "minWidth"]), { property: u } = r(e, [
|
|
1135
1138
|
"settings",
|
|
1136
1139
|
"subtitle"
|
|
1137
|
-
]), { property: c } = r(e, ["settings", "text"]), { theme: y } = N(), { property:
|
|
1140
|
+
]), { property: c } = r(e, ["settings", "text"]), { theme: y } = N(), { property: h } = r(e, ["settings", "title"]), { property: g } = r(e, ["settings", "variant"]), { property: x } = r(e, ["size", "width"]);
|
|
1138
1141
|
return (w, C) => {
|
|
1139
1142
|
const M = z("v-card");
|
|
1140
1143
|
return v(), $(M, {
|
|
@@ -1150,7 +1153,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1150
1153
|
subtitle: n(u),
|
|
1151
1154
|
text: n(c),
|
|
1152
1155
|
theme: n(y),
|
|
1153
|
-
title: n(
|
|
1156
|
+
title: n(h),
|
|
1154
1157
|
variant: n(g),
|
|
1155
1158
|
width: n(x)
|
|
1156
1159
|
}, {
|
|
@@ -1199,7 +1202,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1199
1202
|
]), { property: m } = r(e, [
|
|
1200
1203
|
"settings",
|
|
1201
1204
|
"draggable"
|
|
1202
|
-
]), { property: d } = r(e, ["settings", "filter"]), { property: f } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "size"]), { property: u } = r(e, ["settings", "text"]), { theme: c } = N(), { property: y } = r(e, ["settings", "tile"]), { property:
|
|
1205
|
+
]), { property: d } = r(e, ["settings", "filter"]), { property: f } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "size"]), { property: u } = r(e, ["settings", "text"]), { theme: c } = N(), { property: y } = r(e, ["settings", "tile"]), { property: h } = r(e, ["settings", "value"]), { property: g } = r(e, ["settings", "variant"]);
|
|
1203
1206
|
return (x, w) => {
|
|
1204
1207
|
const C = z("v-chip");
|
|
1205
1208
|
return v(), $(C, {
|
|
@@ -1214,7 +1217,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1214
1217
|
text: n(u),
|
|
1215
1218
|
theme: n(c),
|
|
1216
1219
|
tile: n(y),
|
|
1217
|
-
value: n(
|
|
1220
|
+
value: n(h),
|
|
1218
1221
|
variant: n(g)
|
|
1219
1222
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1220
1223
|
};
|
|
@@ -1246,7 +1249,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1246
1249
|
const y = z("v-chip-group");
|
|
1247
1250
|
return v(), $(y, {
|
|
1248
1251
|
modelValue: n(p),
|
|
1249
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1252
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(p) ? p.value = h : null),
|
|
1250
1253
|
column: n(i),
|
|
1251
1254
|
direction: n(o),
|
|
1252
1255
|
disabled: n(l),
|
|
@@ -1270,9 +1273,9 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1270
1273
|
outer: { type: Boolean }
|
|
1271
1274
|
},
|
|
1272
1275
|
setup(t) {
|
|
1273
|
-
const e = t, i =
|
|
1274
|
-
const
|
|
1275
|
-
return i === "page" ? g === "common" ? l(
|
|
1276
|
+
const e = t, i = ye(), o = fe(), { applySize: l } = ve(e), s = k(() => {
|
|
1277
|
+
const h = {}, g = o.value.type;
|
|
1278
|
+
return i === "page" ? g === "common" ? l(h) : console.assert(!1) : i === "comp" && g === "common" ? l(h) : console.assert(!1), h;
|
|
1276
1279
|
}), { property: a } = r(e, [
|
|
1277
1280
|
"settings",
|
|
1278
1281
|
"disabled"
|
|
@@ -1295,7 +1298,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1295
1298
|
"settings",
|
|
1296
1299
|
"showSwatches"
|
|
1297
1300
|
]), { theme: y } = N();
|
|
1298
|
-
return (
|
|
1301
|
+
return (h, g) => {
|
|
1299
1302
|
const x = z("v-color-picker");
|
|
1300
1303
|
return v(), $(n(Y), null, {
|
|
1301
1304
|
default: I(() => [
|
|
@@ -1307,7 +1310,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1307
1310
|
"hide-sliders": n(p),
|
|
1308
1311
|
landscape: n(u),
|
|
1309
1312
|
"show-swatches": n(c),
|
|
1310
|
-
style:
|
|
1313
|
+
style: Q(s.value),
|
|
1311
1314
|
theme: n(y)
|
|
1312
1315
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
|
|
1313
1316
|
]),
|
|
@@ -1361,15 +1364,15 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1361
1364
|
outer: { type: Boolean }
|
|
1362
1365
|
},
|
|
1363
1366
|
setup(t) {
|
|
1364
|
-
const e = t, i =
|
|
1367
|
+
const e = t, i = ye(), o = fe(), { property: l } = r(e, [
|
|
1365
1368
|
"settings",
|
|
1366
1369
|
"backgroundColor"
|
|
1367
|
-
]), { color: s } = K(l), { applySize: a } =
|
|
1370
|
+
]), { color: s } = K(l), { applySize: a } = ve(e), { applyMargin: m } = En(e), { applyPadding: d } = Nn(e), { applyBorder: f } = Wn(e), p = k(() => {
|
|
1368
1371
|
const u = {}, c = o.value.type;
|
|
1369
1372
|
return i === "page" ? c === "common" ? (a(u), m(u), d(u), f(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && c === "common" ? (a(u), m(u), d(u), f(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
|
|
1370
1373
|
});
|
|
1371
1374
|
return (u, c) => (v(), J("div", {
|
|
1372
|
-
style:
|
|
1375
|
+
style: Q(p.value)
|
|
1373
1376
|
}, [
|
|
1374
1377
|
L(u.$slots, "default")
|
|
1375
1378
|
], 4));
|
|
@@ -1395,12 +1398,12 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1395
1398
|
"settings",
|
|
1396
1399
|
"multiSort"
|
|
1397
1400
|
]), { theme: u } = N(), { property: c } = r(e, ["size", "width"]), y = k(() => {
|
|
1398
|
-
const
|
|
1401
|
+
const h = [];
|
|
1399
1402
|
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1400
|
-
x.column && x.comp &&
|
|
1401
|
-
}),
|
|
1403
|
+
x.column && x.comp && h.push(x);
|
|
1404
|
+
}), h;
|
|
1402
1405
|
});
|
|
1403
|
-
return (
|
|
1406
|
+
return (h, g) => {
|
|
1404
1407
|
const x = z("v-data-table");
|
|
1405
1408
|
return v(), $(n(Y), null, {
|
|
1406
1409
|
default: I(() => [
|
|
@@ -1416,11 +1419,11 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1416
1419
|
"multi-sort": n(p),
|
|
1417
1420
|
theme: n(u),
|
|
1418
1421
|
width: n(c)
|
|
1419
|
-
},
|
|
1422
|
+
}, zn({ _: 2 }, [
|
|
1420
1423
|
Ro(y.value, (w) => ({
|
|
1421
1424
|
name: `item.${w.column}`,
|
|
1422
1425
|
fn: I(({ value: C }) => [
|
|
1423
|
-
D(n(
|
|
1426
|
+
D(n(be), {
|
|
1424
1427
|
"ref-context": { refid: w.comp },
|
|
1425
1428
|
state: { value: C }
|
|
1426
1429
|
}, null, 8, ["ref-context", "state"])
|
|
@@ -1452,9 +1455,9 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1452
1455
|
outer: { type: Boolean }
|
|
1453
1456
|
},
|
|
1454
1457
|
setup(t) {
|
|
1455
|
-
const e = t, i = H(), o =
|
|
1458
|
+
const e = t, i = H(), o = Ne(), l = k(() => e.node.basic?.id), { open: s } = to(`runtimeDlg/${Zi()}`);
|
|
1456
1459
|
return bo(o, e, (m) => {
|
|
1457
|
-
if (i
|
|
1460
|
+
if (!Z(i))
|
|
1458
1461
|
return;
|
|
1459
1462
|
const { name: d } = m;
|
|
1460
1463
|
d === "open" ? s.value = !0 : d === "close" && (s.value = !1);
|
|
@@ -1469,7 +1472,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1469
1472
|
n(i) === "editor" ? (v(), J("div", {
|
|
1470
1473
|
key: 0,
|
|
1471
1474
|
id: `__node__@${l.value}`
|
|
1472
|
-
}, null, 8, hl)) :
|
|
1475
|
+
}, null, 8, hl)) : ne("", !0)
|
|
1473
1476
|
]),
|
|
1474
1477
|
default: I(() => [
|
|
1475
1478
|
L(m.$slots, "default")
|
|
@@ -1502,8 +1505,8 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1502
1505
|
"singleLine"
|
|
1503
1506
|
]);
|
|
1504
1507
|
return (c, y) => {
|
|
1505
|
-
const
|
|
1506
|
-
return v(), $(
|
|
1508
|
+
const h = z("v-file-input");
|
|
1509
|
+
return v(), $(h, {
|
|
1507
1510
|
chips: n(i),
|
|
1508
1511
|
density: n(o),
|
|
1509
1512
|
direction: n(l),
|
|
@@ -1524,25 +1527,25 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1524
1527
|
outer: { type: Boolean }
|
|
1525
1528
|
},
|
|
1526
1529
|
setup(t) {
|
|
1527
|
-
const e = t, i =
|
|
1530
|
+
const e = t, i = Se(), o = ye(), l = fe(), { applySize: s } = ve(e), { applyMargin: a } = En(e), { applyPadding: m } = Nn(e), { applyBorder: d } = Wn(e), { property: f } = r(e, [
|
|
1528
1531
|
"settings",
|
|
1529
1532
|
"backgroundColor"
|
|
1530
1533
|
]), { color: p } = K(f), u = (y) => {
|
|
1531
1534
|
p.value && (y.backgroundColor = p.value), y.display = "flex";
|
|
1532
|
-
const
|
|
1535
|
+
const h = De(i.value.width), g = Ce(h, e.node.settings?.direction);
|
|
1533
1536
|
g === "row" ? y.flexDirection = "row" : g === "rowReverse" ? y.flexDirection = "row-reverse" : g === "column" ? y.flexDirection = "column" : g === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1534
|
-
const x =
|
|
1537
|
+
const x = Ce(h, e.node.settings?.wrap);
|
|
1535
1538
|
x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
1536
|
-
const w =
|
|
1539
|
+
const w = Ce(h, e.node.settings?.mainAlign);
|
|
1537
1540
|
w === "start" ? y.justifyContent = "flex-start" : w === "end" ? y.justifyContent = "flex-end" : w === "center" ? y.justifyContent = "center" : w === "spaceBetween" ? y.justifyContent = "space-between" : w === "spaceAround" ? y.justifyContent = "space-around" : w === "spaceEvenly" && (y.justifyContent = "space-evenly");
|
|
1538
|
-
const C =
|
|
1541
|
+
const C = Ce(h, e.node.settings?.crossAlign);
|
|
1539
1542
|
C === "start" ? y.alignItems = "flex-start" : C === "end" ? y.alignItems = "flex-end" : C === "center" ? y.alignItems = "center" : C === "baseline" ? y.alignItems = "baseline" : C === "stretch" && (y.alignItems = "stretch");
|
|
1540
1543
|
}, c = k(() => {
|
|
1541
|
-
const y = {},
|
|
1542
|
-
return o === "page" ?
|
|
1544
|
+
const y = {}, h = l.value.type;
|
|
1545
|
+
return o === "page" ? h === "common" ? (s(y), a(y), m(y), d(y), u(y)) : console.assert(!1) : o === "comp" && h === "common" ? (s(y), a(y), m(y), d(y), u(y)) : console.assert(!1), y;
|
|
1543
1546
|
});
|
|
1544
|
-
return (y,
|
|
1545
|
-
style:
|
|
1547
|
+
return (y, h) => (v(), J("div", {
|
|
1548
|
+
style: Q(c.value)
|
|
1546
1549
|
}, [
|
|
1547
1550
|
L(y.$slots, "default")
|
|
1548
1551
|
], 4));
|
|
@@ -1554,12 +1557,12 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1554
1557
|
outer: { type: Boolean }
|
|
1555
1558
|
},
|
|
1556
1559
|
setup(t) {
|
|
1557
|
-
const e = t, i =
|
|
1560
|
+
const e = t, i = ye(), o = fe(), { applySize: l } = ve(e), { property: s } = r(e, ["settings", "grow"]), { property: a } = r(e, ["settings", "shrink"]), m = k(() => {
|
|
1558
1561
|
const d = {}, f = o.value.type;
|
|
1559
1562
|
return i === "page" ? f === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && f === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1560
1563
|
});
|
|
1561
1564
|
return (d, f) => (v(), J("div", {
|
|
1562
|
-
style:
|
|
1565
|
+
style: Q(m.value)
|
|
1563
1566
|
}, [
|
|
1564
1567
|
L(d.$slots, "default")
|
|
1565
1568
|
], 4));
|
|
@@ -1571,18 +1574,18 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1571
1574
|
outer: { type: Boolean }
|
|
1572
1575
|
},
|
|
1573
1576
|
setup(t) {
|
|
1574
|
-
const e = t, i = H(), o =
|
|
1577
|
+
const e = t, i = H(), o = ye(), l = fe(), s = Ne(), { property: a } = r(e, ["settings", "valid"]), { property: m } = r(e, [
|
|
1575
1578
|
"settings",
|
|
1576
1579
|
"fastFail"
|
|
1577
1580
|
]), { property: d } = r(e, [
|
|
1578
1581
|
"settings",
|
|
1579
1582
|
"backgroundColor"
|
|
1580
|
-
]), { color: f } = K(d), { applySize: p } =
|
|
1583
|
+
]), { color: f } = K(d), { applySize: p } = ve(e), { applyMargin: u } = En(e), { applyPadding: c } = Nn(e), { applyBorder: y } = Wn(e), h = k(() => {
|
|
1581
1584
|
const x = {}, w = l.value.type;
|
|
1582
1585
|
return o === "page" ? w === "common" ? (p(x), u(x), c(x), y(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1) : o === "comp" && w === "common" ? (p(x), u(x), c(x), y(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1), x;
|
|
1583
1586
|
}), g = () => {
|
|
1584
|
-
i
|
|
1585
|
-
|
|
1587
|
+
Z(i) && s.callFunction("__triggerEventV1__", [
|
|
1588
|
+
pe("elementEvent", e.node.basic.id, "submit")
|
|
1586
1589
|
]);
|
|
1587
1590
|
};
|
|
1588
1591
|
return (x, w) => {
|
|
@@ -1591,7 +1594,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1591
1594
|
modelValue: n(a),
|
|
1592
1595
|
"onUpdate:modelValue": w[0] || (w[0] = (M) => O(a) ? a.value = M : null),
|
|
1593
1596
|
"fast-fail": n(m),
|
|
1594
|
-
style:
|
|
1597
|
+
style: Q(h.value),
|
|
1595
1598
|
onSubmit: Do(g, ["prevent"])
|
|
1596
1599
|
}, {
|
|
1597
1600
|
default: I(() => [
|
|
@@ -1630,9 +1633,9 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1630
1633
|
outer: { type: Boolean }
|
|
1631
1634
|
},
|
|
1632
1635
|
setup(t) {
|
|
1633
|
-
const e = t, i = H(), o =
|
|
1636
|
+
const e = t, i = H(), o = Ne(), l = me(0), s = me(0), a = k(() => [l.value, s.value]), m = k(() => e.node.basic?.id), { open: d } = to(`runtimeMenu/${Zi()}`);
|
|
1634
1637
|
return bo(o, e, (p) => {
|
|
1635
|
-
if (i
|
|
1638
|
+
if (!Z(i))
|
|
1636
1639
|
return;
|
|
1637
1640
|
const { name: u } = p;
|
|
1638
1641
|
u === "open" ? (l.value = o.getVariable("__pointerPosX__"), s.value = o.getVariable("__pointerPosY__"), d.value = !0) : u === "close" && (d.value = !1);
|
|
@@ -1650,7 +1653,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1650
1653
|
n(i) === "editor" ? (v(), J("div", {
|
|
1651
1654
|
key: 0,
|
|
1652
1655
|
id: `__node__@${m.value}`
|
|
1653
|
-
}, null, 8, Vl)) :
|
|
1656
|
+
}, null, 8, Vl)) : ne("", !0)
|
|
1654
1657
|
]),
|
|
1655
1658
|
default: I(() => [
|
|
1656
1659
|
L(p.$slots, "default")
|
|
@@ -1686,7 +1689,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1686
1689
|
]), { property: y } = r(e, [
|
|
1687
1690
|
"settings",
|
|
1688
1691
|
"precision"
|
|
1689
|
-
]), { property:
|
|
1692
|
+
]), { property: h } = r(e, ["settings", "prefix"]), { property: g } = r(e, [
|
|
1690
1693
|
"settings",
|
|
1691
1694
|
"addIcon",
|
|
1692
1695
|
"prepend"
|
|
@@ -1701,13 +1704,13 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1701
1704
|
"settings",
|
|
1702
1705
|
"singleLine"
|
|
1703
1706
|
]), { property: W } = r(e, ["settings", "step"]), { property: G } = r(e, ["settings", "suffix"]), { theme: R } = N(), { property: E } = r(e, ["settings", "value"]), { property: S } = r(e, ["settings", "variant"]), { property: F } = r(e, ["size", "width"]);
|
|
1704
|
-
return (q,
|
|
1705
|
-
const
|
|
1707
|
+
return (q, ie) => {
|
|
1708
|
+
const le = z("v-number-input");
|
|
1706
1709
|
return v(), $(n(Y), null, {
|
|
1707
1710
|
default: I(() => [
|
|
1708
|
-
D(
|
|
1711
|
+
D(le, {
|
|
1709
1712
|
modelValue: n(E),
|
|
1710
|
-
"onUpdate:modelValue":
|
|
1713
|
+
"onUpdate:modelValue": ie[0] || (ie[0] = (ae) => O(E) ? E.value = ae : null),
|
|
1711
1714
|
"append-icon": n(i),
|
|
1712
1715
|
"append-inner-icon": n(o),
|
|
1713
1716
|
clearable: n(l),
|
|
@@ -1720,7 +1723,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1720
1723
|
"min-width": n(u),
|
|
1721
1724
|
placeholder: n(c),
|
|
1722
1725
|
precision: n(y),
|
|
1723
|
-
prefix: n(
|
|
1726
|
+
prefix: n(h),
|
|
1724
1727
|
"prepend-icon": n(g),
|
|
1725
1728
|
"prepend-inner-icon": n(x),
|
|
1726
1729
|
readonly: n(w),
|
|
@@ -1751,10 +1754,10 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1751
1754
|
"settings",
|
|
1752
1755
|
"showFirstLastPage"
|
|
1753
1756
|
]), { property: m } = r(e, ["settings", "size"]), { property: d } = r(e, ["settings", "start"]), { theme: f } = N(), { property: p } = r(e, ["settings", "tile"]), { property: u } = r(e, ["settings", "value"]), { property: c } = r(e, ["settings", "variant"]), y = k(() => {
|
|
1754
|
-
const
|
|
1755
|
-
return i === "editor" && (
|
|
1757
|
+
const h = {};
|
|
1758
|
+
return i === "editor" && (h.pointerEvents = "none"), h;
|
|
1756
1759
|
});
|
|
1757
|
-
return (
|
|
1760
|
+
return (h, g) => {
|
|
1758
1761
|
const x = z("v-pagination");
|
|
1759
1762
|
return v(), $(n(Y), null, {
|
|
1760
1763
|
default: I(() => [
|
|
@@ -1767,7 +1770,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1767
1770
|
"show-first-last-page": n(a),
|
|
1768
1771
|
size: n(m),
|
|
1769
1772
|
start: n(d),
|
|
1770
|
-
style:
|
|
1773
|
+
style: Q(y.value),
|
|
1771
1774
|
theme: n(f),
|
|
1772
1775
|
tile: n(p),
|
|
1773
1776
|
variant: n(c)
|
|
@@ -1872,13 +1875,13 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1872
1875
|
return "always";
|
|
1873
1876
|
if (p.value === "show")
|
|
1874
1877
|
return !0;
|
|
1875
|
-
}), { property: c } = r(e, ["settings", "step"]), { theme: y } = N(), { property:
|
|
1878
|
+
}), { property: c } = r(e, ["settings", "step"]), { theme: y } = N(), { property: h } = r(e, [
|
|
1876
1879
|
"settings",
|
|
1877
1880
|
"thumbLabel"
|
|
1878
1881
|
]), g = k(() => {
|
|
1879
|
-
if (
|
|
1882
|
+
if (h.value === "always")
|
|
1880
1883
|
return "always";
|
|
1881
|
-
if (
|
|
1884
|
+
if (h.value === "show")
|
|
1882
1885
|
return !0;
|
|
1883
1886
|
}), { property: x } = r(e, [
|
|
1884
1887
|
"settings",
|
|
@@ -1965,7 +1968,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
1965
1968
|
default: I(() => [
|
|
1966
1969
|
D(y, {
|
|
1967
1970
|
modelValue: n(p),
|
|
1968
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1971
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(p) ? p.value = h : null),
|
|
1969
1972
|
clearable: n(i),
|
|
1970
1973
|
density: n(o),
|
|
1971
1974
|
disabled: n(l),
|
|
@@ -2046,7 +2049,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
2046
2049
|
return "always";
|
|
2047
2050
|
if (c.value === "show")
|
|
2048
2051
|
return !0;
|
|
2049
|
-
}), { property:
|
|
2052
|
+
}), { property: h } = r(e, ["settings", "step"]), { theme: g } = N(), { property: x } = r(e, [
|
|
2050
2053
|
"settings",
|
|
2051
2054
|
"thumbColor"
|
|
2052
2055
|
]), { color: w } = K(x), { property: C } = r(e, [
|
|
@@ -2063,28 +2066,28 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
2063
2066
|
]), { property: G } = r(e, ["settings", "ticks"]), R = k(() => {
|
|
2064
2067
|
if (!G.value)
|
|
2065
2068
|
return;
|
|
2066
|
-
const
|
|
2067
|
-
for (const { value:
|
|
2068
|
-
|
|
2069
|
-
if (!lo(
|
|
2070
|
-
return
|
|
2069
|
+
const ae = {};
|
|
2070
|
+
for (const { value: Me, label: Xt } of G.value)
|
|
2071
|
+
ae[Me] = Xt;
|
|
2072
|
+
if (!lo(ae))
|
|
2073
|
+
return ae;
|
|
2071
2074
|
}), { property: E } = r(e, [
|
|
2072
2075
|
"settings",
|
|
2073
2076
|
"tickSize"
|
|
2074
2077
|
]), { property: S } = r(e, [
|
|
2075
2078
|
"settings",
|
|
2076
2079
|
"trackColor"
|
|
2077
|
-
]), { color: F } = K(S), { property: q } = r(e, ["settings", "value"]), { property:
|
|
2080
|
+
]), { color: F } = K(S), { property: q } = r(e, ["settings", "value"]), { property: ie } = r(e, ["slots", "append"]), { property: le } = r(e, [
|
|
2078
2081
|
"slots",
|
|
2079
2082
|
"prepend"
|
|
2080
2083
|
]);
|
|
2081
|
-
return (
|
|
2082
|
-
const
|
|
2084
|
+
return (ae, Me) => {
|
|
2085
|
+
const Xt = z("v-slider");
|
|
2083
2086
|
return v(), $(n(Y), null, {
|
|
2084
2087
|
default: I(() => [
|
|
2085
|
-
D(
|
|
2088
|
+
D(Xt, {
|
|
2086
2089
|
modelValue: n(q),
|
|
2087
|
-
"onUpdate:modelValue":
|
|
2090
|
+
"onUpdate:modelValue": Me[0] || (Me[0] = (No) => O(q) ? q.value = No : null),
|
|
2088
2091
|
color: n(o),
|
|
2089
2092
|
direction: n(l),
|
|
2090
2093
|
disabled: n(s),
|
|
@@ -2095,7 +2098,7 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
2095
2098
|
readonly: n(p),
|
|
2096
2099
|
reverse: n(u),
|
|
2097
2100
|
"show-ticks": y.value,
|
|
2098
|
-
step: n(
|
|
2101
|
+
step: n(h),
|
|
2099
2102
|
theme: n(g),
|
|
2100
2103
|
"thumb-color": n(w),
|
|
2101
2104
|
"thumb-label": M.value,
|
|
@@ -2103,22 +2106,22 @@ const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
|
2103
2106
|
"tick-size": n(E),
|
|
2104
2107
|
ticks: R.value,
|
|
2105
2108
|
"track-color": n(F)
|
|
2106
|
-
},
|
|
2107
|
-
n(
|
|
2109
|
+
}, zn({ _: 2 }, [
|
|
2110
|
+
n(ie) ? {
|
|
2108
2111
|
name: "append",
|
|
2109
2112
|
fn: I(() => [
|
|
2110
|
-
D(n(
|
|
2111
|
-
"ref-context": { refid: n(
|
|
2113
|
+
D(n(be), {
|
|
2114
|
+
"ref-context": { refid: n(ie) },
|
|
2112
2115
|
state: {}
|
|
2113
2116
|
}, null, 8, ["ref-context"])
|
|
2114
2117
|
]),
|
|
2115
2118
|
key: "0"
|
|
2116
2119
|
} : void 0,
|
|
2117
|
-
n(
|
|
2120
|
+
n(le) ? {
|
|
2118
2121
|
name: "prepend",
|
|
2119
2122
|
fn: I(() => [
|
|
2120
|
-
D(n(
|
|
2121
|
-
"ref-context": { refid: n(
|
|
2123
|
+
D(n(be), {
|
|
2124
|
+
"ref-context": { refid: n(le) },
|
|
2122
2125
|
state: {}
|
|
2123
2126
|
}, null, 8, ["ref-context"])
|
|
2124
2127
|
]),
|
|
@@ -2166,7 +2169,7 @@ function El(t, e) {
|
|
|
2166
2169
|
_: 3
|
|
2167
2170
|
});
|
|
2168
2171
|
}
|
|
2169
|
-
const Nl = /* @__PURE__ */
|
|
2172
|
+
const Nl = /* @__PURE__ */ Ie(Wl, [["render", El]]), Ml = /* @__PURE__ */ V({
|
|
2170
2173
|
__name: "index",
|
|
2171
2174
|
props: {
|
|
2172
2175
|
node: {},
|
|
@@ -2194,7 +2197,7 @@ function Dl(t, e) {
|
|
|
2194
2197
|
_: 3
|
|
2195
2198
|
});
|
|
2196
2199
|
}
|
|
2197
|
-
const Fl = /* @__PURE__ */
|
|
2200
|
+
const Fl = /* @__PURE__ */ Ie(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
2198
2201
|
__name: "index",
|
|
2199
2202
|
props: {
|
|
2200
2203
|
node: {},
|
|
@@ -2232,13 +2235,13 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2232
2235
|
"settings",
|
|
2233
2236
|
"indeterminate"
|
|
2234
2237
|
]), { property: m } = r(e, ["settings", "inline"]), { property: d } = r(e, ["settings", "inset"]), { property: f } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "loading"]), { theme: u } = N(), { property: c } = r(e, ["settings", "value"]);
|
|
2235
|
-
return (y,
|
|
2238
|
+
return (y, h) => {
|
|
2236
2239
|
const g = z("v-switch");
|
|
2237
2240
|
return v(), $(n(Y), { "fit-content": !0 }, {
|
|
2238
2241
|
default: I(() => [
|
|
2239
2242
|
D(g, {
|
|
2240
2243
|
modelValue: n(c),
|
|
2241
|
-
"onUpdate:modelValue":
|
|
2244
|
+
"onUpdate:modelValue": h[0] || (h[0] = (x) => O(c) ? c.value = x : null),
|
|
2242
2245
|
density: n(i),
|
|
2243
2246
|
direction: n(o),
|
|
2244
2247
|
disabled: n(l),
|
|
@@ -2271,7 +2274,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2271
2274
|
return v(), $(n(Y), { "fit-content": !0 }, {
|
|
2272
2275
|
default: I(() => [
|
|
2273
2276
|
D(f, {
|
|
2274
|
-
style:
|
|
2277
|
+
style: Q(a.value),
|
|
2275
2278
|
text: n(o),
|
|
2276
2279
|
theme: n(l),
|
|
2277
2280
|
value: n(s)
|
|
@@ -2314,7 +2317,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2314
2317
|
]), { property: c } = r(e, ["settings", "grow"]), { property: y } = r(e, [
|
|
2315
2318
|
"settings",
|
|
2316
2319
|
"hideSlider"
|
|
2317
|
-
]), { property:
|
|
2320
|
+
]), { property: h } = r(e, ["settings", "items"]), { property: g } = r(e, [
|
|
2318
2321
|
"settings",
|
|
2319
2322
|
"mandatory"
|
|
2320
2323
|
]), { property: x } = r(e, [
|
|
@@ -2340,7 +2343,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2340
2343
|
"fixed-tabs": n(u),
|
|
2341
2344
|
grow: n(c),
|
|
2342
2345
|
"hide-slider": n(y),
|
|
2343
|
-
items: n(
|
|
2346
|
+
items: n(h),
|
|
2344
2347
|
mandatory: n(g),
|
|
2345
2348
|
"show-arrows": n(x),
|
|
2346
2349
|
"slider-color": n(C),
|
|
@@ -2361,14 +2364,14 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2361
2364
|
outer: { type: Boolean }
|
|
2362
2365
|
},
|
|
2363
2366
|
setup(t) {
|
|
2364
|
-
const e = t, i =
|
|
2367
|
+
const e = t, i = Se(), { property: o } = r(e, ["settings", "align"]), { property: l } = r(e, [
|
|
2365
2368
|
"settings",
|
|
2366
2369
|
"decoration"
|
|
2367
2370
|
]), { property: s } = r(e, [
|
|
2368
2371
|
"settings",
|
|
2369
2372
|
"emphasis"
|
|
2370
2373
|
]), { property: a } = r(e, ["settings", "italic"]), { property: m } = r(e, ["settings", "text"]), { property: d } = r(e, ["settings", "weight"]), f = k(() => {
|
|
2371
|
-
const p = [], u =
|
|
2374
|
+
const p = [], u = De(i.value.width), c = Ce(u, e.node.settings?.style);
|
|
2372
2375
|
return c && p.push(`text-${c}`), s.value === "high" ? p.push("text-high-emphasis") : s.value === "medium" ? p.push("text-medium-emphasis") : s.value === "disabled" && p.push("text-disabled"), o.value && p.push(`font-${o.value}`), l.value && p.push(`text-decoration-${l.value}`), d.value && p.push(`font-weight-${d.value}`), a.value && p.push("font-italic"), p.join(" ");
|
|
2373
2376
|
});
|
|
2374
2377
|
return (p, u) => (v(), J("span", {
|
|
@@ -2400,7 +2403,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2400
2403
|
]), { property: u } = r(e, ["settings", "reverse"]), { property: c } = r(e, ["settings", "rows"]), { property: y } = r(e, [
|
|
2401
2404
|
"settings",
|
|
2402
2405
|
"singleLine"
|
|
2403
|
-
]), { theme:
|
|
2406
|
+
]), { theme: h } = N(), { property: g } = r(e, ["settings", "value"]), { property: x } = r(e, ["settings", "variant"]);
|
|
2404
2407
|
return (w, C) => {
|
|
2405
2408
|
const M = z("v-textarea");
|
|
2406
2409
|
return v(), $(n(Y), null, {
|
|
@@ -2420,7 +2423,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2420
2423
|
reverse: n(u),
|
|
2421
2424
|
rows: n(c),
|
|
2422
2425
|
"single-line": n(y),
|
|
2423
|
-
theme: n(
|
|
2426
|
+
theme: n(h),
|
|
2424
2427
|
variant: n(x)
|
|
2425
2428
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2426
2429
|
]),
|
|
@@ -2459,7 +2462,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2459
2462
|
]), { property: c } = r(e, ["settings", "prefix"]), { property: y } = r(e, [
|
|
2460
2463
|
"settings",
|
|
2461
2464
|
"prependIcon"
|
|
2462
|
-
]), { property:
|
|
2465
|
+
]), { property: h } = r(e, [
|
|
2463
2466
|
"settings",
|
|
2464
2467
|
"prependInnerIcon"
|
|
2465
2468
|
]), { property: g } = r(e, [
|
|
@@ -2478,13 +2481,13 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2478
2481
|
"slots",
|
|
2479
2482
|
"prependInner"
|
|
2480
2483
|
]);
|
|
2481
|
-
return (q,
|
|
2482
|
-
const
|
|
2484
|
+
return (q, ie) => {
|
|
2485
|
+
const le = z("v-text-field");
|
|
2483
2486
|
return v(), $(n(Y), null, {
|
|
2484
2487
|
default: I(() => [
|
|
2485
|
-
D(
|
|
2488
|
+
D(le, {
|
|
2486
2489
|
modelValue: n(W),
|
|
2487
|
-
"onUpdate:modelValue":
|
|
2490
|
+
"onUpdate:modelValue": ie[0] || (ie[0] = (ae) => O(W) ? W.value = ae : null),
|
|
2488
2491
|
"append-icon": n(i),
|
|
2489
2492
|
"append-inner-icon": n(o),
|
|
2490
2493
|
autofocus: n(l),
|
|
@@ -2497,18 +2500,18 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2497
2500
|
placeholder: n(u),
|
|
2498
2501
|
prefix: n(c),
|
|
2499
2502
|
"prepend-icon": n(y),
|
|
2500
|
-
"prepend-inner-icon": n(
|
|
2503
|
+
"prepend-inner-icon": n(h),
|
|
2501
2504
|
readonly: n(g),
|
|
2502
2505
|
reverse: n(x),
|
|
2503
2506
|
"single-line": n(w),
|
|
2504
2507
|
suffix: n(C),
|
|
2505
2508
|
theme: n(M),
|
|
2506
2509
|
variant: n(G)
|
|
2507
|
-
},
|
|
2510
|
+
}, zn({ _: 2 }, [
|
|
2508
2511
|
n(R) ? {
|
|
2509
2512
|
name: "append",
|
|
2510
2513
|
fn: I(() => [
|
|
2511
|
-
D(n(
|
|
2514
|
+
D(n(be), {
|
|
2512
2515
|
"ref-context": { refid: n(R) },
|
|
2513
2516
|
state: {}
|
|
2514
2517
|
}, null, 8, ["ref-context"])
|
|
@@ -2518,7 +2521,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2518
2521
|
n(E) ? {
|
|
2519
2522
|
name: "append-inner",
|
|
2520
2523
|
fn: I(() => [
|
|
2521
|
-
D(n(
|
|
2524
|
+
D(n(be), {
|
|
2522
2525
|
"ref-context": { refid: n(E) },
|
|
2523
2526
|
state: {}
|
|
2524
2527
|
}, null, 8, ["ref-context"])
|
|
@@ -2528,7 +2531,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2528
2531
|
n(S) ? {
|
|
2529
2532
|
name: "prepend",
|
|
2530
2533
|
fn: I(() => [
|
|
2531
|
-
D(n(
|
|
2534
|
+
D(n(be), {
|
|
2532
2535
|
"ref-context": { refid: n(S) },
|
|
2533
2536
|
state: {}
|
|
2534
2537
|
}, null, 8, ["ref-context"])
|
|
@@ -2538,7 +2541,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2538
2541
|
n(F) ? {
|
|
2539
2542
|
name: "prepend-inner",
|
|
2540
2543
|
fn: I(() => [
|
|
2541
|
-
D(n(
|
|
2544
|
+
D(n(be), {
|
|
2542
2545
|
"ref-context": { refid: n(F) },
|
|
2543
2546
|
state: {}
|
|
2544
2547
|
}, null, 8, ["ref-context"])
|
|
@@ -2584,7 +2587,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2584
2587
|
"settings",
|
|
2585
2588
|
"line",
|
|
2586
2589
|
"thickness"
|
|
2587
|
-
]), { property: y } = r(e, ["settings", "side"]), { property:
|
|
2590
|
+
]), { property: y } = r(e, ["settings", "side"]), { property: h } = r(e, [
|
|
2588
2591
|
"settings",
|
|
2589
2592
|
"line",
|
|
2590
2593
|
"truncate"
|
|
@@ -2603,7 +2606,7 @@ const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
|
2603
2606
|
"line-thickness": n(c),
|
|
2604
2607
|
side: n(y),
|
|
2605
2608
|
theme: n(g),
|
|
2606
|
-
"truncate-line": n(
|
|
2609
|
+
"truncate-line": n(h)
|
|
2607
2610
|
}, {
|
|
2608
2611
|
default: I(() => [
|
|
2609
2612
|
L(x.$slots, "default")
|
|
@@ -2622,7 +2625,7 @@ function ql(t, e) {
|
|
|
2622
2625
|
_: 3
|
|
2623
2626
|
});
|
|
2624
2627
|
}
|
|
2625
|
-
const Zl = /* @__PURE__ */
|
|
2628
|
+
const Zl = /* @__PURE__ */ Ie(Jl, [["render", ql]]), Ql = /* @__PURE__ */ V({
|
|
2626
2629
|
__name: "index",
|
|
2627
2630
|
props: {
|
|
2628
2631
|
node: {},
|
|
@@ -2672,7 +2675,7 @@ function ta(t, e) {
|
|
|
2672
2675
|
_: 3
|
|
2673
2676
|
});
|
|
2674
2677
|
}
|
|
2675
|
-
const na = /* @__PURE__ */
|
|
2678
|
+
const na = /* @__PURE__ */ Ie(ea, [["render", ta]]), Xe = "ambient_light_v1", Ye = "badge_v1", Mn = "breadcrumbs_v1", Je = "bar_chart_v1", qe = "box_geometry_v1", Ze = "btn_v1", Qe = "btn_group_v1", et = "btn_toggle_v1", tt = "card_v1", nt = "checkbox_v1", it = "chip_v1", ot = "chip_group_v1", st = "color_picker_v1", rt = "combobox_v1", lt = "container_v1", at = "data_table_v1", ut = "date_picker_v1", ct = "dialog_v1", pt = "directional_light_v1", mt = "file_input_v1", dt = "flex_layout_v1", ho = "flex_layout_entry_v1", yt = "form_v1", nn = "globality_v1", ft = "group_v1", bt = "icon_v1", ht = "keyboard_controls_v1", gt = "line_chart_v1", xt = "map_controls_v1", vt = "menu_v1", kt = "mesh_v1", ia = "mesh_basic_material_v1", Rn = "multiple_ref_v1", _t = "number_input_v1", wt = "orbit_controls_v1", Vt = "orthographic_camera_v1", $t = "pagination_v1", It = "perspective_camera_v1", St = "point_light_v1", go = "radio_v1", Ct = "radio_group_v1", Tt = "range_slider_v1", Pt = "rating_v1", Dn = "render_switch_v1", zt = "select_v1", Fe = "single_ref_v1", At = "slider_v1", Lt = "sphere_geometry_v1", Bt = "spot_light_v1", Wt = "stepper_v1", xo = "stepper_header_v1", vo = "stepper_item_v1", ko = "stepper_window_v1", _o = "stepper_window_item_v1", Et = "switch_v1", wo = "tab_v1", Fn = "table_v1", Nt = "tabs_v1", Mt = "text_v1", Rt = "textarea_v1", Dt = "text_field_v1", Ft = "timeline_v1", Vo = "timeline_item_v1", Gt = "window_v1", $o = "window_item_v1", b = {
|
|
2676
2679
|
key: "basic",
|
|
2677
2680
|
name: "x-runtime-lib.basic",
|
|
2678
2681
|
children: [
|
|
@@ -2734,7 +2737,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
2734
2737
|
]
|
|
2735
2738
|
}
|
|
2736
2739
|
]
|
|
2737
|
-
}, oa = B(j),
|
|
2740
|
+
}, oa = B(j), we = {
|
|
2738
2741
|
key: "border",
|
|
2739
2742
|
name: "x-runtime-lib.border",
|
|
2740
2743
|
children: [
|
|
@@ -2788,7 +2791,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
2788
2791
|
]
|
|
2789
2792
|
}
|
|
2790
2793
|
]
|
|
2791
|
-
},
|
|
2794
|
+
}, Ge = {
|
|
2792
2795
|
key: "legend",
|
|
2793
2796
|
name: "x-runtime-lib.legend",
|
|
2794
2797
|
children: [
|
|
@@ -2813,7 +2816,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
2813
2816
|
defaultArray: []
|
|
2814
2817
|
}
|
|
2815
2818
|
]
|
|
2816
|
-
},
|
|
2819
|
+
}, Ve = {
|
|
2817
2820
|
key: "margin",
|
|
2818
2821
|
name: "x-runtime-lib.margin",
|
|
2819
2822
|
children: [
|
|
@@ -2846,7 +2849,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
2846
2849
|
default: ""
|
|
2847
2850
|
}
|
|
2848
2851
|
]
|
|
2849
|
-
},
|
|
2852
|
+
}, $e = {
|
|
2850
2853
|
key: "padding",
|
|
2851
2854
|
name: "x-runtime-lib.padding",
|
|
2852
2855
|
children: [
|
|
@@ -2926,7 +2929,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
2926
2929
|
default: ""
|
|
2927
2930
|
}
|
|
2928
2931
|
]
|
|
2929
|
-
},
|
|
2932
|
+
}, He = {
|
|
2930
2933
|
key: "title",
|
|
2931
2934
|
name: "x-runtime-lib.title",
|
|
2932
2935
|
children: [
|
|
@@ -3035,7 +3038,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
3035
3038
|
]
|
|
3036
3039
|
}
|
|
3037
3040
|
]
|
|
3038
|
-
},
|
|
3041
|
+
}, Ke = {
|
|
3039
3042
|
key: "xAxis",
|
|
3040
3043
|
name: "x-runtime-lib.xAxis",
|
|
3041
3044
|
children: [
|
|
@@ -3068,7 +3071,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
3068
3071
|
defaultArray: []
|
|
3069
3072
|
}
|
|
3070
3073
|
]
|
|
3071
|
-
},
|
|
3074
|
+
}, je = {
|
|
3072
3075
|
key: "yAxis",
|
|
3073
3076
|
name: "x-runtime-lib.yAxis",
|
|
3074
3077
|
children: [
|
|
@@ -3101,7 +3104,7 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
3101
3104
|
defaultArray: []
|
|
3102
3105
|
}
|
|
3103
3106
|
]
|
|
3104
|
-
},
|
|
3107
|
+
}, Zn = {
|
|
3105
3108
|
key: "settings",
|
|
3106
3109
|
name: "x-runtime-lib.settings",
|
|
3107
3110
|
children: [
|
|
@@ -3149,19 +3152,19 @@ const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe
|
|
|
3149
3152
|
}
|
|
3150
3153
|
]
|
|
3151
3154
|
}, sa = {
|
|
3152
|
-
key:
|
|
3155
|
+
key: Vt,
|
|
3153
3156
|
name: "x-runtime-lib.orthographicCamera",
|
|
3154
3157
|
comp: Is,
|
|
3155
3158
|
properties: {
|
|
3156
|
-
pageScene: [
|
|
3157
|
-
compScene: [
|
|
3159
|
+
pageScene: [b, X, Zn],
|
|
3160
|
+
compScene: [b, X, Zn]
|
|
3158
3161
|
},
|
|
3159
3162
|
events: [],
|
|
3160
3163
|
methods: [],
|
|
3161
3164
|
slots: []
|
|
3162
3165
|
};
|
|
3163
3166
|
_(sa);
|
|
3164
|
-
const
|
|
3167
|
+
const Qn = {
|
|
3165
3168
|
key: "settings",
|
|
3166
3169
|
name: "x-runtime-lib.settings",
|
|
3167
3170
|
children: [
|
|
@@ -3195,12 +3198,12 @@ const Zn = {
|
|
|
3195
3198
|
}
|
|
3196
3199
|
]
|
|
3197
3200
|
}, ra = {
|
|
3198
|
-
key:
|
|
3201
|
+
key: It,
|
|
3199
3202
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3200
3203
|
comp: Cs,
|
|
3201
3204
|
properties: {
|
|
3202
|
-
pageScene: [
|
|
3203
|
-
compScene: [
|
|
3205
|
+
pageScene: [b, X, Qn],
|
|
3206
|
+
compScene: [b, X, Qn]
|
|
3204
3207
|
},
|
|
3205
3208
|
events: [],
|
|
3206
3209
|
methods: [],
|
|
@@ -3211,27 +3214,27 @@ const la = /* @__PURE__ */ V({
|
|
|
3211
3214
|
__name: "index",
|
|
3212
3215
|
setup(t) {
|
|
3213
3216
|
const e = H();
|
|
3214
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(rs), { key: 0 })) :
|
|
3217
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(rs), { key: 0 })) : ne("", !0);
|
|
3215
3218
|
}
|
|
3216
3219
|
}), aa = /* @__PURE__ */ V({
|
|
3217
3220
|
__name: "index",
|
|
3218
3221
|
setup(t) {
|
|
3219
3222
|
const e = H();
|
|
3220
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(ls), { key: 0 })) :
|
|
3223
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(ls), { key: 0 })) : ne("", !0);
|
|
3221
3224
|
}
|
|
3222
3225
|
}), ua = /* @__PURE__ */ V({
|
|
3223
3226
|
__name: "index",
|
|
3224
3227
|
setup(t) {
|
|
3225
3228
|
const e = H();
|
|
3226
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(as), { key: 0 })) :
|
|
3229
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(as), { key: 0 })) : ne("", !0);
|
|
3227
3230
|
}
|
|
3228
3231
|
}), ca = {
|
|
3229
|
-
key:
|
|
3232
|
+
key: ht,
|
|
3230
3233
|
name: "x-runtime-lib.keyboardControls",
|
|
3231
3234
|
comp: la,
|
|
3232
3235
|
properties: {
|
|
3233
|
-
pageScene: [
|
|
3234
|
-
compScene: [
|
|
3236
|
+
pageScene: [b],
|
|
3237
|
+
compScene: [b]
|
|
3235
3238
|
},
|
|
3236
3239
|
events: [],
|
|
3237
3240
|
methods: [],
|
|
@@ -3240,12 +3243,12 @@ const la = /* @__PURE__ */ V({
|
|
|
3240
3243
|
};
|
|
3241
3244
|
_(ca);
|
|
3242
3245
|
const pa = {
|
|
3243
|
-
key:
|
|
3246
|
+
key: xt,
|
|
3244
3247
|
name: "x-runtime-lib.mapControls",
|
|
3245
3248
|
comp: aa,
|
|
3246
3249
|
properties: {
|
|
3247
|
-
pageScene: [
|
|
3248
|
-
compScene: [
|
|
3250
|
+
pageScene: [b],
|
|
3251
|
+
compScene: [b]
|
|
3249
3252
|
},
|
|
3250
3253
|
events: [],
|
|
3251
3254
|
methods: [],
|
|
@@ -3254,12 +3257,12 @@ const pa = {
|
|
|
3254
3257
|
};
|
|
3255
3258
|
_(pa);
|
|
3256
3259
|
const ma = {
|
|
3257
|
-
key:
|
|
3260
|
+
key: wt,
|
|
3258
3261
|
name: "x-runtime-lib.orbitControls",
|
|
3259
3262
|
comp: ua,
|
|
3260
3263
|
properties: {
|
|
3261
|
-
pageScene: [
|
|
3262
|
-
compScene: [
|
|
3264
|
+
pageScene: [b],
|
|
3265
|
+
compScene: [b]
|
|
3263
3266
|
},
|
|
3264
3267
|
events: [],
|
|
3265
3268
|
methods: [],
|
|
@@ -3273,13 +3276,13 @@ function da(t, e) {
|
|
|
3273
3276
|
console.error(`boxGeometryV1/spawn property tag not found, ${i}`);
|
|
3274
3277
|
return;
|
|
3275
3278
|
}
|
|
3276
|
-
const l =
|
|
3279
|
+
const l = Ae.properties[o];
|
|
3277
3280
|
if (!l) {
|
|
3278
3281
|
console.error(`boxGeometryV1/spawn properties not found, ${i}`);
|
|
3279
3282
|
return;
|
|
3280
3283
|
}
|
|
3281
3284
|
const s = {};
|
|
3282
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3285
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Ae.key, s.transform = {
|
|
3283
3286
|
position: {
|
|
3284
3287
|
x: 0,
|
|
3285
3288
|
y: 0,
|
|
@@ -3308,7 +3311,7 @@ function ya(t, e) {
|
|
|
3308
3311
|
);
|
|
3309
3312
|
return;
|
|
3310
3313
|
}
|
|
3311
|
-
const l =
|
|
3314
|
+
const l = on.properties[o];
|
|
3312
3315
|
if (!l) {
|
|
3313
3316
|
console.error(
|
|
3314
3317
|
`boxGeometryV1/spawnBoxGeometry properties not found, ${i}`
|
|
@@ -3316,7 +3319,7 @@ function ya(t, e) {
|
|
|
3316
3319
|
return;
|
|
3317
3320
|
}
|
|
3318
3321
|
const s = {};
|
|
3319
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3322
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = on.key, s.settings = {
|
|
3320
3323
|
width: 1,
|
|
3321
3324
|
height: 1,
|
|
3322
3325
|
depth: 1,
|
|
@@ -3333,7 +3336,7 @@ function fa(t, e) {
|
|
|
3333
3336
|
);
|
|
3334
3337
|
return;
|
|
3335
3338
|
}
|
|
3336
|
-
const l =
|
|
3339
|
+
const l = ze.properties[o];
|
|
3337
3340
|
if (!l) {
|
|
3338
3341
|
console.error(
|
|
3339
3342
|
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
@@ -3341,9 +3344,9 @@ function fa(t, e) {
|
|
|
3341
3344
|
return;
|
|
3342
3345
|
}
|
|
3343
3346
|
const s = {};
|
|
3344
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3347
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = ze.key, s;
|
|
3345
3348
|
}
|
|
3346
|
-
const
|
|
3349
|
+
const ei = {
|
|
3347
3350
|
key: "settings",
|
|
3348
3351
|
name: "x-runtime-lib.settings",
|
|
3349
3352
|
children: [
|
|
@@ -3387,13 +3390,13 @@ const Qn = {
|
|
|
3387
3390
|
default: 1
|
|
3388
3391
|
}
|
|
3389
3392
|
]
|
|
3390
|
-
},
|
|
3391
|
-
key:
|
|
3393
|
+
}, on = {
|
|
3394
|
+
key: qe,
|
|
3392
3395
|
name: "x-runtime-lib.boxGeometry",
|
|
3393
3396
|
comp: Ps,
|
|
3394
3397
|
properties: {
|
|
3395
|
-
pageScene: [
|
|
3396
|
-
compScene: [
|
|
3398
|
+
pageScene: [b, ei],
|
|
3399
|
+
compScene: [b, ei]
|
|
3397
3400
|
},
|
|
3398
3401
|
events: [],
|
|
3399
3402
|
methods: [],
|
|
@@ -3401,20 +3404,20 @@ const Qn = {
|
|
|
3401
3404
|
leaf: !0,
|
|
3402
3405
|
spawn: da
|
|
3403
3406
|
};
|
|
3404
|
-
_(
|
|
3407
|
+
_(on);
|
|
3405
3408
|
function ba(t, e) {
|
|
3406
3409
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3407
3410
|
if (!o) {
|
|
3408
3411
|
console.error(`sphereGeometryV1/spawn property tag not found, ${i}`);
|
|
3409
3412
|
return;
|
|
3410
3413
|
}
|
|
3411
|
-
const l =
|
|
3414
|
+
const l = Ae.properties[o];
|
|
3412
3415
|
if (!l) {
|
|
3413
3416
|
console.error(`sphereGeometryV1/spawn properties not found, ${i}`);
|
|
3414
3417
|
return;
|
|
3415
3418
|
}
|
|
3416
3419
|
const s = {};
|
|
3417
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3420
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Ae.key, s.transform = {
|
|
3418
3421
|
position: {
|
|
3419
3422
|
x: 0,
|
|
3420
3423
|
y: 0,
|
|
@@ -3443,7 +3446,7 @@ function ha(t, e) {
|
|
|
3443
3446
|
);
|
|
3444
3447
|
return;
|
|
3445
3448
|
}
|
|
3446
|
-
const l =
|
|
3449
|
+
const l = sn.properties[o];
|
|
3447
3450
|
if (!l) {
|
|
3448
3451
|
console.error(
|
|
3449
3452
|
`sphereGeometryV1/spawnSphereGeometry properties not found, ${i}`
|
|
@@ -3451,7 +3454,7 @@ function ha(t, e) {
|
|
|
3451
3454
|
return;
|
|
3452
3455
|
}
|
|
3453
3456
|
const s = {};
|
|
3454
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3457
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = sn.key, s.settings = {
|
|
3455
3458
|
radius: 1,
|
|
3456
3459
|
widthSegements: 32,
|
|
3457
3460
|
heightSegements: 16,
|
|
@@ -3469,7 +3472,7 @@ function ga(t, e) {
|
|
|
3469
3472
|
);
|
|
3470
3473
|
return;
|
|
3471
3474
|
}
|
|
3472
|
-
const l =
|
|
3475
|
+
const l = ze.properties[o];
|
|
3473
3476
|
if (!l) {
|
|
3474
3477
|
console.error(
|
|
3475
3478
|
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
@@ -3477,9 +3480,9 @@ function ga(t, e) {
|
|
|
3477
3480
|
return;
|
|
3478
3481
|
}
|
|
3479
3482
|
const s = {};
|
|
3480
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3483
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = ze.key, s;
|
|
3481
3484
|
}
|
|
3482
|
-
const
|
|
3485
|
+
const ti = {
|
|
3483
3486
|
key: "settings",
|
|
3484
3487
|
name: "x-runtime-lib.settings",
|
|
3485
3488
|
children: [
|
|
@@ -3531,13 +3534,13 @@ const ei = {
|
|
|
3531
3534
|
default: 3.141593
|
|
3532
3535
|
}
|
|
3533
3536
|
]
|
|
3534
|
-
},
|
|
3535
|
-
key:
|
|
3537
|
+
}, sn = {
|
|
3538
|
+
key: Lt,
|
|
3536
3539
|
name: "x-runtime-lib.sphereGeometry",
|
|
3537
3540
|
comp: As,
|
|
3538
3541
|
properties: {
|
|
3539
|
-
pageScene: [
|
|
3540
|
-
compScene: [
|
|
3542
|
+
pageScene: [b, ti],
|
|
3543
|
+
compScene: [b, ti]
|
|
3541
3544
|
},
|
|
3542
3545
|
events: [],
|
|
3543
3546
|
methods: [],
|
|
@@ -3545,16 +3548,16 @@ const ei = {
|
|
|
3545
3548
|
leaf: !0,
|
|
3546
3549
|
spawn: ba
|
|
3547
3550
|
};
|
|
3548
|
-
_(
|
|
3549
|
-
const
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
const
|
|
3551
|
+
_(sn);
|
|
3552
|
+
const Ht = B(j);
|
|
3553
|
+
Ht.children[0].default = "custom";
|
|
3554
|
+
Ht.children[2].children[0].default = "0xffffff";
|
|
3555
|
+
Ht.children[2].children[1].default = "0xffffff";
|
|
3556
|
+
const ni = {
|
|
3554
3557
|
key: "settings",
|
|
3555
3558
|
name: "x-runtime-lib.settings",
|
|
3556
3559
|
children: [
|
|
3557
|
-
|
|
3560
|
+
Ht,
|
|
3558
3561
|
{
|
|
3559
3562
|
key: "intensity",
|
|
3560
3563
|
name: "x-runtime-lib.intensity",
|
|
@@ -3564,27 +3567,27 @@ const ti = {
|
|
|
3564
3567
|
}
|
|
3565
3568
|
]
|
|
3566
3569
|
}, xa = {
|
|
3567
|
-
key:
|
|
3570
|
+
key: Xe,
|
|
3568
3571
|
name: "x-runtime-lib.ambientLight",
|
|
3569
3572
|
comp: Bs,
|
|
3570
3573
|
properties: {
|
|
3571
|
-
pageScene: [
|
|
3572
|
-
compScene: [
|
|
3574
|
+
pageScene: [b, X, ni],
|
|
3575
|
+
compScene: [b, X, ni]
|
|
3573
3576
|
},
|
|
3574
3577
|
events: [],
|
|
3575
3578
|
methods: [],
|
|
3576
3579
|
slots: []
|
|
3577
3580
|
};
|
|
3578
3581
|
_(xa);
|
|
3579
|
-
const
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
const
|
|
3582
|
+
const Kt = B(j);
|
|
3583
|
+
Kt.children[0].default = "custom";
|
|
3584
|
+
Kt.children[2].children[0].default = "0xffffff";
|
|
3585
|
+
Kt.children[2].children[1].default = "0xffffff";
|
|
3586
|
+
const ii = {
|
|
3584
3587
|
key: "settings",
|
|
3585
3588
|
name: "x-runtime-lib.settings",
|
|
3586
3589
|
children: [
|
|
3587
|
-
|
|
3590
|
+
Kt,
|
|
3588
3591
|
{
|
|
3589
3592
|
key: "intensity",
|
|
3590
3593
|
name: "x-runtime-lib.intensity",
|
|
@@ -3594,27 +3597,27 @@ const ni = {
|
|
|
3594
3597
|
}
|
|
3595
3598
|
]
|
|
3596
3599
|
}, va = {
|
|
3597
|
-
key:
|
|
3600
|
+
key: pt,
|
|
3598
3601
|
name: "x-runtime-lib.directionalLight",
|
|
3599
3602
|
comp: Es,
|
|
3600
3603
|
properties: {
|
|
3601
|
-
pageScene: [
|
|
3602
|
-
compScene: [
|
|
3604
|
+
pageScene: [b, X, ii],
|
|
3605
|
+
compScene: [b, X, ii]
|
|
3603
3606
|
},
|
|
3604
3607
|
events: [],
|
|
3605
3608
|
methods: [],
|
|
3606
3609
|
slots: []
|
|
3607
3610
|
};
|
|
3608
3611
|
_(va);
|
|
3609
|
-
const
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
const
|
|
3612
|
+
const jt = B(j);
|
|
3613
|
+
jt.children[0].default = "custom";
|
|
3614
|
+
jt.children[2].children[0].default = "0xffffff";
|
|
3615
|
+
jt.children[2].children[1].default = "0xffffff";
|
|
3616
|
+
const oi = {
|
|
3614
3617
|
key: "settings",
|
|
3615
3618
|
name: "x-runtime-lib.settings",
|
|
3616
3619
|
children: [
|
|
3617
|
-
|
|
3620
|
+
jt,
|
|
3618
3621
|
{
|
|
3619
3622
|
key: "intensity",
|
|
3620
3623
|
name: "x-runtime-lib.intensity",
|
|
@@ -3638,27 +3641,27 @@ const ii = {
|
|
|
3638
3641
|
}
|
|
3639
3642
|
]
|
|
3640
3643
|
}, ka = {
|
|
3641
|
-
key:
|
|
3644
|
+
key: St,
|
|
3642
3645
|
name: "x-runtime-lib.pointLight",
|
|
3643
3646
|
comp: Ms,
|
|
3644
3647
|
properties: {
|
|
3645
|
-
pageScene: [
|
|
3646
|
-
compScene: [
|
|
3648
|
+
pageScene: [b, X, oi],
|
|
3649
|
+
compScene: [b, X, oi]
|
|
3647
3650
|
},
|
|
3648
3651
|
events: [],
|
|
3649
3652
|
methods: [],
|
|
3650
3653
|
slots: []
|
|
3651
3654
|
};
|
|
3652
3655
|
_(ka);
|
|
3653
|
-
const
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
const
|
|
3656
|
+
const Ot = B(j);
|
|
3657
|
+
Ot.children[0].default = "custom";
|
|
3658
|
+
Ot.children[2].children[0].default = "0xffffff";
|
|
3659
|
+
Ot.children[2].children[1].default = "0xffffff";
|
|
3660
|
+
const si = {
|
|
3658
3661
|
key: "settings",
|
|
3659
3662
|
name: "x-runtime-lib.settings",
|
|
3660
3663
|
children: [
|
|
3661
|
-
|
|
3664
|
+
Ot,
|
|
3662
3665
|
{
|
|
3663
3666
|
key: "intensity",
|
|
3664
3667
|
name: "x-runtime-lib.intensity",
|
|
@@ -3699,78 +3702,78 @@ const oi = {
|
|
|
3699
3702
|
}
|
|
3700
3703
|
]
|
|
3701
3704
|
}, _a = {
|
|
3702
|
-
key:
|
|
3705
|
+
key: Bt,
|
|
3703
3706
|
name: "x-runtime-lib.spotLight",
|
|
3704
3707
|
comp: Ds,
|
|
3705
3708
|
properties: {
|
|
3706
|
-
pageScene: [
|
|
3707
|
-
compScene: [
|
|
3709
|
+
pageScene: [b, X, si],
|
|
3710
|
+
compScene: [b, X, si]
|
|
3708
3711
|
},
|
|
3709
3712
|
events: [],
|
|
3710
3713
|
methods: [],
|
|
3711
3714
|
slots: []
|
|
3712
3715
|
};
|
|
3713
3716
|
_(_a);
|
|
3714
|
-
const
|
|
3717
|
+
const ze = {
|
|
3715
3718
|
key: ia,
|
|
3716
3719
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3717
3720
|
comp: Hs,
|
|
3718
3721
|
properties: {
|
|
3719
|
-
pageScene: [
|
|
3720
|
-
compScene: [
|
|
3722
|
+
pageScene: [b],
|
|
3723
|
+
compScene: [b]
|
|
3721
3724
|
},
|
|
3722
3725
|
events: [],
|
|
3723
3726
|
methods: [],
|
|
3724
3727
|
slots: [],
|
|
3725
3728
|
leaf: !0
|
|
3726
3729
|
};
|
|
3727
|
-
_(
|
|
3730
|
+
_(ze);
|
|
3728
3731
|
const wa = {
|
|
3729
|
-
key:
|
|
3732
|
+
key: ft,
|
|
3730
3733
|
name: "x-runtime-lib.group",
|
|
3731
3734
|
comp: js,
|
|
3732
3735
|
properties: {
|
|
3733
|
-
pageScene: [
|
|
3734
|
-
compScene: [
|
|
3736
|
+
pageScene: [b, X],
|
|
3737
|
+
compScene: [b, X]
|
|
3735
3738
|
},
|
|
3736
3739
|
events: [],
|
|
3737
3740
|
methods: [],
|
|
3738
3741
|
slots: []
|
|
3739
3742
|
};
|
|
3740
3743
|
_(wa);
|
|
3741
|
-
const
|
|
3742
|
-
key:
|
|
3744
|
+
const Ae = {
|
|
3745
|
+
key: kt,
|
|
3743
3746
|
name: "x-runtime-lib.mesh",
|
|
3744
3747
|
comp: Us,
|
|
3745
3748
|
properties: {
|
|
3746
|
-
pageScene: [
|
|
3747
|
-
compScene: [
|
|
3749
|
+
pageScene: [b, X],
|
|
3750
|
+
compScene: [b, X]
|
|
3748
3751
|
},
|
|
3749
3752
|
events: [],
|
|
3750
3753
|
methods: [],
|
|
3751
3754
|
slots: []
|
|
3752
3755
|
};
|
|
3753
|
-
_(
|
|
3756
|
+
_(Ae);
|
|
3754
3757
|
function Va(t, e) {
|
|
3755
3758
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3756
3759
|
if (!o) {
|
|
3757
3760
|
console.error(`barChartV1/spawn property tag not found, ${i}`);
|
|
3758
3761
|
return;
|
|
3759
3762
|
}
|
|
3760
|
-
const l =
|
|
3763
|
+
const l = rn.properties[o];
|
|
3761
3764
|
if (!l) {
|
|
3762
3765
|
console.error(`barChartV1/spawn properties not found, ${i}`);
|
|
3763
3766
|
return;
|
|
3764
3767
|
}
|
|
3765
3768
|
const s = {};
|
|
3766
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3769
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = rn.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3767
3770
|
{
|
|
3768
3771
|
type: "bar",
|
|
3769
3772
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3770
3773
|
}
|
|
3771
3774
|
], s;
|
|
3772
3775
|
}
|
|
3773
|
-
const
|
|
3776
|
+
const ri = {
|
|
3774
3777
|
key: "series",
|
|
3775
3778
|
name: "x-runtime-lib.series",
|
|
3776
3779
|
children: [
|
|
@@ -3791,13 +3794,13 @@ const si = {
|
|
|
3791
3794
|
],
|
|
3792
3795
|
array: !0,
|
|
3793
3796
|
defaultArray: []
|
|
3794
|
-
},
|
|
3795
|
-
key:
|
|
3797
|
+
}, rn = {
|
|
3798
|
+
key: Je,
|
|
3796
3799
|
name: "x-runtime-lib.barChart",
|
|
3797
3800
|
comp: el,
|
|
3798
3801
|
properties: {
|
|
3799
|
-
pageCommon: [
|
|
3800
|
-
compCommon: [
|
|
3802
|
+
pageCommon: [b, U, He, Ke, je, Ge, ri],
|
|
3803
|
+
compCommon: [b, U, He, Ke, je, Ge, ri]
|
|
3801
3804
|
},
|
|
3802
3805
|
events: [],
|
|
3803
3806
|
methods: [],
|
|
@@ -3805,27 +3808,27 @@ const si = {
|
|
|
3805
3808
|
leaf: !0,
|
|
3806
3809
|
spawn: Va
|
|
3807
3810
|
};
|
|
3808
|
-
_(
|
|
3811
|
+
_(rn);
|
|
3809
3812
|
function $a(t, e) {
|
|
3810
3813
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3811
3814
|
if (!o) {
|
|
3812
3815
|
console.error(`lineChartV1/spawn property tag not found, ${i}`);
|
|
3813
3816
|
return;
|
|
3814
3817
|
}
|
|
3815
|
-
const l =
|
|
3818
|
+
const l = ln.properties[o];
|
|
3816
3819
|
if (!l) {
|
|
3817
3820
|
console.error(`lineChartV1/spawn properties not found, ${i}`);
|
|
3818
3821
|
return;
|
|
3819
3822
|
}
|
|
3820
3823
|
const s = {};
|
|
3821
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3824
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = ln.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3822
3825
|
{
|
|
3823
3826
|
type: "line",
|
|
3824
3827
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3825
3828
|
}
|
|
3826
3829
|
], s;
|
|
3827
3830
|
}
|
|
3828
|
-
const
|
|
3831
|
+
const li = {
|
|
3829
3832
|
key: "series",
|
|
3830
3833
|
name: "x-runtime-lib.series",
|
|
3831
3834
|
children: [
|
|
@@ -3846,13 +3849,13 @@ const ri = {
|
|
|
3846
3849
|
],
|
|
3847
3850
|
array: !0,
|
|
3848
3851
|
defaultArray: []
|
|
3849
|
-
},
|
|
3850
|
-
key:
|
|
3852
|
+
}, ln = {
|
|
3853
|
+
key: gt,
|
|
3851
3854
|
name: "x-runtime-lib.lineChart",
|
|
3852
3855
|
comp: tl,
|
|
3853
3856
|
properties: {
|
|
3854
|
-
pageCommon: [
|
|
3855
|
-
compCommon: [
|
|
3857
|
+
pageCommon: [b, U, He, Ke, je, Ge, li],
|
|
3858
|
+
compCommon: [b, U, He, Ke, je, Ge, li]
|
|
3856
3859
|
},
|
|
3857
3860
|
events: [],
|
|
3858
3861
|
methods: [],
|
|
@@ -3860,27 +3863,27 @@ const ri = {
|
|
|
3860
3863
|
leaf: !0,
|
|
3861
3864
|
spawn: $a
|
|
3862
3865
|
};
|
|
3863
|
-
_(
|
|
3864
|
-
const
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
const
|
|
3866
|
+
_(ln);
|
|
3867
|
+
const Ut = B(j);
|
|
3868
|
+
Ut.key = "backgroundColor";
|
|
3869
|
+
Ut.name = "x-runtime-lib.backgroundColor";
|
|
3870
|
+
const ai = {
|
|
3868
3871
|
key: "settings",
|
|
3869
3872
|
name: "x-runtime-lib.settings",
|
|
3870
|
-
children: [
|
|
3871
|
-
},
|
|
3873
|
+
children: [Ut]
|
|
3874
|
+
}, ui = {
|
|
3872
3875
|
key: "settings",
|
|
3873
3876
|
name: "x-runtime-lib.settings",
|
|
3874
|
-
children: [
|
|
3877
|
+
children: [Ut]
|
|
3875
3878
|
}, Ia = {
|
|
3876
|
-
key:
|
|
3879
|
+
key: nn,
|
|
3877
3880
|
name: "x-runtime-lib.globality",
|
|
3878
3881
|
comp: null,
|
|
3879
3882
|
properties: {
|
|
3880
|
-
pageCommon: [
|
|
3881
|
-
pageScene: [
|
|
3882
|
-
compCommon: [
|
|
3883
|
-
compScene: [
|
|
3883
|
+
pageCommon: [ai],
|
|
3884
|
+
pageScene: [ui],
|
|
3885
|
+
compCommon: [ai],
|
|
3886
|
+
compScene: [ui]
|
|
3884
3887
|
},
|
|
3885
3888
|
events: [
|
|
3886
3889
|
{
|
|
@@ -3921,7 +3924,7 @@ const li = {
|
|
|
3921
3924
|
internal: !0
|
|
3922
3925
|
};
|
|
3923
3926
|
_(Ia);
|
|
3924
|
-
const
|
|
3927
|
+
const ci = {
|
|
3925
3928
|
key: "settings",
|
|
3926
3929
|
name: "x-runtime-lib.settings",
|
|
3927
3930
|
children: [
|
|
@@ -3956,13 +3959,13 @@ const ui = {
|
|
|
3956
3959
|
default: !1
|
|
3957
3960
|
}
|
|
3958
3961
|
]
|
|
3959
|
-
},
|
|
3960
|
-
key:
|
|
3962
|
+
}, Bc = {
|
|
3963
|
+
key: Ye,
|
|
3961
3964
|
name: "x-runtime-lib.badge",
|
|
3962
3965
|
comp: nl,
|
|
3963
3966
|
properties: {
|
|
3964
|
-
pageCommon: [
|
|
3965
|
-
compCommon: [
|
|
3967
|
+
pageCommon: [b, ci],
|
|
3968
|
+
compCommon: [b, ci]
|
|
3966
3969
|
},
|
|
3967
3970
|
events: [],
|
|
3968
3971
|
methods: [],
|
|
@@ -3974,15 +3977,15 @@ function Sa(t, e) {
|
|
|
3974
3977
|
console.error(`btnV1/spawn property tag not found, ${i}`);
|
|
3975
3978
|
return;
|
|
3976
3979
|
}
|
|
3977
|
-
const l =
|
|
3980
|
+
const l = an.properties[o];
|
|
3978
3981
|
if (!l) {
|
|
3979
3982
|
console.error(`btnV1/spawn properties not found, ${i}`);
|
|
3980
3983
|
return;
|
|
3981
3984
|
}
|
|
3982
3985
|
const s = {};
|
|
3983
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3986
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = an.key, s.settings.text = "button", s;
|
|
3984
3987
|
}
|
|
3985
|
-
const Ca = B(j),
|
|
3988
|
+
const Ca = B(j), pi = {
|
|
3986
3989
|
key: "settings",
|
|
3987
3990
|
name: "x-runtime-lib.settings",
|
|
3988
3991
|
children: [
|
|
@@ -4069,13 +4072,13 @@ const Ca = B(j), ci = {
|
|
|
4069
4072
|
default: !0
|
|
4070
4073
|
}
|
|
4071
4074
|
]
|
|
4072
|
-
},
|
|
4073
|
-
key:
|
|
4075
|
+
}, an = {
|
|
4076
|
+
key: Ze,
|
|
4074
4077
|
name: "x-runtime-lib.button",
|
|
4075
4078
|
comp: il,
|
|
4076
4079
|
properties: {
|
|
4077
|
-
pageCommon: [
|
|
4078
|
-
compCommon: [
|
|
4080
|
+
pageCommon: [b, U, pi],
|
|
4081
|
+
compCommon: [b, U, pi]
|
|
4079
4082
|
},
|
|
4080
4083
|
events: [
|
|
4081
4084
|
{
|
|
@@ -4089,21 +4092,21 @@ const Ca = B(j), ci = {
|
|
|
4089
4092
|
leaf: !0,
|
|
4090
4093
|
spawn: Sa
|
|
4091
4094
|
};
|
|
4092
|
-
_(
|
|
4095
|
+
_(an);
|
|
4093
4096
|
const Ta = {
|
|
4094
|
-
key:
|
|
4097
|
+
key: Qe,
|
|
4095
4098
|
name: "x-runtime-lib.buttonGroup",
|
|
4096
4099
|
comp: rl,
|
|
4097
4100
|
properties: {
|
|
4098
|
-
pageCommon: [
|
|
4099
|
-
compCommon: [
|
|
4101
|
+
pageCommon: [b],
|
|
4102
|
+
compCommon: [b]
|
|
4100
4103
|
},
|
|
4101
4104
|
events: [],
|
|
4102
4105
|
methods: [],
|
|
4103
4106
|
slots: []
|
|
4104
4107
|
};
|
|
4105
4108
|
_(Ta);
|
|
4106
|
-
const
|
|
4109
|
+
const mi = {
|
|
4107
4110
|
key: "settings",
|
|
4108
4111
|
name: "x-runtime-lib.settings",
|
|
4109
4112
|
children: [
|
|
@@ -4165,12 +4168,12 @@ const pi = {
|
|
|
4165
4168
|
}
|
|
4166
4169
|
]
|
|
4167
4170
|
}, Pa = {
|
|
4168
|
-
key:
|
|
4171
|
+
key: et,
|
|
4169
4172
|
name: "x-runtime-lib.buttonToggle",
|
|
4170
4173
|
comp: ll,
|
|
4171
4174
|
properties: {
|
|
4172
|
-
pageCommon: [
|
|
4173
|
-
compCommon: [
|
|
4175
|
+
pageCommon: [b, mi],
|
|
4176
|
+
compCommon: [b, mi]
|
|
4174
4177
|
},
|
|
4175
4178
|
events: [],
|
|
4176
4179
|
methods: [],
|
|
@@ -4183,15 +4186,15 @@ function za(t, e) {
|
|
|
4183
4186
|
console.error(`cardV1/spawn property tag not found, ${i}`);
|
|
4184
4187
|
return;
|
|
4185
4188
|
}
|
|
4186
|
-
const l =
|
|
4189
|
+
const l = Le.properties[o];
|
|
4187
4190
|
if (!l) {
|
|
4188
4191
|
console.error(`cardV1/spawn properties not found, ${i}`);
|
|
4189
4192
|
return;
|
|
4190
4193
|
}
|
|
4191
4194
|
const s = {};
|
|
4192
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
4195
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Le.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
4193
4196
|
}
|
|
4194
|
-
const
|
|
4197
|
+
const di = {
|
|
4195
4198
|
key: "settings",
|
|
4196
4199
|
name: "x-runtime-lib.settings",
|
|
4197
4200
|
children: [
|
|
@@ -4246,21 +4249,21 @@ const mi = {
|
|
|
4246
4249
|
default: !1
|
|
4247
4250
|
}
|
|
4248
4251
|
]
|
|
4249
|
-
},
|
|
4250
|
-
key:
|
|
4252
|
+
}, Le = {
|
|
4253
|
+
key: tt,
|
|
4251
4254
|
name: "x-runtime-lib.card",
|
|
4252
4255
|
comp: al,
|
|
4253
4256
|
properties: {
|
|
4254
|
-
pageCommon: [
|
|
4255
|
-
compCommon: [
|
|
4257
|
+
pageCommon: [b, U, di],
|
|
4258
|
+
compCommon: [b, U, di]
|
|
4256
4259
|
},
|
|
4257
4260
|
events: [],
|
|
4258
4261
|
methods: [],
|
|
4259
4262
|
slots: [],
|
|
4260
4263
|
spawn: za
|
|
4261
4264
|
};
|
|
4262
|
-
_(
|
|
4263
|
-
const
|
|
4265
|
+
_(Le);
|
|
4266
|
+
const yi = {
|
|
4264
4267
|
key: "settings",
|
|
4265
4268
|
name: "x-runtime-lib.settings",
|
|
4266
4269
|
children: [
|
|
@@ -4278,12 +4281,12 @@ const di = {
|
|
|
4278
4281
|
}
|
|
4279
4282
|
]
|
|
4280
4283
|
}, Aa = {
|
|
4281
|
-
key:
|
|
4284
|
+
key: nt,
|
|
4282
4285
|
name: "x-runtime-lib.checkbox",
|
|
4283
4286
|
comp: ul,
|
|
4284
4287
|
properties: {
|
|
4285
|
-
pageCommon: [
|
|
4286
|
-
compCommon: [
|
|
4288
|
+
pageCommon: [b, yi],
|
|
4289
|
+
compCommon: [b, yi]
|
|
4287
4290
|
},
|
|
4288
4291
|
events: [],
|
|
4289
4292
|
methods: [],
|
|
@@ -4291,7 +4294,7 @@ const di = {
|
|
|
4291
4294
|
leaf: !0
|
|
4292
4295
|
};
|
|
4293
4296
|
_(Aa);
|
|
4294
|
-
const La = B(j),
|
|
4297
|
+
const La = B(j), fi = {
|
|
4295
4298
|
key: "settings",
|
|
4296
4299
|
name: "x-runtime-lib.settings",
|
|
4297
4300
|
children: [
|
|
@@ -4366,56 +4369,56 @@ const La = B(j), yi = {
|
|
|
4366
4369
|
},
|
|
4367
4370
|
La
|
|
4368
4371
|
]
|
|
4369
|
-
},
|
|
4370
|
-
key:
|
|
4372
|
+
}, un = {
|
|
4373
|
+
key: it,
|
|
4371
4374
|
name: "x-runtime-lib.chip",
|
|
4372
4375
|
comp: cl,
|
|
4373
4376
|
properties: {
|
|
4374
|
-
pageCommon: [
|
|
4375
|
-
compCommon: [
|
|
4377
|
+
pageCommon: [b, fi],
|
|
4378
|
+
compCommon: [b, fi]
|
|
4376
4379
|
},
|
|
4377
4380
|
events: [],
|
|
4378
4381
|
methods: [],
|
|
4379
4382
|
slots: [],
|
|
4380
4383
|
leaf: !0
|
|
4381
4384
|
};
|
|
4382
|
-
_(
|
|
4385
|
+
_(un);
|
|
4383
4386
|
function Ba(t, e) {
|
|
4384
4387
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4385
4388
|
if (!o) {
|
|
4386
4389
|
console.error(`chipGroupV1/spawn property tag not found, ${i}`);
|
|
4387
4390
|
return;
|
|
4388
4391
|
}
|
|
4389
|
-
const l =
|
|
4392
|
+
const l = cn.properties[o];
|
|
4390
4393
|
if (!l) {
|
|
4391
4394
|
console.error(`chipGroupV1/spawn properties not found, ${i}`);
|
|
4392
4395
|
return;
|
|
4393
4396
|
}
|
|
4394
4397
|
const s = {};
|
|
4395
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4398
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = cn.key, s.children = [
|
|
4399
|
+
ke(t, e, "chip1", "chip 1"),
|
|
4400
|
+
ke(t, e, "chip2", "chip 2"),
|
|
4401
|
+
ke(t, e, "chip3", "chip 3"),
|
|
4402
|
+
ke(t, e, "chip4", "chip 4"),
|
|
4403
|
+
ke(t, e, "chip5", "chip 5"),
|
|
4404
|
+
ke(t, e, "chip6", "chip 6")
|
|
4402
4405
|
], s;
|
|
4403
4406
|
}
|
|
4404
|
-
function
|
|
4407
|
+
function ke(t, e, i, o) {
|
|
4405
4408
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
4406
4409
|
if (!s) {
|
|
4407
4410
|
console.error(`chipGroupV1/spawnChip property tag not found, ${l}`);
|
|
4408
4411
|
return;
|
|
4409
4412
|
}
|
|
4410
|
-
const a =
|
|
4413
|
+
const a = un.properties[s];
|
|
4411
4414
|
if (!a) {
|
|
4412
4415
|
console.error(`chipGroupV1/spawnChip properties not found, ${l}`);
|
|
4413
4416
|
return;
|
|
4414
4417
|
}
|
|
4415
4418
|
const m = {};
|
|
4416
|
-
return P(m, a), m.basic.id = T(16), m.basic.key =
|
|
4419
|
+
return P(m, a), m.basic.id = T(16), m.basic.key = un.key, m.settings.value = i, m.settings.text = o, m;
|
|
4417
4420
|
}
|
|
4418
|
-
const
|
|
4421
|
+
const bi = {
|
|
4419
4422
|
key: "settings",
|
|
4420
4423
|
name: "x-runtime-lib.settings",
|
|
4421
4424
|
children: [
|
|
@@ -4469,27 +4472,27 @@ const fi = {
|
|
|
4469
4472
|
default: !1
|
|
4470
4473
|
}
|
|
4471
4474
|
]
|
|
4472
|
-
},
|
|
4473
|
-
key:
|
|
4475
|
+
}, cn = {
|
|
4476
|
+
key: ot,
|
|
4474
4477
|
name: "x-runtime-lib.chipGroup",
|
|
4475
4478
|
comp: pl,
|
|
4476
4479
|
properties: {
|
|
4477
|
-
pageCommon: [
|
|
4478
|
-
compCommon: [
|
|
4480
|
+
pageCommon: [b, bi],
|
|
4481
|
+
compCommon: [b, bi]
|
|
4479
4482
|
},
|
|
4480
4483
|
events: [],
|
|
4481
4484
|
methods: [],
|
|
4482
4485
|
slots: [],
|
|
4483
4486
|
spawn: Ba
|
|
4484
4487
|
};
|
|
4485
|
-
_(
|
|
4488
|
+
_(cn);
|
|
4486
4489
|
const Wa = {
|
|
4487
|
-
key:
|
|
4490
|
+
key: st,
|
|
4488
4491
|
name: "x-runtime-lib.colorPicker",
|
|
4489
4492
|
comp: ml,
|
|
4490
4493
|
properties: {
|
|
4491
|
-
pageCommon: [
|
|
4492
|
-
compCommon: [
|
|
4494
|
+
pageCommon: [b],
|
|
4495
|
+
compCommon: [b]
|
|
4493
4496
|
},
|
|
4494
4497
|
events: [],
|
|
4495
4498
|
methods: [],
|
|
@@ -4497,7 +4500,7 @@ const Wa = {
|
|
|
4497
4500
|
leaf: !0
|
|
4498
4501
|
};
|
|
4499
4502
|
_(Wa);
|
|
4500
|
-
const
|
|
4503
|
+
const hi = {
|
|
4501
4504
|
key: "settings",
|
|
4502
4505
|
name: "x-runtime-lib.settings",
|
|
4503
4506
|
children: [
|
|
@@ -4539,12 +4542,12 @@ const bi = {
|
|
|
4539
4542
|
}
|
|
4540
4543
|
]
|
|
4541
4544
|
}, Ea = {
|
|
4542
|
-
key:
|
|
4545
|
+
key: rt,
|
|
4543
4546
|
name: "x-runtime-lib.combobox",
|
|
4544
4547
|
comp: dl,
|
|
4545
4548
|
properties: {
|
|
4546
|
-
pageCommon: [
|
|
4547
|
-
compCommon: [
|
|
4549
|
+
pageCommon: [b, hi],
|
|
4550
|
+
compCommon: [b, hi]
|
|
4548
4551
|
},
|
|
4549
4552
|
events: [],
|
|
4550
4553
|
methods: [],
|
|
@@ -4552,20 +4555,20 @@ const bi = {
|
|
|
4552
4555
|
leaf: !0
|
|
4553
4556
|
};
|
|
4554
4557
|
_(Ea);
|
|
4555
|
-
const
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
const
|
|
4558
|
+
const Gn = B(j);
|
|
4559
|
+
Gn.key = "backgroundColor";
|
|
4560
|
+
Gn.name = "x-runtime-lib.backgroundColor";
|
|
4561
|
+
const gi = {
|
|
4559
4562
|
key: "settings",
|
|
4560
4563
|
name: "x-runtime-lib.settings",
|
|
4561
|
-
children: [
|
|
4562
|
-
},
|
|
4563
|
-
key:
|
|
4564
|
+
children: [Gn]
|
|
4565
|
+
}, pn = {
|
|
4566
|
+
key: lt,
|
|
4564
4567
|
name: "x-runtime-lib.container",
|
|
4565
4568
|
comp: yl,
|
|
4566
4569
|
properties: {
|
|
4567
|
-
pageCommon: [
|
|
4568
|
-
compCommon: [
|
|
4570
|
+
pageCommon: [b, U, we, Ve, $e, gi],
|
|
4571
|
+
compCommon: [b, U, we, Ve, $e, gi]
|
|
4569
4572
|
},
|
|
4570
4573
|
events: [
|
|
4571
4574
|
{
|
|
@@ -4577,8 +4580,8 @@ const hi = {
|
|
|
4577
4580
|
methods: [],
|
|
4578
4581
|
slots: []
|
|
4579
4582
|
};
|
|
4580
|
-
_(
|
|
4581
|
-
const
|
|
4583
|
+
_(pn);
|
|
4584
|
+
const xi = {
|
|
4582
4585
|
key: "size",
|
|
4583
4586
|
name: "x-runtime-lib.size",
|
|
4584
4587
|
children: [
|
|
@@ -4597,7 +4600,7 @@ const gi = {
|
|
|
4597
4600
|
default: ""
|
|
4598
4601
|
}
|
|
4599
4602
|
]
|
|
4600
|
-
},
|
|
4603
|
+
}, vi = {
|
|
4601
4604
|
key: "settings",
|
|
4602
4605
|
name: "x-runtime-lib.settings",
|
|
4603
4606
|
children: [
|
|
@@ -4705,7 +4708,7 @@ const gi = {
|
|
|
4705
4708
|
default: !1
|
|
4706
4709
|
}
|
|
4707
4710
|
]
|
|
4708
|
-
},
|
|
4711
|
+
}, ki = {
|
|
4709
4712
|
key: "slots",
|
|
4710
4713
|
name: "x-runtime-lib.slots",
|
|
4711
4714
|
children: [
|
|
@@ -4731,12 +4734,12 @@ const gi = {
|
|
|
4731
4734
|
}
|
|
4732
4735
|
]
|
|
4733
4736
|
}, Na = {
|
|
4734
|
-
key:
|
|
4737
|
+
key: at,
|
|
4735
4738
|
name: "x-runtime-lib.dataTable",
|
|
4736
4739
|
comp: fl,
|
|
4737
4740
|
properties: {
|
|
4738
|
-
pageCommon: [
|
|
4739
|
-
compCommon: [
|
|
4741
|
+
pageCommon: [b, xi, vi, ki],
|
|
4742
|
+
compCommon: [b, xi, vi, ki]
|
|
4740
4743
|
},
|
|
4741
4744
|
events: [],
|
|
4742
4745
|
methods: [],
|
|
@@ -4745,12 +4748,12 @@ const gi = {
|
|
|
4745
4748
|
};
|
|
4746
4749
|
_(Na);
|
|
4747
4750
|
const Ma = {
|
|
4748
|
-
key:
|
|
4751
|
+
key: ut,
|
|
4749
4752
|
name: "x-runtime-lib.datePicker",
|
|
4750
4753
|
comp: bl,
|
|
4751
4754
|
properties: {
|
|
4752
|
-
pageCommon: [
|
|
4753
|
-
compCommon: [
|
|
4755
|
+
pageCommon: [b],
|
|
4756
|
+
compCommon: [b]
|
|
4754
4757
|
},
|
|
4755
4758
|
events: [],
|
|
4756
4759
|
methods: [],
|
|
@@ -4759,12 +4762,12 @@ const Ma = {
|
|
|
4759
4762
|
};
|
|
4760
4763
|
_(Ma);
|
|
4761
4764
|
const Ra = {
|
|
4762
|
-
key:
|
|
4765
|
+
key: ct,
|
|
4763
4766
|
name: "x-runtime-lib.dialog",
|
|
4764
4767
|
comp: gl,
|
|
4765
4768
|
properties: {
|
|
4766
|
-
pageCommon: [
|
|
4767
|
-
compCommon: [
|
|
4769
|
+
pageCommon: [b],
|
|
4770
|
+
compCommon: [b]
|
|
4768
4771
|
},
|
|
4769
4772
|
events: [],
|
|
4770
4773
|
methods: [
|
|
@@ -4785,23 +4788,23 @@ const Ra = {
|
|
|
4785
4788
|
teleport: !0
|
|
4786
4789
|
};
|
|
4787
4790
|
_(Ra);
|
|
4788
|
-
const
|
|
4791
|
+
const _i = {
|
|
4789
4792
|
key: "settings",
|
|
4790
4793
|
name: "x-runtime-lib.settings",
|
|
4791
4794
|
children: []
|
|
4792
|
-
},
|
|
4793
|
-
key:
|
|
4795
|
+
}, Wc = {
|
|
4796
|
+
key: mt,
|
|
4794
4797
|
name: "x-runtime-lib.fileInput",
|
|
4795
4798
|
comp: xl,
|
|
4796
4799
|
properties: {
|
|
4797
|
-
pageCommon: [
|
|
4798
|
-
compCommon: [
|
|
4800
|
+
pageCommon: [b, _i],
|
|
4801
|
+
compCommon: [b, _i]
|
|
4799
4802
|
},
|
|
4800
4803
|
events: [],
|
|
4801
4804
|
methods: [],
|
|
4802
4805
|
slots: [],
|
|
4803
4806
|
leaf: !0
|
|
4804
|
-
},
|
|
4807
|
+
}, wi = {
|
|
4805
4808
|
key: "settings",
|
|
4806
4809
|
name: "x-runtime-lib.settings",
|
|
4807
4810
|
children: [
|
|
@@ -4818,33 +4821,33 @@ const ki = {
|
|
|
4818
4821
|
default: !1
|
|
4819
4822
|
}
|
|
4820
4823
|
]
|
|
4821
|
-
},
|
|
4824
|
+
}, mn = {
|
|
4822
4825
|
key: ho,
|
|
4823
4826
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4824
4827
|
comp: kl,
|
|
4825
4828
|
properties: {
|
|
4826
|
-
pageCommon: [
|
|
4827
|
-
compCommon: [
|
|
4829
|
+
pageCommon: [b, U, wi],
|
|
4830
|
+
compCommon: [b, U, wi]
|
|
4828
4831
|
},
|
|
4829
4832
|
events: [],
|
|
4830
4833
|
methods: [],
|
|
4831
4834
|
slots: []
|
|
4832
4835
|
};
|
|
4833
|
-
_(
|
|
4836
|
+
_(mn);
|
|
4834
4837
|
function Da(t, e) {
|
|
4835
4838
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4836
4839
|
if (!o) {
|
|
4837
4840
|
console.error(`flexLayoutV1/spawn property tag not found, ${i}`);
|
|
4838
4841
|
return;
|
|
4839
4842
|
}
|
|
4840
|
-
const l =
|
|
4843
|
+
const l = Be.properties[o];
|
|
4841
4844
|
if (!l) {
|
|
4842
4845
|
console.error(`flexLayoutV1/spawn properties not found, ${i}`);
|
|
4843
4846
|
return;
|
|
4844
4847
|
}
|
|
4845
4848
|
const s = {};
|
|
4846
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
4847
|
-
|
|
4849
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Be.key, s.children = [
|
|
4850
|
+
dn(
|
|
4848
4851
|
t,
|
|
4849
4852
|
e,
|
|
4850
4853
|
"#ff0000",
|
|
@@ -4854,7 +4857,7 @@ function Da(t, e) {
|
|
|
4854
4857
|
"40px",
|
|
4855
4858
|
void 0
|
|
4856
4859
|
),
|
|
4857
|
-
|
|
4860
|
+
dn(
|
|
4858
4861
|
t,
|
|
4859
4862
|
e,
|
|
4860
4863
|
"#00ff00",
|
|
@@ -4867,7 +4870,7 @@ function Da(t, e) {
|
|
|
4867
4870
|
Fa(t, e)
|
|
4868
4871
|
], s;
|
|
4869
4872
|
}
|
|
4870
|
-
function
|
|
4873
|
+
function dn(t, e, i, o, l, s, a, m, d) {
|
|
4871
4874
|
const f = `type=${t} subtype=${e}`, p = A(t, e);
|
|
4872
4875
|
if (!p) {
|
|
4873
4876
|
console.error(
|
|
@@ -4875,7 +4878,7 @@ function mn(t, e, i, o, l, s, a, m, d) {
|
|
|
4875
4878
|
);
|
|
4876
4879
|
return;
|
|
4877
4880
|
}
|
|
4878
|
-
const u =
|
|
4881
|
+
const u = pn.properties[p];
|
|
4879
4882
|
if (!u) {
|
|
4880
4883
|
console.error(
|
|
4881
4884
|
`flexLayoutV1/spawnContainer properties not found, ${f}`
|
|
@@ -4883,7 +4886,7 @@ function mn(t, e, i, o, l, s, a, m, d) {
|
|
|
4883
4886
|
return;
|
|
4884
4887
|
}
|
|
4885
4888
|
const c = {};
|
|
4886
|
-
return P(c, u), c.basic.id = T(16), c.basic.key =
|
|
4889
|
+
return P(c, u), c.basic.id = T(16), c.basic.key = pn.key, o && (c.size.width = o), l && (c.size.minWidth = l), a && (c.size.height = a), m && (c.size.minHeight = m), i && (c.settings.backgroundColor.mode = "custom", c.settings.backgroundColor.custom.light = i, c.settings.backgroundColor.custom.dark = i), c.children = [], c;
|
|
4887
4890
|
}
|
|
4888
4891
|
function Fa(t, e) {
|
|
4889
4892
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
@@ -4893,7 +4896,7 @@ function Fa(t, e) {
|
|
|
4893
4896
|
);
|
|
4894
4897
|
return;
|
|
4895
4898
|
}
|
|
4896
|
-
const l =
|
|
4899
|
+
const l = mn.properties[o];
|
|
4897
4900
|
if (!l) {
|
|
4898
4901
|
console.error(`flexLayoutV1/spawnEntry properties not found, ${i}`);
|
|
4899
4902
|
return;
|
|
@@ -4904,8 +4907,8 @@ function Fa(t, e) {
|
|
|
4904
4907
|
key: ""
|
|
4905
4908
|
}
|
|
4906
4909
|
};
|
|
4907
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
4908
|
-
|
|
4910
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = mn.key, s.children = [
|
|
4911
|
+
dn(
|
|
4909
4912
|
t,
|
|
4910
4913
|
e,
|
|
4911
4914
|
"#0000ff",
|
|
@@ -4917,10 +4920,10 @@ function Fa(t, e) {
|
|
|
4917
4920
|
)
|
|
4918
4921
|
], s;
|
|
4919
4922
|
}
|
|
4920
|
-
const
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
const
|
|
4923
|
+
const Hn = B(j);
|
|
4924
|
+
Hn.key = "backgroundColor";
|
|
4925
|
+
Hn.name = "x-runtime-lib.backgroundColor";
|
|
4926
|
+
const Vi = {
|
|
4924
4927
|
key: "settings",
|
|
4925
4928
|
name: "x-runtime-lib.settings",
|
|
4926
4929
|
children: [
|
|
@@ -5088,15 +5091,15 @@ const wi = {
|
|
|
5088
5091
|
}
|
|
5089
5092
|
]
|
|
5090
5093
|
},
|
|
5091
|
-
|
|
5094
|
+
Hn
|
|
5092
5095
|
]
|
|
5093
|
-
},
|
|
5094
|
-
key:
|
|
5096
|
+
}, Be = {
|
|
5097
|
+
key: dt,
|
|
5095
5098
|
name: "x-runtime-lib.flexLayout",
|
|
5096
5099
|
comp: vl,
|
|
5097
5100
|
properties: {
|
|
5098
|
-
pageCommon: [
|
|
5099
|
-
compCommon: [
|
|
5101
|
+
pageCommon: [b, U, we, Ve, $e, Vi],
|
|
5102
|
+
compCommon: [b, U, we, Ve, $e, Vi]
|
|
5100
5103
|
},
|
|
5101
5104
|
events: [
|
|
5102
5105
|
{
|
|
@@ -5109,8 +5112,8 @@ const wi = {
|
|
|
5109
5112
|
slots: [],
|
|
5110
5113
|
spawn: Da
|
|
5111
5114
|
};
|
|
5112
|
-
_(
|
|
5113
|
-
const
|
|
5115
|
+
_(Be);
|
|
5116
|
+
const $i = {
|
|
5114
5117
|
key: "settings",
|
|
5115
5118
|
name: "x-runtime-lib.settings",
|
|
5116
5119
|
children: [
|
|
@@ -5231,7 +5234,7 @@ const Vi = {
|
|
|
5231
5234
|
default: ""
|
|
5232
5235
|
}
|
|
5233
5236
|
]
|
|
5234
|
-
},
|
|
5237
|
+
}, Ii = {
|
|
5235
5238
|
key: "slots",
|
|
5236
5239
|
name: "x-runtime-lib.slots",
|
|
5237
5240
|
children: [
|
|
@@ -5260,13 +5263,13 @@ const Vi = {
|
|
|
5260
5263
|
default: void 0
|
|
5261
5264
|
}
|
|
5262
5265
|
]
|
|
5263
|
-
},
|
|
5264
|
-
key:
|
|
5266
|
+
}, yn = {
|
|
5267
|
+
key: Dt,
|
|
5265
5268
|
name: "x-runtime-lib.textField",
|
|
5266
5269
|
comp: Xl,
|
|
5267
5270
|
properties: {
|
|
5268
|
-
pageCommon: [
|
|
5269
|
-
compCommon: [
|
|
5271
|
+
pageCommon: [b, $i, Ii],
|
|
5272
|
+
compCommon: [b, $i, Ii]
|
|
5270
5273
|
},
|
|
5271
5274
|
events: [],
|
|
5272
5275
|
methods: [],
|
|
@@ -5298,20 +5301,20 @@ const Vi = {
|
|
|
5298
5301
|
],
|
|
5299
5302
|
leaf: !0
|
|
5300
5303
|
};
|
|
5301
|
-
_(
|
|
5304
|
+
_(yn);
|
|
5302
5305
|
function Ga(t, e) {
|
|
5303
5306
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5304
5307
|
if (!o) {
|
|
5305
5308
|
console.error(`formV1/spawn property tag not found, ${i}`);
|
|
5306
5309
|
return;
|
|
5307
5310
|
}
|
|
5308
|
-
const l =
|
|
5311
|
+
const l = fn.properties[o];
|
|
5309
5312
|
if (!l) {
|
|
5310
5313
|
console.error(`formV1/spawn properties not found, ${i}`);
|
|
5311
5314
|
return;
|
|
5312
5315
|
}
|
|
5313
5316
|
const s = {};
|
|
5314
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5317
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = fn.key, s.children = [Ha(t, e)], s;
|
|
5315
5318
|
}
|
|
5316
5319
|
function Ha(t, e) {
|
|
5317
5320
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
@@ -5319,15 +5322,15 @@ function Ha(t, e) {
|
|
|
5319
5322
|
console.error(`formV1/spawnTextField property tag not found, ${i}`);
|
|
5320
5323
|
return;
|
|
5321
5324
|
}
|
|
5322
|
-
const l =
|
|
5325
|
+
const l = yn.properties[o];
|
|
5323
5326
|
if (!l) {
|
|
5324
5327
|
console.error(`formV1/spawnTextField properties not found, ${i}`);
|
|
5325
5328
|
return;
|
|
5326
5329
|
}
|
|
5327
5330
|
const s = {};
|
|
5328
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5331
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = yn.key, s;
|
|
5329
5332
|
}
|
|
5330
|
-
const
|
|
5333
|
+
const Si = {
|
|
5331
5334
|
key: "settings",
|
|
5332
5335
|
name: "x-runtime-lib.settings",
|
|
5333
5336
|
children: [
|
|
@@ -5345,13 +5348,13 @@ const Ii = {
|
|
|
5345
5348
|
default: !1
|
|
5346
5349
|
}
|
|
5347
5350
|
]
|
|
5348
|
-
},
|
|
5349
|
-
key:
|
|
5351
|
+
}, fn = {
|
|
5352
|
+
key: yt,
|
|
5350
5353
|
name: "x-runtime-lib.form",
|
|
5351
5354
|
comp: _l,
|
|
5352
5355
|
properties: {
|
|
5353
|
-
pageCommon: [
|
|
5354
|
-
compCommon: [
|
|
5356
|
+
pageCommon: [b, U, we, Ve, $e, Si],
|
|
5357
|
+
compCommon: [b, U, we, Ve, $e, Si]
|
|
5355
5358
|
},
|
|
5356
5359
|
events: [
|
|
5357
5360
|
{
|
|
@@ -5364,8 +5367,8 @@ const Ii = {
|
|
|
5364
5367
|
slots: [],
|
|
5365
5368
|
spawn: Ga
|
|
5366
5369
|
};
|
|
5367
|
-
_(
|
|
5368
|
-
const Ka = B(j),
|
|
5370
|
+
_(fn);
|
|
5371
|
+
const Ka = B(j), Ci = {
|
|
5369
5372
|
key: "settings",
|
|
5370
5373
|
name: "x-runtime-lib.settings",
|
|
5371
5374
|
children: [
|
|
@@ -5391,12 +5394,12 @@ const Ka = B(j), Si = {
|
|
|
5391
5394
|
Ka
|
|
5392
5395
|
]
|
|
5393
5396
|
}, ja = {
|
|
5394
|
-
key:
|
|
5397
|
+
key: bt,
|
|
5395
5398
|
name: "x-runtime-lib.icon",
|
|
5396
5399
|
comp: wl,
|
|
5397
5400
|
properties: {
|
|
5398
|
-
pageCommon: [
|
|
5399
|
-
compCommon: [
|
|
5401
|
+
pageCommon: [b, Ci],
|
|
5402
|
+
compCommon: [b, Ci]
|
|
5400
5403
|
},
|
|
5401
5404
|
events: [],
|
|
5402
5405
|
methods: [],
|
|
@@ -5405,12 +5408,12 @@ const Ka = B(j), Si = {
|
|
|
5405
5408
|
};
|
|
5406
5409
|
_(ja);
|
|
5407
5410
|
const Oa = {
|
|
5408
|
-
key:
|
|
5411
|
+
key: vt,
|
|
5409
5412
|
name: "x-runtime-lib.menu",
|
|
5410
5413
|
comp: $l,
|
|
5411
5414
|
properties: {
|
|
5412
|
-
pageCommon: [
|
|
5413
|
-
compCommon: [
|
|
5415
|
+
pageCommon: [b],
|
|
5416
|
+
compCommon: [b]
|
|
5414
5417
|
},
|
|
5415
5418
|
events: [],
|
|
5416
5419
|
methods: [
|
|
@@ -5437,15 +5440,15 @@ function Ua(t, e) {
|
|
|
5437
5440
|
console.error(`numberInputV1/spawn property tag not found, ${i}`);
|
|
5438
5441
|
return;
|
|
5439
5442
|
}
|
|
5440
|
-
const l =
|
|
5443
|
+
const l = bn.properties[o];
|
|
5441
5444
|
if (!l) {
|
|
5442
5445
|
console.error(`numberInputV1/spawn properties not found, ${i}`);
|
|
5443
5446
|
return;
|
|
5444
5447
|
}
|
|
5445
5448
|
const s = {};
|
|
5446
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5449
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = bn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
5447
5450
|
}
|
|
5448
|
-
const
|
|
5451
|
+
const Ti = {
|
|
5449
5452
|
key: "size",
|
|
5450
5453
|
name: "x-runtime-lib.size",
|
|
5451
5454
|
children: [
|
|
@@ -5471,7 +5474,7 @@ const Ci = {
|
|
|
5471
5474
|
default: ""
|
|
5472
5475
|
}
|
|
5473
5476
|
]
|
|
5474
|
-
},
|
|
5477
|
+
}, Pi = {
|
|
5475
5478
|
key: "settings",
|
|
5476
5479
|
name: "x-runtime-lib.settings",
|
|
5477
5480
|
children: [
|
|
@@ -5612,13 +5615,13 @@ const Ci = {
|
|
|
5612
5615
|
]
|
|
5613
5616
|
}
|
|
5614
5617
|
]
|
|
5615
|
-
},
|
|
5616
|
-
key:
|
|
5618
|
+
}, bn = {
|
|
5619
|
+
key: _t,
|
|
5617
5620
|
name: "x-runtime-lib.numberInput",
|
|
5618
5621
|
comp: Il,
|
|
5619
5622
|
properties: {
|
|
5620
|
-
pageCommon: [
|
|
5621
|
-
compCommon: [
|
|
5623
|
+
pageCommon: [b, Ti, Pi],
|
|
5624
|
+
compCommon: [b, Ti, Pi]
|
|
5622
5625
|
},
|
|
5623
5626
|
events: [
|
|
5624
5627
|
{
|
|
@@ -5652,8 +5655,8 @@ const Ci = {
|
|
|
5652
5655
|
leaf: !0,
|
|
5653
5656
|
spawn: Ua
|
|
5654
5657
|
};
|
|
5655
|
-
_(
|
|
5656
|
-
const
|
|
5658
|
+
_(bn);
|
|
5659
|
+
const zi = {
|
|
5657
5660
|
key: "settings",
|
|
5658
5661
|
name: "x-runtime-lib.settings",
|
|
5659
5662
|
children: [
|
|
@@ -5717,12 +5720,12 @@ const Pi = {
|
|
|
5717
5720
|
}
|
|
5718
5721
|
]
|
|
5719
5722
|
}, Xa = {
|
|
5720
|
-
key:
|
|
5723
|
+
key: $t,
|
|
5721
5724
|
name: "x-runtime-lib.pagination",
|
|
5722
5725
|
comp: Sl,
|
|
5723
5726
|
properties: {
|
|
5724
|
-
pageCommon: [
|
|
5725
|
-
compCommon: [
|
|
5727
|
+
pageCommon: [b, zi],
|
|
5728
|
+
compCommon: [b, zi]
|
|
5726
5729
|
},
|
|
5727
5730
|
events: [],
|
|
5728
5731
|
methods: [],
|
|
@@ -5730,7 +5733,7 @@ const Pi = {
|
|
|
5730
5733
|
leaf: !0
|
|
5731
5734
|
};
|
|
5732
5735
|
_(Xa);
|
|
5733
|
-
const Ya = B(j),
|
|
5736
|
+
const Ya = B(j), Ai = {
|
|
5734
5737
|
key: "settings",
|
|
5735
5738
|
name: "x-runtime-lib.settings",
|
|
5736
5739
|
children: [
|
|
@@ -5767,39 +5770,39 @@ const Ya = B(j), zi = {
|
|
|
5767
5770
|
},
|
|
5768
5771
|
Ya
|
|
5769
5772
|
]
|
|
5770
|
-
},
|
|
5773
|
+
}, hn = {
|
|
5771
5774
|
key: go,
|
|
5772
5775
|
name: "x-runtime-lib.radio",
|
|
5773
5776
|
comp: Cl,
|
|
5774
5777
|
properties: {
|
|
5775
|
-
pageCommon: [
|
|
5776
|
-
compCommon: [
|
|
5778
|
+
pageCommon: [b, Ai],
|
|
5779
|
+
compCommon: [b, Ai]
|
|
5777
5780
|
},
|
|
5778
5781
|
events: [],
|
|
5779
5782
|
methods: [],
|
|
5780
5783
|
slots: [],
|
|
5781
5784
|
leaf: !0
|
|
5782
5785
|
};
|
|
5783
|
-
_(
|
|
5786
|
+
_(hn);
|
|
5784
5787
|
function Ja(t, e) {
|
|
5785
5788
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5786
5789
|
if (!o) {
|
|
5787
5790
|
console.error(`radioGroupV1/spawn property tag not found, ${i}`);
|
|
5788
5791
|
return;
|
|
5789
5792
|
}
|
|
5790
|
-
const l =
|
|
5793
|
+
const l = gn.properties[o];
|
|
5791
5794
|
if (!l) {
|
|
5792
5795
|
console.error(`radioGroupV1/spawn properties not found, ${i}`);
|
|
5793
5796
|
return;
|
|
5794
5797
|
}
|
|
5795
5798
|
const s = {};
|
|
5796
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5797
|
-
|
|
5798
|
-
|
|
5799
|
-
|
|
5799
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = gn.key, s.children = [
|
|
5800
|
+
Jt(t, e, "option1", "Option 1"),
|
|
5801
|
+
Jt(t, e, "option2", "Option 2"),
|
|
5802
|
+
Jt(t, e, "option3", "Option 3")
|
|
5800
5803
|
], s.settings.value = "option1", s;
|
|
5801
5804
|
}
|
|
5802
|
-
function
|
|
5805
|
+
function Jt(t, e, i, o) {
|
|
5803
5806
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5804
5807
|
if (!s) {
|
|
5805
5808
|
console.error(
|
|
@@ -5807,15 +5810,15 @@ function Yt(t, e, i, o) {
|
|
|
5807
5810
|
);
|
|
5808
5811
|
return;
|
|
5809
5812
|
}
|
|
5810
|
-
const a =
|
|
5813
|
+
const a = hn.properties[s];
|
|
5811
5814
|
if (!a) {
|
|
5812
5815
|
console.error(`radioGroupV1/spawnEntry properties not found, ${l}`);
|
|
5813
5816
|
return;
|
|
5814
5817
|
}
|
|
5815
5818
|
const m = {};
|
|
5816
|
-
return P(m, a), m.basic.id = T(16), m.basic.key =
|
|
5819
|
+
return P(m, a), m.basic.id = T(16), m.basic.key = hn.key, m.settings.value = i, m.settings.label = o, m;
|
|
5817
5820
|
}
|
|
5818
|
-
const
|
|
5821
|
+
const Li = {
|
|
5819
5822
|
key: "settings",
|
|
5820
5823
|
name: "x-runtime-lib.settings",
|
|
5821
5824
|
children: [
|
|
@@ -5858,21 +5861,21 @@ const Ai = {
|
|
|
5858
5861
|
default: !1
|
|
5859
5862
|
}
|
|
5860
5863
|
]
|
|
5861
|
-
},
|
|
5862
|
-
key:
|
|
5864
|
+
}, gn = {
|
|
5865
|
+
key: Ct,
|
|
5863
5866
|
name: "x-runtime-lib.radioGroup",
|
|
5864
5867
|
comp: Tl,
|
|
5865
5868
|
properties: {
|
|
5866
|
-
pageCommon: [
|
|
5867
|
-
compCommon: [
|
|
5869
|
+
pageCommon: [b, Li],
|
|
5870
|
+
compCommon: [b, Li]
|
|
5868
5871
|
},
|
|
5869
5872
|
events: [],
|
|
5870
5873
|
methods: [],
|
|
5871
5874
|
slots: [],
|
|
5872
5875
|
spawn: Ja
|
|
5873
5876
|
};
|
|
5874
|
-
_(
|
|
5875
|
-
const
|
|
5877
|
+
_(gn);
|
|
5878
|
+
const Bi = {
|
|
5876
5879
|
key: "settings",
|
|
5877
5880
|
name: "x-runtime-lib.settings",
|
|
5878
5881
|
children: [
|
|
@@ -5990,12 +5993,12 @@ const Li = {
|
|
|
5990
5993
|
}
|
|
5991
5994
|
]
|
|
5992
5995
|
}, qa = {
|
|
5993
|
-
key:
|
|
5996
|
+
key: Tt,
|
|
5994
5997
|
name: "x-runtime-lib.rangeSlider",
|
|
5995
5998
|
comp: Pl,
|
|
5996
5999
|
properties: {
|
|
5997
|
-
pageCommon: [
|
|
5998
|
-
compCommon: [
|
|
6000
|
+
pageCommon: [b, Bi],
|
|
6001
|
+
compCommon: [b, Bi]
|
|
5999
6002
|
},
|
|
6000
6003
|
events: [],
|
|
6001
6004
|
methods: [],
|
|
@@ -6003,7 +6006,7 @@ const Li = {
|
|
|
6003
6006
|
leaf: !0
|
|
6004
6007
|
};
|
|
6005
6008
|
_(qa);
|
|
6006
|
-
const
|
|
6009
|
+
const Wi = {
|
|
6007
6010
|
key: "settings",
|
|
6008
6011
|
name: "x-runtime-lib.settings",
|
|
6009
6012
|
children: [
|
|
@@ -6059,12 +6062,12 @@ const Bi = {
|
|
|
6059
6062
|
}
|
|
6060
6063
|
]
|
|
6061
6064
|
}, Za = {
|
|
6062
|
-
key:
|
|
6065
|
+
key: Pt,
|
|
6063
6066
|
name: "x-runtime-lib.rating",
|
|
6064
6067
|
comp: zl,
|
|
6065
6068
|
properties: {
|
|
6066
|
-
pageCommon: [
|
|
6067
|
-
compCommon: [
|
|
6069
|
+
pageCommon: [b, Wi],
|
|
6070
|
+
compCommon: [b, Wi]
|
|
6068
6071
|
},
|
|
6069
6072
|
events: [],
|
|
6070
6073
|
methods: [],
|
|
@@ -6072,7 +6075,7 @@ const Bi = {
|
|
|
6072
6075
|
leaf: !0
|
|
6073
6076
|
};
|
|
6074
6077
|
_(Za);
|
|
6075
|
-
const
|
|
6078
|
+
const Ei = {
|
|
6076
6079
|
key: "settings",
|
|
6077
6080
|
name: "x-runtime-lib.settings",
|
|
6078
6081
|
children: [
|
|
@@ -6114,12 +6117,12 @@ const Wi = {
|
|
|
6114
6117
|
}
|
|
6115
6118
|
]
|
|
6116
6119
|
}, Qa = {
|
|
6117
|
-
key:
|
|
6120
|
+
key: zt,
|
|
6118
6121
|
name: "x-runtime-lib.select",
|
|
6119
6122
|
comp: Al,
|
|
6120
6123
|
properties: {
|
|
6121
|
-
pageCommon: [
|
|
6122
|
-
compCommon: [
|
|
6124
|
+
pageCommon: [b, Ei],
|
|
6125
|
+
compCommon: [b, Ei]
|
|
6123
6126
|
},
|
|
6124
6127
|
events: [],
|
|
6125
6128
|
methods: [],
|
|
@@ -6127,16 +6130,16 @@ const Wi = {
|
|
|
6127
6130
|
leaf: !0
|
|
6128
6131
|
};
|
|
6129
6132
|
_(Qa);
|
|
6130
|
-
const Hn = B(j);
|
|
6131
|
-
Hn.key = "color";
|
|
6132
|
-
Hn.name = "x-runtime-lib.color";
|
|
6133
6133
|
const Kn = B(j);
|
|
6134
|
-
Kn.key = "
|
|
6135
|
-
Kn.name = "x-runtime-lib.
|
|
6134
|
+
Kn.key = "color";
|
|
6135
|
+
Kn.name = "x-runtime-lib.color";
|
|
6136
6136
|
const jn = B(j);
|
|
6137
|
-
jn.key = "
|
|
6138
|
-
jn.name = "x-runtime-lib.
|
|
6139
|
-
const
|
|
6137
|
+
jn.key = "trackColor";
|
|
6138
|
+
jn.name = "x-runtime-lib.trackColor";
|
|
6139
|
+
const On = B(j);
|
|
6140
|
+
On.key = "thumbColor";
|
|
6141
|
+
On.name = "x-runtime-lib.thumbColor";
|
|
6142
|
+
const Ni = {
|
|
6140
6143
|
key: "settings",
|
|
6141
6144
|
name: "x-runtime-lib.settings",
|
|
6142
6145
|
children: [
|
|
@@ -6241,11 +6244,11 @@ const Ei = {
|
|
|
6241
6244
|
ui: "switch",
|
|
6242
6245
|
default: !1
|
|
6243
6246
|
},
|
|
6244
|
-
Hn,
|
|
6245
6247
|
Kn,
|
|
6246
|
-
jn
|
|
6248
|
+
jn,
|
|
6249
|
+
On
|
|
6247
6250
|
]
|
|
6248
|
-
},
|
|
6251
|
+
}, Mi = {
|
|
6249
6252
|
key: "slots",
|
|
6250
6253
|
name: "x-runtime-lib.slots",
|
|
6251
6254
|
children: [
|
|
@@ -6263,12 +6266,12 @@ const Ei = {
|
|
|
6263
6266
|
}
|
|
6264
6267
|
]
|
|
6265
6268
|
}, eu = {
|
|
6266
|
-
key:
|
|
6269
|
+
key: At,
|
|
6267
6270
|
name: "x-runtime-lib.slider",
|
|
6268
6271
|
comp: Ll,
|
|
6269
6272
|
properties: {
|
|
6270
|
-
pageCommon: [
|
|
6271
|
-
compCommon: [
|
|
6273
|
+
pageCommon: [b, Ni, Mi],
|
|
6274
|
+
compCommon: [b, Ni, Mi]
|
|
6272
6275
|
},
|
|
6273
6276
|
events: [],
|
|
6274
6277
|
methods: [],
|
|
@@ -6276,20 +6279,20 @@ const Ei = {
|
|
|
6276
6279
|
leaf: !0
|
|
6277
6280
|
};
|
|
6278
6281
|
_(eu);
|
|
6279
|
-
const
|
|
6282
|
+
const xn = {
|
|
6280
6283
|
key: xo,
|
|
6281
6284
|
name: "x-runtime-lib.stepperHeader",
|
|
6282
6285
|
comp: Nl,
|
|
6283
6286
|
properties: {
|
|
6284
|
-
pageCommon: [
|
|
6285
|
-
compCommon: [
|
|
6287
|
+
pageCommon: [b],
|
|
6288
|
+
compCommon: [b]
|
|
6286
6289
|
},
|
|
6287
6290
|
events: [],
|
|
6288
6291
|
methods: [],
|
|
6289
6292
|
slots: []
|
|
6290
6293
|
};
|
|
6291
|
-
_(
|
|
6292
|
-
const
|
|
6294
|
+
_(xn);
|
|
6295
|
+
const Ri = {
|
|
6293
6296
|
key: "settings",
|
|
6294
6297
|
name: "x-runtime-lib.settings",
|
|
6295
6298
|
children: [
|
|
@@ -6300,33 +6303,33 @@ const Mi = {
|
|
|
6300
6303
|
default: ""
|
|
6301
6304
|
}
|
|
6302
6305
|
]
|
|
6303
|
-
},
|
|
6306
|
+
}, vn = {
|
|
6304
6307
|
key: vo,
|
|
6305
6308
|
name: "x-runtime-lib.stepperItem",
|
|
6306
6309
|
comp: Ml,
|
|
6307
6310
|
properties: {
|
|
6308
|
-
pageCommon: [
|
|
6309
|
-
compCommon: [
|
|
6311
|
+
pageCommon: [b, Ri],
|
|
6312
|
+
compCommon: [b, Ri]
|
|
6310
6313
|
},
|
|
6311
6314
|
events: [],
|
|
6312
6315
|
methods: [],
|
|
6313
6316
|
slots: []
|
|
6314
6317
|
};
|
|
6315
|
-
_(
|
|
6316
|
-
const
|
|
6318
|
+
_(vn);
|
|
6319
|
+
const kn = {
|
|
6317
6320
|
key: ko,
|
|
6318
6321
|
name: "x-runtime-lib.stepperWindow",
|
|
6319
6322
|
comp: Fl,
|
|
6320
6323
|
properties: {
|
|
6321
|
-
pageCommon: [
|
|
6322
|
-
compCommon: [
|
|
6324
|
+
pageCommon: [b],
|
|
6325
|
+
compCommon: [b]
|
|
6323
6326
|
},
|
|
6324
6327
|
events: [],
|
|
6325
6328
|
methods: [],
|
|
6326
6329
|
slots: []
|
|
6327
6330
|
};
|
|
6328
|
-
_(
|
|
6329
|
-
const
|
|
6331
|
+
_(kn);
|
|
6332
|
+
const Di = {
|
|
6330
6333
|
key: "settings",
|
|
6331
6334
|
name: "x-runtime-lib.settings",
|
|
6332
6335
|
children: [
|
|
@@ -6337,32 +6340,32 @@ const Ri = {
|
|
|
6337
6340
|
default: ""
|
|
6338
6341
|
}
|
|
6339
6342
|
]
|
|
6340
|
-
},
|
|
6343
|
+
}, _n = {
|
|
6341
6344
|
key: _o,
|
|
6342
6345
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6343
6346
|
comp: Gl,
|
|
6344
6347
|
properties: {
|
|
6345
|
-
pageCommon: [
|
|
6346
|
-
compCommon: [
|
|
6348
|
+
pageCommon: [b, Di],
|
|
6349
|
+
compCommon: [b, Di]
|
|
6347
6350
|
},
|
|
6348
6351
|
events: [],
|
|
6349
6352
|
methods: [],
|
|
6350
6353
|
slots: []
|
|
6351
6354
|
};
|
|
6352
|
-
_(
|
|
6355
|
+
_(_n);
|
|
6353
6356
|
function tu(t, e) {
|
|
6354
6357
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6355
6358
|
if (!o) {
|
|
6356
6359
|
console.error(`stepperV1/spawn property tag not found, ${i}`);
|
|
6357
6360
|
return;
|
|
6358
6361
|
}
|
|
6359
|
-
const l =
|
|
6362
|
+
const l = wn.properties[o];
|
|
6360
6363
|
if (!l) {
|
|
6361
6364
|
console.error(`stepperV1/spawn properties not found, ${i}`);
|
|
6362
6365
|
return;
|
|
6363
6366
|
}
|
|
6364
6367
|
const s = {};
|
|
6365
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6368
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = wn.key, s.children = [nu(t, e), iu(t, e)], s;
|
|
6366
6369
|
}
|
|
6367
6370
|
function nu(t, e) {
|
|
6368
6371
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
@@ -6370,31 +6373,31 @@ function nu(t, e) {
|
|
|
6370
6373
|
console.error(`stepperV1/spawnHeader property tag not found, ${i}`);
|
|
6371
6374
|
return;
|
|
6372
6375
|
}
|
|
6373
|
-
const l =
|
|
6376
|
+
const l = xn.properties[o];
|
|
6374
6377
|
if (!l) {
|
|
6375
6378
|
console.error(`stepperV1/spawnHeader properties not found, ${i}`);
|
|
6376
6379
|
return;
|
|
6377
6380
|
}
|
|
6378
6381
|
const s = {};
|
|
6379
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
|
|
6382
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = xn.key, s.children = [
|
|
6383
|
+
qt(t, e, "step1"),
|
|
6384
|
+
qt(t, e, "step2"),
|
|
6385
|
+
qt(t, e, "step3")
|
|
6383
6386
|
], s;
|
|
6384
6387
|
}
|
|
6385
|
-
function
|
|
6388
|
+
function qt(t, e, i) {
|
|
6386
6389
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6387
6390
|
if (!l) {
|
|
6388
6391
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
6389
6392
|
return;
|
|
6390
6393
|
}
|
|
6391
|
-
const s =
|
|
6394
|
+
const s = vn.properties[l];
|
|
6392
6395
|
if (!s) {
|
|
6393
6396
|
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
6394
6397
|
return;
|
|
6395
6398
|
}
|
|
6396
6399
|
const a = {};
|
|
6397
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6400
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = vn.key, a.children = [], a.settings.value = i, a;
|
|
6398
6401
|
}
|
|
6399
6402
|
function iu(t, e) {
|
|
6400
6403
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
@@ -6402,19 +6405,19 @@ function iu(t, e) {
|
|
|
6402
6405
|
console.error(`stepperV1/spawnWindow property tag not found, ${i}`);
|
|
6403
6406
|
return;
|
|
6404
6407
|
}
|
|
6405
|
-
const l =
|
|
6408
|
+
const l = kn.properties[o];
|
|
6406
6409
|
if (!l) {
|
|
6407
6410
|
console.error(`stepperV1/spawnWindow properties not found, ${i}`);
|
|
6408
6411
|
return;
|
|
6409
6412
|
}
|
|
6410
6413
|
const s = {};
|
|
6411
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6414
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = kn.key, s.children = [
|
|
6415
|
+
Zt(t, e, "step1", "step 1"),
|
|
6416
|
+
Zt(t, e, "step2", "step 2"),
|
|
6417
|
+
Zt(t, e, "step3", "step 3")
|
|
6415
6418
|
], s;
|
|
6416
6419
|
}
|
|
6417
|
-
function
|
|
6420
|
+
function Zt(t, e, i, o) {
|
|
6418
6421
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6419
6422
|
if (!s) {
|
|
6420
6423
|
console.error(
|
|
@@ -6422,7 +6425,7 @@ function qt(t, e, i, o) {
|
|
|
6422
6425
|
);
|
|
6423
6426
|
return;
|
|
6424
6427
|
}
|
|
6425
|
-
const a =
|
|
6428
|
+
const a = _n.properties[s];
|
|
6426
6429
|
if (!a) {
|
|
6427
6430
|
console.error(
|
|
6428
6431
|
`stepperV1/spawnWindowItem properties not found, ${l}`
|
|
@@ -6430,7 +6433,7 @@ function qt(t, e, i, o) {
|
|
|
6430
6433
|
return;
|
|
6431
6434
|
}
|
|
6432
6435
|
const m = {};
|
|
6433
|
-
return P(m, a), m.basic.id = T(16), m.basic.key =
|
|
6436
|
+
return P(m, a), m.basic.id = T(16), m.basic.key = _n.key, m.children = [ou(t, e, o)], m.settings.value = i, m;
|
|
6434
6437
|
}
|
|
6435
6438
|
function ou(t, e, i) {
|
|
6436
6439
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
@@ -6438,15 +6441,15 @@ function ou(t, e, i) {
|
|
|
6438
6441
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
6439
6442
|
return;
|
|
6440
6443
|
}
|
|
6441
|
-
const s =
|
|
6444
|
+
const s = Le.properties[l];
|
|
6442
6445
|
if (!s) {
|
|
6443
6446
|
console.error(`stepperV1/spawnCard properties not found, ${o}`);
|
|
6444
6447
|
return;
|
|
6445
6448
|
}
|
|
6446
6449
|
const a = {};
|
|
6447
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6450
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Le.key, a.children = [], a.settings.title = i, a;
|
|
6448
6451
|
}
|
|
6449
|
-
const
|
|
6452
|
+
const Fi = {
|
|
6450
6453
|
key: "settings",
|
|
6451
6454
|
name: "x-runtime-lib.settings",
|
|
6452
6455
|
children: [
|
|
@@ -6463,27 +6466,27 @@ const Di = {
|
|
|
6463
6466
|
default: !1
|
|
6464
6467
|
}
|
|
6465
6468
|
]
|
|
6466
|
-
},
|
|
6467
|
-
key:
|
|
6469
|
+
}, wn = {
|
|
6470
|
+
key: Wt,
|
|
6468
6471
|
name: "x-runtime-lib.stepper",
|
|
6469
6472
|
comp: Bl,
|
|
6470
6473
|
properties: {
|
|
6471
|
-
pageCommon: [
|
|
6472
|
-
compCommon: [
|
|
6474
|
+
pageCommon: [b, Fi],
|
|
6475
|
+
compCommon: [b, Fi]
|
|
6473
6476
|
},
|
|
6474
6477
|
events: [],
|
|
6475
6478
|
methods: [],
|
|
6476
6479
|
slots: [],
|
|
6477
6480
|
spawn: tu
|
|
6478
6481
|
};
|
|
6479
|
-
_(
|
|
6482
|
+
_(wn);
|
|
6480
6483
|
const su = {
|
|
6481
|
-
key:
|
|
6484
|
+
key: Et,
|
|
6482
6485
|
name: "x-runtime-lib.switch",
|
|
6483
6486
|
comp: Hl,
|
|
6484
6487
|
properties: {
|
|
6485
|
-
pageCommon: [
|
|
6486
|
-
compCommon: [
|
|
6488
|
+
pageCommon: [b],
|
|
6489
|
+
compCommon: [b]
|
|
6487
6490
|
},
|
|
6488
6491
|
events: [],
|
|
6489
6492
|
methods: [],
|
|
@@ -6491,7 +6494,7 @@ const su = {
|
|
|
6491
6494
|
leaf: !0
|
|
6492
6495
|
};
|
|
6493
6496
|
_(su);
|
|
6494
|
-
const
|
|
6497
|
+
const Gi = {
|
|
6495
6498
|
key: "settings",
|
|
6496
6499
|
name: "x-runtime-lib.settings",
|
|
6497
6500
|
children: [
|
|
@@ -6508,62 +6511,62 @@ const Fi = {
|
|
|
6508
6511
|
default: ""
|
|
6509
6512
|
}
|
|
6510
6513
|
]
|
|
6511
|
-
},
|
|
6514
|
+
}, Vn = {
|
|
6512
6515
|
key: wo,
|
|
6513
6516
|
name: "x-runtime-lib.tab",
|
|
6514
6517
|
comp: Kl,
|
|
6515
6518
|
properties: {
|
|
6516
|
-
pageCommon: [
|
|
6517
|
-
compCommon: [
|
|
6519
|
+
pageCommon: [b, Gi],
|
|
6520
|
+
compCommon: [b, Gi]
|
|
6518
6521
|
},
|
|
6519
6522
|
events: [],
|
|
6520
6523
|
methods: [],
|
|
6521
6524
|
slots: [],
|
|
6522
6525
|
leaf: !0
|
|
6523
6526
|
};
|
|
6524
|
-
_(
|
|
6527
|
+
_(Vn);
|
|
6525
6528
|
function ru(t, e) {
|
|
6526
6529
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6527
6530
|
if (!o) {
|
|
6528
6531
|
console.error(`tabsV1/spawn property tag not found, ${i}`);
|
|
6529
6532
|
return;
|
|
6530
6533
|
}
|
|
6531
|
-
const l =
|
|
6534
|
+
const l = $n.properties[o];
|
|
6532
6535
|
if (!l) {
|
|
6533
6536
|
console.error(`tabsV1/spawn properties not found, ${i}`);
|
|
6534
6537
|
return;
|
|
6535
6538
|
}
|
|
6536
6539
|
const s = {};
|
|
6537
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6540
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = $n.key, s.children = [
|
|
6541
|
+
Qt(t, e, "tab1", "tab 1"),
|
|
6542
|
+
Qt(t, e, "tab2", "tab 2"),
|
|
6543
|
+
Qt(t, e, "tab3", "tab 3")
|
|
6541
6544
|
], s;
|
|
6542
6545
|
}
|
|
6543
|
-
function
|
|
6546
|
+
function Qt(t, e, i, o) {
|
|
6544
6547
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6545
6548
|
if (!s) {
|
|
6546
6549
|
console.error(`tabsV1/spawnTab property tag not found, ${l}`);
|
|
6547
6550
|
return;
|
|
6548
6551
|
}
|
|
6549
|
-
const a =
|
|
6552
|
+
const a = Vn.properties[s];
|
|
6550
6553
|
if (!a) {
|
|
6551
6554
|
console.error(`tabsV1/spawnTab properties not found, ${l}`);
|
|
6552
6555
|
return;
|
|
6553
6556
|
}
|
|
6554
6557
|
const m = {};
|
|
6555
|
-
return P(m, a), m.basic.id = T(16), m.basic.key =
|
|
6558
|
+
return P(m, a), m.basic.id = T(16), m.basic.key = Vn.key, m.settings.value = i, m.settings.text = o, m;
|
|
6556
6559
|
}
|
|
6557
|
-
const On = B(j);
|
|
6558
|
-
On.key = "backgroundColor";
|
|
6559
|
-
On.name = "x-runtime-lib.backgroundColor";
|
|
6560
6560
|
const Un = B(j);
|
|
6561
|
-
Un.key = "
|
|
6562
|
-
Un.name = "x-runtime-lib.
|
|
6561
|
+
Un.key = "backgroundColor";
|
|
6562
|
+
Un.name = "x-runtime-lib.backgroundColor";
|
|
6563
6563
|
const Xn = B(j);
|
|
6564
|
-
Xn.key = "
|
|
6565
|
-
Xn.name = "x-runtime-lib.
|
|
6566
|
-
const
|
|
6564
|
+
Xn.key = "selectedColor";
|
|
6565
|
+
Xn.name = "x-runtime-lib.selectedColor";
|
|
6566
|
+
const Yn = B(j);
|
|
6567
|
+
Yn.key = "sliderColor";
|
|
6568
|
+
Yn.name = "x-runtime-lib.sliderColor";
|
|
6569
|
+
const Hi = {
|
|
6567
6570
|
key: "settings",
|
|
6568
6571
|
name: "x-runtime-lib.settings",
|
|
6569
6572
|
children: [
|
|
@@ -6639,38 +6642,38 @@ const Gi = {
|
|
|
6639
6642
|
{
|
|
6640
6643
|
key: "color",
|
|
6641
6644
|
name: "x-runtime-lib.color",
|
|
6642
|
-
children: [
|
|
6645
|
+
children: [Un, Xn, Yn]
|
|
6643
6646
|
}
|
|
6644
6647
|
]
|
|
6645
|
-
},
|
|
6646
|
-
key:
|
|
6648
|
+
}, $n = {
|
|
6649
|
+
key: Nt,
|
|
6647
6650
|
name: "x-runtime-lib.tabs",
|
|
6648
6651
|
comp: jl,
|
|
6649
6652
|
properties: {
|
|
6650
|
-
pageCommon: [
|
|
6651
|
-
compCommon: [
|
|
6653
|
+
pageCommon: [b, Hi],
|
|
6654
|
+
compCommon: [b, Hi]
|
|
6652
6655
|
},
|
|
6653
6656
|
events: [],
|
|
6654
6657
|
methods: [],
|
|
6655
6658
|
slots: [],
|
|
6656
6659
|
spawn: ru
|
|
6657
6660
|
};
|
|
6658
|
-
_(
|
|
6661
|
+
_($n);
|
|
6659
6662
|
function lu(t, e) {
|
|
6660
6663
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6661
6664
|
if (!o) {
|
|
6662
6665
|
console.error(`textV1/spawn property tag not found, ${i}`);
|
|
6663
6666
|
return;
|
|
6664
6667
|
}
|
|
6665
|
-
const l =
|
|
6668
|
+
const l = ge.properties[o];
|
|
6666
6669
|
if (!l) {
|
|
6667
6670
|
console.error(`textV1/spawn properties not found, ${i}`);
|
|
6668
6671
|
return;
|
|
6669
6672
|
}
|
|
6670
6673
|
const s = {};
|
|
6671
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6674
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = ge.key, s.settings.text = "text", s;
|
|
6672
6675
|
}
|
|
6673
|
-
const
|
|
6676
|
+
const Ki = {
|
|
6674
6677
|
key: "settings",
|
|
6675
6678
|
name: "x-runtime-lib.settings",
|
|
6676
6679
|
children: [
|
|
@@ -6756,13 +6759,13 @@ const Hi = {
|
|
|
6756
6759
|
default: !1
|
|
6757
6760
|
}
|
|
6758
6761
|
]
|
|
6759
|
-
},
|
|
6760
|
-
key:
|
|
6762
|
+
}, ge = {
|
|
6763
|
+
key: Mt,
|
|
6761
6764
|
name: "x-runtime-lib.text",
|
|
6762
6765
|
comp: Ol,
|
|
6763
6766
|
properties: {
|
|
6764
|
-
pageCommon: [
|
|
6765
|
-
compCommon: [
|
|
6767
|
+
pageCommon: [b, Ki],
|
|
6768
|
+
compCommon: [b, Ki]
|
|
6766
6769
|
},
|
|
6767
6770
|
events: [],
|
|
6768
6771
|
methods: [],
|
|
@@ -6770,22 +6773,22 @@ const Hi = {
|
|
|
6770
6773
|
leaf: !0,
|
|
6771
6774
|
spawn: lu
|
|
6772
6775
|
};
|
|
6773
|
-
_(
|
|
6776
|
+
_(ge);
|
|
6774
6777
|
function au(t, e) {
|
|
6775
6778
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6776
6779
|
if (!o) {
|
|
6777
6780
|
console.error(`textareaV1/spawn property tag not found, ${i}`);
|
|
6778
6781
|
return;
|
|
6779
6782
|
}
|
|
6780
|
-
const l =
|
|
6783
|
+
const l = In.properties[o];
|
|
6781
6784
|
if (!l) {
|
|
6782
6785
|
console.error(`textareaV1/spawn properties not found, ${i}`);
|
|
6783
6786
|
return;
|
|
6784
6787
|
}
|
|
6785
6788
|
const s = {};
|
|
6786
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6789
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = In.key, s.settings.label = "label", s;
|
|
6787
6790
|
}
|
|
6788
|
-
const
|
|
6791
|
+
const ji = {
|
|
6789
6792
|
key: "settings",
|
|
6790
6793
|
name: "x-runtime-lib.settings",
|
|
6791
6794
|
children: [
|
|
@@ -6856,13 +6859,13 @@ const Ki = {
|
|
|
6856
6859
|
default: 0
|
|
6857
6860
|
}
|
|
6858
6861
|
]
|
|
6859
|
-
},
|
|
6860
|
-
key:
|
|
6862
|
+
}, In = {
|
|
6863
|
+
key: Rt,
|
|
6861
6864
|
name: "x-runtime-lib.textarea",
|
|
6862
6865
|
comp: Ul,
|
|
6863
6866
|
properties: {
|
|
6864
|
-
pageCommon: [
|
|
6865
|
-
compCommon: [
|
|
6867
|
+
pageCommon: [b, ji],
|
|
6868
|
+
compCommon: [b, ji]
|
|
6866
6869
|
},
|
|
6867
6870
|
events: [],
|
|
6868
6871
|
methods: [],
|
|
@@ -6870,51 +6873,51 @@ const Ki = {
|
|
|
6870
6873
|
leaf: !0,
|
|
6871
6874
|
spawn: au
|
|
6872
6875
|
};
|
|
6873
|
-
_(
|
|
6874
|
-
const
|
|
6876
|
+
_(In);
|
|
6877
|
+
const Sn = {
|
|
6875
6878
|
key: Vo,
|
|
6876
6879
|
name: "x-runtime-lib.timelineItem",
|
|
6877
6880
|
comp: Zl,
|
|
6878
6881
|
properties: {
|
|
6879
|
-
pageCommon: [
|
|
6880
|
-
compCommon: [
|
|
6882
|
+
pageCommon: [b],
|
|
6883
|
+
compCommon: [b]
|
|
6881
6884
|
},
|
|
6882
6885
|
events: [],
|
|
6883
6886
|
methods: [],
|
|
6884
6887
|
slots: []
|
|
6885
6888
|
};
|
|
6886
|
-
_(
|
|
6889
|
+
_(Sn);
|
|
6887
6890
|
function uu(t, e) {
|
|
6888
6891
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6889
6892
|
if (!o) {
|
|
6890
6893
|
console.error(`timelineV1/spawn property tag not found, ${i}`);
|
|
6891
6894
|
return;
|
|
6892
6895
|
}
|
|
6893
|
-
const l =
|
|
6896
|
+
const l = Cn.properties[o];
|
|
6894
6897
|
if (!l) {
|
|
6895
6898
|
console.error(`timelineV1/spawn properties not found, ${i}`);
|
|
6896
6899
|
return;
|
|
6897
6900
|
}
|
|
6898
6901
|
const s = {};
|
|
6899
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6900
|
-
|
|
6901
|
-
|
|
6902
|
-
|
|
6902
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Cn.key, s.children = [
|
|
6903
|
+
en(t, e, "timeline 1"),
|
|
6904
|
+
en(t, e, "timeline 2"),
|
|
6905
|
+
en(t, e, "timeline 3")
|
|
6903
6906
|
], s;
|
|
6904
6907
|
}
|
|
6905
|
-
function
|
|
6908
|
+
function en(t, e, i) {
|
|
6906
6909
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6907
6910
|
if (!l) {
|
|
6908
6911
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
6909
6912
|
return;
|
|
6910
6913
|
}
|
|
6911
|
-
const s =
|
|
6914
|
+
const s = Sn.properties[l];
|
|
6912
6915
|
if (!s) {
|
|
6913
6916
|
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
6914
6917
|
return;
|
|
6915
6918
|
}
|
|
6916
6919
|
const a = {};
|
|
6917
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6920
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Sn.key, a.children = [cu(t, e, i)], a;
|
|
6918
6921
|
}
|
|
6919
6922
|
function cu(t, e, i) {
|
|
6920
6923
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
@@ -6922,15 +6925,15 @@ function cu(t, e, i) {
|
|
|
6922
6925
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
6923
6926
|
return;
|
|
6924
6927
|
}
|
|
6925
|
-
const s =
|
|
6928
|
+
const s = ge.properties[l];
|
|
6926
6929
|
if (!s) {
|
|
6927
6930
|
console.error(`timelineV1/spawnText properties not found, ${o}`);
|
|
6928
6931
|
return;
|
|
6929
6932
|
}
|
|
6930
6933
|
const a = {};
|
|
6931
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6934
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = ge.key, a.settings.text = i, a;
|
|
6932
6935
|
}
|
|
6933
|
-
const pu = B(j), mu = B(j),
|
|
6936
|
+
const pu = B(j), mu = B(j), Oi = {
|
|
6934
6937
|
key: "settings",
|
|
6935
6938
|
name: "x-runtime-lib.settings",
|
|
6936
6939
|
children: [
|
|
@@ -7008,64 +7011,64 @@ const pu = B(j), mu = B(j), ji = {
|
|
|
7008
7011
|
]
|
|
7009
7012
|
}
|
|
7010
7013
|
]
|
|
7011
|
-
},
|
|
7012
|
-
key:
|
|
7014
|
+
}, Cn = {
|
|
7015
|
+
key: Ft,
|
|
7013
7016
|
name: "x-runtime-lib.timeline",
|
|
7014
7017
|
comp: Yl,
|
|
7015
7018
|
properties: {
|
|
7016
|
-
pageCommon: [
|
|
7017
|
-
compCommon: [
|
|
7019
|
+
pageCommon: [b, Oi],
|
|
7020
|
+
compCommon: [b, Oi]
|
|
7018
7021
|
},
|
|
7019
7022
|
events: [],
|
|
7020
7023
|
methods: [],
|
|
7021
7024
|
slots: [],
|
|
7022
7025
|
spawn: uu
|
|
7023
7026
|
};
|
|
7024
|
-
_(
|
|
7025
|
-
const
|
|
7027
|
+
_(Cn);
|
|
7028
|
+
const Tn = {
|
|
7026
7029
|
key: $o,
|
|
7027
7030
|
name: "x-runtime-lib.windowItem",
|
|
7028
7031
|
comp: na,
|
|
7029
7032
|
properties: {
|
|
7030
|
-
pageCommon: [
|
|
7031
|
-
compCommon: [
|
|
7033
|
+
pageCommon: [b],
|
|
7034
|
+
compCommon: [b]
|
|
7032
7035
|
},
|
|
7033
7036
|
events: [],
|
|
7034
7037
|
methods: [],
|
|
7035
7038
|
slots: []
|
|
7036
7039
|
};
|
|
7037
|
-
_(
|
|
7040
|
+
_(Tn);
|
|
7038
7041
|
function du(t, e) {
|
|
7039
7042
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
7040
7043
|
if (!o) {
|
|
7041
7044
|
console.error(`windowV1/spawn property tag not found, ${i}`);
|
|
7042
7045
|
return;
|
|
7043
7046
|
}
|
|
7044
|
-
const l =
|
|
7047
|
+
const l = Pn.properties[o];
|
|
7045
7048
|
if (!l) {
|
|
7046
7049
|
console.error(`windowV1/spawn properties not found, ${i}`);
|
|
7047
7050
|
return;
|
|
7048
7051
|
}
|
|
7049
7052
|
const s = {};
|
|
7050
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
7051
|
-
|
|
7052
|
-
|
|
7053
|
-
|
|
7053
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Pn.key, s.children = [
|
|
7054
|
+
tn(t, e, "window 1"),
|
|
7055
|
+
tn(t, e, "window 2"),
|
|
7056
|
+
tn(t, e, "window 3")
|
|
7054
7057
|
], s;
|
|
7055
7058
|
}
|
|
7056
|
-
function
|
|
7059
|
+
function tn(t, e, i) {
|
|
7057
7060
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
7058
7061
|
if (!l) {
|
|
7059
7062
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
7060
7063
|
return;
|
|
7061
7064
|
}
|
|
7062
|
-
const s =
|
|
7065
|
+
const s = Tn.properties[l];
|
|
7063
7066
|
if (!s) {
|
|
7064
7067
|
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
7065
7068
|
return;
|
|
7066
7069
|
}
|
|
7067
7070
|
const a = {};
|
|
7068
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
7071
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Tn.key, a.children = [yu(t, e, i)], a;
|
|
7069
7072
|
}
|
|
7070
7073
|
function yu(t, e, i) {
|
|
7071
7074
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
@@ -7075,13 +7078,13 @@ function yu(t, e, i) {
|
|
|
7075
7078
|
);
|
|
7076
7079
|
return;
|
|
7077
7080
|
}
|
|
7078
|
-
const s =
|
|
7081
|
+
const s = Be.properties[l];
|
|
7079
7082
|
if (!s) {
|
|
7080
7083
|
console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
|
|
7081
7084
|
return;
|
|
7082
7085
|
}
|
|
7083
7086
|
const a = {};
|
|
7084
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
7087
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Be.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 = [fu(t, e, i)], a;
|
|
7085
7088
|
}
|
|
7086
7089
|
function fu(t, e, i) {
|
|
7087
7090
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
@@ -7089,15 +7092,15 @@ function fu(t, e, i) {
|
|
|
7089
7092
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
7090
7093
|
return;
|
|
7091
7094
|
}
|
|
7092
|
-
const s =
|
|
7095
|
+
const s = ge.properties[l];
|
|
7093
7096
|
if (!s) {
|
|
7094
7097
|
console.error(`windowV1/spawnText properties not found, ${o}`);
|
|
7095
7098
|
return;
|
|
7096
7099
|
}
|
|
7097
7100
|
const a = {};
|
|
7098
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
7101
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = ge.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
7099
7102
|
}
|
|
7100
|
-
const
|
|
7103
|
+
const Ui = {
|
|
7101
7104
|
key: "settings",
|
|
7102
7105
|
name: "x-runtime-lib.settings",
|
|
7103
7106
|
children: [
|
|
@@ -7145,20 +7148,20 @@ const Oi = {
|
|
|
7145
7148
|
default: !1
|
|
7146
7149
|
}
|
|
7147
7150
|
]
|
|
7148
|
-
},
|
|
7149
|
-
key:
|
|
7151
|
+
}, Pn = {
|
|
7152
|
+
key: Gt,
|
|
7150
7153
|
name: "x-runtime-lib.window",
|
|
7151
7154
|
comp: Ql,
|
|
7152
7155
|
properties: {
|
|
7153
|
-
pageCommon: [
|
|
7154
|
-
compCommon: [
|
|
7156
|
+
pageCommon: [b, Ui],
|
|
7157
|
+
compCommon: [b, Ui]
|
|
7155
7158
|
},
|
|
7156
7159
|
events: [],
|
|
7157
7160
|
methods: [],
|
|
7158
7161
|
slots: [],
|
|
7159
7162
|
spawn: du
|
|
7160
7163
|
};
|
|
7161
|
-
_(
|
|
7164
|
+
_(Pn);
|
|
7162
7165
|
const bu = [
|
|
7163
7166
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7164
7167
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7368,7 +7371,7 @@ const bu = [
|
|
|
7368
7371
|
title: "x-runtime-lib.pixel",
|
|
7369
7372
|
value: "pixel",
|
|
7370
7373
|
ui: "pixelInput",
|
|
7371
|
-
validator:
|
|
7374
|
+
validator: Ue,
|
|
7372
7375
|
default: "0px",
|
|
7373
7376
|
precision: 0,
|
|
7374
7377
|
min: 0,
|
|
@@ -7416,14 +7419,14 @@ const bu = [
|
|
|
7416
7419
|
title: "x-runtime-lib.pixel",
|
|
7417
7420
|
value: "pixel",
|
|
7418
7421
|
ui: "pixelInput",
|
|
7419
|
-
validator:
|
|
7422
|
+
validator: Ue,
|
|
7420
7423
|
default: "0px"
|
|
7421
7424
|
},
|
|
7422
7425
|
{
|
|
7423
7426
|
title: "x-runtime-lib.percent",
|
|
7424
7427
|
value: "percent",
|
|
7425
7428
|
ui: "percentInput",
|
|
7426
|
-
validator:
|
|
7429
|
+
validator: Ln,
|
|
7427
7430
|
precision: 6,
|
|
7428
7431
|
default: "0%"
|
|
7429
7432
|
}
|
|
@@ -7439,7 +7442,7 @@ const bu = [
|
|
|
7439
7442
|
title: "x-runtime-lib.pixel",
|
|
7440
7443
|
value: "pixel",
|
|
7441
7444
|
ui: "pixelInput",
|
|
7442
|
-
validator:
|
|
7445
|
+
validator: Ue,
|
|
7443
7446
|
min: 0,
|
|
7444
7447
|
default: "0px"
|
|
7445
7448
|
},
|
|
@@ -7447,7 +7450,7 @@ const bu = [
|
|
|
7447
7450
|
title: "x-runtime-lib.percent",
|
|
7448
7451
|
value: "percent",
|
|
7449
7452
|
ui: "percentInput",
|
|
7450
|
-
validator:
|
|
7453
|
+
validator: Ln,
|
|
7451
7454
|
precision: 6,
|
|
7452
7455
|
min: 0,
|
|
7453
7456
|
default: "0%"
|
|
@@ -7464,7 +7467,7 @@ const bu = [
|
|
|
7464
7467
|
title: "x-runtime-lib.pixel",
|
|
7465
7468
|
value: "pixel",
|
|
7466
7469
|
ui: "pixelInput",
|
|
7467
|
-
validator:
|
|
7470
|
+
validator: Ue,
|
|
7468
7471
|
min: 0,
|
|
7469
7472
|
default: "0px"
|
|
7470
7473
|
},
|
|
@@ -7472,7 +7475,7 @@ const bu = [
|
|
|
7472
7475
|
title: "x-runtime-lib.percent",
|
|
7473
7476
|
value: "percent",
|
|
7474
7477
|
ui: "percentInput",
|
|
7475
|
-
validator:
|
|
7478
|
+
validator: Ln,
|
|
7476
7479
|
precision: 6,
|
|
7477
7480
|
min: 0,
|
|
7478
7481
|
default: "0%"
|
|
@@ -7542,224 +7545,223 @@ const bu = [
|
|
|
7542
7545
|
key: "containment",
|
|
7543
7546
|
name: "x-runtime-lib.containment",
|
|
7544
7547
|
items: [
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
|
-
|
|
7548
|
-
|
|
7549
|
-
|
|
7550
|
-
|
|
7551
|
-
|
|
7548
|
+
Ze,
|
|
7549
|
+
tt,
|
|
7550
|
+
it,
|
|
7551
|
+
lt,
|
|
7552
|
+
dt,
|
|
7553
|
+
ct,
|
|
7554
|
+
vt
|
|
7552
7555
|
]
|
|
7553
7556
|
},
|
|
7554
7557
|
{
|
|
7555
7558
|
key: "navigation",
|
|
7556
7559
|
name: "x-runtime-lib.navigation",
|
|
7557
|
-
items: [
|
|
7560
|
+
items: [Mn, $t, Nt]
|
|
7558
7561
|
},
|
|
7559
7562
|
{
|
|
7560
7563
|
key: "formRelated",
|
|
7561
7564
|
name: "x-runtime-lib.formRelated",
|
|
7562
7565
|
items: [
|
|
7563
|
-
|
|
7564
|
-
Nt,
|
|
7565
|
-
Rt,
|
|
7566
|
+
yt,
|
|
7566
7567
|
Mt,
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
|
|
7570
|
-
Wt,
|
|
7571
|
-
St,
|
|
7572
|
-
tt,
|
|
7568
|
+
Dt,
|
|
7569
|
+
Rt,
|
|
7570
|
+
_t,
|
|
7573
7571
|
zt,
|
|
7572
|
+
rt,
|
|
7573
|
+
Et,
|
|
7574
7574
|
Ct,
|
|
7575
|
-
|
|
7575
|
+
nt,
|
|
7576
|
+
At,
|
|
7577
|
+
Tt,
|
|
7578
|
+
mt
|
|
7576
7579
|
]
|
|
7577
7580
|
},
|
|
7578
7581
|
{
|
|
7579
7582
|
key: "dataDisplay",
|
|
7580
7583
|
name: "x-runtime-lib.dataDisplay",
|
|
7581
|
-
items: [
|
|
7584
|
+
items: [Fn, at, Je, gt]
|
|
7582
7585
|
},
|
|
7583
7586
|
{
|
|
7584
7587
|
key: "selection",
|
|
7585
7588
|
name: "x-runtime-lib.selection",
|
|
7586
7589
|
items: [
|
|
7590
|
+
et,
|
|
7587
7591
|
Qe,
|
|
7588
|
-
|
|
7589
|
-
|
|
7590
|
-
|
|
7591
|
-
Ft
|
|
7592
|
+
ot,
|
|
7593
|
+
Wt,
|
|
7594
|
+
Gt
|
|
7592
7595
|
]
|
|
7593
7596
|
},
|
|
7594
7597
|
{
|
|
7595
7598
|
key: "feedback",
|
|
7596
7599
|
name: "x-runtime-lib.feedback",
|
|
7597
|
-
items: [
|
|
7600
|
+
items: [Ye, Pt, Ft]
|
|
7598
7601
|
},
|
|
7599
7602
|
{
|
|
7600
7603
|
key: "imagesAndIcons",
|
|
7601
7604
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7602
|
-
items: [
|
|
7605
|
+
items: [bt]
|
|
7603
7606
|
},
|
|
7604
7607
|
{
|
|
7605
7608
|
key: "pickers",
|
|
7606
7609
|
name: "x-runtime-lib.pickers",
|
|
7607
|
-
items: [
|
|
7610
|
+
items: [st, ut]
|
|
7608
7611
|
},
|
|
7609
7612
|
{
|
|
7610
7613
|
key: "dynamic",
|
|
7611
7614
|
name: "x-runtime-lib.dynamic",
|
|
7612
|
-
items: [
|
|
7615
|
+
items: [Fe, Rn, Dn]
|
|
7613
7616
|
}
|
|
7614
7617
|
], qu = [
|
|
7615
7618
|
{
|
|
7616
7619
|
key: "objects",
|
|
7617
7620
|
name: "x-runtime-lib.objects",
|
|
7618
|
-
items: [
|
|
7621
|
+
items: [ft, kt]
|
|
7619
7622
|
},
|
|
7620
7623
|
{
|
|
7621
7624
|
key: "geometries",
|
|
7622
7625
|
name: "x-runtime-lib.geometries",
|
|
7623
|
-
items: [
|
|
7626
|
+
items: [qe, Lt]
|
|
7624
7627
|
},
|
|
7625
7628
|
{
|
|
7626
7629
|
key: "lights",
|
|
7627
7630
|
name: "x-runtime-lib.lights",
|
|
7628
7631
|
items: [
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7632
|
+
Xe,
|
|
7633
|
+
pt,
|
|
7634
|
+
St,
|
|
7635
|
+
Bt
|
|
7633
7636
|
]
|
|
7634
7637
|
},
|
|
7635
7638
|
{
|
|
7636
7639
|
key: "cameras",
|
|
7637
7640
|
name: "x-runtime-lib.cameras",
|
|
7638
|
-
items: [
|
|
7641
|
+
items: [It, Vt]
|
|
7639
7642
|
},
|
|
7640
7643
|
{
|
|
7641
7644
|
key: "controls",
|
|
7642
7645
|
name: "x-runtime-lib.controls",
|
|
7643
|
-
items: [
|
|
7646
|
+
items: [wt, xt, ht]
|
|
7644
7647
|
}
|
|
7645
7648
|
], Zu = [
|
|
7646
7649
|
{
|
|
7647
7650
|
key: "containment",
|
|
7648
7651
|
name: "x-runtime-lib.containment",
|
|
7649
7652
|
items: [
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
|
|
7656
|
-
|
|
7653
|
+
Ze,
|
|
7654
|
+
tt,
|
|
7655
|
+
it,
|
|
7656
|
+
lt,
|
|
7657
|
+
dt,
|
|
7658
|
+
ct,
|
|
7659
|
+
vt
|
|
7657
7660
|
]
|
|
7658
7661
|
},
|
|
7659
7662
|
{
|
|
7660
7663
|
key: "navigation",
|
|
7661
7664
|
name: "x-runtime-lib.navigation",
|
|
7662
|
-
items: [
|
|
7665
|
+
items: [Mn, $t, Nt]
|
|
7663
7666
|
},
|
|
7664
7667
|
{
|
|
7665
7668
|
key: "formRelated",
|
|
7666
7669
|
name: "x-runtime-lib.formRelated",
|
|
7667
7670
|
items: [
|
|
7668
|
-
|
|
7669
|
-
Nt,
|
|
7670
|
-
Rt,
|
|
7671
|
+
yt,
|
|
7671
7672
|
Mt,
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
Wt,
|
|
7676
|
-
St,
|
|
7677
|
-
tt,
|
|
7673
|
+
Dt,
|
|
7674
|
+
Rt,
|
|
7675
|
+
_t,
|
|
7678
7676
|
zt,
|
|
7677
|
+
rt,
|
|
7678
|
+
Et,
|
|
7679
7679
|
Ct,
|
|
7680
|
-
|
|
7680
|
+
nt,
|
|
7681
|
+
At,
|
|
7682
|
+
Tt,
|
|
7683
|
+
mt
|
|
7681
7684
|
]
|
|
7682
7685
|
},
|
|
7683
7686
|
{
|
|
7684
7687
|
key: "dataDisplay",
|
|
7685
7688
|
name: "x-runtime-lib.dataDisplay",
|
|
7686
|
-
items: [
|
|
7689
|
+
items: [Fn, at, Je, gt]
|
|
7687
7690
|
},
|
|
7688
7691
|
{
|
|
7689
7692
|
key: "selection",
|
|
7690
7693
|
name: "x-runtime-lib.selection",
|
|
7691
7694
|
items: [
|
|
7695
|
+
et,
|
|
7692
7696
|
Qe,
|
|
7693
|
-
|
|
7694
|
-
|
|
7695
|
-
|
|
7696
|
-
Ft
|
|
7697
|
+
ot,
|
|
7698
|
+
Wt,
|
|
7699
|
+
Gt
|
|
7697
7700
|
]
|
|
7698
7701
|
},
|
|
7699
7702
|
{
|
|
7700
7703
|
key: "feedback",
|
|
7701
7704
|
name: "x-runtime-lib.feedback",
|
|
7702
|
-
items: [
|
|
7705
|
+
items: [Ye, Pt, Ft]
|
|
7703
7706
|
},
|
|
7704
7707
|
{
|
|
7705
7708
|
key: "imagesAndIcons",
|
|
7706
7709
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7707
|
-
items: [
|
|
7710
|
+
items: [bt]
|
|
7708
7711
|
},
|
|
7709
7712
|
{
|
|
7710
7713
|
key: "pickers",
|
|
7711
7714
|
name: "x-runtime-lib.pickers",
|
|
7712
|
-
items: [
|
|
7715
|
+
items: [st, ut]
|
|
7713
7716
|
},
|
|
7714
7717
|
{
|
|
7715
7718
|
key: "dynamic",
|
|
7716
7719
|
name: "x-runtime-lib.dynamic",
|
|
7717
|
-
items: [
|
|
7720
|
+
items: [Fe, Rn, Dn]
|
|
7718
7721
|
}
|
|
7719
7722
|
], Qu = [
|
|
7720
7723
|
{
|
|
7721
7724
|
key: "objects",
|
|
7722
7725
|
name: "x-runtime-lib.objects",
|
|
7723
|
-
items: [
|
|
7726
|
+
items: [ft, kt]
|
|
7724
7727
|
},
|
|
7725
7728
|
{
|
|
7726
7729
|
key: "geometries",
|
|
7727
7730
|
name: "x-runtime-lib.geometries",
|
|
7728
|
-
items: [
|
|
7731
|
+
items: [qe, Lt]
|
|
7729
7732
|
},
|
|
7730
7733
|
{
|
|
7731
7734
|
key: "lights",
|
|
7732
7735
|
name: "x-runtime-lib.lights",
|
|
7733
7736
|
items: [
|
|
7734
|
-
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7737
|
+
Xe,
|
|
7738
|
+
pt,
|
|
7739
|
+
St,
|
|
7740
|
+
Bt
|
|
7738
7741
|
]
|
|
7739
7742
|
},
|
|
7740
7743
|
{
|
|
7741
7744
|
key: "cameras",
|
|
7742
7745
|
name: "x-runtime-lib.cameras",
|
|
7743
|
-
items: [
|
|
7746
|
+
items: [It, Vt]
|
|
7744
7747
|
},
|
|
7745
7748
|
{
|
|
7746
7749
|
key: "controls",
|
|
7747
7750
|
name: "x-runtime-lib.controls",
|
|
7748
|
-
items: [
|
|
7751
|
+
items: [wt, xt, ht]
|
|
7749
7752
|
}
|
|
7750
7753
|
], ec = {
|
|
7751
7754
|
version: "v1",
|
|
7752
|
-
globalityKey:
|
|
7753
|
-
refKey:
|
|
7755
|
+
globalityKey: nn,
|
|
7756
|
+
refKey: Fe,
|
|
7754
7757
|
items: { ...Fu },
|
|
7755
7758
|
types: { ...Yu },
|
|
7756
7759
|
elements: /* @__PURE__ */ new Set([
|
|
7757
|
-
Ue,
|
|
7758
7760
|
Xe,
|
|
7759
7761
|
Ye,
|
|
7760
7762
|
Je,
|
|
7761
|
-
Nn,
|
|
7762
7763
|
qe,
|
|
7764
|
+
Mn,
|
|
7763
7765
|
Ze,
|
|
7764
7766
|
Qe,
|
|
7765
7767
|
et,
|
|
@@ -7775,48 +7777,49 @@ const bu = [
|
|
|
7775
7777
|
ct,
|
|
7776
7778
|
pt,
|
|
7777
7779
|
mt,
|
|
7778
|
-
ho,
|
|
7779
7780
|
dt,
|
|
7780
|
-
|
|
7781
|
+
ho,
|
|
7781
7782
|
yt,
|
|
7783
|
+
nn,
|
|
7782
7784
|
ft,
|
|
7783
7785
|
bt,
|
|
7784
7786
|
ht,
|
|
7785
7787
|
gt,
|
|
7786
7788
|
xt,
|
|
7787
7789
|
vt,
|
|
7788
|
-
Mn,
|
|
7789
7790
|
kt,
|
|
7791
|
+
Rn,
|
|
7790
7792
|
_t,
|
|
7791
7793
|
wt,
|
|
7792
7794
|
Vt,
|
|
7793
7795
|
$t,
|
|
7794
7796
|
It,
|
|
7795
|
-
go,
|
|
7796
7797
|
St,
|
|
7798
|
+
go,
|
|
7797
7799
|
Ct,
|
|
7798
7800
|
Tt,
|
|
7799
|
-
Rn,
|
|
7800
7801
|
Pt,
|
|
7801
|
-
|
|
7802
|
+
Dn,
|
|
7802
7803
|
zt,
|
|
7804
|
+
Fe,
|
|
7803
7805
|
At,
|
|
7804
7806
|
Lt,
|
|
7805
7807
|
Bt,
|
|
7808
|
+
Wt,
|
|
7806
7809
|
xo,
|
|
7807
7810
|
vo,
|
|
7808
7811
|
ko,
|
|
7809
7812
|
_o,
|
|
7810
|
-
Wt,
|
|
7811
|
-
wo,
|
|
7812
|
-
Dn,
|
|
7813
7813
|
Et,
|
|
7814
|
+
wo,
|
|
7815
|
+
Fn,
|
|
7814
7816
|
Nt,
|
|
7815
7817
|
Mt,
|
|
7816
7818
|
Rt,
|
|
7817
7819
|
Dt,
|
|
7818
|
-
Vo,
|
|
7819
7820
|
Ft,
|
|
7821
|
+
Vo,
|
|
7822
|
+
Gt,
|
|
7820
7823
|
$o
|
|
7821
7824
|
]),
|
|
7822
7825
|
groups: {
|
|
@@ -7830,17 +7833,17 @@ const bu = [
|
|
|
7830
7833
|
};
|
|
7831
7834
|
function A(t, e) {
|
|
7832
7835
|
if (t === "page") {
|
|
7833
|
-
if (!
|
|
7836
|
+
if (!bs.includes(e)) {
|
|
7834
7837
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7835
7838
|
return;
|
|
7836
7839
|
}
|
|
7837
|
-
} else if (t === "comp" && !
|
|
7840
|
+
} else if (t === "comp" && !hs.includes(e)) {
|
|
7838
7841
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7839
7842
|
return;
|
|
7840
7843
|
}
|
|
7841
7844
|
return `${t}${us(e)}`;
|
|
7842
7845
|
}
|
|
7843
|
-
function
|
|
7846
|
+
function Xi(t, e) {
|
|
7844
7847
|
if (t.array)
|
|
7845
7848
|
return e ? B(t.default) : B(t.defaultArray);
|
|
7846
7849
|
{
|
|
@@ -7853,15 +7856,15 @@ function P(t, e) {
|
|
|
7853
7856
|
if (l.ui) {
|
|
7854
7857
|
if (l.ui === "strInput" && l.static)
|
|
7855
7858
|
return;
|
|
7856
|
-
o[l.key] =
|
|
7859
|
+
o[l.key] = Xi(l);
|
|
7857
7860
|
} else
|
|
7858
|
-
l.array ? o[l.key] =
|
|
7861
|
+
l.array ? o[l.key] = Xi(l) : l.children.forEach((s) => {
|
|
7859
7862
|
o[l.key] || (o[l.key] = {}), i(o[l.key], s);
|
|
7860
7863
|
});
|
|
7861
7864
|
}
|
|
7862
7865
|
e.forEach((o) => i(t, o));
|
|
7863
7866
|
}
|
|
7864
|
-
function
|
|
7867
|
+
function Ec(t, e, i, o, l) {
|
|
7865
7868
|
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
|
|
7866
7869
|
if (!a) {
|
|
7867
7870
|
console.error(`spawnNode property tag not found, ${s}`);
|
|
@@ -7878,7 +7881,7 @@ function Nc(t, e, i, o, l) {
|
|
|
7878
7881
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7879
7882
|
return;
|
|
7880
7883
|
}
|
|
7881
|
-
const p =
|
|
7884
|
+
const p = Pe[d];
|
|
7882
7885
|
if (!p) {
|
|
7883
7886
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
7884
7887
|
return;
|
|
@@ -7903,7 +7906,7 @@ function Nc(t, e, i, o, l) {
|
|
|
7903
7906
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
7904
7907
|
return;
|
|
7905
7908
|
}
|
|
7906
|
-
const f =
|
|
7909
|
+
const f = Pe[d];
|
|
7907
7910
|
if (!f) {
|
|
7908
7911
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
7909
7912
|
return;
|
|
@@ -7926,7 +7929,7 @@ function Nc(t, e, i, o, l) {
|
|
|
7926
7929
|
}
|
|
7927
7930
|
}
|
|
7928
7931
|
}
|
|
7929
|
-
function
|
|
7932
|
+
function Nc(t, e) {
|
|
7930
7933
|
function i(o) {
|
|
7931
7934
|
if (o.basic.id === e)
|
|
7932
7935
|
return o;
|
|
@@ -7950,72 +7953,72 @@ function tc(t) {
|
|
|
7950
7953
|
const i = B(t);
|
|
7951
7954
|
return e(i), i;
|
|
7952
7955
|
}
|
|
7953
|
-
function
|
|
7956
|
+
function Mc(t) {
|
|
7954
7957
|
const e = [];
|
|
7955
7958
|
return t.forEach((i) => {
|
|
7956
7959
|
e.push(tc(i));
|
|
7957
7960
|
}), e;
|
|
7958
7961
|
}
|
|
7959
7962
|
const So = "runtimeOrg", Co = "runtimeEnv", To = "runtimeMode", Po = "runtimeDevice", zo = "runtimeDark", Ao = "runtimeType", Lo = "runtimeData", Bo = "runtimeDepends", Wo = "runtimeSandbox";
|
|
7960
|
-
function
|
|
7961
|
-
|
|
7963
|
+
function Rc(t) {
|
|
7964
|
+
re(So, t);
|
|
7962
7965
|
}
|
|
7963
7966
|
function nc() {
|
|
7964
|
-
return
|
|
7967
|
+
return se(So);
|
|
7965
7968
|
}
|
|
7966
|
-
function
|
|
7967
|
-
|
|
7969
|
+
function Dc(t) {
|
|
7970
|
+
re(Co, t);
|
|
7968
7971
|
}
|
|
7969
7972
|
function ic() {
|
|
7970
|
-
return
|
|
7973
|
+
return se(Co);
|
|
7971
7974
|
}
|
|
7972
|
-
function
|
|
7973
|
-
|
|
7975
|
+
function Fc(t) {
|
|
7976
|
+
re(To, t);
|
|
7974
7977
|
}
|
|
7975
7978
|
function H() {
|
|
7976
|
-
return
|
|
7979
|
+
return se(To);
|
|
7980
|
+
}
|
|
7981
|
+
function Gc(t) {
|
|
7982
|
+
re(Po, An(t));
|
|
7983
|
+
}
|
|
7984
|
+
function Se() {
|
|
7985
|
+
return se(Po);
|
|
7977
7986
|
}
|
|
7978
7987
|
function Hc(t) {
|
|
7979
|
-
|
|
7988
|
+
re(zo, An(t));
|
|
7980
7989
|
}
|
|
7981
|
-
function
|
|
7982
|
-
return
|
|
7990
|
+
function Ee() {
|
|
7991
|
+
return se(zo);
|
|
7983
7992
|
}
|
|
7984
7993
|
function Kc(t) {
|
|
7985
|
-
|
|
7994
|
+
re(Ao, t);
|
|
7986
7995
|
}
|
|
7987
|
-
function
|
|
7988
|
-
return
|
|
7996
|
+
function ye() {
|
|
7997
|
+
return se(Ao);
|
|
7989
7998
|
}
|
|
7990
7999
|
function jc(t) {
|
|
7991
|
-
|
|
8000
|
+
re(Lo, t);
|
|
7992
8001
|
}
|
|
7993
|
-
function
|
|
7994
|
-
return
|
|
8002
|
+
function fe() {
|
|
8003
|
+
return se(Lo);
|
|
7995
8004
|
}
|
|
7996
8005
|
function Oc(t) {
|
|
7997
|
-
|
|
7998
|
-
}
|
|
7999
|
-
function de() {
|
|
8000
|
-
return oe(Lo);
|
|
8001
|
-
}
|
|
8002
|
-
function Uc(t) {
|
|
8003
|
-
se(Bo, zn(t));
|
|
8006
|
+
re(Bo, An(t));
|
|
8004
8007
|
}
|
|
8005
8008
|
function oc() {
|
|
8006
|
-
return
|
|
8009
|
+
return se(Bo);
|
|
8007
8010
|
}
|
|
8008
8011
|
function sc(t) {
|
|
8009
|
-
|
|
8012
|
+
re(Wo, t);
|
|
8010
8013
|
}
|
|
8011
|
-
function
|
|
8012
|
-
return
|
|
8014
|
+
function Ne() {
|
|
8015
|
+
return se(Wo);
|
|
8013
8016
|
}
|
|
8014
|
-
function
|
|
8017
|
+
function Te(t) {
|
|
8015
8018
|
const e = [t.type];
|
|
8016
8019
|
return t.type === "elementProperty" ? e.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? e.push(t.propertyId) : t.type === "state" ? e.push(t.stateId) : console.assert(!1), e.join("@");
|
|
8017
8020
|
}
|
|
8018
|
-
function
|
|
8021
|
+
function Re(t, e, i, o, l) {
|
|
8019
8022
|
const { watchEffect: s, bind: a } = e;
|
|
8020
8023
|
if (s[i])
|
|
8021
8024
|
for (const m of s[i]) {
|
|
@@ -8031,16 +8034,16 @@ function Me(t, e, i, o, l) {
|
|
|
8031
8034
|
}
|
|
8032
8035
|
let f = null;
|
|
8033
8036
|
for (const u of d)
|
|
8034
|
-
if (i ===
|
|
8037
|
+
if (i === Te(u)) {
|
|
8035
8038
|
if (u.subKeys) {
|
|
8036
|
-
if (!
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
+
if (!oe(
|
|
8040
|
+
_e(o, u.subKeys),
|
|
8041
|
+
_e(l, u.subKeys)
|
|
8039
8042
|
)) {
|
|
8040
8043
|
f = u;
|
|
8041
8044
|
break;
|
|
8042
8045
|
}
|
|
8043
|
-
} else if (!
|
|
8046
|
+
} else if (!oe(o, l)) {
|
|
8044
8047
|
f = u;
|
|
8045
8048
|
break;
|
|
8046
8049
|
}
|
|
@@ -8048,7 +8051,7 @@ function Me(t, e, i, o, l) {
|
|
|
8048
8051
|
if (!f)
|
|
8049
8052
|
continue;
|
|
8050
8053
|
let p;
|
|
8051
|
-
f.subKeys ? p =
|
|
8054
|
+
f.subKeys ? p = _e(o, f.subKeys) : p = o;
|
|
8052
8055
|
for (const u of d)
|
|
8053
8056
|
if (u.subKeys) {
|
|
8054
8057
|
let c;
|
|
@@ -8067,15 +8070,15 @@ function Me(t, e, i, o, l) {
|
|
|
8067
8070
|
console.assert(!1);
|
|
8068
8071
|
continue;
|
|
8069
8072
|
}
|
|
8070
|
-
const y =
|
|
8071
|
-
if (
|
|
8073
|
+
const y = _e(c, u.subKeys);
|
|
8074
|
+
if (oe(p, y))
|
|
8072
8075
|
continue;
|
|
8073
|
-
const
|
|
8074
|
-
uo(
|
|
8076
|
+
const h = B(c);
|
|
8077
|
+
uo(h, u.subKeys, B(p)), u.type === "elementProperty" ? t.setElementProperty(
|
|
8075
8078
|
u.nodeId,
|
|
8076
8079
|
u.propertyKeys,
|
|
8077
|
-
|
|
8078
|
-
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId,
|
|
8080
|
+
h
|
|
8081
|
+
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, h) : u.type === "state" ? t.setState(u.stateId, h) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, h) : console.assert(!1);
|
|
8079
8082
|
} else {
|
|
8080
8083
|
let c;
|
|
8081
8084
|
if (u.type === "elementProperty")
|
|
@@ -8093,7 +8096,7 @@ function Me(t, e, i, o, l) {
|
|
|
8093
8096
|
console.assert(!1);
|
|
8094
8097
|
continue;
|
|
8095
8098
|
}
|
|
8096
|
-
if (
|
|
8099
|
+
if (oe(p, c))
|
|
8097
8100
|
continue;
|
|
8098
8101
|
u.type === "elementProperty" ? t.setElementProperty(
|
|
8099
8102
|
u.nodeId,
|
|
@@ -8106,8 +8109,8 @@ function Me(t, e, i, o, l) {
|
|
|
8106
8109
|
function rc(t, e) {
|
|
8107
8110
|
function i(p) {
|
|
8108
8111
|
const u = t.pseudoToNative(p), c = [], y = u.split(".");
|
|
8109
|
-
for (let
|
|
8110
|
-
const g = y[
|
|
8112
|
+
for (let h = 0; h < y.length; h++) {
|
|
8113
|
+
const g = y[h].trim();
|
|
8111
8114
|
if (g !== "")
|
|
8112
8115
|
if (/^\[\d+\]$/.test(g)) {
|
|
8113
8116
|
let x = parseInt(g.slice(1, -1), 10);
|
|
@@ -8192,7 +8195,7 @@ function rc(t, e) {
|
|
|
8192
8195
|
const Eo = jo({
|
|
8193
8196
|
baseUrl: "http://localhost/computebase/",
|
|
8194
8197
|
onError: (t) => {
|
|
8195
|
-
const { i18n: e } =
|
|
8198
|
+
const { i18n: e } = he;
|
|
8196
8199
|
io(ds(e, t));
|
|
8197
8200
|
}
|
|
8198
8201
|
});
|
|
@@ -8204,15 +8207,15 @@ function ac(t, e) {
|
|
|
8204
8207
|
async function i(o, l, s, a, m, d) {
|
|
8205
8208
|
const f = t.pseudoToNative(o), p = t.pseudoToNative(l), u = t.pseudoToNative(s), c = t.pseudoToNative(a), y = t.pseudoToNative(m);
|
|
8206
8209
|
try {
|
|
8207
|
-
const
|
|
8210
|
+
const h = JSON.stringify(u), { strOutputs: g } = await lc({
|
|
8208
8211
|
spaceId: f,
|
|
8209
8212
|
id: p,
|
|
8210
|
-
strInputs:
|
|
8213
|
+
strInputs: h,
|
|
8211
8214
|
env: c
|
|
8212
8215
|
}), x = JSON.parse(g);
|
|
8213
8216
|
d(t.nativeToPseudo(x)), t.run();
|
|
8214
|
-
} catch (
|
|
8215
|
-
console.error("callFuncV1 failed", y,
|
|
8217
|
+
} catch (h) {
|
|
8218
|
+
console.error("callFuncV1 failed", y, h);
|
|
8216
8219
|
}
|
|
8217
8220
|
}
|
|
8218
8221
|
t.setProperty(
|
|
@@ -8223,51 +8226,51 @@ function ac(t, e) {
|
|
|
8223
8226
|
}
|
|
8224
8227
|
function uc(t, e, i) {
|
|
8225
8228
|
function o(u, c, y) {
|
|
8226
|
-
let
|
|
8229
|
+
let h;
|
|
8227
8230
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
8228
|
-
return g === "elementProperty" ?
|
|
8231
|
+
return g === "elementProperty" ? h = t.getElementProperty(x, w) : g === "refProperty" || (g === "customProperty" ? h = t.getCustomProperty(w) : g === "elementSlotProperty" || g === "customSlotProperty" ? h = t.getAdaptSlotProperty(w) : console.assert(!1)), e.nativeToPseudo(h);
|
|
8229
8232
|
}
|
|
8230
|
-
function l(u, c, y,
|
|
8231
|
-
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = e.pseudoToNative(
|
|
8233
|
+
function l(u, c, y, h) {
|
|
8234
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = e.pseudoToNative(h);
|
|
8232
8235
|
g === "elementProperty" ? t.setElementProperty(x, w, C) : g === "refProperty" || (g === "customProperty" ? t.setCustomProperty(w, C) : g === "elementSlotProperty" || g === "customSlotProperty" ? t.setAdaptSlotProperty(w, C) : console.assert(!1));
|
|
8233
8236
|
}
|
|
8234
|
-
function s(u, c, y,
|
|
8237
|
+
function s(u, c, y, h) {
|
|
8235
8238
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = { outputs: [] };
|
|
8236
|
-
t.eventBus.emit(`callMethod@${g}`, { name: x, inputs: w, result: C }),
|
|
8239
|
+
t.eventBus.emit(`callMethod@${g}`, { name: x, inputs: w, result: C }), h(e.nativeToPseudo(C.outputs)), e.run();
|
|
8237
8240
|
}
|
|
8238
8241
|
function a(u) {
|
|
8239
8242
|
const c = e.pseudoToNative(u), y = t.getState(c);
|
|
8240
8243
|
return e.nativeToPseudo(y);
|
|
8241
8244
|
}
|
|
8242
8245
|
function m(u, c) {
|
|
8243
|
-
const y = e.pseudoToNative(u),
|
|
8244
|
-
t.setState(y,
|
|
8246
|
+
const y = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
8247
|
+
t.setState(y, h);
|
|
8245
8248
|
}
|
|
8246
8249
|
function d(u, c) {
|
|
8247
|
-
const y = e.pseudoToNative(u),
|
|
8250
|
+
const y = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
8248
8251
|
if (t.mode === "runtime") {
|
|
8249
8252
|
const g = "/main/" + Date.now(), x = {
|
|
8250
8253
|
orgId: t.org,
|
|
8251
8254
|
appId: `${y}${t.env}`,
|
|
8252
|
-
pageId:
|
|
8255
|
+
pageId: h
|
|
8253
8256
|
};
|
|
8254
|
-
|
|
8257
|
+
he.router.replace({ path: g, query: x });
|
|
8255
8258
|
} else t.mode === "preview" && no(
|
|
8256
|
-
|
|
8259
|
+
he.i18n.global.t(
|
|
8257
8260
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
8258
8261
|
)
|
|
8259
8262
|
);
|
|
8260
8263
|
}
|
|
8261
8264
|
function f(u, c, y) {
|
|
8262
|
-
const
|
|
8263
|
-
Oo({ title:
|
|
8265
|
+
const h = e.pseudoToNative(u), g = e.pseudoToNative(c);
|
|
8266
|
+
Oo({ title: h, text: g }).then((x) => {
|
|
8264
8267
|
y(e.nativeToPseudo(x)), e.run();
|
|
8265
8268
|
});
|
|
8266
8269
|
}
|
|
8267
|
-
function p(u, c, y,
|
|
8270
|
+
function p(u, c, y, h) {
|
|
8268
8271
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
8269
8272
|
Uo({ title: g, label: x, value: w }).then((C) => {
|
|
8270
|
-
|
|
8273
|
+
h(e.nativeToPseudo(C)), e.run();
|
|
8271
8274
|
});
|
|
8272
8275
|
}
|
|
8273
8276
|
e.setProperty(
|
|
@@ -8402,7 +8405,7 @@ function __destroy__() {
|
|
|
8402
8405
|
__timers__ = {}
|
|
8403
8406
|
}
|
|
8404
8407
|
`, fc = pc + mc + dc + yc;
|
|
8405
|
-
function
|
|
8408
|
+
function Uc(t, e, i) {
|
|
8406
8409
|
return `${t}/${e}/${i}`;
|
|
8407
8410
|
}
|
|
8408
8411
|
function Xc(t) {
|
|
@@ -8432,7 +8435,7 @@ function Jc(t) {
|
|
|
8432
8435
|
methodKey: e[2]
|
|
8433
8436
|
};
|
|
8434
8437
|
}
|
|
8435
|
-
function
|
|
8438
|
+
function pe(t, e, i) {
|
|
8436
8439
|
return `${t}/${e}/${i}`;
|
|
8437
8440
|
}
|
|
8438
8441
|
function qc(t) {
|
|
@@ -8447,17 +8450,17 @@ function qc(t) {
|
|
|
8447
8450
|
eventKey: e[2]
|
|
8448
8451
|
};
|
|
8449
8452
|
}
|
|
8450
|
-
function
|
|
8453
|
+
function Zc(t) {
|
|
8451
8454
|
return `state/globality/${t}`;
|
|
8452
8455
|
}
|
|
8453
|
-
function
|
|
8456
|
+
function Qc(t) {
|
|
8454
8457
|
const e = t.split("/");
|
|
8455
8458
|
return e.length < 3 ? (console.assert(!1, "invalide state id"), "") : e[2];
|
|
8456
8459
|
}
|
|
8457
|
-
function
|
|
8460
|
+
function bc(t) {
|
|
8458
8461
|
return t instanceof Array ? t.join(".") : t;
|
|
8459
8462
|
}
|
|
8460
|
-
class
|
|
8463
|
+
class hc {
|
|
8461
8464
|
org;
|
|
8462
8465
|
env;
|
|
8463
8466
|
mode;
|
|
@@ -8482,7 +8485,7 @@ class gc {
|
|
|
8482
8485
|
this.nodes = {};
|
|
8483
8486
|
}
|
|
8484
8487
|
getElementPropertyInner(e, i) {
|
|
8485
|
-
return
|
|
8488
|
+
return _e(e, i);
|
|
8486
8489
|
}
|
|
8487
8490
|
getElementProperty(e, i) {
|
|
8488
8491
|
const o = this.nodes[e];
|
|
@@ -8497,8 +8500,8 @@ class gc {
|
|
|
8497
8500
|
return this.getElementPropertyInner(o, i);
|
|
8498
8501
|
}
|
|
8499
8502
|
setElementPropertyInner(e, i, o) {
|
|
8500
|
-
const l =
|
|
8501
|
-
|
|
8503
|
+
const l = _e(e, i);
|
|
8504
|
+
oe(o, l) || (uo(e, i, o), this.hooks?.onElementPropertyChange(
|
|
8502
8505
|
e.basic.id,
|
|
8503
8506
|
i,
|
|
8504
8507
|
o,
|
|
@@ -8530,7 +8533,7 @@ class gc {
|
|
|
8530
8533
|
}
|
|
8531
8534
|
setCustomProperty(e, i) {
|
|
8532
8535
|
const o = this.customProperties[e];
|
|
8533
|
-
|
|
8536
|
+
oe(i, o) || (this.customProperties[e] = i, this.hooks?.onCustomPropertyChange(e, i, o));
|
|
8534
8537
|
}
|
|
8535
8538
|
//--------------------------
|
|
8536
8539
|
// 状态
|
|
@@ -8544,7 +8547,7 @@ class gc {
|
|
|
8544
8547
|
}
|
|
8545
8548
|
setState(e, i) {
|
|
8546
8549
|
const o = this.states[e];
|
|
8547
|
-
|
|
8550
|
+
oe(i, o) || (this.states[e] = i, this.hooks?.onStateChange(e, i, o));
|
|
8548
8551
|
}
|
|
8549
8552
|
//--------------------------
|
|
8550
8553
|
// 适配的插槽属性
|
|
@@ -8558,7 +8561,7 @@ class gc {
|
|
|
8558
8561
|
}
|
|
8559
8562
|
setAdaptSlotProperty(e, i) {
|
|
8560
8563
|
const o = this.adaptSlotProperties[e];
|
|
8561
|
-
|
|
8564
|
+
oe(i, o) || (this.adaptSlotProperties[e] = i, this.hooks?.onAdaptSlotPropertyChange(e, i, o));
|
|
8562
8565
|
}
|
|
8563
8566
|
//--------------------------
|
|
8564
8567
|
// 解释器
|
|
@@ -8571,7 +8574,7 @@ class gc {
|
|
|
8571
8574
|
cc(this, i, o);
|
|
8572
8575
|
}
|
|
8573
8576
|
), this.interpreter.appendCode(e), this.interpreter.run(), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction("__triggerEventV1__", [
|
|
8574
|
-
|
|
8577
|
+
pe("elementEvent", "globality", "startup")
|
|
8575
8578
|
]);
|
|
8576
8579
|
}
|
|
8577
8580
|
destroyInterpreter() {
|
|
@@ -8604,18 +8607,22 @@ class gc {
|
|
|
8604
8607
|
console.log(l), this.interpreter.appendCode(l), this.interpreter.run();
|
|
8605
8608
|
}
|
|
8606
8609
|
}
|
|
8607
|
-
function
|
|
8608
|
-
const e = nc(), i = ic(), o = H(), l =
|
|
8609
|
-
if (
|
|
8610
|
-
|
|
8610
|
+
function gc(t) {
|
|
8611
|
+
const e = nc(), i = ic(), o = H(), l = ye(), s = Se(), a = Ee(), m = (y, h, g, x) => {
|
|
8612
|
+
if (Z(o) && (u.callFunction("__triggerEventV1__", [
|
|
8613
|
+
pe(
|
|
8614
|
+
"elementPropertyChangeEvent",
|
|
8615
|
+
y,
|
|
8616
|
+
bc(h)
|
|
8617
|
+
),
|
|
8611
8618
|
g,
|
|
8612
8619
|
x ?? g
|
|
8613
8620
|
]), t.value?.code.reactivity)) {
|
|
8614
8621
|
let w = "";
|
|
8615
|
-
|
|
8622
|
+
h instanceof Array ? w = h.join(".") : w = h, Re(
|
|
8616
8623
|
u,
|
|
8617
8624
|
t.value.code.reactivity,
|
|
8618
|
-
|
|
8625
|
+
Te({
|
|
8619
8626
|
type: "elementProperty",
|
|
8620
8627
|
nodeId: y,
|
|
8621
8628
|
propertyKeys: w
|
|
@@ -8624,43 +8631,39 @@ function xc(t) {
|
|
|
8624
8631
|
x
|
|
8625
8632
|
);
|
|
8626
8633
|
}
|
|
8627
|
-
}, d = (y,
|
|
8628
|
-
o
|
|
8629
|
-
|
|
8630
|
-
|
|
8631
|
-
g ??
|
|
8632
|
-
]), t.value?.code.reactivity &&
|
|
8634
|
+
}, d = (y, h, g) => {
|
|
8635
|
+
Z(o) && (u.callFunction("__triggerEventV1__", [
|
|
8636
|
+
pe("customPropertyChangeEvent", "globality", y),
|
|
8637
|
+
h,
|
|
8638
|
+
g ?? h
|
|
8639
|
+
]), t.value?.code.reactivity && Re(
|
|
8633
8640
|
u,
|
|
8634
8641
|
t.value.code.reactivity,
|
|
8635
|
-
|
|
8636
|
-
|
|
8642
|
+
Te({ type: "customProperty", propertyId: y }),
|
|
8643
|
+
h,
|
|
8637
8644
|
g
|
|
8638
8645
|
));
|
|
8639
|
-
}, f = (y,
|
|
8640
|
-
o
|
|
8641
|
-
|
|
8642
|
-
|
|
8643
|
-
g ??
|
|
8644
|
-
]), t.value?.code.reactivity &&
|
|
8646
|
+
}, f = (y, h, g) => {
|
|
8647
|
+
Z(o) && (u.callFunction("__triggerEventV1__", [
|
|
8648
|
+
pe("stateChangeEvent", "globality", y),
|
|
8649
|
+
h,
|
|
8650
|
+
g ?? h
|
|
8651
|
+
]), t.value?.code.reactivity && Re(
|
|
8645
8652
|
u,
|
|
8646
8653
|
t.value.code.reactivity,
|
|
8647
|
-
|
|
8648
|
-
|
|
8654
|
+
Te({ type: "state", stateId: y }),
|
|
8655
|
+
h,
|
|
8649
8656
|
g
|
|
8650
8657
|
));
|
|
8651
|
-
}, p = (y,
|
|
8652
|
-
o
|
|
8653
|
-
`adaptSlotProp@${y}`,
|
|
8654
|
-
b,
|
|
8655
|
-
g ?? b
|
|
8656
|
-
]), t.value?.code.reactivity && Me(
|
|
8658
|
+
}, p = (y, h, g) => {
|
|
8659
|
+
Z(o) && t.value?.code.reactivity && Re(
|
|
8657
8660
|
u,
|
|
8658
8661
|
t.value.code.reactivity,
|
|
8659
|
-
|
|
8660
|
-
|
|
8662
|
+
Te({ type: "adaptSlotProperty", propertyId: y }),
|
|
8663
|
+
h,
|
|
8661
8664
|
g
|
|
8662
|
-
)
|
|
8663
|
-
}, u = new
|
|
8665
|
+
);
|
|
8666
|
+
}, u = new hc(e, i, o, l, {
|
|
8664
8667
|
onElementPropertyChange: m,
|
|
8665
8668
|
onCustomPropertyChange: d,
|
|
8666
8669
|
onStateChange: f,
|
|
@@ -8668,168 +8671,169 @@ function xc(t) {
|
|
|
8668
8671
|
});
|
|
8669
8672
|
sc(u);
|
|
8670
8673
|
const c = () => {
|
|
8671
|
-
o
|
|
8674
|
+
Z(o) && (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProperties(), u.resetStates(), u.resetAdaptSlotProperties(), !(!t.value || !t.value.code.script) && u.createInterpreter(t.value.code.script));
|
|
8672
8675
|
};
|
|
8673
|
-
c(),
|
|
8676
|
+
c(), ee(t, () => {
|
|
8674
8677
|
c();
|
|
8675
|
-
}),
|
|
8678
|
+
}), Oe(() => {
|
|
8676
8679
|
u.destroyInterpreter();
|
|
8677
|
-
}), (o
|
|
8680
|
+
}), Z(o) && ee(
|
|
8678
8681
|
s,
|
|
8679
|
-
(y,
|
|
8680
|
-
const g =
|
|
8682
|
+
(y, h) => {
|
|
8683
|
+
const g = De(y.width), x = De(h?.width ?? y.width);
|
|
8681
8684
|
u.callFunction("__triggerEventV1__", [
|
|
8682
|
-
|
|
8685
|
+
pe("elementEvent", "globality", "screenSizeChange"),
|
|
8683
8686
|
g,
|
|
8684
8687
|
x
|
|
8685
8688
|
]);
|
|
8686
8689
|
},
|
|
8687
8690
|
{ immediate: !0 }
|
|
8688
|
-
), (o
|
|
8691
|
+
), Z(o) && ee(
|
|
8689
8692
|
a,
|
|
8690
8693
|
(y) => {
|
|
8691
8694
|
u.callFunction("__triggerEventV1__", [
|
|
8692
|
-
|
|
8695
|
+
pe("elementEvent", "globality", "darkModeChange"),
|
|
8693
8696
|
y
|
|
8694
8697
|
]);
|
|
8695
8698
|
},
|
|
8696
8699
|
{ immediate: !0 }
|
|
8697
8700
|
);
|
|
8698
8701
|
}
|
|
8699
|
-
const
|
|
8702
|
+
const xc = (t, e, i) => {
|
|
8700
8703
|
const o = t[e];
|
|
8701
8704
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((l, s) => {
|
|
8702
8705
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== i ? ". Note that variables only represent file names one level deep." : ""))));
|
|
8703
8706
|
});
|
|
8704
8707
|
};
|
|
8705
|
-
async function
|
|
8706
|
-
return (await
|
|
8708
|
+
async function ep(t) {
|
|
8709
|
+
return (await xc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.newu3yte.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.bu8byhfo.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
8707
8710
|
}
|
|
8708
8711
|
export {
|
|
8709
|
-
|
|
8712
|
+
hc as Sandbox,
|
|
8710
8713
|
xa as ambientLightV1,
|
|
8711
|
-
|
|
8712
|
-
|
|
8714
|
+
Bc as badgeV1,
|
|
8715
|
+
rn as barChartV1,
|
|
8713
8716
|
cc as bind,
|
|
8714
|
-
|
|
8717
|
+
on as boxGeometryV1,
|
|
8715
8718
|
ao as breakpoints,
|
|
8716
8719
|
Ta as btnGroupV1,
|
|
8717
8720
|
Pa as btnToggleV1,
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
+
an as btnV1,
|
|
8722
|
+
De as calcBreakpoint,
|
|
8723
|
+
Le as cardV1,
|
|
8721
8724
|
Aa as checkboxV1,
|
|
8722
|
-
|
|
8723
|
-
|
|
8725
|
+
cn as chipGroupV1,
|
|
8726
|
+
un as chipV1,
|
|
8724
8727
|
Wa as colorPickerV1,
|
|
8725
8728
|
Ea as comboboxV1,
|
|
8726
|
-
|
|
8727
|
-
|
|
8729
|
+
hs as compTypes,
|
|
8730
|
+
pn as containerV1,
|
|
8728
8731
|
Na as dataTableV1,
|
|
8729
8732
|
Ma as datePickerV1,
|
|
8730
8733
|
Ra as dialogV1,
|
|
8731
8734
|
va as directionalLightV1,
|
|
8732
|
-
|
|
8735
|
+
bc as dotPropertyKeys,
|
|
8733
8736
|
tc as duplicateNode,
|
|
8734
|
-
|
|
8735
|
-
|
|
8736
|
-
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
|
|
8740
|
-
|
|
8737
|
+
Mc as duplicateNodes,
|
|
8738
|
+
Pe as elements,
|
|
8739
|
+
Tc as ensureContext,
|
|
8740
|
+
Wc as fileInputV1,
|
|
8741
|
+
mn as flexLayoutEntryV1,
|
|
8742
|
+
Be as flexLayoutV1,
|
|
8743
|
+
fn as formV1,
|
|
8741
8744
|
T as genId,
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
|
|
8745
|
-
|
|
8746
|
-
|
|
8745
|
+
Ce as getBreakpointProp,
|
|
8746
|
+
_e as getField,
|
|
8747
|
+
qn as getIndexOfBreakpoint,
|
|
8748
|
+
Nc as getNode,
|
|
8749
|
+
Xi as getPropertyDefault,
|
|
8747
8750
|
A as getPropertyTag,
|
|
8748
|
-
|
|
8751
|
+
Cc as getTypeColor,
|
|
8749
8752
|
Ia as globalityV1,
|
|
8750
8753
|
wa as groupV1,
|
|
8751
8754
|
ja as iconV1,
|
|
8752
8755
|
P as initProperties,
|
|
8753
|
-
|
|
8754
|
-
|
|
8756
|
+
Ee as injectDark,
|
|
8757
|
+
fe as injectData,
|
|
8755
8758
|
oc as injectDepends,
|
|
8756
|
-
|
|
8759
|
+
Se as injectDevice,
|
|
8757
8760
|
ic as injectEnv,
|
|
8758
8761
|
H as injectMode,
|
|
8759
8762
|
nc as injectOrg,
|
|
8760
|
-
|
|
8761
|
-
|
|
8762
|
-
|
|
8763
|
-
vs as
|
|
8764
|
-
xs as
|
|
8765
|
-
|
|
8766
|
-
|
|
8763
|
+
Ne as injectSandbox,
|
|
8764
|
+
ye as injectType,
|
|
8765
|
+
Z as isExecutableMode,
|
|
8766
|
+
vs as isLocaleOfEventKind,
|
|
8767
|
+
xs as isLocaleOfMethodKind,
|
|
8768
|
+
gs as isLocaleOfPropertyKind,
|
|
8769
|
+
Ln as isPercentStr,
|
|
8770
|
+
Ue as isPixelStr,
|
|
8767
8771
|
ca as keyboardControlsV1,
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
8772
|
+
ln as lineChartV1,
|
|
8773
|
+
ep as loadLocaleMessageRuntime,
|
|
8774
|
+
pe as makeEventId,
|
|
8771
8775
|
Yc as makeMethodId,
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
8776
|
+
Uc as makePropertyId,
|
|
8777
|
+
Zc as makeStateId,
|
|
8778
|
+
Te as makeTriggerId,
|
|
8775
8779
|
pa as mapControlsV1,
|
|
8776
8780
|
Oa as menuV1,
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8781
|
+
ze as meshBasicMaterialV1,
|
|
8782
|
+
Ae as meshV1,
|
|
8783
|
+
bn as numberInputV1,
|
|
8780
8784
|
ma as orbitControlsV1,
|
|
8781
8785
|
sa as orthographicCameraV1,
|
|
8782
|
-
|
|
8786
|
+
bs as pageTypes,
|
|
8783
8787
|
Xa as paginationV1,
|
|
8784
|
-
|
|
8785
|
-
|
|
8788
|
+
Yt as parsePercentStr,
|
|
8789
|
+
Pc as parsePixelStr,
|
|
8786
8790
|
ra as perspectiveCameraV1,
|
|
8787
8791
|
Io as pkgs,
|
|
8788
8792
|
ka as pointLightV1,
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
|
|
8793
|
+
Hc as provideDark,
|
|
8794
|
+
jc as provideData,
|
|
8795
|
+
Oc as provideDepends,
|
|
8796
|
+
Gc as provideDevice,
|
|
8797
|
+
Dc as provideEnv,
|
|
8798
|
+
Fc as provideMode,
|
|
8799
|
+
Rc as provideOrg,
|
|
8796
8800
|
sc as provideSandbox,
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
|
|
8801
|
+
Kc as provideType,
|
|
8802
|
+
gn as radioGroupV1,
|
|
8803
|
+
hn as radioV1,
|
|
8800
8804
|
qa as rangeSliderV1,
|
|
8801
8805
|
Za as ratingV1,
|
|
8802
|
-
|
|
8806
|
+
ks as reverseBreakpoints,
|
|
8803
8807
|
fc as runtime,
|
|
8804
8808
|
Qa as selectV1,
|
|
8805
8809
|
uo as setField,
|
|
8806
8810
|
eu as sliderV1,
|
|
8807
|
-
|
|
8808
|
-
|
|
8811
|
+
Ec as spawnNode,
|
|
8812
|
+
sn as sphereGeometryV1,
|
|
8809
8813
|
_a as spotLightV1,
|
|
8810
|
-
|
|
8811
|
-
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
|
-
|
|
8814
|
+
xn as stepperHeaderV1,
|
|
8815
|
+
vn as stepperItemV1,
|
|
8816
|
+
wn as stepperV1,
|
|
8817
|
+
_n as stepperWindowItemV1,
|
|
8818
|
+
kn as stepperWindowV1,
|
|
8815
8819
|
su as switchV1,
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8820
|
+
Vn as tabV1,
|
|
8821
|
+
$n as tabsV1,
|
|
8822
|
+
yn as textFieldV1,
|
|
8823
|
+
ge as textV1,
|
|
8824
|
+
In as textareaV1,
|
|
8825
|
+
Sn as timelineItemV1,
|
|
8826
|
+
Cn as timelineV1,
|
|
8827
|
+
Lc as toEventName,
|
|
8828
|
+
Ac as toMethodName,
|
|
8829
|
+
zc as toPropertyName,
|
|
8830
|
+
Re as triggerReactivity,
|
|
8831
|
+
Sc as types,
|
|
8828
8832
|
qc as unwrapEventId,
|
|
8829
8833
|
Jc as unwrapMethodId,
|
|
8830
8834
|
Xc as unwrapPropertyId,
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8835
|
+
Qc as unwrapStateId,
|
|
8836
|
+
gc as useSandbox,
|
|
8837
|
+
Tn as windowItemV1,
|
|
8838
|
+
Pn as windowV1
|
|
8835
8839
|
};
|