x-runtime-lib 0.8.110 → 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/composables/common/depend.d.ts +1 -1
- package/dist/element/_pkgs/index.d.ts +1 -1
- package/dist/element/dynamic/index.d.ts +1 -0
- package/dist/element/dynamic/slot/v1/index.d.ts +1 -0
- package/dist/index.js +1034 -989
- package/dist/types/data.d.ts +1 -0
- package/dist/utils/provideInject.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -29,13 +29,13 @@ var Ce = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as
|
|
33
|
-
import { globalObjects as we, waitUtil as
|
|
34
|
-
import { CameraHelper as
|
|
35
|
-
import { c as K, i as
|
|
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 Xc(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 Zc({ 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 eu = [
|
|
|
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 Ci(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 Vi(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 Pi(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,39 +404,39 @@ const Ke = {}, I = (t) => {
|
|
|
409
404
|
}
|
|
410
405
|
});
|
|
411
406
|
function P(t) {
|
|
412
|
-
const n = _e();
|
|
413
|
-
return
|
|
407
|
+
const n = _e(), e = Uo(n.value.view.nodes, t.nodeId);
|
|
408
|
+
return console.assert(e.value, `invalid node id=${t.nodeId}`), { node: e };
|
|
414
409
|
}
|
|
415
410
|
function Ye(t, n, e) {
|
|
416
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
435
|
const o = ve(), s = ie();
|
|
441
|
-
return
|
|
442
|
-
s.value =
|
|
436
|
+
return fe(() => {
|
|
437
|
+
s.value = Ei(o, t.value, n, e);
|
|
443
438
|
}), ce(s, (r, a) => {
|
|
444
|
-
|
|
439
|
+
pe(r, a) || Ai(o, t.value, n, s.value, e);
|
|
445
440
|
}), { property: s };
|
|
446
441
|
}
|
|
447
442
|
function G() {
|
|
@@ -474,21 +469,21 @@ function be(t) {
|
|
|
474
469
|
"rotation",
|
|
475
470
|
"z"
|
|
476
471
|
]), { property: c } = l(t, ["transform", "scale", "x"]), { property: u } = l(t, ["transform", "scale", "y"]), { property: p } = l(t, ["transform", "scale", "z"]), d = ie([0, 0, 0]), m = ie([0, 0, 0]), f = ie([1, 1, 1]);
|
|
477
|
-
return
|
|
472
|
+
return fe(() => {
|
|
478
473
|
d.value = [n.value, e.value, o.value];
|
|
479
|
-
}),
|
|
474
|
+
}), fe(() => {
|
|
480
475
|
n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
|
|
481
|
-
}),
|
|
476
|
+
}), fe(() => {
|
|
482
477
|
m.value = [s.value, r.value, a.value];
|
|
483
|
-
}),
|
|
478
|
+
}), fe(() => {
|
|
484
479
|
s.value = m.value[0], r.value = m.value[1], a.value = m.value[2];
|
|
485
|
-
}),
|
|
480
|
+
}), fe(() => {
|
|
486
481
|
f.value = [c.value, u.value, p.value];
|
|
487
|
-
}),
|
|
482
|
+
}), fe(() => {
|
|
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(() => {
|
|
@@ -602,7 +597,7 @@ function ge(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: {},
|
|
@@ -616,7 +611,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "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 Ei = ["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: {},
|
|
@@ -652,7 +647,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "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,33 +659,33 @@ const Ei = ["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
|
-
}),
|
|
670
|
+
}), Ki = /* @__PURE__ */ C({
|
|
676
671
|
__name: "index",
|
|
677
672
|
setup(t) {
|
|
678
673
|
const n = J();
|
|
679
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(
|
|
674
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(ai), { key: 0 })) : le("", !0);
|
|
680
675
|
}
|
|
681
|
-
}),
|
|
676
|
+
}), Di = /* @__PURE__ */ C({
|
|
682
677
|
__name: "index",
|
|
683
678
|
setup(t) {
|
|
684
679
|
const n = J();
|
|
685
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(
|
|
680
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(ci), { key: 0 })) : le("", !0);
|
|
686
681
|
}
|
|
687
|
-
}),
|
|
682
|
+
}), Oi = /* @__PURE__ */ C({
|
|
688
683
|
__name: "index",
|
|
689
684
|
setup(t) {
|
|
690
685
|
const n = J();
|
|
691
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(
|
|
686
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(ui), { key: 0 })) : le("", !0);
|
|
692
687
|
}
|
|
693
|
-
}),
|
|
688
|
+
}), Fi = ["args"], Ni = /* @__PURE__ */ C({
|
|
694
689
|
__name: "index",
|
|
695
690
|
props: {
|
|
696
691
|
nodeId: {},
|
|
@@ -717,14 +712,14 @@ const Ei = ["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 Ei = ["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: {},
|
|
@@ -780,7 +775,7 @@ const Ei = ["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 Ei = ["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: {},
|
|
@@ -811,7 +806,7 @@ const Ei = ["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 Ei = ["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: {},
|
|
@@ -849,7 +844,7 @@ const Ei = ["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 Ei = ["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: {},
|
|
@@ -892,7 +887,7 @@ const Ei = ["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 Ei = ["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: {},
|
|
@@ -932,19 +927,19 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
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: {},
|
|
@@ -959,82 +954,82 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
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
|
-
ui,
|
|
1027
|
-
mi,
|
|
1020
|
+
mi([
|
|
1028
1021
|
pi,
|
|
1029
1022
|
di,
|
|
1030
1023
|
fi,
|
|
1031
1024
|
yi,
|
|
1032
1025
|
bi,
|
|
1033
|
-
gi
|
|
1026
|
+
gi,
|
|
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 ms = /* @__PURE__ */ C({
|
|
|
1042
1037
|
refContext: {}
|
|
1043
1038
|
},
|
|
1044
1039
|
setup(t) {
|
|
1045
|
-
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 } =
|
|
1046
|
-
const L = {}, H = a.value
|
|
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(() => {
|
|
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 ms = /* @__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 ms = /* @__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 ms = /* @__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 ms = /* @__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 ms = /* @__PURE__ */ C({
|
|
|
1101
1096
|
refContext: {}
|
|
1102
1097
|
},
|
|
1103
1098
|
setup(t) {
|
|
1104
|
-
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 } =
|
|
1105
|
-
const L = {}, H = a.value
|
|
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(() => {
|
|
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 ms = /* @__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 ms = /* @__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 ms = /* @__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 ms = /* @__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 ms = /* @__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, "", ve()), rn(n.refContext
|
|
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,44 +1166,56 @@ const ms = /* @__PURE__ */ C({
|
|
|
1171
1166
|
refContext: {}
|
|
1172
1167
|
},
|
|
1173
1168
|
setup(t) {
|
|
1174
|
-
const { t: n } =
|
|
1175
|
-
|
|
1176
|
-
const
|
|
1169
|
+
const { t: n } = Io(), e = t, { node: o } = P(e), s = ie();
|
|
1170
|
+
No(s);
|
|
1171
|
+
const r = J();
|
|
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(() => {
|
|
1177
1174
|
const m = {};
|
|
1178
1175
|
return s.value?.type === "common" && c(m), m;
|
|
1179
1176
|
});
|
|
1180
1177
|
function p(m) {
|
|
1181
1178
|
const f = Ke[m.key];
|
|
1182
1179
|
if (!f)
|
|
1183
|
-
return console.assert(!1, `element not found key=${m.key}`),
|
|
1184
|
-
const g = {
|
|
1185
|
-
|
|
1180
|
+
return console.assert(!1, `element not found key=${m.key}`), xe("div", `element not found key=${m.key}`);
|
|
1181
|
+
const g = {
|
|
1182
|
+
nodeId: m.id
|
|
1183
|
+
};
|
|
1184
|
+
return m.refId && (g.refContext = {
|
|
1186
1185
|
parent: e.refContext,
|
|
1187
1186
|
compId: m.refId
|
|
1188
|
-
})
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1187
|
+
}), xe(
|
|
1188
|
+
f.comp,
|
|
1189
|
+
{
|
|
1190
|
+
key: m.id,
|
|
1191
|
+
...g
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
default: () => {
|
|
1195
|
+
if (!f.leaf)
|
|
1196
|
+
return m.children?.map((b) => p(b));
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
);
|
|
1193
1200
|
}
|
|
1194
1201
|
const d = () => {
|
|
1195
|
-
if (
|
|
1196
|
-
return
|
|
1197
|
-
if (
|
|
1198
|
-
return
|
|
1199
|
-
const m = s.value.view.nodeLites.map(
|
|
1200
|
-
(g) => p(g)
|
|
1201
|
-
);
|
|
1202
|
-
if (s.value.type === "common")
|
|
1203
|
-
return pe(
|
|
1202
|
+
if ($o(e.refContext))
|
|
1203
|
+
return xe("div", n("x-runtime-lib.circularRef"));
|
|
1204
|
+
if (s.value?.type === "common")
|
|
1205
|
+
return xe(
|
|
1204
1206
|
"div",
|
|
1205
|
-
{
|
|
1206
|
-
|
|
1207
|
+
{
|
|
1208
|
+
id: a.id,
|
|
1209
|
+
style: u.value
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
default: () => s.value?.view.nodeLites.map((f) => p(f))
|
|
1213
|
+
}
|
|
1207
1214
|
);
|
|
1208
1215
|
};
|
|
1209
1216
|
return (m, f) => (_(), S(d));
|
|
1210
1217
|
}
|
|
1211
|
-
}),
|
|
1218
|
+
}), gs = /* @__PURE__ */ C({
|
|
1212
1219
|
__name: "index",
|
|
1213
1220
|
props: {
|
|
1214
1221
|
nodeId: {},
|
|
@@ -1218,13 +1225,13 @@ const ms = /* @__PURE__ */ C({
|
|
|
1218
1225
|
setup(t) {
|
|
1219
1226
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "open"]);
|
|
1220
1227
|
return (s, r) => (_(), S(i(N), null, {
|
|
1221
|
-
default:
|
|
1228
|
+
default: I(() => [
|
|
1222
1229
|
i(o) ? R(s.$slots, "default", { key: 0 }) : le("", !0)
|
|
1223
1230
|
]),
|
|
1224
1231
|
_: 3
|
|
1225
1232
|
}));
|
|
1226
1233
|
}
|
|
1227
|
-
}),
|
|
1234
|
+
}), ye = /* @__PURE__ */ C({
|
|
1228
1235
|
__name: "index",
|
|
1229
1236
|
props: {
|
|
1230
1237
|
nodeId: {},
|
|
@@ -1232,26 +1239,38 @@ const ms = /* @__PURE__ */ C({
|
|
|
1232
1239
|
refContext: {}
|
|
1233
1240
|
},
|
|
1234
1241
|
setup(t) {
|
|
1235
|
-
const { t: n } =
|
|
1236
|
-
|
|
1242
|
+
const { t: n } = Io(), e = t, o = ie();
|
|
1243
|
+
No(o);
|
|
1244
|
+
const s = J();
|
|
1245
|
+
ne(s) && sn(o, "slot", e.nodeId, "", ve()), rn(e.refContext?.compId, o);
|
|
1237
1246
|
function r(c) {
|
|
1238
1247
|
const u = Ke[c.key];
|
|
1239
1248
|
if (!u)
|
|
1240
|
-
return console.assert(!1, `element not found key=${c.key}`),
|
|
1241
|
-
const p = {
|
|
1242
|
-
|
|
1249
|
+
return console.assert(!1, `element not found key=${c.key}`), xe("div", `element not found key=${c.key}`);
|
|
1250
|
+
const p = {
|
|
1251
|
+
nodeId: c.id
|
|
1252
|
+
};
|
|
1253
|
+
return c.refId && (p.refContext = {
|
|
1243
1254
|
parent: e.refContext,
|
|
1244
1255
|
compId: c.refId
|
|
1245
|
-
})
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1256
|
+
}), xe(
|
|
1257
|
+
u.comp,
|
|
1258
|
+
{
|
|
1259
|
+
key: c.id,
|
|
1260
|
+
...p
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
default: () => {
|
|
1264
|
+
if (!u.leaf)
|
|
1265
|
+
return c.children?.map((d) => r(d));
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
);
|
|
1250
1269
|
}
|
|
1251
|
-
const a = () =>
|
|
1270
|
+
const a = () => $o(e.refContext) ? xe("div", n("x-runtime-lib.circularRef")) : o.value?.view.nodeLites.map((c) => r(c));
|
|
1252
1271
|
return (c, u) => (_(), S(a));
|
|
1253
1272
|
}
|
|
1254
|
-
}),
|
|
1273
|
+
}), hs = /* @__PURE__ */ C({
|
|
1255
1274
|
__name: "index",
|
|
1256
1275
|
props: {
|
|
1257
1276
|
nodeId: {},
|
|
@@ -1271,7 +1290,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1271
1290
|
return (u, p) => {
|
|
1272
1291
|
const d = M("v-badge");
|
|
1273
1292
|
return _(), S(i(N), null, {
|
|
1274
|
-
default:
|
|
1293
|
+
default: I(() => [
|
|
1275
1294
|
O(d, {
|
|
1276
1295
|
content: i(o),
|
|
1277
1296
|
dot: i(s),
|
|
@@ -1279,7 +1298,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1279
1298
|
"offset-y": i(c),
|
|
1280
1299
|
theme: i(r)
|
|
1281
1300
|
}, {
|
|
1282
|
-
default:
|
|
1301
|
+
default: I(() => [
|
|
1283
1302
|
R(u.$slots, "default")
|
|
1284
1303
|
]),
|
|
1285
1304
|
_: 3
|
|
@@ -1289,7 +1308,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1289
1308
|
});
|
|
1290
1309
|
};
|
|
1291
1310
|
}
|
|
1292
|
-
}),
|
|
1311
|
+
}), _s = /* @__PURE__ */ C({
|
|
1293
1312
|
__name: "index",
|
|
1294
1313
|
props: {
|
|
1295
1314
|
nodeId: {},
|
|
@@ -1323,7 +1342,7 @@ const ms = /* @__PURE__ */ C({
|
|
|
1323
1342
|
return (H, ee) => {
|
|
1324
1343
|
const ae = M("v-btn");
|
|
1325
1344
|
return _(), S(i(N), { block: i(r) }, {
|
|
1326
|
-
default:
|
|
1345
|
+
default: I(() => [
|
|
1327
1346
|
O(ae, {
|
|
1328
1347
|
"append-icon": i(s),
|
|
1329
1348
|
block: i(r),
|
|
@@ -1352,17 +1371,17 @@ const ms = /* @__PURE__ */ C({
|
|
|
1352
1371
|
}, 8, ["block"]);
|
|
1353
1372
|
};
|
|
1354
1373
|
}
|
|
1355
|
-
}),
|
|
1356
|
-
function
|
|
1374
|
+
}), vs = {};
|
|
1375
|
+
function xs(t, n) {
|
|
1357
1376
|
const e = M("v-btn-group");
|
|
1358
1377
|
return _(), S(e, null, {
|
|
1359
|
-
default:
|
|
1378
|
+
default: I(() => [
|
|
1360
1379
|
R(t.$slots, "default")
|
|
1361
1380
|
]),
|
|
1362
1381
|
_: 3
|
|
1363
1382
|
});
|
|
1364
1383
|
}
|
|
1365
|
-
const
|
|
1384
|
+
const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
1366
1385
|
__name: "index",
|
|
1367
1386
|
props: {
|
|
1368
1387
|
nodeId: {},
|
|
@@ -1398,14 +1417,14 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1398
1417
|
tile: i(f),
|
|
1399
1418
|
variant: i(g)
|
|
1400
1419
|
}, {
|
|
1401
|
-
default:
|
|
1420
|
+
default: I(() => [
|
|
1402
1421
|
R(b.$slots, "default")
|
|
1403
1422
|
]),
|
|
1404
1423
|
_: 3
|
|
1405
1424
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1406
1425
|
};
|
|
1407
1426
|
}
|
|
1408
|
-
}),
|
|
1427
|
+
}), Is = /* @__PURE__ */ C({
|
|
1409
1428
|
__name: "index",
|
|
1410
1429
|
props: {
|
|
1411
1430
|
nodeId: {},
|
|
@@ -1423,7 +1442,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1423
1442
|
return ($, V) => {
|
|
1424
1443
|
const F = M("v-card");
|
|
1425
1444
|
return _(), S(i(N), { block: "" }, {
|
|
1426
|
-
default:
|
|
1445
|
+
default: I(() => [
|
|
1427
1446
|
O(F, {
|
|
1428
1447
|
density: i(o),
|
|
1429
1448
|
disabled: i(s),
|
|
@@ -1441,7 +1460,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1441
1460
|
variant: i(h),
|
|
1442
1461
|
width: i(x)
|
|
1443
1462
|
}, {
|
|
1444
|
-
default:
|
|
1463
|
+
default: I(() => [
|
|
1445
1464
|
R($.$slots, "default")
|
|
1446
1465
|
]),
|
|
1447
1466
|
_: 3
|
|
@@ -1451,7 +1470,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1451
1470
|
});
|
|
1452
1471
|
};
|
|
1453
1472
|
}
|
|
1454
|
-
}),
|
|
1473
|
+
}), Ss = /* @__PURE__ */ C({
|
|
1455
1474
|
__name: "index",
|
|
1456
1475
|
props: {
|
|
1457
1476
|
nodeId: {},
|
|
@@ -1469,7 +1488,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1469
1488
|
return (r, a) => {
|
|
1470
1489
|
const c = M("v-checkbox");
|
|
1471
1490
|
return _(), S(i(N), null, {
|
|
1472
|
-
default:
|
|
1491
|
+
default: I(() => [
|
|
1473
1492
|
O(c, {
|
|
1474
1493
|
disabled: i(o),
|
|
1475
1494
|
readonly: i(s)
|
|
@@ -1479,7 +1498,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1479
1498
|
});
|
|
1480
1499
|
};
|
|
1481
1500
|
}
|
|
1482
|
-
}),
|
|
1501
|
+
}), $s = /* @__PURE__ */ C({
|
|
1483
1502
|
__name: "index",
|
|
1484
1503
|
props: {
|
|
1485
1504
|
nodeId: {},
|
|
@@ -1500,7 +1519,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1500
1519
|
return (x, $) => {
|
|
1501
1520
|
const V = M("v-chip");
|
|
1502
1521
|
return _(), S(i(N), null, {
|
|
1503
|
-
default:
|
|
1522
|
+
default: I(() => [
|
|
1504
1523
|
O(V, {
|
|
1505
1524
|
closable: i(o),
|
|
1506
1525
|
color: i(r),
|
|
@@ -1521,7 +1540,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1521
1540
|
});
|
|
1522
1541
|
};
|
|
1523
1542
|
}
|
|
1524
|
-
}),
|
|
1543
|
+
}), Cs = /* @__PURE__ */ C({
|
|
1525
1544
|
__name: "index",
|
|
1526
1545
|
props: {
|
|
1527
1546
|
nodeId: {},
|
|
@@ -1559,14 +1578,14 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1559
1578
|
"show-arrows": i(p),
|
|
1560
1579
|
theme: i(d)
|
|
1561
1580
|
}, {
|
|
1562
|
-
default:
|
|
1581
|
+
default: I(() => [
|
|
1563
1582
|
R(f.$slots, "default")
|
|
1564
1583
|
]),
|
|
1565
1584
|
_: 3
|
|
1566
1585
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1567
1586
|
};
|
|
1568
1587
|
}
|
|
1569
|
-
}),
|
|
1588
|
+
}), Vs = /* @__PURE__ */ C({
|
|
1570
1589
|
__name: "index",
|
|
1571
1590
|
props: {
|
|
1572
1591
|
nodeId: {},
|
|
@@ -1575,7 +1594,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1575
1594
|
},
|
|
1576
1595
|
setup(t) {
|
|
1577
1596
|
const n = t, { node: e } = P(n), o = he(), s = _e(), { applySize: r } = ge(n, e), a = k(() => {
|
|
1578
|
-
const v = {}, h = s.value
|
|
1597
|
+
const v = {}, h = s.value?.type;
|
|
1579
1598
|
return o === "page" ? h === "common" ? r(v) : console.assert(!1) : o === "comp" && h === "common" ? r(v) : console.assert(!1), v;
|
|
1580
1599
|
}), { property: c } = l(e, [
|
|
1581
1600
|
"settings",
|
|
@@ -1602,7 +1621,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1602
1621
|
return (v, h) => {
|
|
1603
1622
|
const x = M("v-color-picker");
|
|
1604
1623
|
return _(), S(i(N), null, {
|
|
1605
|
-
default:
|
|
1624
|
+
default: I(() => [
|
|
1606
1625
|
O(x, {
|
|
1607
1626
|
disabled: i(c),
|
|
1608
1627
|
"hide-canvas": i(u),
|
|
@@ -1619,7 +1638,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1619
1638
|
});
|
|
1620
1639
|
};
|
|
1621
1640
|
}
|
|
1622
|
-
}),
|
|
1641
|
+
}), Ps = /* @__PURE__ */ C({
|
|
1623
1642
|
__name: "index",
|
|
1624
1643
|
props: {
|
|
1625
1644
|
nodeId: {},
|
|
@@ -1643,7 +1662,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1643
1662
|
return (d, m) => {
|
|
1644
1663
|
const f = M("v-combobox");
|
|
1645
1664
|
return _(), S(i(N), null, {
|
|
1646
|
-
default:
|
|
1665
|
+
default: I(() => [
|
|
1647
1666
|
O(f, {
|
|
1648
1667
|
modelValue: i(p),
|
|
1649
1668
|
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
@@ -1659,7 +1678,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1659
1678
|
});
|
|
1660
1679
|
};
|
|
1661
1680
|
}
|
|
1662
|
-
}),
|
|
1681
|
+
}), Ls = /* @__PURE__ */ C({
|
|
1663
1682
|
__name: "index",
|
|
1664
1683
|
props: {
|
|
1665
1684
|
nodeId: {},
|
|
@@ -1671,11 +1690,11 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1671
1690
|
"settings",
|
|
1672
1691
|
"backgroundColor"
|
|
1673
1692
|
]), { color: a } = q(r), { applySize: c } = ge(n, e), { applyMargin: u } = Jt(e), { applyPadding: p } = qt(e), { applyBorder: d } = Ut(e), m = k(() => {
|
|
1674
|
-
const f = {}, g = s.value
|
|
1693
|
+
const f = {}, g = s.value?.type;
|
|
1675
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;
|
|
1676
1695
|
});
|
|
1677
1696
|
return (f, g) => (_(), S(i(N), { block: "" }, {
|
|
1678
|
-
default:
|
|
1697
|
+
default: I(() => [
|
|
1679
1698
|
te("div", {
|
|
1680
1699
|
style: re(m.value)
|
|
1681
1700
|
}, [
|
|
@@ -1685,7 +1704,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1685
1704
|
_: 3
|
|
1686
1705
|
}));
|
|
1687
1706
|
}
|
|
1688
|
-
}),
|
|
1707
|
+
}), zs = /* @__PURE__ */ C({
|
|
1689
1708
|
__name: "index",
|
|
1690
1709
|
props: {
|
|
1691
1710
|
nodeId: {},
|
|
@@ -1711,7 +1730,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1711
1730
|
return (v, h) => {
|
|
1712
1731
|
const x = M("v-data-table");
|
|
1713
1732
|
return _(), S(i(N), { block: "" }, {
|
|
1714
|
-
default:
|
|
1733
|
+
default: I(() => [
|
|
1715
1734
|
O(x, {
|
|
1716
1735
|
density: i(o),
|
|
1717
1736
|
"fixed-footer": i(s),
|
|
@@ -1725,10 +1744,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1725
1744
|
theme: i(f),
|
|
1726
1745
|
width: i(g)
|
|
1727
1746
|
}, Ft({ _: 2 }, [
|
|
1728
|
-
|
|
1747
|
+
Xo(b.value, ($) => ({
|
|
1729
1748
|
name: `item.${$.column}`,
|
|
1730
|
-
fn:
|
|
1731
|
-
O(i(
|
|
1749
|
+
fn: I(({ value: V }) => [
|
|
1750
|
+
O(i(ye), {
|
|
1732
1751
|
"node-id": $.column,
|
|
1733
1752
|
"ref-context": { compId: $.comp },
|
|
1734
1753
|
state: { value: V }
|
|
@@ -1741,20 +1760,20 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1741
1760
|
});
|
|
1742
1761
|
};
|
|
1743
1762
|
}
|
|
1744
|
-
}),
|
|
1763
|
+
}), Ts = /* @__PURE__ */ C({
|
|
1745
1764
|
__name: "index",
|
|
1746
1765
|
setup(t) {
|
|
1747
1766
|
return (n, e) => {
|
|
1748
1767
|
const o = M("v-date-picker");
|
|
1749
1768
|
return _(), S(i(N), null, {
|
|
1750
|
-
default:
|
|
1769
|
+
default: I(() => [
|
|
1751
1770
|
O(o)
|
|
1752
1771
|
]),
|
|
1753
1772
|
_: 1
|
|
1754
1773
|
});
|
|
1755
1774
|
};
|
|
1756
1775
|
}
|
|
1757
|
-
}),
|
|
1776
|
+
}), Es = ["id"], As = /* @__PURE__ */ C({
|
|
1758
1777
|
__name: "index",
|
|
1759
1778
|
props: {
|
|
1760
1779
|
nodeId: {},
|
|
@@ -1762,7 +1781,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1762
1781
|
refContext: {}
|
|
1763
1782
|
},
|
|
1764
1783
|
setup(t) {
|
|
1765
|
-
const n = t, e = J(), { open: o } =
|
|
1784
|
+
const n = t, e = J(), { open: o } = bo(`runtimeDlg/${fo()}`);
|
|
1766
1785
|
return Ye(n, "open", () => {
|
|
1767
1786
|
o.value = !0;
|
|
1768
1787
|
}), Ye(n, "close", () => {
|
|
@@ -1774,20 +1793,20 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1774
1793
|
"onUpdate:modelValue": r[0] || (r[0] = (c) => Z(o) ? o.value = c : null),
|
|
1775
1794
|
attach: "#dialogContainer"
|
|
1776
1795
|
}, {
|
|
1777
|
-
activator:
|
|
1796
|
+
activator: I(() => [
|
|
1778
1797
|
i(e) === "editor" ? (_(), se("div", {
|
|
1779
1798
|
key: 0,
|
|
1780
1799
|
id: `__node__@${n.nodeId}`
|
|
1781
|
-
}, null, 8,
|
|
1800
|
+
}, null, 8, Es)) : le("", !0)
|
|
1782
1801
|
]),
|
|
1783
|
-
default:
|
|
1802
|
+
default: I(() => [
|
|
1784
1803
|
R(s.$slots, "default")
|
|
1785
1804
|
]),
|
|
1786
1805
|
_: 3
|
|
1787
1806
|
}, 8, ["modelValue"]);
|
|
1788
1807
|
};
|
|
1789
1808
|
}
|
|
1790
|
-
}),
|
|
1809
|
+
}), Ms = /* @__PURE__ */ C({
|
|
1791
1810
|
__name: "index",
|
|
1792
1811
|
props: {
|
|
1793
1812
|
nodeId: {},
|
|
@@ -1814,7 +1833,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1814
1833
|
return (g, b) => {
|
|
1815
1834
|
const v = M("v-file-input");
|
|
1816
1835
|
return _(), S(i(N), { block: "" }, {
|
|
1817
|
-
default:
|
|
1836
|
+
default: I(() => [
|
|
1818
1837
|
O(v, {
|
|
1819
1838
|
chips: i(o),
|
|
1820
1839
|
density: i(s),
|
|
@@ -1832,7 +1851,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1832
1851
|
});
|
|
1833
1852
|
};
|
|
1834
1853
|
}
|
|
1835
|
-
}),
|
|
1854
|
+
}), Bs = /* @__PURE__ */ C({
|
|
1836
1855
|
__name: "index",
|
|
1837
1856
|
props: {
|
|
1838
1857
|
nodeId: {},
|
|
@@ -1854,7 +1873,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1854
1873
|
const V = We(v, e.value.settings?.crossAlign);
|
|
1855
1874
|
V === "start" ? b.alignItems = "flex-start" : V === "end" ? b.alignItems = "flex-end" : V === "center" ? b.alignItems = "center" : V === "baseline" ? b.alignItems = "baseline" : V === "stretch" && (b.alignItems = "stretch");
|
|
1856
1875
|
}, g = k(() => {
|
|
1857
|
-
const b = {}, v = r.value
|
|
1876
|
+
const b = {}, v = r.value?.type;
|
|
1858
1877
|
return s === "page" ? v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1) : s === "comp" && v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1), b;
|
|
1859
1878
|
});
|
|
1860
1879
|
return (b, v) => (_(), se("div", {
|
|
@@ -1863,7 +1882,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1863
1882
|
R(b.$slots, "default")
|
|
1864
1883
|
], 4));
|
|
1865
1884
|
}
|
|
1866
|
-
}),
|
|
1885
|
+
}), Ws = /* @__PURE__ */ C({
|
|
1867
1886
|
__name: "index",
|
|
1868
1887
|
props: {
|
|
1869
1888
|
nodeId: {},
|
|
@@ -1872,7 +1891,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1872
1891
|
},
|
|
1873
1892
|
setup(t) {
|
|
1874
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(() => {
|
|
1875
|
-
const p = {}, d = s.value
|
|
1894
|
+
const p = {}, d = s.value?.type;
|
|
1876
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;
|
|
1877
1896
|
});
|
|
1878
1897
|
return (p, d) => (_(), se("div", {
|
|
@@ -1881,7 +1900,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1881
1900
|
R(p.$slots, "default")
|
|
1882
1901
|
], 4));
|
|
1883
1902
|
}
|
|
1884
|
-
}),
|
|
1903
|
+
}), Rs = /* @__PURE__ */ C({
|
|
1885
1904
|
__name: "index",
|
|
1886
1905
|
props: {
|
|
1887
1906
|
nodeId: {},
|
|
@@ -1896,7 +1915,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1896
1915
|
"settings",
|
|
1897
1916
|
"backgroundColor"
|
|
1898
1917
|
]), { color: p } = q(u), { applySize: d } = ge(n, e), { applyMargin: m } = Jt(e), { applyPadding: f } = qt(e), { applyBorder: g } = Ut(e), b = k(() => {
|
|
1899
|
-
const h = {}, x = s.value
|
|
1918
|
+
const h = {}, x = s.value?.type;
|
|
1900
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;
|
|
1901
1920
|
}), v = () => {
|
|
1902
1921
|
r && r.callFunction(
|
|
@@ -1911,16 +1930,16 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1911
1930
|
"onUpdate:modelValue": x[0] || (x[0] = (V) => Z(a) ? a.value = V : null),
|
|
1912
1931
|
"fast-fail": i(c),
|
|
1913
1932
|
style: re(b.value),
|
|
1914
|
-
onSubmit:
|
|
1933
|
+
onSubmit: Yo(v, ["prevent"])
|
|
1915
1934
|
}, {
|
|
1916
|
-
default:
|
|
1935
|
+
default: I(() => [
|
|
1917
1936
|
R(h.$slots, "default")
|
|
1918
1937
|
]),
|
|
1919
1938
|
_: 3
|
|
1920
1939
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1921
1940
|
};
|
|
1922
1941
|
}
|
|
1923
|
-
}),
|
|
1942
|
+
}), Ks = /* @__PURE__ */ C({
|
|
1924
1943
|
__name: "index",
|
|
1925
1944
|
props: {
|
|
1926
1945
|
nodeId: {},
|
|
@@ -1943,7 +1962,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1943
1962
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1944
1963
|
};
|
|
1945
1964
|
}
|
|
1946
|
-
}),
|
|
1965
|
+
}), Ds = ["id"], Os = /* @__PURE__ */ C({
|
|
1947
1966
|
__name: "index",
|
|
1948
1967
|
props: {
|
|
1949
1968
|
nodeId: {},
|
|
@@ -1951,7 +1970,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1951
1970
|
refContext: {}
|
|
1952
1971
|
},
|
|
1953
1972
|
setup(t) {
|
|
1954
|
-
const n = t, e = J(), o = ve(), s = ie(0), r = ie(0), a = k(() => [s.value, r.value]), { open: c } =
|
|
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()}`);
|
|
1955
1974
|
return Ye(n, "open", () => {
|
|
1956
1975
|
if (!o || !o.vm)
|
|
1957
1976
|
return;
|
|
@@ -1969,20 +1988,20 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
1969
1988
|
scrim: "transparent",
|
|
1970
1989
|
target: a.value
|
|
1971
1990
|
}, {
|
|
1972
|
-
activator:
|
|
1991
|
+
activator: I(() => [
|
|
1973
1992
|
i(e) === "editor" ? (_(), se("div", {
|
|
1974
1993
|
key: 0,
|
|
1975
1994
|
id: `__node__@${n.nodeId}`
|
|
1976
|
-
}, null, 8,
|
|
1995
|
+
}, null, 8, Ds)) : le("", !0)
|
|
1977
1996
|
]),
|
|
1978
|
-
default:
|
|
1997
|
+
default: I(() => [
|
|
1979
1998
|
R(u.$slots, "default")
|
|
1980
1999
|
]),
|
|
1981
2000
|
_: 3
|
|
1982
2001
|
}, 8, ["modelValue", "target"]);
|
|
1983
2002
|
};
|
|
1984
2003
|
}
|
|
1985
|
-
}),
|
|
2004
|
+
}), Fs = /* @__PURE__ */ C({
|
|
1986
2005
|
__name: "index",
|
|
1987
2006
|
props: {
|
|
1988
2007
|
nodeId: {},
|
|
@@ -2028,10 +2047,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2028
2047
|
return (ee, ae) => {
|
|
2029
2048
|
const $e = M("v-number-input");
|
|
2030
2049
|
return _(), S(i(N), { block: "" }, {
|
|
2031
|
-
default:
|
|
2050
|
+
default: I(() => [
|
|
2032
2051
|
O($e, {
|
|
2033
2052
|
modelValue: i(D),
|
|
2034
|
-
"onUpdate:modelValue": ae[0] || (ae[0] = (
|
|
2053
|
+
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(D) ? D.value = de : null),
|
|
2035
2054
|
"append-icon": i(o),
|
|
2036
2055
|
"append-inner-icon": i(s),
|
|
2037
2056
|
clearable: i(r),
|
|
@@ -2061,7 +2080,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2061
2080
|
});
|
|
2062
2081
|
};
|
|
2063
2082
|
}
|
|
2064
|
-
}),
|
|
2083
|
+
}), Ns = /* @__PURE__ */ C({
|
|
2065
2084
|
__name: "index",
|
|
2066
2085
|
props: {
|
|
2067
2086
|
nodeId: {},
|
|
@@ -2082,7 +2101,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2082
2101
|
return (v, h) => {
|
|
2083
2102
|
const x = M("v-pagination");
|
|
2084
2103
|
return _(), S(i(N), { block: "" }, {
|
|
2085
|
-
default:
|
|
2104
|
+
default: I(() => [
|
|
2086
2105
|
O(x, {
|
|
2087
2106
|
modelValue: i(f),
|
|
2088
2107
|
"onUpdate:modelValue": h[0] || (h[0] = ($) => Z(f) ? f.value = $ : null),
|
|
@@ -2102,7 +2121,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2102
2121
|
});
|
|
2103
2122
|
};
|
|
2104
2123
|
}
|
|
2105
|
-
}),
|
|
2124
|
+
}), js = /* @__PURE__ */ C({
|
|
2106
2125
|
__name: "index",
|
|
2107
2126
|
props: {
|
|
2108
2127
|
nodeId: {},
|
|
@@ -2130,7 +2149,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2130
2149
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2131
2150
|
};
|
|
2132
2151
|
}
|
|
2133
|
-
}),
|
|
2152
|
+
}), Gs = /* @__PURE__ */ C({
|
|
2134
2153
|
__name: "index",
|
|
2135
2154
|
props: {
|
|
2136
2155
|
nodeId: {},
|
|
@@ -2151,7 +2170,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2151
2170
|
return (d, m) => {
|
|
2152
2171
|
const f = M("v-radio-group");
|
|
2153
2172
|
return _(), S(i(N), null, {
|
|
2154
|
-
default:
|
|
2173
|
+
default: I(() => [
|
|
2155
2174
|
O(f, {
|
|
2156
2175
|
modelValue: i(p),
|
|
2157
2176
|
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
@@ -2162,7 +2181,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2162
2181
|
readonly: i(c),
|
|
2163
2182
|
theme: i(u)
|
|
2164
2183
|
}, {
|
|
2165
|
-
default:
|
|
2184
|
+
default: I(() => [
|
|
2166
2185
|
R(d.$slots, "default")
|
|
2167
2186
|
]),
|
|
2168
2187
|
_: 3
|
|
@@ -2172,7 +2191,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2172
2191
|
});
|
|
2173
2192
|
};
|
|
2174
2193
|
}
|
|
2175
|
-
}),
|
|
2194
|
+
}), Hs = /* @__PURE__ */ C({
|
|
2176
2195
|
__name: "index",
|
|
2177
2196
|
props: {
|
|
2178
2197
|
nodeId: {},
|
|
@@ -2217,7 +2236,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2217
2236
|
const D = {};
|
|
2218
2237
|
for (const { value: L, label: H } of $.value)
|
|
2219
2238
|
D[L] = H;
|
|
2220
|
-
if (!
|
|
2239
|
+
if (!wo(D))
|
|
2221
2240
|
return D;
|
|
2222
2241
|
}), { property: F } = l(e, [
|
|
2223
2242
|
"settings",
|
|
@@ -2239,7 +2258,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2239
2258
|
return (D, L) => {
|
|
2240
2259
|
const H = M("v-range-slider");
|
|
2241
2260
|
return _(), S(i(N), { block: "" }, {
|
|
2242
|
-
default:
|
|
2261
|
+
default: I(() => [
|
|
2243
2262
|
O(H, {
|
|
2244
2263
|
modelValue: j.value,
|
|
2245
2264
|
"onUpdate:modelValue": L[0] || (L[0] = (ee) => j.value = ee),
|
|
@@ -2264,7 +2283,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2264
2283
|
});
|
|
2265
2284
|
};
|
|
2266
2285
|
}
|
|
2267
|
-
}),
|
|
2286
|
+
}), Us = /* @__PURE__ */ C({
|
|
2268
2287
|
__name: "index",
|
|
2269
2288
|
props: {
|
|
2270
2289
|
nodeId: {},
|
|
@@ -2288,7 +2307,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2288
2307
|
return (f, g) => {
|
|
2289
2308
|
const b = M("v-rating");
|
|
2290
2309
|
return _(), S(i(N), null, {
|
|
2291
|
-
default:
|
|
2310
|
+
default: I(() => [
|
|
2292
2311
|
O(b, {
|
|
2293
2312
|
modelValue: i(m),
|
|
2294
2313
|
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
|
|
@@ -2306,7 +2325,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2306
2325
|
});
|
|
2307
2326
|
};
|
|
2308
2327
|
}
|
|
2309
|
-
}),
|
|
2328
|
+
}), Js = /* @__PURE__ */ C({
|
|
2310
2329
|
__name: "index",
|
|
2311
2330
|
props: {
|
|
2312
2331
|
nodeId: {},
|
|
@@ -2330,7 +2349,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2330
2349
|
return (d, m) => {
|
|
2331
2350
|
const f = M("v-select");
|
|
2332
2351
|
return _(), S(i(N), { block: "" }, {
|
|
2333
|
-
default:
|
|
2352
|
+
default: I(() => [
|
|
2334
2353
|
O(f, {
|
|
2335
2354
|
modelValue: i(p),
|
|
2336
2355
|
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
@@ -2346,7 +2365,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2346
2365
|
});
|
|
2347
2366
|
};
|
|
2348
2367
|
}
|
|
2349
|
-
}),
|
|
2368
|
+
}), qs = /* @__PURE__ */ C({
|
|
2350
2369
|
__name: "index",
|
|
2351
2370
|
props: {
|
|
2352
2371
|
nodeId: {},
|
|
@@ -2391,11 +2410,11 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2391
2410
|
]), { property: U } = l(e, ["settings", "ticks"]), j = k(() => {
|
|
2392
2411
|
if (!U.value)
|
|
2393
2412
|
return;
|
|
2394
|
-
const
|
|
2413
|
+
const de = {};
|
|
2395
2414
|
for (const { value: Je, label: lt } of U.value)
|
|
2396
|
-
|
|
2397
|
-
if (!
|
|
2398
|
-
return
|
|
2415
|
+
de[Je] = lt;
|
|
2416
|
+
if (!wo(de))
|
|
2417
|
+
return de;
|
|
2399
2418
|
}), { property: D } = l(e, [
|
|
2400
2419
|
"settings",
|
|
2401
2420
|
"tickSize"
|
|
@@ -2403,13 +2422,13 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2403
2422
|
"settings",
|
|
2404
2423
|
"trackColor"
|
|
2405
2424
|
]), { color: H } = q(L), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property: $e } = l(e, ["slots", "prepend"]);
|
|
2406
|
-
return (
|
|
2425
|
+
return (de, Je) => {
|
|
2407
2426
|
const lt = M("v-slider");
|
|
2408
2427
|
return _(), S(i(N), { block: "" }, {
|
|
2409
|
-
default:
|
|
2428
|
+
default: I(() => [
|
|
2410
2429
|
O(lt, {
|
|
2411
2430
|
modelValue: i(ee),
|
|
2412
|
-
"onUpdate:modelValue": Je[0] || (Je[0] = (
|
|
2431
|
+
"onUpdate:modelValue": Je[0] || (Je[0] = (Ho) => Z(ee) ? ee.value = Ho : null),
|
|
2413
2432
|
color: i(s),
|
|
2414
2433
|
direction: i(r),
|
|
2415
2434
|
disabled: i(a),
|
|
@@ -2431,8 +2450,8 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2431
2450
|
}, Ft({ _: 2 }, [
|
|
2432
2451
|
i(ae) ? {
|
|
2433
2452
|
name: "append",
|
|
2434
|
-
fn:
|
|
2435
|
-
O(i(
|
|
2453
|
+
fn: I(() => [
|
|
2454
|
+
O(i(ye), {
|
|
2436
2455
|
"node-id": "append",
|
|
2437
2456
|
"ref-context": { compId: i(ae) },
|
|
2438
2457
|
state: {}
|
|
@@ -2442,8 +2461,8 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2442
2461
|
} : void 0,
|
|
2443
2462
|
i($e) ? {
|
|
2444
2463
|
name: "prepend",
|
|
2445
|
-
fn:
|
|
2446
|
-
O(i(
|
|
2464
|
+
fn: I(() => [
|
|
2465
|
+
O(i(ye), {
|
|
2447
2466
|
"node-id": "prepend",
|
|
2448
2467
|
"ref-context": { compId: i($e) },
|
|
2449
2468
|
state: {}
|
|
@@ -2457,7 +2476,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2457
2476
|
});
|
|
2458
2477
|
};
|
|
2459
2478
|
}
|
|
2460
|
-
}),
|
|
2479
|
+
}), Xs = /* @__PURE__ */ C({
|
|
2461
2480
|
__name: "index",
|
|
2462
2481
|
props: {
|
|
2463
2482
|
nodeId: {},
|
|
@@ -2477,24 +2496,24 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
|
2477
2496
|
"hide-actions": i(o),
|
|
2478
2497
|
theme: i(s)
|
|
2479
2498
|
}, {
|
|
2480
|
-
default:
|
|
2499
|
+
default: I(() => [
|
|
2481
2500
|
R(a.$slots, "default")
|
|
2482
2501
|
]),
|
|
2483
2502
|
_: 3
|
|
2484
2503
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2485
2504
|
};
|
|
2486
2505
|
}
|
|
2487
|
-
}),
|
|
2488
|
-
function
|
|
2506
|
+
}), Ys = {};
|
|
2507
|
+
function Zs(t, n) {
|
|
2489
2508
|
const e = M("v-stepper-header");
|
|
2490
2509
|
return _(), S(e, null, {
|
|
2491
|
-
default:
|
|
2510
|
+
default: I(() => [
|
|
2492
2511
|
R(t.$slots, "default")
|
|
2493
2512
|
]),
|
|
2494
2513
|
_: 3
|
|
2495
2514
|
});
|
|
2496
2515
|
}
|
|
2497
|
-
const
|
|
2516
|
+
const Qs = /* @__PURE__ */ Ae(Ys, [["render", Zs]]), el = /* @__PURE__ */ C({
|
|
2498
2517
|
__name: "index",
|
|
2499
2518
|
props: {
|
|
2500
2519
|
nodeId: {},
|
|
@@ -2506,24 +2525,24 @@ const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */ C({
|
|
|
2506
2525
|
return (s, r) => {
|
|
2507
2526
|
const a = M("v-stepper-item");
|
|
2508
2527
|
return _(), S(a, { value: i(o) }, {
|
|
2509
|
-
default:
|
|
2528
|
+
default: I(() => [
|
|
2510
2529
|
R(s.$slots, "default")
|
|
2511
2530
|
]),
|
|
2512
2531
|
_: 3
|
|
2513
2532
|
}, 8, ["value"]);
|
|
2514
2533
|
};
|
|
2515
2534
|
}
|
|
2516
|
-
}),
|
|
2517
|
-
function
|
|
2535
|
+
}), tl = {};
|
|
2536
|
+
function nl(t, n) {
|
|
2518
2537
|
const e = M("v-stepper-window");
|
|
2519
2538
|
return _(), S(e, null, {
|
|
2520
|
-
default:
|
|
2539
|
+
default: I(() => [
|
|
2521
2540
|
R(t.$slots, "default")
|
|
2522
2541
|
]),
|
|
2523
2542
|
_: 3
|
|
2524
2543
|
});
|
|
2525
2544
|
}
|
|
2526
|
-
const
|
|
2545
|
+
const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
2527
2546
|
__name: "index",
|
|
2528
2547
|
props: {
|
|
2529
2548
|
nodeId: {},
|
|
@@ -2535,14 +2554,14 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2535
2554
|
return (s, r) => {
|
|
2536
2555
|
const a = M("v-stepper-window-item");
|
|
2537
2556
|
return _(), S(a, { value: i(o) }, {
|
|
2538
|
-
default:
|
|
2557
|
+
default: I(() => [
|
|
2539
2558
|
R(s.$slots, "default")
|
|
2540
2559
|
]),
|
|
2541
2560
|
_: 3
|
|
2542
2561
|
}, 8, ["value"]);
|
|
2543
2562
|
};
|
|
2544
2563
|
}
|
|
2545
|
-
}),
|
|
2564
|
+
}), rl = /* @__PURE__ */ C({
|
|
2546
2565
|
__name: "index",
|
|
2547
2566
|
props: {
|
|
2548
2567
|
nodeId: {},
|
|
@@ -2566,7 +2585,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2566
2585
|
return (b, v) => {
|
|
2567
2586
|
const h = M("v-switch");
|
|
2568
2587
|
return _(), S(i(N), { "fit-content": !0 }, {
|
|
2569
|
-
default:
|
|
2588
|
+
default: I(() => [
|
|
2570
2589
|
O(h, {
|
|
2571
2590
|
modelValue: i(g),
|
|
2572
2591
|
"onUpdate:modelValue": v[0] || (v[0] = (x) => Z(g) ? g.value = x : null),
|
|
@@ -2586,7 +2605,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2586
2605
|
});
|
|
2587
2606
|
};
|
|
2588
2607
|
}
|
|
2589
|
-
}),
|
|
2608
|
+
}), sl = /* @__PURE__ */ C({
|
|
2590
2609
|
__name: "index",
|
|
2591
2610
|
props: {
|
|
2592
2611
|
nodeId: {},
|
|
@@ -2601,7 +2620,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2601
2620
|
return (u, p) => {
|
|
2602
2621
|
const d = M("v-tab");
|
|
2603
2622
|
return _(), S(i(N), null, {
|
|
2604
|
-
default:
|
|
2623
|
+
default: I(() => [
|
|
2605
2624
|
O(d, {
|
|
2606
2625
|
style: re(c.value),
|
|
2607
2626
|
text: i(s),
|
|
@@ -2613,7 +2632,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2613
2632
|
});
|
|
2614
2633
|
};
|
|
2615
2634
|
}
|
|
2616
|
-
}),
|
|
2635
|
+
}), ll = /* @__PURE__ */ C({
|
|
2617
2636
|
__name: "index",
|
|
2618
2637
|
props: {
|
|
2619
2638
|
nodeId: {},
|
|
@@ -2661,7 +2680,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2661
2680
|
return (j, D) => {
|
|
2662
2681
|
const L = M("v-tabs");
|
|
2663
2682
|
return _(), S(i(N), { block: "" }, {
|
|
2664
|
-
default:
|
|
2683
|
+
default: I(() => [
|
|
2665
2684
|
O(L, {
|
|
2666
2685
|
modelValue: i(U),
|
|
2667
2686
|
"onUpdate:modelValue": D[0] || (D[0] = (H) => Z(U) ? U.value = H : null),
|
|
@@ -2682,7 +2701,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2682
2701
|
stacked: i(F),
|
|
2683
2702
|
theme: i(W)
|
|
2684
2703
|
}, {
|
|
2685
|
-
default:
|
|
2704
|
+
default: I(() => [
|
|
2686
2705
|
R(j.$slots, "default")
|
|
2687
2706
|
]),
|
|
2688
2707
|
_: 3
|
|
@@ -2692,7 +2711,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2692
2711
|
});
|
|
2693
2712
|
};
|
|
2694
2713
|
}
|
|
2695
|
-
}),
|
|
2714
|
+
}), al = /* @__PURE__ */ C({
|
|
2696
2715
|
__name: "index",
|
|
2697
2716
|
props: {
|
|
2698
2717
|
nodeId: {},
|
|
@@ -2711,15 +2730,15 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2711
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(" ");
|
|
2712
2731
|
});
|
|
2713
2732
|
return (m, f) => (_(), S(i(N), null, {
|
|
2714
|
-
default:
|
|
2733
|
+
default: I(() => [
|
|
2715
2734
|
te("span", {
|
|
2716
|
-
class:
|
|
2717
|
-
},
|
|
2735
|
+
class: Zo(d.value)
|
|
2736
|
+
}, Qo(i(u)), 3)
|
|
2718
2737
|
]),
|
|
2719
2738
|
_: 1
|
|
2720
2739
|
}));
|
|
2721
2740
|
}
|
|
2722
|
-
}),
|
|
2741
|
+
}), cl = /* @__PURE__ */ C({
|
|
2723
2742
|
__name: "index",
|
|
2724
2743
|
props: {
|
|
2725
2744
|
nodeId: {},
|
|
@@ -2749,7 +2768,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2749
2768
|
return ($, V) => {
|
|
2750
2769
|
const F = M("v-textarea");
|
|
2751
2770
|
return _(), S(i(N), { block: "" }, {
|
|
2752
|
-
default:
|
|
2771
|
+
default: I(() => [
|
|
2753
2772
|
O(F, {
|
|
2754
2773
|
modelValue: i(h),
|
|
2755
2774
|
"onUpdate:modelValue": V[0] || (V[0] = (W) => Z(h) ? h.value = W : null),
|
|
@@ -2773,7 +2792,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2773
2792
|
});
|
|
2774
2793
|
};
|
|
2775
2794
|
}
|
|
2776
|
-
}),
|
|
2795
|
+
}), ul = /* @__PURE__ */ C({
|
|
2777
2796
|
__name: "index",
|
|
2778
2797
|
props: {
|
|
2779
2798
|
nodeId: {},
|
|
@@ -2824,10 +2843,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2824
2843
|
return (ee, ae) => {
|
|
2825
2844
|
const $e = M("v-text-field");
|
|
2826
2845
|
return _(), S(i(N), { block: "" }, {
|
|
2827
|
-
default:
|
|
2846
|
+
default: I(() => [
|
|
2828
2847
|
O($e, {
|
|
2829
2848
|
modelValue: i(W),
|
|
2830
|
-
"onUpdate:modelValue": ae[0] || (ae[0] = (
|
|
2849
|
+
"onUpdate:modelValue": ae[0] || (ae[0] = (de) => Z(W) ? W.value = de : null),
|
|
2831
2850
|
"append-icon": i(o),
|
|
2832
2851
|
"append-inner-icon": i(s),
|
|
2833
2852
|
autofocus: i(r),
|
|
@@ -2850,8 +2869,8 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2850
2869
|
}, Ft({ _: 2 }, [
|
|
2851
2870
|
i(j) ? {
|
|
2852
2871
|
name: "append",
|
|
2853
|
-
fn:
|
|
2854
|
-
O(i(
|
|
2872
|
+
fn: I(() => [
|
|
2873
|
+
O(i(ye), {
|
|
2855
2874
|
"node-id": "append",
|
|
2856
2875
|
"ref-context": { compId: i(j) },
|
|
2857
2876
|
state: {}
|
|
@@ -2861,8 +2880,8 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2861
2880
|
} : void 0,
|
|
2862
2881
|
i(D) ? {
|
|
2863
2882
|
name: "append-inner",
|
|
2864
|
-
fn:
|
|
2865
|
-
O(i(
|
|
2883
|
+
fn: I(() => [
|
|
2884
|
+
O(i(ye), {
|
|
2866
2885
|
"node-id": "append-inner",
|
|
2867
2886
|
"ref-context": { compId: i(D) },
|
|
2868
2887
|
state: {}
|
|
@@ -2872,8 +2891,8 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2872
2891
|
} : void 0,
|
|
2873
2892
|
i(L) ? {
|
|
2874
2893
|
name: "prepend",
|
|
2875
|
-
fn:
|
|
2876
|
-
O(i(
|
|
2894
|
+
fn: I(() => [
|
|
2895
|
+
O(i(ye), {
|
|
2877
2896
|
"node-id": "prepend",
|
|
2878
2897
|
"ref-context": { compId: i(L) },
|
|
2879
2898
|
state: {}
|
|
@@ -2883,8 +2902,8 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2883
2902
|
} : void 0,
|
|
2884
2903
|
i(H) ? {
|
|
2885
2904
|
name: "prepend-inner",
|
|
2886
|
-
fn:
|
|
2887
|
-
O(i(
|
|
2905
|
+
fn: I(() => [
|
|
2906
|
+
O(i(ye), {
|
|
2888
2907
|
"node-id": "prepend-inner",
|
|
2889
2908
|
"ref-context": { compId: i(H) },
|
|
2890
2909
|
state: {}
|
|
@@ -2898,7 +2917,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2898
2917
|
});
|
|
2899
2918
|
};
|
|
2900
2919
|
}
|
|
2901
|
-
}),
|
|
2920
|
+
}), ml = /* @__PURE__ */ C({
|
|
2902
2921
|
__name: "index",
|
|
2903
2922
|
props: {
|
|
2904
2923
|
nodeId: {},
|
|
@@ -2953,24 +2972,24 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
|
2953
2972
|
theme: i(h),
|
|
2954
2973
|
"truncate-line": i(v)
|
|
2955
2974
|
}, {
|
|
2956
|
-
default:
|
|
2975
|
+
default: I(() => [
|
|
2957
2976
|
R(x.$slots, "default")
|
|
2958
2977
|
]),
|
|
2959
2978
|
_: 3
|
|
2960
2979
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2961
2980
|
};
|
|
2962
2981
|
}
|
|
2963
|
-
}),
|
|
2964
|
-
function
|
|
2982
|
+
}), pl = {};
|
|
2983
|
+
function dl(t, n) {
|
|
2965
2984
|
const e = M("v-timeline-item");
|
|
2966
2985
|
return _(), S(e, null, {
|
|
2967
|
-
default:
|
|
2986
|
+
default: I(() => [
|
|
2968
2987
|
R(t.$slots, "default")
|
|
2969
2988
|
]),
|
|
2970
2989
|
_: 3
|
|
2971
2990
|
});
|
|
2972
2991
|
}
|
|
2973
|
-
const
|
|
2992
|
+
const fl = /* @__PURE__ */ Ae(pl, [["render", dl]]), yl = /* @__PURE__ */ C({
|
|
2974
2993
|
__name: "index",
|
|
2975
2994
|
props: {
|
|
2976
2995
|
nodeId: {},
|
|
@@ -3004,24 +3023,24 @@ const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */ C({
|
|
|
3004
3023
|
theme: i(p),
|
|
3005
3024
|
touch: i(u)
|
|
3006
3025
|
}, {
|
|
3007
|
-
default:
|
|
3026
|
+
default: I(() => [
|
|
3008
3027
|
R(m.$slots, "default")
|
|
3009
3028
|
]),
|
|
3010
3029
|
_: 3
|
|
3011
3030
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
3012
3031
|
};
|
|
3013
3032
|
}
|
|
3014
|
-
}),
|
|
3015
|
-
function
|
|
3033
|
+
}), bl = {};
|
|
3034
|
+
function gl(t, n) {
|
|
3016
3035
|
const e = M("v-window-item");
|
|
3017
3036
|
return _(), S(e, null, {
|
|
3018
|
-
default:
|
|
3037
|
+
default: I(() => [
|
|
3019
3038
|
R(t.$slots, "default")
|
|
3020
3039
|
]),
|
|
3021
3040
|
_: 3
|
|
3022
3041
|
});
|
|
3023
3042
|
}
|
|
3024
|
-
const
|
|
3043
|
+
const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
|
|
3025
3044
|
key: "basic",
|
|
3026
3045
|
name: "x-runtime-lib.basic",
|
|
3027
3046
|
children: [
|
|
@@ -3083,7 +3102,7 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3083
3102
|
]
|
|
3084
3103
|
}
|
|
3085
3104
|
]
|
|
3086
|
-
},
|
|
3105
|
+
}, _l = K(X), Le = {
|
|
3087
3106
|
key: "border",
|
|
3088
3107
|
name: "x-runtime-lib.border",
|
|
3089
3108
|
children: [
|
|
@@ -3101,7 +3120,7 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3101
3120
|
types: "borderWidthTypesV1",
|
|
3102
3121
|
default: ""
|
|
3103
3122
|
},
|
|
3104
|
-
|
|
3123
|
+
_l,
|
|
3105
3124
|
{
|
|
3106
3125
|
key: "roundRadius",
|
|
3107
3126
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3497,10 +3516,10 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3497
3516
|
default: 2e3
|
|
3498
3517
|
}
|
|
3499
3518
|
]
|
|
3500
|
-
},
|
|
3519
|
+
}, vl = {
|
|
3501
3520
|
key: "scene_orthographic_camera_v1",
|
|
3502
3521
|
name: "x-runtime-lib.orthographicCamera",
|
|
3503
|
-
comp:
|
|
3522
|
+
comp: Bi,
|
|
3504
3523
|
properties: {
|
|
3505
3524
|
pageScene: [y, Q, mn],
|
|
3506
3525
|
compScene: [y, Q, mn]
|
|
@@ -3509,7 +3528,7 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3509
3528
|
methods: [],
|
|
3510
3529
|
slots: []
|
|
3511
3530
|
};
|
|
3512
|
-
|
|
3531
|
+
w(vl);
|
|
3513
3532
|
const pn = {
|
|
3514
3533
|
key: "settings",
|
|
3515
3534
|
name: "x-runtime-lib.settings",
|
|
@@ -3543,10 +3562,10 @@ const pn = {
|
|
|
3543
3562
|
default: 2e3
|
|
3544
3563
|
}
|
|
3545
3564
|
]
|
|
3546
|
-
},
|
|
3565
|
+
}, xl = {
|
|
3547
3566
|
key: "scene_perspective_camera_v1",
|
|
3548
3567
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3549
|
-
comp:
|
|
3568
|
+
comp: Ri,
|
|
3550
3569
|
properties: {
|
|
3551
3570
|
pageScene: [y, Q, pn],
|
|
3552
3571
|
compScene: [y, Q, pn]
|
|
@@ -3555,11 +3574,11 @@ const pn = {
|
|
|
3555
3574
|
methods: [],
|
|
3556
3575
|
slots: []
|
|
3557
3576
|
};
|
|
3558
|
-
|
|
3559
|
-
const
|
|
3577
|
+
w(xl);
|
|
3578
|
+
const kl = {
|
|
3560
3579
|
key: "scene_keyboard_controls_v1",
|
|
3561
3580
|
name: "x-runtime-lib.keyboardControls",
|
|
3562
|
-
comp:
|
|
3581
|
+
comp: Ki,
|
|
3563
3582
|
properties: {
|
|
3564
3583
|
pageScene: [y],
|
|
3565
3584
|
compScene: [y]
|
|
@@ -3569,11 +3588,11 @@ const vl = {
|
|
|
3569
3588
|
slots: [],
|
|
3570
3589
|
leaf: !0
|
|
3571
3590
|
};
|
|
3572
|
-
|
|
3573
|
-
const
|
|
3591
|
+
w(kl);
|
|
3592
|
+
const wl = {
|
|
3574
3593
|
key: "scene_map_controls_v1",
|
|
3575
3594
|
name: "x-runtime-lib.mapControls",
|
|
3576
|
-
comp:
|
|
3595
|
+
comp: Di,
|
|
3577
3596
|
properties: {
|
|
3578
3597
|
pageScene: [y],
|
|
3579
3598
|
compScene: [y]
|
|
@@ -3583,11 +3602,11 @@ const xl = {
|
|
|
3583
3602
|
slots: [],
|
|
3584
3603
|
leaf: !0
|
|
3585
3604
|
};
|
|
3586
|
-
|
|
3587
|
-
const
|
|
3605
|
+
w(wl);
|
|
3606
|
+
const Il = {
|
|
3588
3607
|
key: "scene_orbit_controls_v1",
|
|
3589
3608
|
name: "x-runtime-lib.orbitControls",
|
|
3590
|
-
comp:
|
|
3609
|
+
comp: Oi,
|
|
3591
3610
|
properties: {
|
|
3592
3611
|
pageScene: [y],
|
|
3593
3612
|
compScene: [y]
|
|
@@ -3597,8 +3616,8 @@ const kl = {
|
|
|
3597
3616
|
slots: [],
|
|
3598
3617
|
leaf: !0
|
|
3599
3618
|
};
|
|
3600
|
-
|
|
3601
|
-
function
|
|
3619
|
+
w(Il);
|
|
3620
|
+
function Sl(t, n) {
|
|
3602
3621
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3603
3622
|
if (!o) {
|
|
3604
3623
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3627,7 +3646,7 @@ function wl(t, n) {
|
|
|
3627
3646
|
z: 1
|
|
3628
3647
|
}
|
|
3629
3648
|
};
|
|
3630
|
-
const a =
|
|
3649
|
+
const a = $l(t, n), c = Cl(t, n);
|
|
3631
3650
|
return {
|
|
3632
3651
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3633
3652
|
nodes: {
|
|
@@ -3637,7 +3656,7 @@ function wl(t, n) {
|
|
|
3637
3656
|
}
|
|
3638
3657
|
};
|
|
3639
3658
|
}
|
|
3640
|
-
function
|
|
3659
|
+
function $l(t, n) {
|
|
3641
3660
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3642
3661
|
if (!o) {
|
|
3643
3662
|
console.error(
|
|
@@ -3667,7 +3686,7 @@ function Il(t, n) {
|
|
|
3667
3686
|
}
|
|
3668
3687
|
};
|
|
3669
3688
|
}
|
|
3670
|
-
function
|
|
3689
|
+
function Cl(t, n) {
|
|
3671
3690
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3672
3691
|
if (!o) {
|
|
3673
3692
|
console.error(
|
|
@@ -3737,7 +3756,7 @@ const dn = {
|
|
|
3737
3756
|
}, yt = {
|
|
3738
3757
|
key: "scene_box_geometry_v1",
|
|
3739
3758
|
name: "x-runtime-lib.boxGeometry",
|
|
3740
|
-
comp:
|
|
3759
|
+
comp: Ni,
|
|
3741
3760
|
properties: {
|
|
3742
3761
|
pageScene: [y, dn],
|
|
3743
3762
|
compScene: [y, dn]
|
|
@@ -3746,10 +3765,10 @@ const dn = {
|
|
|
3746
3765
|
methods: [],
|
|
3747
3766
|
slots: [],
|
|
3748
3767
|
leaf: !0,
|
|
3749
|
-
spawn:
|
|
3768
|
+
spawn: Sl
|
|
3750
3769
|
};
|
|
3751
|
-
|
|
3752
|
-
function
|
|
3770
|
+
w(yt);
|
|
3771
|
+
function Vl(t, n) {
|
|
3753
3772
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3754
3773
|
if (!o) {
|
|
3755
3774
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3778,7 +3797,7 @@ function $l(t, n) {
|
|
|
3778
3797
|
z: 1
|
|
3779
3798
|
}
|
|
3780
3799
|
};
|
|
3781
|
-
const a =
|
|
3800
|
+
const a = Pl(t, n), c = Ll(t, n);
|
|
3782
3801
|
return {
|
|
3783
3802
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3784
3803
|
nodes: {
|
|
@@ -3788,7 +3807,7 @@ function $l(t, n) {
|
|
|
3788
3807
|
}
|
|
3789
3808
|
};
|
|
3790
3809
|
}
|
|
3791
|
-
function
|
|
3810
|
+
function Pl(t, n) {
|
|
3792
3811
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3793
3812
|
if (!o) {
|
|
3794
3813
|
console.error(
|
|
@@ -3819,7 +3838,7 @@ function Cl(t, n) {
|
|
|
3819
3838
|
}
|
|
3820
3839
|
};
|
|
3821
3840
|
}
|
|
3822
|
-
function
|
|
3841
|
+
function Ll(t, n) {
|
|
3823
3842
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3824
3843
|
if (!o) {
|
|
3825
3844
|
console.error(
|
|
@@ -3897,7 +3916,7 @@ const fn = {
|
|
|
3897
3916
|
}, bt = {
|
|
3898
3917
|
key: "scene_sphere_geometry_v1",
|
|
3899
3918
|
name: "x-runtime-lib.sphereGeometry",
|
|
3900
|
-
comp:
|
|
3919
|
+
comp: Gi,
|
|
3901
3920
|
properties: {
|
|
3902
3921
|
pageScene: [y, fn],
|
|
3903
3922
|
compScene: [y, fn]
|
|
@@ -3906,9 +3925,9 @@ const fn = {
|
|
|
3906
3925
|
methods: [],
|
|
3907
3926
|
slots: [],
|
|
3908
3927
|
leaf: !0,
|
|
3909
|
-
spawn:
|
|
3928
|
+
spawn: Vl
|
|
3910
3929
|
};
|
|
3911
|
-
|
|
3930
|
+
w(bt);
|
|
3912
3931
|
const ot = K(X);
|
|
3913
3932
|
ot.children[0].default = "custom";
|
|
3914
3933
|
ot.children[2].children[0].default = "0xffffff";
|
|
@@ -3926,10 +3945,10 @@ const yn = {
|
|
|
3926
3945
|
default: 1
|
|
3927
3946
|
}
|
|
3928
3947
|
]
|
|
3929
|
-
},
|
|
3948
|
+
}, zl = {
|
|
3930
3949
|
key: "scene_ambient_light_v1",
|
|
3931
3950
|
name: "x-runtime-lib.ambientLight",
|
|
3932
|
-
comp:
|
|
3951
|
+
comp: Ui,
|
|
3933
3952
|
properties: {
|
|
3934
3953
|
pageScene: [y, Q, yn],
|
|
3935
3954
|
compScene: [y, Q, yn]
|
|
@@ -3938,7 +3957,7 @@ const yn = {
|
|
|
3938
3957
|
methods: [],
|
|
3939
3958
|
slots: []
|
|
3940
3959
|
};
|
|
3941
|
-
|
|
3960
|
+
w(zl);
|
|
3942
3961
|
const it = K(X);
|
|
3943
3962
|
it.children[0].default = "custom";
|
|
3944
3963
|
it.children[2].children[0].default = "0xffffff";
|
|
@@ -3956,10 +3975,10 @@ const bn = {
|
|
|
3956
3975
|
default: 1
|
|
3957
3976
|
}
|
|
3958
3977
|
]
|
|
3959
|
-
},
|
|
3978
|
+
}, Tl = {
|
|
3960
3979
|
key: "scene_directional_light_v1",
|
|
3961
3980
|
name: "x-runtime-lib.directionalLight",
|
|
3962
|
-
comp:
|
|
3981
|
+
comp: qi,
|
|
3963
3982
|
properties: {
|
|
3964
3983
|
pageScene: [y, Q, bn],
|
|
3965
3984
|
compScene: [y, Q, bn]
|
|
@@ -3968,7 +3987,7 @@ const bn = {
|
|
|
3968
3987
|
methods: [],
|
|
3969
3988
|
slots: []
|
|
3970
3989
|
};
|
|
3971
|
-
|
|
3990
|
+
w(Tl);
|
|
3972
3991
|
const rt = K(X);
|
|
3973
3992
|
rt.children[0].default = "custom";
|
|
3974
3993
|
rt.children[2].children[0].default = "0xffffff";
|
|
@@ -4000,10 +4019,10 @@ const gn = {
|
|
|
4000
4019
|
default: 2
|
|
4001
4020
|
}
|
|
4002
4021
|
]
|
|
4003
|
-
},
|
|
4022
|
+
}, El = {
|
|
4004
4023
|
key: "scene_point_light_v1",
|
|
4005
4024
|
name: "x-runtime-lib.pointLight",
|
|
4006
|
-
comp:
|
|
4025
|
+
comp: Yi,
|
|
4007
4026
|
properties: {
|
|
4008
4027
|
pageScene: [y, Q, gn],
|
|
4009
4028
|
compScene: [y, Q, gn]
|
|
@@ -4012,7 +4031,7 @@ const gn = {
|
|
|
4012
4031
|
methods: [],
|
|
4013
4032
|
slots: []
|
|
4014
4033
|
};
|
|
4015
|
-
|
|
4034
|
+
w(El);
|
|
4016
4035
|
const st = K(X);
|
|
4017
4036
|
st.children[0].default = "custom";
|
|
4018
4037
|
st.children[2].children[0].default = "0xffffff";
|
|
@@ -4061,10 +4080,10 @@ const hn = {
|
|
|
4061
4080
|
default: 0
|
|
4062
4081
|
}
|
|
4063
4082
|
]
|
|
4064
|
-
},
|
|
4083
|
+
}, Al = {
|
|
4065
4084
|
key: "scene_spot_light_v1",
|
|
4066
4085
|
name: "x-runtime-lib.spotLight",
|
|
4067
|
-
comp:
|
|
4086
|
+
comp: Qi,
|
|
4068
4087
|
properties: {
|
|
4069
4088
|
pageScene: [y, Q, hn],
|
|
4070
4089
|
compScene: [y, Q, hn]
|
|
@@ -4073,11 +4092,11 @@ const hn = {
|
|
|
4073
4092
|
methods: [],
|
|
4074
4093
|
slots: []
|
|
4075
4094
|
};
|
|
4076
|
-
|
|
4095
|
+
w(Al);
|
|
4077
4096
|
const De = {
|
|
4078
4097
|
key: "scene_mesh_basic_material_v1",
|
|
4079
4098
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
4080
|
-
comp:
|
|
4099
|
+
comp: nr,
|
|
4081
4100
|
properties: {
|
|
4082
4101
|
pageScene: [y],
|
|
4083
4102
|
compScene: [y]
|
|
@@ -4087,11 +4106,11 @@ const De = {
|
|
|
4087
4106
|
slots: [],
|
|
4088
4107
|
leaf: !0
|
|
4089
4108
|
};
|
|
4090
|
-
|
|
4091
|
-
const
|
|
4109
|
+
w(De);
|
|
4110
|
+
const Ml = {
|
|
4092
4111
|
key: "scene_group_v1",
|
|
4093
4112
|
name: "x-runtime-lib.group",
|
|
4094
|
-
comp:
|
|
4113
|
+
comp: ir,
|
|
4095
4114
|
properties: {
|
|
4096
4115
|
pageScene: [y, Q],
|
|
4097
4116
|
compScene: [y, Q]
|
|
@@ -4100,11 +4119,11 @@ const El = {
|
|
|
4100
4119
|
methods: [],
|
|
4101
4120
|
slots: []
|
|
4102
4121
|
};
|
|
4103
|
-
|
|
4122
|
+
w(Ml);
|
|
4104
4123
|
const Oe = {
|
|
4105
4124
|
key: "scene_mesh_v1",
|
|
4106
4125
|
name: "x-runtime-lib.mesh",
|
|
4107
|
-
comp:
|
|
4126
|
+
comp: sr,
|
|
4108
4127
|
properties: {
|
|
4109
4128
|
pageScene: [y, Q],
|
|
4110
4129
|
compScene: [y, Q]
|
|
@@ -4113,8 +4132,8 @@ const Oe = {
|
|
|
4113
4132
|
methods: [],
|
|
4114
4133
|
slots: []
|
|
4115
4134
|
};
|
|
4116
|
-
|
|
4117
|
-
function
|
|
4135
|
+
w(Oe);
|
|
4136
|
+
function Bl(t, n) {
|
|
4118
4137
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4119
4138
|
if (!o) {
|
|
4120
4139
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4162,16 +4181,16 @@ const _n = {
|
|
|
4162
4181
|
}, gt = {
|
|
4163
4182
|
key: "common_bar_chart_v1",
|
|
4164
4183
|
name: "x-runtime-lib.barChart",
|
|
4165
|
-
comp:
|
|
4184
|
+
comp: ds,
|
|
4166
4185
|
properties: {
|
|
4167
4186
|
pageCommon: [y, Y, Qe, et, tt, Ze, _n],
|
|
4168
4187
|
compCommon: [y, Y, Qe, et, tt, Ze, _n]
|
|
4169
4188
|
},
|
|
4170
4189
|
leaf: !0,
|
|
4171
|
-
spawn:
|
|
4190
|
+
spawn: Bl
|
|
4172
4191
|
};
|
|
4173
|
-
|
|
4174
|
-
function
|
|
4192
|
+
w(gt);
|
|
4193
|
+
function Wl(t, n) {
|
|
4175
4194
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4176
4195
|
if (!o) {
|
|
4177
4196
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4219,26 +4238,26 @@ const vn = {
|
|
|
4219
4238
|
}, ht = {
|
|
4220
4239
|
key: "common_line_chart_v1",
|
|
4221
4240
|
name: "x-runtime-lib.lineChart",
|
|
4222
|
-
comp:
|
|
4241
|
+
comp: fs,
|
|
4223
4242
|
properties: {
|
|
4224
4243
|
pageCommon: [y, Y, Qe, et, tt, Ze, vn],
|
|
4225
4244
|
compCommon: [y, Y, Qe, et, tt, Ze, vn]
|
|
4226
4245
|
},
|
|
4227
4246
|
leaf: !0,
|
|
4228
|
-
spawn:
|
|
4247
|
+
spawn: Wl
|
|
4229
4248
|
};
|
|
4230
|
-
|
|
4231
|
-
const
|
|
4249
|
+
w(ht);
|
|
4250
|
+
const Rl = {
|
|
4232
4251
|
key: "multiple_ref_v1",
|
|
4233
4252
|
name: "x-runtime-lib.multipleRef",
|
|
4234
|
-
comp:
|
|
4253
|
+
comp: ys,
|
|
4235
4254
|
properties: {
|
|
4236
4255
|
pageCommon: [y],
|
|
4237
4256
|
compCommon: [y]
|
|
4238
4257
|
},
|
|
4239
4258
|
leaf: !0
|
|
4240
4259
|
};
|
|
4241
|
-
|
|
4260
|
+
w(Rl);
|
|
4242
4261
|
const xn = {
|
|
4243
4262
|
key: "reference",
|
|
4244
4263
|
name: "x-runtime-lib.reference",
|
|
@@ -4250,17 +4269,17 @@ const xn = {
|
|
|
4250
4269
|
default: void 0
|
|
4251
4270
|
}
|
|
4252
4271
|
]
|
|
4253
|
-
},
|
|
4272
|
+
}, Kl = {
|
|
4254
4273
|
key: "reference_v1",
|
|
4255
4274
|
name: "x-runtime-lib.reference",
|
|
4256
|
-
comp:
|
|
4275
|
+
comp: bs,
|
|
4257
4276
|
properties: {
|
|
4258
4277
|
pageCommon: [y, Y, xn],
|
|
4259
4278
|
compCommon: [y, Y, xn]
|
|
4260
4279
|
},
|
|
4261
4280
|
leaf: !0
|
|
4262
4281
|
};
|
|
4263
|
-
|
|
4282
|
+
w(Kl);
|
|
4264
4283
|
const kn = {
|
|
4265
4284
|
key: "settings",
|
|
4266
4285
|
name: "x-runtime-lib.settings",
|
|
@@ -4272,44 +4291,65 @@ const kn = {
|
|
|
4272
4291
|
default: !1
|
|
4273
4292
|
}
|
|
4274
4293
|
]
|
|
4275
|
-
},
|
|
4294
|
+
}, Dl = {
|
|
4276
4295
|
key: "render_switch_v1",
|
|
4277
4296
|
name: "x-runtime-lib.renderSwitch",
|
|
4278
|
-
comp:
|
|
4297
|
+
comp: gs,
|
|
4279
4298
|
properties: {
|
|
4280
4299
|
pageCommon: [y, kn],
|
|
4281
4300
|
compCommon: [y, kn]
|
|
4282
4301
|
}
|
|
4283
4302
|
};
|
|
4284
|
-
|
|
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);
|
|
4285
4325
|
const Me = K(X);
|
|
4286
4326
|
Me.key = "backgroundColor";
|
|
4287
4327
|
Me.name = "x-runtime-lib.backgroundColor";
|
|
4288
|
-
const
|
|
4328
|
+
const To = {
|
|
4289
4329
|
key: "adaptSlot",
|
|
4290
4330
|
name: "x-runtime-lib.adaptSlot",
|
|
4291
4331
|
ui: "slotSelect",
|
|
4292
4332
|
default: void 0
|
|
4293
|
-
},
|
|
4333
|
+
}, Fl = {
|
|
4294
4334
|
key: "settings",
|
|
4295
4335
|
name: "x-runtime-lib.settings",
|
|
4296
4336
|
children: [Me]
|
|
4297
|
-
},
|
|
4337
|
+
}, Nl = {
|
|
4298
4338
|
key: "settings",
|
|
4299
4339
|
name: "x-runtime-lib.settings",
|
|
4300
|
-
children: [Me,
|
|
4301
|
-
},
|
|
4340
|
+
children: [Me, To]
|
|
4341
|
+
}, jl = {
|
|
4302
4342
|
key: "settings",
|
|
4303
4343
|
name: "x-runtime-lib.settings",
|
|
4304
4344
|
children: [Me]
|
|
4305
|
-
},
|
|
4345
|
+
}, Gl = {
|
|
4306
4346
|
key: "settings",
|
|
4307
4347
|
name: "x-runtime-lib.settings",
|
|
4308
|
-
children: [Me,
|
|
4309
|
-
},
|
|
4348
|
+
children: [Me, To]
|
|
4349
|
+
}, Hl = {
|
|
4310
4350
|
key: "startup",
|
|
4311
4351
|
name: "x-runtime-lib.startup"
|
|
4312
|
-
},
|
|
4352
|
+
}, Ul = {
|
|
4313
4353
|
key: "screenSizeChange",
|
|
4314
4354
|
name: "x-runtime-lib.screenSizeChange",
|
|
4315
4355
|
params: [
|
|
@@ -4324,7 +4364,7 @@ const zo = {
|
|
|
4324
4364
|
type: "string"
|
|
4325
4365
|
}
|
|
4326
4366
|
]
|
|
4327
|
-
},
|
|
4367
|
+
}, Jl = {
|
|
4328
4368
|
key: "darkModeChange",
|
|
4329
4369
|
name: "x-runtime-lib.darkModeChange",
|
|
4330
4370
|
params: [
|
|
@@ -4334,21 +4374,21 @@ const zo = {
|
|
|
4334
4374
|
type: "boolean"
|
|
4335
4375
|
}
|
|
4336
4376
|
]
|
|
4337
|
-
},
|
|
4377
|
+
}, ql = {
|
|
4338
4378
|
key: "globality_v1",
|
|
4339
4379
|
name: "x-runtime-lib.globality",
|
|
4340
4380
|
comp: null,
|
|
4341
4381
|
properties: {
|
|
4342
|
-
pageCommon: [
|
|
4343
|
-
pageScene: [
|
|
4344
|
-
compCommon: [
|
|
4345
|
-
compScene: [
|
|
4382
|
+
pageCommon: [Fl],
|
|
4383
|
+
pageScene: [jl],
|
|
4384
|
+
compCommon: [Nl],
|
|
4385
|
+
compScene: [Gl]
|
|
4346
4386
|
},
|
|
4347
|
-
events: [
|
|
4387
|
+
events: [Hl, Ul, Jl],
|
|
4348
4388
|
internal: !0
|
|
4349
4389
|
};
|
|
4350
|
-
|
|
4351
|
-
const
|
|
4390
|
+
w(ql);
|
|
4391
|
+
const In = {
|
|
4352
4392
|
key: "settings",
|
|
4353
4393
|
name: "x-runtime-lib.settings",
|
|
4354
4394
|
children: [
|
|
@@ -4383,17 +4423,17 @@ const wn = {
|
|
|
4383
4423
|
default: !1
|
|
4384
4424
|
}
|
|
4385
4425
|
]
|
|
4386
|
-
},
|
|
4426
|
+
}, Xl = {
|
|
4387
4427
|
key: "common_badge_v1",
|
|
4388
4428
|
name: "x-runtime-lib.badge",
|
|
4389
|
-
comp:
|
|
4429
|
+
comp: hs,
|
|
4390
4430
|
properties: {
|
|
4391
|
-
pageCommon: [y,
|
|
4392
|
-
compCommon: [y,
|
|
4431
|
+
pageCommon: [y, In],
|
|
4432
|
+
compCommon: [y, In]
|
|
4393
4433
|
}
|
|
4394
4434
|
};
|
|
4395
|
-
|
|
4396
|
-
function
|
|
4435
|
+
w(Xl);
|
|
4436
|
+
function Yl(t, n) {
|
|
4397
4437
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4398
4438
|
if (!o) {
|
|
4399
4439
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
@@ -4412,7 +4452,7 @@ function Jl(t, n) {
|
|
|
4412
4452
|
}
|
|
4413
4453
|
};
|
|
4414
4454
|
}
|
|
4415
|
-
const
|
|
4455
|
+
const Zl = K(X), Sn = {
|
|
4416
4456
|
key: "settings",
|
|
4417
4457
|
name: "x-runtime-lib.settings",
|
|
4418
4458
|
children: [
|
|
@@ -4491,7 +4531,7 @@ const ql = K(X), In = {
|
|
|
4491
4531
|
ui: "switch",
|
|
4492
4532
|
default: !1
|
|
4493
4533
|
},
|
|
4494
|
-
|
|
4534
|
+
Zl,
|
|
4495
4535
|
{
|
|
4496
4536
|
key: "ripple",
|
|
4497
4537
|
name: "x-runtime-lib.ripple",
|
|
@@ -4502,10 +4542,10 @@ const ql = K(X), In = {
|
|
|
4502
4542
|
}, _t = {
|
|
4503
4543
|
key: "common_btn_v1",
|
|
4504
4544
|
name: "x-runtime-lib.button",
|
|
4505
|
-
comp:
|
|
4545
|
+
comp: _s,
|
|
4506
4546
|
properties: {
|
|
4507
|
-
pageCommon: [y, Y,
|
|
4508
|
-
compCommon: [y, Y,
|
|
4547
|
+
pageCommon: [y, Y, Sn],
|
|
4548
|
+
compCommon: [y, Y, Sn]
|
|
4509
4549
|
},
|
|
4510
4550
|
events: [
|
|
4511
4551
|
{
|
|
@@ -4514,20 +4554,20 @@ const ql = K(X), In = {
|
|
|
4514
4554
|
}
|
|
4515
4555
|
],
|
|
4516
4556
|
leaf: !0,
|
|
4517
|
-
spawn:
|
|
4557
|
+
spawn: Yl
|
|
4518
4558
|
};
|
|
4519
|
-
|
|
4520
|
-
const
|
|
4559
|
+
w(_t);
|
|
4560
|
+
const Ql = {
|
|
4521
4561
|
key: "common_btn_group_v1",
|
|
4522
4562
|
name: "x-runtime-lib.buttonGroup",
|
|
4523
|
-
comp:
|
|
4563
|
+
comp: ks,
|
|
4524
4564
|
properties: {
|
|
4525
4565
|
pageCommon: [y],
|
|
4526
4566
|
compCommon: [y]
|
|
4527
4567
|
}
|
|
4528
4568
|
};
|
|
4529
|
-
|
|
4530
|
-
const
|
|
4569
|
+
w(Ql);
|
|
4570
|
+
const $n = {
|
|
4531
4571
|
key: "settings",
|
|
4532
4572
|
name: "x-runtime-lib.settings",
|
|
4533
4573
|
children: [
|
|
@@ -4588,17 +4628,17 @@ const Sn = {
|
|
|
4588
4628
|
default: !1
|
|
4589
4629
|
}
|
|
4590
4630
|
]
|
|
4591
|
-
},
|
|
4631
|
+
}, ea = {
|
|
4592
4632
|
key: "common_btn_toggle_v1",
|
|
4593
4633
|
name: "x-runtime-lib.buttonToggle",
|
|
4594
|
-
comp:
|
|
4634
|
+
comp: ws,
|
|
4595
4635
|
properties: {
|
|
4596
|
-
pageCommon: [y,
|
|
4597
|
-
compCommon: [y,
|
|
4636
|
+
pageCommon: [y, $n],
|
|
4637
|
+
compCommon: [y, $n]
|
|
4598
4638
|
}
|
|
4599
4639
|
};
|
|
4600
|
-
|
|
4601
|
-
function
|
|
4640
|
+
w(ea);
|
|
4641
|
+
function ta(t, n) {
|
|
4602
4642
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4603
4643
|
if (!o) {
|
|
4604
4644
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
@@ -4617,7 +4657,7 @@ function Zl(t, n) {
|
|
|
4617
4657
|
}
|
|
4618
4658
|
};
|
|
4619
4659
|
}
|
|
4620
|
-
const
|
|
4660
|
+
const Cn = {
|
|
4621
4661
|
key: "settings",
|
|
4622
4662
|
name: "x-runtime-lib.settings",
|
|
4623
4663
|
children: [
|
|
@@ -4675,15 +4715,15 @@ const $n = {
|
|
|
4675
4715
|
}, Fe = {
|
|
4676
4716
|
key: "common_card_v1",
|
|
4677
4717
|
name: "x-runtime-lib.card",
|
|
4678
|
-
comp:
|
|
4718
|
+
comp: Is,
|
|
4679
4719
|
properties: {
|
|
4680
|
-
pageCommon: [y, Y,
|
|
4681
|
-
compCommon: [y, Y,
|
|
4720
|
+
pageCommon: [y, Y, Cn],
|
|
4721
|
+
compCommon: [y, Y, Cn]
|
|
4682
4722
|
},
|
|
4683
|
-
spawn:
|
|
4723
|
+
spawn: ta
|
|
4684
4724
|
};
|
|
4685
|
-
|
|
4686
|
-
const
|
|
4725
|
+
w(Fe);
|
|
4726
|
+
const Vn = {
|
|
4687
4727
|
key: "settings",
|
|
4688
4728
|
name: "x-runtime-lib.settings",
|
|
4689
4729
|
children: [
|
|
@@ -4700,18 +4740,18 @@ const Cn = {
|
|
|
4700
4740
|
default: ""
|
|
4701
4741
|
}
|
|
4702
4742
|
]
|
|
4703
|
-
},
|
|
4743
|
+
}, na = {
|
|
4704
4744
|
key: "common_checkbox_v1",
|
|
4705
4745
|
name: "x-runtime-lib.checkbox",
|
|
4706
|
-
comp:
|
|
4746
|
+
comp: Ss,
|
|
4707
4747
|
properties: {
|
|
4708
|
-
pageCommon: [y,
|
|
4709
|
-
compCommon: [y,
|
|
4748
|
+
pageCommon: [y, Vn],
|
|
4749
|
+
compCommon: [y, Vn]
|
|
4710
4750
|
},
|
|
4711
4751
|
leaf: !0
|
|
4712
4752
|
};
|
|
4713
|
-
|
|
4714
|
-
const
|
|
4753
|
+
w(na);
|
|
4754
|
+
const oa = K(X), Pn = {
|
|
4715
4755
|
key: "settings",
|
|
4716
4756
|
name: "x-runtime-lib.settings",
|
|
4717
4757
|
children: [
|
|
@@ -4784,20 +4824,20 @@ const ea = K(X), Vn = {
|
|
|
4784
4824
|
ui: "switch",
|
|
4785
4825
|
default: !1
|
|
4786
4826
|
},
|
|
4787
|
-
|
|
4827
|
+
oa
|
|
4788
4828
|
]
|
|
4789
4829
|
}, vt = {
|
|
4790
4830
|
key: "common_chip_v1",
|
|
4791
4831
|
name: "x-runtime-lib.chip",
|
|
4792
|
-
comp:
|
|
4832
|
+
comp: $s,
|
|
4793
4833
|
properties: {
|
|
4794
|
-
pageCommon: [y,
|
|
4795
|
-
compCommon: [y,
|
|
4834
|
+
pageCommon: [y, Pn],
|
|
4835
|
+
compCommon: [y, Pn]
|
|
4796
4836
|
},
|
|
4797
4837
|
leaf: !0
|
|
4798
4838
|
};
|
|
4799
|
-
|
|
4800
|
-
function
|
|
4839
|
+
w(vt);
|
|
4840
|
+
function ia(t, n) {
|
|
4801
4841
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4802
4842
|
if (!o) {
|
|
4803
4843
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -4850,7 +4890,7 @@ function Pe(t, n, e, o) {
|
|
|
4850
4890
|
}
|
|
4851
4891
|
};
|
|
4852
4892
|
}
|
|
4853
|
-
const
|
|
4893
|
+
const Ln = {
|
|
4854
4894
|
key: "settings",
|
|
4855
4895
|
name: "x-runtime-lib.settings",
|
|
4856
4896
|
children: [
|
|
@@ -4907,26 +4947,26 @@ const Pn = {
|
|
|
4907
4947
|
}, xt = {
|
|
4908
4948
|
key: "common_chip_group_v1",
|
|
4909
4949
|
name: "x-runtime-lib.chipGroup",
|
|
4910
|
-
comp:
|
|
4950
|
+
comp: Cs,
|
|
4911
4951
|
properties: {
|
|
4912
|
-
pageCommon: [y,
|
|
4913
|
-
compCommon: [y,
|
|
4952
|
+
pageCommon: [y, Ln],
|
|
4953
|
+
compCommon: [y, Ln]
|
|
4914
4954
|
},
|
|
4915
|
-
spawn:
|
|
4955
|
+
spawn: ia
|
|
4916
4956
|
};
|
|
4917
|
-
|
|
4918
|
-
const
|
|
4957
|
+
w(xt);
|
|
4958
|
+
const ra = {
|
|
4919
4959
|
key: "common_color_picker_v1",
|
|
4920
4960
|
name: "x-runtime-lib.colorPicker",
|
|
4921
|
-
comp:
|
|
4961
|
+
comp: Vs,
|
|
4922
4962
|
properties: {
|
|
4923
4963
|
pageCommon: [y],
|
|
4924
4964
|
compCommon: [y]
|
|
4925
4965
|
},
|
|
4926
4966
|
leaf: !0
|
|
4927
4967
|
};
|
|
4928
|
-
|
|
4929
|
-
const
|
|
4968
|
+
w(ra);
|
|
4969
|
+
const zn = {
|
|
4930
4970
|
key: "settings",
|
|
4931
4971
|
name: "x-runtime-lib.settings",
|
|
4932
4972
|
children: [
|
|
@@ -4967,31 +5007,31 @@ const Ln = {
|
|
|
4967
5007
|
default: !1
|
|
4968
5008
|
}
|
|
4969
5009
|
]
|
|
4970
|
-
},
|
|
5010
|
+
}, sa = {
|
|
4971
5011
|
key: "common_combobox_v1",
|
|
4972
5012
|
name: "x-runtime-lib.combobox",
|
|
4973
|
-
comp:
|
|
5013
|
+
comp: Ps,
|
|
4974
5014
|
properties: {
|
|
4975
|
-
pageCommon: [y,
|
|
4976
|
-
compCommon: [y,
|
|
5015
|
+
pageCommon: [y, zn],
|
|
5016
|
+
compCommon: [y, zn]
|
|
4977
5017
|
},
|
|
4978
5018
|
leaf: !0
|
|
4979
5019
|
};
|
|
4980
|
-
|
|
5020
|
+
w(sa);
|
|
4981
5021
|
const Xt = K(X);
|
|
4982
5022
|
Xt.key = "backgroundColor";
|
|
4983
5023
|
Xt.name = "x-runtime-lib.backgroundColor";
|
|
4984
|
-
const
|
|
5024
|
+
const Tn = {
|
|
4985
5025
|
key: "settings",
|
|
4986
5026
|
name: "x-runtime-lib.settings",
|
|
4987
5027
|
children: [Xt]
|
|
4988
5028
|
}, kt = {
|
|
4989
5029
|
key: "common_container_v1",
|
|
4990
5030
|
name: "x-runtime-lib.container",
|
|
4991
|
-
comp:
|
|
5031
|
+
comp: Ls,
|
|
4992
5032
|
properties: {
|
|
4993
|
-
pageCommon: [y, Y, Le, ze, Te,
|
|
4994
|
-
compCommon: [y, Y, Le, ze, Te,
|
|
5033
|
+
pageCommon: [y, Y, Le, ze, Te, Tn],
|
|
5034
|
+
compCommon: [y, Y, Le, ze, Te, Tn]
|
|
4995
5035
|
},
|
|
4996
5036
|
events: [
|
|
4997
5037
|
{
|
|
@@ -5000,8 +5040,8 @@ const zn = {
|
|
|
5000
5040
|
}
|
|
5001
5041
|
]
|
|
5002
5042
|
};
|
|
5003
|
-
|
|
5004
|
-
const
|
|
5043
|
+
w(kt);
|
|
5044
|
+
const En = {
|
|
5005
5045
|
key: "size",
|
|
5006
5046
|
name: "x-runtime-lib.size",
|
|
5007
5047
|
children: [
|
|
@@ -5020,7 +5060,7 @@ const Tn = {
|
|
|
5020
5060
|
default: ""
|
|
5021
5061
|
}
|
|
5022
5062
|
]
|
|
5023
|
-
},
|
|
5063
|
+
}, An = {
|
|
5024
5064
|
key: "settings",
|
|
5025
5065
|
name: "x-runtime-lib.settings",
|
|
5026
5066
|
children: [
|
|
@@ -5128,7 +5168,7 @@ const Tn = {
|
|
|
5128
5168
|
default: !1
|
|
5129
5169
|
}
|
|
5130
5170
|
]
|
|
5131
|
-
},
|
|
5171
|
+
}, Mn = {
|
|
5132
5172
|
key: "slots",
|
|
5133
5173
|
name: "x-runtime-lib.slots",
|
|
5134
5174
|
children: [
|
|
@@ -5153,32 +5193,32 @@ const Tn = {
|
|
|
5153
5193
|
defaultArray: []
|
|
5154
5194
|
}
|
|
5155
5195
|
]
|
|
5156
|
-
},
|
|
5196
|
+
}, la = {
|
|
5157
5197
|
key: "common_data_table_v1",
|
|
5158
5198
|
name: "x-runtime-lib.dataTable",
|
|
5159
|
-
comp:
|
|
5199
|
+
comp: zs,
|
|
5160
5200
|
properties: {
|
|
5161
|
-
pageCommon: [y,
|
|
5162
|
-
compCommon: [y,
|
|
5201
|
+
pageCommon: [y, En, An, Mn],
|
|
5202
|
+
compCommon: [y, En, An, Mn]
|
|
5163
5203
|
},
|
|
5164
5204
|
leaf: !0
|
|
5165
5205
|
};
|
|
5166
|
-
|
|
5167
|
-
const
|
|
5206
|
+
w(la);
|
|
5207
|
+
const aa = {
|
|
5168
5208
|
key: "common_date_picker_v1",
|
|
5169
5209
|
name: "x-runtime-lib.datePicker",
|
|
5170
|
-
comp:
|
|
5210
|
+
comp: Ts,
|
|
5171
5211
|
properties: {
|
|
5172
5212
|
pageCommon: [y],
|
|
5173
5213
|
compCommon: [y]
|
|
5174
5214
|
},
|
|
5175
5215
|
leaf: !0
|
|
5176
5216
|
};
|
|
5177
|
-
|
|
5178
|
-
const
|
|
5217
|
+
w(aa);
|
|
5218
|
+
const ca = {
|
|
5179
5219
|
key: "common_dialog_v1",
|
|
5180
5220
|
name: "x-runtime-lib.dialog",
|
|
5181
|
-
comp:
|
|
5221
|
+
comp: As,
|
|
5182
5222
|
properties: {
|
|
5183
5223
|
pageCommon: [y],
|
|
5184
5224
|
compCommon: [y]
|
|
@@ -5195,21 +5235,21 @@ const sa = {
|
|
|
5195
5235
|
],
|
|
5196
5236
|
teleport: !0
|
|
5197
5237
|
};
|
|
5198
|
-
|
|
5199
|
-
const
|
|
5238
|
+
w(ca);
|
|
5239
|
+
const Bn = {
|
|
5200
5240
|
key: "settings",
|
|
5201
5241
|
name: "x-runtime-lib.settings",
|
|
5202
5242
|
children: []
|
|
5203
|
-
},
|
|
5243
|
+
}, pu = {
|
|
5204
5244
|
key: "common_file_input_v1",
|
|
5205
5245
|
name: "x-runtime-lib.fileInput",
|
|
5206
|
-
comp:
|
|
5246
|
+
comp: Ms,
|
|
5207
5247
|
properties: {
|
|
5208
|
-
pageCommon: [y,
|
|
5209
|
-
compCommon: [y,
|
|
5248
|
+
pageCommon: [y, Bn],
|
|
5249
|
+
compCommon: [y, Bn]
|
|
5210
5250
|
},
|
|
5211
5251
|
leaf: !0
|
|
5212
|
-
},
|
|
5252
|
+
}, Wn = {
|
|
5213
5253
|
key: "settings",
|
|
5214
5254
|
name: "x-runtime-lib.settings",
|
|
5215
5255
|
children: [
|
|
@@ -5229,14 +5269,14 @@ const Mn = {
|
|
|
5229
5269
|
}, wt = {
|
|
5230
5270
|
key: "common_flex_layout_entry_v1",
|
|
5231
5271
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5232
|
-
comp:
|
|
5272
|
+
comp: Ws,
|
|
5233
5273
|
properties: {
|
|
5234
|
-
pageCommon: [y, Y,
|
|
5235
|
-
compCommon: [y, Y,
|
|
5274
|
+
pageCommon: [y, Y, Wn],
|
|
5275
|
+
compCommon: [y, Y, Wn]
|
|
5236
5276
|
}
|
|
5237
5277
|
};
|
|
5238
|
-
|
|
5239
|
-
function
|
|
5278
|
+
w(wt);
|
|
5279
|
+
function ua(t, n) {
|
|
5240
5280
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5241
5281
|
if (!o) {
|
|
5242
5282
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
@@ -5267,7 +5307,7 @@ function la(t, n) {
|
|
|
5267
5307
|
void 0,
|
|
5268
5308
|
"60px",
|
|
5269
5309
|
void 0
|
|
5270
|
-
), u =
|
|
5310
|
+
), u = ma(t, n);
|
|
5271
5311
|
return {
|
|
5272
5312
|
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
5273
5313
|
nodes: {
|
|
@@ -5278,7 +5318,7 @@ function la(t, n) {
|
|
|
5278
5318
|
}
|
|
5279
5319
|
};
|
|
5280
5320
|
}
|
|
5281
|
-
function
|
|
5321
|
+
function ma(t, n) {
|
|
5282
5322
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5283
5323
|
if (!o) {
|
|
5284
5324
|
console.error(
|
|
@@ -5337,7 +5377,7 @@ function It(t, n, e, o, s, r, a, c, u) {
|
|
|
5337
5377
|
const Yt = K(X);
|
|
5338
5378
|
Yt.key = "backgroundColor";
|
|
5339
5379
|
Yt.name = "x-runtime-lib.backgroundColor";
|
|
5340
|
-
const
|
|
5380
|
+
const Rn = {
|
|
5341
5381
|
key: "settings",
|
|
5342
5382
|
name: "x-runtime-lib.settings",
|
|
5343
5383
|
children: [
|
|
@@ -5510,10 +5550,10 @@ const Wn = {
|
|
|
5510
5550
|
}, Ne = {
|
|
5511
5551
|
key: "common_flex_layout_v1",
|
|
5512
5552
|
name: "x-runtime-lib.flexLayout",
|
|
5513
|
-
comp:
|
|
5553
|
+
comp: Bs,
|
|
5514
5554
|
properties: {
|
|
5515
|
-
pageCommon: [y, Y, Le, ze, Te,
|
|
5516
|
-
compCommon: [y, Y, Le, ze, Te,
|
|
5555
|
+
pageCommon: [y, Y, Le, ze, Te, Rn],
|
|
5556
|
+
compCommon: [y, Y, Le, ze, Te, Rn]
|
|
5517
5557
|
},
|
|
5518
5558
|
events: [
|
|
5519
5559
|
{
|
|
@@ -5521,10 +5561,10 @@ const Wn = {
|
|
|
5521
5561
|
name: "x-runtime-lib.click"
|
|
5522
5562
|
}
|
|
5523
5563
|
],
|
|
5524
|
-
spawn:
|
|
5564
|
+
spawn: ua
|
|
5525
5565
|
};
|
|
5526
|
-
|
|
5527
|
-
const
|
|
5566
|
+
w(Ne);
|
|
5567
|
+
const Kn = {
|
|
5528
5568
|
key: "settings",
|
|
5529
5569
|
name: "x-runtime-lib.settings",
|
|
5530
5570
|
children: [
|
|
@@ -5645,7 +5685,7 @@ const Rn = {
|
|
|
5645
5685
|
default: ""
|
|
5646
5686
|
}
|
|
5647
5687
|
]
|
|
5648
|
-
},
|
|
5688
|
+
}, Dn = {
|
|
5649
5689
|
key: "slots",
|
|
5650
5690
|
name: "x-runtime-lib.slots",
|
|
5651
5691
|
children: [
|
|
@@ -5677,10 +5717,10 @@ const Rn = {
|
|
|
5677
5717
|
}, St = {
|
|
5678
5718
|
key: "common_text_field_v1",
|
|
5679
5719
|
name: "x-runtime-lib.textField",
|
|
5680
|
-
comp:
|
|
5720
|
+
comp: ul,
|
|
5681
5721
|
properties: {
|
|
5682
|
-
pageCommon: [y,
|
|
5683
|
-
compCommon: [y,
|
|
5722
|
+
pageCommon: [y, Kn, Dn],
|
|
5723
|
+
compCommon: [y, Kn, Dn]
|
|
5684
5724
|
},
|
|
5685
5725
|
events: [],
|
|
5686
5726
|
methods: [],
|
|
@@ -5704,8 +5744,8 @@ const Rn = {
|
|
|
5704
5744
|
],
|
|
5705
5745
|
leaf: !0
|
|
5706
5746
|
};
|
|
5707
|
-
|
|
5708
|
-
function
|
|
5747
|
+
w(St);
|
|
5748
|
+
function pa(t, n) {
|
|
5709
5749
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5710
5750
|
if (!o) {
|
|
5711
5751
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
@@ -5718,7 +5758,7 @@ function ca(t, n) {
|
|
|
5718
5758
|
}
|
|
5719
5759
|
const r = T();
|
|
5720
5760
|
A(r, s), r.basic.id = z(16), r.basic.key = $t.key;
|
|
5721
|
-
const a =
|
|
5761
|
+
const a = da(t, n);
|
|
5722
5762
|
return {
|
|
5723
5763
|
nodeLite: E(r, [a.nodeLite]),
|
|
5724
5764
|
nodes: {
|
|
@@ -5727,7 +5767,7 @@ function ca(t, n) {
|
|
|
5727
5767
|
}
|
|
5728
5768
|
};
|
|
5729
5769
|
}
|
|
5730
|
-
function
|
|
5770
|
+
function da(t, n) {
|
|
5731
5771
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5732
5772
|
if (!o) {
|
|
5733
5773
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
@@ -5746,7 +5786,7 @@ function ua(t, n) {
|
|
|
5746
5786
|
}
|
|
5747
5787
|
};
|
|
5748
5788
|
}
|
|
5749
|
-
const
|
|
5789
|
+
const On = {
|
|
5750
5790
|
key: "settings",
|
|
5751
5791
|
name: "x-runtime-lib.settings",
|
|
5752
5792
|
children: [
|
|
@@ -5767,10 +5807,10 @@ const Dn = {
|
|
|
5767
5807
|
}, $t = {
|
|
5768
5808
|
key: "common_form_v1",
|
|
5769
5809
|
name: "x-runtime-lib.form",
|
|
5770
|
-
comp:
|
|
5810
|
+
comp: Rs,
|
|
5771
5811
|
properties: {
|
|
5772
|
-
pageCommon: [y, Y, Le, ze, Te,
|
|
5773
|
-
compCommon: [y, Y, Le, ze, Te,
|
|
5812
|
+
pageCommon: [y, Y, Le, ze, Te, On],
|
|
5813
|
+
compCommon: [y, Y, Le, ze, Te, On]
|
|
5774
5814
|
},
|
|
5775
5815
|
events: [
|
|
5776
5816
|
{
|
|
@@ -5778,10 +5818,10 @@ const Dn = {
|
|
|
5778
5818
|
name: "x-runtime-lib.submit"
|
|
5779
5819
|
}
|
|
5780
5820
|
],
|
|
5781
|
-
spawn:
|
|
5821
|
+
spawn: pa
|
|
5782
5822
|
};
|
|
5783
|
-
|
|
5784
|
-
const
|
|
5823
|
+
w($t);
|
|
5824
|
+
const fa = K(X), Fn = {
|
|
5785
5825
|
key: "settings",
|
|
5786
5826
|
name: "x-runtime-lib.settings",
|
|
5787
5827
|
children: [
|
|
@@ -5804,23 +5844,23 @@ const ma = K(X), On = {
|
|
|
5804
5844
|
items: "sizeItemsV1",
|
|
5805
5845
|
default: "default"
|
|
5806
5846
|
},
|
|
5807
|
-
|
|
5847
|
+
fa
|
|
5808
5848
|
]
|
|
5809
|
-
},
|
|
5849
|
+
}, ya = {
|
|
5810
5850
|
key: "common_icon_v1",
|
|
5811
5851
|
name: "x-runtime-lib.icon",
|
|
5812
|
-
comp:
|
|
5852
|
+
comp: Ks,
|
|
5813
5853
|
properties: {
|
|
5814
|
-
pageCommon: [y,
|
|
5815
|
-
compCommon: [y,
|
|
5854
|
+
pageCommon: [y, Fn],
|
|
5855
|
+
compCommon: [y, Fn]
|
|
5816
5856
|
},
|
|
5817
5857
|
leaf: !0
|
|
5818
5858
|
};
|
|
5819
|
-
|
|
5820
|
-
const
|
|
5859
|
+
w(ya);
|
|
5860
|
+
const ba = {
|
|
5821
5861
|
key: "common_menu_v1",
|
|
5822
5862
|
name: "x-runtime-lib.menu",
|
|
5823
|
-
comp:
|
|
5863
|
+
comp: Os,
|
|
5824
5864
|
properties: {
|
|
5825
5865
|
pageCommon: [y],
|
|
5826
5866
|
compCommon: [y]
|
|
@@ -5837,8 +5877,8 @@ const da = {
|
|
|
5837
5877
|
],
|
|
5838
5878
|
teleport: !0
|
|
5839
5879
|
};
|
|
5840
|
-
|
|
5841
|
-
function
|
|
5880
|
+
w(ba);
|
|
5881
|
+
function ga(t, n) {
|
|
5842
5882
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5843
5883
|
if (!o) {
|
|
5844
5884
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
@@ -5857,7 +5897,7 @@ function fa(t, n) {
|
|
|
5857
5897
|
}
|
|
5858
5898
|
};
|
|
5859
5899
|
}
|
|
5860
|
-
const
|
|
5900
|
+
const Nn = {
|
|
5861
5901
|
key: "size",
|
|
5862
5902
|
name: "x-runtime-lib.size",
|
|
5863
5903
|
children: [
|
|
@@ -5883,7 +5923,7 @@ const Fn = {
|
|
|
5883
5923
|
default: ""
|
|
5884
5924
|
}
|
|
5885
5925
|
]
|
|
5886
|
-
},
|
|
5926
|
+
}, jn = {
|
|
5887
5927
|
key: "settings",
|
|
5888
5928
|
name: "x-runtime-lib.settings",
|
|
5889
5929
|
children: [
|
|
@@ -6027,10 +6067,10 @@ const Fn = {
|
|
|
6027
6067
|
}, Ct = {
|
|
6028
6068
|
key: "common_number_input_v1",
|
|
6029
6069
|
name: "x-runtime-lib.numberInput",
|
|
6030
|
-
comp:
|
|
6070
|
+
comp: Fs,
|
|
6031
6071
|
properties: {
|
|
6032
|
-
pageCommon: [y,
|
|
6033
|
-
compCommon: [y,
|
|
6072
|
+
pageCommon: [y, Nn, jn],
|
|
6073
|
+
compCommon: [y, Nn, jn]
|
|
6034
6074
|
},
|
|
6035
6075
|
events: [
|
|
6036
6076
|
{
|
|
@@ -6055,10 +6095,10 @@ const Fn = {
|
|
|
6055
6095
|
}
|
|
6056
6096
|
],
|
|
6057
6097
|
leaf: !0,
|
|
6058
|
-
spawn:
|
|
6098
|
+
spawn: ga
|
|
6059
6099
|
};
|
|
6060
|
-
|
|
6061
|
-
const
|
|
6100
|
+
w(Ct);
|
|
6101
|
+
const Gn = {
|
|
6062
6102
|
key: "settings",
|
|
6063
6103
|
name: "x-runtime-lib.settings",
|
|
6064
6104
|
children: [
|
|
@@ -6121,18 +6161,18 @@ const jn = {
|
|
|
6121
6161
|
default: !1
|
|
6122
6162
|
}
|
|
6123
6163
|
]
|
|
6124
|
-
},
|
|
6164
|
+
}, ha = {
|
|
6125
6165
|
key: "common_pagination_v1",
|
|
6126
6166
|
name: "x-runtime-lib.pagination",
|
|
6127
|
-
comp:
|
|
6167
|
+
comp: Ns,
|
|
6128
6168
|
properties: {
|
|
6129
|
-
pageCommon: [y,
|
|
6130
|
-
compCommon: [y,
|
|
6169
|
+
pageCommon: [y, Gn],
|
|
6170
|
+
compCommon: [y, Gn]
|
|
6131
6171
|
},
|
|
6132
6172
|
leaf: !0
|
|
6133
6173
|
};
|
|
6134
|
-
|
|
6135
|
-
const
|
|
6174
|
+
w(ha);
|
|
6175
|
+
const _a = K(X), Hn = {
|
|
6136
6176
|
key: "settings",
|
|
6137
6177
|
name: "x-runtime-lib.settings",
|
|
6138
6178
|
children: [
|
|
@@ -6167,20 +6207,20 @@ const ba = K(X), Gn = {
|
|
|
6167
6207
|
items: "densityItemsV1",
|
|
6168
6208
|
default: "default"
|
|
6169
6209
|
},
|
|
6170
|
-
|
|
6210
|
+
_a
|
|
6171
6211
|
]
|
|
6172
6212
|
}, Vt = {
|
|
6173
6213
|
key: "common_radio_v1",
|
|
6174
6214
|
name: "x-runtime-lib.radio",
|
|
6175
|
-
comp:
|
|
6215
|
+
comp: js,
|
|
6176
6216
|
properties: {
|
|
6177
|
-
pageCommon: [y,
|
|
6178
|
-
compCommon: [y,
|
|
6217
|
+
pageCommon: [y, Hn],
|
|
6218
|
+
compCommon: [y, Hn]
|
|
6179
6219
|
},
|
|
6180
6220
|
leaf: !0
|
|
6181
6221
|
};
|
|
6182
|
-
|
|
6183
|
-
function
|
|
6222
|
+
w(Vt);
|
|
6223
|
+
function va(t, n) {
|
|
6184
6224
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6185
6225
|
if (!o) {
|
|
6186
6226
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -6229,7 +6269,7 @@ function ct(t, n, e, o) {
|
|
|
6229
6269
|
}
|
|
6230
6270
|
};
|
|
6231
6271
|
}
|
|
6232
|
-
const
|
|
6272
|
+
const Un = {
|
|
6233
6273
|
key: "settings",
|
|
6234
6274
|
name: "x-runtime-lib.settings",
|
|
6235
6275
|
children: [
|
|
@@ -6275,15 +6315,15 @@ const Hn = {
|
|
|
6275
6315
|
}, Pt = {
|
|
6276
6316
|
key: "common_radio_group_v1",
|
|
6277
6317
|
name: "x-runtime-lib.radioGroup",
|
|
6278
|
-
comp:
|
|
6318
|
+
comp: Gs,
|
|
6279
6319
|
properties: {
|
|
6280
|
-
pageCommon: [y,
|
|
6281
|
-
compCommon: [y,
|
|
6320
|
+
pageCommon: [y, Un],
|
|
6321
|
+
compCommon: [y, Un]
|
|
6282
6322
|
},
|
|
6283
|
-
spawn:
|
|
6323
|
+
spawn: va
|
|
6284
6324
|
};
|
|
6285
|
-
|
|
6286
|
-
const
|
|
6325
|
+
w(Pt);
|
|
6326
|
+
const Jn = {
|
|
6287
6327
|
key: "settings",
|
|
6288
6328
|
name: "x-runtime-lib.settings",
|
|
6289
6329
|
children: [
|
|
@@ -6400,18 +6440,18 @@ const Un = {
|
|
|
6400
6440
|
]
|
|
6401
6441
|
}
|
|
6402
6442
|
]
|
|
6403
|
-
},
|
|
6443
|
+
}, xa = {
|
|
6404
6444
|
key: "common_range_slider_v1",
|
|
6405
6445
|
name: "x-runtime-lib.rangeSlider",
|
|
6406
|
-
comp:
|
|
6446
|
+
comp: Hs,
|
|
6407
6447
|
properties: {
|
|
6408
|
-
pageCommon: [y,
|
|
6409
|
-
compCommon: [y,
|
|
6448
|
+
pageCommon: [y, Jn],
|
|
6449
|
+
compCommon: [y, Jn]
|
|
6410
6450
|
},
|
|
6411
6451
|
leaf: !0
|
|
6412
6452
|
};
|
|
6413
|
-
|
|
6414
|
-
const
|
|
6453
|
+
w(xa);
|
|
6454
|
+
const qn = {
|
|
6415
6455
|
key: "settings",
|
|
6416
6456
|
name: "x-runtime-lib.settings",
|
|
6417
6457
|
children: [
|
|
@@ -6466,18 +6506,18 @@ const Jn = {
|
|
|
6466
6506
|
default: !1
|
|
6467
6507
|
}
|
|
6468
6508
|
]
|
|
6469
|
-
},
|
|
6509
|
+
}, ka = {
|
|
6470
6510
|
key: "common_rating_v1",
|
|
6471
6511
|
name: "x-runtime-lib.rating",
|
|
6472
|
-
comp:
|
|
6512
|
+
comp: Us,
|
|
6473
6513
|
properties: {
|
|
6474
|
-
pageCommon: [y,
|
|
6475
|
-
compCommon: [y,
|
|
6514
|
+
pageCommon: [y, qn],
|
|
6515
|
+
compCommon: [y, qn]
|
|
6476
6516
|
},
|
|
6477
6517
|
leaf: !0
|
|
6478
6518
|
};
|
|
6479
|
-
|
|
6480
|
-
const
|
|
6519
|
+
w(ka);
|
|
6520
|
+
const Xn = {
|
|
6481
6521
|
key: "settings",
|
|
6482
6522
|
name: "x-runtime-lib.settings",
|
|
6483
6523
|
children: [
|
|
@@ -6518,17 +6558,17 @@ const qn = {
|
|
|
6518
6558
|
default: !1
|
|
6519
6559
|
}
|
|
6520
6560
|
]
|
|
6521
|
-
},
|
|
6561
|
+
}, wa = {
|
|
6522
6562
|
key: "common_select_v1",
|
|
6523
6563
|
name: "x-runtime-lib.select",
|
|
6524
|
-
comp:
|
|
6564
|
+
comp: Js,
|
|
6525
6565
|
properties: {
|
|
6526
|
-
pageCommon: [y,
|
|
6527
|
-
compCommon: [y,
|
|
6566
|
+
pageCommon: [y, Xn],
|
|
6567
|
+
compCommon: [y, Xn]
|
|
6528
6568
|
},
|
|
6529
6569
|
leaf: !0
|
|
6530
6570
|
};
|
|
6531
|
-
|
|
6571
|
+
w(wa);
|
|
6532
6572
|
const Zt = K(X);
|
|
6533
6573
|
Zt.key = "color";
|
|
6534
6574
|
Zt.name = "x-runtime-lib.color";
|
|
@@ -6538,7 +6578,7 @@ Qt.name = "x-runtime-lib.trackColor";
|
|
|
6538
6578
|
const en = K(X);
|
|
6539
6579
|
en.key = "thumbColor";
|
|
6540
6580
|
en.name = "x-runtime-lib.thumbColor";
|
|
6541
|
-
const
|
|
6581
|
+
const Yn = {
|
|
6542
6582
|
key: "settings",
|
|
6543
6583
|
name: "x-runtime-lib.settings",
|
|
6544
6584
|
children: [
|
|
@@ -6647,7 +6687,7 @@ const Xn = {
|
|
|
6647
6687
|
Qt,
|
|
6648
6688
|
en
|
|
6649
6689
|
]
|
|
6650
|
-
},
|
|
6690
|
+
}, Zn = {
|
|
6651
6691
|
key: "slots",
|
|
6652
6692
|
name: "x-runtime-lib.slots",
|
|
6653
6693
|
children: [
|
|
@@ -6664,28 +6704,28 @@ const Xn = {
|
|
|
6664
6704
|
default: void 0
|
|
6665
6705
|
}
|
|
6666
6706
|
]
|
|
6667
|
-
},
|
|
6707
|
+
}, Ia = {
|
|
6668
6708
|
key: "common_slider_v1",
|
|
6669
6709
|
name: "x-runtime-lib.slider",
|
|
6670
|
-
comp:
|
|
6710
|
+
comp: qs,
|
|
6671
6711
|
properties: {
|
|
6672
|
-
pageCommon: [y,
|
|
6673
|
-
compCommon: [y,
|
|
6712
|
+
pageCommon: [y, Yn, Zn],
|
|
6713
|
+
compCommon: [y, Yn, Zn]
|
|
6674
6714
|
},
|
|
6675
6715
|
leaf: !0
|
|
6676
6716
|
};
|
|
6677
|
-
|
|
6717
|
+
w(Ia);
|
|
6678
6718
|
const Lt = {
|
|
6679
6719
|
key: "common_stepper_header_v1",
|
|
6680
6720
|
name: "x-runtime-lib.stepperHeader",
|
|
6681
|
-
comp:
|
|
6721
|
+
comp: Qs,
|
|
6682
6722
|
properties: {
|
|
6683
6723
|
pageCommon: [y],
|
|
6684
6724
|
compCommon: [y]
|
|
6685
6725
|
}
|
|
6686
6726
|
};
|
|
6687
|
-
|
|
6688
|
-
const
|
|
6727
|
+
w(Lt);
|
|
6728
|
+
const Qn = {
|
|
6689
6729
|
key: "settings",
|
|
6690
6730
|
name: "x-runtime-lib.settings",
|
|
6691
6731
|
children: [
|
|
@@ -6699,24 +6739,24 @@ const Zn = {
|
|
|
6699
6739
|
}, zt = {
|
|
6700
6740
|
key: "common_stepper_item_v1",
|
|
6701
6741
|
name: "x-runtime-lib.stepperItem",
|
|
6702
|
-
comp:
|
|
6742
|
+
comp: el,
|
|
6703
6743
|
properties: {
|
|
6704
|
-
pageCommon: [y,
|
|
6705
|
-
compCommon: [y,
|
|
6744
|
+
pageCommon: [y, Qn],
|
|
6745
|
+
compCommon: [y, Qn]
|
|
6706
6746
|
}
|
|
6707
6747
|
};
|
|
6708
|
-
|
|
6748
|
+
w(zt);
|
|
6709
6749
|
const Tt = {
|
|
6710
6750
|
key: "common_stepper_window_v1",
|
|
6711
6751
|
name: "x-runtime-lib.stepperWindow",
|
|
6712
|
-
comp:
|
|
6752
|
+
comp: ol,
|
|
6713
6753
|
properties: {
|
|
6714
6754
|
pageCommon: [y],
|
|
6715
6755
|
compCommon: [y]
|
|
6716
6756
|
}
|
|
6717
6757
|
};
|
|
6718
|
-
|
|
6719
|
-
const
|
|
6758
|
+
w(Tt);
|
|
6759
|
+
const eo = {
|
|
6720
6760
|
key: "settings",
|
|
6721
6761
|
name: "x-runtime-lib.settings",
|
|
6722
6762
|
children: [
|
|
@@ -6730,14 +6770,14 @@ const Qn = {
|
|
|
6730
6770
|
}, Et = {
|
|
6731
6771
|
key: "common_stepper_window_item_v1",
|
|
6732
6772
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6733
|
-
comp:
|
|
6773
|
+
comp: il,
|
|
6734
6774
|
properties: {
|
|
6735
|
-
pageCommon: [y,
|
|
6736
|
-
compCommon: [y,
|
|
6775
|
+
pageCommon: [y, eo],
|
|
6776
|
+
compCommon: [y, eo]
|
|
6737
6777
|
}
|
|
6738
6778
|
};
|
|
6739
|
-
|
|
6740
|
-
function
|
|
6779
|
+
w(Et);
|
|
6780
|
+
function Sa(t, n) {
|
|
6741
6781
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6742
6782
|
if (!o) {
|
|
6743
6783
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
@@ -6750,7 +6790,7 @@ function ka(t, n) {
|
|
|
6750
6790
|
}
|
|
6751
6791
|
const r = T();
|
|
6752
6792
|
A(r, s), r.basic.id = z(16), r.basic.key = At.key;
|
|
6753
|
-
const a =
|
|
6793
|
+
const a = $a(t, n), c = Ca(t, n);
|
|
6754
6794
|
return {
|
|
6755
6795
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
6756
6796
|
nodes: {
|
|
@@ -6760,7 +6800,7 @@ function ka(t, n) {
|
|
|
6760
6800
|
}
|
|
6761
6801
|
};
|
|
6762
6802
|
}
|
|
6763
|
-
function
|
|
6803
|
+
function $a(t, n) {
|
|
6764
6804
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6765
6805
|
if (!o) {
|
|
6766
6806
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
@@ -6803,7 +6843,7 @@ function ut(t, n, e) {
|
|
|
6803
6843
|
}
|
|
6804
6844
|
};
|
|
6805
6845
|
}
|
|
6806
|
-
function
|
|
6846
|
+
function Ca(t, n) {
|
|
6807
6847
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6808
6848
|
if (!o) {
|
|
6809
6849
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
@@ -6844,7 +6884,7 @@ function mt(t, n, e, o) {
|
|
|
6844
6884
|
}
|
|
6845
6885
|
const c = T();
|
|
6846
6886
|
A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
|
|
6847
|
-
const u =
|
|
6887
|
+
const u = Va(t, n, o);
|
|
6848
6888
|
return {
|
|
6849
6889
|
nodeLite: E(c, [u.nodeLite]),
|
|
6850
6890
|
nodes: {
|
|
@@ -6853,7 +6893,7 @@ function mt(t, n, e, o) {
|
|
|
6853
6893
|
}
|
|
6854
6894
|
};
|
|
6855
6895
|
}
|
|
6856
|
-
function
|
|
6896
|
+
function Va(t, n, e) {
|
|
6857
6897
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
6858
6898
|
if (!s) {
|
|
6859
6899
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6872,7 +6912,7 @@ function Sa(t, n, e) {
|
|
|
6872
6912
|
}
|
|
6873
6913
|
};
|
|
6874
6914
|
}
|
|
6875
|
-
const
|
|
6915
|
+
const to = {
|
|
6876
6916
|
key: "settings",
|
|
6877
6917
|
name: "x-runtime-lib.settings",
|
|
6878
6918
|
children: [
|
|
@@ -6892,26 +6932,26 @@ const eo = {
|
|
|
6892
6932
|
}, At = {
|
|
6893
6933
|
key: "common_stepper_v1",
|
|
6894
6934
|
name: "x-runtime-lib.stepper",
|
|
6895
|
-
comp:
|
|
6935
|
+
comp: Xs,
|
|
6896
6936
|
properties: {
|
|
6897
|
-
pageCommon: [y,
|
|
6898
|
-
compCommon: [y,
|
|
6937
|
+
pageCommon: [y, to],
|
|
6938
|
+
compCommon: [y, to]
|
|
6899
6939
|
},
|
|
6900
|
-
spawn:
|
|
6940
|
+
spawn: Sa
|
|
6901
6941
|
};
|
|
6902
|
-
|
|
6903
|
-
const
|
|
6942
|
+
w(At);
|
|
6943
|
+
const Pa = {
|
|
6904
6944
|
key: "common_switch_v1",
|
|
6905
6945
|
name: "x-runtime-lib.switch",
|
|
6906
|
-
comp:
|
|
6946
|
+
comp: rl,
|
|
6907
6947
|
properties: {
|
|
6908
6948
|
pageCommon: [y],
|
|
6909
6949
|
compCommon: [y]
|
|
6910
6950
|
},
|
|
6911
6951
|
leaf: !0
|
|
6912
6952
|
};
|
|
6913
|
-
|
|
6914
|
-
const
|
|
6953
|
+
w(Pa);
|
|
6954
|
+
const no = {
|
|
6915
6955
|
key: "settings",
|
|
6916
6956
|
name: "x-runtime-lib.settings",
|
|
6917
6957
|
children: [
|
|
@@ -6931,15 +6971,15 @@ const to = {
|
|
|
6931
6971
|
}, Mt = {
|
|
6932
6972
|
key: "common_tab_v1",
|
|
6933
6973
|
name: "x-runtime-lib.tab",
|
|
6934
|
-
comp:
|
|
6974
|
+
comp: sl,
|
|
6935
6975
|
properties: {
|
|
6936
|
-
pageCommon: [y,
|
|
6937
|
-
compCommon: [y,
|
|
6976
|
+
pageCommon: [y, no],
|
|
6977
|
+
compCommon: [y, no]
|
|
6938
6978
|
},
|
|
6939
6979
|
leaf: !0
|
|
6940
6980
|
};
|
|
6941
|
-
|
|
6942
|
-
function
|
|
6981
|
+
w(Mt);
|
|
6982
|
+
function La(t, n) {
|
|
6943
6983
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6944
6984
|
if (!o) {
|
|
6945
6985
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
@@ -6991,7 +7031,7 @@ nn.name = "x-runtime-lib.selectedColor";
|
|
|
6991
7031
|
const on = K(X);
|
|
6992
7032
|
on.key = "sliderColor";
|
|
6993
7033
|
on.name = "x-runtime-lib.sliderColor";
|
|
6994
|
-
const
|
|
7034
|
+
const oo = {
|
|
6995
7035
|
key: "settings",
|
|
6996
7036
|
name: "x-runtime-lib.settings",
|
|
6997
7037
|
children: [
|
|
@@ -7073,15 +7113,15 @@ const no = {
|
|
|
7073
7113
|
}, Bt = {
|
|
7074
7114
|
key: "common_tabs_v1",
|
|
7075
7115
|
name: "x-runtime-lib.tabs",
|
|
7076
|
-
comp:
|
|
7116
|
+
comp: ll,
|
|
7077
7117
|
properties: {
|
|
7078
|
-
pageCommon: [y,
|
|
7079
|
-
compCommon: [y,
|
|
7118
|
+
pageCommon: [y, oo],
|
|
7119
|
+
compCommon: [y, oo]
|
|
7080
7120
|
},
|
|
7081
|
-
spawn:
|
|
7121
|
+
spawn: La
|
|
7082
7122
|
};
|
|
7083
|
-
|
|
7084
|
-
function
|
|
7123
|
+
w(Bt);
|
|
7124
|
+
function za(t, n) {
|
|
7085
7125
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7086
7126
|
if (!o) {
|
|
7087
7127
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
@@ -7100,7 +7140,7 @@ function Va(t, n) {
|
|
|
7100
7140
|
}
|
|
7101
7141
|
};
|
|
7102
7142
|
}
|
|
7103
|
-
const
|
|
7143
|
+
const io = {
|
|
7104
7144
|
key: "settings",
|
|
7105
7145
|
name: "x-runtime-lib.settings",
|
|
7106
7146
|
children: [
|
|
@@ -7189,16 +7229,16 @@ const oo = {
|
|
|
7189
7229
|
}, Ie = {
|
|
7190
7230
|
key: "common_text_v1",
|
|
7191
7231
|
name: "x-runtime-lib.text",
|
|
7192
|
-
comp:
|
|
7232
|
+
comp: al,
|
|
7193
7233
|
properties: {
|
|
7194
|
-
pageCommon: [y,
|
|
7195
|
-
compCommon: [y,
|
|
7234
|
+
pageCommon: [y, io],
|
|
7235
|
+
compCommon: [y, io]
|
|
7196
7236
|
},
|
|
7197
7237
|
leaf: !0,
|
|
7198
|
-
spawn:
|
|
7238
|
+
spawn: za
|
|
7199
7239
|
};
|
|
7200
|
-
|
|
7201
|
-
function
|
|
7240
|
+
w(Ie);
|
|
7241
|
+
function Ta(t, n) {
|
|
7202
7242
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7203
7243
|
if (!o) {
|
|
7204
7244
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
@@ -7217,7 +7257,7 @@ function Pa(t, n) {
|
|
|
7217
7257
|
}
|
|
7218
7258
|
};
|
|
7219
7259
|
}
|
|
7220
|
-
const
|
|
7260
|
+
const ro = {
|
|
7221
7261
|
key: "settings",
|
|
7222
7262
|
name: "x-runtime-lib.settings",
|
|
7223
7263
|
children: [
|
|
@@ -7291,26 +7331,26 @@ const io = {
|
|
|
7291
7331
|
}, Wt = {
|
|
7292
7332
|
key: "common_textarea_v1",
|
|
7293
7333
|
name: "x-runtime-lib.textarea",
|
|
7294
|
-
comp:
|
|
7334
|
+
comp: cl,
|
|
7295
7335
|
properties: {
|
|
7296
|
-
pageCommon: [y,
|
|
7297
|
-
compCommon: [y,
|
|
7336
|
+
pageCommon: [y, ro],
|
|
7337
|
+
compCommon: [y, ro]
|
|
7298
7338
|
},
|
|
7299
7339
|
leaf: !0,
|
|
7300
|
-
spawn:
|
|
7340
|
+
spawn: Ta
|
|
7301
7341
|
};
|
|
7302
|
-
|
|
7342
|
+
w(Wt);
|
|
7303
7343
|
const Rt = {
|
|
7304
7344
|
key: "common_timeline_item_v1",
|
|
7305
7345
|
name: "x-runtime-lib.timelineItem",
|
|
7306
|
-
comp:
|
|
7346
|
+
comp: fl,
|
|
7307
7347
|
properties: {
|
|
7308
7348
|
pageCommon: [y],
|
|
7309
7349
|
compCommon: [y]
|
|
7310
7350
|
}
|
|
7311
7351
|
};
|
|
7312
|
-
|
|
7313
|
-
function
|
|
7352
|
+
w(Rt);
|
|
7353
|
+
function Ea(t, n) {
|
|
7314
7354
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7315
7355
|
if (!o) {
|
|
7316
7356
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
@@ -7347,7 +7387,7 @@ function dt(t, n, e) {
|
|
|
7347
7387
|
}
|
|
7348
7388
|
const a = T();
|
|
7349
7389
|
A(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
|
|
7350
|
-
const c =
|
|
7390
|
+
const c = Aa(t, n, e);
|
|
7351
7391
|
return {
|
|
7352
7392
|
nodeLite: E(a, [c.nodeLite]),
|
|
7353
7393
|
nodes: {
|
|
@@ -7356,7 +7396,7 @@ function dt(t, n, e) {
|
|
|
7356
7396
|
}
|
|
7357
7397
|
};
|
|
7358
7398
|
}
|
|
7359
|
-
function
|
|
7399
|
+
function Aa(t, n, e) {
|
|
7360
7400
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7361
7401
|
if (!s) {
|
|
7362
7402
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7375,7 +7415,7 @@ function za(t, n, e) {
|
|
|
7375
7415
|
}
|
|
7376
7416
|
};
|
|
7377
7417
|
}
|
|
7378
|
-
const
|
|
7418
|
+
const Ma = K(X), Ba = K(X), so = {
|
|
7379
7419
|
key: "settings",
|
|
7380
7420
|
name: "x-runtime-lib.settings",
|
|
7381
7421
|
children: [
|
|
@@ -7423,7 +7463,7 @@ const Ta = K(X), Ea = K(X), ro = {
|
|
|
7423
7463
|
ui: "switch",
|
|
7424
7464
|
default: !1
|
|
7425
7465
|
},
|
|
7426
|
-
|
|
7466
|
+
Ma
|
|
7427
7467
|
]
|
|
7428
7468
|
},
|
|
7429
7469
|
{
|
|
@@ -7449,32 +7489,32 @@ const Ta = K(X), Ea = K(X), ro = {
|
|
|
7449
7489
|
ui: "numInput",
|
|
7450
7490
|
default: 0
|
|
7451
7491
|
},
|
|
7452
|
-
|
|
7492
|
+
Ba
|
|
7453
7493
|
]
|
|
7454
7494
|
}
|
|
7455
7495
|
]
|
|
7456
7496
|
}, Kt = {
|
|
7457
7497
|
key: "common_timeline_v1",
|
|
7458
7498
|
name: "x-runtime-lib.timeline",
|
|
7459
|
-
comp:
|
|
7499
|
+
comp: ml,
|
|
7460
7500
|
properties: {
|
|
7461
|
-
pageCommon: [y,
|
|
7462
|
-
compCommon: [y,
|
|
7501
|
+
pageCommon: [y, so],
|
|
7502
|
+
compCommon: [y, so]
|
|
7463
7503
|
},
|
|
7464
|
-
spawn:
|
|
7504
|
+
spawn: Ea
|
|
7465
7505
|
};
|
|
7466
|
-
|
|
7506
|
+
w(Kt);
|
|
7467
7507
|
const Dt = {
|
|
7468
7508
|
key: "common_window_item_v1",
|
|
7469
7509
|
name: "x-runtime-lib.windowItem",
|
|
7470
|
-
comp:
|
|
7510
|
+
comp: hl,
|
|
7471
7511
|
properties: {
|
|
7472
7512
|
pageCommon: [y],
|
|
7473
7513
|
compCommon: [y]
|
|
7474
7514
|
}
|
|
7475
7515
|
};
|
|
7476
|
-
|
|
7477
|
-
function
|
|
7516
|
+
w(Dt);
|
|
7517
|
+
function Wa(t, n) {
|
|
7478
7518
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7479
7519
|
if (!o) {
|
|
7480
7520
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
@@ -7511,7 +7551,7 @@ function ft(t, n, e) {
|
|
|
7511
7551
|
}
|
|
7512
7552
|
const a = T();
|
|
7513
7553
|
A(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
|
|
7514
|
-
const c =
|
|
7554
|
+
const c = Ra(t, n, e);
|
|
7515
7555
|
return {
|
|
7516
7556
|
nodeLite: E(a, [c.nodeLite]),
|
|
7517
7557
|
nodes: {
|
|
@@ -7520,7 +7560,7 @@ function ft(t, n, e) {
|
|
|
7520
7560
|
}
|
|
7521
7561
|
};
|
|
7522
7562
|
}
|
|
7523
|
-
function
|
|
7563
|
+
function Ra(t, n, e) {
|
|
7524
7564
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7525
7565
|
if (!s) {
|
|
7526
7566
|
console.error(
|
|
@@ -7535,7 +7575,7 @@ function Ma(t, n, e) {
|
|
|
7535
7575
|
}
|
|
7536
7576
|
const a = T();
|
|
7537
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";
|
|
7538
|
-
const c =
|
|
7578
|
+
const c = Ka(t, n, e);
|
|
7539
7579
|
return {
|
|
7540
7580
|
nodeLite: E(a, [c.nodeLite]),
|
|
7541
7581
|
nodes: {
|
|
@@ -7544,7 +7584,7 @@ function Ma(t, n, e) {
|
|
|
7544
7584
|
}
|
|
7545
7585
|
};
|
|
7546
7586
|
}
|
|
7547
|
-
function
|
|
7587
|
+
function Ka(t, n, e) {
|
|
7548
7588
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7549
7589
|
if (!s) {
|
|
7550
7590
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7563,7 +7603,7 @@ function Ba(t, n, e) {
|
|
|
7563
7603
|
}
|
|
7564
7604
|
};
|
|
7565
7605
|
}
|
|
7566
|
-
const
|
|
7606
|
+
const lo = {
|
|
7567
7607
|
key: "settings",
|
|
7568
7608
|
name: "x-runtime-lib.settings",
|
|
7569
7609
|
children: [
|
|
@@ -7614,41 +7654,41 @@ const so = {
|
|
|
7614
7654
|
}, Ot = {
|
|
7615
7655
|
key: "common_window_v1",
|
|
7616
7656
|
name: "x-runtime-lib.window",
|
|
7617
|
-
comp:
|
|
7657
|
+
comp: yl,
|
|
7618
7658
|
properties: {
|
|
7619
|
-
pageCommon: [y,
|
|
7620
|
-
compCommon: [y,
|
|
7659
|
+
pageCommon: [y, lo],
|
|
7660
|
+
compCommon: [y, lo]
|
|
7621
7661
|
},
|
|
7622
|
-
spawn:
|
|
7662
|
+
spawn: Wa
|
|
7623
7663
|
};
|
|
7624
|
-
|
|
7625
|
-
const
|
|
7664
|
+
w(Ot);
|
|
7665
|
+
const Da = [
|
|
7626
7666
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7627
7667
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7628
7668
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7629
7669
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7630
|
-
],
|
|
7670
|
+
], Oa = [
|
|
7631
7671
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7632
7672
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7633
7673
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7634
7674
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7635
|
-
],
|
|
7675
|
+
], Fa = [
|
|
7636
7676
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7637
7677
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7638
7678
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7639
7679
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7640
|
-
],
|
|
7680
|
+
], Na = [
|
|
7641
7681
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7642
7682
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7643
7683
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7644
|
-
],
|
|
7684
|
+
], ja = [
|
|
7645
7685
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7646
7686
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7647
7687
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7648
|
-
],
|
|
7688
|
+
], Ga = [
|
|
7649
7689
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7650
7690
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7651
|
-
],
|
|
7691
|
+
], Ha = [
|
|
7652
7692
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7653
7693
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7654
7694
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7656,20 +7696,20 @@ const Wa = [
|
|
|
7656
7696
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7657
7697
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7658
7698
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7659
|
-
],
|
|
7699
|
+
], Ua = [
|
|
7660
7700
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7661
7701
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7662
7702
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7663
7703
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7664
7704
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7665
7705
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7666
|
-
],
|
|
7706
|
+
], Ja = [
|
|
7667
7707
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7668
7708
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7669
7709
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7670
7710
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7671
7711
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7672
|
-
],
|
|
7712
|
+
], qa = [
|
|
7673
7713
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7674
7714
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7675
7715
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7677,12 +7717,12 @@ const Wa = [
|
|
|
7677
7717
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7678
7718
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7679
7719
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7680
|
-
],
|
|
7720
|
+
], Xa = [
|
|
7681
7721
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7682
7722
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7683
7723
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7684
7724
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7685
|
-
],
|
|
7725
|
+
], Ya = [
|
|
7686
7726
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7687
7727
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7688
7728
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7690,24 +7730,24 @@ const Wa = [
|
|
|
7690
7730
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7691
7731
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7692
7732
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7693
|
-
],
|
|
7733
|
+
], Za = [
|
|
7694
7734
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7695
7735
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7696
7736
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7697
7737
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7698
7738
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7699
7739
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7700
|
-
],
|
|
7740
|
+
], Qa = [
|
|
7701
7741
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7702
7742
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7703
7743
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7704
|
-
],
|
|
7744
|
+
], ec = [
|
|
7705
7745
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7706
7746
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7707
7747
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7708
7748
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7709
7749
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7710
|
-
],
|
|
7750
|
+
], tc = [
|
|
7711
7751
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7712
7752
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7713
7753
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7715,18 +7755,18 @@ const Wa = [
|
|
|
7715
7755
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7716
7756
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7717
7757
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7718
|
-
],
|
|
7758
|
+
], nc = [
|
|
7719
7759
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7720
7760
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7721
7761
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7722
7762
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7723
7763
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7724
|
-
],
|
|
7764
|
+
], oc = [
|
|
7725
7765
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7726
7766
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7727
7767
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7728
7768
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7729
|
-
],
|
|
7769
|
+
], ic = [
|
|
7730
7770
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7731
7771
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7732
7772
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7741,7 +7781,7 @@ const Wa = [
|
|
|
7741
7781
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7742
7782
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7743
7783
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7744
|
-
],
|
|
7784
|
+
], rc = [
|
|
7745
7785
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7746
7786
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7747
7787
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7752,53 +7792,53 @@ const Wa = [
|
|
|
7752
7792
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7753
7793
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7754
7794
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7755
|
-
],
|
|
7795
|
+
], sc = [
|
|
7756
7796
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7757
7797
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7758
7798
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7759
|
-
],
|
|
7799
|
+
], lc = [
|
|
7760
7800
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7761
7801
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7762
|
-
],
|
|
7802
|
+
], ac = [
|
|
7763
7803
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7764
7804
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7765
|
-
],
|
|
7805
|
+
], cc = [
|
|
7766
7806
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7767
7807
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7768
7808
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7769
|
-
],
|
|
7809
|
+
], uc = [
|
|
7770
7810
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7771
7811
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7772
7812
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7773
7813
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7774
|
-
],
|
|
7814
|
+
], mc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7775
7815
|
__proto__: null,
|
|
7776
|
-
alignTabsItemsV1:
|
|
7777
|
-
axisTypeItemsV1:
|
|
7778
|
-
borderStyleItemsV1:
|
|
7779
|
-
colorModeItemsV1:
|
|
7780
|
-
densityItemsV1:
|
|
7781
|
-
directionItemsV1:
|
|
7782
|
-
fieldVariantItemsV1:
|
|
7783
|
-
flexCrossAlignItemsV1:
|
|
7784
|
-
flexDirectionItemsV1:
|
|
7785
|
-
flexMainAlignItemsV1:
|
|
7786
|
-
flexWrapItemsV1:
|
|
7787
|
-
fontWeightItemsV1:
|
|
7788
|
-
sheetVariantItemsV1:
|
|
7789
|
-
showTicksItemsV1:
|
|
7790
|
-
sizeItemsV1:
|
|
7791
|
-
textAlignItemsV1:
|
|
7792
|
-
textDecorationItemsV1:
|
|
7793
|
-
textEmphasisItemsV1:
|
|
7794
|
-
textStyleItemsV1:
|
|
7795
|
-
themeColorItemsV1:
|
|
7796
|
-
thumbLabelItemsV1:
|
|
7797
|
-
timelineAlignItemsV1:
|
|
7798
|
-
timelineDirectionItemsV1:
|
|
7799
|
-
timelineSideItemsV1:
|
|
7800
|
-
timelineTruncateLineItemsV1:
|
|
7801
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
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 = [
|
|
7802
7842
|
{
|
|
7803
7843
|
title: "x-runtime-lib.notSet",
|
|
7804
7844
|
value: "",
|
|
@@ -7838,7 +7878,7 @@ const Wa = [
|
|
|
7838
7878
|
max: 1 / 0,
|
|
7839
7879
|
step: 1
|
|
7840
7880
|
}
|
|
7841
|
-
],
|
|
7881
|
+
], dc = [
|
|
7842
7882
|
{
|
|
7843
7883
|
title: "x-runtime-lib.notSet",
|
|
7844
7884
|
value: "",
|
|
@@ -7860,7 +7900,7 @@ const Wa = [
|
|
|
7860
7900
|
validator: (t) => t === "right",
|
|
7861
7901
|
default: "right"
|
|
7862
7902
|
}
|
|
7863
|
-
],
|
|
7903
|
+
], fc = [
|
|
7864
7904
|
{
|
|
7865
7905
|
title: "x-runtime-lib.notSet",
|
|
7866
7906
|
value: "",
|
|
@@ -7890,7 +7930,7 @@ const Wa = [
|
|
|
7890
7930
|
precision: 6,
|
|
7891
7931
|
default: "0%"
|
|
7892
7932
|
}
|
|
7893
|
-
],
|
|
7933
|
+
], yc = [
|
|
7894
7934
|
{
|
|
7895
7935
|
title: "x-runtime-lib.notSet",
|
|
7896
7936
|
value: "",
|
|
@@ -7915,7 +7955,7 @@ const Wa = [
|
|
|
7915
7955
|
min: 0,
|
|
7916
7956
|
default: "0%"
|
|
7917
7957
|
}
|
|
7918
|
-
],
|
|
7958
|
+
], bc = [
|
|
7919
7959
|
{
|
|
7920
7960
|
title: "x-runtime-lib.notSet",
|
|
7921
7961
|
value: "",
|
|
@@ -7940,7 +7980,7 @@ const Wa = [
|
|
|
7940
7980
|
min: 0,
|
|
7941
7981
|
default: "0%"
|
|
7942
7982
|
}
|
|
7943
|
-
],
|
|
7983
|
+
], gc = [
|
|
7944
7984
|
{
|
|
7945
7985
|
title: "x-runtime-lib.notSet",
|
|
7946
7986
|
value: "",
|
|
@@ -7969,7 +8009,7 @@ const Wa = [
|
|
|
7969
8009
|
validator: (t) => t === "end",
|
|
7970
8010
|
default: "end"
|
|
7971
8011
|
}
|
|
7972
|
-
],
|
|
8012
|
+
], hc = [
|
|
7973
8013
|
{
|
|
7974
8014
|
title: "x-runtime-lib.notSet",
|
|
7975
8015
|
value: "",
|
|
@@ -7991,16 +8031,16 @@ const Wa = [
|
|
|
7991
8031
|
validator: (t) => t === "bottom",
|
|
7992
8032
|
default: "bottom"
|
|
7993
8033
|
}
|
|
7994
|
-
],
|
|
8034
|
+
], _c = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7995
8035
|
__proto__: null,
|
|
7996
|
-
borderWidthTypesV1:
|
|
7997
|
-
leftRightTypesV1:
|
|
7998
|
-
marginTypesV1:
|
|
7999
|
-
paddingTypesV1:
|
|
8000
|
-
sizeTypesV1:
|
|
8001
|
-
tableColumnAlignTypesV1:
|
|
8002
|
-
topBottomTypesV1:
|
|
8003
|
-
}, 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 = [
|
|
8004
8044
|
{
|
|
8005
8045
|
key: "containment",
|
|
8006
8046
|
name: "x-runtime-lib.containment",
|
|
@@ -8079,7 +8119,7 @@ const Wa = [
|
|
|
8079
8119
|
name: "x-runtime-lib.dynamic",
|
|
8080
8120
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8081
8121
|
}
|
|
8082
|
-
],
|
|
8122
|
+
], xc = [
|
|
8083
8123
|
{
|
|
8084
8124
|
key: "objects",
|
|
8085
8125
|
name: "x-runtime-lib.objects",
|
|
@@ -8114,7 +8154,7 @@ const Wa = [
|
|
|
8114
8154
|
"scene_keyboard_controls_v1"
|
|
8115
8155
|
]
|
|
8116
8156
|
}
|
|
8117
|
-
],
|
|
8157
|
+
], kc = [
|
|
8118
8158
|
{
|
|
8119
8159
|
key: "containment",
|
|
8120
8160
|
name: "x-runtime-lib.containment",
|
|
@@ -8193,7 +8233,7 @@ const Wa = [
|
|
|
8193
8233
|
name: "x-runtime-lib.dynamic",
|
|
8194
8234
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8195
8235
|
}
|
|
8196
|
-
],
|
|
8236
|
+
], wc = [
|
|
8197
8237
|
{
|
|
8198
8238
|
key: "objects",
|
|
8199
8239
|
name: "x-runtime-lib.objects",
|
|
@@ -8228,12 +8268,12 @@ const Wa = [
|
|
|
8228
8268
|
"scene_keyboard_controls_v1"
|
|
8229
8269
|
]
|
|
8230
8270
|
}
|
|
8231
|
-
],
|
|
8271
|
+
], Ic = {
|
|
8232
8272
|
version: "v1",
|
|
8233
8273
|
globalityKey: "globality_v1",
|
|
8234
8274
|
refKey: "reference_v1",
|
|
8235
|
-
items: { ...
|
|
8236
|
-
types: { ...
|
|
8275
|
+
items: { ...mc },
|
|
8276
|
+
types: { ..._c },
|
|
8237
8277
|
elements: /* @__PURE__ */ new Set([
|
|
8238
8278
|
"globality_v1",
|
|
8239
8279
|
"multiple_ref_v1",
|
|
@@ -8305,27 +8345,27 @@ const Wa = [
|
|
|
8305
8345
|
"scene_spot_light_v1"
|
|
8306
8346
|
]),
|
|
8307
8347
|
groups: {
|
|
8308
|
-
pageCommon:
|
|
8309
|
-
pageScene:
|
|
8310
|
-
compCommon:
|
|
8311
|
-
compScene:
|
|
8348
|
+
pageCommon: kc,
|
|
8349
|
+
pageScene: wc,
|
|
8350
|
+
compCommon: vc,
|
|
8351
|
+
compScene: xc
|
|
8312
8352
|
}
|
|
8313
|
-
},
|
|
8314
|
-
v1:
|
|
8353
|
+
}, Sc = {
|
|
8354
|
+
v1: Ic
|
|
8315
8355
|
};
|
|
8316
8356
|
function B(t, n) {
|
|
8317
8357
|
if (t === "page") {
|
|
8318
|
-
if (!
|
|
8358
|
+
if (!Ci.includes(n)) {
|
|
8319
8359
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8320
8360
|
return;
|
|
8321
8361
|
}
|
|
8322
|
-
} else if (t === "comp" &&
|
|
8362
|
+
} else if (t === "comp" && !Vi.includes(n)) {
|
|
8323
8363
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8324
8364
|
return;
|
|
8325
8365
|
}
|
|
8326
|
-
return `${t}${
|
|
8366
|
+
return `${t}${vi(n)}`;
|
|
8327
8367
|
}
|
|
8328
|
-
function
|
|
8368
|
+
function ao(t, n) {
|
|
8329
8369
|
if (t.array)
|
|
8330
8370
|
return n ? K(t.default) : K(t.defaultArray);
|
|
8331
8371
|
{
|
|
@@ -8338,21 +8378,21 @@ function A(t, n) {
|
|
|
8338
8378
|
if (s.ui) {
|
|
8339
8379
|
if (s.ui === "strInput" && s.static)
|
|
8340
8380
|
return;
|
|
8341
|
-
o[s.key] =
|
|
8381
|
+
o[s.key] = ao(s);
|
|
8342
8382
|
} else
|
|
8343
|
-
s.array ? o[s.key] =
|
|
8383
|
+
s.array ? o[s.key] = ao(s) : s.children.forEach((r) => {
|
|
8344
8384
|
o[s.key] || (o[s.key] = {}), e(o[s.key], r);
|
|
8345
8385
|
});
|
|
8346
8386
|
}
|
|
8347
8387
|
n.forEach((o) => e(t, o));
|
|
8348
8388
|
}
|
|
8349
|
-
function
|
|
8389
|
+
function du(t, n, e, o, s) {
|
|
8350
8390
|
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = B(t, n);
|
|
8351
8391
|
if (!a) {
|
|
8352
8392
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8353
8393
|
return;
|
|
8354
8394
|
}
|
|
8355
|
-
const c =
|
|
8395
|
+
const c = Sc[e];
|
|
8356
8396
|
if (!c) {
|
|
8357
8397
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
8358
8398
|
return;
|
|
@@ -8413,7 +8453,7 @@ function uu(t, n, e, o, s) {
|
|
|
8413
8453
|
}
|
|
8414
8454
|
}
|
|
8415
8455
|
}
|
|
8416
|
-
function
|
|
8456
|
+
function fu(t, n) {
|
|
8417
8457
|
function e(o) {
|
|
8418
8458
|
if (o.id === n)
|
|
8419
8459
|
return o;
|
|
@@ -8430,7 +8470,7 @@ function mu(t, n) {
|
|
|
8430
8470
|
return s;
|
|
8431
8471
|
}
|
|
8432
8472
|
}
|
|
8433
|
-
function
|
|
8473
|
+
function $c(t) {
|
|
8434
8474
|
const n = {}, e = (r) => {
|
|
8435
8475
|
const a = z(16);
|
|
8436
8476
|
n[r.id] = a, r.id = a, r.children?.map((c) => e(c));
|
|
@@ -8442,69 +8482,69 @@ function wc(t) {
|
|
|
8442
8482
|
a.basic.id = n[a.basic.id], s[a.basic.id] = a;
|
|
8443
8483
|
}), { nodeLite: o, nodes: s };
|
|
8444
8484
|
}
|
|
8445
|
-
function
|
|
8446
|
-
return t.map((n) =>
|
|
8447
|
-
}
|
|
8448
|
-
const To = "runtimeOrg", Eo = "runtimeEnv", Ao = "runtimeMode", Mo = "runtimeDevice", Bo = "runtimeDark", Wo = "runtimeType", Ro = "runtimeData", Ko = "runtimeDepends", Do = "runtimeRuntime", Oo = "runtimeSandbox";
|
|
8449
|
-
function du(t) {
|
|
8450
|
-
me(To, t);
|
|
8451
|
-
}
|
|
8452
|
-
function Ic() {
|
|
8453
|
-
return ue(To);
|
|
8485
|
+
function yu(t) {
|
|
8486
|
+
return t.map((n) => $c(n));
|
|
8454
8487
|
}
|
|
8455
|
-
|
|
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) {
|
|
8456
8490
|
me(Eo, t);
|
|
8457
8491
|
}
|
|
8458
|
-
function
|
|
8492
|
+
function Cc() {
|
|
8459
8493
|
return ue(Eo);
|
|
8460
8494
|
}
|
|
8461
|
-
function
|
|
8495
|
+
function gu(t) {
|
|
8462
8496
|
me(Ao, t);
|
|
8463
8497
|
}
|
|
8464
|
-
function
|
|
8498
|
+
function Vc() {
|
|
8465
8499
|
return ue(Ao);
|
|
8466
8500
|
}
|
|
8467
|
-
function
|
|
8468
|
-
me(Mo,
|
|
8501
|
+
function hu(t) {
|
|
8502
|
+
me(Mo, t);
|
|
8469
8503
|
}
|
|
8470
|
-
function
|
|
8504
|
+
function J() {
|
|
8471
8505
|
return ue(Mo);
|
|
8472
8506
|
}
|
|
8473
|
-
function
|
|
8507
|
+
function _u(t) {
|
|
8474
8508
|
me(Bo, Nt(t));
|
|
8475
8509
|
}
|
|
8476
|
-
function
|
|
8510
|
+
function Be() {
|
|
8477
8511
|
return ue(Bo);
|
|
8478
8512
|
}
|
|
8479
|
-
function
|
|
8480
|
-
me(Wo, t);
|
|
8513
|
+
function vu(t) {
|
|
8514
|
+
me(Wo, Nt(t));
|
|
8481
8515
|
}
|
|
8482
|
-
function
|
|
8516
|
+
function Ue() {
|
|
8483
8517
|
return ue(Wo);
|
|
8484
8518
|
}
|
|
8485
|
-
function
|
|
8519
|
+
function xu(t) {
|
|
8486
8520
|
me(Ro, t);
|
|
8487
8521
|
}
|
|
8488
|
-
function
|
|
8522
|
+
function he() {
|
|
8489
8523
|
return ue(Ro);
|
|
8490
8524
|
}
|
|
8491
|
-
function
|
|
8492
|
-
me(Ko,
|
|
8525
|
+
function No(t) {
|
|
8526
|
+
me(Ko, t);
|
|
8493
8527
|
}
|
|
8494
|
-
function
|
|
8528
|
+
function _e() {
|
|
8495
8529
|
return ue(Ko);
|
|
8496
8530
|
}
|
|
8497
|
-
function
|
|
8498
|
-
me(Do, t);
|
|
8531
|
+
function ku(t) {
|
|
8532
|
+
me(Do, Nt(t));
|
|
8499
8533
|
}
|
|
8500
|
-
function
|
|
8534
|
+
function Pc() {
|
|
8501
8535
|
return ue(Do);
|
|
8502
8536
|
}
|
|
8503
|
-
function
|
|
8537
|
+
function wu(t) {
|
|
8504
8538
|
me(Oo, t);
|
|
8505
8539
|
}
|
|
8540
|
+
function Lc() {
|
|
8541
|
+
return ue(Oo);
|
|
8542
|
+
}
|
|
8543
|
+
function zc(t) {
|
|
8544
|
+
me(Fo, t);
|
|
8545
|
+
}
|
|
8506
8546
|
function ve() {
|
|
8507
|
-
return ue(
|
|
8547
|
+
return ue(Fo, void 0);
|
|
8508
8548
|
}
|
|
8509
8549
|
function Re(t) {
|
|
8510
8550
|
const n = [t.type];
|
|
@@ -8514,7 +8554,7 @@ function qe(t, n, e, o, s) {
|
|
|
8514
8554
|
const { watchEffect: r, bind: a } = n;
|
|
8515
8555
|
if (r[e])
|
|
8516
8556
|
for (const c of r[e]) {
|
|
8517
|
-
const u =
|
|
8557
|
+
const u = xi(c);
|
|
8518
8558
|
t.callFunction(`__watchEffect$${u}__`);
|
|
8519
8559
|
}
|
|
8520
8560
|
if (a.triggers[e])
|
|
@@ -8528,14 +8568,14 @@ function qe(t, n, e, o, s) {
|
|
|
8528
8568
|
for (const m of u)
|
|
8529
8569
|
if (e === Re(m)) {
|
|
8530
8570
|
if (m.subKeys) {
|
|
8531
|
-
if (!
|
|
8532
|
-
|
|
8533
|
-
|
|
8571
|
+
if (!pe(
|
|
8572
|
+
ke(o, m.subKeys),
|
|
8573
|
+
ke(s, m.subKeys)
|
|
8534
8574
|
)) {
|
|
8535
8575
|
p = m;
|
|
8536
8576
|
break;
|
|
8537
8577
|
}
|
|
8538
|
-
} else if (!
|
|
8578
|
+
} else if (!pe(o, s)) {
|
|
8539
8579
|
p = m;
|
|
8540
8580
|
break;
|
|
8541
8581
|
}
|
|
@@ -8543,7 +8583,7 @@ function qe(t, n, e, o, s) {
|
|
|
8543
8583
|
if (!p)
|
|
8544
8584
|
continue;
|
|
8545
8585
|
let d;
|
|
8546
|
-
p.subKeys ? d =
|
|
8586
|
+
p.subKeys ? d = ke(o, p.subKeys) : d = o;
|
|
8547
8587
|
for (const m of u)
|
|
8548
8588
|
if (m.subKeys) {
|
|
8549
8589
|
let f;
|
|
@@ -8562,8 +8602,8 @@ function qe(t, n, e, o, s) {
|
|
|
8562
8602
|
console.assert(!1);
|
|
8563
8603
|
continue;
|
|
8564
8604
|
}
|
|
8565
|
-
const g =
|
|
8566
|
-
if (
|
|
8605
|
+
const g = ke(f, m.subKeys);
|
|
8606
|
+
if (pe(d, g))
|
|
8567
8607
|
continue;
|
|
8568
8608
|
const b = K(f);
|
|
8569
8609
|
Gt(b, m.subKeys, K(d)), m.type === "elementProperty" ? t.setElementProperty(
|
|
@@ -8588,7 +8628,7 @@ function qe(t, n, e, o, s) {
|
|
|
8588
8628
|
console.assert(!1);
|
|
8589
8629
|
continue;
|
|
8590
8630
|
}
|
|
8591
|
-
if (
|
|
8631
|
+
if (pe(d, f))
|
|
8592
8632
|
continue;
|
|
8593
8633
|
m.type === "elementProperty" ? t.setElementProperty(
|
|
8594
8634
|
m.nodeId,
|
|
@@ -8598,10 +8638,10 @@ function qe(t, n, e, o, s) {
|
|
|
8598
8638
|
}
|
|
8599
8639
|
}
|
|
8600
8640
|
}
|
|
8601
|
-
function
|
|
8641
|
+
function Iu(t, n, e) {
|
|
8602
8642
|
return `${t}/${n}/${e}`;
|
|
8603
8643
|
}
|
|
8604
|
-
function
|
|
8644
|
+
function co(t) {
|
|
8605
8645
|
const n = t.split("/");
|
|
8606
8646
|
let e = "elementProperty";
|
|
8607
8647
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyId invalid kind id=${t}`);
|
|
@@ -8610,10 +8650,10 @@ function ao(t) {
|
|
|
8610
8650
|
let s = "";
|
|
8611
8651
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
|
|
8612
8652
|
}
|
|
8613
|
-
function
|
|
8653
|
+
function Su(t, n, e) {
|
|
8614
8654
|
return `${t}.${n}.${e}`;
|
|
8615
8655
|
}
|
|
8616
|
-
function
|
|
8656
|
+
function $u(t) {
|
|
8617
8657
|
const n = t.split(".");
|
|
8618
8658
|
let e = "";
|
|
8619
8659
|
n.length > 0 ? e = n[0] : console.error(
|
|
@@ -8630,10 +8670,10 @@ function Iu(t) {
|
|
|
8630
8670
|
propertyKey: s
|
|
8631
8671
|
};
|
|
8632
8672
|
}
|
|
8633
|
-
function
|
|
8673
|
+
function Cu(t, n, e) {
|
|
8634
8674
|
return `${t}.${n}.${e}`;
|
|
8635
8675
|
}
|
|
8636
|
-
function
|
|
8676
|
+
function Vu(t) {
|
|
8637
8677
|
const n = t.split(".");
|
|
8638
8678
|
let e = "";
|
|
8639
8679
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8642,10 +8682,10 @@ function $u(t) {
|
|
|
8642
8682
|
let s = "";
|
|
8643
8683
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyKeyOfCustomSlot invalid propertyId key=${t}`), { compId: e, slotId: o, propertyId: s };
|
|
8644
8684
|
}
|
|
8645
|
-
function
|
|
8685
|
+
function Tc(t, n, e) {
|
|
8646
8686
|
return `${t}/${n}/${e}`;
|
|
8647
8687
|
}
|
|
8648
|
-
function
|
|
8688
|
+
function jo(t) {
|
|
8649
8689
|
const n = t.split("/");
|
|
8650
8690
|
let e = "elementMethod";
|
|
8651
8691
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
|
|
@@ -8654,10 +8694,10 @@ function Fo(t) {
|
|
|
8654
8694
|
let s = "";
|
|
8655
8695
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
|
|
8656
8696
|
}
|
|
8657
|
-
function
|
|
8697
|
+
function Pu(t, n, e) {
|
|
8658
8698
|
return `${t}.${n}.${e}`;
|
|
8659
8699
|
}
|
|
8660
|
-
function
|
|
8700
|
+
function Lu(t) {
|
|
8661
8701
|
const n = t.split(".");
|
|
8662
8702
|
let e = "";
|
|
8663
8703
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8666,10 +8706,10 @@ function Vu(t) {
|
|
|
8666
8706
|
let s = "";
|
|
8667
8707
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: s };
|
|
8668
8708
|
}
|
|
8669
|
-
function
|
|
8709
|
+
function zu(t, n, e) {
|
|
8670
8710
|
return `${t}.${n}.${e}`;
|
|
8671
8711
|
}
|
|
8672
|
-
function
|
|
8712
|
+
function Tu(t) {
|
|
8673
8713
|
const n = t.split(".");
|
|
8674
8714
|
let e = "";
|
|
8675
8715
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8681,7 +8721,7 @@ function Lu(t) {
|
|
|
8681
8721
|
function oe(t, n, e) {
|
|
8682
8722
|
return `${t}/${n}/${e}`;
|
|
8683
8723
|
}
|
|
8684
|
-
function
|
|
8724
|
+
function Ec(t) {
|
|
8685
8725
|
const n = t.split("/");
|
|
8686
8726
|
let e = "elementEvent";
|
|
8687
8727
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
|
|
@@ -8690,10 +8730,10 @@ function Lc(t) {
|
|
|
8690
8730
|
let s = "";
|
|
8691
8731
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: s };
|
|
8692
8732
|
}
|
|
8693
|
-
function
|
|
8733
|
+
function Eu(t, n, e) {
|
|
8694
8734
|
return `${t}.${n}.${e}`;
|
|
8695
8735
|
}
|
|
8696
|
-
function
|
|
8736
|
+
function Au(t) {
|
|
8697
8737
|
const n = t.split(".");
|
|
8698
8738
|
let e = "";
|
|
8699
8739
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8702,10 +8742,10 @@ function Tu(t) {
|
|
|
8702
8742
|
let s = "";
|
|
8703
8743
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventKeyOfElementSlot invalid eventKey key=${t}`), { elementKey: e, slotKey: o, eventKey: s };
|
|
8704
8744
|
}
|
|
8705
|
-
function
|
|
8745
|
+
function Mu(t, n, e) {
|
|
8706
8746
|
return `${t}.${n}.${e}`;
|
|
8707
8747
|
}
|
|
8708
|
-
function
|
|
8748
|
+
function Bu(t) {
|
|
8709
8749
|
const n = t.split(".");
|
|
8710
8750
|
let e = "";
|
|
8711
8751
|
n.length > 0 ? e = n[0] : console.error(`makeEventKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8714,10 +8754,10 @@ function Au(t) {
|
|
|
8714
8754
|
let s = "";
|
|
8715
8755
|
return n.length > 2 ? s = n[2] : console.error(`makeEventKeyOfCustomSlot invalid eventId key=${t}`), { compId: e, slotId: o, eventId: s };
|
|
8716
8756
|
}
|
|
8717
|
-
function
|
|
8757
|
+
function Wu(t, n, e) {
|
|
8718
8758
|
return `${t}/${n}/${e}`;
|
|
8719
8759
|
}
|
|
8720
|
-
function
|
|
8760
|
+
function Ru(t) {
|
|
8721
8761
|
const n = t.split("/");
|
|
8722
8762
|
let e = "elementSlot";
|
|
8723
8763
|
n.length > 0 ? e = n[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
|
|
@@ -8727,19 +8767,23 @@ function Bu(t) {
|
|
|
8727
8767
|
return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
|
|
8728
8768
|
}
|
|
8729
8769
|
function rn(t, n) {
|
|
8730
|
-
const e =
|
|
8731
|
-
|
|
8770
|
+
const e = Pc(), o = ie(-1);
|
|
8771
|
+
fe(() => {
|
|
8772
|
+
if (!t) {
|
|
8773
|
+
o.value = -1, n.value = void 0;
|
|
8774
|
+
return;
|
|
8775
|
+
}
|
|
8732
8776
|
const s = e.value[t];
|
|
8733
8777
|
if (!s) {
|
|
8734
|
-
o.value = -1, n.value = void 0,
|
|
8778
|
+
o.value = -1, n.value = void 0, go.emit("compNotAvail", t);
|
|
8735
8779
|
return;
|
|
8736
8780
|
}
|
|
8737
8781
|
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = K(s.data));
|
|
8738
8782
|
});
|
|
8739
8783
|
}
|
|
8740
|
-
function
|
|
8784
|
+
function Ku() {
|
|
8741
8785
|
let t;
|
|
8742
|
-
const n = async () => (t = (await
|
|
8786
|
+
const n = async () => (t = (await ki()).newRuntime(), console.log("runtime created"), t);
|
|
8743
8787
|
return Ge(() => {
|
|
8744
8788
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
8745
8789
|
}), { createRuntime: n };
|
|
@@ -8779,7 +8823,7 @@ function je(t, n) {
|
|
|
8779
8823
|
return t.undefined;
|
|
8780
8824
|
}
|
|
8781
8825
|
}
|
|
8782
|
-
function
|
|
8826
|
+
function Ac(t) {
|
|
8783
8827
|
if (!t.vm) {
|
|
8784
8828
|
console.error("bindBase invalid sandbox vm");
|
|
8785
8829
|
return;
|
|
@@ -8813,11 +8857,11 @@ function zc(t) {
|
|
|
8813
8857
|
console.log(s, ...r);
|
|
8814
8858
|
}).consume((e) => n.setProp(n.global, "__consoleLogV1__", e)), n.newFunction("__debugTraceV1__", (e) => {
|
|
8815
8859
|
const o = n.dump(e);
|
|
8816
|
-
|
|
8860
|
+
go.emit("consoleAppend", o);
|
|
8817
8861
|
}).consume((e) => n.setProp(n.global, "__debugTraceV1__", e)), n.newFunction("__messageV1__", (e, o) => {
|
|
8818
8862
|
const s = n.getString(e), r = n.dump(o);
|
|
8819
8863
|
let a = "";
|
|
8820
|
-
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);
|
|
8821
8865
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
8822
8866
|
const s = n.getNumber(e), r = n.getNumber(o);
|
|
8823
8867
|
window.setTimeout(() => {
|
|
@@ -8840,18 +8884,18 @@ function zc(t) {
|
|
|
8840
8884
|
}, o), r.settled.then(n.runtime.executePendingJobs), r.handle;
|
|
8841
8885
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
8842
8886
|
}
|
|
8843
|
-
const
|
|
8887
|
+
const Go = ni({
|
|
8844
8888
|
baseUrl: "http://localhost/computebase/",
|
|
8845
8889
|
onError: (t) => {
|
|
8846
8890
|
const { i18n: n } = we;
|
|
8847
|
-
|
|
8891
|
+
_o(Si(n, t));
|
|
8848
8892
|
}
|
|
8849
8893
|
});
|
|
8850
|
-
window.API_URL && (
|
|
8851
|
-
function
|
|
8852
|
-
return
|
|
8894
|
+
window.API_URL && (Go.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8895
|
+
function Mc(t) {
|
|
8896
|
+
return Go.post("callFunc", t);
|
|
8853
8897
|
}
|
|
8854
|
-
function
|
|
8898
|
+
function Bc(t) {
|
|
8855
8899
|
if (!t.vm) {
|
|
8856
8900
|
console.error("bindCompute invalid sandbox vm");
|
|
8857
8901
|
return;
|
|
@@ -8859,7 +8903,7 @@ function Ec(t) {
|
|
|
8859
8903
|
const { vm: n } = t;
|
|
8860
8904
|
n.newFunction("__callFuncV1__", (e, o, s, r, a) => {
|
|
8861
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);
|
|
8862
|
-
return
|
|
8906
|
+
return Mc({
|
|
8863
8907
|
spaceId: c,
|
|
8864
8908
|
id: u,
|
|
8865
8909
|
strInputs: b,
|
|
@@ -8874,7 +8918,7 @@ function Ec(t) {
|
|
|
8874
8918
|
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
8875
8919
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
8876
8920
|
}
|
|
8877
|
-
function
|
|
8921
|
+
function Wc(t) {
|
|
8878
8922
|
if (!t.vm) {
|
|
8879
8923
|
console.error("bindSystem invalid sandbox vm");
|
|
8880
8924
|
return;
|
|
@@ -8882,7 +8926,7 @@ function Ac(t) {
|
|
|
8882
8926
|
const { vm: n } = t;
|
|
8883
8927
|
n.newFunction("__getEnvV1__", () => n.getProp(n.global, "__env__")).consume((e) => n.setProp(n.global, "__getEnvV1__", e));
|
|
8884
8928
|
}
|
|
8885
|
-
function
|
|
8929
|
+
function Rc(t) {
|
|
8886
8930
|
if (!t.vm) {
|
|
8887
8931
|
console.error("bindView invalid sandbox vm");
|
|
8888
8932
|
return;
|
|
@@ -8900,7 +8944,7 @@ function Mc(t) {
|
|
|
8900
8944
|
Ve(c, p, d);
|
|
8901
8945
|
}
|
|
8902
8946
|
}
|
|
8903
|
-
const s = n.getString(e), { kind: r, eventKey: a } =
|
|
8947
|
+
const s = n.getString(e), { kind: r, eventKey: a } = Ec(s);
|
|
8904
8948
|
if (r === "customEvent") {
|
|
8905
8949
|
var V = [];
|
|
8906
8950
|
try {
|
|
@@ -8938,7 +8982,7 @@ function Mc(t) {
|
|
|
8938
8982
|
}
|
|
8939
8983
|
}
|
|
8940
8984
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
8941
|
-
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);
|
|
8942
8986
|
let p;
|
|
8943
8987
|
if (a === "elementProperty")
|
|
8944
8988
|
p = t.getElementProperty(c, u.split("."));
|
|
@@ -8951,7 +8995,7 @@ function Mc(t) {
|
|
|
8951
8995
|
} else a === "customProperty" ? p = t.getCustomProperty(u) : a === "customSlotProperty" || (a === "adaptSlotElementProperty" || a === "adaptSlotCustomProperty" ? p = t.getAdaptSlotProperty(u) : console.assert(!1));
|
|
8952
8996
|
return je(n, p);
|
|
8953
8997
|
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
8954
|
-
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);
|
|
8955
8999
|
if (u === "elementProperty")
|
|
8956
9000
|
t.setElementProperty(p, d.split("."), c);
|
|
8957
9001
|
else if (u === "referenceProperty") {
|
|
@@ -8962,7 +9006,7 @@ function Mc(t) {
|
|
|
8962
9006
|
m && m.setCustomProperty(d, c);
|
|
8963
9007
|
} else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
|
|
8964
9008
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
8965
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } =
|
|
9009
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = jo(r);
|
|
8966
9010
|
let m;
|
|
8967
9011
|
if (u === "elementMethod")
|
|
8968
9012
|
m = t.callElementMethod(r, c);
|
|
@@ -8989,27 +9033,27 @@ function Mc(t) {
|
|
|
8989
9033
|
pageId: r
|
|
8990
9034
|
};
|
|
8991
9035
|
we.router.replace({ path: a, query: c });
|
|
8992
|
-
} else t.mode === "preview" &&
|
|
9036
|
+
} else t.mode === "preview" && ho(
|
|
8993
9037
|
we.i18n.global.t(
|
|
8994
9038
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
8995
9039
|
)
|
|
8996
9040
|
);
|
|
8997
9041
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
8998
9042
|
const s = n.getString(e), r = n.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
|
|
8999
|
-
return
|
|
9043
|
+
return oi({ title: s, text: r }).then((u) => {
|
|
9000
9044
|
Ee(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(a));
|
|
9001
9045
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9002
9046
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9003
9047
|
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: u, promise: p } = t.promiseManager.acquire();
|
|
9004
|
-
return
|
|
9048
|
+
return ii({ title: r, label: a, value: c }).then((d) => {
|
|
9005
9049
|
Ee(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
9006
9050
|
}), p.settled.then(n.runtime.executePendingJobs), p.handle;
|
|
9007
9051
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9008
9052
|
}
|
|
9009
|
-
function
|
|
9010
|
-
|
|
9053
|
+
function Kc(t) {
|
|
9054
|
+
Ac(t), Bc(t), Wc(t), Rc(t);
|
|
9011
9055
|
}
|
|
9012
|
-
const
|
|
9056
|
+
const Dc = `
|
|
9013
9057
|
let __events__ = {}
|
|
9014
9058
|
|
|
9015
9059
|
function __onEventV1__(id, callback) {
|
|
@@ -9093,7 +9137,7 @@ function __destroy__() {
|
|
|
9093
9137
|
__timers__ = {}
|
|
9094
9138
|
}
|
|
9095
9139
|
`;
|
|
9096
|
-
class
|
|
9140
|
+
class Oc {
|
|
9097
9141
|
vm;
|
|
9098
9142
|
promiseId = 0;
|
|
9099
9143
|
promises = {};
|
|
@@ -9111,7 +9155,7 @@ class Rc {
|
|
|
9111
9155
|
delete this.promises[n];
|
|
9112
9156
|
}
|
|
9113
9157
|
}
|
|
9114
|
-
class
|
|
9158
|
+
class Fc {
|
|
9115
9159
|
kind;
|
|
9116
9160
|
id;
|
|
9117
9161
|
refKey;
|
|
@@ -9121,7 +9165,7 @@ class Kc {
|
|
|
9121
9165
|
env;
|
|
9122
9166
|
mode;
|
|
9123
9167
|
type;
|
|
9124
|
-
eventBus =
|
|
9168
|
+
eventBus = wi();
|
|
9125
9169
|
hooks;
|
|
9126
9170
|
constructor(n, e, o, s, r, a, c, u, p) {
|
|
9127
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}'`);
|
|
@@ -9141,7 +9185,7 @@ class Kc {
|
|
|
9141
9185
|
vm;
|
|
9142
9186
|
promiseManager;
|
|
9143
9187
|
async createVm(n, e) {
|
|
9144
|
-
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(
|
|
9145
9189
|
"__triggerEventV1__",
|
|
9146
9190
|
oe("elementEvent", "globality", "startup")
|
|
9147
9191
|
);
|
|
@@ -9175,7 +9219,7 @@ class Kc {
|
|
|
9175
9219
|
);
|
|
9176
9220
|
return;
|
|
9177
9221
|
}
|
|
9178
|
-
return
|
|
9222
|
+
return ke(o, e);
|
|
9179
9223
|
}
|
|
9180
9224
|
setElementProperty(n, e, o) {
|
|
9181
9225
|
const s = this.data.value?.view.nodes[n];
|
|
@@ -9188,8 +9232,8 @@ class Kc {
|
|
|
9188
9232
|
);
|
|
9189
9233
|
return;
|
|
9190
9234
|
}
|
|
9191
|
-
const r =
|
|
9192
|
-
|
|
9235
|
+
const r = ke(s, e);
|
|
9236
|
+
pe(o, r) || (Gt(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9193
9237
|
s.basic.id,
|
|
9194
9238
|
e,
|
|
9195
9239
|
o,
|
|
@@ -9208,7 +9252,7 @@ class Kc {
|
|
|
9208
9252
|
}
|
|
9209
9253
|
setCustomProperty(n, e) {
|
|
9210
9254
|
const o = this.customProperties[n];
|
|
9211
|
-
|
|
9255
|
+
pe(e, o) || (this.customProperties[n] = e, this.hooks?.onCustomPropertyChange(n, e, o));
|
|
9212
9256
|
}
|
|
9213
9257
|
//--------------------------
|
|
9214
9258
|
// 适配的插槽属性
|
|
@@ -9222,7 +9266,7 @@ class Kc {
|
|
|
9222
9266
|
}
|
|
9223
9267
|
setAdaptSlotProperty(n, e) {
|
|
9224
9268
|
const o = this.adaptSlotProperties[n];
|
|
9225
|
-
|
|
9269
|
+
pe(e, o) || (this.adaptSlotProperties[n] = e, this.hooks?.onAdaptSlotPropertyChange(n, e, o));
|
|
9226
9270
|
}
|
|
9227
9271
|
//--------------------------
|
|
9228
9272
|
// 方法
|
|
@@ -9230,7 +9274,7 @@ class Kc {
|
|
|
9230
9274
|
callElementMethod(n, e) {
|
|
9231
9275
|
if (!ne(this.mode))
|
|
9232
9276
|
return;
|
|
9233
|
-
const { methodKey: o } =
|
|
9277
|
+
const { methodKey: o } = jo(n), s = {};
|
|
9234
9278
|
return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
|
|
9235
9279
|
}
|
|
9236
9280
|
callCustomMethod(n, e) {
|
|
@@ -9249,11 +9293,11 @@ class Kc {
|
|
|
9249
9293
|
}
|
|
9250
9294
|
setState(n, e) {
|
|
9251
9295
|
const o = this.states[n];
|
|
9252
|
-
|
|
9296
|
+
pe(e, o) || (this.states[n] = e, this.hooks?.onStateChange(n, e, o));
|
|
9253
9297
|
}
|
|
9254
9298
|
}
|
|
9255
9299
|
function sn(t, n, e, o, s) {
|
|
9256
|
-
const r =
|
|
9300
|
+
const r = Cc(), a = Vc(), c = J(), u = he(), p = Be(), d = Ue(), m = Lc(), f = (x, $, V, F) => {
|
|
9257
9301
|
if (ne(c) && (h.callFunction(
|
|
9258
9302
|
"__triggerEventV1__",
|
|
9259
9303
|
oe("elementPropertyChangeEvent", x, $.join(".")),
|
|
@@ -9317,13 +9361,13 @@ function sn(t, n, e, o, s) {
|
|
|
9317
9361
|
$,
|
|
9318
9362
|
V
|
|
9319
9363
|
));
|
|
9320
|
-
}, h = new
|
|
9364
|
+
}, h = new Fc(n, e, o, s, r, a, c, u, {
|
|
9321
9365
|
onElementPropertyChange: f,
|
|
9322
9366
|
onCustomPropertyChange: g,
|
|
9323
9367
|
onAdaptSlotPropertyChange: b,
|
|
9324
9368
|
onStateChange: v
|
|
9325
9369
|
});
|
|
9326
|
-
if (
|
|
9370
|
+
if (zc(h), Ge(() => {
|
|
9327
9371
|
h.dispose();
|
|
9328
9372
|
}), ne(c)) {
|
|
9329
9373
|
const x = async () => {
|
|
@@ -9357,141 +9401,142 @@ function sn(t, n, e, o, s) {
|
|
|
9357
9401
|
{ immediate: !0 }
|
|
9358
9402
|
);
|
|
9359
9403
|
}
|
|
9360
|
-
const
|
|
9404
|
+
const Nc = (t, n, e) => {
|
|
9361
9405
|
const o = t[n];
|
|
9362
9406
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
|
|
9363
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." : ""))));
|
|
9364
9408
|
});
|
|
9365
9409
|
};
|
|
9366
|
-
async function
|
|
9367
|
-
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;
|
|
9368
9412
|
}
|
|
9369
9413
|
export {
|
|
9370
|
-
|
|
9371
|
-
|
|
9372
|
-
|
|
9414
|
+
Qc as addIndent,
|
|
9415
|
+
zl as ambientLightV1,
|
|
9416
|
+
Xl as badgeV1,
|
|
9373
9417
|
gt as barChartV1,
|
|
9374
9418
|
yt as boxGeometryV1,
|
|
9375
|
-
|
|
9376
|
-
|
|
9377
|
-
|
|
9419
|
+
So as breakpoints,
|
|
9420
|
+
Ql as btnGroupV1,
|
|
9421
|
+
ea as btnToggleV1,
|
|
9378
9422
|
_t as btnV1,
|
|
9379
9423
|
Xe as calcBreakpoint,
|
|
9380
9424
|
Fe as cardV1,
|
|
9381
|
-
|
|
9425
|
+
na as checkboxV1,
|
|
9382
9426
|
xt as chipGroupV1,
|
|
9383
9427
|
vt as chipV1,
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
9428
|
+
ra as colorPickerV1,
|
|
9429
|
+
sa as comboboxV1,
|
|
9430
|
+
lu as compMetaStringify,
|
|
9431
|
+
Vi as compTypes,
|
|
9388
9432
|
kt as containerV1,
|
|
9389
|
-
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
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,
|
|
9397
9441
|
Ke as elements,
|
|
9398
|
-
|
|
9399
|
-
|
|
9442
|
+
eu as ensureContext,
|
|
9443
|
+
pu as fileInputV1,
|
|
9400
9444
|
wt as flexLayoutEntryV1,
|
|
9401
9445
|
Ne as flexLayoutV1,
|
|
9402
9446
|
$t as formV1,
|
|
9403
9447
|
z as genId,
|
|
9404
9448
|
We as getBreakpointProp,
|
|
9405
|
-
|
|
9449
|
+
ke as getField,
|
|
9406
9450
|
un as getIndexOfBreakpoint,
|
|
9407
|
-
|
|
9408
|
-
|
|
9451
|
+
fu as getNodeLite,
|
|
9452
|
+
ao as getPropertyDefault,
|
|
9409
9453
|
B as getPropertyTag,
|
|
9410
|
-
|
|
9411
|
-
|
|
9412
|
-
|
|
9454
|
+
ql as globalityV1,
|
|
9455
|
+
Ml as groupV1,
|
|
9456
|
+
ya as iconV1,
|
|
9413
9457
|
T as initNode,
|
|
9414
9458
|
A as initProperties,
|
|
9415
9459
|
Ue as injectDark,
|
|
9416
9460
|
_e as injectData,
|
|
9417
|
-
|
|
9461
|
+
Pc as injectDepends,
|
|
9418
9462
|
Be as injectDevice,
|
|
9419
|
-
|
|
9463
|
+
Vc as injectEnv,
|
|
9420
9464
|
J as injectMode,
|
|
9421
|
-
|
|
9422
|
-
|
|
9465
|
+
Cc as injectOrg,
|
|
9466
|
+
Lc as injectRuntime,
|
|
9423
9467
|
ve as injectSandbox,
|
|
9424
9468
|
he as injectType,
|
|
9425
|
-
|
|
9469
|
+
$o as isCircularRef,
|
|
9426
9470
|
ne as isExecutableMode,
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9471
|
+
zi as isLocaleOfEventKind,
|
|
9472
|
+
Li as isLocaleOfMethodKind,
|
|
9473
|
+
Pi as isLocaleOfPropertyKind,
|
|
9474
|
+
iu as isLocaleOfSlotKind,
|
|
9431
9475
|
jt as isPercentStr,
|
|
9432
9476
|
nt as isPixelStr,
|
|
9433
|
-
|
|
9477
|
+
kl as keyboardControlsV1,
|
|
9434
9478
|
ht as lineChartV1,
|
|
9435
|
-
|
|
9479
|
+
Du as loadLocaleMessageRuntime,
|
|
9436
9480
|
oe as makeEventId,
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
|
-
|
|
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,
|
|
9446
9490
|
Re as makeTriggerId,
|
|
9447
|
-
|
|
9448
|
-
|
|
9491
|
+
wl as mapControlsV1,
|
|
9492
|
+
ba as menuV1,
|
|
9449
9493
|
De as meshBasicMaterialV1,
|
|
9450
9494
|
Oe as meshV1,
|
|
9451
|
-
|
|
9495
|
+
Rl as multipleRefV1,
|
|
9452
9496
|
Ct as numberInputV1,
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
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,
|
|
9461
9505
|
at as parsePercentStr,
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
-
|
|
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,
|
|
9476
9520
|
Pt as radioGroupV1,
|
|
9477
9521
|
Vt as radioV1,
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9522
|
+
xa as rangeSliderV1,
|
|
9523
|
+
ka as ratingV1,
|
|
9524
|
+
Kl as referenceV1,
|
|
9525
|
+
Dl as renderSwitchV1,
|
|
9526
|
+
$i as reverseBreakpoints,
|
|
9527
|
+
wa as selectV1,
|
|
9484
9528
|
Gt as setField,
|
|
9485
|
-
|
|
9486
|
-
|
|
9529
|
+
Ia as sliderV1,
|
|
9530
|
+
Ol as slotV1,
|
|
9531
|
+
du as spawnNode,
|
|
9487
9532
|
bt as sphereGeometryV1,
|
|
9488
|
-
|
|
9533
|
+
Al as spotLightV1,
|
|
9489
9534
|
Lt as stepperHeaderV1,
|
|
9490
9535
|
zt as stepperItemV1,
|
|
9491
9536
|
At as stepperV1,
|
|
9492
9537
|
Et as stepperWindowItemV1,
|
|
9493
9538
|
Tt as stepperWindowV1,
|
|
9494
|
-
|
|
9539
|
+
Pa as switchV1,
|
|
9495
9540
|
Mt as tabV1,
|
|
9496
9541
|
Bt as tabsV1,
|
|
9497
9542
|
St as textFieldV1,
|
|
@@ -9499,23 +9544,23 @@ export {
|
|
|
9499
9544
|
Wt as textareaV1,
|
|
9500
9545
|
Rt as timelineItemV1,
|
|
9501
9546
|
Kt as timelineV1,
|
|
9502
|
-
|
|
9503
|
-
|
|
9547
|
+
mu as toEventName,
|
|
9548
|
+
uu as toMethodName,
|
|
9504
9549
|
E as toNodeLite,
|
|
9505
|
-
|
|
9550
|
+
cu as toPropertyName,
|
|
9506
9551
|
qe as triggerReactivity,
|
|
9507
|
-
|
|
9508
|
-
|
|
9509
|
-
|
|
9510
|
-
|
|
9511
|
-
|
|
9512
|
-
|
|
9513
|
-
|
|
9514
|
-
|
|
9515
|
-
|
|
9516
|
-
|
|
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,
|
|
9517
9562
|
rn as useDepend,
|
|
9518
|
-
|
|
9563
|
+
Ku as useRuntime,
|
|
9519
9564
|
sn as useSandbox,
|
|
9520
9565
|
Dt as windowItemV1,
|
|
9521
9566
|
Ot as windowV1
|