x-runtime-lib 0.8.110 → 0.8.111
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 +725 -701
- package/dist/utils/provideInject.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,12 +29,12 @@ var Ce = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as
|
|
33
|
-
import { globalObjects as we, waitUtil as fo, useViewStack as yo, eventBus as bo, messageInfo as
|
|
34
|
-
import { CameraHelper as _o, DirectionalLightHelper as
|
|
35
|
-
import { c as K, i as
|
|
36
|
-
import { useTheme as
|
|
37
|
-
import { getErrorMessage as
|
|
32
|
+
import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Ho, onBeforeMount as Uo, onUnmounted as Ge, ref as ie, watchEffect as fe, watch as ce, createBlock as S, withCtx as w, createCommentVNode as le, useTemplateRef as co, onMounted as uo, nextTick as mo, useAttrs as Jo, h as ve, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as qo, useId as po, withModifiers as Xo, normalizeClass as Yo, toDisplayString as Zo, inject as ue, provide as me, readonly as Nt } from "vue";
|
|
33
|
+
import { globalObjects as we, waitUtil as fo, useViewStack as yo, eventBus as bo, messageInfo as Qo, messageSuccess as ei, messageWarning as go, messageError as ho, createAxios as ti, openConfirmDlg as ni, openPromptDlg as oi } from "x-essential-lib";
|
|
34
|
+
import { CameraHelper as _o, DirectionalLightHelper as ii, PointLightHelper as ri, SpotLightHelper as si } from "three";
|
|
35
|
+
import { c as K, i as pe, a as He, K as li, M as ai, O as ci, u as ui, r as vo, e as xo, b as mi, d as pi, f as di, g as fi, h as yi, j as bi, k as gi, l as hi, m as ko, n as _i, o as vi, p as xi, q as ki } from "./vendor.nccqfajx.js";
|
|
36
|
+
import { useTheme as wi } from "vuetify";
|
|
37
|
+
import { getErrorMessage as Ii } from "x-error-lib";
|
|
38
38
|
import { useI18n as wo } from "vue-i18n";
|
|
39
39
|
const cn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
40
40
|
function z(t) {
|
|
@@ -57,7 +57,7 @@ function jt(t) {
|
|
|
57
57
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
58
58
|
return !isNaN(e);
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function Xc(t) {
|
|
61
61
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
62
62
|
return;
|
|
63
63
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
@@ -71,7 +71,7 @@ function at(t) {
|
|
|
71
71
|
if (!isNaN(e))
|
|
72
72
|
return e;
|
|
73
73
|
}
|
|
74
|
-
const Io = ["xs", "sm", "md", "lg", "xl"],
|
|
74
|
+
const Io = ["xs", "sm", "md", "lg", "xl"], Si = [...Io].reverse();
|
|
75
75
|
function Xe(t) {
|
|
76
76
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
77
77
|
}
|
|
@@ -80,7 +80,7 @@ function un(t) {
|
|
|
80
80
|
}
|
|
81
81
|
function We(t, n) {
|
|
82
82
|
let e;
|
|
83
|
-
for (const o of
|
|
83
|
+
for (const o of Si) {
|
|
84
84
|
if (un(o) < un(t))
|
|
85
85
|
break;
|
|
86
86
|
n[o] && (e = n[o]);
|
|
@@ -115,7 +115,7 @@ function Gt(t, n, e) {
|
|
|
115
115
|
const r = s[s.length - 1];
|
|
116
116
|
o[r] = e;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function Yc(t, n = 2) {
|
|
119
119
|
const e = " ".repeat(n);
|
|
120
120
|
return t.split(`
|
|
121
121
|
`).map((r) => r.trim() === "" ? r : e + r).join(`
|
|
@@ -124,7 +124,7 @@ function Xc(t, n = 2) {
|
|
|
124
124
|
function ne(t) {
|
|
125
125
|
return t === "runtime" || t === "preview";
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function Zc(t, n, e, o, s) {
|
|
128
128
|
let r = t;
|
|
129
129
|
for (let c = 0; c < n.length; c++)
|
|
130
130
|
if (r = r.children[n[c]], !r) {
|
|
@@ -158,8 +158,8 @@ function E(t, n) {
|
|
|
158
158
|
children: n
|
|
159
159
|
};
|
|
160
160
|
}
|
|
161
|
-
const
|
|
162
|
-
function
|
|
161
|
+
const $i = ["common", "scene"], Ci = ["common", "scene"];
|
|
162
|
+
function Qc({ type: t, version: n, view: e, code: o }) {
|
|
163
163
|
const s = (c, u) => {
|
|
164
164
|
const p = { id: u.id };
|
|
165
165
|
u.children && (p.children = [], u.children.forEach((d) => {
|
|
@@ -180,7 +180,7 @@ function Zc({ type: t, version: n, view: e, code: o }) {
|
|
|
180
180
|
};
|
|
181
181
|
return JSON.stringify(a);
|
|
182
182
|
}
|
|
183
|
-
function
|
|
183
|
+
function eu(t) {
|
|
184
184
|
const { type: n, version: e, view: o, code: s } = JSON.parse(t), r = {
|
|
185
185
|
type: n,
|
|
186
186
|
version: e,
|
|
@@ -195,7 +195,7 @@ function Qc(t) {
|
|
|
195
195
|
a(c, r.view.nodes[c.id]);
|
|
196
196
|
}), r;
|
|
197
197
|
}
|
|
198
|
-
const
|
|
198
|
+
const tu = [
|
|
199
199
|
"globality_v1",
|
|
200
200
|
"multiple_ref_v1",
|
|
201
201
|
"reference_v1",
|
|
@@ -265,7 +265,7 @@ const eu = [
|
|
|
265
265
|
"scene_sphere_geometry_v1",
|
|
266
266
|
"scene_spot_light_v1"
|
|
267
267
|
];
|
|
268
|
-
function
|
|
268
|
+
function Vi(t) {
|
|
269
269
|
switch (t) {
|
|
270
270
|
case "referenceProperty":
|
|
271
271
|
case "multipleRefProperty":
|
|
@@ -276,7 +276,7 @@ function Ci(t) {
|
|
|
276
276
|
}
|
|
277
277
|
return !0;
|
|
278
278
|
}
|
|
279
|
-
function
|
|
279
|
+
function Pi(t) {
|
|
280
280
|
switch (t) {
|
|
281
281
|
case "referenceMethod":
|
|
282
282
|
case "multipleRefMethod":
|
|
@@ -287,7 +287,7 @@ function Vi(t) {
|
|
|
287
287
|
}
|
|
288
288
|
return !0;
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function Li(t) {
|
|
291
291
|
switch (t) {
|
|
292
292
|
case "referenceEvent":
|
|
293
293
|
case "multipleRefEvent":
|
|
@@ -304,23 +304,23 @@ function Pi(t) {
|
|
|
304
304
|
}
|
|
305
305
|
return !0;
|
|
306
306
|
}
|
|
307
|
-
function
|
|
307
|
+
function nu(t) {
|
|
308
308
|
switch (t) {
|
|
309
309
|
case "customSlot":
|
|
310
310
|
return !1;
|
|
311
311
|
}
|
|
312
312
|
return !0;
|
|
313
313
|
}
|
|
314
|
-
function
|
|
314
|
+
function ou(t) {
|
|
315
315
|
return JSON.stringify(t);
|
|
316
316
|
}
|
|
317
|
-
function
|
|
317
|
+
function iu(t) {
|
|
318
318
|
return JSON.parse(t);
|
|
319
319
|
}
|
|
320
|
-
function
|
|
320
|
+
function ru(t) {
|
|
321
321
|
return JSON.stringify(t);
|
|
322
322
|
}
|
|
323
|
-
function
|
|
323
|
+
function su(t) {
|
|
324
324
|
return JSON.parse(t);
|
|
325
325
|
}
|
|
326
326
|
function So(t) {
|
|
@@ -339,24 +339,24 @@ function Ht(t, n, e) {
|
|
|
339
339
|
a > 0 && (s += " - "), e ? s += o.global.t(r) : s += r;
|
|
340
340
|
}), s;
|
|
341
341
|
}
|
|
342
|
-
function
|
|
342
|
+
function lu(t, n) {
|
|
343
343
|
const { i18n: e } = we;
|
|
344
344
|
let o = "";
|
|
345
|
-
return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n,
|
|
345
|
+
return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Vi(t));
|
|
346
346
|
}
|
|
347
|
-
function
|
|
347
|
+
function au(t, n) {
|
|
348
348
|
const { i18n: e } = we;
|
|
349
349
|
let o = "";
|
|
350
|
-
return t === "elementMethod" || (t === "referenceMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n,
|
|
350
|
+
return t === "elementMethod" || (t === "referenceMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Pi(t));
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function cu(t, n) {
|
|
353
353
|
const { i18n: e } = we;
|
|
354
354
|
let o = "";
|
|
355
|
-
return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n,
|
|
355
|
+
return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n, Li(t));
|
|
356
356
|
}
|
|
357
357
|
const Ke = {}, I = (t) => {
|
|
358
358
|
Ke[t.key] = t;
|
|
359
|
-
},
|
|
359
|
+
}, zi = ["position", "rotation", "scale"], Se = /* @__PURE__ */ C({
|
|
360
360
|
__name: "index",
|
|
361
361
|
props: {
|
|
362
362
|
position: {},
|
|
@@ -375,7 +375,7 @@ const Ke = {}, I = (t) => {
|
|
|
375
375
|
o[0] || (o[0] = te("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
376
376
|
o[1] || (o[1] = te("TresMeshBasicMaterial", null, null, -1)),
|
|
377
377
|
R(e.$slots, "default")
|
|
378
|
-
], 8,
|
|
378
|
+
], 8, zi)) : R(e.$slots, "default", { key: 1 });
|
|
379
379
|
}
|
|
380
380
|
}), N = /* @__PURE__ */ C({
|
|
381
381
|
__name: "index",
|
|
@@ -409,21 +409,21 @@ const Ke = {}, I = (t) => {
|
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
411
|
function P(t) {
|
|
412
|
-
const n =
|
|
413
|
-
return
|
|
412
|
+
const n = he(), e = Ho(n.value.view.nodes, t.nodeId);
|
|
413
|
+
return console.assert(e.value, `invalid node id=${t.nodeId}`), { node: e };
|
|
414
414
|
}
|
|
415
415
|
function Ye(t, n, e) {
|
|
416
|
-
const o =
|
|
416
|
+
const o = _e();
|
|
417
417
|
if (o) {
|
|
418
|
-
const s = k(() =>
|
|
419
|
-
|
|
418
|
+
const s = k(() => Lc("elementMethod", t.nodeId, n));
|
|
419
|
+
Uo(() => {
|
|
420
420
|
o.eventBus?.on(s.value, e);
|
|
421
421
|
}), Ge(() => {
|
|
422
422
|
o.eventBus?.off(s.value, e);
|
|
423
423
|
});
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
-
const
|
|
426
|
+
const Ti = (t, n, e, o) => {
|
|
427
427
|
let s;
|
|
428
428
|
if (t ? s = t.getElementProperty(n.basic.id, e) : s = xe(n, e), o) {
|
|
429
429
|
if (typeof s == "string")
|
|
@@ -432,23 +432,23 @@ const zi = (t, n, e, o) => {
|
|
|
432
432
|
return;
|
|
433
433
|
} else
|
|
434
434
|
return s;
|
|
435
|
-
},
|
|
435
|
+
}, Ei = (t, n, e, o, s) => {
|
|
436
436
|
let r;
|
|
437
437
|
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : Gt(n, e, r);
|
|
438
438
|
};
|
|
439
439
|
function l(t, n, e) {
|
|
440
|
-
const o =
|
|
441
|
-
return
|
|
442
|
-
s.value =
|
|
440
|
+
const o = _e(), s = ie();
|
|
441
|
+
return fe(() => {
|
|
442
|
+
s.value = Ti(o, t.value, n, e);
|
|
443
443
|
}), ce(s, (r, a) => {
|
|
444
|
-
|
|
444
|
+
pe(r, a) || Ei(o, t.value, n, s.value, e);
|
|
445
445
|
}), { property: s };
|
|
446
446
|
}
|
|
447
447
|
function G() {
|
|
448
448
|
const t = Ue();
|
|
449
449
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
450
450
|
}
|
|
451
|
-
function
|
|
451
|
+
function ye(t) {
|
|
452
452
|
const { property: n } = l(t, [
|
|
453
453
|
"transform",
|
|
454
454
|
"position",
|
|
@@ -474,17 +474,17 @@ function be(t) {
|
|
|
474
474
|
"rotation",
|
|
475
475
|
"z"
|
|
476
476
|
]), { property: c } = l(t, ["transform", "scale", "x"]), { property: u } = l(t, ["transform", "scale", "y"]), { property: p } = l(t, ["transform", "scale", "z"]), d = ie([0, 0, 0]), m = ie([0, 0, 0]), f = ie([1, 1, 1]);
|
|
477
|
-
return
|
|
477
|
+
return fe(() => {
|
|
478
478
|
d.value = [n.value, e.value, o.value];
|
|
479
|
-
}),
|
|
479
|
+
}), fe(() => {
|
|
480
480
|
n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
|
|
481
|
-
}),
|
|
481
|
+
}), fe(() => {
|
|
482
482
|
m.value = [s.value, r.value, a.value];
|
|
483
|
-
}),
|
|
483
|
+
}), fe(() => {
|
|
484
484
|
s.value = m.value[0], r.value = m.value[1], a.value = m.value[2];
|
|
485
|
-
}),
|
|
485
|
+
}), fe(() => {
|
|
486
486
|
f.value = [c.value, u.value, p.value];
|
|
487
|
-
}),
|
|
487
|
+
}), fe(() => {
|
|
488
488
|
c.value = f.value[0], u.value = f.value[1], p.value = f.value[2];
|
|
489
489
|
}), { position: d, rotation: m, scale: f };
|
|
490
490
|
}
|
|
@@ -541,7 +541,7 @@ function Lo(t) {
|
|
|
541
541
|
return { show: n, position: e, type: o, data: s, applyYAxis: r };
|
|
542
542
|
}
|
|
543
543
|
function q(t) {
|
|
544
|
-
const { computedThemes: n } =
|
|
544
|
+
const { computedThemes: n } = wi(), e = Ue(), o = k(() => t.value?.mode), s = k(() => {
|
|
545
545
|
const p = t.value?.theme;
|
|
546
546
|
return p ? p === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : p === "background1" ? e.value ? "#272727" : "#eeeeee" : p === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[p] : void 0;
|
|
547
547
|
}), r = k(() => e.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = k(() => {
|
|
@@ -574,7 +574,7 @@ function qt(t) {
|
|
|
574
574
|
}
|
|
575
575
|
return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: r };
|
|
576
576
|
}
|
|
577
|
-
function
|
|
577
|
+
function be(t, n) {
|
|
578
578
|
const e = J(), o = Be(), s = k(() => n.value.size?.width), r = k(() => n.value.size?.minWidth), a = k(() => n.value.size?.maxWidth), c = k(() => {
|
|
579
579
|
if (t.outer && e === "editor") {
|
|
580
580
|
const m = at(n.value.size?.height);
|
|
@@ -602,7 +602,7 @@ function ge(t, n) {
|
|
|
602
602
|
}
|
|
603
603
|
return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: u, maxHeight: p, applySize: d };
|
|
604
604
|
}
|
|
605
|
-
const
|
|
605
|
+
const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Mi = /* @__PURE__ */ C({
|
|
606
606
|
__name: "index",
|
|
607
607
|
props: {
|
|
608
608
|
nodeId: {},
|
|
@@ -610,7 +610,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
610
610
|
refContext: {}
|
|
611
611
|
},
|
|
612
612
|
setup(t) {
|
|
613
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
613
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = ye(e), { property: c } = l(e, ["settings", "bottom"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: m } = l(e, ["settings", "right"]), { property: f } = l(e, ["settings", "top"]);
|
|
614
614
|
return (g, b) => (_(), S(i(Se), {
|
|
615
615
|
position: i(s),
|
|
616
616
|
rotation: i(r),
|
|
@@ -633,12 +633,12 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
633
633
|
type: i(_o)
|
|
634
634
|
}, null, 8, ["type"])) : le("", !0),
|
|
635
635
|
R(g.$slots, "default")
|
|
636
|
-
], 8,
|
|
636
|
+
], 8, Ai)
|
|
637
637
|
]),
|
|
638
638
|
_: 3
|
|
639
639
|
}, 8, ["position", "rotation", "scale"]));
|
|
640
640
|
}
|
|
641
|
-
}),
|
|
641
|
+
}), Bi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Wi = /* @__PURE__ */ C({
|
|
642
642
|
__name: "index",
|
|
643
643
|
props: {
|
|
644
644
|
nodeId: {},
|
|
@@ -646,7 +646,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
646
646
|
refContext: {}
|
|
647
647
|
},
|
|
648
648
|
setup(t) {
|
|
649
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
649
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = ye(e), { property: c } = l(e, ["settings", "aspect"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
|
|
650
650
|
return (m, f) => (_(), S(i(Se), {
|
|
651
651
|
position: i(s),
|
|
652
652
|
rotation: i(r),
|
|
@@ -667,17 +667,11 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
667
667
|
type: i(_o)
|
|
668
668
|
}, null, 8, ["type"])) : le("", !0),
|
|
669
669
|
R(m.$slots, "default")
|
|
670
|
-
], 8,
|
|
670
|
+
], 8, Bi)
|
|
671
671
|
]),
|
|
672
672
|
_: 3
|
|
673
673
|
}, 8, ["position", "rotation", "scale"]));
|
|
674
674
|
}
|
|
675
|
-
}), Wi = /* @__PURE__ */ C({
|
|
676
|
-
__name: "index",
|
|
677
|
-
setup(t) {
|
|
678
|
-
const n = J();
|
|
679
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(si), { key: 0 })) : le("", !0);
|
|
680
|
-
}
|
|
681
675
|
}), Ri = /* @__PURE__ */ C({
|
|
682
676
|
__name: "index",
|
|
683
677
|
setup(t) {
|
|
@@ -690,7 +684,13 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
690
684
|
const n = J();
|
|
691
685
|
return (e, o) => i(n) !== "editor" ? (_(), S(i(ai), { key: 0 })) : le("", !0);
|
|
692
686
|
}
|
|
693
|
-
}), Di =
|
|
687
|
+
}), Di = /* @__PURE__ */ C({
|
|
688
|
+
__name: "index",
|
|
689
|
+
setup(t) {
|
|
690
|
+
const n = J();
|
|
691
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(ci), { key: 0 })) : le("", !0);
|
|
692
|
+
}
|
|
693
|
+
}), Oi = ["args"], Fi = /* @__PURE__ */ C({
|
|
694
694
|
__name: "index",
|
|
695
695
|
props: {
|
|
696
696
|
nodeId: {},
|
|
@@ -717,14 +717,14 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
717
717
|
i(a),
|
|
718
718
|
i(s)
|
|
719
719
|
]
|
|
720
|
-
}, null, 8,
|
|
720
|
+
}, null, 8, Oi));
|
|
721
721
|
}
|
|
722
722
|
}), Ae = (t, n) => {
|
|
723
723
|
const e = t.__vccOpts || t;
|
|
724
724
|
for (const [o, s] of n)
|
|
725
725
|
e[o] = s;
|
|
726
726
|
return e;
|
|
727
|
-
},
|
|
727
|
+
}, Ni = ["args"], ji = /* @__PURE__ */ C({
|
|
728
728
|
__name: "index",
|
|
729
729
|
props: {
|
|
730
730
|
nodeId: {},
|
|
@@ -761,9 +761,9 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
761
761
|
i(u),
|
|
762
762
|
i(c)
|
|
763
763
|
]
|
|
764
|
-
}, null, 8,
|
|
764
|
+
}, null, 8, Ni));
|
|
765
765
|
}
|
|
766
|
-
}),
|
|
766
|
+
}), Gi = ["color", "intensity", "position", "rotation", "scale"], Hi = /* @__PURE__ */ C({
|
|
767
767
|
__name: "index",
|
|
768
768
|
props: {
|
|
769
769
|
nodeId: {},
|
|
@@ -771,7 +771,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
771
771
|
refContext: {}
|
|
772
772
|
},
|
|
773
773
|
setup(t) {
|
|
774
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
774
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = ye(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
|
|
775
775
|
"settings",
|
|
776
776
|
"intensity"
|
|
777
777
|
]);
|
|
@@ -789,12 +789,12 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
789
789
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
790
790
|
}, [
|
|
791
791
|
R(d.$slots, "default")
|
|
792
|
-
], 8,
|
|
792
|
+
], 8, Gi)
|
|
793
793
|
]),
|
|
794
794
|
_: 3
|
|
795
795
|
}, 8, ["position", "rotation", "scale"]));
|
|
796
796
|
}
|
|
797
|
-
}),
|
|
797
|
+
}), Ui = ["color", "intensity", "position", "rotation", "scale"], Ji = /* @__PURE__ */ C({
|
|
798
798
|
__name: "index",
|
|
799
799
|
props: {
|
|
800
800
|
nodeId: {},
|
|
@@ -802,7 +802,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
802
802
|
refContext: {}
|
|
803
803
|
},
|
|
804
804
|
setup(t) {
|
|
805
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
805
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = ye(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
|
|
806
806
|
"settings",
|
|
807
807
|
"intensity"
|
|
808
808
|
]);
|
|
@@ -821,15 +821,15 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
821
821
|
}, [
|
|
822
822
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
823
823
|
key: 0,
|
|
824
|
-
type: i(
|
|
824
|
+
type: i(ii)
|
|
825
825
|
}, null, 8, ["type"])) : le("", !0),
|
|
826
826
|
R(d.$slots, "default")
|
|
827
|
-
], 8,
|
|
827
|
+
], 8, Ui)
|
|
828
828
|
]),
|
|
829
829
|
_: 3
|
|
830
830
|
}, 8, ["position", "rotation", "scale"]));
|
|
831
831
|
}
|
|
832
|
-
}),
|
|
832
|
+
}), qi = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Xi = /* @__PURE__ */ C({
|
|
833
833
|
__name: "index",
|
|
834
834
|
props: {
|
|
835
835
|
nodeId: {},
|
|
@@ -837,7 +837,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
837
837
|
refContext: {}
|
|
838
838
|
},
|
|
839
839
|
setup(t) {
|
|
840
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
840
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = ye(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, ["settings", "decay"]), { property: d } = l(e, [
|
|
841
841
|
"settings",
|
|
842
842
|
"distance"
|
|
843
843
|
]), { property: m } = l(e, [
|
|
@@ -861,15 +861,15 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
861
861
|
}, [
|
|
862
862
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
863
863
|
key: 0,
|
|
864
|
-
type: i(
|
|
864
|
+
type: i(ri)
|
|
865
865
|
}, null, 8, ["type"])) : le("", !0),
|
|
866
866
|
R(f.$slots, "default")
|
|
867
|
-
], 8,
|
|
867
|
+
], 8, qi)
|
|
868
868
|
]),
|
|
869
869
|
_: 3
|
|
870
870
|
}, 8, ["position", "rotation", "scale"]));
|
|
871
871
|
}
|
|
872
|
-
}),
|
|
872
|
+
}), Yi = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Zi = /* @__PURE__ */ C({
|
|
873
873
|
__name: "index",
|
|
874
874
|
props: {
|
|
875
875
|
nodeId: {},
|
|
@@ -877,7 +877,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
877
877
|
refContext: {}
|
|
878
878
|
},
|
|
879
879
|
setup(t) {
|
|
880
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
880
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = ye(e), { property: c } = l(e, ["settings", "angle"]), { property: u } = l(e, ["settings", "color"]), { color: p } = q(u), { property: d } = l(e, ["settings", "decay"]), { property: m } = l(e, [
|
|
881
881
|
"settings",
|
|
882
882
|
"distance"
|
|
883
883
|
]), { property: f } = l(e, [
|
|
@@ -906,19 +906,19 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
906
906
|
}, [
|
|
907
907
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
908
908
|
key: 0,
|
|
909
|
-
type: i(
|
|
909
|
+
type: i(si)
|
|
910
910
|
}, null, 8, ["type"])) : le("", !0),
|
|
911
911
|
R(b.$slots, "default")
|
|
912
|
-
], 8,
|
|
912
|
+
], 8, Yi)
|
|
913
913
|
]),
|
|
914
914
|
_: 3
|
|
915
915
|
}, 8, ["position", "rotation", "scale"]));
|
|
916
916
|
}
|
|
917
|
-
}),
|
|
918
|
-
function
|
|
917
|
+
}), Qi = {};
|
|
918
|
+
function er(t, n) {
|
|
919
919
|
return _(), se("TresMeshBasicMaterial");
|
|
920
920
|
}
|
|
921
|
-
const
|
|
921
|
+
const tr = /* @__PURE__ */ Ae(Qi, [["render", er]]), nr = ["position", "rotation", "scale"], or = /* @__PURE__ */ C({
|
|
922
922
|
__name: "index",
|
|
923
923
|
props: {
|
|
924
924
|
nodeId: {},
|
|
@@ -926,7 +926,7 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
926
926
|
refContext: {}
|
|
927
927
|
},
|
|
928
928
|
setup(t) {
|
|
929
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
929
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = ye(e);
|
|
930
930
|
return (c, u) => (_(), S(i(Se), {
|
|
931
931
|
position: i(s),
|
|
932
932
|
rotation: i(r),
|
|
@@ -939,12 +939,12 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
939
939
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
940
940
|
}, [
|
|
941
941
|
R(c.$slots, "default")
|
|
942
|
-
], 8,
|
|
942
|
+
], 8, nr)
|
|
943
943
|
]),
|
|
944
944
|
_: 3
|
|
945
945
|
}, 8, ["position", "rotation", "scale"]));
|
|
946
946
|
}
|
|
947
|
-
}),
|
|
947
|
+
}), ir = ["position", "rotation", "scale"], rr = /* @__PURE__ */ C({
|
|
948
948
|
__name: "index",
|
|
949
949
|
props: {
|
|
950
950
|
nodeId: {},
|
|
@@ -952,89 +952,89 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
952
952
|
refContext: {}
|
|
953
953
|
},
|
|
954
954
|
setup(t) {
|
|
955
|
-
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: r } =
|
|
955
|
+
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: r } = ye(e);
|
|
956
956
|
return (a, c) => (_(), se("TresMesh", {
|
|
957
957
|
position: i(o),
|
|
958
958
|
rotation: i(s),
|
|
959
959
|
scale: i(r)
|
|
960
960
|
}, [
|
|
961
961
|
R(a.$slots, "default")
|
|
962
|
-
], 8,
|
|
963
|
-
}
|
|
964
|
-
}),
|
|
965
|
-
color:
|
|
966
|
-
backgroundColor:
|
|
967
|
-
textStyle:
|
|
968
|
-
title:
|
|
969
|
-
line:
|
|
970
|
-
radar:
|
|
971
|
-
bar:
|
|
972
|
-
pie:
|
|
973
|
-
scatter:
|
|
974
|
-
boxplot:
|
|
975
|
-
parallel:
|
|
976
|
-
sankey:
|
|
977
|
-
funnel:
|
|
978
|
-
gauge:
|
|
979
|
-
candlestick:
|
|
980
|
-
graph:
|
|
981
|
-
map:
|
|
982
|
-
geo:
|
|
983
|
-
categoryAxis:
|
|
984
|
-
valueAxis:
|
|
985
|
-
logAxis:
|
|
986
|
-
timeAxis:
|
|
987
|
-
toolbox:
|
|
988
|
-
legend:
|
|
989
|
-
tooltip:
|
|
990
|
-
timeline:
|
|
991
|
-
visualMap:
|
|
992
|
-
dataZoom:
|
|
993
|
-
markPoint:
|
|
994
|
-
},
|
|
995
|
-
color:
|
|
996
|
-
backgroundColor:
|
|
997
|
-
textStyle:
|
|
998
|
-
title:
|
|
999
|
-
line:
|
|
1000
|
-
radar:
|
|
1001
|
-
bar:
|
|
1002
|
-
pie:
|
|
1003
|
-
scatter:
|
|
1004
|
-
boxplot:
|
|
1005
|
-
parallel:
|
|
1006
|
-
sankey:
|
|
1007
|
-
funnel:
|
|
1008
|
-
gauge:
|
|
1009
|
-
candlestick:
|
|
1010
|
-
graph:
|
|
1011
|
-
map:
|
|
1012
|
-
geo:
|
|
1013
|
-
categoryAxis:
|
|
1014
|
-
valueAxis:
|
|
1015
|
-
logAxis:
|
|
1016
|
-
timeAxis:
|
|
1017
|
-
toolbox:
|
|
1018
|
-
legend:
|
|
1019
|
-
tooltip:
|
|
1020
|
-
timeline:
|
|
1021
|
-
visualMap:
|
|
1022
|
-
dataZoom:
|
|
1023
|
-
markPoint:
|
|
962
|
+
], 8, ir));
|
|
963
|
+
}
|
|
964
|
+
}), sr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], lr = "#242424", ar = {}, cr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ur = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, pr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, xr = { 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" } }, kr = { 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)" } } }, wr = { 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)" } } }, Ir = { 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"] } } }, Sr = { 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"] } } }, $r = { 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"] } } }, Cr = { 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"] } } }, Vr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Pr = { textStyle: { color: "#eeeeee" } }, Lr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, zr = { 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" } } }, Tr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Er = { 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" } }, Ar = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Mr = {
|
|
965
|
+
color: sr,
|
|
966
|
+
backgroundColor: lr,
|
|
967
|
+
textStyle: ar,
|
|
968
|
+
title: cr,
|
|
969
|
+
line: ur,
|
|
970
|
+
radar: mr,
|
|
971
|
+
bar: pr,
|
|
972
|
+
pie: dr,
|
|
973
|
+
scatter: fr,
|
|
974
|
+
boxplot: yr,
|
|
975
|
+
parallel: br,
|
|
976
|
+
sankey: gr,
|
|
977
|
+
funnel: hr,
|
|
978
|
+
gauge: _r,
|
|
979
|
+
candlestick: vr,
|
|
980
|
+
graph: xr,
|
|
981
|
+
map: kr,
|
|
982
|
+
geo: wr,
|
|
983
|
+
categoryAxis: Ir,
|
|
984
|
+
valueAxis: Sr,
|
|
985
|
+
logAxis: $r,
|
|
986
|
+
timeAxis: Cr,
|
|
987
|
+
toolbox: Vr,
|
|
988
|
+
legend: Pr,
|
|
989
|
+
tooltip: Lr,
|
|
990
|
+
timeline: zr,
|
|
991
|
+
visualMap: Tr,
|
|
992
|
+
dataZoom: Er,
|
|
993
|
+
markPoint: Ar
|
|
994
|
+
}, Br = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Wr = "#f5f5f5", Rr = {}, Kr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Or = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Fr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Yr = { 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" } }, Zr = { 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)" } } }, Qr = { 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 = { 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"] } } }, ts = { 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"] } } }, ns = { 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"] } } }, os = { 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"] } } }, is = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, rs = { textStyle: { color: "#333333" } }, ss = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ls = { 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" } } }, as = { color: ["#bf444c", "#d88273", "#f6efa6"] }, cs = { 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" } }, us = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ms = {
|
|
995
|
+
color: Br,
|
|
996
|
+
backgroundColor: Wr,
|
|
997
|
+
textStyle: Rr,
|
|
998
|
+
title: Kr,
|
|
999
|
+
line: Dr,
|
|
1000
|
+
radar: Or,
|
|
1001
|
+
bar: Fr,
|
|
1002
|
+
pie: Nr,
|
|
1003
|
+
scatter: jr,
|
|
1004
|
+
boxplot: Gr,
|
|
1005
|
+
parallel: Hr,
|
|
1006
|
+
sankey: Ur,
|
|
1007
|
+
funnel: Jr,
|
|
1008
|
+
gauge: qr,
|
|
1009
|
+
candlestick: Xr,
|
|
1010
|
+
graph: Yr,
|
|
1011
|
+
map: Zr,
|
|
1012
|
+
geo: Qr,
|
|
1013
|
+
categoryAxis: es,
|
|
1014
|
+
valueAxis: ts,
|
|
1015
|
+
logAxis: ns,
|
|
1016
|
+
timeAxis: os,
|
|
1017
|
+
toolbox: is,
|
|
1018
|
+
legend: rs,
|
|
1019
|
+
tooltip: ss,
|
|
1020
|
+
timeline: ls,
|
|
1021
|
+
visualMap: as,
|
|
1022
|
+
dataZoom: cs,
|
|
1023
|
+
markPoint: us
|
|
1024
1024
|
};
|
|
1025
|
-
|
|
1026
|
-
ui,
|
|
1025
|
+
ui([
|
|
1027
1026
|
mi,
|
|
1028
1027
|
pi,
|
|
1029
1028
|
di,
|
|
1030
1029
|
fi,
|
|
1031
1030
|
yi,
|
|
1032
1031
|
bi,
|
|
1033
|
-
gi
|
|
1032
|
+
gi,
|
|
1033
|
+
hi
|
|
1034
1034
|
]);
|
|
1035
|
-
vo("dark",
|
|
1036
|
-
vo("light",
|
|
1037
|
-
const
|
|
1035
|
+
vo("dark", Mr);
|
|
1036
|
+
vo("light", ms);
|
|
1037
|
+
const ps = /* @__PURE__ */ C({
|
|
1038
1038
|
__name: "index",
|
|
1039
1039
|
props: {
|
|
1040
1040
|
nodeId: {},
|
|
@@ -1042,8 +1042,8 @@ const ms = /* @__PURE__ */ C({
|
|
|
1042
1042
|
refContext: {}
|
|
1043
1043
|
},
|
|
1044
1044
|
setup(t) {
|
|
1045
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r =
|
|
1046
|
-
const L = {}, H = a.value
|
|
1045
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = ge(), a = he(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = be(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = $o(e), { applySeries: $ } = Co(e), V = k(() => {
|
|
1046
|
+
const L = {}, H = a.value?.type;
|
|
1047
1047
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1048
1048
|
}), F = co("chart");
|
|
1049
1049
|
let W;
|
|
@@ -1093,7 +1093,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1093
1093
|
_: 1
|
|
1094
1094
|
}));
|
|
1095
1095
|
}
|
|
1096
|
-
}),
|
|
1096
|
+
}), ds = /* @__PURE__ */ C({
|
|
1097
1097
|
__name: "index",
|
|
1098
1098
|
props: {
|
|
1099
1099
|
nodeId: {},
|
|
@@ -1101,8 +1101,8 @@ const ms = /* @__PURE__ */ C({
|
|
|
1101
1101
|
refContext: {}
|
|
1102
1102
|
},
|
|
1103
1103
|
setup(t) {
|
|
1104
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r =
|
|
1105
|
-
const L = {}, H = a.value
|
|
1104
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = ge(), a = he(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = be(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = $o(e), { applySeries: $ } = Co(e), V = k(() => {
|
|
1105
|
+
const L = {}, H = a.value?.type;
|
|
1106
1106
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1107
1107
|
}), F = co("chart");
|
|
1108
1108
|
let W;
|
|
@@ -1152,7 +1152,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1152
1152
|
_: 1
|
|
1153
1153
|
}));
|
|
1154
1154
|
}
|
|
1155
|
-
}),
|
|
1155
|
+
}), fs = /* @__PURE__ */ C({
|
|
1156
1156
|
__name: "index",
|
|
1157
1157
|
props: {
|
|
1158
1158
|
nodeId: {},
|
|
@@ -1161,9 +1161,9 @@ const ms = /* @__PURE__ */ C({
|
|
|
1161
1161
|
},
|
|
1162
1162
|
setup(t) {
|
|
1163
1163
|
const n = t, e = ie(), o = J();
|
|
1164
|
-
return ne(o) && sn(e, "multipleRef", n.nodeId, "",
|
|
1164
|
+
return ne(o) && sn(e, "multipleRef", n.nodeId, "", _e()), rn(n.refContext.compId, e), (s, r) => (_(), se("div"));
|
|
1165
1165
|
}
|
|
1166
|
-
}),
|
|
1166
|
+
}), ys = /* @__PURE__ */ C({
|
|
1167
1167
|
__name: "index",
|
|
1168
1168
|
props: {
|
|
1169
1169
|
nodeId: {},
|
|
@@ -1171,44 +1171,56 @@ const ms = /* @__PURE__ */ C({
|
|
|
1171
1171
|
refContext: {}
|
|
1172
1172
|
},
|
|
1173
1173
|
setup(t) {
|
|
1174
|
-
const { t: n } = wo(), e = t, { node: o } = P(e), s = ie()
|
|
1175
|
-
|
|
1176
|
-
const
|
|
1174
|
+
const { t: n } = wo(), e = t, { node: o } = P(e), s = ie();
|
|
1175
|
+
Fo(s);
|
|
1176
|
+
const r = J();
|
|
1177
|
+
ne(r) && sn(s, "reference", e.nodeId, "", _e()), rn(e.refContext.compId, s);
|
|
1178
|
+
const a = Jo(), { applySize: c } = be(e, o), u = k(() => {
|
|
1177
1179
|
const m = {};
|
|
1178
1180
|
return s.value?.type === "common" && c(m), m;
|
|
1179
1181
|
});
|
|
1180
1182
|
function p(m) {
|
|
1181
1183
|
const f = Ke[m.key];
|
|
1182
1184
|
if (!f)
|
|
1183
|
-
return console.assert(!1, `element not found key=${m.key}`),
|
|
1184
|
-
const g = {
|
|
1185
|
-
|
|
1185
|
+
return console.assert(!1, `element not found key=${m.key}`), ve("div", `element not found key=${m.key}`);
|
|
1186
|
+
const g = {
|
|
1187
|
+
nodeId: m.id
|
|
1188
|
+
};
|
|
1189
|
+
return m.refId && (g.refContext = {
|
|
1186
1190
|
parent: e.refContext,
|
|
1187
1191
|
compId: m.refId
|
|
1188
|
-
})
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1192
|
+
}), ve(
|
|
1193
|
+
f.comp,
|
|
1194
|
+
{
|
|
1195
|
+
key: m.id,
|
|
1196
|
+
...g
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
default: () => {
|
|
1200
|
+
if (!f.leaf)
|
|
1201
|
+
return m.children?.map((b) => p(b));
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
);
|
|
1193
1205
|
}
|
|
1194
1206
|
const d = () => {
|
|
1195
1207
|
if (So(e.refContext))
|
|
1196
|
-
return
|
|
1197
|
-
if (
|
|
1198
|
-
return
|
|
1199
|
-
const m = s.value.view.nodeLites.map(
|
|
1200
|
-
(g) => p(g)
|
|
1201
|
-
);
|
|
1202
|
-
if (s.value.type === "common")
|
|
1203
|
-
return pe(
|
|
1208
|
+
return ve("div", n("x-runtime-lib.circularRef"));
|
|
1209
|
+
if (s.value?.type === "common")
|
|
1210
|
+
return ve(
|
|
1204
1211
|
"div",
|
|
1205
|
-
{
|
|
1206
|
-
|
|
1212
|
+
{
|
|
1213
|
+
id: a.id,
|
|
1214
|
+
style: u.value
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
default: () => s.value?.view.nodeLites.map((f) => p(f))
|
|
1218
|
+
}
|
|
1207
1219
|
);
|
|
1208
1220
|
};
|
|
1209
1221
|
return (m, f) => (_(), S(d));
|
|
1210
1222
|
}
|
|
1211
|
-
}),
|
|
1223
|
+
}), bs = /* @__PURE__ */ C({
|
|
1212
1224
|
__name: "index",
|
|
1213
1225
|
props: {
|
|
1214
1226
|
nodeId: {},
|
|
@@ -1232,26 +1244,38 @@ const ms = /* @__PURE__ */ C({
|
|
|
1232
1244
|
refContext: {}
|
|
1233
1245
|
},
|
|
1234
1246
|
setup(t) {
|
|
1235
|
-
const { t: n } = wo(), e = t, o = ie()
|
|
1236
|
-
|
|
1247
|
+
const { t: n } = wo(), e = t, o = ie();
|
|
1248
|
+
Fo(o);
|
|
1249
|
+
const s = J();
|
|
1250
|
+
ne(s) && sn(o, "slot", e.nodeId, "", _e()), rn(e.refContext.compId, o);
|
|
1237
1251
|
function r(c) {
|
|
1238
1252
|
const u = Ke[c.key];
|
|
1239
1253
|
if (!u)
|
|
1240
|
-
return console.assert(!1, `element not found key=${c.key}`),
|
|
1241
|
-
const p = {
|
|
1242
|
-
|
|
1254
|
+
return console.assert(!1, `element not found key=${c.key}`), ve("div", `element not found key=${c.key}`);
|
|
1255
|
+
const p = {
|
|
1256
|
+
nodeId: c.id
|
|
1257
|
+
};
|
|
1258
|
+
return c.refId && (p.refContext = {
|
|
1243
1259
|
parent: e.refContext,
|
|
1244
1260
|
compId: c.refId
|
|
1245
|
-
})
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1261
|
+
}), ve(
|
|
1262
|
+
u.comp,
|
|
1263
|
+
{
|
|
1264
|
+
key: c.id,
|
|
1265
|
+
...p
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
default: () => {
|
|
1269
|
+
if (!u.leaf)
|
|
1270
|
+
return c.children?.map((d) => r(d));
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
);
|
|
1250
1274
|
}
|
|
1251
|
-
const a = () => So(e.refContext) ?
|
|
1275
|
+
const a = () => So(e.refContext) ? ve("div", n("x-runtime-lib.circularRef")) : o.value?.view.nodeLites.map((c) => r(c));
|
|
1252
1276
|
return (c, u) => (_(), S(a));
|
|
1253
1277
|
}
|
|
1254
|
-
}),
|
|
1278
|
+
}), gs = /* @__PURE__ */ C({
|
|
1255
1279
|
__name: "index",
|
|
1256
1280
|
props: {
|
|
1257
1281
|
nodeId: {},
|
|
@@ -1289,7 +1313,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1289
1313
|
});
|
|
1290
1314
|
};
|
|
1291
1315
|
}
|
|
1292
|
-
}),
|
|
1316
|
+
}), hs = /* @__PURE__ */ C({
|
|
1293
1317
|
__name: "index",
|
|
1294
1318
|
props: {
|
|
1295
1319
|
nodeId: {},
|
|
@@ -1297,7 +1321,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1297
1321
|
refContext: {}
|
|
1298
1322
|
},
|
|
1299
1323
|
setup(t) {
|
|
1300
|
-
const n = t, { node: e } = P(n), o =
|
|
1324
|
+
const n = t, { node: e } = P(n), o = _e(), { property: s } = l(e, [
|
|
1301
1325
|
"settings",
|
|
1302
1326
|
"addIcon",
|
|
1303
1327
|
"append"
|
|
@@ -1352,8 +1376,8 @@ const ms = /* @__PURE__ */ C({
|
|
|
1352
1376
|
}, 8, ["block"]);
|
|
1353
1377
|
};
|
|
1354
1378
|
}
|
|
1355
|
-
}),
|
|
1356
|
-
function
|
|
1379
|
+
}), _s = {};
|
|
1380
|
+
function vs(t, n) {
|
|
1357
1381
|
const e = M("v-btn-group");
|
|
1358
1382
|
return _(), S(e, null, {
|
|
1359
1383
|
default: w(() => [
|
|
@@ -1362,7 +1386,7 @@ function _s(t, n) {
|
|
|
1362
1386
|
_: 3
|
|
1363
1387
|
});
|
|
1364
1388
|
}
|
|
1365
|
-
const
|
|
1389
|
+
const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
1366
1390
|
__name: "index",
|
|
1367
1391
|
props: {
|
|
1368
1392
|
nodeId: {},
|
|
@@ -1405,7 +1429,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1405
1429
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1406
1430
|
};
|
|
1407
1431
|
}
|
|
1408
|
-
}),
|
|
1432
|
+
}), ws = /* @__PURE__ */ C({
|
|
1409
1433
|
__name: "index",
|
|
1410
1434
|
props: {
|
|
1411
1435
|
nodeId: {},
|
|
@@ -1451,7 +1475,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1451
1475
|
});
|
|
1452
1476
|
};
|
|
1453
1477
|
}
|
|
1454
|
-
}),
|
|
1478
|
+
}), Is = /* @__PURE__ */ C({
|
|
1455
1479
|
__name: "index",
|
|
1456
1480
|
props: {
|
|
1457
1481
|
nodeId: {},
|
|
@@ -1479,7 +1503,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1479
1503
|
});
|
|
1480
1504
|
};
|
|
1481
1505
|
}
|
|
1482
|
-
}),
|
|
1506
|
+
}), Ss = /* @__PURE__ */ C({
|
|
1483
1507
|
__name: "index",
|
|
1484
1508
|
props: {
|
|
1485
1509
|
nodeId: {},
|
|
@@ -1521,7 +1545,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1521
1545
|
});
|
|
1522
1546
|
};
|
|
1523
1547
|
}
|
|
1524
|
-
}),
|
|
1548
|
+
}), $s = /* @__PURE__ */ C({
|
|
1525
1549
|
__name: "index",
|
|
1526
1550
|
props: {
|
|
1527
1551
|
nodeId: {},
|
|
@@ -1566,7 +1590,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1566
1590
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1567
1591
|
};
|
|
1568
1592
|
}
|
|
1569
|
-
}),
|
|
1593
|
+
}), Cs = /* @__PURE__ */ C({
|
|
1570
1594
|
__name: "index",
|
|
1571
1595
|
props: {
|
|
1572
1596
|
nodeId: {},
|
|
@@ -1574,8 +1598,8 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1574
1598
|
refContext: {}
|
|
1575
1599
|
},
|
|
1576
1600
|
setup(t) {
|
|
1577
|
-
const n = t, { node: e } = P(n), o =
|
|
1578
|
-
const v = {}, h = s.value
|
|
1601
|
+
const n = t, { node: e } = P(n), o = ge(), s = he(), { applySize: r } = be(n, e), a = k(() => {
|
|
1602
|
+
const v = {}, h = s.value?.type;
|
|
1579
1603
|
return o === "page" ? h === "common" ? r(v) : console.assert(!1) : o === "comp" && h === "common" ? r(v) : console.assert(!1), v;
|
|
1580
1604
|
}), { property: c } = l(e, [
|
|
1581
1605
|
"settings",
|
|
@@ -1619,7 +1643,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1619
1643
|
});
|
|
1620
1644
|
};
|
|
1621
1645
|
}
|
|
1622
|
-
}),
|
|
1646
|
+
}), Vs = /* @__PURE__ */ C({
|
|
1623
1647
|
__name: "index",
|
|
1624
1648
|
props: {
|
|
1625
1649
|
nodeId: {},
|
|
@@ -1659,7 +1683,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1659
1683
|
});
|
|
1660
1684
|
};
|
|
1661
1685
|
}
|
|
1662
|
-
}),
|
|
1686
|
+
}), Ps = /* @__PURE__ */ C({
|
|
1663
1687
|
__name: "index",
|
|
1664
1688
|
props: {
|
|
1665
1689
|
nodeId: {},
|
|
@@ -1667,11 +1691,11 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1667
1691
|
refContext: {}
|
|
1668
1692
|
},
|
|
1669
1693
|
setup(t) {
|
|
1670
|
-
const n = t, { node: e } = P(n), o =
|
|
1694
|
+
const n = t, { node: e } = P(n), o = ge(), s = he(), { property: r } = l(e, [
|
|
1671
1695
|
"settings",
|
|
1672
1696
|
"backgroundColor"
|
|
1673
|
-
]), { color: a } = q(r), { applySize: c } =
|
|
1674
|
-
const f = {}, g = s.value
|
|
1697
|
+
]), { color: a } = q(r), { applySize: c } = be(n, e), { applyMargin: u } = Jt(e), { applyPadding: p } = qt(e), { applyBorder: d } = Ut(e), m = k(() => {
|
|
1698
|
+
const f = {}, g = s.value?.type;
|
|
1675
1699
|
return o === "page" ? g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1) : o === "comp" && g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1), f;
|
|
1676
1700
|
});
|
|
1677
1701
|
return (f, g) => (_(), S(i(N), { block: "" }, {
|
|
@@ -1685,7 +1709,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1685
1709
|
_: 3
|
|
1686
1710
|
}));
|
|
1687
1711
|
}
|
|
1688
|
-
}),
|
|
1712
|
+
}), Ls = /* @__PURE__ */ C({
|
|
1689
1713
|
__name: "index",
|
|
1690
1714
|
props: {
|
|
1691
1715
|
nodeId: {},
|
|
@@ -1725,7 +1749,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1725
1749
|
theme: i(f),
|
|
1726
1750
|
width: i(g)
|
|
1727
1751
|
}, Ft({ _: 2 }, [
|
|
1728
|
-
|
|
1752
|
+
qo(b.value, ($) => ({
|
|
1729
1753
|
name: `item.${$.column}`,
|
|
1730
1754
|
fn: w(({ value: V }) => [
|
|
1731
1755
|
O(i(ke), {
|
|
@@ -1741,7 +1765,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1741
1765
|
});
|
|
1742
1766
|
};
|
|
1743
1767
|
}
|
|
1744
|
-
}),
|
|
1768
|
+
}), zs = /* @__PURE__ */ C({
|
|
1745
1769
|
__name: "index",
|
|
1746
1770
|
setup(t) {
|
|
1747
1771
|
return (n, e) => {
|
|
@@ -1754,7 +1778,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1754
1778
|
});
|
|
1755
1779
|
};
|
|
1756
1780
|
}
|
|
1757
|
-
}),
|
|
1781
|
+
}), Ts = ["id"], Es = /* @__PURE__ */ C({
|
|
1758
1782
|
__name: "index",
|
|
1759
1783
|
props: {
|
|
1760
1784
|
nodeId: {},
|
|
@@ -1778,7 +1802,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1778
1802
|
i(e) === "editor" ? (_(), se("div", {
|
|
1779
1803
|
key: 0,
|
|
1780
1804
|
id: `__node__@${n.nodeId}`
|
|
1781
|
-
}, null, 8,
|
|
1805
|
+
}, null, 8, Ts)) : le("", !0)
|
|
1782
1806
|
]),
|
|
1783
1807
|
default: w(() => [
|
|
1784
1808
|
R(s.$slots, "default")
|
|
@@ -1787,7 +1811,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1787
1811
|
}, 8, ["modelValue"]);
|
|
1788
1812
|
};
|
|
1789
1813
|
}
|
|
1790
|
-
}),
|
|
1814
|
+
}), As = /* @__PURE__ */ C({
|
|
1791
1815
|
__name: "index",
|
|
1792
1816
|
props: {
|
|
1793
1817
|
nodeId: {},
|
|
@@ -1832,7 +1856,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1832
1856
|
});
|
|
1833
1857
|
};
|
|
1834
1858
|
}
|
|
1835
|
-
}),
|
|
1859
|
+
}), Ms = /* @__PURE__ */ C({
|
|
1836
1860
|
__name: "index",
|
|
1837
1861
|
props: {
|
|
1838
1862
|
nodeId: {},
|
|
@@ -1840,7 +1864,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1840
1864
|
refContext: {}
|
|
1841
1865
|
},
|
|
1842
1866
|
setup(t) {
|
|
1843
|
-
const n = t, { node: e } = P(n), o = Be(), s =
|
|
1867
|
+
const n = t, { node: e } = P(n), o = Be(), s = ge(), r = he(), { applySize: a } = be(n, e), { applyMargin: c } = Jt(e), { applyPadding: u } = qt(e), { applyBorder: p } = Ut(e), { property: d } = l(e, [
|
|
1844
1868
|
"settings",
|
|
1845
1869
|
"backgroundColor"
|
|
1846
1870
|
]), { color: m } = q(d), f = (b) => {
|
|
@@ -1854,7 +1878,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1854
1878
|
const V = We(v, e.value.settings?.crossAlign);
|
|
1855
1879
|
V === "start" ? b.alignItems = "flex-start" : V === "end" ? b.alignItems = "flex-end" : V === "center" ? b.alignItems = "center" : V === "baseline" ? b.alignItems = "baseline" : V === "stretch" && (b.alignItems = "stretch");
|
|
1856
1880
|
}, g = k(() => {
|
|
1857
|
-
const b = {}, v = r.value
|
|
1881
|
+
const b = {}, v = r.value?.type;
|
|
1858
1882
|
return s === "page" ? v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1) : s === "comp" && v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1), b;
|
|
1859
1883
|
});
|
|
1860
1884
|
return (b, v) => (_(), se("div", {
|
|
@@ -1863,7 +1887,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1863
1887
|
R(b.$slots, "default")
|
|
1864
1888
|
], 4));
|
|
1865
1889
|
}
|
|
1866
|
-
}),
|
|
1890
|
+
}), Bs = /* @__PURE__ */ C({
|
|
1867
1891
|
__name: "index",
|
|
1868
1892
|
props: {
|
|
1869
1893
|
nodeId: {},
|
|
@@ -1871,8 +1895,8 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1871
1895
|
refContext: {}
|
|
1872
1896
|
},
|
|
1873
1897
|
setup(t) {
|
|
1874
|
-
const n = t, { node: e } = P(n), o =
|
|
1875
|
-
const p = {}, d = s.value
|
|
1898
|
+
const n = t, { node: e } = P(n), o = ge(), s = he(), { applySize: r } = be(n, e), { property: a } = l(e, ["settings", "grow"]), { property: c } = l(e, ["settings", "shrink"]), u = k(() => {
|
|
1899
|
+
const p = {}, d = s.value?.type;
|
|
1876
1900
|
return o === "page" ? d === "common" ? (r(p), p.flexGrow = a.value ? 1 : 0, p.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (r(p), p.flexGrow = a.value ? 1 : 0, p.flexShrink = c.value ? 1 : 0) : console.assert(!1), p;
|
|
1877
1901
|
});
|
|
1878
1902
|
return (p, d) => (_(), se("div", {
|
|
@@ -1881,7 +1905,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1881
1905
|
R(p.$slots, "default")
|
|
1882
1906
|
], 4));
|
|
1883
1907
|
}
|
|
1884
|
-
}),
|
|
1908
|
+
}), Ws = /* @__PURE__ */ C({
|
|
1885
1909
|
__name: "index",
|
|
1886
1910
|
props: {
|
|
1887
1911
|
nodeId: {},
|
|
@@ -1889,14 +1913,14 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1889
1913
|
refContext: {}
|
|
1890
1914
|
},
|
|
1891
1915
|
setup(t) {
|
|
1892
|
-
const n = t, { node: e } = P(n), o =
|
|
1916
|
+
const n = t, { node: e } = P(n), o = ge(), s = he(), r = _e(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
|
|
1893
1917
|
"settings",
|
|
1894
1918
|
"fastFail"
|
|
1895
1919
|
]), { property: u } = l(e, [
|
|
1896
1920
|
"settings",
|
|
1897
1921
|
"backgroundColor"
|
|
1898
|
-
]), { color: p } = q(u), { applySize: d } =
|
|
1899
|
-
const h = {}, x = s.value
|
|
1922
|
+
]), { color: p } = q(u), { applySize: d } = be(n, e), { applyMargin: m } = Jt(e), { applyPadding: f } = qt(e), { applyBorder: g } = Ut(e), b = k(() => {
|
|
1923
|
+
const h = {}, x = s.value?.type;
|
|
1900
1924
|
return o === "page" ? x === "common" ? (d(h), m(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), m(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1), h;
|
|
1901
1925
|
}), v = () => {
|
|
1902
1926
|
r && r.callFunction(
|
|
@@ -1911,7 +1935,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1911
1935
|
"onUpdate:modelValue": x[0] || (x[0] = (V) => Z(a) ? a.value = V : null),
|
|
1912
1936
|
"fast-fail": i(c),
|
|
1913
1937
|
style: re(b.value),
|
|
1914
|
-
onSubmit:
|
|
1938
|
+
onSubmit: Xo(v, ["prevent"])
|
|
1915
1939
|
}, {
|
|
1916
1940
|
default: w(() => [
|
|
1917
1941
|
R(h.$slots, "default")
|
|
@@ -1920,7 +1944,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1920
1944
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1921
1945
|
};
|
|
1922
1946
|
}
|
|
1923
|
-
}),
|
|
1947
|
+
}), Rs = /* @__PURE__ */ C({
|
|
1924
1948
|
__name: "index",
|
|
1925
1949
|
props: {
|
|
1926
1950
|
nodeId: {},
|
|
@@ -1943,7 +1967,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1943
1967
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1944
1968
|
};
|
|
1945
1969
|
}
|
|
1946
|
-
}),
|
|
1970
|
+
}), Ks = ["id"], Ds = /* @__PURE__ */ C({
|
|
1947
1971
|
__name: "index",
|
|
1948
1972
|
props: {
|
|
1949
1973
|
nodeId: {},
|
|
@@ -1951,7 +1975,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1951
1975
|
refContext: {}
|
|
1952
1976
|
},
|
|
1953
1977
|
setup(t) {
|
|
1954
|
-
const n = t, e = J(), o =
|
|
1978
|
+
const n = t, e = J(), o = _e(), s = ie(0), r = ie(0), a = k(() => [s.value, r.value]), { open: c } = yo(`runtimeMenu/${po()}`);
|
|
1955
1979
|
return Ye(n, "open", () => {
|
|
1956
1980
|
if (!o || !o.vm)
|
|
1957
1981
|
return;
|
|
@@ -1973,7 +1997,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1973
1997
|
i(e) === "editor" ? (_(), se("div", {
|
|
1974
1998
|
key: 0,
|
|
1975
1999
|
id: `__node__@${n.nodeId}`
|
|
1976
|
-
}, null, 8,
|
|
2000
|
+
}, null, 8, Ks)) : le("", !0)
|
|
1977
2001
|
]),
|
|
1978
2002
|
default: w(() => [
|
|
1979
2003
|
R(u.$slots, "default")
|
|
@@ -1982,7 +2006,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1982
2006
|
}, 8, ["modelValue", "target"]);
|
|
1983
2007
|
};
|
|
1984
2008
|
}
|
|
1985
|
-
}),
|
|
2009
|
+
}), Os = /* @__PURE__ */ C({
|
|
1986
2010
|
__name: "index",
|
|
1987
2011
|
props: {
|
|
1988
2012
|
nodeId: {},
|
|
@@ -2031,7 +2055,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2031
2055
|
default: w(() => [
|
|
2032
2056
|
O($e, {
|
|
2033
2057
|
modelValue: i(D),
|
|
2034
|
-
"onUpdate:modelValue": ae[0] || (ae[0] = (
|
|
2058
|
+
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(D) ? D.value = de : null),
|
|
2035
2059
|
"append-icon": i(o),
|
|
2036
2060
|
"append-inner-icon": i(s),
|
|
2037
2061
|
clearable: i(r),
|
|
@@ -2061,7 +2085,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2061
2085
|
});
|
|
2062
2086
|
};
|
|
2063
2087
|
}
|
|
2064
|
-
}),
|
|
2088
|
+
}), Fs = /* @__PURE__ */ C({
|
|
2065
2089
|
__name: "index",
|
|
2066
2090
|
props: {
|
|
2067
2091
|
nodeId: {},
|
|
@@ -2102,7 +2126,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2102
2126
|
});
|
|
2103
2127
|
};
|
|
2104
2128
|
}
|
|
2105
|
-
}),
|
|
2129
|
+
}), Ns = /* @__PURE__ */ C({
|
|
2106
2130
|
__name: "index",
|
|
2107
2131
|
props: {
|
|
2108
2132
|
nodeId: {},
|
|
@@ -2130,7 +2154,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2130
2154
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2131
2155
|
};
|
|
2132
2156
|
}
|
|
2133
|
-
}),
|
|
2157
|
+
}), js = /* @__PURE__ */ C({
|
|
2134
2158
|
__name: "index",
|
|
2135
2159
|
props: {
|
|
2136
2160
|
nodeId: {},
|
|
@@ -2172,7 +2196,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2172
2196
|
});
|
|
2173
2197
|
};
|
|
2174
2198
|
}
|
|
2175
|
-
}),
|
|
2199
|
+
}), Gs = /* @__PURE__ */ C({
|
|
2176
2200
|
__name: "index",
|
|
2177
2201
|
props: {
|
|
2178
2202
|
nodeId: {},
|
|
@@ -2264,7 +2288,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2264
2288
|
});
|
|
2265
2289
|
};
|
|
2266
2290
|
}
|
|
2267
|
-
}),
|
|
2291
|
+
}), Hs = /* @__PURE__ */ C({
|
|
2268
2292
|
__name: "index",
|
|
2269
2293
|
props: {
|
|
2270
2294
|
nodeId: {},
|
|
@@ -2306,7 +2330,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2306
2330
|
});
|
|
2307
2331
|
};
|
|
2308
2332
|
}
|
|
2309
|
-
}),
|
|
2333
|
+
}), Us = /* @__PURE__ */ C({
|
|
2310
2334
|
__name: "index",
|
|
2311
2335
|
props: {
|
|
2312
2336
|
nodeId: {},
|
|
@@ -2346,7 +2370,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2346
2370
|
});
|
|
2347
2371
|
};
|
|
2348
2372
|
}
|
|
2349
|
-
}),
|
|
2373
|
+
}), Js = /* @__PURE__ */ C({
|
|
2350
2374
|
__name: "index",
|
|
2351
2375
|
props: {
|
|
2352
2376
|
nodeId: {},
|
|
@@ -2391,11 +2415,11 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2391
2415
|
]), { property: U } = l(e, ["settings", "ticks"]), j = k(() => {
|
|
2392
2416
|
if (!U.value)
|
|
2393
2417
|
return;
|
|
2394
|
-
const
|
|
2418
|
+
const de = {};
|
|
2395
2419
|
for (const { value: Je, label: lt } of U.value)
|
|
2396
|
-
|
|
2397
|
-
if (!ko(
|
|
2398
|
-
return
|
|
2420
|
+
de[Je] = lt;
|
|
2421
|
+
if (!ko(de))
|
|
2422
|
+
return de;
|
|
2399
2423
|
}), { property: D } = l(e, [
|
|
2400
2424
|
"settings",
|
|
2401
2425
|
"tickSize"
|
|
@@ -2403,13 +2427,13 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2403
2427
|
"settings",
|
|
2404
2428
|
"trackColor"
|
|
2405
2429
|
]), { color: H } = q(L), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property: $e } = l(e, ["slots", "prepend"]);
|
|
2406
|
-
return (
|
|
2430
|
+
return (de, Je) => {
|
|
2407
2431
|
const lt = M("v-slider");
|
|
2408
2432
|
return _(), S(i(N), { block: "" }, {
|
|
2409
2433
|
default: w(() => [
|
|
2410
2434
|
O(lt, {
|
|
2411
2435
|
modelValue: i(ee),
|
|
2412
|
-
"onUpdate:modelValue": Je[0] || (Je[0] = (
|
|
2436
|
+
"onUpdate:modelValue": Je[0] || (Je[0] = (Go) => Z(ee) ? ee.value = Go : null),
|
|
2413
2437
|
color: i(s),
|
|
2414
2438
|
direction: i(r),
|
|
2415
2439
|
disabled: i(a),
|
|
@@ -2457,7 +2481,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2457
2481
|
});
|
|
2458
2482
|
};
|
|
2459
2483
|
}
|
|
2460
|
-
}),
|
|
2484
|
+
}), qs = /* @__PURE__ */ C({
|
|
2461
2485
|
__name: "index",
|
|
2462
2486
|
props: {
|
|
2463
2487
|
nodeId: {},
|
|
@@ -2484,8 +2508,8 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2484
2508
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2485
2509
|
};
|
|
2486
2510
|
}
|
|
2487
|
-
}),
|
|
2488
|
-
function
|
|
2511
|
+
}), Xs = {};
|
|
2512
|
+
function Ys(t, n) {
|
|
2489
2513
|
const e = M("v-stepper-header");
|
|
2490
2514
|
return _(), S(e, null, {
|
|
2491
2515
|
default: w(() => [
|
|
@@ -2494,7 +2518,7 @@ function Xs(t, n) {
|
|
|
2494
2518
|
_: 3
|
|
2495
2519
|
});
|
|
2496
2520
|
}
|
|
2497
|
-
const
|
|
2521
|
+
const Zs = /* @__PURE__ */ Ae(Xs, [["render", Ys]]), Qs = /* @__PURE__ */ C({
|
|
2498
2522
|
__name: "index",
|
|
2499
2523
|
props: {
|
|
2500
2524
|
nodeId: {},
|
|
@@ -2513,8 +2537,8 @@ const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */ C({
|
|
|
2513
2537
|
}, 8, ["value"]);
|
|
2514
2538
|
};
|
|
2515
2539
|
}
|
|
2516
|
-
}),
|
|
2517
|
-
function
|
|
2540
|
+
}), el = {};
|
|
2541
|
+
function tl(t, n) {
|
|
2518
2542
|
const e = M("v-stepper-window");
|
|
2519
2543
|
return _(), S(e, null, {
|
|
2520
2544
|
default: w(() => [
|
|
@@ -2523,7 +2547,7 @@ function el(t, n) {
|
|
|
2523
2547
|
_: 3
|
|
2524
2548
|
});
|
|
2525
2549
|
}
|
|
2526
|
-
const
|
|
2550
|
+
const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
2527
2551
|
__name: "index",
|
|
2528
2552
|
props: {
|
|
2529
2553
|
nodeId: {},
|
|
@@ -2542,7 +2566,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2542
2566
|
}, 8, ["value"]);
|
|
2543
2567
|
};
|
|
2544
2568
|
}
|
|
2545
|
-
}),
|
|
2569
|
+
}), il = /* @__PURE__ */ C({
|
|
2546
2570
|
__name: "index",
|
|
2547
2571
|
props: {
|
|
2548
2572
|
nodeId: {},
|
|
@@ -2586,7 +2610,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2586
2610
|
});
|
|
2587
2611
|
};
|
|
2588
2612
|
}
|
|
2589
|
-
}),
|
|
2613
|
+
}), rl = /* @__PURE__ */ C({
|
|
2590
2614
|
__name: "index",
|
|
2591
2615
|
props: {
|
|
2592
2616
|
nodeId: {},
|
|
@@ -2613,7 +2637,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2613
2637
|
});
|
|
2614
2638
|
};
|
|
2615
2639
|
}
|
|
2616
|
-
}),
|
|
2640
|
+
}), sl = /* @__PURE__ */ C({
|
|
2617
2641
|
__name: "index",
|
|
2618
2642
|
props: {
|
|
2619
2643
|
nodeId: {},
|
|
@@ -2692,7 +2716,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2692
2716
|
});
|
|
2693
2717
|
};
|
|
2694
2718
|
}
|
|
2695
|
-
}),
|
|
2719
|
+
}), ll = /* @__PURE__ */ C({
|
|
2696
2720
|
__name: "index",
|
|
2697
2721
|
props: {
|
|
2698
2722
|
nodeId: {},
|
|
@@ -2713,13 +2737,13 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2713
2737
|
return (m, f) => (_(), S(i(N), null, {
|
|
2714
2738
|
default: w(() => [
|
|
2715
2739
|
te("span", {
|
|
2716
|
-
class:
|
|
2717
|
-
},
|
|
2740
|
+
class: Yo(d.value)
|
|
2741
|
+
}, Zo(i(u)), 3)
|
|
2718
2742
|
]),
|
|
2719
2743
|
_: 1
|
|
2720
2744
|
}));
|
|
2721
2745
|
}
|
|
2722
|
-
}),
|
|
2746
|
+
}), al = /* @__PURE__ */ C({
|
|
2723
2747
|
__name: "index",
|
|
2724
2748
|
props: {
|
|
2725
2749
|
nodeId: {},
|
|
@@ -2773,7 +2797,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2773
2797
|
});
|
|
2774
2798
|
};
|
|
2775
2799
|
}
|
|
2776
|
-
}),
|
|
2800
|
+
}), cl = /* @__PURE__ */ C({
|
|
2777
2801
|
__name: "index",
|
|
2778
2802
|
props: {
|
|
2779
2803
|
nodeId: {},
|
|
@@ -2827,7 +2851,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2827
2851
|
default: w(() => [
|
|
2828
2852
|
O($e, {
|
|
2829
2853
|
modelValue: i(W),
|
|
2830
|
-
"onUpdate:modelValue": ae[0] || (ae[0] = (
|
|
2854
|
+
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(W) ? W.value = de : null),
|
|
2831
2855
|
"append-icon": i(o),
|
|
2832
2856
|
"append-inner-icon": i(s),
|
|
2833
2857
|
autofocus: i(r),
|
|
@@ -2898,7 +2922,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2898
2922
|
});
|
|
2899
2923
|
};
|
|
2900
2924
|
}
|
|
2901
|
-
}),
|
|
2925
|
+
}), ul = /* @__PURE__ */ C({
|
|
2902
2926
|
__name: "index",
|
|
2903
2927
|
props: {
|
|
2904
2928
|
nodeId: {},
|
|
@@ -2960,8 +2984,8 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2960
2984
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2961
2985
|
};
|
|
2962
2986
|
}
|
|
2963
|
-
}),
|
|
2964
|
-
function
|
|
2987
|
+
}), ml = {};
|
|
2988
|
+
function pl(t, n) {
|
|
2965
2989
|
const e = M("v-timeline-item");
|
|
2966
2990
|
return _(), S(e, null, {
|
|
2967
2991
|
default: w(() => [
|
|
@@ -2970,7 +2994,7 @@ function ml(t, n) {
|
|
|
2970
2994
|
_: 3
|
|
2971
2995
|
});
|
|
2972
2996
|
}
|
|
2973
|
-
const
|
|
2997
|
+
const dl = /* @__PURE__ */ Ae(ml, [["render", pl]]), fl = /* @__PURE__ */ C({
|
|
2974
2998
|
__name: "index",
|
|
2975
2999
|
props: {
|
|
2976
3000
|
nodeId: {},
|
|
@@ -3011,8 +3035,8 @@ const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */ C({
|
|
|
3011
3035
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
3012
3036
|
};
|
|
3013
3037
|
}
|
|
3014
|
-
}),
|
|
3015
|
-
function
|
|
3038
|
+
}), yl = {};
|
|
3039
|
+
function bl(t, n) {
|
|
3016
3040
|
const e = M("v-window-item");
|
|
3017
3041
|
return _(), S(e, null, {
|
|
3018
3042
|
default: w(() => [
|
|
@@ -3021,7 +3045,7 @@ function yl(t, n) {
|
|
|
3021
3045
|
_: 3
|
|
3022
3046
|
});
|
|
3023
3047
|
}
|
|
3024
|
-
const
|
|
3048
|
+
const gl = /* @__PURE__ */ Ae(yl, [["render", bl]]), y = {
|
|
3025
3049
|
key: "basic",
|
|
3026
3050
|
name: "x-runtime-lib.basic",
|
|
3027
3051
|
children: [
|
|
@@ -3083,7 +3107,7 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3083
3107
|
]
|
|
3084
3108
|
}
|
|
3085
3109
|
]
|
|
3086
|
-
},
|
|
3110
|
+
}, hl = K(X), Le = {
|
|
3087
3111
|
key: "border",
|
|
3088
3112
|
name: "x-runtime-lib.border",
|
|
3089
3113
|
children: [
|
|
@@ -3101,7 +3125,7 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3101
3125
|
types: "borderWidthTypesV1",
|
|
3102
3126
|
default: ""
|
|
3103
3127
|
},
|
|
3104
|
-
|
|
3128
|
+
hl,
|
|
3105
3129
|
{
|
|
3106
3130
|
key: "roundRadius",
|
|
3107
3131
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3497,10 +3521,10 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3497
3521
|
default: 2e3
|
|
3498
3522
|
}
|
|
3499
3523
|
]
|
|
3500
|
-
},
|
|
3524
|
+
}, _l = {
|
|
3501
3525
|
key: "scene_orthographic_camera_v1",
|
|
3502
3526
|
name: "x-runtime-lib.orthographicCamera",
|
|
3503
|
-
comp:
|
|
3527
|
+
comp: Mi,
|
|
3504
3528
|
properties: {
|
|
3505
3529
|
pageScene: [y, Q, mn],
|
|
3506
3530
|
compScene: [y, Q, mn]
|
|
@@ -3509,7 +3533,7 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3509
3533
|
methods: [],
|
|
3510
3534
|
slots: []
|
|
3511
3535
|
};
|
|
3512
|
-
I(
|
|
3536
|
+
I(_l);
|
|
3513
3537
|
const pn = {
|
|
3514
3538
|
key: "settings",
|
|
3515
3539
|
name: "x-runtime-lib.settings",
|
|
@@ -3543,10 +3567,10 @@ const pn = {
|
|
|
3543
3567
|
default: 2e3
|
|
3544
3568
|
}
|
|
3545
3569
|
]
|
|
3546
|
-
},
|
|
3570
|
+
}, vl = {
|
|
3547
3571
|
key: "scene_perspective_camera_v1",
|
|
3548
3572
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3549
|
-
comp:
|
|
3573
|
+
comp: Wi,
|
|
3550
3574
|
properties: {
|
|
3551
3575
|
pageScene: [y, Q, pn],
|
|
3552
3576
|
compScene: [y, Q, pn]
|
|
@@ -3555,11 +3579,11 @@ const pn = {
|
|
|
3555
3579
|
methods: [],
|
|
3556
3580
|
slots: []
|
|
3557
3581
|
};
|
|
3558
|
-
I(
|
|
3559
|
-
const
|
|
3582
|
+
I(vl);
|
|
3583
|
+
const xl = {
|
|
3560
3584
|
key: "scene_keyboard_controls_v1",
|
|
3561
3585
|
name: "x-runtime-lib.keyboardControls",
|
|
3562
|
-
comp:
|
|
3586
|
+
comp: Ri,
|
|
3563
3587
|
properties: {
|
|
3564
3588
|
pageScene: [y],
|
|
3565
3589
|
compScene: [y]
|
|
@@ -3569,11 +3593,11 @@ const vl = {
|
|
|
3569
3593
|
slots: [],
|
|
3570
3594
|
leaf: !0
|
|
3571
3595
|
};
|
|
3572
|
-
I(
|
|
3573
|
-
const
|
|
3596
|
+
I(xl);
|
|
3597
|
+
const kl = {
|
|
3574
3598
|
key: "scene_map_controls_v1",
|
|
3575
3599
|
name: "x-runtime-lib.mapControls",
|
|
3576
|
-
comp:
|
|
3600
|
+
comp: Ki,
|
|
3577
3601
|
properties: {
|
|
3578
3602
|
pageScene: [y],
|
|
3579
3603
|
compScene: [y]
|
|
@@ -3583,11 +3607,11 @@ const xl = {
|
|
|
3583
3607
|
slots: [],
|
|
3584
3608
|
leaf: !0
|
|
3585
3609
|
};
|
|
3586
|
-
I(
|
|
3587
|
-
const
|
|
3610
|
+
I(kl);
|
|
3611
|
+
const wl = {
|
|
3588
3612
|
key: "scene_orbit_controls_v1",
|
|
3589
3613
|
name: "x-runtime-lib.orbitControls",
|
|
3590
|
-
comp:
|
|
3614
|
+
comp: Di,
|
|
3591
3615
|
properties: {
|
|
3592
3616
|
pageScene: [y],
|
|
3593
3617
|
compScene: [y]
|
|
@@ -3597,8 +3621,8 @@ const kl = {
|
|
|
3597
3621
|
slots: [],
|
|
3598
3622
|
leaf: !0
|
|
3599
3623
|
};
|
|
3600
|
-
I(
|
|
3601
|
-
function
|
|
3624
|
+
I(wl);
|
|
3625
|
+
function Il(t, n) {
|
|
3602
3626
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3603
3627
|
if (!o) {
|
|
3604
3628
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3627,7 +3651,7 @@ function wl(t, n) {
|
|
|
3627
3651
|
z: 1
|
|
3628
3652
|
}
|
|
3629
3653
|
};
|
|
3630
|
-
const a =
|
|
3654
|
+
const a = Sl(t, n), c = $l(t, n);
|
|
3631
3655
|
return {
|
|
3632
3656
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3633
3657
|
nodes: {
|
|
@@ -3637,7 +3661,7 @@ function wl(t, n) {
|
|
|
3637
3661
|
}
|
|
3638
3662
|
};
|
|
3639
3663
|
}
|
|
3640
|
-
function
|
|
3664
|
+
function Sl(t, n) {
|
|
3641
3665
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3642
3666
|
if (!o) {
|
|
3643
3667
|
console.error(
|
|
@@ -3667,7 +3691,7 @@ function Il(t, n) {
|
|
|
3667
3691
|
}
|
|
3668
3692
|
};
|
|
3669
3693
|
}
|
|
3670
|
-
function
|
|
3694
|
+
function $l(t, n) {
|
|
3671
3695
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3672
3696
|
if (!o) {
|
|
3673
3697
|
console.error(
|
|
@@ -3737,7 +3761,7 @@ const dn = {
|
|
|
3737
3761
|
}, yt = {
|
|
3738
3762
|
key: "scene_box_geometry_v1",
|
|
3739
3763
|
name: "x-runtime-lib.boxGeometry",
|
|
3740
|
-
comp:
|
|
3764
|
+
comp: Fi,
|
|
3741
3765
|
properties: {
|
|
3742
3766
|
pageScene: [y, dn],
|
|
3743
3767
|
compScene: [y, dn]
|
|
@@ -3746,10 +3770,10 @@ const dn = {
|
|
|
3746
3770
|
methods: [],
|
|
3747
3771
|
slots: [],
|
|
3748
3772
|
leaf: !0,
|
|
3749
|
-
spawn:
|
|
3773
|
+
spawn: Il
|
|
3750
3774
|
};
|
|
3751
3775
|
I(yt);
|
|
3752
|
-
function
|
|
3776
|
+
function Cl(t, n) {
|
|
3753
3777
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3754
3778
|
if (!o) {
|
|
3755
3779
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3778,7 +3802,7 @@ function $l(t, n) {
|
|
|
3778
3802
|
z: 1
|
|
3779
3803
|
}
|
|
3780
3804
|
};
|
|
3781
|
-
const a =
|
|
3805
|
+
const a = Vl(t, n), c = Pl(t, n);
|
|
3782
3806
|
return {
|
|
3783
3807
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3784
3808
|
nodes: {
|
|
@@ -3788,7 +3812,7 @@ function $l(t, n) {
|
|
|
3788
3812
|
}
|
|
3789
3813
|
};
|
|
3790
3814
|
}
|
|
3791
|
-
function
|
|
3815
|
+
function Vl(t, n) {
|
|
3792
3816
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3793
3817
|
if (!o) {
|
|
3794
3818
|
console.error(
|
|
@@ -3819,7 +3843,7 @@ function Cl(t, n) {
|
|
|
3819
3843
|
}
|
|
3820
3844
|
};
|
|
3821
3845
|
}
|
|
3822
|
-
function
|
|
3846
|
+
function Pl(t, n) {
|
|
3823
3847
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3824
3848
|
if (!o) {
|
|
3825
3849
|
console.error(
|
|
@@ -3897,7 +3921,7 @@ const fn = {
|
|
|
3897
3921
|
}, bt = {
|
|
3898
3922
|
key: "scene_sphere_geometry_v1",
|
|
3899
3923
|
name: "x-runtime-lib.sphereGeometry",
|
|
3900
|
-
comp:
|
|
3924
|
+
comp: ji,
|
|
3901
3925
|
properties: {
|
|
3902
3926
|
pageScene: [y, fn],
|
|
3903
3927
|
compScene: [y, fn]
|
|
@@ -3906,7 +3930,7 @@ const fn = {
|
|
|
3906
3930
|
methods: [],
|
|
3907
3931
|
slots: [],
|
|
3908
3932
|
leaf: !0,
|
|
3909
|
-
spawn:
|
|
3933
|
+
spawn: Cl
|
|
3910
3934
|
};
|
|
3911
3935
|
I(bt);
|
|
3912
3936
|
const ot = K(X);
|
|
@@ -3926,10 +3950,10 @@ const yn = {
|
|
|
3926
3950
|
default: 1
|
|
3927
3951
|
}
|
|
3928
3952
|
]
|
|
3929
|
-
},
|
|
3953
|
+
}, Ll = {
|
|
3930
3954
|
key: "scene_ambient_light_v1",
|
|
3931
3955
|
name: "x-runtime-lib.ambientLight",
|
|
3932
|
-
comp:
|
|
3956
|
+
comp: Hi,
|
|
3933
3957
|
properties: {
|
|
3934
3958
|
pageScene: [y, Q, yn],
|
|
3935
3959
|
compScene: [y, Q, yn]
|
|
@@ -3938,7 +3962,7 @@ const yn = {
|
|
|
3938
3962
|
methods: [],
|
|
3939
3963
|
slots: []
|
|
3940
3964
|
};
|
|
3941
|
-
I(
|
|
3965
|
+
I(Ll);
|
|
3942
3966
|
const it = K(X);
|
|
3943
3967
|
it.children[0].default = "custom";
|
|
3944
3968
|
it.children[2].children[0].default = "0xffffff";
|
|
@@ -3956,10 +3980,10 @@ const bn = {
|
|
|
3956
3980
|
default: 1
|
|
3957
3981
|
}
|
|
3958
3982
|
]
|
|
3959
|
-
},
|
|
3983
|
+
}, zl = {
|
|
3960
3984
|
key: "scene_directional_light_v1",
|
|
3961
3985
|
name: "x-runtime-lib.directionalLight",
|
|
3962
|
-
comp:
|
|
3986
|
+
comp: Ji,
|
|
3963
3987
|
properties: {
|
|
3964
3988
|
pageScene: [y, Q, bn],
|
|
3965
3989
|
compScene: [y, Q, bn]
|
|
@@ -3968,7 +3992,7 @@ const bn = {
|
|
|
3968
3992
|
methods: [],
|
|
3969
3993
|
slots: []
|
|
3970
3994
|
};
|
|
3971
|
-
I(
|
|
3995
|
+
I(zl);
|
|
3972
3996
|
const rt = K(X);
|
|
3973
3997
|
rt.children[0].default = "custom";
|
|
3974
3998
|
rt.children[2].children[0].default = "0xffffff";
|
|
@@ -4000,10 +4024,10 @@ const gn = {
|
|
|
4000
4024
|
default: 2
|
|
4001
4025
|
}
|
|
4002
4026
|
]
|
|
4003
|
-
},
|
|
4027
|
+
}, Tl = {
|
|
4004
4028
|
key: "scene_point_light_v1",
|
|
4005
4029
|
name: "x-runtime-lib.pointLight",
|
|
4006
|
-
comp:
|
|
4030
|
+
comp: Xi,
|
|
4007
4031
|
properties: {
|
|
4008
4032
|
pageScene: [y, Q, gn],
|
|
4009
4033
|
compScene: [y, Q, gn]
|
|
@@ -4012,7 +4036,7 @@ const gn = {
|
|
|
4012
4036
|
methods: [],
|
|
4013
4037
|
slots: []
|
|
4014
4038
|
};
|
|
4015
|
-
I(
|
|
4039
|
+
I(Tl);
|
|
4016
4040
|
const st = K(X);
|
|
4017
4041
|
st.children[0].default = "custom";
|
|
4018
4042
|
st.children[2].children[0].default = "0xffffff";
|
|
@@ -4061,10 +4085,10 @@ const hn = {
|
|
|
4061
4085
|
default: 0
|
|
4062
4086
|
}
|
|
4063
4087
|
]
|
|
4064
|
-
},
|
|
4088
|
+
}, El = {
|
|
4065
4089
|
key: "scene_spot_light_v1",
|
|
4066
4090
|
name: "x-runtime-lib.spotLight",
|
|
4067
|
-
comp:
|
|
4091
|
+
comp: Zi,
|
|
4068
4092
|
properties: {
|
|
4069
4093
|
pageScene: [y, Q, hn],
|
|
4070
4094
|
compScene: [y, Q, hn]
|
|
@@ -4073,11 +4097,11 @@ const hn = {
|
|
|
4073
4097
|
methods: [],
|
|
4074
4098
|
slots: []
|
|
4075
4099
|
};
|
|
4076
|
-
I(
|
|
4100
|
+
I(El);
|
|
4077
4101
|
const De = {
|
|
4078
4102
|
key: "scene_mesh_basic_material_v1",
|
|
4079
4103
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
4080
|
-
comp:
|
|
4104
|
+
comp: tr,
|
|
4081
4105
|
properties: {
|
|
4082
4106
|
pageScene: [y],
|
|
4083
4107
|
compScene: [y]
|
|
@@ -4088,10 +4112,10 @@ const De = {
|
|
|
4088
4112
|
leaf: !0
|
|
4089
4113
|
};
|
|
4090
4114
|
I(De);
|
|
4091
|
-
const
|
|
4115
|
+
const Al = {
|
|
4092
4116
|
key: "scene_group_v1",
|
|
4093
4117
|
name: "x-runtime-lib.group",
|
|
4094
|
-
comp:
|
|
4118
|
+
comp: or,
|
|
4095
4119
|
properties: {
|
|
4096
4120
|
pageScene: [y, Q],
|
|
4097
4121
|
compScene: [y, Q]
|
|
@@ -4100,11 +4124,11 @@ const El = {
|
|
|
4100
4124
|
methods: [],
|
|
4101
4125
|
slots: []
|
|
4102
4126
|
};
|
|
4103
|
-
I(
|
|
4127
|
+
I(Al);
|
|
4104
4128
|
const Oe = {
|
|
4105
4129
|
key: "scene_mesh_v1",
|
|
4106
4130
|
name: "x-runtime-lib.mesh",
|
|
4107
|
-
comp:
|
|
4131
|
+
comp: rr,
|
|
4108
4132
|
properties: {
|
|
4109
4133
|
pageScene: [y, Q],
|
|
4110
4134
|
compScene: [y, Q]
|
|
@@ -4114,7 +4138,7 @@ const Oe = {
|
|
|
4114
4138
|
slots: []
|
|
4115
4139
|
};
|
|
4116
4140
|
I(Oe);
|
|
4117
|
-
function
|
|
4141
|
+
function Ml(t, n) {
|
|
4118
4142
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4119
4143
|
if (!o) {
|
|
4120
4144
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4162,16 +4186,16 @@ const _n = {
|
|
|
4162
4186
|
}, gt = {
|
|
4163
4187
|
key: "common_bar_chart_v1",
|
|
4164
4188
|
name: "x-runtime-lib.barChart",
|
|
4165
|
-
comp:
|
|
4189
|
+
comp: ps,
|
|
4166
4190
|
properties: {
|
|
4167
4191
|
pageCommon: [y, Y, Qe, et, tt, Ze, _n],
|
|
4168
4192
|
compCommon: [y, Y, Qe, et, tt, Ze, _n]
|
|
4169
4193
|
},
|
|
4170
4194
|
leaf: !0,
|
|
4171
|
-
spawn:
|
|
4195
|
+
spawn: Ml
|
|
4172
4196
|
};
|
|
4173
4197
|
I(gt);
|
|
4174
|
-
function
|
|
4198
|
+
function Bl(t, n) {
|
|
4175
4199
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4176
4200
|
if (!o) {
|
|
4177
4201
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4219,26 +4243,26 @@ const vn = {
|
|
|
4219
4243
|
}, ht = {
|
|
4220
4244
|
key: "common_line_chart_v1",
|
|
4221
4245
|
name: "x-runtime-lib.lineChart",
|
|
4222
|
-
comp:
|
|
4246
|
+
comp: ds,
|
|
4223
4247
|
properties: {
|
|
4224
4248
|
pageCommon: [y, Y, Qe, et, tt, Ze, vn],
|
|
4225
4249
|
compCommon: [y, Y, Qe, et, tt, Ze, vn]
|
|
4226
4250
|
},
|
|
4227
4251
|
leaf: !0,
|
|
4228
|
-
spawn:
|
|
4252
|
+
spawn: Bl
|
|
4229
4253
|
};
|
|
4230
4254
|
I(ht);
|
|
4231
|
-
const
|
|
4255
|
+
const Wl = {
|
|
4232
4256
|
key: "multiple_ref_v1",
|
|
4233
4257
|
name: "x-runtime-lib.multipleRef",
|
|
4234
|
-
comp:
|
|
4258
|
+
comp: fs,
|
|
4235
4259
|
properties: {
|
|
4236
4260
|
pageCommon: [y],
|
|
4237
4261
|
compCommon: [y]
|
|
4238
4262
|
},
|
|
4239
4263
|
leaf: !0
|
|
4240
4264
|
};
|
|
4241
|
-
I(
|
|
4265
|
+
I(Wl);
|
|
4242
4266
|
const xn = {
|
|
4243
4267
|
key: "reference",
|
|
4244
4268
|
name: "x-runtime-lib.reference",
|
|
@@ -4250,17 +4274,17 @@ const xn = {
|
|
|
4250
4274
|
default: void 0
|
|
4251
4275
|
}
|
|
4252
4276
|
]
|
|
4253
|
-
},
|
|
4277
|
+
}, Rl = {
|
|
4254
4278
|
key: "reference_v1",
|
|
4255
4279
|
name: "x-runtime-lib.reference",
|
|
4256
|
-
comp:
|
|
4280
|
+
comp: ys,
|
|
4257
4281
|
properties: {
|
|
4258
4282
|
pageCommon: [y, Y, xn],
|
|
4259
4283
|
compCommon: [y, Y, xn]
|
|
4260
4284
|
},
|
|
4261
4285
|
leaf: !0
|
|
4262
4286
|
};
|
|
4263
|
-
I(
|
|
4287
|
+
I(Rl);
|
|
4264
4288
|
const kn = {
|
|
4265
4289
|
key: "settings",
|
|
4266
4290
|
name: "x-runtime-lib.settings",
|
|
@@ -4272,16 +4296,16 @@ const kn = {
|
|
|
4272
4296
|
default: !1
|
|
4273
4297
|
}
|
|
4274
4298
|
]
|
|
4275
|
-
},
|
|
4299
|
+
}, Kl = {
|
|
4276
4300
|
key: "render_switch_v1",
|
|
4277
4301
|
name: "x-runtime-lib.renderSwitch",
|
|
4278
|
-
comp:
|
|
4302
|
+
comp: bs,
|
|
4279
4303
|
properties: {
|
|
4280
4304
|
pageCommon: [y, kn],
|
|
4281
4305
|
compCommon: [y, kn]
|
|
4282
4306
|
}
|
|
4283
4307
|
};
|
|
4284
|
-
I(
|
|
4308
|
+
I(Kl);
|
|
4285
4309
|
const Me = K(X);
|
|
4286
4310
|
Me.key = "backgroundColor";
|
|
4287
4311
|
Me.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4290,26 +4314,26 @@ const zo = {
|
|
|
4290
4314
|
name: "x-runtime-lib.adaptSlot",
|
|
4291
4315
|
ui: "slotSelect",
|
|
4292
4316
|
default: void 0
|
|
4293
|
-
},
|
|
4317
|
+
}, Dl = {
|
|
4294
4318
|
key: "settings",
|
|
4295
4319
|
name: "x-runtime-lib.settings",
|
|
4296
4320
|
children: [Me]
|
|
4297
|
-
},
|
|
4321
|
+
}, Ol = {
|
|
4298
4322
|
key: "settings",
|
|
4299
4323
|
name: "x-runtime-lib.settings",
|
|
4300
4324
|
children: [Me, zo]
|
|
4301
|
-
},
|
|
4325
|
+
}, Fl = {
|
|
4302
4326
|
key: "settings",
|
|
4303
4327
|
name: "x-runtime-lib.settings",
|
|
4304
4328
|
children: [Me]
|
|
4305
|
-
},
|
|
4329
|
+
}, Nl = {
|
|
4306
4330
|
key: "settings",
|
|
4307
4331
|
name: "x-runtime-lib.settings",
|
|
4308
4332
|
children: [Me, zo]
|
|
4309
|
-
},
|
|
4333
|
+
}, jl = {
|
|
4310
4334
|
key: "startup",
|
|
4311
4335
|
name: "x-runtime-lib.startup"
|
|
4312
|
-
},
|
|
4336
|
+
}, Gl = {
|
|
4313
4337
|
key: "screenSizeChange",
|
|
4314
4338
|
name: "x-runtime-lib.screenSizeChange",
|
|
4315
4339
|
params: [
|
|
@@ -4324,7 +4348,7 @@ const zo = {
|
|
|
4324
4348
|
type: "string"
|
|
4325
4349
|
}
|
|
4326
4350
|
]
|
|
4327
|
-
},
|
|
4351
|
+
}, Hl = {
|
|
4328
4352
|
key: "darkModeChange",
|
|
4329
4353
|
name: "x-runtime-lib.darkModeChange",
|
|
4330
4354
|
params: [
|
|
@@ -4334,20 +4358,20 @@ const zo = {
|
|
|
4334
4358
|
type: "boolean"
|
|
4335
4359
|
}
|
|
4336
4360
|
]
|
|
4337
|
-
},
|
|
4361
|
+
}, Ul = {
|
|
4338
4362
|
key: "globality_v1",
|
|
4339
4363
|
name: "x-runtime-lib.globality",
|
|
4340
4364
|
comp: null,
|
|
4341
4365
|
properties: {
|
|
4342
|
-
pageCommon: [
|
|
4343
|
-
pageScene: [
|
|
4344
|
-
compCommon: [
|
|
4345
|
-
compScene: [
|
|
4366
|
+
pageCommon: [Dl],
|
|
4367
|
+
pageScene: [Fl],
|
|
4368
|
+
compCommon: [Ol],
|
|
4369
|
+
compScene: [Nl]
|
|
4346
4370
|
},
|
|
4347
|
-
events: [
|
|
4371
|
+
events: [jl, Gl, Hl],
|
|
4348
4372
|
internal: !0
|
|
4349
4373
|
};
|
|
4350
|
-
I(
|
|
4374
|
+
I(Ul);
|
|
4351
4375
|
const wn = {
|
|
4352
4376
|
key: "settings",
|
|
4353
4377
|
name: "x-runtime-lib.settings",
|
|
@@ -4383,17 +4407,17 @@ const wn = {
|
|
|
4383
4407
|
default: !1
|
|
4384
4408
|
}
|
|
4385
4409
|
]
|
|
4386
|
-
},
|
|
4410
|
+
}, Jl = {
|
|
4387
4411
|
key: "common_badge_v1",
|
|
4388
4412
|
name: "x-runtime-lib.badge",
|
|
4389
|
-
comp:
|
|
4413
|
+
comp: gs,
|
|
4390
4414
|
properties: {
|
|
4391
4415
|
pageCommon: [y, wn],
|
|
4392
4416
|
compCommon: [y, wn]
|
|
4393
4417
|
}
|
|
4394
4418
|
};
|
|
4395
|
-
I(
|
|
4396
|
-
function
|
|
4419
|
+
I(Jl);
|
|
4420
|
+
function ql(t, n) {
|
|
4397
4421
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4398
4422
|
if (!o) {
|
|
4399
4423
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
@@ -4412,7 +4436,7 @@ function Jl(t, n) {
|
|
|
4412
4436
|
}
|
|
4413
4437
|
};
|
|
4414
4438
|
}
|
|
4415
|
-
const
|
|
4439
|
+
const Xl = K(X), In = {
|
|
4416
4440
|
key: "settings",
|
|
4417
4441
|
name: "x-runtime-lib.settings",
|
|
4418
4442
|
children: [
|
|
@@ -4491,7 +4515,7 @@ const ql = K(X), In = {
|
|
|
4491
4515
|
ui: "switch",
|
|
4492
4516
|
default: !1
|
|
4493
4517
|
},
|
|
4494
|
-
|
|
4518
|
+
Xl,
|
|
4495
4519
|
{
|
|
4496
4520
|
key: "ripple",
|
|
4497
4521
|
name: "x-runtime-lib.ripple",
|
|
@@ -4502,7 +4526,7 @@ const ql = K(X), In = {
|
|
|
4502
4526
|
}, _t = {
|
|
4503
4527
|
key: "common_btn_v1",
|
|
4504
4528
|
name: "x-runtime-lib.button",
|
|
4505
|
-
comp:
|
|
4529
|
+
comp: hs,
|
|
4506
4530
|
properties: {
|
|
4507
4531
|
pageCommon: [y, Y, In],
|
|
4508
4532
|
compCommon: [y, Y, In]
|
|
@@ -4514,19 +4538,19 @@ const ql = K(X), In = {
|
|
|
4514
4538
|
}
|
|
4515
4539
|
],
|
|
4516
4540
|
leaf: !0,
|
|
4517
|
-
spawn:
|
|
4541
|
+
spawn: ql
|
|
4518
4542
|
};
|
|
4519
4543
|
I(_t);
|
|
4520
|
-
const
|
|
4544
|
+
const Yl = {
|
|
4521
4545
|
key: "common_btn_group_v1",
|
|
4522
4546
|
name: "x-runtime-lib.buttonGroup",
|
|
4523
|
-
comp:
|
|
4547
|
+
comp: xs,
|
|
4524
4548
|
properties: {
|
|
4525
4549
|
pageCommon: [y],
|
|
4526
4550
|
compCommon: [y]
|
|
4527
4551
|
}
|
|
4528
4552
|
};
|
|
4529
|
-
I(
|
|
4553
|
+
I(Yl);
|
|
4530
4554
|
const Sn = {
|
|
4531
4555
|
key: "settings",
|
|
4532
4556
|
name: "x-runtime-lib.settings",
|
|
@@ -4588,17 +4612,17 @@ const Sn = {
|
|
|
4588
4612
|
default: !1
|
|
4589
4613
|
}
|
|
4590
4614
|
]
|
|
4591
|
-
},
|
|
4615
|
+
}, Zl = {
|
|
4592
4616
|
key: "common_btn_toggle_v1",
|
|
4593
4617
|
name: "x-runtime-lib.buttonToggle",
|
|
4594
|
-
comp:
|
|
4618
|
+
comp: ks,
|
|
4595
4619
|
properties: {
|
|
4596
4620
|
pageCommon: [y, Sn],
|
|
4597
4621
|
compCommon: [y, Sn]
|
|
4598
4622
|
}
|
|
4599
4623
|
};
|
|
4600
|
-
I(
|
|
4601
|
-
function
|
|
4624
|
+
I(Zl);
|
|
4625
|
+
function Ql(t, n) {
|
|
4602
4626
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4603
4627
|
if (!o) {
|
|
4604
4628
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
@@ -4675,12 +4699,12 @@ const $n = {
|
|
|
4675
4699
|
}, Fe = {
|
|
4676
4700
|
key: "common_card_v1",
|
|
4677
4701
|
name: "x-runtime-lib.card",
|
|
4678
|
-
comp:
|
|
4702
|
+
comp: ws,
|
|
4679
4703
|
properties: {
|
|
4680
4704
|
pageCommon: [y, Y, $n],
|
|
4681
4705
|
compCommon: [y, Y, $n]
|
|
4682
4706
|
},
|
|
4683
|
-
spawn:
|
|
4707
|
+
spawn: Ql
|
|
4684
4708
|
};
|
|
4685
4709
|
I(Fe);
|
|
4686
4710
|
const Cn = {
|
|
@@ -4700,18 +4724,18 @@ const Cn = {
|
|
|
4700
4724
|
default: ""
|
|
4701
4725
|
}
|
|
4702
4726
|
]
|
|
4703
|
-
},
|
|
4727
|
+
}, ea = {
|
|
4704
4728
|
key: "common_checkbox_v1",
|
|
4705
4729
|
name: "x-runtime-lib.checkbox",
|
|
4706
|
-
comp:
|
|
4730
|
+
comp: Is,
|
|
4707
4731
|
properties: {
|
|
4708
4732
|
pageCommon: [y, Cn],
|
|
4709
4733
|
compCommon: [y, Cn]
|
|
4710
4734
|
},
|
|
4711
4735
|
leaf: !0
|
|
4712
4736
|
};
|
|
4713
|
-
I(
|
|
4714
|
-
const
|
|
4737
|
+
I(ea);
|
|
4738
|
+
const ta = K(X), Vn = {
|
|
4715
4739
|
key: "settings",
|
|
4716
4740
|
name: "x-runtime-lib.settings",
|
|
4717
4741
|
children: [
|
|
@@ -4784,12 +4808,12 @@ const ea = K(X), Vn = {
|
|
|
4784
4808
|
ui: "switch",
|
|
4785
4809
|
default: !1
|
|
4786
4810
|
},
|
|
4787
|
-
|
|
4811
|
+
ta
|
|
4788
4812
|
]
|
|
4789
4813
|
}, vt = {
|
|
4790
4814
|
key: "common_chip_v1",
|
|
4791
4815
|
name: "x-runtime-lib.chip",
|
|
4792
|
-
comp:
|
|
4816
|
+
comp: Ss,
|
|
4793
4817
|
properties: {
|
|
4794
4818
|
pageCommon: [y, Vn],
|
|
4795
4819
|
compCommon: [y, Vn]
|
|
@@ -4797,7 +4821,7 @@ const ea = K(X), Vn = {
|
|
|
4797
4821
|
leaf: !0
|
|
4798
4822
|
};
|
|
4799
4823
|
I(vt);
|
|
4800
|
-
function
|
|
4824
|
+
function na(t, n) {
|
|
4801
4825
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4802
4826
|
if (!o) {
|
|
4803
4827
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -4907,25 +4931,25 @@ const Pn = {
|
|
|
4907
4931
|
}, xt = {
|
|
4908
4932
|
key: "common_chip_group_v1",
|
|
4909
4933
|
name: "x-runtime-lib.chipGroup",
|
|
4910
|
-
comp:
|
|
4934
|
+
comp: $s,
|
|
4911
4935
|
properties: {
|
|
4912
4936
|
pageCommon: [y, Pn],
|
|
4913
4937
|
compCommon: [y, Pn]
|
|
4914
4938
|
},
|
|
4915
|
-
spawn:
|
|
4939
|
+
spawn: na
|
|
4916
4940
|
};
|
|
4917
4941
|
I(xt);
|
|
4918
|
-
const
|
|
4942
|
+
const oa = {
|
|
4919
4943
|
key: "common_color_picker_v1",
|
|
4920
4944
|
name: "x-runtime-lib.colorPicker",
|
|
4921
|
-
comp:
|
|
4945
|
+
comp: Cs,
|
|
4922
4946
|
properties: {
|
|
4923
4947
|
pageCommon: [y],
|
|
4924
4948
|
compCommon: [y]
|
|
4925
4949
|
},
|
|
4926
4950
|
leaf: !0
|
|
4927
4951
|
};
|
|
4928
|
-
I(
|
|
4952
|
+
I(oa);
|
|
4929
4953
|
const Ln = {
|
|
4930
4954
|
key: "settings",
|
|
4931
4955
|
name: "x-runtime-lib.settings",
|
|
@@ -4967,17 +4991,17 @@ const Ln = {
|
|
|
4967
4991
|
default: !1
|
|
4968
4992
|
}
|
|
4969
4993
|
]
|
|
4970
|
-
},
|
|
4994
|
+
}, ia = {
|
|
4971
4995
|
key: "common_combobox_v1",
|
|
4972
4996
|
name: "x-runtime-lib.combobox",
|
|
4973
|
-
comp:
|
|
4997
|
+
comp: Vs,
|
|
4974
4998
|
properties: {
|
|
4975
4999
|
pageCommon: [y, Ln],
|
|
4976
5000
|
compCommon: [y, Ln]
|
|
4977
5001
|
},
|
|
4978
5002
|
leaf: !0
|
|
4979
5003
|
};
|
|
4980
|
-
I(
|
|
5004
|
+
I(ia);
|
|
4981
5005
|
const Xt = K(X);
|
|
4982
5006
|
Xt.key = "backgroundColor";
|
|
4983
5007
|
Xt.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4988,7 +5012,7 @@ const zn = {
|
|
|
4988
5012
|
}, kt = {
|
|
4989
5013
|
key: "common_container_v1",
|
|
4990
5014
|
name: "x-runtime-lib.container",
|
|
4991
|
-
comp:
|
|
5015
|
+
comp: Ps,
|
|
4992
5016
|
properties: {
|
|
4993
5017
|
pageCommon: [y, Y, Le, ze, Te, zn],
|
|
4994
5018
|
compCommon: [y, Y, Le, ze, Te, zn]
|
|
@@ -5153,32 +5177,32 @@ const Tn = {
|
|
|
5153
5177
|
defaultArray: []
|
|
5154
5178
|
}
|
|
5155
5179
|
]
|
|
5156
|
-
},
|
|
5180
|
+
}, ra = {
|
|
5157
5181
|
key: "common_data_table_v1",
|
|
5158
5182
|
name: "x-runtime-lib.dataTable",
|
|
5159
|
-
comp:
|
|
5183
|
+
comp: Ls,
|
|
5160
5184
|
properties: {
|
|
5161
5185
|
pageCommon: [y, Tn, En, An],
|
|
5162
5186
|
compCommon: [y, Tn, En, An]
|
|
5163
5187
|
},
|
|
5164
5188
|
leaf: !0
|
|
5165
5189
|
};
|
|
5166
|
-
I(
|
|
5167
|
-
const
|
|
5190
|
+
I(ra);
|
|
5191
|
+
const sa = {
|
|
5168
5192
|
key: "common_date_picker_v1",
|
|
5169
5193
|
name: "x-runtime-lib.datePicker",
|
|
5170
|
-
comp:
|
|
5194
|
+
comp: zs,
|
|
5171
5195
|
properties: {
|
|
5172
5196
|
pageCommon: [y],
|
|
5173
5197
|
compCommon: [y]
|
|
5174
5198
|
},
|
|
5175
5199
|
leaf: !0
|
|
5176
5200
|
};
|
|
5177
|
-
I(
|
|
5178
|
-
const
|
|
5201
|
+
I(sa);
|
|
5202
|
+
const la = {
|
|
5179
5203
|
key: "common_dialog_v1",
|
|
5180
5204
|
name: "x-runtime-lib.dialog",
|
|
5181
|
-
comp:
|
|
5205
|
+
comp: Es,
|
|
5182
5206
|
properties: {
|
|
5183
5207
|
pageCommon: [y],
|
|
5184
5208
|
compCommon: [y]
|
|
@@ -5195,15 +5219,15 @@ const sa = {
|
|
|
5195
5219
|
],
|
|
5196
5220
|
teleport: !0
|
|
5197
5221
|
};
|
|
5198
|
-
I(
|
|
5222
|
+
I(la);
|
|
5199
5223
|
const Mn = {
|
|
5200
5224
|
key: "settings",
|
|
5201
5225
|
name: "x-runtime-lib.settings",
|
|
5202
5226
|
children: []
|
|
5203
|
-
},
|
|
5227
|
+
}, uu = {
|
|
5204
5228
|
key: "common_file_input_v1",
|
|
5205
5229
|
name: "x-runtime-lib.fileInput",
|
|
5206
|
-
comp:
|
|
5230
|
+
comp: As,
|
|
5207
5231
|
properties: {
|
|
5208
5232
|
pageCommon: [y, Mn],
|
|
5209
5233
|
compCommon: [y, Mn]
|
|
@@ -5229,14 +5253,14 @@ const Mn = {
|
|
|
5229
5253
|
}, wt = {
|
|
5230
5254
|
key: "common_flex_layout_entry_v1",
|
|
5231
5255
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5232
|
-
comp:
|
|
5256
|
+
comp: Bs,
|
|
5233
5257
|
properties: {
|
|
5234
5258
|
pageCommon: [y, Y, Bn],
|
|
5235
5259
|
compCommon: [y, Y, Bn]
|
|
5236
5260
|
}
|
|
5237
5261
|
};
|
|
5238
5262
|
I(wt);
|
|
5239
|
-
function
|
|
5263
|
+
function aa(t, n) {
|
|
5240
5264
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5241
5265
|
if (!o) {
|
|
5242
5266
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
@@ -5267,7 +5291,7 @@ function la(t, n) {
|
|
|
5267
5291
|
void 0,
|
|
5268
5292
|
"60px",
|
|
5269
5293
|
void 0
|
|
5270
|
-
), u =
|
|
5294
|
+
), u = ca(t, n);
|
|
5271
5295
|
return {
|
|
5272
5296
|
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
5273
5297
|
nodes: {
|
|
@@ -5278,7 +5302,7 @@ function la(t, n) {
|
|
|
5278
5302
|
}
|
|
5279
5303
|
};
|
|
5280
5304
|
}
|
|
5281
|
-
function
|
|
5305
|
+
function ca(t, n) {
|
|
5282
5306
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5283
5307
|
if (!o) {
|
|
5284
5308
|
console.error(
|
|
@@ -5510,7 +5534,7 @@ const Wn = {
|
|
|
5510
5534
|
}, Ne = {
|
|
5511
5535
|
key: "common_flex_layout_v1",
|
|
5512
5536
|
name: "x-runtime-lib.flexLayout",
|
|
5513
|
-
comp:
|
|
5537
|
+
comp: Ms,
|
|
5514
5538
|
properties: {
|
|
5515
5539
|
pageCommon: [y, Y, Le, ze, Te, Wn],
|
|
5516
5540
|
compCommon: [y, Y, Le, ze, Te, Wn]
|
|
@@ -5521,7 +5545,7 @@ const Wn = {
|
|
|
5521
5545
|
name: "x-runtime-lib.click"
|
|
5522
5546
|
}
|
|
5523
5547
|
],
|
|
5524
|
-
spawn:
|
|
5548
|
+
spawn: aa
|
|
5525
5549
|
};
|
|
5526
5550
|
I(Ne);
|
|
5527
5551
|
const Rn = {
|
|
@@ -5677,7 +5701,7 @@ const Rn = {
|
|
|
5677
5701
|
}, St = {
|
|
5678
5702
|
key: "common_text_field_v1",
|
|
5679
5703
|
name: "x-runtime-lib.textField",
|
|
5680
|
-
comp:
|
|
5704
|
+
comp: cl,
|
|
5681
5705
|
properties: {
|
|
5682
5706
|
pageCommon: [y, Rn, Kn],
|
|
5683
5707
|
compCommon: [y, Rn, Kn]
|
|
@@ -5705,7 +5729,7 @@ const Rn = {
|
|
|
5705
5729
|
leaf: !0
|
|
5706
5730
|
};
|
|
5707
5731
|
I(St);
|
|
5708
|
-
function
|
|
5732
|
+
function ua(t, n) {
|
|
5709
5733
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5710
5734
|
if (!o) {
|
|
5711
5735
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
@@ -5718,7 +5742,7 @@ function ca(t, n) {
|
|
|
5718
5742
|
}
|
|
5719
5743
|
const r = T();
|
|
5720
5744
|
A(r, s), r.basic.id = z(16), r.basic.key = $t.key;
|
|
5721
|
-
const a =
|
|
5745
|
+
const a = ma(t, n);
|
|
5722
5746
|
return {
|
|
5723
5747
|
nodeLite: E(r, [a.nodeLite]),
|
|
5724
5748
|
nodes: {
|
|
@@ -5727,7 +5751,7 @@ function ca(t, n) {
|
|
|
5727
5751
|
}
|
|
5728
5752
|
};
|
|
5729
5753
|
}
|
|
5730
|
-
function
|
|
5754
|
+
function ma(t, n) {
|
|
5731
5755
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5732
5756
|
if (!o) {
|
|
5733
5757
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
@@ -5767,7 +5791,7 @@ const Dn = {
|
|
|
5767
5791
|
}, $t = {
|
|
5768
5792
|
key: "common_form_v1",
|
|
5769
5793
|
name: "x-runtime-lib.form",
|
|
5770
|
-
comp:
|
|
5794
|
+
comp: Ws,
|
|
5771
5795
|
properties: {
|
|
5772
5796
|
pageCommon: [y, Y, Le, ze, Te, Dn],
|
|
5773
5797
|
compCommon: [y, Y, Le, ze, Te, Dn]
|
|
@@ -5778,10 +5802,10 @@ const Dn = {
|
|
|
5778
5802
|
name: "x-runtime-lib.submit"
|
|
5779
5803
|
}
|
|
5780
5804
|
],
|
|
5781
|
-
spawn:
|
|
5805
|
+
spawn: ua
|
|
5782
5806
|
};
|
|
5783
5807
|
I($t);
|
|
5784
|
-
const
|
|
5808
|
+
const pa = K(X), On = {
|
|
5785
5809
|
key: "settings",
|
|
5786
5810
|
name: "x-runtime-lib.settings",
|
|
5787
5811
|
children: [
|
|
@@ -5804,23 +5828,23 @@ const ma = K(X), On = {
|
|
|
5804
5828
|
items: "sizeItemsV1",
|
|
5805
5829
|
default: "default"
|
|
5806
5830
|
},
|
|
5807
|
-
|
|
5831
|
+
pa
|
|
5808
5832
|
]
|
|
5809
|
-
},
|
|
5833
|
+
}, da = {
|
|
5810
5834
|
key: "common_icon_v1",
|
|
5811
5835
|
name: "x-runtime-lib.icon",
|
|
5812
|
-
comp:
|
|
5836
|
+
comp: Rs,
|
|
5813
5837
|
properties: {
|
|
5814
5838
|
pageCommon: [y, On],
|
|
5815
5839
|
compCommon: [y, On]
|
|
5816
5840
|
},
|
|
5817
5841
|
leaf: !0
|
|
5818
5842
|
};
|
|
5819
|
-
I(
|
|
5820
|
-
const
|
|
5843
|
+
I(da);
|
|
5844
|
+
const fa = {
|
|
5821
5845
|
key: "common_menu_v1",
|
|
5822
5846
|
name: "x-runtime-lib.menu",
|
|
5823
|
-
comp:
|
|
5847
|
+
comp: Ds,
|
|
5824
5848
|
properties: {
|
|
5825
5849
|
pageCommon: [y],
|
|
5826
5850
|
compCommon: [y]
|
|
@@ -5837,8 +5861,8 @@ const da = {
|
|
|
5837
5861
|
],
|
|
5838
5862
|
teleport: !0
|
|
5839
5863
|
};
|
|
5840
|
-
I(
|
|
5841
|
-
function
|
|
5864
|
+
I(fa);
|
|
5865
|
+
function ya(t, n) {
|
|
5842
5866
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5843
5867
|
if (!o) {
|
|
5844
5868
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
@@ -6027,7 +6051,7 @@ const Fn = {
|
|
|
6027
6051
|
}, Ct = {
|
|
6028
6052
|
key: "common_number_input_v1",
|
|
6029
6053
|
name: "x-runtime-lib.numberInput",
|
|
6030
|
-
comp:
|
|
6054
|
+
comp: Os,
|
|
6031
6055
|
properties: {
|
|
6032
6056
|
pageCommon: [y, Fn, Nn],
|
|
6033
6057
|
compCommon: [y, Fn, Nn]
|
|
@@ -6055,7 +6079,7 @@ const Fn = {
|
|
|
6055
6079
|
}
|
|
6056
6080
|
],
|
|
6057
6081
|
leaf: !0,
|
|
6058
|
-
spawn:
|
|
6082
|
+
spawn: ya
|
|
6059
6083
|
};
|
|
6060
6084
|
I(Ct);
|
|
6061
6085
|
const jn = {
|
|
@@ -6121,18 +6145,18 @@ const jn = {
|
|
|
6121
6145
|
default: !1
|
|
6122
6146
|
}
|
|
6123
6147
|
]
|
|
6124
|
-
},
|
|
6148
|
+
}, ba = {
|
|
6125
6149
|
key: "common_pagination_v1",
|
|
6126
6150
|
name: "x-runtime-lib.pagination",
|
|
6127
|
-
comp:
|
|
6151
|
+
comp: Fs,
|
|
6128
6152
|
properties: {
|
|
6129
6153
|
pageCommon: [y, jn],
|
|
6130
6154
|
compCommon: [y, jn]
|
|
6131
6155
|
},
|
|
6132
6156
|
leaf: !0
|
|
6133
6157
|
};
|
|
6134
|
-
I(
|
|
6135
|
-
const
|
|
6158
|
+
I(ba);
|
|
6159
|
+
const ga = K(X), Gn = {
|
|
6136
6160
|
key: "settings",
|
|
6137
6161
|
name: "x-runtime-lib.settings",
|
|
6138
6162
|
children: [
|
|
@@ -6167,12 +6191,12 @@ const ba = K(X), Gn = {
|
|
|
6167
6191
|
items: "densityItemsV1",
|
|
6168
6192
|
default: "default"
|
|
6169
6193
|
},
|
|
6170
|
-
|
|
6194
|
+
ga
|
|
6171
6195
|
]
|
|
6172
6196
|
}, Vt = {
|
|
6173
6197
|
key: "common_radio_v1",
|
|
6174
6198
|
name: "x-runtime-lib.radio",
|
|
6175
|
-
comp:
|
|
6199
|
+
comp: Ns,
|
|
6176
6200
|
properties: {
|
|
6177
6201
|
pageCommon: [y, Gn],
|
|
6178
6202
|
compCommon: [y, Gn]
|
|
@@ -6180,7 +6204,7 @@ const ba = K(X), Gn = {
|
|
|
6180
6204
|
leaf: !0
|
|
6181
6205
|
};
|
|
6182
6206
|
I(Vt);
|
|
6183
|
-
function
|
|
6207
|
+
function ha(t, n) {
|
|
6184
6208
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6185
6209
|
if (!o) {
|
|
6186
6210
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -6275,12 +6299,12 @@ const Hn = {
|
|
|
6275
6299
|
}, Pt = {
|
|
6276
6300
|
key: "common_radio_group_v1",
|
|
6277
6301
|
name: "x-runtime-lib.radioGroup",
|
|
6278
|
-
comp:
|
|
6302
|
+
comp: js,
|
|
6279
6303
|
properties: {
|
|
6280
6304
|
pageCommon: [y, Hn],
|
|
6281
6305
|
compCommon: [y, Hn]
|
|
6282
6306
|
},
|
|
6283
|
-
spawn:
|
|
6307
|
+
spawn: ha
|
|
6284
6308
|
};
|
|
6285
6309
|
I(Pt);
|
|
6286
6310
|
const Un = {
|
|
@@ -6400,17 +6424,17 @@ const Un = {
|
|
|
6400
6424
|
]
|
|
6401
6425
|
}
|
|
6402
6426
|
]
|
|
6403
|
-
},
|
|
6427
|
+
}, _a = {
|
|
6404
6428
|
key: "common_range_slider_v1",
|
|
6405
6429
|
name: "x-runtime-lib.rangeSlider",
|
|
6406
|
-
comp:
|
|
6430
|
+
comp: Gs,
|
|
6407
6431
|
properties: {
|
|
6408
6432
|
pageCommon: [y, Un],
|
|
6409
6433
|
compCommon: [y, Un]
|
|
6410
6434
|
},
|
|
6411
6435
|
leaf: !0
|
|
6412
6436
|
};
|
|
6413
|
-
I(
|
|
6437
|
+
I(_a);
|
|
6414
6438
|
const Jn = {
|
|
6415
6439
|
key: "settings",
|
|
6416
6440
|
name: "x-runtime-lib.settings",
|
|
@@ -6466,17 +6490,17 @@ const Jn = {
|
|
|
6466
6490
|
default: !1
|
|
6467
6491
|
}
|
|
6468
6492
|
]
|
|
6469
|
-
},
|
|
6493
|
+
}, va = {
|
|
6470
6494
|
key: "common_rating_v1",
|
|
6471
6495
|
name: "x-runtime-lib.rating",
|
|
6472
|
-
comp:
|
|
6496
|
+
comp: Hs,
|
|
6473
6497
|
properties: {
|
|
6474
6498
|
pageCommon: [y, Jn],
|
|
6475
6499
|
compCommon: [y, Jn]
|
|
6476
6500
|
},
|
|
6477
6501
|
leaf: !0
|
|
6478
6502
|
};
|
|
6479
|
-
I(
|
|
6503
|
+
I(va);
|
|
6480
6504
|
const qn = {
|
|
6481
6505
|
key: "settings",
|
|
6482
6506
|
name: "x-runtime-lib.settings",
|
|
@@ -6518,17 +6542,17 @@ const qn = {
|
|
|
6518
6542
|
default: !1
|
|
6519
6543
|
}
|
|
6520
6544
|
]
|
|
6521
|
-
},
|
|
6545
|
+
}, xa = {
|
|
6522
6546
|
key: "common_select_v1",
|
|
6523
6547
|
name: "x-runtime-lib.select",
|
|
6524
|
-
comp:
|
|
6548
|
+
comp: Us,
|
|
6525
6549
|
properties: {
|
|
6526
6550
|
pageCommon: [y, qn],
|
|
6527
6551
|
compCommon: [y, qn]
|
|
6528
6552
|
},
|
|
6529
6553
|
leaf: !0
|
|
6530
6554
|
};
|
|
6531
|
-
I(
|
|
6555
|
+
I(xa);
|
|
6532
6556
|
const Zt = K(X);
|
|
6533
6557
|
Zt.key = "color";
|
|
6534
6558
|
Zt.name = "x-runtime-lib.color";
|
|
@@ -6664,21 +6688,21 @@ const Xn = {
|
|
|
6664
6688
|
default: void 0
|
|
6665
6689
|
}
|
|
6666
6690
|
]
|
|
6667
|
-
},
|
|
6691
|
+
}, ka = {
|
|
6668
6692
|
key: "common_slider_v1",
|
|
6669
6693
|
name: "x-runtime-lib.slider",
|
|
6670
|
-
comp:
|
|
6694
|
+
comp: Js,
|
|
6671
6695
|
properties: {
|
|
6672
6696
|
pageCommon: [y, Xn, Yn],
|
|
6673
6697
|
compCommon: [y, Xn, Yn]
|
|
6674
6698
|
},
|
|
6675
6699
|
leaf: !0
|
|
6676
6700
|
};
|
|
6677
|
-
I(
|
|
6701
|
+
I(ka);
|
|
6678
6702
|
const Lt = {
|
|
6679
6703
|
key: "common_stepper_header_v1",
|
|
6680
6704
|
name: "x-runtime-lib.stepperHeader",
|
|
6681
|
-
comp:
|
|
6705
|
+
comp: Zs,
|
|
6682
6706
|
properties: {
|
|
6683
6707
|
pageCommon: [y],
|
|
6684
6708
|
compCommon: [y]
|
|
@@ -6699,7 +6723,7 @@ const Zn = {
|
|
|
6699
6723
|
}, zt = {
|
|
6700
6724
|
key: "common_stepper_item_v1",
|
|
6701
6725
|
name: "x-runtime-lib.stepperItem",
|
|
6702
|
-
comp:
|
|
6726
|
+
comp: Qs,
|
|
6703
6727
|
properties: {
|
|
6704
6728
|
pageCommon: [y, Zn],
|
|
6705
6729
|
compCommon: [y, Zn]
|
|
@@ -6709,7 +6733,7 @@ I(zt);
|
|
|
6709
6733
|
const Tt = {
|
|
6710
6734
|
key: "common_stepper_window_v1",
|
|
6711
6735
|
name: "x-runtime-lib.stepperWindow",
|
|
6712
|
-
comp:
|
|
6736
|
+
comp: nl,
|
|
6713
6737
|
properties: {
|
|
6714
6738
|
pageCommon: [y],
|
|
6715
6739
|
compCommon: [y]
|
|
@@ -6730,14 +6754,14 @@ const Qn = {
|
|
|
6730
6754
|
}, Et = {
|
|
6731
6755
|
key: "common_stepper_window_item_v1",
|
|
6732
6756
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6733
|
-
comp:
|
|
6757
|
+
comp: ol,
|
|
6734
6758
|
properties: {
|
|
6735
6759
|
pageCommon: [y, Qn],
|
|
6736
6760
|
compCommon: [y, Qn]
|
|
6737
6761
|
}
|
|
6738
6762
|
};
|
|
6739
6763
|
I(Et);
|
|
6740
|
-
function
|
|
6764
|
+
function wa(t, n) {
|
|
6741
6765
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6742
6766
|
if (!o) {
|
|
6743
6767
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
@@ -6750,7 +6774,7 @@ function ka(t, n) {
|
|
|
6750
6774
|
}
|
|
6751
6775
|
const r = T();
|
|
6752
6776
|
A(r, s), r.basic.id = z(16), r.basic.key = At.key;
|
|
6753
|
-
const a =
|
|
6777
|
+
const a = Ia(t, n), c = Sa(t, n);
|
|
6754
6778
|
return {
|
|
6755
6779
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
6756
6780
|
nodes: {
|
|
@@ -6760,7 +6784,7 @@ function ka(t, n) {
|
|
|
6760
6784
|
}
|
|
6761
6785
|
};
|
|
6762
6786
|
}
|
|
6763
|
-
function
|
|
6787
|
+
function Ia(t, n) {
|
|
6764
6788
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6765
6789
|
if (!o) {
|
|
6766
6790
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
@@ -6803,7 +6827,7 @@ function ut(t, n, e) {
|
|
|
6803
6827
|
}
|
|
6804
6828
|
};
|
|
6805
6829
|
}
|
|
6806
|
-
function
|
|
6830
|
+
function Sa(t, n) {
|
|
6807
6831
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6808
6832
|
if (!o) {
|
|
6809
6833
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
@@ -6844,7 +6868,7 @@ function mt(t, n, e, o) {
|
|
|
6844
6868
|
}
|
|
6845
6869
|
const c = T();
|
|
6846
6870
|
A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
|
|
6847
|
-
const u =
|
|
6871
|
+
const u = $a(t, n, o);
|
|
6848
6872
|
return {
|
|
6849
6873
|
nodeLite: E(c, [u.nodeLite]),
|
|
6850
6874
|
nodes: {
|
|
@@ -6853,7 +6877,7 @@ function mt(t, n, e, o) {
|
|
|
6853
6877
|
}
|
|
6854
6878
|
};
|
|
6855
6879
|
}
|
|
6856
|
-
function
|
|
6880
|
+
function $a(t, n, e) {
|
|
6857
6881
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
6858
6882
|
if (!s) {
|
|
6859
6883
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6892,25 +6916,25 @@ const eo = {
|
|
|
6892
6916
|
}, At = {
|
|
6893
6917
|
key: "common_stepper_v1",
|
|
6894
6918
|
name: "x-runtime-lib.stepper",
|
|
6895
|
-
comp:
|
|
6919
|
+
comp: qs,
|
|
6896
6920
|
properties: {
|
|
6897
6921
|
pageCommon: [y, eo],
|
|
6898
6922
|
compCommon: [y, eo]
|
|
6899
6923
|
},
|
|
6900
|
-
spawn:
|
|
6924
|
+
spawn: wa
|
|
6901
6925
|
};
|
|
6902
6926
|
I(At);
|
|
6903
|
-
const
|
|
6927
|
+
const Ca = {
|
|
6904
6928
|
key: "common_switch_v1",
|
|
6905
6929
|
name: "x-runtime-lib.switch",
|
|
6906
|
-
comp:
|
|
6930
|
+
comp: il,
|
|
6907
6931
|
properties: {
|
|
6908
6932
|
pageCommon: [y],
|
|
6909
6933
|
compCommon: [y]
|
|
6910
6934
|
},
|
|
6911
6935
|
leaf: !0
|
|
6912
6936
|
};
|
|
6913
|
-
I(
|
|
6937
|
+
I(Ca);
|
|
6914
6938
|
const to = {
|
|
6915
6939
|
key: "settings",
|
|
6916
6940
|
name: "x-runtime-lib.settings",
|
|
@@ -6931,7 +6955,7 @@ const to = {
|
|
|
6931
6955
|
}, Mt = {
|
|
6932
6956
|
key: "common_tab_v1",
|
|
6933
6957
|
name: "x-runtime-lib.tab",
|
|
6934
|
-
comp:
|
|
6958
|
+
comp: rl,
|
|
6935
6959
|
properties: {
|
|
6936
6960
|
pageCommon: [y, to],
|
|
6937
6961
|
compCommon: [y, to]
|
|
@@ -6939,7 +6963,7 @@ const to = {
|
|
|
6939
6963
|
leaf: !0
|
|
6940
6964
|
};
|
|
6941
6965
|
I(Mt);
|
|
6942
|
-
function
|
|
6966
|
+
function Va(t, n) {
|
|
6943
6967
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6944
6968
|
if (!o) {
|
|
6945
6969
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
@@ -7073,15 +7097,15 @@ const no = {
|
|
|
7073
7097
|
}, Bt = {
|
|
7074
7098
|
key: "common_tabs_v1",
|
|
7075
7099
|
name: "x-runtime-lib.tabs",
|
|
7076
|
-
comp:
|
|
7100
|
+
comp: sl,
|
|
7077
7101
|
properties: {
|
|
7078
7102
|
pageCommon: [y, no],
|
|
7079
7103
|
compCommon: [y, no]
|
|
7080
7104
|
},
|
|
7081
|
-
spawn:
|
|
7105
|
+
spawn: Va
|
|
7082
7106
|
};
|
|
7083
7107
|
I(Bt);
|
|
7084
|
-
function
|
|
7108
|
+
function Pa(t, n) {
|
|
7085
7109
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7086
7110
|
if (!o) {
|
|
7087
7111
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
@@ -7189,16 +7213,16 @@ const oo = {
|
|
|
7189
7213
|
}, Ie = {
|
|
7190
7214
|
key: "common_text_v1",
|
|
7191
7215
|
name: "x-runtime-lib.text",
|
|
7192
|
-
comp:
|
|
7216
|
+
comp: ll,
|
|
7193
7217
|
properties: {
|
|
7194
7218
|
pageCommon: [y, oo],
|
|
7195
7219
|
compCommon: [y, oo]
|
|
7196
7220
|
},
|
|
7197
7221
|
leaf: !0,
|
|
7198
|
-
spawn:
|
|
7222
|
+
spawn: Pa
|
|
7199
7223
|
};
|
|
7200
7224
|
I(Ie);
|
|
7201
|
-
function
|
|
7225
|
+
function La(t, n) {
|
|
7202
7226
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7203
7227
|
if (!o) {
|
|
7204
7228
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
@@ -7291,26 +7315,26 @@ const io = {
|
|
|
7291
7315
|
}, Wt = {
|
|
7292
7316
|
key: "common_textarea_v1",
|
|
7293
7317
|
name: "x-runtime-lib.textarea",
|
|
7294
|
-
comp:
|
|
7318
|
+
comp: al,
|
|
7295
7319
|
properties: {
|
|
7296
7320
|
pageCommon: [y, io],
|
|
7297
7321
|
compCommon: [y, io]
|
|
7298
7322
|
},
|
|
7299
7323
|
leaf: !0,
|
|
7300
|
-
spawn:
|
|
7324
|
+
spawn: La
|
|
7301
7325
|
};
|
|
7302
7326
|
I(Wt);
|
|
7303
7327
|
const Rt = {
|
|
7304
7328
|
key: "common_timeline_item_v1",
|
|
7305
7329
|
name: "x-runtime-lib.timelineItem",
|
|
7306
|
-
comp:
|
|
7330
|
+
comp: dl,
|
|
7307
7331
|
properties: {
|
|
7308
7332
|
pageCommon: [y],
|
|
7309
7333
|
compCommon: [y]
|
|
7310
7334
|
}
|
|
7311
7335
|
};
|
|
7312
7336
|
I(Rt);
|
|
7313
|
-
function
|
|
7337
|
+
function za(t, n) {
|
|
7314
7338
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7315
7339
|
if (!o) {
|
|
7316
7340
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
@@ -7347,7 +7371,7 @@ function dt(t, n, e) {
|
|
|
7347
7371
|
}
|
|
7348
7372
|
const a = T();
|
|
7349
7373
|
A(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
|
|
7350
|
-
const c =
|
|
7374
|
+
const c = Ta(t, n, e);
|
|
7351
7375
|
return {
|
|
7352
7376
|
nodeLite: E(a, [c.nodeLite]),
|
|
7353
7377
|
nodes: {
|
|
@@ -7356,7 +7380,7 @@ function dt(t, n, e) {
|
|
|
7356
7380
|
}
|
|
7357
7381
|
};
|
|
7358
7382
|
}
|
|
7359
|
-
function
|
|
7383
|
+
function Ta(t, n, e) {
|
|
7360
7384
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7361
7385
|
if (!s) {
|
|
7362
7386
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7375,7 +7399,7 @@ function za(t, n, e) {
|
|
|
7375
7399
|
}
|
|
7376
7400
|
};
|
|
7377
7401
|
}
|
|
7378
|
-
const
|
|
7402
|
+
const Ea = K(X), Aa = K(X), ro = {
|
|
7379
7403
|
key: "settings",
|
|
7380
7404
|
name: "x-runtime-lib.settings",
|
|
7381
7405
|
children: [
|
|
@@ -7423,7 +7447,7 @@ const Ta = K(X), Ea = K(X), ro = {
|
|
|
7423
7447
|
ui: "switch",
|
|
7424
7448
|
default: !1
|
|
7425
7449
|
},
|
|
7426
|
-
|
|
7450
|
+
Ea
|
|
7427
7451
|
]
|
|
7428
7452
|
},
|
|
7429
7453
|
{
|
|
@@ -7449,32 +7473,32 @@ const Ta = K(X), Ea = K(X), ro = {
|
|
|
7449
7473
|
ui: "numInput",
|
|
7450
7474
|
default: 0
|
|
7451
7475
|
},
|
|
7452
|
-
|
|
7476
|
+
Aa
|
|
7453
7477
|
]
|
|
7454
7478
|
}
|
|
7455
7479
|
]
|
|
7456
7480
|
}, Kt = {
|
|
7457
7481
|
key: "common_timeline_v1",
|
|
7458
7482
|
name: "x-runtime-lib.timeline",
|
|
7459
|
-
comp:
|
|
7483
|
+
comp: ul,
|
|
7460
7484
|
properties: {
|
|
7461
7485
|
pageCommon: [y, ro],
|
|
7462
7486
|
compCommon: [y, ro]
|
|
7463
7487
|
},
|
|
7464
|
-
spawn:
|
|
7488
|
+
spawn: za
|
|
7465
7489
|
};
|
|
7466
7490
|
I(Kt);
|
|
7467
7491
|
const Dt = {
|
|
7468
7492
|
key: "common_window_item_v1",
|
|
7469
7493
|
name: "x-runtime-lib.windowItem",
|
|
7470
|
-
comp:
|
|
7494
|
+
comp: gl,
|
|
7471
7495
|
properties: {
|
|
7472
7496
|
pageCommon: [y],
|
|
7473
7497
|
compCommon: [y]
|
|
7474
7498
|
}
|
|
7475
7499
|
};
|
|
7476
7500
|
I(Dt);
|
|
7477
|
-
function
|
|
7501
|
+
function Ma(t, n) {
|
|
7478
7502
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7479
7503
|
if (!o) {
|
|
7480
7504
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
@@ -7511,7 +7535,7 @@ function ft(t, n, e) {
|
|
|
7511
7535
|
}
|
|
7512
7536
|
const a = T();
|
|
7513
7537
|
A(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
|
|
7514
|
-
const c =
|
|
7538
|
+
const c = Ba(t, n, e);
|
|
7515
7539
|
return {
|
|
7516
7540
|
nodeLite: E(a, [c.nodeLite]),
|
|
7517
7541
|
nodes: {
|
|
@@ -7520,7 +7544,7 @@ function ft(t, n, e) {
|
|
|
7520
7544
|
}
|
|
7521
7545
|
};
|
|
7522
7546
|
}
|
|
7523
|
-
function
|
|
7547
|
+
function Ba(t, n, e) {
|
|
7524
7548
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7525
7549
|
if (!s) {
|
|
7526
7550
|
console.error(
|
|
@@ -7535,7 +7559,7 @@ function Ma(t, n, e) {
|
|
|
7535
7559
|
}
|
|
7536
7560
|
const a = T();
|
|
7537
7561
|
A(a, r), a.basic.id = z(16), a.basic.key = Ne.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2";
|
|
7538
|
-
const c =
|
|
7562
|
+
const c = Wa(t, n, e);
|
|
7539
7563
|
return {
|
|
7540
7564
|
nodeLite: E(a, [c.nodeLite]),
|
|
7541
7565
|
nodes: {
|
|
@@ -7544,7 +7568,7 @@ function Ma(t, n, e) {
|
|
|
7544
7568
|
}
|
|
7545
7569
|
};
|
|
7546
7570
|
}
|
|
7547
|
-
function
|
|
7571
|
+
function Wa(t, n, e) {
|
|
7548
7572
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7549
7573
|
if (!s) {
|
|
7550
7574
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7614,41 +7638,41 @@ const so = {
|
|
|
7614
7638
|
}, Ot = {
|
|
7615
7639
|
key: "common_window_v1",
|
|
7616
7640
|
name: "x-runtime-lib.window",
|
|
7617
|
-
comp:
|
|
7641
|
+
comp: fl,
|
|
7618
7642
|
properties: {
|
|
7619
7643
|
pageCommon: [y, so],
|
|
7620
7644
|
compCommon: [y, so]
|
|
7621
7645
|
},
|
|
7622
|
-
spawn:
|
|
7646
|
+
spawn: Ma
|
|
7623
7647
|
};
|
|
7624
7648
|
I(Ot);
|
|
7625
|
-
const
|
|
7649
|
+
const Ra = [
|
|
7626
7650
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7627
7651
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7628
7652
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7629
7653
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7630
|
-
],
|
|
7654
|
+
], Ka = [
|
|
7631
7655
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7632
7656
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7633
7657
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7634
7658
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7635
|
-
],
|
|
7659
|
+
], Da = [
|
|
7636
7660
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7637
7661
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7638
7662
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7639
7663
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7640
|
-
],
|
|
7664
|
+
], Oa = [
|
|
7641
7665
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7642
7666
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7643
7667
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7644
|
-
],
|
|
7668
|
+
], Fa = [
|
|
7645
7669
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7646
7670
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7647
7671
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7648
|
-
],
|
|
7672
|
+
], Na = [
|
|
7649
7673
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7650
7674
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7651
|
-
],
|
|
7675
|
+
], ja = [
|
|
7652
7676
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7653
7677
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7654
7678
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7656,20 +7680,20 @@ const Wa = [
|
|
|
7656
7680
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7657
7681
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7658
7682
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7659
|
-
],
|
|
7683
|
+
], Ga = [
|
|
7660
7684
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7661
7685
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7662
7686
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7663
7687
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7664
7688
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7665
7689
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7666
|
-
],
|
|
7690
|
+
], Ha = [
|
|
7667
7691
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7668
7692
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7669
7693
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7670
7694
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7671
7695
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7672
|
-
],
|
|
7696
|
+
], Ua = [
|
|
7673
7697
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7674
7698
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7675
7699
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7677,12 +7701,12 @@ const Wa = [
|
|
|
7677
7701
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7678
7702
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7679
7703
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7680
|
-
],
|
|
7704
|
+
], Ja = [
|
|
7681
7705
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7682
7706
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7683
7707
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7684
7708
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7685
|
-
],
|
|
7709
|
+
], qa = [
|
|
7686
7710
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7687
7711
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7688
7712
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7690,24 +7714,24 @@ const Wa = [
|
|
|
7690
7714
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7691
7715
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7692
7716
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7693
|
-
],
|
|
7717
|
+
], Xa = [
|
|
7694
7718
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7695
7719
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7696
7720
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7697
7721
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7698
7722
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7699
7723
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7700
|
-
],
|
|
7724
|
+
], Ya = [
|
|
7701
7725
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7702
7726
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7703
7727
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7704
|
-
],
|
|
7728
|
+
], Za = [
|
|
7705
7729
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7706
7730
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7707
7731
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7708
7732
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7709
7733
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7710
|
-
],
|
|
7734
|
+
], Qa = [
|
|
7711
7735
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7712
7736
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7713
7737
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7715,18 +7739,18 @@ const Wa = [
|
|
|
7715
7739
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7716
7740
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7717
7741
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7718
|
-
],
|
|
7742
|
+
], ec = [
|
|
7719
7743
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7720
7744
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7721
7745
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7722
7746
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7723
7747
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7724
|
-
],
|
|
7748
|
+
], tc = [
|
|
7725
7749
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7726
7750
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7727
7751
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7728
7752
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7729
|
-
],
|
|
7753
|
+
], nc = [
|
|
7730
7754
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7731
7755
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7732
7756
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7741,7 +7765,7 @@ const Wa = [
|
|
|
7741
7765
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7742
7766
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7743
7767
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7744
|
-
],
|
|
7768
|
+
], oc = [
|
|
7745
7769
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7746
7770
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7747
7771
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7752,53 +7776,53 @@ const Wa = [
|
|
|
7752
7776
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7753
7777
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7754
7778
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7755
|
-
],
|
|
7779
|
+
], ic = [
|
|
7756
7780
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7757
7781
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7758
7782
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7759
|
-
],
|
|
7783
|
+
], rc = [
|
|
7760
7784
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7761
7785
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7762
|
-
],
|
|
7786
|
+
], sc = [
|
|
7763
7787
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7764
7788
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7765
|
-
],
|
|
7789
|
+
], lc = [
|
|
7766
7790
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7767
7791
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7768
7792
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7769
|
-
],
|
|
7793
|
+
], ac = [
|
|
7770
7794
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7771
7795
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7772
7796
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7773
7797
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7774
|
-
],
|
|
7798
|
+
], cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7775
7799
|
__proto__: null,
|
|
7776
|
-
alignTabsItemsV1:
|
|
7777
|
-
axisTypeItemsV1:
|
|
7778
|
-
borderStyleItemsV1:
|
|
7779
|
-
colorModeItemsV1:
|
|
7780
|
-
densityItemsV1:
|
|
7781
|
-
directionItemsV1:
|
|
7782
|
-
fieldVariantItemsV1:
|
|
7783
|
-
flexCrossAlignItemsV1:
|
|
7784
|
-
flexDirectionItemsV1:
|
|
7785
|
-
flexMainAlignItemsV1:
|
|
7786
|
-
flexWrapItemsV1:
|
|
7787
|
-
fontWeightItemsV1:
|
|
7788
|
-
sheetVariantItemsV1:
|
|
7789
|
-
showTicksItemsV1:
|
|
7790
|
-
sizeItemsV1:
|
|
7791
|
-
textAlignItemsV1:
|
|
7792
|
-
textDecorationItemsV1:
|
|
7793
|
-
textEmphasisItemsV1:
|
|
7794
|
-
textStyleItemsV1:
|
|
7795
|
-
themeColorItemsV1:
|
|
7796
|
-
thumbLabelItemsV1:
|
|
7797
|
-
timelineAlignItemsV1:
|
|
7798
|
-
timelineDirectionItemsV1:
|
|
7799
|
-
timelineSideItemsV1:
|
|
7800
|
-
timelineTruncateLineItemsV1:
|
|
7801
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7800
|
+
alignTabsItemsV1: Ra,
|
|
7801
|
+
axisTypeItemsV1: Ka,
|
|
7802
|
+
borderStyleItemsV1: Da,
|
|
7803
|
+
colorModeItemsV1: Oa,
|
|
7804
|
+
densityItemsV1: Fa,
|
|
7805
|
+
directionItemsV1: Na,
|
|
7806
|
+
fieldVariantItemsV1: ja,
|
|
7807
|
+
flexCrossAlignItemsV1: Ga,
|
|
7808
|
+
flexDirectionItemsV1: Ha,
|
|
7809
|
+
flexMainAlignItemsV1: Ua,
|
|
7810
|
+
flexWrapItemsV1: Ja,
|
|
7811
|
+
fontWeightItemsV1: qa,
|
|
7812
|
+
sheetVariantItemsV1: Xa,
|
|
7813
|
+
showTicksItemsV1: Ya,
|
|
7814
|
+
sizeItemsV1: Za,
|
|
7815
|
+
textAlignItemsV1: Qa,
|
|
7816
|
+
textDecorationItemsV1: ec,
|
|
7817
|
+
textEmphasisItemsV1: tc,
|
|
7818
|
+
textStyleItemsV1: nc,
|
|
7819
|
+
themeColorItemsV1: oc,
|
|
7820
|
+
thumbLabelItemsV1: ic,
|
|
7821
|
+
timelineAlignItemsV1: rc,
|
|
7822
|
+
timelineDirectionItemsV1: sc,
|
|
7823
|
+
timelineSideItemsV1: lc,
|
|
7824
|
+
timelineTruncateLineItemsV1: ac
|
|
7825
|
+
}, Symbol.toStringTag, { value: "Module" })), uc = [
|
|
7802
7826
|
{
|
|
7803
7827
|
title: "x-runtime-lib.notSet",
|
|
7804
7828
|
value: "",
|
|
@@ -7838,7 +7862,7 @@ const Wa = [
|
|
|
7838
7862
|
max: 1 / 0,
|
|
7839
7863
|
step: 1
|
|
7840
7864
|
}
|
|
7841
|
-
],
|
|
7865
|
+
], mc = [
|
|
7842
7866
|
{
|
|
7843
7867
|
title: "x-runtime-lib.notSet",
|
|
7844
7868
|
value: "",
|
|
@@ -7860,7 +7884,7 @@ const Wa = [
|
|
|
7860
7884
|
validator: (t) => t === "right",
|
|
7861
7885
|
default: "right"
|
|
7862
7886
|
}
|
|
7863
|
-
],
|
|
7887
|
+
], pc = [
|
|
7864
7888
|
{
|
|
7865
7889
|
title: "x-runtime-lib.notSet",
|
|
7866
7890
|
value: "",
|
|
@@ -7890,7 +7914,7 @@ const Wa = [
|
|
|
7890
7914
|
precision: 6,
|
|
7891
7915
|
default: "0%"
|
|
7892
7916
|
}
|
|
7893
|
-
],
|
|
7917
|
+
], dc = [
|
|
7894
7918
|
{
|
|
7895
7919
|
title: "x-runtime-lib.notSet",
|
|
7896
7920
|
value: "",
|
|
@@ -7915,7 +7939,7 @@ const Wa = [
|
|
|
7915
7939
|
min: 0,
|
|
7916
7940
|
default: "0%"
|
|
7917
7941
|
}
|
|
7918
|
-
],
|
|
7942
|
+
], fc = [
|
|
7919
7943
|
{
|
|
7920
7944
|
title: "x-runtime-lib.notSet",
|
|
7921
7945
|
value: "",
|
|
@@ -7940,7 +7964,7 @@ const Wa = [
|
|
|
7940
7964
|
min: 0,
|
|
7941
7965
|
default: "0%"
|
|
7942
7966
|
}
|
|
7943
|
-
],
|
|
7967
|
+
], yc = [
|
|
7944
7968
|
{
|
|
7945
7969
|
title: "x-runtime-lib.notSet",
|
|
7946
7970
|
value: "",
|
|
@@ -7969,7 +7993,7 @@ const Wa = [
|
|
|
7969
7993
|
validator: (t) => t === "end",
|
|
7970
7994
|
default: "end"
|
|
7971
7995
|
}
|
|
7972
|
-
],
|
|
7996
|
+
], bc = [
|
|
7973
7997
|
{
|
|
7974
7998
|
title: "x-runtime-lib.notSet",
|
|
7975
7999
|
value: "",
|
|
@@ -7991,16 +8015,16 @@ const Wa = [
|
|
|
7991
8015
|
validator: (t) => t === "bottom",
|
|
7992
8016
|
default: "bottom"
|
|
7993
8017
|
}
|
|
7994
|
-
],
|
|
8018
|
+
], gc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7995
8019
|
__proto__: null,
|
|
7996
|
-
borderWidthTypesV1:
|
|
7997
|
-
leftRightTypesV1:
|
|
7998
|
-
marginTypesV1:
|
|
7999
|
-
paddingTypesV1:
|
|
8000
|
-
sizeTypesV1:
|
|
8001
|
-
tableColumnAlignTypesV1:
|
|
8002
|
-
topBottomTypesV1:
|
|
8003
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
8020
|
+
borderWidthTypesV1: uc,
|
|
8021
|
+
leftRightTypesV1: mc,
|
|
8022
|
+
marginTypesV1: pc,
|
|
8023
|
+
paddingTypesV1: dc,
|
|
8024
|
+
sizeTypesV1: fc,
|
|
8025
|
+
tableColumnAlignTypesV1: yc,
|
|
8026
|
+
topBottomTypesV1: bc
|
|
8027
|
+
}, Symbol.toStringTag, { value: "Module" })), hc = [
|
|
8004
8028
|
{
|
|
8005
8029
|
key: "containment",
|
|
8006
8030
|
name: "x-runtime-lib.containment",
|
|
@@ -8079,7 +8103,7 @@ const Wa = [
|
|
|
8079
8103
|
name: "x-runtime-lib.dynamic",
|
|
8080
8104
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8081
8105
|
}
|
|
8082
|
-
],
|
|
8106
|
+
], _c = [
|
|
8083
8107
|
{
|
|
8084
8108
|
key: "objects",
|
|
8085
8109
|
name: "x-runtime-lib.objects",
|
|
@@ -8114,7 +8138,7 @@ const Wa = [
|
|
|
8114
8138
|
"scene_keyboard_controls_v1"
|
|
8115
8139
|
]
|
|
8116
8140
|
}
|
|
8117
|
-
],
|
|
8141
|
+
], vc = [
|
|
8118
8142
|
{
|
|
8119
8143
|
key: "containment",
|
|
8120
8144
|
name: "x-runtime-lib.containment",
|
|
@@ -8193,7 +8217,7 @@ const Wa = [
|
|
|
8193
8217
|
name: "x-runtime-lib.dynamic",
|
|
8194
8218
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8195
8219
|
}
|
|
8196
|
-
],
|
|
8220
|
+
], xc = [
|
|
8197
8221
|
{
|
|
8198
8222
|
key: "objects",
|
|
8199
8223
|
name: "x-runtime-lib.objects",
|
|
@@ -8228,12 +8252,12 @@ const Wa = [
|
|
|
8228
8252
|
"scene_keyboard_controls_v1"
|
|
8229
8253
|
]
|
|
8230
8254
|
}
|
|
8231
|
-
],
|
|
8255
|
+
], kc = {
|
|
8232
8256
|
version: "v1",
|
|
8233
8257
|
globalityKey: "globality_v1",
|
|
8234
8258
|
refKey: "reference_v1",
|
|
8235
|
-
items: { ...
|
|
8236
|
-
types: { ...
|
|
8259
|
+
items: { ...cc },
|
|
8260
|
+
types: { ...gc },
|
|
8237
8261
|
elements: /* @__PURE__ */ new Set([
|
|
8238
8262
|
"globality_v1",
|
|
8239
8263
|
"multiple_ref_v1",
|
|
@@ -8305,25 +8329,25 @@ const Wa = [
|
|
|
8305
8329
|
"scene_spot_light_v1"
|
|
8306
8330
|
]),
|
|
8307
8331
|
groups: {
|
|
8308
|
-
pageCommon:
|
|
8309
|
-
pageScene:
|
|
8310
|
-
compCommon:
|
|
8311
|
-
compScene:
|
|
8332
|
+
pageCommon: vc,
|
|
8333
|
+
pageScene: xc,
|
|
8334
|
+
compCommon: hc,
|
|
8335
|
+
compScene: _c
|
|
8312
8336
|
}
|
|
8313
|
-
},
|
|
8314
|
-
v1:
|
|
8337
|
+
}, wc = {
|
|
8338
|
+
v1: kc
|
|
8315
8339
|
};
|
|
8316
8340
|
function B(t, n) {
|
|
8317
8341
|
if (t === "page") {
|
|
8318
|
-
if (
|
|
8342
|
+
if (!$i.includes(n)) {
|
|
8319
8343
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8320
8344
|
return;
|
|
8321
8345
|
}
|
|
8322
|
-
} else if (t === "comp" &&
|
|
8346
|
+
} else if (t === "comp" && !Ci.includes(n)) {
|
|
8323
8347
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8324
8348
|
return;
|
|
8325
8349
|
}
|
|
8326
|
-
return `${t}${
|
|
8350
|
+
return `${t}${_i(n)}`;
|
|
8327
8351
|
}
|
|
8328
8352
|
function lo(t, n) {
|
|
8329
8353
|
if (t.array)
|
|
@@ -8346,13 +8370,13 @@ function A(t, n) {
|
|
|
8346
8370
|
}
|
|
8347
8371
|
n.forEach((o) => e(t, o));
|
|
8348
8372
|
}
|
|
8349
|
-
function
|
|
8373
|
+
function mu(t, n, e, o, s) {
|
|
8350
8374
|
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = B(t, n);
|
|
8351
8375
|
if (!a) {
|
|
8352
8376
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8353
8377
|
return;
|
|
8354
8378
|
}
|
|
8355
|
-
const c =
|
|
8379
|
+
const c = wc[e];
|
|
8356
8380
|
if (!c) {
|
|
8357
8381
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
8358
8382
|
return;
|
|
@@ -8413,7 +8437,7 @@ function uu(t, n, e, o, s) {
|
|
|
8413
8437
|
}
|
|
8414
8438
|
}
|
|
8415
8439
|
}
|
|
8416
|
-
function
|
|
8440
|
+
function pu(t, n) {
|
|
8417
8441
|
function e(o) {
|
|
8418
8442
|
if (o.id === n)
|
|
8419
8443
|
return o;
|
|
@@ -8430,7 +8454,7 @@ function mu(t, n) {
|
|
|
8430
8454
|
return s;
|
|
8431
8455
|
}
|
|
8432
8456
|
}
|
|
8433
|
-
function
|
|
8457
|
+
function Ic(t) {
|
|
8434
8458
|
const n = {}, e = (r) => {
|
|
8435
8459
|
const a = z(16);
|
|
8436
8460
|
n[r.id] = a, r.id = a, r.children?.map((c) => e(c));
|
|
@@ -8442,68 +8466,68 @@ function wc(t) {
|
|
|
8442
8466
|
a.basic.id = n[a.basic.id], s[a.basic.id] = a;
|
|
8443
8467
|
}), { nodeLite: o, nodes: s };
|
|
8444
8468
|
}
|
|
8445
|
-
function
|
|
8446
|
-
return t.map((n) =>
|
|
8469
|
+
function du(t) {
|
|
8470
|
+
return t.map((n) => Ic(n));
|
|
8447
8471
|
}
|
|
8448
8472
|
const To = "runtimeOrg", Eo = "runtimeEnv", Ao = "runtimeMode", Mo = "runtimeDevice", Bo = "runtimeDark", Wo = "runtimeType", Ro = "runtimeData", Ko = "runtimeDepends", Do = "runtimeRuntime", Oo = "runtimeSandbox";
|
|
8449
|
-
function
|
|
8473
|
+
function fu(t) {
|
|
8450
8474
|
me(To, t);
|
|
8451
8475
|
}
|
|
8452
|
-
function
|
|
8476
|
+
function Sc() {
|
|
8453
8477
|
return ue(To);
|
|
8454
8478
|
}
|
|
8455
|
-
function
|
|
8479
|
+
function yu(t) {
|
|
8456
8480
|
me(Eo, t);
|
|
8457
8481
|
}
|
|
8458
|
-
function
|
|
8482
|
+
function $c() {
|
|
8459
8483
|
return ue(Eo);
|
|
8460
8484
|
}
|
|
8461
|
-
function
|
|
8485
|
+
function bu(t) {
|
|
8462
8486
|
me(Ao, t);
|
|
8463
8487
|
}
|
|
8464
8488
|
function J() {
|
|
8465
8489
|
return ue(Ao);
|
|
8466
8490
|
}
|
|
8467
|
-
function
|
|
8491
|
+
function gu(t) {
|
|
8468
8492
|
me(Mo, Nt(t));
|
|
8469
8493
|
}
|
|
8470
8494
|
function Be() {
|
|
8471
8495
|
return ue(Mo);
|
|
8472
8496
|
}
|
|
8473
|
-
function
|
|
8497
|
+
function hu(t) {
|
|
8474
8498
|
me(Bo, Nt(t));
|
|
8475
8499
|
}
|
|
8476
8500
|
function Ue() {
|
|
8477
8501
|
return ue(Bo);
|
|
8478
8502
|
}
|
|
8479
|
-
function
|
|
8503
|
+
function _u(t) {
|
|
8480
8504
|
me(Wo, t);
|
|
8481
8505
|
}
|
|
8482
|
-
function
|
|
8506
|
+
function ge() {
|
|
8483
8507
|
return ue(Wo);
|
|
8484
8508
|
}
|
|
8485
|
-
function
|
|
8509
|
+
function Fo(t) {
|
|
8486
8510
|
me(Ro, t);
|
|
8487
8511
|
}
|
|
8488
|
-
function
|
|
8512
|
+
function he() {
|
|
8489
8513
|
return ue(Ro);
|
|
8490
8514
|
}
|
|
8491
8515
|
function vu(t) {
|
|
8492
8516
|
me(Ko, Nt(t));
|
|
8493
8517
|
}
|
|
8494
|
-
function
|
|
8518
|
+
function Cc() {
|
|
8495
8519
|
return ue(Ko);
|
|
8496
8520
|
}
|
|
8497
8521
|
function xu(t) {
|
|
8498
8522
|
me(Do, t);
|
|
8499
8523
|
}
|
|
8500
|
-
function
|
|
8524
|
+
function Vc() {
|
|
8501
8525
|
return ue(Do);
|
|
8502
8526
|
}
|
|
8503
|
-
function
|
|
8527
|
+
function Pc(t) {
|
|
8504
8528
|
me(Oo, t);
|
|
8505
8529
|
}
|
|
8506
|
-
function
|
|
8530
|
+
function _e() {
|
|
8507
8531
|
return ue(Oo, void 0);
|
|
8508
8532
|
}
|
|
8509
8533
|
function Re(t) {
|
|
@@ -8514,7 +8538,7 @@ function qe(t, n, e, o, s) {
|
|
|
8514
8538
|
const { watchEffect: r, bind: a } = n;
|
|
8515
8539
|
if (r[e])
|
|
8516
8540
|
for (const c of r[e]) {
|
|
8517
|
-
const u =
|
|
8541
|
+
const u = vi(c);
|
|
8518
8542
|
t.callFunction(`__watchEffect$${u}__`);
|
|
8519
8543
|
}
|
|
8520
8544
|
if (a.triggers[e])
|
|
@@ -8528,14 +8552,14 @@ function qe(t, n, e, o, s) {
|
|
|
8528
8552
|
for (const m of u)
|
|
8529
8553
|
if (e === Re(m)) {
|
|
8530
8554
|
if (m.subKeys) {
|
|
8531
|
-
if (!
|
|
8555
|
+
if (!pe(
|
|
8532
8556
|
xe(o, m.subKeys),
|
|
8533
8557
|
xe(s, m.subKeys)
|
|
8534
8558
|
)) {
|
|
8535
8559
|
p = m;
|
|
8536
8560
|
break;
|
|
8537
8561
|
}
|
|
8538
|
-
} else if (!
|
|
8562
|
+
} else if (!pe(o, s)) {
|
|
8539
8563
|
p = m;
|
|
8540
8564
|
break;
|
|
8541
8565
|
}
|
|
@@ -8563,7 +8587,7 @@ function qe(t, n, e, o, s) {
|
|
|
8563
8587
|
continue;
|
|
8564
8588
|
}
|
|
8565
8589
|
const g = xe(f, m.subKeys);
|
|
8566
|
-
if (
|
|
8590
|
+
if (pe(d, g))
|
|
8567
8591
|
continue;
|
|
8568
8592
|
const b = K(f);
|
|
8569
8593
|
Gt(b, m.subKeys, K(d)), m.type === "elementProperty" ? t.setElementProperty(
|
|
@@ -8588,7 +8612,7 @@ function qe(t, n, e, o, s) {
|
|
|
8588
8612
|
console.assert(!1);
|
|
8589
8613
|
continue;
|
|
8590
8614
|
}
|
|
8591
|
-
if (
|
|
8615
|
+
if (pe(d, f))
|
|
8592
8616
|
continue;
|
|
8593
8617
|
m.type === "elementProperty" ? t.setElementProperty(
|
|
8594
8618
|
m.nodeId,
|
|
@@ -8642,10 +8666,10 @@ function $u(t) {
|
|
|
8642
8666
|
let s = "";
|
|
8643
8667
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyKeyOfCustomSlot invalid propertyId key=${t}`), { compId: e, slotId: o, propertyId: s };
|
|
8644
8668
|
}
|
|
8645
|
-
function
|
|
8669
|
+
function Lc(t, n, e) {
|
|
8646
8670
|
return `${t}/${n}/${e}`;
|
|
8647
8671
|
}
|
|
8648
|
-
function
|
|
8672
|
+
function No(t) {
|
|
8649
8673
|
const n = t.split("/");
|
|
8650
8674
|
let e = "elementMethod";
|
|
8651
8675
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
|
|
@@ -8681,7 +8705,7 @@ function Lu(t) {
|
|
|
8681
8705
|
function oe(t, n, e) {
|
|
8682
8706
|
return `${t}/${n}/${e}`;
|
|
8683
8707
|
}
|
|
8684
|
-
function
|
|
8708
|
+
function zc(t) {
|
|
8685
8709
|
const n = t.split("/");
|
|
8686
8710
|
let e = "elementEvent";
|
|
8687
8711
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
|
|
@@ -8727,8 +8751,8 @@ function Bu(t) {
|
|
|
8727
8751
|
return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
|
|
8728
8752
|
}
|
|
8729
8753
|
function rn(t, n) {
|
|
8730
|
-
const e =
|
|
8731
|
-
|
|
8754
|
+
const e = Cc(), o = ie(-1);
|
|
8755
|
+
fe(() => {
|
|
8732
8756
|
const s = e.value[t];
|
|
8733
8757
|
if (!s) {
|
|
8734
8758
|
o.value = -1, n.value = void 0, bo.emit("compNotAvail", t);
|
|
@@ -8739,7 +8763,7 @@ function rn(t, n) {
|
|
|
8739
8763
|
}
|
|
8740
8764
|
function Wu() {
|
|
8741
8765
|
let t;
|
|
8742
|
-
const n = async () => (t = (await
|
|
8766
|
+
const n = async () => (t = (await xi()).newRuntime(), console.log("runtime created"), t);
|
|
8743
8767
|
return Ge(() => {
|
|
8744
8768
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
8745
8769
|
}), { createRuntime: n };
|
|
@@ -8779,7 +8803,7 @@ function je(t, n) {
|
|
|
8779
8803
|
return t.undefined;
|
|
8780
8804
|
}
|
|
8781
8805
|
}
|
|
8782
|
-
function
|
|
8806
|
+
function Tc(t) {
|
|
8783
8807
|
if (!t.vm) {
|
|
8784
8808
|
console.error("bindBase invalid sandbox vm");
|
|
8785
8809
|
return;
|
|
@@ -8817,7 +8841,7 @@ function zc(t) {
|
|
|
8817
8841
|
}).consume((e) => n.setProp(n.global, "__debugTraceV1__", e)), n.newFunction("__messageV1__", (e, o) => {
|
|
8818
8842
|
const s = n.getString(e), r = n.dump(o);
|
|
8819
8843
|
let a = "";
|
|
8820
|
-
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ?
|
|
8844
|
+
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ? Qo(a) : s === "success" ? ei(a) : s === "warning" ? go(a) : s === "error" && ho(a);
|
|
8821
8845
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
8822
8846
|
const s = n.getNumber(e), r = n.getNumber(o);
|
|
8823
8847
|
window.setTimeout(() => {
|
|
@@ -8840,18 +8864,18 @@ function zc(t) {
|
|
|
8840
8864
|
}, o), r.settled.then(n.runtime.executePendingJobs), r.handle;
|
|
8841
8865
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
8842
8866
|
}
|
|
8843
|
-
const
|
|
8867
|
+
const jo = ti({
|
|
8844
8868
|
baseUrl: "http://localhost/computebase/",
|
|
8845
8869
|
onError: (t) => {
|
|
8846
8870
|
const { i18n: n } = we;
|
|
8847
|
-
ho(
|
|
8871
|
+
ho(Ii(n, t));
|
|
8848
8872
|
}
|
|
8849
8873
|
});
|
|
8850
|
-
window.API_URL && (
|
|
8851
|
-
function Tc(t) {
|
|
8852
|
-
return No.post("callFunc", t);
|
|
8853
|
-
}
|
|
8874
|
+
window.API_URL && (jo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8854
8875
|
function Ec(t) {
|
|
8876
|
+
return jo.post("callFunc", t);
|
|
8877
|
+
}
|
|
8878
|
+
function Ac(t) {
|
|
8855
8879
|
if (!t.vm) {
|
|
8856
8880
|
console.error("bindCompute invalid sandbox vm");
|
|
8857
8881
|
return;
|
|
@@ -8859,7 +8883,7 @@ function Ec(t) {
|
|
|
8859
8883
|
const { vm: n } = t;
|
|
8860
8884
|
n.newFunction("__callFuncV1__", (e, o, s, r, a) => {
|
|
8861
8885
|
const c = n.getString(e), u = n.getString(o), p = n.dump(s), d = n.getString(r), m = n.getString(a), { id: f, promise: g } = t.promiseManager.acquire(), b = JSON.stringify(p);
|
|
8862
|
-
return
|
|
8886
|
+
return Ec({
|
|
8863
8887
|
spaceId: c,
|
|
8864
8888
|
id: u,
|
|
8865
8889
|
strInputs: b,
|
|
@@ -8874,7 +8898,7 @@ function Ec(t) {
|
|
|
8874
8898
|
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
8875
8899
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
8876
8900
|
}
|
|
8877
|
-
function
|
|
8901
|
+
function Mc(t) {
|
|
8878
8902
|
if (!t.vm) {
|
|
8879
8903
|
console.error("bindSystem invalid sandbox vm");
|
|
8880
8904
|
return;
|
|
@@ -8882,7 +8906,7 @@ function Ac(t) {
|
|
|
8882
8906
|
const { vm: n } = t;
|
|
8883
8907
|
n.newFunction("__getEnvV1__", () => n.getProp(n.global, "__env__")).consume((e) => n.setProp(n.global, "__getEnvV1__", e));
|
|
8884
8908
|
}
|
|
8885
|
-
function
|
|
8909
|
+
function Bc(t) {
|
|
8886
8910
|
if (!t.vm) {
|
|
8887
8911
|
console.error("bindView invalid sandbox vm");
|
|
8888
8912
|
return;
|
|
@@ -8900,7 +8924,7 @@ function Mc(t) {
|
|
|
8900
8924
|
Ve(c, p, d);
|
|
8901
8925
|
}
|
|
8902
8926
|
}
|
|
8903
|
-
const s = n.getString(e), { kind: r, eventKey: a } =
|
|
8927
|
+
const s = n.getString(e), { kind: r, eventKey: a } = zc(s);
|
|
8904
8928
|
if (r === "customEvent") {
|
|
8905
8929
|
var V = [];
|
|
8906
8930
|
try {
|
|
@@ -8962,7 +8986,7 @@ function Mc(t) {
|
|
|
8962
8986
|
m && m.setCustomProperty(d, c);
|
|
8963
8987
|
} else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
|
|
8964
8988
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
8965
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } =
|
|
8989
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = No(r);
|
|
8966
8990
|
let m;
|
|
8967
8991
|
if (u === "elementMethod")
|
|
8968
8992
|
m = t.callElementMethod(r, c);
|
|
@@ -8996,20 +9020,20 @@ function Mc(t) {
|
|
|
8996
9020
|
);
|
|
8997
9021
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
8998
9022
|
const s = n.getString(e), r = n.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
|
|
8999
|
-
return
|
|
9023
|
+
return ni({ title: s, text: r }).then((u) => {
|
|
9000
9024
|
Ee(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(a));
|
|
9001
9025
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9002
9026
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9003
9027
|
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: u, promise: p } = t.promiseManager.acquire();
|
|
9004
|
-
return
|
|
9028
|
+
return oi({ title: r, label: a, value: c }).then((d) => {
|
|
9005
9029
|
Ee(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
9006
9030
|
}), p.settled.then(n.runtime.executePendingJobs), p.handle;
|
|
9007
9031
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9008
9032
|
}
|
|
9009
|
-
function
|
|
9010
|
-
|
|
9033
|
+
function Wc(t) {
|
|
9034
|
+
Tc(t), Ac(t), Mc(t), Bc(t);
|
|
9011
9035
|
}
|
|
9012
|
-
const
|
|
9036
|
+
const Rc = `
|
|
9013
9037
|
let __events__ = {}
|
|
9014
9038
|
|
|
9015
9039
|
function __onEventV1__(id, callback) {
|
|
@@ -9093,7 +9117,7 @@ function __destroy__() {
|
|
|
9093
9117
|
__timers__ = {}
|
|
9094
9118
|
}
|
|
9095
9119
|
`;
|
|
9096
|
-
class
|
|
9120
|
+
class Kc {
|
|
9097
9121
|
vm;
|
|
9098
9122
|
promiseId = 0;
|
|
9099
9123
|
promises = {};
|
|
@@ -9111,7 +9135,7 @@ class Rc {
|
|
|
9111
9135
|
delete this.promises[n];
|
|
9112
9136
|
}
|
|
9113
9137
|
}
|
|
9114
|
-
class
|
|
9138
|
+
class Dc {
|
|
9115
9139
|
kind;
|
|
9116
9140
|
id;
|
|
9117
9141
|
refKey;
|
|
@@ -9121,7 +9145,7 @@ class Kc {
|
|
|
9121
9145
|
env;
|
|
9122
9146
|
mode;
|
|
9123
9147
|
type;
|
|
9124
|
-
eventBus =
|
|
9148
|
+
eventBus = ki();
|
|
9125
9149
|
hooks;
|
|
9126
9150
|
constructor(n, e, o, s, r, a, c, u, p) {
|
|
9127
9151
|
this.kind = n, this.id = e, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = u, this.hooks = p, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
|
|
@@ -9141,7 +9165,7 @@ class Kc {
|
|
|
9141
9165
|
vm;
|
|
9142
9166
|
promiseManager;
|
|
9143
9167
|
async createVm(n, e) {
|
|
9144
|
-
this.vm = n.newContext(), this.promiseManager = new
|
|
9168
|
+
this.vm = n.newContext(), this.promiseManager = new Kc(this.vm), Wc(this), this.vm.evalCode(Rc), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), this.callFunction(
|
|
9145
9169
|
"__triggerEventV1__",
|
|
9146
9170
|
oe("elementEvent", "globality", "startup")
|
|
9147
9171
|
);
|
|
@@ -9189,7 +9213,7 @@ class Kc {
|
|
|
9189
9213
|
return;
|
|
9190
9214
|
}
|
|
9191
9215
|
const r = xe(s, e);
|
|
9192
|
-
|
|
9216
|
+
pe(o, r) || (Gt(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9193
9217
|
s.basic.id,
|
|
9194
9218
|
e,
|
|
9195
9219
|
o,
|
|
@@ -9208,7 +9232,7 @@ class Kc {
|
|
|
9208
9232
|
}
|
|
9209
9233
|
setCustomProperty(n, e) {
|
|
9210
9234
|
const o = this.customProperties[n];
|
|
9211
|
-
|
|
9235
|
+
pe(e, o) || (this.customProperties[n] = e, this.hooks?.onCustomPropertyChange(n, e, o));
|
|
9212
9236
|
}
|
|
9213
9237
|
//--------------------------
|
|
9214
9238
|
// 适配的插槽属性
|
|
@@ -9222,7 +9246,7 @@ class Kc {
|
|
|
9222
9246
|
}
|
|
9223
9247
|
setAdaptSlotProperty(n, e) {
|
|
9224
9248
|
const o = this.adaptSlotProperties[n];
|
|
9225
|
-
|
|
9249
|
+
pe(e, o) || (this.adaptSlotProperties[n] = e, this.hooks?.onAdaptSlotPropertyChange(n, e, o));
|
|
9226
9250
|
}
|
|
9227
9251
|
//--------------------------
|
|
9228
9252
|
// 方法
|
|
@@ -9230,7 +9254,7 @@ class Kc {
|
|
|
9230
9254
|
callElementMethod(n, e) {
|
|
9231
9255
|
if (!ne(this.mode))
|
|
9232
9256
|
return;
|
|
9233
|
-
const { methodKey: o } =
|
|
9257
|
+
const { methodKey: o } = No(n), s = {};
|
|
9234
9258
|
return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
|
|
9235
9259
|
}
|
|
9236
9260
|
callCustomMethod(n, e) {
|
|
@@ -9249,11 +9273,11 @@ class Kc {
|
|
|
9249
9273
|
}
|
|
9250
9274
|
setState(n, e) {
|
|
9251
9275
|
const o = this.states[n];
|
|
9252
|
-
|
|
9276
|
+
pe(e, o) || (this.states[n] = e, this.hooks?.onStateChange(n, e, o));
|
|
9253
9277
|
}
|
|
9254
9278
|
}
|
|
9255
9279
|
function sn(t, n, e, o, s) {
|
|
9256
|
-
const r =
|
|
9280
|
+
const r = Sc(), a = $c(), c = J(), u = ge(), p = Be(), d = Ue(), m = Vc(), f = (x, $, V, F) => {
|
|
9257
9281
|
if (ne(c) && (h.callFunction(
|
|
9258
9282
|
"__triggerEventV1__",
|
|
9259
9283
|
oe("elementPropertyChangeEvent", x, $.join(".")),
|
|
@@ -9317,13 +9341,13 @@ function sn(t, n, e, o, s) {
|
|
|
9317
9341
|
$,
|
|
9318
9342
|
V
|
|
9319
9343
|
));
|
|
9320
|
-
}, h = new
|
|
9344
|
+
}, h = new Dc(n, e, o, s, r, a, c, u, {
|
|
9321
9345
|
onElementPropertyChange: f,
|
|
9322
9346
|
onCustomPropertyChange: g,
|
|
9323
9347
|
onAdaptSlotPropertyChange: b,
|
|
9324
9348
|
onStateChange: v
|
|
9325
9349
|
});
|
|
9326
|
-
if (
|
|
9350
|
+
if (Pc(h), Ge(() => {
|
|
9327
9351
|
h.dispose();
|
|
9328
9352
|
}), ne(c)) {
|
|
9329
9353
|
const x = async () => {
|
|
@@ -9357,46 +9381,46 @@ function sn(t, n, e, o, s) {
|
|
|
9357
9381
|
{ immediate: !0 }
|
|
9358
9382
|
);
|
|
9359
9383
|
}
|
|
9360
|
-
const
|
|
9384
|
+
const Oc = (t, n, e) => {
|
|
9361
9385
|
const o = t[n];
|
|
9362
9386
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
|
|
9363
9387
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== e ? ". Note that variables only represent file names one level deep." : ""))));
|
|
9364
9388
|
});
|
|
9365
9389
|
};
|
|
9366
9390
|
async function Ru(t) {
|
|
9367
|
-
return (await
|
|
9391
|
+
return (await Oc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.fcu7dx2e.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ab9hc9dj.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
9368
9392
|
}
|
|
9369
9393
|
export {
|
|
9370
|
-
|
|
9371
|
-
|
|
9372
|
-
|
|
9394
|
+
Yc as addIndent,
|
|
9395
|
+
Ll as ambientLightV1,
|
|
9396
|
+
Jl as badgeV1,
|
|
9373
9397
|
gt as barChartV1,
|
|
9374
9398
|
yt as boxGeometryV1,
|
|
9375
9399
|
Io as breakpoints,
|
|
9376
|
-
|
|
9377
|
-
|
|
9400
|
+
Yl as btnGroupV1,
|
|
9401
|
+
Zl as btnToggleV1,
|
|
9378
9402
|
_t as btnV1,
|
|
9379
9403
|
Xe as calcBreakpoint,
|
|
9380
9404
|
Fe as cardV1,
|
|
9381
|
-
|
|
9405
|
+
ea as checkboxV1,
|
|
9382
9406
|
xt as chipGroupV1,
|
|
9383
9407
|
vt as chipV1,
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
9408
|
+
oa as colorPickerV1,
|
|
9409
|
+
ia as comboboxV1,
|
|
9410
|
+
ru as compMetaStringify,
|
|
9411
|
+
Ci as compTypes,
|
|
9388
9412
|
kt as containerV1,
|
|
9389
|
-
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9413
|
+
Qc as dataStringify,
|
|
9414
|
+
ra as dataTableV1,
|
|
9415
|
+
sa as datePickerV1,
|
|
9416
|
+
la as dialogV1,
|
|
9417
|
+
zl as directionalLightV1,
|
|
9418
|
+
Ic as duplicateNodePair,
|
|
9419
|
+
du as duplicateNodePairs,
|
|
9420
|
+
tu as elementKeys,
|
|
9397
9421
|
Ke as elements,
|
|
9398
|
-
|
|
9399
|
-
|
|
9422
|
+
Zc as ensureContext,
|
|
9423
|
+
uu as fileInputV1,
|
|
9400
9424
|
wt as flexLayoutEntryV1,
|
|
9401
9425
|
Ne as flexLayoutV1,
|
|
9402
9426
|
$t as formV1,
|
|
@@ -9404,39 +9428,39 @@ export {
|
|
|
9404
9428
|
We as getBreakpointProp,
|
|
9405
9429
|
xe as getField,
|
|
9406
9430
|
un as getIndexOfBreakpoint,
|
|
9407
|
-
|
|
9431
|
+
pu as getNodeLite,
|
|
9408
9432
|
lo as getPropertyDefault,
|
|
9409
9433
|
B as getPropertyTag,
|
|
9410
|
-
|
|
9411
|
-
|
|
9412
|
-
|
|
9434
|
+
Ul as globalityV1,
|
|
9435
|
+
Al as groupV1,
|
|
9436
|
+
da as iconV1,
|
|
9413
9437
|
T as initNode,
|
|
9414
9438
|
A as initProperties,
|
|
9415
9439
|
Ue as injectDark,
|
|
9416
|
-
|
|
9417
|
-
|
|
9440
|
+
he as injectData,
|
|
9441
|
+
Cc as injectDepends,
|
|
9418
9442
|
Be as injectDevice,
|
|
9419
|
-
|
|
9443
|
+
$c as injectEnv,
|
|
9420
9444
|
J as injectMode,
|
|
9421
|
-
|
|
9422
|
-
|
|
9423
|
-
|
|
9424
|
-
|
|
9445
|
+
Sc as injectOrg,
|
|
9446
|
+
Vc as injectRuntime,
|
|
9447
|
+
_e as injectSandbox,
|
|
9448
|
+
ge as injectType,
|
|
9425
9449
|
So as isCircularRef,
|
|
9426
9450
|
ne as isExecutableMode,
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9451
|
+
Li as isLocaleOfEventKind,
|
|
9452
|
+
Pi as isLocaleOfMethodKind,
|
|
9453
|
+
Vi as isLocaleOfPropertyKind,
|
|
9454
|
+
nu as isLocaleOfSlotKind,
|
|
9431
9455
|
jt as isPercentStr,
|
|
9432
9456
|
nt as isPixelStr,
|
|
9433
|
-
|
|
9457
|
+
xl as keyboardControlsV1,
|
|
9434
9458
|
ht as lineChartV1,
|
|
9435
9459
|
Ru as loadLocaleMessageRuntime,
|
|
9436
9460
|
oe as makeEventId,
|
|
9437
9461
|
Eu as makeEventKeyOfCustomSlot,
|
|
9438
9462
|
zu as makeEventKeyOfElementSlot,
|
|
9439
|
-
|
|
9463
|
+
Lc as makeMethodId,
|
|
9440
9464
|
Pu as makeMethodKeyOfCustomSlot,
|
|
9441
9465
|
Cu as makeMethodKeyOfElementSlot,
|
|
9442
9466
|
ku as makePropertyId,
|
|
@@ -9444,54 +9468,54 @@ export {
|
|
|
9444
9468
|
wu as makePropertyKeyOfElementSlot,
|
|
9445
9469
|
Mu as makeSlotId,
|
|
9446
9470
|
Re as makeTriggerId,
|
|
9447
|
-
|
|
9448
|
-
|
|
9471
|
+
kl as mapControlsV1,
|
|
9472
|
+
fa as menuV1,
|
|
9449
9473
|
De as meshBasicMaterialV1,
|
|
9450
9474
|
Oe as meshV1,
|
|
9451
|
-
|
|
9475
|
+
Wl as multipleRefV1,
|
|
9452
9476
|
Ct as numberInputV1,
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9477
|
+
wl as orbitControlsV1,
|
|
9478
|
+
_l as orthographicCameraV1,
|
|
9479
|
+
ou as pageMetaStringify,
|
|
9480
|
+
$i as pageTypes,
|
|
9481
|
+
ba as paginationV1,
|
|
9482
|
+
su as parseCompMeta,
|
|
9483
|
+
eu as parseData,
|
|
9484
|
+
iu as parsePageMeta,
|
|
9461
9485
|
at as parsePercentStr,
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9486
|
+
Xc as parsePixelStr,
|
|
9487
|
+
vl as perspectiveCameraV1,
|
|
9488
|
+
wc as pkgs,
|
|
9489
|
+
Tl as pointLightV1,
|
|
9490
|
+
hu as provideDark,
|
|
9491
|
+
Fo as provideData,
|
|
9468
9492
|
vu as provideDepends,
|
|
9469
|
-
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9493
|
+
gu as provideDevice,
|
|
9494
|
+
yu as provideEnv,
|
|
9495
|
+
bu as provideMode,
|
|
9496
|
+
fu as provideOrg,
|
|
9473
9497
|
xu as provideRuntime,
|
|
9474
|
-
|
|
9475
|
-
|
|
9498
|
+
Pc as provideSandbox,
|
|
9499
|
+
_u as provideType,
|
|
9476
9500
|
Pt as radioGroupV1,
|
|
9477
9501
|
Vt as radioV1,
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9502
|
+
_a as rangeSliderV1,
|
|
9503
|
+
va as ratingV1,
|
|
9504
|
+
Rl as referenceV1,
|
|
9505
|
+
Kl as renderSwitchV1,
|
|
9506
|
+
Si as reverseBreakpoints,
|
|
9507
|
+
xa as selectV1,
|
|
9484
9508
|
Gt as setField,
|
|
9485
|
-
|
|
9486
|
-
|
|
9509
|
+
ka as sliderV1,
|
|
9510
|
+
mu as spawnNode,
|
|
9487
9511
|
bt as sphereGeometryV1,
|
|
9488
|
-
|
|
9512
|
+
El as spotLightV1,
|
|
9489
9513
|
Lt as stepperHeaderV1,
|
|
9490
9514
|
zt as stepperItemV1,
|
|
9491
9515
|
At as stepperV1,
|
|
9492
9516
|
Et as stepperWindowItemV1,
|
|
9493
9517
|
Tt as stepperWindowV1,
|
|
9494
|
-
|
|
9518
|
+
Ca as switchV1,
|
|
9495
9519
|
Mt as tabV1,
|
|
9496
9520
|
Bt as tabsV1,
|
|
9497
9521
|
St as textFieldV1,
|
|
@@ -9499,15 +9523,15 @@ export {
|
|
|
9499
9523
|
Wt as textareaV1,
|
|
9500
9524
|
Rt as timelineItemV1,
|
|
9501
9525
|
Kt as timelineV1,
|
|
9502
|
-
|
|
9503
|
-
|
|
9526
|
+
cu as toEventName,
|
|
9527
|
+
au as toMethodName,
|
|
9504
9528
|
E as toNodeLite,
|
|
9505
|
-
|
|
9529
|
+
lu as toPropertyName,
|
|
9506
9530
|
qe as triggerReactivity,
|
|
9507
|
-
|
|
9531
|
+
zc as unwrapEventId,
|
|
9508
9532
|
Au as unwrapEventKeyOfCustomSlot,
|
|
9509
9533
|
Tu as unwrapEventKeyOfElementSlot,
|
|
9510
|
-
|
|
9534
|
+
No as unwrapMethodId,
|
|
9511
9535
|
Lu as unwrapMethodKeyOfCustomSlot,
|
|
9512
9536
|
Vu as unwrapMethodKeyOfElementSlot,
|
|
9513
9537
|
ao as unwrapPropertyId,
|