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