x-runtime-lib 0.8.34 → 0.8.35
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 +989 -972
- package/dist/types/kind.d.ts +0 -18
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/sandbox.d.ts +1 -0
- package/dist/utils/unifiedId.d.ts +21 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,98 +1,10 @@
|
|
|
1
|
-
import { defineComponent as V, createElementBlock as J, renderSlot as L, unref as n, openBlock as v, createElementVNode as ee, computed as k, normalizeStyle as Z, ref as ce, watchEffect as ue, watch as Q, onBeforeMount as
|
|
2
|
-
import { globalObjects as fe, waitUtil as
|
|
3
|
-
import { CameraHelper as
|
|
4
|
-
import { c as B, i as ie, q as Be, u as
|
|
5
|
-
import { getErrorMessage as
|
|
6
|
-
import { useTheme as
|
|
7
|
-
import { useI18n as
|
|
8
|
-
const $c = ["string", "number", "boolean", "array", "object"];
|
|
9
|
-
function Ic(t) {
|
|
10
|
-
switch (t) {
|
|
11
|
-
case "string":
|
|
12
|
-
return "#5ba58c";
|
|
13
|
-
case "number":
|
|
14
|
-
return "#5b67a5";
|
|
15
|
-
case "boolean":
|
|
16
|
-
return "#5b80a5";
|
|
17
|
-
case "array":
|
|
18
|
-
return "#745ba5";
|
|
19
|
-
case "object":
|
|
20
|
-
return "#80a55b";
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
function Sc(t, e, i, o, l) {
|
|
24
|
-
let s = t;
|
|
25
|
-
for (let m = 0; m < e.length; m++)
|
|
26
|
-
if (s = s.children[e[m]], !s) {
|
|
27
|
-
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
28
|
-
return;
|
|
29
|
-
}
|
|
30
|
-
let a = s.children[i];
|
|
31
|
-
a ? a.dataSeq !== o && (a = {
|
|
32
|
-
dataSeq: o,
|
|
33
|
-
data: B(l),
|
|
34
|
-
children: {}
|
|
35
|
-
}) : (a = {
|
|
36
|
-
dataSeq: o,
|
|
37
|
-
data: B(l),
|
|
38
|
-
children: {}
|
|
39
|
-
}, s.children[i] = a);
|
|
40
|
-
}
|
|
41
|
-
const fs = ["common", "scene"], bs = ["common", "scene"];
|
|
42
|
-
function hs(t) {
|
|
43
|
-
return t === "elementProperty" || t === "elementSlotProperty";
|
|
44
|
-
}
|
|
45
|
-
function Cc(t, e, i) {
|
|
46
|
-
return `${t}/${e}/${i}`;
|
|
47
|
-
}
|
|
48
|
-
function Tc(t) {
|
|
49
|
-
const e = t.split("/");
|
|
50
|
-
return e.length < 3 ? (console.assert(!1, "invalid property id"), {
|
|
51
|
-
kind: "elementProperty",
|
|
52
|
-
nodeId: "",
|
|
53
|
-
propertyKey: ""
|
|
54
|
-
}) : {
|
|
55
|
-
kind: e[0],
|
|
56
|
-
nodeId: e[1],
|
|
57
|
-
propertyKey: e[2]
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
function gs(t) {
|
|
61
|
-
return t === "elementMethod" || t === "elementSlotMethod";
|
|
62
|
-
}
|
|
63
|
-
function Pc(t, e, i) {
|
|
64
|
-
return `${t}/${e}/${i}`;
|
|
65
|
-
}
|
|
66
|
-
function zc(t) {
|
|
67
|
-
const e = t.split("/");
|
|
68
|
-
return e.length < 3 ? (console.assert(!1, "invalid method id"), {
|
|
69
|
-
kind: "elementMethod",
|
|
70
|
-
nodeId: "",
|
|
71
|
-
methodKey: ""
|
|
72
|
-
}) : {
|
|
73
|
-
kind: e[0],
|
|
74
|
-
nodeId: e[1],
|
|
75
|
-
methodKey: e[2]
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
function xs(t) {
|
|
79
|
-
return t === "elementEvent" || t === "elementPropertyChangeEvent";
|
|
80
|
-
}
|
|
81
|
-
function Ce(t, e, i) {
|
|
82
|
-
return `${t}/${e}/${i}`;
|
|
83
|
-
}
|
|
84
|
-
function Ac(t) {
|
|
85
|
-
const e = t.split("/");
|
|
86
|
-
return e.length < 3 ? (console.assert(!1, "invalid event id"), {
|
|
87
|
-
kind: "elementEvent",
|
|
88
|
-
nodeId: "",
|
|
89
|
-
eventKey: ""
|
|
90
|
-
}) : {
|
|
91
|
-
kind: e[0],
|
|
92
|
-
nodeId: e[1],
|
|
93
|
-
eventKey: e[2]
|
|
94
|
-
};
|
|
95
|
-
}
|
|
1
|
+
import { defineComponent as V, createElementBlock as J, renderSlot as L, unref as n, openBlock as v, createElementVNode as ee, computed as k, normalizeStyle as Z, ref as ce, watchEffect as ue, watch as Q, onBeforeMount as Mo, onUnmounted as je, createBlock as $, withCtx as I, createCommentVNode as te, useTemplateRef as Yi, onMounted as Ji, nextTick as qi, h as ae, resolveComponent as z, createVNode as D, isRef as O, createSlots as Pn, renderList as Ro, useId as Zi, withModifiers as Do, normalizeClass as Fo, toDisplayString as Go, inject as oe, provide as se, readonly as zn } from "vue";
|
|
2
|
+
import { globalObjects as fe, 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
|
+
import { CameraHelper as oo, DirectionalLightHelper as Xo, PointLightHelper as Yo, SpotLightHelper as Jo } from "three";
|
|
4
|
+
import { c as B, i as ie, q as Be, 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
|
+
import { getErrorMessage as ds } from "x-error-lib";
|
|
6
|
+
import { useTheme as ys } from "vuetify";
|
|
7
|
+
import { useI18n as fs } from "vue-i18n";
|
|
96
8
|
const Yn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
97
9
|
function T(t) {
|
|
98
10
|
let e = "";
|
|
@@ -114,7 +26,7 @@ function An(t) {
|
|
|
114
26
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
115
27
|
return !isNaN(i);
|
|
116
28
|
}
|
|
117
|
-
function
|
|
29
|
+
function Cc(t) {
|
|
118
30
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
119
31
|
return;
|
|
120
32
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
@@ -128,16 +40,16 @@ function Xt(t) {
|
|
|
128
40
|
if (!isNaN(i))
|
|
129
41
|
return i;
|
|
130
42
|
}
|
|
131
|
-
const
|
|
43
|
+
const ao = ["xs", "sm", "md", "lg", "xl"], bs = [...ao].reverse();
|
|
132
44
|
function Re(t) {
|
|
133
45
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
134
46
|
}
|
|
135
47
|
function Jn(t) {
|
|
136
|
-
return
|
|
48
|
+
return ao.findIndex((e) => e === t);
|
|
137
49
|
}
|
|
138
50
|
function Ie(t, e) {
|
|
139
51
|
let i;
|
|
140
|
-
for (const o of
|
|
52
|
+
for (const o of bs) {
|
|
141
53
|
if (Jn(o) < Jn(t))
|
|
142
54
|
break;
|
|
143
55
|
e[o] && (i = e[o]);
|
|
@@ -158,7 +70,7 @@ function ve(t, e) {
|
|
|
158
70
|
return i;
|
|
159
71
|
}
|
|
160
72
|
}
|
|
161
|
-
function
|
|
73
|
+
function uo(t, e, i) {
|
|
162
74
|
let o = t;
|
|
163
75
|
if (typeof o != "object")
|
|
164
76
|
return;
|
|
@@ -172,6 +84,49 @@ function ao(t, e, i) {
|
|
|
172
84
|
const s = l[l.length - 1];
|
|
173
85
|
o[s] = i;
|
|
174
86
|
}
|
|
87
|
+
const Tc = ["string", "number", "boolean", "array", "object"];
|
|
88
|
+
function Pc(t) {
|
|
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
|
+
}
|
|
175
130
|
function Ln(t, e, i) {
|
|
176
131
|
const { i18n: o } = fe;
|
|
177
132
|
let l = "";
|
|
@@ -179,24 +134,24 @@ function Ln(t, e, i) {
|
|
|
179
134
|
a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
|
|
180
135
|
}), l;
|
|
181
136
|
}
|
|
182
|
-
function
|
|
137
|
+
function Ac(t, e) {
|
|
183
138
|
const { i18n: i } = fe;
|
|
184
139
|
let o = "";
|
|
185
|
-
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)), Ln(o, e,
|
|
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)), Ln(o, e, xs(t));
|
|
186
141
|
}
|
|
187
|
-
function
|
|
142
|
+
function Lc(t, e) {
|
|
188
143
|
const { i18n: i } = fe;
|
|
189
144
|
let o = "";
|
|
190
|
-
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)), Ln(o, e,
|
|
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)), Ln(o, e, vs(t));
|
|
191
146
|
}
|
|
192
|
-
function
|
|
147
|
+
function Bc(t, e) {
|
|
193
148
|
const { i18n: i } = fe;
|
|
194
149
|
let o = "";
|
|
195
|
-
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)), Ln(o, e,
|
|
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)), Ln(o, e, ks(t));
|
|
196
151
|
}
|
|
197
|
-
const
|
|
198
|
-
|
|
199
|
-
},
|
|
152
|
+
const Ce = {}, _ = (t) => {
|
|
153
|
+
Ce[t.key] = t;
|
|
154
|
+
}, _s = ["position", "rotation", "scale"], he = /* @__PURE__ */ V({
|
|
200
155
|
__name: "index",
|
|
201
156
|
props: {
|
|
202
157
|
position: {},
|
|
@@ -215,7 +170,7 @@ const Te = {}, _ = (t) => {
|
|
|
215
170
|
o[0] || (o[0] = ee("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
216
171
|
o[1] || (o[1] = ee("TresMeshBasicMaterial", null, null, -1)),
|
|
217
172
|
L(i.$slots, "default")
|
|
218
|
-
], 8,
|
|
173
|
+
], 8, _s)) : L(i.$slots, "default", { key: 1 });
|
|
219
174
|
}
|
|
220
175
|
}), Y = /* @__PURE__ */ V({
|
|
221
176
|
__name: "index",
|
|
@@ -246,7 +201,7 @@ const Te = {}, _ = (t) => {
|
|
|
246
201
|
}, null, 4)
|
|
247
202
|
], 4)) : L(l.$slots, "default", { key: 1 });
|
|
248
203
|
}
|
|
249
|
-
}),
|
|
204
|
+
}), ws = (t, e, i, o) => {
|
|
250
205
|
const l = t.getElementPropertyInner(e, i);
|
|
251
206
|
if (o) {
|
|
252
207
|
if (typeof l == "string")
|
|
@@ -255,17 +210,17 @@ const Te = {}, _ = (t) => {
|
|
|
255
210
|
return;
|
|
256
211
|
} else
|
|
257
212
|
return l;
|
|
258
|
-
},
|
|
213
|
+
}, Vs = (t, e, i, o, l) => {
|
|
259
214
|
let s;
|
|
260
215
|
l ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropertyInner(e, i, s);
|
|
261
216
|
};
|
|
262
217
|
function r(t, e, i) {
|
|
263
218
|
const o = H(), l = Ee(), s = ce();
|
|
264
219
|
return ue(() => {
|
|
265
|
-
let a =
|
|
220
|
+
let a = ws(l, t.node, e, i);
|
|
266
221
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
267
222
|
}), Q(s, (a, m) => {
|
|
268
|
-
ie(a, m) ||
|
|
223
|
+
ie(a, m) || Vs(l, t.node, e, s.value, i);
|
|
269
224
|
}), { property: s };
|
|
270
225
|
}
|
|
271
226
|
function pe(t) {
|
|
@@ -320,7 +275,7 @@ function pe(t) {
|
|
|
320
275
|
m.value = c.value[0], d.value = c.value[1], f.value = c.value[2];
|
|
321
276
|
}), { position: p, rotation: u, scale: c };
|
|
322
277
|
}
|
|
323
|
-
function
|
|
278
|
+
function co(t) {
|
|
324
279
|
const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
|
|
325
280
|
function o(l) {
|
|
326
281
|
l.legend = {
|
|
@@ -330,14 +285,14 @@ function uo(t) {
|
|
|
330
285
|
}
|
|
331
286
|
return { show: e, data: i, applyLegend: o };
|
|
332
287
|
}
|
|
333
|
-
function
|
|
288
|
+
function po(t) {
|
|
334
289
|
const e = k(() => t.node.series);
|
|
335
290
|
function i(o) {
|
|
336
291
|
o.series = e.value;
|
|
337
292
|
}
|
|
338
293
|
return { series: e, applySeries: i };
|
|
339
294
|
}
|
|
340
|
-
function
|
|
295
|
+
function mo(t) {
|
|
341
296
|
const e = k(() => t.node.title?.show), i = k(() => t.node.title?.text), o = k(() => t.node.title?.subtext);
|
|
342
297
|
function l(s) {
|
|
343
298
|
s.title = {
|
|
@@ -348,7 +303,7 @@ function po(t) {
|
|
|
348
303
|
}
|
|
349
304
|
return { show: e, text: i, subtext: o, applyTitle: l };
|
|
350
305
|
}
|
|
351
|
-
function
|
|
306
|
+
function yo(t) {
|
|
352
307
|
const e = k(() => t.node.xAxis?.show), i = k(() => t.node.xAxis?.position), o = k(() => t.node.xAxis?.type), l = k(() => t.node.xAxis?.data);
|
|
353
308
|
function s(a) {
|
|
354
309
|
a.xAxis = {
|
|
@@ -360,7 +315,7 @@ function mo(t) {
|
|
|
360
315
|
}
|
|
361
316
|
return { show: e, position: i, type: o, data: l, applyXAxis: s };
|
|
362
317
|
}
|
|
363
|
-
function
|
|
318
|
+
function fo(t) {
|
|
364
319
|
const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type), l = k(() => t.node.yAxis?.data);
|
|
365
320
|
function s(a) {
|
|
366
321
|
a.yAxis = {
|
|
@@ -373,7 +328,7 @@ function yo(t) {
|
|
|
373
328
|
return { show: e, position: i, type: o, data: l, applyYAxis: s };
|
|
374
329
|
}
|
|
375
330
|
function K(t) {
|
|
376
|
-
const { computedThemes: e } =
|
|
331
|
+
const { computedThemes: e } = ys(), i = We(), o = k(() => t.value?.mode), l = k(() => {
|
|
377
332
|
const f = t.value?.theme;
|
|
378
333
|
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;
|
|
379
334
|
}), 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(() => {
|
|
@@ -434,9 +389,9 @@ function ge(t) {
|
|
|
434
389
|
}
|
|
435
390
|
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: m, maxHeight: d, applySize: f };
|
|
436
391
|
}
|
|
437
|
-
function
|
|
392
|
+
function bo(t, e, i) {
|
|
438
393
|
const o = k(() => e.node.basic.id), l = k(() => `callMethod@${o.value}`);
|
|
439
|
-
|
|
394
|
+
Mo(() => {
|
|
440
395
|
t.eventBus?.on(l.value, i);
|
|
441
396
|
}), je(() => {
|
|
442
397
|
t.eventBus?.off(l.value, i);
|
|
@@ -446,7 +401,7 @@ function N() {
|
|
|
446
401
|
const t = We();
|
|
447
402
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
448
403
|
}
|
|
449
|
-
const
|
|
404
|
+
const $s = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Is = /* @__PURE__ */ V({
|
|
450
405
|
__name: "index",
|
|
451
406
|
props: {
|
|
452
407
|
node: {},
|
|
@@ -473,15 +428,15 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
473
428
|
}, [
|
|
474
429
|
n(i) === "editor" ? (v(), $(n(Be), {
|
|
475
430
|
key: 0,
|
|
476
|
-
type: n(
|
|
431
|
+
type: n(oo)
|
|
477
432
|
}, null, 8, ["type"])) : te("", !0),
|
|
478
433
|
L(c.$slots, "default")
|
|
479
|
-
], 8,
|
|
434
|
+
], 8, $s)
|
|
480
435
|
]),
|
|
481
436
|
_: 3
|
|
482
437
|
}, 8, ["position", "rotation", "scale"]));
|
|
483
438
|
}
|
|
484
|
-
}),
|
|
439
|
+
}), Ss = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Cs = /* @__PURE__ */ V({
|
|
485
440
|
__name: "index",
|
|
486
441
|
props: {
|
|
487
442
|
node: {},
|
|
@@ -506,15 +461,15 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
506
461
|
}, [
|
|
507
462
|
n(i) === "editor" ? (v(), $(n(Be), {
|
|
508
463
|
key: 0,
|
|
509
|
-
type: n(
|
|
464
|
+
type: n(oo)
|
|
510
465
|
}, null, 8, ["type"])) : te("", !0),
|
|
511
466
|
L(p.$slots, "default")
|
|
512
|
-
], 8,
|
|
467
|
+
], 8, Ss)
|
|
513
468
|
]),
|
|
514
469
|
_: 3
|
|
515
470
|
}, 8, ["position", "rotation", "scale"]));
|
|
516
471
|
}
|
|
517
|
-
}),
|
|
472
|
+
}), Ts = ["args"], Ps = /* @__PURE__ */ V({
|
|
518
473
|
__name: "index",
|
|
519
474
|
props: {
|
|
520
475
|
node: {},
|
|
@@ -540,14 +495,14 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
540
495
|
n(s),
|
|
541
496
|
n(o)
|
|
542
497
|
]
|
|
543
|
-
}, null, 8,
|
|
498
|
+
}, null, 8, Ts));
|
|
544
499
|
}
|
|
545
500
|
}), Ve = (t, e) => {
|
|
546
501
|
const i = t.__vccOpts || t;
|
|
547
502
|
for (const [o, l] of e)
|
|
548
503
|
i[o] = l;
|
|
549
504
|
return i;
|
|
550
|
-
},
|
|
505
|
+
}, zs = ["args"], As = /* @__PURE__ */ V({
|
|
551
506
|
__name: "index",
|
|
552
507
|
props: {
|
|
553
508
|
node: {},
|
|
@@ -583,9 +538,9 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
583
538
|
n(m),
|
|
584
539
|
n(a)
|
|
585
540
|
]
|
|
586
|
-
}, null, 8,
|
|
541
|
+
}, null, 8, zs));
|
|
587
542
|
}
|
|
588
|
-
}),
|
|
543
|
+
}), Ls = ["color", "intensity", "position", "rotation", "scale"], Bs = /* @__PURE__ */ V({
|
|
589
544
|
__name: "index",
|
|
590
545
|
props: {
|
|
591
546
|
node: {},
|
|
@@ -610,12 +565,12 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
610
565
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
611
566
|
}, [
|
|
612
567
|
L(f.$slots, "default")
|
|
613
|
-
], 8,
|
|
568
|
+
], 8, Ls)
|
|
614
569
|
]),
|
|
615
570
|
_: 3
|
|
616
571
|
}, 8, ["position", "rotation", "scale"]));
|
|
617
572
|
}
|
|
618
|
-
}),
|
|
573
|
+
}), Ws = ["color", "intensity", "position", "rotation", "scale"], Es = /* @__PURE__ */ V({
|
|
619
574
|
__name: "index",
|
|
620
575
|
props: {
|
|
621
576
|
node: {},
|
|
@@ -641,15 +596,15 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
641
596
|
}, [
|
|
642
597
|
n(i) === "editor" ? (v(), $(n(Be), {
|
|
643
598
|
key: 0,
|
|
644
|
-
type: n(
|
|
599
|
+
type: n(Xo)
|
|
645
600
|
}, null, 8, ["type"])) : te("", !0),
|
|
646
601
|
L(f.$slots, "default")
|
|
647
|
-
], 8,
|
|
602
|
+
], 8, Ws)
|
|
648
603
|
]),
|
|
649
604
|
_: 3
|
|
650
605
|
}, 8, ["position", "rotation", "scale"]));
|
|
651
606
|
}
|
|
652
|
-
}),
|
|
607
|
+
}), Ns = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Ms = /* @__PURE__ */ V({
|
|
653
608
|
__name: "index",
|
|
654
609
|
props: {
|
|
655
610
|
node: {},
|
|
@@ -680,15 +635,15 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
680
635
|
}, [
|
|
681
636
|
n(i) === "editor" ? (v(), $(n(Be), {
|
|
682
637
|
key: 0,
|
|
683
|
-
type: n(
|
|
638
|
+
type: n(Yo)
|
|
684
639
|
}, null, 8, ["type"])) : te("", !0),
|
|
685
640
|
L(u.$slots, "default")
|
|
686
|
-
], 8,
|
|
641
|
+
], 8, Ns)
|
|
687
642
|
]),
|
|
688
643
|
_: 3
|
|
689
644
|
}, 8, ["position", "rotation", "scale"]));
|
|
690
645
|
}
|
|
691
|
-
}),
|
|
646
|
+
}), Rs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Ds = /* @__PURE__ */ V({
|
|
692
647
|
__name: "index",
|
|
693
648
|
props: {
|
|
694
649
|
node: {},
|
|
@@ -705,7 +660,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
705
660
|
"settings",
|
|
706
661
|
"penumbra"
|
|
707
662
|
]);
|
|
708
|
-
return (y,
|
|
663
|
+
return (y, b) => (v(), $(n(he), {
|
|
709
664
|
position: n(o),
|
|
710
665
|
rotation: n(l),
|
|
711
666
|
scale: n(s)
|
|
@@ -724,19 +679,19 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
724
679
|
}, [
|
|
725
680
|
n(i) === "editor" ? (v(), $(n(Be), {
|
|
726
681
|
key: 0,
|
|
727
|
-
type: n(
|
|
682
|
+
type: n(Jo)
|
|
728
683
|
}, null, 8, ["type"])) : te("", !0),
|
|
729
684
|
L(y.$slots, "default")
|
|
730
|
-
], 8,
|
|
685
|
+
], 8, Rs)
|
|
731
686
|
]),
|
|
732
687
|
_: 3
|
|
733
688
|
}, 8, ["position", "rotation", "scale"]));
|
|
734
689
|
}
|
|
735
|
-
}),
|
|
736
|
-
function
|
|
690
|
+
}), Fs = {};
|
|
691
|
+
function Gs(t, e) {
|
|
737
692
|
return v(), J("TresMeshBasicMaterial");
|
|
738
693
|
}
|
|
739
|
-
const
|
|
694
|
+
const Hs = /* @__PURE__ */ Ve(Fs, [["render", Gs]]), Ks = ["position", "rotation", "scale"], js = /* @__PURE__ */ V({
|
|
740
695
|
__name: "index",
|
|
741
696
|
props: {
|
|
742
697
|
node: {},
|
|
@@ -756,12 +711,12 @@ const Gs = /* @__PURE__ */ Ve(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
756
711
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
757
712
|
}, [
|
|
758
713
|
L(a.$slots, "default")
|
|
759
|
-
], 8,
|
|
714
|
+
], 8, Ks)
|
|
760
715
|
]),
|
|
761
716
|
_: 3
|
|
762
717
|
}, 8, ["position", "rotation", "scale"]));
|
|
763
718
|
}
|
|
764
|
-
}),
|
|
719
|
+
}), Os = ["position", "rotation", "scale"], Us = /* @__PURE__ */ V({
|
|
765
720
|
__name: "index",
|
|
766
721
|
props: {
|
|
767
722
|
node: {},
|
|
@@ -775,105 +730,105 @@ const Gs = /* @__PURE__ */ Ve(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
775
730
|
scale: n(l)
|
|
776
731
|
}, [
|
|
777
732
|
L(s.$slots, "default")
|
|
778
|
-
], 8,
|
|
779
|
-
}
|
|
780
|
-
}),
|
|
781
|
-
color:
|
|
782
|
-
backgroundColor:
|
|
783
|
-
textStyle:
|
|
784
|
-
title:
|
|
785
|
-
line:
|
|
786
|
-
radar:
|
|
787
|
-
bar:
|
|
788
|
-
pie:
|
|
789
|
-
scatter:
|
|
790
|
-
boxplot:
|
|
791
|
-
parallel:
|
|
792
|
-
sankey:
|
|
793
|
-
funnel:
|
|
794
|
-
gauge:
|
|
795
|
-
candlestick:
|
|
796
|
-
graph:
|
|
797
|
-
map:
|
|
798
|
-
geo:
|
|
799
|
-
categoryAxis:
|
|
800
|
-
valueAxis:
|
|
801
|
-
logAxis:
|
|
802
|
-
timeAxis:
|
|
803
|
-
toolbox:
|
|
804
|
-
legend:
|
|
805
|
-
tooltip:
|
|
806
|
-
timeline:
|
|
807
|
-
visualMap:
|
|
808
|
-
dataZoom:
|
|
809
|
-
markPoint:
|
|
810
|
-
},
|
|
811
|
-
color:
|
|
812
|
-
backgroundColor:
|
|
813
|
-
textStyle:
|
|
814
|
-
title:
|
|
815
|
-
line:
|
|
816
|
-
radar:
|
|
817
|
-
bar:
|
|
818
|
-
pie:
|
|
819
|
-
scatter:
|
|
820
|
-
boxplot:
|
|
821
|
-
parallel:
|
|
822
|
-
sankey:
|
|
823
|
-
funnel:
|
|
824
|
-
gauge:
|
|
825
|
-
candlestick:
|
|
826
|
-
graph:
|
|
827
|
-
map:
|
|
828
|
-
geo:
|
|
829
|
-
categoryAxis:
|
|
830
|
-
valueAxis:
|
|
831
|
-
logAxis:
|
|
832
|
-
timeAxis:
|
|
833
|
-
toolbox:
|
|
834
|
-
legend:
|
|
835
|
-
tooltip:
|
|
836
|
-
timeline:
|
|
837
|
-
visualMap:
|
|
838
|
-
dataZoom:
|
|
839
|
-
markPoint:
|
|
733
|
+
], 8, Os));
|
|
734
|
+
}
|
|
735
|
+
}), Xs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ys = "#242424", Js = {}, qs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, er = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ar = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, pr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, yr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, fr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, br = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, hr = { textStyle: { color: "#eeeeee" } }, gr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, xr = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, vr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, kr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, _r = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, wr = {
|
|
736
|
+
color: Xs,
|
|
737
|
+
backgroundColor: Ys,
|
|
738
|
+
textStyle: Js,
|
|
739
|
+
title: qs,
|
|
740
|
+
line: Zs,
|
|
741
|
+
radar: Qs,
|
|
742
|
+
bar: er,
|
|
743
|
+
pie: tr,
|
|
744
|
+
scatter: nr,
|
|
745
|
+
boxplot: ir,
|
|
746
|
+
parallel: or,
|
|
747
|
+
sankey: sr,
|
|
748
|
+
funnel: rr,
|
|
749
|
+
gauge: lr,
|
|
750
|
+
candlestick: ar,
|
|
751
|
+
graph: ur,
|
|
752
|
+
map: cr,
|
|
753
|
+
geo: pr,
|
|
754
|
+
categoryAxis: mr,
|
|
755
|
+
valueAxis: dr,
|
|
756
|
+
logAxis: yr,
|
|
757
|
+
timeAxis: fr,
|
|
758
|
+
toolbox: br,
|
|
759
|
+
legend: hr,
|
|
760
|
+
tooltip: gr,
|
|
761
|
+
timeline: xr,
|
|
762
|
+
visualMap: vr,
|
|
763
|
+
dataZoom: kr,
|
|
764
|
+
markPoint: _r
|
|
765
|
+
}, Vr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], $r = "#f5f5f5", Ir = {}, Sr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Tr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Pr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Dr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Fr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Gr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Hr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Kr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, jr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Or = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ur = { textStyle: { color: "#333333" } }, Xr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Yr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Jr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, qr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Zr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Qr = {
|
|
766
|
+
color: Vr,
|
|
767
|
+
backgroundColor: $r,
|
|
768
|
+
textStyle: Ir,
|
|
769
|
+
title: Sr,
|
|
770
|
+
line: Cr,
|
|
771
|
+
radar: Tr,
|
|
772
|
+
bar: Pr,
|
|
773
|
+
pie: zr,
|
|
774
|
+
scatter: Ar,
|
|
775
|
+
boxplot: Lr,
|
|
776
|
+
parallel: Br,
|
|
777
|
+
sankey: Wr,
|
|
778
|
+
funnel: Er,
|
|
779
|
+
gauge: Nr,
|
|
780
|
+
candlestick: Mr,
|
|
781
|
+
graph: Rr,
|
|
782
|
+
map: Dr,
|
|
783
|
+
geo: Fr,
|
|
784
|
+
categoryAxis: Gr,
|
|
785
|
+
valueAxis: Hr,
|
|
786
|
+
logAxis: Kr,
|
|
787
|
+
timeAxis: jr,
|
|
788
|
+
toolbox: Or,
|
|
789
|
+
legend: Ur,
|
|
790
|
+
tooltip: Xr,
|
|
791
|
+
timeline: Yr,
|
|
792
|
+
visualMap: Jr,
|
|
793
|
+
dataZoom: qr,
|
|
794
|
+
markPoint: Zr
|
|
840
795
|
};
|
|
841
|
-
|
|
842
|
-
qo,
|
|
796
|
+
qo([
|
|
843
797
|
Zo,
|
|
844
798
|
Qo,
|
|
845
799
|
es,
|
|
846
800
|
ts,
|
|
847
801
|
ns,
|
|
848
802
|
is,
|
|
849
|
-
os
|
|
803
|
+
os,
|
|
804
|
+
ss
|
|
850
805
|
]);
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
const
|
|
806
|
+
so("dark", wr);
|
|
807
|
+
so("light", Qr);
|
|
808
|
+
const el = /* @__PURE__ */ V({
|
|
854
809
|
__name: "index",
|
|
855
810
|
props: {
|
|
856
811
|
node: {},
|
|
857
812
|
outer: { type: Boolean }
|
|
858
813
|
},
|
|
859
814
|
setup(t) {
|
|
860
|
-
const e = t, i = $e(), o = We(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: d, height: f, minHeight: p, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } =
|
|
815
|
+
const e = t, i = $e(), o = We(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: d, height: f, minHeight: p, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } = mo(e), { applyXAxis: b } = yo(e), { applyYAxis: g } = fo(e), { applyLegend: x } = co(e), { applySeries: w } = po(e), C = k(() => {
|
|
861
816
|
const S = {}, F = s.value.type;
|
|
862
817
|
return l === "page" ? F === "common" ? c(S) : console.assert(!1) : l === "comp" && F === "common" ? c(S) : console.assert(!1), S;
|
|
863
|
-
}), M =
|
|
818
|
+
}), M = Yi("chart");
|
|
864
819
|
let W;
|
|
865
820
|
const G = () => {
|
|
866
|
-
W?.dispose(), W =
|
|
821
|
+
W?.dispose(), W = ro.init(M.value, o.value ? "dark" : "light");
|
|
867
822
|
const S = {};
|
|
868
823
|
W.setOption(S);
|
|
869
824
|
}, R = () => {
|
|
870
825
|
W?.resize();
|
|
871
826
|
}, E = () => {
|
|
872
827
|
const S = {};
|
|
873
|
-
y(S),
|
|
828
|
+
y(S), b(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
874
829
|
};
|
|
875
|
-
return
|
|
876
|
-
window.addEventListener("resize", R, !1), await
|
|
830
|
+
return Ji(async () => {
|
|
831
|
+
window.addEventListener("resize", R, !1), await Qi(() => !!M.value), G(), E();
|
|
877
832
|
}), je(() => {
|
|
878
833
|
window.removeEventListener("resize", R, !1), W?.dispose();
|
|
879
834
|
}), Q(
|
|
@@ -888,7 +843,7 @@ const Qr = /* @__PURE__ */ V({
|
|
|
888
843
|
u
|
|
889
844
|
],
|
|
890
845
|
async () => {
|
|
891
|
-
await
|
|
846
|
+
await qi(), R();
|
|
892
847
|
}
|
|
893
848
|
), Q([o], () => {
|
|
894
849
|
G(), E();
|
|
@@ -903,30 +858,30 @@ const Qr = /* @__PURE__ */ V({
|
|
|
903
858
|
style: Z(C.value)
|
|
904
859
|
}, null, 4));
|
|
905
860
|
}
|
|
906
|
-
}),
|
|
861
|
+
}), tl = /* @__PURE__ */ V({
|
|
907
862
|
__name: "index",
|
|
908
863
|
props: {
|
|
909
864
|
node: {},
|
|
910
865
|
outer: { type: Boolean }
|
|
911
866
|
},
|
|
912
867
|
setup(t) {
|
|
913
|
-
const e = t, i = $e(), o = We(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: d, height: f, minHeight: p, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } =
|
|
868
|
+
const e = t, i = $e(), o = We(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: d, height: f, minHeight: p, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } = mo(e), { applyXAxis: b } = yo(e), { applyYAxis: g } = fo(e), { applyLegend: x } = co(e), { applySeries: w } = po(e), C = k(() => {
|
|
914
869
|
const S = {}, F = s.value.type;
|
|
915
870
|
return l === "page" ? F === "common" ? c(S) : console.assert(!1) : l === "comp" && F === "common" ? c(S) : console.assert(!1), S;
|
|
916
|
-
}), M =
|
|
871
|
+
}), M = Yi("chart");
|
|
917
872
|
let W;
|
|
918
873
|
const G = () => {
|
|
919
|
-
W?.dispose(), W =
|
|
874
|
+
W?.dispose(), W = ro.init(M.value, o.value ? "dark" : "light");
|
|
920
875
|
const S = {};
|
|
921
876
|
W.setOption(S);
|
|
922
877
|
}, R = () => {
|
|
923
878
|
W?.resize();
|
|
924
879
|
}, E = () => {
|
|
925
880
|
const S = {};
|
|
926
|
-
y(S),
|
|
881
|
+
y(S), b(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
927
882
|
};
|
|
928
|
-
return
|
|
929
|
-
window.addEventListener("resize", R, !1), await
|
|
883
|
+
return Ji(async () => {
|
|
884
|
+
window.addEventListener("resize", R, !1), await Qi(() => !!M.value), G(), E();
|
|
930
885
|
}), je(() => {
|
|
931
886
|
window.removeEventListener("resize", R, !1), W?.dispose();
|
|
932
887
|
}), Q(
|
|
@@ -941,7 +896,7 @@ const Qr = /* @__PURE__ */ V({
|
|
|
941
896
|
u
|
|
942
897
|
],
|
|
943
898
|
async () => {
|
|
944
|
-
await
|
|
899
|
+
await qi(), R();
|
|
945
900
|
}
|
|
946
901
|
), Q([o], () => {
|
|
947
902
|
G(), E();
|
|
@@ -963,22 +918,22 @@ const Qr = /* @__PURE__ */ V({
|
|
|
963
918
|
state: {}
|
|
964
919
|
},
|
|
965
920
|
setup(t) {
|
|
966
|
-
const { t: e } =
|
|
967
|
-
|
|
921
|
+
const { t: e } = fs(), i = t, o = de(), l = oc(), s = ce(-1), a = ce();
|
|
922
|
+
xc(a), ue(() => {
|
|
968
923
|
if (!i.refContext.refid) {
|
|
969
924
|
s.value = -1, a.value = void 0;
|
|
970
925
|
return;
|
|
971
926
|
}
|
|
972
927
|
const c = l.value[i.refContext.refid];
|
|
973
928
|
if (!c) {
|
|
974
|
-
s.value = -1, a.value = void 0,
|
|
929
|
+
s.value = -1, a.value = void 0, eo.emit("compNotAvail", i.refContext.refid);
|
|
975
930
|
return;
|
|
976
931
|
}
|
|
977
932
|
s.value !== c.dataSeq && (s.value = c.dataSeq, a.value = B(c.data));
|
|
978
933
|
});
|
|
979
934
|
function m(c) {
|
|
980
|
-
const y =
|
|
981
|
-
return
|
|
935
|
+
const y = Io[o.value.version].refKey, b = Ce[y];
|
|
936
|
+
return b ? ae(b.comp, {
|
|
982
937
|
refContext: {
|
|
983
938
|
parent: i.refContext,
|
|
984
939
|
refid: c.ref.comp
|
|
@@ -987,14 +942,14 @@ const Qr = /* @__PURE__ */ V({
|
|
|
987
942
|
}) : (console.assert(!1, `ref element not found key=${y}`), ae("div", `ref element not found key=${y}`));
|
|
988
943
|
}
|
|
989
944
|
function d(c) {
|
|
990
|
-
const y =
|
|
945
|
+
const y = Ce[c.basic.key];
|
|
991
946
|
if (!y)
|
|
992
947
|
return console.assert(!1, `element not found key=${c.basic.key}`), ae("div", `element not found key=${c.basic.key}`);
|
|
993
|
-
const
|
|
948
|
+
const b = [];
|
|
994
949
|
return y.leaf || c.children?.forEach((g) => {
|
|
995
950
|
const x = f(g);
|
|
996
|
-
|
|
997
|
-
}), ae(y.comp, { node: c }, { default: () =>
|
|
951
|
+
b.push(x);
|
|
952
|
+
}), ae(y.comp, { node: c }, { default: () => b });
|
|
998
953
|
}
|
|
999
954
|
function f(c) {
|
|
1000
955
|
return c.ref ? m(c) : d(c);
|
|
@@ -1016,15 +971,15 @@ const Qr = /* @__PURE__ */ V({
|
|
|
1016
971
|
const c = a.value.type;
|
|
1017
972
|
if (c === "common") {
|
|
1018
973
|
const y = [];
|
|
1019
|
-
return a.value.view.nodes.forEach((
|
|
1020
|
-
y.push(f(
|
|
974
|
+
return a.value.view.nodes.forEach((b) => {
|
|
975
|
+
y.push(f(b));
|
|
1021
976
|
}), y;
|
|
1022
977
|
} else
|
|
1023
978
|
return console.assert(!1, `invalid subtype=${c}`), ae("div", `invalid subtype=${c}`);
|
|
1024
979
|
};
|
|
1025
980
|
return (c, y) => (v(), $(u));
|
|
1026
981
|
}
|
|
1027
|
-
}),
|
|
982
|
+
}), nl = /* @__PURE__ */ V({
|
|
1028
983
|
__name: "index",
|
|
1029
984
|
props: {
|
|
1030
985
|
node: {},
|
|
@@ -1056,7 +1011,7 @@ const Qr = /* @__PURE__ */ V({
|
|
|
1056
1011
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1057
1012
|
};
|
|
1058
1013
|
}
|
|
1059
|
-
}),
|
|
1014
|
+
}), il = /* @__PURE__ */ V({
|
|
1060
1015
|
__name: "index",
|
|
1061
1016
|
props: {
|
|
1062
1017
|
node: {},
|
|
@@ -1070,7 +1025,7 @@ const Qr = /* @__PURE__ */ V({
|
|
|
1070
1025
|
]), { 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, [
|
|
1071
1026
|
"settings",
|
|
1072
1027
|
"disabled"
|
|
1073
|
-
]), { 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:
|
|
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: b } = r(e, ["size", "minHeight"]), { property: g } = r(e, ["size", "minWidth"]), { property: x } = r(e, [
|
|
1074
1029
|
"settings",
|
|
1075
1030
|
"addIcon",
|
|
1076
1031
|
"prepend"
|
|
@@ -1079,7 +1034,7 @@ const Qr = /* @__PURE__ */ V({
|
|
|
1079
1034
|
"readonly"
|
|
1080
1035
|
]), { 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) => {
|
|
1081
1036
|
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", q.clientX), o.setVariable("__pointerPosY__", q.clientY), o.callFunction("__triggerEventV1__", [
|
|
1082
|
-
|
|
1037
|
+
Le("elementEvent", e.node.basic.id, "click")
|
|
1083
1038
|
]));
|
|
1084
1039
|
};
|
|
1085
1040
|
return (q, ne) => {
|
|
@@ -1096,7 +1051,7 @@ const Qr = /* @__PURE__ */ V({
|
|
|
1096
1051
|
loading: n(u),
|
|
1097
1052
|
"max-height": n(c),
|
|
1098
1053
|
"max-width": n(y),
|
|
1099
|
-
"min-height": n(
|
|
1054
|
+
"min-height": n(b),
|
|
1100
1055
|
"min-width": n(g),
|
|
1101
1056
|
"prepend-icon": n(x),
|
|
1102
1057
|
readonly: n(w),
|
|
@@ -1114,8 +1069,8 @@ const Qr = /* @__PURE__ */ V({
|
|
|
1114
1069
|
});
|
|
1115
1070
|
};
|
|
1116
1071
|
}
|
|
1117
|
-
}),
|
|
1118
|
-
function
|
|
1072
|
+
}), ol = {};
|
|
1073
|
+
function sl(t, e) {
|
|
1119
1074
|
const i = z("v-btn-group");
|
|
1120
1075
|
return v(), $(i, null, {
|
|
1121
1076
|
default: I(() => [
|
|
@@ -1124,7 +1079,7 @@ function ol(t, e) {
|
|
|
1124
1079
|
_: 3
|
|
1125
1080
|
});
|
|
1126
1081
|
}
|
|
1127
|
-
const
|
|
1082
|
+
const rl = /* @__PURE__ */ Ve(ol, [["render", sl]]), ll = /* @__PURE__ */ V({
|
|
1128
1083
|
__name: "index",
|
|
1129
1084
|
props: {
|
|
1130
1085
|
node: {},
|
|
@@ -1144,7 +1099,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1144
1099
|
"settings",
|
|
1145
1100
|
"readonly"
|
|
1146
1101
|
]), { 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"]);
|
|
1147
|
-
return (y,
|
|
1102
|
+
return (y, b) => {
|
|
1148
1103
|
const g = z("v-btn-toggle");
|
|
1149
1104
|
return v(), $(g, {
|
|
1150
1105
|
block: n(i),
|
|
@@ -1166,7 +1121,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1166
1121
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1167
1122
|
};
|
|
1168
1123
|
}
|
|
1169
|
-
}),
|
|
1124
|
+
}), al = /* @__PURE__ */ V({
|
|
1170
1125
|
__name: "index",
|
|
1171
1126
|
props: {
|
|
1172
1127
|
node: {},
|
|
@@ -1179,7 +1134,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1179
1134
|
]), { 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, [
|
|
1180
1135
|
"settings",
|
|
1181
1136
|
"subtitle"
|
|
1182
|
-
]), { property: c } = r(e, ["settings", "text"]), { theme: y } = N(), { property:
|
|
1137
|
+
]), { property: c } = r(e, ["settings", "text"]), { theme: y } = N(), { property: b } = r(e, ["settings", "title"]), { property: g } = r(e, ["settings", "variant"]), { property: x } = r(e, ["size", "width"]);
|
|
1183
1138
|
return (w, C) => {
|
|
1184
1139
|
const M = z("v-card");
|
|
1185
1140
|
return v(), $(M, {
|
|
@@ -1195,7 +1150,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1195
1150
|
subtitle: n(u),
|
|
1196
1151
|
text: n(c),
|
|
1197
1152
|
theme: n(y),
|
|
1198
|
-
title: n(
|
|
1153
|
+
title: n(b),
|
|
1199
1154
|
variant: n(g),
|
|
1200
1155
|
width: n(x)
|
|
1201
1156
|
}, {
|
|
@@ -1206,7 +1161,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1206
1161
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1207
1162
|
};
|
|
1208
1163
|
}
|
|
1209
|
-
}),
|
|
1164
|
+
}), ul = /* @__PURE__ */ V({
|
|
1210
1165
|
__name: "index",
|
|
1211
1166
|
props: {
|
|
1212
1167
|
node: {},
|
|
@@ -1228,7 +1183,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1228
1183
|
}, null, 8, ["disabled", "readonly"]);
|
|
1229
1184
|
};
|
|
1230
1185
|
}
|
|
1231
|
-
}),
|
|
1186
|
+
}), cl = /* @__PURE__ */ V({
|
|
1232
1187
|
__name: "index",
|
|
1233
1188
|
props: {
|
|
1234
1189
|
node: {},
|
|
@@ -1244,7 +1199,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1244
1199
|
]), { property: m } = r(e, [
|
|
1245
1200
|
"settings",
|
|
1246
1201
|
"draggable"
|
|
1247
|
-
]), { 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:
|
|
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: b } = r(e, ["settings", "value"]), { property: g } = r(e, ["settings", "variant"]);
|
|
1248
1203
|
return (x, w) => {
|
|
1249
1204
|
const C = z("v-chip");
|
|
1250
1205
|
return v(), $(C, {
|
|
@@ -1259,12 +1214,12 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1259
1214
|
text: n(u),
|
|
1260
1215
|
theme: n(c),
|
|
1261
1216
|
tile: n(y),
|
|
1262
|
-
value: n(
|
|
1217
|
+
value: n(b),
|
|
1263
1218
|
variant: n(g)
|
|
1264
1219
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1265
1220
|
};
|
|
1266
1221
|
}
|
|
1267
|
-
}),
|
|
1222
|
+
}), pl = /* @__PURE__ */ V({
|
|
1268
1223
|
__name: "index",
|
|
1269
1224
|
props: {
|
|
1270
1225
|
node: {},
|
|
@@ -1291,7 +1246,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1291
1246
|
const y = z("v-chip-group");
|
|
1292
1247
|
return v(), $(y, {
|
|
1293
1248
|
modelValue: n(p),
|
|
1294
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1249
|
+
"onUpdate:modelValue": c[0] || (c[0] = (b) => O(p) ? p.value = b : null),
|
|
1295
1250
|
column: n(i),
|
|
1296
1251
|
direction: n(o),
|
|
1297
1252
|
disabled: n(l),
|
|
@@ -1308,7 +1263,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1308
1263
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1309
1264
|
};
|
|
1310
1265
|
}
|
|
1311
|
-
}),
|
|
1266
|
+
}), ml = /* @__PURE__ */ V({
|
|
1312
1267
|
__name: "index",
|
|
1313
1268
|
props: {
|
|
1314
1269
|
node: {},
|
|
@@ -1316,8 +1271,8 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1316
1271
|
},
|
|
1317
1272
|
setup(t) {
|
|
1318
1273
|
const e = t, i = me(), o = de(), { applySize: l } = ge(e), s = k(() => {
|
|
1319
|
-
const
|
|
1320
|
-
return i === "page" ? g === "common" ? l(
|
|
1274
|
+
const b = {}, g = o.value.type;
|
|
1275
|
+
return i === "page" ? g === "common" ? l(b) : console.assert(!1) : i === "comp" && g === "common" ? l(b) : console.assert(!1), b;
|
|
1321
1276
|
}), { property: a } = r(e, [
|
|
1322
1277
|
"settings",
|
|
1323
1278
|
"disabled"
|
|
@@ -1340,7 +1295,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1340
1295
|
"settings",
|
|
1341
1296
|
"showSwatches"
|
|
1342
1297
|
]), { theme: y } = N();
|
|
1343
|
-
return (
|
|
1298
|
+
return (b, g) => {
|
|
1344
1299
|
const x = z("v-color-picker");
|
|
1345
1300
|
return v(), $(n(Y), null, {
|
|
1346
1301
|
default: I(() => [
|
|
@@ -1360,7 +1315,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1360
1315
|
});
|
|
1361
1316
|
};
|
|
1362
1317
|
}
|
|
1363
|
-
}),
|
|
1318
|
+
}), dl = /* @__PURE__ */ V({
|
|
1364
1319
|
__name: "index",
|
|
1365
1320
|
props: {
|
|
1366
1321
|
node: {},
|
|
@@ -1399,7 +1354,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1399
1354
|
});
|
|
1400
1355
|
};
|
|
1401
1356
|
}
|
|
1402
|
-
}),
|
|
1357
|
+
}), yl = /* @__PURE__ */ V({
|
|
1403
1358
|
__name: "index",
|
|
1404
1359
|
props: {
|
|
1405
1360
|
node: {},
|
|
@@ -1419,7 +1374,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1419
1374
|
L(u.$slots, "default")
|
|
1420
1375
|
], 4));
|
|
1421
1376
|
}
|
|
1422
|
-
}),
|
|
1377
|
+
}), fl = /* @__PURE__ */ V({
|
|
1423
1378
|
__name: "index",
|
|
1424
1379
|
props: {
|
|
1425
1380
|
node: {},
|
|
@@ -1440,12 +1395,12 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1440
1395
|
"settings",
|
|
1441
1396
|
"multiSort"
|
|
1442
1397
|
]), { theme: u } = N(), { property: c } = r(e, ["size", "width"]), y = k(() => {
|
|
1443
|
-
const
|
|
1398
|
+
const b = [];
|
|
1444
1399
|
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1445
|
-
x.column && x.comp &&
|
|
1446
|
-
}),
|
|
1400
|
+
x.column && x.comp && b.push(x);
|
|
1401
|
+
}), b;
|
|
1447
1402
|
});
|
|
1448
|
-
return (
|
|
1403
|
+
return (b, g) => {
|
|
1449
1404
|
const x = z("v-data-table");
|
|
1450
1405
|
return v(), $(n(Y), null, {
|
|
1451
1406
|
default: I(() => [
|
|
@@ -1462,7 +1417,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1462
1417
|
theme: n(u),
|
|
1463
1418
|
width: n(c)
|
|
1464
1419
|
}, Pn({ _: 2 }, [
|
|
1465
|
-
|
|
1420
|
+
Ro(y.value, (w) => ({
|
|
1466
1421
|
name: `item.${w.column}`,
|
|
1467
1422
|
fn: I(({ value: C }) => [
|
|
1468
1423
|
D(n(ye), {
|
|
@@ -1477,7 +1432,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1477
1432
|
});
|
|
1478
1433
|
};
|
|
1479
1434
|
}
|
|
1480
|
-
}),
|
|
1435
|
+
}), bl = /* @__PURE__ */ V({
|
|
1481
1436
|
__name: "index",
|
|
1482
1437
|
setup(t) {
|
|
1483
1438
|
return (e, i) => {
|
|
@@ -1490,15 +1445,15 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1490
1445
|
});
|
|
1491
1446
|
};
|
|
1492
1447
|
}
|
|
1493
|
-
}),
|
|
1448
|
+
}), hl = ["id"], gl = /* @__PURE__ */ V({
|
|
1494
1449
|
__name: "index",
|
|
1495
1450
|
props: {
|
|
1496
1451
|
node: {},
|
|
1497
1452
|
outer: { type: Boolean }
|
|
1498
1453
|
},
|
|
1499
1454
|
setup(t) {
|
|
1500
|
-
const e = t, i = H(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } =
|
|
1501
|
-
return
|
|
1455
|
+
const e = t, i = H(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } = to(`runtimeDlg/${Zi()}`);
|
|
1456
|
+
return bo(o, e, (m) => {
|
|
1502
1457
|
if (i !== "runtime" && i !== "preview")
|
|
1503
1458
|
return;
|
|
1504
1459
|
const { name: d } = m;
|
|
@@ -1514,7 +1469,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1514
1469
|
n(i) === "editor" ? (v(), J("div", {
|
|
1515
1470
|
key: 0,
|
|
1516
1471
|
id: `__node__@${l.value}`
|
|
1517
|
-
}, null, 8,
|
|
1472
|
+
}, null, 8, hl)) : te("", !0)
|
|
1518
1473
|
]),
|
|
1519
1474
|
default: I(() => [
|
|
1520
1475
|
L(m.$slots, "default")
|
|
@@ -1523,7 +1478,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1523
1478
|
}, 8, ["modelValue"]);
|
|
1524
1479
|
};
|
|
1525
1480
|
}
|
|
1526
|
-
}),
|
|
1481
|
+
}), xl = /* @__PURE__ */ V({
|
|
1527
1482
|
__name: "index",
|
|
1528
1483
|
props: {
|
|
1529
1484
|
node: {},
|
|
@@ -1547,8 +1502,8 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1547
1502
|
"singleLine"
|
|
1548
1503
|
]);
|
|
1549
1504
|
return (c, y) => {
|
|
1550
|
-
const
|
|
1551
|
-
return v(), $(
|
|
1505
|
+
const b = z("v-file-input");
|
|
1506
|
+
return v(), $(b, {
|
|
1552
1507
|
chips: n(i),
|
|
1553
1508
|
density: n(o),
|
|
1554
1509
|
direction: n(l),
|
|
@@ -1562,7 +1517,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1562
1517
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1563
1518
|
};
|
|
1564
1519
|
}
|
|
1565
|
-
}),
|
|
1520
|
+
}), vl = /* @__PURE__ */ V({
|
|
1566
1521
|
__name: "index",
|
|
1567
1522
|
props: {
|
|
1568
1523
|
node: {},
|
|
@@ -1574,25 +1529,25 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1574
1529
|
"backgroundColor"
|
|
1575
1530
|
]), { color: p } = K(f), u = (y) => {
|
|
1576
1531
|
p.value && (y.backgroundColor = p.value), y.display = "flex";
|
|
1577
|
-
const
|
|
1532
|
+
const b = Re(i.value.width), g = Ie(b, e.node.settings?.direction);
|
|
1578
1533
|
g === "row" ? y.flexDirection = "row" : g === "rowReverse" ? y.flexDirection = "row-reverse" : g === "column" ? y.flexDirection = "column" : g === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1579
|
-
const x = Ie(
|
|
1534
|
+
const x = Ie(b, e.node.settings?.wrap);
|
|
1580
1535
|
x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
1581
|
-
const w = Ie(
|
|
1536
|
+
const w = Ie(b, e.node.settings?.mainAlign);
|
|
1582
1537
|
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");
|
|
1583
|
-
const C = Ie(
|
|
1538
|
+
const C = Ie(b, e.node.settings?.crossAlign);
|
|
1584
1539
|
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");
|
|
1585
1540
|
}, c = k(() => {
|
|
1586
|
-
const y = {},
|
|
1587
|
-
return o === "page" ?
|
|
1541
|
+
const y = {}, b = l.value.type;
|
|
1542
|
+
return o === "page" ? b === "common" ? (s(y), a(y), m(y), d(y), u(y)) : console.assert(!1) : o === "comp" && b === "common" ? (s(y), a(y), m(y), d(y), u(y)) : console.assert(!1), y;
|
|
1588
1543
|
});
|
|
1589
|
-
return (y,
|
|
1544
|
+
return (y, b) => (v(), J("div", {
|
|
1590
1545
|
style: Z(c.value)
|
|
1591
1546
|
}, [
|
|
1592
1547
|
L(y.$slots, "default")
|
|
1593
1548
|
], 4));
|
|
1594
1549
|
}
|
|
1595
|
-
}),
|
|
1550
|
+
}), kl = /* @__PURE__ */ V({
|
|
1596
1551
|
__name: "index",
|
|
1597
1552
|
props: {
|
|
1598
1553
|
node: {},
|
|
@@ -1609,7 +1564,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1609
1564
|
L(d.$slots, "default")
|
|
1610
1565
|
], 4));
|
|
1611
1566
|
}
|
|
1612
|
-
}),
|
|
1567
|
+
}), _l = /* @__PURE__ */ V({
|
|
1613
1568
|
__name: "index",
|
|
1614
1569
|
props: {
|
|
1615
1570
|
node: {},
|
|
@@ -1622,12 +1577,12 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1622
1577
|
]), { property: d } = r(e, [
|
|
1623
1578
|
"settings",
|
|
1624
1579
|
"backgroundColor"
|
|
1625
|
-
]), { color: f } = K(d), { applySize: p } = ge(e), { applyMargin: u } = Wn(e), { applyPadding: c } = En(e), { applyBorder: y } = Bn(e),
|
|
1580
|
+
]), { color: f } = K(d), { applySize: p } = ge(e), { applyMargin: u } = Wn(e), { applyPadding: c } = En(e), { applyBorder: y } = Bn(e), b = k(() => {
|
|
1626
1581
|
const x = {}, w = l.value.type;
|
|
1627
1582
|
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;
|
|
1628
1583
|
}), g = () => {
|
|
1629
1584
|
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1630
|
-
|
|
1585
|
+
Le("elementEvent", e.node.basic.id, "submit")
|
|
1631
1586
|
]);
|
|
1632
1587
|
};
|
|
1633
1588
|
return (x, w) => {
|
|
@@ -1636,8 +1591,8 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1636
1591
|
modelValue: n(a),
|
|
1637
1592
|
"onUpdate:modelValue": w[0] || (w[0] = (M) => O(a) ? a.value = M : null),
|
|
1638
1593
|
"fast-fail": n(m),
|
|
1639
|
-
style: Z(
|
|
1640
|
-
onSubmit:
|
|
1594
|
+
style: Z(b.value),
|
|
1595
|
+
onSubmit: Do(g, ["prevent"])
|
|
1641
1596
|
}, {
|
|
1642
1597
|
default: I(() => [
|
|
1643
1598
|
L(x.$slots, "default")
|
|
@@ -1646,7 +1601,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1646
1601
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1647
1602
|
};
|
|
1648
1603
|
}
|
|
1649
|
-
}),
|
|
1604
|
+
}), wl = /* @__PURE__ */ V({
|
|
1650
1605
|
__name: "index",
|
|
1651
1606
|
props: {
|
|
1652
1607
|
node: {},
|
|
@@ -1668,15 +1623,15 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1668
1623
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1669
1624
|
};
|
|
1670
1625
|
}
|
|
1671
|
-
}),
|
|
1626
|
+
}), Vl = ["id"], $l = /* @__PURE__ */ V({
|
|
1672
1627
|
__name: "index",
|
|
1673
1628
|
props: {
|
|
1674
1629
|
node: {},
|
|
1675
1630
|
outer: { type: Boolean }
|
|
1676
1631
|
},
|
|
1677
1632
|
setup(t) {
|
|
1678
|
-
const e = t, i = H(), o = Ee(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]), m = k(() => e.node.basic?.id), { open: d } =
|
|
1679
|
-
return
|
|
1633
|
+
const e = t, i = H(), o = Ee(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]), m = k(() => e.node.basic?.id), { open: d } = to(`runtimeMenu/${Zi()}`);
|
|
1634
|
+
return bo(o, e, (p) => {
|
|
1680
1635
|
if (i !== "runtime" && i !== "preview")
|
|
1681
1636
|
return;
|
|
1682
1637
|
const { name: u } = p;
|
|
@@ -1695,7 +1650,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1695
1650
|
n(i) === "editor" ? (v(), J("div", {
|
|
1696
1651
|
key: 0,
|
|
1697
1652
|
id: `__node__@${m.value}`
|
|
1698
|
-
}, null, 8,
|
|
1653
|
+
}, null, 8, Vl)) : te("", !0)
|
|
1699
1654
|
]),
|
|
1700
1655
|
default: I(() => [
|
|
1701
1656
|
L(p.$slots, "default")
|
|
@@ -1704,7 +1659,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1704
1659
|
}, 8, ["modelValue", "target"]);
|
|
1705
1660
|
};
|
|
1706
1661
|
}
|
|
1707
|
-
}),
|
|
1662
|
+
}), Il = /* @__PURE__ */ V({
|
|
1708
1663
|
__name: "index",
|
|
1709
1664
|
props: {
|
|
1710
1665
|
node: {},
|
|
@@ -1731,7 +1686,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1731
1686
|
]), { property: y } = r(e, [
|
|
1732
1687
|
"settings",
|
|
1733
1688
|
"precision"
|
|
1734
|
-
]), { property:
|
|
1689
|
+
]), { property: b } = r(e, ["settings", "prefix"]), { property: g } = r(e, [
|
|
1735
1690
|
"settings",
|
|
1736
1691
|
"addIcon",
|
|
1737
1692
|
"prepend"
|
|
@@ -1765,7 +1720,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1765
1720
|
"min-width": n(u),
|
|
1766
1721
|
placeholder: n(c),
|
|
1767
1722
|
precision: n(y),
|
|
1768
|
-
prefix: n(
|
|
1723
|
+
prefix: n(b),
|
|
1769
1724
|
"prepend-icon": n(g),
|
|
1770
1725
|
"prepend-inner-icon": n(x),
|
|
1771
1726
|
readonly: n(w),
|
|
@@ -1782,7 +1737,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1782
1737
|
});
|
|
1783
1738
|
};
|
|
1784
1739
|
}
|
|
1785
|
-
}),
|
|
1740
|
+
}), Sl = /* @__PURE__ */ V({
|
|
1786
1741
|
__name: "index",
|
|
1787
1742
|
props: {
|
|
1788
1743
|
node: {},
|
|
@@ -1796,10 +1751,10 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1796
1751
|
"settings",
|
|
1797
1752
|
"showFirstLastPage"
|
|
1798
1753
|
]), { 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(() => {
|
|
1799
|
-
const
|
|
1800
|
-
return i === "editor" && (
|
|
1754
|
+
const b = {};
|
|
1755
|
+
return i === "editor" && (b.pointerEvents = "none"), b;
|
|
1801
1756
|
});
|
|
1802
|
-
return (
|
|
1757
|
+
return (b, g) => {
|
|
1803
1758
|
const x = z("v-pagination");
|
|
1804
1759
|
return v(), $(n(Y), null, {
|
|
1805
1760
|
default: I(() => [
|
|
@@ -1822,7 +1777,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1822
1777
|
});
|
|
1823
1778
|
};
|
|
1824
1779
|
}
|
|
1825
|
-
}),
|
|
1780
|
+
}), Cl = /* @__PURE__ */ V({
|
|
1826
1781
|
__name: "index",
|
|
1827
1782
|
props: {
|
|
1828
1783
|
node: {},
|
|
@@ -1849,7 +1804,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1849
1804
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1850
1805
|
};
|
|
1851
1806
|
}
|
|
1852
|
-
}),
|
|
1807
|
+
}), Tl = /* @__PURE__ */ V({
|
|
1853
1808
|
__name: "index",
|
|
1854
1809
|
props: {
|
|
1855
1810
|
node: {},
|
|
@@ -1890,7 +1845,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1890
1845
|
});
|
|
1891
1846
|
};
|
|
1892
1847
|
}
|
|
1893
|
-
}),
|
|
1848
|
+
}), Pl = /* @__PURE__ */ V({
|
|
1894
1849
|
__name: "index",
|
|
1895
1850
|
props: {
|
|
1896
1851
|
node: {},
|
|
@@ -1917,13 +1872,13 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1917
1872
|
return "always";
|
|
1918
1873
|
if (p.value === "show")
|
|
1919
1874
|
return !0;
|
|
1920
|
-
}), { property: c } = r(e, ["settings", "step"]), { theme: y } = N(), { property:
|
|
1875
|
+
}), { property: c } = r(e, ["settings", "step"]), { theme: y } = N(), { property: b } = r(e, [
|
|
1921
1876
|
"settings",
|
|
1922
1877
|
"thumbLabel"
|
|
1923
1878
|
]), g = k(() => {
|
|
1924
|
-
if (
|
|
1879
|
+
if (b.value === "always")
|
|
1925
1880
|
return "always";
|
|
1926
|
-
if (
|
|
1881
|
+
if (b.value === "show")
|
|
1927
1882
|
return !0;
|
|
1928
1883
|
}), { property: x } = r(e, [
|
|
1929
1884
|
"settings",
|
|
@@ -1934,7 +1889,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1934
1889
|
const E = {};
|
|
1935
1890
|
for (const { value: S, label: F } of w.value)
|
|
1936
1891
|
E[S] = F;
|
|
1937
|
-
if (!
|
|
1892
|
+
if (!lo(E))
|
|
1938
1893
|
return E;
|
|
1939
1894
|
}), { property: M } = r(e, [
|
|
1940
1895
|
"settings",
|
|
@@ -1984,7 +1939,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
1984
1939
|
}, 8, ["modelValue"]);
|
|
1985
1940
|
};
|
|
1986
1941
|
}
|
|
1987
|
-
}),
|
|
1942
|
+
}), zl = /* @__PURE__ */ V({
|
|
1988
1943
|
__name: "index",
|
|
1989
1944
|
props: {
|
|
1990
1945
|
node: {},
|
|
@@ -2010,7 +1965,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2010
1965
|
default: I(() => [
|
|
2011
1966
|
D(y, {
|
|
2012
1967
|
modelValue: n(p),
|
|
2013
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1968
|
+
"onUpdate:modelValue": c[0] || (c[0] = (b) => O(p) ? p.value = b : null),
|
|
2014
1969
|
clearable: n(i),
|
|
2015
1970
|
density: n(o),
|
|
2016
1971
|
disabled: n(l),
|
|
@@ -2025,7 +1980,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2025
1980
|
});
|
|
2026
1981
|
};
|
|
2027
1982
|
}
|
|
2028
|
-
}),
|
|
1983
|
+
}), Al = /* @__PURE__ */ V({
|
|
2029
1984
|
__name: "index",
|
|
2030
1985
|
props: {
|
|
2031
1986
|
node: {},
|
|
@@ -2064,7 +2019,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2064
2019
|
});
|
|
2065
2020
|
};
|
|
2066
2021
|
}
|
|
2067
|
-
}),
|
|
2022
|
+
}), Ll = /* @__PURE__ */ V({
|
|
2068
2023
|
__name: "index",
|
|
2069
2024
|
props: {
|
|
2070
2025
|
node: {},
|
|
@@ -2091,7 +2046,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2091
2046
|
return "always";
|
|
2092
2047
|
if (c.value === "show")
|
|
2093
2048
|
return !0;
|
|
2094
|
-
}), { property:
|
|
2049
|
+
}), { property: b } = r(e, ["settings", "step"]), { theme: g } = N(), { property: x } = r(e, [
|
|
2095
2050
|
"settings",
|
|
2096
2051
|
"thumbColor"
|
|
2097
2052
|
]), { color: w } = K(x), { property: C } = r(e, [
|
|
@@ -2111,7 +2066,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2111
2066
|
const le = {};
|
|
2112
2067
|
for (const { value: Ne, label: Ut } of G.value)
|
|
2113
2068
|
le[Ne] = Ut;
|
|
2114
|
-
if (!
|
|
2069
|
+
if (!lo(le))
|
|
2115
2070
|
return le;
|
|
2116
2071
|
}), { property: E } = r(e, [
|
|
2117
2072
|
"settings",
|
|
@@ -2129,7 +2084,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2129
2084
|
default: I(() => [
|
|
2130
2085
|
D(Ut, {
|
|
2131
2086
|
modelValue: n(q),
|
|
2132
|
-
"onUpdate:modelValue": Ne[0] || (Ne[0] = (
|
|
2087
|
+
"onUpdate:modelValue": Ne[0] || (Ne[0] = (No) => O(q) ? q.value = No : null),
|
|
2133
2088
|
color: n(o),
|
|
2134
2089
|
direction: n(l),
|
|
2135
2090
|
disabled: n(s),
|
|
@@ -2140,7 +2095,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2140
2095
|
readonly: n(p),
|
|
2141
2096
|
reverse: n(u),
|
|
2142
2097
|
"show-ticks": y.value,
|
|
2143
|
-
step: n(
|
|
2098
|
+
step: n(b),
|
|
2144
2099
|
theme: n(g),
|
|
2145
2100
|
"thumb-color": n(w),
|
|
2146
2101
|
"thumb-label": M.value,
|
|
@@ -2175,7 +2130,7 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2175
2130
|
});
|
|
2176
2131
|
};
|
|
2177
2132
|
}
|
|
2178
|
-
}),
|
|
2133
|
+
}), Bl = /* @__PURE__ */ V({
|
|
2179
2134
|
__name: "index",
|
|
2180
2135
|
props: {
|
|
2181
2136
|
node: {},
|
|
@@ -2201,8 +2156,8 @@ const sl = /* @__PURE__ */ Ve(il, [["render", ol]]), rl = /* @__PURE__ */ V({
|
|
|
2201
2156
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2202
2157
|
};
|
|
2203
2158
|
}
|
|
2204
|
-
}),
|
|
2205
|
-
function
|
|
2159
|
+
}), Wl = {};
|
|
2160
|
+
function El(t, e) {
|
|
2206
2161
|
const i = z("v-stepper-header");
|
|
2207
2162
|
return v(), $(i, null, {
|
|
2208
2163
|
default: I(() => [
|
|
@@ -2211,7 +2166,7 @@ function Wl(t, e) {
|
|
|
2211
2166
|
_: 3
|
|
2212
2167
|
});
|
|
2213
2168
|
}
|
|
2214
|
-
const
|
|
2169
|
+
const Nl = /* @__PURE__ */ Ve(Wl, [["render", El]]), Ml = /* @__PURE__ */ V({
|
|
2215
2170
|
__name: "index",
|
|
2216
2171
|
props: {
|
|
2217
2172
|
node: {},
|
|
@@ -2229,8 +2184,8 @@ const El = /* @__PURE__ */ Ve(Bl, [["render", Wl]]), Nl = /* @__PURE__ */ V({
|
|
|
2229
2184
|
}, 8, ["value"]);
|
|
2230
2185
|
};
|
|
2231
2186
|
}
|
|
2232
|
-
}),
|
|
2233
|
-
function
|
|
2187
|
+
}), Rl = {};
|
|
2188
|
+
function Dl(t, e) {
|
|
2234
2189
|
const i = z("v-stepper-window");
|
|
2235
2190
|
return v(), $(i, null, {
|
|
2236
2191
|
default: I(() => [
|
|
@@ -2239,7 +2194,7 @@ function Rl(t, e) {
|
|
|
2239
2194
|
_: 3
|
|
2240
2195
|
});
|
|
2241
2196
|
}
|
|
2242
|
-
const
|
|
2197
|
+
const Fl = /* @__PURE__ */ Ve(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ V({
|
|
2243
2198
|
__name: "index",
|
|
2244
2199
|
props: {
|
|
2245
2200
|
node: {},
|
|
@@ -2257,7 +2212,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2257
2212
|
}, 8, ["value"]);
|
|
2258
2213
|
};
|
|
2259
2214
|
}
|
|
2260
|
-
}),
|
|
2215
|
+
}), Hl = /* @__PURE__ */ V({
|
|
2261
2216
|
__name: "index",
|
|
2262
2217
|
props: {
|
|
2263
2218
|
node: {},
|
|
@@ -2277,13 +2232,13 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2277
2232
|
"settings",
|
|
2278
2233
|
"indeterminate"
|
|
2279
2234
|
]), { 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"]);
|
|
2280
|
-
return (y,
|
|
2235
|
+
return (y, b) => {
|
|
2281
2236
|
const g = z("v-switch");
|
|
2282
2237
|
return v(), $(n(Y), { "fit-content": !0 }, {
|
|
2283
2238
|
default: I(() => [
|
|
2284
2239
|
D(g, {
|
|
2285
2240
|
modelValue: n(c),
|
|
2286
|
-
"onUpdate:modelValue":
|
|
2241
|
+
"onUpdate:modelValue": b[0] || (b[0] = (x) => O(c) ? c.value = x : null),
|
|
2287
2242
|
density: n(i),
|
|
2288
2243
|
direction: n(o),
|
|
2289
2244
|
disabled: n(l),
|
|
@@ -2300,7 +2255,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2300
2255
|
});
|
|
2301
2256
|
};
|
|
2302
2257
|
}
|
|
2303
|
-
}),
|
|
2258
|
+
}), Kl = /* @__PURE__ */ V({
|
|
2304
2259
|
__name: "index",
|
|
2305
2260
|
props: {
|
|
2306
2261
|
node: {},
|
|
@@ -2326,7 +2281,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2326
2281
|
});
|
|
2327
2282
|
};
|
|
2328
2283
|
}
|
|
2329
|
-
}),
|
|
2284
|
+
}), jl = /* @__PURE__ */ V({
|
|
2330
2285
|
__name: "index",
|
|
2331
2286
|
props: {
|
|
2332
2287
|
node: {},
|
|
@@ -2359,7 +2314,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2359
2314
|
]), { property: c } = r(e, ["settings", "grow"]), { property: y } = r(e, [
|
|
2360
2315
|
"settings",
|
|
2361
2316
|
"hideSlider"
|
|
2362
|
-
]), { property:
|
|
2317
|
+
]), { property: b } = r(e, ["settings", "items"]), { property: g } = r(e, [
|
|
2363
2318
|
"settings",
|
|
2364
2319
|
"mandatory"
|
|
2365
2320
|
]), { property: x } = r(e, [
|
|
@@ -2385,7 +2340,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2385
2340
|
"fixed-tabs": n(u),
|
|
2386
2341
|
grow: n(c),
|
|
2387
2342
|
"hide-slider": n(y),
|
|
2388
|
-
items: n(
|
|
2343
|
+
items: n(b),
|
|
2389
2344
|
mandatory: n(g),
|
|
2390
2345
|
"show-arrows": n(x),
|
|
2391
2346
|
"slider-color": n(C),
|
|
@@ -2399,7 +2354,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2399
2354
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
|
|
2400
2355
|
};
|
|
2401
2356
|
}
|
|
2402
|
-
}),
|
|
2357
|
+
}), Ol = /* @__PURE__ */ V({
|
|
2403
2358
|
__name: "index",
|
|
2404
2359
|
props: {
|
|
2405
2360
|
node: {},
|
|
@@ -2417,10 +2372,10 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2417
2372
|
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(" ");
|
|
2418
2373
|
});
|
|
2419
2374
|
return (p, u) => (v(), J("span", {
|
|
2420
|
-
class:
|
|
2421
|
-
},
|
|
2375
|
+
class: Fo(f.value)
|
|
2376
|
+
}, Go(n(m)), 3));
|
|
2422
2377
|
}
|
|
2423
|
-
}),
|
|
2378
|
+
}), Ul = /* @__PURE__ */ V({
|
|
2424
2379
|
__name: "index",
|
|
2425
2380
|
props: {
|
|
2426
2381
|
node: {},
|
|
@@ -2445,7 +2400,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2445
2400
|
]), { property: u } = r(e, ["settings", "reverse"]), { property: c } = r(e, ["settings", "rows"]), { property: y } = r(e, [
|
|
2446
2401
|
"settings",
|
|
2447
2402
|
"singleLine"
|
|
2448
|
-
]), { theme:
|
|
2403
|
+
]), { theme: b } = N(), { property: g } = r(e, ["settings", "value"]), { property: x } = r(e, ["settings", "variant"]);
|
|
2449
2404
|
return (w, C) => {
|
|
2450
2405
|
const M = z("v-textarea");
|
|
2451
2406
|
return v(), $(n(Y), null, {
|
|
@@ -2465,7 +2420,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2465
2420
|
reverse: n(u),
|
|
2466
2421
|
rows: n(c),
|
|
2467
2422
|
"single-line": n(y),
|
|
2468
|
-
theme: n(
|
|
2423
|
+
theme: n(b),
|
|
2469
2424
|
variant: n(x)
|
|
2470
2425
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2471
2426
|
]),
|
|
@@ -2473,7 +2428,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2473
2428
|
});
|
|
2474
2429
|
};
|
|
2475
2430
|
}
|
|
2476
|
-
}),
|
|
2431
|
+
}), Xl = /* @__PURE__ */ V({
|
|
2477
2432
|
__name: "index",
|
|
2478
2433
|
props: {
|
|
2479
2434
|
node: {},
|
|
@@ -2504,7 +2459,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2504
2459
|
]), { property: c } = r(e, ["settings", "prefix"]), { property: y } = r(e, [
|
|
2505
2460
|
"settings",
|
|
2506
2461
|
"prependIcon"
|
|
2507
|
-
]), { property:
|
|
2462
|
+
]), { property: b } = r(e, [
|
|
2508
2463
|
"settings",
|
|
2509
2464
|
"prependInnerIcon"
|
|
2510
2465
|
]), { property: g } = r(e, [
|
|
@@ -2542,7 +2497,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2542
2497
|
placeholder: n(u),
|
|
2543
2498
|
prefix: n(c),
|
|
2544
2499
|
"prepend-icon": n(y),
|
|
2545
|
-
"prepend-inner-icon": n(
|
|
2500
|
+
"prepend-inner-icon": n(b),
|
|
2546
2501
|
readonly: n(g),
|
|
2547
2502
|
reverse: n(x),
|
|
2548
2503
|
"single-line": n(w),
|
|
@@ -2596,7 +2551,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2596
2551
|
});
|
|
2597
2552
|
};
|
|
2598
2553
|
}
|
|
2599
|
-
}),
|
|
2554
|
+
}), Yl = /* @__PURE__ */ V({
|
|
2600
2555
|
__name: "index",
|
|
2601
2556
|
props: {
|
|
2602
2557
|
node: {},
|
|
@@ -2629,7 +2584,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2629
2584
|
"settings",
|
|
2630
2585
|
"line",
|
|
2631
2586
|
"thickness"
|
|
2632
|
-
]), { property: y } = r(e, ["settings", "side"]), { property:
|
|
2587
|
+
]), { property: y } = r(e, ["settings", "side"]), { property: b } = r(e, [
|
|
2633
2588
|
"settings",
|
|
2634
2589
|
"line",
|
|
2635
2590
|
"truncate"
|
|
@@ -2648,7 +2603,7 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2648
2603
|
"line-thickness": n(c),
|
|
2649
2604
|
side: n(y),
|
|
2650
2605
|
theme: n(g),
|
|
2651
|
-
"truncate-line": n(
|
|
2606
|
+
"truncate-line": n(b)
|
|
2652
2607
|
}, {
|
|
2653
2608
|
default: I(() => [
|
|
2654
2609
|
L(x.$slots, "default")
|
|
@@ -2657,8 +2612,8 @@ const Dl = /* @__PURE__ */ Ve(Ml, [["render", Rl]]), Fl = /* @__PURE__ */ V({
|
|
|
2657
2612
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2658
2613
|
};
|
|
2659
2614
|
}
|
|
2660
|
-
}),
|
|
2661
|
-
function
|
|
2615
|
+
}), Jl = {};
|
|
2616
|
+
function ql(t, e) {
|
|
2662
2617
|
const i = z("v-timeline-item");
|
|
2663
2618
|
return v(), $(i, null, {
|
|
2664
2619
|
default: I(() => [
|
|
@@ -2667,7 +2622,7 @@ function Jl(t, e) {
|
|
|
2667
2622
|
_: 3
|
|
2668
2623
|
});
|
|
2669
2624
|
}
|
|
2670
|
-
const
|
|
2625
|
+
const Zl = /* @__PURE__ */ Ve(Jl, [["render", ql]]), Ql = /* @__PURE__ */ V({
|
|
2671
2626
|
__name: "index",
|
|
2672
2627
|
props: {
|
|
2673
2628
|
node: {},
|
|
@@ -2707,8 +2662,8 @@ const ql = /* @__PURE__ */ Ve(Yl, [["render", Jl]]), Zl = /* @__PURE__ */ V({
|
|
|
2707
2662
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2708
2663
|
};
|
|
2709
2664
|
}
|
|
2710
|
-
}),
|
|
2711
|
-
function
|
|
2665
|
+
}), ea = {};
|
|
2666
|
+
function ta(t, e) {
|
|
2712
2667
|
const i = z("v-window-item");
|
|
2713
2668
|
return v(), $(i, null, {
|
|
2714
2669
|
default: I(() => [
|
|
@@ -2717,7 +2672,7 @@ function ea(t, e) {
|
|
|
2717
2672
|
_: 3
|
|
2718
2673
|
});
|
|
2719
2674
|
}
|
|
2720
|
-
const
|
|
2675
|
+
const na = /* @__PURE__ */ Ve(ea, [["render", ta]]), Ue = "ambient_light_v1", Xe = "badge_v1", Nn = "breadcrumbs_v1", Ye = "bar_chart_v1", Je = "box_geometry_v1", qe = "btn_v1", Ze = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", pt = "file_input_v1", mt = "flex_layout_v1", ho = "flex_layout_entry_v1", dt = "form_v1", tn = "globality_v1", yt = "group_v1", ft = "icon_v1", bt = "keyboard_controls_v1", ht = "line_chart_v1", gt = "map_controls_v1", xt = "menu_v1", vt = "mesh_v1", ia = "mesh_basic_material_v1", Mn = "multiple_ref_v1", kt = "number_input_v1", _t = "orbit_controls_v1", wt = "orthographic_camera_v1", Vt = "pagination_v1", $t = "perspective_camera_v1", It = "point_light_v1", go = "radio_v1", St = "radio_group_v1", Ct = "range_slider_v1", Tt = "rating_v1", Rn = "render_switch_v1", Pt = "select_v1", De = "single_ref_v1", zt = "slider_v1", At = "sphere_geometry_v1", Lt = "spot_light_v1", Bt = "stepper_v1", xo = "stepper_header_v1", vo = "stepper_item_v1", ko = "stepper_window_v1", _o = "stepper_window_item_v1", Wt = "switch_v1", wo = "tab_v1", Dn = "table_v1", Et = "tabs_v1", Nt = "text_v1", Mt = "textarea_v1", Rt = "text_field_v1", Dt = "timeline_v1", Vo = "timeline_item_v1", Ft = "window_v1", $o = "window_item_v1", h = {
|
|
2721
2676
|
key: "basic",
|
|
2722
2677
|
name: "x-runtime-lib.basic",
|
|
2723
2678
|
children: [
|
|
@@ -2779,7 +2734,7 @@ const ta = /* @__PURE__ */ Ve(Ql, [["render", ea]]), Ue = "ambient_light_v1", Xe
|
|
|
2779
2734
|
]
|
|
2780
2735
|
}
|
|
2781
2736
|
]
|
|
2782
|
-
},
|
|
2737
|
+
}, oa = B(j), ke = {
|
|
2783
2738
|
key: "border",
|
|
2784
2739
|
name: "x-runtime-lib.border",
|
|
2785
2740
|
children: [
|
|
@@ -2797,7 +2752,7 @@ const ta = /* @__PURE__ */ Ve(Ql, [["render", ea]]), Ue = "ambient_light_v1", Xe
|
|
|
2797
2752
|
types: "borderWidthTypesV1",
|
|
2798
2753
|
default: ""
|
|
2799
2754
|
},
|
|
2800
|
-
|
|
2755
|
+
oa,
|
|
2801
2756
|
{
|
|
2802
2757
|
key: "roundRadius",
|
|
2803
2758
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3193,19 +3148,19 @@ const ta = /* @__PURE__ */ Ve(Ql, [["render", ea]]), Ue = "ambient_light_v1", Xe
|
|
|
3193
3148
|
default: 2e3
|
|
3194
3149
|
}
|
|
3195
3150
|
]
|
|
3196
|
-
},
|
|
3151
|
+
}, sa = {
|
|
3197
3152
|
key: wt,
|
|
3198
3153
|
name: "x-runtime-lib.orthographicCamera",
|
|
3199
|
-
comp:
|
|
3154
|
+
comp: Is,
|
|
3200
3155
|
properties: {
|
|
3201
|
-
pageScene: [
|
|
3202
|
-
compScene: [
|
|
3156
|
+
pageScene: [h, X, qn],
|
|
3157
|
+
compScene: [h, X, qn]
|
|
3203
3158
|
},
|
|
3204
3159
|
events: [],
|
|
3205
3160
|
methods: [],
|
|
3206
3161
|
slots: []
|
|
3207
3162
|
};
|
|
3208
|
-
_(
|
|
3163
|
+
_(sa);
|
|
3209
3164
|
const Zn = {
|
|
3210
3165
|
key: "settings",
|
|
3211
3166
|
name: "x-runtime-lib.settings",
|
|
@@ -3239,92 +3194,92 @@ const Zn = {
|
|
|
3239
3194
|
default: 2e3
|
|
3240
3195
|
}
|
|
3241
3196
|
]
|
|
3242
|
-
},
|
|
3197
|
+
}, ra = {
|
|
3243
3198
|
key: $t,
|
|
3244
3199
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3245
|
-
comp:
|
|
3200
|
+
comp: Cs,
|
|
3246
3201
|
properties: {
|
|
3247
|
-
pageScene: [
|
|
3248
|
-
compScene: [
|
|
3202
|
+
pageScene: [h, X, Zn],
|
|
3203
|
+
compScene: [h, X, Zn]
|
|
3249
3204
|
},
|
|
3250
3205
|
events: [],
|
|
3251
3206
|
methods: [],
|
|
3252
3207
|
slots: []
|
|
3253
3208
|
};
|
|
3254
|
-
_(
|
|
3255
|
-
const
|
|
3209
|
+
_(ra);
|
|
3210
|
+
const la = /* @__PURE__ */ V({
|
|
3256
3211
|
__name: "index",
|
|
3257
3212
|
setup(t) {
|
|
3258
3213
|
const e = H();
|
|
3259
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(
|
|
3214
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(rs), { key: 0 })) : te("", !0);
|
|
3260
3215
|
}
|
|
3261
|
-
}),
|
|
3216
|
+
}), aa = /* @__PURE__ */ V({
|
|
3262
3217
|
__name: "index",
|
|
3263
3218
|
setup(t) {
|
|
3264
3219
|
const e = H();
|
|
3265
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(
|
|
3220
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(ls), { key: 0 })) : te("", !0);
|
|
3266
3221
|
}
|
|
3267
|
-
}),
|
|
3222
|
+
}), ua = /* @__PURE__ */ V({
|
|
3268
3223
|
__name: "index",
|
|
3269
3224
|
setup(t) {
|
|
3270
3225
|
const e = H();
|
|
3271
|
-
return (i, o) => n(e) !== "editor" ? (v(), $(n(
|
|
3226
|
+
return (i, o) => n(e) !== "editor" ? (v(), $(n(as), { key: 0 })) : te("", !0);
|
|
3272
3227
|
}
|
|
3273
|
-
}),
|
|
3228
|
+
}), ca = {
|
|
3274
3229
|
key: bt,
|
|
3275
3230
|
name: "x-runtime-lib.keyboardControls",
|
|
3276
|
-
comp:
|
|
3231
|
+
comp: la,
|
|
3277
3232
|
properties: {
|
|
3278
|
-
pageScene: [
|
|
3279
|
-
compScene: [
|
|
3233
|
+
pageScene: [h],
|
|
3234
|
+
compScene: [h]
|
|
3280
3235
|
},
|
|
3281
3236
|
events: [],
|
|
3282
3237
|
methods: [],
|
|
3283
3238
|
slots: [],
|
|
3284
3239
|
leaf: !0
|
|
3285
3240
|
};
|
|
3286
|
-
_(
|
|
3287
|
-
const
|
|
3241
|
+
_(ca);
|
|
3242
|
+
const pa = {
|
|
3288
3243
|
key: gt,
|
|
3289
3244
|
name: "x-runtime-lib.mapControls",
|
|
3290
|
-
comp:
|
|
3245
|
+
comp: aa,
|
|
3291
3246
|
properties: {
|
|
3292
|
-
pageScene: [
|
|
3293
|
-
compScene: [
|
|
3247
|
+
pageScene: [h],
|
|
3248
|
+
compScene: [h]
|
|
3294
3249
|
},
|
|
3295
3250
|
events: [],
|
|
3296
3251
|
methods: [],
|
|
3297
3252
|
slots: [],
|
|
3298
3253
|
leaf: !0
|
|
3299
3254
|
};
|
|
3300
|
-
_(
|
|
3301
|
-
const
|
|
3255
|
+
_(pa);
|
|
3256
|
+
const ma = {
|
|
3302
3257
|
key: _t,
|
|
3303
3258
|
name: "x-runtime-lib.orbitControls",
|
|
3304
|
-
comp:
|
|
3259
|
+
comp: ua,
|
|
3305
3260
|
properties: {
|
|
3306
|
-
pageScene: [
|
|
3307
|
-
compScene: [
|
|
3261
|
+
pageScene: [h],
|
|
3262
|
+
compScene: [h]
|
|
3308
3263
|
},
|
|
3309
3264
|
events: [],
|
|
3310
3265
|
methods: [],
|
|
3311
3266
|
slots: [],
|
|
3312
3267
|
leaf: !0
|
|
3313
3268
|
};
|
|
3314
|
-
_(
|
|
3315
|
-
function
|
|
3269
|
+
_(ma);
|
|
3270
|
+
function da(t, e) {
|
|
3316
3271
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3317
3272
|
if (!o) {
|
|
3318
3273
|
console.error(`boxGeometryV1/spawn property tag not found, ${i}`);
|
|
3319
3274
|
return;
|
|
3320
3275
|
}
|
|
3321
|
-
const l =
|
|
3276
|
+
const l = Pe.properties[o];
|
|
3322
3277
|
if (!l) {
|
|
3323
3278
|
console.error(`boxGeometryV1/spawn properties not found, ${i}`);
|
|
3324
3279
|
return;
|
|
3325
3280
|
}
|
|
3326
3281
|
const s = {};
|
|
3327
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3282
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Pe.key, s.transform = {
|
|
3328
3283
|
position: {
|
|
3329
3284
|
x: 0,
|
|
3330
3285
|
y: 0,
|
|
@@ -3341,11 +3296,11 @@ function ma(t, e) {
|
|
|
3341
3296
|
z: 1
|
|
3342
3297
|
}
|
|
3343
3298
|
}, s.children = [
|
|
3344
|
-
|
|
3345
|
-
|
|
3299
|
+
ya(t, e),
|
|
3300
|
+
fa(t, e)
|
|
3346
3301
|
], s;
|
|
3347
3302
|
}
|
|
3348
|
-
function
|
|
3303
|
+
function ya(t, e) {
|
|
3349
3304
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3350
3305
|
if (!o) {
|
|
3351
3306
|
console.error(
|
|
@@ -3370,7 +3325,7 @@ function da(t, e) {
|
|
|
3370
3325
|
depthSegements: 1
|
|
3371
3326
|
}, s;
|
|
3372
3327
|
}
|
|
3373
|
-
function
|
|
3328
|
+
function fa(t, e) {
|
|
3374
3329
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3375
3330
|
if (!o) {
|
|
3376
3331
|
console.error(
|
|
@@ -3378,7 +3333,7 @@ function ya(t, e) {
|
|
|
3378
3333
|
);
|
|
3379
3334
|
return;
|
|
3380
3335
|
}
|
|
3381
|
-
const l =
|
|
3336
|
+
const l = Te.properties[o];
|
|
3382
3337
|
if (!l) {
|
|
3383
3338
|
console.error(
|
|
3384
3339
|
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
@@ -3386,7 +3341,7 @@ function ya(t, e) {
|
|
|
3386
3341
|
return;
|
|
3387
3342
|
}
|
|
3388
3343
|
const s = {};
|
|
3389
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3344
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Te.key, s;
|
|
3390
3345
|
}
|
|
3391
3346
|
const Qn = {
|
|
3392
3347
|
key: "settings",
|
|
@@ -3435,31 +3390,31 @@ const Qn = {
|
|
|
3435
3390
|
}, nn = {
|
|
3436
3391
|
key: Je,
|
|
3437
3392
|
name: "x-runtime-lib.boxGeometry",
|
|
3438
|
-
comp:
|
|
3393
|
+
comp: Ps,
|
|
3439
3394
|
properties: {
|
|
3440
|
-
pageScene: [
|
|
3441
|
-
compScene: [
|
|
3395
|
+
pageScene: [h, Qn],
|
|
3396
|
+
compScene: [h, Qn]
|
|
3442
3397
|
},
|
|
3443
3398
|
events: [],
|
|
3444
3399
|
methods: [],
|
|
3445
3400
|
slots: [],
|
|
3446
3401
|
leaf: !0,
|
|
3447
|
-
spawn:
|
|
3402
|
+
spawn: da
|
|
3448
3403
|
};
|
|
3449
3404
|
_(nn);
|
|
3450
|
-
function
|
|
3405
|
+
function ba(t, e) {
|
|
3451
3406
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3452
3407
|
if (!o) {
|
|
3453
3408
|
console.error(`sphereGeometryV1/spawn property tag not found, ${i}`);
|
|
3454
3409
|
return;
|
|
3455
3410
|
}
|
|
3456
|
-
const l =
|
|
3411
|
+
const l = Pe.properties[o];
|
|
3457
3412
|
if (!l) {
|
|
3458
3413
|
console.error(`sphereGeometryV1/spawn properties not found, ${i}`);
|
|
3459
3414
|
return;
|
|
3460
3415
|
}
|
|
3461
3416
|
const s = {};
|
|
3462
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3417
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Pe.key, s.transform = {
|
|
3463
3418
|
position: {
|
|
3464
3419
|
x: 0,
|
|
3465
3420
|
y: 0,
|
|
@@ -3476,11 +3431,11 @@ function fa(t, e) {
|
|
|
3476
3431
|
z: 1
|
|
3477
3432
|
}
|
|
3478
3433
|
}, s.children = [
|
|
3479
|
-
|
|
3480
|
-
|
|
3434
|
+
ha(t, e),
|
|
3435
|
+
ga(t, e)
|
|
3481
3436
|
], s;
|
|
3482
3437
|
}
|
|
3483
|
-
function
|
|
3438
|
+
function ha(t, e) {
|
|
3484
3439
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3485
3440
|
if (!o) {
|
|
3486
3441
|
console.error(
|
|
@@ -3506,7 +3461,7 @@ function ba(t, e) {
|
|
|
3506
3461
|
thetaLength: 3.141592653589793
|
|
3507
3462
|
}, s;
|
|
3508
3463
|
}
|
|
3509
|
-
function
|
|
3464
|
+
function ga(t, e) {
|
|
3510
3465
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3511
3466
|
if (!o) {
|
|
3512
3467
|
console.error(
|
|
@@ -3514,7 +3469,7 @@ function ha(t, e) {
|
|
|
3514
3469
|
);
|
|
3515
3470
|
return;
|
|
3516
3471
|
}
|
|
3517
|
-
const l =
|
|
3472
|
+
const l = Te.properties[o];
|
|
3518
3473
|
if (!l) {
|
|
3519
3474
|
console.error(
|
|
3520
3475
|
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
@@ -3522,7 +3477,7 @@ function ha(t, e) {
|
|
|
3522
3477
|
return;
|
|
3523
3478
|
}
|
|
3524
3479
|
const s = {};
|
|
3525
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
3480
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Te.key, s;
|
|
3526
3481
|
}
|
|
3527
3482
|
const ei = {
|
|
3528
3483
|
key: "settings",
|
|
@@ -3579,16 +3534,16 @@ const ei = {
|
|
|
3579
3534
|
}, on = {
|
|
3580
3535
|
key: At,
|
|
3581
3536
|
name: "x-runtime-lib.sphereGeometry",
|
|
3582
|
-
comp:
|
|
3537
|
+
comp: As,
|
|
3583
3538
|
properties: {
|
|
3584
|
-
pageScene: [
|
|
3585
|
-
compScene: [
|
|
3539
|
+
pageScene: [h, ei],
|
|
3540
|
+
compScene: [h, ei]
|
|
3586
3541
|
},
|
|
3587
3542
|
events: [],
|
|
3588
3543
|
methods: [],
|
|
3589
3544
|
slots: [],
|
|
3590
3545
|
leaf: !0,
|
|
3591
|
-
spawn:
|
|
3546
|
+
spawn: ba
|
|
3592
3547
|
};
|
|
3593
3548
|
_(on);
|
|
3594
3549
|
const Gt = B(j);
|
|
@@ -3608,19 +3563,19 @@ const ti = {
|
|
|
3608
3563
|
default: 1
|
|
3609
3564
|
}
|
|
3610
3565
|
]
|
|
3611
|
-
},
|
|
3566
|
+
}, xa = {
|
|
3612
3567
|
key: Ue,
|
|
3613
3568
|
name: "x-runtime-lib.ambientLight",
|
|
3614
|
-
comp:
|
|
3569
|
+
comp: Bs,
|
|
3615
3570
|
properties: {
|
|
3616
|
-
pageScene: [
|
|
3617
|
-
compScene: [
|
|
3571
|
+
pageScene: [h, X, ti],
|
|
3572
|
+
compScene: [h, X, ti]
|
|
3618
3573
|
},
|
|
3619
3574
|
events: [],
|
|
3620
3575
|
methods: [],
|
|
3621
3576
|
slots: []
|
|
3622
3577
|
};
|
|
3623
|
-
_(
|
|
3578
|
+
_(xa);
|
|
3624
3579
|
const Ht = B(j);
|
|
3625
3580
|
Ht.children[0].default = "custom";
|
|
3626
3581
|
Ht.children[2].children[0].default = "0xffffff";
|
|
@@ -3638,19 +3593,19 @@ const ni = {
|
|
|
3638
3593
|
default: 1
|
|
3639
3594
|
}
|
|
3640
3595
|
]
|
|
3641
|
-
},
|
|
3596
|
+
}, va = {
|
|
3642
3597
|
key: ct,
|
|
3643
3598
|
name: "x-runtime-lib.directionalLight",
|
|
3644
|
-
comp:
|
|
3599
|
+
comp: Es,
|
|
3645
3600
|
properties: {
|
|
3646
|
-
pageScene: [
|
|
3647
|
-
compScene: [
|
|
3601
|
+
pageScene: [h, X, ni],
|
|
3602
|
+
compScene: [h, X, ni]
|
|
3648
3603
|
},
|
|
3649
3604
|
events: [],
|
|
3650
3605
|
methods: [],
|
|
3651
3606
|
slots: []
|
|
3652
3607
|
};
|
|
3653
|
-
_(
|
|
3608
|
+
_(va);
|
|
3654
3609
|
const Kt = B(j);
|
|
3655
3610
|
Kt.children[0].default = "custom";
|
|
3656
3611
|
Kt.children[2].children[0].default = "0xffffff";
|
|
@@ -3682,19 +3637,19 @@ const ii = {
|
|
|
3682
3637
|
default: 2
|
|
3683
3638
|
}
|
|
3684
3639
|
]
|
|
3685
|
-
},
|
|
3640
|
+
}, ka = {
|
|
3686
3641
|
key: It,
|
|
3687
3642
|
name: "x-runtime-lib.pointLight",
|
|
3688
|
-
comp:
|
|
3643
|
+
comp: Ms,
|
|
3689
3644
|
properties: {
|
|
3690
|
-
pageScene: [
|
|
3691
|
-
compScene: [
|
|
3645
|
+
pageScene: [h, X, ii],
|
|
3646
|
+
compScene: [h, X, ii]
|
|
3692
3647
|
},
|
|
3693
3648
|
events: [],
|
|
3694
3649
|
methods: [],
|
|
3695
3650
|
slots: []
|
|
3696
3651
|
};
|
|
3697
|
-
_(
|
|
3652
|
+
_(ka);
|
|
3698
3653
|
const jt = B(j);
|
|
3699
3654
|
jt.children[0].default = "custom";
|
|
3700
3655
|
jt.children[2].children[0].default = "0xffffff";
|
|
@@ -3743,60 +3698,60 @@ const oi = {
|
|
|
3743
3698
|
default: 0
|
|
3744
3699
|
}
|
|
3745
3700
|
]
|
|
3746
|
-
},
|
|
3701
|
+
}, _a = {
|
|
3747
3702
|
key: Lt,
|
|
3748
3703
|
name: "x-runtime-lib.spotLight",
|
|
3749
|
-
comp:
|
|
3704
|
+
comp: Ds,
|
|
3750
3705
|
properties: {
|
|
3751
|
-
pageScene: [
|
|
3752
|
-
compScene: [
|
|
3706
|
+
pageScene: [h, X, oi],
|
|
3707
|
+
compScene: [h, X, oi]
|
|
3753
3708
|
},
|
|
3754
3709
|
events: [],
|
|
3755
3710
|
methods: [],
|
|
3756
3711
|
slots: []
|
|
3757
3712
|
};
|
|
3758
|
-
_(
|
|
3759
|
-
const
|
|
3760
|
-
key:
|
|
3713
|
+
_(_a);
|
|
3714
|
+
const Te = {
|
|
3715
|
+
key: ia,
|
|
3761
3716
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3762
|
-
comp:
|
|
3717
|
+
comp: Hs,
|
|
3763
3718
|
properties: {
|
|
3764
|
-
pageScene: [
|
|
3765
|
-
compScene: [
|
|
3719
|
+
pageScene: [h],
|
|
3720
|
+
compScene: [h]
|
|
3766
3721
|
},
|
|
3767
3722
|
events: [],
|
|
3768
3723
|
methods: [],
|
|
3769
3724
|
slots: [],
|
|
3770
3725
|
leaf: !0
|
|
3771
3726
|
};
|
|
3772
|
-
_(
|
|
3773
|
-
const
|
|
3727
|
+
_(Te);
|
|
3728
|
+
const wa = {
|
|
3774
3729
|
key: yt,
|
|
3775
3730
|
name: "x-runtime-lib.group",
|
|
3776
|
-
comp:
|
|
3731
|
+
comp: js,
|
|
3777
3732
|
properties: {
|
|
3778
|
-
pageScene: [
|
|
3779
|
-
compScene: [
|
|
3733
|
+
pageScene: [h, X],
|
|
3734
|
+
compScene: [h, X]
|
|
3780
3735
|
},
|
|
3781
3736
|
events: [],
|
|
3782
3737
|
methods: [],
|
|
3783
3738
|
slots: []
|
|
3784
3739
|
};
|
|
3785
|
-
_(
|
|
3786
|
-
const
|
|
3740
|
+
_(wa);
|
|
3741
|
+
const Pe = {
|
|
3787
3742
|
key: vt,
|
|
3788
3743
|
name: "x-runtime-lib.mesh",
|
|
3789
|
-
comp:
|
|
3744
|
+
comp: Us,
|
|
3790
3745
|
properties: {
|
|
3791
|
-
pageScene: [
|
|
3792
|
-
compScene: [
|
|
3746
|
+
pageScene: [h, X],
|
|
3747
|
+
compScene: [h, X]
|
|
3793
3748
|
},
|
|
3794
3749
|
events: [],
|
|
3795
3750
|
methods: [],
|
|
3796
3751
|
slots: []
|
|
3797
3752
|
};
|
|
3798
|
-
_(
|
|
3799
|
-
function
|
|
3753
|
+
_(Pe);
|
|
3754
|
+
function Va(t, e) {
|
|
3800
3755
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3801
3756
|
if (!o) {
|
|
3802
3757
|
console.error(`barChartV1/spawn property tag not found, ${i}`);
|
|
@@ -3839,19 +3794,19 @@ const si = {
|
|
|
3839
3794
|
}, sn = {
|
|
3840
3795
|
key: Ye,
|
|
3841
3796
|
name: "x-runtime-lib.barChart",
|
|
3842
|
-
comp:
|
|
3797
|
+
comp: el,
|
|
3843
3798
|
properties: {
|
|
3844
|
-
pageCommon: [
|
|
3845
|
-
compCommon: [
|
|
3799
|
+
pageCommon: [h, U, Ge, He, Ke, Fe, si],
|
|
3800
|
+
compCommon: [h, U, Ge, He, Ke, Fe, si]
|
|
3846
3801
|
},
|
|
3847
3802
|
events: [],
|
|
3848
3803
|
methods: [],
|
|
3849
3804
|
slots: [],
|
|
3850
3805
|
leaf: !0,
|
|
3851
|
-
spawn:
|
|
3806
|
+
spawn: Va
|
|
3852
3807
|
};
|
|
3853
3808
|
_(sn);
|
|
3854
|
-
function
|
|
3809
|
+
function $a(t, e) {
|
|
3855
3810
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3856
3811
|
if (!o) {
|
|
3857
3812
|
console.error(`lineChartV1/spawn property tag not found, ${i}`);
|
|
@@ -3894,16 +3849,16 @@ const ri = {
|
|
|
3894
3849
|
}, rn = {
|
|
3895
3850
|
key: ht,
|
|
3896
3851
|
name: "x-runtime-lib.lineChart",
|
|
3897
|
-
comp:
|
|
3852
|
+
comp: tl,
|
|
3898
3853
|
properties: {
|
|
3899
|
-
pageCommon: [
|
|
3900
|
-
compCommon: [
|
|
3854
|
+
pageCommon: [h, U, Ge, He, Ke, Fe, ri],
|
|
3855
|
+
compCommon: [h, U, Ge, He, Ke, Fe, ri]
|
|
3901
3856
|
},
|
|
3902
3857
|
events: [],
|
|
3903
3858
|
methods: [],
|
|
3904
3859
|
slots: [],
|
|
3905
3860
|
leaf: !0,
|
|
3906
|
-
spawn:
|
|
3861
|
+
spawn: $a
|
|
3907
3862
|
};
|
|
3908
3863
|
_(rn);
|
|
3909
3864
|
const Ot = B(j);
|
|
@@ -3917,7 +3872,7 @@ const li = {
|
|
|
3917
3872
|
key: "settings",
|
|
3918
3873
|
name: "x-runtime-lib.settings",
|
|
3919
3874
|
children: [Ot]
|
|
3920
|
-
},
|
|
3875
|
+
}, Ia = {
|
|
3921
3876
|
key: tn,
|
|
3922
3877
|
name: "x-runtime-lib.globality",
|
|
3923
3878
|
comp: null,
|
|
@@ -3965,7 +3920,7 @@ const li = {
|
|
|
3965
3920
|
slots: [],
|
|
3966
3921
|
internal: !0
|
|
3967
3922
|
};
|
|
3968
|
-
_(
|
|
3923
|
+
_(Ia);
|
|
3969
3924
|
const ui = {
|
|
3970
3925
|
key: "settings",
|
|
3971
3926
|
name: "x-runtime-lib.settings",
|
|
@@ -4001,19 +3956,19 @@ const ui = {
|
|
|
4001
3956
|
default: !1
|
|
4002
3957
|
}
|
|
4003
3958
|
]
|
|
4004
|
-
},
|
|
3959
|
+
}, Wc = {
|
|
4005
3960
|
key: Xe,
|
|
4006
3961
|
name: "x-runtime-lib.badge",
|
|
4007
|
-
comp:
|
|
3962
|
+
comp: nl,
|
|
4008
3963
|
properties: {
|
|
4009
|
-
pageCommon: [
|
|
4010
|
-
compCommon: [
|
|
3964
|
+
pageCommon: [h, ui],
|
|
3965
|
+
compCommon: [h, ui]
|
|
4011
3966
|
},
|
|
4012
3967
|
events: [],
|
|
4013
3968
|
methods: [],
|
|
4014
3969
|
slots: []
|
|
4015
3970
|
};
|
|
4016
|
-
function
|
|
3971
|
+
function Sa(t, e) {
|
|
4017
3972
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4018
3973
|
if (!o) {
|
|
4019
3974
|
console.error(`btnV1/spawn property tag not found, ${i}`);
|
|
@@ -4027,7 +3982,7 @@ function Ia(t, e) {
|
|
|
4027
3982
|
const s = {};
|
|
4028
3983
|
return P(s, l), s.basic.id = T(16), s.basic.key = ln.key, s.settings.text = "button", s;
|
|
4029
3984
|
}
|
|
4030
|
-
const
|
|
3985
|
+
const Ca = B(j), ci = {
|
|
4031
3986
|
key: "settings",
|
|
4032
3987
|
name: "x-runtime-lib.settings",
|
|
4033
3988
|
children: [
|
|
@@ -4106,7 +4061,7 @@ const Sa = B(j), ci = {
|
|
|
4106
4061
|
ui: "switch",
|
|
4107
4062
|
default: !1
|
|
4108
4063
|
},
|
|
4109
|
-
|
|
4064
|
+
Ca,
|
|
4110
4065
|
{
|
|
4111
4066
|
key: "ripple",
|
|
4112
4067
|
name: "x-runtime-lib.ripple",
|
|
@@ -4117,10 +4072,10 @@ const Sa = B(j), ci = {
|
|
|
4117
4072
|
}, ln = {
|
|
4118
4073
|
key: qe,
|
|
4119
4074
|
name: "x-runtime-lib.button",
|
|
4120
|
-
comp:
|
|
4075
|
+
comp: il,
|
|
4121
4076
|
properties: {
|
|
4122
|
-
pageCommon: [
|
|
4123
|
-
compCommon: [
|
|
4077
|
+
pageCommon: [h, U, ci],
|
|
4078
|
+
compCommon: [h, U, ci]
|
|
4124
4079
|
},
|
|
4125
4080
|
events: [
|
|
4126
4081
|
{
|
|
@@ -4132,22 +4087,22 @@ const Sa = B(j), ci = {
|
|
|
4132
4087
|
methods: [],
|
|
4133
4088
|
slots: [],
|
|
4134
4089
|
leaf: !0,
|
|
4135
|
-
spawn:
|
|
4090
|
+
spawn: Sa
|
|
4136
4091
|
};
|
|
4137
4092
|
_(ln);
|
|
4138
|
-
const
|
|
4093
|
+
const Ta = {
|
|
4139
4094
|
key: Ze,
|
|
4140
4095
|
name: "x-runtime-lib.buttonGroup",
|
|
4141
|
-
comp:
|
|
4096
|
+
comp: rl,
|
|
4142
4097
|
properties: {
|
|
4143
|
-
pageCommon: [
|
|
4144
|
-
compCommon: [
|
|
4098
|
+
pageCommon: [h],
|
|
4099
|
+
compCommon: [h]
|
|
4145
4100
|
},
|
|
4146
4101
|
events: [],
|
|
4147
4102
|
methods: [],
|
|
4148
4103
|
slots: []
|
|
4149
4104
|
};
|
|
4150
|
-
_(
|
|
4105
|
+
_(Ta);
|
|
4151
4106
|
const pi = {
|
|
4152
4107
|
key: "settings",
|
|
4153
4108
|
name: "x-runtime-lib.settings",
|
|
@@ -4209,32 +4164,32 @@ const pi = {
|
|
|
4209
4164
|
default: !1
|
|
4210
4165
|
}
|
|
4211
4166
|
]
|
|
4212
|
-
},
|
|
4167
|
+
}, Pa = {
|
|
4213
4168
|
key: Qe,
|
|
4214
4169
|
name: "x-runtime-lib.buttonToggle",
|
|
4215
|
-
comp:
|
|
4170
|
+
comp: ll,
|
|
4216
4171
|
properties: {
|
|
4217
|
-
pageCommon: [
|
|
4218
|
-
compCommon: [
|
|
4172
|
+
pageCommon: [h, pi],
|
|
4173
|
+
compCommon: [h, pi]
|
|
4219
4174
|
},
|
|
4220
4175
|
events: [],
|
|
4221
4176
|
methods: [],
|
|
4222
4177
|
slots: []
|
|
4223
4178
|
};
|
|
4224
|
-
_(
|
|
4225
|
-
function
|
|
4179
|
+
_(Pa);
|
|
4180
|
+
function za(t, e) {
|
|
4226
4181
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4227
4182
|
if (!o) {
|
|
4228
4183
|
console.error(`cardV1/spawn property tag not found, ${i}`);
|
|
4229
4184
|
return;
|
|
4230
4185
|
}
|
|
4231
|
-
const l =
|
|
4186
|
+
const l = ze.properties[o];
|
|
4232
4187
|
if (!l) {
|
|
4233
4188
|
console.error(`cardV1/spawn properties not found, ${i}`);
|
|
4234
4189
|
return;
|
|
4235
4190
|
}
|
|
4236
4191
|
const s = {};
|
|
4237
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
4192
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = ze.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
4238
4193
|
}
|
|
4239
4194
|
const mi = {
|
|
4240
4195
|
key: "settings",
|
|
@@ -4291,20 +4246,20 @@ const mi = {
|
|
|
4291
4246
|
default: !1
|
|
4292
4247
|
}
|
|
4293
4248
|
]
|
|
4294
|
-
},
|
|
4249
|
+
}, ze = {
|
|
4295
4250
|
key: et,
|
|
4296
4251
|
name: "x-runtime-lib.card",
|
|
4297
|
-
comp:
|
|
4252
|
+
comp: al,
|
|
4298
4253
|
properties: {
|
|
4299
|
-
pageCommon: [
|
|
4300
|
-
compCommon: [
|
|
4254
|
+
pageCommon: [h, U, mi],
|
|
4255
|
+
compCommon: [h, U, mi]
|
|
4301
4256
|
},
|
|
4302
4257
|
events: [],
|
|
4303
4258
|
methods: [],
|
|
4304
4259
|
slots: [],
|
|
4305
|
-
spawn:
|
|
4260
|
+
spawn: za
|
|
4306
4261
|
};
|
|
4307
|
-
_(
|
|
4262
|
+
_(ze);
|
|
4308
4263
|
const di = {
|
|
4309
4264
|
key: "settings",
|
|
4310
4265
|
name: "x-runtime-lib.settings",
|
|
@@ -4322,21 +4277,21 @@ const di = {
|
|
|
4322
4277
|
default: ""
|
|
4323
4278
|
}
|
|
4324
4279
|
]
|
|
4325
|
-
},
|
|
4280
|
+
}, Aa = {
|
|
4326
4281
|
key: tt,
|
|
4327
4282
|
name: "x-runtime-lib.checkbox",
|
|
4328
|
-
comp:
|
|
4283
|
+
comp: ul,
|
|
4329
4284
|
properties: {
|
|
4330
|
-
pageCommon: [
|
|
4331
|
-
compCommon: [
|
|
4285
|
+
pageCommon: [h, di],
|
|
4286
|
+
compCommon: [h, di]
|
|
4332
4287
|
},
|
|
4333
4288
|
events: [],
|
|
4334
4289
|
methods: [],
|
|
4335
4290
|
slots: [],
|
|
4336
4291
|
leaf: !0
|
|
4337
4292
|
};
|
|
4338
|
-
_(
|
|
4339
|
-
const
|
|
4293
|
+
_(Aa);
|
|
4294
|
+
const La = B(j), yi = {
|
|
4340
4295
|
key: "settings",
|
|
4341
4296
|
name: "x-runtime-lib.settings",
|
|
4342
4297
|
children: [
|
|
@@ -4409,15 +4364,15 @@ const Aa = B(j), yi = {
|
|
|
4409
4364
|
ui: "switch",
|
|
4410
4365
|
default: !1
|
|
4411
4366
|
},
|
|
4412
|
-
|
|
4367
|
+
La
|
|
4413
4368
|
]
|
|
4414
4369
|
}, an = {
|
|
4415
4370
|
key: nt,
|
|
4416
4371
|
name: "x-runtime-lib.chip",
|
|
4417
|
-
comp:
|
|
4372
|
+
comp: cl,
|
|
4418
4373
|
properties: {
|
|
4419
|
-
pageCommon: [
|
|
4420
|
-
compCommon: [
|
|
4374
|
+
pageCommon: [h, yi],
|
|
4375
|
+
compCommon: [h, yi]
|
|
4421
4376
|
},
|
|
4422
4377
|
events: [],
|
|
4423
4378
|
methods: [],
|
|
@@ -4425,7 +4380,7 @@ const Aa = B(j), yi = {
|
|
|
4425
4380
|
leaf: !0
|
|
4426
4381
|
};
|
|
4427
4382
|
_(an);
|
|
4428
|
-
function
|
|
4383
|
+
function Ba(t, e) {
|
|
4429
4384
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4430
4385
|
if (!o) {
|
|
4431
4386
|
console.error(`chipGroupV1/spawn property tag not found, ${i}`);
|
|
@@ -4517,31 +4472,31 @@ const fi = {
|
|
|
4517
4472
|
}, un = {
|
|
4518
4473
|
key: it,
|
|
4519
4474
|
name: "x-runtime-lib.chipGroup",
|
|
4520
|
-
comp:
|
|
4475
|
+
comp: pl,
|
|
4521
4476
|
properties: {
|
|
4522
|
-
pageCommon: [
|
|
4523
|
-
compCommon: [
|
|
4477
|
+
pageCommon: [h, fi],
|
|
4478
|
+
compCommon: [h, fi]
|
|
4524
4479
|
},
|
|
4525
4480
|
events: [],
|
|
4526
4481
|
methods: [],
|
|
4527
4482
|
slots: [],
|
|
4528
|
-
spawn:
|
|
4483
|
+
spawn: Ba
|
|
4529
4484
|
};
|
|
4530
4485
|
_(un);
|
|
4531
|
-
const
|
|
4486
|
+
const Wa = {
|
|
4532
4487
|
key: ot,
|
|
4533
4488
|
name: "x-runtime-lib.colorPicker",
|
|
4534
|
-
comp:
|
|
4489
|
+
comp: ml,
|
|
4535
4490
|
properties: {
|
|
4536
|
-
pageCommon: [
|
|
4537
|
-
compCommon: [
|
|
4491
|
+
pageCommon: [h],
|
|
4492
|
+
compCommon: [h]
|
|
4538
4493
|
},
|
|
4539
4494
|
events: [],
|
|
4540
4495
|
methods: [],
|
|
4541
4496
|
slots: [],
|
|
4542
4497
|
leaf: !0
|
|
4543
4498
|
};
|
|
4544
|
-
_(
|
|
4499
|
+
_(Wa);
|
|
4545
4500
|
const bi = {
|
|
4546
4501
|
key: "settings",
|
|
4547
4502
|
name: "x-runtime-lib.settings",
|
|
@@ -4583,20 +4538,20 @@ const bi = {
|
|
|
4583
4538
|
default: !1
|
|
4584
4539
|
}
|
|
4585
4540
|
]
|
|
4586
|
-
},
|
|
4541
|
+
}, Ea = {
|
|
4587
4542
|
key: st,
|
|
4588
4543
|
name: "x-runtime-lib.combobox",
|
|
4589
|
-
comp:
|
|
4544
|
+
comp: dl,
|
|
4590
4545
|
properties: {
|
|
4591
|
-
pageCommon: [
|
|
4592
|
-
compCommon: [
|
|
4546
|
+
pageCommon: [h, bi],
|
|
4547
|
+
compCommon: [h, bi]
|
|
4593
4548
|
},
|
|
4594
4549
|
events: [],
|
|
4595
4550
|
methods: [],
|
|
4596
4551
|
slots: [],
|
|
4597
4552
|
leaf: !0
|
|
4598
4553
|
};
|
|
4599
|
-
_(
|
|
4554
|
+
_(Ea);
|
|
4600
4555
|
const Fn = B(j);
|
|
4601
4556
|
Fn.key = "backgroundColor";
|
|
4602
4557
|
Fn.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4607,10 +4562,10 @@ const hi = {
|
|
|
4607
4562
|
}, cn = {
|
|
4608
4563
|
key: rt,
|
|
4609
4564
|
name: "x-runtime-lib.container",
|
|
4610
|
-
comp:
|
|
4565
|
+
comp: yl,
|
|
4611
4566
|
properties: {
|
|
4612
|
-
pageCommon: [
|
|
4613
|
-
compCommon: [
|
|
4567
|
+
pageCommon: [h, U, ke, _e, we, hi],
|
|
4568
|
+
compCommon: [h, U, ke, _e, we, hi]
|
|
4614
4569
|
},
|
|
4615
4570
|
events: [
|
|
4616
4571
|
{
|
|
@@ -4775,41 +4730,41 @@ const gi = {
|
|
|
4775
4730
|
defaultArray: []
|
|
4776
4731
|
}
|
|
4777
4732
|
]
|
|
4778
|
-
},
|
|
4733
|
+
}, Na = {
|
|
4779
4734
|
key: lt,
|
|
4780
4735
|
name: "x-runtime-lib.dataTable",
|
|
4781
|
-
comp:
|
|
4736
|
+
comp: fl,
|
|
4782
4737
|
properties: {
|
|
4783
|
-
pageCommon: [
|
|
4784
|
-
compCommon: [
|
|
4738
|
+
pageCommon: [h, gi, xi, vi],
|
|
4739
|
+
compCommon: [h, gi, xi, vi]
|
|
4785
4740
|
},
|
|
4786
4741
|
events: [],
|
|
4787
4742
|
methods: [],
|
|
4788
4743
|
slots: [],
|
|
4789
4744
|
leaf: !0
|
|
4790
4745
|
};
|
|
4791
|
-
_(
|
|
4792
|
-
const
|
|
4746
|
+
_(Na);
|
|
4747
|
+
const Ma = {
|
|
4793
4748
|
key: at,
|
|
4794
4749
|
name: "x-runtime-lib.datePicker",
|
|
4795
|
-
comp:
|
|
4750
|
+
comp: bl,
|
|
4796
4751
|
properties: {
|
|
4797
|
-
pageCommon: [
|
|
4798
|
-
compCommon: [
|
|
4752
|
+
pageCommon: [h],
|
|
4753
|
+
compCommon: [h]
|
|
4799
4754
|
},
|
|
4800
4755
|
events: [],
|
|
4801
4756
|
methods: [],
|
|
4802
4757
|
slots: [],
|
|
4803
4758
|
leaf: !0
|
|
4804
4759
|
};
|
|
4805
|
-
_(
|
|
4806
|
-
const
|
|
4760
|
+
_(Ma);
|
|
4761
|
+
const Ra = {
|
|
4807
4762
|
key: ut,
|
|
4808
4763
|
name: "x-runtime-lib.dialog",
|
|
4809
|
-
comp:
|
|
4764
|
+
comp: gl,
|
|
4810
4765
|
properties: {
|
|
4811
|
-
pageCommon: [
|
|
4812
|
-
compCommon: [
|
|
4766
|
+
pageCommon: [h],
|
|
4767
|
+
compCommon: [h]
|
|
4813
4768
|
},
|
|
4814
4769
|
events: [],
|
|
4815
4770
|
methods: [
|
|
@@ -4829,18 +4784,18 @@ const Ma = {
|
|
|
4829
4784
|
slots: [],
|
|
4830
4785
|
teleport: !0
|
|
4831
4786
|
};
|
|
4832
|
-
_(
|
|
4787
|
+
_(Ra);
|
|
4833
4788
|
const ki = {
|
|
4834
4789
|
key: "settings",
|
|
4835
4790
|
name: "x-runtime-lib.settings",
|
|
4836
4791
|
children: []
|
|
4837
|
-
},
|
|
4792
|
+
}, Ec = {
|
|
4838
4793
|
key: pt,
|
|
4839
4794
|
name: "x-runtime-lib.fileInput",
|
|
4840
|
-
comp:
|
|
4795
|
+
comp: xl,
|
|
4841
4796
|
properties: {
|
|
4842
|
-
pageCommon: [
|
|
4843
|
-
compCommon: [
|
|
4797
|
+
pageCommon: [h, ki],
|
|
4798
|
+
compCommon: [h, ki]
|
|
4844
4799
|
},
|
|
4845
4800
|
events: [],
|
|
4846
4801
|
methods: [],
|
|
@@ -4864,31 +4819,31 @@ const ki = {
|
|
|
4864
4819
|
}
|
|
4865
4820
|
]
|
|
4866
4821
|
}, pn = {
|
|
4867
|
-
key:
|
|
4822
|
+
key: ho,
|
|
4868
4823
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4869
|
-
comp:
|
|
4824
|
+
comp: kl,
|
|
4870
4825
|
properties: {
|
|
4871
|
-
pageCommon: [
|
|
4872
|
-
compCommon: [
|
|
4826
|
+
pageCommon: [h, U, _i],
|
|
4827
|
+
compCommon: [h, U, _i]
|
|
4873
4828
|
},
|
|
4874
4829
|
events: [],
|
|
4875
4830
|
methods: [],
|
|
4876
4831
|
slots: []
|
|
4877
4832
|
};
|
|
4878
4833
|
_(pn);
|
|
4879
|
-
function
|
|
4834
|
+
function Da(t, e) {
|
|
4880
4835
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4881
4836
|
if (!o) {
|
|
4882
4837
|
console.error(`flexLayoutV1/spawn property tag not found, ${i}`);
|
|
4883
4838
|
return;
|
|
4884
4839
|
}
|
|
4885
|
-
const l =
|
|
4840
|
+
const l = Ae.properties[o];
|
|
4886
4841
|
if (!l) {
|
|
4887
4842
|
console.error(`flexLayoutV1/spawn properties not found, ${i}`);
|
|
4888
4843
|
return;
|
|
4889
4844
|
}
|
|
4890
4845
|
const s = {};
|
|
4891
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
4846
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = Ae.key, s.children = [
|
|
4892
4847
|
mn(
|
|
4893
4848
|
t,
|
|
4894
4849
|
e,
|
|
@@ -4909,7 +4864,7 @@ function Ra(t, e) {
|
|
|
4909
4864
|
"60px",
|
|
4910
4865
|
void 0
|
|
4911
4866
|
),
|
|
4912
|
-
|
|
4867
|
+
Fa(t, e)
|
|
4913
4868
|
], s;
|
|
4914
4869
|
}
|
|
4915
4870
|
function mn(t, e, i, o, l, s, a, m, d) {
|
|
@@ -4930,7 +4885,7 @@ function mn(t, e, i, o, l, s, a, m, d) {
|
|
|
4930
4885
|
const c = {};
|
|
4931
4886
|
return P(c, u), c.basic.id = T(16), c.basic.key = cn.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;
|
|
4932
4887
|
}
|
|
4933
|
-
function
|
|
4888
|
+
function Fa(t, e) {
|
|
4934
4889
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4935
4890
|
if (!o) {
|
|
4936
4891
|
console.error(
|
|
@@ -5135,13 +5090,13 @@ const wi = {
|
|
|
5135
5090
|
},
|
|
5136
5091
|
Gn
|
|
5137
5092
|
]
|
|
5138
|
-
},
|
|
5093
|
+
}, Ae = {
|
|
5139
5094
|
key: mt,
|
|
5140
5095
|
name: "x-runtime-lib.flexLayout",
|
|
5141
|
-
comp:
|
|
5096
|
+
comp: vl,
|
|
5142
5097
|
properties: {
|
|
5143
|
-
pageCommon: [
|
|
5144
|
-
compCommon: [
|
|
5098
|
+
pageCommon: [h, U, ke, _e, we, wi],
|
|
5099
|
+
compCommon: [h, U, ke, _e, we, wi]
|
|
5145
5100
|
},
|
|
5146
5101
|
events: [
|
|
5147
5102
|
{
|
|
@@ -5152,9 +5107,9 @@ const wi = {
|
|
|
5152
5107
|
],
|
|
5153
5108
|
methods: [],
|
|
5154
5109
|
slots: [],
|
|
5155
|
-
spawn:
|
|
5110
|
+
spawn: Da
|
|
5156
5111
|
};
|
|
5157
|
-
_(
|
|
5112
|
+
_(Ae);
|
|
5158
5113
|
const Vi = {
|
|
5159
5114
|
key: "settings",
|
|
5160
5115
|
name: "x-runtime-lib.settings",
|
|
@@ -5308,10 +5263,10 @@ const Vi = {
|
|
|
5308
5263
|
}, dn = {
|
|
5309
5264
|
key: Rt,
|
|
5310
5265
|
name: "x-runtime-lib.textField",
|
|
5311
|
-
comp:
|
|
5266
|
+
comp: Xl,
|
|
5312
5267
|
properties: {
|
|
5313
|
-
pageCommon: [
|
|
5314
|
-
compCommon: [
|
|
5268
|
+
pageCommon: [h, Vi, $i],
|
|
5269
|
+
compCommon: [h, Vi, $i]
|
|
5315
5270
|
},
|
|
5316
5271
|
events: [],
|
|
5317
5272
|
methods: [],
|
|
@@ -5344,7 +5299,7 @@ const Vi = {
|
|
|
5344
5299
|
leaf: !0
|
|
5345
5300
|
};
|
|
5346
5301
|
_(dn);
|
|
5347
|
-
function
|
|
5302
|
+
function Ga(t, e) {
|
|
5348
5303
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5349
5304
|
if (!o) {
|
|
5350
5305
|
console.error(`formV1/spawn property tag not found, ${i}`);
|
|
@@ -5356,9 +5311,9 @@ function Fa(t, e) {
|
|
|
5356
5311
|
return;
|
|
5357
5312
|
}
|
|
5358
5313
|
const s = {};
|
|
5359
|
-
return P(s, l), s.basic.id = T(16), s.basic.key = yn.key, s.children = [
|
|
5314
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = yn.key, s.children = [Ha(t, e)], s;
|
|
5360
5315
|
}
|
|
5361
|
-
function
|
|
5316
|
+
function Ha(t, e) {
|
|
5362
5317
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5363
5318
|
if (!o) {
|
|
5364
5319
|
console.error(`formV1/spawnTextField property tag not found, ${i}`);
|
|
@@ -5393,10 +5348,10 @@ const Ii = {
|
|
|
5393
5348
|
}, yn = {
|
|
5394
5349
|
key: dt,
|
|
5395
5350
|
name: "x-runtime-lib.form",
|
|
5396
|
-
comp:
|
|
5351
|
+
comp: _l,
|
|
5397
5352
|
properties: {
|
|
5398
|
-
pageCommon: [
|
|
5399
|
-
compCommon: [
|
|
5353
|
+
pageCommon: [h, U, ke, _e, we, Ii],
|
|
5354
|
+
compCommon: [h, U, ke, _e, we, Ii]
|
|
5400
5355
|
},
|
|
5401
5356
|
events: [
|
|
5402
5357
|
{
|
|
@@ -5407,10 +5362,10 @@ const Ii = {
|
|
|
5407
5362
|
],
|
|
5408
5363
|
methods: [],
|
|
5409
5364
|
slots: [],
|
|
5410
|
-
spawn:
|
|
5365
|
+
spawn: Ga
|
|
5411
5366
|
};
|
|
5412
5367
|
_(yn);
|
|
5413
|
-
const
|
|
5368
|
+
const Ka = B(j), Si = {
|
|
5414
5369
|
key: "settings",
|
|
5415
5370
|
name: "x-runtime-lib.settings",
|
|
5416
5371
|
children: [
|
|
@@ -5433,29 +5388,29 @@ const Ha = B(j), Si = {
|
|
|
5433
5388
|
items: "sizeItemsV1",
|
|
5434
5389
|
default: "default"
|
|
5435
5390
|
},
|
|
5436
|
-
|
|
5391
|
+
Ka
|
|
5437
5392
|
]
|
|
5438
|
-
},
|
|
5393
|
+
}, ja = {
|
|
5439
5394
|
key: ft,
|
|
5440
5395
|
name: "x-runtime-lib.icon",
|
|
5441
|
-
comp:
|
|
5396
|
+
comp: wl,
|
|
5442
5397
|
properties: {
|
|
5443
|
-
pageCommon: [
|
|
5444
|
-
compCommon: [
|
|
5398
|
+
pageCommon: [h, Si],
|
|
5399
|
+
compCommon: [h, Si]
|
|
5445
5400
|
},
|
|
5446
5401
|
events: [],
|
|
5447
5402
|
methods: [],
|
|
5448
5403
|
slots: [],
|
|
5449
5404
|
leaf: !0
|
|
5450
5405
|
};
|
|
5451
|
-
_(
|
|
5452
|
-
const
|
|
5406
|
+
_(ja);
|
|
5407
|
+
const Oa = {
|
|
5453
5408
|
key: xt,
|
|
5454
5409
|
name: "x-runtime-lib.menu",
|
|
5455
|
-
comp:
|
|
5410
|
+
comp: $l,
|
|
5456
5411
|
properties: {
|
|
5457
|
-
pageCommon: [
|
|
5458
|
-
compCommon: [
|
|
5412
|
+
pageCommon: [h],
|
|
5413
|
+
compCommon: [h]
|
|
5459
5414
|
},
|
|
5460
5415
|
events: [],
|
|
5461
5416
|
methods: [
|
|
@@ -5475,8 +5430,8 @@ const ja = {
|
|
|
5475
5430
|
slots: [],
|
|
5476
5431
|
teleport: !0
|
|
5477
5432
|
};
|
|
5478
|
-
_(
|
|
5479
|
-
function
|
|
5433
|
+
_(Oa);
|
|
5434
|
+
function Ua(t, e) {
|
|
5480
5435
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5481
5436
|
if (!o) {
|
|
5482
5437
|
console.error(`numberInputV1/spawn property tag not found, ${i}`);
|
|
@@ -5660,10 +5615,10 @@ const Ci = {
|
|
|
5660
5615
|
}, fn = {
|
|
5661
5616
|
key: kt,
|
|
5662
5617
|
name: "x-runtime-lib.numberInput",
|
|
5663
|
-
comp:
|
|
5618
|
+
comp: Il,
|
|
5664
5619
|
properties: {
|
|
5665
|
-
pageCommon: [
|
|
5666
|
-
compCommon: [
|
|
5620
|
+
pageCommon: [h, Ci, Ti],
|
|
5621
|
+
compCommon: [h, Ci, Ti]
|
|
5667
5622
|
},
|
|
5668
5623
|
events: [
|
|
5669
5624
|
{
|
|
@@ -5695,7 +5650,7 @@ const Ci = {
|
|
|
5695
5650
|
methods: [],
|
|
5696
5651
|
slots: [],
|
|
5697
5652
|
leaf: !0,
|
|
5698
|
-
spawn:
|
|
5653
|
+
spawn: Ua
|
|
5699
5654
|
};
|
|
5700
5655
|
_(fn);
|
|
5701
5656
|
const Pi = {
|
|
@@ -5761,21 +5716,21 @@ const Pi = {
|
|
|
5761
5716
|
default: !1
|
|
5762
5717
|
}
|
|
5763
5718
|
]
|
|
5764
|
-
},
|
|
5719
|
+
}, Xa = {
|
|
5765
5720
|
key: Vt,
|
|
5766
5721
|
name: "x-runtime-lib.pagination",
|
|
5767
|
-
comp:
|
|
5722
|
+
comp: Sl,
|
|
5768
5723
|
properties: {
|
|
5769
|
-
pageCommon: [
|
|
5770
|
-
compCommon: [
|
|
5724
|
+
pageCommon: [h, Pi],
|
|
5725
|
+
compCommon: [h, Pi]
|
|
5771
5726
|
},
|
|
5772
5727
|
events: [],
|
|
5773
5728
|
methods: [],
|
|
5774
5729
|
slots: [],
|
|
5775
5730
|
leaf: !0
|
|
5776
5731
|
};
|
|
5777
|
-
_(
|
|
5778
|
-
const
|
|
5732
|
+
_(Xa);
|
|
5733
|
+
const Ya = B(j), zi = {
|
|
5779
5734
|
key: "settings",
|
|
5780
5735
|
name: "x-runtime-lib.settings",
|
|
5781
5736
|
children: [
|
|
@@ -5810,15 +5765,15 @@ const Xa = B(j), zi = {
|
|
|
5810
5765
|
items: "densityItemsV1",
|
|
5811
5766
|
default: "default"
|
|
5812
5767
|
},
|
|
5813
|
-
|
|
5768
|
+
Ya
|
|
5814
5769
|
]
|
|
5815
5770
|
}, bn = {
|
|
5816
|
-
key:
|
|
5771
|
+
key: go,
|
|
5817
5772
|
name: "x-runtime-lib.radio",
|
|
5818
|
-
comp:
|
|
5773
|
+
comp: Cl,
|
|
5819
5774
|
properties: {
|
|
5820
|
-
pageCommon: [
|
|
5821
|
-
compCommon: [
|
|
5775
|
+
pageCommon: [h, zi],
|
|
5776
|
+
compCommon: [h, zi]
|
|
5822
5777
|
},
|
|
5823
5778
|
events: [],
|
|
5824
5779
|
methods: [],
|
|
@@ -5826,7 +5781,7 @@ const Xa = B(j), zi = {
|
|
|
5826
5781
|
leaf: !0
|
|
5827
5782
|
};
|
|
5828
5783
|
_(bn);
|
|
5829
|
-
function
|
|
5784
|
+
function Ja(t, e) {
|
|
5830
5785
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5831
5786
|
if (!o) {
|
|
5832
5787
|
console.error(`radioGroupV1/spawn property tag not found, ${i}`);
|
|
@@ -5906,15 +5861,15 @@ const Ai = {
|
|
|
5906
5861
|
}, hn = {
|
|
5907
5862
|
key: St,
|
|
5908
5863
|
name: "x-runtime-lib.radioGroup",
|
|
5909
|
-
comp:
|
|
5864
|
+
comp: Tl,
|
|
5910
5865
|
properties: {
|
|
5911
|
-
pageCommon: [
|
|
5912
|
-
compCommon: [
|
|
5866
|
+
pageCommon: [h, Ai],
|
|
5867
|
+
compCommon: [h, Ai]
|
|
5913
5868
|
},
|
|
5914
5869
|
events: [],
|
|
5915
5870
|
methods: [],
|
|
5916
5871
|
slots: [],
|
|
5917
|
-
spawn:
|
|
5872
|
+
spawn: Ja
|
|
5918
5873
|
};
|
|
5919
5874
|
_(hn);
|
|
5920
5875
|
const Li = {
|
|
@@ -6034,20 +5989,20 @@ const Li = {
|
|
|
6034
5989
|
]
|
|
6035
5990
|
}
|
|
6036
5991
|
]
|
|
6037
|
-
},
|
|
5992
|
+
}, qa = {
|
|
6038
5993
|
key: Ct,
|
|
6039
5994
|
name: "x-runtime-lib.rangeSlider",
|
|
6040
|
-
comp:
|
|
5995
|
+
comp: Pl,
|
|
6041
5996
|
properties: {
|
|
6042
|
-
pageCommon: [
|
|
6043
|
-
compCommon: [
|
|
5997
|
+
pageCommon: [h, Li],
|
|
5998
|
+
compCommon: [h, Li]
|
|
6044
5999
|
},
|
|
6045
6000
|
events: [],
|
|
6046
6001
|
methods: [],
|
|
6047
6002
|
slots: [],
|
|
6048
6003
|
leaf: !0
|
|
6049
6004
|
};
|
|
6050
|
-
_(
|
|
6005
|
+
_(qa);
|
|
6051
6006
|
const Bi = {
|
|
6052
6007
|
key: "settings",
|
|
6053
6008
|
name: "x-runtime-lib.settings",
|
|
@@ -6103,20 +6058,20 @@ const Bi = {
|
|
|
6103
6058
|
default: !1
|
|
6104
6059
|
}
|
|
6105
6060
|
]
|
|
6106
|
-
},
|
|
6061
|
+
}, Za = {
|
|
6107
6062
|
key: Tt,
|
|
6108
6063
|
name: "x-runtime-lib.rating",
|
|
6109
|
-
comp:
|
|
6064
|
+
comp: zl,
|
|
6110
6065
|
properties: {
|
|
6111
|
-
pageCommon: [
|
|
6112
|
-
compCommon: [
|
|
6066
|
+
pageCommon: [h, Bi],
|
|
6067
|
+
compCommon: [h, Bi]
|
|
6113
6068
|
},
|
|
6114
6069
|
events: [],
|
|
6115
6070
|
methods: [],
|
|
6116
6071
|
slots: [],
|
|
6117
6072
|
leaf: !0
|
|
6118
6073
|
};
|
|
6119
|
-
_(
|
|
6074
|
+
_(Za);
|
|
6120
6075
|
const Wi = {
|
|
6121
6076
|
key: "settings",
|
|
6122
6077
|
name: "x-runtime-lib.settings",
|
|
@@ -6158,20 +6113,20 @@ const Wi = {
|
|
|
6158
6113
|
default: !1
|
|
6159
6114
|
}
|
|
6160
6115
|
]
|
|
6161
|
-
},
|
|
6116
|
+
}, Qa = {
|
|
6162
6117
|
key: Pt,
|
|
6163
6118
|
name: "x-runtime-lib.select",
|
|
6164
|
-
comp:
|
|
6119
|
+
comp: Al,
|
|
6165
6120
|
properties: {
|
|
6166
|
-
pageCommon: [
|
|
6167
|
-
compCommon: [
|
|
6121
|
+
pageCommon: [h, Wi],
|
|
6122
|
+
compCommon: [h, Wi]
|
|
6168
6123
|
},
|
|
6169
6124
|
events: [],
|
|
6170
6125
|
methods: [],
|
|
6171
6126
|
slots: [],
|
|
6172
6127
|
leaf: !0
|
|
6173
6128
|
};
|
|
6174
|
-
_(
|
|
6129
|
+
_(Qa);
|
|
6175
6130
|
const Hn = B(j);
|
|
6176
6131
|
Hn.key = "color";
|
|
6177
6132
|
Hn.name = "x-runtime-lib.color";
|
|
@@ -6307,27 +6262,27 @@ const Ei = {
|
|
|
6307
6262
|
default: void 0
|
|
6308
6263
|
}
|
|
6309
6264
|
]
|
|
6310
|
-
},
|
|
6265
|
+
}, eu = {
|
|
6311
6266
|
key: zt,
|
|
6312
6267
|
name: "x-runtime-lib.slider",
|
|
6313
|
-
comp:
|
|
6268
|
+
comp: Ll,
|
|
6314
6269
|
properties: {
|
|
6315
|
-
pageCommon: [
|
|
6316
|
-
compCommon: [
|
|
6270
|
+
pageCommon: [h, Ei, Ni],
|
|
6271
|
+
compCommon: [h, Ei, Ni]
|
|
6317
6272
|
},
|
|
6318
6273
|
events: [],
|
|
6319
6274
|
methods: [],
|
|
6320
6275
|
slots: [],
|
|
6321
6276
|
leaf: !0
|
|
6322
6277
|
};
|
|
6323
|
-
_(
|
|
6278
|
+
_(eu);
|
|
6324
6279
|
const gn = {
|
|
6325
|
-
key:
|
|
6280
|
+
key: xo,
|
|
6326
6281
|
name: "x-runtime-lib.stepperHeader",
|
|
6327
|
-
comp:
|
|
6282
|
+
comp: Nl,
|
|
6328
6283
|
properties: {
|
|
6329
|
-
pageCommon: [
|
|
6330
|
-
compCommon: [
|
|
6284
|
+
pageCommon: [h],
|
|
6285
|
+
compCommon: [h]
|
|
6331
6286
|
},
|
|
6332
6287
|
events: [],
|
|
6333
6288
|
methods: [],
|
|
@@ -6346,12 +6301,12 @@ const Mi = {
|
|
|
6346
6301
|
}
|
|
6347
6302
|
]
|
|
6348
6303
|
}, xn = {
|
|
6349
|
-
key:
|
|
6304
|
+
key: vo,
|
|
6350
6305
|
name: "x-runtime-lib.stepperItem",
|
|
6351
|
-
comp:
|
|
6306
|
+
comp: Ml,
|
|
6352
6307
|
properties: {
|
|
6353
|
-
pageCommon: [
|
|
6354
|
-
compCommon: [
|
|
6308
|
+
pageCommon: [h, Mi],
|
|
6309
|
+
compCommon: [h, Mi]
|
|
6355
6310
|
},
|
|
6356
6311
|
events: [],
|
|
6357
6312
|
methods: [],
|
|
@@ -6359,12 +6314,12 @@ const Mi = {
|
|
|
6359
6314
|
};
|
|
6360
6315
|
_(xn);
|
|
6361
6316
|
const vn = {
|
|
6362
|
-
key:
|
|
6317
|
+
key: ko,
|
|
6363
6318
|
name: "x-runtime-lib.stepperWindow",
|
|
6364
|
-
comp:
|
|
6319
|
+
comp: Fl,
|
|
6365
6320
|
properties: {
|
|
6366
|
-
pageCommon: [
|
|
6367
|
-
compCommon: [
|
|
6321
|
+
pageCommon: [h],
|
|
6322
|
+
compCommon: [h]
|
|
6368
6323
|
},
|
|
6369
6324
|
events: [],
|
|
6370
6325
|
methods: [],
|
|
@@ -6383,19 +6338,19 @@ const Ri = {
|
|
|
6383
6338
|
}
|
|
6384
6339
|
]
|
|
6385
6340
|
}, kn = {
|
|
6386
|
-
key:
|
|
6341
|
+
key: _o,
|
|
6387
6342
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6388
|
-
comp:
|
|
6343
|
+
comp: Gl,
|
|
6389
6344
|
properties: {
|
|
6390
|
-
pageCommon: [
|
|
6391
|
-
compCommon: [
|
|
6345
|
+
pageCommon: [h, Ri],
|
|
6346
|
+
compCommon: [h, Ri]
|
|
6392
6347
|
},
|
|
6393
6348
|
events: [],
|
|
6394
6349
|
methods: [],
|
|
6395
6350
|
slots: []
|
|
6396
6351
|
};
|
|
6397
6352
|
_(kn);
|
|
6398
|
-
function
|
|
6353
|
+
function tu(t, e) {
|
|
6399
6354
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6400
6355
|
if (!o) {
|
|
6401
6356
|
console.error(`stepperV1/spawn property tag not found, ${i}`);
|
|
@@ -6407,9 +6362,9 @@ function eu(t, e) {
|
|
|
6407
6362
|
return;
|
|
6408
6363
|
}
|
|
6409
6364
|
const s = {};
|
|
6410
|
-
return P(s, l), s.basic.id = T(16), s.basic.key = _n.key, s.children = [
|
|
6365
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = _n.key, s.children = [nu(t, e), iu(t, e)], s;
|
|
6411
6366
|
}
|
|
6412
|
-
function
|
|
6367
|
+
function nu(t, e) {
|
|
6413
6368
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6414
6369
|
if (!o) {
|
|
6415
6370
|
console.error(`stepperV1/spawnHeader property tag not found, ${i}`);
|
|
@@ -6441,7 +6396,7 @@ function Jt(t, e, i) {
|
|
|
6441
6396
|
const a = {};
|
|
6442
6397
|
return P(a, s), a.basic.id = T(16), a.basic.key = xn.key, a.children = [], a.settings.value = i, a;
|
|
6443
6398
|
}
|
|
6444
|
-
function
|
|
6399
|
+
function iu(t, e) {
|
|
6445
6400
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6446
6401
|
if (!o) {
|
|
6447
6402
|
console.error(`stepperV1/spawnWindow property tag not found, ${i}`);
|
|
@@ -6475,21 +6430,21 @@ function qt(t, e, i, o) {
|
|
|
6475
6430
|
return;
|
|
6476
6431
|
}
|
|
6477
6432
|
const m = {};
|
|
6478
|
-
return P(m, a), m.basic.id = T(16), m.basic.key = kn.key, m.children = [
|
|
6433
|
+
return P(m, a), m.basic.id = T(16), m.basic.key = kn.key, m.children = [ou(t, e, o)], m.settings.value = i, m;
|
|
6479
6434
|
}
|
|
6480
|
-
function
|
|
6435
|
+
function ou(t, e, i) {
|
|
6481
6436
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6482
6437
|
if (!l) {
|
|
6483
6438
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
6484
6439
|
return;
|
|
6485
6440
|
}
|
|
6486
|
-
const s =
|
|
6441
|
+
const s = ze.properties[l];
|
|
6487
6442
|
if (!s) {
|
|
6488
6443
|
console.error(`stepperV1/spawnCard properties not found, ${o}`);
|
|
6489
6444
|
return;
|
|
6490
6445
|
}
|
|
6491
6446
|
const a = {};
|
|
6492
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6447
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = ze.key, a.children = [], a.settings.title = i, a;
|
|
6493
6448
|
}
|
|
6494
6449
|
const Di = {
|
|
6495
6450
|
key: "settings",
|
|
@@ -6511,31 +6466,31 @@ const Di = {
|
|
|
6511
6466
|
}, _n = {
|
|
6512
6467
|
key: Bt,
|
|
6513
6468
|
name: "x-runtime-lib.stepper",
|
|
6514
|
-
comp:
|
|
6469
|
+
comp: Bl,
|
|
6515
6470
|
properties: {
|
|
6516
|
-
pageCommon: [
|
|
6517
|
-
compCommon: [
|
|
6471
|
+
pageCommon: [h, Di],
|
|
6472
|
+
compCommon: [h, Di]
|
|
6518
6473
|
},
|
|
6519
6474
|
events: [],
|
|
6520
6475
|
methods: [],
|
|
6521
6476
|
slots: [],
|
|
6522
|
-
spawn:
|
|
6477
|
+
spawn: tu
|
|
6523
6478
|
};
|
|
6524
6479
|
_(_n);
|
|
6525
|
-
const
|
|
6480
|
+
const su = {
|
|
6526
6481
|
key: Wt,
|
|
6527
6482
|
name: "x-runtime-lib.switch",
|
|
6528
|
-
comp:
|
|
6483
|
+
comp: Hl,
|
|
6529
6484
|
properties: {
|
|
6530
|
-
pageCommon: [
|
|
6531
|
-
compCommon: [
|
|
6485
|
+
pageCommon: [h],
|
|
6486
|
+
compCommon: [h]
|
|
6532
6487
|
},
|
|
6533
6488
|
events: [],
|
|
6534
6489
|
methods: [],
|
|
6535
6490
|
slots: [],
|
|
6536
6491
|
leaf: !0
|
|
6537
6492
|
};
|
|
6538
|
-
_(
|
|
6493
|
+
_(su);
|
|
6539
6494
|
const Fi = {
|
|
6540
6495
|
key: "settings",
|
|
6541
6496
|
name: "x-runtime-lib.settings",
|
|
@@ -6554,12 +6509,12 @@ const Fi = {
|
|
|
6554
6509
|
}
|
|
6555
6510
|
]
|
|
6556
6511
|
}, wn = {
|
|
6557
|
-
key:
|
|
6512
|
+
key: wo,
|
|
6558
6513
|
name: "x-runtime-lib.tab",
|
|
6559
|
-
comp:
|
|
6514
|
+
comp: Kl,
|
|
6560
6515
|
properties: {
|
|
6561
|
-
pageCommon: [
|
|
6562
|
-
compCommon: [
|
|
6516
|
+
pageCommon: [h, Fi],
|
|
6517
|
+
compCommon: [h, Fi]
|
|
6563
6518
|
},
|
|
6564
6519
|
events: [],
|
|
6565
6520
|
methods: [],
|
|
@@ -6567,7 +6522,7 @@ const Fi = {
|
|
|
6567
6522
|
leaf: !0
|
|
6568
6523
|
};
|
|
6569
6524
|
_(wn);
|
|
6570
|
-
function
|
|
6525
|
+
function ru(t, e) {
|
|
6571
6526
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6572
6527
|
if (!o) {
|
|
6573
6528
|
console.error(`tabsV1/spawn property tag not found, ${i}`);
|
|
@@ -6690,18 +6645,18 @@ const Gi = {
|
|
|
6690
6645
|
}, Vn = {
|
|
6691
6646
|
key: Et,
|
|
6692
6647
|
name: "x-runtime-lib.tabs",
|
|
6693
|
-
comp:
|
|
6648
|
+
comp: jl,
|
|
6694
6649
|
properties: {
|
|
6695
|
-
pageCommon: [
|
|
6696
|
-
compCommon: [
|
|
6650
|
+
pageCommon: [h, Gi],
|
|
6651
|
+
compCommon: [h, Gi]
|
|
6697
6652
|
},
|
|
6698
6653
|
events: [],
|
|
6699
6654
|
methods: [],
|
|
6700
6655
|
slots: [],
|
|
6701
|
-
spawn:
|
|
6656
|
+
spawn: ru
|
|
6702
6657
|
};
|
|
6703
6658
|
_(Vn);
|
|
6704
|
-
function
|
|
6659
|
+
function lu(t, e) {
|
|
6705
6660
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6706
6661
|
if (!o) {
|
|
6707
6662
|
console.error(`textV1/spawn property tag not found, ${i}`);
|
|
@@ -6804,19 +6759,19 @@ const Hi = {
|
|
|
6804
6759
|
}, be = {
|
|
6805
6760
|
key: Nt,
|
|
6806
6761
|
name: "x-runtime-lib.text",
|
|
6807
|
-
comp:
|
|
6762
|
+
comp: Ol,
|
|
6808
6763
|
properties: {
|
|
6809
|
-
pageCommon: [
|
|
6810
|
-
compCommon: [
|
|
6764
|
+
pageCommon: [h, Hi],
|
|
6765
|
+
compCommon: [h, Hi]
|
|
6811
6766
|
},
|
|
6812
6767
|
events: [],
|
|
6813
6768
|
methods: [],
|
|
6814
6769
|
slots: [],
|
|
6815
6770
|
leaf: !0,
|
|
6816
|
-
spawn:
|
|
6771
|
+
spawn: lu
|
|
6817
6772
|
};
|
|
6818
6773
|
_(be);
|
|
6819
|
-
function
|
|
6774
|
+
function au(t, e) {
|
|
6820
6775
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6821
6776
|
if (!o) {
|
|
6822
6777
|
console.error(`textareaV1/spawn property tag not found, ${i}`);
|
|
@@ -6904,32 +6859,32 @@ const Ki = {
|
|
|
6904
6859
|
}, $n = {
|
|
6905
6860
|
key: Mt,
|
|
6906
6861
|
name: "x-runtime-lib.textarea",
|
|
6907
|
-
comp:
|
|
6862
|
+
comp: Ul,
|
|
6908
6863
|
properties: {
|
|
6909
|
-
pageCommon: [
|
|
6910
|
-
compCommon: [
|
|
6864
|
+
pageCommon: [h, Ki],
|
|
6865
|
+
compCommon: [h, Ki]
|
|
6911
6866
|
},
|
|
6912
6867
|
events: [],
|
|
6913
6868
|
methods: [],
|
|
6914
6869
|
slots: [],
|
|
6915
6870
|
leaf: !0,
|
|
6916
|
-
spawn:
|
|
6871
|
+
spawn: au
|
|
6917
6872
|
};
|
|
6918
6873
|
_($n);
|
|
6919
6874
|
const In = {
|
|
6920
|
-
key:
|
|
6875
|
+
key: Vo,
|
|
6921
6876
|
name: "x-runtime-lib.timelineItem",
|
|
6922
|
-
comp:
|
|
6877
|
+
comp: Zl,
|
|
6923
6878
|
properties: {
|
|
6924
|
-
pageCommon: [
|
|
6925
|
-
compCommon: [
|
|
6879
|
+
pageCommon: [h],
|
|
6880
|
+
compCommon: [h]
|
|
6926
6881
|
},
|
|
6927
6882
|
events: [],
|
|
6928
6883
|
methods: [],
|
|
6929
6884
|
slots: []
|
|
6930
6885
|
};
|
|
6931
6886
|
_(In);
|
|
6932
|
-
function
|
|
6887
|
+
function uu(t, e) {
|
|
6933
6888
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6934
6889
|
if (!o) {
|
|
6935
6890
|
console.error(`timelineV1/spawn property tag not found, ${i}`);
|
|
@@ -6959,9 +6914,9 @@ function Qt(t, e, i) {
|
|
|
6959
6914
|
return;
|
|
6960
6915
|
}
|
|
6961
6916
|
const a = {};
|
|
6962
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = In.key, a.children = [
|
|
6917
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = In.key, a.children = [cu(t, e, i)], a;
|
|
6963
6918
|
}
|
|
6964
|
-
function
|
|
6919
|
+
function cu(t, e, i) {
|
|
6965
6920
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6966
6921
|
if (!l) {
|
|
6967
6922
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -6975,7 +6930,7 @@ function uu(t, e, i) {
|
|
|
6975
6930
|
const a = {};
|
|
6976
6931
|
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a;
|
|
6977
6932
|
}
|
|
6978
|
-
const
|
|
6933
|
+
const pu = B(j), mu = B(j), ji = {
|
|
6979
6934
|
key: "settings",
|
|
6980
6935
|
name: "x-runtime-lib.settings",
|
|
6981
6936
|
children: [
|
|
@@ -7023,7 +6978,7 @@ const cu = B(j), pu = B(j), ji = {
|
|
|
7023
6978
|
ui: "switch",
|
|
7024
6979
|
default: !1
|
|
7025
6980
|
},
|
|
7026
|
-
|
|
6981
|
+
pu
|
|
7027
6982
|
]
|
|
7028
6983
|
},
|
|
7029
6984
|
{
|
|
@@ -7049,38 +7004,38 @@ const cu = B(j), pu = B(j), ji = {
|
|
|
7049
7004
|
ui: "numInput",
|
|
7050
7005
|
default: 0
|
|
7051
7006
|
},
|
|
7052
|
-
|
|
7007
|
+
mu
|
|
7053
7008
|
]
|
|
7054
7009
|
}
|
|
7055
7010
|
]
|
|
7056
7011
|
}, Sn = {
|
|
7057
7012
|
key: Dt,
|
|
7058
7013
|
name: "x-runtime-lib.timeline",
|
|
7059
|
-
comp:
|
|
7014
|
+
comp: Yl,
|
|
7060
7015
|
properties: {
|
|
7061
|
-
pageCommon: [
|
|
7062
|
-
compCommon: [
|
|
7016
|
+
pageCommon: [h, ji],
|
|
7017
|
+
compCommon: [h, ji]
|
|
7063
7018
|
},
|
|
7064
7019
|
events: [],
|
|
7065
7020
|
methods: [],
|
|
7066
7021
|
slots: [],
|
|
7067
|
-
spawn:
|
|
7022
|
+
spawn: uu
|
|
7068
7023
|
};
|
|
7069
7024
|
_(Sn);
|
|
7070
7025
|
const Cn = {
|
|
7071
|
-
key:
|
|
7026
|
+
key: $o,
|
|
7072
7027
|
name: "x-runtime-lib.windowItem",
|
|
7073
|
-
comp:
|
|
7028
|
+
comp: na,
|
|
7074
7029
|
properties: {
|
|
7075
|
-
pageCommon: [
|
|
7076
|
-
compCommon: [
|
|
7030
|
+
pageCommon: [h],
|
|
7031
|
+
compCommon: [h]
|
|
7077
7032
|
},
|
|
7078
7033
|
events: [],
|
|
7079
7034
|
methods: [],
|
|
7080
7035
|
slots: []
|
|
7081
7036
|
};
|
|
7082
7037
|
_(Cn);
|
|
7083
|
-
function
|
|
7038
|
+
function du(t, e) {
|
|
7084
7039
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
7085
7040
|
if (!o) {
|
|
7086
7041
|
console.error(`windowV1/spawn property tag not found, ${i}`);
|
|
@@ -7110,9 +7065,9 @@ function en(t, e, i) {
|
|
|
7110
7065
|
return;
|
|
7111
7066
|
}
|
|
7112
7067
|
const a = {};
|
|
7113
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [
|
|
7068
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [yu(t, e, i)], a;
|
|
7114
7069
|
}
|
|
7115
|
-
function
|
|
7070
|
+
function yu(t, e, i) {
|
|
7116
7071
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
7117
7072
|
if (!l) {
|
|
7118
7073
|
console.error(
|
|
@@ -7120,15 +7075,15 @@ function du(t, e, i) {
|
|
|
7120
7075
|
);
|
|
7121
7076
|
return;
|
|
7122
7077
|
}
|
|
7123
|
-
const s =
|
|
7078
|
+
const s = Ae.properties[l];
|
|
7124
7079
|
if (!s) {
|
|
7125
7080
|
console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
|
|
7126
7081
|
return;
|
|
7127
7082
|
}
|
|
7128
7083
|
const a = {};
|
|
7129
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
7084
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Ae.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;
|
|
7130
7085
|
}
|
|
7131
|
-
function
|
|
7086
|
+
function fu(t, e, i) {
|
|
7132
7087
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
7133
7088
|
if (!l) {
|
|
7134
7089
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7193,44 +7148,44 @@ const Oi = {
|
|
|
7193
7148
|
}, Tn = {
|
|
7194
7149
|
key: Ft,
|
|
7195
7150
|
name: "x-runtime-lib.window",
|
|
7196
|
-
comp:
|
|
7151
|
+
comp: Ql,
|
|
7197
7152
|
properties: {
|
|
7198
|
-
pageCommon: [
|
|
7199
|
-
compCommon: [
|
|
7153
|
+
pageCommon: [h, Oi],
|
|
7154
|
+
compCommon: [h, Oi]
|
|
7200
7155
|
},
|
|
7201
7156
|
events: [],
|
|
7202
7157
|
methods: [],
|
|
7203
7158
|
slots: [],
|
|
7204
|
-
spawn:
|
|
7159
|
+
spawn: du
|
|
7205
7160
|
};
|
|
7206
7161
|
_(Tn);
|
|
7207
|
-
const
|
|
7162
|
+
const bu = [
|
|
7208
7163
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7209
7164
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7210
7165
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7211
7166
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7212
|
-
],
|
|
7167
|
+
], hu = [
|
|
7213
7168
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7214
7169
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7215
7170
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7216
7171
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7217
|
-
],
|
|
7172
|
+
], gu = [
|
|
7218
7173
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7219
7174
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7220
7175
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7221
7176
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7222
|
-
],
|
|
7177
|
+
], xu = [
|
|
7223
7178
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7224
7179
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7225
7180
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7226
|
-
],
|
|
7181
|
+
], vu = [
|
|
7227
7182
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7228
7183
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7229
7184
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7230
|
-
],
|
|
7185
|
+
], ku = [
|
|
7231
7186
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7232
7187
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7233
|
-
],
|
|
7188
|
+
], _u = [
|
|
7234
7189
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7235
7190
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7236
7191
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7238,20 +7193,20 @@ const fu = [
|
|
|
7238
7193
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7239
7194
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7240
7195
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7241
|
-
],
|
|
7196
|
+
], wu = [
|
|
7242
7197
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7243
7198
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7244
7199
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7245
7200
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7246
7201
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7247
7202
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7248
|
-
],
|
|
7203
|
+
], Vu = [
|
|
7249
7204
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7250
7205
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7251
7206
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7252
7207
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7253
7208
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7254
|
-
],
|
|
7209
|
+
], $u = [
|
|
7255
7210
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7256
7211
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7257
7212
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7259,12 +7214,12 @@ const fu = [
|
|
|
7259
7214
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7260
7215
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7261
7216
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7262
|
-
],
|
|
7217
|
+
], Iu = [
|
|
7263
7218
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7264
7219
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7265
7220
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7266
7221
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7267
|
-
],
|
|
7222
|
+
], Su = [
|
|
7268
7223
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7269
7224
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7270
7225
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7272,24 +7227,24 @@ const fu = [
|
|
|
7272
7227
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7273
7228
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7274
7229
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7275
|
-
],
|
|
7230
|
+
], Cu = [
|
|
7276
7231
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7277
7232
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7278
7233
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7279
7234
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7280
7235
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7281
7236
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7282
|
-
],
|
|
7237
|
+
], Tu = [
|
|
7283
7238
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7284
7239
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7285
7240
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7286
|
-
],
|
|
7241
|
+
], Pu = [
|
|
7287
7242
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7288
7243
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7289
7244
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7290
7245
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7291
7246
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7292
|
-
],
|
|
7247
|
+
], zu = [
|
|
7293
7248
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7294
7249
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7295
7250
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7297,18 +7252,18 @@ const fu = [
|
|
|
7297
7252
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7298
7253
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7299
7254
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7300
|
-
],
|
|
7255
|
+
], Au = [
|
|
7301
7256
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7302
7257
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7303
7258
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7304
7259
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7305
7260
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7306
|
-
],
|
|
7261
|
+
], Lu = [
|
|
7307
7262
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7308
7263
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7309
7264
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7310
7265
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7311
|
-
],
|
|
7266
|
+
], Bu = [
|
|
7312
7267
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7313
7268
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7314
7269
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7323,7 +7278,7 @@ const fu = [
|
|
|
7323
7278
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7324
7279
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7325
7280
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7326
|
-
],
|
|
7281
|
+
], Wu = [
|
|
7327
7282
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7328
7283
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7329
7284
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7334,53 +7289,53 @@ const fu = [
|
|
|
7334
7289
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7335
7290
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7336
7291
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7337
|
-
],
|
|
7292
|
+
], Eu = [
|
|
7338
7293
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7339
7294
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7340
7295
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7341
|
-
],
|
|
7296
|
+
], Nu = [
|
|
7342
7297
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7343
7298
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7344
|
-
],
|
|
7299
|
+
], Mu = [
|
|
7345
7300
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7346
7301
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7347
|
-
],
|
|
7302
|
+
], Ru = [
|
|
7348
7303
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7349
7304
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7350
7305
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7351
|
-
],
|
|
7306
|
+
], Du = [
|
|
7352
7307
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7353
7308
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7354
7309
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7355
7310
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7356
|
-
],
|
|
7311
|
+
], Fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7357
7312
|
__proto__: null,
|
|
7358
|
-
alignTabsItemsV1:
|
|
7359
|
-
axisTypeItemsV1:
|
|
7360
|
-
borderStyleItemsV1:
|
|
7361
|
-
colorModeItemsV1:
|
|
7362
|
-
densityItemsV1:
|
|
7363
|
-
directionItemsV1:
|
|
7364
|
-
fieldVariantItemsV1:
|
|
7365
|
-
flexCrossAlignItemsV1:
|
|
7366
|
-
flexDirectionItemsV1:
|
|
7367
|
-
flexMainAlignItemsV1:
|
|
7368
|
-
flexWrapItemsV1:
|
|
7369
|
-
fontWeightItemsV1:
|
|
7370
|
-
sheetVariantItemsV1:
|
|
7371
|
-
showTicksItemsV1:
|
|
7372
|
-
sizeItemsV1:
|
|
7373
|
-
textAlignItemsV1:
|
|
7374
|
-
textDecorationItemsV1:
|
|
7375
|
-
textEmphasisItemsV1:
|
|
7376
|
-
textStyleItemsV1:
|
|
7377
|
-
themeColorItemsV1:
|
|
7378
|
-
thumbLabelItemsV1:
|
|
7379
|
-
timelineAlignItemsV1:
|
|
7380
|
-
timelineDirectionItemsV1:
|
|
7381
|
-
timelineSideItemsV1:
|
|
7382
|
-
timelineTruncateLineItemsV1:
|
|
7383
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7313
|
+
alignTabsItemsV1: bu,
|
|
7314
|
+
axisTypeItemsV1: hu,
|
|
7315
|
+
borderStyleItemsV1: gu,
|
|
7316
|
+
colorModeItemsV1: xu,
|
|
7317
|
+
densityItemsV1: vu,
|
|
7318
|
+
directionItemsV1: ku,
|
|
7319
|
+
fieldVariantItemsV1: _u,
|
|
7320
|
+
flexCrossAlignItemsV1: wu,
|
|
7321
|
+
flexDirectionItemsV1: Vu,
|
|
7322
|
+
flexMainAlignItemsV1: $u,
|
|
7323
|
+
flexWrapItemsV1: Iu,
|
|
7324
|
+
fontWeightItemsV1: Su,
|
|
7325
|
+
sheetVariantItemsV1: Cu,
|
|
7326
|
+
showTicksItemsV1: Tu,
|
|
7327
|
+
sizeItemsV1: Pu,
|
|
7328
|
+
textAlignItemsV1: zu,
|
|
7329
|
+
textDecorationItemsV1: Au,
|
|
7330
|
+
textEmphasisItemsV1: Lu,
|
|
7331
|
+
textStyleItemsV1: Bu,
|
|
7332
|
+
themeColorItemsV1: Wu,
|
|
7333
|
+
thumbLabelItemsV1: Eu,
|
|
7334
|
+
timelineAlignItemsV1: Nu,
|
|
7335
|
+
timelineDirectionItemsV1: Mu,
|
|
7336
|
+
timelineSideItemsV1: Ru,
|
|
7337
|
+
timelineTruncateLineItemsV1: Du
|
|
7338
|
+
}, Symbol.toStringTag, { value: "Module" })), Gu = [
|
|
7384
7339
|
{
|
|
7385
7340
|
title: "x-runtime-lib.notSet",
|
|
7386
7341
|
value: "",
|
|
@@ -7420,7 +7375,7 @@ const fu = [
|
|
|
7420
7375
|
max: 1 / 0,
|
|
7421
7376
|
step: 1
|
|
7422
7377
|
}
|
|
7423
|
-
],
|
|
7378
|
+
], Hu = [
|
|
7424
7379
|
{
|
|
7425
7380
|
title: "x-runtime-lib.notSet",
|
|
7426
7381
|
value: "",
|
|
@@ -7442,7 +7397,7 @@ const fu = [
|
|
|
7442
7397
|
validator: (t) => t === "right",
|
|
7443
7398
|
default: "right"
|
|
7444
7399
|
}
|
|
7445
|
-
],
|
|
7400
|
+
], Ku = [
|
|
7446
7401
|
{
|
|
7447
7402
|
title: "x-runtime-lib.notSet",
|
|
7448
7403
|
value: "",
|
|
@@ -7472,7 +7427,7 @@ const fu = [
|
|
|
7472
7427
|
precision: 6,
|
|
7473
7428
|
default: "0%"
|
|
7474
7429
|
}
|
|
7475
|
-
],
|
|
7430
|
+
], ju = [
|
|
7476
7431
|
{
|
|
7477
7432
|
title: "x-runtime-lib.notSet",
|
|
7478
7433
|
value: "",
|
|
@@ -7497,7 +7452,7 @@ const fu = [
|
|
|
7497
7452
|
min: 0,
|
|
7498
7453
|
default: "0%"
|
|
7499
7454
|
}
|
|
7500
|
-
],
|
|
7455
|
+
], Ou = [
|
|
7501
7456
|
{
|
|
7502
7457
|
title: "x-runtime-lib.notSet",
|
|
7503
7458
|
value: "",
|
|
@@ -7522,7 +7477,7 @@ const fu = [
|
|
|
7522
7477
|
min: 0,
|
|
7523
7478
|
default: "0%"
|
|
7524
7479
|
}
|
|
7525
|
-
],
|
|
7480
|
+
], Uu = [
|
|
7526
7481
|
{
|
|
7527
7482
|
title: "x-runtime-lib.notSet",
|
|
7528
7483
|
value: "",
|
|
@@ -7551,7 +7506,7 @@ const fu = [
|
|
|
7551
7506
|
validator: (t) => t === "end",
|
|
7552
7507
|
default: "end"
|
|
7553
7508
|
}
|
|
7554
|
-
],
|
|
7509
|
+
], Xu = [
|
|
7555
7510
|
{
|
|
7556
7511
|
title: "x-runtime-lib.notSet",
|
|
7557
7512
|
value: "",
|
|
@@ -7573,16 +7528,16 @@ const fu = [
|
|
|
7573
7528
|
validator: (t) => t === "bottom",
|
|
7574
7529
|
default: "bottom"
|
|
7575
7530
|
}
|
|
7576
|
-
],
|
|
7531
|
+
], Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7577
7532
|
__proto__: null,
|
|
7578
|
-
borderWidthTypesV1:
|
|
7579
|
-
leftRightTypesV1:
|
|
7580
|
-
marginTypesV1:
|
|
7581
|
-
paddingTypesV1:
|
|
7582
|
-
sizeTypesV1:
|
|
7583
|
-
tableColumnAlignTypesV1:
|
|
7584
|
-
topBottomTypesV1:
|
|
7585
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7533
|
+
borderWidthTypesV1: Gu,
|
|
7534
|
+
leftRightTypesV1: Hu,
|
|
7535
|
+
marginTypesV1: Ku,
|
|
7536
|
+
paddingTypesV1: ju,
|
|
7537
|
+
sizeTypesV1: Ou,
|
|
7538
|
+
tableColumnAlignTypesV1: Uu,
|
|
7539
|
+
topBottomTypesV1: Xu
|
|
7540
|
+
}, Symbol.toStringTag, { value: "Module" })), Ju = [
|
|
7586
7541
|
{
|
|
7587
7542
|
key: "containment",
|
|
7588
7543
|
name: "x-runtime-lib.containment",
|
|
@@ -7656,7 +7611,7 @@ const fu = [
|
|
|
7656
7611
|
name: "x-runtime-lib.dynamic",
|
|
7657
7612
|
items: [De, Mn, Rn]
|
|
7658
7613
|
}
|
|
7659
|
-
],
|
|
7614
|
+
], qu = [
|
|
7660
7615
|
{
|
|
7661
7616
|
key: "objects",
|
|
7662
7617
|
name: "x-runtime-lib.objects",
|
|
@@ -7687,7 +7642,7 @@ const fu = [
|
|
|
7687
7642
|
name: "x-runtime-lib.controls",
|
|
7688
7643
|
items: [_t, gt, bt]
|
|
7689
7644
|
}
|
|
7690
|
-
],
|
|
7645
|
+
], Zu = [
|
|
7691
7646
|
{
|
|
7692
7647
|
key: "containment",
|
|
7693
7648
|
name: "x-runtime-lib.containment",
|
|
@@ -7761,7 +7716,7 @@ const fu = [
|
|
|
7761
7716
|
name: "x-runtime-lib.dynamic",
|
|
7762
7717
|
items: [De, Mn, Rn]
|
|
7763
7718
|
}
|
|
7764
|
-
],
|
|
7719
|
+
], Qu = [
|
|
7765
7720
|
{
|
|
7766
7721
|
key: "objects",
|
|
7767
7722
|
name: "x-runtime-lib.objects",
|
|
@@ -7792,12 +7747,12 @@ const fu = [
|
|
|
7792
7747
|
name: "x-runtime-lib.controls",
|
|
7793
7748
|
items: [_t, gt, bt]
|
|
7794
7749
|
}
|
|
7795
|
-
],
|
|
7750
|
+
], ec = {
|
|
7796
7751
|
version: "v1",
|
|
7797
7752
|
globalityKey: tn,
|
|
7798
7753
|
refKey: De,
|
|
7799
|
-
items: { ...
|
|
7800
|
-
types: { ...
|
|
7754
|
+
items: { ...Fu },
|
|
7755
|
+
types: { ...Yu },
|
|
7801
7756
|
elements: /* @__PURE__ */ new Set([
|
|
7802
7757
|
Ue,
|
|
7803
7758
|
Xe,
|
|
@@ -7820,7 +7775,7 @@ const fu = [
|
|
|
7820
7775
|
ct,
|
|
7821
7776
|
pt,
|
|
7822
7777
|
mt,
|
|
7823
|
-
|
|
7778
|
+
ho,
|
|
7824
7779
|
dt,
|
|
7825
7780
|
tn,
|
|
7826
7781
|
yt,
|
|
@@ -7837,7 +7792,7 @@ const fu = [
|
|
|
7837
7792
|
Vt,
|
|
7838
7793
|
$t,
|
|
7839
7794
|
It,
|
|
7840
|
-
|
|
7795
|
+
go,
|
|
7841
7796
|
St,
|
|
7842
7797
|
Ct,
|
|
7843
7798
|
Tt,
|
|
@@ -7848,42 +7803,42 @@ const fu = [
|
|
|
7848
7803
|
At,
|
|
7849
7804
|
Lt,
|
|
7850
7805
|
Bt,
|
|
7851
|
-
go,
|
|
7852
7806
|
xo,
|
|
7853
7807
|
vo,
|
|
7854
7808
|
ko,
|
|
7855
|
-
Wt,
|
|
7856
7809
|
_o,
|
|
7810
|
+
Wt,
|
|
7811
|
+
wo,
|
|
7857
7812
|
Dn,
|
|
7858
7813
|
Et,
|
|
7859
7814
|
Nt,
|
|
7860
7815
|
Mt,
|
|
7861
7816
|
Rt,
|
|
7862
7817
|
Dt,
|
|
7863
|
-
|
|
7818
|
+
Vo,
|
|
7864
7819
|
Ft,
|
|
7865
|
-
|
|
7820
|
+
$o
|
|
7866
7821
|
]),
|
|
7867
7822
|
groups: {
|
|
7868
|
-
pageCommon:
|
|
7869
|
-
pageScene:
|
|
7870
|
-
compCommon:
|
|
7871
|
-
compScene:
|
|
7823
|
+
pageCommon: Zu,
|
|
7824
|
+
pageScene: Qu,
|
|
7825
|
+
compCommon: Ju,
|
|
7826
|
+
compScene: qu
|
|
7872
7827
|
}
|
|
7873
|
-
},
|
|
7874
|
-
v1:
|
|
7828
|
+
}, Io = {
|
|
7829
|
+
v1: ec
|
|
7875
7830
|
};
|
|
7876
7831
|
function A(t, e) {
|
|
7877
7832
|
if (t === "page") {
|
|
7878
|
-
if (!
|
|
7833
|
+
if (!hs.includes(e)) {
|
|
7879
7834
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7880
7835
|
return;
|
|
7881
7836
|
}
|
|
7882
|
-
} else if (t === "comp" && !
|
|
7837
|
+
} else if (t === "comp" && !gs.includes(e)) {
|
|
7883
7838
|
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7884
7839
|
return;
|
|
7885
7840
|
}
|
|
7886
|
-
return `${t}${
|
|
7841
|
+
return `${t}${us(e)}`;
|
|
7887
7842
|
}
|
|
7888
7843
|
function Ui(t, e) {
|
|
7889
7844
|
if (t.array)
|
|
@@ -7906,13 +7861,13 @@ function P(t, e) {
|
|
|
7906
7861
|
}
|
|
7907
7862
|
e.forEach((o) => i(t, o));
|
|
7908
7863
|
}
|
|
7909
|
-
function
|
|
7864
|
+
function Nc(t, e, i, o, l) {
|
|
7910
7865
|
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
|
|
7911
7866
|
if (!a) {
|
|
7912
7867
|
console.error(`spawnNode property tag not found, ${s}`);
|
|
7913
7868
|
return;
|
|
7914
7869
|
}
|
|
7915
|
-
const m =
|
|
7870
|
+
const m = Io[i];
|
|
7916
7871
|
if (!m) {
|
|
7917
7872
|
console.error(`spawnNode pkg not found version, ${s}`);
|
|
7918
7873
|
return;
|
|
@@ -7923,7 +7878,7 @@ function Rc(t, e, i, o, l) {
|
|
|
7923
7878
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7924
7879
|
return;
|
|
7925
7880
|
}
|
|
7926
|
-
const p =
|
|
7881
|
+
const p = Ce[d];
|
|
7927
7882
|
if (!p) {
|
|
7928
7883
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
7929
7884
|
return;
|
|
@@ -7948,7 +7903,7 @@ function Rc(t, e, i, o, l) {
|
|
|
7948
7903
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
7949
7904
|
return;
|
|
7950
7905
|
}
|
|
7951
|
-
const f =
|
|
7906
|
+
const f = Ce[d];
|
|
7952
7907
|
if (!f) {
|
|
7953
7908
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
7954
7909
|
return;
|
|
@@ -7971,7 +7926,7 @@ function Rc(t, e, i, o, l) {
|
|
|
7971
7926
|
}
|
|
7972
7927
|
}
|
|
7973
7928
|
}
|
|
7974
|
-
function
|
|
7929
|
+
function Mc(t, e) {
|
|
7975
7930
|
function i(o) {
|
|
7976
7931
|
if (o.basic.id === e)
|
|
7977
7932
|
return o;
|
|
@@ -7988,74 +7943,74 @@ function Dc(t, e) {
|
|
|
7988
7943
|
return l;
|
|
7989
7944
|
}
|
|
7990
7945
|
}
|
|
7991
|
-
function
|
|
7946
|
+
function tc(t) {
|
|
7992
7947
|
function e(o) {
|
|
7993
7948
|
o.basic.id = T(16), o.children?.forEach((l) => e(l));
|
|
7994
7949
|
}
|
|
7995
7950
|
const i = B(t);
|
|
7996
7951
|
return e(i), i;
|
|
7997
7952
|
}
|
|
7998
|
-
function
|
|
7953
|
+
function Rc(t) {
|
|
7999
7954
|
const e = [];
|
|
8000
7955
|
return t.forEach((i) => {
|
|
8001
|
-
e.push(
|
|
7956
|
+
e.push(tc(i));
|
|
8002
7957
|
}), e;
|
|
8003
7958
|
}
|
|
8004
|
-
const
|
|
8005
|
-
function
|
|
8006
|
-
se(Io, t);
|
|
8007
|
-
}
|
|
8008
|
-
function tc() {
|
|
8009
|
-
return oe(Io);
|
|
8010
|
-
}
|
|
8011
|
-
function Hc(t) {
|
|
7959
|
+
const So = "runtimeOrg", Co = "runtimeEnv", To = "runtimeMode", Po = "runtimeDevice", zo = "runtimeDark", Ao = "runtimeType", Lo = "runtimeData", Bo = "runtimeDepends", Wo = "runtimeSandbox";
|
|
7960
|
+
function Dc(t) {
|
|
8012
7961
|
se(So, t);
|
|
8013
7962
|
}
|
|
8014
7963
|
function nc() {
|
|
8015
7964
|
return oe(So);
|
|
8016
7965
|
}
|
|
8017
|
-
function
|
|
7966
|
+
function Fc(t) {
|
|
8018
7967
|
se(Co, t);
|
|
8019
7968
|
}
|
|
8020
|
-
function
|
|
7969
|
+
function ic() {
|
|
8021
7970
|
return oe(Co);
|
|
8022
7971
|
}
|
|
8023
|
-
function
|
|
8024
|
-
se(To,
|
|
7972
|
+
function Gc(t) {
|
|
7973
|
+
se(To, t);
|
|
8025
7974
|
}
|
|
8026
|
-
function
|
|
7975
|
+
function H() {
|
|
8027
7976
|
return oe(To);
|
|
8028
7977
|
}
|
|
8029
|
-
function
|
|
7978
|
+
function Hc(t) {
|
|
8030
7979
|
se(Po, zn(t));
|
|
8031
7980
|
}
|
|
8032
|
-
function
|
|
7981
|
+
function $e() {
|
|
8033
7982
|
return oe(Po);
|
|
8034
7983
|
}
|
|
8035
|
-
function
|
|
8036
|
-
se(zo, t);
|
|
7984
|
+
function Kc(t) {
|
|
7985
|
+
se(zo, zn(t));
|
|
8037
7986
|
}
|
|
8038
|
-
function
|
|
7987
|
+
function We() {
|
|
8039
7988
|
return oe(zo);
|
|
8040
7989
|
}
|
|
8041
|
-
function
|
|
7990
|
+
function jc(t) {
|
|
8042
7991
|
se(Ao, t);
|
|
8043
7992
|
}
|
|
8044
|
-
function
|
|
7993
|
+
function me() {
|
|
8045
7994
|
return oe(Ao);
|
|
8046
7995
|
}
|
|
8047
|
-
function
|
|
8048
|
-
se(Lo,
|
|
7996
|
+
function Oc(t) {
|
|
7997
|
+
se(Lo, t);
|
|
8049
7998
|
}
|
|
8050
|
-
function
|
|
7999
|
+
function de() {
|
|
8051
8000
|
return oe(Lo);
|
|
8052
8001
|
}
|
|
8053
|
-
function
|
|
8054
|
-
se(Bo, t);
|
|
8002
|
+
function Uc(t) {
|
|
8003
|
+
se(Bo, zn(t));
|
|
8055
8004
|
}
|
|
8056
|
-
function
|
|
8005
|
+
function oc() {
|
|
8057
8006
|
return oe(Bo);
|
|
8058
8007
|
}
|
|
8008
|
+
function sc(t) {
|
|
8009
|
+
se(Wo, t);
|
|
8010
|
+
}
|
|
8011
|
+
function Ee() {
|
|
8012
|
+
return oe(Wo);
|
|
8013
|
+
}
|
|
8059
8014
|
function Se(t) {
|
|
8060
8015
|
const e = [t.type];
|
|
8061
8016
|
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("@");
|
|
@@ -8064,7 +8019,7 @@ function Me(t, e, i, o, l) {
|
|
|
8064
8019
|
const { watchEffect: s, bind: a } = e;
|
|
8065
8020
|
if (s[i])
|
|
8066
8021
|
for (const m of s[i]) {
|
|
8067
|
-
const d =
|
|
8022
|
+
const d = cs(m);
|
|
8068
8023
|
t.callFunction(`__watchEffect$${d}__`);
|
|
8069
8024
|
}
|
|
8070
8025
|
if (a.triggers[i])
|
|
@@ -8115,12 +8070,12 @@ function Me(t, e, i, o, l) {
|
|
|
8115
8070
|
const y = ve(c, u.subKeys);
|
|
8116
8071
|
if (ie(p, y))
|
|
8117
8072
|
continue;
|
|
8118
|
-
const
|
|
8119
|
-
|
|
8073
|
+
const b = B(c);
|
|
8074
|
+
uo(b, u.subKeys, B(p)), u.type === "elementProperty" ? t.setElementProperty(
|
|
8120
8075
|
u.nodeId,
|
|
8121
8076
|
u.propertyKeys,
|
|
8122
|
-
|
|
8123
|
-
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId,
|
|
8077
|
+
b
|
|
8078
|
+
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, b) : u.type === "state" ? t.setState(u.stateId, b) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, b) : console.assert(!1);
|
|
8124
8079
|
} else {
|
|
8125
8080
|
let c;
|
|
8126
8081
|
if (u.type === "elementProperty")
|
|
@@ -8148,11 +8103,11 @@ function Me(t, e, i, o, l) {
|
|
|
8148
8103
|
}
|
|
8149
8104
|
}
|
|
8150
8105
|
}
|
|
8151
|
-
function
|
|
8106
|
+
function rc(t, e) {
|
|
8152
8107
|
function i(p) {
|
|
8153
8108
|
const u = t.pseudoToNative(p), c = [], y = u.split(".");
|
|
8154
|
-
for (let
|
|
8155
|
-
const g = y[
|
|
8109
|
+
for (let b = 0; b < y.length; b++) {
|
|
8110
|
+
const g = y[b].trim();
|
|
8156
8111
|
if (g !== "")
|
|
8157
8112
|
if (/^\[\d+\]$/.test(g)) {
|
|
8158
8113
|
let x = parseInt(g.slice(1, -1), 10);
|
|
@@ -8182,11 +8137,11 @@ function sc(t, e) {
|
|
|
8182
8137
|
function a(p) {
|
|
8183
8138
|
const u = t.pseudoToNative(p);
|
|
8184
8139
|
let c = "";
|
|
8185
|
-
typeof u == "object" ? c = JSON.stringify(u) : c = String(u),
|
|
8140
|
+
typeof u == "object" ? c = JSON.stringify(u) : c = String(u), eo.emit("consoleAppend", c);
|
|
8186
8141
|
}
|
|
8187
8142
|
function m(p, u) {
|
|
8188
8143
|
const c = t.pseudoToNative(p), y = t.pseudoToNative(u);
|
|
8189
|
-
c === "info" ?
|
|
8144
|
+
c === "info" ? Ho(y) : c === "success" ? Ko(y) : c === "warning" ? no(y) : c === "error" && io(y);
|
|
8190
8145
|
}
|
|
8191
8146
|
function d(p, u) {
|
|
8192
8147
|
const c = t.pseudoToNative(p), y = t.pseudoToNative(u);
|
|
@@ -8234,30 +8189,30 @@ function sc(t, e) {
|
|
|
8234
8189
|
t.createAsyncFunction(f)
|
|
8235
8190
|
);
|
|
8236
8191
|
}
|
|
8237
|
-
const
|
|
8192
|
+
const Eo = jo({
|
|
8238
8193
|
baseUrl: "http://localhost/computebase/",
|
|
8239
8194
|
onError: (t) => {
|
|
8240
8195
|
const { i18n: e } = fe;
|
|
8241
|
-
|
|
8196
|
+
io(ds(e, t));
|
|
8242
8197
|
}
|
|
8243
8198
|
});
|
|
8244
|
-
window.API_URL && (
|
|
8245
|
-
function
|
|
8246
|
-
return
|
|
8199
|
+
window.API_URL && (Eo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8200
|
+
function lc(t) {
|
|
8201
|
+
return Eo.post("callFunc", t);
|
|
8247
8202
|
}
|
|
8248
|
-
function
|
|
8203
|
+
function ac(t, e) {
|
|
8249
8204
|
async function i(o, l, s, a, m, d) {
|
|
8250
8205
|
const f = t.pseudoToNative(o), p = t.pseudoToNative(l), u = t.pseudoToNative(s), c = t.pseudoToNative(a), y = t.pseudoToNative(m);
|
|
8251
8206
|
try {
|
|
8252
|
-
const
|
|
8207
|
+
const b = JSON.stringify(u), { strOutputs: g } = await lc({
|
|
8253
8208
|
spaceId: f,
|
|
8254
8209
|
id: p,
|
|
8255
|
-
strInputs:
|
|
8210
|
+
strInputs: b,
|
|
8256
8211
|
env: c
|
|
8257
8212
|
}), x = JSON.parse(g);
|
|
8258
8213
|
d(t.nativeToPseudo(x)), t.run();
|
|
8259
|
-
} catch (
|
|
8260
|
-
console.error("callFuncV1 failed", y,
|
|
8214
|
+
} catch (b) {
|
|
8215
|
+
console.error("callFuncV1 failed", y, b);
|
|
8261
8216
|
}
|
|
8262
8217
|
}
|
|
8263
8218
|
t.setProperty(
|
|
@@ -8266,53 +8221,53 @@ function lc(t, e) {
|
|
|
8266
8221
|
t.createAsyncFunction(i)
|
|
8267
8222
|
);
|
|
8268
8223
|
}
|
|
8269
|
-
function
|
|
8224
|
+
function uc(t, e, i) {
|
|
8270
8225
|
function o(u, c, y) {
|
|
8271
|
-
let
|
|
8226
|
+
let b;
|
|
8272
8227
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
8273
|
-
return g === "elementProperty" ?
|
|
8228
|
+
return g === "elementProperty" ? b = t.getElementProperty(x, w) : g === "refProperty" || (g === "customProperty" ? b = t.getCustomProperty(w) : g === "elementSlotProperty" || g === "customSlotProperty" ? b = t.getAdaptSlotProperty(w) : console.assert(!1)), e.nativeToPseudo(b);
|
|
8274
8229
|
}
|
|
8275
|
-
function l(u, c, y,
|
|
8276
|
-
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = e.pseudoToNative(
|
|
8230
|
+
function l(u, c, y, b) {
|
|
8231
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = e.pseudoToNative(b);
|
|
8277
8232
|
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));
|
|
8278
8233
|
}
|
|
8279
|
-
function s(u, c, y,
|
|
8234
|
+
function s(u, c, y, b) {
|
|
8280
8235
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = { outputs: [] };
|
|
8281
|
-
t.eventBus.emit(`callMethod@${g}`, { name: x, inputs: w, result: C }),
|
|
8236
|
+
t.eventBus.emit(`callMethod@${g}`, { name: x, inputs: w, result: C }), b(e.nativeToPseudo(C.outputs)), e.run();
|
|
8282
8237
|
}
|
|
8283
8238
|
function a(u) {
|
|
8284
8239
|
const c = e.pseudoToNative(u), y = t.getState(c);
|
|
8285
8240
|
return e.nativeToPseudo(y);
|
|
8286
8241
|
}
|
|
8287
8242
|
function m(u, c) {
|
|
8288
|
-
const y = e.pseudoToNative(u),
|
|
8289
|
-
t.setState(y,
|
|
8243
|
+
const y = e.pseudoToNative(u), b = e.pseudoToNative(c);
|
|
8244
|
+
t.setState(y, b);
|
|
8290
8245
|
}
|
|
8291
8246
|
function d(u, c) {
|
|
8292
|
-
const y = e.pseudoToNative(u),
|
|
8247
|
+
const y = e.pseudoToNative(u), b = e.pseudoToNative(c);
|
|
8293
8248
|
if (t.mode === "runtime") {
|
|
8294
8249
|
const g = "/main/" + Date.now(), x = {
|
|
8295
8250
|
orgId: t.org,
|
|
8296
8251
|
appId: `${y}${t.env}`,
|
|
8297
|
-
pageId:
|
|
8252
|
+
pageId: b
|
|
8298
8253
|
};
|
|
8299
8254
|
fe.router.replace({ path: g, query: x });
|
|
8300
|
-
} else t.mode === "preview" &&
|
|
8255
|
+
} else t.mode === "preview" && no(
|
|
8301
8256
|
fe.i18n.global.t(
|
|
8302
8257
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
8303
8258
|
)
|
|
8304
8259
|
);
|
|
8305
8260
|
}
|
|
8306
8261
|
function f(u, c, y) {
|
|
8307
|
-
const
|
|
8308
|
-
|
|
8262
|
+
const b = e.pseudoToNative(u), g = e.pseudoToNative(c);
|
|
8263
|
+
Oo({ title: b, text: g }).then((x) => {
|
|
8309
8264
|
y(e.nativeToPseudo(x)), e.run();
|
|
8310
8265
|
});
|
|
8311
8266
|
}
|
|
8312
|
-
function p(u, c, y,
|
|
8267
|
+
function p(u, c, y, b) {
|
|
8313
8268
|
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
8314
|
-
|
|
8315
|
-
|
|
8269
|
+
Uo({ title: g, label: x, value: w }).then((C) => {
|
|
8270
|
+
b(e.nativeToPseudo(C)), e.run();
|
|
8316
8271
|
});
|
|
8317
8272
|
}
|
|
8318
8273
|
e.setProperty(
|
|
@@ -8349,10 +8304,10 @@ function ac(t, e, i) {
|
|
|
8349
8304
|
e.createAsyncFunction(p)
|
|
8350
8305
|
);
|
|
8351
8306
|
}
|
|
8352
|
-
function
|
|
8353
|
-
|
|
8307
|
+
function cc(t, e, i) {
|
|
8308
|
+
rc(e, i), ac(e, i), uc(t, e, i);
|
|
8354
8309
|
}
|
|
8355
|
-
const
|
|
8310
|
+
const pc = `
|
|
8356
8311
|
var __env__ = 'dev'
|
|
8357
8312
|
var __mode__ = 'editor'
|
|
8358
8313
|
|
|
@@ -8362,7 +8317,7 @@ function __getEnvV1__() {
|
|
|
8362
8317
|
|
|
8363
8318
|
var __pointerPosX__ = 0
|
|
8364
8319
|
var __pointerPosY__ = 0
|
|
8365
|
-
`,
|
|
8320
|
+
`, mc = `
|
|
8366
8321
|
var __events__ = {}
|
|
8367
8322
|
|
|
8368
8323
|
function __onEventV1__(id, callback) {
|
|
@@ -8399,7 +8354,7 @@ function __triggerEventV1__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p1
|
|
|
8399
8354
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
8400
8355
|
}
|
|
8401
8356
|
}
|
|
8402
|
-
`,
|
|
8357
|
+
`, dc = `
|
|
8403
8358
|
var __timers__ = {}
|
|
8404
8359
|
var __currTimerId__ = 0
|
|
8405
8360
|
|
|
@@ -8441,18 +8396,73 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
8441
8396
|
}
|
|
8442
8397
|
}
|
|
8443
8398
|
}
|
|
8444
|
-
`,
|
|
8399
|
+
`, yc = `
|
|
8445
8400
|
function __destroy__() {
|
|
8446
8401
|
__events__ = {}
|
|
8447
8402
|
__timers__ = {}
|
|
8448
8403
|
}
|
|
8449
|
-
`,
|
|
8450
|
-
|
|
8404
|
+
`, fc = pc + mc + dc + yc;
|
|
8405
|
+
function Xi(t, e, i) {
|
|
8406
|
+
return `${t}/${e}/${i}`;
|
|
8407
|
+
}
|
|
8408
|
+
function Xc(t) {
|
|
8409
|
+
const e = t.split("/");
|
|
8410
|
+
return e.length < 3 ? (console.assert(!1, "invalid property id"), {
|
|
8411
|
+
kind: "elementProperty",
|
|
8412
|
+
nodeId: "",
|
|
8413
|
+
propertyKey: ""
|
|
8414
|
+
}) : {
|
|
8415
|
+
kind: e[0],
|
|
8416
|
+
nodeId: e[1],
|
|
8417
|
+
propertyKey: e[2]
|
|
8418
|
+
};
|
|
8419
|
+
}
|
|
8420
|
+
function Yc(t, e, i) {
|
|
8421
|
+
return `${t}/${e}/${i}`;
|
|
8422
|
+
}
|
|
8423
|
+
function Jc(t) {
|
|
8424
|
+
const e = t.split("/");
|
|
8425
|
+
return e.length < 3 ? (console.assert(!1, "invalid method id"), {
|
|
8426
|
+
kind: "elementMethod",
|
|
8427
|
+
nodeId: "",
|
|
8428
|
+
methodKey: ""
|
|
8429
|
+
}) : {
|
|
8430
|
+
kind: e[0],
|
|
8431
|
+
nodeId: e[1],
|
|
8432
|
+
methodKey: e[2]
|
|
8433
|
+
};
|
|
8434
|
+
}
|
|
8435
|
+
function Le(t, e, i) {
|
|
8436
|
+
return `${t}/${e}/${i}`;
|
|
8437
|
+
}
|
|
8438
|
+
function qc(t) {
|
|
8439
|
+
const e = t.split("/");
|
|
8440
|
+
return e.length < 3 ? (console.assert(!1, "invalid event id"), {
|
|
8441
|
+
kind: "elementEvent",
|
|
8442
|
+
nodeId: "",
|
|
8443
|
+
eventKey: ""
|
|
8444
|
+
}) : {
|
|
8445
|
+
kind: e[0],
|
|
8446
|
+
nodeId: e[1],
|
|
8447
|
+
eventKey: e[2]
|
|
8448
|
+
};
|
|
8449
|
+
}
|
|
8450
|
+
function bc(t) {
|
|
8451
|
+
return `state/globality/${t}`;
|
|
8452
|
+
}
|
|
8453
|
+
function Zc(t) {
|
|
8454
|
+
const e = t.split("/");
|
|
8455
|
+
return e.length < 3 ? (console.assert(!1, "invalide state id"), "") : e[2];
|
|
8456
|
+
}
|
|
8457
|
+
function hc(t) {
|
|
8458
|
+
return t instanceof Array ? t.join(".") : t;
|
|
8459
|
+
}
|
|
8460
|
+
class gc {
|
|
8451
8461
|
org;
|
|
8452
8462
|
env;
|
|
8453
8463
|
mode;
|
|
8454
8464
|
type;
|
|
8455
|
-
eventBus =
|
|
8465
|
+
eventBus = ps();
|
|
8456
8466
|
hooks;
|
|
8457
8467
|
constructor(e, i, o, l, s) {
|
|
8458
8468
|
this.org = e, this.env = i, this.mode = o, this.type = l, this.hooks = s;
|
|
@@ -8488,7 +8498,7 @@ class fc {
|
|
|
8488
8498
|
}
|
|
8489
8499
|
setElementPropertyInner(e, i, o) {
|
|
8490
8500
|
const l = ve(e, i);
|
|
8491
|
-
ie(o, l) || (
|
|
8501
|
+
ie(o, l) || (uo(e, i, o), this.hooks?.onElementPropertyChange(
|
|
8492
8502
|
e.basic.id,
|
|
8493
8503
|
i,
|
|
8494
8504
|
o,
|
|
@@ -8555,13 +8565,13 @@ class fc {
|
|
|
8555
8565
|
//--------------------------
|
|
8556
8566
|
interpreter;
|
|
8557
8567
|
createInterpreter(e) {
|
|
8558
|
-
this.interpreter = new
|
|
8559
|
-
|
|
8568
|
+
this.interpreter = new ms(
|
|
8569
|
+
fc,
|
|
8560
8570
|
(i, o) => {
|
|
8561
|
-
|
|
8571
|
+
cc(this, i, o);
|
|
8562
8572
|
}
|
|
8563
8573
|
), this.interpreter.appendCode(e), this.interpreter.run(), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction("__triggerEventV1__", [
|
|
8564
|
-
|
|
8574
|
+
Le("elementEvent", "globality", "startup")
|
|
8565
8575
|
]);
|
|
8566
8576
|
}
|
|
8567
8577
|
destroyInterpreter() {
|
|
@@ -8594,15 +8604,15 @@ class fc {
|
|
|
8594
8604
|
console.log(l), this.interpreter.appendCode(l), this.interpreter.run();
|
|
8595
8605
|
}
|
|
8596
8606
|
}
|
|
8597
|
-
function
|
|
8598
|
-
const e =
|
|
8607
|
+
function xc(t) {
|
|
8608
|
+
const e = nc(), i = ic(), o = H(), l = me(), s = $e(), a = We(), m = (y, b, g, x) => {
|
|
8599
8609
|
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8600
|
-
|
|
8610
|
+
Xi("elementProperty", y, hc(b)),
|
|
8601
8611
|
g,
|
|
8602
8612
|
x ?? g
|
|
8603
8613
|
]), t.value?.code.reactivity)) {
|
|
8604
8614
|
let w = "";
|
|
8605
|
-
|
|
8615
|
+
b instanceof Array ? w = b.join(".") : w = b, Me(
|
|
8606
8616
|
u,
|
|
8607
8617
|
t.value.code.reactivity,
|
|
8608
8618
|
Se({
|
|
@@ -8614,45 +8624,49 @@ function bc(t) {
|
|
|
8614
8624
|
x
|
|
8615
8625
|
);
|
|
8616
8626
|
}
|
|
8617
|
-
}, d = (y,
|
|
8627
|
+
}, d = (y, b, g) => {
|
|
8618
8628
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8619
|
-
|
|
8620
|
-
|
|
8621
|
-
g ??
|
|
8629
|
+
Xi("customProperty", "globality", y),
|
|
8630
|
+
b,
|
|
8631
|
+
g ?? b
|
|
8622
8632
|
]), t.value?.code.reactivity && Me(
|
|
8623
8633
|
u,
|
|
8624
8634
|
t.value.code.reactivity,
|
|
8625
8635
|
Se({ type: "customProperty", propertyId: y }),
|
|
8626
|
-
|
|
8636
|
+
b,
|
|
8627
8637
|
g
|
|
8628
8638
|
));
|
|
8629
|
-
}, f = (y,
|
|
8630
|
-
o !== "runtime" && o !== "preview" ||
|
|
8639
|
+
}, f = (y, b, g) => {
|
|
8640
|
+
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8641
|
+
bc(y),
|
|
8642
|
+
b,
|
|
8643
|
+
g ?? b
|
|
8644
|
+
]), t.value?.code.reactivity && Me(
|
|
8631
8645
|
u,
|
|
8632
8646
|
t.value.code.reactivity,
|
|
8633
8647
|
Se({ type: "state", stateId: y }),
|
|
8634
|
-
|
|
8648
|
+
b,
|
|
8635
8649
|
g
|
|
8636
|
-
);
|
|
8637
|
-
}, p = (y,
|
|
8650
|
+
));
|
|
8651
|
+
}, p = (y, b, g) => {
|
|
8638
8652
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8639
8653
|
`adaptSlotProp@${y}`,
|
|
8640
|
-
|
|
8641
|
-
g ??
|
|
8654
|
+
b,
|
|
8655
|
+
g ?? b
|
|
8642
8656
|
]), t.value?.code.reactivity && Me(
|
|
8643
8657
|
u,
|
|
8644
8658
|
t.value.code.reactivity,
|
|
8645
8659
|
Se({ type: "adaptSlotProperty", propertyId: y }),
|
|
8646
|
-
|
|
8660
|
+
b,
|
|
8647
8661
|
g
|
|
8648
8662
|
));
|
|
8649
|
-
}, u = new
|
|
8663
|
+
}, u = new gc(e, i, o, l, {
|
|
8650
8664
|
onElementPropertyChange: m,
|
|
8651
8665
|
onCustomPropertyChange: d,
|
|
8652
8666
|
onStateChange: f,
|
|
8653
8667
|
onAdaptSlotPropertyChange: p
|
|
8654
8668
|
});
|
|
8655
|
-
|
|
8669
|
+
sc(u);
|
|
8656
8670
|
const c = () => {
|
|
8657
8671
|
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProperties(), u.resetStates(), u.resetAdaptSlotProperties(), !(!t.value || !t.value.code.script) && u.createInterpreter(t.value.code.script));
|
|
8658
8672
|
};
|
|
@@ -8662,10 +8676,10 @@ function bc(t) {
|
|
|
8662
8676
|
u.destroyInterpreter();
|
|
8663
8677
|
}), (o === "runtime" || o === "preview") && Q(
|
|
8664
8678
|
s,
|
|
8665
|
-
(y,
|
|
8666
|
-
const g = Re(y.width), x = Re(
|
|
8679
|
+
(y, b) => {
|
|
8680
|
+
const g = Re(y.width), x = Re(b?.width ?? y.width);
|
|
8667
8681
|
u.callFunction("__triggerEventV1__", [
|
|
8668
|
-
|
|
8682
|
+
Le("elementEvent", "globality", "screenSizeChange"),
|
|
8669
8683
|
g,
|
|
8670
8684
|
x
|
|
8671
8685
|
]);
|
|
@@ -8675,128 +8689,130 @@ function bc(t) {
|
|
|
8675
8689
|
a,
|
|
8676
8690
|
(y) => {
|
|
8677
8691
|
u.callFunction("__triggerEventV1__", [
|
|
8678
|
-
|
|
8692
|
+
Le("elementEvent", "globality", "darkModeChange"),
|
|
8679
8693
|
y
|
|
8680
8694
|
]);
|
|
8681
8695
|
},
|
|
8682
8696
|
{ immediate: !0 }
|
|
8683
8697
|
);
|
|
8684
8698
|
}
|
|
8685
|
-
const
|
|
8699
|
+
const vc = (t, e, i) => {
|
|
8686
8700
|
const o = t[e];
|
|
8687
8701
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((l, s) => {
|
|
8688
8702
|
(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." : ""))));
|
|
8689
8703
|
});
|
|
8690
8704
|
};
|
|
8691
|
-
async function
|
|
8692
|
-
return (await
|
|
8705
|
+
async function Qc(t) {
|
|
8706
|
+
return (await vc(/* @__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;
|
|
8693
8707
|
}
|
|
8694
8708
|
export {
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
8709
|
+
gc as Sandbox,
|
|
8710
|
+
xa as ambientLightV1,
|
|
8711
|
+
Wc as badgeV1,
|
|
8698
8712
|
sn as barChartV1,
|
|
8699
|
-
|
|
8713
|
+
cc as bind,
|
|
8700
8714
|
nn as boxGeometryV1,
|
|
8701
|
-
|
|
8702
|
-
|
|
8703
|
-
|
|
8715
|
+
ao as breakpoints,
|
|
8716
|
+
Ta as btnGroupV1,
|
|
8717
|
+
Pa as btnToggleV1,
|
|
8704
8718
|
ln as btnV1,
|
|
8705
8719
|
Re as calcBreakpoint,
|
|
8706
|
-
|
|
8707
|
-
|
|
8720
|
+
ze as cardV1,
|
|
8721
|
+
Aa as checkboxV1,
|
|
8708
8722
|
un as chipGroupV1,
|
|
8709
8723
|
an as chipV1,
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8724
|
+
Wa as colorPickerV1,
|
|
8725
|
+
Ea as comboboxV1,
|
|
8726
|
+
gs as compTypes,
|
|
8713
8727
|
cn as containerV1,
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8717
|
-
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
-
|
|
8722
|
-
|
|
8728
|
+
Na as dataTableV1,
|
|
8729
|
+
Ma as datePickerV1,
|
|
8730
|
+
Ra as dialogV1,
|
|
8731
|
+
va as directionalLightV1,
|
|
8732
|
+
hc as dotPropertyKeys,
|
|
8733
|
+
tc as duplicateNode,
|
|
8734
|
+
Rc as duplicateNodes,
|
|
8735
|
+
Ce as elements,
|
|
8736
|
+
zc as ensureContext,
|
|
8737
|
+
Ec as fileInputV1,
|
|
8723
8738
|
pn as flexLayoutEntryV1,
|
|
8724
|
-
|
|
8739
|
+
Ae as flexLayoutV1,
|
|
8725
8740
|
yn as formV1,
|
|
8726
8741
|
T as genId,
|
|
8727
8742
|
Ie as getBreakpointProp,
|
|
8728
8743
|
ve as getField,
|
|
8729
8744
|
Jn as getIndexOfBreakpoint,
|
|
8730
|
-
|
|
8745
|
+
Mc as getNode,
|
|
8731
8746
|
Ui as getPropertyDefault,
|
|
8732
8747
|
A as getPropertyTag,
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
|
|
8736
|
-
|
|
8748
|
+
Pc as getTypeColor,
|
|
8749
|
+
Ia as globalityV1,
|
|
8750
|
+
wa as groupV1,
|
|
8751
|
+
ja as iconV1,
|
|
8737
8752
|
P as initProperties,
|
|
8738
8753
|
We as injectDark,
|
|
8739
8754
|
de as injectData,
|
|
8740
|
-
|
|
8755
|
+
oc as injectDepends,
|
|
8741
8756
|
$e as injectDevice,
|
|
8742
|
-
|
|
8757
|
+
ic as injectEnv,
|
|
8743
8758
|
H as injectMode,
|
|
8744
|
-
|
|
8759
|
+
nc as injectOrg,
|
|
8745
8760
|
Ee as injectSandbox,
|
|
8746
8761
|
me as injectType,
|
|
8747
|
-
|
|
8748
|
-
|
|
8749
|
-
|
|
8762
|
+
ks as isLocaleOfEventKind,
|
|
8763
|
+
vs as isLocaleOfMethodKind,
|
|
8764
|
+
xs as isLocaleOfPropertyKind,
|
|
8750
8765
|
An as isPercentStr,
|
|
8751
8766
|
Oe as isPixelStr,
|
|
8752
|
-
|
|
8767
|
+
ca as keyboardControlsV1,
|
|
8753
8768
|
rn as lineChartV1,
|
|
8754
|
-
|
|
8755
|
-
|
|
8756
|
-
|
|
8757
|
-
|
|
8769
|
+
Qc as loadLocaleMessageRuntime,
|
|
8770
|
+
Le as makeEventId,
|
|
8771
|
+
Yc as makeMethodId,
|
|
8772
|
+
Xi as makePropertyId,
|
|
8773
|
+
bc as makeStateId,
|
|
8758
8774
|
Se as makeTriggerId,
|
|
8759
|
-
|
|
8760
|
-
|
|
8761
|
-
|
|
8762
|
-
|
|
8775
|
+
pa as mapControlsV1,
|
|
8776
|
+
Oa as menuV1,
|
|
8777
|
+
Te as meshBasicMaterialV1,
|
|
8778
|
+
Pe as meshV1,
|
|
8763
8779
|
fn as numberInputV1,
|
|
8764
|
-
|
|
8765
|
-
|
|
8766
|
-
|
|
8767
|
-
|
|
8780
|
+
ma as orbitControlsV1,
|
|
8781
|
+
sa as orthographicCameraV1,
|
|
8782
|
+
hs as pageTypes,
|
|
8783
|
+
Xa as paginationV1,
|
|
8768
8784
|
Xt as parsePercentStr,
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8785
|
+
Cc as parsePixelStr,
|
|
8786
|
+
ra as perspectiveCameraV1,
|
|
8787
|
+
Io as pkgs,
|
|
8788
|
+
ka as pointLightV1,
|
|
8789
|
+
Kc as provideDark,
|
|
8790
|
+
Oc as provideData,
|
|
8791
|
+
Uc as provideDepends,
|
|
8792
|
+
Hc as provideDevice,
|
|
8793
|
+
Fc as provideEnv,
|
|
8794
|
+
Gc as provideMode,
|
|
8795
|
+
Dc as provideOrg,
|
|
8796
|
+
sc as provideSandbox,
|
|
8797
|
+
jc as provideType,
|
|
8782
8798
|
hn as radioGroupV1,
|
|
8783
8799
|
bn as radioV1,
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8800
|
+
qa as rangeSliderV1,
|
|
8801
|
+
Za as ratingV1,
|
|
8802
|
+
bs as reverseBreakpoints,
|
|
8803
|
+
fc as runtime,
|
|
8804
|
+
Qa as selectV1,
|
|
8805
|
+
uo as setField,
|
|
8806
|
+
eu as sliderV1,
|
|
8807
|
+
Nc as spawnNode,
|
|
8792
8808
|
on as sphereGeometryV1,
|
|
8793
|
-
|
|
8809
|
+
_a as spotLightV1,
|
|
8794
8810
|
gn as stepperHeaderV1,
|
|
8795
8811
|
xn as stepperItemV1,
|
|
8796
8812
|
_n as stepperV1,
|
|
8797
8813
|
kn as stepperWindowItemV1,
|
|
8798
8814
|
vn as stepperWindowV1,
|
|
8799
|
-
|
|
8815
|
+
su as switchV1,
|
|
8800
8816
|
wn as tabV1,
|
|
8801
8817
|
Vn as tabsV1,
|
|
8802
8818
|
dn as textFieldV1,
|
|
@@ -8804,15 +8820,16 @@ export {
|
|
|
8804
8820
|
$n as textareaV1,
|
|
8805
8821
|
In as timelineItemV1,
|
|
8806
8822
|
Sn as timelineV1,
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8823
|
+
Bc as toEventName,
|
|
8824
|
+
Lc as toMethodName,
|
|
8825
|
+
Ac as toPropertyName,
|
|
8810
8826
|
Me as triggerReactivity,
|
|
8811
|
-
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
-
|
|
8827
|
+
Tc as types,
|
|
8828
|
+
qc as unwrapEventId,
|
|
8829
|
+
Jc as unwrapMethodId,
|
|
8830
|
+
Xc as unwrapPropertyId,
|
|
8831
|
+
Zc as unwrapStateId,
|
|
8832
|
+
xc as useSandbox,
|
|
8816
8833
|
Cn as windowItemV1,
|
|
8817
8834
|
Tn as windowV1
|
|
8818
8835
|
};
|