x-runtime-lib 0.8.150 → 0.8.152
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 +1041 -1036
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/sandbox.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
var
|
|
1
|
+
var kn = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), wn = (t) => {
|
|
2
2
|
throw TypeError(t);
|
|
3
3
|
};
|
|
4
4
|
var ke = (t, n, e) => {
|
|
5
5
|
if (n != null) {
|
|
6
|
-
typeof n != "object" && typeof n != "function" &&
|
|
6
|
+
typeof n != "object" && typeof n != "function" && wn("Object expected");
|
|
7
7
|
var o, s;
|
|
8
|
-
e && (o = n[
|
|
8
|
+
e && (o = n[kn("asyncDispose")]), o === void 0 && (o = n[kn("dispose")], e && (s = o)), typeof o != "function" && wn("Object not disposable"), s && (o = function() {
|
|
9
9
|
try {
|
|
10
10
|
s.call(this);
|
|
11
11
|
} catch (i) {
|
|
@@ -29,18 +29,18 @@ var ke = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return i();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as $, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as Re, computed as I, renderSlot as F, normalizeStyle as de, ref as ie, watch as pe, onUnmounted as Se, onBeforeMount as
|
|
33
|
-
import { globalObjects as he, waitUtil as
|
|
34
|
-
import { CameraHelper as
|
|
35
|
-
import { i as me, c as qe, K as
|
|
36
|
-
import { useTheme as
|
|
37
|
-
import { getErrorMessage as
|
|
38
|
-
const
|
|
32
|
+
import { defineComponent as $, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as Re, computed as I, renderSlot as F, normalizeStyle as de, ref as ie, watch as pe, onUnmounted as Se, onBeforeMount as oi, watchEffect as Ie, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as $o, nextTick as sn, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as So, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as bt, inject as fe, provide as ye, readonly as ln } from "vue";
|
|
33
|
+
import { globalObjects as he, waitUtil as Vo, useViewStack as Po, eventBus as Lo, messageInfo as li, messageSuccess as ai, messageWarning as zo, messageError as To, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
|
|
34
|
+
import { CameraHelper as Eo, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
|
|
35
|
+
import { i as me, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as $i, k as Si, l as Wo, m as O, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
|
|
36
|
+
import { useTheme as Ti } from "vuetify";
|
|
37
|
+
import { getErrorMessage as Ei } from "x-error-lib";
|
|
38
|
+
const In = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
39
39
|
function E(t) {
|
|
40
40
|
let n = "";
|
|
41
41
|
for (let e = 0; e < t; e++) {
|
|
42
|
-
const o = Math.floor(Math.random() *
|
|
43
|
-
n +=
|
|
42
|
+
const o = Math.floor(Math.random() * In.length);
|
|
43
|
+
n += In[o];
|
|
44
44
|
}
|
|
45
45
|
return n;
|
|
46
46
|
}
|
|
@@ -50,13 +50,13 @@ function gt(t) {
|
|
|
50
50
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
51
51
|
return !(isNaN(e) || e % 1 !== 0);
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function an(t) {
|
|
54
54
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
55
55
|
return !1;
|
|
56
56
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
57
57
|
return !isNaN(e);
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function fu(t) {
|
|
60
60
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
61
61
|
return;
|
|
62
62
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
@@ -70,17 +70,17 @@ function wt(t) {
|
|
|
70
70
|
if (!isNaN(e))
|
|
71
71
|
return e;
|
|
72
72
|
}
|
|
73
|
-
const
|
|
73
|
+
const Bo = ["xs", "sm", "md", "lg", "xl"], Ai = [...Bo].reverse();
|
|
74
74
|
function ut(t) {
|
|
75
75
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
76
76
|
}
|
|
77
|
-
function
|
|
78
|
-
return
|
|
77
|
+
function $n(t) {
|
|
78
|
+
return Bo.findIndex((n) => n === t);
|
|
79
79
|
}
|
|
80
80
|
function Ne(t, n) {
|
|
81
81
|
let e;
|
|
82
|
-
for (const o of
|
|
83
|
-
if (
|
|
82
|
+
for (const o of Ai) {
|
|
83
|
+
if ($n(o) < $n(t))
|
|
84
84
|
break;
|
|
85
85
|
n[o] && (e = n[o]);
|
|
86
86
|
}
|
|
@@ -100,7 +100,7 @@ function Ve(t, n) {
|
|
|
100
100
|
return e;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
function
|
|
103
|
+
function cn(t, n, e) {
|
|
104
104
|
let o = t;
|
|
105
105
|
if (typeof o != "object")
|
|
106
106
|
return;
|
|
@@ -114,13 +114,13 @@ function an(t, n, e) {
|
|
|
114
114
|
const i = s[s.length - 1];
|
|
115
115
|
o[i] = e;
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function yu(t, n = 2) {
|
|
118
118
|
const e = " ".repeat(n);
|
|
119
119
|
return t.split(`
|
|
120
120
|
`).map((i) => i.trim() === "" ? i : e + i).join(`
|
|
121
121
|
`);
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function bu(t) {
|
|
124
124
|
return t.startsWith("slot_v") || t.startsWith("multiple_slot_v");
|
|
125
125
|
}
|
|
126
126
|
function Xe(t) {
|
|
@@ -157,8 +157,8 @@ function M(t, n) {
|
|
|
157
157
|
children: n
|
|
158
158
|
};
|
|
159
159
|
}
|
|
160
|
-
const
|
|
161
|
-
function
|
|
160
|
+
const Mi = ["common", "scene"], Wi = ["common", "scene"];
|
|
161
|
+
function gu({ type: t, version: n, view: e, code: o }) {
|
|
162
162
|
const s = (c, m) => {
|
|
163
163
|
const u = { id: m.id };
|
|
164
164
|
m.children && (u.children = [], m.children.forEach((d) => {
|
|
@@ -179,7 +179,7 @@ function bu({ type: t, version: n, view: e, code: o }) {
|
|
|
179
179
|
};
|
|
180
180
|
return JSON.stringify(l);
|
|
181
181
|
}
|
|
182
|
-
function
|
|
182
|
+
function hu(t) {
|
|
183
183
|
const n = JSON.parse(t), e = (o, s) => {
|
|
184
184
|
o.key = s.basic.key, o.alias = s.basic.alias, o.slotId = s.settings?.slot, o.compId = s.settings?.comp, o.children?.forEach((i) => {
|
|
185
185
|
e(i, n.view.nodes[i.id]);
|
|
@@ -189,7 +189,7 @@ function gu(t) {
|
|
|
189
189
|
e(o, n.view.nodes[o.id]);
|
|
190
190
|
}), n;
|
|
191
191
|
}
|
|
192
|
-
function
|
|
192
|
+
function Bi(t) {
|
|
193
193
|
switch (t) {
|
|
194
194
|
case "refProperty":
|
|
195
195
|
case "multipleRefProperty":
|
|
@@ -201,7 +201,7 @@ function Wi(t) {
|
|
|
201
201
|
}
|
|
202
202
|
return !0;
|
|
203
203
|
}
|
|
204
|
-
function
|
|
204
|
+
function Ri(t) {
|
|
205
205
|
switch (t) {
|
|
206
206
|
case "refMethod":
|
|
207
207
|
case "multipleRefMethod":
|
|
@@ -213,7 +213,7 @@ function Bi(t) {
|
|
|
213
213
|
}
|
|
214
214
|
return !0;
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function Ki(t) {
|
|
217
217
|
switch (t) {
|
|
218
218
|
case "refEvent":
|
|
219
219
|
case "multipleRefEvent":
|
|
@@ -226,22 +226,22 @@ function Ri(t) {
|
|
|
226
226
|
}
|
|
227
227
|
return !0;
|
|
228
228
|
}
|
|
229
|
-
function
|
|
229
|
+
function _u(t) {
|
|
230
230
|
return t !== "customSlot";
|
|
231
231
|
}
|
|
232
|
-
function
|
|
232
|
+
function vu(t) {
|
|
233
233
|
return JSON.stringify(t);
|
|
234
234
|
}
|
|
235
|
-
function
|
|
235
|
+
function xu(t) {
|
|
236
236
|
return JSON.parse(t);
|
|
237
237
|
}
|
|
238
|
-
function
|
|
238
|
+
function ku(t) {
|
|
239
239
|
return JSON.stringify(t);
|
|
240
240
|
}
|
|
241
|
-
function
|
|
241
|
+
function wu(t) {
|
|
242
242
|
return JSON.parse(t);
|
|
243
243
|
}
|
|
244
|
-
const
|
|
244
|
+
const Iu = [
|
|
245
245
|
"globality_v1",
|
|
246
246
|
"multiple_ref_v1",
|
|
247
247
|
"multiple_slot_v1",
|
|
@@ -315,26 +315,26 @@ const wu = [
|
|
|
315
315
|
function N(...t) {
|
|
316
316
|
return t.map((n) => he.i18n.global.t(`x-runtime-lib.${n}`)).join(" - ");
|
|
317
317
|
}
|
|
318
|
-
function
|
|
318
|
+
function un(t, n, e) {
|
|
319
319
|
const { i18n: o } = he;
|
|
320
320
|
let s = "";
|
|
321
321
|
return t && (s += t + " / "), n.forEach((i, l) => {
|
|
322
322
|
l > 0 && (s += " - "), e ? s += o.global.t(i) : s += i;
|
|
323
323
|
}), s;
|
|
324
324
|
}
|
|
325
|
-
function Iu(t, n) {
|
|
326
|
-
let e = "";
|
|
327
|
-
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "slotProperty" || t === "multipleSlotProperty" ? e = N("slot") : t === "customProperty" ? e = N("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = N("adaptSlot") : console.assert(!1)), cn(e, n, Wi(t));
|
|
328
|
-
}
|
|
329
325
|
function $u(t, n) {
|
|
330
326
|
let e = "";
|
|
331
|
-
return t === "
|
|
327
|
+
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "slotProperty" || t === "multipleSlotProperty" ? e = N("slot") : t === "customProperty" ? e = N("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Bi(t));
|
|
332
328
|
}
|
|
333
329
|
function Su(t, n) {
|
|
334
330
|
let e = "";
|
|
335
|
-
return t === "
|
|
331
|
+
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = N("reference") : t === "slotMethod" || t === "multipleSlotMethod" ? e = N("slot") : t === "customMethod" ? e = N("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Ri(t));
|
|
332
|
+
}
|
|
333
|
+
function Cu(t, n) {
|
|
334
|
+
let e = "";
|
|
335
|
+
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = N("propertyChange") : t === "refEvent" ? e = N("reference") : t === "refPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "multipleRefEvent" ? e = N("reference") : t === "multipleRefPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "slotEvent" ? e = N("slot") : t === "slotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "multipleSlotEvent" ? e = N("slot") : t === "multipleSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "customEvent" ? e = N("custom") : t === "customPropertyChangeEvent" ? e = N("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = N("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = N("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = N("state") : console.assert(!1)), un(e, n, Ki(t));
|
|
336
336
|
}
|
|
337
|
-
const
|
|
337
|
+
const Di = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
|
|
338
338
|
__name: "index",
|
|
339
339
|
props: {
|
|
340
340
|
position: { default: () => {
|
|
@@ -354,7 +354,7 @@ const Ki = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
|
|
|
354
354
|
visible: !1
|
|
355
355
|
}, [...o[0] || (o[0] = [
|
|
356
356
|
Re("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
|
|
357
|
-
])], 8,
|
|
357
|
+
])], 8, Di)) : se("", !0);
|
|
358
358
|
}
|
|
359
359
|
}), H = /* @__PURE__ */ $({
|
|
360
360
|
__name: "index",
|
|
@@ -389,7 +389,7 @@ const Ki = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
|
|
|
389
389
|
], 4)) : F(s.$slots, "default", { key: 1 });
|
|
390
390
|
}
|
|
391
391
|
});
|
|
392
|
-
function
|
|
392
|
+
function Oi(t) {
|
|
393
393
|
return { debugTrace: (...e) => {
|
|
394
394
|
const o = t.value.basic.id, s = t.value.basic.key, i = `element/${o}/${s}`;
|
|
395
395
|
console.log(`<${i}>`, ...e);
|
|
@@ -400,7 +400,7 @@ function P(t) {
|
|
|
400
400
|
console.assert(!!e.value, `invalid node id=${t.nodeId}`), pe(n, () => {
|
|
401
401
|
e.value = n.value.view.nodes[t.nodeId];
|
|
402
402
|
});
|
|
403
|
-
const { debugTrace: o } =
|
|
403
|
+
const { debugTrace: o } = Oi(e);
|
|
404
404
|
return o("created"), Se(() => {
|
|
405
405
|
o("destroyed");
|
|
406
406
|
}), { node: e };
|
|
@@ -408,15 +408,15 @@ function P(t) {
|
|
|
408
408
|
function mt(t, n, e) {
|
|
409
409
|
const o = _e();
|
|
410
410
|
if (o) {
|
|
411
|
-
const s = I(() =>
|
|
412
|
-
|
|
411
|
+
const s = I(() => Uc("elementMethod", t, n));
|
|
412
|
+
oi(() => {
|
|
413
413
|
o.eventBus?.on(s.value, e);
|
|
414
414
|
}), Se(() => {
|
|
415
415
|
o.eventBus?.off(s.value, e);
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
|
-
const
|
|
419
|
+
const Fi = (t, n, e, o) => {
|
|
420
420
|
let s;
|
|
421
421
|
if (t ? s = t.getElementProperty(n.basic.id, e) : s = Ve(n, e), o) {
|
|
422
422
|
if (typeof s == "string")
|
|
@@ -425,16 +425,16 @@ const Oi = (t, n, e, o) => {
|
|
|
425
425
|
return;
|
|
426
426
|
} else
|
|
427
427
|
return s;
|
|
428
|
-
},
|
|
428
|
+
}, Ni = (t, n, e, o, s) => {
|
|
429
429
|
let i;
|
|
430
|
-
s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) :
|
|
430
|
+
s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) : cn(n, e, i);
|
|
431
431
|
};
|
|
432
432
|
function a(t, n, e) {
|
|
433
433
|
const o = _e(), s = ie();
|
|
434
434
|
return Ie(() => {
|
|
435
|
-
s.value =
|
|
435
|
+
s.value = Fi(o, t.value, n, e);
|
|
436
436
|
}), pe(s, (i, l) => {
|
|
437
|
-
me(i, l) ||
|
|
437
|
+
me(i, l) || Ni(o, t.value, n, s.value, e);
|
|
438
438
|
}), { property: s };
|
|
439
439
|
}
|
|
440
440
|
function ue(t) {
|
|
@@ -477,7 +477,7 @@ function ue(t) {
|
|
|
477
477
|
c.value = f.value[0], m.value = f.value[1], u.value = f.value[2];
|
|
478
478
|
}), { position: d, rotation: p, scale: f };
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function Ro(t) {
|
|
481
481
|
const n = I(() => t.value.legend?.show), e = I(() => t.value.legend?.data);
|
|
482
482
|
function o(s) {
|
|
483
483
|
s.legend = {
|
|
@@ -487,14 +487,14 @@ function Bo(t) {
|
|
|
487
487
|
}
|
|
488
488
|
return { show: n, data: e, applyLegend: o };
|
|
489
489
|
}
|
|
490
|
-
function
|
|
490
|
+
function Ko(t) {
|
|
491
491
|
const n = I(() => t.value.series);
|
|
492
492
|
function e(o) {
|
|
493
493
|
o.series = n.value;
|
|
494
494
|
}
|
|
495
495
|
return { series: n, applySeries: e };
|
|
496
496
|
}
|
|
497
|
-
function
|
|
497
|
+
function Do(t) {
|
|
498
498
|
const n = I(() => t.value.title?.show), e = I(() => t.value.title?.text), o = I(() => t.value.title?.subtext);
|
|
499
499
|
function s(i) {
|
|
500
500
|
i.title = {
|
|
@@ -505,7 +505,7 @@ function Ko(t) {
|
|
|
505
505
|
}
|
|
506
506
|
return { show: n, text: e, subtext: o, applyTitle: s };
|
|
507
507
|
}
|
|
508
|
-
function
|
|
508
|
+
function Oo(t) {
|
|
509
509
|
const n = I(() => t.value.xAxis?.show), e = I(() => t.value.xAxis?.position), o = I(() => t.value.xAxis?.type), s = I(() => t.value.xAxis?.data);
|
|
510
510
|
function i(l) {
|
|
511
511
|
l.xAxis = {
|
|
@@ -517,7 +517,7 @@ function Do(t) {
|
|
|
517
517
|
}
|
|
518
518
|
return { show: n, position: e, type: o, data: s, applyXAxis: i };
|
|
519
519
|
}
|
|
520
|
-
function
|
|
520
|
+
function Fo(t) {
|
|
521
521
|
const n = I(() => t.value.yAxis?.show), e = I(() => t.value.yAxis?.position), o = I(() => t.value.yAxis?.type), s = I(() => t.value.yAxis?.data);
|
|
522
522
|
function i(l) {
|
|
523
523
|
l.yAxis = {
|
|
@@ -530,7 +530,7 @@ function Oo(t) {
|
|
|
530
530
|
return { show: n, position: e, type: o, data: s, applyYAxis: i };
|
|
531
531
|
}
|
|
532
532
|
function Q(t) {
|
|
533
|
-
const { computedThemes: n } =
|
|
533
|
+
const { computedThemes: n } = Ti(), e = Ze(), o = I(() => t.value?.mode), s = I(() => {
|
|
534
534
|
const u = t.value?.theme;
|
|
535
535
|
return u ? u === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : u === "background1" ? e.value ? "#272727" : "#eeeeee" : u === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[u] : void 0;
|
|
536
536
|
}), i = I(() => e.value ? t.value.custom?.dark : t.value.custom?.light), l = I(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? i.value ?? "" : ""), c = I(() => {
|
|
@@ -542,21 +542,21 @@ function Q(t) {
|
|
|
542
542
|
});
|
|
543
543
|
return { color: l, rgb: c, alpha: m };
|
|
544
544
|
}
|
|
545
|
-
function
|
|
545
|
+
function mn(t) {
|
|
546
546
|
const n = I(() => t.value.border?.style), e = I(() => t.value.border?.width), o = I(() => t.value.border?.color), { color: s } = Q(o), i = I(() => t.value.border?.roundRadius?.tl), l = I(() => t.value.border?.roundRadius?.tr), c = I(() => t.value.border?.roundRadius?.bl), m = I(() => t.value.border?.roundRadius?.br);
|
|
547
547
|
function u(d) {
|
|
548
548
|
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), i.value && (d.borderTopLeftRadius = i.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), m.value && (d.borderBottomRightRadius = m.value);
|
|
549
549
|
}
|
|
550
550
|
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: u };
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function pn(t) {
|
|
553
553
|
const n = I(() => t.value.margin?.top), e = I(() => t.value.margin?.left), o = I(() => t.value.margin?.bottom), s = I(() => t.value.margin?.right);
|
|
554
554
|
function i(l) {
|
|
555
555
|
n.value && (l.marginTop = n.value), e.value && (l.marginLeft = e.value), o.value && (l.marginBottom = o.value), s.value && (l.marginRight = s.value);
|
|
556
556
|
}
|
|
557
557
|
return { marginTop: n, marginLeft: e, marginBottom: o, marginRight: s, applyMargin: i };
|
|
558
558
|
}
|
|
559
|
-
function
|
|
559
|
+
function dn(t) {
|
|
560
560
|
const n = I(() => t.value.padding?.top), e = I(() => t.value.padding?.left), o = I(() => t.value.padding?.bottom), s = I(() => t.value.padding?.right);
|
|
561
561
|
function i(l) {
|
|
562
562
|
n.value && (l.paddingTop = n.value), e.value && (l.paddingLeft = e.value), o.value && (l.paddingBottom = o.value), s.value && (l.paddingRight = s.value);
|
|
@@ -591,7 +591,7 @@ function be(t, n) {
|
|
|
591
591
|
}
|
|
592
592
|
return { width: s, minWidth: i, maxWidth: l, height: c, minHeight: m, maxHeight: u, applySize: d };
|
|
593
593
|
}
|
|
594
|
-
const
|
|
594
|
+
const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Hi = /* @__PURE__ */ $({
|
|
595
595
|
__name: "index",
|
|
596
596
|
props: {
|
|
597
597
|
nodeId: {},
|
|
@@ -614,12 +614,12 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
614
614
|
D(r(Ke)),
|
|
615
615
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
616
616
|
key: 0,
|
|
617
|
-
type: r(
|
|
617
|
+
type: r(Eo)
|
|
618
618
|
}, null, 8, ["type"])) : se("", !0),
|
|
619
619
|
F(b.$slots, "default")
|
|
620
|
-
], 8,
|
|
620
|
+
], 8, ji));
|
|
621
621
|
}
|
|
622
|
-
}),
|
|
622
|
+
}), Gi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */ $({
|
|
623
623
|
__name: "index",
|
|
624
624
|
props: {
|
|
625
625
|
nodeId: {},
|
|
@@ -640,16 +640,10 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
640
640
|
D(r(Ke)),
|
|
641
641
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
642
642
|
key: 0,
|
|
643
|
-
type: r(
|
|
643
|
+
type: r(Eo)
|
|
644
644
|
}, null, 8, ["type"])) : se("", !0),
|
|
645
645
|
F(p.$slots, "default")
|
|
646
|
-
], 8,
|
|
647
|
-
}
|
|
648
|
-
}), Ji = /* @__PURE__ */ $({
|
|
649
|
-
__name: "index",
|
|
650
|
-
setup(t) {
|
|
651
|
-
const n = Z();
|
|
652
|
-
return (e, o) => r(n) !== "editor" ? (w(), C(r(fi), { key: 0 })) : se("", !0);
|
|
646
|
+
], 8, Gi));
|
|
653
647
|
}
|
|
654
648
|
}), Ui = /* @__PURE__ */ $({
|
|
655
649
|
__name: "index",
|
|
@@ -663,7 +657,13 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
663
657
|
const n = Z();
|
|
664
658
|
return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) : se("", !0);
|
|
665
659
|
}
|
|
666
|
-
}), Xi =
|
|
660
|
+
}), Xi = /* @__PURE__ */ $({
|
|
661
|
+
__name: "index",
|
|
662
|
+
setup(t) {
|
|
663
|
+
const n = Z();
|
|
664
|
+
return (e, o) => r(n) !== "editor" ? (w(), C(r(gi), { key: 0 })) : se("", !0);
|
|
665
|
+
}
|
|
666
|
+
}), Yi = ["args"], Zi = /* @__PURE__ */ $({
|
|
667
667
|
__name: "index",
|
|
668
668
|
props: {
|
|
669
669
|
nodeId: {},
|
|
@@ -690,14 +690,14 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
690
690
|
r(l),
|
|
691
691
|
r(s)
|
|
692
692
|
]
|
|
693
|
-
}, null, 8,
|
|
693
|
+
}, null, 8, Yi));
|
|
694
694
|
}
|
|
695
695
|
}), De = (t, n) => {
|
|
696
696
|
const e = t.__vccOpts || t;
|
|
697
697
|
for (const [o, s] of n)
|
|
698
698
|
e[o] = s;
|
|
699
699
|
return e;
|
|
700
|
-
},
|
|
700
|
+
}, Qi = ["args"], es = /* @__PURE__ */ $({
|
|
701
701
|
__name: "index",
|
|
702
702
|
props: {
|
|
703
703
|
nodeId: {},
|
|
@@ -734,9 +734,9 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
734
734
|
r(m),
|
|
735
735
|
r(c)
|
|
736
736
|
]
|
|
737
|
-
}, null, 8,
|
|
737
|
+
}, null, 8, Qi));
|
|
738
738
|
}
|
|
739
|
-
}),
|
|
739
|
+
}), ts = ["color", "intensity", "position", "rotation", "scale"], ns = /* @__PURE__ */ $({
|
|
740
740
|
__name: "index",
|
|
741
741
|
props: {
|
|
742
742
|
nodeId: {},
|
|
@@ -757,9 +757,9 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
757
757
|
}, [
|
|
758
758
|
D(r(Ke)),
|
|
759
759
|
F(u.$slots, "default")
|
|
760
|
-
], 8,
|
|
760
|
+
], 8, ts));
|
|
761
761
|
}
|
|
762
|
-
}),
|
|
762
|
+
}), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */ $({
|
|
763
763
|
__name: "index",
|
|
764
764
|
props: {
|
|
765
765
|
nodeId: {},
|
|
@@ -781,12 +781,12 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
781
781
|
D(r(Ke)),
|
|
782
782
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
783
783
|
key: 0,
|
|
784
|
-
type: r(
|
|
784
|
+
type: r(pi)
|
|
785
785
|
}, null, 8, ["type"])) : se("", !0),
|
|
786
786
|
F(d.$slots, "default")
|
|
787
|
-
], 8,
|
|
787
|
+
], 8, os));
|
|
788
788
|
}
|
|
789
|
-
}),
|
|
789
|
+
}), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */ $({
|
|
790
790
|
__name: "index",
|
|
791
791
|
props: {
|
|
792
792
|
nodeId: {},
|
|
@@ -813,12 +813,12 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
813
813
|
D(r(Ke)),
|
|
814
814
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
815
815
|
key: 0,
|
|
816
|
-
type: r(
|
|
816
|
+
type: r(di)
|
|
817
817
|
}, null, 8, ["type"])) : se("", !0),
|
|
818
818
|
F(f.$slots, "default")
|
|
819
|
-
], 8,
|
|
819
|
+
], 8, ss));
|
|
820
820
|
}
|
|
821
|
-
}),
|
|
821
|
+
}), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */ $({
|
|
822
822
|
__name: "index",
|
|
823
823
|
props: {
|
|
824
824
|
nodeId: {},
|
|
@@ -850,16 +850,16 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
850
850
|
D(r(Ke)),
|
|
851
851
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
852
852
|
key: 0,
|
|
853
|
-
type: r(
|
|
853
|
+
type: r(fi)
|
|
854
854
|
}, null, 8, ["type"])) : se("", !0),
|
|
855
855
|
F(_.$slots, "default")
|
|
856
|
-
], 8,
|
|
856
|
+
], 8, ls));
|
|
857
857
|
}
|
|
858
|
-
}),
|
|
859
|
-
function
|
|
858
|
+
}), cs = {};
|
|
859
|
+
function us(t, n) {
|
|
860
860
|
return w(), te("TresMeshBasicMaterial");
|
|
861
861
|
}
|
|
862
|
-
const
|
|
862
|
+
const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */ $({
|
|
863
863
|
__name: "index",
|
|
864
864
|
props: {
|
|
865
865
|
nodeId: {},
|
|
@@ -874,9 +874,9 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
874
874
|
scale: r(i)
|
|
875
875
|
}, [
|
|
876
876
|
F(l.$slots, "default")
|
|
877
|
-
], 8,
|
|
877
|
+
], 8, ps));
|
|
878
878
|
}
|
|
879
|
-
}),
|
|
879
|
+
}), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */ $({
|
|
880
880
|
__name: "index",
|
|
881
881
|
props: {
|
|
882
882
|
nodeId: {},
|
|
@@ -891,82 +891,82 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
891
891
|
scale: r(i)
|
|
892
892
|
}, [
|
|
893
893
|
F(l.$slots, "default")
|
|
894
|
-
], 8,
|
|
895
|
-
}
|
|
896
|
-
}),
|
|
897
|
-
color:
|
|
898
|
-
backgroundColor:
|
|
899
|
-
textStyle:
|
|
900
|
-
title:
|
|
901
|
-
line:
|
|
902
|
-
radar:
|
|
903
|
-
bar:
|
|
904
|
-
pie:
|
|
905
|
-
scatter:
|
|
906
|
-
boxplot:
|
|
907
|
-
parallel:
|
|
908
|
-
sankey:
|
|
909
|
-
funnel:
|
|
910
|
-
gauge:
|
|
911
|
-
candlestick:
|
|
912
|
-
graph:
|
|
913
|
-
map:
|
|
914
|
-
geo:
|
|
915
|
-
categoryAxis:
|
|
916
|
-
valueAxis:
|
|
917
|
-
logAxis:
|
|
918
|
-
timeAxis:
|
|
919
|
-
toolbox:
|
|
920
|
-
legend:
|
|
921
|
-
tooltip:
|
|
922
|
-
timeline:
|
|
923
|
-
visualMap:
|
|
924
|
-
dataZoom:
|
|
925
|
-
markPoint:
|
|
926
|
-
},
|
|
927
|
-
color:
|
|
928
|
-
backgroundColor:
|
|
929
|
-
textStyle:
|
|
930
|
-
title:
|
|
931
|
-
line:
|
|
932
|
-
radar:
|
|
933
|
-
bar:
|
|
934
|
-
pie:
|
|
935
|
-
scatter:
|
|
936
|
-
boxplot:
|
|
937
|
-
parallel:
|
|
938
|
-
sankey:
|
|
939
|
-
funnel:
|
|
940
|
-
gauge:
|
|
941
|
-
candlestick:
|
|
942
|
-
graph:
|
|
943
|
-
map:
|
|
944
|
-
geo:
|
|
945
|
-
categoryAxis:
|
|
946
|
-
valueAxis:
|
|
947
|
-
logAxis:
|
|
948
|
-
timeAxis:
|
|
949
|
-
toolbox:
|
|
950
|
-
legend:
|
|
951
|
-
tooltip:
|
|
952
|
-
timeline:
|
|
953
|
-
visualMap:
|
|
954
|
-
dataZoom:
|
|
955
|
-
markPoint:
|
|
894
|
+
], 8, fs));
|
|
895
|
+
}
|
|
896
|
+
}), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { 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" } }, Ts = { 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)" } } }, Es = { 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)" } } }, As = { 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"] } } }, Ms = { 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"] } } }, Ws = { 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"] } } }, Bs = { 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"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Os = { 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" } } }, Fs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { 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" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Hs = {
|
|
897
|
+
color: bs,
|
|
898
|
+
backgroundColor: gs,
|
|
899
|
+
textStyle: hs,
|
|
900
|
+
title: _s,
|
|
901
|
+
line: vs,
|
|
902
|
+
radar: xs,
|
|
903
|
+
bar: ks,
|
|
904
|
+
pie: ws,
|
|
905
|
+
scatter: Is,
|
|
906
|
+
boxplot: $s,
|
|
907
|
+
parallel: Ss,
|
|
908
|
+
sankey: Cs,
|
|
909
|
+
funnel: Vs,
|
|
910
|
+
gauge: Ps,
|
|
911
|
+
candlestick: Ls,
|
|
912
|
+
graph: zs,
|
|
913
|
+
map: Ts,
|
|
914
|
+
geo: Es,
|
|
915
|
+
categoryAxis: As,
|
|
916
|
+
valueAxis: Ms,
|
|
917
|
+
logAxis: Ws,
|
|
918
|
+
timeAxis: Bs,
|
|
919
|
+
toolbox: Rs,
|
|
920
|
+
legend: Ks,
|
|
921
|
+
tooltip: Ds,
|
|
922
|
+
timeline: Os,
|
|
923
|
+
visualMap: Fs,
|
|
924
|
+
dataZoom: Ns,
|
|
925
|
+
markPoint: js
|
|
926
|
+
}, Gs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Js = "#f5f5f5", Us = {}, qs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ys = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, lr = { 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" } }, ar = { 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)" } } }, 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)" } } }, ur = { 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"] } } }, mr = { 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"] } } }, pr = { 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"] } } }, dr = { 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"] } } }, fr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#333333" } }, br = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, gr = { 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" } } }, hr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, _r = { 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" } }, vr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, xr = {
|
|
927
|
+
color: Gs,
|
|
928
|
+
backgroundColor: Js,
|
|
929
|
+
textStyle: Us,
|
|
930
|
+
title: qs,
|
|
931
|
+
line: Xs,
|
|
932
|
+
radar: Ys,
|
|
933
|
+
bar: Zs,
|
|
934
|
+
pie: Qs,
|
|
935
|
+
scatter: er,
|
|
936
|
+
boxplot: tr,
|
|
937
|
+
parallel: nr,
|
|
938
|
+
sankey: or,
|
|
939
|
+
funnel: ir,
|
|
940
|
+
gauge: sr,
|
|
941
|
+
candlestick: rr,
|
|
942
|
+
graph: lr,
|
|
943
|
+
map: ar,
|
|
944
|
+
geo: cr,
|
|
945
|
+
categoryAxis: ur,
|
|
946
|
+
valueAxis: mr,
|
|
947
|
+
logAxis: pr,
|
|
948
|
+
timeAxis: dr,
|
|
949
|
+
toolbox: fr,
|
|
950
|
+
legend: yr,
|
|
951
|
+
tooltip: br,
|
|
952
|
+
timeline: gr,
|
|
953
|
+
visualMap: hr,
|
|
954
|
+
dataZoom: _r,
|
|
955
|
+
markPoint: vr
|
|
956
956
|
};
|
|
957
|
-
|
|
958
|
-
hi,
|
|
957
|
+
hi([
|
|
959
958
|
_i,
|
|
960
959
|
vi,
|
|
961
960
|
xi,
|
|
962
961
|
ki,
|
|
963
962
|
wi,
|
|
964
963
|
Ii,
|
|
965
|
-
$i
|
|
964
|
+
$i,
|
|
965
|
+
Si
|
|
966
966
|
]);
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
const
|
|
967
|
+
Ao("dark", Hs);
|
|
968
|
+
Ao("light", xr);
|
|
969
|
+
const kr = /* @__PURE__ */ $({
|
|
970
970
|
__name: "index",
|
|
971
971
|
props: {
|
|
972
972
|
nodeId: {},
|
|
@@ -974,13 +974,13 @@ const xr = /* @__PURE__ */ $({
|
|
|
974
974
|
refContext: {}
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } =
|
|
977
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: g } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: h } = Ko(e), v = I(() => {
|
|
978
978
|
const L = {}, U = l.value?.type;
|
|
979
979
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
980
|
-
}), z =
|
|
980
|
+
}), z = Io("chart");
|
|
981
981
|
let T;
|
|
982
982
|
const J = () => {
|
|
983
|
-
T?.dispose(), T =
|
|
983
|
+
T?.dispose(), T = Mo.init(z.value, s.value ? "dark" : "light");
|
|
984
984
|
const L = {};
|
|
985
985
|
T.setOption(L);
|
|
986
986
|
}, Y = () => {
|
|
@@ -989,8 +989,8 @@ const xr = /* @__PURE__ */ $({
|
|
|
989
989
|
const L = {};
|
|
990
990
|
_(L), k(L), g(L), x(L), h(L), T?.setOption(L, !0);
|
|
991
991
|
};
|
|
992
|
-
return
|
|
993
|
-
window.addEventListener("resize", Y, !1), await
|
|
992
|
+
return $o(async () => {
|
|
993
|
+
window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
|
|
994
994
|
}), Se(() => {
|
|
995
995
|
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
996
996
|
}), pe(
|
|
@@ -1005,7 +1005,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1005
1005
|
f
|
|
1006
1006
|
],
|
|
1007
1007
|
async () => {
|
|
1008
|
-
await
|
|
1008
|
+
await sn(), Y();
|
|
1009
1009
|
}
|
|
1010
1010
|
), pe([s], () => {
|
|
1011
1011
|
J(), j();
|
|
@@ -1028,7 +1028,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1028
1028
|
_: 1
|
|
1029
1029
|
}));
|
|
1030
1030
|
}
|
|
1031
|
-
}),
|
|
1031
|
+
}), wr = /* @__PURE__ */ $({
|
|
1032
1032
|
__name: "index",
|
|
1033
1033
|
props: {
|
|
1034
1034
|
nodeId: {},
|
|
@@ -1036,13 +1036,13 @@ const xr = /* @__PURE__ */ $({
|
|
|
1036
1036
|
refContext: {}
|
|
1037
1037
|
},
|
|
1038
1038
|
setup(t) {
|
|
1039
|
-
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } =
|
|
1039
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: g } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: h } = Ko(e), v = I(() => {
|
|
1040
1040
|
const L = {}, U = l.value?.type;
|
|
1041
1041
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
1042
|
-
}), z =
|
|
1042
|
+
}), z = Io("chart");
|
|
1043
1043
|
let T;
|
|
1044
1044
|
const J = () => {
|
|
1045
|
-
T?.dispose(), T =
|
|
1045
|
+
T?.dispose(), T = Mo.init(z.value, s.value ? "dark" : "light");
|
|
1046
1046
|
const L = {};
|
|
1047
1047
|
T.setOption(L);
|
|
1048
1048
|
}, Y = () => {
|
|
@@ -1051,8 +1051,8 @@ const xr = /* @__PURE__ */ $({
|
|
|
1051
1051
|
const L = {};
|
|
1052
1052
|
_(L), k(L), g(L), x(L), h(L), T?.setOption(L, !0);
|
|
1053
1053
|
};
|
|
1054
|
-
return
|
|
1055
|
-
window.addEventListener("resize", Y, !1), await
|
|
1054
|
+
return $o(async () => {
|
|
1055
|
+
window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
|
|
1056
1056
|
}), Se(() => {
|
|
1057
1057
|
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
1058
1058
|
}), pe(
|
|
@@ -1067,7 +1067,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1067
1067
|
f
|
|
1068
1068
|
],
|
|
1069
1069
|
async () => {
|
|
1070
|
-
await
|
|
1070
|
+
await sn(), Y();
|
|
1071
1071
|
}
|
|
1072
1072
|
), pe([s], () => {
|
|
1073
1073
|
J(), j();
|
|
@@ -1090,7 +1090,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1090
1090
|
_: 1
|
|
1091
1091
|
}));
|
|
1092
1092
|
}
|
|
1093
|
-
}),
|
|
1093
|
+
}), Ir = /* @__PURE__ */ $({
|
|
1094
1094
|
__name: "index",
|
|
1095
1095
|
props: {
|
|
1096
1096
|
nodeId: {},
|
|
@@ -1128,7 +1128,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1128
1128
|
});
|
|
1129
1129
|
};
|
|
1130
1130
|
}
|
|
1131
|
-
}),
|
|
1131
|
+
}), $r = /* @__PURE__ */ $({
|
|
1132
1132
|
__name: "index",
|
|
1133
1133
|
props: {
|
|
1134
1134
|
nodeId: {},
|
|
@@ -1195,8 +1195,8 @@ const xr = /* @__PURE__ */ $({
|
|
|
1195
1195
|
}, 8, ["block"]);
|
|
1196
1196
|
};
|
|
1197
1197
|
}
|
|
1198
|
-
}),
|
|
1199
|
-
function
|
|
1198
|
+
}), Sr = {};
|
|
1199
|
+
function Cr(t, n) {
|
|
1200
1200
|
const e = B("v-btn-group");
|
|
1201
1201
|
return w(), C(e, null, {
|
|
1202
1202
|
default: V(() => [
|
|
@@ -1205,7 +1205,7 @@ function Sr(t, n) {
|
|
|
1205
1205
|
_: 3
|
|
1206
1206
|
});
|
|
1207
1207
|
}
|
|
1208
|
-
const
|
|
1208
|
+
const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
1209
1209
|
__name: "index",
|
|
1210
1210
|
props: {
|
|
1211
1211
|
nodeId: {},
|
|
@@ -1248,7 +1248,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1248
1248
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1249
1249
|
};
|
|
1250
1250
|
}
|
|
1251
|
-
}),
|
|
1251
|
+
}), Lr = /* @__PURE__ */ $({
|
|
1252
1252
|
__name: "index",
|
|
1253
1253
|
props: {
|
|
1254
1254
|
nodeId: {},
|
|
@@ -1294,7 +1294,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1294
1294
|
});
|
|
1295
1295
|
};
|
|
1296
1296
|
}
|
|
1297
|
-
}),
|
|
1297
|
+
}), zr = /* @__PURE__ */ $({
|
|
1298
1298
|
__name: "index",
|
|
1299
1299
|
props: {
|
|
1300
1300
|
nodeId: {},
|
|
@@ -1322,7 +1322,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1322
1322
|
});
|
|
1323
1323
|
};
|
|
1324
1324
|
}
|
|
1325
|
-
}),
|
|
1325
|
+
}), Tr = /* @__PURE__ */ $({
|
|
1326
1326
|
__name: "index",
|
|
1327
1327
|
props: {
|
|
1328
1328
|
nodeId: {},
|
|
@@ -1364,7 +1364,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1364
1364
|
});
|
|
1365
1365
|
};
|
|
1366
1366
|
}
|
|
1367
|
-
}),
|
|
1367
|
+
}), Er = /* @__PURE__ */ $({
|
|
1368
1368
|
__name: "index",
|
|
1369
1369
|
props: {
|
|
1370
1370
|
nodeId: {},
|
|
@@ -1409,7 +1409,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1409
1409
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1410
1410
|
};
|
|
1411
1411
|
}
|
|
1412
|
-
}),
|
|
1412
|
+
}), Ar = /* @__PURE__ */ $({
|
|
1413
1413
|
__name: "index",
|
|
1414
1414
|
props: {
|
|
1415
1415
|
nodeId: {},
|
|
@@ -1462,7 +1462,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1462
1462
|
});
|
|
1463
1463
|
};
|
|
1464
1464
|
}
|
|
1465
|
-
}),
|
|
1465
|
+
}), Mr = /* @__PURE__ */ $({
|
|
1466
1466
|
__name: "index",
|
|
1467
1467
|
props: {
|
|
1468
1468
|
nodeId: {},
|
|
@@ -1502,7 +1502,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1502
1502
|
});
|
|
1503
1503
|
};
|
|
1504
1504
|
}
|
|
1505
|
-
}),
|
|
1505
|
+
}), Wr = /* @__PURE__ */ $({
|
|
1506
1506
|
__name: "index",
|
|
1507
1507
|
props: {
|
|
1508
1508
|
nodeId: {},
|
|
@@ -1513,7 +1513,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1513
1513
|
const n = t, { node: e } = P(n), o = Ce(), s = re(), { property: i } = a(e, [
|
|
1514
1514
|
"settings",
|
|
1515
1515
|
"backgroundColor"
|
|
1516
|
-
]), { color: l } = Q(i), { applySize: c } = be(n, e), { applyMargin: m } =
|
|
1516
|
+
]), { color: l } = Q(i), { applySize: c } = be(n, e), { applyMargin: m } = pn(e), { applyPadding: u } = dn(e), { applyBorder: d } = mn(e), p = I(() => {
|
|
1517
1517
|
const f = {}, b = s.value?.type;
|
|
1518
1518
|
return o === "page" ? b === "common" ? (c(f), m(f), u(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), m(f), u(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
|
|
1519
1519
|
});
|
|
@@ -1528,7 +1528,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1528
1528
|
_: 3
|
|
1529
1529
|
}));
|
|
1530
1530
|
}
|
|
1531
|
-
}),
|
|
1531
|
+
}), Br = /* @__PURE__ */ $({
|
|
1532
1532
|
__name: "columnSlot",
|
|
1533
1533
|
props: {
|
|
1534
1534
|
nodeId: {},
|
|
@@ -1581,7 +1581,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1581
1581
|
};
|
|
1582
1582
|
return (m, u) => (w(), C(c));
|
|
1583
1583
|
}
|
|
1584
|
-
}),
|
|
1584
|
+
}), Rr = /* @__PURE__ */ $({
|
|
1585
1585
|
__name: "index",
|
|
1586
1586
|
props: {
|
|
1587
1587
|
nodeId: {},
|
|
@@ -1618,11 +1618,11 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1618
1618
|
"multi-sort": r(p),
|
|
1619
1619
|
theme: r(f),
|
|
1620
1620
|
width: r(b)
|
|
1621
|
-
},
|
|
1622
|
-
|
|
1621
|
+
}, rn({ _: 2 }, [
|
|
1622
|
+
ii(r(_), ({ key: h, comp: v }) => ({
|
|
1623
1623
|
name: `item.${h}`,
|
|
1624
1624
|
fn: V(({ value: z }) => [
|
|
1625
|
-
D(
|
|
1625
|
+
D(Br, {
|
|
1626
1626
|
"node-id": n.nodeId,
|
|
1627
1627
|
"ref-context": {
|
|
1628
1628
|
parent: n.refContext,
|
|
@@ -1638,7 +1638,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1638
1638
|
});
|
|
1639
1639
|
};
|
|
1640
1640
|
}
|
|
1641
|
-
}),
|
|
1641
|
+
}), Kr = /* @__PURE__ */ $({
|
|
1642
1642
|
__name: "index",
|
|
1643
1643
|
setup(t) {
|
|
1644
1644
|
return (n, e) => {
|
|
@@ -1651,7 +1651,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1651
1651
|
});
|
|
1652
1652
|
};
|
|
1653
1653
|
}
|
|
1654
|
-
}),
|
|
1654
|
+
}), Dr = ["id"], Or = /* @__PURE__ */ $({
|
|
1655
1655
|
__name: "index",
|
|
1656
1656
|
props: {
|
|
1657
1657
|
nodeId: {},
|
|
@@ -1659,7 +1659,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1659
1659
|
refContext: {}
|
|
1660
1660
|
},
|
|
1661
1661
|
setup(t) {
|
|
1662
|
-
const n = t, e = Z(), { open: o } =
|
|
1662
|
+
const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${So()}`);
|
|
1663
1663
|
return mt(n.nodeId, "open", () => {
|
|
1664
1664
|
o.value = !0;
|
|
1665
1665
|
}), mt(n.nodeId, "close", () => {
|
|
@@ -1675,7 +1675,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1675
1675
|
r(e) === "editor" ? (w(), te("div", {
|
|
1676
1676
|
key: 0,
|
|
1677
1677
|
id: `__node__@${n.nodeId}`
|
|
1678
|
-
}, null, 8,
|
|
1678
|
+
}, null, 8, Dr)) : se("", !0)
|
|
1679
1679
|
]),
|
|
1680
1680
|
default: V(() => [
|
|
1681
1681
|
F(s.$slots, "default")
|
|
@@ -1684,7 +1684,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1684
1684
|
}, 8, ["modelValue"]);
|
|
1685
1685
|
};
|
|
1686
1686
|
}
|
|
1687
|
-
}),
|
|
1687
|
+
}), Fr = /* @__PURE__ */ $({
|
|
1688
1688
|
__name: "index",
|
|
1689
1689
|
props: {
|
|
1690
1690
|
nodeId: {},
|
|
@@ -1732,7 +1732,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1732
1732
|
});
|
|
1733
1733
|
};
|
|
1734
1734
|
}
|
|
1735
|
-
}),
|
|
1735
|
+
}), Nr = /* @__PURE__ */ $({
|
|
1736
1736
|
__name: "index",
|
|
1737
1737
|
props: {
|
|
1738
1738
|
nodeId: {},
|
|
@@ -1740,7 +1740,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1740
1740
|
refContext: {}
|
|
1741
1741
|
},
|
|
1742
1742
|
setup(t) {
|
|
1743
|
-
const n = t, { node: e } = P(n), o = Fe(), s = Ce(), i = re(), { applySize: l } = be(n, e), { applyMargin: c } =
|
|
1743
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ce(), i = re(), { applySize: l } = be(n, e), { applyMargin: c } = pn(e), { applyPadding: m } = dn(e), { applyBorder: u } = mn(e), { property: d } = a(e, [
|
|
1744
1744
|
"settings",
|
|
1745
1745
|
"backgroundColor"
|
|
1746
1746
|
]), { color: p } = Q(d), f = (_) => {
|
|
@@ -1763,7 +1763,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1763
1763
|
F(_.$slots, "default")
|
|
1764
1764
|
], 4));
|
|
1765
1765
|
}
|
|
1766
|
-
}),
|
|
1766
|
+
}), jr = /* @__PURE__ */ $({
|
|
1767
1767
|
__name: "index",
|
|
1768
1768
|
props: {
|
|
1769
1769
|
nodeId: {},
|
|
@@ -1781,7 +1781,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1781
1781
|
F(u.$slots, "default")
|
|
1782
1782
|
], 4));
|
|
1783
1783
|
}
|
|
1784
|
-
}),
|
|
1784
|
+
}), Hr = /* @__PURE__ */ $({
|
|
1785
1785
|
__name: "index",
|
|
1786
1786
|
props: {
|
|
1787
1787
|
nodeId: {},
|
|
@@ -1795,7 +1795,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1795
1795
|
]), { property: m } = a(e, [
|
|
1796
1796
|
"settings",
|
|
1797
1797
|
"backgroundColor"
|
|
1798
|
-
]), { color: u } = Q(m), { applySize: d } = be(n, e), { applyMargin: p } =
|
|
1798
|
+
]), { color: u } = Q(m), { applySize: d } = be(n, e), { applyMargin: p } = pn(e), { applyPadding: f } = dn(e), { applyBorder: b } = mn(e), _ = I(() => {
|
|
1799
1799
|
const g = {}, x = s.value?.type;
|
|
1800
1800
|
return o === "page" ? x === "common" ? (d(g), p(g), f(g), b(g), u.value && (g.backgroundColor = u.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(g), p(g), f(g), b(g), u.value && (g.backgroundColor = u.value)) : console.assert(!1), g;
|
|
1801
1801
|
}), k = async () => {
|
|
@@ -1812,7 +1812,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1812
1812
|
"onUpdate:modelValue": x[0] || (x[0] = (v) => ne(l) ? l.value = v : null),
|
|
1813
1813
|
"fast-fail": r(c),
|
|
1814
1814
|
style: de(_.value),
|
|
1815
|
-
onSubmit:
|
|
1815
|
+
onSubmit: si(k, ["prevent"])
|
|
1816
1816
|
}, {
|
|
1817
1817
|
default: V(() => [
|
|
1818
1818
|
F(g.$slots, "default")
|
|
@@ -1821,7 +1821,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1821
1821
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1822
1822
|
};
|
|
1823
1823
|
}
|
|
1824
|
-
}),
|
|
1824
|
+
}), Gr = /* @__PURE__ */ $({
|
|
1825
1825
|
__name: "index",
|
|
1826
1826
|
props: {
|
|
1827
1827
|
nodeId: {},
|
|
@@ -1844,7 +1844,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1844
1844
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1845
1845
|
};
|
|
1846
1846
|
}
|
|
1847
|
-
}),
|
|
1847
|
+
}), Jr = ["id"], Ur = /* @__PURE__ */ $({
|
|
1848
1848
|
__name: "index",
|
|
1849
1849
|
props: {
|
|
1850
1850
|
nodeId: {},
|
|
@@ -1852,7 +1852,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1852
1852
|
refContext: {}
|
|
1853
1853
|
},
|
|
1854
1854
|
setup(t) {
|
|
1855
|
-
const n = t, e = Z(), o = _e(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } =
|
|
1855
|
+
const n = t, e = Z(), o = _e(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${So()}`);
|
|
1856
1856
|
return mt(n.nodeId, "open", () => {
|
|
1857
1857
|
if (!o || !o.vm)
|
|
1858
1858
|
return;
|
|
@@ -1874,7 +1874,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1874
1874
|
r(e) === "editor" ? (w(), te("div", {
|
|
1875
1875
|
key: 0,
|
|
1876
1876
|
id: `__node__@${n.nodeId}`
|
|
1877
|
-
}, null, 8,
|
|
1877
|
+
}, null, 8, Jr)) : se("", !0)
|
|
1878
1878
|
]),
|
|
1879
1879
|
default: V(() => [
|
|
1880
1880
|
F(m.$slots, "default")
|
|
@@ -1883,7 +1883,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1883
1883
|
}, 8, ["modelValue", "target"]);
|
|
1884
1884
|
};
|
|
1885
1885
|
}
|
|
1886
|
-
}),
|
|
1886
|
+
}), qr = /* @__PURE__ */ $({
|
|
1887
1887
|
__name: "index",
|
|
1888
1888
|
props: {
|
|
1889
1889
|
nodeId: {},
|
|
@@ -1965,7 +1965,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1965
1965
|
});
|
|
1966
1966
|
};
|
|
1967
1967
|
}
|
|
1968
|
-
}),
|
|
1968
|
+
}), Xr = /* @__PURE__ */ $({
|
|
1969
1969
|
__name: "index",
|
|
1970
1970
|
props: {
|
|
1971
1971
|
nodeId: {},
|
|
@@ -2009,7 +2009,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2009
2009
|
});
|
|
2010
2010
|
};
|
|
2011
2011
|
}
|
|
2012
|
-
}),
|
|
2012
|
+
}), Yr = /* @__PURE__ */ $({
|
|
2013
2013
|
__name: "index",
|
|
2014
2014
|
props: {
|
|
2015
2015
|
nodeId: {},
|
|
@@ -2037,7 +2037,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2037
2037
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2038
2038
|
};
|
|
2039
2039
|
}
|
|
2040
|
-
}),
|
|
2040
|
+
}), Zr = /* @__PURE__ */ $({
|
|
2041
2041
|
__name: "index",
|
|
2042
2042
|
props: {
|
|
2043
2043
|
nodeId: {},
|
|
@@ -2079,7 +2079,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2079
2079
|
});
|
|
2080
2080
|
};
|
|
2081
2081
|
}
|
|
2082
|
-
}),
|
|
2082
|
+
}), Qr = /* @__PURE__ */ $({
|
|
2083
2083
|
__name: "index",
|
|
2084
2084
|
props: {
|
|
2085
2085
|
nodeId: {},
|
|
@@ -2124,7 +2124,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2124
2124
|
const j = {};
|
|
2125
2125
|
for (const { value: L, label: U } of h.value)
|
|
2126
2126
|
j[L] = U;
|
|
2127
|
-
if (!
|
|
2127
|
+
if (!Wo(j))
|
|
2128
2128
|
return j;
|
|
2129
2129
|
}), { property: z } = a(e, [
|
|
2130
2130
|
"settings",
|
|
@@ -2174,7 +2174,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2174
2174
|
});
|
|
2175
2175
|
};
|
|
2176
2176
|
}
|
|
2177
|
-
}),
|
|
2177
|
+
}), el = /* @__PURE__ */ $({
|
|
2178
2178
|
__name: "index",
|
|
2179
2179
|
props: {
|
|
2180
2180
|
nodeId: {},
|
|
@@ -2216,7 +2216,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2216
2216
|
});
|
|
2217
2217
|
};
|
|
2218
2218
|
}
|
|
2219
|
-
}),
|
|
2219
|
+
}), tl = /* @__PURE__ */ $({
|
|
2220
2220
|
__name: "index",
|
|
2221
2221
|
props: {
|
|
2222
2222
|
nodeId: {},
|
|
@@ -2259,7 +2259,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2259
2259
|
});
|
|
2260
2260
|
};
|
|
2261
2261
|
}
|
|
2262
|
-
}),
|
|
2262
|
+
}), nl = /* @__PURE__ */ $({
|
|
2263
2263
|
__name: "index",
|
|
2264
2264
|
props: {
|
|
2265
2265
|
nodeId: {},
|
|
@@ -2307,7 +2307,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2307
2307
|
const xe = {};
|
|
2308
2308
|
for (const { value: nt, label: kt } of J.value)
|
|
2309
2309
|
xe[nt] = kt;
|
|
2310
|
-
if (!
|
|
2310
|
+
if (!Wo(xe))
|
|
2311
2311
|
return xe;
|
|
2312
2312
|
}), { property: j } = a(e, [
|
|
2313
2313
|
"settings",
|
|
@@ -2325,7 +2325,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2325
2325
|
default: V(() => [
|
|
2326
2326
|
D(kt, {
|
|
2327
2327
|
modelValue: r(oe),
|
|
2328
|
-
"onUpdate:modelValue": nt[0] || (nt[0] = (
|
|
2328
|
+
"onUpdate:modelValue": nt[0] || (nt[0] = (ni) => ne(oe) ? oe.value = ni : null),
|
|
2329
2329
|
color: r(s),
|
|
2330
2330
|
direction: r(i),
|
|
2331
2331
|
disabled: r(l),
|
|
@@ -2344,7 +2344,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2344
2344
|
"tick-size": r(j),
|
|
2345
2345
|
ticks: Y.value,
|
|
2346
2346
|
"track-color": r(U)
|
|
2347
|
-
},
|
|
2347
|
+
}, rn({ _: 2 }, [
|
|
2348
2348
|
r(ge) ? {
|
|
2349
2349
|
name: "append",
|
|
2350
2350
|
fn: V(() => [
|
|
@@ -2373,7 +2373,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2373
2373
|
});
|
|
2374
2374
|
};
|
|
2375
2375
|
}
|
|
2376
|
-
}),
|
|
2376
|
+
}), ol = /* @__PURE__ */ $({
|
|
2377
2377
|
__name: "index",
|
|
2378
2378
|
props: {
|
|
2379
2379
|
nodeId: {},
|
|
@@ -2400,8 +2400,8 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2400
2400
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2401
2401
|
};
|
|
2402
2402
|
}
|
|
2403
|
-
}),
|
|
2404
|
-
function
|
|
2403
|
+
}), il = {};
|
|
2404
|
+
function sl(t, n) {
|
|
2405
2405
|
const e = B("v-stepper-header");
|
|
2406
2406
|
return w(), C(e, null, {
|
|
2407
2407
|
default: V(() => [
|
|
@@ -2410,7 +2410,7 @@ function il(t, n) {
|
|
|
2410
2410
|
_: 3
|
|
2411
2411
|
});
|
|
2412
2412
|
}
|
|
2413
|
-
const
|
|
2413
|
+
const rl = /* @__PURE__ */ De(il, [["render", sl]]), ll = /* @__PURE__ */ $({
|
|
2414
2414
|
__name: "index",
|
|
2415
2415
|
props: {
|
|
2416
2416
|
nodeId: {},
|
|
@@ -2429,8 +2429,8 @@ const sl = /* @__PURE__ */ De(ol, [["render", il]]), rl = /* @__PURE__ */ $({
|
|
|
2429
2429
|
}, 8, ["value"]);
|
|
2430
2430
|
};
|
|
2431
2431
|
}
|
|
2432
|
-
}),
|
|
2433
|
-
function
|
|
2432
|
+
}), al = {};
|
|
2433
|
+
function cl(t, n) {
|
|
2434
2434
|
const e = B("v-stepper-window");
|
|
2435
2435
|
return w(), C(e, null, {
|
|
2436
2436
|
default: V(() => [
|
|
@@ -2439,7 +2439,7 @@ function al(t, n) {
|
|
|
2439
2439
|
_: 3
|
|
2440
2440
|
});
|
|
2441
2441
|
}
|
|
2442
|
-
const
|
|
2442
|
+
const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
2443
2443
|
__name: "index",
|
|
2444
2444
|
props: {
|
|
2445
2445
|
nodeId: {},
|
|
@@ -2458,7 +2458,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2458
2458
|
}, 8, ["value"]);
|
|
2459
2459
|
};
|
|
2460
2460
|
}
|
|
2461
|
-
}),
|
|
2461
|
+
}), pl = /* @__PURE__ */ $({
|
|
2462
2462
|
__name: "index",
|
|
2463
2463
|
props: {
|
|
2464
2464
|
nodeId: {},
|
|
@@ -2502,7 +2502,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2502
2502
|
});
|
|
2503
2503
|
};
|
|
2504
2504
|
}
|
|
2505
|
-
}),
|
|
2505
|
+
}), dl = /* @__PURE__ */ $({
|
|
2506
2506
|
__name: "index",
|
|
2507
2507
|
props: {
|
|
2508
2508
|
nodeId: {},
|
|
@@ -2529,7 +2529,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2529
2529
|
});
|
|
2530
2530
|
};
|
|
2531
2531
|
}
|
|
2532
|
-
}),
|
|
2532
|
+
}), fl = /* @__PURE__ */ $({
|
|
2533
2533
|
__name: "index",
|
|
2534
2534
|
props: {
|
|
2535
2535
|
nodeId: {},
|
|
@@ -2611,7 +2611,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2611
2611
|
});
|
|
2612
2612
|
};
|
|
2613
2613
|
}
|
|
2614
|
-
}),
|
|
2614
|
+
}), yl = /* @__PURE__ */ $({
|
|
2615
2615
|
__name: "index",
|
|
2616
2616
|
props: {
|
|
2617
2617
|
nodeId: {},
|
|
@@ -2632,13 +2632,13 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2632
2632
|
return (p, f) => (w(), C(r(H), { mask: "" }, {
|
|
2633
2633
|
default: V(() => [
|
|
2634
2634
|
Re("span", {
|
|
2635
|
-
class:
|
|
2636
|
-
},
|
|
2635
|
+
class: ri(d.value)
|
|
2636
|
+
}, Co(r(m)), 3)
|
|
2637
2637
|
]),
|
|
2638
2638
|
_: 1
|
|
2639
2639
|
}));
|
|
2640
2640
|
}
|
|
2641
|
-
}),
|
|
2641
|
+
}), bl = /* @__PURE__ */ $({
|
|
2642
2642
|
__name: "index",
|
|
2643
2643
|
props: {
|
|
2644
2644
|
nodeId: {},
|
|
@@ -2695,7 +2695,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2695
2695
|
});
|
|
2696
2696
|
};
|
|
2697
2697
|
}
|
|
2698
|
-
}),
|
|
2698
|
+
}), gl = /* @__PURE__ */ $({
|
|
2699
2699
|
__name: "index",
|
|
2700
2700
|
props: {
|
|
2701
2701
|
nodeId: {},
|
|
@@ -2772,7 +2772,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2772
2772
|
suffix: r(v),
|
|
2773
2773
|
theme: r(z),
|
|
2774
2774
|
variant: r(J)
|
|
2775
|
-
},
|
|
2775
|
+
}, rn({ _: 2 }, [
|
|
2776
2776
|
r(Y) ? {
|
|
2777
2777
|
name: "append",
|
|
2778
2778
|
fn: V(() => [
|
|
@@ -2823,7 +2823,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2823
2823
|
});
|
|
2824
2824
|
};
|
|
2825
2825
|
}
|
|
2826
|
-
}),
|
|
2826
|
+
}), hl = /* @__PURE__ */ $({
|
|
2827
2827
|
__name: "index",
|
|
2828
2828
|
props: {
|
|
2829
2829
|
nodeId: {},
|
|
@@ -2885,8 +2885,8 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2885
2885
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2886
2886
|
};
|
|
2887
2887
|
}
|
|
2888
|
-
}),
|
|
2889
|
-
function
|
|
2888
|
+
}), _l = {};
|
|
2889
|
+
function vl(t, n) {
|
|
2890
2890
|
const e = B("v-timeline-item");
|
|
2891
2891
|
return w(), C(e, null, {
|
|
2892
2892
|
default: V(() => [
|
|
@@ -2895,7 +2895,7 @@ function _l(t, n) {
|
|
|
2895
2895
|
_: 3
|
|
2896
2896
|
});
|
|
2897
2897
|
}
|
|
2898
|
-
const
|
|
2898
|
+
const xl = /* @__PURE__ */ De(_l, [["render", vl]]), kl = /* @__PURE__ */ $({
|
|
2899
2899
|
__name: "index",
|
|
2900
2900
|
props: {
|
|
2901
2901
|
nodeId: {},
|
|
@@ -2936,8 +2936,8 @@ const vl = /* @__PURE__ */ De(hl, [["render", _l]]), xl = /* @__PURE__ */ $({
|
|
|
2936
2936
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2937
2937
|
};
|
|
2938
2938
|
}
|
|
2939
|
-
}),
|
|
2940
|
-
function
|
|
2939
|
+
}), wl = {};
|
|
2940
|
+
function Il(t, n) {
|
|
2941
2941
|
const e = B("v-window-item");
|
|
2942
2942
|
return w(), C(e, null, {
|
|
2943
2943
|
default: V(() => [
|
|
@@ -2946,7 +2946,7 @@ function wl(t, n) {
|
|
|
2946
2946
|
_: 3
|
|
2947
2947
|
});
|
|
2948
2948
|
}
|
|
2949
|
-
const
|
|
2949
|
+
const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
2950
2950
|
__name: "entry",
|
|
2951
2951
|
props: {
|
|
2952
2952
|
subtype: {},
|
|
@@ -2997,7 +2997,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
2997
2997
|
};
|
|
2998
2998
|
return (l, c) => (w(), C(i));
|
|
2999
2999
|
}
|
|
3000
|
-
}),
|
|
3000
|
+
}), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ce = /* @__PURE__ */ $({
|
|
3001
3001
|
__name: "index",
|
|
3002
3002
|
props: {
|
|
3003
3003
|
position: {},
|
|
@@ -3012,20 +3012,20 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3012
3012
|
rotation: t.rotation,
|
|
3013
3013
|
scale: t.scale
|
|
3014
3014
|
}, [
|
|
3015
|
-
t.label ? (w(), C(r(
|
|
3015
|
+
t.label ? (w(), C(r(Ci), {
|
|
3016
3016
|
key: 0,
|
|
3017
3017
|
center: "",
|
|
3018
3018
|
transform: ""
|
|
3019
3019
|
}, {
|
|
3020
3020
|
default: V(() => [
|
|
3021
|
-
Re("div",
|
|
3021
|
+
Re("div", Vl, Co(t.label), 1)
|
|
3022
3022
|
]),
|
|
3023
3023
|
_: 1
|
|
3024
3024
|
})) : se("", !0),
|
|
3025
3025
|
F(n.$slots, "default")
|
|
3026
|
-
], 8,
|
|
3026
|
+
], 8, Cl));
|
|
3027
3027
|
}
|
|
3028
|
-
}),
|
|
3028
|
+
}), Pl = /* @__PURE__ */ $({
|
|
3029
3029
|
__name: "index",
|
|
3030
3030
|
props: {
|
|
3031
3031
|
nodeId: {},
|
|
@@ -3049,7 +3049,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3049
3049
|
for (const v of b.value)
|
|
3050
3050
|
typeof v == "string" && v && _(h, v);
|
|
3051
3051
|
return h;
|
|
3052
|
-
}), g = (h, v) => K(
|
|
3052
|
+
}), g = (h, v) => K(Sl, {
|
|
3053
3053
|
key: h,
|
|
3054
3054
|
subtype: v,
|
|
3055
3055
|
nodeId: e.nodeId,
|
|
@@ -3116,7 +3116,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3116
3116
|
};
|
|
3117
3117
|
return (h, v) => (w(), C(x));
|
|
3118
3118
|
}
|
|
3119
|
-
}),
|
|
3119
|
+
}), Ll = /* @__PURE__ */ $({
|
|
3120
3120
|
__name: "entry",
|
|
3121
3121
|
props: {
|
|
3122
3122
|
subtype: {},
|
|
@@ -3167,7 +3167,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3167
3167
|
};
|
|
3168
3168
|
return (l, c) => (w(), C(i));
|
|
3169
3169
|
}
|
|
3170
|
-
}),
|
|
3170
|
+
}), zl = /* @__PURE__ */ $({
|
|
3171
3171
|
__name: "index",
|
|
3172
3172
|
props: {
|
|
3173
3173
|
nodeId: {},
|
|
@@ -3191,7 +3191,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3191
3191
|
for (const v of b.value)
|
|
3192
3192
|
typeof v == "string" && v && _(h, v);
|
|
3193
3193
|
return h;
|
|
3194
|
-
}), g = (h, v) => K(
|
|
3194
|
+
}), g = (h, v) => K(Ll, {
|
|
3195
3195
|
key: h,
|
|
3196
3196
|
subtype: v,
|
|
3197
3197
|
nodeId: e.nodeId,
|
|
@@ -3258,7 +3258,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3258
3258
|
};
|
|
3259
3259
|
return (h, v) => (w(), C(x));
|
|
3260
3260
|
}
|
|
3261
|
-
}),
|
|
3261
|
+
}), Tl = /* @__PURE__ */ $({
|
|
3262
3262
|
__name: "index",
|
|
3263
3263
|
props: {
|
|
3264
3264
|
nodeId: {},
|
|
@@ -3359,7 +3359,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3359
3359
|
};
|
|
3360
3360
|
return (g, x) => (w(), C(k));
|
|
3361
3361
|
}
|
|
3362
|
-
}),
|
|
3362
|
+
}), El = /* @__PURE__ */ $({
|
|
3363
3363
|
__name: "index",
|
|
3364
3364
|
props: {
|
|
3365
3365
|
nodeId: {},
|
|
@@ -3540,7 +3540,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3540
3540
|
]
|
|
3541
3541
|
}
|
|
3542
3542
|
]
|
|
3543
|
-
},
|
|
3543
|
+
}, Al = O(ee), Ae = {
|
|
3544
3544
|
key: "border",
|
|
3545
3545
|
name: "x-runtime-lib.border",
|
|
3546
3546
|
children: [
|
|
@@ -3558,7 +3558,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3558
3558
|
types: "borderWidthTypesV1",
|
|
3559
3559
|
default: ""
|
|
3560
3560
|
},
|
|
3561
|
-
|
|
3561
|
+
Al,
|
|
3562
3562
|
{
|
|
3563
3563
|
key: "roundRadius",
|
|
3564
3564
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3909,7 +3909,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3909
3909
|
]
|
|
3910
3910
|
}, $e = {}, S = (t) => {
|
|
3911
3911
|
$e[t.key] = t;
|
|
3912
|
-
},
|
|
3912
|
+
}, Sn = {
|
|
3913
3913
|
key: "settings",
|
|
3914
3914
|
name: "x-runtime-lib.settings",
|
|
3915
3915
|
children: [
|
|
@@ -3956,20 +3956,20 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3956
3956
|
default: 2e3
|
|
3957
3957
|
}
|
|
3958
3958
|
]
|
|
3959
|
-
},
|
|
3959
|
+
}, Ml = {
|
|
3960
3960
|
key: "scene_orthographic_camera_v1",
|
|
3961
3961
|
name: "x-runtime-lib.orthographicCamera",
|
|
3962
|
-
comp:
|
|
3962
|
+
comp: Hi,
|
|
3963
3963
|
properties: {
|
|
3964
|
-
pageScene: [y, X,
|
|
3965
|
-
compScene: [y, X,
|
|
3964
|
+
pageScene: [y, X, Sn],
|
|
3965
|
+
compScene: [y, X, Sn]
|
|
3966
3966
|
},
|
|
3967
3967
|
events: [],
|
|
3968
3968
|
methods: [],
|
|
3969
3969
|
slots: []
|
|
3970
3970
|
};
|
|
3971
|
-
S(
|
|
3972
|
-
const
|
|
3971
|
+
S(Ml);
|
|
3972
|
+
const Cn = {
|
|
3973
3973
|
key: "settings",
|
|
3974
3974
|
name: "x-runtime-lib.settings",
|
|
3975
3975
|
children: [
|
|
@@ -4002,23 +4002,23 @@ const Sn = {
|
|
|
4002
4002
|
default: 2e3
|
|
4003
4003
|
}
|
|
4004
4004
|
]
|
|
4005
|
-
},
|
|
4005
|
+
}, Wl = {
|
|
4006
4006
|
key: "scene_perspective_camera_v1",
|
|
4007
4007
|
name: "x-runtime-lib.perspectiveCamera",
|
|
4008
|
-
comp:
|
|
4008
|
+
comp: Ji,
|
|
4009
4009
|
properties: {
|
|
4010
|
-
pageScene: [y, X,
|
|
4011
|
-
compScene: [y, X,
|
|
4010
|
+
pageScene: [y, X, Cn],
|
|
4011
|
+
compScene: [y, X, Cn]
|
|
4012
4012
|
},
|
|
4013
4013
|
events: [],
|
|
4014
4014
|
methods: [],
|
|
4015
4015
|
slots: []
|
|
4016
4016
|
};
|
|
4017
|
-
S(
|
|
4018
|
-
const
|
|
4017
|
+
S(Wl);
|
|
4018
|
+
const Bl = {
|
|
4019
4019
|
key: "scene_keyboard_controls_v1",
|
|
4020
4020
|
name: "x-runtime-lib.keyboardControls",
|
|
4021
|
-
comp:
|
|
4021
|
+
comp: Ui,
|
|
4022
4022
|
properties: {
|
|
4023
4023
|
pageScene: [y],
|
|
4024
4024
|
compScene: [y]
|
|
@@ -4028,11 +4028,11 @@ const Wl = {
|
|
|
4028
4028
|
slots: [],
|
|
4029
4029
|
leaf: !0
|
|
4030
4030
|
};
|
|
4031
|
-
S(
|
|
4032
|
-
const
|
|
4031
|
+
S(Bl);
|
|
4032
|
+
const Rl = {
|
|
4033
4033
|
key: "scene_map_controls_v1",
|
|
4034
4034
|
name: "x-runtime-lib.mapControls",
|
|
4035
|
-
comp:
|
|
4035
|
+
comp: qi,
|
|
4036
4036
|
properties: {
|
|
4037
4037
|
pageScene: [y],
|
|
4038
4038
|
compScene: [y]
|
|
@@ -4042,11 +4042,11 @@ const Bl = {
|
|
|
4042
4042
|
slots: [],
|
|
4043
4043
|
leaf: !0
|
|
4044
4044
|
};
|
|
4045
|
-
S(
|
|
4046
|
-
const
|
|
4045
|
+
S(Rl);
|
|
4046
|
+
const Kl = {
|
|
4047
4047
|
key: "scene_orbit_controls_v1",
|
|
4048
4048
|
name: "x-runtime-lib.orbitControls",
|
|
4049
|
-
comp:
|
|
4049
|
+
comp: Xi,
|
|
4050
4050
|
properties: {
|
|
4051
4051
|
pageScene: [y],
|
|
4052
4052
|
compScene: [y]
|
|
@@ -4056,8 +4056,8 @@ const Rl = {
|
|
|
4056
4056
|
slots: [],
|
|
4057
4057
|
leaf: !0
|
|
4058
4058
|
};
|
|
4059
|
-
S(
|
|
4060
|
-
function
|
|
4059
|
+
S(Kl);
|
|
4060
|
+
function Dl(t, n) {
|
|
4061
4061
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4062
4062
|
if (!o) {
|
|
4063
4063
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -4086,7 +4086,7 @@ function Kl(t, n) {
|
|
|
4086
4086
|
z: 1
|
|
4087
4087
|
}
|
|
4088
4088
|
};
|
|
4089
|
-
const l =
|
|
4089
|
+
const l = Ol(t, n), c = Fl(t, n);
|
|
4090
4090
|
return {
|
|
4091
4091
|
nodeLite: M(i, [l.nodeLite, c.nodeLite]),
|
|
4092
4092
|
nodes: {
|
|
@@ -4096,7 +4096,7 @@ function Kl(t, n) {
|
|
|
4096
4096
|
}
|
|
4097
4097
|
};
|
|
4098
4098
|
}
|
|
4099
|
-
function
|
|
4099
|
+
function Ol(t, n) {
|
|
4100
4100
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4101
4101
|
if (!o) {
|
|
4102
4102
|
console.error(
|
|
@@ -4104,7 +4104,7 @@ function Dl(t, n) {
|
|
|
4104
4104
|
);
|
|
4105
4105
|
return;
|
|
4106
4106
|
}
|
|
4107
|
-
const s =
|
|
4107
|
+
const s = zt.properties[o];
|
|
4108
4108
|
if (!s) {
|
|
4109
4109
|
console.error(
|
|
4110
4110
|
`boxGeometryV1/spawnBoxGeometry properties not found, ${e}`
|
|
@@ -4112,7 +4112,7 @@ function Dl(t, n) {
|
|
|
4112
4112
|
return;
|
|
4113
4113
|
}
|
|
4114
4114
|
const i = A();
|
|
4115
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4115
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = zt.key, i.settings = {
|
|
4116
4116
|
width: 1,
|
|
4117
4117
|
height: 1,
|
|
4118
4118
|
depth: 1,
|
|
@@ -4126,7 +4126,7 @@ function Dl(t, n) {
|
|
|
4126
4126
|
}
|
|
4127
4127
|
};
|
|
4128
4128
|
}
|
|
4129
|
-
function
|
|
4129
|
+
function Fl(t, n) {
|
|
4130
4130
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4131
4131
|
if (!o) {
|
|
4132
4132
|
console.error(
|
|
@@ -4149,7 +4149,7 @@ function Ol(t, n) {
|
|
|
4149
4149
|
}
|
|
4150
4150
|
};
|
|
4151
4151
|
}
|
|
4152
|
-
const
|
|
4152
|
+
const Vn = {
|
|
4153
4153
|
key: "settings",
|
|
4154
4154
|
name: "x-runtime-lib.settings",
|
|
4155
4155
|
children: [
|
|
@@ -4193,22 +4193,22 @@ const Cn = {
|
|
|
4193
4193
|
default: 1
|
|
4194
4194
|
}
|
|
4195
4195
|
]
|
|
4196
|
-
},
|
|
4196
|
+
}, zt = {
|
|
4197
4197
|
key: "scene_box_geometry_v1",
|
|
4198
4198
|
name: "x-runtime-lib.boxGeometry",
|
|
4199
|
-
comp:
|
|
4199
|
+
comp: Zi,
|
|
4200
4200
|
properties: {
|
|
4201
|
-
pageScene: [y,
|
|
4202
|
-
compScene: [y,
|
|
4201
|
+
pageScene: [y, Vn],
|
|
4202
|
+
compScene: [y, Vn]
|
|
4203
4203
|
},
|
|
4204
4204
|
events: [],
|
|
4205
4205
|
methods: [],
|
|
4206
4206
|
slots: [],
|
|
4207
4207
|
leaf: !0,
|
|
4208
|
-
spawn:
|
|
4208
|
+
spawn: Dl
|
|
4209
4209
|
};
|
|
4210
|
-
S(
|
|
4211
|
-
function
|
|
4210
|
+
S(zt);
|
|
4211
|
+
function Nl(t, n) {
|
|
4212
4212
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4213
4213
|
if (!o) {
|
|
4214
4214
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -4237,7 +4237,7 @@ function Fl(t, n) {
|
|
|
4237
4237
|
z: 1
|
|
4238
4238
|
}
|
|
4239
4239
|
};
|
|
4240
|
-
const l =
|
|
4240
|
+
const l = jl(t, n), c = Hl(t, n);
|
|
4241
4241
|
return {
|
|
4242
4242
|
nodeLite: M(i, [l.nodeLite, c.nodeLite]),
|
|
4243
4243
|
nodes: {
|
|
@@ -4247,7 +4247,7 @@ function Fl(t, n) {
|
|
|
4247
4247
|
}
|
|
4248
4248
|
};
|
|
4249
4249
|
}
|
|
4250
|
-
function
|
|
4250
|
+
function jl(t, n) {
|
|
4251
4251
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4252
4252
|
if (!o) {
|
|
4253
4253
|
console.error(
|
|
@@ -4255,7 +4255,7 @@ function Nl(t, n) {
|
|
|
4255
4255
|
);
|
|
4256
4256
|
return;
|
|
4257
4257
|
}
|
|
4258
|
-
const s =
|
|
4258
|
+
const s = Tt.properties[o];
|
|
4259
4259
|
if (!s) {
|
|
4260
4260
|
console.error(
|
|
4261
4261
|
`sphereGeometryV1/spawnSphereGeometry properties not found, ${e}`
|
|
@@ -4263,7 +4263,7 @@ function Nl(t, n) {
|
|
|
4263
4263
|
return;
|
|
4264
4264
|
}
|
|
4265
4265
|
const i = A();
|
|
4266
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4266
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Tt.key, i.settings = {
|
|
4267
4267
|
radius: 1,
|
|
4268
4268
|
widthSegements: 32,
|
|
4269
4269
|
heightSegements: 16,
|
|
@@ -4278,7 +4278,7 @@ function Nl(t, n) {
|
|
|
4278
4278
|
}
|
|
4279
4279
|
};
|
|
4280
4280
|
}
|
|
4281
|
-
function
|
|
4281
|
+
function Hl(t, n) {
|
|
4282
4282
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4283
4283
|
if (!o) {
|
|
4284
4284
|
console.error(
|
|
@@ -4301,7 +4301,7 @@ function jl(t, n) {
|
|
|
4301
4301
|
}
|
|
4302
4302
|
};
|
|
4303
4303
|
}
|
|
4304
|
-
const
|
|
4304
|
+
const Pn = {
|
|
4305
4305
|
key: "settings",
|
|
4306
4306
|
name: "x-runtime-lib.settings",
|
|
4307
4307
|
children: [
|
|
@@ -4353,26 +4353,26 @@ const Vn = {
|
|
|
4353
4353
|
default: 3.141593
|
|
4354
4354
|
}
|
|
4355
4355
|
]
|
|
4356
|
-
},
|
|
4356
|
+
}, Tt = {
|
|
4357
4357
|
key: "scene_sphere_geometry_v1",
|
|
4358
4358
|
name: "x-runtime-lib.sphereGeometry",
|
|
4359
|
-
comp:
|
|
4359
|
+
comp: es,
|
|
4360
4360
|
properties: {
|
|
4361
|
-
pageScene: [y,
|
|
4362
|
-
compScene: [y,
|
|
4361
|
+
pageScene: [y, Pn],
|
|
4362
|
+
compScene: [y, Pn]
|
|
4363
4363
|
},
|
|
4364
4364
|
events: [],
|
|
4365
4365
|
methods: [],
|
|
4366
4366
|
slots: [],
|
|
4367
4367
|
leaf: !0,
|
|
4368
|
-
spawn:
|
|
4368
|
+
spawn: Nl
|
|
4369
4369
|
};
|
|
4370
|
-
S(
|
|
4370
|
+
S(Tt);
|
|
4371
4371
|
const ht = O(ee);
|
|
4372
4372
|
ht.children[0].default = "custom";
|
|
4373
4373
|
ht.children[2].children[0].default = "0xffffff";
|
|
4374
4374
|
ht.children[2].children[1].default = "0xffffff";
|
|
4375
|
-
const
|
|
4375
|
+
const Ln = {
|
|
4376
4376
|
key: "settings",
|
|
4377
4377
|
name: "x-runtime-lib.settings",
|
|
4378
4378
|
children: [
|
|
@@ -4385,24 +4385,24 @@ const Pn = {
|
|
|
4385
4385
|
default: 1
|
|
4386
4386
|
}
|
|
4387
4387
|
]
|
|
4388
|
-
},
|
|
4388
|
+
}, Gl = {
|
|
4389
4389
|
key: "scene_ambient_light_v1",
|
|
4390
4390
|
name: "x-runtime-lib.ambientLight",
|
|
4391
|
-
comp:
|
|
4391
|
+
comp: ns,
|
|
4392
4392
|
properties: {
|
|
4393
|
-
pageScene: [y, X,
|
|
4394
|
-
compScene: [y, X,
|
|
4393
|
+
pageScene: [y, X, Ln],
|
|
4394
|
+
compScene: [y, X, Ln]
|
|
4395
4395
|
},
|
|
4396
4396
|
events: [],
|
|
4397
4397
|
methods: [],
|
|
4398
4398
|
slots: []
|
|
4399
4399
|
};
|
|
4400
|
-
S(
|
|
4400
|
+
S(Gl);
|
|
4401
4401
|
const _t = O(ee);
|
|
4402
4402
|
_t.children[0].default = "custom";
|
|
4403
4403
|
_t.children[2].children[0].default = "0xffffff";
|
|
4404
4404
|
_t.children[2].children[1].default = "0xffffff";
|
|
4405
|
-
const
|
|
4405
|
+
const zn = {
|
|
4406
4406
|
key: "settings",
|
|
4407
4407
|
name: "x-runtime-lib.settings",
|
|
4408
4408
|
children: [
|
|
@@ -4415,24 +4415,24 @@ const Ln = {
|
|
|
4415
4415
|
default: 1
|
|
4416
4416
|
}
|
|
4417
4417
|
]
|
|
4418
|
-
},
|
|
4418
|
+
}, Jl = {
|
|
4419
4419
|
key: "scene_directional_light_v1",
|
|
4420
4420
|
name: "x-runtime-lib.directionalLight",
|
|
4421
|
-
comp:
|
|
4421
|
+
comp: is,
|
|
4422
4422
|
properties: {
|
|
4423
|
-
pageScene: [y, X,
|
|
4424
|
-
compScene: [y, X,
|
|
4423
|
+
pageScene: [y, X, zn],
|
|
4424
|
+
compScene: [y, X, zn]
|
|
4425
4425
|
},
|
|
4426
4426
|
events: [],
|
|
4427
4427
|
methods: [],
|
|
4428
4428
|
slots: []
|
|
4429
4429
|
};
|
|
4430
|
-
S(
|
|
4430
|
+
S(Jl);
|
|
4431
4431
|
const vt = O(ee);
|
|
4432
4432
|
vt.children[0].default = "custom";
|
|
4433
4433
|
vt.children[2].children[0].default = "0xffffff";
|
|
4434
4434
|
vt.children[2].children[1].default = "0xffffff";
|
|
4435
|
-
const
|
|
4435
|
+
const Tn = {
|
|
4436
4436
|
key: "settings",
|
|
4437
4437
|
name: "x-runtime-lib.settings",
|
|
4438
4438
|
children: [
|
|
@@ -4459,24 +4459,24 @@ const zn = {
|
|
|
4459
4459
|
default: 2
|
|
4460
4460
|
}
|
|
4461
4461
|
]
|
|
4462
|
-
},
|
|
4462
|
+
}, Ul = {
|
|
4463
4463
|
key: "scene_point_light_v1",
|
|
4464
4464
|
name: "x-runtime-lib.pointLight",
|
|
4465
|
-
comp:
|
|
4465
|
+
comp: rs,
|
|
4466
4466
|
properties: {
|
|
4467
|
-
pageScene: [y, X,
|
|
4468
|
-
compScene: [y, X,
|
|
4467
|
+
pageScene: [y, X, Tn],
|
|
4468
|
+
compScene: [y, X, Tn]
|
|
4469
4469
|
},
|
|
4470
4470
|
events: [],
|
|
4471
4471
|
methods: [],
|
|
4472
4472
|
slots: []
|
|
4473
4473
|
};
|
|
4474
|
-
S(
|
|
4474
|
+
S(Ul);
|
|
4475
4475
|
const xt = O(ee);
|
|
4476
4476
|
xt.children[0].default = "custom";
|
|
4477
4477
|
xt.children[2].children[0].default = "0xffffff";
|
|
4478
4478
|
xt.children[2].children[1].default = "0xffffff";
|
|
4479
|
-
const
|
|
4479
|
+
const En = {
|
|
4480
4480
|
key: "settings",
|
|
4481
4481
|
name: "x-runtime-lib.settings",
|
|
4482
4482
|
children: [
|
|
@@ -4520,23 +4520,23 @@ const Tn = {
|
|
|
4520
4520
|
default: 0
|
|
4521
4521
|
}
|
|
4522
4522
|
]
|
|
4523
|
-
},
|
|
4523
|
+
}, ql = {
|
|
4524
4524
|
key: "scene_spot_light_v1",
|
|
4525
4525
|
name: "x-runtime-lib.spotLight",
|
|
4526
|
-
comp:
|
|
4526
|
+
comp: as,
|
|
4527
4527
|
properties: {
|
|
4528
|
-
pageScene: [y, X,
|
|
4529
|
-
compScene: [y, X,
|
|
4528
|
+
pageScene: [y, X, En],
|
|
4529
|
+
compScene: [y, X, En]
|
|
4530
4530
|
},
|
|
4531
4531
|
events: [],
|
|
4532
4532
|
methods: [],
|
|
4533
4533
|
slots: []
|
|
4534
4534
|
};
|
|
4535
|
-
S(
|
|
4535
|
+
S(ql);
|
|
4536
4536
|
const He = {
|
|
4537
4537
|
key: "scene_mesh_basic_material_v1",
|
|
4538
4538
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
4539
|
-
comp:
|
|
4539
|
+
comp: ms,
|
|
4540
4540
|
properties: {
|
|
4541
4541
|
pageScene: [y],
|
|
4542
4542
|
compScene: [y]
|
|
@@ -4547,10 +4547,10 @@ const He = {
|
|
|
4547
4547
|
leaf: !0
|
|
4548
4548
|
};
|
|
4549
4549
|
S(He);
|
|
4550
|
-
const
|
|
4550
|
+
const Xl = {
|
|
4551
4551
|
key: "scene_group_v1",
|
|
4552
4552
|
name: "x-runtime-lib.group",
|
|
4553
|
-
comp:
|
|
4553
|
+
comp: ds,
|
|
4554
4554
|
properties: {
|
|
4555
4555
|
pageScene: [y, X],
|
|
4556
4556
|
compScene: [y, X]
|
|
@@ -4559,11 +4559,11 @@ const ql = {
|
|
|
4559
4559
|
methods: [],
|
|
4560
4560
|
slots: []
|
|
4561
4561
|
};
|
|
4562
|
-
S(
|
|
4562
|
+
S(Xl);
|
|
4563
4563
|
const Ge = {
|
|
4564
4564
|
key: "scene_mesh_v1",
|
|
4565
4565
|
name: "x-runtime-lib.mesh",
|
|
4566
|
-
comp:
|
|
4566
|
+
comp: ys,
|
|
4567
4567
|
properties: {
|
|
4568
4568
|
pageScene: [y, X],
|
|
4569
4569
|
compScene: [y, X]
|
|
@@ -4573,19 +4573,19 @@ const Ge = {
|
|
|
4573
4573
|
slots: []
|
|
4574
4574
|
};
|
|
4575
4575
|
S(Ge);
|
|
4576
|
-
function
|
|
4576
|
+
function Yl(t, n) {
|
|
4577
4577
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4578
4578
|
if (!o) {
|
|
4579
4579
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
4580
4580
|
return;
|
|
4581
4581
|
}
|
|
4582
|
-
const s =
|
|
4582
|
+
const s = Et.properties[o];
|
|
4583
4583
|
if (!s) {
|
|
4584
4584
|
console.error(`barChartV1/spawn properties not found, ${e}`);
|
|
4585
4585
|
return;
|
|
4586
4586
|
}
|
|
4587
4587
|
const i = A();
|
|
4588
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4588
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Et.key, i.size.height = "300px", i.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], i.series = [
|
|
4589
4589
|
{
|
|
4590
4590
|
type: "bar",
|
|
4591
4591
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -4597,7 +4597,7 @@ function Xl(t, n) {
|
|
|
4597
4597
|
}
|
|
4598
4598
|
};
|
|
4599
4599
|
}
|
|
4600
|
-
const
|
|
4600
|
+
const An = {
|
|
4601
4601
|
key: "series",
|
|
4602
4602
|
name: "x-runtime-lib.series",
|
|
4603
4603
|
children: [
|
|
@@ -4618,31 +4618,31 @@ const En = {
|
|
|
4618
4618
|
],
|
|
4619
4619
|
array: !0,
|
|
4620
4620
|
defaultArray: []
|
|
4621
|
-
},
|
|
4621
|
+
}, Et = {
|
|
4622
4622
|
key: "common_bar_chart_v1",
|
|
4623
4623
|
name: "x-runtime-lib.barChart",
|
|
4624
|
-
comp:
|
|
4624
|
+
comp: kr,
|
|
4625
4625
|
properties: {
|
|
4626
|
-
pageCommon: [y, q, dt, ft, yt, pt,
|
|
4627
|
-
compCommon: [y, q, dt, ft, yt, pt,
|
|
4626
|
+
pageCommon: [y, q, dt, ft, yt, pt, An],
|
|
4627
|
+
compCommon: [y, q, dt, ft, yt, pt, An]
|
|
4628
4628
|
},
|
|
4629
4629
|
leaf: !0,
|
|
4630
|
-
spawn:
|
|
4630
|
+
spawn: Yl
|
|
4631
4631
|
};
|
|
4632
|
-
S(
|
|
4633
|
-
function
|
|
4632
|
+
S(Et);
|
|
4633
|
+
function Zl(t, n) {
|
|
4634
4634
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4635
4635
|
if (!o) {
|
|
4636
4636
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
4637
4637
|
return;
|
|
4638
4638
|
}
|
|
4639
|
-
const s =
|
|
4639
|
+
const s = At.properties[o];
|
|
4640
4640
|
if (!s) {
|
|
4641
4641
|
console.error(`lineChartV1/spawn properties not found, ${e}`);
|
|
4642
4642
|
return;
|
|
4643
4643
|
}
|
|
4644
4644
|
const i = A();
|
|
4645
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4645
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = At.key, i.size.height = "300px", i.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], i.series = [
|
|
4646
4646
|
{
|
|
4647
4647
|
type: "line",
|
|
4648
4648
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -4654,7 +4654,7 @@ function Yl(t, n) {
|
|
|
4654
4654
|
}
|
|
4655
4655
|
};
|
|
4656
4656
|
}
|
|
4657
|
-
const
|
|
4657
|
+
const Mn = {
|
|
4658
4658
|
key: "series",
|
|
4659
4659
|
name: "x-runtime-lib.series",
|
|
4660
4660
|
children: [
|
|
@@ -4675,19 +4675,19 @@ const An = {
|
|
|
4675
4675
|
],
|
|
4676
4676
|
array: !0,
|
|
4677
4677
|
defaultArray: []
|
|
4678
|
-
},
|
|
4678
|
+
}, At = {
|
|
4679
4679
|
key: "common_line_chart_v1",
|
|
4680
4680
|
name: "x-runtime-lib.lineChart",
|
|
4681
|
-
comp:
|
|
4681
|
+
comp: wr,
|
|
4682
4682
|
properties: {
|
|
4683
|
-
pageCommon: [y, q, dt, ft, yt, pt,
|
|
4684
|
-
compCommon: [y, q, dt, ft, yt, pt,
|
|
4683
|
+
pageCommon: [y, q, dt, ft, yt, pt, Mn],
|
|
4684
|
+
compCommon: [y, q, dt, ft, yt, pt, Mn]
|
|
4685
4685
|
},
|
|
4686
4686
|
leaf: !0,
|
|
4687
|
-
spawn:
|
|
4687
|
+
spawn: Zl
|
|
4688
4688
|
};
|
|
4689
|
-
S(
|
|
4690
|
-
const
|
|
4689
|
+
S(At);
|
|
4690
|
+
const Wn = {
|
|
4691
4691
|
key: "settings",
|
|
4692
4692
|
name: "x-runtime-lib.settings",
|
|
4693
4693
|
children: [
|
|
@@ -4722,36 +4722,36 @@ const Mn = {
|
|
|
4722
4722
|
default: !1
|
|
4723
4723
|
}
|
|
4724
4724
|
]
|
|
4725
|
-
},
|
|
4725
|
+
}, Ql = {
|
|
4726
4726
|
key: "common_badge_v1",
|
|
4727
4727
|
name: "x-runtime-lib.badge",
|
|
4728
|
-
comp:
|
|
4728
|
+
comp: Ir,
|
|
4729
4729
|
properties: {
|
|
4730
|
-
pageCommon: [y,
|
|
4731
|
-
compCommon: [y,
|
|
4730
|
+
pageCommon: [y, Wn],
|
|
4731
|
+
compCommon: [y, Wn]
|
|
4732
4732
|
}
|
|
4733
4733
|
};
|
|
4734
|
-
S(
|
|
4735
|
-
function
|
|
4734
|
+
S(Ql);
|
|
4735
|
+
function ea(t, n) {
|
|
4736
4736
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4737
4737
|
if (!o) {
|
|
4738
4738
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
4739
4739
|
return;
|
|
4740
4740
|
}
|
|
4741
|
-
const s =
|
|
4741
|
+
const s = Mt.properties[o];
|
|
4742
4742
|
if (!s) {
|
|
4743
4743
|
console.error(`btnV1/spawn properties not found, ${e}`);
|
|
4744
4744
|
return;
|
|
4745
4745
|
}
|
|
4746
4746
|
const i = A();
|
|
4747
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4747
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Mt.key, i.settings.text = "button", {
|
|
4748
4748
|
nodeLite: M(i),
|
|
4749
4749
|
nodes: {
|
|
4750
4750
|
[i.basic.id]: i
|
|
4751
4751
|
}
|
|
4752
4752
|
};
|
|
4753
4753
|
}
|
|
4754
|
-
const
|
|
4754
|
+
const ta = O(ee), Bn = {
|
|
4755
4755
|
key: "settings",
|
|
4756
4756
|
name: "x-runtime-lib.settings",
|
|
4757
4757
|
children: [
|
|
@@ -4830,7 +4830,7 @@ const ea = O(ee), Wn = {
|
|
|
4830
4830
|
ui: "switch",
|
|
4831
4831
|
default: !1
|
|
4832
4832
|
},
|
|
4833
|
-
|
|
4833
|
+
ta,
|
|
4834
4834
|
{
|
|
4835
4835
|
key: "ripple",
|
|
4836
4836
|
name: "x-runtime-lib.ripple",
|
|
@@ -4838,13 +4838,13 @@ const ea = O(ee), Wn = {
|
|
|
4838
4838
|
default: !0
|
|
4839
4839
|
}
|
|
4840
4840
|
]
|
|
4841
|
-
},
|
|
4841
|
+
}, Mt = {
|
|
4842
4842
|
key: "common_btn_v1",
|
|
4843
4843
|
name: "x-runtime-lib.button",
|
|
4844
|
-
comp:
|
|
4844
|
+
comp: $r,
|
|
4845
4845
|
properties: {
|
|
4846
|
-
pageCommon: [y, q,
|
|
4847
|
-
compCommon: [y, q,
|
|
4846
|
+
pageCommon: [y, q, Bn],
|
|
4847
|
+
compCommon: [y, q, Bn]
|
|
4848
4848
|
},
|
|
4849
4849
|
events: [
|
|
4850
4850
|
{
|
|
@@ -4853,20 +4853,20 @@ const ea = O(ee), Wn = {
|
|
|
4853
4853
|
}
|
|
4854
4854
|
],
|
|
4855
4855
|
leaf: !0,
|
|
4856
|
-
spawn:
|
|
4856
|
+
spawn: ea
|
|
4857
4857
|
};
|
|
4858
|
-
S(
|
|
4859
|
-
const
|
|
4858
|
+
S(Mt);
|
|
4859
|
+
const na = {
|
|
4860
4860
|
key: "common_btn_group_v1",
|
|
4861
4861
|
name: "x-runtime-lib.buttonGroup",
|
|
4862
|
-
comp:
|
|
4862
|
+
comp: Vr,
|
|
4863
4863
|
properties: {
|
|
4864
4864
|
pageCommon: [y],
|
|
4865
4865
|
compCommon: [y]
|
|
4866
4866
|
}
|
|
4867
4867
|
};
|
|
4868
|
-
S(
|
|
4869
|
-
const
|
|
4868
|
+
S(na);
|
|
4869
|
+
const Rn = {
|
|
4870
4870
|
key: "settings",
|
|
4871
4871
|
name: "x-runtime-lib.settings",
|
|
4872
4872
|
children: [
|
|
@@ -4927,17 +4927,17 @@ const Bn = {
|
|
|
4927
4927
|
default: !1
|
|
4928
4928
|
}
|
|
4929
4929
|
]
|
|
4930
|
-
},
|
|
4930
|
+
}, oa = {
|
|
4931
4931
|
key: "common_btn_toggle_v1",
|
|
4932
4932
|
name: "x-runtime-lib.buttonToggle",
|
|
4933
|
-
comp:
|
|
4933
|
+
comp: Pr,
|
|
4934
4934
|
properties: {
|
|
4935
|
-
pageCommon: [y,
|
|
4936
|
-
compCommon: [y,
|
|
4935
|
+
pageCommon: [y, Rn],
|
|
4936
|
+
compCommon: [y, Rn]
|
|
4937
4937
|
}
|
|
4938
4938
|
};
|
|
4939
|
-
S(
|
|
4940
|
-
function
|
|
4939
|
+
S(oa);
|
|
4940
|
+
function ia(t, n) {
|
|
4941
4941
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4942
4942
|
if (!o) {
|
|
4943
4943
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
@@ -4956,7 +4956,7 @@ function oa(t, n) {
|
|
|
4956
4956
|
}
|
|
4957
4957
|
};
|
|
4958
4958
|
}
|
|
4959
|
-
const
|
|
4959
|
+
const Kn = {
|
|
4960
4960
|
key: "settings",
|
|
4961
4961
|
name: "x-runtime-lib.settings",
|
|
4962
4962
|
children: [
|
|
@@ -5014,15 +5014,15 @@ const Rn = {
|
|
|
5014
5014
|
}, Je = {
|
|
5015
5015
|
key: "common_card_v1",
|
|
5016
5016
|
name: "x-runtime-lib.card",
|
|
5017
|
-
comp:
|
|
5017
|
+
comp: Lr,
|
|
5018
5018
|
properties: {
|
|
5019
|
-
pageCommon: [y, q,
|
|
5020
|
-
compCommon: [y, q,
|
|
5019
|
+
pageCommon: [y, q, Kn],
|
|
5020
|
+
compCommon: [y, q, Kn]
|
|
5021
5021
|
},
|
|
5022
|
-
spawn:
|
|
5022
|
+
spawn: ia
|
|
5023
5023
|
};
|
|
5024
5024
|
S(Je);
|
|
5025
|
-
const
|
|
5025
|
+
const Dn = {
|
|
5026
5026
|
key: "settings",
|
|
5027
5027
|
name: "x-runtime-lib.settings",
|
|
5028
5028
|
children: [
|
|
@@ -5039,18 +5039,18 @@ const Kn = {
|
|
|
5039
5039
|
default: ""
|
|
5040
5040
|
}
|
|
5041
5041
|
]
|
|
5042
|
-
},
|
|
5042
|
+
}, sa = {
|
|
5043
5043
|
key: "common_checkbox_v1",
|
|
5044
5044
|
name: "x-runtime-lib.checkbox",
|
|
5045
|
-
comp:
|
|
5045
|
+
comp: zr,
|
|
5046
5046
|
properties: {
|
|
5047
|
-
pageCommon: [y,
|
|
5048
|
-
compCommon: [y,
|
|
5047
|
+
pageCommon: [y, Dn],
|
|
5048
|
+
compCommon: [y, Dn]
|
|
5049
5049
|
},
|
|
5050
5050
|
leaf: !0
|
|
5051
5051
|
};
|
|
5052
|
-
S(
|
|
5053
|
-
const
|
|
5052
|
+
S(sa);
|
|
5053
|
+
const ra = O(ee), On = {
|
|
5054
5054
|
key: "settings",
|
|
5055
5055
|
name: "x-runtime-lib.settings",
|
|
5056
5056
|
children: [
|
|
@@ -5123,32 +5123,32 @@ const sa = O(ee), Dn = {
|
|
|
5123
5123
|
ui: "switch",
|
|
5124
5124
|
default: !1
|
|
5125
5125
|
},
|
|
5126
|
-
|
|
5126
|
+
ra
|
|
5127
5127
|
]
|
|
5128
|
-
},
|
|
5128
|
+
}, Wt = {
|
|
5129
5129
|
key: "common_chip_v1",
|
|
5130
5130
|
name: "x-runtime-lib.chip",
|
|
5131
|
-
comp:
|
|
5131
|
+
comp: Tr,
|
|
5132
5132
|
properties: {
|
|
5133
|
-
pageCommon: [y,
|
|
5134
|
-
compCommon: [y,
|
|
5133
|
+
pageCommon: [y, On],
|
|
5134
|
+
compCommon: [y, On]
|
|
5135
5135
|
},
|
|
5136
5136
|
leaf: !0
|
|
5137
5137
|
};
|
|
5138
|
-
S(
|
|
5139
|
-
function
|
|
5138
|
+
S(Wt);
|
|
5139
|
+
function la(t, n) {
|
|
5140
5140
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5141
5141
|
if (!o) {
|
|
5142
5142
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
5143
5143
|
return;
|
|
5144
5144
|
}
|
|
5145
|
-
const s =
|
|
5145
|
+
const s = Bt.properties[o];
|
|
5146
5146
|
if (!s) {
|
|
5147
5147
|
console.error(`chipGroupV1/spawn properties not found, ${e}`);
|
|
5148
5148
|
return;
|
|
5149
5149
|
}
|
|
5150
5150
|
const i = A();
|
|
5151
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
5151
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Bt.key;
|
|
5152
5152
|
const l = Ee(t, n, "chip1", "chip 1"), c = Ee(t, n, "chip2", "chip 2"), m = Ee(t, n, "chip3", "chip 3"), u = Ee(t, n, "chip4", "chip 4"), d = Ee(t, n, "chip5", "chip 5"), p = Ee(t, n, "chip6", "chip 6");
|
|
5153
5153
|
return {
|
|
5154
5154
|
nodeLite: M(i, [
|
|
@@ -5176,20 +5176,20 @@ function Ee(t, n, e, o) {
|
|
|
5176
5176
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
5177
5177
|
return;
|
|
5178
5178
|
}
|
|
5179
|
-
const l =
|
|
5179
|
+
const l = Wt.properties[i];
|
|
5180
5180
|
if (!l) {
|
|
5181
5181
|
console.error(`chipGroupV1/spawnChip properties not found, ${s}`);
|
|
5182
5182
|
return;
|
|
5183
5183
|
}
|
|
5184
5184
|
const c = A();
|
|
5185
|
-
return W(c, l), c.basic.id = E(16), c.basic.key =
|
|
5185
|
+
return W(c, l), c.basic.id = E(16), c.basic.key = Wt.key, c.settings.value = e, c.settings.text = o, {
|
|
5186
5186
|
nodeLite: M(c),
|
|
5187
5187
|
nodes: {
|
|
5188
5188
|
[c.basic.id]: c
|
|
5189
5189
|
}
|
|
5190
5190
|
};
|
|
5191
5191
|
}
|
|
5192
|
-
const
|
|
5192
|
+
const Fn = {
|
|
5193
5193
|
key: "settings",
|
|
5194
5194
|
name: "x-runtime-lib.settings",
|
|
5195
5195
|
children: [
|
|
@@ -5243,29 +5243,29 @@ const On = {
|
|
|
5243
5243
|
default: !1
|
|
5244
5244
|
}
|
|
5245
5245
|
]
|
|
5246
|
-
},
|
|
5246
|
+
}, Bt = {
|
|
5247
5247
|
key: "common_chip_group_v1",
|
|
5248
5248
|
name: "x-runtime-lib.chipGroup",
|
|
5249
|
-
comp:
|
|
5249
|
+
comp: Er,
|
|
5250
5250
|
properties: {
|
|
5251
|
-
pageCommon: [y,
|
|
5252
|
-
compCommon: [y,
|
|
5251
|
+
pageCommon: [y, Fn],
|
|
5252
|
+
compCommon: [y, Fn]
|
|
5253
5253
|
},
|
|
5254
|
-
spawn:
|
|
5254
|
+
spawn: la
|
|
5255
5255
|
};
|
|
5256
|
-
S(
|
|
5257
|
-
const
|
|
5256
|
+
S(Bt);
|
|
5257
|
+
const aa = {
|
|
5258
5258
|
key: "common_color_picker_v1",
|
|
5259
5259
|
name: "x-runtime-lib.colorPicker",
|
|
5260
|
-
comp:
|
|
5260
|
+
comp: Ar,
|
|
5261
5261
|
properties: {
|
|
5262
5262
|
pageCommon: [y],
|
|
5263
5263
|
compCommon: [y]
|
|
5264
5264
|
},
|
|
5265
5265
|
leaf: !0
|
|
5266
5266
|
};
|
|
5267
|
-
S(
|
|
5268
|
-
const
|
|
5267
|
+
S(aa);
|
|
5268
|
+
const Nn = {
|
|
5269
5269
|
key: "settings",
|
|
5270
5270
|
name: "x-runtime-lib.settings",
|
|
5271
5271
|
children: [
|
|
@@ -5306,31 +5306,31 @@ const Fn = {
|
|
|
5306
5306
|
default: !1
|
|
5307
5307
|
}
|
|
5308
5308
|
]
|
|
5309
|
-
},
|
|
5309
|
+
}, ca = {
|
|
5310
5310
|
key: "common_combobox_v1",
|
|
5311
5311
|
name: "x-runtime-lib.combobox",
|
|
5312
|
-
comp:
|
|
5312
|
+
comp: Mr,
|
|
5313
5313
|
properties: {
|
|
5314
|
-
pageCommon: [y,
|
|
5315
|
-
compCommon: [y,
|
|
5314
|
+
pageCommon: [y, Nn],
|
|
5315
|
+
compCommon: [y, Nn]
|
|
5316
5316
|
},
|
|
5317
5317
|
leaf: !0
|
|
5318
5318
|
};
|
|
5319
|
-
S(
|
|
5320
|
-
const
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
const
|
|
5319
|
+
S(ca);
|
|
5320
|
+
const fn = O(ee);
|
|
5321
|
+
fn.key = "backgroundColor";
|
|
5322
|
+
fn.name = "x-runtime-lib.backgroundColor";
|
|
5323
|
+
const jn = {
|
|
5324
5324
|
key: "settings",
|
|
5325
5325
|
name: "x-runtime-lib.settings",
|
|
5326
|
-
children: [
|
|
5327
|
-
},
|
|
5326
|
+
children: [fn]
|
|
5327
|
+
}, Rt = {
|
|
5328
5328
|
key: "common_container_v1",
|
|
5329
5329
|
name: "x-runtime-lib.container",
|
|
5330
|
-
comp:
|
|
5330
|
+
comp: Wr,
|
|
5331
5331
|
properties: {
|
|
5332
|
-
pageCommon: [y, q, Ae, Me, We,
|
|
5333
|
-
compCommon: [y, q, Ae, Me, We,
|
|
5332
|
+
pageCommon: [y, q, Ae, Me, We, jn],
|
|
5333
|
+
compCommon: [y, q, Ae, Me, We, jn]
|
|
5334
5334
|
},
|
|
5335
5335
|
events: [
|
|
5336
5336
|
{
|
|
@@ -5339,8 +5339,8 @@ const Nn = {
|
|
|
5339
5339
|
}
|
|
5340
5340
|
]
|
|
5341
5341
|
};
|
|
5342
|
-
S(
|
|
5343
|
-
const
|
|
5342
|
+
S(Rt);
|
|
5343
|
+
const Hn = {
|
|
5344
5344
|
key: "size",
|
|
5345
5345
|
name: "x-runtime-lib.size",
|
|
5346
5346
|
children: [
|
|
@@ -5359,7 +5359,7 @@ const jn = {
|
|
|
5359
5359
|
default: ""
|
|
5360
5360
|
}
|
|
5361
5361
|
]
|
|
5362
|
-
},
|
|
5362
|
+
}, Gn = {
|
|
5363
5363
|
key: "settings",
|
|
5364
5364
|
name: "x-runtime-lib.settings",
|
|
5365
5365
|
children: [
|
|
@@ -5467,7 +5467,7 @@ const jn = {
|
|
|
5467
5467
|
default: !1
|
|
5468
5468
|
}
|
|
5469
5469
|
]
|
|
5470
|
-
},
|
|
5470
|
+
}, Jn = {
|
|
5471
5471
|
key: "slots",
|
|
5472
5472
|
name: "x-runtime-lib.slots",
|
|
5473
5473
|
children: [
|
|
@@ -5492,32 +5492,32 @@ const jn = {
|
|
|
5492
5492
|
defaultArray: []
|
|
5493
5493
|
}
|
|
5494
5494
|
]
|
|
5495
|
-
},
|
|
5495
|
+
}, ua = {
|
|
5496
5496
|
key: "common_data_table_v1",
|
|
5497
5497
|
name: "x-runtime-lib.dataTable",
|
|
5498
|
-
comp:
|
|
5498
|
+
comp: Rr,
|
|
5499
5499
|
properties: {
|
|
5500
|
-
pageCommon: [y,
|
|
5501
|
-
compCommon: [y,
|
|
5500
|
+
pageCommon: [y, Hn, Gn, Jn],
|
|
5501
|
+
compCommon: [y, Hn, Gn, Jn]
|
|
5502
5502
|
},
|
|
5503
5503
|
leaf: !0
|
|
5504
5504
|
};
|
|
5505
|
-
S(
|
|
5506
|
-
const
|
|
5505
|
+
S(ua);
|
|
5506
|
+
const ma = {
|
|
5507
5507
|
key: "common_date_picker_v1",
|
|
5508
5508
|
name: "x-runtime-lib.datePicker",
|
|
5509
|
-
comp:
|
|
5509
|
+
comp: Kr,
|
|
5510
5510
|
properties: {
|
|
5511
5511
|
pageCommon: [y],
|
|
5512
5512
|
compCommon: [y]
|
|
5513
5513
|
},
|
|
5514
5514
|
leaf: !0
|
|
5515
5515
|
};
|
|
5516
|
-
S(
|
|
5517
|
-
const
|
|
5516
|
+
S(ma);
|
|
5517
|
+
const pa = {
|
|
5518
5518
|
key: "common_dialog_v1",
|
|
5519
5519
|
name: "x-runtime-lib.dialog",
|
|
5520
|
-
comp:
|
|
5520
|
+
comp: Or,
|
|
5521
5521
|
properties: {
|
|
5522
5522
|
pageCommon: [y],
|
|
5523
5523
|
compCommon: [y]
|
|
@@ -5534,21 +5534,21 @@ const ma = {
|
|
|
5534
5534
|
],
|
|
5535
5535
|
teleport: !0
|
|
5536
5536
|
};
|
|
5537
|
-
S(
|
|
5538
|
-
const
|
|
5537
|
+
S(pa);
|
|
5538
|
+
const Un = {
|
|
5539
5539
|
key: "settings",
|
|
5540
5540
|
name: "x-runtime-lib.settings",
|
|
5541
5541
|
children: []
|
|
5542
|
-
},
|
|
5542
|
+
}, Vu = {
|
|
5543
5543
|
key: "common_file_input_v1",
|
|
5544
5544
|
name: "x-runtime-lib.fileInput",
|
|
5545
|
-
comp:
|
|
5545
|
+
comp: Fr,
|
|
5546
5546
|
properties: {
|
|
5547
|
-
pageCommon: [y,
|
|
5548
|
-
compCommon: [y,
|
|
5547
|
+
pageCommon: [y, Un],
|
|
5548
|
+
compCommon: [y, Un]
|
|
5549
5549
|
},
|
|
5550
5550
|
leaf: !0
|
|
5551
|
-
},
|
|
5551
|
+
}, qn = {
|
|
5552
5552
|
key: "settings",
|
|
5553
5553
|
name: "x-runtime-lib.settings",
|
|
5554
5554
|
children: [
|
|
@@ -5565,17 +5565,17 @@ const Jn = {
|
|
|
5565
5565
|
default: !1
|
|
5566
5566
|
}
|
|
5567
5567
|
]
|
|
5568
|
-
},
|
|
5568
|
+
}, Kt = {
|
|
5569
5569
|
key: "common_flex_layout_entry_v1",
|
|
5570
5570
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5571
|
-
comp:
|
|
5571
|
+
comp: jr,
|
|
5572
5572
|
properties: {
|
|
5573
|
-
pageCommon: [y, q,
|
|
5574
|
-
compCommon: [y, q,
|
|
5573
|
+
pageCommon: [y, q, qn],
|
|
5574
|
+
compCommon: [y, q, qn]
|
|
5575
5575
|
}
|
|
5576
5576
|
};
|
|
5577
|
-
S(
|
|
5578
|
-
function
|
|
5577
|
+
S(Kt);
|
|
5578
|
+
function da(t, n) {
|
|
5579
5579
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5580
5580
|
if (!o) {
|
|
5581
5581
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
@@ -5588,7 +5588,7 @@ function pa(t, n) {
|
|
|
5588
5588
|
}
|
|
5589
5589
|
const i = A();
|
|
5590
5590
|
W(i, s), i.basic.id = E(16), i.basic.key = Ue.key;
|
|
5591
|
-
const l =
|
|
5591
|
+
const l = Dt(
|
|
5592
5592
|
t,
|
|
5593
5593
|
n,
|
|
5594
5594
|
"#ff0000",
|
|
@@ -5597,7 +5597,7 @@ function pa(t, n) {
|
|
|
5597
5597
|
void 0,
|
|
5598
5598
|
"40px",
|
|
5599
5599
|
void 0
|
|
5600
|
-
), c =
|
|
5600
|
+
), c = Dt(
|
|
5601
5601
|
t,
|
|
5602
5602
|
n,
|
|
5603
5603
|
"#00ff00",
|
|
@@ -5606,7 +5606,7 @@ function pa(t, n) {
|
|
|
5606
5606
|
void 0,
|
|
5607
5607
|
"60px",
|
|
5608
5608
|
void 0
|
|
5609
|
-
), m =
|
|
5609
|
+
), m = fa(t, n);
|
|
5610
5610
|
return {
|
|
5611
5611
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
5612
5612
|
nodes: {
|
|
@@ -5617,7 +5617,7 @@ function pa(t, n) {
|
|
|
5617
5617
|
}
|
|
5618
5618
|
};
|
|
5619
5619
|
}
|
|
5620
|
-
function
|
|
5620
|
+
function fa(t, n) {
|
|
5621
5621
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5622
5622
|
if (!o) {
|
|
5623
5623
|
console.error(
|
|
@@ -5625,14 +5625,14 @@ function da(t, n) {
|
|
|
5625
5625
|
);
|
|
5626
5626
|
return;
|
|
5627
5627
|
}
|
|
5628
|
-
const s =
|
|
5628
|
+
const s = Kt.properties[o];
|
|
5629
5629
|
if (!s) {
|
|
5630
5630
|
console.error(`flexLayoutV1/spawnEntry properties not found, ${e}`);
|
|
5631
5631
|
return;
|
|
5632
5632
|
}
|
|
5633
5633
|
const i = A();
|
|
5634
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
5635
|
-
const l =
|
|
5634
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Kt.key;
|
|
5635
|
+
const l = Dt(
|
|
5636
5636
|
t,
|
|
5637
5637
|
n,
|
|
5638
5638
|
"#0000ff",
|
|
@@ -5650,7 +5650,7 @@ function da(t, n) {
|
|
|
5650
5650
|
}
|
|
5651
5651
|
};
|
|
5652
5652
|
}
|
|
5653
|
-
function
|
|
5653
|
+
function Dt(t, n, e, o, s, i, l, c, m) {
|
|
5654
5654
|
const u = `type=${t} subtype=${n}`, d = R(t, n);
|
|
5655
5655
|
if (!d) {
|
|
5656
5656
|
console.error(
|
|
@@ -5658,7 +5658,7 @@ function Kt(t, n, e, o, s, i, l, c, m) {
|
|
|
5658
5658
|
);
|
|
5659
5659
|
return;
|
|
5660
5660
|
}
|
|
5661
|
-
const p =
|
|
5661
|
+
const p = Rt.properties[d];
|
|
5662
5662
|
if (!p) {
|
|
5663
5663
|
console.error(
|
|
5664
5664
|
`flexLayoutV1/spawnContainer properties not found, ${u}`
|
|
@@ -5666,17 +5666,17 @@ function Kt(t, n, e, o, s, i, l, c, m) {
|
|
|
5666
5666
|
return;
|
|
5667
5667
|
}
|
|
5668
5668
|
const f = A();
|
|
5669
|
-
return W(f, p), f.basic.id = E(16), f.basic.key =
|
|
5669
|
+
return W(f, p), f.basic.id = E(16), f.basic.key = Rt.key, o && (f.size.width = o), s && (f.size.minWidth = s), l && (f.size.height = l), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
|
|
5670
5670
|
nodeLite: M(f, []),
|
|
5671
5671
|
nodes: {
|
|
5672
5672
|
[f.basic.id]: f
|
|
5673
5673
|
}
|
|
5674
5674
|
};
|
|
5675
5675
|
}
|
|
5676
|
-
const
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
const
|
|
5676
|
+
const yn = O(ee);
|
|
5677
|
+
yn.key = "backgroundColor";
|
|
5678
|
+
yn.name = "x-runtime-lib.backgroundColor";
|
|
5679
|
+
const Xn = {
|
|
5680
5680
|
key: "settings",
|
|
5681
5681
|
name: "x-runtime-lib.settings",
|
|
5682
5682
|
children: [
|
|
@@ -5844,15 +5844,15 @@ const qn = {
|
|
|
5844
5844
|
}
|
|
5845
5845
|
]
|
|
5846
5846
|
},
|
|
5847
|
-
|
|
5847
|
+
yn
|
|
5848
5848
|
]
|
|
5849
5849
|
}, Ue = {
|
|
5850
5850
|
key: "common_flex_layout_v1",
|
|
5851
5851
|
name: "x-runtime-lib.flexLayout",
|
|
5852
|
-
comp:
|
|
5852
|
+
comp: Nr,
|
|
5853
5853
|
properties: {
|
|
5854
|
-
pageCommon: [y, q, Ae, Me, We,
|
|
5855
|
-
compCommon: [y, q, Ae, Me, We,
|
|
5854
|
+
pageCommon: [y, q, Ae, Me, We, Xn],
|
|
5855
|
+
compCommon: [y, q, Ae, Me, We, Xn]
|
|
5856
5856
|
},
|
|
5857
5857
|
events: [
|
|
5858
5858
|
{
|
|
@@ -5860,10 +5860,10 @@ const qn = {
|
|
|
5860
5860
|
name: "x-runtime-lib.click"
|
|
5861
5861
|
}
|
|
5862
5862
|
],
|
|
5863
|
-
spawn:
|
|
5863
|
+
spawn: da
|
|
5864
5864
|
};
|
|
5865
5865
|
S(Ue);
|
|
5866
|
-
const
|
|
5866
|
+
const Yn = {
|
|
5867
5867
|
key: "settings",
|
|
5868
5868
|
name: "x-runtime-lib.settings",
|
|
5869
5869
|
children: [
|
|
@@ -5984,7 +5984,7 @@ const Xn = {
|
|
|
5984
5984
|
default: ""
|
|
5985
5985
|
}
|
|
5986
5986
|
]
|
|
5987
|
-
},
|
|
5987
|
+
}, Zn = {
|
|
5988
5988
|
key: "slots",
|
|
5989
5989
|
name: "x-runtime-lib.slots",
|
|
5990
5990
|
children: [
|
|
@@ -6013,13 +6013,13 @@ const Xn = {
|
|
|
6013
6013
|
default: void 0
|
|
6014
6014
|
}
|
|
6015
6015
|
]
|
|
6016
|
-
},
|
|
6016
|
+
}, Ot = {
|
|
6017
6017
|
key: "common_text_field_v1",
|
|
6018
6018
|
name: "x-runtime-lib.textField",
|
|
6019
|
-
comp:
|
|
6019
|
+
comp: gl,
|
|
6020
6020
|
properties: {
|
|
6021
|
-
pageCommon: [y,
|
|
6022
|
-
compCommon: [y,
|
|
6021
|
+
pageCommon: [y, Yn, Zn],
|
|
6022
|
+
compCommon: [y, Yn, Zn]
|
|
6023
6023
|
},
|
|
6024
6024
|
events: [],
|
|
6025
6025
|
methods: [],
|
|
@@ -6043,21 +6043,21 @@ const Xn = {
|
|
|
6043
6043
|
],
|
|
6044
6044
|
leaf: !0
|
|
6045
6045
|
};
|
|
6046
|
-
S(
|
|
6047
|
-
function
|
|
6046
|
+
S(Ot);
|
|
6047
|
+
function ya(t, n) {
|
|
6048
6048
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6049
6049
|
if (!o) {
|
|
6050
6050
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
6051
6051
|
return;
|
|
6052
6052
|
}
|
|
6053
|
-
const s =
|
|
6053
|
+
const s = Ft.properties[o];
|
|
6054
6054
|
if (!s) {
|
|
6055
6055
|
console.error(`formV1/spawn properties not found, ${e}`);
|
|
6056
6056
|
return;
|
|
6057
6057
|
}
|
|
6058
6058
|
const i = A();
|
|
6059
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6060
|
-
const l =
|
|
6059
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ft.key;
|
|
6060
|
+
const l = ba(t, n);
|
|
6061
6061
|
return {
|
|
6062
6062
|
nodeLite: M(i, [l.nodeLite]),
|
|
6063
6063
|
nodes: {
|
|
@@ -6066,26 +6066,26 @@ function fa(t, n) {
|
|
|
6066
6066
|
}
|
|
6067
6067
|
};
|
|
6068
6068
|
}
|
|
6069
|
-
function
|
|
6069
|
+
function ba(t, n) {
|
|
6070
6070
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6071
6071
|
if (!o) {
|
|
6072
6072
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
6073
6073
|
return;
|
|
6074
6074
|
}
|
|
6075
|
-
const s =
|
|
6075
|
+
const s = Ot.properties[o];
|
|
6076
6076
|
if (!s) {
|
|
6077
6077
|
console.error(`formV1/spawnTextField properties not found, ${e}`);
|
|
6078
6078
|
return;
|
|
6079
6079
|
}
|
|
6080
6080
|
const i = A();
|
|
6081
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6081
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Ot.key, {
|
|
6082
6082
|
nodeLite: M(i),
|
|
6083
6083
|
nodes: {
|
|
6084
6084
|
[i.basic.id]: i
|
|
6085
6085
|
}
|
|
6086
6086
|
};
|
|
6087
6087
|
}
|
|
6088
|
-
const
|
|
6088
|
+
const Qn = {
|
|
6089
6089
|
key: "settings",
|
|
6090
6090
|
name: "x-runtime-lib.settings",
|
|
6091
6091
|
children: [
|
|
@@ -6103,13 +6103,13 @@ const Zn = {
|
|
|
6103
6103
|
default: !1
|
|
6104
6104
|
}
|
|
6105
6105
|
]
|
|
6106
|
-
},
|
|
6106
|
+
}, Ft = {
|
|
6107
6107
|
key: "common_form_v1",
|
|
6108
6108
|
name: "x-runtime-lib.form",
|
|
6109
|
-
comp:
|
|
6109
|
+
comp: Hr,
|
|
6110
6110
|
properties: {
|
|
6111
|
-
pageCommon: [y, q, Ae, Me, We,
|
|
6112
|
-
compCommon: [y, q, Ae, Me, We,
|
|
6111
|
+
pageCommon: [y, q, Ae, Me, We, Qn],
|
|
6112
|
+
compCommon: [y, q, Ae, Me, We, Qn]
|
|
6113
6113
|
},
|
|
6114
6114
|
events: [
|
|
6115
6115
|
{
|
|
@@ -6117,10 +6117,10 @@ const Zn = {
|
|
|
6117
6117
|
name: "x-runtime-lib.submit"
|
|
6118
6118
|
}
|
|
6119
6119
|
],
|
|
6120
|
-
spawn:
|
|
6120
|
+
spawn: ya
|
|
6121
6121
|
};
|
|
6122
|
-
S(
|
|
6123
|
-
const
|
|
6122
|
+
S(Ft);
|
|
6123
|
+
const ga = O(ee), eo = {
|
|
6124
6124
|
key: "settings",
|
|
6125
6125
|
name: "x-runtime-lib.settings",
|
|
6126
6126
|
children: [
|
|
@@ -6143,23 +6143,23 @@ const ba = O(ee), Qn = {
|
|
|
6143
6143
|
items: "sizeItemsV1",
|
|
6144
6144
|
default: "default"
|
|
6145
6145
|
},
|
|
6146
|
-
|
|
6146
|
+
ga
|
|
6147
6147
|
]
|
|
6148
|
-
},
|
|
6148
|
+
}, ha = {
|
|
6149
6149
|
key: "common_icon_v1",
|
|
6150
6150
|
name: "x-runtime-lib.icon",
|
|
6151
|
-
comp:
|
|
6151
|
+
comp: Gr,
|
|
6152
6152
|
properties: {
|
|
6153
|
-
pageCommon: [y,
|
|
6154
|
-
compCommon: [y,
|
|
6153
|
+
pageCommon: [y, eo],
|
|
6154
|
+
compCommon: [y, eo]
|
|
6155
6155
|
},
|
|
6156
6156
|
leaf: !0
|
|
6157
6157
|
};
|
|
6158
|
-
S(
|
|
6159
|
-
const
|
|
6158
|
+
S(ha);
|
|
6159
|
+
const _a = {
|
|
6160
6160
|
key: "common_menu_v1",
|
|
6161
6161
|
name: "x-runtime-lib.menu",
|
|
6162
|
-
comp:
|
|
6162
|
+
comp: Ur,
|
|
6163
6163
|
properties: {
|
|
6164
6164
|
pageCommon: [y],
|
|
6165
6165
|
compCommon: [y]
|
|
@@ -6176,27 +6176,27 @@ const ha = {
|
|
|
6176
6176
|
],
|
|
6177
6177
|
teleport: !0
|
|
6178
6178
|
};
|
|
6179
|
-
S(
|
|
6180
|
-
function
|
|
6179
|
+
S(_a);
|
|
6180
|
+
function va(t, n) {
|
|
6181
6181
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6182
6182
|
if (!o) {
|
|
6183
6183
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
6184
6184
|
return;
|
|
6185
6185
|
}
|
|
6186
|
-
const s =
|
|
6186
|
+
const s = Nt.properties[o];
|
|
6187
6187
|
if (!s) {
|
|
6188
6188
|
console.error(`numberInputV1/spawn properties not found, ${e}`);
|
|
6189
6189
|
return;
|
|
6190
6190
|
}
|
|
6191
6191
|
const i = A();
|
|
6192
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6192
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Nt.key, i.settings.label = "label", i.settings.placeholder = "placeholder", {
|
|
6193
6193
|
nodeLite: M(i),
|
|
6194
6194
|
nodes: {
|
|
6195
6195
|
[i.basic.id]: i
|
|
6196
6196
|
}
|
|
6197
6197
|
};
|
|
6198
6198
|
}
|
|
6199
|
-
const
|
|
6199
|
+
const to = {
|
|
6200
6200
|
key: "size",
|
|
6201
6201
|
name: "x-runtime-lib.size",
|
|
6202
6202
|
children: [
|
|
@@ -6222,7 +6222,7 @@ const eo = {
|
|
|
6222
6222
|
default: ""
|
|
6223
6223
|
}
|
|
6224
6224
|
]
|
|
6225
|
-
},
|
|
6225
|
+
}, no = {
|
|
6226
6226
|
key: "settings",
|
|
6227
6227
|
name: "x-runtime-lib.settings",
|
|
6228
6228
|
children: [
|
|
@@ -6363,13 +6363,13 @@ const eo = {
|
|
|
6363
6363
|
]
|
|
6364
6364
|
}
|
|
6365
6365
|
]
|
|
6366
|
-
},
|
|
6366
|
+
}, Nt = {
|
|
6367
6367
|
key: "common_number_input_v1",
|
|
6368
6368
|
name: "x-runtime-lib.numberInput",
|
|
6369
|
-
comp:
|
|
6369
|
+
comp: qr,
|
|
6370
6370
|
properties: {
|
|
6371
|
-
pageCommon: [y,
|
|
6372
|
-
compCommon: [y,
|
|
6371
|
+
pageCommon: [y, to, no],
|
|
6372
|
+
compCommon: [y, to, no]
|
|
6373
6373
|
},
|
|
6374
6374
|
events: [
|
|
6375
6375
|
{
|
|
@@ -6394,10 +6394,10 @@ const eo = {
|
|
|
6394
6394
|
}
|
|
6395
6395
|
],
|
|
6396
6396
|
leaf: !0,
|
|
6397
|
-
spawn:
|
|
6397
|
+
spawn: va
|
|
6398
6398
|
};
|
|
6399
|
-
S(
|
|
6400
|
-
const
|
|
6399
|
+
S(Nt);
|
|
6400
|
+
const oo = {
|
|
6401
6401
|
key: "settings",
|
|
6402
6402
|
name: "x-runtime-lib.settings",
|
|
6403
6403
|
children: [
|
|
@@ -6460,18 +6460,18 @@ const no = {
|
|
|
6460
6460
|
default: !1
|
|
6461
6461
|
}
|
|
6462
6462
|
]
|
|
6463
|
-
},
|
|
6463
|
+
}, xa = {
|
|
6464
6464
|
key: "common_pagination_v1",
|
|
6465
6465
|
name: "x-runtime-lib.pagination",
|
|
6466
|
-
comp:
|
|
6466
|
+
comp: Xr,
|
|
6467
6467
|
properties: {
|
|
6468
|
-
pageCommon: [y,
|
|
6469
|
-
compCommon: [y,
|
|
6468
|
+
pageCommon: [y, oo],
|
|
6469
|
+
compCommon: [y, oo]
|
|
6470
6470
|
},
|
|
6471
6471
|
leaf: !0
|
|
6472
6472
|
};
|
|
6473
|
-
S(
|
|
6474
|
-
const
|
|
6473
|
+
S(xa);
|
|
6474
|
+
const ka = O(ee), io = {
|
|
6475
6475
|
key: "settings",
|
|
6476
6476
|
name: "x-runtime-lib.settings",
|
|
6477
6477
|
children: [
|
|
@@ -6506,32 +6506,32 @@ const xa = O(ee), oo = {
|
|
|
6506
6506
|
items: "densityItemsV1",
|
|
6507
6507
|
default: "default"
|
|
6508
6508
|
},
|
|
6509
|
-
|
|
6509
|
+
ka
|
|
6510
6510
|
]
|
|
6511
|
-
},
|
|
6511
|
+
}, jt = {
|
|
6512
6512
|
key: "common_radio_v1",
|
|
6513
6513
|
name: "x-runtime-lib.radio",
|
|
6514
|
-
comp:
|
|
6514
|
+
comp: Yr,
|
|
6515
6515
|
properties: {
|
|
6516
|
-
pageCommon: [y,
|
|
6517
|
-
compCommon: [y,
|
|
6516
|
+
pageCommon: [y, io],
|
|
6517
|
+
compCommon: [y, io]
|
|
6518
6518
|
},
|
|
6519
6519
|
leaf: !0
|
|
6520
6520
|
};
|
|
6521
|
-
S(
|
|
6522
|
-
function
|
|
6521
|
+
S(jt);
|
|
6522
|
+
function wa(t, n) {
|
|
6523
6523
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6524
6524
|
if (!o) {
|
|
6525
6525
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
6526
6526
|
return;
|
|
6527
6527
|
}
|
|
6528
|
-
const s =
|
|
6528
|
+
const s = Ht.properties[o];
|
|
6529
6529
|
if (!s) {
|
|
6530
6530
|
console.error(`radioGroupV1/spawn properties not found, ${e}`);
|
|
6531
6531
|
return;
|
|
6532
6532
|
}
|
|
6533
6533
|
const i = A();
|
|
6534
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6534
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ht.key, i.settings.value = "option1";
|
|
6535
6535
|
const l = It(t, n, "option1", "Option 1"), c = It(t, n, "option2", "Option 2"), m = It(t, n, "option3", "Option 3");
|
|
6536
6536
|
return {
|
|
6537
6537
|
nodeLite: M(i, [
|
|
@@ -6555,20 +6555,20 @@ function It(t, n, e, o) {
|
|
|
6555
6555
|
);
|
|
6556
6556
|
return;
|
|
6557
6557
|
}
|
|
6558
|
-
const l =
|
|
6558
|
+
const l = jt.properties[i];
|
|
6559
6559
|
if (!l) {
|
|
6560
6560
|
console.error(`radioGroupV1/spawnEntry properties not found, ${s}`);
|
|
6561
6561
|
return;
|
|
6562
6562
|
}
|
|
6563
6563
|
const c = A();
|
|
6564
|
-
return W(c, l), c.basic.id = E(16), c.basic.key =
|
|
6564
|
+
return W(c, l), c.basic.id = E(16), c.basic.key = jt.key, c.settings.value = e, c.settings.label = o, {
|
|
6565
6565
|
nodeLite: M(c),
|
|
6566
6566
|
nodes: {
|
|
6567
6567
|
[c.basic.id]: c
|
|
6568
6568
|
}
|
|
6569
6569
|
};
|
|
6570
6570
|
}
|
|
6571
|
-
const
|
|
6571
|
+
const so = {
|
|
6572
6572
|
key: "settings",
|
|
6573
6573
|
name: "x-runtime-lib.settings",
|
|
6574
6574
|
children: [
|
|
@@ -6611,18 +6611,18 @@ const io = {
|
|
|
6611
6611
|
default: !1
|
|
6612
6612
|
}
|
|
6613
6613
|
]
|
|
6614
|
-
},
|
|
6614
|
+
}, Ht = {
|
|
6615
6615
|
key: "common_radio_group_v1",
|
|
6616
6616
|
name: "x-runtime-lib.radioGroup",
|
|
6617
|
-
comp:
|
|
6617
|
+
comp: Zr,
|
|
6618
6618
|
properties: {
|
|
6619
|
-
pageCommon: [y,
|
|
6620
|
-
compCommon: [y,
|
|
6619
|
+
pageCommon: [y, so],
|
|
6620
|
+
compCommon: [y, so]
|
|
6621
6621
|
},
|
|
6622
|
-
spawn:
|
|
6622
|
+
spawn: wa
|
|
6623
6623
|
};
|
|
6624
|
-
S(
|
|
6625
|
-
const
|
|
6624
|
+
S(Ht);
|
|
6625
|
+
const ro = {
|
|
6626
6626
|
key: "settings",
|
|
6627
6627
|
name: "x-runtime-lib.settings",
|
|
6628
6628
|
children: [
|
|
@@ -6739,18 +6739,18 @@ const so = {
|
|
|
6739
6739
|
]
|
|
6740
6740
|
}
|
|
6741
6741
|
]
|
|
6742
|
-
},
|
|
6742
|
+
}, Ia = {
|
|
6743
6743
|
key: "common_range_slider_v1",
|
|
6744
6744
|
name: "x-runtime-lib.rangeSlider",
|
|
6745
|
-
comp:
|
|
6745
|
+
comp: Qr,
|
|
6746
6746
|
properties: {
|
|
6747
|
-
pageCommon: [y,
|
|
6748
|
-
compCommon: [y,
|
|
6747
|
+
pageCommon: [y, ro],
|
|
6748
|
+
compCommon: [y, ro]
|
|
6749
6749
|
},
|
|
6750
6750
|
leaf: !0
|
|
6751
6751
|
};
|
|
6752
|
-
S(
|
|
6753
|
-
const
|
|
6752
|
+
S(Ia);
|
|
6753
|
+
const lo = {
|
|
6754
6754
|
key: "settings",
|
|
6755
6755
|
name: "x-runtime-lib.settings",
|
|
6756
6756
|
children: [
|
|
@@ -6805,18 +6805,18 @@ const ro = {
|
|
|
6805
6805
|
default: !1
|
|
6806
6806
|
}
|
|
6807
6807
|
]
|
|
6808
|
-
},
|
|
6808
|
+
}, $a = {
|
|
6809
6809
|
key: "common_rating_v1",
|
|
6810
6810
|
name: "x-runtime-lib.rating",
|
|
6811
|
-
comp:
|
|
6811
|
+
comp: el,
|
|
6812
6812
|
properties: {
|
|
6813
|
-
pageCommon: [y,
|
|
6814
|
-
compCommon: [y,
|
|
6813
|
+
pageCommon: [y, lo],
|
|
6814
|
+
compCommon: [y, lo]
|
|
6815
6815
|
},
|
|
6816
6816
|
leaf: !0
|
|
6817
6817
|
};
|
|
6818
|
-
S(
|
|
6819
|
-
const
|
|
6818
|
+
S($a);
|
|
6819
|
+
const ao = {
|
|
6820
6820
|
key: "settings",
|
|
6821
6821
|
name: "x-runtime-lib.settings",
|
|
6822
6822
|
children: [
|
|
@@ -6857,27 +6857,27 @@ const lo = {
|
|
|
6857
6857
|
default: !1
|
|
6858
6858
|
}
|
|
6859
6859
|
]
|
|
6860
|
-
},
|
|
6860
|
+
}, Sa = {
|
|
6861
6861
|
key: "common_select_v1",
|
|
6862
6862
|
name: "x-runtime-lib.select",
|
|
6863
|
-
comp:
|
|
6863
|
+
comp: tl,
|
|
6864
6864
|
properties: {
|
|
6865
|
-
pageCommon: [y,
|
|
6866
|
-
compCommon: [y,
|
|
6865
|
+
pageCommon: [y, ao],
|
|
6866
|
+
compCommon: [y, ao]
|
|
6867
6867
|
},
|
|
6868
6868
|
leaf: !0
|
|
6869
6869
|
};
|
|
6870
|
-
S(
|
|
6871
|
-
const yn = O(ee);
|
|
6872
|
-
yn.key = "color";
|
|
6873
|
-
yn.name = "x-runtime-lib.color";
|
|
6870
|
+
S(Sa);
|
|
6874
6871
|
const bn = O(ee);
|
|
6875
|
-
bn.key = "
|
|
6876
|
-
bn.name = "x-runtime-lib.
|
|
6872
|
+
bn.key = "color";
|
|
6873
|
+
bn.name = "x-runtime-lib.color";
|
|
6877
6874
|
const gn = O(ee);
|
|
6878
|
-
gn.key = "
|
|
6879
|
-
gn.name = "x-runtime-lib.
|
|
6880
|
-
const
|
|
6875
|
+
gn.key = "trackColor";
|
|
6876
|
+
gn.name = "x-runtime-lib.trackColor";
|
|
6877
|
+
const hn = O(ee);
|
|
6878
|
+
hn.key = "thumbColor";
|
|
6879
|
+
hn.name = "x-runtime-lib.thumbColor";
|
|
6880
|
+
const co = {
|
|
6881
6881
|
key: "settings",
|
|
6882
6882
|
name: "x-runtime-lib.settings",
|
|
6883
6883
|
children: [
|
|
@@ -6982,11 +6982,11 @@ const ao = {
|
|
|
6982
6982
|
ui: "switch",
|
|
6983
6983
|
default: !1
|
|
6984
6984
|
},
|
|
6985
|
-
yn,
|
|
6986
6985
|
bn,
|
|
6987
|
-
gn
|
|
6986
|
+
gn,
|
|
6987
|
+
hn
|
|
6988
6988
|
]
|
|
6989
|
-
},
|
|
6989
|
+
}, uo = {
|
|
6990
6990
|
key: "slots",
|
|
6991
6991
|
name: "x-runtime-lib.slots",
|
|
6992
6992
|
children: [
|
|
@@ -7003,28 +7003,28 @@ const ao = {
|
|
|
7003
7003
|
default: void 0
|
|
7004
7004
|
}
|
|
7005
7005
|
]
|
|
7006
|
-
},
|
|
7006
|
+
}, Ca = {
|
|
7007
7007
|
key: "common_slider_v1",
|
|
7008
7008
|
name: "x-runtime-lib.slider",
|
|
7009
|
-
comp:
|
|
7009
|
+
comp: nl,
|
|
7010
7010
|
properties: {
|
|
7011
|
-
pageCommon: [y,
|
|
7012
|
-
compCommon: [y,
|
|
7011
|
+
pageCommon: [y, co, uo],
|
|
7012
|
+
compCommon: [y, co, uo]
|
|
7013
7013
|
},
|
|
7014
7014
|
leaf: !0
|
|
7015
7015
|
};
|
|
7016
|
-
S(
|
|
7017
|
-
const
|
|
7016
|
+
S(Ca);
|
|
7017
|
+
const Gt = {
|
|
7018
7018
|
key: "common_stepper_header_v1",
|
|
7019
7019
|
name: "x-runtime-lib.stepperHeader",
|
|
7020
|
-
comp:
|
|
7020
|
+
comp: rl,
|
|
7021
7021
|
properties: {
|
|
7022
7022
|
pageCommon: [y],
|
|
7023
7023
|
compCommon: [y]
|
|
7024
7024
|
}
|
|
7025
7025
|
};
|
|
7026
|
-
S(
|
|
7027
|
-
const
|
|
7026
|
+
S(Gt);
|
|
7027
|
+
const mo = {
|
|
7028
7028
|
key: "settings",
|
|
7029
7029
|
name: "x-runtime-lib.settings",
|
|
7030
7030
|
children: [
|
|
@@ -7035,27 +7035,27 @@ const uo = {
|
|
|
7035
7035
|
default: ""
|
|
7036
7036
|
}
|
|
7037
7037
|
]
|
|
7038
|
-
},
|
|
7038
|
+
}, Jt = {
|
|
7039
7039
|
key: "common_stepper_item_v1",
|
|
7040
7040
|
name: "x-runtime-lib.stepperItem",
|
|
7041
|
-
comp:
|
|
7041
|
+
comp: ll,
|
|
7042
7042
|
properties: {
|
|
7043
|
-
pageCommon: [y,
|
|
7044
|
-
compCommon: [y,
|
|
7043
|
+
pageCommon: [y, mo],
|
|
7044
|
+
compCommon: [y, mo]
|
|
7045
7045
|
}
|
|
7046
7046
|
};
|
|
7047
|
-
S(
|
|
7048
|
-
const
|
|
7047
|
+
S(Jt);
|
|
7048
|
+
const Ut = {
|
|
7049
7049
|
key: "common_stepper_window_v1",
|
|
7050
7050
|
name: "x-runtime-lib.stepperWindow",
|
|
7051
|
-
comp:
|
|
7051
|
+
comp: ul,
|
|
7052
7052
|
properties: {
|
|
7053
7053
|
pageCommon: [y],
|
|
7054
7054
|
compCommon: [y]
|
|
7055
7055
|
}
|
|
7056
7056
|
};
|
|
7057
|
-
S(
|
|
7058
|
-
const
|
|
7057
|
+
S(Ut);
|
|
7058
|
+
const po = {
|
|
7059
7059
|
key: "settings",
|
|
7060
7060
|
name: "x-runtime-lib.settings",
|
|
7061
7061
|
children: [
|
|
@@ -7066,30 +7066,30 @@ const mo = {
|
|
|
7066
7066
|
default: ""
|
|
7067
7067
|
}
|
|
7068
7068
|
]
|
|
7069
|
-
},
|
|
7069
|
+
}, qt = {
|
|
7070
7070
|
key: "common_stepper_window_item_v1",
|
|
7071
7071
|
name: "x-runtime-lib.stepperWindowItem",
|
|
7072
|
-
comp:
|
|
7072
|
+
comp: ml,
|
|
7073
7073
|
properties: {
|
|
7074
|
-
pageCommon: [y,
|
|
7075
|
-
compCommon: [y,
|
|
7074
|
+
pageCommon: [y, po],
|
|
7075
|
+
compCommon: [y, po]
|
|
7076
7076
|
}
|
|
7077
7077
|
};
|
|
7078
|
-
S(
|
|
7079
|
-
function
|
|
7078
|
+
S(qt);
|
|
7079
|
+
function Va(t, n) {
|
|
7080
7080
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7081
7081
|
if (!o) {
|
|
7082
7082
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
7083
7083
|
return;
|
|
7084
7084
|
}
|
|
7085
|
-
const s =
|
|
7085
|
+
const s = Xt.properties[o];
|
|
7086
7086
|
if (!s) {
|
|
7087
7087
|
console.error(`stepperV1/spawn properties not found, ${e}`);
|
|
7088
7088
|
return;
|
|
7089
7089
|
}
|
|
7090
7090
|
const i = A();
|
|
7091
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7092
|
-
const l =
|
|
7091
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Xt.key;
|
|
7092
|
+
const l = Pa(t, n), c = La(t, n);
|
|
7093
7093
|
return {
|
|
7094
7094
|
nodeLite: M(i, [l.nodeLite, c.nodeLite]),
|
|
7095
7095
|
nodes: {
|
|
@@ -7099,19 +7099,19 @@ function Ca(t, n) {
|
|
|
7099
7099
|
}
|
|
7100
7100
|
};
|
|
7101
7101
|
}
|
|
7102
|
-
function
|
|
7102
|
+
function Pa(t, n) {
|
|
7103
7103
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7104
7104
|
if (!o) {
|
|
7105
7105
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
7106
7106
|
return;
|
|
7107
7107
|
}
|
|
7108
|
-
const s =
|
|
7108
|
+
const s = Gt.properties[o];
|
|
7109
7109
|
if (!s) {
|
|
7110
7110
|
console.error(`stepperV1/spawnHeader properties not found, ${e}`);
|
|
7111
7111
|
return;
|
|
7112
7112
|
}
|
|
7113
7113
|
const i = A();
|
|
7114
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7114
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Gt.key;
|
|
7115
7115
|
const l = $t(t, n, "step1"), c = $t(t, n, "step2"), m = $t(t, n, "step3");
|
|
7116
7116
|
return {
|
|
7117
7117
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
@@ -7129,32 +7129,32 @@ function $t(t, n, e) {
|
|
|
7129
7129
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
7130
7130
|
return;
|
|
7131
7131
|
}
|
|
7132
|
-
const i =
|
|
7132
|
+
const i = Jt.properties[s];
|
|
7133
7133
|
if (!i) {
|
|
7134
7134
|
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
7135
7135
|
return;
|
|
7136
7136
|
}
|
|
7137
7137
|
const l = A();
|
|
7138
|
-
return W(l, i), l.basic.id = E(16), l.basic.key =
|
|
7138
|
+
return W(l, i), l.basic.id = E(16), l.basic.key = Jt.key, l.settings.value = e, {
|
|
7139
7139
|
nodeLite: M(l, []),
|
|
7140
7140
|
nodes: {
|
|
7141
7141
|
[l.basic.id]: l
|
|
7142
7142
|
}
|
|
7143
7143
|
};
|
|
7144
7144
|
}
|
|
7145
|
-
function
|
|
7145
|
+
function La(t, n) {
|
|
7146
7146
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7147
7147
|
if (!o) {
|
|
7148
7148
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
7149
7149
|
return;
|
|
7150
7150
|
}
|
|
7151
|
-
const s =
|
|
7151
|
+
const s = Ut.properties[o];
|
|
7152
7152
|
if (!s) {
|
|
7153
7153
|
console.error(`stepperV1/spawnWindow properties not found, ${e}`);
|
|
7154
7154
|
return;
|
|
7155
7155
|
}
|
|
7156
7156
|
const i = A();
|
|
7157
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7157
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ut.key;
|
|
7158
7158
|
const l = St(t, n, "step1", "step 1"), c = St(t, n, "step2", "step 2"), m = St(t, n, "step3", "step 3");
|
|
7159
7159
|
return {
|
|
7160
7160
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
@@ -7174,7 +7174,7 @@ function St(t, n, e, o) {
|
|
|
7174
7174
|
);
|
|
7175
7175
|
return;
|
|
7176
7176
|
}
|
|
7177
|
-
const l =
|
|
7177
|
+
const l = qt.properties[i];
|
|
7178
7178
|
if (!l) {
|
|
7179
7179
|
console.error(
|
|
7180
7180
|
`stepperV1/spawnWindowItem properties not found, ${s}`
|
|
@@ -7182,8 +7182,8 @@ function St(t, n, e, o) {
|
|
|
7182
7182
|
return;
|
|
7183
7183
|
}
|
|
7184
7184
|
const c = A();
|
|
7185
|
-
W(c, l), c.basic.id = E(16), c.basic.key =
|
|
7186
|
-
const m =
|
|
7185
|
+
W(c, l), c.basic.id = E(16), c.basic.key = qt.key, c.settings.value = e;
|
|
7186
|
+
const m = za(t, n, o);
|
|
7187
7187
|
return {
|
|
7188
7188
|
nodeLite: M(c, [m.nodeLite]),
|
|
7189
7189
|
nodes: {
|
|
@@ -7192,7 +7192,7 @@ function St(t, n, e, o) {
|
|
|
7192
7192
|
}
|
|
7193
7193
|
};
|
|
7194
7194
|
}
|
|
7195
|
-
function
|
|
7195
|
+
function za(t, n, e) {
|
|
7196
7196
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7197
7197
|
if (!s) {
|
|
7198
7198
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -7211,7 +7211,7 @@ function La(t, n, e) {
|
|
|
7211
7211
|
}
|
|
7212
7212
|
};
|
|
7213
7213
|
}
|
|
7214
|
-
const
|
|
7214
|
+
const fo = {
|
|
7215
7215
|
key: "settings",
|
|
7216
7216
|
name: "x-runtime-lib.settings",
|
|
7217
7217
|
children: [
|
|
@@ -7228,29 +7228,29 @@ const po = {
|
|
|
7228
7228
|
default: !1
|
|
7229
7229
|
}
|
|
7230
7230
|
]
|
|
7231
|
-
},
|
|
7231
|
+
}, Xt = {
|
|
7232
7232
|
key: "common_stepper_v1",
|
|
7233
7233
|
name: "x-runtime-lib.stepper",
|
|
7234
|
-
comp:
|
|
7234
|
+
comp: ol,
|
|
7235
7235
|
properties: {
|
|
7236
|
-
pageCommon: [y,
|
|
7237
|
-
compCommon: [y,
|
|
7236
|
+
pageCommon: [y, fo],
|
|
7237
|
+
compCommon: [y, fo]
|
|
7238
7238
|
},
|
|
7239
|
-
spawn:
|
|
7239
|
+
spawn: Va
|
|
7240
7240
|
};
|
|
7241
|
-
S(
|
|
7242
|
-
const
|
|
7241
|
+
S(Xt);
|
|
7242
|
+
const Ta = {
|
|
7243
7243
|
key: "common_switch_v1",
|
|
7244
7244
|
name: "x-runtime-lib.switch",
|
|
7245
|
-
comp:
|
|
7245
|
+
comp: pl,
|
|
7246
7246
|
properties: {
|
|
7247
7247
|
pageCommon: [y],
|
|
7248
7248
|
compCommon: [y]
|
|
7249
7249
|
},
|
|
7250
7250
|
leaf: !0
|
|
7251
7251
|
};
|
|
7252
|
-
S(
|
|
7253
|
-
const
|
|
7252
|
+
S(Ta);
|
|
7253
|
+
const yo = {
|
|
7254
7254
|
key: "settings",
|
|
7255
7255
|
name: "x-runtime-lib.settings",
|
|
7256
7256
|
children: [
|
|
@@ -7267,30 +7267,30 @@ const fo = {
|
|
|
7267
7267
|
default: ""
|
|
7268
7268
|
}
|
|
7269
7269
|
]
|
|
7270
|
-
},
|
|
7270
|
+
}, Yt = {
|
|
7271
7271
|
key: "common_tab_v1",
|
|
7272
7272
|
name: "x-runtime-lib.tab",
|
|
7273
|
-
comp:
|
|
7273
|
+
comp: dl,
|
|
7274
7274
|
properties: {
|
|
7275
|
-
pageCommon: [y,
|
|
7276
|
-
compCommon: [y,
|
|
7275
|
+
pageCommon: [y, yo],
|
|
7276
|
+
compCommon: [y, yo]
|
|
7277
7277
|
},
|
|
7278
7278
|
leaf: !0
|
|
7279
7279
|
};
|
|
7280
|
-
S(
|
|
7281
|
-
function
|
|
7280
|
+
S(Yt);
|
|
7281
|
+
function Ea(t, n) {
|
|
7282
7282
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7283
7283
|
if (!o) {
|
|
7284
7284
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
7285
7285
|
return;
|
|
7286
7286
|
}
|
|
7287
|
-
const s =
|
|
7287
|
+
const s = Zt.properties[o];
|
|
7288
7288
|
if (!s) {
|
|
7289
7289
|
console.error(`tabsV1/spawn properties not found, ${e}`);
|
|
7290
7290
|
return;
|
|
7291
7291
|
}
|
|
7292
7292
|
const i = A();
|
|
7293
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7293
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Zt.key;
|
|
7294
7294
|
const l = Ct(t, n, "tab1", "tab 1"), c = Ct(t, n, "tab2", "tab 2"), m = Ct(t, n, "tab3", "tab 3");
|
|
7295
7295
|
return {
|
|
7296
7296
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
@@ -7308,29 +7308,29 @@ function Ct(t, n, e, o) {
|
|
|
7308
7308
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
7309
7309
|
return;
|
|
7310
7310
|
}
|
|
7311
|
-
const l =
|
|
7311
|
+
const l = Yt.properties[i];
|
|
7312
7312
|
if (!l) {
|
|
7313
7313
|
console.error(`tabsV1/spawnTab properties not found, ${s}`);
|
|
7314
7314
|
return;
|
|
7315
7315
|
}
|
|
7316
7316
|
const c = A();
|
|
7317
|
-
return W(c, l), c.basic.id = E(16), c.basic.key =
|
|
7317
|
+
return W(c, l), c.basic.id = E(16), c.basic.key = Yt.key, c.settings.value = e, c.settings.text = o, {
|
|
7318
7318
|
nodeLite: M(c),
|
|
7319
7319
|
nodes: {
|
|
7320
7320
|
[c.basic.id]: c
|
|
7321
7321
|
}
|
|
7322
7322
|
};
|
|
7323
7323
|
}
|
|
7324
|
-
const hn = O(ee);
|
|
7325
|
-
hn.key = "backgroundColor";
|
|
7326
|
-
hn.name = "x-runtime-lib.backgroundColor";
|
|
7327
7324
|
const _n = O(ee);
|
|
7328
|
-
_n.key = "
|
|
7329
|
-
_n.name = "x-runtime-lib.
|
|
7325
|
+
_n.key = "backgroundColor";
|
|
7326
|
+
_n.name = "x-runtime-lib.backgroundColor";
|
|
7330
7327
|
const vn = O(ee);
|
|
7331
|
-
vn.key = "
|
|
7332
|
-
vn.name = "x-runtime-lib.
|
|
7333
|
-
const
|
|
7328
|
+
vn.key = "selectedColor";
|
|
7329
|
+
vn.name = "x-runtime-lib.selectedColor";
|
|
7330
|
+
const xn = O(ee);
|
|
7331
|
+
xn.key = "sliderColor";
|
|
7332
|
+
xn.name = "x-runtime-lib.sliderColor";
|
|
7333
|
+
const bo = {
|
|
7334
7334
|
key: "settings",
|
|
7335
7335
|
name: "x-runtime-lib.settings",
|
|
7336
7336
|
children: [
|
|
@@ -7406,21 +7406,21 @@ const yo = {
|
|
|
7406
7406
|
{
|
|
7407
7407
|
key: "color",
|
|
7408
7408
|
name: "x-runtime-lib.color",
|
|
7409
|
-
children: [
|
|
7409
|
+
children: [_n, vn, xn]
|
|
7410
7410
|
}
|
|
7411
7411
|
]
|
|
7412
|
-
},
|
|
7412
|
+
}, Zt = {
|
|
7413
7413
|
key: "common_tabs_v1",
|
|
7414
7414
|
name: "x-runtime-lib.tabs",
|
|
7415
|
-
comp:
|
|
7415
|
+
comp: fl,
|
|
7416
7416
|
properties: {
|
|
7417
|
-
pageCommon: [y,
|
|
7418
|
-
compCommon: [y,
|
|
7417
|
+
pageCommon: [y, bo],
|
|
7418
|
+
compCommon: [y, bo]
|
|
7419
7419
|
},
|
|
7420
|
-
spawn:
|
|
7420
|
+
spawn: Ea
|
|
7421
7421
|
};
|
|
7422
|
-
S(
|
|
7423
|
-
function
|
|
7422
|
+
S(Zt);
|
|
7423
|
+
function Aa(t, n) {
|
|
7424
7424
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7425
7425
|
if (!o) {
|
|
7426
7426
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
@@ -7439,7 +7439,7 @@ function Ea(t, n) {
|
|
|
7439
7439
|
}
|
|
7440
7440
|
};
|
|
7441
7441
|
}
|
|
7442
|
-
const
|
|
7442
|
+
const go = {
|
|
7443
7443
|
key: "settings",
|
|
7444
7444
|
name: "x-runtime-lib.settings",
|
|
7445
7445
|
children: [
|
|
@@ -7528,35 +7528,35 @@ const bo = {
|
|
|
7528
7528
|
}, Le = {
|
|
7529
7529
|
key: "common_text_v1",
|
|
7530
7530
|
name: "x-runtime-lib.text",
|
|
7531
|
-
comp:
|
|
7531
|
+
comp: yl,
|
|
7532
7532
|
properties: {
|
|
7533
|
-
pageCommon: [y,
|
|
7534
|
-
compCommon: [y,
|
|
7533
|
+
pageCommon: [y, go],
|
|
7534
|
+
compCommon: [y, go]
|
|
7535
7535
|
},
|
|
7536
7536
|
leaf: !0,
|
|
7537
|
-
spawn:
|
|
7537
|
+
spawn: Aa
|
|
7538
7538
|
};
|
|
7539
7539
|
S(Le);
|
|
7540
|
-
function
|
|
7540
|
+
function Ma(t, n) {
|
|
7541
7541
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7542
7542
|
if (!o) {
|
|
7543
7543
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
7544
7544
|
return;
|
|
7545
7545
|
}
|
|
7546
|
-
const s =
|
|
7546
|
+
const s = Qt.properties[o];
|
|
7547
7547
|
if (!s) {
|
|
7548
7548
|
console.error(`textareaV1/spawn properties not found, ${e}`);
|
|
7549
7549
|
return;
|
|
7550
7550
|
}
|
|
7551
7551
|
const i = A();
|
|
7552
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7552
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Qt.key, i.settings.label = "label", {
|
|
7553
7553
|
nodeLite: M(i),
|
|
7554
7554
|
nodes: {
|
|
7555
7555
|
[i.basic.id]: i
|
|
7556
7556
|
}
|
|
7557
7557
|
};
|
|
7558
7558
|
}
|
|
7559
|
-
const
|
|
7559
|
+
const ho = {
|
|
7560
7560
|
key: "settings",
|
|
7561
7561
|
name: "x-runtime-lib.settings",
|
|
7562
7562
|
children: [
|
|
@@ -7627,41 +7627,41 @@ const go = {
|
|
|
7627
7627
|
default: 0
|
|
7628
7628
|
}
|
|
7629
7629
|
]
|
|
7630
|
-
},
|
|
7630
|
+
}, Qt = {
|
|
7631
7631
|
key: "common_textarea_v1",
|
|
7632
7632
|
name: "x-runtime-lib.textarea",
|
|
7633
|
-
comp:
|
|
7633
|
+
comp: bl,
|
|
7634
7634
|
properties: {
|
|
7635
|
-
pageCommon: [y,
|
|
7636
|
-
compCommon: [y,
|
|
7635
|
+
pageCommon: [y, ho],
|
|
7636
|
+
compCommon: [y, ho]
|
|
7637
7637
|
},
|
|
7638
7638
|
leaf: !0,
|
|
7639
|
-
spawn:
|
|
7639
|
+
spawn: Ma
|
|
7640
7640
|
};
|
|
7641
|
-
S(
|
|
7642
|
-
const
|
|
7641
|
+
S(Qt);
|
|
7642
|
+
const en = {
|
|
7643
7643
|
key: "common_timeline_item_v1",
|
|
7644
7644
|
name: "x-runtime-lib.timelineItem",
|
|
7645
|
-
comp:
|
|
7645
|
+
comp: xl,
|
|
7646
7646
|
properties: {
|
|
7647
7647
|
pageCommon: [y],
|
|
7648
7648
|
compCommon: [y]
|
|
7649
7649
|
}
|
|
7650
7650
|
};
|
|
7651
|
-
S(
|
|
7652
|
-
function
|
|
7651
|
+
S(en);
|
|
7652
|
+
function Wa(t, n) {
|
|
7653
7653
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7654
7654
|
if (!o) {
|
|
7655
7655
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
7656
7656
|
return;
|
|
7657
7657
|
}
|
|
7658
|
-
const s =
|
|
7658
|
+
const s = tn.properties[o];
|
|
7659
7659
|
if (!s) {
|
|
7660
7660
|
console.error(`timelineV1/spawn properties not found, ${e}`);
|
|
7661
7661
|
return;
|
|
7662
7662
|
}
|
|
7663
7663
|
const i = A();
|
|
7664
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7664
|
+
W(i, s), i.basic.id = E(16), i.basic.key = tn.key;
|
|
7665
7665
|
const l = Vt(t, n, "timeline 1"), c = Vt(t, n, "timeline 2"), m = Vt(t, n, "timeline 3");
|
|
7666
7666
|
return {
|
|
7667
7667
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
@@ -7679,14 +7679,14 @@ function Vt(t, n, e) {
|
|
|
7679
7679
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
7680
7680
|
return;
|
|
7681
7681
|
}
|
|
7682
|
-
const i =
|
|
7682
|
+
const i = en.properties[s];
|
|
7683
7683
|
if (!i) {
|
|
7684
7684
|
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
7685
7685
|
return;
|
|
7686
7686
|
}
|
|
7687
7687
|
const l = A();
|
|
7688
|
-
W(l, i), l.basic.id = E(16), l.basic.key =
|
|
7689
|
-
const c =
|
|
7688
|
+
W(l, i), l.basic.id = E(16), l.basic.key = en.key;
|
|
7689
|
+
const c = Ba(t, n, e);
|
|
7690
7690
|
return {
|
|
7691
7691
|
nodeLite: M(l, [c.nodeLite]),
|
|
7692
7692
|
nodes: {
|
|
@@ -7695,7 +7695,7 @@ function Vt(t, n, e) {
|
|
|
7695
7695
|
}
|
|
7696
7696
|
};
|
|
7697
7697
|
}
|
|
7698
|
-
function
|
|
7698
|
+
function Ba(t, n, e) {
|
|
7699
7699
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7700
7700
|
if (!s) {
|
|
7701
7701
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7714,7 +7714,7 @@ function Wa(t, n, e) {
|
|
|
7714
7714
|
}
|
|
7715
7715
|
};
|
|
7716
7716
|
}
|
|
7717
|
-
const
|
|
7717
|
+
const Ra = O(ee), Ka = O(ee), _o = {
|
|
7718
7718
|
key: "settings",
|
|
7719
7719
|
name: "x-runtime-lib.settings",
|
|
7720
7720
|
children: [
|
|
@@ -7762,7 +7762,7 @@ const Ba = O(ee), Ra = O(ee), ho = {
|
|
|
7762
7762
|
ui: "switch",
|
|
7763
7763
|
default: !1
|
|
7764
7764
|
},
|
|
7765
|
-
|
|
7765
|
+
Ra
|
|
7766
7766
|
]
|
|
7767
7767
|
},
|
|
7768
7768
|
{
|
|
@@ -7788,44 +7788,44 @@ const Ba = O(ee), Ra = O(ee), ho = {
|
|
|
7788
7788
|
ui: "numInput",
|
|
7789
7789
|
default: 0
|
|
7790
7790
|
},
|
|
7791
|
-
|
|
7791
|
+
Ka
|
|
7792
7792
|
]
|
|
7793
7793
|
}
|
|
7794
7794
|
]
|
|
7795
|
-
},
|
|
7795
|
+
}, tn = {
|
|
7796
7796
|
key: "common_timeline_v1",
|
|
7797
7797
|
name: "x-runtime-lib.timeline",
|
|
7798
|
-
comp:
|
|
7798
|
+
comp: hl,
|
|
7799
7799
|
properties: {
|
|
7800
|
-
pageCommon: [y,
|
|
7801
|
-
compCommon: [y,
|
|
7800
|
+
pageCommon: [y, _o],
|
|
7801
|
+
compCommon: [y, _o]
|
|
7802
7802
|
},
|
|
7803
|
-
spawn:
|
|
7803
|
+
spawn: Wa
|
|
7804
7804
|
};
|
|
7805
|
-
S(
|
|
7806
|
-
const
|
|
7805
|
+
S(tn);
|
|
7806
|
+
const nn = {
|
|
7807
7807
|
key: "common_window_item_v1",
|
|
7808
7808
|
name: "x-runtime-lib.windowItem",
|
|
7809
|
-
comp:
|
|
7809
|
+
comp: $l,
|
|
7810
7810
|
properties: {
|
|
7811
7811
|
pageCommon: [y],
|
|
7812
7812
|
compCommon: [y]
|
|
7813
7813
|
}
|
|
7814
7814
|
};
|
|
7815
|
-
S(
|
|
7816
|
-
function
|
|
7815
|
+
S(nn);
|
|
7816
|
+
function Da(t, n) {
|
|
7817
7817
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7818
7818
|
if (!o) {
|
|
7819
7819
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
7820
7820
|
return;
|
|
7821
7821
|
}
|
|
7822
|
-
const s =
|
|
7822
|
+
const s = on.properties[o];
|
|
7823
7823
|
if (!s) {
|
|
7824
7824
|
console.error(`windowV1/spawn properties not found, ${e}`);
|
|
7825
7825
|
return;
|
|
7826
7826
|
}
|
|
7827
7827
|
const i = A();
|
|
7828
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7828
|
+
W(i, s), i.basic.id = E(16), i.basic.key = on.key;
|
|
7829
7829
|
const l = Pt(t, n, "window 1"), c = Pt(t, n, "window 2"), m = Pt(t, n, "window 3");
|
|
7830
7830
|
return {
|
|
7831
7831
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
@@ -7843,14 +7843,14 @@ function Pt(t, n, e) {
|
|
|
7843
7843
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
7844
7844
|
return;
|
|
7845
7845
|
}
|
|
7846
|
-
const i =
|
|
7846
|
+
const i = nn.properties[s];
|
|
7847
7847
|
if (!i) {
|
|
7848
7848
|
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
7849
7849
|
return;
|
|
7850
7850
|
}
|
|
7851
7851
|
const l = A();
|
|
7852
|
-
W(l, i), l.basic.id = E(16), l.basic.key =
|
|
7853
|
-
const c =
|
|
7852
|
+
W(l, i), l.basic.id = E(16), l.basic.key = nn.key;
|
|
7853
|
+
const c = Oa(t, n, e);
|
|
7854
7854
|
return {
|
|
7855
7855
|
nodeLite: M(l, [c.nodeLite]),
|
|
7856
7856
|
nodes: {
|
|
@@ -7859,7 +7859,7 @@ function Pt(t, n, e) {
|
|
|
7859
7859
|
}
|
|
7860
7860
|
};
|
|
7861
7861
|
}
|
|
7862
|
-
function
|
|
7862
|
+
function Oa(t, n, e) {
|
|
7863
7863
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7864
7864
|
if (!s) {
|
|
7865
7865
|
console.error(
|
|
@@ -7874,7 +7874,7 @@ function Da(t, n, e) {
|
|
|
7874
7874
|
}
|
|
7875
7875
|
const l = A();
|
|
7876
7876
|
W(l, i), l.basic.id = E(16), l.basic.key = Ue.key, l.size.height = "200px", l.settings.mainAlign.xs = "center", l.settings.crossAlign.xs = "center", l.settings.backgroundColor.mode = "theme", l.settings.backgroundColor.theme = "background2";
|
|
7877
|
-
const c =
|
|
7877
|
+
const c = Fa(t, n, e);
|
|
7878
7878
|
return {
|
|
7879
7879
|
nodeLite: M(l, [c.nodeLite]),
|
|
7880
7880
|
nodes: {
|
|
@@ -7883,7 +7883,7 @@ function Da(t, n, e) {
|
|
|
7883
7883
|
}
|
|
7884
7884
|
};
|
|
7885
7885
|
}
|
|
7886
|
-
function
|
|
7886
|
+
function Fa(t, n, e) {
|
|
7887
7887
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7888
7888
|
if (!s) {
|
|
7889
7889
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7902,7 +7902,7 @@ function Oa(t, n, e) {
|
|
|
7902
7902
|
}
|
|
7903
7903
|
};
|
|
7904
7904
|
}
|
|
7905
|
-
const
|
|
7905
|
+
const vo = {
|
|
7906
7906
|
key: "settings",
|
|
7907
7907
|
name: "x-runtime-lib.settings",
|
|
7908
7908
|
children: [
|
|
@@ -7950,17 +7950,17 @@ const _o = {
|
|
|
7950
7950
|
default: !1
|
|
7951
7951
|
}
|
|
7952
7952
|
]
|
|
7953
|
-
},
|
|
7953
|
+
}, on = {
|
|
7954
7954
|
key: "common_window_v1",
|
|
7955
7955
|
name: "x-runtime-lib.window",
|
|
7956
|
-
comp:
|
|
7956
|
+
comp: kl,
|
|
7957
7957
|
properties: {
|
|
7958
|
-
pageCommon: [y,
|
|
7959
|
-
compCommon: [y,
|
|
7958
|
+
pageCommon: [y, vo],
|
|
7959
|
+
compCommon: [y, vo]
|
|
7960
7960
|
},
|
|
7961
|
-
spawn:
|
|
7961
|
+
spawn: Da
|
|
7962
7962
|
};
|
|
7963
|
-
S(
|
|
7963
|
+
S(on);
|
|
7964
7964
|
const ot = {
|
|
7965
7965
|
key: "settings",
|
|
7966
7966
|
name: "x-runtime-lib.settings",
|
|
@@ -7979,10 +7979,10 @@ const ot = {
|
|
|
7979
7979
|
default: "",
|
|
7980
7980
|
array: !0,
|
|
7981
7981
|
defaultArray: []
|
|
7982
|
-
},
|
|
7982
|
+
}, Na = {
|
|
7983
7983
|
key: "multiple_ref_v1",
|
|
7984
7984
|
name: "x-runtime-lib.multipleRef",
|
|
7985
|
-
comp:
|
|
7985
|
+
comp: Pl,
|
|
7986
7986
|
properties: {
|
|
7987
7987
|
pageCommon: [y, q, ot, it],
|
|
7988
7988
|
compCommon: [y, q, ot, it],
|
|
@@ -7991,7 +7991,7 @@ const ot = {
|
|
|
7991
7991
|
},
|
|
7992
7992
|
leaf: !0
|
|
7993
7993
|
};
|
|
7994
|
-
S(
|
|
7994
|
+
S(Na);
|
|
7995
7995
|
const st = {
|
|
7996
7996
|
key: "settings",
|
|
7997
7997
|
name: "x-runtime-lib.settings",
|
|
@@ -8016,10 +8016,10 @@ const st = {
|
|
|
8016
8016
|
default: "",
|
|
8017
8017
|
array: !0,
|
|
8018
8018
|
defaultArray: []
|
|
8019
|
-
},
|
|
8019
|
+
}, ja = {
|
|
8020
8020
|
key: "multiple_slot_v1",
|
|
8021
8021
|
name: "x-runtime-lib.multipleSlot",
|
|
8022
|
-
comp:
|
|
8022
|
+
comp: zl,
|
|
8023
8023
|
properties: {
|
|
8024
8024
|
pageCommon: [y, q, st, rt],
|
|
8025
8025
|
compCommon: [y, q, st, rt],
|
|
@@ -8028,7 +8028,7 @@ const st = {
|
|
|
8028
8028
|
},
|
|
8029
8029
|
leaf: !0
|
|
8030
8030
|
};
|
|
8031
|
-
S(
|
|
8031
|
+
S(ja);
|
|
8032
8032
|
const lt = {
|
|
8033
8033
|
key: "settings",
|
|
8034
8034
|
name: "x-runtime-lib.settings",
|
|
@@ -8040,10 +8040,10 @@ const lt = {
|
|
|
8040
8040
|
default: void 0
|
|
8041
8041
|
}
|
|
8042
8042
|
]
|
|
8043
|
-
},
|
|
8043
|
+
}, Ha = {
|
|
8044
8044
|
key: "ref_v1",
|
|
8045
8045
|
name: "x-runtime-lib.reference",
|
|
8046
|
-
comp:
|
|
8046
|
+
comp: Tl,
|
|
8047
8047
|
properties: {
|
|
8048
8048
|
pageCommon: [y, q, lt],
|
|
8049
8049
|
compCommon: [y, q, lt],
|
|
@@ -8052,8 +8052,8 @@ const lt = {
|
|
|
8052
8052
|
},
|
|
8053
8053
|
leaf: !0
|
|
8054
8054
|
};
|
|
8055
|
-
S(
|
|
8056
|
-
const
|
|
8055
|
+
S(Ha);
|
|
8056
|
+
const xo = {
|
|
8057
8057
|
key: "settings",
|
|
8058
8058
|
name: "x-runtime-lib.settings",
|
|
8059
8059
|
children: [
|
|
@@ -8064,16 +8064,16 @@ const vo = {
|
|
|
8064
8064
|
default: !1
|
|
8065
8065
|
}
|
|
8066
8066
|
]
|
|
8067
|
-
},
|
|
8067
|
+
}, Ga = {
|
|
8068
8068
|
key: "render_switch_v1",
|
|
8069
8069
|
name: "x-runtime-lib.renderSwitch",
|
|
8070
|
-
comp:
|
|
8070
|
+
comp: El,
|
|
8071
8071
|
properties: {
|
|
8072
|
-
pageCommon: [y,
|
|
8073
|
-
compCommon: [y,
|
|
8072
|
+
pageCommon: [y, xo],
|
|
8073
|
+
compCommon: [y, xo]
|
|
8074
8074
|
}
|
|
8075
8075
|
};
|
|
8076
|
-
S(
|
|
8076
|
+
S(Ga);
|
|
8077
8077
|
const at = {
|
|
8078
8078
|
key: "settings",
|
|
8079
8079
|
name: "x-runtime-lib.settings",
|
|
@@ -8091,7 +8091,7 @@ const at = {
|
|
|
8091
8091
|
default: void 0
|
|
8092
8092
|
}
|
|
8093
8093
|
]
|
|
8094
|
-
},
|
|
8094
|
+
}, Ja = {
|
|
8095
8095
|
key: "slot_v1",
|
|
8096
8096
|
name: "x-runtime-lib.slot",
|
|
8097
8097
|
comp: Pe,
|
|
@@ -8103,35 +8103,35 @@ const at = {
|
|
|
8103
8103
|
},
|
|
8104
8104
|
leaf: !0
|
|
8105
8105
|
};
|
|
8106
|
-
S(
|
|
8106
|
+
S(Ja);
|
|
8107
8107
|
const Oe = O(ee);
|
|
8108
8108
|
Oe.key = "backgroundColor";
|
|
8109
8109
|
Oe.name = "x-runtime-lib.backgroundColor";
|
|
8110
|
-
const
|
|
8110
|
+
const No = {
|
|
8111
8111
|
key: "adaptSlot",
|
|
8112
8112
|
name: "x-runtime-lib.adaptSlot",
|
|
8113
8113
|
ui: "selectAdaptSlot",
|
|
8114
8114
|
default: void 0
|
|
8115
|
-
}, Ja = {
|
|
8116
|
-
key: "settings",
|
|
8117
|
-
name: "x-runtime-lib.settings",
|
|
8118
|
-
children: [Oe]
|
|
8119
8115
|
}, Ua = {
|
|
8120
8116
|
key: "settings",
|
|
8121
8117
|
name: "x-runtime-lib.settings",
|
|
8122
|
-
children: [Oe
|
|
8118
|
+
children: [Oe]
|
|
8123
8119
|
}, qa = {
|
|
8124
8120
|
key: "settings",
|
|
8125
8121
|
name: "x-runtime-lib.settings",
|
|
8126
|
-
children: [Oe]
|
|
8122
|
+
children: [Oe, No]
|
|
8127
8123
|
}, Xa = {
|
|
8128
8124
|
key: "settings",
|
|
8129
8125
|
name: "x-runtime-lib.settings",
|
|
8130
|
-
children: [Oe
|
|
8126
|
+
children: [Oe]
|
|
8131
8127
|
}, Ya = {
|
|
8128
|
+
key: "settings",
|
|
8129
|
+
name: "x-runtime-lib.settings",
|
|
8130
|
+
children: [Oe, No]
|
|
8131
|
+
}, Za = {
|
|
8132
8132
|
key: "startup",
|
|
8133
8133
|
name: "x-runtime-lib.startup"
|
|
8134
|
-
},
|
|
8134
|
+
}, Qa = {
|
|
8135
8135
|
key: "screenSizeChange",
|
|
8136
8136
|
name: "x-runtime-lib.screenSizeChange",
|
|
8137
8137
|
params: [
|
|
@@ -8146,7 +8146,7 @@ const Fo = {
|
|
|
8146
8146
|
type: "string"
|
|
8147
8147
|
}
|
|
8148
8148
|
]
|
|
8149
|
-
},
|
|
8149
|
+
}, ec = {
|
|
8150
8150
|
key: "darkModeChange",
|
|
8151
8151
|
name: "x-runtime-lib.darkModeChange",
|
|
8152
8152
|
params: [
|
|
@@ -8156,47 +8156,47 @@ const Fo = {
|
|
|
8156
8156
|
type: "boolean"
|
|
8157
8157
|
}
|
|
8158
8158
|
]
|
|
8159
|
-
},
|
|
8159
|
+
}, tc = {
|
|
8160
8160
|
key: "globality_v1",
|
|
8161
8161
|
name: "x-runtime-lib.globality",
|
|
8162
8162
|
comp: null,
|
|
8163
8163
|
properties: {
|
|
8164
|
-
pageCommon: [
|
|
8165
|
-
pageScene: [
|
|
8166
|
-
compCommon: [
|
|
8167
|
-
compScene: [
|
|
8164
|
+
pageCommon: [Ua],
|
|
8165
|
+
pageScene: [Xa],
|
|
8166
|
+
compCommon: [qa],
|
|
8167
|
+
compScene: [Ya]
|
|
8168
8168
|
},
|
|
8169
|
-
events: [
|
|
8169
|
+
events: [Za, Qa, ec],
|
|
8170
8170
|
internal: !0
|
|
8171
8171
|
};
|
|
8172
|
-
S(
|
|
8173
|
-
const
|
|
8172
|
+
S(tc);
|
|
8173
|
+
const nc = [
|
|
8174
8174
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
8175
8175
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8176
8176
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8177
8177
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
8178
|
-
],
|
|
8178
|
+
], oc = [
|
|
8179
8179
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
8180
8180
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
8181
8181
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
8182
8182
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
8183
|
-
],
|
|
8183
|
+
], ic = [
|
|
8184
8184
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8185
8185
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
8186
8186
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
8187
8187
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
8188
|
-
],
|
|
8188
|
+
], sc = [
|
|
8189
8189
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8190
8190
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
8191
8191
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
8192
|
-
],
|
|
8192
|
+
], rc = [
|
|
8193
8193
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
8194
8194
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
8195
8195
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
8196
|
-
],
|
|
8196
|
+
], lc = [
|
|
8197
8197
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
8198
8198
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
8199
|
-
],
|
|
8199
|
+
], ac = [
|
|
8200
8200
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
8201
8201
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
8202
8202
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -8204,20 +8204,20 @@ const tc = [
|
|
|
8204
8204
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
8205
8205
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
8206
8206
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
8207
|
-
],
|
|
8207
|
+
], cc = [
|
|
8208
8208
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8209
8209
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8210
8210
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8211
8211
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
8212
8212
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
8213
8213
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
8214
|
-
],
|
|
8214
|
+
], uc = [
|
|
8215
8215
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8216
8216
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
8217
8217
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
8218
8218
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
8219
8219
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
8220
|
-
],
|
|
8220
|
+
], mc = [
|
|
8221
8221
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8222
8222
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8223
8223
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -8225,12 +8225,12 @@ const tc = [
|
|
|
8225
8225
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
8226
8226
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
8227
8227
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
8228
|
-
],
|
|
8228
|
+
], pc = [
|
|
8229
8229
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8230
8230
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
8231
8231
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
8232
8232
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
8233
|
-
],
|
|
8233
|
+
], dc = [
|
|
8234
8234
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8235
8235
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
8236
8236
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -8238,24 +8238,24 @@ const tc = [
|
|
|
8238
8238
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
8239
8239
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
8240
8240
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
8241
|
-
],
|
|
8241
|
+
], fc = [
|
|
8242
8242
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
8243
8243
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
8244
8244
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
8245
8245
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
8246
8246
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
8247
8247
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
8248
|
-
],
|
|
8248
|
+
], yc = [
|
|
8249
8249
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8250
8250
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
8251
8251
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
8252
|
-
],
|
|
8252
|
+
], bc = [
|
|
8253
8253
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
8254
8254
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
8255
8255
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
8256
8256
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
8257
8257
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
8258
|
-
],
|
|
8258
|
+
], gc = [
|
|
8259
8259
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8260
8260
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8261
8261
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -8263,18 +8263,18 @@ const tc = [
|
|
|
8263
8263
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
8264
8264
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
8265
8265
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
8266
|
-
],
|
|
8266
|
+
], hc = [
|
|
8267
8267
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8268
8268
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
8269
8269
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
8270
8270
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
8271
8271
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
8272
|
-
],
|
|
8272
|
+
], _c = [
|
|
8273
8273
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8274
8274
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
8275
8275
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
8276
8276
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
8277
|
-
],
|
|
8277
|
+
], vc = [
|
|
8278
8278
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8279
8279
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
8280
8280
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -8289,7 +8289,7 @@ const tc = [
|
|
|
8289
8289
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
8290
8290
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
8291
8291
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
8292
|
-
],
|
|
8292
|
+
], xc = [
|
|
8293
8293
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8294
8294
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
8295
8295
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -8300,53 +8300,53 @@ const tc = [
|
|
|
8300
8300
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
8301
8301
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
8302
8302
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
8303
|
-
],
|
|
8303
|
+
], kc = [
|
|
8304
8304
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8305
8305
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
8306
8306
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
8307
|
-
],
|
|
8307
|
+
], wc = [
|
|
8308
8308
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8309
8309
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
8310
|
-
],
|
|
8310
|
+
], Ic = [
|
|
8311
8311
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
8312
8312
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
8313
|
-
],
|
|
8313
|
+
], $c = [
|
|
8314
8314
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8315
8315
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8316
8316
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
8317
|
-
],
|
|
8317
|
+
], Sc = [
|
|
8318
8318
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8319
8319
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8320
8320
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
8321
8321
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
8322
|
-
],
|
|
8322
|
+
], Cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8323
8323
|
__proto__: null,
|
|
8324
|
-
alignTabsItemsV1:
|
|
8325
|
-
axisTypeItemsV1:
|
|
8326
|
-
borderStyleItemsV1:
|
|
8327
|
-
colorModeItemsV1:
|
|
8328
|
-
densityItemsV1:
|
|
8329
|
-
directionItemsV1:
|
|
8330
|
-
fieldVariantItemsV1:
|
|
8331
|
-
flexCrossAlignItemsV1:
|
|
8332
|
-
flexDirectionItemsV1:
|
|
8333
|
-
flexMainAlignItemsV1:
|
|
8334
|
-
flexWrapItemsV1:
|
|
8335
|
-
fontWeightItemsV1:
|
|
8336
|
-
sheetVariantItemsV1:
|
|
8337
|
-
showTicksItemsV1:
|
|
8338
|
-
sizeItemsV1:
|
|
8339
|
-
textAlignItemsV1:
|
|
8340
|
-
textDecorationItemsV1:
|
|
8341
|
-
textEmphasisItemsV1:
|
|
8342
|
-
textStyleItemsV1:
|
|
8343
|
-
themeColorItemsV1:
|
|
8344
|
-
thumbLabelItemsV1:
|
|
8345
|
-
timelineAlignItemsV1:
|
|
8346
|
-
timelineDirectionItemsV1:
|
|
8347
|
-
timelineSideItemsV1:
|
|
8348
|
-
timelineTruncateLineItemsV1:
|
|
8349
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
8324
|
+
alignTabsItemsV1: nc,
|
|
8325
|
+
axisTypeItemsV1: oc,
|
|
8326
|
+
borderStyleItemsV1: ic,
|
|
8327
|
+
colorModeItemsV1: sc,
|
|
8328
|
+
densityItemsV1: rc,
|
|
8329
|
+
directionItemsV1: lc,
|
|
8330
|
+
fieldVariantItemsV1: ac,
|
|
8331
|
+
flexCrossAlignItemsV1: cc,
|
|
8332
|
+
flexDirectionItemsV1: uc,
|
|
8333
|
+
flexMainAlignItemsV1: mc,
|
|
8334
|
+
flexWrapItemsV1: pc,
|
|
8335
|
+
fontWeightItemsV1: dc,
|
|
8336
|
+
sheetVariantItemsV1: fc,
|
|
8337
|
+
showTicksItemsV1: yc,
|
|
8338
|
+
sizeItemsV1: bc,
|
|
8339
|
+
textAlignItemsV1: gc,
|
|
8340
|
+
textDecorationItemsV1: hc,
|
|
8341
|
+
textEmphasisItemsV1: _c,
|
|
8342
|
+
textStyleItemsV1: vc,
|
|
8343
|
+
themeColorItemsV1: xc,
|
|
8344
|
+
thumbLabelItemsV1: kc,
|
|
8345
|
+
timelineAlignItemsV1: wc,
|
|
8346
|
+
timelineDirectionItemsV1: Ic,
|
|
8347
|
+
timelineSideItemsV1: $c,
|
|
8348
|
+
timelineTruncateLineItemsV1: Sc
|
|
8349
|
+
}, Symbol.toStringTag, { value: "Module" })), Vc = [
|
|
8350
8350
|
{
|
|
8351
8351
|
title: "x-runtime-lib.notSet",
|
|
8352
8352
|
value: "",
|
|
@@ -8386,7 +8386,7 @@ const tc = [
|
|
|
8386
8386
|
max: 1 / 0,
|
|
8387
8387
|
step: 1
|
|
8388
8388
|
}
|
|
8389
|
-
],
|
|
8389
|
+
], Pc = [
|
|
8390
8390
|
{
|
|
8391
8391
|
title: "x-runtime-lib.notSet",
|
|
8392
8392
|
value: "",
|
|
@@ -8408,7 +8408,7 @@ const tc = [
|
|
|
8408
8408
|
validator: (t) => t === "right",
|
|
8409
8409
|
default: "right"
|
|
8410
8410
|
}
|
|
8411
|
-
],
|
|
8411
|
+
], Lc = [
|
|
8412
8412
|
{
|
|
8413
8413
|
title: "x-runtime-lib.notSet",
|
|
8414
8414
|
value: "",
|
|
@@ -8434,11 +8434,11 @@ const tc = [
|
|
|
8434
8434
|
title: "x-runtime-lib.percent",
|
|
8435
8435
|
value: "percent",
|
|
8436
8436
|
ui: "percentInput",
|
|
8437
|
-
validator:
|
|
8437
|
+
validator: an,
|
|
8438
8438
|
precision: 6,
|
|
8439
8439
|
default: "0%"
|
|
8440
8440
|
}
|
|
8441
|
-
],
|
|
8441
|
+
], zc = [
|
|
8442
8442
|
{
|
|
8443
8443
|
title: "x-runtime-lib.notSet",
|
|
8444
8444
|
value: "",
|
|
@@ -8458,12 +8458,12 @@ const tc = [
|
|
|
8458
8458
|
title: "x-runtime-lib.percent",
|
|
8459
8459
|
value: "percent",
|
|
8460
8460
|
ui: "percentInput",
|
|
8461
|
-
validator:
|
|
8461
|
+
validator: an,
|
|
8462
8462
|
precision: 6,
|
|
8463
8463
|
min: 0,
|
|
8464
8464
|
default: "0%"
|
|
8465
8465
|
}
|
|
8466
|
-
],
|
|
8466
|
+
], Tc = [
|
|
8467
8467
|
{
|
|
8468
8468
|
title: "x-runtime-lib.notSet",
|
|
8469
8469
|
value: "",
|
|
@@ -8483,12 +8483,12 @@ const tc = [
|
|
|
8483
8483
|
title: "x-runtime-lib.percent",
|
|
8484
8484
|
value: "percent",
|
|
8485
8485
|
ui: "percentInput",
|
|
8486
|
-
validator:
|
|
8486
|
+
validator: an,
|
|
8487
8487
|
precision: 6,
|
|
8488
8488
|
min: 0,
|
|
8489
8489
|
default: "0%"
|
|
8490
8490
|
}
|
|
8491
|
-
],
|
|
8491
|
+
], Ec = [
|
|
8492
8492
|
{
|
|
8493
8493
|
title: "x-runtime-lib.notSet",
|
|
8494
8494
|
value: "",
|
|
@@ -8517,7 +8517,7 @@ const tc = [
|
|
|
8517
8517
|
validator: (t) => t === "end",
|
|
8518
8518
|
default: "end"
|
|
8519
8519
|
}
|
|
8520
|
-
],
|
|
8520
|
+
], Ac = [
|
|
8521
8521
|
{
|
|
8522
8522
|
title: "x-runtime-lib.notSet",
|
|
8523
8523
|
value: "",
|
|
@@ -8539,16 +8539,16 @@ const tc = [
|
|
|
8539
8539
|
validator: (t) => t === "bottom",
|
|
8540
8540
|
default: "bottom"
|
|
8541
8541
|
}
|
|
8542
|
-
],
|
|
8542
|
+
], Mc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8543
8543
|
__proto__: null,
|
|
8544
|
-
borderWidthTypesV1:
|
|
8545
|
-
leftRightTypesV1:
|
|
8546
|
-
marginTypesV1:
|
|
8547
|
-
paddingTypesV1:
|
|
8548
|
-
sizeTypesV1:
|
|
8549
|
-
tableColumnAlignTypesV1:
|
|
8550
|
-
topBottomTypesV1:
|
|
8551
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
8544
|
+
borderWidthTypesV1: Vc,
|
|
8545
|
+
leftRightTypesV1: Pc,
|
|
8546
|
+
marginTypesV1: Lc,
|
|
8547
|
+
paddingTypesV1: zc,
|
|
8548
|
+
sizeTypesV1: Tc,
|
|
8549
|
+
tableColumnAlignTypesV1: Ec,
|
|
8550
|
+
topBottomTypesV1: Ac
|
|
8551
|
+
}, Symbol.toStringTag, { value: "Module" })), Wc = [
|
|
8552
8552
|
{
|
|
8553
8553
|
key: "containment",
|
|
8554
8554
|
name: "x-runtime-lib.containment",
|
|
@@ -8633,7 +8633,7 @@ const tc = [
|
|
|
8633
8633
|
"multiple_slot_v1"
|
|
8634
8634
|
]
|
|
8635
8635
|
}
|
|
8636
|
-
],
|
|
8636
|
+
], Bc = [
|
|
8637
8637
|
{
|
|
8638
8638
|
key: "objects",
|
|
8639
8639
|
name: "x-runtime-lib.objects",
|
|
@@ -8679,7 +8679,7 @@ const tc = [
|
|
|
8679
8679
|
"multiple_slot_v1"
|
|
8680
8680
|
]
|
|
8681
8681
|
}
|
|
8682
|
-
],
|
|
8682
|
+
], Rc = [
|
|
8683
8683
|
{
|
|
8684
8684
|
key: "containment",
|
|
8685
8685
|
name: "x-runtime-lib.containment",
|
|
@@ -8764,7 +8764,7 @@ const tc = [
|
|
|
8764
8764
|
"multiple_slot_v1"
|
|
8765
8765
|
]
|
|
8766
8766
|
}
|
|
8767
|
-
],
|
|
8767
|
+
], Kc = [
|
|
8768
8768
|
{
|
|
8769
8769
|
key: "objects",
|
|
8770
8770
|
name: "x-runtime-lib.objects",
|
|
@@ -8810,12 +8810,12 @@ const tc = [
|
|
|
8810
8810
|
"multiple_slot_v1"
|
|
8811
8811
|
]
|
|
8812
8812
|
}
|
|
8813
|
-
],
|
|
8813
|
+
], Dc = {
|
|
8814
8814
|
version: "v1",
|
|
8815
8815
|
globalityKey: "globality_v1",
|
|
8816
8816
|
refKey: "ref_v1",
|
|
8817
|
-
items: { ...
|
|
8818
|
-
types: { ...
|
|
8817
|
+
items: { ...Cc },
|
|
8818
|
+
types: { ...Mc },
|
|
8819
8819
|
elements: /* @__PURE__ */ new Set([
|
|
8820
8820
|
"globality_v1",
|
|
8821
8821
|
"multiple_ref_v1",
|
|
@@ -8888,27 +8888,27 @@ const tc = [
|
|
|
8888
8888
|
"scene_spot_light_v1"
|
|
8889
8889
|
]),
|
|
8890
8890
|
groups: {
|
|
8891
|
-
pageCommon:
|
|
8892
|
-
pageScene:
|
|
8893
|
-
compCommon:
|
|
8894
|
-
compScene:
|
|
8891
|
+
pageCommon: Rc,
|
|
8892
|
+
pageScene: Kc,
|
|
8893
|
+
compCommon: Wc,
|
|
8894
|
+
compScene: Bc
|
|
8895
8895
|
}
|
|
8896
|
-
},
|
|
8897
|
-
v1:
|
|
8896
|
+
}, Oc = {
|
|
8897
|
+
v1: Dc
|
|
8898
8898
|
};
|
|
8899
8899
|
function R(t, n) {
|
|
8900
8900
|
if (t === "page") {
|
|
8901
|
-
if (!
|
|
8901
|
+
if (!Mi.includes(n)) {
|
|
8902
8902
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8903
8903
|
return;
|
|
8904
8904
|
}
|
|
8905
|
-
} else if (t === "comp" && !
|
|
8905
|
+
} else if (t === "comp" && !Wi.includes(n)) {
|
|
8906
8906
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8907
8907
|
return;
|
|
8908
8908
|
}
|
|
8909
|
-
return `${t}${
|
|
8909
|
+
return `${t}${Vi(n)}`;
|
|
8910
8910
|
}
|
|
8911
|
-
function
|
|
8911
|
+
function ko(t, n) {
|
|
8912
8912
|
if (t.array)
|
|
8913
8913
|
return n ? O(t.default) : O(t.defaultArray);
|
|
8914
8914
|
{
|
|
@@ -8921,21 +8921,21 @@ function W(t, n) {
|
|
|
8921
8921
|
if (s.ui) {
|
|
8922
8922
|
if (s.ui === "strInput" && s.static)
|
|
8923
8923
|
return;
|
|
8924
|
-
o[s.key] =
|
|
8924
|
+
o[s.key] = ko(s);
|
|
8925
8925
|
} else
|
|
8926
|
-
s.array ? o[s.key] =
|
|
8926
|
+
s.array ? o[s.key] = ko(s) : s.children.forEach((i) => {
|
|
8927
8927
|
o[s.key] || (o[s.key] = {}), e(o[s.key], i);
|
|
8928
8928
|
});
|
|
8929
8929
|
}
|
|
8930
8930
|
n.forEach((o) => e(t, o));
|
|
8931
8931
|
}
|
|
8932
|
-
function
|
|
8932
|
+
function Pu(t, n, e, o, s) {
|
|
8933
8933
|
const i = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, l = R(t, n);
|
|
8934
8934
|
if (!l) {
|
|
8935
8935
|
console.error(`spawnNode property tag not found, ${i}`);
|
|
8936
8936
|
return;
|
|
8937
8937
|
}
|
|
8938
|
-
const c =
|
|
8938
|
+
const c = Oc[e];
|
|
8939
8939
|
if (!c) {
|
|
8940
8940
|
console.error(`spawnNode pkg not found version, ${i}`);
|
|
8941
8941
|
return;
|
|
@@ -8994,7 +8994,7 @@ function Vu(t, n, e, o, s) {
|
|
|
8994
8994
|
}
|
|
8995
8995
|
}
|
|
8996
8996
|
}
|
|
8997
|
-
function
|
|
8997
|
+
function Lu(t, n) {
|
|
8998
8998
|
function e(o) {
|
|
8999
8999
|
if (o.id === n)
|
|
9000
9000
|
return o;
|
|
@@ -9011,7 +9011,7 @@ function Pu(t, n) {
|
|
|
9011
9011
|
return s;
|
|
9012
9012
|
}
|
|
9013
9013
|
}
|
|
9014
|
-
function
|
|
9014
|
+
function Fc(t) {
|
|
9015
9015
|
const n = {}, e = (i) => {
|
|
9016
9016
|
const l = E(16);
|
|
9017
9017
|
n[i.id] = l, i.id = l, i.children?.map((c) => e(c));
|
|
@@ -9023,16 +9023,10 @@ function Oc(t) {
|
|
|
9023
9023
|
l.basic.id = n[l.basic.id], s[l.basic.id] = l;
|
|
9024
9024
|
}), { nodeLite: o, nodes: s };
|
|
9025
9025
|
}
|
|
9026
|
-
function Lu(t) {
|
|
9027
|
-
return t.map((n) => Oc(n));
|
|
9028
|
-
}
|
|
9029
|
-
const No = "runtimeOrg", jo = "runtimeEnv", Ho = "runtimeMode", Go = "runtimeDevice", Jo = "runtimeDark", Uo = "runtimeId", qo = "runtimeType", Xo = "runtimeData", Yo = "runtimeDepends", Zo = "runtimeRuntime", Qo = "runtimeSandbox";
|
|
9030
9026
|
function zu(t) {
|
|
9031
|
-
|
|
9032
|
-
}
|
|
9033
|
-
function Fc() {
|
|
9034
|
-
return fe(No);
|
|
9027
|
+
return t.map((n) => Fc(n));
|
|
9035
9028
|
}
|
|
9029
|
+
const jo = "runtimeOrg", Ho = "runtimeEnv", Go = "runtimeMode", Jo = "runtimeDevice", Uo = "runtimeDark", qo = "runtimeId", Xo = "runtimeType", Yo = "runtimeData", Zo = "runtimeDepends", Qo = "runtimeRuntime", ei = "runtimeSandbox";
|
|
9036
9030
|
function Tu(t) {
|
|
9037
9031
|
ye(jo, t);
|
|
9038
9032
|
}
|
|
@@ -9042,56 +9036,62 @@ function Nc() {
|
|
|
9042
9036
|
function Eu(t) {
|
|
9043
9037
|
ye(Ho, t);
|
|
9044
9038
|
}
|
|
9045
|
-
function
|
|
9039
|
+
function jc() {
|
|
9046
9040
|
return fe(Ho);
|
|
9047
9041
|
}
|
|
9048
9042
|
function Au(t) {
|
|
9049
|
-
ye(Go,
|
|
9043
|
+
ye(Go, t);
|
|
9050
9044
|
}
|
|
9051
|
-
function
|
|
9045
|
+
function Z() {
|
|
9052
9046
|
return fe(Go);
|
|
9053
9047
|
}
|
|
9054
9048
|
function Mu(t) {
|
|
9055
|
-
ye(Jo,
|
|
9049
|
+
ye(Jo, ln(t));
|
|
9056
9050
|
}
|
|
9057
|
-
function
|
|
9051
|
+
function Fe() {
|
|
9058
9052
|
return fe(Jo);
|
|
9059
9053
|
}
|
|
9060
9054
|
function Wu(t) {
|
|
9061
|
-
ye(Uo, t);
|
|
9055
|
+
ye(Uo, ln(t));
|
|
9062
9056
|
}
|
|
9063
|
-
function
|
|
9057
|
+
function Ze() {
|
|
9064
9058
|
return fe(Uo);
|
|
9065
9059
|
}
|
|
9066
9060
|
function Bu(t) {
|
|
9067
9061
|
ye(qo, t);
|
|
9068
9062
|
}
|
|
9069
|
-
function
|
|
9063
|
+
function Qe() {
|
|
9070
9064
|
return fe(qo);
|
|
9071
9065
|
}
|
|
9072
|
-
function
|
|
9066
|
+
function Ru(t) {
|
|
9073
9067
|
ye(Xo, t);
|
|
9074
9068
|
}
|
|
9075
|
-
function
|
|
9069
|
+
function Ce() {
|
|
9076
9070
|
return fe(Xo);
|
|
9077
9071
|
}
|
|
9078
|
-
function
|
|
9079
|
-
ye(Yo,
|
|
9072
|
+
function ze(t) {
|
|
9073
|
+
ye(Yo, t);
|
|
9080
9074
|
}
|
|
9081
|
-
function
|
|
9075
|
+
function re() {
|
|
9082
9076
|
return fe(Yo);
|
|
9083
9077
|
}
|
|
9084
9078
|
function Ku(t) {
|
|
9085
|
-
ye(Zo, t);
|
|
9079
|
+
ye(Zo, ln(t));
|
|
9086
9080
|
}
|
|
9087
9081
|
function Hc() {
|
|
9088
9082
|
return fe(Zo);
|
|
9089
9083
|
}
|
|
9090
|
-
function
|
|
9084
|
+
function Du(t) {
|
|
9091
9085
|
ye(Qo, t);
|
|
9092
9086
|
}
|
|
9087
|
+
function Gc() {
|
|
9088
|
+
return fe(Qo);
|
|
9089
|
+
}
|
|
9090
|
+
function Jc(t) {
|
|
9091
|
+
ye(ei, t);
|
|
9092
|
+
}
|
|
9093
9093
|
function _e() {
|
|
9094
|
-
return fe(
|
|
9094
|
+
return fe(ei, void 0);
|
|
9095
9095
|
}
|
|
9096
9096
|
function je(t) {
|
|
9097
9097
|
const n = [t.type];
|
|
@@ -9101,7 +9101,7 @@ async function ct(t, n, e, o, s) {
|
|
|
9101
9101
|
const { watchEffect: i, bind: l } = n;
|
|
9102
9102
|
if (i[e])
|
|
9103
9103
|
for (const c of i[e]) {
|
|
9104
|
-
const m =
|
|
9104
|
+
const m = Pi(c);
|
|
9105
9105
|
await t.callFunctionAsync(`__watchEffect$${m}__`);
|
|
9106
9106
|
}
|
|
9107
9107
|
if (l.triggers[e])
|
|
@@ -9153,7 +9153,7 @@ async function ct(t, n, e, o, s) {
|
|
|
9153
9153
|
if (me(d, b))
|
|
9154
9154
|
continue;
|
|
9155
9155
|
const _ = O(f);
|
|
9156
|
-
|
|
9156
|
+
cn(_, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
|
|
9157
9157
|
p.nodeId,
|
|
9158
9158
|
p.propertyKeys.split("."),
|
|
9159
9159
|
_
|
|
@@ -9185,10 +9185,14 @@ async function ct(t, n, e, o, s) {
|
|
|
9185
9185
|
}
|
|
9186
9186
|
}
|
|
9187
9187
|
}
|
|
9188
|
-
function
|
|
9188
|
+
function Lt(t, n, e) {
|
|
9189
|
+
const o = [t, n], s = e.split(".");
|
|
9190
|
+
return s.length > 1 ? o.push(...s.slice(1)) : o.push(e), `__implementMethod$${o.join("$")}__`;
|
|
9191
|
+
}
|
|
9192
|
+
function Ou(t, n, e) {
|
|
9189
9193
|
return `${t}/${n}/${e}`;
|
|
9190
9194
|
}
|
|
9191
|
-
function
|
|
9195
|
+
function wo(t) {
|
|
9192
9196
|
const n = t.split("/");
|
|
9193
9197
|
let e = "elementProperty";
|
|
9194
9198
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyId invalid kind id=${t}`);
|
|
@@ -9197,10 +9201,10 @@ function ko(t) {
|
|
|
9197
9201
|
let s = "";
|
|
9198
9202
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
|
|
9199
9203
|
}
|
|
9200
|
-
function
|
|
9204
|
+
function Fu(t, n, e) {
|
|
9201
9205
|
return `${t}.${n}.${e}`;
|
|
9202
9206
|
}
|
|
9203
|
-
function
|
|
9207
|
+
function Nu(t) {
|
|
9204
9208
|
const n = t.split(".");
|
|
9205
9209
|
let e = "";
|
|
9206
9210
|
n.length > 0 ? e = n[0] : console.error(
|
|
@@ -9217,10 +9221,10 @@ function Fu(t) {
|
|
|
9217
9221
|
propertyKey: s
|
|
9218
9222
|
};
|
|
9219
9223
|
}
|
|
9220
|
-
function
|
|
9224
|
+
function ju(t, n, e) {
|
|
9221
9225
|
return `${t}.${n}.${e}`;
|
|
9222
9226
|
}
|
|
9223
|
-
function
|
|
9227
|
+
function Hu(t) {
|
|
9224
9228
|
const n = t.split(".");
|
|
9225
9229
|
let e = "";
|
|
9226
9230
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -9229,10 +9233,10 @@ function ju(t) {
|
|
|
9229
9233
|
let s = "";
|
|
9230
9234
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyKeyOfCustomSlot invalid propertyId key=${t}`), { compId: e, slotId: o, propertyId: s };
|
|
9231
9235
|
}
|
|
9232
|
-
function
|
|
9236
|
+
function Uc(t, n, e) {
|
|
9233
9237
|
return `${t}/${n}/${e}`;
|
|
9234
9238
|
}
|
|
9235
|
-
function
|
|
9239
|
+
function qc(t) {
|
|
9236
9240
|
const n = t.split("/");
|
|
9237
9241
|
let e = "elementMethod";
|
|
9238
9242
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
|
|
@@ -9241,10 +9245,10 @@ function Uc(t) {
|
|
|
9241
9245
|
let s = "";
|
|
9242
9246
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
|
|
9243
9247
|
}
|
|
9244
|
-
function
|
|
9248
|
+
function Gu(t, n, e) {
|
|
9245
9249
|
return `${t}.${n}.${e}`;
|
|
9246
9250
|
}
|
|
9247
|
-
function
|
|
9251
|
+
function Ju(t) {
|
|
9248
9252
|
const n = t.split(".");
|
|
9249
9253
|
let e = "";
|
|
9250
9254
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -9253,10 +9257,10 @@ function Gu(t) {
|
|
|
9253
9257
|
let s = "";
|
|
9254
9258
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: s };
|
|
9255
9259
|
}
|
|
9256
|
-
function
|
|
9260
|
+
function Uu(t, n, e) {
|
|
9257
9261
|
return `${t}.${n}.${e}`;
|
|
9258
9262
|
}
|
|
9259
|
-
function
|
|
9263
|
+
function qu(t) {
|
|
9260
9264
|
const n = t.split(".");
|
|
9261
9265
|
let e = "";
|
|
9262
9266
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -9268,7 +9272,7 @@ function Uu(t) {
|
|
|
9268
9272
|
function ae(t, n, e) {
|
|
9269
9273
|
return `${t}/${n}/${e}`;
|
|
9270
9274
|
}
|
|
9271
|
-
function
|
|
9275
|
+
function Xc(t) {
|
|
9272
9276
|
const n = t.split("/");
|
|
9273
9277
|
let e = "elementEvent";
|
|
9274
9278
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
|
|
@@ -9277,10 +9281,10 @@ function qc(t) {
|
|
|
9277
9281
|
let s = "";
|
|
9278
9282
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: s };
|
|
9279
9283
|
}
|
|
9280
|
-
function
|
|
9284
|
+
function Xu(t, n, e) {
|
|
9281
9285
|
return `${t}.${n}.${e}`;
|
|
9282
9286
|
}
|
|
9283
|
-
function
|
|
9287
|
+
function Yu(t) {
|
|
9284
9288
|
const n = t.split(".");
|
|
9285
9289
|
let e = "";
|
|
9286
9290
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -9289,10 +9293,10 @@ function Xu(t) {
|
|
|
9289
9293
|
let s = "";
|
|
9290
9294
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventKeyOfElementSlot invalid eventKey key=${t}`), { elementKey: e, slotKey: o, eventKey: s };
|
|
9291
9295
|
}
|
|
9292
|
-
function
|
|
9296
|
+
function Zu(t, n, e) {
|
|
9293
9297
|
return `${t}.${n}.${e}`;
|
|
9294
9298
|
}
|
|
9295
|
-
function
|
|
9299
|
+
function Qu(t) {
|
|
9296
9300
|
const n = t.split(".");
|
|
9297
9301
|
let e = "";
|
|
9298
9302
|
n.length > 0 ? e = n[0] : console.error(`makeEventKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -9301,10 +9305,10 @@ function Zu(t) {
|
|
|
9301
9305
|
let s = "";
|
|
9302
9306
|
return n.length > 2 ? s = n[2] : console.error(`makeEventKeyOfCustomSlot invalid eventId key=${t}`), { compId: e, slotId: o, eventId: s };
|
|
9303
9307
|
}
|
|
9304
|
-
function
|
|
9308
|
+
function em(t, n, e) {
|
|
9305
9309
|
return `${t}/${n}/${e}`;
|
|
9306
9310
|
}
|
|
9307
|
-
function
|
|
9311
|
+
function tm(t) {
|
|
9308
9312
|
const n = t.split("/");
|
|
9309
9313
|
let e = "elementSlot";
|
|
9310
9314
|
n.length > 0 ? e = n[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
|
|
@@ -9314,7 +9318,7 @@ function em(t) {
|
|
|
9314
9318
|
return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
|
|
9315
9319
|
}
|
|
9316
9320
|
function et(t, n) {
|
|
9317
|
-
const e =
|
|
9321
|
+
const e = Hc(), o = ie(-1);
|
|
9318
9322
|
Ie(() => {
|
|
9319
9323
|
if (!t.value) {
|
|
9320
9324
|
o.value = -1, n.value = void 0;
|
|
@@ -9322,15 +9326,15 @@ function et(t, n) {
|
|
|
9322
9326
|
}
|
|
9323
9327
|
const s = e.value[t.value];
|
|
9324
9328
|
if (!s) {
|
|
9325
|
-
o.value = -1, n.value = void 0,
|
|
9329
|
+
o.value = -1, n.value = void 0, Lo.emit("compNotAvail", t.value);
|
|
9326
9330
|
return;
|
|
9327
9331
|
}
|
|
9328
9332
|
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = O(s.data));
|
|
9329
9333
|
});
|
|
9330
9334
|
}
|
|
9331
|
-
function
|
|
9335
|
+
function nm() {
|
|
9332
9336
|
let t;
|
|
9333
|
-
const n = async () => (t = (await
|
|
9337
|
+
const n = async () => (t = (await Li()).newRuntime(), console.log("runtime created"), t);
|
|
9334
9338
|
return Se(() => {
|
|
9335
9339
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
9336
9340
|
}), { createRuntime: n };
|
|
@@ -9371,7 +9375,7 @@ function ve(t, n) {
|
|
|
9371
9375
|
return t.undefined;
|
|
9372
9376
|
}
|
|
9373
9377
|
}
|
|
9374
|
-
function
|
|
9378
|
+
function Yc(t) {
|
|
9375
9379
|
if (!t.vm) {
|
|
9376
9380
|
console.error("bindBase invalid sandbox vm");
|
|
9377
9381
|
return;
|
|
@@ -9405,11 +9409,11 @@ function Xc(t) {
|
|
|
9405
9409
|
console.log(s, ...i);
|
|
9406
9410
|
}).consume((e) => n.setProp(n.global, "__consoleLogV1__", e)), n.newFunction("__debugTraceV1__", (e) => {
|
|
9407
9411
|
const o = n.dump(e);
|
|
9408
|
-
|
|
9412
|
+
Lo.emit("consoleAppend", o);
|
|
9409
9413
|
}).consume((e) => n.setProp(n.global, "__debugTraceV1__", e)), n.newFunction("__messageV1__", (e, o) => {
|
|
9410
9414
|
const s = n.getString(e), i = n.dump(o);
|
|
9411
9415
|
let l = "";
|
|
9412
|
-
typeof i == "object" ? l = JSON.stringify(i) : l = String(i), s === "info" ?
|
|
9416
|
+
typeof i == "object" ? l = JSON.stringify(i) : l = String(i), s === "info" ? li(l) : s === "success" ? ai(l) : s === "warning" ? zo(l) : s === "error" && To(l);
|
|
9413
9417
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
9414
9418
|
const s = n.getNumber(e), i = n.getNumber(o);
|
|
9415
9419
|
window.setTimeout(() => {
|
|
@@ -9433,18 +9437,18 @@ function Xc(t) {
|
|
|
9433
9437
|
}, o), i.settled.then(n.runtime.executePendingJobs), i.handle;
|
|
9434
9438
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
9435
9439
|
}
|
|
9436
|
-
const
|
|
9440
|
+
const ti = ci({
|
|
9437
9441
|
baseUrl: "http://localhost/computebase/",
|
|
9438
9442
|
onError: (t) => {
|
|
9439
9443
|
const { i18n: n } = he;
|
|
9440
|
-
|
|
9444
|
+
To(Ei(n, t));
|
|
9441
9445
|
}
|
|
9442
9446
|
});
|
|
9443
|
-
window.API_URL && (
|
|
9444
|
-
function Yc(t) {
|
|
9445
|
-
return ei.post("callFunc", t);
|
|
9446
|
-
}
|
|
9447
|
+
window.API_URL && (ti.defaults.baseURL = window.API_URL + "/computebase/");
|
|
9447
9448
|
function Zc(t) {
|
|
9449
|
+
return ti.post("callFunc", t);
|
|
9450
|
+
}
|
|
9451
|
+
function Qc(t) {
|
|
9448
9452
|
if (!t.vm) {
|
|
9449
9453
|
console.error("bindCompute invalid sandbox vm");
|
|
9450
9454
|
return;
|
|
@@ -9452,7 +9456,7 @@ function Zc(t) {
|
|
|
9452
9456
|
const { vm: n } = t;
|
|
9453
9457
|
n.newFunction("__callFuncV1__", (e, o, s, i, l) => {
|
|
9454
9458
|
const c = n.getString(e), m = n.getString(o), u = n.dump(s), d = n.getString(i), p = n.getString(l), { promiseId: f, promise: b } = t.promiseManager.acquire(), _ = JSON.stringify(u);
|
|
9455
|
-
return
|
|
9459
|
+
return Zc({
|
|
9456
9460
|
spaceId: c,
|
|
9457
9461
|
id: m,
|
|
9458
9462
|
strInputs: _,
|
|
@@ -9467,7 +9471,7 @@ function Zc(t) {
|
|
|
9467
9471
|
), b.settled.then(n.runtime.executePendingJobs), b.handle;
|
|
9468
9472
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
9469
9473
|
}
|
|
9470
|
-
function
|
|
9474
|
+
function eu(t) {
|
|
9471
9475
|
if (!t.vm) {
|
|
9472
9476
|
console.error("bindSystem invalid sandbox vm");
|
|
9473
9477
|
return;
|
|
@@ -9475,7 +9479,7 @@ function Qc(t) {
|
|
|
9475
9479
|
const { vm: n } = t;
|
|
9476
9480
|
n.newFunction("__getEnvV1__", () => n.getProp(n.global, "__env__")).consume((e) => n.setProp(n.global, "__getEnvV1__", e));
|
|
9477
9481
|
}
|
|
9478
|
-
function
|
|
9482
|
+
function tu(t) {
|
|
9479
9483
|
if (!t.vm) {
|
|
9480
9484
|
console.error("bindView invalid sandbox vm");
|
|
9481
9485
|
return;
|
|
@@ -9484,7 +9488,7 @@ function eu(t) {
|
|
|
9484
9488
|
n.newFunction("__triggerEventV1__", (e, o, ...s) => {
|
|
9485
9489
|
const i = n.getString(e), l = n.getString(o), c = s.map((d) => n.dump(d));
|
|
9486
9490
|
t.callFunctionAsync("__triggerEventInner__", i, l, c);
|
|
9487
|
-
const { kind: m, eventKey: u } =
|
|
9491
|
+
const { kind: m, eventKey: u } = Xc(i);
|
|
9488
9492
|
m === "customEvent" && t.parent && (t.parent.callFunctionAsync(
|
|
9489
9493
|
"__triggerEventV1__",
|
|
9490
9494
|
ae("refEvent", t.nodeId, u),
|
|
@@ -9497,7 +9501,7 @@ function eu(t) {
|
|
|
9497
9501
|
...c
|
|
9498
9502
|
));
|
|
9499
9503
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
9500
|
-
const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: m } =
|
|
9504
|
+
const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: m } = wo(s);
|
|
9501
9505
|
let u;
|
|
9502
9506
|
if (l === "elementProperty")
|
|
9503
9507
|
u = t.getElementProperty(c, m.split("."));
|
|
@@ -9516,7 +9520,7 @@ function eu(t) {
|
|
|
9516
9520
|
} else l === "customProperty" ? u = t.getCustomProperty(m) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? u = t.parent?.getCustomSlotProperty(m) : console.assert(!1);
|
|
9517
9521
|
return ve(n, u);
|
|
9518
9522
|
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
9519
|
-
const i = n.getString(e), l = n.dump(o), c = n.getString(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, propertyKey: f } =
|
|
9523
|
+
const i = n.getString(e), l = n.dump(o), c = n.getString(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, propertyKey: f } = wo(i);
|
|
9520
9524
|
if (d === "elementProperty")
|
|
9521
9525
|
t.setElementProperty(p, f.split("."), l);
|
|
9522
9526
|
else if (d === "refProperty") {
|
|
@@ -9532,11 +9536,11 @@ function eu(t) {
|
|
|
9532
9536
|
const b = t.children[`${p}/${c}`];
|
|
9533
9537
|
b && b.setCustomSlotProperty(f, l);
|
|
9534
9538
|
} else d === "customProperty" ? t.setCustomProperty(f, l) : d === "adaptSlotElementProperty" || d === "adaptSlotCustomProperty" ? t.parent.setCustomSlotProperty(f, l) : console.assert(!1);
|
|
9535
|
-
return
|
|
9539
|
+
return sn().then(() => {
|
|
9536
9540
|
u.resolve(n.undefined), t.promiseManager.release(m);
|
|
9537
9541
|
}), u.settled.then(n.runtime.executePendingJobs), u.handle;
|
|
9538
9542
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
9539
|
-
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, methodKey: f } =
|
|
9543
|
+
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, methodKey: f } = qc(i);
|
|
9540
9544
|
if (d === "elementMethod")
|
|
9541
9545
|
t.callElementMethod(i, f, c).then((b) => {
|
|
9542
9546
|
u.resolve(ve(n, b)), t.promiseManager.release(m);
|
|
@@ -9544,7 +9548,7 @@ function eu(t) {
|
|
|
9544
9548
|
else if (d === "refMethod") {
|
|
9545
9549
|
const b = t.children[p];
|
|
9546
9550
|
b && b.callFunctionAsync(
|
|
9547
|
-
|
|
9551
|
+
Lt("customMethod", "globality", f),
|
|
9548
9552
|
l,
|
|
9549
9553
|
c
|
|
9550
9554
|
).then((_) => {
|
|
@@ -9562,7 +9566,7 @@ function eu(t) {
|
|
|
9562
9566
|
} else if (d === "multipleRefMethod") {
|
|
9563
9567
|
const b = t.children[`${p}/${l}`];
|
|
9564
9568
|
b && b.callFunctionAsync(
|
|
9565
|
-
|
|
9569
|
+
Lt("customMethod", "globality", f),
|
|
9566
9570
|
l,
|
|
9567
9571
|
c
|
|
9568
9572
|
).then((_) => {
|
|
@@ -9578,7 +9582,7 @@ function eu(t) {
|
|
|
9578
9582
|
}
|
|
9579
9583
|
});
|
|
9580
9584
|
} else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" || d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent && t.parent.callFunctionAsync(
|
|
9581
|
-
|
|
9585
|
+
Lt("customMethod", "globality", f),
|
|
9582
9586
|
l,
|
|
9583
9587
|
c
|
|
9584
9588
|
).then((b) => {
|
|
@@ -9609,27 +9613,27 @@ function eu(t) {
|
|
|
9609
9613
|
pageId: i
|
|
9610
9614
|
};
|
|
9611
9615
|
he.router.replace({ path: l, query: c });
|
|
9612
|
-
} else t.mode === "preview" &&
|
|
9616
|
+
} else t.mode === "preview" && zo(
|
|
9613
9617
|
he.i18n.global.t(
|
|
9614
9618
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
9615
9619
|
)
|
|
9616
9620
|
);
|
|
9617
9621
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
9618
9622
|
const s = n.getString(e), i = n.getString(o), { promiseId: l, promise: c } = t.promiseManager.acquire();
|
|
9619
|
-
return
|
|
9623
|
+
return ui({ title: s, text: i }).then((m) => {
|
|
9620
9624
|
Be(t) && (m === void 0 ? c.resolve(n.undefined) : c.resolve(m ? n.true : n.false), t.promiseManager.release(l));
|
|
9621
9625
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9622
9626
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9623
9627
|
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire();
|
|
9624
|
-
return
|
|
9628
|
+
return mi({ title: i, label: l, value: c }).then((d) => {
|
|
9625
9629
|
Be(t) && (d === void 0 ? u.resolve(n.undefined) : u.resolve(n.newString(d)), t.promiseManager.release(m));
|
|
9626
9630
|
}), u.settled.then(n.runtime.executePendingJobs), u.handle;
|
|
9627
9631
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9628
9632
|
}
|
|
9629
|
-
function
|
|
9630
|
-
|
|
9633
|
+
function nu(t) {
|
|
9634
|
+
Yc(t), Qc(t), eu(t), tu(t);
|
|
9631
9635
|
}
|
|
9632
|
-
const
|
|
9636
|
+
const ou = `
|
|
9633
9637
|
let __events__ = {}
|
|
9634
9638
|
|
|
9635
9639
|
function __onEventV1__(id, callback) {
|
|
@@ -9713,7 +9717,7 @@ function __destroy__() {
|
|
|
9713
9717
|
__timers__ = {}
|
|
9714
9718
|
}
|
|
9715
9719
|
`;
|
|
9716
|
-
class
|
|
9720
|
+
class iu {
|
|
9717
9721
|
vm;
|
|
9718
9722
|
promises = {};
|
|
9719
9723
|
currPromiseId = 0;
|
|
@@ -9731,7 +9735,7 @@ class ou {
|
|
|
9731
9735
|
delete this.promises[n];
|
|
9732
9736
|
}
|
|
9733
9737
|
}
|
|
9734
|
-
class
|
|
9738
|
+
class su {
|
|
9735
9739
|
kind;
|
|
9736
9740
|
nodeId;
|
|
9737
9741
|
instance;
|
|
@@ -9744,7 +9748,7 @@ class iu {
|
|
|
9744
9748
|
mode;
|
|
9745
9749
|
type;
|
|
9746
9750
|
// 沙盒内事件总线
|
|
9747
|
-
eventBus =
|
|
9751
|
+
eventBus = zi();
|
|
9748
9752
|
// 钩子
|
|
9749
9753
|
hooks;
|
|
9750
9754
|
constructor(n, e, o, s, i, l, c, m, u) {
|
|
@@ -9771,7 +9775,7 @@ class iu {
|
|
|
9771
9775
|
vm;
|
|
9772
9776
|
promiseManager;
|
|
9773
9777
|
async createVm(n, e) {
|
|
9774
|
-
this.vm = n.newContext(), this.promiseManager = new
|
|
9778
|
+
this.vm = n.newContext(), this.promiseManager = new iu(this.vm), nu(this), this.vm.evalCode(ou), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), await this.callFunctionAsync(
|
|
9775
9779
|
"__triggerEventV1__",
|
|
9776
9780
|
ae("elementEvent", "globality", "startup"),
|
|
9777
9781
|
""
|
|
@@ -9786,7 +9790,7 @@ class iu {
|
|
|
9786
9790
|
const { vm: o } = this;
|
|
9787
9791
|
if (!o)
|
|
9788
9792
|
return;
|
|
9789
|
-
const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")}`;
|
|
9793
|
+
const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")})`;
|
|
9790
9794
|
this.debugTrace(`callFunctionSync ${s})`);
|
|
9791
9795
|
const i = ke(m, o.getProp(o.global, n));
|
|
9792
9796
|
if (!i) {
|
|
@@ -9809,7 +9813,7 @@ class iu {
|
|
|
9809
9813
|
const { vm: o } = this;
|
|
9810
9814
|
if (!o)
|
|
9811
9815
|
return;
|
|
9812
|
-
const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")}`;
|
|
9816
|
+
const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")})`;
|
|
9813
9817
|
this.debugTrace(`callFunctionAsync ${s}`);
|
|
9814
9818
|
const i = ke(u, o.getProp(o.global, n));
|
|
9815
9819
|
if (!i) {
|
|
@@ -9859,7 +9863,7 @@ class iu {
|
|
|
9859
9863
|
return;
|
|
9860
9864
|
}
|
|
9861
9865
|
const i = Ve(s, e);
|
|
9862
|
-
me(o, i) || (
|
|
9866
|
+
me(o, i) || (cn(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9863
9867
|
s.basic.id,
|
|
9864
9868
|
e,
|
|
9865
9869
|
o,
|
|
@@ -9917,7 +9921,7 @@ class iu {
|
|
|
9917
9921
|
}
|
|
9918
9922
|
}
|
|
9919
9923
|
function tt(t, n, e, o, s) {
|
|
9920
|
-
const i =
|
|
9924
|
+
const i = Nc(), l = jc(), c = Z(), m = Ce(), u = Fe(), d = Ze(), p = Gc(), f = async (x, h, v, z) => {
|
|
9921
9925
|
if (le(c)) {
|
|
9922
9926
|
if (me(h, ["settings", "slot"])) {
|
|
9923
9927
|
const T = t.value?.view.nodeLites.find(
|
|
@@ -10004,7 +10008,7 @@ function tt(t, n, e, o, s) {
|
|
|
10004
10008
|
h,
|
|
10005
10009
|
v
|
|
10006
10010
|
));
|
|
10007
|
-
}, g = new
|
|
10011
|
+
}, g = new su(
|
|
10008
10012
|
n,
|
|
10009
10013
|
e,
|
|
10010
10014
|
o,
|
|
@@ -10020,7 +10024,7 @@ function tt(t, n, e, o, s) {
|
|
|
10020
10024
|
onStateChange: k
|
|
10021
10025
|
}
|
|
10022
10026
|
);
|
|
10023
|
-
if (
|
|
10027
|
+
if (Jc(g), Se(() => {
|
|
10024
10028
|
g.dispose();
|
|
10025
10029
|
}), le(c)) {
|
|
10026
10030
|
const x = async () => {
|
|
@@ -10060,173 +10064,174 @@ function G() {
|
|
|
10060
10064
|
const t = Ze();
|
|
10061
10065
|
return { theme: I(() => t.value ? "dark" : "light") };
|
|
10062
10066
|
}
|
|
10063
|
-
const
|
|
10067
|
+
const ru = (t, n, e) => {
|
|
10064
10068
|
const o = t[n];
|
|
10065
10069
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, i) => {
|
|
10066
10070
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(i.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== e ? ". Note that variables only represent file names one level deep." : ""))));
|
|
10067
10071
|
});
|
|
10068
10072
|
};
|
|
10069
|
-
async function
|
|
10070
|
-
return (await
|
|
10073
|
+
async function om(t) {
|
|
10074
|
+
return (await ru(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.kg2ecet9.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.hiugu9wu.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
10071
10075
|
}
|
|
10072
10076
|
export {
|
|
10073
|
-
|
|
10074
|
-
|
|
10075
|
-
|
|
10076
|
-
|
|
10077
|
-
|
|
10078
|
-
|
|
10079
|
-
|
|
10080
|
-
|
|
10081
|
-
|
|
10077
|
+
yu as addIndent,
|
|
10078
|
+
Gl as ambientLightV1,
|
|
10079
|
+
Ql as badgeV1,
|
|
10080
|
+
Et as barChartV1,
|
|
10081
|
+
zt as boxGeometryV1,
|
|
10082
|
+
Bo as breakpoints,
|
|
10083
|
+
na as btnGroupV1,
|
|
10084
|
+
oa as btnToggleV1,
|
|
10085
|
+
Mt as btnV1,
|
|
10082
10086
|
ut as calcBreakpoint,
|
|
10083
10087
|
Je as cardV1,
|
|
10084
|
-
|
|
10085
|
-
|
|
10086
|
-
|
|
10087
|
-
|
|
10088
|
-
|
|
10089
|
-
|
|
10090
|
-
|
|
10091
|
-
|
|
10092
|
-
|
|
10093
|
-
|
|
10094
|
-
|
|
10095
|
-
|
|
10096
|
-
|
|
10097
|
-
|
|
10098
|
-
|
|
10099
|
-
|
|
10088
|
+
sa as checkboxV1,
|
|
10089
|
+
Bt as chipGroupV1,
|
|
10090
|
+
Wt as chipV1,
|
|
10091
|
+
aa as colorPickerV1,
|
|
10092
|
+
ca as comboboxV1,
|
|
10093
|
+
ku as compMetaStringify,
|
|
10094
|
+
Wi as compTypes,
|
|
10095
|
+
Rt as containerV1,
|
|
10096
|
+
gu as dataStringify,
|
|
10097
|
+
ua as dataTableV1,
|
|
10098
|
+
ma as datePickerV1,
|
|
10099
|
+
pa as dialogV1,
|
|
10100
|
+
Jl as directionalLightV1,
|
|
10101
|
+
Fc as duplicateNodePair,
|
|
10102
|
+
zu as duplicateNodePairs,
|
|
10103
|
+
Iu as elementKeys,
|
|
10100
10104
|
$e as elements,
|
|
10101
|
-
|
|
10102
|
-
|
|
10105
|
+
Vu as fileInputV1,
|
|
10106
|
+
Kt as flexLayoutEntryV1,
|
|
10103
10107
|
Ue as flexLayoutV1,
|
|
10104
|
-
|
|
10108
|
+
Ft as formV1,
|
|
10105
10109
|
E as genId,
|
|
10106
10110
|
Ne as getBreakpointProp,
|
|
10107
10111
|
Ve as getField,
|
|
10108
|
-
|
|
10109
|
-
|
|
10110
|
-
|
|
10112
|
+
Lt as getImplementMethodName,
|
|
10113
|
+
$n as getIndexOfBreakpoint,
|
|
10114
|
+
Lu as getNodeLite,
|
|
10115
|
+
ko as getPropertyDefault,
|
|
10111
10116
|
R as getPropertyTag,
|
|
10112
|
-
|
|
10113
|
-
|
|
10117
|
+
tc as globalityV1,
|
|
10118
|
+
Xl as groupV1,
|
|
10114
10119
|
Xe as hasComp,
|
|
10115
|
-
|
|
10116
|
-
|
|
10120
|
+
bu as hasSlot,
|
|
10121
|
+
ha as iconV1,
|
|
10117
10122
|
A as initNode,
|
|
10118
10123
|
W as initProperties,
|
|
10119
10124
|
Ze as injectDark,
|
|
10120
10125
|
re as injectData,
|
|
10121
|
-
|
|
10126
|
+
Hc as injectDepends,
|
|
10122
10127
|
Fe as injectDevice,
|
|
10123
|
-
|
|
10128
|
+
jc as injectEnv,
|
|
10124
10129
|
Qe as injectId,
|
|
10125
10130
|
Z as injectMode,
|
|
10126
|
-
|
|
10127
|
-
|
|
10131
|
+
Nc as injectOrg,
|
|
10132
|
+
Gc as injectRuntime,
|
|
10128
10133
|
_e as injectSandbox,
|
|
10129
10134
|
Ce as injectType,
|
|
10130
10135
|
Ye as isCircularReference,
|
|
10131
10136
|
le as isExecutableMode,
|
|
10132
|
-
|
|
10133
|
-
|
|
10134
|
-
|
|
10135
|
-
|
|
10136
|
-
|
|
10137
|
+
Ki as isLocaleOfEventKind,
|
|
10138
|
+
Ri as isLocaleOfMethodKind,
|
|
10139
|
+
Bi as isLocaleOfPropertyKind,
|
|
10140
|
+
_u as isLocaleOfSlotKind,
|
|
10141
|
+
an as isPercentStr,
|
|
10137
10142
|
gt as isPixelStr,
|
|
10138
|
-
|
|
10139
|
-
|
|
10140
|
-
|
|
10143
|
+
Bl as keyboardControlsV1,
|
|
10144
|
+
At as lineChartV1,
|
|
10145
|
+
om as loadLocaleMessageRuntime,
|
|
10141
10146
|
ae as makeEventId,
|
|
10142
|
-
|
|
10143
|
-
|
|
10144
|
-
|
|
10145
|
-
|
|
10146
|
-
|
|
10147
|
-
|
|
10148
|
-
|
|
10149
|
-
|
|
10150
|
-
|
|
10147
|
+
Zu as makeEventKeyOfCustomSlot,
|
|
10148
|
+
Xu as makeEventKeyOfElementSlot,
|
|
10149
|
+
Uc as makeMethodId,
|
|
10150
|
+
Uu as makeMethodKeyOfCustomSlot,
|
|
10151
|
+
Gu as makeMethodKeyOfElementSlot,
|
|
10152
|
+
Ou as makePropertyId,
|
|
10153
|
+
ju as makePropertyKeyOfCustomSlot,
|
|
10154
|
+
Fu as makePropertyKeyOfElementSlot,
|
|
10155
|
+
em as makeSlotId,
|
|
10151
10156
|
je as makeTriggerId,
|
|
10152
|
-
|
|
10153
|
-
|
|
10157
|
+
Rl as mapControlsV1,
|
|
10158
|
+
_a as menuV1,
|
|
10154
10159
|
He as meshBasicMaterialV1,
|
|
10155
10160
|
Ge as meshV1,
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10161
|
+
Na as multipleRefV1,
|
|
10162
|
+
ja as multipleSlotV1,
|
|
10163
|
+
Nt as numberInputV1,
|
|
10164
|
+
Kl as orbitControlsV1,
|
|
10165
|
+
Ml as orthographicCameraV1,
|
|
10166
|
+
vu as pageMetaStringify,
|
|
10167
|
+
Mi as pageTypes,
|
|
10168
|
+
xa as paginationV1,
|
|
10169
|
+
wu as parseCompMeta,
|
|
10170
|
+
hu as parseData,
|
|
10171
|
+
xu as parsePageMeta,
|
|
10167
10172
|
wt as parsePercentStr,
|
|
10168
|
-
|
|
10169
|
-
|
|
10170
|
-
|
|
10171
|
-
|
|
10172
|
-
|
|
10173
|
+
fu as parsePixelStr,
|
|
10174
|
+
Wl as perspectiveCameraV1,
|
|
10175
|
+
Oc as pkgs,
|
|
10176
|
+
Ul as pointLightV1,
|
|
10177
|
+
Wu as provideDark,
|
|
10173
10178
|
ze as provideData,
|
|
10174
|
-
|
|
10175
|
-
|
|
10176
|
-
|
|
10177
|
-
|
|
10178
|
-
|
|
10179
|
-
|
|
10180
|
-
|
|
10181
|
-
|
|
10182
|
-
|
|
10183
|
-
|
|
10184
|
-
|
|
10185
|
-
|
|
10186
|
-
|
|
10187
|
-
|
|
10179
|
+
Ku as provideDepends,
|
|
10180
|
+
Mu as provideDevice,
|
|
10181
|
+
Eu as provideEnv,
|
|
10182
|
+
Bu as provideId,
|
|
10183
|
+
Au as provideMode,
|
|
10184
|
+
Tu as provideOrg,
|
|
10185
|
+
Du as provideRuntime,
|
|
10186
|
+
Jc as provideSandbox,
|
|
10187
|
+
Ru as provideType,
|
|
10188
|
+
Ht as radioGroupV1,
|
|
10189
|
+
jt as radioV1,
|
|
10190
|
+
Ia as rangeSliderV1,
|
|
10191
|
+
$a as ratingV1,
|
|
10192
|
+
Ha as referenceV1,
|
|
10188
10193
|
S as regElement,
|
|
10189
|
-
|
|
10190
|
-
|
|
10191
|
-
|
|
10192
|
-
|
|
10193
|
-
|
|
10194
|
-
|
|
10195
|
-
|
|
10196
|
-
|
|
10197
|
-
|
|
10198
|
-
|
|
10199
|
-
|
|
10200
|
-
|
|
10201
|
-
|
|
10202
|
-
|
|
10203
|
-
|
|
10204
|
-
|
|
10205
|
-
|
|
10206
|
-
|
|
10194
|
+
Ga as renderSwitchV1,
|
|
10195
|
+
Ai as reverseBreakpoints,
|
|
10196
|
+
Sa as selectV1,
|
|
10197
|
+
cn as setField,
|
|
10198
|
+
Ca as sliderV1,
|
|
10199
|
+
Ja as slotV1,
|
|
10200
|
+
Pu as spawnNode,
|
|
10201
|
+
Tt as sphereGeometryV1,
|
|
10202
|
+
ql as spotLightV1,
|
|
10203
|
+
Gt as stepperHeaderV1,
|
|
10204
|
+
Jt as stepperItemV1,
|
|
10205
|
+
Xt as stepperV1,
|
|
10206
|
+
qt as stepperWindowItemV1,
|
|
10207
|
+
Ut as stepperWindowV1,
|
|
10208
|
+
Ta as switchV1,
|
|
10209
|
+
Yt as tabV1,
|
|
10210
|
+
Zt as tabsV1,
|
|
10211
|
+
Ot as textFieldV1,
|
|
10207
10212
|
Le as textV1,
|
|
10208
|
-
|
|
10209
|
-
|
|
10210
|
-
|
|
10211
|
-
|
|
10212
|
-
|
|
10213
|
+
Qt as textareaV1,
|
|
10214
|
+
en as timelineItemV1,
|
|
10215
|
+
tn as timelineV1,
|
|
10216
|
+
Cu as toEventName,
|
|
10217
|
+
Su as toMethodName,
|
|
10213
10218
|
M as toNodeLite,
|
|
10214
|
-
|
|
10219
|
+
$u as toPropertyName,
|
|
10215
10220
|
ct as triggerReactivity,
|
|
10216
|
-
|
|
10217
|
-
|
|
10218
|
-
|
|
10219
|
-
|
|
10220
|
-
|
|
10221
|
-
|
|
10222
|
-
|
|
10223
|
-
|
|
10224
|
-
|
|
10225
|
-
|
|
10221
|
+
Xc as unwrapEventId,
|
|
10222
|
+
Qu as unwrapEventKeyOfCustomSlot,
|
|
10223
|
+
Yu as unwrapEventKeyOfElementSlot,
|
|
10224
|
+
qc as unwrapMethodId,
|
|
10225
|
+
qu as unwrapMethodKeyOfCustomSlot,
|
|
10226
|
+
Ju as unwrapMethodKeyOfElementSlot,
|
|
10227
|
+
wo as unwrapPropertyId,
|
|
10228
|
+
Hu as unwrapPropertyKeyOfCustomSlot,
|
|
10229
|
+
Nu as unwrapPropertyKeyOfElementSlot,
|
|
10230
|
+
tm as unwrapSlotId,
|
|
10226
10231
|
et as useDepend,
|
|
10227
|
-
|
|
10232
|
+
nm as useRuntime,
|
|
10228
10233
|
tt as useSandbox,
|
|
10229
10234
|
G as useTheme,
|
|
10230
|
-
|
|
10231
|
-
|
|
10235
|
+
nn as windowItemV1,
|
|
10236
|
+
on as windowV1
|
|
10232
10237
|
};
|