x-runtime-lib 0.8.112 → 0.8.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/composables/common/depend.d.ts +2 -2
- package/dist/index.js +687 -682
- package/dist/types/props.d.ts +1 -1
- package/dist/utils/misc.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,12 +29,12 @@ var Ce = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as
|
|
33
|
-
import { globalObjects as we, waitUtil as yo, useViewStack as bo, eventBus as go, messageInfo as
|
|
34
|
-
import { CameraHelper as vo, DirectionalLightHelper as
|
|
35
|
-
import { c as K, i as pe, a as He, K as
|
|
36
|
-
import { useTheme as
|
|
37
|
-
import { getErrorMessage as
|
|
32
|
+
import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Jo, onBeforeMount as qo, onUnmounted as Ge, ref as ie, watchEffect as fe, watch as ce, createBlock as S, withCtx as I, createCommentVNode as le, useTemplateRef as uo, onMounted as mo, nextTick as po, useAttrs as Xo, h as xe, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as Yo, useId as fo, withModifiers as Zo, normalizeClass as Qo, toDisplayString as ei, inject as ue, provide as me, readonly as Nt } from "vue";
|
|
33
|
+
import { globalObjects as we, waitUtil as yo, useViewStack as bo, eventBus as go, messageInfo as ti, messageSuccess as ni, messageWarning as ho, messageError as _o, createAxios as oi, openConfirmDlg as ii, openPromptDlg as ri } from "x-essential-lib";
|
|
34
|
+
import { CameraHelper as vo, DirectionalLightHelper as si, PointLightHelper as li, SpotLightHelper as ai } from "three";
|
|
35
|
+
import { c as K, i as pe, a as He, K as ci, M as ui, O as mi, u as pi, r as xo, e as ko, b as di, d as fi, f as yi, g as bi, h as gi, j as hi, k as _i, l as vi, m as wo, n as xi, o as ki, p as wi, q as Ii } from "./vendor.nccqfajx.js";
|
|
36
|
+
import { useTheme as Si } from "vuetify";
|
|
37
|
+
import { getErrorMessage as $i } from "x-error-lib";
|
|
38
38
|
import { useI18n as Io } from "vue-i18n";
|
|
39
39
|
const cn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
40
40
|
function z(t) {
|
|
@@ -57,7 +57,7 @@ function jt(t) {
|
|
|
57
57
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
58
58
|
return !isNaN(e);
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function Qc(t) {
|
|
61
61
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
62
62
|
return;
|
|
63
63
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
@@ -71,7 +71,7 @@ function at(t) {
|
|
|
71
71
|
if (!isNaN(e))
|
|
72
72
|
return e;
|
|
73
73
|
}
|
|
74
|
-
const So = ["xs", "sm", "md", "lg", "xl"],
|
|
74
|
+
const So = ["xs", "sm", "md", "lg", "xl"], Ci = [...So].reverse();
|
|
75
75
|
function Xe(t) {
|
|
76
76
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
77
77
|
}
|
|
@@ -80,7 +80,7 @@ function un(t) {
|
|
|
80
80
|
}
|
|
81
81
|
function We(t, n) {
|
|
82
82
|
let e;
|
|
83
|
-
for (const o of
|
|
83
|
+
for (const o of Ci) {
|
|
84
84
|
if (un(o) < un(t))
|
|
85
85
|
break;
|
|
86
86
|
n[o] && (e = n[o]);
|
|
@@ -115,16 +115,19 @@ function Gt(t, n, e) {
|
|
|
115
115
|
const r = s[s.length - 1];
|
|
116
116
|
o[r] = e;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function eu(t, n = 2) {
|
|
119
119
|
const e = " ".repeat(n);
|
|
120
120
|
return t.split(`
|
|
121
121
|
`).map((r) => r.trim() === "" ? r : e + r).join(`
|
|
122
122
|
`);
|
|
123
123
|
}
|
|
124
|
+
function $o(t) {
|
|
125
|
+
return t.startsWith("reference_v") || t.startsWith("multiple_ref_v") || t.startsWith("slot_v");
|
|
126
|
+
}
|
|
124
127
|
function ne(t) {
|
|
125
128
|
return t === "runtime" || t === "preview";
|
|
126
129
|
}
|
|
127
|
-
function
|
|
130
|
+
function tu(t, n, e, o, s) {
|
|
128
131
|
let r = t;
|
|
129
132
|
for (let c = 0; c < n.length; c++)
|
|
130
133
|
if (r = r.children[n[c]], !r) {
|
|
@@ -158,8 +161,8 @@ function E(t, n) {
|
|
|
158
161
|
children: n
|
|
159
162
|
};
|
|
160
163
|
}
|
|
161
|
-
const
|
|
162
|
-
function
|
|
164
|
+
const Vi = ["common", "scene"], Pi = ["common", "scene"];
|
|
165
|
+
function nu({ type: t, version: n, view: e, code: o }) {
|
|
163
166
|
const s = (c, u) => {
|
|
164
167
|
const p = { id: u.id };
|
|
165
168
|
u.children && (p.children = [], u.children.forEach((d) => {
|
|
@@ -180,7 +183,7 @@ function tu({ type: t, version: n, view: e, code: o }) {
|
|
|
180
183
|
};
|
|
181
184
|
return JSON.stringify(a);
|
|
182
185
|
}
|
|
183
|
-
function
|
|
186
|
+
function ou(t) {
|
|
184
187
|
const n = JSON.parse(t), e = (o, s) => {
|
|
185
188
|
o.key = s.basic.key, o.alias = s.basic.alias, o.refId = s.reference?.comp, o.children?.forEach((r) => {
|
|
186
189
|
e(r, n.view.nodes[r.id]);
|
|
@@ -190,7 +193,7 @@ function nu(t) {
|
|
|
190
193
|
e(o, n.view.nodes[o.id]);
|
|
191
194
|
}), n;
|
|
192
195
|
}
|
|
193
|
-
const
|
|
196
|
+
const iu = [
|
|
194
197
|
"globality_v1",
|
|
195
198
|
"multiple_ref_v1",
|
|
196
199
|
"reference_v1",
|
|
@@ -260,7 +263,7 @@ const ou = [
|
|
|
260
263
|
"scene_sphere_geometry_v1",
|
|
261
264
|
"scene_spot_light_v1"
|
|
262
265
|
];
|
|
263
|
-
function
|
|
266
|
+
function Li(t) {
|
|
264
267
|
switch (t) {
|
|
265
268
|
case "referenceProperty":
|
|
266
269
|
case "multipleRefProperty":
|
|
@@ -271,7 +274,7 @@ function Pi(t) {
|
|
|
271
274
|
}
|
|
272
275
|
return !0;
|
|
273
276
|
}
|
|
274
|
-
function
|
|
277
|
+
function zi(t) {
|
|
275
278
|
switch (t) {
|
|
276
279
|
case "referenceMethod":
|
|
277
280
|
case "multipleRefMethod":
|
|
@@ -282,7 +285,7 @@ function Li(t) {
|
|
|
282
285
|
}
|
|
283
286
|
return !0;
|
|
284
287
|
}
|
|
285
|
-
function
|
|
288
|
+
function Ti(t) {
|
|
286
289
|
switch (t) {
|
|
287
290
|
case "referenceEvent":
|
|
288
291
|
case "multipleRefEvent":
|
|
@@ -299,26 +302,26 @@ function zi(t) {
|
|
|
299
302
|
}
|
|
300
303
|
return !0;
|
|
301
304
|
}
|
|
302
|
-
function
|
|
305
|
+
function ru(t) {
|
|
303
306
|
switch (t) {
|
|
304
307
|
case "customSlot":
|
|
305
308
|
return !1;
|
|
306
309
|
}
|
|
307
310
|
return !0;
|
|
308
311
|
}
|
|
309
|
-
function
|
|
312
|
+
function su(t) {
|
|
310
313
|
return JSON.stringify(t);
|
|
311
314
|
}
|
|
312
|
-
function
|
|
315
|
+
function lu(t) {
|
|
313
316
|
return JSON.parse(t);
|
|
314
317
|
}
|
|
315
|
-
function
|
|
318
|
+
function au(t) {
|
|
316
319
|
return JSON.stringify(t);
|
|
317
320
|
}
|
|
318
|
-
function
|
|
321
|
+
function cu(t) {
|
|
319
322
|
return JSON.parse(t);
|
|
320
323
|
}
|
|
321
|
-
function
|
|
324
|
+
function Co(t) {
|
|
322
325
|
let n = t;
|
|
323
326
|
for (; n; ) {
|
|
324
327
|
if (n.parent && n.compId === n.parent.compId)
|
|
@@ -334,24 +337,24 @@ function Ht(t, n, e) {
|
|
|
334
337
|
a > 0 && (s += " - "), e ? s += o.global.t(r) : s += r;
|
|
335
338
|
}), s;
|
|
336
339
|
}
|
|
337
|
-
function
|
|
340
|
+
function uu(t, n) {
|
|
338
341
|
const { i18n: e } = we;
|
|
339
342
|
let o = "";
|
|
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,
|
|
343
|
+
return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Li(t));
|
|
341
344
|
}
|
|
342
|
-
function
|
|
345
|
+
function mu(t, n) {
|
|
343
346
|
const { i18n: e } = we;
|
|
344
347
|
let o = "";
|
|
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,
|
|
348
|
+
return t === "elementMethod" || (t === "referenceMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, zi(t));
|
|
346
349
|
}
|
|
347
|
-
function
|
|
350
|
+
function pu(t, n) {
|
|
348
351
|
const { i18n: e } = we;
|
|
349
352
|
let o = "";
|
|
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,
|
|
353
|
+
return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n, Ti(t));
|
|
351
354
|
}
|
|
352
355
|
const Ke = {}, w = (t) => {
|
|
353
356
|
Ke[t.key] = t;
|
|
354
|
-
},
|
|
357
|
+
}, Ei = ["position", "rotation", "scale"], Se = /* @__PURE__ */ C({
|
|
355
358
|
__name: "index",
|
|
356
359
|
props: {
|
|
357
360
|
position: {},
|
|
@@ -370,7 +373,7 @@ const Ke = {}, w = (t) => {
|
|
|
370
373
|
o[0] || (o[0] = te("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
371
374
|
o[1] || (o[1] = te("TresMeshBasicMaterial", null, null, -1)),
|
|
372
375
|
R(e.$slots, "default")
|
|
373
|
-
], 8,
|
|
376
|
+
], 8, Ei)) : R(e.$slots, "default", { key: 1 });
|
|
374
377
|
}
|
|
375
378
|
}), N = /* @__PURE__ */ C({
|
|
376
379
|
__name: "index",
|
|
@@ -404,21 +407,21 @@ const Ke = {}, w = (t) => {
|
|
|
404
407
|
}
|
|
405
408
|
});
|
|
406
409
|
function P(t) {
|
|
407
|
-
const n = _e(), e =
|
|
410
|
+
const n = _e(), e = Jo(n.value.view.nodes, t.nodeId);
|
|
408
411
|
return console.assert(e.value, `invalid node id=${t.nodeId}`), { node: e };
|
|
409
412
|
}
|
|
410
413
|
function Ye(t, n, e) {
|
|
411
414
|
const o = ve();
|
|
412
415
|
if (o) {
|
|
413
|
-
const s = k(() =>
|
|
414
|
-
|
|
416
|
+
const s = k(() => Ec("elementMethod", t.nodeId, n));
|
|
417
|
+
qo(() => {
|
|
415
418
|
o.eventBus?.on(s.value, e);
|
|
416
419
|
}), Ge(() => {
|
|
417
420
|
o.eventBus?.off(s.value, e);
|
|
418
421
|
});
|
|
419
422
|
}
|
|
420
423
|
}
|
|
421
|
-
const
|
|
424
|
+
const Ai = (t, n, e, o) => {
|
|
422
425
|
let s;
|
|
423
426
|
if (t ? s = t.getElementProperty(n.basic.id, e) : s = ke(n, e), o) {
|
|
424
427
|
if (typeof s == "string")
|
|
@@ -427,16 +430,16 @@ const Ei = (t, n, e, o) => {
|
|
|
427
430
|
return;
|
|
428
431
|
} else
|
|
429
432
|
return s;
|
|
430
|
-
},
|
|
433
|
+
}, Mi = (t, n, e, o, s) => {
|
|
431
434
|
let r;
|
|
432
435
|
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : Gt(n, e, r);
|
|
433
436
|
};
|
|
434
437
|
function l(t, n, e) {
|
|
435
438
|
const o = ve(), s = ie();
|
|
436
439
|
return fe(() => {
|
|
437
|
-
s.value =
|
|
440
|
+
s.value = Ai(o, t.value, n, e);
|
|
438
441
|
}), ce(s, (r, a) => {
|
|
439
|
-
pe(r, a) ||
|
|
442
|
+
pe(r, a) || Mi(o, t.value, n, s.value, e);
|
|
440
443
|
}), { property: s };
|
|
441
444
|
}
|
|
442
445
|
function G() {
|
|
@@ -483,7 +486,7 @@ function be(t) {
|
|
|
483
486
|
c.value = f.value[0], u.value = f.value[1], p.value = f.value[2];
|
|
484
487
|
}), { position: d, rotation: m, scale: f };
|
|
485
488
|
}
|
|
486
|
-
function
|
|
489
|
+
function Vo(t) {
|
|
487
490
|
const n = k(() => t.value.legend?.show), e = k(() => t.value.legend?.data);
|
|
488
491
|
function o(s) {
|
|
489
492
|
s.legend = {
|
|
@@ -493,14 +496,14 @@ function Co(t) {
|
|
|
493
496
|
}
|
|
494
497
|
return { show: n, data: e, applyLegend: o };
|
|
495
498
|
}
|
|
496
|
-
function
|
|
499
|
+
function Po(t) {
|
|
497
500
|
const n = k(() => t.value.series);
|
|
498
501
|
function e(o) {
|
|
499
502
|
o.series = n.value;
|
|
500
503
|
}
|
|
501
504
|
return { series: n, applySeries: e };
|
|
502
505
|
}
|
|
503
|
-
function
|
|
506
|
+
function Lo(t) {
|
|
504
507
|
const n = k(() => t.value.title?.show), e = k(() => t.value.title?.text), o = k(() => t.value.title?.subtext);
|
|
505
508
|
function s(r) {
|
|
506
509
|
r.title = {
|
|
@@ -511,7 +514,7 @@ function Po(t) {
|
|
|
511
514
|
}
|
|
512
515
|
return { show: n, text: e, subtext: o, applyTitle: s };
|
|
513
516
|
}
|
|
514
|
-
function
|
|
517
|
+
function zo(t) {
|
|
515
518
|
const n = k(() => t.value.xAxis?.show), e = k(() => t.value.xAxis?.position), o = k(() => t.value.xAxis?.type), s = k(() => t.value.xAxis?.data);
|
|
516
519
|
function r(a) {
|
|
517
520
|
a.xAxis = {
|
|
@@ -523,7 +526,7 @@ function Lo(t) {
|
|
|
523
526
|
}
|
|
524
527
|
return { show: n, position: e, type: o, data: s, applyXAxis: r };
|
|
525
528
|
}
|
|
526
|
-
function
|
|
529
|
+
function To(t) {
|
|
527
530
|
const n = k(() => t.value.yAxis?.show), e = k(() => t.value.yAxis?.position), o = k(() => t.value.yAxis?.type), s = k(() => t.value.yAxis?.data);
|
|
528
531
|
function r(a) {
|
|
529
532
|
a.yAxis = {
|
|
@@ -536,7 +539,7 @@ function zo(t) {
|
|
|
536
539
|
return { show: n, position: e, type: o, data: s, applyYAxis: r };
|
|
537
540
|
}
|
|
538
541
|
function q(t) {
|
|
539
|
-
const { computedThemes: n } =
|
|
542
|
+
const { computedThemes: n } = Si(), e = Ue(), o = k(() => t.value?.mode), s = k(() => {
|
|
540
543
|
const p = t.value?.theme;
|
|
541
544
|
return p ? p === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : p === "background1" ? e.value ? "#272727" : "#eeeeee" : p === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[p] : void 0;
|
|
542
545
|
}), r = k(() => e.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = k(() => {
|
|
@@ -597,7 +600,7 @@ function ge(t, n) {
|
|
|
597
600
|
}
|
|
598
601
|
return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: u, maxHeight: p, applySize: d };
|
|
599
602
|
}
|
|
600
|
-
const
|
|
603
|
+
const Bi = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Wi = /* @__PURE__ */ C({
|
|
601
604
|
__name: "index",
|
|
602
605
|
props: {
|
|
603
606
|
nodeId: {},
|
|
@@ -628,12 +631,12 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
628
631
|
type: i(vo)
|
|
629
632
|
}, null, 8, ["type"])) : le("", !0),
|
|
630
633
|
R(g.$slots, "default")
|
|
631
|
-
], 8,
|
|
634
|
+
], 8, Bi)
|
|
632
635
|
]),
|
|
633
636
|
_: 3
|
|
634
637
|
}, 8, ["position", "rotation", "scale"]));
|
|
635
638
|
}
|
|
636
|
-
}),
|
|
639
|
+
}), Ri = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ki = /* @__PURE__ */ C({
|
|
637
640
|
__name: "index",
|
|
638
641
|
props: {
|
|
639
642
|
nodeId: {},
|
|
@@ -662,17 +665,11 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
662
665
|
type: i(vo)
|
|
663
666
|
}, null, 8, ["type"])) : le("", !0),
|
|
664
667
|
R(m.$slots, "default")
|
|
665
|
-
], 8,
|
|
668
|
+
], 8, Ri)
|
|
666
669
|
]),
|
|
667
670
|
_: 3
|
|
668
671
|
}, 8, ["position", "rotation", "scale"]));
|
|
669
672
|
}
|
|
670
|
-
}), Ki = /* @__PURE__ */ C({
|
|
671
|
-
__name: "index",
|
|
672
|
-
setup(t) {
|
|
673
|
-
const n = J();
|
|
674
|
-
return (e, o) => i(n) !== "editor" ? (_(), S(i(ai), { key: 0 })) : le("", !0);
|
|
675
|
-
}
|
|
676
673
|
}), Di = /* @__PURE__ */ C({
|
|
677
674
|
__name: "index",
|
|
678
675
|
setup(t) {
|
|
@@ -685,7 +682,13 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
685
682
|
const n = J();
|
|
686
683
|
return (e, o) => i(n) !== "editor" ? (_(), S(i(ui), { key: 0 })) : le("", !0);
|
|
687
684
|
}
|
|
688
|
-
}), Fi =
|
|
685
|
+
}), Fi = /* @__PURE__ */ C({
|
|
686
|
+
__name: "index",
|
|
687
|
+
setup(t) {
|
|
688
|
+
const n = J();
|
|
689
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(mi), { key: 0 })) : le("", !0);
|
|
690
|
+
}
|
|
691
|
+
}), Ni = ["args"], ji = /* @__PURE__ */ C({
|
|
689
692
|
__name: "index",
|
|
690
693
|
props: {
|
|
691
694
|
nodeId: {},
|
|
@@ -712,14 +715,14 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
712
715
|
i(a),
|
|
713
716
|
i(s)
|
|
714
717
|
]
|
|
715
|
-
}, null, 8,
|
|
718
|
+
}, null, 8, Ni));
|
|
716
719
|
}
|
|
717
720
|
}), Ae = (t, n) => {
|
|
718
721
|
const e = t.__vccOpts || t;
|
|
719
722
|
for (const [o, s] of n)
|
|
720
723
|
e[o] = s;
|
|
721
724
|
return e;
|
|
722
|
-
},
|
|
725
|
+
}, Gi = ["args"], Hi = /* @__PURE__ */ C({
|
|
723
726
|
__name: "index",
|
|
724
727
|
props: {
|
|
725
728
|
nodeId: {},
|
|
@@ -756,9 +759,9 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
756
759
|
i(u),
|
|
757
760
|
i(c)
|
|
758
761
|
]
|
|
759
|
-
}, null, 8,
|
|
762
|
+
}, null, 8, Gi));
|
|
760
763
|
}
|
|
761
|
-
}),
|
|
764
|
+
}), Ui = ["color", "intensity", "position", "rotation", "scale"], Ji = /* @__PURE__ */ C({
|
|
762
765
|
__name: "index",
|
|
763
766
|
props: {
|
|
764
767
|
nodeId: {},
|
|
@@ -784,12 +787,12 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
784
787
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
785
788
|
}, [
|
|
786
789
|
R(d.$slots, "default")
|
|
787
|
-
], 8,
|
|
790
|
+
], 8, Ui)
|
|
788
791
|
]),
|
|
789
792
|
_: 3
|
|
790
793
|
}, 8, ["position", "rotation", "scale"]));
|
|
791
794
|
}
|
|
792
|
-
}),
|
|
795
|
+
}), qi = ["color", "intensity", "position", "rotation", "scale"], Xi = /* @__PURE__ */ C({
|
|
793
796
|
__name: "index",
|
|
794
797
|
props: {
|
|
795
798
|
nodeId: {},
|
|
@@ -816,15 +819,15 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
816
819
|
}, [
|
|
817
820
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
818
821
|
key: 0,
|
|
819
|
-
type: i(
|
|
822
|
+
type: i(si)
|
|
820
823
|
}, null, 8, ["type"])) : le("", !0),
|
|
821
824
|
R(d.$slots, "default")
|
|
822
|
-
], 8,
|
|
825
|
+
], 8, qi)
|
|
823
826
|
]),
|
|
824
827
|
_: 3
|
|
825
828
|
}, 8, ["position", "rotation", "scale"]));
|
|
826
829
|
}
|
|
827
|
-
}),
|
|
830
|
+
}), Yi = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Zi = /* @__PURE__ */ C({
|
|
828
831
|
__name: "index",
|
|
829
832
|
props: {
|
|
830
833
|
nodeId: {},
|
|
@@ -856,15 +859,15 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
856
859
|
}, [
|
|
857
860
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
858
861
|
key: 0,
|
|
859
|
-
type: i(
|
|
862
|
+
type: i(li)
|
|
860
863
|
}, null, 8, ["type"])) : le("", !0),
|
|
861
864
|
R(f.$slots, "default")
|
|
862
|
-
], 8,
|
|
865
|
+
], 8, Yi)
|
|
863
866
|
]),
|
|
864
867
|
_: 3
|
|
865
868
|
}, 8, ["position", "rotation", "scale"]));
|
|
866
869
|
}
|
|
867
|
-
}),
|
|
870
|
+
}), Qi = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], er = /* @__PURE__ */ C({
|
|
868
871
|
__name: "index",
|
|
869
872
|
props: {
|
|
870
873
|
nodeId: {},
|
|
@@ -901,19 +904,19 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
901
904
|
}, [
|
|
902
905
|
i(o) === "editor" ? (_(), S(i(He), {
|
|
903
906
|
key: 0,
|
|
904
|
-
type: i(
|
|
907
|
+
type: i(ai)
|
|
905
908
|
}, null, 8, ["type"])) : le("", !0),
|
|
906
909
|
R(b.$slots, "default")
|
|
907
|
-
], 8,
|
|
910
|
+
], 8, Qi)
|
|
908
911
|
]),
|
|
909
912
|
_: 3
|
|
910
913
|
}, 8, ["position", "rotation", "scale"]));
|
|
911
914
|
}
|
|
912
|
-
}),
|
|
913
|
-
function
|
|
915
|
+
}), tr = {};
|
|
916
|
+
function nr(t, n) {
|
|
914
917
|
return _(), se("TresMeshBasicMaterial");
|
|
915
918
|
}
|
|
916
|
-
const
|
|
919
|
+
const or = /* @__PURE__ */ Ae(tr, [["render", nr]]), ir = ["position", "rotation", "scale"], rr = /* @__PURE__ */ C({
|
|
917
920
|
__name: "index",
|
|
918
921
|
props: {
|
|
919
922
|
nodeId: {},
|
|
@@ -934,12 +937,12 @@ const nr = /* @__PURE__ */ Ae(er, [["render", tr]]), or = ["position", "rotation
|
|
|
934
937
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
935
938
|
}, [
|
|
936
939
|
R(c.$slots, "default")
|
|
937
|
-
], 8,
|
|
940
|
+
], 8, ir)
|
|
938
941
|
]),
|
|
939
942
|
_: 3
|
|
940
943
|
}, 8, ["position", "rotation", "scale"]));
|
|
941
944
|
}
|
|
942
|
-
}),
|
|
945
|
+
}), sr = ["position", "rotation", "scale"], lr = /* @__PURE__ */ C({
|
|
943
946
|
__name: "index",
|
|
944
947
|
props: {
|
|
945
948
|
nodeId: {},
|
|
@@ -954,82 +957,82 @@ const nr = /* @__PURE__ */ Ae(er, [["render", tr]]), or = ["position", "rotation
|
|
|
954
957
|
scale: i(r)
|
|
955
958
|
}, [
|
|
956
959
|
R(a.$slots, "default")
|
|
957
|
-
], 8,
|
|
958
|
-
}
|
|
959
|
-
}),
|
|
960
|
-
color:
|
|
961
|
-
backgroundColor:
|
|
962
|
-
textStyle:
|
|
963
|
-
title:
|
|
964
|
-
line:
|
|
965
|
-
radar:
|
|
966
|
-
bar:
|
|
967
|
-
pie:
|
|
968
|
-
scatter:
|
|
969
|
-
boxplot:
|
|
970
|
-
parallel:
|
|
971
|
-
sankey:
|
|
972
|
-
funnel:
|
|
973
|
-
gauge:
|
|
974
|
-
candlestick:
|
|
975
|
-
graph:
|
|
976
|
-
map:
|
|
977
|
-
geo:
|
|
978
|
-
categoryAxis:
|
|
979
|
-
valueAxis:
|
|
980
|
-
logAxis:
|
|
981
|
-
timeAxis:
|
|
982
|
-
toolbox:
|
|
983
|
-
legend:
|
|
984
|
-
tooltip:
|
|
985
|
-
timeline:
|
|
986
|
-
visualMap:
|
|
987
|
-
dataZoom:
|
|
988
|
-
markPoint:
|
|
989
|
-
},
|
|
990
|
-
color:
|
|
991
|
-
backgroundColor:
|
|
992
|
-
textStyle:
|
|
993
|
-
title:
|
|
994
|
-
line:
|
|
995
|
-
radar:
|
|
996
|
-
bar:
|
|
997
|
-
pie:
|
|
998
|
-
scatter:
|
|
999
|
-
boxplot:
|
|
1000
|
-
parallel:
|
|
1001
|
-
sankey:
|
|
1002
|
-
funnel:
|
|
1003
|
-
gauge:
|
|
1004
|
-
candlestick:
|
|
1005
|
-
graph:
|
|
1006
|
-
map:
|
|
1007
|
-
geo:
|
|
1008
|
-
categoryAxis:
|
|
1009
|
-
valueAxis:
|
|
1010
|
-
logAxis:
|
|
1011
|
-
timeAxis:
|
|
1012
|
-
toolbox:
|
|
1013
|
-
legend:
|
|
1014
|
-
tooltip:
|
|
1015
|
-
timeline:
|
|
1016
|
-
visualMap:
|
|
1017
|
-
dataZoom:
|
|
1018
|
-
markPoint:
|
|
960
|
+
], 8, sr));
|
|
961
|
+
}
|
|
962
|
+
}), ar = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cr = "#242424", ur = {}, mr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, pr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, kr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ir = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Sr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, $r = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Cr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Vr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Pr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Lr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, zr = { textStyle: { color: "#eeeeee" } }, Tr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Er = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Ar = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Mr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Br = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Wr = {
|
|
963
|
+
color: ar,
|
|
964
|
+
backgroundColor: cr,
|
|
965
|
+
textStyle: ur,
|
|
966
|
+
title: mr,
|
|
967
|
+
line: pr,
|
|
968
|
+
radar: dr,
|
|
969
|
+
bar: fr,
|
|
970
|
+
pie: yr,
|
|
971
|
+
scatter: br,
|
|
972
|
+
boxplot: gr,
|
|
973
|
+
parallel: hr,
|
|
974
|
+
sankey: _r,
|
|
975
|
+
funnel: vr,
|
|
976
|
+
gauge: xr,
|
|
977
|
+
candlestick: kr,
|
|
978
|
+
graph: wr,
|
|
979
|
+
map: Ir,
|
|
980
|
+
geo: Sr,
|
|
981
|
+
categoryAxis: $r,
|
|
982
|
+
valueAxis: Cr,
|
|
983
|
+
logAxis: Vr,
|
|
984
|
+
timeAxis: Pr,
|
|
985
|
+
toolbox: Lr,
|
|
986
|
+
legend: zr,
|
|
987
|
+
tooltip: Tr,
|
|
988
|
+
timeline: Er,
|
|
989
|
+
visualMap: Ar,
|
|
990
|
+
dataZoom: Mr,
|
|
991
|
+
markPoint: Br
|
|
992
|
+
}, Rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Kr = "#f5f5f5", Dr = {}, Or = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Fr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Nr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, jr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ns = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, os = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, is = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, rs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ss = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ls = { textStyle: { color: "#333333" } }, as = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, cs = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, us = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ms = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ps = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ds = {
|
|
993
|
+
color: Rr,
|
|
994
|
+
backgroundColor: Kr,
|
|
995
|
+
textStyle: Dr,
|
|
996
|
+
title: Or,
|
|
997
|
+
line: Fr,
|
|
998
|
+
radar: Nr,
|
|
999
|
+
bar: jr,
|
|
1000
|
+
pie: Gr,
|
|
1001
|
+
scatter: Hr,
|
|
1002
|
+
boxplot: Ur,
|
|
1003
|
+
parallel: Jr,
|
|
1004
|
+
sankey: qr,
|
|
1005
|
+
funnel: Xr,
|
|
1006
|
+
gauge: Yr,
|
|
1007
|
+
candlestick: Zr,
|
|
1008
|
+
graph: Qr,
|
|
1009
|
+
map: es,
|
|
1010
|
+
geo: ts,
|
|
1011
|
+
categoryAxis: ns,
|
|
1012
|
+
valueAxis: os,
|
|
1013
|
+
logAxis: is,
|
|
1014
|
+
timeAxis: rs,
|
|
1015
|
+
toolbox: ss,
|
|
1016
|
+
legend: ls,
|
|
1017
|
+
tooltip: as,
|
|
1018
|
+
timeline: cs,
|
|
1019
|
+
visualMap: us,
|
|
1020
|
+
dataZoom: ms,
|
|
1021
|
+
markPoint: ps
|
|
1019
1022
|
};
|
|
1020
|
-
|
|
1021
|
-
pi,
|
|
1023
|
+
pi([
|
|
1022
1024
|
di,
|
|
1023
1025
|
fi,
|
|
1024
1026
|
yi,
|
|
1025
1027
|
bi,
|
|
1026
1028
|
gi,
|
|
1027
1029
|
hi,
|
|
1028
|
-
_i
|
|
1030
|
+
_i,
|
|
1031
|
+
vi
|
|
1029
1032
|
]);
|
|
1030
|
-
xo("dark",
|
|
1031
|
-
xo("light",
|
|
1032
|
-
const
|
|
1033
|
+
xo("dark", Wr);
|
|
1034
|
+
xo("light", ds);
|
|
1035
|
+
const fs = /* @__PURE__ */ C({
|
|
1033
1036
|
__name: "index",
|
|
1034
1037
|
props: {
|
|
1035
1038
|
nodeId: {},
|
|
@@ -1037,7 +1040,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1037
1040
|
refContext: {}
|
|
1038
1041
|
},
|
|
1039
1042
|
setup(t) {
|
|
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 } =
|
|
1043
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Lo(e), { applyXAxis: v } = zo(e), { applyYAxis: h } = To(e), { applyLegend: x } = Vo(e), { applySeries: $ } = Po(e), V = k(() => {
|
|
1041
1044
|
const L = {}, H = a.value?.type;
|
|
1042
1045
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1043
1046
|
}), F = uo("chart");
|
|
@@ -1088,7 +1091,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1088
1091
|
_: 1
|
|
1089
1092
|
}));
|
|
1090
1093
|
}
|
|
1091
|
-
}),
|
|
1094
|
+
}), ys = /* @__PURE__ */ C({
|
|
1092
1095
|
__name: "index",
|
|
1093
1096
|
props: {
|
|
1094
1097
|
nodeId: {},
|
|
@@ -1096,7 +1099,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1096
1099
|
refContext: {}
|
|
1097
1100
|
},
|
|
1098
1101
|
setup(t) {
|
|
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 } =
|
|
1102
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Lo(e), { applyXAxis: v } = zo(e), { applyYAxis: h } = To(e), { applyLegend: x } = Vo(e), { applySeries: $ } = Po(e), V = k(() => {
|
|
1100
1103
|
const L = {}, H = a.value?.type;
|
|
1101
1104
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1102
1105
|
}), F = uo("chart");
|
|
@@ -1147,7 +1150,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1147
1150
|
_: 1
|
|
1148
1151
|
}));
|
|
1149
1152
|
}
|
|
1150
|
-
}),
|
|
1153
|
+
}), bs = /* @__PURE__ */ C({
|
|
1151
1154
|
__name: "index",
|
|
1152
1155
|
props: {
|
|
1153
1156
|
nodeId: {},
|
|
@@ -1156,9 +1159,9 @@ const ds = /* @__PURE__ */ C({
|
|
|
1156
1159
|
},
|
|
1157
1160
|
setup(t) {
|
|
1158
1161
|
const n = t, e = ie(), o = J();
|
|
1159
|
-
return ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()),
|
|
1162
|
+
return rn(n, e), ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()), (s, r) => (_(), se("div"));
|
|
1160
1163
|
}
|
|
1161
|
-
}),
|
|
1164
|
+
}), gs = /* @__PURE__ */ C({
|
|
1162
1165
|
__name: "index",
|
|
1163
1166
|
props: {
|
|
1164
1167
|
nodeId: {},
|
|
@@ -1167,10 +1170,10 @@ const ds = /* @__PURE__ */ C({
|
|
|
1167
1170
|
},
|
|
1168
1171
|
setup(t) {
|
|
1169
1172
|
const { t: n } = Io(), e = t, { node: o } = P(e), s = ie();
|
|
1170
|
-
|
|
1173
|
+
jo(s);
|
|
1171
1174
|
const r = J();
|
|
1172
|
-
ne(r) && sn(s, "reference", e.nodeId, "", ve())
|
|
1173
|
-
const a =
|
|
1175
|
+
rn(e, s), ne(r) && sn(s, "reference", e.nodeId, "", ve());
|
|
1176
|
+
const a = Xo(), { applySize: c } = ge(e, o), u = k(() => {
|
|
1174
1177
|
const m = {};
|
|
1175
1178
|
return s.value?.type === "common" && c(m), m;
|
|
1176
1179
|
});
|
|
@@ -1181,7 +1184,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1181
1184
|
const g = {
|
|
1182
1185
|
nodeId: m.id
|
|
1183
1186
|
};
|
|
1184
|
-
return m.
|
|
1187
|
+
return $o(m.key) && (g.refContext = {
|
|
1185
1188
|
parent: e.refContext,
|
|
1186
1189
|
compId: m.refId
|
|
1187
1190
|
}), xe(
|
|
@@ -1199,7 +1202,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1199
1202
|
);
|
|
1200
1203
|
}
|
|
1201
1204
|
const d = () => {
|
|
1202
|
-
if (
|
|
1205
|
+
if (Co(e.refContext))
|
|
1203
1206
|
return xe("div", n("x-runtime-lib.circularRef"));
|
|
1204
1207
|
if (s.value?.type === "common")
|
|
1205
1208
|
return xe(
|
|
@@ -1215,7 +1218,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1215
1218
|
};
|
|
1216
1219
|
return (m, f) => (_(), S(d));
|
|
1217
1220
|
}
|
|
1218
|
-
}),
|
|
1221
|
+
}), hs = /* @__PURE__ */ C({
|
|
1219
1222
|
__name: "index",
|
|
1220
1223
|
props: {
|
|
1221
1224
|
nodeId: {},
|
|
@@ -1240,9 +1243,9 @@ const ds = /* @__PURE__ */ C({
|
|
|
1240
1243
|
},
|
|
1241
1244
|
setup(t) {
|
|
1242
1245
|
const { t: n } = Io(), e = t, o = ie();
|
|
1243
|
-
|
|
1246
|
+
jo(o);
|
|
1244
1247
|
const s = J();
|
|
1245
|
-
ne(s) && sn(o, "slot", e.nodeId, "", ve())
|
|
1248
|
+
rn(e, o), ne(s) && sn(o, "slot", e.nodeId, "", ve());
|
|
1246
1249
|
function r(c) {
|
|
1247
1250
|
const u = Ke[c.key];
|
|
1248
1251
|
if (!u)
|
|
@@ -1250,7 +1253,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1250
1253
|
const p = {
|
|
1251
1254
|
nodeId: c.id
|
|
1252
1255
|
};
|
|
1253
|
-
return c.
|
|
1256
|
+
return $o(c.key) && (p.refContext = {
|
|
1254
1257
|
parent: e.refContext,
|
|
1255
1258
|
compId: c.refId
|
|
1256
1259
|
}), xe(
|
|
@@ -1267,10 +1270,10 @@ const ds = /* @__PURE__ */ C({
|
|
|
1267
1270
|
}
|
|
1268
1271
|
);
|
|
1269
1272
|
}
|
|
1270
|
-
const a = () =>
|
|
1273
|
+
const a = () => Co(e.refContext) ? xe("div", n("x-runtime-lib.circularRef")) : o.value?.view.nodeLites.map((c) => r(c));
|
|
1271
1274
|
return (c, u) => (_(), S(a));
|
|
1272
1275
|
}
|
|
1273
|
-
}),
|
|
1276
|
+
}), _s = /* @__PURE__ */ C({
|
|
1274
1277
|
__name: "index",
|
|
1275
1278
|
props: {
|
|
1276
1279
|
nodeId: {},
|
|
@@ -1308,7 +1311,7 @@ const ds = /* @__PURE__ */ C({
|
|
|
1308
1311
|
});
|
|
1309
1312
|
};
|
|
1310
1313
|
}
|
|
1311
|
-
}),
|
|
1314
|
+
}), vs = /* @__PURE__ */ C({
|
|
1312
1315
|
__name: "index",
|
|
1313
1316
|
props: {
|
|
1314
1317
|
nodeId: {},
|
|
@@ -1371,8 +1374,8 @@ const ds = /* @__PURE__ */ C({
|
|
|
1371
1374
|
}, 8, ["block"]);
|
|
1372
1375
|
};
|
|
1373
1376
|
}
|
|
1374
|
-
}),
|
|
1375
|
-
function
|
|
1377
|
+
}), xs = {};
|
|
1378
|
+
function ks(t, n) {
|
|
1376
1379
|
const e = M("v-btn-group");
|
|
1377
1380
|
return _(), S(e, null, {
|
|
1378
1381
|
default: I(() => [
|
|
@@ -1381,7 +1384,7 @@ function xs(t, n) {
|
|
|
1381
1384
|
_: 3
|
|
1382
1385
|
});
|
|
1383
1386
|
}
|
|
1384
|
-
const
|
|
1387
|
+
const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
|
|
1385
1388
|
__name: "index",
|
|
1386
1389
|
props: {
|
|
1387
1390
|
nodeId: {},
|
|
@@ -1424,7 +1427,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1424
1427
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1425
1428
|
};
|
|
1426
1429
|
}
|
|
1427
|
-
}),
|
|
1430
|
+
}), Ss = /* @__PURE__ */ C({
|
|
1428
1431
|
__name: "index",
|
|
1429
1432
|
props: {
|
|
1430
1433
|
nodeId: {},
|
|
@@ -1470,7 +1473,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1470
1473
|
});
|
|
1471
1474
|
};
|
|
1472
1475
|
}
|
|
1473
|
-
}),
|
|
1476
|
+
}), $s = /* @__PURE__ */ C({
|
|
1474
1477
|
__name: "index",
|
|
1475
1478
|
props: {
|
|
1476
1479
|
nodeId: {},
|
|
@@ -1498,7 +1501,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1498
1501
|
});
|
|
1499
1502
|
};
|
|
1500
1503
|
}
|
|
1501
|
-
}),
|
|
1504
|
+
}), Cs = /* @__PURE__ */ C({
|
|
1502
1505
|
__name: "index",
|
|
1503
1506
|
props: {
|
|
1504
1507
|
nodeId: {},
|
|
@@ -1540,7 +1543,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1540
1543
|
});
|
|
1541
1544
|
};
|
|
1542
1545
|
}
|
|
1543
|
-
}),
|
|
1546
|
+
}), Vs = /* @__PURE__ */ C({
|
|
1544
1547
|
__name: "index",
|
|
1545
1548
|
props: {
|
|
1546
1549
|
nodeId: {},
|
|
@@ -1585,7 +1588,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1585
1588
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1586
1589
|
};
|
|
1587
1590
|
}
|
|
1588
|
-
}),
|
|
1591
|
+
}), Ps = /* @__PURE__ */ C({
|
|
1589
1592
|
__name: "index",
|
|
1590
1593
|
props: {
|
|
1591
1594
|
nodeId: {},
|
|
@@ -1638,7 +1641,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1638
1641
|
});
|
|
1639
1642
|
};
|
|
1640
1643
|
}
|
|
1641
|
-
}),
|
|
1644
|
+
}), Ls = /* @__PURE__ */ C({
|
|
1642
1645
|
__name: "index",
|
|
1643
1646
|
props: {
|
|
1644
1647
|
nodeId: {},
|
|
@@ -1678,7 +1681,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1678
1681
|
});
|
|
1679
1682
|
};
|
|
1680
1683
|
}
|
|
1681
|
-
}),
|
|
1684
|
+
}), zs = /* @__PURE__ */ C({
|
|
1682
1685
|
__name: "index",
|
|
1683
1686
|
props: {
|
|
1684
1687
|
nodeId: {},
|
|
@@ -1704,7 +1707,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1704
1707
|
_: 3
|
|
1705
1708
|
}));
|
|
1706
1709
|
}
|
|
1707
|
-
}),
|
|
1710
|
+
}), Ts = /* @__PURE__ */ C({
|
|
1708
1711
|
__name: "index",
|
|
1709
1712
|
props: {
|
|
1710
1713
|
nodeId: {},
|
|
@@ -1744,7 +1747,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1744
1747
|
theme: i(f),
|
|
1745
1748
|
width: i(g)
|
|
1746
1749
|
}, Ft({ _: 2 }, [
|
|
1747
|
-
|
|
1750
|
+
Yo(b.value, ($) => ({
|
|
1748
1751
|
name: `item.${$.column}`,
|
|
1749
1752
|
fn: I(({ value: V }) => [
|
|
1750
1753
|
O(i(ye), {
|
|
@@ -1760,7 +1763,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1760
1763
|
});
|
|
1761
1764
|
};
|
|
1762
1765
|
}
|
|
1763
|
-
}),
|
|
1766
|
+
}), Es = /* @__PURE__ */ C({
|
|
1764
1767
|
__name: "index",
|
|
1765
1768
|
setup(t) {
|
|
1766
1769
|
return (n, e) => {
|
|
@@ -1773,7 +1776,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1773
1776
|
});
|
|
1774
1777
|
};
|
|
1775
1778
|
}
|
|
1776
|
-
}),
|
|
1779
|
+
}), As = ["id"], Ms = /* @__PURE__ */ C({
|
|
1777
1780
|
__name: "index",
|
|
1778
1781
|
props: {
|
|
1779
1782
|
nodeId: {},
|
|
@@ -1797,7 +1800,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1797
1800
|
i(e) === "editor" ? (_(), se("div", {
|
|
1798
1801
|
key: 0,
|
|
1799
1802
|
id: `__node__@${n.nodeId}`
|
|
1800
|
-
}, null, 8,
|
|
1803
|
+
}, null, 8, As)) : le("", !0)
|
|
1801
1804
|
]),
|
|
1802
1805
|
default: I(() => [
|
|
1803
1806
|
R(s.$slots, "default")
|
|
@@ -1806,7 +1809,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1806
1809
|
}, 8, ["modelValue"]);
|
|
1807
1810
|
};
|
|
1808
1811
|
}
|
|
1809
|
-
}),
|
|
1812
|
+
}), Bs = /* @__PURE__ */ C({
|
|
1810
1813
|
__name: "index",
|
|
1811
1814
|
props: {
|
|
1812
1815
|
nodeId: {},
|
|
@@ -1851,7 +1854,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1851
1854
|
});
|
|
1852
1855
|
};
|
|
1853
1856
|
}
|
|
1854
|
-
}),
|
|
1857
|
+
}), Ws = /* @__PURE__ */ C({
|
|
1855
1858
|
__name: "index",
|
|
1856
1859
|
props: {
|
|
1857
1860
|
nodeId: {},
|
|
@@ -1882,7 +1885,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1882
1885
|
R(b.$slots, "default")
|
|
1883
1886
|
], 4));
|
|
1884
1887
|
}
|
|
1885
|
-
}),
|
|
1888
|
+
}), Rs = /* @__PURE__ */ C({
|
|
1886
1889
|
__name: "index",
|
|
1887
1890
|
props: {
|
|
1888
1891
|
nodeId: {},
|
|
@@ -1900,7 +1903,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1900
1903
|
R(p.$slots, "default")
|
|
1901
1904
|
], 4));
|
|
1902
1905
|
}
|
|
1903
|
-
}),
|
|
1906
|
+
}), Ks = /* @__PURE__ */ C({
|
|
1904
1907
|
__name: "index",
|
|
1905
1908
|
props: {
|
|
1906
1909
|
nodeId: {},
|
|
@@ -1930,7 +1933,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1930
1933
|
"onUpdate:modelValue": x[0] || (x[0] = (V) => Z(a) ? a.value = V : null),
|
|
1931
1934
|
"fast-fail": i(c),
|
|
1932
1935
|
style: re(b.value),
|
|
1933
|
-
onSubmit:
|
|
1936
|
+
onSubmit: Zo(v, ["prevent"])
|
|
1934
1937
|
}, {
|
|
1935
1938
|
default: I(() => [
|
|
1936
1939
|
R(h.$slots, "default")
|
|
@@ -1939,7 +1942,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1939
1942
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1940
1943
|
};
|
|
1941
1944
|
}
|
|
1942
|
-
}),
|
|
1945
|
+
}), Ds = /* @__PURE__ */ C({
|
|
1943
1946
|
__name: "index",
|
|
1944
1947
|
props: {
|
|
1945
1948
|
nodeId: {},
|
|
@@ -1962,7 +1965,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1962
1965
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1963
1966
|
};
|
|
1964
1967
|
}
|
|
1965
|
-
}),
|
|
1968
|
+
}), Os = ["id"], Fs = /* @__PURE__ */ C({
|
|
1966
1969
|
__name: "index",
|
|
1967
1970
|
props: {
|
|
1968
1971
|
nodeId: {},
|
|
@@ -1992,7 +1995,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
1992
1995
|
i(e) === "editor" ? (_(), se("div", {
|
|
1993
1996
|
key: 0,
|
|
1994
1997
|
id: `__node__@${n.nodeId}`
|
|
1995
|
-
}, null, 8,
|
|
1998
|
+
}, null, 8, Os)) : le("", !0)
|
|
1996
1999
|
]),
|
|
1997
2000
|
default: I(() => [
|
|
1998
2001
|
R(u.$slots, "default")
|
|
@@ -2001,7 +2004,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2001
2004
|
}, 8, ["modelValue", "target"]);
|
|
2002
2005
|
};
|
|
2003
2006
|
}
|
|
2004
|
-
}),
|
|
2007
|
+
}), Ns = /* @__PURE__ */ C({
|
|
2005
2008
|
__name: "index",
|
|
2006
2009
|
props: {
|
|
2007
2010
|
nodeId: {},
|
|
@@ -2080,7 +2083,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2080
2083
|
});
|
|
2081
2084
|
};
|
|
2082
2085
|
}
|
|
2083
|
-
}),
|
|
2086
|
+
}), js = /* @__PURE__ */ C({
|
|
2084
2087
|
__name: "index",
|
|
2085
2088
|
props: {
|
|
2086
2089
|
nodeId: {},
|
|
@@ -2121,7 +2124,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2121
2124
|
});
|
|
2122
2125
|
};
|
|
2123
2126
|
}
|
|
2124
|
-
}),
|
|
2127
|
+
}), Gs = /* @__PURE__ */ C({
|
|
2125
2128
|
__name: "index",
|
|
2126
2129
|
props: {
|
|
2127
2130
|
nodeId: {},
|
|
@@ -2149,7 +2152,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2149
2152
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2150
2153
|
};
|
|
2151
2154
|
}
|
|
2152
|
-
}),
|
|
2155
|
+
}), Hs = /* @__PURE__ */ C({
|
|
2153
2156
|
__name: "index",
|
|
2154
2157
|
props: {
|
|
2155
2158
|
nodeId: {},
|
|
@@ -2191,7 +2194,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2191
2194
|
});
|
|
2192
2195
|
};
|
|
2193
2196
|
}
|
|
2194
|
-
}),
|
|
2197
|
+
}), Us = /* @__PURE__ */ C({
|
|
2195
2198
|
__name: "index",
|
|
2196
2199
|
props: {
|
|
2197
2200
|
nodeId: {},
|
|
@@ -2283,7 +2286,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2283
2286
|
});
|
|
2284
2287
|
};
|
|
2285
2288
|
}
|
|
2286
|
-
}),
|
|
2289
|
+
}), Js = /* @__PURE__ */ C({
|
|
2287
2290
|
__name: "index",
|
|
2288
2291
|
props: {
|
|
2289
2292
|
nodeId: {},
|
|
@@ -2325,7 +2328,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2325
2328
|
});
|
|
2326
2329
|
};
|
|
2327
2330
|
}
|
|
2328
|
-
}),
|
|
2331
|
+
}), qs = /* @__PURE__ */ C({
|
|
2329
2332
|
__name: "index",
|
|
2330
2333
|
props: {
|
|
2331
2334
|
nodeId: {},
|
|
@@ -2365,7 +2368,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2365
2368
|
});
|
|
2366
2369
|
};
|
|
2367
2370
|
}
|
|
2368
|
-
}),
|
|
2371
|
+
}), Xs = /* @__PURE__ */ C({
|
|
2369
2372
|
__name: "index",
|
|
2370
2373
|
props: {
|
|
2371
2374
|
nodeId: {},
|
|
@@ -2428,7 +2431,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2428
2431
|
default: I(() => [
|
|
2429
2432
|
O(lt, {
|
|
2430
2433
|
modelValue: i(ee),
|
|
2431
|
-
"onUpdate:modelValue": Je[0] || (Je[0] = (
|
|
2434
|
+
"onUpdate:modelValue": Je[0] || (Je[0] = (Uo) => Z(ee) ? ee.value = Uo : null),
|
|
2432
2435
|
color: i(s),
|
|
2433
2436
|
direction: i(r),
|
|
2434
2437
|
disabled: i(a),
|
|
@@ -2476,7 +2479,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2476
2479
|
});
|
|
2477
2480
|
};
|
|
2478
2481
|
}
|
|
2479
|
-
}),
|
|
2482
|
+
}), Ys = /* @__PURE__ */ C({
|
|
2480
2483
|
__name: "index",
|
|
2481
2484
|
props: {
|
|
2482
2485
|
nodeId: {},
|
|
@@ -2503,8 +2506,8 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
|
|
|
2503
2506
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2504
2507
|
};
|
|
2505
2508
|
}
|
|
2506
|
-
}),
|
|
2507
|
-
function
|
|
2509
|
+
}), Zs = {};
|
|
2510
|
+
function Qs(t, n) {
|
|
2508
2511
|
const e = M("v-stepper-header");
|
|
2509
2512
|
return _(), S(e, null, {
|
|
2510
2513
|
default: I(() => [
|
|
@@ -2513,7 +2516,7 @@ function Zs(t, n) {
|
|
|
2513
2516
|
_: 3
|
|
2514
2517
|
});
|
|
2515
2518
|
}
|
|
2516
|
-
const
|
|
2519
|
+
const el = /* @__PURE__ */ Ae(Zs, [["render", Qs]]), tl = /* @__PURE__ */ C({
|
|
2517
2520
|
__name: "index",
|
|
2518
2521
|
props: {
|
|
2519
2522
|
nodeId: {},
|
|
@@ -2532,8 +2535,8 @@ const Qs = /* @__PURE__ */ Ae(Ys, [["render", Zs]]), el = /* @__PURE__ */ C({
|
|
|
2532
2535
|
}, 8, ["value"]);
|
|
2533
2536
|
};
|
|
2534
2537
|
}
|
|
2535
|
-
}),
|
|
2536
|
-
function
|
|
2538
|
+
}), nl = {};
|
|
2539
|
+
function ol(t, n) {
|
|
2537
2540
|
const e = M("v-stepper-window");
|
|
2538
2541
|
return _(), S(e, null, {
|
|
2539
2542
|
default: I(() => [
|
|
@@ -2542,7 +2545,7 @@ function nl(t, n) {
|
|
|
2542
2545
|
_: 3
|
|
2543
2546
|
});
|
|
2544
2547
|
}
|
|
2545
|
-
const
|
|
2548
|
+
const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
|
|
2546
2549
|
__name: "index",
|
|
2547
2550
|
props: {
|
|
2548
2551
|
nodeId: {},
|
|
@@ -2561,7 +2564,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2561
2564
|
}, 8, ["value"]);
|
|
2562
2565
|
};
|
|
2563
2566
|
}
|
|
2564
|
-
}),
|
|
2567
|
+
}), sl = /* @__PURE__ */ C({
|
|
2565
2568
|
__name: "index",
|
|
2566
2569
|
props: {
|
|
2567
2570
|
nodeId: {},
|
|
@@ -2605,7 +2608,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2605
2608
|
});
|
|
2606
2609
|
};
|
|
2607
2610
|
}
|
|
2608
|
-
}),
|
|
2611
|
+
}), ll = /* @__PURE__ */ C({
|
|
2609
2612
|
__name: "index",
|
|
2610
2613
|
props: {
|
|
2611
2614
|
nodeId: {},
|
|
@@ -2632,7 +2635,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2632
2635
|
});
|
|
2633
2636
|
};
|
|
2634
2637
|
}
|
|
2635
|
-
}),
|
|
2638
|
+
}), al = /* @__PURE__ */ C({
|
|
2636
2639
|
__name: "index",
|
|
2637
2640
|
props: {
|
|
2638
2641
|
nodeId: {},
|
|
@@ -2711,7 +2714,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2711
2714
|
});
|
|
2712
2715
|
};
|
|
2713
2716
|
}
|
|
2714
|
-
}),
|
|
2717
|
+
}), cl = /* @__PURE__ */ C({
|
|
2715
2718
|
__name: "index",
|
|
2716
2719
|
props: {
|
|
2717
2720
|
nodeId: {},
|
|
@@ -2732,13 +2735,13 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2732
2735
|
return (m, f) => (_(), S(i(N), null, {
|
|
2733
2736
|
default: I(() => [
|
|
2734
2737
|
te("span", {
|
|
2735
|
-
class:
|
|
2736
|
-
},
|
|
2738
|
+
class: Qo(d.value)
|
|
2739
|
+
}, ei(i(u)), 3)
|
|
2737
2740
|
]),
|
|
2738
2741
|
_: 1
|
|
2739
2742
|
}));
|
|
2740
2743
|
}
|
|
2741
|
-
}),
|
|
2744
|
+
}), ul = /* @__PURE__ */ C({
|
|
2742
2745
|
__name: "index",
|
|
2743
2746
|
props: {
|
|
2744
2747
|
nodeId: {},
|
|
@@ -2792,7 +2795,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2792
2795
|
});
|
|
2793
2796
|
};
|
|
2794
2797
|
}
|
|
2795
|
-
}),
|
|
2798
|
+
}), ml = /* @__PURE__ */ C({
|
|
2796
2799
|
__name: "index",
|
|
2797
2800
|
props: {
|
|
2798
2801
|
nodeId: {},
|
|
@@ -2917,7 +2920,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2917
2920
|
});
|
|
2918
2921
|
};
|
|
2919
2922
|
}
|
|
2920
|
-
}),
|
|
2923
|
+
}), pl = /* @__PURE__ */ C({
|
|
2921
2924
|
__name: "index",
|
|
2922
2925
|
props: {
|
|
2923
2926
|
nodeId: {},
|
|
@@ -2979,8 +2982,8 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
|
|
|
2979
2982
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2980
2983
|
};
|
|
2981
2984
|
}
|
|
2982
|
-
}),
|
|
2983
|
-
function
|
|
2985
|
+
}), dl = {};
|
|
2986
|
+
function fl(t, n) {
|
|
2984
2987
|
const e = M("v-timeline-item");
|
|
2985
2988
|
return _(), S(e, null, {
|
|
2986
2989
|
default: I(() => [
|
|
@@ -2989,7 +2992,7 @@ function dl(t, n) {
|
|
|
2989
2992
|
_: 3
|
|
2990
2993
|
});
|
|
2991
2994
|
}
|
|
2992
|
-
const
|
|
2995
|
+
const yl = /* @__PURE__ */ Ae(dl, [["render", fl]]), bl = /* @__PURE__ */ C({
|
|
2993
2996
|
__name: "index",
|
|
2994
2997
|
props: {
|
|
2995
2998
|
nodeId: {},
|
|
@@ -3030,8 +3033,8 @@ const fl = /* @__PURE__ */ Ae(pl, [["render", dl]]), yl = /* @__PURE__ */ C({
|
|
|
3030
3033
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
3031
3034
|
};
|
|
3032
3035
|
}
|
|
3033
|
-
}),
|
|
3034
|
-
function
|
|
3036
|
+
}), gl = {};
|
|
3037
|
+
function hl(t, n) {
|
|
3035
3038
|
const e = M("v-window-item");
|
|
3036
3039
|
return _(), S(e, null, {
|
|
3037
3040
|
default: I(() => [
|
|
@@ -3040,7 +3043,7 @@ function gl(t, n) {
|
|
|
3040
3043
|
_: 3
|
|
3041
3044
|
});
|
|
3042
3045
|
}
|
|
3043
|
-
const
|
|
3046
|
+
const _l = /* @__PURE__ */ Ae(gl, [["render", hl]]), y = {
|
|
3044
3047
|
key: "basic",
|
|
3045
3048
|
name: "x-runtime-lib.basic",
|
|
3046
3049
|
children: [
|
|
@@ -3102,7 +3105,7 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
|
|
|
3102
3105
|
]
|
|
3103
3106
|
}
|
|
3104
3107
|
]
|
|
3105
|
-
},
|
|
3108
|
+
}, vl = K(X), Le = {
|
|
3106
3109
|
key: "border",
|
|
3107
3110
|
name: "x-runtime-lib.border",
|
|
3108
3111
|
children: [
|
|
@@ -3120,7 +3123,7 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
|
|
|
3120
3123
|
types: "borderWidthTypesV1",
|
|
3121
3124
|
default: ""
|
|
3122
3125
|
},
|
|
3123
|
-
|
|
3126
|
+
vl,
|
|
3124
3127
|
{
|
|
3125
3128
|
key: "roundRadius",
|
|
3126
3129
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3516,10 +3519,10 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
|
|
|
3516
3519
|
default: 2e3
|
|
3517
3520
|
}
|
|
3518
3521
|
]
|
|
3519
|
-
},
|
|
3522
|
+
}, xl = {
|
|
3520
3523
|
key: "scene_orthographic_camera_v1",
|
|
3521
3524
|
name: "x-runtime-lib.orthographicCamera",
|
|
3522
|
-
comp:
|
|
3525
|
+
comp: Wi,
|
|
3523
3526
|
properties: {
|
|
3524
3527
|
pageScene: [y, Q, mn],
|
|
3525
3528
|
compScene: [y, Q, mn]
|
|
@@ -3528,7 +3531,7 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
|
|
|
3528
3531
|
methods: [],
|
|
3529
3532
|
slots: []
|
|
3530
3533
|
};
|
|
3531
|
-
w(
|
|
3534
|
+
w(xl);
|
|
3532
3535
|
const pn = {
|
|
3533
3536
|
key: "settings",
|
|
3534
3537
|
name: "x-runtime-lib.settings",
|
|
@@ -3562,10 +3565,10 @@ const pn = {
|
|
|
3562
3565
|
default: 2e3
|
|
3563
3566
|
}
|
|
3564
3567
|
]
|
|
3565
|
-
},
|
|
3568
|
+
}, kl = {
|
|
3566
3569
|
key: "scene_perspective_camera_v1",
|
|
3567
3570
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3568
|
-
comp:
|
|
3571
|
+
comp: Ki,
|
|
3569
3572
|
properties: {
|
|
3570
3573
|
pageScene: [y, Q, pn],
|
|
3571
3574
|
compScene: [y, Q, pn]
|
|
@@ -3574,11 +3577,11 @@ const pn = {
|
|
|
3574
3577
|
methods: [],
|
|
3575
3578
|
slots: []
|
|
3576
3579
|
};
|
|
3577
|
-
w(
|
|
3578
|
-
const
|
|
3580
|
+
w(kl);
|
|
3581
|
+
const wl = {
|
|
3579
3582
|
key: "scene_keyboard_controls_v1",
|
|
3580
3583
|
name: "x-runtime-lib.keyboardControls",
|
|
3581
|
-
comp:
|
|
3584
|
+
comp: Di,
|
|
3582
3585
|
properties: {
|
|
3583
3586
|
pageScene: [y],
|
|
3584
3587
|
compScene: [y]
|
|
@@ -3588,11 +3591,11 @@ const kl = {
|
|
|
3588
3591
|
slots: [],
|
|
3589
3592
|
leaf: !0
|
|
3590
3593
|
};
|
|
3591
|
-
w(
|
|
3592
|
-
const
|
|
3594
|
+
w(wl);
|
|
3595
|
+
const Il = {
|
|
3593
3596
|
key: "scene_map_controls_v1",
|
|
3594
3597
|
name: "x-runtime-lib.mapControls",
|
|
3595
|
-
comp:
|
|
3598
|
+
comp: Oi,
|
|
3596
3599
|
properties: {
|
|
3597
3600
|
pageScene: [y],
|
|
3598
3601
|
compScene: [y]
|
|
@@ -3602,11 +3605,11 @@ const wl = {
|
|
|
3602
3605
|
slots: [],
|
|
3603
3606
|
leaf: !0
|
|
3604
3607
|
};
|
|
3605
|
-
w(
|
|
3606
|
-
const
|
|
3608
|
+
w(Il);
|
|
3609
|
+
const Sl = {
|
|
3607
3610
|
key: "scene_orbit_controls_v1",
|
|
3608
3611
|
name: "x-runtime-lib.orbitControls",
|
|
3609
|
-
comp:
|
|
3612
|
+
comp: Fi,
|
|
3610
3613
|
properties: {
|
|
3611
3614
|
pageScene: [y],
|
|
3612
3615
|
compScene: [y]
|
|
@@ -3616,8 +3619,8 @@ const Il = {
|
|
|
3616
3619
|
slots: [],
|
|
3617
3620
|
leaf: !0
|
|
3618
3621
|
};
|
|
3619
|
-
w(
|
|
3620
|
-
function
|
|
3622
|
+
w(Sl);
|
|
3623
|
+
function $l(t, n) {
|
|
3621
3624
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3622
3625
|
if (!o) {
|
|
3623
3626
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3646,7 +3649,7 @@ function Sl(t, n) {
|
|
|
3646
3649
|
z: 1
|
|
3647
3650
|
}
|
|
3648
3651
|
};
|
|
3649
|
-
const a =
|
|
3652
|
+
const a = Cl(t, n), c = Vl(t, n);
|
|
3650
3653
|
return {
|
|
3651
3654
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3652
3655
|
nodes: {
|
|
@@ -3656,7 +3659,7 @@ function Sl(t, n) {
|
|
|
3656
3659
|
}
|
|
3657
3660
|
};
|
|
3658
3661
|
}
|
|
3659
|
-
function
|
|
3662
|
+
function Cl(t, n) {
|
|
3660
3663
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3661
3664
|
if (!o) {
|
|
3662
3665
|
console.error(
|
|
@@ -3686,7 +3689,7 @@ function $l(t, n) {
|
|
|
3686
3689
|
}
|
|
3687
3690
|
};
|
|
3688
3691
|
}
|
|
3689
|
-
function
|
|
3692
|
+
function Vl(t, n) {
|
|
3690
3693
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3691
3694
|
if (!o) {
|
|
3692
3695
|
console.error(
|
|
@@ -3756,7 +3759,7 @@ const dn = {
|
|
|
3756
3759
|
}, yt = {
|
|
3757
3760
|
key: "scene_box_geometry_v1",
|
|
3758
3761
|
name: "x-runtime-lib.boxGeometry",
|
|
3759
|
-
comp:
|
|
3762
|
+
comp: ji,
|
|
3760
3763
|
properties: {
|
|
3761
3764
|
pageScene: [y, dn],
|
|
3762
3765
|
compScene: [y, dn]
|
|
@@ -3765,10 +3768,10 @@ const dn = {
|
|
|
3765
3768
|
methods: [],
|
|
3766
3769
|
slots: [],
|
|
3767
3770
|
leaf: !0,
|
|
3768
|
-
spawn:
|
|
3771
|
+
spawn: $l
|
|
3769
3772
|
};
|
|
3770
3773
|
w(yt);
|
|
3771
|
-
function
|
|
3774
|
+
function Pl(t, n) {
|
|
3772
3775
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3773
3776
|
if (!o) {
|
|
3774
3777
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3797,7 +3800,7 @@ function Vl(t, n) {
|
|
|
3797
3800
|
z: 1
|
|
3798
3801
|
}
|
|
3799
3802
|
};
|
|
3800
|
-
const a =
|
|
3803
|
+
const a = Ll(t, n), c = zl(t, n);
|
|
3801
3804
|
return {
|
|
3802
3805
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3803
3806
|
nodes: {
|
|
@@ -3807,7 +3810,7 @@ function Vl(t, n) {
|
|
|
3807
3810
|
}
|
|
3808
3811
|
};
|
|
3809
3812
|
}
|
|
3810
|
-
function
|
|
3813
|
+
function Ll(t, n) {
|
|
3811
3814
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3812
3815
|
if (!o) {
|
|
3813
3816
|
console.error(
|
|
@@ -3838,7 +3841,7 @@ function Pl(t, n) {
|
|
|
3838
3841
|
}
|
|
3839
3842
|
};
|
|
3840
3843
|
}
|
|
3841
|
-
function
|
|
3844
|
+
function zl(t, n) {
|
|
3842
3845
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3843
3846
|
if (!o) {
|
|
3844
3847
|
console.error(
|
|
@@ -3916,7 +3919,7 @@ const fn = {
|
|
|
3916
3919
|
}, bt = {
|
|
3917
3920
|
key: "scene_sphere_geometry_v1",
|
|
3918
3921
|
name: "x-runtime-lib.sphereGeometry",
|
|
3919
|
-
comp:
|
|
3922
|
+
comp: Hi,
|
|
3920
3923
|
properties: {
|
|
3921
3924
|
pageScene: [y, fn],
|
|
3922
3925
|
compScene: [y, fn]
|
|
@@ -3925,7 +3928,7 @@ const fn = {
|
|
|
3925
3928
|
methods: [],
|
|
3926
3929
|
slots: [],
|
|
3927
3930
|
leaf: !0,
|
|
3928
|
-
spawn:
|
|
3931
|
+
spawn: Pl
|
|
3929
3932
|
};
|
|
3930
3933
|
w(bt);
|
|
3931
3934
|
const ot = K(X);
|
|
@@ -3945,10 +3948,10 @@ const yn = {
|
|
|
3945
3948
|
default: 1
|
|
3946
3949
|
}
|
|
3947
3950
|
]
|
|
3948
|
-
},
|
|
3951
|
+
}, Tl = {
|
|
3949
3952
|
key: "scene_ambient_light_v1",
|
|
3950
3953
|
name: "x-runtime-lib.ambientLight",
|
|
3951
|
-
comp:
|
|
3954
|
+
comp: Ji,
|
|
3952
3955
|
properties: {
|
|
3953
3956
|
pageScene: [y, Q, yn],
|
|
3954
3957
|
compScene: [y, Q, yn]
|
|
@@ -3957,7 +3960,7 @@ const yn = {
|
|
|
3957
3960
|
methods: [],
|
|
3958
3961
|
slots: []
|
|
3959
3962
|
};
|
|
3960
|
-
w(
|
|
3963
|
+
w(Tl);
|
|
3961
3964
|
const it = K(X);
|
|
3962
3965
|
it.children[0].default = "custom";
|
|
3963
3966
|
it.children[2].children[0].default = "0xffffff";
|
|
@@ -3975,10 +3978,10 @@ const bn = {
|
|
|
3975
3978
|
default: 1
|
|
3976
3979
|
}
|
|
3977
3980
|
]
|
|
3978
|
-
},
|
|
3981
|
+
}, El = {
|
|
3979
3982
|
key: "scene_directional_light_v1",
|
|
3980
3983
|
name: "x-runtime-lib.directionalLight",
|
|
3981
|
-
comp:
|
|
3984
|
+
comp: Xi,
|
|
3982
3985
|
properties: {
|
|
3983
3986
|
pageScene: [y, Q, bn],
|
|
3984
3987
|
compScene: [y, Q, bn]
|
|
@@ -3987,7 +3990,7 @@ const bn = {
|
|
|
3987
3990
|
methods: [],
|
|
3988
3991
|
slots: []
|
|
3989
3992
|
};
|
|
3990
|
-
w(
|
|
3993
|
+
w(El);
|
|
3991
3994
|
const rt = K(X);
|
|
3992
3995
|
rt.children[0].default = "custom";
|
|
3993
3996
|
rt.children[2].children[0].default = "0xffffff";
|
|
@@ -4019,10 +4022,10 @@ const gn = {
|
|
|
4019
4022
|
default: 2
|
|
4020
4023
|
}
|
|
4021
4024
|
]
|
|
4022
|
-
},
|
|
4025
|
+
}, Al = {
|
|
4023
4026
|
key: "scene_point_light_v1",
|
|
4024
4027
|
name: "x-runtime-lib.pointLight",
|
|
4025
|
-
comp:
|
|
4028
|
+
comp: Zi,
|
|
4026
4029
|
properties: {
|
|
4027
4030
|
pageScene: [y, Q, gn],
|
|
4028
4031
|
compScene: [y, Q, gn]
|
|
@@ -4031,7 +4034,7 @@ const gn = {
|
|
|
4031
4034
|
methods: [],
|
|
4032
4035
|
slots: []
|
|
4033
4036
|
};
|
|
4034
|
-
w(
|
|
4037
|
+
w(Al);
|
|
4035
4038
|
const st = K(X);
|
|
4036
4039
|
st.children[0].default = "custom";
|
|
4037
4040
|
st.children[2].children[0].default = "0xffffff";
|
|
@@ -4080,10 +4083,10 @@ const hn = {
|
|
|
4080
4083
|
default: 0
|
|
4081
4084
|
}
|
|
4082
4085
|
]
|
|
4083
|
-
},
|
|
4086
|
+
}, Ml = {
|
|
4084
4087
|
key: "scene_spot_light_v1",
|
|
4085
4088
|
name: "x-runtime-lib.spotLight",
|
|
4086
|
-
comp:
|
|
4089
|
+
comp: er,
|
|
4087
4090
|
properties: {
|
|
4088
4091
|
pageScene: [y, Q, hn],
|
|
4089
4092
|
compScene: [y, Q, hn]
|
|
@@ -4092,11 +4095,11 @@ const hn = {
|
|
|
4092
4095
|
methods: [],
|
|
4093
4096
|
slots: []
|
|
4094
4097
|
};
|
|
4095
|
-
w(
|
|
4098
|
+
w(Ml);
|
|
4096
4099
|
const De = {
|
|
4097
4100
|
key: "scene_mesh_basic_material_v1",
|
|
4098
4101
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
4099
|
-
comp:
|
|
4102
|
+
comp: or,
|
|
4100
4103
|
properties: {
|
|
4101
4104
|
pageScene: [y],
|
|
4102
4105
|
compScene: [y]
|
|
@@ -4107,10 +4110,10 @@ const De = {
|
|
|
4107
4110
|
leaf: !0
|
|
4108
4111
|
};
|
|
4109
4112
|
w(De);
|
|
4110
|
-
const
|
|
4113
|
+
const Bl = {
|
|
4111
4114
|
key: "scene_group_v1",
|
|
4112
4115
|
name: "x-runtime-lib.group",
|
|
4113
|
-
comp:
|
|
4116
|
+
comp: rr,
|
|
4114
4117
|
properties: {
|
|
4115
4118
|
pageScene: [y, Q],
|
|
4116
4119
|
compScene: [y, Q]
|
|
@@ -4119,11 +4122,11 @@ const Ml = {
|
|
|
4119
4122
|
methods: [],
|
|
4120
4123
|
slots: []
|
|
4121
4124
|
};
|
|
4122
|
-
w(
|
|
4125
|
+
w(Bl);
|
|
4123
4126
|
const Oe = {
|
|
4124
4127
|
key: "scene_mesh_v1",
|
|
4125
4128
|
name: "x-runtime-lib.mesh",
|
|
4126
|
-
comp:
|
|
4129
|
+
comp: lr,
|
|
4127
4130
|
properties: {
|
|
4128
4131
|
pageScene: [y, Q],
|
|
4129
4132
|
compScene: [y, Q]
|
|
@@ -4133,7 +4136,7 @@ const Oe = {
|
|
|
4133
4136
|
slots: []
|
|
4134
4137
|
};
|
|
4135
4138
|
w(Oe);
|
|
4136
|
-
function
|
|
4139
|
+
function Wl(t, n) {
|
|
4137
4140
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4138
4141
|
if (!o) {
|
|
4139
4142
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4181,16 +4184,16 @@ const _n = {
|
|
|
4181
4184
|
}, gt = {
|
|
4182
4185
|
key: "common_bar_chart_v1",
|
|
4183
4186
|
name: "x-runtime-lib.barChart",
|
|
4184
|
-
comp:
|
|
4187
|
+
comp: fs,
|
|
4185
4188
|
properties: {
|
|
4186
4189
|
pageCommon: [y, Y, Qe, et, tt, Ze, _n],
|
|
4187
4190
|
compCommon: [y, Y, Qe, et, tt, Ze, _n]
|
|
4188
4191
|
},
|
|
4189
4192
|
leaf: !0,
|
|
4190
|
-
spawn:
|
|
4193
|
+
spawn: Wl
|
|
4191
4194
|
};
|
|
4192
4195
|
w(gt);
|
|
4193
|
-
function
|
|
4196
|
+
function Rl(t, n) {
|
|
4194
4197
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4195
4198
|
if (!o) {
|
|
4196
4199
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4238,26 +4241,26 @@ const vn = {
|
|
|
4238
4241
|
}, ht = {
|
|
4239
4242
|
key: "common_line_chart_v1",
|
|
4240
4243
|
name: "x-runtime-lib.lineChart",
|
|
4241
|
-
comp:
|
|
4244
|
+
comp: ys,
|
|
4242
4245
|
properties: {
|
|
4243
4246
|
pageCommon: [y, Y, Qe, et, tt, Ze, vn],
|
|
4244
4247
|
compCommon: [y, Y, Qe, et, tt, Ze, vn]
|
|
4245
4248
|
},
|
|
4246
4249
|
leaf: !0,
|
|
4247
|
-
spawn:
|
|
4250
|
+
spawn: Rl
|
|
4248
4251
|
};
|
|
4249
4252
|
w(ht);
|
|
4250
|
-
const
|
|
4253
|
+
const Kl = {
|
|
4251
4254
|
key: "multiple_ref_v1",
|
|
4252
4255
|
name: "x-runtime-lib.multipleRef",
|
|
4253
|
-
comp:
|
|
4256
|
+
comp: bs,
|
|
4254
4257
|
properties: {
|
|
4255
4258
|
pageCommon: [y],
|
|
4256
4259
|
compCommon: [y]
|
|
4257
4260
|
},
|
|
4258
4261
|
leaf: !0
|
|
4259
4262
|
};
|
|
4260
|
-
w(
|
|
4263
|
+
w(Kl);
|
|
4261
4264
|
const xn = {
|
|
4262
4265
|
key: "reference",
|
|
4263
4266
|
name: "x-runtime-lib.reference",
|
|
@@ -4269,17 +4272,17 @@ const xn = {
|
|
|
4269
4272
|
default: void 0
|
|
4270
4273
|
}
|
|
4271
4274
|
]
|
|
4272
|
-
},
|
|
4275
|
+
}, Dl = {
|
|
4273
4276
|
key: "reference_v1",
|
|
4274
4277
|
name: "x-runtime-lib.reference",
|
|
4275
|
-
comp:
|
|
4278
|
+
comp: gs,
|
|
4276
4279
|
properties: {
|
|
4277
4280
|
pageCommon: [y, Y, xn],
|
|
4278
4281
|
compCommon: [y, Y, xn]
|
|
4279
4282
|
},
|
|
4280
4283
|
leaf: !0
|
|
4281
4284
|
};
|
|
4282
|
-
w(
|
|
4285
|
+
w(Dl);
|
|
4283
4286
|
const kn = {
|
|
4284
4287
|
key: "settings",
|
|
4285
4288
|
name: "x-runtime-lib.settings",
|
|
@@ -4291,16 +4294,16 @@ const kn = {
|
|
|
4291
4294
|
default: !1
|
|
4292
4295
|
}
|
|
4293
4296
|
]
|
|
4294
|
-
},
|
|
4297
|
+
}, Ol = {
|
|
4295
4298
|
key: "render_switch_v1",
|
|
4296
4299
|
name: "x-runtime-lib.renderSwitch",
|
|
4297
|
-
comp:
|
|
4300
|
+
comp: hs,
|
|
4298
4301
|
properties: {
|
|
4299
4302
|
pageCommon: [y, kn],
|
|
4300
4303
|
compCommon: [y, kn]
|
|
4301
4304
|
}
|
|
4302
4305
|
};
|
|
4303
|
-
w(
|
|
4306
|
+
w(Ol);
|
|
4304
4307
|
const wn = {
|
|
4305
4308
|
key: "reference",
|
|
4306
4309
|
name: "x-runtime-lib.reference",
|
|
@@ -4312,44 +4315,45 @@ const wn = {
|
|
|
4312
4315
|
default: void 0
|
|
4313
4316
|
}
|
|
4314
4317
|
]
|
|
4315
|
-
},
|
|
4318
|
+
}, Fl = {
|
|
4316
4319
|
key: "slot_v1",
|
|
4317
4320
|
name: "x-runtime-lib.slot",
|
|
4318
4321
|
comp: ye,
|
|
4319
4322
|
properties: {
|
|
4320
4323
|
pageCommon: [y, wn],
|
|
4321
4324
|
compCommon: [y, wn]
|
|
4322
|
-
}
|
|
4325
|
+
},
|
|
4326
|
+
leaf: !0
|
|
4323
4327
|
};
|
|
4324
|
-
w(
|
|
4328
|
+
w(Fl);
|
|
4325
4329
|
const Me = K(X);
|
|
4326
4330
|
Me.key = "backgroundColor";
|
|
4327
4331
|
Me.name = "x-runtime-lib.backgroundColor";
|
|
4328
|
-
const
|
|
4332
|
+
const Eo = {
|
|
4329
4333
|
key: "adaptSlot",
|
|
4330
4334
|
name: "x-runtime-lib.adaptSlot",
|
|
4331
4335
|
ui: "slotSelect",
|
|
4332
4336
|
default: void 0
|
|
4333
|
-
}, Fl = {
|
|
4334
|
-
key: "settings",
|
|
4335
|
-
name: "x-runtime-lib.settings",
|
|
4336
|
-
children: [Me]
|
|
4337
4337
|
}, Nl = {
|
|
4338
4338
|
key: "settings",
|
|
4339
4339
|
name: "x-runtime-lib.settings",
|
|
4340
|
-
children: [Me
|
|
4340
|
+
children: [Me]
|
|
4341
4341
|
}, jl = {
|
|
4342
4342
|
key: "settings",
|
|
4343
4343
|
name: "x-runtime-lib.settings",
|
|
4344
|
-
children: [Me]
|
|
4344
|
+
children: [Me, Eo]
|
|
4345
4345
|
}, Gl = {
|
|
4346
4346
|
key: "settings",
|
|
4347
4347
|
name: "x-runtime-lib.settings",
|
|
4348
|
-
children: [Me
|
|
4348
|
+
children: [Me]
|
|
4349
4349
|
}, Hl = {
|
|
4350
|
+
key: "settings",
|
|
4351
|
+
name: "x-runtime-lib.settings",
|
|
4352
|
+
children: [Me, Eo]
|
|
4353
|
+
}, Ul = {
|
|
4350
4354
|
key: "startup",
|
|
4351
4355
|
name: "x-runtime-lib.startup"
|
|
4352
|
-
},
|
|
4356
|
+
}, Jl = {
|
|
4353
4357
|
key: "screenSizeChange",
|
|
4354
4358
|
name: "x-runtime-lib.screenSizeChange",
|
|
4355
4359
|
params: [
|
|
@@ -4364,7 +4368,7 @@ const To = {
|
|
|
4364
4368
|
type: "string"
|
|
4365
4369
|
}
|
|
4366
4370
|
]
|
|
4367
|
-
},
|
|
4371
|
+
}, ql = {
|
|
4368
4372
|
key: "darkModeChange",
|
|
4369
4373
|
name: "x-runtime-lib.darkModeChange",
|
|
4370
4374
|
params: [
|
|
@@ -4374,20 +4378,20 @@ const To = {
|
|
|
4374
4378
|
type: "boolean"
|
|
4375
4379
|
}
|
|
4376
4380
|
]
|
|
4377
|
-
},
|
|
4381
|
+
}, Xl = {
|
|
4378
4382
|
key: "globality_v1",
|
|
4379
4383
|
name: "x-runtime-lib.globality",
|
|
4380
4384
|
comp: null,
|
|
4381
4385
|
properties: {
|
|
4382
|
-
pageCommon: [
|
|
4383
|
-
pageScene: [
|
|
4384
|
-
compCommon: [
|
|
4385
|
-
compScene: [
|
|
4386
|
+
pageCommon: [Nl],
|
|
4387
|
+
pageScene: [Gl],
|
|
4388
|
+
compCommon: [jl],
|
|
4389
|
+
compScene: [Hl]
|
|
4386
4390
|
},
|
|
4387
|
-
events: [
|
|
4391
|
+
events: [Ul, Jl, ql],
|
|
4388
4392
|
internal: !0
|
|
4389
4393
|
};
|
|
4390
|
-
w(
|
|
4394
|
+
w(Xl);
|
|
4391
4395
|
const In = {
|
|
4392
4396
|
key: "settings",
|
|
4393
4397
|
name: "x-runtime-lib.settings",
|
|
@@ -4423,17 +4427,17 @@ const In = {
|
|
|
4423
4427
|
default: !1
|
|
4424
4428
|
}
|
|
4425
4429
|
]
|
|
4426
|
-
},
|
|
4430
|
+
}, Yl = {
|
|
4427
4431
|
key: "common_badge_v1",
|
|
4428
4432
|
name: "x-runtime-lib.badge",
|
|
4429
|
-
comp:
|
|
4433
|
+
comp: _s,
|
|
4430
4434
|
properties: {
|
|
4431
4435
|
pageCommon: [y, In],
|
|
4432
4436
|
compCommon: [y, In]
|
|
4433
4437
|
}
|
|
4434
4438
|
};
|
|
4435
|
-
w(
|
|
4436
|
-
function
|
|
4439
|
+
w(Yl);
|
|
4440
|
+
function Zl(t, n) {
|
|
4437
4441
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4438
4442
|
if (!o) {
|
|
4439
4443
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
@@ -4452,7 +4456,7 @@ function Yl(t, n) {
|
|
|
4452
4456
|
}
|
|
4453
4457
|
};
|
|
4454
4458
|
}
|
|
4455
|
-
const
|
|
4459
|
+
const Ql = K(X), Sn = {
|
|
4456
4460
|
key: "settings",
|
|
4457
4461
|
name: "x-runtime-lib.settings",
|
|
4458
4462
|
children: [
|
|
@@ -4478,7 +4482,7 @@ const Zl = K(X), Sn = {
|
|
|
4478
4482
|
key: "text",
|
|
4479
4483
|
name: "x-runtime-lib.text",
|
|
4480
4484
|
ui: "strInput",
|
|
4481
|
-
default: ""
|
|
4485
|
+
default: "button"
|
|
4482
4486
|
},
|
|
4483
4487
|
{
|
|
4484
4488
|
key: "variant",
|
|
@@ -4531,7 +4535,7 @@ const Zl = K(X), Sn = {
|
|
|
4531
4535
|
ui: "switch",
|
|
4532
4536
|
default: !1
|
|
4533
4537
|
},
|
|
4534
|
-
|
|
4538
|
+
Ql,
|
|
4535
4539
|
{
|
|
4536
4540
|
key: "ripple",
|
|
4537
4541
|
name: "x-runtime-lib.ripple",
|
|
@@ -4542,7 +4546,7 @@ const Zl = K(X), Sn = {
|
|
|
4542
4546
|
}, _t = {
|
|
4543
4547
|
key: "common_btn_v1",
|
|
4544
4548
|
name: "x-runtime-lib.button",
|
|
4545
|
-
comp:
|
|
4549
|
+
comp: vs,
|
|
4546
4550
|
properties: {
|
|
4547
4551
|
pageCommon: [y, Y, Sn],
|
|
4548
4552
|
compCommon: [y, Y, Sn]
|
|
@@ -4554,19 +4558,19 @@ const Zl = K(X), Sn = {
|
|
|
4554
4558
|
}
|
|
4555
4559
|
],
|
|
4556
4560
|
leaf: !0,
|
|
4557
|
-
spawn:
|
|
4561
|
+
spawn: Zl
|
|
4558
4562
|
};
|
|
4559
4563
|
w(_t);
|
|
4560
|
-
const
|
|
4564
|
+
const ea = {
|
|
4561
4565
|
key: "common_btn_group_v1",
|
|
4562
4566
|
name: "x-runtime-lib.buttonGroup",
|
|
4563
|
-
comp:
|
|
4567
|
+
comp: ws,
|
|
4564
4568
|
properties: {
|
|
4565
4569
|
pageCommon: [y],
|
|
4566
4570
|
compCommon: [y]
|
|
4567
4571
|
}
|
|
4568
4572
|
};
|
|
4569
|
-
w(
|
|
4573
|
+
w(ea);
|
|
4570
4574
|
const $n = {
|
|
4571
4575
|
key: "settings",
|
|
4572
4576
|
name: "x-runtime-lib.settings",
|
|
@@ -4628,17 +4632,17 @@ const $n = {
|
|
|
4628
4632
|
default: !1
|
|
4629
4633
|
}
|
|
4630
4634
|
]
|
|
4631
|
-
},
|
|
4635
|
+
}, ta = {
|
|
4632
4636
|
key: "common_btn_toggle_v1",
|
|
4633
4637
|
name: "x-runtime-lib.buttonToggle",
|
|
4634
|
-
comp:
|
|
4638
|
+
comp: Is,
|
|
4635
4639
|
properties: {
|
|
4636
4640
|
pageCommon: [y, $n],
|
|
4637
4641
|
compCommon: [y, $n]
|
|
4638
4642
|
}
|
|
4639
4643
|
};
|
|
4640
|
-
w(
|
|
4641
|
-
function
|
|
4644
|
+
w(ta);
|
|
4645
|
+
function na(t, n) {
|
|
4642
4646
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4643
4647
|
if (!o) {
|
|
4644
4648
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
@@ -4715,12 +4719,12 @@ const Cn = {
|
|
|
4715
4719
|
}, Fe = {
|
|
4716
4720
|
key: "common_card_v1",
|
|
4717
4721
|
name: "x-runtime-lib.card",
|
|
4718
|
-
comp:
|
|
4722
|
+
comp: Ss,
|
|
4719
4723
|
properties: {
|
|
4720
4724
|
pageCommon: [y, Y, Cn],
|
|
4721
4725
|
compCommon: [y, Y, Cn]
|
|
4722
4726
|
},
|
|
4723
|
-
spawn:
|
|
4727
|
+
spawn: na
|
|
4724
4728
|
};
|
|
4725
4729
|
w(Fe);
|
|
4726
4730
|
const Vn = {
|
|
@@ -4740,18 +4744,18 @@ const Vn = {
|
|
|
4740
4744
|
default: ""
|
|
4741
4745
|
}
|
|
4742
4746
|
]
|
|
4743
|
-
},
|
|
4747
|
+
}, oa = {
|
|
4744
4748
|
key: "common_checkbox_v1",
|
|
4745
4749
|
name: "x-runtime-lib.checkbox",
|
|
4746
|
-
comp:
|
|
4750
|
+
comp: $s,
|
|
4747
4751
|
properties: {
|
|
4748
4752
|
pageCommon: [y, Vn],
|
|
4749
4753
|
compCommon: [y, Vn]
|
|
4750
4754
|
},
|
|
4751
4755
|
leaf: !0
|
|
4752
4756
|
};
|
|
4753
|
-
w(
|
|
4754
|
-
const
|
|
4757
|
+
w(oa);
|
|
4758
|
+
const ia = K(X), Pn = {
|
|
4755
4759
|
key: "settings",
|
|
4756
4760
|
name: "x-runtime-lib.settings",
|
|
4757
4761
|
children: [
|
|
@@ -4824,12 +4828,12 @@ const oa = K(X), Pn = {
|
|
|
4824
4828
|
ui: "switch",
|
|
4825
4829
|
default: !1
|
|
4826
4830
|
},
|
|
4827
|
-
|
|
4831
|
+
ia
|
|
4828
4832
|
]
|
|
4829
4833
|
}, vt = {
|
|
4830
4834
|
key: "common_chip_v1",
|
|
4831
4835
|
name: "x-runtime-lib.chip",
|
|
4832
|
-
comp:
|
|
4836
|
+
comp: Cs,
|
|
4833
4837
|
properties: {
|
|
4834
4838
|
pageCommon: [y, Pn],
|
|
4835
4839
|
compCommon: [y, Pn]
|
|
@@ -4837,7 +4841,7 @@ const oa = K(X), Pn = {
|
|
|
4837
4841
|
leaf: !0
|
|
4838
4842
|
};
|
|
4839
4843
|
w(vt);
|
|
4840
|
-
function
|
|
4844
|
+
function ra(t, n) {
|
|
4841
4845
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4842
4846
|
if (!o) {
|
|
4843
4847
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -4947,25 +4951,25 @@ const Ln = {
|
|
|
4947
4951
|
}, xt = {
|
|
4948
4952
|
key: "common_chip_group_v1",
|
|
4949
4953
|
name: "x-runtime-lib.chipGroup",
|
|
4950
|
-
comp:
|
|
4954
|
+
comp: Vs,
|
|
4951
4955
|
properties: {
|
|
4952
4956
|
pageCommon: [y, Ln],
|
|
4953
4957
|
compCommon: [y, Ln]
|
|
4954
4958
|
},
|
|
4955
|
-
spawn:
|
|
4959
|
+
spawn: ra
|
|
4956
4960
|
};
|
|
4957
4961
|
w(xt);
|
|
4958
|
-
const
|
|
4962
|
+
const sa = {
|
|
4959
4963
|
key: "common_color_picker_v1",
|
|
4960
4964
|
name: "x-runtime-lib.colorPicker",
|
|
4961
|
-
comp:
|
|
4965
|
+
comp: Ps,
|
|
4962
4966
|
properties: {
|
|
4963
4967
|
pageCommon: [y],
|
|
4964
4968
|
compCommon: [y]
|
|
4965
4969
|
},
|
|
4966
4970
|
leaf: !0
|
|
4967
4971
|
};
|
|
4968
|
-
w(
|
|
4972
|
+
w(sa);
|
|
4969
4973
|
const zn = {
|
|
4970
4974
|
key: "settings",
|
|
4971
4975
|
name: "x-runtime-lib.settings",
|
|
@@ -5007,17 +5011,17 @@ const zn = {
|
|
|
5007
5011
|
default: !1
|
|
5008
5012
|
}
|
|
5009
5013
|
]
|
|
5010
|
-
},
|
|
5014
|
+
}, la = {
|
|
5011
5015
|
key: "common_combobox_v1",
|
|
5012
5016
|
name: "x-runtime-lib.combobox",
|
|
5013
|
-
comp:
|
|
5017
|
+
comp: Ls,
|
|
5014
5018
|
properties: {
|
|
5015
5019
|
pageCommon: [y, zn],
|
|
5016
5020
|
compCommon: [y, zn]
|
|
5017
5021
|
},
|
|
5018
5022
|
leaf: !0
|
|
5019
5023
|
};
|
|
5020
|
-
w(
|
|
5024
|
+
w(la);
|
|
5021
5025
|
const Xt = K(X);
|
|
5022
5026
|
Xt.key = "backgroundColor";
|
|
5023
5027
|
Xt.name = "x-runtime-lib.backgroundColor";
|
|
@@ -5028,7 +5032,7 @@ const Tn = {
|
|
|
5028
5032
|
}, kt = {
|
|
5029
5033
|
key: "common_container_v1",
|
|
5030
5034
|
name: "x-runtime-lib.container",
|
|
5031
|
-
comp:
|
|
5035
|
+
comp: zs,
|
|
5032
5036
|
properties: {
|
|
5033
5037
|
pageCommon: [y, Y, Le, ze, Te, Tn],
|
|
5034
5038
|
compCommon: [y, Y, Le, ze, Te, Tn]
|
|
@@ -5193,32 +5197,32 @@ const En = {
|
|
|
5193
5197
|
defaultArray: []
|
|
5194
5198
|
}
|
|
5195
5199
|
]
|
|
5196
|
-
},
|
|
5200
|
+
}, aa = {
|
|
5197
5201
|
key: "common_data_table_v1",
|
|
5198
5202
|
name: "x-runtime-lib.dataTable",
|
|
5199
|
-
comp:
|
|
5203
|
+
comp: Ts,
|
|
5200
5204
|
properties: {
|
|
5201
5205
|
pageCommon: [y, En, An, Mn],
|
|
5202
5206
|
compCommon: [y, En, An, Mn]
|
|
5203
5207
|
},
|
|
5204
5208
|
leaf: !0
|
|
5205
5209
|
};
|
|
5206
|
-
w(
|
|
5207
|
-
const
|
|
5210
|
+
w(aa);
|
|
5211
|
+
const ca = {
|
|
5208
5212
|
key: "common_date_picker_v1",
|
|
5209
5213
|
name: "x-runtime-lib.datePicker",
|
|
5210
|
-
comp:
|
|
5214
|
+
comp: Es,
|
|
5211
5215
|
properties: {
|
|
5212
5216
|
pageCommon: [y],
|
|
5213
5217
|
compCommon: [y]
|
|
5214
5218
|
},
|
|
5215
5219
|
leaf: !0
|
|
5216
5220
|
};
|
|
5217
|
-
w(
|
|
5218
|
-
const
|
|
5221
|
+
w(ca);
|
|
5222
|
+
const ua = {
|
|
5219
5223
|
key: "common_dialog_v1",
|
|
5220
5224
|
name: "x-runtime-lib.dialog",
|
|
5221
|
-
comp:
|
|
5225
|
+
comp: Ms,
|
|
5222
5226
|
properties: {
|
|
5223
5227
|
pageCommon: [y],
|
|
5224
5228
|
compCommon: [y]
|
|
@@ -5235,15 +5239,15 @@ const ca = {
|
|
|
5235
5239
|
],
|
|
5236
5240
|
teleport: !0
|
|
5237
5241
|
};
|
|
5238
|
-
w(
|
|
5242
|
+
w(ua);
|
|
5239
5243
|
const Bn = {
|
|
5240
5244
|
key: "settings",
|
|
5241
5245
|
name: "x-runtime-lib.settings",
|
|
5242
5246
|
children: []
|
|
5243
|
-
},
|
|
5247
|
+
}, du = {
|
|
5244
5248
|
key: "common_file_input_v1",
|
|
5245
5249
|
name: "x-runtime-lib.fileInput",
|
|
5246
|
-
comp:
|
|
5250
|
+
comp: Bs,
|
|
5247
5251
|
properties: {
|
|
5248
5252
|
pageCommon: [y, Bn],
|
|
5249
5253
|
compCommon: [y, Bn]
|
|
@@ -5269,14 +5273,14 @@ const Bn = {
|
|
|
5269
5273
|
}, wt = {
|
|
5270
5274
|
key: "common_flex_layout_entry_v1",
|
|
5271
5275
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5272
|
-
comp:
|
|
5276
|
+
comp: Rs,
|
|
5273
5277
|
properties: {
|
|
5274
5278
|
pageCommon: [y, Y, Wn],
|
|
5275
5279
|
compCommon: [y, Y, Wn]
|
|
5276
5280
|
}
|
|
5277
5281
|
};
|
|
5278
5282
|
w(wt);
|
|
5279
|
-
function
|
|
5283
|
+
function ma(t, n) {
|
|
5280
5284
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5281
5285
|
if (!o) {
|
|
5282
5286
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
@@ -5307,7 +5311,7 @@ function ua(t, n) {
|
|
|
5307
5311
|
void 0,
|
|
5308
5312
|
"60px",
|
|
5309
5313
|
void 0
|
|
5310
|
-
), u =
|
|
5314
|
+
), u = pa(t, n);
|
|
5311
5315
|
return {
|
|
5312
5316
|
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
5313
5317
|
nodes: {
|
|
@@ -5318,7 +5322,7 @@ function ua(t, n) {
|
|
|
5318
5322
|
}
|
|
5319
5323
|
};
|
|
5320
5324
|
}
|
|
5321
|
-
function
|
|
5325
|
+
function pa(t, n) {
|
|
5322
5326
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5323
5327
|
if (!o) {
|
|
5324
5328
|
console.error(
|
|
@@ -5550,7 +5554,7 @@ const Rn = {
|
|
|
5550
5554
|
}, Ne = {
|
|
5551
5555
|
key: "common_flex_layout_v1",
|
|
5552
5556
|
name: "x-runtime-lib.flexLayout",
|
|
5553
|
-
comp:
|
|
5557
|
+
comp: Ws,
|
|
5554
5558
|
properties: {
|
|
5555
5559
|
pageCommon: [y, Y, Le, ze, Te, Rn],
|
|
5556
5560
|
compCommon: [y, Y, Le, ze, Te, Rn]
|
|
@@ -5561,7 +5565,7 @@ const Rn = {
|
|
|
5561
5565
|
name: "x-runtime-lib.click"
|
|
5562
5566
|
}
|
|
5563
5567
|
],
|
|
5564
|
-
spawn:
|
|
5568
|
+
spawn: ma
|
|
5565
5569
|
};
|
|
5566
5570
|
w(Ne);
|
|
5567
5571
|
const Kn = {
|
|
@@ -5717,7 +5721,7 @@ const Kn = {
|
|
|
5717
5721
|
}, St = {
|
|
5718
5722
|
key: "common_text_field_v1",
|
|
5719
5723
|
name: "x-runtime-lib.textField",
|
|
5720
|
-
comp:
|
|
5724
|
+
comp: ml,
|
|
5721
5725
|
properties: {
|
|
5722
5726
|
pageCommon: [y, Kn, Dn],
|
|
5723
5727
|
compCommon: [y, Kn, Dn]
|
|
@@ -5745,7 +5749,7 @@ const Kn = {
|
|
|
5745
5749
|
leaf: !0
|
|
5746
5750
|
};
|
|
5747
5751
|
w(St);
|
|
5748
|
-
function
|
|
5752
|
+
function da(t, n) {
|
|
5749
5753
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5750
5754
|
if (!o) {
|
|
5751
5755
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
@@ -5758,7 +5762,7 @@ function pa(t, n) {
|
|
|
5758
5762
|
}
|
|
5759
5763
|
const r = T();
|
|
5760
5764
|
A(r, s), r.basic.id = z(16), r.basic.key = $t.key;
|
|
5761
|
-
const a =
|
|
5765
|
+
const a = fa(t, n);
|
|
5762
5766
|
return {
|
|
5763
5767
|
nodeLite: E(r, [a.nodeLite]),
|
|
5764
5768
|
nodes: {
|
|
@@ -5767,7 +5771,7 @@ function pa(t, n) {
|
|
|
5767
5771
|
}
|
|
5768
5772
|
};
|
|
5769
5773
|
}
|
|
5770
|
-
function
|
|
5774
|
+
function fa(t, n) {
|
|
5771
5775
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5772
5776
|
if (!o) {
|
|
5773
5777
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
@@ -5807,7 +5811,7 @@ const On = {
|
|
|
5807
5811
|
}, $t = {
|
|
5808
5812
|
key: "common_form_v1",
|
|
5809
5813
|
name: "x-runtime-lib.form",
|
|
5810
|
-
comp:
|
|
5814
|
+
comp: Ks,
|
|
5811
5815
|
properties: {
|
|
5812
5816
|
pageCommon: [y, Y, Le, ze, Te, On],
|
|
5813
5817
|
compCommon: [y, Y, Le, ze, Te, On]
|
|
@@ -5818,10 +5822,10 @@ const On = {
|
|
|
5818
5822
|
name: "x-runtime-lib.submit"
|
|
5819
5823
|
}
|
|
5820
5824
|
],
|
|
5821
|
-
spawn:
|
|
5825
|
+
spawn: da
|
|
5822
5826
|
};
|
|
5823
5827
|
w($t);
|
|
5824
|
-
const
|
|
5828
|
+
const ya = K(X), Fn = {
|
|
5825
5829
|
key: "settings",
|
|
5826
5830
|
name: "x-runtime-lib.settings",
|
|
5827
5831
|
children: [
|
|
@@ -5844,23 +5848,23 @@ const fa = K(X), Fn = {
|
|
|
5844
5848
|
items: "sizeItemsV1",
|
|
5845
5849
|
default: "default"
|
|
5846
5850
|
},
|
|
5847
|
-
|
|
5851
|
+
ya
|
|
5848
5852
|
]
|
|
5849
|
-
},
|
|
5853
|
+
}, ba = {
|
|
5850
5854
|
key: "common_icon_v1",
|
|
5851
5855
|
name: "x-runtime-lib.icon",
|
|
5852
|
-
comp:
|
|
5856
|
+
comp: Ds,
|
|
5853
5857
|
properties: {
|
|
5854
5858
|
pageCommon: [y, Fn],
|
|
5855
5859
|
compCommon: [y, Fn]
|
|
5856
5860
|
},
|
|
5857
5861
|
leaf: !0
|
|
5858
5862
|
};
|
|
5859
|
-
w(
|
|
5860
|
-
const
|
|
5863
|
+
w(ba);
|
|
5864
|
+
const ga = {
|
|
5861
5865
|
key: "common_menu_v1",
|
|
5862
5866
|
name: "x-runtime-lib.menu",
|
|
5863
|
-
comp:
|
|
5867
|
+
comp: Fs,
|
|
5864
5868
|
properties: {
|
|
5865
5869
|
pageCommon: [y],
|
|
5866
5870
|
compCommon: [y]
|
|
@@ -5877,8 +5881,8 @@ const ba = {
|
|
|
5877
5881
|
],
|
|
5878
5882
|
teleport: !0
|
|
5879
5883
|
};
|
|
5880
|
-
w(
|
|
5881
|
-
function
|
|
5884
|
+
w(ga);
|
|
5885
|
+
function ha(t, n) {
|
|
5882
5886
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5883
5887
|
if (!o) {
|
|
5884
5888
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
@@ -6067,7 +6071,7 @@ const Nn = {
|
|
|
6067
6071
|
}, Ct = {
|
|
6068
6072
|
key: "common_number_input_v1",
|
|
6069
6073
|
name: "x-runtime-lib.numberInput",
|
|
6070
|
-
comp:
|
|
6074
|
+
comp: Ns,
|
|
6071
6075
|
properties: {
|
|
6072
6076
|
pageCommon: [y, Nn, jn],
|
|
6073
6077
|
compCommon: [y, Nn, jn]
|
|
@@ -6095,7 +6099,7 @@ const Nn = {
|
|
|
6095
6099
|
}
|
|
6096
6100
|
],
|
|
6097
6101
|
leaf: !0,
|
|
6098
|
-
spawn:
|
|
6102
|
+
spawn: ha
|
|
6099
6103
|
};
|
|
6100
6104
|
w(Ct);
|
|
6101
6105
|
const Gn = {
|
|
@@ -6161,18 +6165,18 @@ const Gn = {
|
|
|
6161
6165
|
default: !1
|
|
6162
6166
|
}
|
|
6163
6167
|
]
|
|
6164
|
-
},
|
|
6168
|
+
}, _a = {
|
|
6165
6169
|
key: "common_pagination_v1",
|
|
6166
6170
|
name: "x-runtime-lib.pagination",
|
|
6167
|
-
comp:
|
|
6171
|
+
comp: js,
|
|
6168
6172
|
properties: {
|
|
6169
6173
|
pageCommon: [y, Gn],
|
|
6170
6174
|
compCommon: [y, Gn]
|
|
6171
6175
|
},
|
|
6172
6176
|
leaf: !0
|
|
6173
6177
|
};
|
|
6174
|
-
w(
|
|
6175
|
-
const
|
|
6178
|
+
w(_a);
|
|
6179
|
+
const va = K(X), Hn = {
|
|
6176
6180
|
key: "settings",
|
|
6177
6181
|
name: "x-runtime-lib.settings",
|
|
6178
6182
|
children: [
|
|
@@ -6207,12 +6211,12 @@ const _a = K(X), Hn = {
|
|
|
6207
6211
|
items: "densityItemsV1",
|
|
6208
6212
|
default: "default"
|
|
6209
6213
|
},
|
|
6210
|
-
|
|
6214
|
+
va
|
|
6211
6215
|
]
|
|
6212
6216
|
}, Vt = {
|
|
6213
6217
|
key: "common_radio_v1",
|
|
6214
6218
|
name: "x-runtime-lib.radio",
|
|
6215
|
-
comp:
|
|
6219
|
+
comp: Gs,
|
|
6216
6220
|
properties: {
|
|
6217
6221
|
pageCommon: [y, Hn],
|
|
6218
6222
|
compCommon: [y, Hn]
|
|
@@ -6220,7 +6224,7 @@ const _a = K(X), Hn = {
|
|
|
6220
6224
|
leaf: !0
|
|
6221
6225
|
};
|
|
6222
6226
|
w(Vt);
|
|
6223
|
-
function
|
|
6227
|
+
function xa(t, n) {
|
|
6224
6228
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6225
6229
|
if (!o) {
|
|
6226
6230
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
@@ -6315,12 +6319,12 @@ const Un = {
|
|
|
6315
6319
|
}, Pt = {
|
|
6316
6320
|
key: "common_radio_group_v1",
|
|
6317
6321
|
name: "x-runtime-lib.radioGroup",
|
|
6318
|
-
comp:
|
|
6322
|
+
comp: Hs,
|
|
6319
6323
|
properties: {
|
|
6320
6324
|
pageCommon: [y, Un],
|
|
6321
6325
|
compCommon: [y, Un]
|
|
6322
6326
|
},
|
|
6323
|
-
spawn:
|
|
6327
|
+
spawn: xa
|
|
6324
6328
|
};
|
|
6325
6329
|
w(Pt);
|
|
6326
6330
|
const Jn = {
|
|
@@ -6440,17 +6444,17 @@ const Jn = {
|
|
|
6440
6444
|
]
|
|
6441
6445
|
}
|
|
6442
6446
|
]
|
|
6443
|
-
},
|
|
6447
|
+
}, ka = {
|
|
6444
6448
|
key: "common_range_slider_v1",
|
|
6445
6449
|
name: "x-runtime-lib.rangeSlider",
|
|
6446
|
-
comp:
|
|
6450
|
+
comp: Us,
|
|
6447
6451
|
properties: {
|
|
6448
6452
|
pageCommon: [y, Jn],
|
|
6449
6453
|
compCommon: [y, Jn]
|
|
6450
6454
|
},
|
|
6451
6455
|
leaf: !0
|
|
6452
6456
|
};
|
|
6453
|
-
w(
|
|
6457
|
+
w(ka);
|
|
6454
6458
|
const qn = {
|
|
6455
6459
|
key: "settings",
|
|
6456
6460
|
name: "x-runtime-lib.settings",
|
|
@@ -6506,17 +6510,17 @@ const qn = {
|
|
|
6506
6510
|
default: !1
|
|
6507
6511
|
}
|
|
6508
6512
|
]
|
|
6509
|
-
},
|
|
6513
|
+
}, wa = {
|
|
6510
6514
|
key: "common_rating_v1",
|
|
6511
6515
|
name: "x-runtime-lib.rating",
|
|
6512
|
-
comp:
|
|
6516
|
+
comp: Js,
|
|
6513
6517
|
properties: {
|
|
6514
6518
|
pageCommon: [y, qn],
|
|
6515
6519
|
compCommon: [y, qn]
|
|
6516
6520
|
},
|
|
6517
6521
|
leaf: !0
|
|
6518
6522
|
};
|
|
6519
|
-
w(
|
|
6523
|
+
w(wa);
|
|
6520
6524
|
const Xn = {
|
|
6521
6525
|
key: "settings",
|
|
6522
6526
|
name: "x-runtime-lib.settings",
|
|
@@ -6558,17 +6562,17 @@ const Xn = {
|
|
|
6558
6562
|
default: !1
|
|
6559
6563
|
}
|
|
6560
6564
|
]
|
|
6561
|
-
},
|
|
6565
|
+
}, Ia = {
|
|
6562
6566
|
key: "common_select_v1",
|
|
6563
6567
|
name: "x-runtime-lib.select",
|
|
6564
|
-
comp:
|
|
6568
|
+
comp: qs,
|
|
6565
6569
|
properties: {
|
|
6566
6570
|
pageCommon: [y, Xn],
|
|
6567
6571
|
compCommon: [y, Xn]
|
|
6568
6572
|
},
|
|
6569
6573
|
leaf: !0
|
|
6570
6574
|
};
|
|
6571
|
-
w(
|
|
6575
|
+
w(Ia);
|
|
6572
6576
|
const Zt = K(X);
|
|
6573
6577
|
Zt.key = "color";
|
|
6574
6578
|
Zt.name = "x-runtime-lib.color";
|
|
@@ -6704,21 +6708,21 @@ const Yn = {
|
|
|
6704
6708
|
default: void 0
|
|
6705
6709
|
}
|
|
6706
6710
|
]
|
|
6707
|
-
},
|
|
6711
|
+
}, Sa = {
|
|
6708
6712
|
key: "common_slider_v1",
|
|
6709
6713
|
name: "x-runtime-lib.slider",
|
|
6710
|
-
comp:
|
|
6714
|
+
comp: Xs,
|
|
6711
6715
|
properties: {
|
|
6712
6716
|
pageCommon: [y, Yn, Zn],
|
|
6713
6717
|
compCommon: [y, Yn, Zn]
|
|
6714
6718
|
},
|
|
6715
6719
|
leaf: !0
|
|
6716
6720
|
};
|
|
6717
|
-
w(
|
|
6721
|
+
w(Sa);
|
|
6718
6722
|
const Lt = {
|
|
6719
6723
|
key: "common_stepper_header_v1",
|
|
6720
6724
|
name: "x-runtime-lib.stepperHeader",
|
|
6721
|
-
comp:
|
|
6725
|
+
comp: el,
|
|
6722
6726
|
properties: {
|
|
6723
6727
|
pageCommon: [y],
|
|
6724
6728
|
compCommon: [y]
|
|
@@ -6739,7 +6743,7 @@ const Qn = {
|
|
|
6739
6743
|
}, zt = {
|
|
6740
6744
|
key: "common_stepper_item_v1",
|
|
6741
6745
|
name: "x-runtime-lib.stepperItem",
|
|
6742
|
-
comp:
|
|
6746
|
+
comp: tl,
|
|
6743
6747
|
properties: {
|
|
6744
6748
|
pageCommon: [y, Qn],
|
|
6745
6749
|
compCommon: [y, Qn]
|
|
@@ -6749,7 +6753,7 @@ w(zt);
|
|
|
6749
6753
|
const Tt = {
|
|
6750
6754
|
key: "common_stepper_window_v1",
|
|
6751
6755
|
name: "x-runtime-lib.stepperWindow",
|
|
6752
|
-
comp:
|
|
6756
|
+
comp: il,
|
|
6753
6757
|
properties: {
|
|
6754
6758
|
pageCommon: [y],
|
|
6755
6759
|
compCommon: [y]
|
|
@@ -6770,14 +6774,14 @@ const eo = {
|
|
|
6770
6774
|
}, Et = {
|
|
6771
6775
|
key: "common_stepper_window_item_v1",
|
|
6772
6776
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6773
|
-
comp:
|
|
6777
|
+
comp: rl,
|
|
6774
6778
|
properties: {
|
|
6775
6779
|
pageCommon: [y, eo],
|
|
6776
6780
|
compCommon: [y, eo]
|
|
6777
6781
|
}
|
|
6778
6782
|
};
|
|
6779
6783
|
w(Et);
|
|
6780
|
-
function
|
|
6784
|
+
function $a(t, n) {
|
|
6781
6785
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6782
6786
|
if (!o) {
|
|
6783
6787
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
@@ -6790,7 +6794,7 @@ function Sa(t, n) {
|
|
|
6790
6794
|
}
|
|
6791
6795
|
const r = T();
|
|
6792
6796
|
A(r, s), r.basic.id = z(16), r.basic.key = At.key;
|
|
6793
|
-
const a =
|
|
6797
|
+
const a = Ca(t, n), c = Va(t, n);
|
|
6794
6798
|
return {
|
|
6795
6799
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
6796
6800
|
nodes: {
|
|
@@ -6800,7 +6804,7 @@ function Sa(t, n) {
|
|
|
6800
6804
|
}
|
|
6801
6805
|
};
|
|
6802
6806
|
}
|
|
6803
|
-
function
|
|
6807
|
+
function Ca(t, n) {
|
|
6804
6808
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6805
6809
|
if (!o) {
|
|
6806
6810
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
@@ -6843,7 +6847,7 @@ function ut(t, n, e) {
|
|
|
6843
6847
|
}
|
|
6844
6848
|
};
|
|
6845
6849
|
}
|
|
6846
|
-
function
|
|
6850
|
+
function Va(t, n) {
|
|
6847
6851
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6848
6852
|
if (!o) {
|
|
6849
6853
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
@@ -6884,7 +6888,7 @@ function mt(t, n, e, o) {
|
|
|
6884
6888
|
}
|
|
6885
6889
|
const c = T();
|
|
6886
6890
|
A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
|
|
6887
|
-
const u =
|
|
6891
|
+
const u = Pa(t, n, o);
|
|
6888
6892
|
return {
|
|
6889
6893
|
nodeLite: E(c, [u.nodeLite]),
|
|
6890
6894
|
nodes: {
|
|
@@ -6893,7 +6897,7 @@ function mt(t, n, e, o) {
|
|
|
6893
6897
|
}
|
|
6894
6898
|
};
|
|
6895
6899
|
}
|
|
6896
|
-
function
|
|
6900
|
+
function Pa(t, n, e) {
|
|
6897
6901
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
6898
6902
|
if (!s) {
|
|
6899
6903
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6932,25 +6936,25 @@ const to = {
|
|
|
6932
6936
|
}, At = {
|
|
6933
6937
|
key: "common_stepper_v1",
|
|
6934
6938
|
name: "x-runtime-lib.stepper",
|
|
6935
|
-
comp:
|
|
6939
|
+
comp: Ys,
|
|
6936
6940
|
properties: {
|
|
6937
6941
|
pageCommon: [y, to],
|
|
6938
6942
|
compCommon: [y, to]
|
|
6939
6943
|
},
|
|
6940
|
-
spawn:
|
|
6944
|
+
spawn: $a
|
|
6941
6945
|
};
|
|
6942
6946
|
w(At);
|
|
6943
|
-
const
|
|
6947
|
+
const La = {
|
|
6944
6948
|
key: "common_switch_v1",
|
|
6945
6949
|
name: "x-runtime-lib.switch",
|
|
6946
|
-
comp:
|
|
6950
|
+
comp: sl,
|
|
6947
6951
|
properties: {
|
|
6948
6952
|
pageCommon: [y],
|
|
6949
6953
|
compCommon: [y]
|
|
6950
6954
|
},
|
|
6951
6955
|
leaf: !0
|
|
6952
6956
|
};
|
|
6953
|
-
w(
|
|
6957
|
+
w(La);
|
|
6954
6958
|
const no = {
|
|
6955
6959
|
key: "settings",
|
|
6956
6960
|
name: "x-runtime-lib.settings",
|
|
@@ -6971,7 +6975,7 @@ const no = {
|
|
|
6971
6975
|
}, Mt = {
|
|
6972
6976
|
key: "common_tab_v1",
|
|
6973
6977
|
name: "x-runtime-lib.tab",
|
|
6974
|
-
comp:
|
|
6978
|
+
comp: ll,
|
|
6975
6979
|
properties: {
|
|
6976
6980
|
pageCommon: [y, no],
|
|
6977
6981
|
compCommon: [y, no]
|
|
@@ -6979,7 +6983,7 @@ const no = {
|
|
|
6979
6983
|
leaf: !0
|
|
6980
6984
|
};
|
|
6981
6985
|
w(Mt);
|
|
6982
|
-
function
|
|
6986
|
+
function za(t, n) {
|
|
6983
6987
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6984
6988
|
if (!o) {
|
|
6985
6989
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
@@ -7113,15 +7117,15 @@ const oo = {
|
|
|
7113
7117
|
}, Bt = {
|
|
7114
7118
|
key: "common_tabs_v1",
|
|
7115
7119
|
name: "x-runtime-lib.tabs",
|
|
7116
|
-
comp:
|
|
7120
|
+
comp: al,
|
|
7117
7121
|
properties: {
|
|
7118
7122
|
pageCommon: [y, oo],
|
|
7119
7123
|
compCommon: [y, oo]
|
|
7120
7124
|
},
|
|
7121
|
-
spawn:
|
|
7125
|
+
spawn: za
|
|
7122
7126
|
};
|
|
7123
7127
|
w(Bt);
|
|
7124
|
-
function
|
|
7128
|
+
function Ta(t, n) {
|
|
7125
7129
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7126
7130
|
if (!o) {
|
|
7127
7131
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
@@ -7229,16 +7233,16 @@ const io = {
|
|
|
7229
7233
|
}, Ie = {
|
|
7230
7234
|
key: "common_text_v1",
|
|
7231
7235
|
name: "x-runtime-lib.text",
|
|
7232
|
-
comp:
|
|
7236
|
+
comp: cl,
|
|
7233
7237
|
properties: {
|
|
7234
7238
|
pageCommon: [y, io],
|
|
7235
7239
|
compCommon: [y, io]
|
|
7236
7240
|
},
|
|
7237
7241
|
leaf: !0,
|
|
7238
|
-
spawn:
|
|
7242
|
+
spawn: Ta
|
|
7239
7243
|
};
|
|
7240
7244
|
w(Ie);
|
|
7241
|
-
function
|
|
7245
|
+
function Ea(t, n) {
|
|
7242
7246
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7243
7247
|
if (!o) {
|
|
7244
7248
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
@@ -7331,26 +7335,26 @@ const ro = {
|
|
|
7331
7335
|
}, Wt = {
|
|
7332
7336
|
key: "common_textarea_v1",
|
|
7333
7337
|
name: "x-runtime-lib.textarea",
|
|
7334
|
-
comp:
|
|
7338
|
+
comp: ul,
|
|
7335
7339
|
properties: {
|
|
7336
7340
|
pageCommon: [y, ro],
|
|
7337
7341
|
compCommon: [y, ro]
|
|
7338
7342
|
},
|
|
7339
7343
|
leaf: !0,
|
|
7340
|
-
spawn:
|
|
7344
|
+
spawn: Ea
|
|
7341
7345
|
};
|
|
7342
7346
|
w(Wt);
|
|
7343
7347
|
const Rt = {
|
|
7344
7348
|
key: "common_timeline_item_v1",
|
|
7345
7349
|
name: "x-runtime-lib.timelineItem",
|
|
7346
|
-
comp:
|
|
7350
|
+
comp: yl,
|
|
7347
7351
|
properties: {
|
|
7348
7352
|
pageCommon: [y],
|
|
7349
7353
|
compCommon: [y]
|
|
7350
7354
|
}
|
|
7351
7355
|
};
|
|
7352
7356
|
w(Rt);
|
|
7353
|
-
function
|
|
7357
|
+
function Aa(t, n) {
|
|
7354
7358
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7355
7359
|
if (!o) {
|
|
7356
7360
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
@@ -7387,7 +7391,7 @@ function dt(t, n, e) {
|
|
|
7387
7391
|
}
|
|
7388
7392
|
const a = T();
|
|
7389
7393
|
A(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
|
|
7390
|
-
const c =
|
|
7394
|
+
const c = Ma(t, n, e);
|
|
7391
7395
|
return {
|
|
7392
7396
|
nodeLite: E(a, [c.nodeLite]),
|
|
7393
7397
|
nodes: {
|
|
@@ -7396,7 +7400,7 @@ function dt(t, n, e) {
|
|
|
7396
7400
|
}
|
|
7397
7401
|
};
|
|
7398
7402
|
}
|
|
7399
|
-
function
|
|
7403
|
+
function Ma(t, n, e) {
|
|
7400
7404
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7401
7405
|
if (!s) {
|
|
7402
7406
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
@@ -7415,7 +7419,7 @@ function Aa(t, n, e) {
|
|
|
7415
7419
|
}
|
|
7416
7420
|
};
|
|
7417
7421
|
}
|
|
7418
|
-
const
|
|
7422
|
+
const Ba = K(X), Wa = K(X), so = {
|
|
7419
7423
|
key: "settings",
|
|
7420
7424
|
name: "x-runtime-lib.settings",
|
|
7421
7425
|
children: [
|
|
@@ -7463,7 +7467,7 @@ const Ma = K(X), Ba = K(X), so = {
|
|
|
7463
7467
|
ui: "switch",
|
|
7464
7468
|
default: !1
|
|
7465
7469
|
},
|
|
7466
|
-
|
|
7470
|
+
Ba
|
|
7467
7471
|
]
|
|
7468
7472
|
},
|
|
7469
7473
|
{
|
|
@@ -7489,32 +7493,32 @@ const Ma = K(X), Ba = K(X), so = {
|
|
|
7489
7493
|
ui: "numInput",
|
|
7490
7494
|
default: 0
|
|
7491
7495
|
},
|
|
7492
|
-
|
|
7496
|
+
Wa
|
|
7493
7497
|
]
|
|
7494
7498
|
}
|
|
7495
7499
|
]
|
|
7496
7500
|
}, Kt = {
|
|
7497
7501
|
key: "common_timeline_v1",
|
|
7498
7502
|
name: "x-runtime-lib.timeline",
|
|
7499
|
-
comp:
|
|
7503
|
+
comp: pl,
|
|
7500
7504
|
properties: {
|
|
7501
7505
|
pageCommon: [y, so],
|
|
7502
7506
|
compCommon: [y, so]
|
|
7503
7507
|
},
|
|
7504
|
-
spawn:
|
|
7508
|
+
spawn: Aa
|
|
7505
7509
|
};
|
|
7506
7510
|
w(Kt);
|
|
7507
7511
|
const Dt = {
|
|
7508
7512
|
key: "common_window_item_v1",
|
|
7509
7513
|
name: "x-runtime-lib.windowItem",
|
|
7510
|
-
comp:
|
|
7514
|
+
comp: _l,
|
|
7511
7515
|
properties: {
|
|
7512
7516
|
pageCommon: [y],
|
|
7513
7517
|
compCommon: [y]
|
|
7514
7518
|
}
|
|
7515
7519
|
};
|
|
7516
7520
|
w(Dt);
|
|
7517
|
-
function
|
|
7521
|
+
function Ra(t, n) {
|
|
7518
7522
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7519
7523
|
if (!o) {
|
|
7520
7524
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
@@ -7551,7 +7555,7 @@ function ft(t, n, e) {
|
|
|
7551
7555
|
}
|
|
7552
7556
|
const a = T();
|
|
7553
7557
|
A(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
|
|
7554
|
-
const c =
|
|
7558
|
+
const c = Ka(t, n, e);
|
|
7555
7559
|
return {
|
|
7556
7560
|
nodeLite: E(a, [c.nodeLite]),
|
|
7557
7561
|
nodes: {
|
|
@@ -7560,7 +7564,7 @@ function ft(t, n, e) {
|
|
|
7560
7564
|
}
|
|
7561
7565
|
};
|
|
7562
7566
|
}
|
|
7563
|
-
function
|
|
7567
|
+
function Ka(t, n, e) {
|
|
7564
7568
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7565
7569
|
if (!s) {
|
|
7566
7570
|
console.error(
|
|
@@ -7575,7 +7579,7 @@ function Ra(t, n, e) {
|
|
|
7575
7579
|
}
|
|
7576
7580
|
const a = T();
|
|
7577
7581
|
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";
|
|
7578
|
-
const c =
|
|
7582
|
+
const c = Da(t, n, e);
|
|
7579
7583
|
return {
|
|
7580
7584
|
nodeLite: E(a, [c.nodeLite]),
|
|
7581
7585
|
nodes: {
|
|
@@ -7584,7 +7588,7 @@ function Ra(t, n, e) {
|
|
|
7584
7588
|
}
|
|
7585
7589
|
};
|
|
7586
7590
|
}
|
|
7587
|
-
function
|
|
7591
|
+
function Da(t, n, e) {
|
|
7588
7592
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7589
7593
|
if (!s) {
|
|
7590
7594
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7654,41 +7658,41 @@ const lo = {
|
|
|
7654
7658
|
}, Ot = {
|
|
7655
7659
|
key: "common_window_v1",
|
|
7656
7660
|
name: "x-runtime-lib.window",
|
|
7657
|
-
comp:
|
|
7661
|
+
comp: bl,
|
|
7658
7662
|
properties: {
|
|
7659
7663
|
pageCommon: [y, lo],
|
|
7660
7664
|
compCommon: [y, lo]
|
|
7661
7665
|
},
|
|
7662
|
-
spawn:
|
|
7666
|
+
spawn: Ra
|
|
7663
7667
|
};
|
|
7664
7668
|
w(Ot);
|
|
7665
|
-
const
|
|
7669
|
+
const Oa = [
|
|
7666
7670
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7667
7671
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7668
7672
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7669
7673
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7670
|
-
],
|
|
7674
|
+
], Fa = [
|
|
7671
7675
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
7672
7676
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
7673
7677
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
7674
7678
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
7675
|
-
],
|
|
7679
|
+
], Na = [
|
|
7676
7680
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7677
7681
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
7678
7682
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
7679
7683
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
7680
|
-
],
|
|
7684
|
+
], ja = [
|
|
7681
7685
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7682
7686
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7683
7687
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7684
|
-
],
|
|
7688
|
+
], Ga = [
|
|
7685
7689
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7686
7690
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7687
7691
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7688
|
-
],
|
|
7692
|
+
], Ha = [
|
|
7689
7693
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7690
7694
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7691
|
-
],
|
|
7695
|
+
], Ua = [
|
|
7692
7696
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7693
7697
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7694
7698
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7696,20 +7700,20 @@ const Da = [
|
|
|
7696
7700
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7697
7701
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7698
7702
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7699
|
-
],
|
|
7703
|
+
], Ja = [
|
|
7700
7704
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7701
7705
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7702
7706
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7703
7707
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
7704
7708
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
7705
7709
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
7706
|
-
],
|
|
7710
|
+
], qa = [
|
|
7707
7711
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7708
7712
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
7709
7713
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
7710
7714
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
7711
7715
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
7712
|
-
],
|
|
7716
|
+
], Xa = [
|
|
7713
7717
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7714
7718
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7715
7719
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7717,12 +7721,12 @@ const Da = [
|
|
|
7717
7721
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
7718
7722
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
7719
7723
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
7720
|
-
],
|
|
7724
|
+
], Ya = [
|
|
7721
7725
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7722
7726
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
7723
7727
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
7724
7728
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
7725
|
-
],
|
|
7729
|
+
], Za = [
|
|
7726
7730
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7727
7731
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
7728
7732
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -7730,24 +7734,24 @@ const Da = [
|
|
|
7730
7734
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
7731
7735
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
7732
7736
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
7733
|
-
],
|
|
7737
|
+
], Qa = [
|
|
7734
7738
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
7735
7739
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
7736
7740
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
7737
7741
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7738
7742
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
7739
7743
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7740
|
-
],
|
|
7744
|
+
], ec = [
|
|
7741
7745
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7742
7746
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7743
7747
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7744
|
-
],
|
|
7748
|
+
], tc = [
|
|
7745
7749
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
7746
7750
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
7747
7751
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7748
7752
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
7749
7753
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
7750
|
-
],
|
|
7754
|
+
], nc = [
|
|
7751
7755
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7752
7756
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7753
7757
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -7755,18 +7759,18 @@ const Da = [
|
|
|
7755
7759
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
7756
7760
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
7757
7761
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
7758
|
-
],
|
|
7762
|
+
], oc = [
|
|
7759
7763
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7760
7764
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
7761
7765
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
7762
7766
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
7763
7767
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
7764
|
-
],
|
|
7768
|
+
], ic = [
|
|
7765
7769
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7766
7770
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
7767
7771
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
7768
7772
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
7769
|
-
],
|
|
7773
|
+
], rc = [
|
|
7770
7774
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7771
7775
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
7772
7776
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -7781,7 +7785,7 @@ const Da = [
|
|
|
7781
7785
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
7782
7786
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
7783
7787
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
7784
|
-
],
|
|
7788
|
+
], sc = [
|
|
7785
7789
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7786
7790
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
7787
7791
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -7792,53 +7796,53 @@ const Da = [
|
|
|
7792
7796
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
7793
7797
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
7794
7798
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
7795
|
-
],
|
|
7799
|
+
], lc = [
|
|
7796
7800
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7797
7801
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
7798
7802
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
7799
|
-
],
|
|
7803
|
+
], ac = [
|
|
7800
7804
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7801
7805
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
7802
|
-
],
|
|
7806
|
+
], cc = [
|
|
7803
7807
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7804
7808
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7805
|
-
],
|
|
7809
|
+
], uc = [
|
|
7806
7810
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7807
7811
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7808
7812
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
7809
|
-
],
|
|
7813
|
+
], mc = [
|
|
7810
7814
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7811
7815
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
7812
7816
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7813
7817
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
7814
|
-
],
|
|
7818
|
+
], pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7815
7819
|
__proto__: null,
|
|
7816
|
-
alignTabsItemsV1:
|
|
7817
|
-
axisTypeItemsV1:
|
|
7818
|
-
borderStyleItemsV1:
|
|
7819
|
-
colorModeItemsV1:
|
|
7820
|
-
densityItemsV1:
|
|
7821
|
-
directionItemsV1:
|
|
7822
|
-
fieldVariantItemsV1:
|
|
7823
|
-
flexCrossAlignItemsV1:
|
|
7824
|
-
flexDirectionItemsV1:
|
|
7825
|
-
flexMainAlignItemsV1:
|
|
7826
|
-
flexWrapItemsV1:
|
|
7827
|
-
fontWeightItemsV1:
|
|
7828
|
-
sheetVariantItemsV1:
|
|
7829
|
-
showTicksItemsV1:
|
|
7830
|
-
sizeItemsV1:
|
|
7831
|
-
textAlignItemsV1:
|
|
7832
|
-
textDecorationItemsV1:
|
|
7833
|
-
textEmphasisItemsV1:
|
|
7834
|
-
textStyleItemsV1:
|
|
7835
|
-
themeColorItemsV1:
|
|
7836
|
-
thumbLabelItemsV1:
|
|
7837
|
-
timelineAlignItemsV1:
|
|
7838
|
-
timelineDirectionItemsV1:
|
|
7839
|
-
timelineSideItemsV1:
|
|
7840
|
-
timelineTruncateLineItemsV1:
|
|
7841
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7820
|
+
alignTabsItemsV1: Oa,
|
|
7821
|
+
axisTypeItemsV1: Fa,
|
|
7822
|
+
borderStyleItemsV1: Na,
|
|
7823
|
+
colorModeItemsV1: ja,
|
|
7824
|
+
densityItemsV1: Ga,
|
|
7825
|
+
directionItemsV1: Ha,
|
|
7826
|
+
fieldVariantItemsV1: Ua,
|
|
7827
|
+
flexCrossAlignItemsV1: Ja,
|
|
7828
|
+
flexDirectionItemsV1: qa,
|
|
7829
|
+
flexMainAlignItemsV1: Xa,
|
|
7830
|
+
flexWrapItemsV1: Ya,
|
|
7831
|
+
fontWeightItemsV1: Za,
|
|
7832
|
+
sheetVariantItemsV1: Qa,
|
|
7833
|
+
showTicksItemsV1: ec,
|
|
7834
|
+
sizeItemsV1: tc,
|
|
7835
|
+
textAlignItemsV1: nc,
|
|
7836
|
+
textDecorationItemsV1: oc,
|
|
7837
|
+
textEmphasisItemsV1: ic,
|
|
7838
|
+
textStyleItemsV1: rc,
|
|
7839
|
+
themeColorItemsV1: sc,
|
|
7840
|
+
thumbLabelItemsV1: lc,
|
|
7841
|
+
timelineAlignItemsV1: ac,
|
|
7842
|
+
timelineDirectionItemsV1: cc,
|
|
7843
|
+
timelineSideItemsV1: uc,
|
|
7844
|
+
timelineTruncateLineItemsV1: mc
|
|
7845
|
+
}, Symbol.toStringTag, { value: "Module" })), dc = [
|
|
7842
7846
|
{
|
|
7843
7847
|
title: "x-runtime-lib.notSet",
|
|
7844
7848
|
value: "",
|
|
@@ -7878,7 +7882,7 @@ const Da = [
|
|
|
7878
7882
|
max: 1 / 0,
|
|
7879
7883
|
step: 1
|
|
7880
7884
|
}
|
|
7881
|
-
],
|
|
7885
|
+
], fc = [
|
|
7882
7886
|
{
|
|
7883
7887
|
title: "x-runtime-lib.notSet",
|
|
7884
7888
|
value: "",
|
|
@@ -7900,7 +7904,7 @@ const Da = [
|
|
|
7900
7904
|
validator: (t) => t === "right",
|
|
7901
7905
|
default: "right"
|
|
7902
7906
|
}
|
|
7903
|
-
],
|
|
7907
|
+
], yc = [
|
|
7904
7908
|
{
|
|
7905
7909
|
title: "x-runtime-lib.notSet",
|
|
7906
7910
|
value: "",
|
|
@@ -7930,7 +7934,7 @@ const Da = [
|
|
|
7930
7934
|
precision: 6,
|
|
7931
7935
|
default: "0%"
|
|
7932
7936
|
}
|
|
7933
|
-
],
|
|
7937
|
+
], bc = [
|
|
7934
7938
|
{
|
|
7935
7939
|
title: "x-runtime-lib.notSet",
|
|
7936
7940
|
value: "",
|
|
@@ -7955,7 +7959,7 @@ const Da = [
|
|
|
7955
7959
|
min: 0,
|
|
7956
7960
|
default: "0%"
|
|
7957
7961
|
}
|
|
7958
|
-
],
|
|
7962
|
+
], gc = [
|
|
7959
7963
|
{
|
|
7960
7964
|
title: "x-runtime-lib.notSet",
|
|
7961
7965
|
value: "",
|
|
@@ -7980,7 +7984,7 @@ const Da = [
|
|
|
7980
7984
|
min: 0,
|
|
7981
7985
|
default: "0%"
|
|
7982
7986
|
}
|
|
7983
|
-
],
|
|
7987
|
+
], hc = [
|
|
7984
7988
|
{
|
|
7985
7989
|
title: "x-runtime-lib.notSet",
|
|
7986
7990
|
value: "",
|
|
@@ -8009,7 +8013,7 @@ const Da = [
|
|
|
8009
8013
|
validator: (t) => t === "end",
|
|
8010
8014
|
default: "end"
|
|
8011
8015
|
}
|
|
8012
|
-
],
|
|
8016
|
+
], _c = [
|
|
8013
8017
|
{
|
|
8014
8018
|
title: "x-runtime-lib.notSet",
|
|
8015
8019
|
value: "",
|
|
@@ -8031,16 +8035,16 @@ const Da = [
|
|
|
8031
8035
|
validator: (t) => t === "bottom",
|
|
8032
8036
|
default: "bottom"
|
|
8033
8037
|
}
|
|
8034
|
-
],
|
|
8038
|
+
], vc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8035
8039
|
__proto__: null,
|
|
8036
|
-
borderWidthTypesV1:
|
|
8037
|
-
leftRightTypesV1:
|
|
8038
|
-
marginTypesV1:
|
|
8039
|
-
paddingTypesV1:
|
|
8040
|
-
sizeTypesV1:
|
|
8041
|
-
tableColumnAlignTypesV1:
|
|
8042
|
-
topBottomTypesV1:
|
|
8043
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
8040
|
+
borderWidthTypesV1: dc,
|
|
8041
|
+
leftRightTypesV1: fc,
|
|
8042
|
+
marginTypesV1: yc,
|
|
8043
|
+
paddingTypesV1: bc,
|
|
8044
|
+
sizeTypesV1: gc,
|
|
8045
|
+
tableColumnAlignTypesV1: hc,
|
|
8046
|
+
topBottomTypesV1: _c
|
|
8047
|
+
}, Symbol.toStringTag, { value: "Module" })), xc = [
|
|
8044
8048
|
{
|
|
8045
8049
|
key: "containment",
|
|
8046
8050
|
name: "x-runtime-lib.containment",
|
|
@@ -8119,7 +8123,7 @@ const Da = [
|
|
|
8119
8123
|
name: "x-runtime-lib.dynamic",
|
|
8120
8124
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8121
8125
|
}
|
|
8122
|
-
],
|
|
8126
|
+
], kc = [
|
|
8123
8127
|
{
|
|
8124
8128
|
key: "objects",
|
|
8125
8129
|
name: "x-runtime-lib.objects",
|
|
@@ -8154,7 +8158,7 @@ const Da = [
|
|
|
8154
8158
|
"scene_keyboard_controls_v1"
|
|
8155
8159
|
]
|
|
8156
8160
|
}
|
|
8157
|
-
],
|
|
8161
|
+
], wc = [
|
|
8158
8162
|
{
|
|
8159
8163
|
key: "containment",
|
|
8160
8164
|
name: "x-runtime-lib.containment",
|
|
@@ -8233,7 +8237,7 @@ const Da = [
|
|
|
8233
8237
|
name: "x-runtime-lib.dynamic",
|
|
8234
8238
|
items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
|
|
8235
8239
|
}
|
|
8236
|
-
],
|
|
8240
|
+
], Ic = [
|
|
8237
8241
|
{
|
|
8238
8242
|
key: "objects",
|
|
8239
8243
|
name: "x-runtime-lib.objects",
|
|
@@ -8268,12 +8272,12 @@ const Da = [
|
|
|
8268
8272
|
"scene_keyboard_controls_v1"
|
|
8269
8273
|
]
|
|
8270
8274
|
}
|
|
8271
|
-
],
|
|
8275
|
+
], Sc = {
|
|
8272
8276
|
version: "v1",
|
|
8273
8277
|
globalityKey: "globality_v1",
|
|
8274
8278
|
refKey: "reference_v1",
|
|
8275
|
-
items: { ...
|
|
8276
|
-
types: { ...
|
|
8279
|
+
items: { ...pc },
|
|
8280
|
+
types: { ...vc },
|
|
8277
8281
|
elements: /* @__PURE__ */ new Set([
|
|
8278
8282
|
"globality_v1",
|
|
8279
8283
|
"multiple_ref_v1",
|
|
@@ -8345,25 +8349,25 @@ const Da = [
|
|
|
8345
8349
|
"scene_spot_light_v1"
|
|
8346
8350
|
]),
|
|
8347
8351
|
groups: {
|
|
8348
|
-
pageCommon:
|
|
8349
|
-
pageScene:
|
|
8350
|
-
compCommon:
|
|
8351
|
-
compScene:
|
|
8352
|
+
pageCommon: wc,
|
|
8353
|
+
pageScene: Ic,
|
|
8354
|
+
compCommon: xc,
|
|
8355
|
+
compScene: kc
|
|
8352
8356
|
}
|
|
8353
|
-
},
|
|
8354
|
-
v1:
|
|
8357
|
+
}, $c = {
|
|
8358
|
+
v1: Sc
|
|
8355
8359
|
};
|
|
8356
8360
|
function B(t, n) {
|
|
8357
8361
|
if (t === "page") {
|
|
8358
|
-
if (!
|
|
8362
|
+
if (!Vi.includes(n)) {
|
|
8359
8363
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8360
8364
|
return;
|
|
8361
8365
|
}
|
|
8362
|
-
} else if (t === "comp" && !
|
|
8366
|
+
} else if (t === "comp" && !Pi.includes(n)) {
|
|
8363
8367
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8364
8368
|
return;
|
|
8365
8369
|
}
|
|
8366
|
-
return `${t}${
|
|
8370
|
+
return `${t}${xi(n)}`;
|
|
8367
8371
|
}
|
|
8368
8372
|
function ao(t, n) {
|
|
8369
8373
|
if (t.array)
|
|
@@ -8386,13 +8390,13 @@ function A(t, n) {
|
|
|
8386
8390
|
}
|
|
8387
8391
|
n.forEach((o) => e(t, o));
|
|
8388
8392
|
}
|
|
8389
|
-
function
|
|
8393
|
+
function fu(t, n, e, o, s) {
|
|
8390
8394
|
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = B(t, n);
|
|
8391
8395
|
if (!a) {
|
|
8392
8396
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
8393
8397
|
return;
|
|
8394
8398
|
}
|
|
8395
|
-
const c =
|
|
8399
|
+
const c = $c[e];
|
|
8396
8400
|
if (!c) {
|
|
8397
8401
|
console.error(`spawnNode pkg not found version, ${r}`);
|
|
8398
8402
|
return;
|
|
@@ -8453,7 +8457,7 @@ function du(t, n, e, o, s) {
|
|
|
8453
8457
|
}
|
|
8454
8458
|
}
|
|
8455
8459
|
}
|
|
8456
|
-
function
|
|
8460
|
+
function yu(t, n) {
|
|
8457
8461
|
function e(o) {
|
|
8458
8462
|
if (o.id === n)
|
|
8459
8463
|
return o;
|
|
@@ -8470,7 +8474,7 @@ function fu(t, n) {
|
|
|
8470
8474
|
return s;
|
|
8471
8475
|
}
|
|
8472
8476
|
}
|
|
8473
|
-
function
|
|
8477
|
+
function Cc(t) {
|
|
8474
8478
|
const n = {}, e = (r) => {
|
|
8475
8479
|
const a = z(16);
|
|
8476
8480
|
n[r.id] = a, r.id = a, r.children?.map((c) => e(c));
|
|
@@ -8482,16 +8486,10 @@ function $c(t) {
|
|
|
8482
8486
|
a.basic.id = n[a.basic.id], s[a.basic.id] = a;
|
|
8483
8487
|
}), { nodeLite: o, nodes: s };
|
|
8484
8488
|
}
|
|
8485
|
-
function yu(t) {
|
|
8486
|
-
return t.map((n) => $c(n));
|
|
8487
|
-
}
|
|
8488
|
-
const Eo = "runtimeOrg", Ao = "runtimeEnv", Mo = "runtimeMode", Bo = "runtimeDevice", Wo = "runtimeDark", Ro = "runtimeType", Ko = "runtimeData", Do = "runtimeDepends", Oo = "runtimeRuntime", Fo = "runtimeSandbox";
|
|
8489
8489
|
function bu(t) {
|
|
8490
|
-
|
|
8491
|
-
}
|
|
8492
|
-
function Cc() {
|
|
8493
|
-
return ue(Eo);
|
|
8490
|
+
return t.map((n) => Cc(n));
|
|
8494
8491
|
}
|
|
8492
|
+
const Ao = "runtimeOrg", Mo = "runtimeEnv", Bo = "runtimeMode", Wo = "runtimeDevice", Ro = "runtimeDark", Ko = "runtimeType", Do = "runtimeData", Oo = "runtimeDepends", Fo = "runtimeRuntime", No = "runtimeSandbox";
|
|
8495
8493
|
function gu(t) {
|
|
8496
8494
|
me(Ao, t);
|
|
8497
8495
|
}
|
|
@@ -8501,50 +8499,56 @@ function Vc() {
|
|
|
8501
8499
|
function hu(t) {
|
|
8502
8500
|
me(Mo, t);
|
|
8503
8501
|
}
|
|
8504
|
-
function
|
|
8502
|
+
function Pc() {
|
|
8505
8503
|
return ue(Mo);
|
|
8506
8504
|
}
|
|
8507
8505
|
function _u(t) {
|
|
8508
|
-
me(Bo,
|
|
8506
|
+
me(Bo, t);
|
|
8509
8507
|
}
|
|
8510
|
-
function
|
|
8508
|
+
function J() {
|
|
8511
8509
|
return ue(Bo);
|
|
8512
8510
|
}
|
|
8513
8511
|
function vu(t) {
|
|
8514
8512
|
me(Wo, Nt(t));
|
|
8515
8513
|
}
|
|
8516
|
-
function
|
|
8514
|
+
function Be() {
|
|
8517
8515
|
return ue(Wo);
|
|
8518
8516
|
}
|
|
8519
8517
|
function xu(t) {
|
|
8520
|
-
me(Ro, t);
|
|
8518
|
+
me(Ro, Nt(t));
|
|
8521
8519
|
}
|
|
8522
|
-
function
|
|
8520
|
+
function Ue() {
|
|
8523
8521
|
return ue(Ro);
|
|
8524
8522
|
}
|
|
8525
|
-
function
|
|
8523
|
+
function ku(t) {
|
|
8526
8524
|
me(Ko, t);
|
|
8527
8525
|
}
|
|
8528
|
-
function
|
|
8526
|
+
function he() {
|
|
8529
8527
|
return ue(Ko);
|
|
8530
8528
|
}
|
|
8531
|
-
function
|
|
8532
|
-
me(Do,
|
|
8529
|
+
function jo(t) {
|
|
8530
|
+
me(Do, t);
|
|
8533
8531
|
}
|
|
8534
|
-
function
|
|
8532
|
+
function _e() {
|
|
8535
8533
|
return ue(Do);
|
|
8536
8534
|
}
|
|
8537
8535
|
function wu(t) {
|
|
8538
|
-
me(Oo, t);
|
|
8536
|
+
me(Oo, Nt(t));
|
|
8539
8537
|
}
|
|
8540
8538
|
function Lc() {
|
|
8541
8539
|
return ue(Oo);
|
|
8542
8540
|
}
|
|
8543
|
-
function
|
|
8541
|
+
function Iu(t) {
|
|
8544
8542
|
me(Fo, t);
|
|
8545
8543
|
}
|
|
8544
|
+
function zc() {
|
|
8545
|
+
return ue(Fo);
|
|
8546
|
+
}
|
|
8547
|
+
function Tc(t) {
|
|
8548
|
+
me(No, t);
|
|
8549
|
+
}
|
|
8546
8550
|
function ve() {
|
|
8547
|
-
return ue(
|
|
8551
|
+
return ue(No, void 0);
|
|
8548
8552
|
}
|
|
8549
8553
|
function Re(t) {
|
|
8550
8554
|
const n = [t.type];
|
|
@@ -8554,7 +8558,7 @@ function qe(t, n, e, o, s) {
|
|
|
8554
8558
|
const { watchEffect: r, bind: a } = n;
|
|
8555
8559
|
if (r[e])
|
|
8556
8560
|
for (const c of r[e]) {
|
|
8557
|
-
const u =
|
|
8561
|
+
const u = ki(c);
|
|
8558
8562
|
t.callFunction(`__watchEffect$${u}__`);
|
|
8559
8563
|
}
|
|
8560
8564
|
if (a.triggers[e])
|
|
@@ -8638,7 +8642,7 @@ function qe(t, n, e, o, s) {
|
|
|
8638
8642
|
}
|
|
8639
8643
|
}
|
|
8640
8644
|
}
|
|
8641
|
-
function
|
|
8645
|
+
function Su(t, n, e) {
|
|
8642
8646
|
return `${t}/${n}/${e}`;
|
|
8643
8647
|
}
|
|
8644
8648
|
function co(t) {
|
|
@@ -8650,10 +8654,10 @@ function co(t) {
|
|
|
8650
8654
|
let s = "";
|
|
8651
8655
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
|
|
8652
8656
|
}
|
|
8653
|
-
function
|
|
8657
|
+
function $u(t, n, e) {
|
|
8654
8658
|
return `${t}.${n}.${e}`;
|
|
8655
8659
|
}
|
|
8656
|
-
function
|
|
8660
|
+
function Cu(t) {
|
|
8657
8661
|
const n = t.split(".");
|
|
8658
8662
|
let e = "";
|
|
8659
8663
|
n.length > 0 ? e = n[0] : console.error(
|
|
@@ -8670,10 +8674,10 @@ function $u(t) {
|
|
|
8670
8674
|
propertyKey: s
|
|
8671
8675
|
};
|
|
8672
8676
|
}
|
|
8673
|
-
function
|
|
8677
|
+
function Vu(t, n, e) {
|
|
8674
8678
|
return `${t}.${n}.${e}`;
|
|
8675
8679
|
}
|
|
8676
|
-
function
|
|
8680
|
+
function Pu(t) {
|
|
8677
8681
|
const n = t.split(".");
|
|
8678
8682
|
let e = "";
|
|
8679
8683
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8682,10 +8686,10 @@ function Vu(t) {
|
|
|
8682
8686
|
let s = "";
|
|
8683
8687
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyKeyOfCustomSlot invalid propertyId key=${t}`), { compId: e, slotId: o, propertyId: s };
|
|
8684
8688
|
}
|
|
8685
|
-
function
|
|
8689
|
+
function Ec(t, n, e) {
|
|
8686
8690
|
return `${t}/${n}/${e}`;
|
|
8687
8691
|
}
|
|
8688
|
-
function
|
|
8692
|
+
function Go(t) {
|
|
8689
8693
|
const n = t.split("/");
|
|
8690
8694
|
let e = "elementMethod";
|
|
8691
8695
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
|
|
@@ -8694,10 +8698,10 @@ function jo(t) {
|
|
|
8694
8698
|
let s = "";
|
|
8695
8699
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
|
|
8696
8700
|
}
|
|
8697
|
-
function
|
|
8701
|
+
function Lu(t, n, e) {
|
|
8698
8702
|
return `${t}.${n}.${e}`;
|
|
8699
8703
|
}
|
|
8700
|
-
function
|
|
8704
|
+
function zu(t) {
|
|
8701
8705
|
const n = t.split(".");
|
|
8702
8706
|
let e = "";
|
|
8703
8707
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8706,10 +8710,10 @@ function Lu(t) {
|
|
|
8706
8710
|
let s = "";
|
|
8707
8711
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: s };
|
|
8708
8712
|
}
|
|
8709
|
-
function
|
|
8713
|
+
function Tu(t, n, e) {
|
|
8710
8714
|
return `${t}.${n}.${e}`;
|
|
8711
8715
|
}
|
|
8712
|
-
function
|
|
8716
|
+
function Eu(t) {
|
|
8713
8717
|
const n = t.split(".");
|
|
8714
8718
|
let e = "";
|
|
8715
8719
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8721,7 +8725,7 @@ function Tu(t) {
|
|
|
8721
8725
|
function oe(t, n, e) {
|
|
8722
8726
|
return `${t}/${n}/${e}`;
|
|
8723
8727
|
}
|
|
8724
|
-
function
|
|
8728
|
+
function Ac(t) {
|
|
8725
8729
|
const n = t.split("/");
|
|
8726
8730
|
let e = "elementEvent";
|
|
8727
8731
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
|
|
@@ -8730,10 +8734,10 @@ function Ec(t) {
|
|
|
8730
8734
|
let s = "";
|
|
8731
8735
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: s };
|
|
8732
8736
|
}
|
|
8733
|
-
function
|
|
8737
|
+
function Au(t, n, e) {
|
|
8734
8738
|
return `${t}.${n}.${e}`;
|
|
8735
8739
|
}
|
|
8736
|
-
function
|
|
8740
|
+
function Mu(t) {
|
|
8737
8741
|
const n = t.split(".");
|
|
8738
8742
|
let e = "";
|
|
8739
8743
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8742,10 +8746,10 @@ function Au(t) {
|
|
|
8742
8746
|
let s = "";
|
|
8743
8747
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventKeyOfElementSlot invalid eventKey key=${t}`), { elementKey: e, slotKey: o, eventKey: s };
|
|
8744
8748
|
}
|
|
8745
|
-
function
|
|
8749
|
+
function Bu(t, n, e) {
|
|
8746
8750
|
return `${t}.${n}.${e}`;
|
|
8747
8751
|
}
|
|
8748
|
-
function
|
|
8752
|
+
function Wu(t) {
|
|
8749
8753
|
const n = t.split(".");
|
|
8750
8754
|
let e = "";
|
|
8751
8755
|
n.length > 0 ? e = n[0] : console.error(`makeEventKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8754,10 +8758,10 @@ function Bu(t) {
|
|
|
8754
8758
|
let s = "";
|
|
8755
8759
|
return n.length > 2 ? s = n[2] : console.error(`makeEventKeyOfCustomSlot invalid eventId key=${t}`), { compId: e, slotId: o, eventId: s };
|
|
8756
8760
|
}
|
|
8757
|
-
function
|
|
8761
|
+
function Ru(t, n, e) {
|
|
8758
8762
|
return `${t}/${n}/${e}`;
|
|
8759
8763
|
}
|
|
8760
|
-
function
|
|
8764
|
+
function Ku(t) {
|
|
8761
8765
|
const n = t.split("/");
|
|
8762
8766
|
let e = "elementSlot";
|
|
8763
8767
|
n.length > 0 ? e = n[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
|
|
@@ -8767,23 +8771,23 @@ function Ru(t) {
|
|
|
8767
8771
|
return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
|
|
8768
8772
|
}
|
|
8769
8773
|
function rn(t, n) {
|
|
8770
|
-
const e =
|
|
8774
|
+
const e = Lc(), o = ie(-1);
|
|
8771
8775
|
fe(() => {
|
|
8772
|
-
if (!t) {
|
|
8776
|
+
if (!t.refContext?.compId) {
|
|
8773
8777
|
o.value = -1, n.value = void 0;
|
|
8774
8778
|
return;
|
|
8775
8779
|
}
|
|
8776
|
-
const s = e.value[t];
|
|
8780
|
+
const s = e.value[t.refContext.compId];
|
|
8777
8781
|
if (!s) {
|
|
8778
|
-
o.value = -1, n.value = void 0, go.emit("compNotAvail", t);
|
|
8782
|
+
o.value = -1, n.value = void 0, go.emit("compNotAvail", t.refContext.compId);
|
|
8779
8783
|
return;
|
|
8780
8784
|
}
|
|
8781
8785
|
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = K(s.data));
|
|
8782
8786
|
});
|
|
8783
8787
|
}
|
|
8784
|
-
function
|
|
8788
|
+
function Du() {
|
|
8785
8789
|
let t;
|
|
8786
|
-
const n = async () => (t = (await
|
|
8790
|
+
const n = async () => (t = (await wi()).newRuntime(), console.log("runtime created"), t);
|
|
8787
8791
|
return Ge(() => {
|
|
8788
8792
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
8789
8793
|
}), { createRuntime: n };
|
|
@@ -8823,7 +8827,7 @@ function je(t, n) {
|
|
|
8823
8827
|
return t.undefined;
|
|
8824
8828
|
}
|
|
8825
8829
|
}
|
|
8826
|
-
function
|
|
8830
|
+
function Mc(t) {
|
|
8827
8831
|
if (!t.vm) {
|
|
8828
8832
|
console.error("bindBase invalid sandbox vm");
|
|
8829
8833
|
return;
|
|
@@ -8861,7 +8865,7 @@ function Ac(t) {
|
|
|
8861
8865
|
}).consume((e) => n.setProp(n.global, "__debugTraceV1__", e)), n.newFunction("__messageV1__", (e, o) => {
|
|
8862
8866
|
const s = n.getString(e), r = n.dump(o);
|
|
8863
8867
|
let a = "";
|
|
8864
|
-
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ?
|
|
8868
|
+
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ? ti(a) : s === "success" ? ni(a) : s === "warning" ? ho(a) : s === "error" && _o(a);
|
|
8865
8869
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
8866
8870
|
const s = n.getNumber(e), r = n.getNumber(o);
|
|
8867
8871
|
window.setTimeout(() => {
|
|
@@ -8884,18 +8888,18 @@ function Ac(t) {
|
|
|
8884
8888
|
}, o), r.settled.then(n.runtime.executePendingJobs), r.handle;
|
|
8885
8889
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
8886
8890
|
}
|
|
8887
|
-
const
|
|
8891
|
+
const Ho = oi({
|
|
8888
8892
|
baseUrl: "http://localhost/computebase/",
|
|
8889
8893
|
onError: (t) => {
|
|
8890
8894
|
const { i18n: n } = we;
|
|
8891
|
-
_o(
|
|
8895
|
+
_o($i(n, t));
|
|
8892
8896
|
}
|
|
8893
8897
|
});
|
|
8894
|
-
window.API_URL && (
|
|
8895
|
-
function Mc(t) {
|
|
8896
|
-
return Go.post("callFunc", t);
|
|
8897
|
-
}
|
|
8898
|
+
window.API_URL && (Ho.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8898
8899
|
function Bc(t) {
|
|
8900
|
+
return Ho.post("callFunc", t);
|
|
8901
|
+
}
|
|
8902
|
+
function Wc(t) {
|
|
8899
8903
|
if (!t.vm) {
|
|
8900
8904
|
console.error("bindCompute invalid sandbox vm");
|
|
8901
8905
|
return;
|
|
@@ -8903,7 +8907,7 @@ function Bc(t) {
|
|
|
8903
8907
|
const { vm: n } = t;
|
|
8904
8908
|
n.newFunction("__callFuncV1__", (e, o, s, r, a) => {
|
|
8905
8909
|
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);
|
|
8906
|
-
return
|
|
8910
|
+
return Bc({
|
|
8907
8911
|
spaceId: c,
|
|
8908
8912
|
id: u,
|
|
8909
8913
|
strInputs: b,
|
|
@@ -8918,7 +8922,7 @@ function Bc(t) {
|
|
|
8918
8922
|
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
8919
8923
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
8920
8924
|
}
|
|
8921
|
-
function
|
|
8925
|
+
function Rc(t) {
|
|
8922
8926
|
if (!t.vm) {
|
|
8923
8927
|
console.error("bindSystem invalid sandbox vm");
|
|
8924
8928
|
return;
|
|
@@ -8926,7 +8930,7 @@ function Wc(t) {
|
|
|
8926
8930
|
const { vm: n } = t;
|
|
8927
8931
|
n.newFunction("__getEnvV1__", () => n.getProp(n.global, "__env__")).consume((e) => n.setProp(n.global, "__getEnvV1__", e));
|
|
8928
8932
|
}
|
|
8929
|
-
function
|
|
8933
|
+
function Kc(t) {
|
|
8930
8934
|
if (!t.vm) {
|
|
8931
8935
|
console.error("bindView invalid sandbox vm");
|
|
8932
8936
|
return;
|
|
@@ -8944,7 +8948,7 @@ function Rc(t) {
|
|
|
8944
8948
|
Ve(c, p, d);
|
|
8945
8949
|
}
|
|
8946
8950
|
}
|
|
8947
|
-
const s = n.getString(e), { kind: r, eventKey: a } =
|
|
8951
|
+
const s = n.getString(e), { kind: r, eventKey: a } = Ac(s);
|
|
8948
8952
|
if (r === "customEvent") {
|
|
8949
8953
|
var V = [];
|
|
8950
8954
|
try {
|
|
@@ -9006,7 +9010,7 @@ function Rc(t) {
|
|
|
9006
9010
|
m && m.setCustomProperty(d, c);
|
|
9007
9011
|
} else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
|
|
9008
9012
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
9009
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } =
|
|
9013
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = Go(r);
|
|
9010
9014
|
let m;
|
|
9011
9015
|
if (u === "elementMethod")
|
|
9012
9016
|
m = t.callElementMethod(r, c);
|
|
@@ -9040,20 +9044,20 @@ function Rc(t) {
|
|
|
9040
9044
|
);
|
|
9041
9045
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
9042
9046
|
const s = n.getString(e), r = n.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
|
|
9043
|
-
return
|
|
9047
|
+
return ii({ title: s, text: r }).then((u) => {
|
|
9044
9048
|
Ee(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(a));
|
|
9045
9049
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9046
9050
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9047
9051
|
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: u, promise: p } = t.promiseManager.acquire();
|
|
9048
|
-
return
|
|
9052
|
+
return ri({ title: r, label: a, value: c }).then((d) => {
|
|
9049
9053
|
Ee(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
9050
9054
|
}), p.settled.then(n.runtime.executePendingJobs), p.handle;
|
|
9051
9055
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9052
9056
|
}
|
|
9053
|
-
function
|
|
9054
|
-
|
|
9057
|
+
function Dc(t) {
|
|
9058
|
+
Mc(t), Wc(t), Rc(t), Kc(t);
|
|
9055
9059
|
}
|
|
9056
|
-
const
|
|
9060
|
+
const Oc = `
|
|
9057
9061
|
let __events__ = {}
|
|
9058
9062
|
|
|
9059
9063
|
function __onEventV1__(id, callback) {
|
|
@@ -9137,7 +9141,7 @@ function __destroy__() {
|
|
|
9137
9141
|
__timers__ = {}
|
|
9138
9142
|
}
|
|
9139
9143
|
`;
|
|
9140
|
-
class
|
|
9144
|
+
class Fc {
|
|
9141
9145
|
vm;
|
|
9142
9146
|
promiseId = 0;
|
|
9143
9147
|
promises = {};
|
|
@@ -9155,7 +9159,7 @@ class Oc {
|
|
|
9155
9159
|
delete this.promises[n];
|
|
9156
9160
|
}
|
|
9157
9161
|
}
|
|
9158
|
-
class
|
|
9162
|
+
class Nc {
|
|
9159
9163
|
kind;
|
|
9160
9164
|
id;
|
|
9161
9165
|
refKey;
|
|
@@ -9165,7 +9169,7 @@ class Fc {
|
|
|
9165
9169
|
env;
|
|
9166
9170
|
mode;
|
|
9167
9171
|
type;
|
|
9168
|
-
eventBus =
|
|
9172
|
+
eventBus = Ii();
|
|
9169
9173
|
hooks;
|
|
9170
9174
|
constructor(n, e, o, s, r, a, c, u, p) {
|
|
9171
9175
|
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}'`);
|
|
@@ -9185,7 +9189,7 @@ class Fc {
|
|
|
9185
9189
|
vm;
|
|
9186
9190
|
promiseManager;
|
|
9187
9191
|
async createVm(n, e) {
|
|
9188
|
-
this.vm = n.newContext(), this.promiseManager = new
|
|
9192
|
+
this.vm = n.newContext(), this.promiseManager = new Fc(this.vm), Dc(this), this.vm.evalCode(Oc), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), this.callFunction(
|
|
9189
9193
|
"__triggerEventV1__",
|
|
9190
9194
|
oe("elementEvent", "globality", "startup")
|
|
9191
9195
|
);
|
|
@@ -9274,7 +9278,7 @@ class Fc {
|
|
|
9274
9278
|
callElementMethod(n, e) {
|
|
9275
9279
|
if (!ne(this.mode))
|
|
9276
9280
|
return;
|
|
9277
|
-
const { methodKey: o } =
|
|
9281
|
+
const { methodKey: o } = Go(n), s = {};
|
|
9278
9282
|
return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
|
|
9279
9283
|
}
|
|
9280
9284
|
callCustomMethod(n, e) {
|
|
@@ -9297,7 +9301,7 @@ class Fc {
|
|
|
9297
9301
|
}
|
|
9298
9302
|
}
|
|
9299
9303
|
function sn(t, n, e, o, s) {
|
|
9300
|
-
const r =
|
|
9304
|
+
const r = Vc(), a = Pc(), c = J(), u = he(), p = Be(), d = Ue(), m = zc(), f = (x, $, V, F) => {
|
|
9301
9305
|
if (ne(c) && (h.callFunction(
|
|
9302
9306
|
"__triggerEventV1__",
|
|
9303
9307
|
oe("elementPropertyChangeEvent", x, $.join(".")),
|
|
@@ -9361,13 +9365,13 @@ function sn(t, n, e, o, s) {
|
|
|
9361
9365
|
$,
|
|
9362
9366
|
V
|
|
9363
9367
|
));
|
|
9364
|
-
}, h = new
|
|
9368
|
+
}, h = new Nc(n, e, o, s, r, a, c, u, {
|
|
9365
9369
|
onElementPropertyChange: f,
|
|
9366
9370
|
onCustomPropertyChange: g,
|
|
9367
9371
|
onAdaptSlotPropertyChange: b,
|
|
9368
9372
|
onStateChange: v
|
|
9369
9373
|
});
|
|
9370
|
-
if (
|
|
9374
|
+
if (Tc(h), Ge(() => {
|
|
9371
9375
|
h.dispose();
|
|
9372
9376
|
}), ne(c)) {
|
|
9373
9377
|
const x = async () => {
|
|
@@ -9401,46 +9405,46 @@ function sn(t, n, e, o, s) {
|
|
|
9401
9405
|
{ immediate: !0 }
|
|
9402
9406
|
);
|
|
9403
9407
|
}
|
|
9404
|
-
const
|
|
9408
|
+
const jc = (t, n, e) => {
|
|
9405
9409
|
const o = t[n];
|
|
9406
9410
|
return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
|
|
9407
9411
|
(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." : ""))));
|
|
9408
9412
|
});
|
|
9409
9413
|
};
|
|
9410
|
-
async function
|
|
9411
|
-
return (await
|
|
9414
|
+
async function Ou(t) {
|
|
9415
|
+
return (await jc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.fcu7dx2e.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ab9hc9dj.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
9412
9416
|
}
|
|
9413
9417
|
export {
|
|
9414
|
-
|
|
9415
|
-
|
|
9416
|
-
|
|
9418
|
+
eu as addIndent,
|
|
9419
|
+
Tl as ambientLightV1,
|
|
9420
|
+
Yl as badgeV1,
|
|
9417
9421
|
gt as barChartV1,
|
|
9418
9422
|
yt as boxGeometryV1,
|
|
9419
9423
|
So as breakpoints,
|
|
9420
|
-
|
|
9421
|
-
|
|
9424
|
+
ea as btnGroupV1,
|
|
9425
|
+
ta as btnToggleV1,
|
|
9422
9426
|
_t as btnV1,
|
|
9423
9427
|
Xe as calcBreakpoint,
|
|
9424
9428
|
Fe as cardV1,
|
|
9425
|
-
|
|
9429
|
+
oa as checkboxV1,
|
|
9426
9430
|
xt as chipGroupV1,
|
|
9427
9431
|
vt as chipV1,
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
+
sa as colorPickerV1,
|
|
9433
|
+
la as comboboxV1,
|
|
9434
|
+
au as compMetaStringify,
|
|
9435
|
+
Pi as compTypes,
|
|
9432
9436
|
kt as containerV1,
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9437
|
+
nu as dataStringify,
|
|
9438
|
+
aa as dataTableV1,
|
|
9439
|
+
ca as datePickerV1,
|
|
9440
|
+
ua as dialogV1,
|
|
9441
|
+
El as directionalLightV1,
|
|
9442
|
+
Cc as duplicateNodePair,
|
|
9443
|
+
bu as duplicateNodePairs,
|
|
9444
|
+
iu as elementKeys,
|
|
9441
9445
|
Ke as elements,
|
|
9442
|
-
|
|
9443
|
-
|
|
9446
|
+
tu as ensureContext,
|
|
9447
|
+
du as fileInputV1,
|
|
9444
9448
|
wt as flexLayoutEntryV1,
|
|
9445
9449
|
Ne as flexLayoutV1,
|
|
9446
9450
|
$t as formV1,
|
|
@@ -9448,95 +9452,96 @@ export {
|
|
|
9448
9452
|
We as getBreakpointProp,
|
|
9449
9453
|
ke as getField,
|
|
9450
9454
|
un as getIndexOfBreakpoint,
|
|
9451
|
-
|
|
9455
|
+
yu as getNodeLite,
|
|
9452
9456
|
ao as getPropertyDefault,
|
|
9453
9457
|
B as getPropertyTag,
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9458
|
+
Xl as globalityV1,
|
|
9459
|
+
Bl as groupV1,
|
|
9460
|
+
ba as iconV1,
|
|
9457
9461
|
T as initNode,
|
|
9458
9462
|
A as initProperties,
|
|
9459
9463
|
Ue as injectDark,
|
|
9460
9464
|
_e as injectData,
|
|
9461
|
-
|
|
9465
|
+
Lc as injectDepends,
|
|
9462
9466
|
Be as injectDevice,
|
|
9463
|
-
|
|
9467
|
+
Pc as injectEnv,
|
|
9464
9468
|
J as injectMode,
|
|
9465
|
-
|
|
9466
|
-
|
|
9469
|
+
Vc as injectOrg,
|
|
9470
|
+
zc as injectRuntime,
|
|
9467
9471
|
ve as injectSandbox,
|
|
9468
9472
|
he as injectType,
|
|
9469
|
-
|
|
9473
|
+
Co as isCircularRef,
|
|
9470
9474
|
ne as isExecutableMode,
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
+
Ti as isLocaleOfEventKind,
|
|
9476
|
+
zi as isLocaleOfMethodKind,
|
|
9477
|
+
Li as isLocaleOfPropertyKind,
|
|
9478
|
+
ru as isLocaleOfSlotKind,
|
|
9475
9479
|
jt as isPercentStr,
|
|
9476
9480
|
nt as isPixelStr,
|
|
9477
|
-
|
|
9481
|
+
$o as isRefKey,
|
|
9482
|
+
wl as keyboardControlsV1,
|
|
9478
9483
|
ht as lineChartV1,
|
|
9479
|
-
|
|
9484
|
+
Ou as loadLocaleMessageRuntime,
|
|
9480
9485
|
oe as makeEventId,
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9486
|
-
|
|
9487
|
-
|
|
9488
|
-
|
|
9489
|
-
|
|
9486
|
+
Bu as makeEventKeyOfCustomSlot,
|
|
9487
|
+
Au as makeEventKeyOfElementSlot,
|
|
9488
|
+
Ec as makeMethodId,
|
|
9489
|
+
Tu as makeMethodKeyOfCustomSlot,
|
|
9490
|
+
Lu as makeMethodKeyOfElementSlot,
|
|
9491
|
+
Su as makePropertyId,
|
|
9492
|
+
Vu as makePropertyKeyOfCustomSlot,
|
|
9493
|
+
$u as makePropertyKeyOfElementSlot,
|
|
9494
|
+
Ru as makeSlotId,
|
|
9490
9495
|
Re as makeTriggerId,
|
|
9491
|
-
|
|
9492
|
-
|
|
9496
|
+
Il as mapControlsV1,
|
|
9497
|
+
ga as menuV1,
|
|
9493
9498
|
De as meshBasicMaterialV1,
|
|
9494
9499
|
Oe as meshV1,
|
|
9495
|
-
|
|
9500
|
+
Kl as multipleRefV1,
|
|
9496
9501
|
Ct as numberInputV1,
|
|
9497
|
-
|
|
9498
|
-
|
|
9499
|
-
|
|
9500
|
-
|
|
9501
|
-
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9502
|
+
Sl as orbitControlsV1,
|
|
9503
|
+
xl as orthographicCameraV1,
|
|
9504
|
+
su as pageMetaStringify,
|
|
9505
|
+
Vi as pageTypes,
|
|
9506
|
+
_a as paginationV1,
|
|
9507
|
+
cu as parseCompMeta,
|
|
9508
|
+
ou as parseData,
|
|
9509
|
+
lu as parsePageMeta,
|
|
9505
9510
|
at as parsePercentStr,
|
|
9506
|
-
|
|
9507
|
-
|
|
9508
|
-
|
|
9509
|
-
|
|
9510
|
-
|
|
9511
|
-
|
|
9512
|
-
|
|
9513
|
-
|
|
9514
|
-
|
|
9515
|
-
|
|
9516
|
-
|
|
9517
|
-
|
|
9518
|
-
|
|
9519
|
-
|
|
9511
|
+
Qc as parsePixelStr,
|
|
9512
|
+
kl as perspectiveCameraV1,
|
|
9513
|
+
$c as pkgs,
|
|
9514
|
+
Al as pointLightV1,
|
|
9515
|
+
xu as provideDark,
|
|
9516
|
+
jo as provideData,
|
|
9517
|
+
wu as provideDepends,
|
|
9518
|
+
vu as provideDevice,
|
|
9519
|
+
hu as provideEnv,
|
|
9520
|
+
_u as provideMode,
|
|
9521
|
+
gu as provideOrg,
|
|
9522
|
+
Iu as provideRuntime,
|
|
9523
|
+
Tc as provideSandbox,
|
|
9524
|
+
ku as provideType,
|
|
9520
9525
|
Pt as radioGroupV1,
|
|
9521
9526
|
Vt as radioV1,
|
|
9522
|
-
|
|
9523
|
-
|
|
9524
|
-
|
|
9525
|
-
|
|
9526
|
-
|
|
9527
|
-
|
|
9527
|
+
ka as rangeSliderV1,
|
|
9528
|
+
wa as ratingV1,
|
|
9529
|
+
Dl as referenceV1,
|
|
9530
|
+
Ol as renderSwitchV1,
|
|
9531
|
+
Ci as reverseBreakpoints,
|
|
9532
|
+
Ia as selectV1,
|
|
9528
9533
|
Gt as setField,
|
|
9529
|
-
|
|
9530
|
-
|
|
9531
|
-
|
|
9534
|
+
Sa as sliderV1,
|
|
9535
|
+
Fl as slotV1,
|
|
9536
|
+
fu as spawnNode,
|
|
9532
9537
|
bt as sphereGeometryV1,
|
|
9533
|
-
|
|
9538
|
+
Ml as spotLightV1,
|
|
9534
9539
|
Lt as stepperHeaderV1,
|
|
9535
9540
|
zt as stepperItemV1,
|
|
9536
9541
|
At as stepperV1,
|
|
9537
9542
|
Et as stepperWindowItemV1,
|
|
9538
9543
|
Tt as stepperWindowV1,
|
|
9539
|
-
|
|
9544
|
+
La as switchV1,
|
|
9540
9545
|
Mt as tabV1,
|
|
9541
9546
|
Bt as tabsV1,
|
|
9542
9547
|
St as textFieldV1,
|
|
@@ -9544,23 +9549,23 @@ export {
|
|
|
9544
9549
|
Wt as textareaV1,
|
|
9545
9550
|
Rt as timelineItemV1,
|
|
9546
9551
|
Kt as timelineV1,
|
|
9547
|
-
|
|
9548
|
-
|
|
9552
|
+
pu as toEventName,
|
|
9553
|
+
mu as toMethodName,
|
|
9549
9554
|
E as toNodeLite,
|
|
9550
|
-
|
|
9555
|
+
uu as toPropertyName,
|
|
9551
9556
|
qe as triggerReactivity,
|
|
9552
|
-
|
|
9553
|
-
|
|
9554
|
-
|
|
9555
|
-
|
|
9556
|
-
|
|
9557
|
-
|
|
9557
|
+
Ac as unwrapEventId,
|
|
9558
|
+
Wu as unwrapEventKeyOfCustomSlot,
|
|
9559
|
+
Mu as unwrapEventKeyOfElementSlot,
|
|
9560
|
+
Go as unwrapMethodId,
|
|
9561
|
+
Eu as unwrapMethodKeyOfCustomSlot,
|
|
9562
|
+
zu as unwrapMethodKeyOfElementSlot,
|
|
9558
9563
|
co as unwrapPropertyId,
|
|
9559
|
-
|
|
9560
|
-
|
|
9561
|
-
|
|
9564
|
+
Pu as unwrapPropertyKeyOfCustomSlot,
|
|
9565
|
+
Cu as unwrapPropertyKeyOfElementSlot,
|
|
9566
|
+
Ku as unwrapSlotId,
|
|
9562
9567
|
rn as useDepend,
|
|
9563
|
-
|
|
9568
|
+
Du as useRuntime,
|
|
9564
9569
|
sn as useSandbox,
|
|
9565
9570
|
Dt as windowItemV1,
|
|
9566
9571
|
Ot as windowV1
|