x-runtime-lib 0.8.111 → 0.8.113
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/composables/common/depend.d.ts +2 -2
- package/dist/element/_pkgs/index.d.ts +1 -1
- package/dist/element/dynamic/index.d.ts +1 -0
- package/dist/element/dynamic/slot/v1/index.d.ts +1 -0
- package/dist/index.js +1000 -975
- package/dist/types/data.d.ts +1 -0
- package/dist/types/props.d.ts +1 -1
- package/dist/utils/misc.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -29,13 +29,13 @@ 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
|
|
34
|
-
import { CameraHelper as
|
|
35
|
-
import { c as K, i as pe, a as He, K as
|
|
36
|
-
import { useTheme as
|
|
37
|
-
import { getErrorMessage as
|
|
38
|
-
import { useI18n 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 Jo, onBeforeMount as qo, onUnmounted as Ge, ref as ie, watchEffect as fe, watch as ce, createBlock as S, withCtx as I, createCommentVNode as le, useTemplateRef as uo, onMounted as mo, nextTick as po, useAttrs as Xo, h as xe, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as Yo, useId as fo, withModifiers as Zo, normalizeClass as Qo, toDisplayString as ei, inject as ue, provide as me, readonly as Nt } from "vue";
|
|
33
|
+
import { globalObjects as we, waitUtil as yo, useViewStack as bo, eventBus as go, messageInfo as ti, messageSuccess as ni, messageWarning as ho, messageError as _o, createAxios as oi, openConfirmDlg as ii, openPromptDlg as ri } from "x-essential-lib";
|
|
34
|
+
import { CameraHelper as vo, DirectionalLightHelper as si, PointLightHelper as li, SpotLightHelper as ai } from "three";
|
|
35
|
+
import { c as K, i as pe, a as He, K as ci, M as ui, O as mi, u as pi, r as xo, e as ko, b as di, d as fi, f as yi, g as bi, h as gi, j as hi, k as _i, l as vi, m as wo, n as xi, o as ki, p as wi, q as Ii } from "./vendor.nccqfajx.js";
|
|
36
|
+
import { useTheme as Si } from "vuetify";
|
|
37
|
+
import { getErrorMessage as $i } from "x-error-lib";
|
|
38
|
+
import { useI18n as Io } from "vue-i18n";
|
|
39
39
|
const cn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
40
40
|
function z(t) {
|
|
41
41
|
let n = "";
|
|
@@ -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 Qc(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,23 +71,23 @@ function at(t) {
|
|
|
71
71
|
if (!isNaN(e))
|
|
72
72
|
return e;
|
|
73
73
|
}
|
|
74
|
-
const
|
|
74
|
+
const So = ["xs", "sm", "md", "lg", "xl"], Ci = [...So].reverse();
|
|
75
75
|
function Xe(t) {
|
|
76
76
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
77
77
|
}
|
|
78
78
|
function un(t) {
|
|
79
|
-
return
|
|
79
|
+
return So.findIndex((n) => n === t);
|
|
80
80
|
}
|
|
81
81
|
function We(t, n) {
|
|
82
82
|
let e;
|
|
83
|
-
for (const o of
|
|
83
|
+
for (const o of Ci) {
|
|
84
84
|
if (un(o) < un(t))
|
|
85
85
|
break;
|
|
86
86
|
n[o] && (e = n[o]);
|
|
87
87
|
}
|
|
88
88
|
return e;
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function ke(t, n) {
|
|
91
91
|
let e = t;
|
|
92
92
|
if (typeof e != "object")
|
|
93
93
|
return;
|
|
@@ -115,16 +115,19 @@ function Gt(t, n, e) {
|
|
|
115
115
|
const r = s[s.length - 1];
|
|
116
116
|
o[r] = e;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function eu(t, n = 2) {
|
|
119
119
|
const e = " ".repeat(n);
|
|
120
120
|
return t.split(`
|
|
121
121
|
`).map((r) => r.trim() === "" ? r : e + r).join(`
|
|
122
122
|
`);
|
|
123
123
|
}
|
|
124
|
+
function $o(t) {
|
|
125
|
+
return t.startsWith("reference_v") || t.startsWith("multiple_ref_v") || t.startsWith("slot_v");
|
|
126
|
+
}
|
|
124
127
|
function ne(t) {
|
|
125
128
|
return t === "runtime" || t === "preview";
|
|
126
129
|
}
|
|
127
|
-
function
|
|
130
|
+
function tu(t, n, e, o, s) {
|
|
128
131
|
let r = t;
|
|
129
132
|
for (let c = 0; c < n.length; c++)
|
|
130
133
|
if (r = r.children[n[c]], !r) {
|
|
@@ -158,8 +161,8 @@ function E(t, n) {
|
|
|
158
161
|
children: n
|
|
159
162
|
};
|
|
160
163
|
}
|
|
161
|
-
const
|
|
162
|
-
function
|
|
164
|
+
const Vi = ["common", "scene"], Pi = ["common", "scene"];
|
|
165
|
+
function nu({ type: t, version: n, view: e, code: o }) {
|
|
163
166
|
const s = (c, u) => {
|
|
164
167
|
const p = { id: u.id };
|
|
165
168
|
u.children && (p.children = [], u.children.forEach((d) => {
|
|
@@ -180,22 +183,17 @@ function Qc({ type: t, version: n, view: e, code: o }) {
|
|
|
180
183
|
};
|
|
181
184
|
return JSON.stringify(a);
|
|
182
185
|
}
|
|
183
|
-
function
|
|
184
|
-
const
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
view: o,
|
|
188
|
-
code: s
|
|
189
|
-
}, a = (c, u) => {
|
|
190
|
-
c.key = u.basic.key, c.alias = u.basic.alias, c.refId = u.reference?.comp, c.children?.forEach((p) => {
|
|
191
|
-
a(p, r.view.nodes[p.id]);
|
|
186
|
+
function ou(t) {
|
|
187
|
+
const n = JSON.parse(t), e = (o, s) => {
|
|
188
|
+
o.key = s.basic.key, o.alias = s.basic.alias, o.refId = s.reference?.comp, o.children?.forEach((r) => {
|
|
189
|
+
e(r, n.view.nodes[r.id]);
|
|
192
190
|
});
|
|
193
191
|
};
|
|
194
|
-
return
|
|
195
|
-
|
|
196
|
-
}),
|
|
192
|
+
return n.view.nodeLites.forEach((o) => {
|
|
193
|
+
e(o, n.view.nodes[o.id]);
|
|
194
|
+
}), n;
|
|
197
195
|
}
|
|
198
|
-
const
|
|
196
|
+
const iu = [
|
|
199
197
|
"globality_v1",
|
|
200
198
|
"multiple_ref_v1",
|
|
201
199
|
"reference_v1",
|
|
@@ -265,7 +263,7 @@ const tu = [
|
|
|
265
263
|
"scene_sphere_geometry_v1",
|
|
266
264
|
"scene_spot_light_v1"
|
|
267
265
|
];
|
|
268
|
-
function
|
|
266
|
+
function Li(t) {
|
|
269
267
|
switch (t) {
|
|
270
268
|
case "referenceProperty":
|
|
271
269
|
case "multipleRefProperty":
|
|
@@ -276,7 +274,7 @@ function Vi(t) {
|
|
|
276
274
|
}
|
|
277
275
|
return !0;
|
|
278
276
|
}
|
|
279
|
-
function
|
|
277
|
+
function zi(t) {
|
|
280
278
|
switch (t) {
|
|
281
279
|
case "referenceMethod":
|
|
282
280
|
case "multipleRefMethod":
|
|
@@ -287,7 +285,7 @@ function Pi(t) {
|
|
|
287
285
|
}
|
|
288
286
|
return !0;
|
|
289
287
|
}
|
|
290
|
-
function
|
|
288
|
+
function Ti(t) {
|
|
291
289
|
switch (t) {
|
|
292
290
|
case "referenceEvent":
|
|
293
291
|
case "multipleRefEvent":
|
|
@@ -304,26 +302,26 @@ function Li(t) {
|
|
|
304
302
|
}
|
|
305
303
|
return !0;
|
|
306
304
|
}
|
|
307
|
-
function
|
|
305
|
+
function ru(t) {
|
|
308
306
|
switch (t) {
|
|
309
307
|
case "customSlot":
|
|
310
308
|
return !1;
|
|
311
309
|
}
|
|
312
310
|
return !0;
|
|
313
311
|
}
|
|
314
|
-
function
|
|
312
|
+
function su(t) {
|
|
315
313
|
return JSON.stringify(t);
|
|
316
314
|
}
|
|
317
|
-
function
|
|
315
|
+
function lu(t) {
|
|
318
316
|
return JSON.parse(t);
|
|
319
317
|
}
|
|
320
|
-
function
|
|
318
|
+
function au(t) {
|
|
321
319
|
return JSON.stringify(t);
|
|
322
320
|
}
|
|
323
|
-
function
|
|
321
|
+
function cu(t) {
|
|
324
322
|
return JSON.parse(t);
|
|
325
323
|
}
|
|
326
|
-
function
|
|
324
|
+
function Co(t) {
|
|
327
325
|
let n = t;
|
|
328
326
|
for (; n; ) {
|
|
329
327
|
if (n.parent && n.compId === n.parent.compId)
|
|
@@ -339,24 +337,24 @@ function Ht(t, n, e) {
|
|
|
339
337
|
a > 0 && (s += " - "), e ? s += o.global.t(r) : s += r;
|
|
340
338
|
}), s;
|
|
341
339
|
}
|
|
342
|
-
function
|
|
340
|
+
function uu(t, n) {
|
|
343
341
|
const { i18n: e } = we;
|
|
344
342
|
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,
|
|
343
|
+
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, Li(t));
|
|
346
344
|
}
|
|
347
|
-
function
|
|
345
|
+
function mu(t, n) {
|
|
348
346
|
const { i18n: e } = we;
|
|
349
347
|
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,
|
|
348
|
+
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, zi(t));
|
|
351
349
|
}
|
|
352
|
-
function
|
|
350
|
+
function pu(t, n) {
|
|
353
351
|
const { i18n: e } = we;
|
|
354
352
|
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,
|
|
353
|
+
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, Ti(t));
|
|
356
354
|
}
|
|
357
|
-
const Ke = {},
|
|
355
|
+
const Ke = {}, w = (t) => {
|
|
358
356
|
Ke[t.key] = t;
|
|
359
|
-
},
|
|
357
|
+
}, Ei = ["position", "rotation", "scale"], Se = /* @__PURE__ */ C({
|
|
360
358
|
__name: "index",
|
|
361
359
|
props: {
|
|
362
360
|
position: {},
|
|
@@ -375,7 +373,7 @@ const Ke = {}, I = (t) => {
|
|
|
375
373
|
o[0] || (o[0] = te("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
376
374
|
o[1] || (o[1] = te("TresMeshBasicMaterial", null, null, -1)),
|
|
377
375
|
R(e.$slots, "default")
|
|
378
|
-
], 8,
|
|
376
|
+
], 8, Ei)) : R(e.$slots, "default", { key: 1 });
|
|
379
377
|
}
|
|
380
378
|
}), N = /* @__PURE__ */ C({
|
|
381
379
|
__name: "index",
|
|
@@ -409,46 +407,46 @@ const Ke = {}, I = (t) => {
|
|
|
409
407
|
}
|
|
410
408
|
});
|
|
411
409
|
function P(t) {
|
|
412
|
-
const n =
|
|
410
|
+
const n = _e(), e = Jo(n.value.view.nodes, t.nodeId);
|
|
413
411
|
return console.assert(e.value, `invalid node id=${t.nodeId}`), { node: e };
|
|
414
412
|
}
|
|
415
413
|
function Ye(t, n, e) {
|
|
416
|
-
const o =
|
|
414
|
+
const o = ve();
|
|
417
415
|
if (o) {
|
|
418
|
-
const s = k(() =>
|
|
419
|
-
|
|
416
|
+
const s = k(() => Ec("elementMethod", t.nodeId, n));
|
|
417
|
+
qo(() => {
|
|
420
418
|
o.eventBus?.on(s.value, e);
|
|
421
419
|
}), Ge(() => {
|
|
422
420
|
o.eventBus?.off(s.value, e);
|
|
423
421
|
});
|
|
424
422
|
}
|
|
425
423
|
}
|
|
426
|
-
const
|
|
424
|
+
const Ai = (t, n, e, o) => {
|
|
427
425
|
let s;
|
|
428
|
-
if (t ? s = t.getElementProperty(n.basic.id, e) : s =
|
|
426
|
+
if (t ? s = t.getElementProperty(n.basic.id, e) : s = ke(n, e), o) {
|
|
429
427
|
if (typeof s == "string")
|
|
430
428
|
return JSON.parse(s);
|
|
431
429
|
console.assert(!1);
|
|
432
430
|
return;
|
|
433
431
|
} else
|
|
434
432
|
return s;
|
|
435
|
-
},
|
|
433
|
+
}, Mi = (t, n, e, o, s) => {
|
|
436
434
|
let r;
|
|
437
435
|
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
436
|
};
|
|
439
437
|
function l(t, n, e) {
|
|
440
|
-
const o =
|
|
438
|
+
const o = ve(), s = ie();
|
|
441
439
|
return fe(() => {
|
|
442
|
-
s.value =
|
|
440
|
+
s.value = Ai(o, t.value, n, e);
|
|
443
441
|
}), ce(s, (r, a) => {
|
|
444
|
-
pe(r, a) ||
|
|
442
|
+
pe(r, a) || Mi(o, t.value, n, s.value, e);
|
|
445
443
|
}), { property: s };
|
|
446
444
|
}
|
|
447
445
|
function G() {
|
|
448
446
|
const t = Ue();
|
|
449
447
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
450
448
|
}
|
|
451
|
-
function
|
|
449
|
+
function be(t) {
|
|
452
450
|
const { property: n } = l(t, [
|
|
453
451
|
"transform",
|
|
454
452
|
"position",
|
|
@@ -488,7 +486,7 @@ function ye(t) {
|
|
|
488
486
|
c.value = f.value[0], u.value = f.value[1], p.value = f.value[2];
|
|
489
487
|
}), { position: d, rotation: m, scale: f };
|
|
490
488
|
}
|
|
491
|
-
function
|
|
489
|
+
function Vo(t) {
|
|
492
490
|
const n = k(() => t.value.legend?.show), e = k(() => t.value.legend?.data);
|
|
493
491
|
function o(s) {
|
|
494
492
|
s.legend = {
|
|
@@ -498,14 +496,14 @@ function $o(t) {
|
|
|
498
496
|
}
|
|
499
497
|
return { show: n, data: e, applyLegend: o };
|
|
500
498
|
}
|
|
501
|
-
function
|
|
499
|
+
function Po(t) {
|
|
502
500
|
const n = k(() => t.value.series);
|
|
503
501
|
function e(o) {
|
|
504
502
|
o.series = n.value;
|
|
505
503
|
}
|
|
506
504
|
return { series: n, applySeries: e };
|
|
507
505
|
}
|
|
508
|
-
function
|
|
506
|
+
function Lo(t) {
|
|
509
507
|
const n = k(() => t.value.title?.show), e = k(() => t.value.title?.text), o = k(() => t.value.title?.subtext);
|
|
510
508
|
function s(r) {
|
|
511
509
|
r.title = {
|
|
@@ -516,7 +514,7 @@ function Vo(t) {
|
|
|
516
514
|
}
|
|
517
515
|
return { show: n, text: e, subtext: o, applyTitle: s };
|
|
518
516
|
}
|
|
519
|
-
function
|
|
517
|
+
function zo(t) {
|
|
520
518
|
const n = k(() => t.value.xAxis?.show), e = k(() => t.value.xAxis?.position), o = k(() => t.value.xAxis?.type), s = k(() => t.value.xAxis?.data);
|
|
521
519
|
function r(a) {
|
|
522
520
|
a.xAxis = {
|
|
@@ -528,7 +526,7 @@ function Po(t) {
|
|
|
528
526
|
}
|
|
529
527
|
return { show: n, position: e, type: o, data: s, applyXAxis: r };
|
|
530
528
|
}
|
|
531
|
-
function
|
|
529
|
+
function To(t) {
|
|
532
530
|
const n = k(() => t.value.yAxis?.show), e = k(() => t.value.yAxis?.position), o = k(() => t.value.yAxis?.type), s = k(() => t.value.yAxis?.data);
|
|
533
531
|
function r(a) {
|
|
534
532
|
a.yAxis = {
|
|
@@ -541,7 +539,7 @@ function Lo(t) {
|
|
|
541
539
|
return { show: n, position: e, type: o, data: s, applyYAxis: r };
|
|
542
540
|
}
|
|
543
541
|
function q(t) {
|
|
544
|
-
const { computedThemes: n } =
|
|
542
|
+
const { computedThemes: n } = Si(), e = Ue(), o = k(() => t.value?.mode), s = k(() => {
|
|
545
543
|
const p = t.value?.theme;
|
|
546
544
|
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
545
|
}), 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 +572,7 @@ function qt(t) {
|
|
|
574
572
|
}
|
|
575
573
|
return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: r };
|
|
576
574
|
}
|
|
577
|
-
function
|
|
575
|
+
function ge(t, n) {
|
|
578
576
|
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
577
|
if (t.outer && e === "editor") {
|
|
580
578
|
const m = at(n.value.size?.height);
|
|
@@ -602,7 +600,7 @@ function be(t, n) {
|
|
|
602
600
|
}
|
|
603
601
|
return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: u, maxHeight: p, applySize: d };
|
|
604
602
|
}
|
|
605
|
-
const
|
|
603
|
+
const Bi = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Wi = /* @__PURE__ */ C({
|
|
606
604
|
__name: "index",
|
|
607
605
|
props: {
|
|
608
606
|
nodeId: {},
|
|
@@ -610,13 +608,13 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
610
608
|
refContext: {}
|
|
611
609
|
},
|
|
612
610
|
setup(t) {
|
|
613
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
611
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(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
612
|
return (g, b) => (_(), S(i(Se), {
|
|
615
613
|
position: i(s),
|
|
616
614
|
rotation: i(r),
|
|
617
615
|
scale: i(a)
|
|
618
616
|
}, {
|
|
619
|
-
default:
|
|
617
|
+
default: I(() => [
|
|
620
618
|
te("TresOrthographicCamera", {
|
|
621
619
|
bottom: i(c),
|
|
622
620
|
far: i(u),
|
|
@@ -630,15 +628,15 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
630
628
|
}, [
|
|
631
629
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
632
630
|
key: 0,
|
|
633
|
-
type: i(
|
|
631
|
+
type: i(vo)
|
|
634
632
|
}, null, 8, ["type"])) : le("", !0),
|
|
635
633
|
R(g.$slots, "default")
|
|
636
|
-
], 8,
|
|
634
|
+
], 8, Bi)
|
|
637
635
|
]),
|
|
638
636
|
_: 3
|
|
639
637
|
}, 8, ["position", "rotation", "scale"]));
|
|
640
638
|
}
|
|
641
|
-
}),
|
|
639
|
+
}), Ri = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ki = /* @__PURE__ */ C({
|
|
642
640
|
__name: "index",
|
|
643
641
|
props: {
|
|
644
642
|
nodeId: {},
|
|
@@ -646,13 +644,13 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
646
644
|
refContext: {}
|
|
647
645
|
},
|
|
648
646
|
setup(t) {
|
|
649
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
647
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(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
648
|
return (m, f) => (_(), S(i(Se), {
|
|
651
649
|
position: i(s),
|
|
652
650
|
rotation: i(r),
|
|
653
651
|
scale: i(a)
|
|
654
652
|
}, {
|
|
655
|
-
default:
|
|
653
|
+
default: I(() => [
|
|
656
654
|
te("TresPerspectiveCamera", {
|
|
657
655
|
aspect: i(c),
|
|
658
656
|
far: i(u),
|
|
@@ -664,33 +662,33 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
664
662
|
}, [
|
|
665
663
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
666
664
|
key: 0,
|
|
667
|
-
type: i(
|
|
665
|
+
type: i(vo)
|
|
668
666
|
}, null, 8, ["type"])) : le("", !0),
|
|
669
667
|
R(m.$slots, "default")
|
|
670
|
-
], 8,
|
|
668
|
+
], 8, Ri)
|
|
671
669
|
]),
|
|
672
670
|
_: 3
|
|
673
671
|
}, 8, ["position", "rotation", "scale"]));
|
|
674
672
|
}
|
|
675
|
-
}),
|
|
673
|
+
}), Di = /* @__PURE__ */ C({
|
|
676
674
|
__name: "index",
|
|
677
675
|
setup(t) {
|
|
678
676
|
const n = J();
|
|
679
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(
|
|
677
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(ci), { key: 0 })) : le("", !0);
|
|
680
678
|
}
|
|
681
|
-
}),
|
|
679
|
+
}), Oi = /* @__PURE__ */ C({
|
|
682
680
|
__name: "index",
|
|
683
681
|
setup(t) {
|
|
684
682
|
const n = J();
|
|
685
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(
|
|
683
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(ui), { key: 0 })) : le("", !0);
|
|
686
684
|
}
|
|
687
|
-
}),
|
|
685
|
+
}), Fi = /* @__PURE__ */ C({
|
|
688
686
|
__name: "index",
|
|
689
687
|
setup(t) {
|
|
690
688
|
const n = J();
|
|
691
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(
|
|
689
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(mi), { key: 0 })) : le("", !0);
|
|
692
690
|
}
|
|
693
|
-
}),
|
|
691
|
+
}), Ni = ["args"], ji = /* @__PURE__ */ C({
|
|
694
692
|
__name: "index",
|
|
695
693
|
props: {
|
|
696
694
|
nodeId: {},
|
|
@@ -717,14 +715,14 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
717
715
|
i(a),
|
|
718
716
|
i(s)
|
|
719
717
|
]
|
|
720
|
-
}, null, 8,
|
|
718
|
+
}, null, 8, Ni));
|
|
721
719
|
}
|
|
722
720
|
}), Ae = (t, n) => {
|
|
723
721
|
const e = t.__vccOpts || t;
|
|
724
722
|
for (const [o, s] of n)
|
|
725
723
|
e[o] = s;
|
|
726
724
|
return e;
|
|
727
|
-
},
|
|
725
|
+
}, Gi = ["args"], Hi = /* @__PURE__ */ C({
|
|
728
726
|
__name: "index",
|
|
729
727
|
props: {
|
|
730
728
|
nodeId: {},
|
|
@@ -761,9 +759,9 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
761
759
|
i(u),
|
|
762
760
|
i(c)
|
|
763
761
|
]
|
|
764
|
-
}, null, 8,
|
|
762
|
+
}, null, 8, Gi));
|
|
765
763
|
}
|
|
766
|
-
}),
|
|
764
|
+
}), Ui = ["color", "intensity", "position", "rotation", "scale"], Ji = /* @__PURE__ */ C({
|
|
767
765
|
__name: "index",
|
|
768
766
|
props: {
|
|
769
767
|
nodeId: {},
|
|
@@ -771,7 +769,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
771
769
|
refContext: {}
|
|
772
770
|
},
|
|
773
771
|
setup(t) {
|
|
774
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
772
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
|
|
775
773
|
"settings",
|
|
776
774
|
"intensity"
|
|
777
775
|
]);
|
|
@@ -780,7 +778,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
780
778
|
rotation: i(r),
|
|
781
779
|
scale: i(a)
|
|
782
780
|
}, {
|
|
783
|
-
default:
|
|
781
|
+
default: I(() => [
|
|
784
782
|
te("TresAmbientLight", {
|
|
785
783
|
color: i(u),
|
|
786
784
|
intensity: i(p),
|
|
@@ -789,12 +787,12 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
789
787
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
790
788
|
}, [
|
|
791
789
|
R(d.$slots, "default")
|
|
792
|
-
], 8,
|
|
790
|
+
], 8, Ui)
|
|
793
791
|
]),
|
|
794
792
|
_: 3
|
|
795
793
|
}, 8, ["position", "rotation", "scale"]));
|
|
796
794
|
}
|
|
797
|
-
}),
|
|
795
|
+
}), qi = ["color", "intensity", "position", "rotation", "scale"], Xi = /* @__PURE__ */ C({
|
|
798
796
|
__name: "index",
|
|
799
797
|
props: {
|
|
800
798
|
nodeId: {},
|
|
@@ -802,7 +800,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
802
800
|
refContext: {}
|
|
803
801
|
},
|
|
804
802
|
setup(t) {
|
|
805
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
803
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
|
|
806
804
|
"settings",
|
|
807
805
|
"intensity"
|
|
808
806
|
]);
|
|
@@ -811,7 +809,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
811
809
|
rotation: i(r),
|
|
812
810
|
scale: i(a)
|
|
813
811
|
}, {
|
|
814
|
-
default:
|
|
812
|
+
default: I(() => [
|
|
815
813
|
te("TresDirectionalLight", {
|
|
816
814
|
color: i(u),
|
|
817
815
|
intensity: i(p),
|
|
@@ -821,15 +819,15 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
821
819
|
}, [
|
|
822
820
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
823
821
|
key: 0,
|
|
824
|
-
type: i(
|
|
822
|
+
type: i(si)
|
|
825
823
|
}, null, 8, ["type"])) : le("", !0),
|
|
826
824
|
R(d.$slots, "default")
|
|
827
|
-
], 8,
|
|
825
|
+
], 8, qi)
|
|
828
826
|
]),
|
|
829
827
|
_: 3
|
|
830
828
|
}, 8, ["position", "rotation", "scale"]));
|
|
831
829
|
}
|
|
832
|
-
}),
|
|
830
|
+
}), Yi = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Zi = /* @__PURE__ */ C({
|
|
833
831
|
__name: "index",
|
|
834
832
|
props: {
|
|
835
833
|
nodeId: {},
|
|
@@ -837,7 +835,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
837
835
|
refContext: {}
|
|
838
836
|
},
|
|
839
837
|
setup(t) {
|
|
840
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
838
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, ["settings", "decay"]), { property: d } = l(e, [
|
|
841
839
|
"settings",
|
|
842
840
|
"distance"
|
|
843
841
|
]), { property: m } = l(e, [
|
|
@@ -849,7 +847,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
849
847
|
rotation: i(r),
|
|
850
848
|
scale: i(a)
|
|
851
849
|
}, {
|
|
852
|
-
default:
|
|
850
|
+
default: I(() => [
|
|
853
851
|
te("TresPointLight", {
|
|
854
852
|
color: i(u),
|
|
855
853
|
decay: i(p),
|
|
@@ -861,15 +859,15 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
861
859
|
}, [
|
|
862
860
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
863
861
|
key: 0,
|
|
864
|
-
type: i(
|
|
862
|
+
type: i(li)
|
|
865
863
|
}, null, 8, ["type"])) : le("", !0),
|
|
866
864
|
R(f.$slots, "default")
|
|
867
|
-
], 8,
|
|
865
|
+
], 8, Yi)
|
|
868
866
|
]),
|
|
869
867
|
_: 3
|
|
870
868
|
}, 8, ["position", "rotation", "scale"]));
|
|
871
869
|
}
|
|
872
|
-
}),
|
|
870
|
+
}), Qi = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], er = /* @__PURE__ */ C({
|
|
873
871
|
__name: "index",
|
|
874
872
|
props: {
|
|
875
873
|
nodeId: {},
|
|
@@ -877,7 +875,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
877
875
|
refContext: {}
|
|
878
876
|
},
|
|
879
877
|
setup(t) {
|
|
880
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
878
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(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
879
|
"settings",
|
|
882
880
|
"distance"
|
|
883
881
|
]), { property: f } = l(e, [
|
|
@@ -892,7 +890,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
892
890
|
rotation: i(r),
|
|
893
891
|
scale: i(a)
|
|
894
892
|
}, {
|
|
895
|
-
default:
|
|
893
|
+
default: I(() => [
|
|
896
894
|
te("TresSpotLight", {
|
|
897
895
|
angle: i(c),
|
|
898
896
|
color: i(p),
|
|
@@ -906,19 +904,19 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
906
904
|
}, [
|
|
907
905
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
908
906
|
key: 0,
|
|
909
|
-
type: i(
|
|
907
|
+
type: i(ai)
|
|
910
908
|
}, null, 8, ["type"])) : le("", !0),
|
|
911
909
|
R(b.$slots, "default")
|
|
912
|
-
], 8,
|
|
910
|
+
], 8, Qi)
|
|
913
911
|
]),
|
|
914
912
|
_: 3
|
|
915
913
|
}, 8, ["position", "rotation", "scale"]));
|
|
916
914
|
}
|
|
917
|
-
}),
|
|
918
|
-
function
|
|
915
|
+
}), tr = {};
|
|
916
|
+
function nr(t, n) {
|
|
919
917
|
return _(), se("TresMeshBasicMaterial");
|
|
920
918
|
}
|
|
921
|
-
const
|
|
919
|
+
const or = /* @__PURE__ */ Ae(tr, [["render", nr]]), ir = ["position", "rotation", "scale"], rr = /* @__PURE__ */ C({
|
|
922
920
|
__name: "index",
|
|
923
921
|
props: {
|
|
924
922
|
nodeId: {},
|
|
@@ -926,25 +924,25 @@ const tr = /* @__PURE__ */ Ae(Qi, [["render", er]]), nr = ["position", "rotation
|
|
|
926
924
|
refContext: {}
|
|
927
925
|
},
|
|
928
926
|
setup(t) {
|
|
929
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } =
|
|
927
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e);
|
|
930
928
|
return (c, u) => (_(), S(i(Se), {
|
|
931
929
|
position: i(s),
|
|
932
930
|
rotation: i(r),
|
|
933
931
|
scale: i(a)
|
|
934
932
|
}, {
|
|
935
|
-
default:
|
|
933
|
+
default: I(() => [
|
|
936
934
|
te("TresGroup", {
|
|
937
935
|
position: i(o) !== "editor" ? i(s) : [0, 0, 0],
|
|
938
936
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
939
937
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
940
938
|
}, [
|
|
941
939
|
R(c.$slots, "default")
|
|
942
|
-
], 8,
|
|
940
|
+
], 8, ir)
|
|
943
941
|
]),
|
|
944
942
|
_: 3
|
|
945
943
|
}, 8, ["position", "rotation", "scale"]));
|
|
946
944
|
}
|
|
947
|
-
}),
|
|
945
|
+
}), sr = ["position", "rotation", "scale"], lr = /* @__PURE__ */ C({
|
|
948
946
|
__name: "index",
|
|
949
947
|
props: {
|
|
950
948
|
nodeId: {},
|
|
@@ -952,89 +950,89 @@ const tr = /* @__PURE__ */ Ae(Qi, [["render", er]]), nr = ["position", "rotation
|
|
|
952
950
|
refContext: {}
|
|
953
951
|
},
|
|
954
952
|
setup(t) {
|
|
955
|
-
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: r } =
|
|
953
|
+
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: r } = be(e);
|
|
956
954
|
return (a, c) => (_(), se("TresMesh", {
|
|
957
955
|
position: i(o),
|
|
958
956
|
rotation: i(s),
|
|
959
957
|
scale: i(r)
|
|
960
958
|
}, [
|
|
961
959
|
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:
|
|
960
|
+
], 8, sr));
|
|
961
|
+
}
|
|
962
|
+
}), ar = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cr = "#242424", ur = {}, mr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, pr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#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: { borderWidth: 0, borderColor: "#ccc" } }, xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, kr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, wr = { 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" } }, Ir = { 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)" } } }, Sr = { 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)" } } }, $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 = { 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"] } } }, Pr = { 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"] } } }, Lr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, zr = { textStyle: { color: "#eeeeee" } }, Tr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Er = { 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" } } }, Ar = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Mr = { 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" } }, Br = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Wr = {
|
|
963
|
+
color: ar,
|
|
964
|
+
backgroundColor: cr,
|
|
965
|
+
textStyle: ur,
|
|
966
|
+
title: mr,
|
|
967
|
+
line: pr,
|
|
968
|
+
radar: dr,
|
|
969
|
+
bar: fr,
|
|
970
|
+
pie: yr,
|
|
971
|
+
scatter: br,
|
|
972
|
+
boxplot: gr,
|
|
973
|
+
parallel: hr,
|
|
974
|
+
sankey: _r,
|
|
975
|
+
funnel: vr,
|
|
976
|
+
gauge: xr,
|
|
977
|
+
candlestick: kr,
|
|
978
|
+
graph: wr,
|
|
979
|
+
map: Ir,
|
|
980
|
+
geo: Sr,
|
|
981
|
+
categoryAxis: $r,
|
|
982
|
+
valueAxis: Cr,
|
|
983
|
+
logAxis: Vr,
|
|
984
|
+
timeAxis: Pr,
|
|
985
|
+
toolbox: Lr,
|
|
986
|
+
legend: zr,
|
|
987
|
+
tooltip: Tr,
|
|
988
|
+
timeline: Er,
|
|
989
|
+
visualMap: Ar,
|
|
990
|
+
dataZoom: Mr,
|
|
991
|
+
markPoint: Br
|
|
992
|
+
}, Rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Kr = "#f5f5f5", Dr = {}, Or = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Fr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Nr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, jr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#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: { borderWidth: 0, borderColor: "#ccc" } }, Yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Qr = { 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" } }, es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, 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 = { 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"] } } }, rs = { 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"] } } }, ss = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ls = { textStyle: { color: "#333333" } }, as = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, cs = { 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" } } }, us = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ms = { 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" } }, ps = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ds = {
|
|
993
|
+
color: Rr,
|
|
994
|
+
backgroundColor: Kr,
|
|
995
|
+
textStyle: Dr,
|
|
996
|
+
title: Or,
|
|
997
|
+
line: Fr,
|
|
998
|
+
radar: Nr,
|
|
999
|
+
bar: jr,
|
|
1000
|
+
pie: Gr,
|
|
1001
|
+
scatter: Hr,
|
|
1002
|
+
boxplot: Ur,
|
|
1003
|
+
parallel: Jr,
|
|
1004
|
+
sankey: qr,
|
|
1005
|
+
funnel: Xr,
|
|
1006
|
+
gauge: Yr,
|
|
1007
|
+
candlestick: Zr,
|
|
1008
|
+
graph: Qr,
|
|
1009
|
+
map: es,
|
|
1010
|
+
geo: ts,
|
|
1011
|
+
categoryAxis: ns,
|
|
1012
|
+
valueAxis: os,
|
|
1013
|
+
logAxis: is,
|
|
1014
|
+
timeAxis: rs,
|
|
1015
|
+
toolbox: ss,
|
|
1016
|
+
legend: ls,
|
|
1017
|
+
tooltip: as,
|
|
1018
|
+
timeline: cs,
|
|
1019
|
+
visualMap: us,
|
|
1020
|
+
dataZoom: ms,
|
|
1021
|
+
markPoint: ps
|
|
1024
1022
|
};
|
|
1025
|
-
|
|
1026
|
-
mi,
|
|
1027
|
-
pi,
|
|
1023
|
+
pi([
|
|
1028
1024
|
di,
|
|
1029
1025
|
fi,
|
|
1030
1026
|
yi,
|
|
1031
1027
|
bi,
|
|
1032
1028
|
gi,
|
|
1033
|
-
hi
|
|
1029
|
+
hi,
|
|
1030
|
+
_i,
|
|
1031
|
+
vi
|
|
1034
1032
|
]);
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
const
|
|
1033
|
+
xo("dark", Wr);
|
|
1034
|
+
xo("light", ds);
|
|
1035
|
+
const fs = /* @__PURE__ */ C({
|
|
1038
1036
|
__name: "index",
|
|
1039
1037
|
props: {
|
|
1040
1038
|
nodeId: {},
|
|
@@ -1042,13 +1040,13 @@ const ps = /* @__PURE__ */ C({
|
|
|
1042
1040
|
refContext: {}
|
|
1043
1041
|
},
|
|
1044
1042
|
setup(t) {
|
|
1045
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r =
|
|
1043
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Lo(e), { applyXAxis: v } = zo(e), { applyYAxis: h } = To(e), { applyLegend: x } = Vo(e), { applySeries: $ } = Po(e), V = k(() => {
|
|
1046
1044
|
const L = {}, H = a.value?.type;
|
|
1047
1045
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1048
|
-
}), F =
|
|
1046
|
+
}), F = uo("chart");
|
|
1049
1047
|
let W;
|
|
1050
1048
|
const U = () => {
|
|
1051
|
-
W?.dispose(), W =
|
|
1049
|
+
W?.dispose(), W = ko.init(F.value, s.value ? "dark" : "light");
|
|
1052
1050
|
const L = {};
|
|
1053
1051
|
W.setOption(L);
|
|
1054
1052
|
}, j = () => {
|
|
@@ -1057,8 +1055,8 @@ const ps = /* @__PURE__ */ C({
|
|
|
1057
1055
|
const L = {};
|
|
1058
1056
|
b(L), v(L), h(L), x(L), $(L), W?.setOption(L, !0);
|
|
1059
1057
|
};
|
|
1060
|
-
return
|
|
1061
|
-
window.addEventListener("resize", j, !1), await
|
|
1058
|
+
return mo(async () => {
|
|
1059
|
+
window.addEventListener("resize", j, !1), await yo(() => !!F.value), U(), D();
|
|
1062
1060
|
}), Ge(() => {
|
|
1063
1061
|
window.removeEventListener("resize", j, !1), W?.dispose();
|
|
1064
1062
|
}), ce(
|
|
@@ -1073,7 +1071,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1073
1071
|
f
|
|
1074
1072
|
],
|
|
1075
1073
|
async () => {
|
|
1076
|
-
await
|
|
1074
|
+
await po(), j();
|
|
1077
1075
|
}
|
|
1078
1076
|
), ce([s], () => {
|
|
1079
1077
|
U(), D();
|
|
@@ -1084,7 +1082,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1084
1082
|
},
|
|
1085
1083
|
{ deep: !0 }
|
|
1086
1084
|
), (L, H) => (_(), S(i(N), { block: "" }, {
|
|
1087
|
-
default:
|
|
1085
|
+
default: I(() => [
|
|
1088
1086
|
te("div", {
|
|
1089
1087
|
ref: "chart",
|
|
1090
1088
|
style: re(V.value)
|
|
@@ -1093,7 +1091,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1093
1091
|
_: 1
|
|
1094
1092
|
}));
|
|
1095
1093
|
}
|
|
1096
|
-
}),
|
|
1094
|
+
}), ys = /* @__PURE__ */ C({
|
|
1097
1095
|
__name: "index",
|
|
1098
1096
|
props: {
|
|
1099
1097
|
nodeId: {},
|
|
@@ -1101,13 +1099,13 @@ const ps = /* @__PURE__ */ C({
|
|
|
1101
1099
|
refContext: {}
|
|
1102
1100
|
},
|
|
1103
1101
|
setup(t) {
|
|
1104
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r =
|
|
1102
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Lo(e), { applyXAxis: v } = zo(e), { applyYAxis: h } = To(e), { applyLegend: x } = Vo(e), { applySeries: $ } = Po(e), V = k(() => {
|
|
1105
1103
|
const L = {}, H = a.value?.type;
|
|
1106
1104
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1107
|
-
}), F =
|
|
1105
|
+
}), F = uo("chart");
|
|
1108
1106
|
let W;
|
|
1109
1107
|
const U = () => {
|
|
1110
|
-
W?.dispose(), W =
|
|
1108
|
+
W?.dispose(), W = ko.init(F.value, s.value ? "dark" : "light");
|
|
1111
1109
|
const L = {};
|
|
1112
1110
|
W.setOption(L);
|
|
1113
1111
|
}, j = () => {
|
|
@@ -1116,8 +1114,8 @@ const ps = /* @__PURE__ */ C({
|
|
|
1116
1114
|
const L = {};
|
|
1117
1115
|
b(L), v(L), h(L), x(L), $(L), W?.setOption(L, !0);
|
|
1118
1116
|
};
|
|
1119
|
-
return
|
|
1120
|
-
window.addEventListener("resize", j, !1), await
|
|
1117
|
+
return mo(async () => {
|
|
1118
|
+
window.addEventListener("resize", j, !1), await yo(() => !!F.value), U(), D();
|
|
1121
1119
|
}), Ge(() => {
|
|
1122
1120
|
window.removeEventListener("resize", j, !1), W?.dispose();
|
|
1123
1121
|
}), ce(
|
|
@@ -1132,7 +1130,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1132
1130
|
f
|
|
1133
1131
|
],
|
|
1134
1132
|
async () => {
|
|
1135
|
-
await
|
|
1133
|
+
await po(), j();
|
|
1136
1134
|
}
|
|
1137
1135
|
), ce([s], () => {
|
|
1138
1136
|
U(), D();
|
|
@@ -1143,7 +1141,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1143
1141
|
},
|
|
1144
1142
|
{ deep: !0 }
|
|
1145
1143
|
), (L, H) => (_(), S(i(N), { block: "" }, {
|
|
1146
|
-
default:
|
|
1144
|
+
default: I(() => [
|
|
1147
1145
|
te("div", {
|
|
1148
1146
|
ref: "chart",
|
|
1149
1147
|
style: re(V.value)
|
|
@@ -1152,7 +1150,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1152
1150
|
_: 1
|
|
1153
1151
|
}));
|
|
1154
1152
|
}
|
|
1155
|
-
}),
|
|
1153
|
+
}), bs = /* @__PURE__ */ C({
|
|
1156
1154
|
__name: "index",
|
|
1157
1155
|
props: {
|
|
1158
1156
|
nodeId: {},
|
|
@@ -1161,9 +1159,9 @@ const ps = /* @__PURE__ */ C({
|
|
|
1161
1159
|
},
|
|
1162
1160
|
setup(t) {
|
|
1163
1161
|
const n = t, e = ie(), o = J();
|
|
1164
|
-
return ne(o) && sn(e, "multipleRef", n.nodeId, "",
|
|
1162
|
+
return ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()), rn(n, e), (s, r) => (_(), se("div"));
|
|
1165
1163
|
}
|
|
1166
|
-
}),
|
|
1164
|
+
}), gs = /* @__PURE__ */ C({
|
|
1167
1165
|
__name: "index",
|
|
1168
1166
|
props: {
|
|
1169
1167
|
nodeId: {},
|
|
@@ -1171,25 +1169,25 @@ const ps = /* @__PURE__ */ C({
|
|
|
1171
1169
|
refContext: {}
|
|
1172
1170
|
},
|
|
1173
1171
|
setup(t) {
|
|
1174
|
-
const { t: n } =
|
|
1175
|
-
|
|
1172
|
+
const { t: n } = Io(), e = t, { node: o } = P(e), s = ie();
|
|
1173
|
+
jo(s);
|
|
1176
1174
|
const r = J();
|
|
1177
|
-
ne(r) && sn(s, "reference", e.nodeId, "",
|
|
1178
|
-
const a =
|
|
1175
|
+
ne(r) && sn(s, "reference", e.nodeId, "", ve()), rn(e, s);
|
|
1176
|
+
const a = Xo(), { applySize: c } = ge(e, o), u = k(() => {
|
|
1179
1177
|
const m = {};
|
|
1180
1178
|
return s.value?.type === "common" && c(m), m;
|
|
1181
1179
|
});
|
|
1182
1180
|
function p(m) {
|
|
1183
1181
|
const f = Ke[m.key];
|
|
1184
1182
|
if (!f)
|
|
1185
|
-
return console.assert(!1, `element not found key=${m.key}`),
|
|
1183
|
+
return console.assert(!1, `element not found key=${m.key}`), xe("div", `element not found key=${m.key}`);
|
|
1186
1184
|
const g = {
|
|
1187
1185
|
nodeId: m.id
|
|
1188
1186
|
};
|
|
1189
|
-
return m.
|
|
1187
|
+
return $o(m.key) && (g.refContext = {
|
|
1190
1188
|
parent: e.refContext,
|
|
1191
1189
|
compId: m.refId
|
|
1192
|
-
}),
|
|
1190
|
+
}), xe(
|
|
1193
1191
|
f.comp,
|
|
1194
1192
|
{
|
|
1195
1193
|
key: m.id,
|
|
@@ -1204,10 +1202,10 @@ const ps = /* @__PURE__ */ C({
|
|
|
1204
1202
|
);
|
|
1205
1203
|
}
|
|
1206
1204
|
const d = () => {
|
|
1207
|
-
if (
|
|
1208
|
-
return
|
|
1205
|
+
if (Co(e.refContext))
|
|
1206
|
+
return xe("div", n("x-runtime-lib.circularRef"));
|
|
1209
1207
|
if (s.value?.type === "common")
|
|
1210
|
-
return
|
|
1208
|
+
return xe(
|
|
1211
1209
|
"div",
|
|
1212
1210
|
{
|
|
1213
1211
|
id: a.id,
|
|
@@ -1220,7 +1218,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1220
1218
|
};
|
|
1221
1219
|
return (m, f) => (_(), S(d));
|
|
1222
1220
|
}
|
|
1223
|
-
}),
|
|
1221
|
+
}), hs = /* @__PURE__ */ C({
|
|
1224
1222
|
__name: "index",
|
|
1225
1223
|
props: {
|
|
1226
1224
|
nodeId: {},
|
|
@@ -1230,13 +1228,13 @@ const ps = /* @__PURE__ */ C({
|
|
|
1230
1228
|
setup(t) {
|
|
1231
1229
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "open"]);
|
|
1232
1230
|
return (s, r) => (_(), S(i(N), null, {
|
|
1233
|
-
default:
|
|
1231
|
+
default: I(() => [
|
|
1234
1232
|
i(o) ? R(s.$slots, "default", { key: 0 }) : le("", !0)
|
|
1235
1233
|
]),
|
|
1236
1234
|
_: 3
|
|
1237
1235
|
}));
|
|
1238
1236
|
}
|
|
1239
|
-
}),
|
|
1237
|
+
}), ye = /* @__PURE__ */ C({
|
|
1240
1238
|
__name: "index",
|
|
1241
1239
|
props: {
|
|
1242
1240
|
nodeId: {},
|
|
@@ -1244,21 +1242,21 @@ const ps = /* @__PURE__ */ C({
|
|
|
1244
1242
|
refContext: {}
|
|
1245
1243
|
},
|
|
1246
1244
|
setup(t) {
|
|
1247
|
-
const { t: n } =
|
|
1248
|
-
|
|
1245
|
+
const { t: n } = Io(), e = t, o = ie();
|
|
1246
|
+
jo(o);
|
|
1249
1247
|
const s = J();
|
|
1250
|
-
ne(s) && sn(o, "slot", e.nodeId, "",
|
|
1248
|
+
ne(s) && sn(o, "slot", e.nodeId, "", ve()), rn(e, o);
|
|
1251
1249
|
function r(c) {
|
|
1252
1250
|
const u = Ke[c.key];
|
|
1253
1251
|
if (!u)
|
|
1254
|
-
return console.assert(!1, `element not found key=${c.key}`),
|
|
1252
|
+
return console.assert(!1, `element not found key=${c.key}`), xe("div", `element not found key=${c.key}`);
|
|
1255
1253
|
const p = {
|
|
1256
1254
|
nodeId: c.id
|
|
1257
1255
|
};
|
|
1258
|
-
return c.
|
|
1256
|
+
return $o(c.key) && (p.refContext = {
|
|
1259
1257
|
parent: e.refContext,
|
|
1260
1258
|
compId: c.refId
|
|
1261
|
-
}),
|
|
1259
|
+
}), xe(
|
|
1262
1260
|
u.comp,
|
|
1263
1261
|
{
|
|
1264
1262
|
key: c.id,
|
|
@@ -1272,10 +1270,10 @@ const ps = /* @__PURE__ */ C({
|
|
|
1272
1270
|
}
|
|
1273
1271
|
);
|
|
1274
1272
|
}
|
|
1275
|
-
const a = () =>
|
|
1273
|
+
const a = () => Co(e.refContext) ? xe("div", n("x-runtime-lib.circularRef")) : o.value?.view.nodeLites.map((c) => r(c));
|
|
1276
1274
|
return (c, u) => (_(), S(a));
|
|
1277
1275
|
}
|
|
1278
|
-
}),
|
|
1276
|
+
}), _s = /* @__PURE__ */ C({
|
|
1279
1277
|
__name: "index",
|
|
1280
1278
|
props: {
|
|
1281
1279
|
nodeId: {},
|
|
@@ -1295,7 +1293,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1295
1293
|
return (u, p) => {
|
|
1296
1294
|
const d = M("v-badge");
|
|
1297
1295
|
return _(), S(i(N), null, {
|
|
1298
|
-
default:
|
|
1296
|
+
default: I(() => [
|
|
1299
1297
|
O(d, {
|
|
1300
1298
|
content: i(o),
|
|
1301
1299
|
dot: i(s),
|
|
@@ -1303,7 +1301,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1303
1301
|
"offset-y": i(c),
|
|
1304
1302
|
theme: i(r)
|
|
1305
1303
|
}, {
|
|
1306
|
-
default:
|
|
1304
|
+
default: I(() => [
|
|
1307
1305
|
R(u.$slots, "default")
|
|
1308
1306
|
]),
|
|
1309
1307
|
_: 3
|
|
@@ -1313,7 +1311,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1313
1311
|
});
|
|
1314
1312
|
};
|
|
1315
1313
|
}
|
|
1316
|
-
}),
|
|
1314
|
+
}), vs = /* @__PURE__ */ C({
|
|
1317
1315
|
__name: "index",
|
|
1318
1316
|
props: {
|
|
1319
1317
|
nodeId: {},
|
|
@@ -1321,7 +1319,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1321
1319
|
refContext: {}
|
|
1322
1320
|
},
|
|
1323
1321
|
setup(t) {
|
|
1324
|
-
const n = t, { node: e } = P(n), o =
|
|
1322
|
+
const n = t, { node: e } = P(n), o = ve(), { property: s } = l(e, [
|
|
1325
1323
|
"settings",
|
|
1326
1324
|
"addIcon",
|
|
1327
1325
|
"append"
|
|
@@ -1347,7 +1345,7 @@ const ps = /* @__PURE__ */ C({
|
|
|
1347
1345
|
return (H, ee) => {
|
|
1348
1346
|
const ae = M("v-btn");
|
|
1349
1347
|
return _(), S(i(N), { block: i(r) }, {
|
|
1350
|
-
default:
|
|
1348
|
+
default: I(() => [
|
|
1351
1349
|
O(ae, {
|
|
1352
1350
|
"append-icon": i(s),
|
|
1353
1351
|
block: i(r),
|
|
@@ -1376,17 +1374,17 @@ const ps = /* @__PURE__ */ C({
|
|
|
1376
1374
|
}, 8, ["block"]);
|
|
1377
1375
|
};
|
|
1378
1376
|
}
|
|
1379
|
-
}),
|
|
1380
|
-
function
|
|
1377
|
+
}), xs = {};
|
|
1378
|
+
function ks(t, n) {
|
|
1381
1379
|
const e = M("v-btn-group");
|
|
1382
1380
|
return _(), S(e, null, {
|
|
1383
|
-
default:
|
|
1381
|
+
default: I(() => [
|
|
1384
1382
|
R(t.$slots, "default")
|
|
1385
1383
|
]),
|
|
1386
1384
|
_: 3
|
|
1387
1385
|
});
|
|
1388
1386
|
}
|
|
1389
|
-
const
|
|
1387
|
+
const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
1390
1388
|
__name: "index",
|
|
1391
1389
|
props: {
|
|
1392
1390
|
nodeId: {},
|
|
@@ -1422,14 +1420,14 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1422
1420
|
tile: i(f),
|
|
1423
1421
|
variant: i(g)
|
|
1424
1422
|
}, {
|
|
1425
|
-
default:
|
|
1423
|
+
default: I(() => [
|
|
1426
1424
|
R(b.$slots, "default")
|
|
1427
1425
|
]),
|
|
1428
1426
|
_: 3
|
|
1429
1427
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1430
1428
|
};
|
|
1431
1429
|
}
|
|
1432
|
-
}),
|
|
1430
|
+
}), Ss = /* @__PURE__ */ C({
|
|
1433
1431
|
__name: "index",
|
|
1434
1432
|
props: {
|
|
1435
1433
|
nodeId: {},
|
|
@@ -1447,7 +1445,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1447
1445
|
return ($, V) => {
|
|
1448
1446
|
const F = M("v-card");
|
|
1449
1447
|
return _(), S(i(N), { block: "" }, {
|
|
1450
|
-
default:
|
|
1448
|
+
default: I(() => [
|
|
1451
1449
|
O(F, {
|
|
1452
1450
|
density: i(o),
|
|
1453
1451
|
disabled: i(s),
|
|
@@ -1465,7 +1463,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1465
1463
|
variant: i(h),
|
|
1466
1464
|
width: i(x)
|
|
1467
1465
|
}, {
|
|
1468
|
-
default:
|
|
1466
|
+
default: I(() => [
|
|
1469
1467
|
R($.$slots, "default")
|
|
1470
1468
|
]),
|
|
1471
1469
|
_: 3
|
|
@@ -1475,7 +1473,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1475
1473
|
});
|
|
1476
1474
|
};
|
|
1477
1475
|
}
|
|
1478
|
-
}),
|
|
1476
|
+
}), $s = /* @__PURE__ */ C({
|
|
1479
1477
|
__name: "index",
|
|
1480
1478
|
props: {
|
|
1481
1479
|
nodeId: {},
|
|
@@ -1493,7 +1491,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1493
1491
|
return (r, a) => {
|
|
1494
1492
|
const c = M("v-checkbox");
|
|
1495
1493
|
return _(), S(i(N), null, {
|
|
1496
|
-
default:
|
|
1494
|
+
default: I(() => [
|
|
1497
1495
|
O(c, {
|
|
1498
1496
|
disabled: i(o),
|
|
1499
1497
|
readonly: i(s)
|
|
@@ -1503,7 +1501,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1503
1501
|
});
|
|
1504
1502
|
};
|
|
1505
1503
|
}
|
|
1506
|
-
}),
|
|
1504
|
+
}), Cs = /* @__PURE__ */ C({
|
|
1507
1505
|
__name: "index",
|
|
1508
1506
|
props: {
|
|
1509
1507
|
nodeId: {},
|
|
@@ -1524,7 +1522,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1524
1522
|
return (x, $) => {
|
|
1525
1523
|
const V = M("v-chip");
|
|
1526
1524
|
return _(), S(i(N), null, {
|
|
1527
|
-
default:
|
|
1525
|
+
default: I(() => [
|
|
1528
1526
|
O(V, {
|
|
1529
1527
|
closable: i(o),
|
|
1530
1528
|
color: i(r),
|
|
@@ -1545,7 +1543,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1545
1543
|
});
|
|
1546
1544
|
};
|
|
1547
1545
|
}
|
|
1548
|
-
}),
|
|
1546
|
+
}), Vs = /* @__PURE__ */ C({
|
|
1549
1547
|
__name: "index",
|
|
1550
1548
|
props: {
|
|
1551
1549
|
nodeId: {},
|
|
@@ -1583,14 +1581,14 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1583
1581
|
"show-arrows": i(p),
|
|
1584
1582
|
theme: i(d)
|
|
1585
1583
|
}, {
|
|
1586
|
-
default:
|
|
1584
|
+
default: I(() => [
|
|
1587
1585
|
R(f.$slots, "default")
|
|
1588
1586
|
]),
|
|
1589
1587
|
_: 3
|
|
1590
1588
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1591
1589
|
};
|
|
1592
1590
|
}
|
|
1593
|
-
}),
|
|
1591
|
+
}), Ps = /* @__PURE__ */ C({
|
|
1594
1592
|
__name: "index",
|
|
1595
1593
|
props: {
|
|
1596
1594
|
nodeId: {},
|
|
@@ -1598,7 +1596,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1598
1596
|
refContext: {}
|
|
1599
1597
|
},
|
|
1600
1598
|
setup(t) {
|
|
1601
|
-
const n = t, { node: e } = P(n), o =
|
|
1599
|
+
const n = t, { node: e } = P(n), o = he(), s = _e(), { applySize: r } = ge(n, e), a = k(() => {
|
|
1602
1600
|
const v = {}, h = s.value?.type;
|
|
1603
1601
|
return o === "page" ? h === "common" ? r(v) : console.assert(!1) : o === "comp" && h === "common" ? r(v) : console.assert(!1), v;
|
|
1604
1602
|
}), { property: c } = l(e, [
|
|
@@ -1626,7 +1624,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1626
1624
|
return (v, h) => {
|
|
1627
1625
|
const x = M("v-color-picker");
|
|
1628
1626
|
return _(), S(i(N), null, {
|
|
1629
|
-
default:
|
|
1627
|
+
default: I(() => [
|
|
1630
1628
|
O(x, {
|
|
1631
1629
|
disabled: i(c),
|
|
1632
1630
|
"hide-canvas": i(u),
|
|
@@ -1643,7 +1641,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1643
1641
|
});
|
|
1644
1642
|
};
|
|
1645
1643
|
}
|
|
1646
|
-
}),
|
|
1644
|
+
}), Ls = /* @__PURE__ */ C({
|
|
1647
1645
|
__name: "index",
|
|
1648
1646
|
props: {
|
|
1649
1647
|
nodeId: {},
|
|
@@ -1667,7 +1665,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1667
1665
|
return (d, m) => {
|
|
1668
1666
|
const f = M("v-combobox");
|
|
1669
1667
|
return _(), S(i(N), null, {
|
|
1670
|
-
default:
|
|
1668
|
+
default: I(() => [
|
|
1671
1669
|
O(f, {
|
|
1672
1670
|
modelValue: i(p),
|
|
1673
1671
|
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
@@ -1683,7 +1681,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1683
1681
|
});
|
|
1684
1682
|
};
|
|
1685
1683
|
}
|
|
1686
|
-
}),
|
|
1684
|
+
}), zs = /* @__PURE__ */ C({
|
|
1687
1685
|
__name: "index",
|
|
1688
1686
|
props: {
|
|
1689
1687
|
nodeId: {},
|
|
@@ -1691,15 +1689,15 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1691
1689
|
refContext: {}
|
|
1692
1690
|
},
|
|
1693
1691
|
setup(t) {
|
|
1694
|
-
const n = t, { node: e } = P(n), o =
|
|
1692
|
+
const n = t, { node: e } = P(n), o = he(), s = _e(), { property: r } = l(e, [
|
|
1695
1693
|
"settings",
|
|
1696
1694
|
"backgroundColor"
|
|
1697
|
-
]), { color: a } = q(r), { applySize: c } =
|
|
1695
|
+
]), { color: a } = q(r), { applySize: c } = ge(n, e), { applyMargin: u } = Jt(e), { applyPadding: p } = qt(e), { applyBorder: d } = Ut(e), m = k(() => {
|
|
1698
1696
|
const f = {}, g = s.value?.type;
|
|
1699
1697
|
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;
|
|
1700
1698
|
});
|
|
1701
1699
|
return (f, g) => (_(), S(i(N), { block: "" }, {
|
|
1702
|
-
default:
|
|
1700
|
+
default: I(() => [
|
|
1703
1701
|
te("div", {
|
|
1704
1702
|
style: re(m.value)
|
|
1705
1703
|
}, [
|
|
@@ -1709,7 +1707,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1709
1707
|
_: 3
|
|
1710
1708
|
}));
|
|
1711
1709
|
}
|
|
1712
|
-
}),
|
|
1710
|
+
}), Ts = /* @__PURE__ */ C({
|
|
1713
1711
|
__name: "index",
|
|
1714
1712
|
props: {
|
|
1715
1713
|
nodeId: {},
|
|
@@ -1735,7 +1733,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1735
1733
|
return (v, h) => {
|
|
1736
1734
|
const x = M("v-data-table");
|
|
1737
1735
|
return _(), S(i(N), { block: "" }, {
|
|
1738
|
-
default:
|
|
1736
|
+
default: I(() => [
|
|
1739
1737
|
O(x, {
|
|
1740
1738
|
density: i(o),
|
|
1741
1739
|
"fixed-footer": i(s),
|
|
@@ -1749,10 +1747,10 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1749
1747
|
theme: i(f),
|
|
1750
1748
|
width: i(g)
|
|
1751
1749
|
}, Ft({ _: 2 }, [
|
|
1752
|
-
|
|
1750
|
+
Yo(b.value, ($) => ({
|
|
1753
1751
|
name: `item.${$.column}`,
|
|
1754
|
-
fn:
|
|
1755
|
-
O(i(
|
|
1752
|
+
fn: I(({ value: V }) => [
|
|
1753
|
+
O(i(ye), {
|
|
1756
1754
|
"node-id": $.column,
|
|
1757
1755
|
"ref-context": { compId: $.comp },
|
|
1758
1756
|
state: { value: V }
|
|
@@ -1765,20 +1763,20 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1765
1763
|
});
|
|
1766
1764
|
};
|
|
1767
1765
|
}
|
|
1768
|
-
}),
|
|
1766
|
+
}), Es = /* @__PURE__ */ C({
|
|
1769
1767
|
__name: "index",
|
|
1770
1768
|
setup(t) {
|
|
1771
1769
|
return (n, e) => {
|
|
1772
1770
|
const o = M("v-date-picker");
|
|
1773
1771
|
return _(), S(i(N), null, {
|
|
1774
|
-
default:
|
|
1772
|
+
default: I(() => [
|
|
1775
1773
|
O(o)
|
|
1776
1774
|
]),
|
|
1777
1775
|
_: 1
|
|
1778
1776
|
});
|
|
1779
1777
|
};
|
|
1780
1778
|
}
|
|
1781
|
-
}),
|
|
1779
|
+
}), As = ["id"], Ms = /* @__PURE__ */ C({
|
|
1782
1780
|
__name: "index",
|
|
1783
1781
|
props: {
|
|
1784
1782
|
nodeId: {},
|
|
@@ -1786,7 +1784,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1786
1784
|
refContext: {}
|
|
1787
1785
|
},
|
|
1788
1786
|
setup(t) {
|
|
1789
|
-
const n = t, e = J(), { open: o } =
|
|
1787
|
+
const n = t, e = J(), { open: o } = bo(`runtimeDlg/${fo()}`);
|
|
1790
1788
|
return Ye(n, "open", () => {
|
|
1791
1789
|
o.value = !0;
|
|
1792
1790
|
}), Ye(n, "close", () => {
|
|
@@ -1798,20 +1796,20 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1798
1796
|
"onUpdate:modelValue": r[0] || (r[0] = (c) => Z(o) ? o.value = c : null),
|
|
1799
1797
|
attach: "#dialogContainer"
|
|
1800
1798
|
}, {
|
|
1801
|
-
activator:
|
|
1799
|
+
activator: I(() => [
|
|
1802
1800
|
i(e) === "editor" ? (_(), se("div", {
|
|
1803
1801
|
key: 0,
|
|
1804
1802
|
id: `__node__@${n.nodeId}`
|
|
1805
|
-
}, null, 8,
|
|
1803
|
+
}, null, 8, As)) : le("", !0)
|
|
1806
1804
|
]),
|
|
1807
|
-
default:
|
|
1805
|
+
default: I(() => [
|
|
1808
1806
|
R(s.$slots, "default")
|
|
1809
1807
|
]),
|
|
1810
1808
|
_: 3
|
|
1811
1809
|
}, 8, ["modelValue"]);
|
|
1812
1810
|
};
|
|
1813
1811
|
}
|
|
1814
|
-
}),
|
|
1812
|
+
}), Bs = /* @__PURE__ */ C({
|
|
1815
1813
|
__name: "index",
|
|
1816
1814
|
props: {
|
|
1817
1815
|
nodeId: {},
|
|
@@ -1838,7 +1836,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1838
1836
|
return (g, b) => {
|
|
1839
1837
|
const v = M("v-file-input");
|
|
1840
1838
|
return _(), S(i(N), { block: "" }, {
|
|
1841
|
-
default:
|
|
1839
|
+
default: I(() => [
|
|
1842
1840
|
O(v, {
|
|
1843
1841
|
chips: i(o),
|
|
1844
1842
|
density: i(s),
|
|
@@ -1856,7 +1854,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1856
1854
|
});
|
|
1857
1855
|
};
|
|
1858
1856
|
}
|
|
1859
|
-
}),
|
|
1857
|
+
}), Ws = /* @__PURE__ */ C({
|
|
1860
1858
|
__name: "index",
|
|
1861
1859
|
props: {
|
|
1862
1860
|
nodeId: {},
|
|
@@ -1864,7 +1862,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1864
1862
|
refContext: {}
|
|
1865
1863
|
},
|
|
1866
1864
|
setup(t) {
|
|
1867
|
-
const n = t, { node: e } = P(n), o = Be(), s =
|
|
1865
|
+
const n = t, { node: e } = P(n), o = Be(), s = he(), r = _e(), { applySize: a } = ge(n, e), { applyMargin: c } = Jt(e), { applyPadding: u } = qt(e), { applyBorder: p } = Ut(e), { property: d } = l(e, [
|
|
1868
1866
|
"settings",
|
|
1869
1867
|
"backgroundColor"
|
|
1870
1868
|
]), { color: m } = q(d), f = (b) => {
|
|
@@ -1887,7 +1885,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1887
1885
|
R(b.$slots, "default")
|
|
1888
1886
|
], 4));
|
|
1889
1887
|
}
|
|
1890
|
-
}),
|
|
1888
|
+
}), Rs = /* @__PURE__ */ C({
|
|
1891
1889
|
__name: "index",
|
|
1892
1890
|
props: {
|
|
1893
1891
|
nodeId: {},
|
|
@@ -1895,7 +1893,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1895
1893
|
refContext: {}
|
|
1896
1894
|
},
|
|
1897
1895
|
setup(t) {
|
|
1898
|
-
const n = t, { node: e } = P(n), o =
|
|
1896
|
+
const n = t, { node: e } = P(n), o = he(), s = _e(), { applySize: r } = ge(n, e), { property: a } = l(e, ["settings", "grow"]), { property: c } = l(e, ["settings", "shrink"]), u = k(() => {
|
|
1899
1897
|
const p = {}, d = s.value?.type;
|
|
1900
1898
|
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;
|
|
1901
1899
|
});
|
|
@@ -1905,7 +1903,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1905
1903
|
R(p.$slots, "default")
|
|
1906
1904
|
], 4));
|
|
1907
1905
|
}
|
|
1908
|
-
}),
|
|
1906
|
+
}), Ks = /* @__PURE__ */ C({
|
|
1909
1907
|
__name: "index",
|
|
1910
1908
|
props: {
|
|
1911
1909
|
nodeId: {},
|
|
@@ -1913,13 +1911,13 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1913
1911
|
refContext: {}
|
|
1914
1912
|
},
|
|
1915
1913
|
setup(t) {
|
|
1916
|
-
const n = t, { node: e } = P(n), o =
|
|
1914
|
+
const n = t, { node: e } = P(n), o = he(), s = _e(), r = ve(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
|
|
1917
1915
|
"settings",
|
|
1918
1916
|
"fastFail"
|
|
1919
1917
|
]), { property: u } = l(e, [
|
|
1920
1918
|
"settings",
|
|
1921
1919
|
"backgroundColor"
|
|
1922
|
-
]), { color: p } = q(u), { applySize: d } =
|
|
1920
|
+
]), { color: p } = q(u), { applySize: d } = ge(n, e), { applyMargin: m } = Jt(e), { applyPadding: f } = qt(e), { applyBorder: g } = Ut(e), b = k(() => {
|
|
1923
1921
|
const h = {}, x = s.value?.type;
|
|
1924
1922
|
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;
|
|
1925
1923
|
}), v = () => {
|
|
@@ -1935,16 +1933,16 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1935
1933
|
"onUpdate:modelValue": x[0] || (x[0] = (V) => Z(a) ? a.value = V : null),
|
|
1936
1934
|
"fast-fail": i(c),
|
|
1937
1935
|
style: re(b.value),
|
|
1938
|
-
onSubmit:
|
|
1936
|
+
onSubmit: Zo(v, ["prevent"])
|
|
1939
1937
|
}, {
|
|
1940
|
-
default:
|
|
1938
|
+
default: I(() => [
|
|
1941
1939
|
R(h.$slots, "default")
|
|
1942
1940
|
]),
|
|
1943
1941
|
_: 3
|
|
1944
1942
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1945
1943
|
};
|
|
1946
1944
|
}
|
|
1947
|
-
}),
|
|
1945
|
+
}), Ds = /* @__PURE__ */ C({
|
|
1948
1946
|
__name: "index",
|
|
1949
1947
|
props: {
|
|
1950
1948
|
nodeId: {},
|
|
@@ -1967,7 +1965,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1967
1965
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1968
1966
|
};
|
|
1969
1967
|
}
|
|
1970
|
-
}),
|
|
1968
|
+
}), Os = ["id"], Fs = /* @__PURE__ */ C({
|
|
1971
1969
|
__name: "index",
|
|
1972
1970
|
props: {
|
|
1973
1971
|
nodeId: {},
|
|
@@ -1975,7 +1973,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1975
1973
|
refContext: {}
|
|
1976
1974
|
},
|
|
1977
1975
|
setup(t) {
|
|
1978
|
-
const n = t, e = J(), o =
|
|
1976
|
+
const n = t, e = J(), o = ve(), s = ie(0), r = ie(0), a = k(() => [s.value, r.value]), { open: c } = bo(`runtimeMenu/${fo()}`);
|
|
1979
1977
|
return Ye(n, "open", () => {
|
|
1980
1978
|
if (!o || !o.vm)
|
|
1981
1979
|
return;
|
|
@@ -1993,20 +1991,20 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
1993
1991
|
scrim: "transparent",
|
|
1994
1992
|
target: a.value
|
|
1995
1993
|
}, {
|
|
1996
|
-
activator:
|
|
1994
|
+
activator: I(() => [
|
|
1997
1995
|
i(e) === "editor" ? (_(), se("div", {
|
|
1998
1996
|
key: 0,
|
|
1999
1997
|
id: `__node__@${n.nodeId}`
|
|
2000
|
-
}, null, 8,
|
|
1998
|
+
}, null, 8, Os)) : le("", !0)
|
|
2001
1999
|
]),
|
|
2002
|
-
default:
|
|
2000
|
+
default: I(() => [
|
|
2003
2001
|
R(u.$slots, "default")
|
|
2004
2002
|
]),
|
|
2005
2003
|
_: 3
|
|
2006
2004
|
}, 8, ["modelValue", "target"]);
|
|
2007
2005
|
};
|
|
2008
2006
|
}
|
|
2009
|
-
}),
|
|
2007
|
+
}), Ns = /* @__PURE__ */ C({
|
|
2010
2008
|
__name: "index",
|
|
2011
2009
|
props: {
|
|
2012
2010
|
nodeId: {},
|
|
@@ -2052,7 +2050,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2052
2050
|
return (ee, ae) => {
|
|
2053
2051
|
const $e = M("v-number-input");
|
|
2054
2052
|
return _(), S(i(N), { block: "" }, {
|
|
2055
|
-
default:
|
|
2053
|
+
default: I(() => [
|
|
2056
2054
|
O($e, {
|
|
2057
2055
|
modelValue: i(D),
|
|
2058
2056
|
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(D) ? D.value = de : null),
|
|
@@ -2085,7 +2083,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2085
2083
|
});
|
|
2086
2084
|
};
|
|
2087
2085
|
}
|
|
2088
|
-
}),
|
|
2086
|
+
}), js = /* @__PURE__ */ C({
|
|
2089
2087
|
__name: "index",
|
|
2090
2088
|
props: {
|
|
2091
2089
|
nodeId: {},
|
|
@@ -2106,7 +2104,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2106
2104
|
return (v, h) => {
|
|
2107
2105
|
const x = M("v-pagination");
|
|
2108
2106
|
return _(), S(i(N), { block: "" }, {
|
|
2109
|
-
default:
|
|
2107
|
+
default: I(() => [
|
|
2110
2108
|
O(x, {
|
|
2111
2109
|
modelValue: i(f),
|
|
2112
2110
|
"onUpdate:modelValue": h[0] || (h[0] = ($) => Z(f) ? f.value = $ : null),
|
|
@@ -2126,7 +2124,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2126
2124
|
});
|
|
2127
2125
|
};
|
|
2128
2126
|
}
|
|
2129
|
-
}),
|
|
2127
|
+
}), Gs = /* @__PURE__ */ C({
|
|
2130
2128
|
__name: "index",
|
|
2131
2129
|
props: {
|
|
2132
2130
|
nodeId: {},
|
|
@@ -2154,7 +2152,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2154
2152
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2155
2153
|
};
|
|
2156
2154
|
}
|
|
2157
|
-
}),
|
|
2155
|
+
}), Hs = /* @__PURE__ */ C({
|
|
2158
2156
|
__name: "index",
|
|
2159
2157
|
props: {
|
|
2160
2158
|
nodeId: {},
|
|
@@ -2175,7 +2173,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2175
2173
|
return (d, m) => {
|
|
2176
2174
|
const f = M("v-radio-group");
|
|
2177
2175
|
return _(), S(i(N), null, {
|
|
2178
|
-
default:
|
|
2176
|
+
default: I(() => [
|
|
2179
2177
|
O(f, {
|
|
2180
2178
|
modelValue: i(p),
|
|
2181
2179
|
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
@@ -2186,7 +2184,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2186
2184
|
readonly: i(c),
|
|
2187
2185
|
theme: i(u)
|
|
2188
2186
|
}, {
|
|
2189
|
-
default:
|
|
2187
|
+
default: I(() => [
|
|
2190
2188
|
R(d.$slots, "default")
|
|
2191
2189
|
]),
|
|
2192
2190
|
_: 3
|
|
@@ -2196,7 +2194,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2196
2194
|
});
|
|
2197
2195
|
};
|
|
2198
2196
|
}
|
|
2199
|
-
}),
|
|
2197
|
+
}), Us = /* @__PURE__ */ C({
|
|
2200
2198
|
__name: "index",
|
|
2201
2199
|
props: {
|
|
2202
2200
|
nodeId: {},
|
|
@@ -2241,7 +2239,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2241
2239
|
const D = {};
|
|
2242
2240
|
for (const { value: L, label: H } of $.value)
|
|
2243
2241
|
D[L] = H;
|
|
2244
|
-
if (!
|
|
2242
|
+
if (!wo(D))
|
|
2245
2243
|
return D;
|
|
2246
2244
|
}), { property: F } = l(e, [
|
|
2247
2245
|
"settings",
|
|
@@ -2263,7 +2261,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2263
2261
|
return (D, L) => {
|
|
2264
2262
|
const H = M("v-range-slider");
|
|
2265
2263
|
return _(), S(i(N), { block: "" }, {
|
|
2266
|
-
default:
|
|
2264
|
+
default: I(() => [
|
|
2267
2265
|
O(H, {
|
|
2268
2266
|
modelValue: j.value,
|
|
2269
2267
|
"onUpdate:modelValue": L[0] || (L[0] = (ee) => j.value = ee),
|
|
@@ -2288,7 +2286,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2288
2286
|
});
|
|
2289
2287
|
};
|
|
2290
2288
|
}
|
|
2291
|
-
}),
|
|
2289
|
+
}), Js = /* @__PURE__ */ C({
|
|
2292
2290
|
__name: "index",
|
|
2293
2291
|
props: {
|
|
2294
2292
|
nodeId: {},
|
|
@@ -2312,7 +2310,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2312
2310
|
return (f, g) => {
|
|
2313
2311
|
const b = M("v-rating");
|
|
2314
2312
|
return _(), S(i(N), null, {
|
|
2315
|
-
default:
|
|
2313
|
+
default: I(() => [
|
|
2316
2314
|
O(b, {
|
|
2317
2315
|
modelValue: i(m),
|
|
2318
2316
|
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
|
|
@@ -2330,7 +2328,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2330
2328
|
});
|
|
2331
2329
|
};
|
|
2332
2330
|
}
|
|
2333
|
-
}),
|
|
2331
|
+
}), qs = /* @__PURE__ */ C({
|
|
2334
2332
|
__name: "index",
|
|
2335
2333
|
props: {
|
|
2336
2334
|
nodeId: {},
|
|
@@ -2354,7 +2352,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2354
2352
|
return (d, m) => {
|
|
2355
2353
|
const f = M("v-select");
|
|
2356
2354
|
return _(), S(i(N), { block: "" }, {
|
|
2357
|
-
default:
|
|
2355
|
+
default: I(() => [
|
|
2358
2356
|
O(f, {
|
|
2359
2357
|
modelValue: i(p),
|
|
2360
2358
|
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
@@ -2370,7 +2368,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2370
2368
|
});
|
|
2371
2369
|
};
|
|
2372
2370
|
}
|
|
2373
|
-
}),
|
|
2371
|
+
}), Xs = /* @__PURE__ */ C({
|
|
2374
2372
|
__name: "index",
|
|
2375
2373
|
props: {
|
|
2376
2374
|
nodeId: {},
|
|
@@ -2418,7 +2416,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2418
2416
|
const de = {};
|
|
2419
2417
|
for (const { value: Je, label: lt } of U.value)
|
|
2420
2418
|
de[Je] = lt;
|
|
2421
|
-
if (!
|
|
2419
|
+
if (!wo(de))
|
|
2422
2420
|
return de;
|
|
2423
2421
|
}), { property: D } = l(e, [
|
|
2424
2422
|
"settings",
|
|
@@ -2430,10 +2428,10 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2430
2428
|
return (de, Je) => {
|
|
2431
2429
|
const lt = M("v-slider");
|
|
2432
2430
|
return _(), S(i(N), { block: "" }, {
|
|
2433
|
-
default:
|
|
2431
|
+
default: I(() => [
|
|
2434
2432
|
O(lt, {
|
|
2435
2433
|
modelValue: i(ee),
|
|
2436
|
-
"onUpdate:modelValue": Je[0] || (Je[0] = (
|
|
2434
|
+
"onUpdate:modelValue": Je[0] || (Je[0] = (Uo) => Z(ee) ? ee.value = Uo : null),
|
|
2437
2435
|
color: i(s),
|
|
2438
2436
|
direction: i(r),
|
|
2439
2437
|
disabled: i(a),
|
|
@@ -2455,8 +2453,8 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2455
2453
|
}, Ft({ _: 2 }, [
|
|
2456
2454
|
i(ae) ? {
|
|
2457
2455
|
name: "append",
|
|
2458
|
-
fn:
|
|
2459
|
-
O(i(
|
|
2456
|
+
fn: I(() => [
|
|
2457
|
+
O(i(ye), {
|
|
2460
2458
|
"node-id": "append",
|
|
2461
2459
|
"ref-context": { compId: i(ae) },
|
|
2462
2460
|
state: {}
|
|
@@ -2466,8 +2464,8 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2466
2464
|
} : void 0,
|
|
2467
2465
|
i($e) ? {
|
|
2468
2466
|
name: "prepend",
|
|
2469
|
-
fn:
|
|
2470
|
-
O(i(
|
|
2467
|
+
fn: I(() => [
|
|
2468
|
+
O(i(ye), {
|
|
2471
2469
|
"node-id": "prepend",
|
|
2472
2470
|
"ref-context": { compId: i($e) },
|
|
2473
2471
|
state: {}
|
|
@@ -2481,7 +2479,7 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2481
2479
|
});
|
|
2482
2480
|
};
|
|
2483
2481
|
}
|
|
2484
|
-
}),
|
|
2482
|
+
}), Ys = /* @__PURE__ */ C({
|
|
2485
2483
|
__name: "index",
|
|
2486
2484
|
props: {
|
|
2487
2485
|
nodeId: {},
|
|
@@ -2501,24 +2499,24 @@ const xs = /* @__PURE__ */ Ae(_s, [["render", vs]]), ks = /* @__PURE__ */ C({
|
|
|
2501
2499
|
"hide-actions": i(o),
|
|
2502
2500
|
theme: i(s)
|
|
2503
2501
|
}, {
|
|
2504
|
-
default:
|
|
2502
|
+
default: I(() => [
|
|
2505
2503
|
R(a.$slots, "default")
|
|
2506
2504
|
]),
|
|
2507
2505
|
_: 3
|
|
2508
2506
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2509
2507
|
};
|
|
2510
2508
|
}
|
|
2511
|
-
}),
|
|
2512
|
-
function
|
|
2509
|
+
}), Zs = {};
|
|
2510
|
+
function Qs(t, n) {
|
|
2513
2511
|
const e = M("v-stepper-header");
|
|
2514
2512
|
return _(), S(e, null, {
|
|
2515
|
-
default:
|
|
2513
|
+
default: I(() => [
|
|
2516
2514
|
R(t.$slots, "default")
|
|
2517
2515
|
]),
|
|
2518
2516
|
_: 3
|
|
2519
2517
|
});
|
|
2520
2518
|
}
|
|
2521
|
-
const
|
|
2519
|
+
const el = /* @__PURE__ */ Ae(Zs, [["render", Qs]]), tl = /* @__PURE__ */ C({
|
|
2522
2520
|
__name: "index",
|
|
2523
2521
|
props: {
|
|
2524
2522
|
nodeId: {},
|
|
@@ -2530,24 +2528,24 @@ const Zs = /* @__PURE__ */ Ae(Xs, [["render", Ys]]), Qs = /* @__PURE__ */ C({
|
|
|
2530
2528
|
return (s, r) => {
|
|
2531
2529
|
const a = M("v-stepper-item");
|
|
2532
2530
|
return _(), S(a, { value: i(o) }, {
|
|
2533
|
-
default:
|
|
2531
|
+
default: I(() => [
|
|
2534
2532
|
R(s.$slots, "default")
|
|
2535
2533
|
]),
|
|
2536
2534
|
_: 3
|
|
2537
2535
|
}, 8, ["value"]);
|
|
2538
2536
|
};
|
|
2539
2537
|
}
|
|
2540
|
-
}),
|
|
2541
|
-
function
|
|
2538
|
+
}), nl = {};
|
|
2539
|
+
function ol(t, n) {
|
|
2542
2540
|
const e = M("v-stepper-window");
|
|
2543
2541
|
return _(), S(e, null, {
|
|
2544
|
-
default:
|
|
2542
|
+
default: I(() => [
|
|
2545
2543
|
R(t.$slots, "default")
|
|
2546
2544
|
]),
|
|
2547
2545
|
_: 3
|
|
2548
2546
|
});
|
|
2549
2547
|
}
|
|
2550
|
-
const
|
|
2548
|
+
const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
2551
2549
|
__name: "index",
|
|
2552
2550
|
props: {
|
|
2553
2551
|
nodeId: {},
|
|
@@ -2559,14 +2557,14 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2559
2557
|
return (s, r) => {
|
|
2560
2558
|
const a = M("v-stepper-window-item");
|
|
2561
2559
|
return _(), S(a, { value: i(o) }, {
|
|
2562
|
-
default:
|
|
2560
|
+
default: I(() => [
|
|
2563
2561
|
R(s.$slots, "default")
|
|
2564
2562
|
]),
|
|
2565
2563
|
_: 3
|
|
2566
2564
|
}, 8, ["value"]);
|
|
2567
2565
|
};
|
|
2568
2566
|
}
|
|
2569
|
-
}),
|
|
2567
|
+
}), sl = /* @__PURE__ */ C({
|
|
2570
2568
|
__name: "index",
|
|
2571
2569
|
props: {
|
|
2572
2570
|
nodeId: {},
|
|
@@ -2590,7 +2588,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2590
2588
|
return (b, v) => {
|
|
2591
2589
|
const h = M("v-switch");
|
|
2592
2590
|
return _(), S(i(N), { "fit-content": !0 }, {
|
|
2593
|
-
default:
|
|
2591
|
+
default: I(() => [
|
|
2594
2592
|
O(h, {
|
|
2595
2593
|
modelValue: i(g),
|
|
2596
2594
|
"onUpdate:modelValue": v[0] || (v[0] = (x) => Z(g) ? g.value = x : null),
|
|
@@ -2610,7 +2608,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2610
2608
|
});
|
|
2611
2609
|
};
|
|
2612
2610
|
}
|
|
2613
|
-
}),
|
|
2611
|
+
}), ll = /* @__PURE__ */ C({
|
|
2614
2612
|
__name: "index",
|
|
2615
2613
|
props: {
|
|
2616
2614
|
nodeId: {},
|
|
@@ -2625,7 +2623,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2625
2623
|
return (u, p) => {
|
|
2626
2624
|
const d = M("v-tab");
|
|
2627
2625
|
return _(), S(i(N), null, {
|
|
2628
|
-
default:
|
|
2626
|
+
default: I(() => [
|
|
2629
2627
|
O(d, {
|
|
2630
2628
|
style: re(c.value),
|
|
2631
2629
|
text: i(s),
|
|
@@ -2637,7 +2635,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2637
2635
|
});
|
|
2638
2636
|
};
|
|
2639
2637
|
}
|
|
2640
|
-
}),
|
|
2638
|
+
}), al = /* @__PURE__ */ C({
|
|
2641
2639
|
__name: "index",
|
|
2642
2640
|
props: {
|
|
2643
2641
|
nodeId: {},
|
|
@@ -2685,7 +2683,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2685
2683
|
return (j, D) => {
|
|
2686
2684
|
const L = M("v-tabs");
|
|
2687
2685
|
return _(), S(i(N), { block: "" }, {
|
|
2688
|
-
default:
|
|
2686
|
+
default: I(() => [
|
|
2689
2687
|
O(L, {
|
|
2690
2688
|
modelValue: i(U),
|
|
2691
2689
|
"onUpdate:modelValue": D[0] || (D[0] = (H) => Z(U) ? U.value = H : null),
|
|
@@ -2706,7 +2704,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2706
2704
|
stacked: i(F),
|
|
2707
2705
|
theme: i(W)
|
|
2708
2706
|
}, {
|
|
2709
|
-
default:
|
|
2707
|
+
default: I(() => [
|
|
2710
2708
|
R(j.$slots, "default")
|
|
2711
2709
|
]),
|
|
2712
2710
|
_: 3
|
|
@@ -2716,7 +2714,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2716
2714
|
});
|
|
2717
2715
|
};
|
|
2718
2716
|
}
|
|
2719
|
-
}),
|
|
2717
|
+
}), cl = /* @__PURE__ */ C({
|
|
2720
2718
|
__name: "index",
|
|
2721
2719
|
props: {
|
|
2722
2720
|
nodeId: {},
|
|
@@ -2735,15 +2733,15 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2735
2733
|
return g && m.push(`text-${g}`), a.value === "high" ? m.push("text-high-emphasis") : a.value === "medium" ? m.push("text-medium-emphasis") : a.value === "disabled" && m.push("text-disabled"), s.value && m.push(`font-${s.value}`), r.value && m.push(`text-decoration-${r.value}`), p.value && m.push(`font-weight-${p.value}`), c.value && m.push("font-italic"), m.join(" ");
|
|
2736
2734
|
});
|
|
2737
2735
|
return (m, f) => (_(), S(i(N), null, {
|
|
2738
|
-
default:
|
|
2736
|
+
default: I(() => [
|
|
2739
2737
|
te("span", {
|
|
2740
|
-
class:
|
|
2741
|
-
},
|
|
2738
|
+
class: Qo(d.value)
|
|
2739
|
+
}, ei(i(u)), 3)
|
|
2742
2740
|
]),
|
|
2743
2741
|
_: 1
|
|
2744
2742
|
}));
|
|
2745
2743
|
}
|
|
2746
|
-
}),
|
|
2744
|
+
}), ul = /* @__PURE__ */ C({
|
|
2747
2745
|
__name: "index",
|
|
2748
2746
|
props: {
|
|
2749
2747
|
nodeId: {},
|
|
@@ -2773,7 +2771,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2773
2771
|
return ($, V) => {
|
|
2774
2772
|
const F = M("v-textarea");
|
|
2775
2773
|
return _(), S(i(N), { block: "" }, {
|
|
2776
|
-
default:
|
|
2774
|
+
default: I(() => [
|
|
2777
2775
|
O(F, {
|
|
2778
2776
|
modelValue: i(h),
|
|
2779
2777
|
"onUpdate:modelValue": V[0] || (V[0] = (W) => Z(h) ? h.value = W : null),
|
|
@@ -2797,7 +2795,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2797
2795
|
});
|
|
2798
2796
|
};
|
|
2799
2797
|
}
|
|
2800
|
-
}),
|
|
2798
|
+
}), ml = /* @__PURE__ */ C({
|
|
2801
2799
|
__name: "index",
|
|
2802
2800
|
props: {
|
|
2803
2801
|
nodeId: {},
|
|
@@ -2848,7 +2846,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2848
2846
|
return (ee, ae) => {
|
|
2849
2847
|
const $e = M("v-text-field");
|
|
2850
2848
|
return _(), S(i(N), { block: "" }, {
|
|
2851
|
-
default:
|
|
2849
|
+
default: I(() => [
|
|
2852
2850
|
O($e, {
|
|
2853
2851
|
modelValue: i(W),
|
|
2854
2852
|
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(W) ? W.value = de : null),
|
|
@@ -2874,8 +2872,8 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2874
2872
|
}, Ft({ _: 2 }, [
|
|
2875
2873
|
i(j) ? {
|
|
2876
2874
|
name: "append",
|
|
2877
|
-
fn:
|
|
2878
|
-
O(i(
|
|
2875
|
+
fn: I(() => [
|
|
2876
|
+
O(i(ye), {
|
|
2879
2877
|
"node-id": "append",
|
|
2880
2878
|
"ref-context": { compId: i(j) },
|
|
2881
2879
|
state: {}
|
|
@@ -2885,8 +2883,8 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2885
2883
|
} : void 0,
|
|
2886
2884
|
i(D) ? {
|
|
2887
2885
|
name: "append-inner",
|
|
2888
|
-
fn:
|
|
2889
|
-
O(i(
|
|
2886
|
+
fn: I(() => [
|
|
2887
|
+
O(i(ye), {
|
|
2890
2888
|
"node-id": "append-inner",
|
|
2891
2889
|
"ref-context": { compId: i(D) },
|
|
2892
2890
|
state: {}
|
|
@@ -2896,8 +2894,8 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2896
2894
|
} : void 0,
|
|
2897
2895
|
i(L) ? {
|
|
2898
2896
|
name: "prepend",
|
|
2899
|
-
fn:
|
|
2900
|
-
O(i(
|
|
2897
|
+
fn: I(() => [
|
|
2898
|
+
O(i(ye), {
|
|
2901
2899
|
"node-id": "prepend",
|
|
2902
2900
|
"ref-context": { compId: i(L) },
|
|
2903
2901
|
state: {}
|
|
@@ -2907,8 +2905,8 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2907
2905
|
} : void 0,
|
|
2908
2906
|
i(H) ? {
|
|
2909
2907
|
name: "prepend-inner",
|
|
2910
|
-
fn:
|
|
2911
|
-
O(i(
|
|
2908
|
+
fn: I(() => [
|
|
2909
|
+
O(i(ye), {
|
|
2912
2910
|
"node-id": "prepend-inner",
|
|
2913
2911
|
"ref-context": { compId: i(H) },
|
|
2914
2912
|
state: {}
|
|
@@ -2922,7 +2920,7 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2922
2920
|
});
|
|
2923
2921
|
};
|
|
2924
2922
|
}
|
|
2925
|
-
}),
|
|
2923
|
+
}), pl = /* @__PURE__ */ C({
|
|
2926
2924
|
__name: "index",
|
|
2927
2925
|
props: {
|
|
2928
2926
|
nodeId: {},
|
|
@@ -2977,24 +2975,24 @@ const nl = /* @__PURE__ */ Ae(el, [["render", tl]]), ol = /* @__PURE__ */ C({
|
|
|
2977
2975
|
theme: i(h),
|
|
2978
2976
|
"truncate-line": i(v)
|
|
2979
2977
|
}, {
|
|
2980
|
-
default:
|
|
2978
|
+
default: I(() => [
|
|
2981
2979
|
R(x.$slots, "default")
|
|
2982
2980
|
]),
|
|
2983
2981
|
_: 3
|
|
2984
2982
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2985
2983
|
};
|
|
2986
2984
|
}
|
|
2987
|
-
}),
|
|
2988
|
-
function
|
|
2985
|
+
}), dl = {};
|
|
2986
|
+
function fl(t, n) {
|
|
2989
2987
|
const e = M("v-timeline-item");
|
|
2990
2988
|
return _(), S(e, null, {
|
|
2991
|
-
default:
|
|
2989
|
+
default: I(() => [
|
|
2992
2990
|
R(t.$slots, "default")
|
|
2993
2991
|
]),
|
|
2994
2992
|
_: 3
|
|
2995
2993
|
});
|
|
2996
2994
|
}
|
|
2997
|
-
const
|
|
2995
|
+
const yl = /* @__PURE__ */ Ae(dl, [["render", fl]]), bl = /* @__PURE__ */ C({
|
|
2998
2996
|
__name: "index",
|
|
2999
2997
|
props: {
|
|
3000
2998
|
nodeId: {},
|
|
@@ -3028,24 +3026,24 @@ const dl = /* @__PURE__ */ Ae(ml, [["render", pl]]), fl = /* @__PURE__ */ C({
|
|
|
3028
3026
|
theme: i(p),
|
|
3029
3027
|
touch: i(u)
|
|
3030
3028
|
}, {
|
|
3031
|
-
default:
|
|
3029
|
+
default: I(() => [
|
|
3032
3030
|
R(m.$slots, "default")
|
|
3033
3031
|
]),
|
|
3034
3032
|
_: 3
|
|
3035
3033
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
3036
3034
|
};
|
|
3037
3035
|
}
|
|
3038
|
-
}),
|
|
3039
|
-
function
|
|
3036
|
+
}), gl = {};
|
|
3037
|
+
function hl(t, n) {
|
|
3040
3038
|
const e = M("v-window-item");
|
|
3041
3039
|
return _(), S(e, null, {
|
|
3042
|
-
default:
|
|
3040
|
+
default: I(() => [
|
|
3043
3041
|
R(t.$slots, "default")
|
|
3044
3042
|
]),
|
|
3045
3043
|
_: 3
|
|
3046
3044
|
});
|
|
3047
3045
|
}
|
|
3048
|
-
const
|
|
3046
|
+
const _l = /* @__PURE__ */ Ae(gl, [["render", hl]]), y = {
|
|
3049
3047
|
key: "basic",
|
|
3050
3048
|
name: "x-runtime-lib.basic",
|
|
3051
3049
|
children: [
|
|
@@ -3107,7 +3105,7 @@ const gl = /* @__PURE__ */ Ae(yl, [["render", bl]]), y = {
|
|
|
3107
3105
|
]
|
|
3108
3106
|
}
|
|
3109
3107
|
]
|
|
3110
|
-
},
|
|
3108
|
+
}, vl = K(X), Le = {
|
|
3111
3109
|
key: "border",
|
|
3112
3110
|
name: "x-runtime-lib.border",
|
|
3113
3111
|
children: [
|
|
@@ -3125,7 +3123,7 @@ const gl = /* @__PURE__ */ Ae(yl, [["render", bl]]), y = {
|
|
|
3125
3123
|
types: "borderWidthTypesV1",
|
|
3126
3124
|
default: ""
|
|
3127
3125
|
},
|
|
3128
|
-
|
|
3126
|
+
vl,
|
|
3129
3127
|
{
|
|
3130
3128
|
key: "roundRadius",
|
|
3131
3129
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3521,10 +3519,10 @@ const gl = /* @__PURE__ */ Ae(yl, [["render", bl]]), y = {
|
|
|
3521
3519
|
default: 2e3
|
|
3522
3520
|
}
|
|
3523
3521
|
]
|
|
3524
|
-
},
|
|
3522
|
+
}, xl = {
|
|
3525
3523
|
key: "scene_orthographic_camera_v1",
|
|
3526
3524
|
name: "x-runtime-lib.orthographicCamera",
|
|
3527
|
-
comp:
|
|
3525
|
+
comp: Wi,
|
|
3528
3526
|
properties: {
|
|
3529
3527
|
pageScene: [y, Q, mn],
|
|
3530
3528
|
compScene: [y, Q, mn]
|
|
@@ -3533,7 +3531,7 @@ const gl = /* @__PURE__ */ Ae(yl, [["render", bl]]), y = {
|
|
|
3533
3531
|
methods: [],
|
|
3534
3532
|
slots: []
|
|
3535
3533
|
};
|
|
3536
|
-
|
|
3534
|
+
w(xl);
|
|
3537
3535
|
const pn = {
|
|
3538
3536
|
key: "settings",
|
|
3539
3537
|
name: "x-runtime-lib.settings",
|
|
@@ -3567,10 +3565,10 @@ const pn = {
|
|
|
3567
3565
|
default: 2e3
|
|
3568
3566
|
}
|
|
3569
3567
|
]
|
|
3570
|
-
},
|
|
3568
|
+
}, kl = {
|
|
3571
3569
|
key: "scene_perspective_camera_v1",
|
|
3572
3570
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3573
|
-
comp:
|
|
3571
|
+
comp: Ki,
|
|
3574
3572
|
properties: {
|
|
3575
3573
|
pageScene: [y, Q, pn],
|
|
3576
3574
|
compScene: [y, Q, pn]
|
|
@@ -3579,11 +3577,11 @@ const pn = {
|
|
|
3579
3577
|
methods: [],
|
|
3580
3578
|
slots: []
|
|
3581
3579
|
};
|
|
3582
|
-
|
|
3583
|
-
const
|
|
3580
|
+
w(kl);
|
|
3581
|
+
const wl = {
|
|
3584
3582
|
key: "scene_keyboard_controls_v1",
|
|
3585
3583
|
name: "x-runtime-lib.keyboardControls",
|
|
3586
|
-
comp:
|
|
3584
|
+
comp: Di,
|
|
3587
3585
|
properties: {
|
|
3588
3586
|
pageScene: [y],
|
|
3589
3587
|
compScene: [y]
|
|
@@ -3593,11 +3591,11 @@ const xl = {
|
|
|
3593
3591
|
slots: [],
|
|
3594
3592
|
leaf: !0
|
|
3595
3593
|
};
|
|
3596
|
-
|
|
3597
|
-
const
|
|
3594
|
+
w(wl);
|
|
3595
|
+
const Il = {
|
|
3598
3596
|
key: "scene_map_controls_v1",
|
|
3599
3597
|
name: "x-runtime-lib.mapControls",
|
|
3600
|
-
comp:
|
|
3598
|
+
comp: Oi,
|
|
3601
3599
|
properties: {
|
|
3602
3600
|
pageScene: [y],
|
|
3603
3601
|
compScene: [y]
|
|
@@ -3607,11 +3605,11 @@ const kl = {
|
|
|
3607
3605
|
slots: [],
|
|
3608
3606
|
leaf: !0
|
|
3609
3607
|
};
|
|
3610
|
-
|
|
3611
|
-
const
|
|
3608
|
+
w(Il);
|
|
3609
|
+
const Sl = {
|
|
3612
3610
|
key: "scene_orbit_controls_v1",
|
|
3613
3611
|
name: "x-runtime-lib.orbitControls",
|
|
3614
|
-
comp:
|
|
3612
|
+
comp: Fi,
|
|
3615
3613
|
properties: {
|
|
3616
3614
|
pageScene: [y],
|
|
3617
3615
|
compScene: [y]
|
|
@@ -3621,8 +3619,8 @@ const wl = {
|
|
|
3621
3619
|
slots: [],
|
|
3622
3620
|
leaf: !0
|
|
3623
3621
|
};
|
|
3624
|
-
|
|
3625
|
-
function
|
|
3622
|
+
w(Sl);
|
|
3623
|
+
function $l(t, n) {
|
|
3626
3624
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3627
3625
|
if (!o) {
|
|
3628
3626
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3651,7 +3649,7 @@ function Il(t, n) {
|
|
|
3651
3649
|
z: 1
|
|
3652
3650
|
}
|
|
3653
3651
|
};
|
|
3654
|
-
const a =
|
|
3652
|
+
const a = Cl(t, n), c = Vl(t, n);
|
|
3655
3653
|
return {
|
|
3656
3654
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3657
3655
|
nodes: {
|
|
@@ -3661,7 +3659,7 @@ function Il(t, n) {
|
|
|
3661
3659
|
}
|
|
3662
3660
|
};
|
|
3663
3661
|
}
|
|
3664
|
-
function
|
|
3662
|
+
function Cl(t, n) {
|
|
3665
3663
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3666
3664
|
if (!o) {
|
|
3667
3665
|
console.error(
|
|
@@ -3691,7 +3689,7 @@ function Sl(t, n) {
|
|
|
3691
3689
|
}
|
|
3692
3690
|
};
|
|
3693
3691
|
}
|
|
3694
|
-
function
|
|
3692
|
+
function Vl(t, n) {
|
|
3695
3693
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3696
3694
|
if (!o) {
|
|
3697
3695
|
console.error(
|
|
@@ -3761,7 +3759,7 @@ const dn = {
|
|
|
3761
3759
|
}, yt = {
|
|
3762
3760
|
key: "scene_box_geometry_v1",
|
|
3763
3761
|
name: "x-runtime-lib.boxGeometry",
|
|
3764
|
-
comp:
|
|
3762
|
+
comp: ji,
|
|
3765
3763
|
properties: {
|
|
3766
3764
|
pageScene: [y, dn],
|
|
3767
3765
|
compScene: [y, dn]
|
|
@@ -3770,10 +3768,10 @@ const dn = {
|
|
|
3770
3768
|
methods: [],
|
|
3771
3769
|
slots: [],
|
|
3772
3770
|
leaf: !0,
|
|
3773
|
-
spawn:
|
|
3771
|
+
spawn: $l
|
|
3774
3772
|
};
|
|
3775
|
-
|
|
3776
|
-
function
|
|
3773
|
+
w(yt);
|
|
3774
|
+
function Pl(t, n) {
|
|
3777
3775
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3778
3776
|
if (!o) {
|
|
3779
3777
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3802,7 +3800,7 @@ function Cl(t, n) {
|
|
|
3802
3800
|
z: 1
|
|
3803
3801
|
}
|
|
3804
3802
|
};
|
|
3805
|
-
const a =
|
|
3803
|
+
const a = Ll(t, n), c = zl(t, n);
|
|
3806
3804
|
return {
|
|
3807
3805
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3808
3806
|
nodes: {
|
|
@@ -3812,7 +3810,7 @@ function Cl(t, n) {
|
|
|
3812
3810
|
}
|
|
3813
3811
|
};
|
|
3814
3812
|
}
|
|
3815
|
-
function
|
|
3813
|
+
function Ll(t, n) {
|
|
3816
3814
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3817
3815
|
if (!o) {
|
|
3818
3816
|
console.error(
|
|
@@ -3843,7 +3841,7 @@ function Vl(t, n) {
|
|
|
3843
3841
|
}
|
|
3844
3842
|
};
|
|
3845
3843
|
}
|
|
3846
|
-
function
|
|
3844
|
+
function zl(t, n) {
|
|
3847
3845
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3848
3846
|
if (!o) {
|
|
3849
3847
|
console.error(
|
|
@@ -3921,7 +3919,7 @@ const fn = {
|
|
|
3921
3919
|
}, bt = {
|
|
3922
3920
|
key: "scene_sphere_geometry_v1",
|
|
3923
3921
|
name: "x-runtime-lib.sphereGeometry",
|
|
3924
|
-
comp:
|
|
3922
|
+
comp: Hi,
|
|
3925
3923
|
properties: {
|
|
3926
3924
|
pageScene: [y, fn],
|
|
3927
3925
|
compScene: [y, fn]
|
|
@@ -3930,9 +3928,9 @@ const fn = {
|
|
|
3930
3928
|
methods: [],
|
|
3931
3929
|
slots: [],
|
|
3932
3930
|
leaf: !0,
|
|
3933
|
-
spawn:
|
|
3931
|
+
spawn: Pl
|
|
3934
3932
|
};
|
|
3935
|
-
|
|
3933
|
+
w(bt);
|
|
3936
3934
|
const ot = K(X);
|
|
3937
3935
|
ot.children[0].default = "custom";
|
|
3938
3936
|
ot.children[2].children[0].default = "0xffffff";
|
|
@@ -3950,10 +3948,10 @@ const yn = {
|
|
|
3950
3948
|
default: 1
|
|
3951
3949
|
}
|
|
3952
3950
|
]
|
|
3953
|
-
},
|
|
3951
|
+
}, Tl = {
|
|
3954
3952
|
key: "scene_ambient_light_v1",
|
|
3955
3953
|
name: "x-runtime-lib.ambientLight",
|
|
3956
|
-
comp:
|
|
3954
|
+
comp: Ji,
|
|
3957
3955
|
properties: {
|
|
3958
3956
|
pageScene: [y, Q, yn],
|
|
3959
3957
|
compScene: [y, Q, yn]
|
|
@@ -3962,7 +3960,7 @@ const yn = {
|
|
|
3962
3960
|
methods: [],
|
|
3963
3961
|
slots: []
|
|
3964
3962
|
};
|
|
3965
|
-
|
|
3963
|
+
w(Tl);
|
|
3966
3964
|
const it = K(X);
|
|
3967
3965
|
it.children[0].default = "custom";
|
|
3968
3966
|
it.children[2].children[0].default = "0xffffff";
|
|
@@ -3980,10 +3978,10 @@ const bn = {
|
|
|
3980
3978
|
default: 1
|
|
3981
3979
|
}
|
|
3982
3980
|
]
|
|
3983
|
-
},
|
|
3981
|
+
}, El = {
|
|
3984
3982
|
key: "scene_directional_light_v1",
|
|
3985
3983
|
name: "x-runtime-lib.directionalLight",
|
|
3986
|
-
comp:
|
|
3984
|
+
comp: Xi,
|
|
3987
3985
|
properties: {
|
|
3988
3986
|
pageScene: [y, Q, bn],
|
|
3989
3987
|
compScene: [y, Q, bn]
|
|
@@ -3992,7 +3990,7 @@ const bn = {
|
|
|
3992
3990
|
methods: [],
|
|
3993
3991
|
slots: []
|
|
3994
3992
|
};
|
|
3995
|
-
|
|
3993
|
+
w(El);
|
|
3996
3994
|
const rt = K(X);
|
|
3997
3995
|
rt.children[0].default = "custom";
|
|
3998
3996
|
rt.children[2].children[0].default = "0xffffff";
|
|
@@ -4024,10 +4022,10 @@ const gn = {
|
|
|
4024
4022
|
default: 2
|
|
4025
4023
|
}
|
|
4026
4024
|
]
|
|
4027
|
-
},
|
|
4025
|
+
}, Al = {
|
|
4028
4026
|
key: "scene_point_light_v1",
|
|
4029
4027
|
name: "x-runtime-lib.pointLight",
|
|
4030
|
-
comp:
|
|
4028
|
+
comp: Zi,
|
|
4031
4029
|
properties: {
|
|
4032
4030
|
pageScene: [y, Q, gn],
|
|
4033
4031
|
compScene: [y, Q, gn]
|
|
@@ -4036,7 +4034,7 @@ const gn = {
|
|
|
4036
4034
|
methods: [],
|
|
4037
4035
|
slots: []
|
|
4038
4036
|
};
|
|
4039
|
-
|
|
4037
|
+
w(Al);
|
|
4040
4038
|
const st = K(X);
|
|
4041
4039
|
st.children[0].default = "custom";
|
|
4042
4040
|
st.children[2].children[0].default = "0xffffff";
|
|
@@ -4085,10 +4083,10 @@ const hn = {
|
|
|
4085
4083
|
default: 0
|
|
4086
4084
|
}
|
|
4087
4085
|
]
|
|
4088
|
-
},
|
|
4086
|
+
}, Ml = {
|
|
4089
4087
|
key: "scene_spot_light_v1",
|
|
4090
4088
|
name: "x-runtime-lib.spotLight",
|
|
4091
|
-
comp:
|
|
4089
|
+
comp: er,
|
|
4092
4090
|
properties: {
|
|
4093
4091
|
pageScene: [y, Q, hn],
|
|
4094
4092
|
compScene: [y, Q, hn]
|
|
@@ -4097,11 +4095,11 @@ const hn = {
|
|
|
4097
4095
|
methods: [],
|
|
4098
4096
|
slots: []
|
|
4099
4097
|
};
|
|
4100
|
-
|
|
4098
|
+
w(Ml);
|
|
4101
4099
|
const De = {
|
|
4102
4100
|
key: "scene_mesh_basic_material_v1",
|
|
4103
4101
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
4104
|
-
comp:
|
|
4102
|
+
comp: or,
|
|
4105
4103
|
properties: {
|
|
4106
4104
|
pageScene: [y],
|
|
4107
4105
|
compScene: [y]
|
|
@@ -4111,11 +4109,11 @@ const De = {
|
|
|
4111
4109
|
slots: [],
|
|
4112
4110
|
leaf: !0
|
|
4113
4111
|
};
|
|
4114
|
-
|
|
4115
|
-
const
|
|
4112
|
+
w(De);
|
|
4113
|
+
const Bl = {
|
|
4116
4114
|
key: "scene_group_v1",
|
|
4117
4115
|
name: "x-runtime-lib.group",
|
|
4118
|
-
comp:
|
|
4116
|
+
comp: rr,
|
|
4119
4117
|
properties: {
|
|
4120
4118
|
pageScene: [y, Q],
|
|
4121
4119
|
compScene: [y, Q]
|
|
@@ -4124,11 +4122,11 @@ const Al = {
|
|
|
4124
4122
|
methods: [],
|
|
4125
4123
|
slots: []
|
|
4126
4124
|
};
|
|
4127
|
-
|
|
4125
|
+
w(Bl);
|
|
4128
4126
|
const Oe = {
|
|
4129
4127
|
key: "scene_mesh_v1",
|
|
4130
4128
|
name: "x-runtime-lib.mesh",
|
|
4131
|
-
comp:
|
|
4129
|
+
comp: lr,
|
|
4132
4130
|
properties: {
|
|
4133
4131
|
pageScene: [y, Q],
|
|
4134
4132
|
compScene: [y, Q]
|
|
@@ -4137,8 +4135,8 @@ const Oe = {
|
|
|
4137
4135
|
methods: [],
|
|
4138
4136
|
slots: []
|
|
4139
4137
|
};
|
|
4140
|
-
|
|
4141
|
-
function
|
|
4138
|
+
w(Oe);
|
|
4139
|
+
function Wl(t, n) {
|
|
4142
4140
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4143
4141
|
if (!o) {
|
|
4144
4142
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4186,16 +4184,16 @@ const _n = {
|
|
|
4186
4184
|
}, gt = {
|
|
4187
4185
|
key: "common_bar_chart_v1",
|
|
4188
4186
|
name: "x-runtime-lib.barChart",
|
|
4189
|
-
comp:
|
|
4187
|
+
comp: fs,
|
|
4190
4188
|
properties: {
|
|
4191
4189
|
pageCommon: [y, Y, Qe, et, tt, Ze, _n],
|
|
4192
4190
|
compCommon: [y, Y, Qe, et, tt, Ze, _n]
|
|
4193
4191
|
},
|
|
4194
4192
|
leaf: !0,
|
|
4195
|
-
spawn:
|
|
4193
|
+
spawn: Wl
|
|
4196
4194
|
};
|
|
4197
|
-
|
|
4198
|
-
function
|
|
4195
|
+
w(gt);
|
|
4196
|
+
function Rl(t, n) {
|
|
4199
4197
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4200
4198
|
if (!o) {
|
|
4201
4199
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4243,26 +4241,26 @@ const vn = {
|
|
|
4243
4241
|
}, ht = {
|
|
4244
4242
|
key: "common_line_chart_v1",
|
|
4245
4243
|
name: "x-runtime-lib.lineChart",
|
|
4246
|
-
comp:
|
|
4244
|
+
comp: ys,
|
|
4247
4245
|
properties: {
|
|
4248
4246
|
pageCommon: [y, Y, Qe, et, tt, Ze, vn],
|
|
4249
4247
|
compCommon: [y, Y, Qe, et, tt, Ze, vn]
|
|
4250
4248
|
},
|
|
4251
4249
|
leaf: !0,
|
|
4252
|
-
spawn:
|
|
4250
|
+
spawn: Rl
|
|
4253
4251
|
};
|
|
4254
|
-
|
|
4255
|
-
const
|
|
4252
|
+
w(ht);
|
|
4253
|
+
const Kl = {
|
|
4256
4254
|
key: "multiple_ref_v1",
|
|
4257
4255
|
name: "x-runtime-lib.multipleRef",
|
|
4258
|
-
comp:
|
|
4256
|
+
comp: bs,
|
|
4259
4257
|
properties: {
|
|
4260
4258
|
pageCommon: [y],
|
|
4261
4259
|
compCommon: [y]
|
|
4262
4260
|
},
|
|
4263
4261
|
leaf: !0
|
|
4264
4262
|
};
|
|
4265
|
-
|
|
4263
|
+
w(Kl);
|
|
4266
4264
|
const xn = {
|
|
4267
4265
|
key: "reference",
|
|
4268
4266
|
name: "x-runtime-lib.reference",
|
|
@@ -4274,17 +4272,17 @@ const xn = {
|
|
|
4274
4272
|
default: void 0
|
|
4275
4273
|
}
|
|
4276
4274
|
]
|
|
4277
|
-
},
|
|
4275
|
+
}, Dl = {
|
|
4278
4276
|
key: "reference_v1",
|
|
4279
4277
|
name: "x-runtime-lib.reference",
|
|
4280
|
-
comp:
|
|
4278
|
+
comp: gs,
|
|
4281
4279
|
properties: {
|
|
4282
4280
|
pageCommon: [y, Y, xn],
|
|
4283
4281
|
compCommon: [y, Y, xn]
|
|
4284
4282
|
},
|
|
4285
4283
|
leaf: !0
|
|
4286
4284
|
};
|
|
4287
|
-
|
|
4285
|
+
w(Dl);
|
|
4288
4286
|
const kn = {
|
|
4289
4287
|
key: "settings",
|
|
4290
4288
|
name: "x-runtime-lib.settings",
|
|
@@ -4296,44 +4294,65 @@ const kn = {
|
|
|
4296
4294
|
default: !1
|
|
4297
4295
|
}
|
|
4298
4296
|
]
|
|
4299
|
-
},
|
|
4297
|
+
}, Ol = {
|
|
4300
4298
|
key: "render_switch_v1",
|
|
4301
4299
|
name: "x-runtime-lib.renderSwitch",
|
|
4302
|
-
comp:
|
|
4300
|
+
comp: hs,
|
|
4303
4301
|
properties: {
|
|
4304
4302
|
pageCommon: [y, kn],
|
|
4305
4303
|
compCommon: [y, kn]
|
|
4306
4304
|
}
|
|
4307
4305
|
};
|
|
4308
|
-
|
|
4306
|
+
w(Ol);
|
|
4307
|
+
const wn = {
|
|
4308
|
+
key: "reference",
|
|
4309
|
+
name: "x-runtime-lib.reference",
|
|
4310
|
+
children: [
|
|
4311
|
+
{
|
|
4312
|
+
key: "comp",
|
|
4313
|
+
name: "x-runtime-lib.comp",
|
|
4314
|
+
ui: "compSelect",
|
|
4315
|
+
default: void 0
|
|
4316
|
+
}
|
|
4317
|
+
]
|
|
4318
|
+
}, Fl = {
|
|
4319
|
+
key: "slot_v1",
|
|
4320
|
+
name: "x-runtime-lib.slot",
|
|
4321
|
+
comp: ye,
|
|
4322
|
+
properties: {
|
|
4323
|
+
pageCommon: [y, wn],
|
|
4324
|
+
compCommon: [y, wn]
|
|
4325
|
+
}
|
|
4326
|
+
};
|
|
4327
|
+
w(Fl);
|
|
4309
4328
|
const Me = K(X);
|
|
4310
4329
|
Me.key = "backgroundColor";
|
|
4311
4330
|
Me.name = "x-runtime-lib.backgroundColor";
|
|
4312
|
-
const
|
|
4331
|
+
const Eo = {
|
|
4313
4332
|
key: "adaptSlot",
|
|
4314
4333
|
name: "x-runtime-lib.adaptSlot",
|
|
4315
4334
|
ui: "slotSelect",
|
|
4316
4335
|
default: void 0
|
|
4317
|
-
},
|
|
4336
|
+
}, Nl = {
|
|
4318
4337
|
key: "settings",
|
|
4319
4338
|
name: "x-runtime-lib.settings",
|
|
4320
4339
|
children: [Me]
|
|
4321
|
-
},
|
|
4340
|
+
}, jl = {
|
|
4322
4341
|
key: "settings",
|
|
4323
4342
|
name: "x-runtime-lib.settings",
|
|
4324
|
-
children: [Me,
|
|
4325
|
-
},
|
|
4343
|
+
children: [Me, Eo]
|
|
4344
|
+
}, Gl = {
|
|
4326
4345
|
key: "settings",
|
|
4327
4346
|
name: "x-runtime-lib.settings",
|
|
4328
4347
|
children: [Me]
|
|
4329
|
-
},
|
|
4348
|
+
}, Hl = {
|
|
4330
4349
|
key: "settings",
|
|
4331
4350
|
name: "x-runtime-lib.settings",
|
|
4332
|
-
children: [Me,
|
|
4333
|
-
},
|
|
4351
|
+
children: [Me, Eo]
|
|
4352
|
+
}, Ul = {
|
|
4334
4353
|
key: "startup",
|
|
4335
4354
|
name: "x-runtime-lib.startup"
|
|
4336
|
-
},
|
|
4355
|
+
}, Jl = {
|
|
4337
4356
|
key: "screenSizeChange",
|
|
4338
4357
|
name: "x-runtime-lib.screenSizeChange",
|
|
4339
4358
|
params: [
|
|
@@ -4348,7 +4367,7 @@ const zo = {
|
|
|
4348
4367
|
type: "string"
|
|
4349
4368
|
}
|
|
4350
4369
|
]
|
|
4351
|
-
},
|
|
4370
|
+
}, ql = {
|
|
4352
4371
|
key: "darkModeChange",
|
|
4353
4372
|
name: "x-runtime-lib.darkModeChange",
|
|
4354
4373
|
params: [
|
|
@@ -4358,21 +4377,21 @@ const zo = {
|
|
|
4358
4377
|
type: "boolean"
|
|
4359
4378
|
}
|
|
4360
4379
|
]
|
|
4361
|
-
},
|
|
4380
|
+
}, Xl = {
|
|
4362
4381
|
key: "globality_v1",
|
|
4363
4382
|
name: "x-runtime-lib.globality",
|
|
4364
4383
|
comp: null,
|
|
4365
4384
|
properties: {
|
|
4366
|
-
pageCommon: [
|
|
4367
|
-
pageScene: [
|
|
4368
|
-
compCommon: [
|
|
4369
|
-
compScene: [
|
|
4385
|
+
pageCommon: [Nl],
|
|
4386
|
+
pageScene: [Gl],
|
|
4387
|
+
compCommon: [jl],
|
|
4388
|
+
compScene: [Hl]
|
|
4370
4389
|
},
|
|
4371
|
-
events: [
|
|
4390
|
+
events: [Ul, Jl, ql],
|
|
4372
4391
|
internal: !0
|
|
4373
4392
|
};
|
|
4374
|
-
|
|
4375
|
-
const
|
|
4393
|
+
w(Xl);
|
|
4394
|
+
const In = {
|
|
4376
4395
|
key: "settings",
|
|
4377
4396
|
name: "x-runtime-lib.settings",
|
|
4378
4397
|
children: [
|
|
@@ -4407,17 +4426,17 @@ const wn = {
|
|
|
4407
4426
|
default: !1
|
|
4408
4427
|
}
|
|
4409
4428
|
]
|
|
4410
|
-
},
|
|
4429
|
+
}, Yl = {
|
|
4411
4430
|
key: "common_badge_v1",
|
|
4412
4431
|
name: "x-runtime-lib.badge",
|
|
4413
|
-
comp:
|
|
4432
|
+
comp: _s,
|
|
4414
4433
|
properties: {
|
|
4415
|
-
pageCommon: [y,
|
|
4416
|
-
compCommon: [y,
|
|
4434
|
+
pageCommon: [y, In],
|
|
4435
|
+
compCommon: [y, In]
|
|
4417
4436
|
}
|
|
4418
4437
|
};
|
|
4419
|
-
|
|
4420
|
-
function
|
|
4438
|
+
w(Yl);
|
|
4439
|
+
function Zl(t, n) {
|
|
4421
4440
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4422
4441
|
if (!o) {
|
|
4423
4442
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
@@ -4436,7 +4455,7 @@ function ql(t, n) {
|
|
|
4436
4455
|
}
|
|
4437
4456
|
};
|
|
4438
4457
|
}
|
|
4439
|
-
const
|
|
4458
|
+
const Ql = K(X), Sn = {
|
|
4440
4459
|
key: "settings",
|
|
4441
4460
|
name: "x-runtime-lib.settings",
|
|
4442
4461
|
children: [
|
|
@@ -4462,7 +4481,7 @@ const Xl = K(X), In = {
|
|
|
4462
4481
|
key: "text",
|
|
4463
4482
|
name: "x-runtime-lib.text",
|
|
4464
4483
|
ui: "strInput",
|
|
4465
|
-
default: ""
|
|
4484
|
+
default: "button"
|
|
4466
4485
|
},
|
|
4467
4486
|
{
|
|
4468
4487
|
key: "variant",
|
|
@@ -4515,7 +4534,7 @@ const Xl = K(X), In = {
|
|
|
4515
4534
|
ui: "switch",
|
|
4516
4535
|
default: !1
|
|
4517
4536
|
},
|
|
4518
|
-
|
|
4537
|
+
Ql,
|
|
4519
4538
|
{
|
|
4520
4539
|
key: "ripple",
|
|
4521
4540
|
name: "x-runtime-lib.ripple",
|
|
@@ -4526,10 +4545,10 @@ const Xl = K(X), In = {
|
|
|
4526
4545
|
}, _t = {
|
|
4527
4546
|
key: "common_btn_v1",
|
|
4528
4547
|
name: "x-runtime-lib.button",
|
|
4529
|
-
comp:
|
|
4548
|
+
comp: vs,
|
|
4530
4549
|
properties: {
|
|
4531
|
-
pageCommon: [y, Y,
|
|
4532
|
-
compCommon: [y, Y,
|
|
4550
|
+
pageCommon: [y, Y, Sn],
|
|
4551
|
+
compCommon: [y, Y, Sn]
|
|
4533
4552
|
},
|
|
4534
4553
|
events: [
|
|
4535
4554
|
{
|
|
@@ -4538,20 +4557,20 @@ const Xl = K(X), In = {
|
|
|
4538
4557
|
}
|
|
4539
4558
|
],
|
|
4540
4559
|
leaf: !0,
|
|
4541
|
-
spawn:
|
|
4560
|
+
spawn: Zl
|
|
4542
4561
|
};
|
|
4543
|
-
|
|
4544
|
-
const
|
|
4562
|
+
w(_t);
|
|
4563
|
+
const ea = {
|
|
4545
4564
|
key: "common_btn_group_v1",
|
|
4546
4565
|
name: "x-runtime-lib.buttonGroup",
|
|
4547
|
-
comp:
|
|
4566
|
+
comp: ws,
|
|
4548
4567
|
properties: {
|
|
4549
4568
|
pageCommon: [y],
|
|
4550
4569
|
compCommon: [y]
|
|
4551
4570
|
}
|
|
4552
4571
|
};
|
|
4553
|
-
|
|
4554
|
-
const
|
|
4572
|
+
w(ea);
|
|
4573
|
+
const $n = {
|
|
4555
4574
|
key: "settings",
|
|
4556
4575
|
name: "x-runtime-lib.settings",
|
|
4557
4576
|
children: [
|
|
@@ -4612,17 +4631,17 @@ const Sn = {
|
|
|
4612
4631
|
default: !1
|
|
4613
4632
|
}
|
|
4614
4633
|
]
|
|
4615
|
-
},
|
|
4634
|
+
}, ta = {
|
|
4616
4635
|
key: "common_btn_toggle_v1",
|
|
4617
4636
|
name: "x-runtime-lib.buttonToggle",
|
|
4618
|
-
comp:
|
|
4637
|
+
comp: Is,
|
|
4619
4638
|
properties: {
|
|
4620
|
-
pageCommon: [y,
|
|
4621
|
-
compCommon: [y,
|
|
4639
|
+
pageCommon: [y, $n],
|
|
4640
|
+
compCommon: [y, $n]
|
|
4622
4641
|
}
|
|
4623
4642
|
};
|
|
4624
|
-
|
|
4625
|
-
function
|
|
4643
|
+
w(ta);
|
|
4644
|
+
function na(t, n) {
|
|
4626
4645
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4627
4646
|
if (!o) {
|
|
4628
4647
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
@@ -4641,7 +4660,7 @@ function Ql(t, n) {
|
|
|
4641
4660
|
}
|
|
4642
4661
|
};
|
|
4643
4662
|
}
|
|
4644
|
-
const
|
|
4663
|
+
const Cn = {
|
|
4645
4664
|
key: "settings",
|
|
4646
4665
|
name: "x-runtime-lib.settings",
|
|
4647
4666
|
children: [
|
|
@@ -4699,15 +4718,15 @@ const $n = {
|
|
|
4699
4718
|
}, Fe = {
|
|
4700
4719
|
key: "common_card_v1",
|
|
4701
4720
|
name: "x-runtime-lib.card",
|
|
4702
|
-
comp:
|
|
4721
|
+
comp: Ss,
|
|
4703
4722
|
properties: {
|
|
4704
|
-
pageCommon: [y, Y,
|
|
4705
|
-
compCommon: [y, Y,
|
|
4723
|
+
pageCommon: [y, Y, Cn],
|
|
4724
|
+
compCommon: [y, Y, Cn]
|
|
4706
4725
|
},
|
|
4707
|
-
spawn:
|
|
4726
|
+
spawn: na
|
|
4708
4727
|
};
|
|
4709
|
-
|
|
4710
|
-
const
|
|
4728
|
+
w(Fe);
|
|
4729
|
+
const Vn = {
|
|
4711
4730
|
key: "settings",
|
|
4712
4731
|
name: "x-runtime-lib.settings",
|
|
4713
4732
|
children: [
|
|
@@ -4724,18 +4743,18 @@ const Cn = {
|
|
|
4724
4743
|
default: ""
|
|
4725
4744
|
}
|
|
4726
4745
|
]
|
|
4727
|
-
},
|
|
4746
|
+
}, oa = {
|
|
4728
4747
|
key: "common_checkbox_v1",
|
|
4729
4748
|
name: "x-runtime-lib.checkbox",
|
|
4730
|
-
comp:
|
|
4749
|
+
comp: $s,
|
|
4731
4750
|
properties: {
|
|
4732
|
-
pageCommon: [y,
|
|
4733
|
-
compCommon: [y,
|
|
4751
|
+
pageCommon: [y, Vn],
|
|
4752
|
+
compCommon: [y, Vn]
|
|
4734
4753
|
},
|
|
4735
4754
|
leaf: !0
|
|
4736
4755
|
};
|
|
4737
|
-
|
|
4738
|
-
const
|
|
4756
|
+
w(oa);
|
|
4757
|
+
const ia = K(X), Pn = {
|
|
4739
4758
|
key: "settings",
|
|
4740
4759
|
name: "x-runtime-lib.settings",
|
|
4741
4760
|
children: [
|
|
@@ -4808,20 +4827,20 @@ const ta = K(X), Vn = {
|
|
|
4808
4827
|
ui: "switch",
|
|
4809
4828
|
default: !1
|
|
4810
4829
|
},
|
|
4811
|
-
|
|
4830
|
+
ia
|
|
4812
4831
|
]
|
|
4813
4832
|
}, vt = {
|
|
4814
4833
|
key: "common_chip_v1",
|
|
4815
4834
|
name: "x-runtime-lib.chip",
|
|
4816
|
-
comp:
|
|
4835
|
+
comp: Cs,
|
|
4817
4836
|
properties: {
|
|
4818
|
-
pageCommon: [y,
|
|
4819
|
-
compCommon: [y,
|
|
4837
|
+
pageCommon: [y, Pn],
|
|
4838
|
+
compCommon: [y, Pn]
|
|
4820
4839
|
},
|
|
4821
4840
|
leaf: !0
|
|
4822
4841
|
};
|
|
4823
|
-
|
|
4824
|
-
function
|
|
4842
|
+
w(vt);
|
|
4843
|
+
function ra(t, n) {
|
|
4825
4844
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4826
4845
|
if (!o) {
|
|
4827
4846
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -4874,7 +4893,7 @@ function Pe(t, n, e, o) {
|
|
|
4874
4893
|
}
|
|
4875
4894
|
};
|
|
4876
4895
|
}
|
|
4877
|
-
const
|
|
4896
|
+
const Ln = {
|
|
4878
4897
|
key: "settings",
|
|
4879
4898
|
name: "x-runtime-lib.settings",
|
|
4880
4899
|
children: [
|
|
@@ -4931,26 +4950,26 @@ const Pn = {
|
|
|
4931
4950
|
}, xt = {
|
|
4932
4951
|
key: "common_chip_group_v1",
|
|
4933
4952
|
name: "x-runtime-lib.chipGroup",
|
|
4934
|
-
comp:
|
|
4953
|
+
comp: Vs,
|
|
4935
4954
|
properties: {
|
|
4936
|
-
pageCommon: [y,
|
|
4937
|
-
compCommon: [y,
|
|
4955
|
+
pageCommon: [y, Ln],
|
|
4956
|
+
compCommon: [y, Ln]
|
|
4938
4957
|
},
|
|
4939
|
-
spawn:
|
|
4958
|
+
spawn: ra
|
|
4940
4959
|
};
|
|
4941
|
-
|
|
4942
|
-
const
|
|
4960
|
+
w(xt);
|
|
4961
|
+
const sa = {
|
|
4943
4962
|
key: "common_color_picker_v1",
|
|
4944
4963
|
name: "x-runtime-lib.colorPicker",
|
|
4945
|
-
comp:
|
|
4964
|
+
comp: Ps,
|
|
4946
4965
|
properties: {
|
|
4947
4966
|
pageCommon: [y],
|
|
4948
4967
|
compCommon: [y]
|
|
4949
4968
|
},
|
|
4950
4969
|
leaf: !0
|
|
4951
4970
|
};
|
|
4952
|
-
|
|
4953
|
-
const
|
|
4971
|
+
w(sa);
|
|
4972
|
+
const zn = {
|
|
4954
4973
|
key: "settings",
|
|
4955
4974
|
name: "x-runtime-lib.settings",
|
|
4956
4975
|
children: [
|
|
@@ -4991,31 +5010,31 @@ const Ln = {
|
|
|
4991
5010
|
default: !1
|
|
4992
5011
|
}
|
|
4993
5012
|
]
|
|
4994
|
-
},
|
|
5013
|
+
}, la = {
|
|
4995
5014
|
key: "common_combobox_v1",
|
|
4996
5015
|
name: "x-runtime-lib.combobox",
|
|
4997
|
-
comp:
|
|
5016
|
+
comp: Ls,
|
|
4998
5017
|
properties: {
|
|
4999
|
-
pageCommon: [y,
|
|
5000
|
-
compCommon: [y,
|
|
5018
|
+
pageCommon: [y, zn],
|
|
5019
|
+
compCommon: [y, zn]
|
|
5001
5020
|
},
|
|
5002
5021
|
leaf: !0
|
|
5003
5022
|
};
|
|
5004
|
-
|
|
5023
|
+
w(la);
|
|
5005
5024
|
const Xt = K(X);
|
|
5006
5025
|
Xt.key = "backgroundColor";
|
|
5007
5026
|
Xt.name = "x-runtime-lib.backgroundColor";
|
|
5008
|
-
const
|
|
5027
|
+
const Tn = {
|
|
5009
5028
|
key: "settings",
|
|
5010
5029
|
name: "x-runtime-lib.settings",
|
|
5011
5030
|
children: [Xt]
|
|
5012
5031
|
}, kt = {
|
|
5013
5032
|
key: "common_container_v1",
|
|
5014
5033
|
name: "x-runtime-lib.container",
|
|
5015
|
-
comp:
|
|
5034
|
+
comp: zs,
|
|
5016
5035
|
properties: {
|
|
5017
|
-
pageCommon: [y, Y, Le, ze, Te,
|
|
5018
|
-
compCommon: [y, Y, Le, ze, Te,
|
|
5036
|
+
pageCommon: [y, Y, Le, ze, Te, Tn],
|
|
5037
|
+
compCommon: [y, Y, Le, ze, Te, Tn]
|
|
5019
5038
|
},
|
|
5020
5039
|
events: [
|
|
5021
5040
|
{
|
|
@@ -5024,8 +5043,8 @@ const zn = {
|
|
|
5024
5043
|
}
|
|
5025
5044
|
]
|
|
5026
5045
|
};
|
|
5027
|
-
|
|
5028
|
-
const
|
|
5046
|
+
w(kt);
|
|
5047
|
+
const En = {
|
|
5029
5048
|
key: "size",
|
|
5030
5049
|
name: "x-runtime-lib.size",
|
|
5031
5050
|
children: [
|
|
@@ -5044,7 +5063,7 @@ const Tn = {
|
|
|
5044
5063
|
default: ""
|
|
5045
5064
|
}
|
|
5046
5065
|
]
|
|
5047
|
-
},
|
|
5066
|
+
}, An = {
|
|
5048
5067
|
key: "settings",
|
|
5049
5068
|
name: "x-runtime-lib.settings",
|
|
5050
5069
|
children: [
|
|
@@ -5152,7 +5171,7 @@ const Tn = {
|
|
|
5152
5171
|
default: !1
|
|
5153
5172
|
}
|
|
5154
5173
|
]
|
|
5155
|
-
},
|
|
5174
|
+
}, Mn = {
|
|
5156
5175
|
key: "slots",
|
|
5157
5176
|
name: "x-runtime-lib.slots",
|
|
5158
5177
|
children: [
|
|
@@ -5177,32 +5196,32 @@ const Tn = {
|
|
|
5177
5196
|
defaultArray: []
|
|
5178
5197
|
}
|
|
5179
5198
|
]
|
|
5180
|
-
},
|
|
5199
|
+
}, aa = {
|
|
5181
5200
|
key: "common_data_table_v1",
|
|
5182
5201
|
name: "x-runtime-lib.dataTable",
|
|
5183
|
-
comp:
|
|
5202
|
+
comp: Ts,
|
|
5184
5203
|
properties: {
|
|
5185
|
-
pageCommon: [y,
|
|
5186
|
-
compCommon: [y,
|
|
5204
|
+
pageCommon: [y, En, An, Mn],
|
|
5205
|
+
compCommon: [y, En, An, Mn]
|
|
5187
5206
|
},
|
|
5188
5207
|
leaf: !0
|
|
5189
5208
|
};
|
|
5190
|
-
|
|
5191
|
-
const
|
|
5209
|
+
w(aa);
|
|
5210
|
+
const ca = {
|
|
5192
5211
|
key: "common_date_picker_v1",
|
|
5193
5212
|
name: "x-runtime-lib.datePicker",
|
|
5194
|
-
comp:
|
|
5213
|
+
comp: Es,
|
|
5195
5214
|
properties: {
|
|
5196
5215
|
pageCommon: [y],
|
|
5197
5216
|
compCommon: [y]
|
|
5198
5217
|
},
|
|
5199
5218
|
leaf: !0
|
|
5200
5219
|
};
|
|
5201
|
-
|
|
5202
|
-
const
|
|
5220
|
+
w(ca);
|
|
5221
|
+
const ua = {
|
|
5203
5222
|
key: "common_dialog_v1",
|
|
5204
5223
|
name: "x-runtime-lib.dialog",
|
|
5205
|
-
comp:
|
|
5224
|
+
comp: Ms,
|
|
5206
5225
|
properties: {
|
|
5207
5226
|
pageCommon: [y],
|
|
5208
5227
|
compCommon: [y]
|
|
@@ -5219,21 +5238,21 @@ const la = {
|
|
|
5219
5238
|
],
|
|
5220
5239
|
teleport: !0
|
|
5221
5240
|
};
|
|
5222
|
-
|
|
5223
|
-
const
|
|
5241
|
+
w(ua);
|
|
5242
|
+
const Bn = {
|
|
5224
5243
|
key: "settings",
|
|
5225
5244
|
name: "x-runtime-lib.settings",
|
|
5226
5245
|
children: []
|
|
5227
|
-
},
|
|
5246
|
+
}, du = {
|
|
5228
5247
|
key: "common_file_input_v1",
|
|
5229
5248
|
name: "x-runtime-lib.fileInput",
|
|
5230
|
-
comp:
|
|
5249
|
+
comp: Bs,
|
|
5231
5250
|
properties: {
|
|
5232
|
-
pageCommon: [y,
|
|
5233
|
-
compCommon: [y,
|
|
5251
|
+
pageCommon: [y, Bn],
|
|
5252
|
+
compCommon: [y, Bn]
|
|
5234
5253
|
},
|
|
5235
5254
|
leaf: !0
|
|
5236
|
-
},
|
|
5255
|
+
}, Wn = {
|
|
5237
5256
|
key: "settings",
|
|
5238
5257
|
name: "x-runtime-lib.settings",
|
|
5239
5258
|
children: [
|
|
@@ -5253,14 +5272,14 @@ const Mn = {
|
|
|
5253
5272
|
}, wt = {
|
|
5254
5273
|
key: "common_flex_layout_entry_v1",
|
|
5255
5274
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5256
|
-
comp:
|
|
5275
|
+
comp: Rs,
|
|
5257
5276
|
properties: {
|
|
5258
|
-
pageCommon: [y, Y,
|
|
5259
|
-
compCommon: [y, Y,
|
|
5277
|
+
pageCommon: [y, Y, Wn],
|
|
5278
|
+
compCommon: [y, Y, Wn]
|
|
5260
5279
|
}
|
|
5261
5280
|
};
|
|
5262
|
-
|
|
5263
|
-
function
|
|
5281
|
+
w(wt);
|
|
5282
|
+
function ma(t, n) {
|
|
5264
5283
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5265
5284
|
if (!o) {
|
|
5266
5285
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
@@ -5291,7 +5310,7 @@ function aa(t, n) {
|
|
|
5291
5310
|
void 0,
|
|
5292
5311
|
"60px",
|
|
5293
5312
|
void 0
|
|
5294
|
-
), u =
|
|
5313
|
+
), u = pa(t, n);
|
|
5295
5314
|
return {
|
|
5296
5315
|
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
5297
5316
|
nodes: {
|
|
@@ -5302,7 +5321,7 @@ function aa(t, n) {
|
|
|
5302
5321
|
}
|
|
5303
5322
|
};
|
|
5304
5323
|
}
|
|
5305
|
-
function
|
|
5324
|
+
function pa(t, n) {
|
|
5306
5325
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5307
5326
|
if (!o) {
|
|
5308
5327
|
console.error(
|
|
@@ -5361,7 +5380,7 @@ function It(t, n, e, o, s, r, a, c, u) {
|
|
|
5361
5380
|
const Yt = K(X);
|
|
5362
5381
|
Yt.key = "backgroundColor";
|
|
5363
5382
|
Yt.name = "x-runtime-lib.backgroundColor";
|
|
5364
|
-
const
|
|
5383
|
+
const Rn = {
|
|
5365
5384
|
key: "settings",
|
|
5366
5385
|
name: "x-runtime-lib.settings",
|
|
5367
5386
|
children: [
|
|
@@ -5534,10 +5553,10 @@ const Wn = {
|
|
|
5534
5553
|
}, Ne = {
|
|
5535
5554
|
key: "common_flex_layout_v1",
|
|
5536
5555
|
name: "x-runtime-lib.flexLayout",
|
|
5537
|
-
comp:
|
|
5556
|
+
comp: Ws,
|
|
5538
5557
|
properties: {
|
|
5539
|
-
pageCommon: [y, Y, Le, ze, Te,
|
|
5540
|
-
compCommon: [y, Y, Le, ze, Te,
|
|
5558
|
+
pageCommon: [y, Y, Le, ze, Te, Rn],
|
|
5559
|
+
compCommon: [y, Y, Le, ze, Te, Rn]
|
|
5541
5560
|
},
|
|
5542
5561
|
events: [
|
|
5543
5562
|
{
|
|
@@ -5545,10 +5564,10 @@ const Wn = {
|
|
|
5545
5564
|
name: "x-runtime-lib.click"
|
|
5546
5565
|
}
|
|
5547
5566
|
],
|
|
5548
|
-
spawn:
|
|
5567
|
+
spawn: ma
|
|
5549
5568
|
};
|
|
5550
|
-
|
|
5551
|
-
const
|
|
5569
|
+
w(Ne);
|
|
5570
|
+
const Kn = {
|
|
5552
5571
|
key: "settings",
|
|
5553
5572
|
name: "x-runtime-lib.settings",
|
|
5554
5573
|
children: [
|
|
@@ -5669,7 +5688,7 @@ const Rn = {
|
|
|
5669
5688
|
default: ""
|
|
5670
5689
|
}
|
|
5671
5690
|
]
|
|
5672
|
-
},
|
|
5691
|
+
}, Dn = {
|
|
5673
5692
|
key: "slots",
|
|
5674
5693
|
name: "x-runtime-lib.slots",
|
|
5675
5694
|
children: [
|
|
@@ -5701,10 +5720,10 @@ const Rn = {
|
|
|
5701
5720
|
}, St = {
|
|
5702
5721
|
key: "common_text_field_v1",
|
|
5703
5722
|
name: "x-runtime-lib.textField",
|
|
5704
|
-
comp:
|
|
5723
|
+
comp: ml,
|
|
5705
5724
|
properties: {
|
|
5706
|
-
pageCommon: [y,
|
|
5707
|
-
compCommon: [y,
|
|
5725
|
+
pageCommon: [y, Kn, Dn],
|
|
5726
|
+
compCommon: [y, Kn, Dn]
|
|
5708
5727
|
},
|
|
5709
5728
|
events: [],
|
|
5710
5729
|
methods: [],
|
|
@@ -5728,8 +5747,8 @@ const Rn = {
|
|
|
5728
5747
|
],
|
|
5729
5748
|
leaf: !0
|
|
5730
5749
|
};
|
|
5731
|
-
|
|
5732
|
-
function
|
|
5750
|
+
w(St);
|
|
5751
|
+
function da(t, n) {
|
|
5733
5752
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5734
5753
|
if (!o) {
|
|
5735
5754
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
@@ -5742,7 +5761,7 @@ function ua(t, n) {
|
|
|
5742
5761
|
}
|
|
5743
5762
|
const r = T();
|
|
5744
5763
|
A(r, s), r.basic.id = z(16), r.basic.key = $t.key;
|
|
5745
|
-
const a =
|
|
5764
|
+
const a = fa(t, n);
|
|
5746
5765
|
return {
|
|
5747
5766
|
nodeLite: E(r, [a.nodeLite]),
|
|
5748
5767
|
nodes: {
|
|
@@ -5751,7 +5770,7 @@ function ua(t, n) {
|
|
|
5751
5770
|
}
|
|
5752
5771
|
};
|
|
5753
5772
|
}
|
|
5754
|
-
function
|
|
5773
|
+
function fa(t, n) {
|
|
5755
5774
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5756
5775
|
if (!o) {
|
|
5757
5776
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
@@ -5770,7 +5789,7 @@ function ma(t, n) {
|
|
|
5770
5789
|
}
|
|
5771
5790
|
};
|
|
5772
5791
|
}
|
|
5773
|
-
const
|
|
5792
|
+
const On = {
|
|
5774
5793
|
key: "settings",
|
|
5775
5794
|
name: "x-runtime-lib.settings",
|
|
5776
5795
|
children: [
|
|
@@ -5791,10 +5810,10 @@ const Dn = {
|
|
|
5791
5810
|
}, $t = {
|
|
5792
5811
|
key: "common_form_v1",
|
|
5793
5812
|
name: "x-runtime-lib.form",
|
|
5794
|
-
comp:
|
|
5813
|
+
comp: Ks,
|
|
5795
5814
|
properties: {
|
|
5796
|
-
pageCommon: [y, Y, Le, ze, Te,
|
|
5797
|
-
compCommon: [y, Y, Le, ze, Te,
|
|
5815
|
+
pageCommon: [y, Y, Le, ze, Te, On],
|
|
5816
|
+
compCommon: [y, Y, Le, ze, Te, On]
|
|
5798
5817
|
},
|
|
5799
5818
|
events: [
|
|
5800
5819
|
{
|
|
@@ -5802,10 +5821,10 @@ const Dn = {
|
|
|
5802
5821
|
name: "x-runtime-lib.submit"
|
|
5803
5822
|
}
|
|
5804
5823
|
],
|
|
5805
|
-
spawn:
|
|
5824
|
+
spawn: da
|
|
5806
5825
|
};
|
|
5807
|
-
|
|
5808
|
-
const
|
|
5826
|
+
w($t);
|
|
5827
|
+
const ya = K(X), Fn = {
|
|
5809
5828
|
key: "settings",
|
|
5810
5829
|
name: "x-runtime-lib.settings",
|
|
5811
5830
|
children: [
|
|
@@ -5828,23 +5847,23 @@ const pa = K(X), On = {
|
|
|
5828
5847
|
items: "sizeItemsV1",
|
|
5829
5848
|
default: "default"
|
|
5830
5849
|
},
|
|
5831
|
-
|
|
5850
|
+
ya
|
|
5832
5851
|
]
|
|
5833
|
-
},
|
|
5852
|
+
}, ba = {
|
|
5834
5853
|
key: "common_icon_v1",
|
|
5835
5854
|
name: "x-runtime-lib.icon",
|
|
5836
|
-
comp:
|
|
5855
|
+
comp: Ds,
|
|
5837
5856
|
properties: {
|
|
5838
|
-
pageCommon: [y,
|
|
5839
|
-
compCommon: [y,
|
|
5857
|
+
pageCommon: [y, Fn],
|
|
5858
|
+
compCommon: [y, Fn]
|
|
5840
5859
|
},
|
|
5841
5860
|
leaf: !0
|
|
5842
5861
|
};
|
|
5843
|
-
|
|
5844
|
-
const
|
|
5862
|
+
w(ba);
|
|
5863
|
+
const ga = {
|
|
5845
5864
|
key: "common_menu_v1",
|
|
5846
5865
|
name: "x-runtime-lib.menu",
|
|
5847
|
-
comp:
|
|
5866
|
+
comp: Fs,
|
|
5848
5867
|
properties: {
|
|
5849
5868
|
pageCommon: [y],
|
|
5850
5869
|
compCommon: [y]
|
|
@@ -5861,8 +5880,8 @@ const fa = {
|
|
|
5861
5880
|
],
|
|
5862
5881
|
teleport: !0
|
|
5863
5882
|
};
|
|
5864
|
-
|
|
5865
|
-
function
|
|
5883
|
+
w(ga);
|
|
5884
|
+
function ha(t, n) {
|
|
5866
5885
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5867
5886
|
if (!o) {
|
|
5868
5887
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
@@ -5881,7 +5900,7 @@ function ya(t, n) {
|
|
|
5881
5900
|
}
|
|
5882
5901
|
};
|
|
5883
5902
|
}
|
|
5884
|
-
const
|
|
5903
|
+
const Nn = {
|
|
5885
5904
|
key: "size",
|
|
5886
5905
|
name: "x-runtime-lib.size",
|
|
5887
5906
|
children: [
|
|
@@ -5907,7 +5926,7 @@ const Fn = {
|
|
|
5907
5926
|
default: ""
|
|
5908
5927
|
}
|
|
5909
5928
|
]
|
|
5910
|
-
},
|
|
5929
|
+
}, jn = {
|
|
5911
5930
|
key: "settings",
|
|
5912
5931
|
name: "x-runtime-lib.settings",
|
|
5913
5932
|
children: [
|
|
@@ -6051,10 +6070,10 @@ const Fn = {
|
|
|
6051
6070
|
}, Ct = {
|
|
6052
6071
|
key: "common_number_input_v1",
|
|
6053
6072
|
name: "x-runtime-lib.numberInput",
|
|
6054
|
-
comp:
|
|
6073
|
+
comp: Ns,
|
|
6055
6074
|
properties: {
|
|
6056
|
-
pageCommon: [y,
|
|
6057
|
-
compCommon: [y,
|
|
6075
|
+
pageCommon: [y, Nn, jn],
|
|
6076
|
+
compCommon: [y, Nn, jn]
|
|
6058
6077
|
},
|
|
6059
6078
|
events: [
|
|
6060
6079
|
{
|
|
@@ -6079,10 +6098,10 @@ const Fn = {
|
|
|
6079
6098
|
}
|
|
6080
6099
|
],
|
|
6081
6100
|
leaf: !0,
|
|
6082
|
-
spawn:
|
|
6101
|
+
spawn: ha
|
|
6083
6102
|
};
|
|
6084
|
-
|
|
6085
|
-
const
|
|
6103
|
+
w(Ct);
|
|
6104
|
+
const Gn = {
|
|
6086
6105
|
key: "settings",
|
|
6087
6106
|
name: "x-runtime-lib.settings",
|
|
6088
6107
|
children: [
|
|
@@ -6145,18 +6164,18 @@ const jn = {
|
|
|
6145
6164
|
default: !1
|
|
6146
6165
|
}
|
|
6147
6166
|
]
|
|
6148
|
-
},
|
|
6167
|
+
}, _a = {
|
|
6149
6168
|
key: "common_pagination_v1",
|
|
6150
6169
|
name: "x-runtime-lib.pagination",
|
|
6151
|
-
comp:
|
|
6170
|
+
comp: js,
|
|
6152
6171
|
properties: {
|
|
6153
|
-
pageCommon: [y,
|
|
6154
|
-
compCommon: [y,
|
|
6172
|
+
pageCommon: [y, Gn],
|
|
6173
|
+
compCommon: [y, Gn]
|
|
6155
6174
|
},
|
|
6156
6175
|
leaf: !0
|
|
6157
6176
|
};
|
|
6158
|
-
|
|
6159
|
-
const
|
|
6177
|
+
w(_a);
|
|
6178
|
+
const va = K(X), Hn = {
|
|
6160
6179
|
key: "settings",
|
|
6161
6180
|
name: "x-runtime-lib.settings",
|
|
6162
6181
|
children: [
|
|
@@ -6191,20 +6210,20 @@ const ga = K(X), Gn = {
|
|
|
6191
6210
|
items: "densityItemsV1",
|
|
6192
6211
|
default: "default"
|
|
6193
6212
|
},
|
|
6194
|
-
|
|
6213
|
+
va
|
|
6195
6214
|
]
|
|
6196
6215
|
}, Vt = {
|
|
6197
6216
|
key: "common_radio_v1",
|
|
6198
6217
|
name: "x-runtime-lib.radio",
|
|
6199
|
-
comp:
|
|
6218
|
+
comp: Gs,
|
|
6200
6219
|
properties: {
|
|
6201
|
-
pageCommon: [y,
|
|
6202
|
-
compCommon: [y,
|
|
6220
|
+
pageCommon: [y, Hn],
|
|
6221
|
+
compCommon: [y, Hn]
|
|
6203
6222
|
},
|
|
6204
6223
|
leaf: !0
|
|
6205
6224
|
};
|
|
6206
|
-
|
|
6207
|
-
function
|
|
6225
|
+
w(Vt);
|
|
6226
|
+
function xa(t, n) {
|
|
6208
6227
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6209
6228
|
if (!o) {
|
|
6210
6229
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -6253,7 +6272,7 @@ function ct(t, n, e, o) {
|
|
|
6253
6272
|
}
|
|
6254
6273
|
};
|
|
6255
6274
|
}
|
|
6256
|
-
const
|
|
6275
|
+
const Un = {
|
|
6257
6276
|
key: "settings",
|
|
6258
6277
|
name: "x-runtime-lib.settings",
|
|
6259
6278
|
children: [
|
|
@@ -6299,15 +6318,15 @@ const Hn = {
|
|
|
6299
6318
|
}, Pt = {
|
|
6300
6319
|
key: "common_radio_group_v1",
|
|
6301
6320
|
name: "x-runtime-lib.radioGroup",
|
|
6302
|
-
comp:
|
|
6321
|
+
comp: Hs,
|
|
6303
6322
|
properties: {
|
|
6304
|
-
pageCommon: [y,
|
|
6305
|
-
compCommon: [y,
|
|
6323
|
+
pageCommon: [y, Un],
|
|
6324
|
+
compCommon: [y, Un]
|
|
6306
6325
|
},
|
|
6307
|
-
spawn:
|
|
6326
|
+
spawn: xa
|
|
6308
6327
|
};
|
|
6309
|
-
|
|
6310
|
-
const
|
|
6328
|
+
w(Pt);
|
|
6329
|
+
const Jn = {
|
|
6311
6330
|
key: "settings",
|
|
6312
6331
|
name: "x-runtime-lib.settings",
|
|
6313
6332
|
children: [
|
|
@@ -6424,18 +6443,18 @@ const Un = {
|
|
|
6424
6443
|
]
|
|
6425
6444
|
}
|
|
6426
6445
|
]
|
|
6427
|
-
},
|
|
6446
|
+
}, ka = {
|
|
6428
6447
|
key: "common_range_slider_v1",
|
|
6429
6448
|
name: "x-runtime-lib.rangeSlider",
|
|
6430
|
-
comp:
|
|
6449
|
+
comp: Us,
|
|
6431
6450
|
properties: {
|
|
6432
|
-
pageCommon: [y,
|
|
6433
|
-
compCommon: [y,
|
|
6451
|
+
pageCommon: [y, Jn],
|
|
6452
|
+
compCommon: [y, Jn]
|
|
6434
6453
|
},
|
|
6435
6454
|
leaf: !0
|
|
6436
6455
|
};
|
|
6437
|
-
|
|
6438
|
-
const
|
|
6456
|
+
w(ka);
|
|
6457
|
+
const qn = {
|
|
6439
6458
|
key: "settings",
|
|
6440
6459
|
name: "x-runtime-lib.settings",
|
|
6441
6460
|
children: [
|
|
@@ -6490,18 +6509,18 @@ const Jn = {
|
|
|
6490
6509
|
default: !1
|
|
6491
6510
|
}
|
|
6492
6511
|
]
|
|
6493
|
-
},
|
|
6512
|
+
}, wa = {
|
|
6494
6513
|
key: "common_rating_v1",
|
|
6495
6514
|
name: "x-runtime-lib.rating",
|
|
6496
|
-
comp:
|
|
6515
|
+
comp: Js,
|
|
6497
6516
|
properties: {
|
|
6498
|
-
pageCommon: [y,
|
|
6499
|
-
compCommon: [y,
|
|
6517
|
+
pageCommon: [y, qn],
|
|
6518
|
+
compCommon: [y, qn]
|
|
6500
6519
|
},
|
|
6501
6520
|
leaf: !0
|
|
6502
6521
|
};
|
|
6503
|
-
|
|
6504
|
-
const
|
|
6522
|
+
w(wa);
|
|
6523
|
+
const Xn = {
|
|
6505
6524
|
key: "settings",
|
|
6506
6525
|
name: "x-runtime-lib.settings",
|
|
6507
6526
|
children: [
|
|
@@ -6542,17 +6561,17 @@ const qn = {
|
|
|
6542
6561
|
default: !1
|
|
6543
6562
|
}
|
|
6544
6563
|
]
|
|
6545
|
-
},
|
|
6564
|
+
}, Ia = {
|
|
6546
6565
|
key: "common_select_v1",
|
|
6547
6566
|
name: "x-runtime-lib.select",
|
|
6548
|
-
comp:
|
|
6567
|
+
comp: qs,
|
|
6549
6568
|
properties: {
|
|
6550
|
-
pageCommon: [y,
|
|
6551
|
-
compCommon: [y,
|
|
6569
|
+
pageCommon: [y, Xn],
|
|
6570
|
+
compCommon: [y, Xn]
|
|
6552
6571
|
},
|
|
6553
6572
|
leaf: !0
|
|
6554
6573
|
};
|
|
6555
|
-
|
|
6574
|
+
w(Ia);
|
|
6556
6575
|
const Zt = K(X);
|
|
6557
6576
|
Zt.key = "color";
|
|
6558
6577
|
Zt.name = "x-runtime-lib.color";
|
|
@@ -6562,7 +6581,7 @@ Qt.name = "x-runtime-lib.trackColor";
|
|
|
6562
6581
|
const en = K(X);
|
|
6563
6582
|
en.key = "thumbColor";
|
|
6564
6583
|
en.name = "x-runtime-lib.thumbColor";
|
|
6565
|
-
const
|
|
6584
|
+
const Yn = {
|
|
6566
6585
|
key: "settings",
|
|
6567
6586
|
name: "x-runtime-lib.settings",
|
|
6568
6587
|
children: [
|
|
@@ -6671,7 +6690,7 @@ const Xn = {
|
|
|
6671
6690
|
Qt,
|
|
6672
6691
|
en
|
|
6673
6692
|
]
|
|
6674
|
-
},
|
|
6693
|
+
}, Zn = {
|
|
6675
6694
|
key: "slots",
|
|
6676
6695
|
name: "x-runtime-lib.slots",
|
|
6677
6696
|
children: [
|
|
@@ -6688,28 +6707,28 @@ const Xn = {
|
|
|
6688
6707
|
default: void 0
|
|
6689
6708
|
}
|
|
6690
6709
|
]
|
|
6691
|
-
},
|
|
6710
|
+
}, Sa = {
|
|
6692
6711
|
key: "common_slider_v1",
|
|
6693
6712
|
name: "x-runtime-lib.slider",
|
|
6694
|
-
comp:
|
|
6713
|
+
comp: Xs,
|
|
6695
6714
|
properties: {
|
|
6696
|
-
pageCommon: [y,
|
|
6697
|
-
compCommon: [y,
|
|
6715
|
+
pageCommon: [y, Yn, Zn],
|
|
6716
|
+
compCommon: [y, Yn, Zn]
|
|
6698
6717
|
},
|
|
6699
6718
|
leaf: !0
|
|
6700
6719
|
};
|
|
6701
|
-
|
|
6720
|
+
w(Sa);
|
|
6702
6721
|
const Lt = {
|
|
6703
6722
|
key: "common_stepper_header_v1",
|
|
6704
6723
|
name: "x-runtime-lib.stepperHeader",
|
|
6705
|
-
comp:
|
|
6724
|
+
comp: el,
|
|
6706
6725
|
properties: {
|
|
6707
6726
|
pageCommon: [y],
|
|
6708
6727
|
compCommon: [y]
|
|
6709
6728
|
}
|
|
6710
6729
|
};
|
|
6711
|
-
|
|
6712
|
-
const
|
|
6730
|
+
w(Lt);
|
|
6731
|
+
const Qn = {
|
|
6713
6732
|
key: "settings",
|
|
6714
6733
|
name: "x-runtime-lib.settings",
|
|
6715
6734
|
children: [
|
|
@@ -6723,24 +6742,24 @@ const Zn = {
|
|
|
6723
6742
|
}, zt = {
|
|
6724
6743
|
key: "common_stepper_item_v1",
|
|
6725
6744
|
name: "x-runtime-lib.stepperItem",
|
|
6726
|
-
comp:
|
|
6745
|
+
comp: tl,
|
|
6727
6746
|
properties: {
|
|
6728
|
-
pageCommon: [y,
|
|
6729
|
-
compCommon: [y,
|
|
6747
|
+
pageCommon: [y, Qn],
|
|
6748
|
+
compCommon: [y, Qn]
|
|
6730
6749
|
}
|
|
6731
6750
|
};
|
|
6732
|
-
|
|
6751
|
+
w(zt);
|
|
6733
6752
|
const Tt = {
|
|
6734
6753
|
key: "common_stepper_window_v1",
|
|
6735
6754
|
name: "x-runtime-lib.stepperWindow",
|
|
6736
|
-
comp:
|
|
6755
|
+
comp: il,
|
|
6737
6756
|
properties: {
|
|
6738
6757
|
pageCommon: [y],
|
|
6739
6758
|
compCommon: [y]
|
|
6740
6759
|
}
|
|
6741
6760
|
};
|
|
6742
|
-
|
|
6743
|
-
const
|
|
6761
|
+
w(Tt);
|
|
6762
|
+
const eo = {
|
|
6744
6763
|
key: "settings",
|
|
6745
6764
|
name: "x-runtime-lib.settings",
|
|
6746
6765
|
children: [
|
|
@@ -6754,14 +6773,14 @@ const Qn = {
|
|
|
6754
6773
|
}, Et = {
|
|
6755
6774
|
key: "common_stepper_window_item_v1",
|
|
6756
6775
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6757
|
-
comp:
|
|
6776
|
+
comp: rl,
|
|
6758
6777
|
properties: {
|
|
6759
|
-
pageCommon: [y,
|
|
6760
|
-
compCommon: [y,
|
|
6778
|
+
pageCommon: [y, eo],
|
|
6779
|
+
compCommon: [y, eo]
|
|
6761
6780
|
}
|
|
6762
6781
|
};
|
|
6763
|
-
|
|
6764
|
-
function
|
|
6782
|
+
w(Et);
|
|
6783
|
+
function $a(t, n) {
|
|
6765
6784
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6766
6785
|
if (!o) {
|
|
6767
6786
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
@@ -6774,7 +6793,7 @@ function wa(t, n) {
|
|
|
6774
6793
|
}
|
|
6775
6794
|
const r = T();
|
|
6776
6795
|
A(r, s), r.basic.id = z(16), r.basic.key = At.key;
|
|
6777
|
-
const a =
|
|
6796
|
+
const a = Ca(t, n), c = Va(t, n);
|
|
6778
6797
|
return {
|
|
6779
6798
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
6780
6799
|
nodes: {
|
|
@@ -6784,7 +6803,7 @@ function wa(t, n) {
|
|
|
6784
6803
|
}
|
|
6785
6804
|
};
|
|
6786
6805
|
}
|
|
6787
|
-
function
|
|
6806
|
+
function Ca(t, n) {
|
|
6788
6807
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6789
6808
|
if (!o) {
|
|
6790
6809
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
@@ -6827,7 +6846,7 @@ function ut(t, n, e) {
|
|
|
6827
6846
|
}
|
|
6828
6847
|
};
|
|
6829
6848
|
}
|
|
6830
|
-
function
|
|
6849
|
+
function Va(t, n) {
|
|
6831
6850
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6832
6851
|
if (!o) {
|
|
6833
6852
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
@@ -6868,7 +6887,7 @@ function mt(t, n, e, o) {
|
|
|
6868
6887
|
}
|
|
6869
6888
|
const c = T();
|
|
6870
6889
|
A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
|
|
6871
|
-
const u =
|
|
6890
|
+
const u = Pa(t, n, o);
|
|
6872
6891
|
return {
|
|
6873
6892
|
nodeLite: E(c, [u.nodeLite]),
|
|
6874
6893
|
nodes: {
|
|
@@ -6877,7 +6896,7 @@ function mt(t, n, e, o) {
|
|
|
6877
6896
|
}
|
|
6878
6897
|
};
|
|
6879
6898
|
}
|
|
6880
|
-
function
|
|
6899
|
+
function Pa(t, n, e) {
|
|
6881
6900
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
6882
6901
|
if (!s) {
|
|
6883
6902
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6896,7 +6915,7 @@ function $a(t, n, e) {
|
|
|
6896
6915
|
}
|
|
6897
6916
|
};
|
|
6898
6917
|
}
|
|
6899
|
-
const
|
|
6918
|
+
const to = {
|
|
6900
6919
|
key: "settings",
|
|
6901
6920
|
name: "x-runtime-lib.settings",
|
|
6902
6921
|
children: [
|
|
@@ -6916,26 +6935,26 @@ const eo = {
|
|
|
6916
6935
|
}, At = {
|
|
6917
6936
|
key: "common_stepper_v1",
|
|
6918
6937
|
name: "x-runtime-lib.stepper",
|
|
6919
|
-
comp:
|
|
6938
|
+
comp: Ys,
|
|
6920
6939
|
properties: {
|
|
6921
|
-
pageCommon: [y,
|
|
6922
|
-
compCommon: [y,
|
|
6940
|
+
pageCommon: [y, to],
|
|
6941
|
+
compCommon: [y, to]
|
|
6923
6942
|
},
|
|
6924
|
-
spawn:
|
|
6943
|
+
spawn: $a
|
|
6925
6944
|
};
|
|
6926
|
-
|
|
6927
|
-
const
|
|
6945
|
+
w(At);
|
|
6946
|
+
const La = {
|
|
6928
6947
|
key: "common_switch_v1",
|
|
6929
6948
|
name: "x-runtime-lib.switch",
|
|
6930
|
-
comp:
|
|
6949
|
+
comp: sl,
|
|
6931
6950
|
properties: {
|
|
6932
6951
|
pageCommon: [y],
|
|
6933
6952
|
compCommon: [y]
|
|
6934
6953
|
},
|
|
6935
6954
|
leaf: !0
|
|
6936
6955
|
};
|
|
6937
|
-
|
|
6938
|
-
const
|
|
6956
|
+
w(La);
|
|
6957
|
+
const no = {
|
|
6939
6958
|
key: "settings",
|
|
6940
6959
|
name: "x-runtime-lib.settings",
|
|
6941
6960
|
children: [
|
|
@@ -6955,15 +6974,15 @@ const to = {
|
|
|
6955
6974
|
}, Mt = {
|
|
6956
6975
|
key: "common_tab_v1",
|
|
6957
6976
|
name: "x-runtime-lib.tab",
|
|
6958
|
-
comp:
|
|
6977
|
+
comp: ll,
|
|
6959
6978
|
properties: {
|
|
6960
|
-
pageCommon: [y,
|
|
6961
|
-
compCommon: [y,
|
|
6979
|
+
pageCommon: [y, no],
|
|
6980
|
+
compCommon: [y, no]
|
|
6962
6981
|
},
|
|
6963
6982
|
leaf: !0
|
|
6964
6983
|
};
|
|
6965
|
-
|
|
6966
|
-
function
|
|
6984
|
+
w(Mt);
|
|
6985
|
+
function za(t, n) {
|
|
6967
6986
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6968
6987
|
if (!o) {
|
|
6969
6988
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
@@ -7015,7 +7034,7 @@ nn.name = "x-runtime-lib.selectedColor";
|
|
|
7015
7034
|
const on = K(X);
|
|
7016
7035
|
on.key = "sliderColor";
|
|
7017
7036
|
on.name = "x-runtime-lib.sliderColor";
|
|
7018
|
-
const
|
|
7037
|
+
const oo = {
|
|
7019
7038
|
key: "settings",
|
|
7020
7039
|
name: "x-runtime-lib.settings",
|
|
7021
7040
|
children: [
|
|
@@ -7097,15 +7116,15 @@ const no = {
|
|
|
7097
7116
|
}, Bt = {
|
|
7098
7117
|
key: "common_tabs_v1",
|
|
7099
7118
|
name: "x-runtime-lib.tabs",
|
|
7100
|
-
comp:
|
|
7119
|
+
comp: al,
|
|
7101
7120
|
properties: {
|
|
7102
|
-
pageCommon: [y,
|
|
7103
|
-
compCommon: [y,
|
|
7121
|
+
pageCommon: [y, oo],
|
|
7122
|
+
compCommon: [y, oo]
|
|
7104
7123
|
},
|
|
7105
|
-
spawn:
|
|
7124
|
+
spawn: za
|
|
7106
7125
|
};
|
|
7107
|
-
|
|
7108
|
-
function
|
|
7126
|
+
w(Bt);
|
|
7127
|
+
function Ta(t, n) {
|
|
7109
7128
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7110
7129
|
if (!o) {
|
|
7111
7130
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
@@ -7124,7 +7143,7 @@ function Pa(t, n) {
|
|
|
7124
7143
|
}
|
|
7125
7144
|
};
|
|
7126
7145
|
}
|
|
7127
|
-
const
|
|
7146
|
+
const io = {
|
|
7128
7147
|
key: "settings",
|
|
7129
7148
|
name: "x-runtime-lib.settings",
|
|
7130
7149
|
children: [
|
|
@@ -7213,16 +7232,16 @@ const oo = {
|
|
|
7213
7232
|
}, Ie = {
|
|
7214
7233
|
key: "common_text_v1",
|
|
7215
7234
|
name: "x-runtime-lib.text",
|
|
7216
|
-
comp:
|
|
7235
|
+
comp: cl,
|
|
7217
7236
|
properties: {
|
|
7218
|
-
pageCommon: [y,
|
|
7219
|
-
compCommon: [y,
|
|
7237
|
+
pageCommon: [y, io],
|
|
7238
|
+
compCommon: [y, io]
|
|
7220
7239
|
},
|
|
7221
7240
|
leaf: !0,
|
|
7222
|
-
spawn:
|
|
7241
|
+
spawn: Ta
|
|
7223
7242
|
};
|
|
7224
|
-
|
|
7225
|
-
function
|
|
7243
|
+
w(Ie);
|
|
7244
|
+
function Ea(t, n) {
|
|
7226
7245
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7227
7246
|
if (!o) {
|
|
7228
7247
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
@@ -7241,7 +7260,7 @@ function La(t, n) {
|
|
|
7241
7260
|
}
|
|
7242
7261
|
};
|
|
7243
7262
|
}
|
|
7244
|
-
const
|
|
7263
|
+
const ro = {
|
|
7245
7264
|
key: "settings",
|
|
7246
7265
|
name: "x-runtime-lib.settings",
|
|
7247
7266
|
children: [
|
|
@@ -7315,26 +7334,26 @@ const io = {
|
|
|
7315
7334
|
}, Wt = {
|
|
7316
7335
|
key: "common_textarea_v1",
|
|
7317
7336
|
name: "x-runtime-lib.textarea",
|
|
7318
|
-
comp:
|
|
7337
|
+
comp: ul,
|
|
7319
7338
|
properties: {
|
|
7320
|
-
pageCommon: [y,
|
|
7321
|
-
compCommon: [y,
|
|
7339
|
+
pageCommon: [y, ro],
|
|
7340
|
+
compCommon: [y, ro]
|
|
7322
7341
|
},
|
|
7323
7342
|
leaf: !0,
|
|
7324
|
-
spawn:
|
|
7343
|
+
spawn: Ea
|
|
7325
7344
|
};
|
|
7326
|
-
|
|
7345
|
+
w(Wt);
|
|
7327
7346
|
const Rt = {
|
|
7328
7347
|
key: "common_timeline_item_v1",
|
|
7329
7348
|
name: "x-runtime-lib.timelineItem",
|
|
7330
|
-
comp:
|
|
7349
|
+
comp: yl,
|
|
7331
7350
|
properties: {
|
|
7332
7351
|
pageCommon: [y],
|
|
7333
7352
|
compCommon: [y]
|
|
7334
7353
|
}
|
|
7335
7354
|
};
|
|
7336
|
-
|
|
7337
|
-
function
|
|
7355
|
+
w(Rt);
|
|
7356
|
+
function Aa(t, n) {
|
|
7338
7357
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7339
7358
|
if (!o) {
|
|
7340
7359
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
@@ -7371,7 +7390,7 @@ function dt(t, n, e) {
|
|
|
7371
7390
|
}
|
|
7372
7391
|
const a = T();
|
|
7373
7392
|
A(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
|
|
7374
|
-
const c =
|
|
7393
|
+
const c = Ma(t, n, e);
|
|
7375
7394
|
return {
|
|
7376
7395
|
nodeLite: E(a, [c.nodeLite]),
|
|
7377
7396
|
nodes: {
|
|
@@ -7380,7 +7399,7 @@ function dt(t, n, e) {
|
|
|
7380
7399
|
}
|
|
7381
7400
|
};
|
|
7382
7401
|
}
|
|
7383
|
-
function
|
|
7402
|
+
function Ma(t, n, e) {
|
|
7384
7403
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7385
7404
|
if (!s) {
|
|
7386
7405
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7399,7 +7418,7 @@ function Ta(t, n, e) {
|
|
|
7399
7418
|
}
|
|
7400
7419
|
};
|
|
7401
7420
|
}
|
|
7402
|
-
const
|
|
7421
|
+
const Ba = K(X), Wa = K(X), so = {
|
|
7403
7422
|
key: "settings",
|
|
7404
7423
|
name: "x-runtime-lib.settings",
|
|
7405
7424
|
children: [
|
|
@@ -7447,7 +7466,7 @@ const Ea = K(X), Aa = K(X), ro = {
|
|
|
7447
7466
|
ui: "switch",
|
|
7448
7467
|
default: !1
|
|
7449
7468
|
},
|
|
7450
|
-
|
|
7469
|
+
Ba
|
|
7451
7470
|
]
|
|
7452
7471
|
},
|
|
7453
7472
|
{
|
|
@@ -7473,32 +7492,32 @@ const Ea = K(X), Aa = K(X), ro = {
|
|
|
7473
7492
|
ui: "numInput",
|
|
7474
7493
|
default: 0
|
|
7475
7494
|
},
|
|
7476
|
-
|
|
7495
|
+
Wa
|
|
7477
7496
|
]
|
|
7478
7497
|
}
|
|
7479
7498
|
]
|
|
7480
7499
|
}, Kt = {
|
|
7481
7500
|
key: "common_timeline_v1",
|
|
7482
7501
|
name: "x-runtime-lib.timeline",
|
|
7483
|
-
comp:
|
|
7502
|
+
comp: pl,
|
|
7484
7503
|
properties: {
|
|
7485
|
-
pageCommon: [y,
|
|
7486
|
-
compCommon: [y,
|
|
7504
|
+
pageCommon: [y, so],
|
|
7505
|
+
compCommon: [y, so]
|
|
7487
7506
|
},
|
|
7488
|
-
spawn:
|
|
7507
|
+
spawn: Aa
|
|
7489
7508
|
};
|
|
7490
|
-
|
|
7509
|
+
w(Kt);
|
|
7491
7510
|
const Dt = {
|
|
7492
7511
|
key: "common_window_item_v1",
|
|
7493
7512
|
name: "x-runtime-lib.windowItem",
|
|
7494
|
-
comp:
|
|
7513
|
+
comp: _l,
|
|
7495
7514
|
properties: {
|
|
7496
7515
|
pageCommon: [y],
|
|
7497
7516
|
compCommon: [y]
|
|
7498
7517
|
}
|
|
7499
7518
|
};
|
|
7500
|
-
|
|
7501
|
-
function
|
|
7519
|
+
w(Dt);
|
|
7520
|
+
function Ra(t, n) {
|
|
7502
7521
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7503
7522
|
if (!o) {
|
|
7504
7523
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
@@ -7535,7 +7554,7 @@ function ft(t, n, e) {
|
|
|
7535
7554
|
}
|
|
7536
7555
|
const a = T();
|
|
7537
7556
|
A(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
|
|
7538
|
-
const c =
|
|
7557
|
+
const c = Ka(t, n, e);
|
|
7539
7558
|
return {
|
|
7540
7559
|
nodeLite: E(a, [c.nodeLite]),
|
|
7541
7560
|
nodes: {
|
|
@@ -7544,7 +7563,7 @@ function ft(t, n, e) {
|
|
|
7544
7563
|
}
|
|
7545
7564
|
};
|
|
7546
7565
|
}
|
|
7547
|
-
function
|
|
7566
|
+
function Ka(t, n, e) {
|
|
7548
7567
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7549
7568
|
if (!s) {
|
|
7550
7569
|
console.error(
|
|
@@ -7559,7 +7578,7 @@ function Ba(t, n, e) {
|
|
|
7559
7578
|
}
|
|
7560
7579
|
const a = T();
|
|
7561
7580
|
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";
|
|
7562
|
-
const c =
|
|
7581
|
+
const c = Da(t, n, e);
|
|
7563
7582
|
return {
|
|
7564
7583
|
nodeLite: E(a, [c.nodeLite]),
|
|
7565
7584
|
nodes: {
|
|
@@ -7568,7 +7587,7 @@ function Ba(t, n, e) {
|
|
|
7568
7587
|
}
|
|
7569
7588
|
};
|
|
7570
7589
|
}
|
|
7571
|
-
function
|
|
7590
|
+
function Da(t, n, e) {
|
|
7572
7591
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7573
7592
|
if (!s) {
|
|
7574
7593
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7587,7 +7606,7 @@ function Wa(t, n, e) {
|
|
|
7587
7606
|
}
|
|
7588
7607
|
};
|
|
7589
7608
|
}
|
|
7590
|
-
const
|
|
7609
|
+
const lo = {
|
|
7591
7610
|
key: "settings",
|
|
7592
7611
|
name: "x-runtime-lib.settings",
|
|
7593
7612
|
children: [
|
|
@@ -7638,41 +7657,41 @@ const so = {
|
|
|
7638
7657
|
}, Ot = {
|
|
7639
7658
|
key: "common_window_v1",
|
|
7640
7659
|
name: "x-runtime-lib.window",
|
|
7641
|
-
comp:
|
|
7660
|
+
comp: bl,
|
|
7642
7661
|
properties: {
|
|
7643
|
-
pageCommon: [y,
|
|
7644
|
-
compCommon: [y,
|
|
7662
|
+
pageCommon: [y, lo],
|
|
7663
|
+
compCommon: [y, lo]
|
|
7645
7664
|
},
|
|
7646
|
-
spawn:
|
|
7665
|
+
spawn: Ra
|
|
7647
7666
|
};
|
|
7648
|
-
|
|
7649
|
-
const
|
|
7667
|
+
w(Ot);
|
|
7668
|
+
const Oa = [
|
|
7650
7669
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7651
7670
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7652
7671
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7653
7672
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7654
|
-
],
|
|
7673
|
+
], Fa = [
|
|
7655
7674
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7656
7675
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7657
7676
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7658
7677
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7659
|
-
],
|
|
7678
|
+
], Na = [
|
|
7660
7679
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7661
7680
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7662
7681
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7663
7682
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7664
|
-
],
|
|
7683
|
+
], ja = [
|
|
7665
7684
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7666
7685
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7667
7686
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7668
|
-
],
|
|
7687
|
+
], Ga = [
|
|
7669
7688
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7670
7689
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7671
7690
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7672
|
-
],
|
|
7691
|
+
], Ha = [
|
|
7673
7692
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7674
7693
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7675
|
-
],
|
|
7694
|
+
], Ua = [
|
|
7676
7695
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7677
7696
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7678
7697
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7680,20 +7699,20 @@ const Ra = [
|
|
|
7680
7699
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7681
7700
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7682
7701
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7683
|
-
],
|
|
7702
|
+
], Ja = [
|
|
7684
7703
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7685
7704
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7686
7705
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7687
7706
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7688
7707
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7689
7708
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7690
|
-
],
|
|
7709
|
+
], qa = [
|
|
7691
7710
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7692
7711
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7693
7712
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7694
7713
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7695
7714
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7696
|
-
],
|
|
7715
|
+
], Xa = [
|
|
7697
7716
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7698
7717
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7699
7718
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7701,12 +7720,12 @@ const Ra = [
|
|
|
7701
7720
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7702
7721
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7703
7722
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7704
|
-
],
|
|
7723
|
+
], Ya = [
|
|
7705
7724
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7706
7725
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7707
7726
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7708
7727
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7709
|
-
],
|
|
7728
|
+
], Za = [
|
|
7710
7729
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7711
7730
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7712
7731
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7714,24 +7733,24 @@ const Ra = [
|
|
|
7714
7733
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7715
7734
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7716
7735
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7717
|
-
],
|
|
7736
|
+
], Qa = [
|
|
7718
7737
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7719
7738
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7720
7739
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7721
7740
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7722
7741
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7723
7742
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7724
|
-
],
|
|
7743
|
+
], ec = [
|
|
7725
7744
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7726
7745
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7727
7746
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7728
|
-
],
|
|
7747
|
+
], tc = [
|
|
7729
7748
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7730
7749
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7731
7750
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7732
7751
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7733
7752
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7734
|
-
],
|
|
7753
|
+
], nc = [
|
|
7735
7754
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7736
7755
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7737
7756
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7739,18 +7758,18 @@ const Ra = [
|
|
|
7739
7758
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7740
7759
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7741
7760
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7742
|
-
],
|
|
7761
|
+
], oc = [
|
|
7743
7762
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7744
7763
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7745
7764
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7746
7765
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7747
7766
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7748
|
-
],
|
|
7767
|
+
], ic = [
|
|
7749
7768
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7750
7769
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7751
7770
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7752
7771
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7753
|
-
],
|
|
7772
|
+
], rc = [
|
|
7754
7773
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7755
7774
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7756
7775
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7765,7 +7784,7 @@ const Ra = [
|
|
|
7765
7784
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7766
7785
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7767
7786
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7768
|
-
],
|
|
7787
|
+
], sc = [
|
|
7769
7788
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7770
7789
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7771
7790
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7776,53 +7795,53 @@ const Ra = [
|
|
|
7776
7795
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7777
7796
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7778
7797
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7779
|
-
],
|
|
7798
|
+
], lc = [
|
|
7780
7799
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7781
7800
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7782
7801
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7783
|
-
],
|
|
7802
|
+
], ac = [
|
|
7784
7803
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7785
7804
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7786
|
-
],
|
|
7805
|
+
], cc = [
|
|
7787
7806
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7788
7807
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7789
|
-
],
|
|
7808
|
+
], uc = [
|
|
7790
7809
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7791
7810
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7792
7811
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7793
|
-
],
|
|
7812
|
+
], mc = [
|
|
7794
7813
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7795
7814
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7796
7815
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7797
7816
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7798
|
-
],
|
|
7817
|
+
], pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7799
7818
|
__proto__: null,
|
|
7800
|
-
alignTabsItemsV1:
|
|
7801
|
-
axisTypeItemsV1:
|
|
7802
|
-
borderStyleItemsV1:
|
|
7803
|
-
colorModeItemsV1:
|
|
7804
|
-
densityItemsV1:
|
|
7805
|
-
directionItemsV1:
|
|
7806
|
-
fieldVariantItemsV1:
|
|
7807
|
-
flexCrossAlignItemsV1:
|
|
7808
|
-
flexDirectionItemsV1:
|
|
7809
|
-
flexMainAlignItemsV1:
|
|
7810
|
-
flexWrapItemsV1:
|
|
7811
|
-
fontWeightItemsV1:
|
|
7812
|
-
sheetVariantItemsV1:
|
|
7813
|
-
showTicksItemsV1:
|
|
7814
|
-
sizeItemsV1:
|
|
7815
|
-
textAlignItemsV1:
|
|
7816
|
-
textDecorationItemsV1:
|
|
7817
|
-
textEmphasisItemsV1:
|
|
7818
|
-
textStyleItemsV1:
|
|
7819
|
-
themeColorItemsV1:
|
|
7820
|
-
thumbLabelItemsV1:
|
|
7821
|
-
timelineAlignItemsV1:
|
|
7822
|
-
timelineDirectionItemsV1:
|
|
7823
|
-
timelineSideItemsV1:
|
|
7824
|
-
timelineTruncateLineItemsV1:
|
|
7825
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7819
|
+
alignTabsItemsV1: Oa,
|
|
7820
|
+
axisTypeItemsV1: Fa,
|
|
7821
|
+
borderStyleItemsV1: Na,
|
|
7822
|
+
colorModeItemsV1: ja,
|
|
7823
|
+
densityItemsV1: Ga,
|
|
7824
|
+
directionItemsV1: Ha,
|
|
7825
|
+
fieldVariantItemsV1: Ua,
|
|
7826
|
+
flexCrossAlignItemsV1: Ja,
|
|
7827
|
+
flexDirectionItemsV1: qa,
|
|
7828
|
+
flexMainAlignItemsV1: Xa,
|
|
7829
|
+
flexWrapItemsV1: Ya,
|
|
7830
|
+
fontWeightItemsV1: Za,
|
|
7831
|
+
sheetVariantItemsV1: Qa,
|
|
7832
|
+
showTicksItemsV1: ec,
|
|
7833
|
+
sizeItemsV1: tc,
|
|
7834
|
+
textAlignItemsV1: nc,
|
|
7835
|
+
textDecorationItemsV1: oc,
|
|
7836
|
+
textEmphasisItemsV1: ic,
|
|
7837
|
+
textStyleItemsV1: rc,
|
|
7838
|
+
themeColorItemsV1: sc,
|
|
7839
|
+
thumbLabelItemsV1: lc,
|
|
7840
|
+
timelineAlignItemsV1: ac,
|
|
7841
|
+
timelineDirectionItemsV1: cc,
|
|
7842
|
+
timelineSideItemsV1: uc,
|
|
7843
|
+
timelineTruncateLineItemsV1: mc
|
|
7844
|
+
}, Symbol.toStringTag, { value: "Module" })), dc = [
|
|
7826
7845
|
{
|
|
7827
7846
|
title: "x-runtime-lib.notSet",
|
|
7828
7847
|
value: "",
|
|
@@ -7862,7 +7881,7 @@ const Ra = [
|
|
|
7862
7881
|
max: 1 / 0,
|
|
7863
7882
|
step: 1
|
|
7864
7883
|
}
|
|
7865
|
-
],
|
|
7884
|
+
], fc = [
|
|
7866
7885
|
{
|
|
7867
7886
|
title: "x-runtime-lib.notSet",
|
|
7868
7887
|
value: "",
|
|
@@ -7884,7 +7903,7 @@ const Ra = [
|
|
|
7884
7903
|
validator: (t) => t === "right",
|
|
7885
7904
|
default: "right"
|
|
7886
7905
|
}
|
|
7887
|
-
],
|
|
7906
|
+
], yc = [
|
|
7888
7907
|
{
|
|
7889
7908
|
title: "x-runtime-lib.notSet",
|
|
7890
7909
|
value: "",
|
|
@@ -7914,7 +7933,7 @@ const Ra = [
|
|
|
7914
7933
|
precision: 6,
|
|
7915
7934
|
default: "0%"
|
|
7916
7935
|
}
|
|
7917
|
-
],
|
|
7936
|
+
], bc = [
|
|
7918
7937
|
{
|
|
7919
7938
|
title: "x-runtime-lib.notSet",
|
|
7920
7939
|
value: "",
|
|
@@ -7939,7 +7958,7 @@ const Ra = [
|
|
|
7939
7958
|
min: 0,
|
|
7940
7959
|
default: "0%"
|
|
7941
7960
|
}
|
|
7942
|
-
],
|
|
7961
|
+
], gc = [
|
|
7943
7962
|
{
|
|
7944
7963
|
title: "x-runtime-lib.notSet",
|
|
7945
7964
|
value: "",
|
|
@@ -7964,7 +7983,7 @@ const Ra = [
|
|
|
7964
7983
|
min: 0,
|
|
7965
7984
|
default: "0%"
|
|
7966
7985
|
}
|
|
7967
|
-
],
|
|
7986
|
+
], hc = [
|
|
7968
7987
|
{
|
|
7969
7988
|
title: "x-runtime-lib.notSet",
|
|
7970
7989
|
value: "",
|
|
@@ -7993,7 +8012,7 @@ const Ra = [
|
|
|
7993
8012
|
validator: (t) => t === "end",
|
|
7994
8013
|
default: "end"
|
|
7995
8014
|
}
|
|
7996
|
-
],
|
|
8015
|
+
], _c = [
|
|
7997
8016
|
{
|
|
7998
8017
|
title: "x-runtime-lib.notSet",
|
|
7999
8018
|
value: "",
|
|
@@ -8015,16 +8034,16 @@ const Ra = [
|
|
|
8015
8034
|
validator: (t) => t === "bottom",
|
|
8016
8035
|
default: "bottom"
|
|
8017
8036
|
}
|
|
8018
|
-
],
|
|
8037
|
+
], vc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8019
8038
|
__proto__: null,
|
|
8020
|
-
borderWidthTypesV1:
|
|
8021
|
-
leftRightTypesV1:
|
|
8022
|
-
marginTypesV1:
|
|
8023
|
-
paddingTypesV1:
|
|
8024
|
-
sizeTypesV1:
|
|
8025
|
-
tableColumnAlignTypesV1:
|
|
8026
|
-
topBottomTypesV1:
|
|
8027
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
8039
|
+
borderWidthTypesV1: dc,
|
|
8040
|
+
leftRightTypesV1: fc,
|
|
8041
|
+
marginTypesV1: yc,
|
|
8042
|
+
paddingTypesV1: bc,
|
|
8043
|
+
sizeTypesV1: gc,
|
|
8044
|
+
tableColumnAlignTypesV1: hc,
|
|
8045
|
+
topBottomTypesV1: _c
|
|
8046
|
+
}, Symbol.toStringTag, { value: "Module" })), xc = [
|
|
8028
8047
|
{
|
|
8029
8048
|
key: "containment",
|
|
8030
8049
|
name: "x-runtime-lib.containment",
|
|
@@ -8103,7 +8122,7 @@ const Ra = [
|
|
|
8103
8122
|
name: "x-runtime-lib.dynamic",
|
|
8104
8123
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8105
8124
|
}
|
|
8106
|
-
],
|
|
8125
|
+
], kc = [
|
|
8107
8126
|
{
|
|
8108
8127
|
key: "objects",
|
|
8109
8128
|
name: "x-runtime-lib.objects",
|
|
@@ -8138,7 +8157,7 @@ const Ra = [
|
|
|
8138
8157
|
"scene_keyboard_controls_v1"
|
|
8139
8158
|
]
|
|
8140
8159
|
}
|
|
8141
|
-
],
|
|
8160
|
+
], wc = [
|
|
8142
8161
|
{
|
|
8143
8162
|
key: "containment",
|
|
8144
8163
|
name: "x-runtime-lib.containment",
|
|
@@ -8217,7 +8236,7 @@ const Ra = [
|
|
|
8217
8236
|
name: "x-runtime-lib.dynamic",
|
|
8218
8237
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8219
8238
|
}
|
|
8220
|
-
],
|
|
8239
|
+
], Ic = [
|
|
8221
8240
|
{
|
|
8222
8241
|
key: "objects",
|
|
8223
8242
|
name: "x-runtime-lib.objects",
|
|
@@ -8252,12 +8271,12 @@ const Ra = [
|
|
|
8252
8271
|
"scene_keyboard_controls_v1"
|
|
8253
8272
|
]
|
|
8254
8273
|
}
|
|
8255
|
-
],
|
|
8274
|
+
], Sc = {
|
|
8256
8275
|
version: "v1",
|
|
8257
8276
|
globalityKey: "globality_v1",
|
|
8258
8277
|
refKey: "reference_v1",
|
|
8259
|
-
items: { ...
|
|
8260
|
-
types: { ...
|
|
8278
|
+
items: { ...pc },
|
|
8279
|
+
types: { ...vc },
|
|
8261
8280
|
elements: /* @__PURE__ */ new Set([
|
|
8262
8281
|
"globality_v1",
|
|
8263
8282
|
"multiple_ref_v1",
|
|
@@ -8329,27 +8348,27 @@ const Ra = [
|
|
|
8329
8348
|
"scene_spot_light_v1"
|
|
8330
8349
|
]),
|
|
8331
8350
|
groups: {
|
|
8332
|
-
pageCommon:
|
|
8333
|
-
pageScene:
|
|
8334
|
-
compCommon:
|
|
8335
|
-
compScene:
|
|
8351
|
+
pageCommon: wc,
|
|
8352
|
+
pageScene: Ic,
|
|
8353
|
+
compCommon: xc,
|
|
8354
|
+
compScene: kc
|
|
8336
8355
|
}
|
|
8337
|
-
},
|
|
8338
|
-
v1:
|
|
8356
|
+
}, $c = {
|
|
8357
|
+
v1: Sc
|
|
8339
8358
|
};
|
|
8340
8359
|
function B(t, n) {
|
|
8341
8360
|
if (t === "page") {
|
|
8342
|
-
if (
|
|
8361
|
+
if (!Vi.includes(n)) {
|
|
8343
8362
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8344
8363
|
return;
|
|
8345
8364
|
}
|
|
8346
|
-
} else if (t === "comp" && !
|
|
8365
|
+
} else if (t === "comp" && !Pi.includes(n)) {
|
|
8347
8366
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8348
8367
|
return;
|
|
8349
8368
|
}
|
|
8350
|
-
return `${t}${
|
|
8369
|
+
return `${t}${xi(n)}`;
|
|
8351
8370
|
}
|
|
8352
|
-
function
|
|
8371
|
+
function ao(t, n) {
|
|
8353
8372
|
if (t.array)
|
|
8354
8373
|
return n ? K(t.default) : K(t.defaultArray);
|
|
8355
8374
|
{
|
|
@@ -8362,21 +8381,21 @@ function A(t, n) {
|
|
|
8362
8381
|
if (s.ui) {
|
|
8363
8382
|
if (s.ui === "strInput" && s.static)
|
|
8364
8383
|
return;
|
|
8365
|
-
o[s.key] =
|
|
8384
|
+
o[s.key] = ao(s);
|
|
8366
8385
|
} else
|
|
8367
|
-
s.array ? o[s.key] =
|
|
8386
|
+
s.array ? o[s.key] = ao(s) : s.children.forEach((r) => {
|
|
8368
8387
|
o[s.key] || (o[s.key] = {}), e(o[s.key], r);
|
|
8369
8388
|
});
|
|
8370
8389
|
}
|
|
8371
8390
|
n.forEach((o) => e(t, o));
|
|
8372
8391
|
}
|
|
8373
|
-
function
|
|
8392
|
+
function fu(t, n, e, o, s) {
|
|
8374
8393
|
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = B(t, n);
|
|
8375
8394
|
if (!a) {
|
|
8376
8395
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8377
8396
|
return;
|
|
8378
8397
|
}
|
|
8379
|
-
const c =
|
|
8398
|
+
const c = $c[e];
|
|
8380
8399
|
if (!c) {
|
|
8381
8400
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
8382
8401
|
return;
|
|
@@ -8437,7 +8456,7 @@ function mu(t, n, e, o, s) {
|
|
|
8437
8456
|
}
|
|
8438
8457
|
}
|
|
8439
8458
|
}
|
|
8440
|
-
function
|
|
8459
|
+
function yu(t, n) {
|
|
8441
8460
|
function e(o) {
|
|
8442
8461
|
if (o.id === n)
|
|
8443
8462
|
return o;
|
|
@@ -8454,7 +8473,7 @@ function pu(t, n) {
|
|
|
8454
8473
|
return s;
|
|
8455
8474
|
}
|
|
8456
8475
|
}
|
|
8457
|
-
function
|
|
8476
|
+
function Cc(t) {
|
|
8458
8477
|
const n = {}, e = (r) => {
|
|
8459
8478
|
const a = z(16);
|
|
8460
8479
|
n[r.id] = a, r.id = a, r.children?.map((c) => e(c));
|
|
@@ -8466,69 +8485,69 @@ function Ic(t) {
|
|
|
8466
8485
|
a.basic.id = n[a.basic.id], s[a.basic.id] = a;
|
|
8467
8486
|
}), { nodeLite: o, nodes: s };
|
|
8468
8487
|
}
|
|
8469
|
-
function du(t) {
|
|
8470
|
-
return t.map((n) => Ic(n));
|
|
8471
|
-
}
|
|
8472
|
-
const To = "runtimeOrg", Eo = "runtimeEnv", Ao = "runtimeMode", Mo = "runtimeDevice", Bo = "runtimeDark", Wo = "runtimeType", Ro = "runtimeData", Ko = "runtimeDepends", Do = "runtimeRuntime", Oo = "runtimeSandbox";
|
|
8473
|
-
function fu(t) {
|
|
8474
|
-
me(To, t);
|
|
8475
|
-
}
|
|
8476
|
-
function Sc() {
|
|
8477
|
-
return ue(To);
|
|
8478
|
-
}
|
|
8479
|
-
function yu(t) {
|
|
8480
|
-
me(Eo, t);
|
|
8481
|
-
}
|
|
8482
|
-
function $c() {
|
|
8483
|
-
return ue(Eo);
|
|
8484
|
-
}
|
|
8485
8488
|
function bu(t) {
|
|
8489
|
+
return t.map((n) => Cc(n));
|
|
8490
|
+
}
|
|
8491
|
+
const Ao = "runtimeOrg", Mo = "runtimeEnv", Bo = "runtimeMode", Wo = "runtimeDevice", Ro = "runtimeDark", Ko = "runtimeType", Do = "runtimeData", Oo = "runtimeDepends", Fo = "runtimeRuntime", No = "runtimeSandbox";
|
|
8492
|
+
function gu(t) {
|
|
8486
8493
|
me(Ao, t);
|
|
8487
8494
|
}
|
|
8488
|
-
function
|
|
8495
|
+
function Vc() {
|
|
8489
8496
|
return ue(Ao);
|
|
8490
8497
|
}
|
|
8491
|
-
function
|
|
8492
|
-
me(Mo,
|
|
8498
|
+
function hu(t) {
|
|
8499
|
+
me(Mo, t);
|
|
8493
8500
|
}
|
|
8494
|
-
function
|
|
8501
|
+
function Pc() {
|
|
8495
8502
|
return ue(Mo);
|
|
8496
8503
|
}
|
|
8497
|
-
function
|
|
8498
|
-
me(Bo,
|
|
8504
|
+
function _u(t) {
|
|
8505
|
+
me(Bo, t);
|
|
8499
8506
|
}
|
|
8500
|
-
function
|
|
8507
|
+
function J() {
|
|
8501
8508
|
return ue(Bo);
|
|
8502
8509
|
}
|
|
8503
|
-
function
|
|
8504
|
-
me(Wo, t);
|
|
8510
|
+
function vu(t) {
|
|
8511
|
+
me(Wo, Nt(t));
|
|
8505
8512
|
}
|
|
8506
|
-
function
|
|
8513
|
+
function Be() {
|
|
8507
8514
|
return ue(Wo);
|
|
8508
8515
|
}
|
|
8509
|
-
function
|
|
8510
|
-
me(Ro, t);
|
|
8516
|
+
function xu(t) {
|
|
8517
|
+
me(Ro, Nt(t));
|
|
8511
8518
|
}
|
|
8512
|
-
function
|
|
8519
|
+
function Ue() {
|
|
8513
8520
|
return ue(Ro);
|
|
8514
8521
|
}
|
|
8515
|
-
function
|
|
8516
|
-
me(Ko,
|
|
8522
|
+
function ku(t) {
|
|
8523
|
+
me(Ko, t);
|
|
8517
8524
|
}
|
|
8518
|
-
function
|
|
8525
|
+
function he() {
|
|
8519
8526
|
return ue(Ko);
|
|
8520
8527
|
}
|
|
8521
|
-
function
|
|
8528
|
+
function jo(t) {
|
|
8522
8529
|
me(Do, t);
|
|
8523
8530
|
}
|
|
8524
|
-
function
|
|
8531
|
+
function _e() {
|
|
8525
8532
|
return ue(Do);
|
|
8526
8533
|
}
|
|
8527
|
-
function
|
|
8528
|
-
me(Oo, t);
|
|
8534
|
+
function wu(t) {
|
|
8535
|
+
me(Oo, Nt(t));
|
|
8529
8536
|
}
|
|
8530
|
-
function
|
|
8531
|
-
return ue(Oo
|
|
8537
|
+
function Lc() {
|
|
8538
|
+
return ue(Oo);
|
|
8539
|
+
}
|
|
8540
|
+
function Iu(t) {
|
|
8541
|
+
me(Fo, t);
|
|
8542
|
+
}
|
|
8543
|
+
function zc() {
|
|
8544
|
+
return ue(Fo);
|
|
8545
|
+
}
|
|
8546
|
+
function Tc(t) {
|
|
8547
|
+
me(No, t);
|
|
8548
|
+
}
|
|
8549
|
+
function ve() {
|
|
8550
|
+
return ue(No, void 0);
|
|
8532
8551
|
}
|
|
8533
8552
|
function Re(t) {
|
|
8534
8553
|
const n = [t.type];
|
|
@@ -8538,7 +8557,7 @@ function qe(t, n, e, o, s) {
|
|
|
8538
8557
|
const { watchEffect: r, bind: a } = n;
|
|
8539
8558
|
if (r[e])
|
|
8540
8559
|
for (const c of r[e]) {
|
|
8541
|
-
const u =
|
|
8560
|
+
const u = ki(c);
|
|
8542
8561
|
t.callFunction(`__watchEffect$${u}__`);
|
|
8543
8562
|
}
|
|
8544
8563
|
if (a.triggers[e])
|
|
@@ -8553,8 +8572,8 @@ function qe(t, n, e, o, s) {
|
|
|
8553
8572
|
if (e === Re(m)) {
|
|
8554
8573
|
if (m.subKeys) {
|
|
8555
8574
|
if (!pe(
|
|
8556
|
-
|
|
8557
|
-
|
|
8575
|
+
ke(o, m.subKeys),
|
|
8576
|
+
ke(s, m.subKeys)
|
|
8558
8577
|
)) {
|
|
8559
8578
|
p = m;
|
|
8560
8579
|
break;
|
|
@@ -8567,7 +8586,7 @@ function qe(t, n, e, o, s) {
|
|
|
8567
8586
|
if (!p)
|
|
8568
8587
|
continue;
|
|
8569
8588
|
let d;
|
|
8570
|
-
p.subKeys ? d =
|
|
8589
|
+
p.subKeys ? d = ke(o, p.subKeys) : d = o;
|
|
8571
8590
|
for (const m of u)
|
|
8572
8591
|
if (m.subKeys) {
|
|
8573
8592
|
let f;
|
|
@@ -8586,7 +8605,7 @@ function qe(t, n, e, o, s) {
|
|
|
8586
8605
|
console.assert(!1);
|
|
8587
8606
|
continue;
|
|
8588
8607
|
}
|
|
8589
|
-
const g =
|
|
8608
|
+
const g = ke(f, m.subKeys);
|
|
8590
8609
|
if (pe(d, g))
|
|
8591
8610
|
continue;
|
|
8592
8611
|
const b = K(f);
|
|
@@ -8622,10 +8641,10 @@ function qe(t, n, e, o, s) {
|
|
|
8622
8641
|
}
|
|
8623
8642
|
}
|
|
8624
8643
|
}
|
|
8625
|
-
function
|
|
8644
|
+
function Su(t, n, e) {
|
|
8626
8645
|
return `${t}/${n}/${e}`;
|
|
8627
8646
|
}
|
|
8628
|
-
function
|
|
8647
|
+
function co(t) {
|
|
8629
8648
|
const n = t.split("/");
|
|
8630
8649
|
let e = "elementProperty";
|
|
8631
8650
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyId invalid kind id=${t}`);
|
|
@@ -8634,10 +8653,10 @@ function ao(t) {
|
|
|
8634
8653
|
let s = "";
|
|
8635
8654
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
|
|
8636
8655
|
}
|
|
8637
|
-
function
|
|
8656
|
+
function $u(t, n, e) {
|
|
8638
8657
|
return `${t}.${n}.${e}`;
|
|
8639
8658
|
}
|
|
8640
|
-
function
|
|
8659
|
+
function Cu(t) {
|
|
8641
8660
|
const n = t.split(".");
|
|
8642
8661
|
let e = "";
|
|
8643
8662
|
n.length > 0 ? e = n[0] : console.error(
|
|
@@ -8654,10 +8673,10 @@ function Iu(t) {
|
|
|
8654
8673
|
propertyKey: s
|
|
8655
8674
|
};
|
|
8656
8675
|
}
|
|
8657
|
-
function
|
|
8676
|
+
function Vu(t, n, e) {
|
|
8658
8677
|
return `${t}.${n}.${e}`;
|
|
8659
8678
|
}
|
|
8660
|
-
function
|
|
8679
|
+
function Pu(t) {
|
|
8661
8680
|
const n = t.split(".");
|
|
8662
8681
|
let e = "";
|
|
8663
8682
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8666,10 +8685,10 @@ function $u(t) {
|
|
|
8666
8685
|
let s = "";
|
|
8667
8686
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyKeyOfCustomSlot invalid propertyId key=${t}`), { compId: e, slotId: o, propertyId: s };
|
|
8668
8687
|
}
|
|
8669
|
-
function
|
|
8688
|
+
function Ec(t, n, e) {
|
|
8670
8689
|
return `${t}/${n}/${e}`;
|
|
8671
8690
|
}
|
|
8672
|
-
function
|
|
8691
|
+
function Go(t) {
|
|
8673
8692
|
const n = t.split("/");
|
|
8674
8693
|
let e = "elementMethod";
|
|
8675
8694
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
|
|
@@ -8678,10 +8697,10 @@ function No(t) {
|
|
|
8678
8697
|
let s = "";
|
|
8679
8698
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
|
|
8680
8699
|
}
|
|
8681
|
-
function
|
|
8700
|
+
function Lu(t, n, e) {
|
|
8682
8701
|
return `${t}.${n}.${e}`;
|
|
8683
8702
|
}
|
|
8684
|
-
function
|
|
8703
|
+
function zu(t) {
|
|
8685
8704
|
const n = t.split(".");
|
|
8686
8705
|
let e = "";
|
|
8687
8706
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8690,10 +8709,10 @@ function Vu(t) {
|
|
|
8690
8709
|
let s = "";
|
|
8691
8710
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: s };
|
|
8692
8711
|
}
|
|
8693
|
-
function
|
|
8712
|
+
function Tu(t, n, e) {
|
|
8694
8713
|
return `${t}.${n}.${e}`;
|
|
8695
8714
|
}
|
|
8696
|
-
function
|
|
8715
|
+
function Eu(t) {
|
|
8697
8716
|
const n = t.split(".");
|
|
8698
8717
|
let e = "";
|
|
8699
8718
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8705,7 +8724,7 @@ function Lu(t) {
|
|
|
8705
8724
|
function oe(t, n, e) {
|
|
8706
8725
|
return `${t}/${n}/${e}`;
|
|
8707
8726
|
}
|
|
8708
|
-
function
|
|
8727
|
+
function Ac(t) {
|
|
8709
8728
|
const n = t.split("/");
|
|
8710
8729
|
let e = "elementEvent";
|
|
8711
8730
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
|
|
@@ -8714,10 +8733,10 @@ function zc(t) {
|
|
|
8714
8733
|
let s = "";
|
|
8715
8734
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: s };
|
|
8716
8735
|
}
|
|
8717
|
-
function
|
|
8736
|
+
function Au(t, n, e) {
|
|
8718
8737
|
return `${t}.${n}.${e}`;
|
|
8719
8738
|
}
|
|
8720
|
-
function
|
|
8739
|
+
function Mu(t) {
|
|
8721
8740
|
const n = t.split(".");
|
|
8722
8741
|
let e = "";
|
|
8723
8742
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8726,10 +8745,10 @@ function Tu(t) {
|
|
|
8726
8745
|
let s = "";
|
|
8727
8746
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventKeyOfElementSlot invalid eventKey key=${t}`), { elementKey: e, slotKey: o, eventKey: s };
|
|
8728
8747
|
}
|
|
8729
|
-
function
|
|
8748
|
+
function Bu(t, n, e) {
|
|
8730
8749
|
return `${t}.${n}.${e}`;
|
|
8731
8750
|
}
|
|
8732
|
-
function
|
|
8751
|
+
function Wu(t) {
|
|
8733
8752
|
const n = t.split(".");
|
|
8734
8753
|
let e = "";
|
|
8735
8754
|
n.length > 0 ? e = n[0] : console.error(`makeEventKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8738,10 +8757,10 @@ function Au(t) {
|
|
|
8738
8757
|
let s = "";
|
|
8739
8758
|
return n.length > 2 ? s = n[2] : console.error(`makeEventKeyOfCustomSlot invalid eventId key=${t}`), { compId: e, slotId: o, eventId: s };
|
|
8740
8759
|
}
|
|
8741
|
-
function
|
|
8760
|
+
function Ru(t, n, e) {
|
|
8742
8761
|
return `${t}/${n}/${e}`;
|
|
8743
8762
|
}
|
|
8744
|
-
function
|
|
8763
|
+
function Ku(t) {
|
|
8745
8764
|
const n = t.split("/");
|
|
8746
8765
|
let e = "elementSlot";
|
|
8747
8766
|
n.length > 0 ? e = n[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
|
|
@@ -8751,19 +8770,23 @@ function Bu(t) {
|
|
|
8751
8770
|
return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
|
|
8752
8771
|
}
|
|
8753
8772
|
function rn(t, n) {
|
|
8754
|
-
const e =
|
|
8773
|
+
const e = Lc(), o = ie(-1);
|
|
8755
8774
|
fe(() => {
|
|
8756
|
-
|
|
8775
|
+
if (!t.refContext?.compId) {
|
|
8776
|
+
o.value = -1, n.value = void 0;
|
|
8777
|
+
return;
|
|
8778
|
+
}
|
|
8779
|
+
const s = e.value[t.refContext.compId];
|
|
8757
8780
|
if (!s) {
|
|
8758
|
-
o.value = -1, n.value = void 0,
|
|
8781
|
+
o.value = -1, n.value = void 0, go.emit("compNotAvail", t.refContext.compId);
|
|
8759
8782
|
return;
|
|
8760
8783
|
}
|
|
8761
8784
|
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = K(s.data));
|
|
8762
8785
|
});
|
|
8763
8786
|
}
|
|
8764
|
-
function
|
|
8787
|
+
function Du() {
|
|
8765
8788
|
let t;
|
|
8766
|
-
const n = async () => (t = (await
|
|
8789
|
+
const n = async () => (t = (await wi()).newRuntime(), console.log("runtime created"), t);
|
|
8767
8790
|
return Ge(() => {
|
|
8768
8791
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
8769
8792
|
}), { createRuntime: n };
|
|
@@ -8803,7 +8826,7 @@ function je(t, n) {
|
|
|
8803
8826
|
return t.undefined;
|
|
8804
8827
|
}
|
|
8805
8828
|
}
|
|
8806
|
-
function
|
|
8829
|
+
function Mc(t) {
|
|
8807
8830
|
if (!t.vm) {
|
|
8808
8831
|
console.error("bindBase invalid sandbox vm");
|
|
8809
8832
|
return;
|
|
@@ -8837,11 +8860,11 @@ function Tc(t) {
|
|
|
8837
8860
|
console.log(s, ...r);
|
|
8838
8861
|
}).consume((e) => n.setProp(n.global, "__consoleLogV1__", e)), n.newFunction("__debugTraceV1__", (e) => {
|
|
8839
8862
|
const o = n.dump(e);
|
|
8840
|
-
|
|
8863
|
+
go.emit("consoleAppend", o);
|
|
8841
8864
|
}).consume((e) => n.setProp(n.global, "__debugTraceV1__", e)), n.newFunction("__messageV1__", (e, o) => {
|
|
8842
8865
|
const s = n.getString(e), r = n.dump(o);
|
|
8843
8866
|
let a = "";
|
|
8844
|
-
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ?
|
|
8867
|
+
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ? ti(a) : s === "success" ? ni(a) : s === "warning" ? ho(a) : s === "error" && _o(a);
|
|
8845
8868
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
8846
8869
|
const s = n.getNumber(e), r = n.getNumber(o);
|
|
8847
8870
|
window.setTimeout(() => {
|
|
@@ -8864,18 +8887,18 @@ function Tc(t) {
|
|
|
8864
8887
|
}, o), r.settled.then(n.runtime.executePendingJobs), r.handle;
|
|
8865
8888
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
8866
8889
|
}
|
|
8867
|
-
const
|
|
8890
|
+
const Ho = oi({
|
|
8868
8891
|
baseUrl: "http://localhost/computebase/",
|
|
8869
8892
|
onError: (t) => {
|
|
8870
8893
|
const { i18n: n } = we;
|
|
8871
|
-
|
|
8894
|
+
_o($i(n, t));
|
|
8872
8895
|
}
|
|
8873
8896
|
});
|
|
8874
|
-
window.API_URL && (
|
|
8875
|
-
function
|
|
8876
|
-
return
|
|
8897
|
+
window.API_URL && (Ho.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8898
|
+
function Bc(t) {
|
|
8899
|
+
return Ho.post("callFunc", t);
|
|
8877
8900
|
}
|
|
8878
|
-
function
|
|
8901
|
+
function Wc(t) {
|
|
8879
8902
|
if (!t.vm) {
|
|
8880
8903
|
console.error("bindCompute invalid sandbox vm");
|
|
8881
8904
|
return;
|
|
@@ -8883,7 +8906,7 @@ function Ac(t) {
|
|
|
8883
8906
|
const { vm: n } = t;
|
|
8884
8907
|
n.newFunction("__callFuncV1__", (e, o, s, r, a) => {
|
|
8885
8908
|
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);
|
|
8886
|
-
return
|
|
8909
|
+
return Bc({
|
|
8887
8910
|
spaceId: c,
|
|
8888
8911
|
id: u,
|
|
8889
8912
|
strInputs: b,
|
|
@@ -8898,7 +8921,7 @@ function Ac(t) {
|
|
|
8898
8921
|
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
8899
8922
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
8900
8923
|
}
|
|
8901
|
-
function
|
|
8924
|
+
function Rc(t) {
|
|
8902
8925
|
if (!t.vm) {
|
|
8903
8926
|
console.error("bindSystem invalid sandbox vm");
|
|
8904
8927
|
return;
|
|
@@ -8906,7 +8929,7 @@ function Mc(t) {
|
|
|
8906
8929
|
const { vm: n } = t;
|
|
8907
8930
|
n.newFunction("__getEnvV1__", () => n.getProp(n.global, "__env__")).consume((e) => n.setProp(n.global, "__getEnvV1__", e));
|
|
8908
8931
|
}
|
|
8909
|
-
function
|
|
8932
|
+
function Kc(t) {
|
|
8910
8933
|
if (!t.vm) {
|
|
8911
8934
|
console.error("bindView invalid sandbox vm");
|
|
8912
8935
|
return;
|
|
@@ -8924,7 +8947,7 @@ function Bc(t) {
|
|
|
8924
8947
|
Ve(c, p, d);
|
|
8925
8948
|
}
|
|
8926
8949
|
}
|
|
8927
|
-
const s = n.getString(e), { kind: r, eventKey: a } =
|
|
8950
|
+
const s = n.getString(e), { kind: r, eventKey: a } = Ac(s);
|
|
8928
8951
|
if (r === "customEvent") {
|
|
8929
8952
|
var V = [];
|
|
8930
8953
|
try {
|
|
@@ -8962,7 +8985,7 @@ function Bc(t) {
|
|
|
8962
8985
|
}
|
|
8963
8986
|
}
|
|
8964
8987
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
8965
|
-
const s = n.getString(e), r = n.getString(o), { kind: a, nodeId: c, propertyKey: u } =
|
|
8988
|
+
const s = n.getString(e), r = n.getString(o), { kind: a, nodeId: c, propertyKey: u } = co(s);
|
|
8966
8989
|
let p;
|
|
8967
8990
|
if (a === "elementProperty")
|
|
8968
8991
|
p = t.getElementProperty(c, u.split("."));
|
|
@@ -8975,7 +8998,7 @@ function Bc(t) {
|
|
|
8975
8998
|
} else a === "customProperty" ? p = t.getCustomProperty(u) : a === "customSlotProperty" || (a === "adaptSlotElementProperty" || a === "adaptSlotCustomProperty" ? p = t.getAdaptSlotProperty(u) : console.assert(!1));
|
|
8976
8999
|
return je(n, p);
|
|
8977
9000
|
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
8978
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, propertyKey: d } =
|
|
9001
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, propertyKey: d } = co(r);
|
|
8979
9002
|
if (u === "elementProperty")
|
|
8980
9003
|
t.setElementProperty(p, d.split("."), c);
|
|
8981
9004
|
else if (u === "referenceProperty") {
|
|
@@ -8986,7 +9009,7 @@ function Bc(t) {
|
|
|
8986
9009
|
m && m.setCustomProperty(d, c);
|
|
8987
9010
|
} else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
|
|
8988
9011
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
8989
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } =
|
|
9012
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = Go(r);
|
|
8990
9013
|
let m;
|
|
8991
9014
|
if (u === "elementMethod")
|
|
8992
9015
|
m = t.callElementMethod(r, c);
|
|
@@ -9013,27 +9036,27 @@ function Bc(t) {
|
|
|
9013
9036
|
pageId: r
|
|
9014
9037
|
};
|
|
9015
9038
|
we.router.replace({ path: a, query: c });
|
|
9016
|
-
} else t.mode === "preview" &&
|
|
9039
|
+
} else t.mode === "preview" && ho(
|
|
9017
9040
|
we.i18n.global.t(
|
|
9018
9041
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
9019
9042
|
)
|
|
9020
9043
|
);
|
|
9021
9044
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
9022
9045
|
const s = n.getString(e), r = n.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
|
|
9023
|
-
return
|
|
9046
|
+
return ii({ title: s, text: r }).then((u) => {
|
|
9024
9047
|
Ee(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(a));
|
|
9025
9048
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9026
9049
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9027
9050
|
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: u, promise: p } = t.promiseManager.acquire();
|
|
9028
|
-
return
|
|
9051
|
+
return ri({ title: r, label: a, value: c }).then((d) => {
|
|
9029
9052
|
Ee(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
9030
9053
|
}), p.settled.then(n.runtime.executePendingJobs), p.handle;
|
|
9031
9054
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9032
9055
|
}
|
|
9033
|
-
function
|
|
9034
|
-
|
|
9056
|
+
function Dc(t) {
|
|
9057
|
+
Mc(t), Wc(t), Rc(t), Kc(t);
|
|
9035
9058
|
}
|
|
9036
|
-
const
|
|
9059
|
+
const Oc = `
|
|
9037
9060
|
let __events__ = {}
|
|
9038
9061
|
|
|
9039
9062
|
function __onEventV1__(id, callback) {
|
|
@@ -9117,7 +9140,7 @@ function __destroy__() {
|
|
|
9117
9140
|
__timers__ = {}
|
|
9118
9141
|
}
|
|
9119
9142
|
`;
|
|
9120
|
-
class
|
|
9143
|
+
class Fc {
|
|
9121
9144
|
vm;
|
|
9122
9145
|
promiseId = 0;
|
|
9123
9146
|
promises = {};
|
|
@@ -9135,7 +9158,7 @@ class Kc {
|
|
|
9135
9158
|
delete this.promises[n];
|
|
9136
9159
|
}
|
|
9137
9160
|
}
|
|
9138
|
-
class
|
|
9161
|
+
class Nc {
|
|
9139
9162
|
kind;
|
|
9140
9163
|
id;
|
|
9141
9164
|
refKey;
|
|
@@ -9145,7 +9168,7 @@ class Dc {
|
|
|
9145
9168
|
env;
|
|
9146
9169
|
mode;
|
|
9147
9170
|
type;
|
|
9148
|
-
eventBus =
|
|
9171
|
+
eventBus = Ii();
|
|
9149
9172
|
hooks;
|
|
9150
9173
|
constructor(n, e, o, s, r, a, c, u, p) {
|
|
9151
9174
|
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}'`);
|
|
@@ -9165,7 +9188,7 @@ class Dc {
|
|
|
9165
9188
|
vm;
|
|
9166
9189
|
promiseManager;
|
|
9167
9190
|
async createVm(n, e) {
|
|
9168
|
-
this.vm = n.newContext(), this.promiseManager = new
|
|
9191
|
+
this.vm = n.newContext(), this.promiseManager = new Fc(this.vm), Dc(this), this.vm.evalCode(Oc), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), this.callFunction(
|
|
9169
9192
|
"__triggerEventV1__",
|
|
9170
9193
|
oe("elementEvent", "globality", "startup")
|
|
9171
9194
|
);
|
|
@@ -9199,7 +9222,7 @@ class Dc {
|
|
|
9199
9222
|
);
|
|
9200
9223
|
return;
|
|
9201
9224
|
}
|
|
9202
|
-
return
|
|
9225
|
+
return ke(o, e);
|
|
9203
9226
|
}
|
|
9204
9227
|
setElementProperty(n, e, o) {
|
|
9205
9228
|
const s = this.data.value?.view.nodes[n];
|
|
@@ -9212,7 +9235,7 @@ class Dc {
|
|
|
9212
9235
|
);
|
|
9213
9236
|
return;
|
|
9214
9237
|
}
|
|
9215
|
-
const r =
|
|
9238
|
+
const r = ke(s, e);
|
|
9216
9239
|
pe(o, r) || (Gt(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9217
9240
|
s.basic.id,
|
|
9218
9241
|
e,
|
|
@@ -9254,7 +9277,7 @@ class Dc {
|
|
|
9254
9277
|
callElementMethod(n, e) {
|
|
9255
9278
|
if (!ne(this.mode))
|
|
9256
9279
|
return;
|
|
9257
|
-
const { methodKey: o } =
|
|
9280
|
+
const { methodKey: o } = Go(n), s = {};
|
|
9258
9281
|
return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
|
|
9259
9282
|
}
|
|
9260
9283
|
callCustomMethod(n, e) {
|
|
@@ -9277,7 +9300,7 @@ class Dc {
|
|
|
9277
9300
|
}
|
|
9278
9301
|
}
|
|
9279
9302
|
function sn(t, n, e, o, s) {
|
|
9280
|
-
const r =
|
|
9303
|
+
const r = Vc(), a = Pc(), c = J(), u = he(), p = Be(), d = Ue(), m = zc(), f = (x, $, V, F) => {
|
|
9281
9304
|
if (ne(c) && (h.callFunction(
|
|
9282
9305
|
"__triggerEventV1__",
|
|
9283
9306
|
oe("elementPropertyChangeEvent", x, $.join(".")),
|
|
@@ -9341,13 +9364,13 @@ function sn(t, n, e, o, s) {
|
|
|
9341
9364
|
$,
|
|
9342
9365
|
V
|
|
9343
9366
|
));
|
|
9344
|
-
}, h = new
|
|
9367
|
+
}, h = new Nc(n, e, o, s, r, a, c, u, {
|
|
9345
9368
|
onElementPropertyChange: f,
|
|
9346
9369
|
onCustomPropertyChange: g,
|
|
9347
9370
|
onAdaptSlotPropertyChange: b,
|
|
9348
9371
|
onStateChange: v
|
|
9349
9372
|
});
|
|
9350
|
-
if (
|
|
9373
|
+
if (Tc(h), Ge(() => {
|
|
9351
9374
|
h.dispose();
|
|
9352
9375
|
}), ne(c)) {
|
|
9353
9376
|
const x = async () => {
|
|
@@ -9381,141 +9404,143 @@ function sn(t, n, e, o, s) {
|
|
|
9381
9404
|
{ immediate: !0 }
|
|
9382
9405
|
);
|
|
9383
9406
|
}
|
|
9384
|
-
const
|
|
9407
|
+
const jc = (t, n, e) => {
|
|
9385
9408
|
const o = t[n];
|
|
9386
9409
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
|
|
9387
9410
|
(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." : ""))));
|
|
9388
9411
|
});
|
|
9389
9412
|
};
|
|
9390
|
-
async function
|
|
9391
|
-
return (await
|
|
9413
|
+
async function Ou(t) {
|
|
9414
|
+
return (await jc(/* @__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;
|
|
9392
9415
|
}
|
|
9393
9416
|
export {
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9417
|
+
eu as addIndent,
|
|
9418
|
+
Tl as ambientLightV1,
|
|
9419
|
+
Yl as badgeV1,
|
|
9397
9420
|
gt as barChartV1,
|
|
9398
9421
|
yt as boxGeometryV1,
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9422
|
+
So as breakpoints,
|
|
9423
|
+
ea as btnGroupV1,
|
|
9424
|
+
ta as btnToggleV1,
|
|
9402
9425
|
_t as btnV1,
|
|
9403
9426
|
Xe as calcBreakpoint,
|
|
9404
9427
|
Fe as cardV1,
|
|
9405
|
-
|
|
9428
|
+
oa as checkboxV1,
|
|
9406
9429
|
xt as chipGroupV1,
|
|
9407
9430
|
vt as chipV1,
|
|
9408
|
-
|
|
9409
|
-
|
|
9410
|
-
|
|
9411
|
-
|
|
9431
|
+
sa as colorPickerV1,
|
|
9432
|
+
la as comboboxV1,
|
|
9433
|
+
au as compMetaStringify,
|
|
9434
|
+
Pi as compTypes,
|
|
9412
9435
|
kt as containerV1,
|
|
9413
|
-
|
|
9414
|
-
|
|
9415
|
-
|
|
9416
|
-
|
|
9417
|
-
|
|
9418
|
-
|
|
9419
|
-
|
|
9420
|
-
|
|
9436
|
+
nu as dataStringify,
|
|
9437
|
+
aa as dataTableV1,
|
|
9438
|
+
ca as datePickerV1,
|
|
9439
|
+
ua as dialogV1,
|
|
9440
|
+
El as directionalLightV1,
|
|
9441
|
+
Cc as duplicateNodePair,
|
|
9442
|
+
bu as duplicateNodePairs,
|
|
9443
|
+
iu as elementKeys,
|
|
9421
9444
|
Ke as elements,
|
|
9422
|
-
|
|
9423
|
-
|
|
9445
|
+
tu as ensureContext,
|
|
9446
|
+
du as fileInputV1,
|
|
9424
9447
|
wt as flexLayoutEntryV1,
|
|
9425
9448
|
Ne as flexLayoutV1,
|
|
9426
9449
|
$t as formV1,
|
|
9427
9450
|
z as genId,
|
|
9428
9451
|
We as getBreakpointProp,
|
|
9429
|
-
|
|
9452
|
+
ke as getField,
|
|
9430
9453
|
un as getIndexOfBreakpoint,
|
|
9431
|
-
|
|
9432
|
-
|
|
9454
|
+
yu as getNodeLite,
|
|
9455
|
+
ao as getPropertyDefault,
|
|
9433
9456
|
B as getPropertyTag,
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9457
|
+
Xl as globalityV1,
|
|
9458
|
+
Bl as groupV1,
|
|
9459
|
+
ba as iconV1,
|
|
9437
9460
|
T as initNode,
|
|
9438
9461
|
A as initProperties,
|
|
9439
9462
|
Ue as injectDark,
|
|
9440
|
-
|
|
9441
|
-
|
|
9463
|
+
_e as injectData,
|
|
9464
|
+
Lc as injectDepends,
|
|
9442
9465
|
Be as injectDevice,
|
|
9443
|
-
|
|
9466
|
+
Pc as injectEnv,
|
|
9444
9467
|
J as injectMode,
|
|
9445
|
-
|
|
9446
|
-
|
|
9447
|
-
|
|
9448
|
-
|
|
9449
|
-
|
|
9468
|
+
Vc as injectOrg,
|
|
9469
|
+
zc as injectRuntime,
|
|
9470
|
+
ve as injectSandbox,
|
|
9471
|
+
he as injectType,
|
|
9472
|
+
Co as isCircularRef,
|
|
9450
9473
|
ne as isExecutableMode,
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9474
|
+
Ti as isLocaleOfEventKind,
|
|
9475
|
+
zi as isLocaleOfMethodKind,
|
|
9476
|
+
Li as isLocaleOfPropertyKind,
|
|
9477
|
+
ru as isLocaleOfSlotKind,
|
|
9455
9478
|
jt as isPercentStr,
|
|
9456
9479
|
nt as isPixelStr,
|
|
9457
|
-
|
|
9480
|
+
$o as isRefKey,
|
|
9481
|
+
wl as keyboardControlsV1,
|
|
9458
9482
|
ht as lineChartV1,
|
|
9459
|
-
|
|
9483
|
+
Ou as loadLocaleMessageRuntime,
|
|
9460
9484
|
oe as makeEventId,
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
|
|
9485
|
+
Bu as makeEventKeyOfCustomSlot,
|
|
9486
|
+
Au as makeEventKeyOfElementSlot,
|
|
9487
|
+
Ec as makeMethodId,
|
|
9488
|
+
Tu as makeMethodKeyOfCustomSlot,
|
|
9489
|
+
Lu as makeMethodKeyOfElementSlot,
|
|
9490
|
+
Su as makePropertyId,
|
|
9491
|
+
Vu as makePropertyKeyOfCustomSlot,
|
|
9492
|
+
$u as makePropertyKeyOfElementSlot,
|
|
9493
|
+
Ru as makeSlotId,
|
|
9470
9494
|
Re as makeTriggerId,
|
|
9471
|
-
|
|
9472
|
-
|
|
9495
|
+
Il as mapControlsV1,
|
|
9496
|
+
ga as menuV1,
|
|
9473
9497
|
De as meshBasicMaterialV1,
|
|
9474
9498
|
Oe as meshV1,
|
|
9475
|
-
|
|
9499
|
+
Kl as multipleRefV1,
|
|
9476
9500
|
Ct as numberInputV1,
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
|
|
9501
|
+
Sl as orbitControlsV1,
|
|
9502
|
+
xl as orthographicCameraV1,
|
|
9503
|
+
su as pageMetaStringify,
|
|
9504
|
+
Vi as pageTypes,
|
|
9505
|
+
_a as paginationV1,
|
|
9506
|
+
cu as parseCompMeta,
|
|
9507
|
+
ou as parseData,
|
|
9508
|
+
lu as parsePageMeta,
|
|
9485
9509
|
at as parsePercentStr,
|
|
9486
|
-
|
|
9487
|
-
|
|
9488
|
-
|
|
9489
|
-
|
|
9490
|
-
|
|
9491
|
-
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9499
|
-
|
|
9510
|
+
Qc as parsePixelStr,
|
|
9511
|
+
kl as perspectiveCameraV1,
|
|
9512
|
+
$c as pkgs,
|
|
9513
|
+
Al as pointLightV1,
|
|
9514
|
+
xu as provideDark,
|
|
9515
|
+
jo as provideData,
|
|
9516
|
+
wu as provideDepends,
|
|
9517
|
+
vu as provideDevice,
|
|
9518
|
+
hu as provideEnv,
|
|
9519
|
+
_u as provideMode,
|
|
9520
|
+
gu as provideOrg,
|
|
9521
|
+
Iu as provideRuntime,
|
|
9522
|
+
Tc as provideSandbox,
|
|
9523
|
+
ku as provideType,
|
|
9500
9524
|
Pt as radioGroupV1,
|
|
9501
9525
|
Vt as radioV1,
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9526
|
+
ka as rangeSliderV1,
|
|
9527
|
+
wa as ratingV1,
|
|
9528
|
+
Dl as referenceV1,
|
|
9529
|
+
Ol as renderSwitchV1,
|
|
9530
|
+
Ci as reverseBreakpoints,
|
|
9531
|
+
Ia as selectV1,
|
|
9508
9532
|
Gt as setField,
|
|
9509
|
-
|
|
9510
|
-
|
|
9533
|
+
Sa as sliderV1,
|
|
9534
|
+
Fl as slotV1,
|
|
9535
|
+
fu as spawnNode,
|
|
9511
9536
|
bt as sphereGeometryV1,
|
|
9512
|
-
|
|
9537
|
+
Ml as spotLightV1,
|
|
9513
9538
|
Lt as stepperHeaderV1,
|
|
9514
9539
|
zt as stepperItemV1,
|
|
9515
9540
|
At as stepperV1,
|
|
9516
9541
|
Et as stepperWindowItemV1,
|
|
9517
9542
|
Tt as stepperWindowV1,
|
|
9518
|
-
|
|
9543
|
+
La as switchV1,
|
|
9519
9544
|
Mt as tabV1,
|
|
9520
9545
|
Bt as tabsV1,
|
|
9521
9546
|
St as textFieldV1,
|
|
@@ -9523,23 +9548,23 @@ export {
|
|
|
9523
9548
|
Wt as textareaV1,
|
|
9524
9549
|
Rt as timelineItemV1,
|
|
9525
9550
|
Kt as timelineV1,
|
|
9526
|
-
|
|
9527
|
-
|
|
9551
|
+
pu as toEventName,
|
|
9552
|
+
mu as toMethodName,
|
|
9528
9553
|
E as toNodeLite,
|
|
9529
|
-
|
|
9554
|
+
uu as toPropertyName,
|
|
9530
9555
|
qe as triggerReactivity,
|
|
9531
|
-
|
|
9532
|
-
|
|
9533
|
-
|
|
9534
|
-
|
|
9535
|
-
|
|
9536
|
-
|
|
9537
|
-
|
|
9538
|
-
|
|
9539
|
-
|
|
9540
|
-
|
|
9556
|
+
Ac as unwrapEventId,
|
|
9557
|
+
Wu as unwrapEventKeyOfCustomSlot,
|
|
9558
|
+
Mu as unwrapEventKeyOfElementSlot,
|
|
9559
|
+
Go as unwrapMethodId,
|
|
9560
|
+
Eu as unwrapMethodKeyOfCustomSlot,
|
|
9561
|
+
zu as unwrapMethodKeyOfElementSlot,
|
|
9562
|
+
co as unwrapPropertyId,
|
|
9563
|
+
Pu as unwrapPropertyKeyOfCustomSlot,
|
|
9564
|
+
Cu as unwrapPropertyKeyOfElementSlot,
|
|
9565
|
+
Ku as unwrapSlotId,
|
|
9541
9566
|
rn as useDepend,
|
|
9542
|
-
|
|
9567
|
+
Du as useRuntime,
|
|
9543
9568
|
sn as useSandbox,
|
|
9544
9569
|
Dt as windowItemV1,
|
|
9545
9570
|
Ot as windowV1
|