x-runtime-lib 0.8.133 → 0.8.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _n = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), vn = (t) => {
|
|
2
2
|
throw TypeError(t);
|
|
3
3
|
};
|
|
4
4
|
var Pe = (t, n, e) => {
|
|
5
5
|
if (n != null) {
|
|
6
|
-
typeof n != "object" && typeof n != "function" &&
|
|
6
|
+
typeof n != "object" && typeof n != "function" && vn("Object expected");
|
|
7
7
|
var o, s;
|
|
8
|
-
e && (o = n[
|
|
8
|
+
e && (o = n[_n("asyncDispose")]), o === void 0 && (o = n[_n("dispose")], e && (s = o)), typeof o != "function" && vn("Object not disposable"), s && (o = function() {
|
|
9
9
|
try {
|
|
10
10
|
s.call(this);
|
|
11
11
|
} catch (r) {
|
|
@@ -14,7 +14,7 @@ var Pe = (t, n, e) => {
|
|
|
14
14
|
}), t.push([e, o, n]);
|
|
15
15
|
} else e && t.push([e]);
|
|
16
16
|
return n;
|
|
17
|
-
},
|
|
17
|
+
}, Le = (t, n, e) => {
|
|
18
18
|
var o = typeof SuppressedError == "function" ? SuppressedError : function(l, c, u, m) {
|
|
19
19
|
return m = Error(u), m.name = "SuppressedError", m.error = l, m.suppressed = c, m;
|
|
20
20
|
}, s = (l) => n = e ? new o(l, n, "An error was suppressed during disposal") : (e = !0, l), r = (l) => {
|
|
@@ -29,29 +29,29 @@ var Pe = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as C, createElementBlock as ce, renderSlot as K, unref as i, openBlock as x, createElementVNode as ie, computed as k, normalizeStyle as ue, createCommentVNode as le, ref as oe, watch as ae, onBeforeMount as ti, onUnmounted as Ue, watchEffect as he, createBlock as w, withCtx as V, useTemplateRef as xo, onMounted as ko, nextTick as wo, resolveComponent as W, createVNode as j, isRef as Q, h as
|
|
32
|
+
import { defineComponent as C, createElementBlock as ce, renderSlot as K, unref as i, openBlock as x, createElementVNode as ie, computed as k, normalizeStyle as ue, createCommentVNode as le, ref as oe, watch as ae, onBeforeMount as ti, onUnmounted as Ue, watchEffect as he, createBlock as w, withCtx as V, useTemplateRef as xo, onMounted as ko, nextTick as wo, resolveComponent as W, createVNode as j, isRef as Q, h as G, createSlots as nn, renderList as ni, useId as Io, withModifiers as oi, normalizeClass as ii, toDisplayString as ri, useAttrs as yt, inject as me, provide as pe, readonly as on } from "vue";
|
|
33
33
|
import { globalObjects as Ie, waitUtil as So, useViewStack as Co, eventBus as $o, messageInfo as si, messageSuccess as li, messageWarning as Vo, messageError as Po, createAxios as ai, openConfirmDlg as ci, openPromptDlg as ui } from "x-essential-lib";
|
|
34
|
-
import { CameraHelper as
|
|
35
|
-
import { i as se, c as Je, K as fi, M as yi, O as bi, u as gi, r as
|
|
36
|
-
import { useTheme as
|
|
37
|
-
import { getErrorMessage as
|
|
34
|
+
import { CameraHelper as Lo, DirectionalLightHelper as mi, PointLightHelper as pi, SpotLightHelper as di } from "three";
|
|
35
|
+
import { i as se, c as Je, K as fi, M as yi, O as bi, u as gi, r as zo, e as To, a as hi, b as _i, d as vi, f as xi, g as ki, h as wi, j as Ii, k as Si, l as Eo, m as D, n as Ci, o as $i, p as Vi, q as Pi } from "./vendor.hylrutpj.js";
|
|
36
|
+
import { useTheme as Li } from "vuetify";
|
|
37
|
+
import { getErrorMessage as zi } from "x-error-lib";
|
|
38
38
|
import { useI18n as qe } from "vue-i18n";
|
|
39
|
-
const
|
|
39
|
+
const xn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
40
40
|
function T(t) {
|
|
41
41
|
let n = "";
|
|
42
42
|
for (let e = 0; e < t; e++) {
|
|
43
|
-
const o = Math.floor(Math.random() *
|
|
44
|
-
n +=
|
|
43
|
+
const o = Math.floor(Math.random() * xn.length);
|
|
44
|
+
n += xn[o];
|
|
45
45
|
}
|
|
46
46
|
return n;
|
|
47
47
|
}
|
|
48
|
-
function
|
|
48
|
+
function bt(t) {
|
|
49
49
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
50
50
|
return !1;
|
|
51
51
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
52
52
|
return !(isNaN(e) || e % 1 !== 0);
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function rn(t) {
|
|
55
55
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
56
56
|
return !1;
|
|
57
57
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
@@ -64,7 +64,7 @@ function uu(t) {
|
|
|
64
64
|
if (!isNaN(e) && e % 1 === 0)
|
|
65
65
|
return e;
|
|
66
66
|
}
|
|
67
|
-
function
|
|
67
|
+
function kt(t) {
|
|
68
68
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
69
69
|
return;
|
|
70
70
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
@@ -72,16 +72,16 @@ function bt(t) {
|
|
|
72
72
|
return e;
|
|
73
73
|
}
|
|
74
74
|
const Ao = ["xs", "sm", "md", "lg", "xl"], Ti = [...Ao].reverse();
|
|
75
|
-
function
|
|
75
|
+
function ct(t) {
|
|
76
76
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function kn(t) {
|
|
79
79
|
return Ao.findIndex((n) => n === t);
|
|
80
80
|
}
|
|
81
81
|
function De(t, n) {
|
|
82
82
|
let e;
|
|
83
83
|
for (const o of Ti) {
|
|
84
|
-
if (
|
|
84
|
+
if (kn(o) < kn(t))
|
|
85
85
|
break;
|
|
86
86
|
n[o] && (e = n[o]);
|
|
87
87
|
}
|
|
@@ -101,7 +101,7 @@ function ke(t, n) {
|
|
|
101
101
|
return e;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function sn(t, n, e) {
|
|
105
105
|
let o = t;
|
|
106
106
|
if (typeof o != "object")
|
|
107
107
|
return;
|
|
@@ -315,7 +315,7 @@ const vu = [
|
|
|
315
315
|
"scene_sphere_geometry_v1",
|
|
316
316
|
"scene_spot_light_v1"
|
|
317
317
|
];
|
|
318
|
-
function
|
|
318
|
+
function ln(t, n, e) {
|
|
319
319
|
const { i18n: o } = Ie;
|
|
320
320
|
let s = "";
|
|
321
321
|
return t && (s += t + " / "), n.forEach((r, l) => {
|
|
@@ -325,17 +325,17 @@ function en(t, n, e) {
|
|
|
325
325
|
function xu(t, n) {
|
|
326
326
|
const { i18n: e } = Ie;
|
|
327
327
|
let o = "";
|
|
328
|
-
return t === "elementProperty" || (t === "refProperty" || 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)),
|
|
328
|
+
return t === "elementProperty" || (t === "refProperty" || 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)), ln(o, n, Mi(t));
|
|
329
329
|
}
|
|
330
330
|
function ku(t, n) {
|
|
331
331
|
const { i18n: e } = Ie;
|
|
332
332
|
let o = "";
|
|
333
|
-
return t === "elementMethod" || (t === "refMethod" || 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)),
|
|
333
|
+
return t === "elementMethod" || (t === "refMethod" || 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)), ln(o, n, Wi(t));
|
|
334
334
|
}
|
|
335
335
|
function wu(t, n) {
|
|
336
336
|
const { i18n: e } = Ie;
|
|
337
337
|
let o = "";
|
|
338
|
-
return t === "elementEvent" || (t === "refEvent" || 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 === "refPropertyChangeEvent" ? 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)),
|
|
338
|
+
return t === "elementEvent" || (t === "refEvent" || 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 === "refPropertyChangeEvent" ? 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)), ln(o, n, Bi(t));
|
|
339
339
|
}
|
|
340
340
|
const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ C({
|
|
341
341
|
__name: "index",
|
|
@@ -345,7 +345,7 @@ const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ C({
|
|
|
345
345
|
scale: {}
|
|
346
346
|
},
|
|
347
347
|
setup(t) {
|
|
348
|
-
const n =
|
|
348
|
+
const n = X();
|
|
349
349
|
return (e, o) => i(n) === "editor" ? (x(), ce("TresMesh", {
|
|
350
350
|
key: 0,
|
|
351
351
|
position: t.position,
|
|
@@ -358,14 +358,14 @@ const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ C({
|
|
|
358
358
|
K(e.$slots, "default")
|
|
359
359
|
], 8, Ri)) : K(e.$slots, "default", { key: 1 });
|
|
360
360
|
}
|
|
361
|
-
}),
|
|
361
|
+
}), H = /* @__PURE__ */ C({
|
|
362
362
|
__name: "index",
|
|
363
363
|
props: {
|
|
364
364
|
block: { type: Boolean, default: !1 },
|
|
365
365
|
mask: { type: Boolean, default: !1 }
|
|
366
366
|
},
|
|
367
367
|
setup(t) {
|
|
368
|
-
const n =
|
|
368
|
+
const n = X(), e = k(() => {
|
|
369
369
|
const s = {
|
|
370
370
|
position: "relative"
|
|
371
371
|
};
|
|
@@ -405,7 +405,7 @@ function P(t) {
|
|
|
405
405
|
const { debugTrace: o } = Ki(e);
|
|
406
406
|
return o("created"), { node: e };
|
|
407
407
|
}
|
|
408
|
-
function
|
|
408
|
+
function ut(t, n, e) {
|
|
409
409
|
const o = fe();
|
|
410
410
|
if (o) {
|
|
411
411
|
const s = k(() => jc("elementMethod", t, n));
|
|
@@ -427,7 +427,7 @@ const Di = (t, n, e, o) => {
|
|
|
427
427
|
return s;
|
|
428
428
|
}, Oi = (t, n, e, o, s) => {
|
|
429
429
|
let r;
|
|
430
|
-
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) :
|
|
430
|
+
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : sn(n, e, r);
|
|
431
431
|
};
|
|
432
432
|
function a(t, n, e) {
|
|
433
433
|
const o = fe(), s = oe();
|
|
@@ -530,7 +530,7 @@ function Ko(t) {
|
|
|
530
530
|
return { show: n, position: e, type: o, data: s, applyYAxis: r };
|
|
531
531
|
}
|
|
532
532
|
function Y(t) {
|
|
533
|
-
const { computedThemes: n } =
|
|
533
|
+
const { computedThemes: n } = Li(), e = Ze(), o = k(() => t.value?.mode), s = k(() => {
|
|
534
534
|
const m = t.value?.theme;
|
|
535
535
|
return m ? m === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : m === "background1" ? e.value ? "#272727" : "#eeeeee" : m === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[m] : void 0;
|
|
536
536
|
}), r = k(() => e.value ? t.value.custom?.dark : t.value.custom?.light), l = k(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = k(() => {
|
|
@@ -542,21 +542,21 @@ function Y(t) {
|
|
|
542
542
|
});
|
|
543
543
|
return { color: l, rgb: c, alpha: u };
|
|
544
544
|
}
|
|
545
|
-
function
|
|
545
|
+
function an(t) {
|
|
546
546
|
const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = Y(o), r = k(() => t.value.border?.roundRadius?.tl), l = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl), u = k(() => t.value.border?.roundRadius?.br);
|
|
547
547
|
function m(d) {
|
|
548
548
|
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), r.value && (d.borderTopLeftRadius = r.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
|
|
549
549
|
}
|
|
550
550
|
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: m };
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function cn(t) {
|
|
553
553
|
const n = k(() => t.value.margin?.top), e = k(() => t.value.margin?.left), o = k(() => t.value.margin?.bottom), s = k(() => t.value.margin?.right);
|
|
554
554
|
function r(l) {
|
|
555
555
|
n.value && (l.marginTop = n.value), e.value && (l.marginLeft = e.value), o.value && (l.marginBottom = o.value), s.value && (l.marginRight = s.value);
|
|
556
556
|
}
|
|
557
557
|
return { marginTop: n, marginLeft: e, marginBottom: o, marginRight: s, applyMargin: r };
|
|
558
558
|
}
|
|
559
|
-
function
|
|
559
|
+
function un(t) {
|
|
560
560
|
const n = k(() => t.value.padding?.top), e = k(() => t.value.padding?.left), o = k(() => t.value.padding?.bottom), s = k(() => t.value.padding?.right);
|
|
561
561
|
function r(l) {
|
|
562
562
|
n.value && (l.paddingTop = n.value), e.value && (l.paddingLeft = e.value), o.value && (l.paddingBottom = o.value), s.value && (l.paddingRight = s.value);
|
|
@@ -564,23 +564,23 @@ function on(t) {
|
|
|
564
564
|
return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: r };
|
|
565
565
|
}
|
|
566
566
|
function de(t, n) {
|
|
567
|
-
const e =
|
|
567
|
+
const e = X(), o = Re(), s = k(() => n.value.size?.width), r = k(() => n.value.size?.minWidth), l = k(() => n.value.size?.maxWidth), c = k(() => {
|
|
568
568
|
if (t.outer && e === "editor") {
|
|
569
|
-
const p =
|
|
569
|
+
const p = kt(n.value.size?.height);
|
|
570
570
|
if (p)
|
|
571
571
|
return p / 100 * o.value.height + "px";
|
|
572
572
|
}
|
|
573
573
|
return n.value.size?.height;
|
|
574
574
|
}), u = k(() => {
|
|
575
575
|
if (t.outer && e === "editor") {
|
|
576
|
-
const p =
|
|
576
|
+
const p = kt(n.value.size?.minHeight);
|
|
577
577
|
if (p)
|
|
578
578
|
return p / 100 * o.value.height + "px";
|
|
579
579
|
}
|
|
580
580
|
return n.value.size?.minHeight;
|
|
581
581
|
}), m = k(() => {
|
|
582
582
|
if (t.outer && e === "editor") {
|
|
583
|
-
const p =
|
|
583
|
+
const p = kt(n.value.size?.maxHeight);
|
|
584
584
|
if (p)
|
|
585
585
|
return p / 100 * o.value.height + "px";
|
|
586
586
|
}
|
|
@@ -599,7 +599,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
599
599
|
refContext: {}
|
|
600
600
|
},
|
|
601
601
|
setup(t) {
|
|
602
|
-
const n = t, { node: e } = P(n), o =
|
|
602
|
+
const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
|
|
603
603
|
return (b, g) => (x(), w(i(Ce), {
|
|
604
604
|
position: i(s),
|
|
605
605
|
rotation: i(r),
|
|
@@ -619,7 +619,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
619
619
|
}, [
|
|
620
620
|
i(o) === "editor" ? (x(), w(i(Je), {
|
|
621
621
|
key: 0,
|
|
622
|
-
type: i(
|
|
622
|
+
type: i(Lo)
|
|
623
623
|
}, null, 8, ["type"])) : le("", !0),
|
|
624
624
|
K(b.$slots, "default")
|
|
625
625
|
], 8, Fi)
|
|
@@ -635,7 +635,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
635
635
|
refContext: {}
|
|
636
636
|
},
|
|
637
637
|
setup(t) {
|
|
638
|
-
const n = t, { node: e } = P(n), o =
|
|
638
|
+
const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "aspect"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
|
|
639
639
|
return (p, f) => (x(), w(i(Ce), {
|
|
640
640
|
position: i(s),
|
|
641
641
|
rotation: i(r),
|
|
@@ -653,7 +653,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
653
653
|
}, [
|
|
654
654
|
i(o) === "editor" ? (x(), w(i(Je), {
|
|
655
655
|
key: 0,
|
|
656
|
-
type: i(
|
|
656
|
+
type: i(Lo)
|
|
657
657
|
}, null, 8, ["type"])) : le("", !0),
|
|
658
658
|
K(p.$slots, "default")
|
|
659
659
|
], 8, ji)
|
|
@@ -664,19 +664,19 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
664
664
|
}), Hi = /* @__PURE__ */ C({
|
|
665
665
|
__name: "index",
|
|
666
666
|
setup(t) {
|
|
667
|
-
const n =
|
|
667
|
+
const n = X();
|
|
668
668
|
return (e, o) => i(n) !== "editor" ? (x(), w(i(fi), { key: 0 })) : le("", !0);
|
|
669
669
|
}
|
|
670
670
|
}), Ui = /* @__PURE__ */ C({
|
|
671
671
|
__name: "index",
|
|
672
672
|
setup(t) {
|
|
673
|
-
const n =
|
|
673
|
+
const n = X();
|
|
674
674
|
return (e, o) => i(n) !== "editor" ? (x(), w(i(yi), { key: 0 })) : le("", !0);
|
|
675
675
|
}
|
|
676
676
|
}), Ji = /* @__PURE__ */ C({
|
|
677
677
|
__name: "index",
|
|
678
678
|
setup(t) {
|
|
679
|
-
const n =
|
|
679
|
+
const n = X();
|
|
680
680
|
return (e, o) => i(n) !== "editor" ? (x(), w(i(bi), { key: 0 })) : le("", !0);
|
|
681
681
|
}
|
|
682
682
|
}), qi = ["args"], Xi = /* @__PURE__ */ C({
|
|
@@ -760,7 +760,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
760
760
|
refContext: {}
|
|
761
761
|
},
|
|
762
762
|
setup(t) {
|
|
763
|
-
const n = t, { node: e } = P(n), o =
|
|
763
|
+
const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, [
|
|
764
764
|
"settings",
|
|
765
765
|
"intensity"
|
|
766
766
|
]);
|
|
@@ -791,7 +791,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
791
791
|
refContext: {}
|
|
792
792
|
},
|
|
793
793
|
setup(t) {
|
|
794
|
-
const n = t, { node: e } = P(n), o =
|
|
794
|
+
const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, [
|
|
795
795
|
"settings",
|
|
796
796
|
"intensity"
|
|
797
797
|
]);
|
|
@@ -826,7 +826,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
826
826
|
refContext: {}
|
|
827
827
|
},
|
|
828
828
|
setup(t) {
|
|
829
|
-
const n = t, { node: e } = P(n), o =
|
|
829
|
+
const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, ["settings", "decay"]), { property: d } = a(e, [
|
|
830
830
|
"settings",
|
|
831
831
|
"distance"
|
|
832
832
|
]), { property: p } = a(e, [
|
|
@@ -866,7 +866,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
866
866
|
refContext: {}
|
|
867
867
|
},
|
|
868
868
|
setup(t) {
|
|
869
|
-
const n = t, { node: e } = P(n), o =
|
|
869
|
+
const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "angle"]), { property: u } = a(e, ["settings", "color"]), { color: m } = Y(u), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
|
|
870
870
|
"settings",
|
|
871
871
|
"distance"
|
|
872
872
|
]), { property: f } = a(e, [
|
|
@@ -915,7 +915,7 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
|
|
|
915
915
|
refContext: {}
|
|
916
916
|
},
|
|
917
917
|
setup(t) {
|
|
918
|
-
const n = t, { node: e } = P(n), o =
|
|
918
|
+
const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e);
|
|
919
919
|
return (c, u) => (x(), w(i(Ce), {
|
|
920
920
|
position: i(s),
|
|
921
921
|
rotation: i(r),
|
|
@@ -950,7 +950,7 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
|
|
|
950
950
|
K(l.$slots, "default")
|
|
951
951
|
], 8, pr));
|
|
952
952
|
}
|
|
953
|
-
}), fr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], yr = "#242424", br = {}, gr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, hr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, vr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, kr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Pr = { 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" } },
|
|
953
|
+
}), fr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], yr = "#242424", br = {}, gr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, hr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, vr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, kr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Pr = { 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" } }, Lr = { 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)" } } }, zr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Tr = { 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"] } } }, Er = { 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"] } } }, Ar = { 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"] } } }, Mr = { 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"] } } }, Wr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Br = { textStyle: { color: "#eeeeee" } }, Rr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Kr = { 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" } } }, Dr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Or = { 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" } }, Fr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Nr = {
|
|
954
954
|
color: fr,
|
|
955
955
|
backgroundColor: yr,
|
|
956
956
|
textStyle: br,
|
|
@@ -967,8 +967,8 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
|
|
|
967
967
|
gauge: $r,
|
|
968
968
|
candlestick: Vr,
|
|
969
969
|
graph: Pr,
|
|
970
|
-
map:
|
|
971
|
-
geo:
|
|
970
|
+
map: Lr,
|
|
971
|
+
geo: zr,
|
|
972
972
|
categoryAxis: Tr,
|
|
973
973
|
valueAxis: Er,
|
|
974
974
|
logAxis: Ar,
|
|
@@ -1021,8 +1021,8 @@ gi([
|
|
|
1021
1021
|
Ii,
|
|
1022
1022
|
Si
|
|
1023
1023
|
]);
|
|
1024
|
-
|
|
1025
|
-
|
|
1024
|
+
zo("dark", Nr);
|
|
1025
|
+
zo("light", _s);
|
|
1026
1026
|
const vs = /* @__PURE__ */ C({
|
|
1027
1027
|
__name: "index",
|
|
1028
1028
|
props: {
|
|
@@ -1032,22 +1032,22 @@ const vs = /* @__PURE__ */ C({
|
|
|
1032
1032
|
},
|
|
1033
1033
|
setup(t) {
|
|
1034
1034
|
const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = de(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
|
|
1035
|
-
const
|
|
1036
|
-
return r === "page" ?
|
|
1037
|
-
}),
|
|
1035
|
+
const z = {}, J = l.value?.type;
|
|
1036
|
+
return r === "page" ? J === "common" ? b(z) : console.assert(!1) : r === "comp" && J === "common" ? b(z) : console.assert(!1), z;
|
|
1037
|
+
}), L = xo("chart");
|
|
1038
1038
|
let R;
|
|
1039
1039
|
const O = () => {
|
|
1040
|
-
R?.dispose(), R = To.init(
|
|
1041
|
-
const
|
|
1042
|
-
R.setOption(
|
|
1040
|
+
R?.dispose(), R = To.init(L.value, s.value ? "dark" : "light");
|
|
1041
|
+
const z = {};
|
|
1042
|
+
R.setOption(z);
|
|
1043
1043
|
}, N = () => {
|
|
1044
1044
|
R?.resize();
|
|
1045
1045
|
}, F = () => {
|
|
1046
|
-
const
|
|
1047
|
-
g(
|
|
1046
|
+
const z = {};
|
|
1047
|
+
g(z), _(z), h(z), v(z), S(z), R?.setOption(z, !0);
|
|
1048
1048
|
};
|
|
1049
1049
|
return ko(async () => {
|
|
1050
|
-
window.addEventListener("resize", N, !1), await So(() => !!
|
|
1050
|
+
window.addEventListener("resize", N, !1), await So(() => !!L.value), O(), F();
|
|
1051
1051
|
}), Ue(() => {
|
|
1052
1052
|
window.removeEventListener("resize", N, !1), R?.dispose();
|
|
1053
1053
|
}), ae(
|
|
@@ -1072,7 +1072,7 @@ const vs = /* @__PURE__ */ C({
|
|
|
1072
1072
|
F();
|
|
1073
1073
|
},
|
|
1074
1074
|
{ deep: !0 }
|
|
1075
|
-
), (
|
|
1075
|
+
), (z, J) => (x(), w(i(H), {
|
|
1076
1076
|
block: "",
|
|
1077
1077
|
mask: ""
|
|
1078
1078
|
}, {
|
|
@@ -1094,22 +1094,22 @@ const vs = /* @__PURE__ */ C({
|
|
|
1094
1094
|
},
|
|
1095
1095
|
setup(t) {
|
|
1096
1096
|
const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = de(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
|
|
1097
|
-
const
|
|
1098
|
-
return r === "page" ?
|
|
1099
|
-
}),
|
|
1097
|
+
const z = {}, J = l.value?.type;
|
|
1098
|
+
return r === "page" ? J === "common" ? b(z) : console.assert(!1) : r === "comp" && J === "common" ? b(z) : console.assert(!1), z;
|
|
1099
|
+
}), L = xo("chart");
|
|
1100
1100
|
let R;
|
|
1101
1101
|
const O = () => {
|
|
1102
|
-
R?.dispose(), R = To.init(
|
|
1103
|
-
const
|
|
1104
|
-
R.setOption(
|
|
1102
|
+
R?.dispose(), R = To.init(L.value, s.value ? "dark" : "light");
|
|
1103
|
+
const z = {};
|
|
1104
|
+
R.setOption(z);
|
|
1105
1105
|
}, N = () => {
|
|
1106
1106
|
R?.resize();
|
|
1107
1107
|
}, F = () => {
|
|
1108
|
-
const
|
|
1109
|
-
g(
|
|
1108
|
+
const z = {};
|
|
1109
|
+
g(z), _(z), h(z), v(z), S(z), R?.setOption(z, !0);
|
|
1110
1110
|
};
|
|
1111
1111
|
return ko(async () => {
|
|
1112
|
-
window.addEventListener("resize", N, !1), await So(() => !!
|
|
1112
|
+
window.addEventListener("resize", N, !1), await So(() => !!L.value), O(), F();
|
|
1113
1113
|
}), Ue(() => {
|
|
1114
1114
|
window.removeEventListener("resize", N, !1), R?.dispose();
|
|
1115
1115
|
}), ae(
|
|
@@ -1134,7 +1134,7 @@ const vs = /* @__PURE__ */ C({
|
|
|
1134
1134
|
F();
|
|
1135
1135
|
},
|
|
1136
1136
|
{ deep: !0 }
|
|
1137
|
-
), (
|
|
1137
|
+
), (z, J) => (x(), w(i(H), {
|
|
1138
1138
|
block: "",
|
|
1139
1139
|
mask: ""
|
|
1140
1140
|
}, {
|
|
@@ -1155,7 +1155,7 @@ const vs = /* @__PURE__ */ C({
|
|
|
1155
1155
|
refContext: {}
|
|
1156
1156
|
},
|
|
1157
1157
|
setup(t) {
|
|
1158
|
-
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "content"]), { property: s } = a(e, ["settings", "dot"]), { theme: r } =
|
|
1158
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "content"]), { property: s } = a(e, ["settings", "dot"]), { theme: r } = U(), { property: l } = a(e, [
|
|
1159
1159
|
"settings",
|
|
1160
1160
|
"offset",
|
|
1161
1161
|
"x"
|
|
@@ -1166,7 +1166,7 @@ const vs = /* @__PURE__ */ C({
|
|
|
1166
1166
|
]);
|
|
1167
1167
|
return (u, m) => {
|
|
1168
1168
|
const d = W("v-badge");
|
|
1169
|
-
return x(), w(i(
|
|
1169
|
+
return x(), w(i(H), null, {
|
|
1170
1170
|
default: V(() => [
|
|
1171
1171
|
j(d, {
|
|
1172
1172
|
content: i(o),
|
|
@@ -1207,18 +1207,18 @@ const vs = /* @__PURE__ */ C({
|
|
|
1207
1207
|
]), { property: v } = a(e, [
|
|
1208
1208
|
"settings",
|
|
1209
1209
|
"readonly"
|
|
1210
|
-
]), { property: S } = a(e, ["settings", "ripple"]), { property: $ } = a(e, ["settings", "size"]), { property:
|
|
1210
|
+
]), { property: S } = a(e, ["settings", "ripple"]), { property: $ } = a(e, ["settings", "size"]), { property: L } = a(e, ["settings", "stacked"]), { property: R } = a(e, ["settings", "text"]), { theme: O } = U(), { property: N } = a(e, ["settings", "variant"]), { property: F } = a(e, ["size", "width"]), z = (J) => {
|
|
1211
1211
|
if (!o || !o.vm)
|
|
1212
1212
|
return;
|
|
1213
1213
|
const { vm: ne } = o;
|
|
1214
|
-
ne.setProp(ne.global, "__pointerPosX__", ne.newNumber(
|
|
1214
|
+
ne.setProp(ne.global, "__pointerPosX__", ne.newNumber(J.clientX)), ne.setProp(ne.global, "__pointerPosY__", ne.newNumber(J.clientY)), o.callFunction(
|
|
1215
1215
|
"__triggerEventV1__",
|
|
1216
1216
|
re("elementEvent", n.nodeId, "click")
|
|
1217
1217
|
);
|
|
1218
1218
|
};
|
|
1219
|
-
return (
|
|
1219
|
+
return (J, ne) => {
|
|
1220
1220
|
const ye = W("v-btn");
|
|
1221
|
-
return x(), w(i(
|
|
1221
|
+
return x(), w(i(H), {
|
|
1222
1222
|
block: i(r),
|
|
1223
1223
|
mask: ""
|
|
1224
1224
|
}, {
|
|
@@ -1239,12 +1239,12 @@ const vs = /* @__PURE__ */ C({
|
|
|
1239
1239
|
readonly: i(v),
|
|
1240
1240
|
ripple: i(S),
|
|
1241
1241
|
size: i($),
|
|
1242
|
-
stacked: i(
|
|
1242
|
+
stacked: i(L),
|
|
1243
1243
|
text: i(R),
|
|
1244
1244
|
theme: i(O),
|
|
1245
1245
|
variant: i(N),
|
|
1246
1246
|
width: i(F),
|
|
1247
|
-
onClick:
|
|
1247
|
+
onClick: z
|
|
1248
1248
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1249
1249
|
]),
|
|
1250
1250
|
_: 1
|
|
@@ -1281,7 +1281,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1281
1281
|
]), { property: u } = a(e, [
|
|
1282
1282
|
"settings",
|
|
1283
1283
|
"readonly"
|
|
1284
|
-
]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } =
|
|
1284
|
+
]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = U(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
|
|
1285
1285
|
return (g, _) => {
|
|
1286
1286
|
const h = W("v-btn-toggle");
|
|
1287
1287
|
return x(), w(h, {
|
|
@@ -1318,12 +1318,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1318
1318
|
]), { property: r } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: u } = a(e, ["size", "maxHeight"]), { property: m } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
|
|
1319
1319
|
"settings",
|
|
1320
1320
|
"subtitle"
|
|
1321
|
-
]), { property: b } = a(e, ["settings", "text"]), { theme: g } =
|
|
1321
|
+
]), { property: b } = a(e, ["settings", "text"]), { theme: g } = U(), { property: _ } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: v } = a(e, ["size", "width"]);
|
|
1322
1322
|
return (S, $) => {
|
|
1323
|
-
const
|
|
1324
|
-
return x(), w(i(
|
|
1323
|
+
const L = W("v-card");
|
|
1324
|
+
return x(), w(i(H), { block: "" }, {
|
|
1325
1325
|
default: V(() => [
|
|
1326
|
-
j(
|
|
1326
|
+
j(L, {
|
|
1327
1327
|
density: i(o),
|
|
1328
1328
|
disabled: i(s),
|
|
1329
1329
|
height: i(r),
|
|
@@ -1367,7 +1367,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1367
1367
|
]);
|
|
1368
1368
|
return (r, l) => {
|
|
1369
1369
|
const c = W("v-checkbox");
|
|
1370
|
-
return x(), w(i(
|
|
1370
|
+
return x(), w(i(H), { mask: "" }, {
|
|
1371
1371
|
default: V(() => [
|
|
1372
1372
|
j(c, {
|
|
1373
1373
|
disabled: i(o),
|
|
@@ -1378,7 +1378,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1378
1378
|
});
|
|
1379
1379
|
};
|
|
1380
1380
|
}
|
|
1381
|
-
}),
|
|
1381
|
+
}), Ls = /* @__PURE__ */ C({
|
|
1382
1382
|
__name: "index",
|
|
1383
1383
|
props: {
|
|
1384
1384
|
nodeId: {},
|
|
@@ -1395,10 +1395,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1395
1395
|
]), { property: u } = a(e, [
|
|
1396
1396
|
"settings",
|
|
1397
1397
|
"draggable"
|
|
1398
|
-
]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } =
|
|
1398
|
+
]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = U(), { property: g } = a(e, ["settings", "tile"]), { property: _ } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
|
|
1399
1399
|
return (v, S) => {
|
|
1400
1400
|
const $ = W("v-chip");
|
|
1401
|
-
return x(), w(i(
|
|
1401
|
+
return x(), w(i(H), { mask: "" }, {
|
|
1402
1402
|
default: V(() => [
|
|
1403
1403
|
j($, {
|
|
1404
1404
|
closable: i(o),
|
|
@@ -1420,7 +1420,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1420
1420
|
});
|
|
1421
1421
|
};
|
|
1422
1422
|
}
|
|
1423
|
-
}),
|
|
1423
|
+
}), zs = /* @__PURE__ */ C({
|
|
1424
1424
|
__name: "index",
|
|
1425
1425
|
props: {
|
|
1426
1426
|
nodeId: {},
|
|
@@ -1443,7 +1443,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1443
1443
|
]), { property: m } = a(e, [
|
|
1444
1444
|
"settings",
|
|
1445
1445
|
"showArrows"
|
|
1446
|
-
]), { theme: d } =
|
|
1446
|
+
]), { theme: d } = U(), { property: p } = a(e, ["settings", "value"]);
|
|
1447
1447
|
return (f, b) => {
|
|
1448
1448
|
const g = W("v-chip-group");
|
|
1449
1449
|
return x(), w(g, {
|
|
@@ -1497,10 +1497,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1497
1497
|
]), { property: b } = a(e, [
|
|
1498
1498
|
"settings",
|
|
1499
1499
|
"showSwatches"
|
|
1500
|
-
]), { theme: g } =
|
|
1500
|
+
]), { theme: g } = U();
|
|
1501
1501
|
return (_, h) => {
|
|
1502
1502
|
const v = W("v-color-picker");
|
|
1503
|
-
return x(), w(i(
|
|
1503
|
+
return x(), w(i(H), { mask: "" }, {
|
|
1504
1504
|
default: V(() => [
|
|
1505
1505
|
j(v, {
|
|
1506
1506
|
disabled: i(c),
|
|
@@ -1538,10 +1538,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1538
1538
|
]), { property: c } = a(e, [
|
|
1539
1539
|
"settings",
|
|
1540
1540
|
"singleLine"
|
|
1541
|
-
]), { theme: u } =
|
|
1541
|
+
]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
|
|
1542
1542
|
return (d, p) => {
|
|
1543
1543
|
const f = W("v-combobox");
|
|
1544
|
-
return x(), w(i(
|
|
1544
|
+
return x(), w(i(H), { mask: "" }, {
|
|
1545
1545
|
default: V(() => [
|
|
1546
1546
|
j(f, {
|
|
1547
1547
|
modelValue: i(m),
|
|
@@ -1569,11 +1569,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1569
1569
|
const n = t, { node: e } = P(n), o = xe(), s = be(), { property: r } = a(e, [
|
|
1570
1570
|
"settings",
|
|
1571
1571
|
"backgroundColor"
|
|
1572
|
-
]), { color: l } = Y(r), { applySize: c } = de(n, e), { applyMargin: u } =
|
|
1572
|
+
]), { color: l } = Y(r), { applySize: c } = de(n, e), { applyMargin: u } = cn(e), { applyPadding: m } = un(e), { applyBorder: d } = an(e), p = k(() => {
|
|
1573
1573
|
const f = {}, b = s.value?.type;
|
|
1574
1574
|
return o === "page" ? b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
|
|
1575
1575
|
});
|
|
1576
|
-
return (f, b) => (x(), w(i(
|
|
1576
|
+
return (f, b) => (x(), w(i(H), { block: "" }, {
|
|
1577
1577
|
default: V(() => [
|
|
1578
1578
|
ie("div", {
|
|
1579
1579
|
style: ue(p.value)
|
|
@@ -1592,7 +1592,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1592
1592
|
value: {}
|
|
1593
1593
|
},
|
|
1594
1594
|
setup(t) {
|
|
1595
|
-
const { t: n } = qe(), e = t, o =
|
|
1595
|
+
const { t: n } = qe(), e = t, o = X(), s = Qe(), r = oe();
|
|
1596
1596
|
$e(r);
|
|
1597
1597
|
const l = k(() => e.refContext.compId);
|
|
1598
1598
|
et(l, r), ee(o) && Ke(r, "slot", "", "", fe());
|
|
@@ -1608,7 +1608,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1608
1608
|
return Xe(m.key) && (p.refContext = {
|
|
1609
1609
|
parent: e.refContext,
|
|
1610
1610
|
compId: m.compId
|
|
1611
|
-
}),
|
|
1611
|
+
}), G(
|
|
1612
1612
|
d.comp,
|
|
1613
1613
|
{
|
|
1614
1614
|
key: m.id,
|
|
@@ -1624,11 +1624,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1624
1624
|
}
|
|
1625
1625
|
const u = () => {
|
|
1626
1626
|
if (Ye(e.refContext, s))
|
|
1627
|
-
return
|
|
1627
|
+
return G("div", null, n("x-runtime-lib.circularReference"));
|
|
1628
1628
|
if (!r.value)
|
|
1629
1629
|
return;
|
|
1630
1630
|
if (r.value.type === "common")
|
|
1631
|
-
return
|
|
1631
|
+
return G(
|
|
1632
1632
|
"div",
|
|
1633
1633
|
{},
|
|
1634
1634
|
{ default: () => r.value.view.nodeLites.map((d) => c(d)) }
|
|
@@ -1653,10 +1653,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1653
1653
|
]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: u } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
|
|
1654
1654
|
"settings",
|
|
1655
1655
|
"multiSort"
|
|
1656
|
-
]), { theme: f } =
|
|
1656
|
+
]), { theme: f } = U(), { property: b } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
|
|
1657
1657
|
return (_, h) => {
|
|
1658
1658
|
const v = W("v-data-table");
|
|
1659
|
-
return x(), w(i(
|
|
1659
|
+
return x(), w(i(H), {
|
|
1660
1660
|
block: "",
|
|
1661
1661
|
mask: ""
|
|
1662
1662
|
}, {
|
|
@@ -1673,17 +1673,17 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1673
1673
|
"multi-sort": i(p),
|
|
1674
1674
|
theme: i(f),
|
|
1675
1675
|
width: i(b)
|
|
1676
|
-
},
|
|
1676
|
+
}, nn({ _: 2 }, [
|
|
1677
1677
|
ni(i(g), ({ key: S, comp: $ }) => ({
|
|
1678
1678
|
name: `item.${S}`,
|
|
1679
|
-
fn: V(({ value:
|
|
1679
|
+
fn: V(({ value: L }) => [
|
|
1680
1680
|
j(Ms, {
|
|
1681
1681
|
"node-id": n.nodeId,
|
|
1682
1682
|
"ref-context": {
|
|
1683
1683
|
parent: n.refContext,
|
|
1684
1684
|
compId: $
|
|
1685
1685
|
},
|
|
1686
|
-
value:
|
|
1686
|
+
value: L
|
|
1687
1687
|
}, null, 8, ["node-id", "ref-context", "value"])
|
|
1688
1688
|
])
|
|
1689
1689
|
}))
|
|
@@ -1698,7 +1698,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1698
1698
|
setup(t) {
|
|
1699
1699
|
return (n, e) => {
|
|
1700
1700
|
const o = W("v-date-picker");
|
|
1701
|
-
return x(), w(i(
|
|
1701
|
+
return x(), w(i(H), { mask: "" }, {
|
|
1702
1702
|
default: V(() => [
|
|
1703
1703
|
j(o)
|
|
1704
1704
|
]),
|
|
@@ -1714,10 +1714,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1714
1714
|
refContext: {}
|
|
1715
1715
|
},
|
|
1716
1716
|
setup(t) {
|
|
1717
|
-
const n = t, e =
|
|
1718
|
-
return
|
|
1717
|
+
const n = t, e = X(), { open: o } = Co(`runtimeDlg/${Io()}`);
|
|
1718
|
+
return ut(n.nodeId, "open", () => {
|
|
1719
1719
|
o.value = !0;
|
|
1720
|
-
}),
|
|
1720
|
+
}), ut(n.nodeId, "close", () => {
|
|
1721
1721
|
o.value = !1;
|
|
1722
1722
|
}), (s, r) => {
|
|
1723
1723
|
const l = W("v-dialog");
|
|
@@ -1765,7 +1765,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1765
1765
|
]);
|
|
1766
1766
|
return (b, g) => {
|
|
1767
1767
|
const _ = W("v-file-input");
|
|
1768
|
-
return x(), w(i(
|
|
1768
|
+
return x(), w(i(H), {
|
|
1769
1769
|
block: "",
|
|
1770
1770
|
mask: ""
|
|
1771
1771
|
}, {
|
|
@@ -1795,12 +1795,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1795
1795
|
refContext: {}
|
|
1796
1796
|
},
|
|
1797
1797
|
setup(t) {
|
|
1798
|
-
const n = t, { node: e } = P(n), o = Re(), s = xe(), r = be(), { applySize: l } = de(n, e), { applyMargin: c } =
|
|
1798
|
+
const n = t, { node: e } = P(n), o = Re(), s = xe(), r = be(), { applySize: l } = de(n, e), { applyMargin: c } = cn(e), { applyPadding: u } = un(e), { applyBorder: m } = an(e), { property: d } = a(e, [
|
|
1799
1799
|
"settings",
|
|
1800
1800
|
"backgroundColor"
|
|
1801
1801
|
]), { color: p } = Y(d), f = (g) => {
|
|
1802
1802
|
p.value && (g.backgroundColor = p.value), g.display = "flex";
|
|
1803
|
-
const _ =
|
|
1803
|
+
const _ = ct(o.value.width), h = De(_, e.value.settings?.direction);
|
|
1804
1804
|
h === "row" ? g.flexDirection = "row" : h === "rowReverse" ? g.flexDirection = "row-reverse" : h === "column" ? g.flexDirection = "column" : h === "columnReverse" && (g.flexDirection = "column-reverse");
|
|
1805
1805
|
const v = De(_, e.value.settings?.wrap);
|
|
1806
1806
|
v === "no" ? g.flexWrap = "nowrap" : v === "yes" ? g.flexWrap = "wrap" : v === "reverse" && (g.flexWrap = "wrap-reverse");
|
|
@@ -1850,7 +1850,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1850
1850
|
]), { property: u } = a(e, [
|
|
1851
1851
|
"settings",
|
|
1852
1852
|
"backgroundColor"
|
|
1853
|
-
]), { color: m } = Y(u), { applySize: d } = de(n, e), { applyMargin: p } =
|
|
1853
|
+
]), { color: m } = Y(u), { applySize: d } = de(n, e), { applyMargin: p } = cn(e), { applyPadding: f } = un(e), { applyBorder: b } = an(e), g = k(() => {
|
|
1854
1854
|
const h = {}, v = s.value?.type;
|
|
1855
1855
|
return o === "page" ? v === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && v === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1), h;
|
|
1856
1856
|
}), _ = () => {
|
|
@@ -1886,7 +1886,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1886
1886
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Y(o), { property: r } = a(e, [
|
|
1887
1887
|
"settings",
|
|
1888
1888
|
"disabled"
|
|
1889
|
-
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } =
|
|
1889
|
+
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = U();
|
|
1890
1890
|
return (m, d) => {
|
|
1891
1891
|
const p = W("v-icon");
|
|
1892
1892
|
return x(), w(p, {
|
|
@@ -1906,13 +1906,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1906
1906
|
refContext: {}
|
|
1907
1907
|
},
|
|
1908
1908
|
setup(t) {
|
|
1909
|
-
const n = t, e =
|
|
1910
|
-
return
|
|
1909
|
+
const n = t, e = X(), o = fe(), s = oe(0), r = oe(0), l = k(() => [s.value, r.value]), { open: c } = Co(`runtimeMenu/${Io()}`);
|
|
1910
|
+
return ut(n.nodeId, "open", () => {
|
|
1911
1911
|
if (!o || !o.vm)
|
|
1912
1912
|
return;
|
|
1913
1913
|
const { vm: u } = o, m = u.getProp(u.global, "__pointerPosX__"), d = u.getProp(u.global, "__pointerPosY__");
|
|
1914
1914
|
s.value = u.getNumber(m), r.value = u.getNumber(d), m.dispose(), d.dispose(), c.value = !0;
|
|
1915
|
-
}),
|
|
1915
|
+
}), ut(n.nodeId, "close", () => {
|
|
1916
1916
|
o && (c.value = !1);
|
|
1917
1917
|
}), (u, m) => {
|
|
1918
1918
|
const d = W("v-menu");
|
|
@@ -1976,13 +1976,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
1976
1976
|
]), { property: S } = a(e, [
|
|
1977
1977
|
"settings",
|
|
1978
1978
|
"readonly"
|
|
1979
|
-
]), { property: $ } = a(e, ["settings", "reverse"]), { property:
|
|
1979
|
+
]), { property: $ } = a(e, ["settings", "reverse"]), { property: L } = a(e, [
|
|
1980
1980
|
"settings",
|
|
1981
1981
|
"singleLine"
|
|
1982
|
-
]), { property: R } = a(e, ["settings", "step"]), { property: O } = a(e, ["settings", "suffix"]), { theme: N } =
|
|
1982
|
+
]), { property: R } = a(e, ["settings", "step"]), { property: O } = a(e, ["settings", "suffix"]), { theme: N } = U(), { property: F } = a(e, ["settings", "value"]), { property: z } = a(e, ["settings", "variant"]), { property: J } = a(e, ["size", "width"]);
|
|
1983
1983
|
return (ne, ye) => {
|
|
1984
1984
|
const Ve = W("v-number-input");
|
|
1985
|
-
return x(), w(i(
|
|
1985
|
+
return x(), w(i(H), {
|
|
1986
1986
|
block: "",
|
|
1987
1987
|
mask: ""
|
|
1988
1988
|
}, {
|
|
@@ -2007,12 +2007,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2007
2007
|
"prepend-inner-icon": i(v),
|
|
2008
2008
|
readonly: i(S),
|
|
2009
2009
|
reverse: i($),
|
|
2010
|
-
"single-line": i(
|
|
2010
|
+
"single-line": i(L),
|
|
2011
2011
|
step: i(R),
|
|
2012
2012
|
suffix: i(O),
|
|
2013
2013
|
theme: i(N),
|
|
2014
|
-
variant: i(
|
|
2015
|
-
width: i(
|
|
2014
|
+
variant: i(z),
|
|
2015
|
+
width: i(J)
|
|
2016
2016
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
2017
2017
|
]),
|
|
2018
2018
|
_: 1
|
|
@@ -2027,19 +2027,19 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2027
2027
|
refContext: {}
|
|
2028
2028
|
},
|
|
2029
2029
|
setup(t) {
|
|
2030
|
-
const n = t, { node: e } = P(n), o =
|
|
2030
|
+
const n = t, { node: e } = P(n), o = X(), { property: s } = a(e, ["settings", "density"]), { property: r } = a(e, [
|
|
2031
2031
|
"settings",
|
|
2032
2032
|
"disabled"
|
|
2033
2033
|
]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
|
|
2034
2034
|
"settings",
|
|
2035
2035
|
"showFirstLastPage"
|
|
2036
|
-
]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } =
|
|
2036
|
+
]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = U(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = k(() => {
|
|
2037
2037
|
const _ = {};
|
|
2038
2038
|
return o === "editor" && (_.pointerEvents = "none"), _;
|
|
2039
2039
|
});
|
|
2040
2040
|
return (_, h) => {
|
|
2041
2041
|
const v = W("v-pagination");
|
|
2042
|
-
return x(), w(i(
|
|
2042
|
+
return x(), w(i(H), {
|
|
2043
2043
|
block: "",
|
|
2044
2044
|
mask: ""
|
|
2045
2045
|
}, {
|
|
@@ -2077,7 +2077,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2077
2077
|
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, [
|
|
2078
2078
|
"settings",
|
|
2079
2079
|
"readonly"
|
|
2080
|
-
]), { theme: m } =
|
|
2080
|
+
]), { theme: m } = U(), { property: d } = a(e, ["settings", "value"]);
|
|
2081
2081
|
return (p, f) => {
|
|
2082
2082
|
const b = W("v-radio");
|
|
2083
2083
|
return x(), w(b, {
|
|
@@ -2108,10 +2108,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2108
2108
|
]), { property: l } = a(e, ["settings", "inline"]), { property: c } = a(e, [
|
|
2109
2109
|
"settings",
|
|
2110
2110
|
"readonly"
|
|
2111
|
-
]), { theme: u } =
|
|
2111
|
+
]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
|
|
2112
2112
|
return (d, p) => {
|
|
2113
2113
|
const f = W("v-radio-group");
|
|
2114
|
-
return x(), w(i(
|
|
2114
|
+
return x(), w(i(H), null, {
|
|
2115
2115
|
default: V(() => [
|
|
2116
2116
|
j(f, {
|
|
2117
2117
|
modelValue: i(m),
|
|
@@ -2161,7 +2161,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2161
2161
|
return "always";
|
|
2162
2162
|
if (p.value === "show")
|
|
2163
2163
|
return !0;
|
|
2164
|
-
}), { property: b } = a(e, ["settings", "step"]), { theme: g } =
|
|
2164
|
+
}), { property: b } = a(e, ["settings", "step"]), { theme: g } = U(), { property: _ } = a(e, [
|
|
2165
2165
|
"settings",
|
|
2166
2166
|
"thumbLabel"
|
|
2167
2167
|
]), h = k(() => {
|
|
@@ -2176,11 +2176,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2176
2176
|
if (!S.value)
|
|
2177
2177
|
return;
|
|
2178
2178
|
const F = {};
|
|
2179
|
-
for (const { value:
|
|
2180
|
-
F[
|
|
2179
|
+
for (const { value: z, label: J } of S.value)
|
|
2180
|
+
F[z] = J;
|
|
2181
2181
|
if (!Eo(F))
|
|
2182
2182
|
return F;
|
|
2183
|
-
}), { property:
|
|
2183
|
+
}), { property: L } = a(e, [
|
|
2184
2184
|
"settings",
|
|
2185
2185
|
"tickSize"
|
|
2186
2186
|
]), { property: R } = a(e, [
|
|
@@ -2193,20 +2193,20 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2193
2193
|
"end"
|
|
2194
2194
|
]), N = k({
|
|
2195
2195
|
get: () => [R.value, O.value],
|
|
2196
|
-
set: ([F,
|
|
2197
|
-
R.value = F, O.value =
|
|
2196
|
+
set: ([F, z]) => {
|
|
2197
|
+
R.value = F, O.value = z;
|
|
2198
2198
|
}
|
|
2199
2199
|
});
|
|
2200
|
-
return (F,
|
|
2201
|
-
const
|
|
2202
|
-
return x(), w(i(
|
|
2200
|
+
return (F, z) => {
|
|
2201
|
+
const J = W("v-range-slider");
|
|
2202
|
+
return x(), w(i(H), {
|
|
2203
2203
|
block: "",
|
|
2204
2204
|
mask: ""
|
|
2205
2205
|
}, {
|
|
2206
2206
|
default: V(() => [
|
|
2207
|
-
j(
|
|
2207
|
+
j(J, {
|
|
2208
2208
|
modelValue: N.value,
|
|
2209
|
-
"onUpdate:modelValue":
|
|
2209
|
+
"onUpdate:modelValue": z[0] || (z[0] = (ne) => N.value = ne),
|
|
2210
2210
|
density: i(o),
|
|
2211
2211
|
direction: i(s),
|
|
2212
2212
|
disabled: i(r),
|
|
@@ -2220,7 +2220,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2220
2220
|
theme: i(g),
|
|
2221
2221
|
"thumb-label": h.value,
|
|
2222
2222
|
"thumb-size": i(v),
|
|
2223
|
-
"tick-size": i(
|
|
2223
|
+
"tick-size": i(L),
|
|
2224
2224
|
ticks: $.value
|
|
2225
2225
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2226
2226
|
]),
|
|
@@ -2248,10 +2248,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2248
2248
|
]), { property: c } = a(e, ["settings", "hover"]), { property: u } = a(e, ["settings", "length"]), { property: m } = a(e, [
|
|
2249
2249
|
"settings",
|
|
2250
2250
|
"readonly"
|
|
2251
|
-
]), { theme: d } =
|
|
2251
|
+
]), { theme: d } = U(), { property: p } = a(e, ["settings", "value"]);
|
|
2252
2252
|
return (f, b) => {
|
|
2253
2253
|
const g = W("v-rating");
|
|
2254
|
-
return x(), w(i(
|
|
2254
|
+
return x(), w(i(H), { mask: "" }, {
|
|
2255
2255
|
default: V(() => [
|
|
2256
2256
|
j(g, {
|
|
2257
2257
|
modelValue: i(p),
|
|
@@ -2290,10 +2290,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2290
2290
|
]), { property: c } = a(e, [
|
|
2291
2291
|
"settings",
|
|
2292
2292
|
"singleLine"
|
|
2293
|
-
]), { theme: u } =
|
|
2293
|
+
]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
|
|
2294
2294
|
return (d, p) => {
|
|
2295
2295
|
const f = W("v-select");
|
|
2296
|
-
return x(), w(i(
|
|
2296
|
+
return x(), w(i(H), {
|
|
2297
2297
|
block: "",
|
|
2298
2298
|
mask: ""
|
|
2299
2299
|
}, {
|
|
@@ -2341,13 +2341,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2341
2341
|
return "always";
|
|
2342
2342
|
if (b.value === "show")
|
|
2343
2343
|
return !0;
|
|
2344
|
-
}), { property: _ } = a(e, ["settings", "step"]), { theme: h } =
|
|
2344
|
+
}), { property: _ } = a(e, ["settings", "step"]), { theme: h } = U(), { property: v } = a(e, [
|
|
2345
2345
|
"settings",
|
|
2346
2346
|
"thumbColor"
|
|
2347
2347
|
]), { color: S } = Y(v), { property: $ } = a(e, [
|
|
2348
2348
|
"settings",
|
|
2349
2349
|
"thumbLabel"
|
|
2350
|
-
]),
|
|
2350
|
+
]), L = k(() => {
|
|
2351
2351
|
if ($.value === "always")
|
|
2352
2352
|
return "always";
|
|
2353
2353
|
if ($.value === "show")
|
|
@@ -2359,25 +2359,25 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2359
2359
|
if (!O.value)
|
|
2360
2360
|
return;
|
|
2361
2361
|
const ge = {};
|
|
2362
|
-
for (const { value: tt, label:
|
|
2363
|
-
ge[tt] =
|
|
2362
|
+
for (const { value: tt, label: xt } of O.value)
|
|
2363
|
+
ge[tt] = xt;
|
|
2364
2364
|
if (!Eo(ge))
|
|
2365
2365
|
return ge;
|
|
2366
2366
|
}), { property: F } = a(e, [
|
|
2367
2367
|
"settings",
|
|
2368
2368
|
"tickSize"
|
|
2369
|
-
]), { property:
|
|
2369
|
+
]), { property: z } = a(e, [
|
|
2370
2370
|
"settings",
|
|
2371
2371
|
"trackColor"
|
|
2372
|
-
]), { color:
|
|
2372
|
+
]), { color: J } = Y(z), { property: ne } = a(e, ["settings", "value"]), { property: ye } = a(e, ["slots", "append"]), { property: Ve } = a(e, ["slots", "prepend"]);
|
|
2373
2373
|
return (ge, tt) => {
|
|
2374
|
-
const
|
|
2375
|
-
return x(), w(i(
|
|
2374
|
+
const xt = W("v-slider");
|
|
2375
|
+
return x(), w(i(H), {
|
|
2376
2376
|
block: "",
|
|
2377
2377
|
mask: ""
|
|
2378
2378
|
}, {
|
|
2379
2379
|
default: V(() => [
|
|
2380
|
-
j(
|
|
2380
|
+
j(xt, {
|
|
2381
2381
|
modelValue: i(ne),
|
|
2382
2382
|
"onUpdate:modelValue": tt[0] || (tt[0] = (ei) => Q(ne) ? ne.value = ei : null),
|
|
2383
2383
|
color: i(s),
|
|
@@ -2393,12 +2393,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2393
2393
|
step: i(_),
|
|
2394
2394
|
theme: i(h),
|
|
2395
2395
|
"thumb-color": i(S),
|
|
2396
|
-
"thumb-label":
|
|
2396
|
+
"thumb-label": L.value,
|
|
2397
2397
|
"thumb-size": i(R),
|
|
2398
2398
|
"tick-size": i(F),
|
|
2399
2399
|
ticks: N.value,
|
|
2400
|
-
"track-color": i(
|
|
2401
|
-
},
|
|
2400
|
+
"track-color": i(J)
|
|
2401
|
+
}, nn({ _: 2 }, [
|
|
2402
2402
|
i(ye) ? {
|
|
2403
2403
|
name: "append",
|
|
2404
2404
|
fn: V(() => [
|
|
@@ -2438,7 +2438,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
|
|
|
2438
2438
|
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2439
2439
|
"settings",
|
|
2440
2440
|
"hideActions"
|
|
2441
|
-
]), { theme: s } =
|
|
2441
|
+
]), { theme: s } = U(), { property: r } = a(e, ["settings", "value"]);
|
|
2442
2442
|
return (l, c) => {
|
|
2443
2443
|
const u = W("v-stepper");
|
|
2444
2444
|
return x(), w(u, {
|
|
@@ -2532,10 +2532,10 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2532
2532
|
]), { property: c } = a(e, [
|
|
2533
2533
|
"settings",
|
|
2534
2534
|
"indeterminate"
|
|
2535
|
-
]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } =
|
|
2535
|
+
]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = U(), { property: b } = a(e, ["settings", "value"]);
|
|
2536
2536
|
return (g, _) => {
|
|
2537
2537
|
const h = W("v-switch");
|
|
2538
|
-
return x(), w(i(
|
|
2538
|
+
return x(), w(i(H), { mask: "" }, {
|
|
2539
2539
|
default: V(() => [
|
|
2540
2540
|
j(h, {
|
|
2541
2541
|
modelValue: i(b),
|
|
@@ -2564,13 +2564,13 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2564
2564
|
refContext: {}
|
|
2565
2565
|
},
|
|
2566
2566
|
setup(t) {
|
|
2567
|
-
const n = t, { node: e } = P(n), o =
|
|
2567
|
+
const n = t, { node: e } = P(n), o = X(), { property: s } = a(e, ["settings", "text"]), { theme: r } = U(), { property: l } = a(e, ["settings", "value"]), c = k(() => {
|
|
2568
2568
|
const u = {};
|
|
2569
2569
|
return o === "editor" && (u.pointerEvents = "none"), u;
|
|
2570
2570
|
});
|
|
2571
2571
|
return (u, m) => {
|
|
2572
2572
|
const d = W("v-tab");
|
|
2573
|
-
return x(), w(i(
|
|
2573
|
+
return x(), w(i(H), { mask: "" }, {
|
|
2574
2574
|
default: V(() => [
|
|
2575
2575
|
j(d, {
|
|
2576
2576
|
style: ue(c.value),
|
|
@@ -2627,17 +2627,17 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2627
2627
|
"settings",
|
|
2628
2628
|
"color",
|
|
2629
2629
|
"sliderColor"
|
|
2630
|
-
]), { color: $ } = Y(S), { property:
|
|
2630
|
+
]), { color: $ } = Y(S), { property: L } = a(e, ["settings", "stacked"]), { theme: R } = U(), { property: O } = a(e, ["settings", "value"]);
|
|
2631
2631
|
return (N, F) => {
|
|
2632
|
-
const
|
|
2633
|
-
return x(), w(i(
|
|
2632
|
+
const z = W("v-tabs");
|
|
2633
|
+
return x(), w(i(H), {
|
|
2634
2634
|
block: "",
|
|
2635
2635
|
mask: ""
|
|
2636
2636
|
}, {
|
|
2637
2637
|
default: V(() => [
|
|
2638
|
-
j(
|
|
2638
|
+
j(z, {
|
|
2639
2639
|
modelValue: i(O),
|
|
2640
|
-
"onUpdate:modelValue": F[0] || (F[0] = (
|
|
2640
|
+
"onUpdate:modelValue": F[0] || (F[0] = (J) => Q(O) ? O.value = J : null),
|
|
2641
2641
|
"align-tabs": i(o),
|
|
2642
2642
|
"bg-color": i(r),
|
|
2643
2643
|
"center-active": i(l),
|
|
@@ -2652,7 +2652,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2652
2652
|
mandatory: i(h),
|
|
2653
2653
|
"show-arrows": i(v),
|
|
2654
2654
|
"slider-color": i($),
|
|
2655
|
-
stacked: i(
|
|
2655
|
+
stacked: i(L),
|
|
2656
2656
|
theme: i(R)
|
|
2657
2657
|
}, {
|
|
2658
2658
|
default: V(() => [
|
|
@@ -2680,10 +2680,10 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2680
2680
|
"settings",
|
|
2681
2681
|
"emphasis"
|
|
2682
2682
|
]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = k(() => {
|
|
2683
|
-
const p = [], f =
|
|
2683
|
+
const p = [], f = ct(o.value.width), b = De(f, e.value.settings?.style);
|
|
2684
2684
|
return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), r.value && p.push(`text-decoration-${r.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
|
|
2685
2685
|
});
|
|
2686
|
-
return (p, f) => (x(), w(i(
|
|
2686
|
+
return (p, f) => (x(), w(i(H), null, {
|
|
2687
2687
|
default: V(() => [
|
|
2688
2688
|
ie("span", {
|
|
2689
2689
|
class: ii(d.value)
|
|
@@ -2718,15 +2718,15 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2718
2718
|
]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, ["settings", "rows"]), { property: g } = a(e, [
|
|
2719
2719
|
"settings",
|
|
2720
2720
|
"singleLine"
|
|
2721
|
-
]), { theme: _ } =
|
|
2721
|
+
]), { theme: _ } = U(), { property: h } = a(e, ["settings", "value"]), { property: v } = a(e, ["settings", "variant"]);
|
|
2722
2722
|
return (S, $) => {
|
|
2723
|
-
const
|
|
2724
|
-
return x(), w(i(
|
|
2723
|
+
const L = W("v-textarea");
|
|
2724
|
+
return x(), w(i(H), {
|
|
2725
2725
|
block: "",
|
|
2726
2726
|
mask: ""
|
|
2727
2727
|
}, {
|
|
2728
2728
|
default: V(() => [
|
|
2729
|
-
j(
|
|
2729
|
+
j(L, {
|
|
2730
2730
|
modelValue: i(h),
|
|
2731
2731
|
"onUpdate:modelValue": $[0] || ($[0] = (R) => Q(h) ? h.value = R : null),
|
|
2732
2732
|
"auto-grow": i(o),
|
|
@@ -2790,16 +2790,16 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2790
2790
|
]), { property: v } = a(e, ["settings", "reverse"]), { property: S } = a(e, [
|
|
2791
2791
|
"settings",
|
|
2792
2792
|
"singleLine"
|
|
2793
|
-
]), { property: $ } = a(e, ["settings", "suffix"]), { theme:
|
|
2793
|
+
]), { property: $ } = a(e, ["settings", "suffix"]), { theme: L } = U(), { property: R } = a(e, ["settings", "value"]), { property: O } = a(e, ["settings", "variant"]), { property: N } = a(e, ["slots", "append"]), { property: F } = a(e, [
|
|
2794
2794
|
"slots",
|
|
2795
2795
|
"appendInner"
|
|
2796
|
-
]), { property:
|
|
2796
|
+
]), { property: z } = a(e, ["slots", "prepend"]), { property: J } = a(e, [
|
|
2797
2797
|
"slots",
|
|
2798
2798
|
"prependInner"
|
|
2799
2799
|
]);
|
|
2800
2800
|
return (ne, ye) => {
|
|
2801
2801
|
const Ve = W("v-text-field");
|
|
2802
|
-
return x(), w(i(
|
|
2802
|
+
return x(), w(i(H), {
|
|
2803
2803
|
block: "",
|
|
2804
2804
|
mask: ""
|
|
2805
2805
|
}, {
|
|
@@ -2824,9 +2824,9 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2824
2824
|
reverse: i(v),
|
|
2825
2825
|
"single-line": i(S),
|
|
2826
2826
|
suffix: i($),
|
|
2827
|
-
theme: i(
|
|
2827
|
+
theme: i(L),
|
|
2828
2828
|
variant: i(O)
|
|
2829
|
-
},
|
|
2829
|
+
}, nn({ _: 2 }, [
|
|
2830
2830
|
i(N) ? {
|
|
2831
2831
|
name: "append",
|
|
2832
2832
|
fn: V(() => [
|
|
@@ -2849,23 +2849,23 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2849
2849
|
]),
|
|
2850
2850
|
key: "1"
|
|
2851
2851
|
} : void 0,
|
|
2852
|
-
i(
|
|
2852
|
+
i(z) ? {
|
|
2853
2853
|
name: "prepend",
|
|
2854
2854
|
fn: V(() => [
|
|
2855
2855
|
j(i(we), {
|
|
2856
2856
|
"node-id": "prepend",
|
|
2857
|
-
"ref-context": { compId: i(
|
|
2857
|
+
"ref-context": { compId: i(z) },
|
|
2858
2858
|
state: {}
|
|
2859
2859
|
}, null, 8, ["ref-context"])
|
|
2860
2860
|
]),
|
|
2861
2861
|
key: "2"
|
|
2862
2862
|
} : void 0,
|
|
2863
|
-
i(
|
|
2863
|
+
i(J) ? {
|
|
2864
2864
|
name: "prepend-inner",
|
|
2865
2865
|
fn: V(() => [
|
|
2866
2866
|
j(i(we), {
|
|
2867
2867
|
"node-id": "prepend-inner",
|
|
2868
|
-
"ref-context": { compId: i(
|
|
2868
|
+
"ref-context": { compId: i(J) },
|
|
2869
2869
|
state: {}
|
|
2870
2870
|
}, null, 8, ["ref-context"])
|
|
2871
2871
|
]),
|
|
@@ -2915,7 +2915,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
|
|
|
2915
2915
|
"settings",
|
|
2916
2916
|
"line",
|
|
2917
2917
|
"truncate"
|
|
2918
|
-
]), { theme: h } =
|
|
2918
|
+
]), { theme: h } = U();
|
|
2919
2919
|
return (v, S) => {
|
|
2920
2920
|
const $ = W("v-timeline");
|
|
2921
2921
|
return x(), w($, {
|
|
@@ -2969,7 +2969,7 @@ const _l = /* @__PURE__ */ We(gl, [["render", hl]]), vl = /* @__PURE__ */ C({
|
|
|
2969
2969
|
]), { property: l } = a(e, ["settings", "reverse"]), { property: c } = a(e, [
|
|
2970
2970
|
"settings",
|
|
2971
2971
|
"showArrows"
|
|
2972
|
-
]), { property: u } = a(e, ["settings", "touch"]), { theme: m } =
|
|
2972
|
+
]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = U(), { property: d } = a(e, ["settings", "value"]);
|
|
2973
2973
|
return (p, f) => {
|
|
2974
2974
|
const b = W("v-window");
|
|
2975
2975
|
return x(), w(b, {
|
|
@@ -3003,12 +3003,13 @@ function kl(t, n) {
|
|
|
3003
3003
|
const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
3004
3004
|
__name: "entry",
|
|
3005
3005
|
props: {
|
|
3006
|
+
subtype: {},
|
|
3006
3007
|
nodeId: {},
|
|
3007
3008
|
refContext: {},
|
|
3008
3009
|
refKey: {}
|
|
3009
3010
|
},
|
|
3010
3011
|
setup(t) {
|
|
3011
|
-
const n =
|
|
3012
|
+
const n = X(), e = be(), o = k(() => D(e.value));
|
|
3012
3013
|
$e(o), ee(n) && Ke(o, "multipleSlot", t.nodeId, t.refKey, fe());
|
|
3013
3014
|
const s = (l) => {
|
|
3014
3015
|
const c = _e[l.key];
|
|
@@ -3022,7 +3023,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3022
3023
|
return Xe(l.key) && (u.refContext = {
|
|
3023
3024
|
parent: t.refContext,
|
|
3024
3025
|
compId: l.compId
|
|
3025
|
-
}),
|
|
3026
|
+
}), G(
|
|
3026
3027
|
c.comp,
|
|
3027
3028
|
{
|
|
3028
3029
|
key: l.id,
|
|
@@ -3035,9 +3036,16 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3035
3036
|
}
|
|
3036
3037
|
}
|
|
3037
3038
|
);
|
|
3038
|
-
}, r = () =>
|
|
3039
|
-
|
|
3040
|
-
|
|
3039
|
+
}, r = () => {
|
|
3040
|
+
if (t.subtype === "common")
|
|
3041
|
+
return G("div", null, {
|
|
3042
|
+
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
3043
|
+
});
|
|
3044
|
+
if (t.subtype === "scene")
|
|
3045
|
+
return G("TresGroup", null, {
|
|
3046
|
+
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
3047
|
+
});
|
|
3048
|
+
};
|
|
3041
3049
|
return (l, c) => (x(), w(r));
|
|
3042
3050
|
}
|
|
3043
3051
|
}), Sl = /* @__PURE__ */ C({
|
|
@@ -3048,7 +3056,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3048
3056
|
refContext: {}
|
|
3049
3057
|
},
|
|
3050
3058
|
setup(t) {
|
|
3051
|
-
const { t: n } = qe(), e =
|
|
3059
|
+
const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = Qe(), l = oe();
|
|
3052
3060
|
$e(l);
|
|
3053
3061
|
const c = k(() => o.refContext?.compId);
|
|
3054
3062
|
et(c, l);
|
|
@@ -3064,8 +3072,9 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3064
3072
|
for (const h of d.value)
|
|
3065
3073
|
typeof h == "string" && h && p(_, h);
|
|
3066
3074
|
return _;
|
|
3067
|
-
}), b = (_) =>
|
|
3075
|
+
}), b = (_, h) => G(Il, {
|
|
3068
3076
|
key: _,
|
|
3077
|
+
subtype: h,
|
|
3069
3078
|
nodeId: o.nodeId,
|
|
3070
3079
|
refContext: o.refContext,
|
|
3071
3080
|
refKey: _
|
|
@@ -3075,18 +3084,29 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3075
3084
|
return;
|
|
3076
3085
|
}
|
|
3077
3086
|
if (Ye(o.refContext, r))
|
|
3078
|
-
return
|
|
3087
|
+
return G("div", { id: e.id }, n("x-runtime-lib.circularReference"));
|
|
3079
3088
|
if (!l.value)
|
|
3080
|
-
return
|
|
3081
|
-
|
|
3082
|
-
|
|
3089
|
+
return G("div", { id: e.id });
|
|
3090
|
+
const _ = l.value.type;
|
|
3091
|
+
if (_ === "common")
|
|
3092
|
+
return G(
|
|
3083
3093
|
"div",
|
|
3084
3094
|
{
|
|
3085
3095
|
id: e.id,
|
|
3086
3096
|
style: m.value
|
|
3087
3097
|
},
|
|
3088
3098
|
{
|
|
3089
|
-
default: () => f.value.map((h) => b(h))
|
|
3099
|
+
default: () => f.value.map((h) => b(h, _))
|
|
3100
|
+
}
|
|
3101
|
+
);
|
|
3102
|
+
if (_ === "scene")
|
|
3103
|
+
return G(
|
|
3104
|
+
"TresGroup",
|
|
3105
|
+
{
|
|
3106
|
+
id: e.id
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
default: () => f.value.map((h) => b(h, _))
|
|
3090
3110
|
}
|
|
3091
3111
|
);
|
|
3092
3112
|
};
|
|
@@ -3095,12 +3115,13 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3095
3115
|
}), Cl = /* @__PURE__ */ C({
|
|
3096
3116
|
__name: "entry",
|
|
3097
3117
|
props: {
|
|
3118
|
+
subtype: {},
|
|
3098
3119
|
nodeId: {},
|
|
3099
3120
|
refContext: {},
|
|
3100
3121
|
refKey: {}
|
|
3101
3122
|
},
|
|
3102
3123
|
setup(t) {
|
|
3103
|
-
const n =
|
|
3124
|
+
const n = X(), e = be(), o = k(() => D(e.value));
|
|
3104
3125
|
$e(o), ee(n) && Ke(o, "multipleSlot", t.nodeId, t.refKey, fe());
|
|
3105
3126
|
const s = (l) => {
|
|
3106
3127
|
const c = _e[l.key];
|
|
@@ -3114,7 +3135,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3114
3135
|
return Xe(l.key) && (u.refContext = {
|
|
3115
3136
|
parent: t.refContext,
|
|
3116
3137
|
compId: l.compId
|
|
3117
|
-
}),
|
|
3138
|
+
}), G(
|
|
3118
3139
|
c.comp,
|
|
3119
3140
|
{
|
|
3120
3141
|
key: l.id,
|
|
@@ -3127,9 +3148,16 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3127
3148
|
}
|
|
3128
3149
|
}
|
|
3129
3150
|
);
|
|
3130
|
-
}, r = () =>
|
|
3131
|
-
|
|
3132
|
-
|
|
3151
|
+
}, r = () => {
|
|
3152
|
+
if (t.subtype === "common")
|
|
3153
|
+
return G("div", null, {
|
|
3154
|
+
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
3155
|
+
});
|
|
3156
|
+
if (t.subtype === "scene")
|
|
3157
|
+
return G("TresGroup", null, {
|
|
3158
|
+
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
3159
|
+
});
|
|
3160
|
+
};
|
|
3133
3161
|
return (l, c) => (x(), w(r));
|
|
3134
3162
|
}
|
|
3135
3163
|
}), $l = /* @__PURE__ */ C({
|
|
@@ -3140,7 +3168,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3140
3168
|
refContext: {}
|
|
3141
3169
|
},
|
|
3142
3170
|
setup(t) {
|
|
3143
|
-
const { t: n } = qe(), e =
|
|
3171
|
+
const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
|
|
3144
3172
|
$e(c);
|
|
3145
3173
|
const u = k(() => o.refContext?.compId);
|
|
3146
3174
|
et(u, c), ee(r) && Ke(c, "multipleSlot", o.nodeId, "", fe());
|
|
@@ -3156,8 +3184,9 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3156
3184
|
for (const v of p.value)
|
|
3157
3185
|
typeof v == "string" && v && f(h, v);
|
|
3158
3186
|
return h;
|
|
3159
|
-
}), g = (h) =>
|
|
3187
|
+
}), g = (h, v) => G(Cl, {
|
|
3160
3188
|
key: h,
|
|
3189
|
+
subtype: v,
|
|
3161
3190
|
nodeId: o.nodeId,
|
|
3162
3191
|
refContext: o.refContext,
|
|
3163
3192
|
refKey: h
|
|
@@ -3167,18 +3196,29 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3167
3196
|
return;
|
|
3168
3197
|
}
|
|
3169
3198
|
if (Ye(o.refContext, l))
|
|
3170
|
-
return
|
|
3199
|
+
return G("div", { id: e.id }, n("x-runtime-lib.circularReference"));
|
|
3171
3200
|
if (!c.value)
|
|
3172
|
-
return
|
|
3173
|
-
|
|
3174
|
-
|
|
3201
|
+
return G("div", { id: e.id });
|
|
3202
|
+
const h = c.value.type;
|
|
3203
|
+
if (h === "common")
|
|
3204
|
+
return G(
|
|
3175
3205
|
"div",
|
|
3176
3206
|
{
|
|
3177
3207
|
id: e.id,
|
|
3178
3208
|
style: d.value
|
|
3179
3209
|
},
|
|
3180
3210
|
{
|
|
3181
|
-
default: () => b.value.map((v) => g(v))
|
|
3211
|
+
default: () => b.value.map((v) => g(v, h))
|
|
3212
|
+
}
|
|
3213
|
+
);
|
|
3214
|
+
if (h === "scene")
|
|
3215
|
+
return G(
|
|
3216
|
+
"TresGroup",
|
|
3217
|
+
{
|
|
3218
|
+
id: e.id
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
default: () => b.value.map((v) => g(v, h))
|
|
3182
3222
|
}
|
|
3183
3223
|
);
|
|
3184
3224
|
};
|
|
@@ -3192,7 +3232,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3192
3232
|
refContext: {}
|
|
3193
3233
|
},
|
|
3194
3234
|
setup(t) {
|
|
3195
|
-
const { t: n } = qe(), e =
|
|
3235
|
+
const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
|
|
3196
3236
|
$e(c);
|
|
3197
3237
|
const u = k(() => o.refContext?.compId);
|
|
3198
3238
|
et(u, c), ee(r) && Ke(c, "ref", o.nodeId, "", fe());
|
|
@@ -3211,7 +3251,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3211
3251
|
return Xe(b.key) && (_.refContext = {
|
|
3212
3252
|
parent: o.refContext,
|
|
3213
3253
|
compId: b.compId
|
|
3214
|
-
}),
|
|
3254
|
+
}), G(
|
|
3215
3255
|
g.comp,
|
|
3216
3256
|
{
|
|
3217
3257
|
key: b.id,
|
|
@@ -3230,11 +3270,12 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3230
3270
|
return;
|
|
3231
3271
|
}
|
|
3232
3272
|
if (Ye(o.refContext, l))
|
|
3233
|
-
return
|
|
3273
|
+
return G("div", { id: e.id }, n("x-runtime-lib.circularReference"));
|
|
3234
3274
|
if (!c.value)
|
|
3235
|
-
return
|
|
3236
|
-
|
|
3237
|
-
|
|
3275
|
+
return G("div", { id: e.id });
|
|
3276
|
+
const b = c.value.type;
|
|
3277
|
+
if (b === "common")
|
|
3278
|
+
return G(
|
|
3238
3279
|
"div",
|
|
3239
3280
|
{
|
|
3240
3281
|
id: e.id,
|
|
@@ -3244,6 +3285,16 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3244
3285
|
default: () => c.value?.view.nodeLites.map((g) => p(g))
|
|
3245
3286
|
}
|
|
3246
3287
|
);
|
|
3288
|
+
if (b === "scene")
|
|
3289
|
+
return G(
|
|
3290
|
+
"TresGroup",
|
|
3291
|
+
{
|
|
3292
|
+
id: e.id
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
default: () => c.value?.view.nodeLites.map((g) => p(g))
|
|
3296
|
+
}
|
|
3297
|
+
);
|
|
3247
3298
|
};
|
|
3248
3299
|
return (b, g) => (x(), w(f));
|
|
3249
3300
|
}
|
|
@@ -3256,7 +3307,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3256
3307
|
},
|
|
3257
3308
|
setup(t) {
|
|
3258
3309
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
|
|
3259
|
-
return (s, r) => (x(), w(i(
|
|
3310
|
+
return (s, r) => (x(), w(i(H), null, {
|
|
3260
3311
|
default: V(() => [
|
|
3261
3312
|
i(o) ? K(s.$slots, "default", { key: 0 }) : le("", !0)
|
|
3262
3313
|
]),
|
|
@@ -3271,7 +3322,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3271
3322
|
refContext: {}
|
|
3272
3323
|
},
|
|
3273
3324
|
setup(t) {
|
|
3274
|
-
const { t: n } = qe(), e =
|
|
3325
|
+
const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
|
|
3275
3326
|
$e(c);
|
|
3276
3327
|
const u = k(() => o.refContext?.compId);
|
|
3277
3328
|
et(u, c), ee(r) && Ke(c, "slot", o.nodeId, "", fe());
|
|
@@ -3291,7 +3342,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3291
3342
|
return Xe(b.key) && (_.refContext = {
|
|
3292
3343
|
parent: o.refContext,
|
|
3293
3344
|
compId: b.compId
|
|
3294
|
-
}),
|
|
3345
|
+
}), G(
|
|
3295
3346
|
g.comp,
|
|
3296
3347
|
{
|
|
3297
3348
|
key: b.id,
|
|
@@ -3311,11 +3362,12 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3311
3362
|
return;
|
|
3312
3363
|
}
|
|
3313
3364
|
if (Ye(o.refContext, l))
|
|
3314
|
-
return
|
|
3365
|
+
return G("div", { id: e.id }, n("x-runtime-lib.circularReference"));
|
|
3315
3366
|
if (!c.value)
|
|
3316
|
-
return
|
|
3317
|
-
|
|
3318
|
-
|
|
3367
|
+
return G("div", { id: e.id });
|
|
3368
|
+
const b = c.value.type;
|
|
3369
|
+
if (b === "common")
|
|
3370
|
+
return G(
|
|
3319
3371
|
"div",
|
|
3320
3372
|
{
|
|
3321
3373
|
id: e.id,
|
|
@@ -3325,6 +3377,15 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3325
3377
|
default: () => c.value?.view.nodeLites.map((g) => p(g))
|
|
3326
3378
|
}
|
|
3327
3379
|
);
|
|
3380
|
+
b === "scene" && G(
|
|
3381
|
+
"TresGroup",
|
|
3382
|
+
{
|
|
3383
|
+
id: e.id
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
default: () => c.value?.view.nodeLites.map((g) => p(g))
|
|
3387
|
+
}
|
|
3388
|
+
);
|
|
3328
3389
|
};
|
|
3329
3390
|
return (b, g) => (x(), w(f));
|
|
3330
3391
|
}
|
|
@@ -3390,7 +3451,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3390
3451
|
]
|
|
3391
3452
|
}
|
|
3392
3453
|
]
|
|
3393
|
-
},
|
|
3454
|
+
}, Ll = D(Z), Te = {
|
|
3394
3455
|
key: "border",
|
|
3395
3456
|
name: "x-runtime-lib.border",
|
|
3396
3457
|
children: [
|
|
@@ -3408,7 +3469,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3408
3469
|
types: "borderWidthTypesV1",
|
|
3409
3470
|
default: ""
|
|
3410
3471
|
},
|
|
3411
|
-
|
|
3472
|
+
Ll,
|
|
3412
3473
|
{
|
|
3413
3474
|
key: "roundRadius",
|
|
3414
3475
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3444,7 +3505,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3444
3505
|
]
|
|
3445
3506
|
}
|
|
3446
3507
|
]
|
|
3447
|
-
},
|
|
3508
|
+
}, mt = {
|
|
3448
3509
|
key: "legend",
|
|
3449
3510
|
name: "x-runtime-lib.legend",
|
|
3450
3511
|
children: [
|
|
@@ -3535,7 +3596,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3535
3596
|
default: ""
|
|
3536
3597
|
}
|
|
3537
3598
|
]
|
|
3538
|
-
},
|
|
3599
|
+
}, q = {
|
|
3539
3600
|
key: "size",
|
|
3540
3601
|
name: "x-runtime-lib.size",
|
|
3541
3602
|
children: [
|
|
@@ -3582,7 +3643,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3582
3643
|
default: ""
|
|
3583
3644
|
}
|
|
3584
3645
|
]
|
|
3585
|
-
},
|
|
3646
|
+
}, pt = {
|
|
3586
3647
|
key: "title",
|
|
3587
3648
|
name: "x-runtime-lib.title",
|
|
3588
3649
|
children: [
|
|
@@ -3691,7 +3752,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3691
3752
|
]
|
|
3692
3753
|
}
|
|
3693
3754
|
]
|
|
3694
|
-
},
|
|
3755
|
+
}, dt = {
|
|
3695
3756
|
key: "xAxis",
|
|
3696
3757
|
name: "x-runtime-lib.xAxis",
|
|
3697
3758
|
children: [
|
|
@@ -3724,7 +3785,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3724
3785
|
defaultArray: []
|
|
3725
3786
|
}
|
|
3726
3787
|
]
|
|
3727
|
-
},
|
|
3788
|
+
}, ft = {
|
|
3728
3789
|
key: "yAxis",
|
|
3729
3790
|
name: "x-runtime-lib.yAxis",
|
|
3730
3791
|
children: [
|
|
@@ -3759,7 +3820,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3759
3820
|
]
|
|
3760
3821
|
}, _e = {}, I = (t) => {
|
|
3761
3822
|
_e[t.key] = t;
|
|
3762
|
-
},
|
|
3823
|
+
}, wn = {
|
|
3763
3824
|
key: "settings",
|
|
3764
3825
|
name: "x-runtime-lib.settings",
|
|
3765
3826
|
children: [
|
|
@@ -3806,20 +3867,20 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
|
|
|
3806
3867
|
default: 2e3
|
|
3807
3868
|
}
|
|
3808
3869
|
]
|
|
3809
|
-
},
|
|
3870
|
+
}, zl = {
|
|
3810
3871
|
key: "scene_orthographic_camera_v1",
|
|
3811
3872
|
name: "x-runtime-lib.orthographicCamera",
|
|
3812
3873
|
comp: Ni,
|
|
3813
3874
|
properties: {
|
|
3814
|
-
pageScene: [y, te,
|
|
3815
|
-
compScene: [y, te,
|
|
3875
|
+
pageScene: [y, te, wn],
|
|
3876
|
+
compScene: [y, te, wn]
|
|
3816
3877
|
},
|
|
3817
3878
|
events: [],
|
|
3818
3879
|
methods: [],
|
|
3819
3880
|
slots: []
|
|
3820
3881
|
};
|
|
3821
|
-
I(
|
|
3822
|
-
const
|
|
3882
|
+
I(zl);
|
|
3883
|
+
const In = {
|
|
3823
3884
|
key: "settings",
|
|
3824
3885
|
name: "x-runtime-lib.settings",
|
|
3825
3886
|
children: [
|
|
@@ -3857,8 +3918,8 @@ const hn = {
|
|
|
3857
3918
|
name: "x-runtime-lib.perspectiveCamera",
|
|
3858
3919
|
comp: Gi,
|
|
3859
3920
|
properties: {
|
|
3860
|
-
pageScene: [y, te,
|
|
3861
|
-
compScene: [y, te,
|
|
3921
|
+
pageScene: [y, te, In],
|
|
3922
|
+
compScene: [y, te, In]
|
|
3862
3923
|
},
|
|
3863
3924
|
events: [],
|
|
3864
3925
|
methods: [],
|
|
@@ -3954,7 +4015,7 @@ function Bl(t, n) {
|
|
|
3954
4015
|
);
|
|
3955
4016
|
return;
|
|
3956
4017
|
}
|
|
3957
|
-
const s =
|
|
4018
|
+
const s = Pt.properties[o];
|
|
3958
4019
|
if (!s) {
|
|
3959
4020
|
console.error(
|
|
3960
4021
|
`boxGeometryV1/spawnBoxGeometry properties not found, ${e}`
|
|
@@ -3962,7 +4023,7 @@ function Bl(t, n) {
|
|
|
3962
4023
|
return;
|
|
3963
4024
|
}
|
|
3964
4025
|
const r = E();
|
|
3965
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
4026
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = Pt.key, r.settings = {
|
|
3966
4027
|
width: 1,
|
|
3967
4028
|
height: 1,
|
|
3968
4029
|
depth: 1,
|
|
@@ -3999,7 +4060,7 @@ function Rl(t, n) {
|
|
|
3999
4060
|
}
|
|
4000
4061
|
};
|
|
4001
4062
|
}
|
|
4002
|
-
const
|
|
4063
|
+
const Sn = {
|
|
4003
4064
|
key: "settings",
|
|
4004
4065
|
name: "x-runtime-lib.settings",
|
|
4005
4066
|
children: [
|
|
@@ -4043,13 +4104,13 @@ const _n = {
|
|
|
4043
4104
|
default: 1
|
|
4044
4105
|
}
|
|
4045
4106
|
]
|
|
4046
|
-
},
|
|
4107
|
+
}, Pt = {
|
|
4047
4108
|
key: "scene_box_geometry_v1",
|
|
4048
4109
|
name: "x-runtime-lib.boxGeometry",
|
|
4049
4110
|
comp: Xi,
|
|
4050
4111
|
properties: {
|
|
4051
|
-
pageScene: [y,
|
|
4052
|
-
compScene: [y,
|
|
4112
|
+
pageScene: [y, Sn],
|
|
4113
|
+
compScene: [y, Sn]
|
|
4053
4114
|
},
|
|
4054
4115
|
events: [],
|
|
4055
4116
|
methods: [],
|
|
@@ -4057,7 +4118,7 @@ const _n = {
|
|
|
4057
4118
|
leaf: !0,
|
|
4058
4119
|
spawn: Wl
|
|
4059
4120
|
};
|
|
4060
|
-
I(
|
|
4121
|
+
I(Pt);
|
|
4061
4122
|
function Kl(t, n) {
|
|
4062
4123
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4063
4124
|
if (!o) {
|
|
@@ -4105,7 +4166,7 @@ function Dl(t, n) {
|
|
|
4105
4166
|
);
|
|
4106
4167
|
return;
|
|
4107
4168
|
}
|
|
4108
|
-
const s =
|
|
4169
|
+
const s = Lt.properties[o];
|
|
4109
4170
|
if (!s) {
|
|
4110
4171
|
console.error(
|
|
4111
4172
|
`sphereGeometryV1/spawnSphereGeometry properties not found, ${e}`
|
|
@@ -4113,7 +4174,7 @@ function Dl(t, n) {
|
|
|
4113
4174
|
return;
|
|
4114
4175
|
}
|
|
4115
4176
|
const r = E();
|
|
4116
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
4177
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = Lt.key, r.settings = {
|
|
4117
4178
|
radius: 1,
|
|
4118
4179
|
widthSegements: 32,
|
|
4119
4180
|
heightSegements: 16,
|
|
@@ -4151,7 +4212,7 @@ function Ol(t, n) {
|
|
|
4151
4212
|
}
|
|
4152
4213
|
};
|
|
4153
4214
|
}
|
|
4154
|
-
const
|
|
4215
|
+
const Cn = {
|
|
4155
4216
|
key: "settings",
|
|
4156
4217
|
name: "x-runtime-lib.settings",
|
|
4157
4218
|
children: [
|
|
@@ -4203,13 +4264,13 @@ const vn = {
|
|
|
4203
4264
|
default: 3.141593
|
|
4204
4265
|
}
|
|
4205
4266
|
]
|
|
4206
|
-
},
|
|
4267
|
+
}, Lt = {
|
|
4207
4268
|
key: "scene_sphere_geometry_v1",
|
|
4208
4269
|
name: "x-runtime-lib.sphereGeometry",
|
|
4209
4270
|
comp: Zi,
|
|
4210
4271
|
properties: {
|
|
4211
|
-
pageScene: [y,
|
|
4212
|
-
compScene: [y,
|
|
4272
|
+
pageScene: [y, Cn],
|
|
4273
|
+
compScene: [y, Cn]
|
|
4213
4274
|
},
|
|
4214
4275
|
events: [],
|
|
4215
4276
|
methods: [],
|
|
@@ -4217,16 +4278,16 @@ const vn = {
|
|
|
4217
4278
|
leaf: !0,
|
|
4218
4279
|
spawn: Kl
|
|
4219
4280
|
};
|
|
4220
|
-
I(
|
|
4221
|
-
const
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
const
|
|
4281
|
+
I(Lt);
|
|
4282
|
+
const gt = D(Z);
|
|
4283
|
+
gt.children[0].default = "custom";
|
|
4284
|
+
gt.children[2].children[0].default = "0xffffff";
|
|
4285
|
+
gt.children[2].children[1].default = "0xffffff";
|
|
4286
|
+
const $n = {
|
|
4226
4287
|
key: "settings",
|
|
4227
4288
|
name: "x-runtime-lib.settings",
|
|
4228
4289
|
children: [
|
|
4229
|
-
|
|
4290
|
+
gt,
|
|
4230
4291
|
{
|
|
4231
4292
|
key: "intensity",
|
|
4232
4293
|
name: "x-runtime-lib.intensity",
|
|
@@ -4240,23 +4301,23 @@ const xn = {
|
|
|
4240
4301
|
name: "x-runtime-lib.ambientLight",
|
|
4241
4302
|
comp: er,
|
|
4242
4303
|
properties: {
|
|
4243
|
-
pageScene: [y, te,
|
|
4244
|
-
compScene: [y, te,
|
|
4304
|
+
pageScene: [y, te, $n],
|
|
4305
|
+
compScene: [y, te, $n]
|
|
4245
4306
|
},
|
|
4246
4307
|
events: [],
|
|
4247
4308
|
methods: [],
|
|
4248
4309
|
slots: []
|
|
4249
4310
|
};
|
|
4250
4311
|
I(Fl);
|
|
4251
|
-
const
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
const
|
|
4312
|
+
const ht = D(Z);
|
|
4313
|
+
ht.children[0].default = "custom";
|
|
4314
|
+
ht.children[2].children[0].default = "0xffffff";
|
|
4315
|
+
ht.children[2].children[1].default = "0xffffff";
|
|
4316
|
+
const Vn = {
|
|
4256
4317
|
key: "settings",
|
|
4257
4318
|
name: "x-runtime-lib.settings",
|
|
4258
4319
|
children: [
|
|
4259
|
-
|
|
4320
|
+
ht,
|
|
4260
4321
|
{
|
|
4261
4322
|
key: "intensity",
|
|
4262
4323
|
name: "x-runtime-lib.intensity",
|
|
@@ -4270,23 +4331,23 @@ const kn = {
|
|
|
4270
4331
|
name: "x-runtime-lib.directionalLight",
|
|
4271
4332
|
comp: nr,
|
|
4272
4333
|
properties: {
|
|
4273
|
-
pageScene: [y, te,
|
|
4274
|
-
compScene: [y, te,
|
|
4334
|
+
pageScene: [y, te, Vn],
|
|
4335
|
+
compScene: [y, te, Vn]
|
|
4275
4336
|
},
|
|
4276
4337
|
events: [],
|
|
4277
4338
|
methods: [],
|
|
4278
4339
|
slots: []
|
|
4279
4340
|
};
|
|
4280
4341
|
I(Nl);
|
|
4281
|
-
const
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
const
|
|
4342
|
+
const _t = D(Z);
|
|
4343
|
+
_t.children[0].default = "custom";
|
|
4344
|
+
_t.children[2].children[0].default = "0xffffff";
|
|
4345
|
+
_t.children[2].children[1].default = "0xffffff";
|
|
4346
|
+
const Pn = {
|
|
4286
4347
|
key: "settings",
|
|
4287
4348
|
name: "x-runtime-lib.settings",
|
|
4288
4349
|
children: [
|
|
4289
|
-
|
|
4350
|
+
_t,
|
|
4290
4351
|
{
|
|
4291
4352
|
key: "intensity",
|
|
4292
4353
|
name: "x-runtime-lib.intensity",
|
|
@@ -4314,23 +4375,23 @@ const wn = {
|
|
|
4314
4375
|
name: "x-runtime-lib.pointLight",
|
|
4315
4376
|
comp: ir,
|
|
4316
4377
|
properties: {
|
|
4317
|
-
pageScene: [y, te,
|
|
4318
|
-
compScene: [y, te,
|
|
4378
|
+
pageScene: [y, te, Pn],
|
|
4379
|
+
compScene: [y, te, Pn]
|
|
4319
4380
|
},
|
|
4320
4381
|
events: [],
|
|
4321
4382
|
methods: [],
|
|
4322
4383
|
slots: []
|
|
4323
4384
|
};
|
|
4324
4385
|
I(jl);
|
|
4325
|
-
const
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
const
|
|
4386
|
+
const vt = D(Z);
|
|
4387
|
+
vt.children[0].default = "custom";
|
|
4388
|
+
vt.children[2].children[0].default = "0xffffff";
|
|
4389
|
+
vt.children[2].children[1].default = "0xffffff";
|
|
4390
|
+
const Ln = {
|
|
4330
4391
|
key: "settings",
|
|
4331
4392
|
name: "x-runtime-lib.settings",
|
|
4332
4393
|
children: [
|
|
4333
|
-
|
|
4394
|
+
vt,
|
|
4334
4395
|
{
|
|
4335
4396
|
key: "intensity",
|
|
4336
4397
|
name: "x-runtime-lib.intensity",
|
|
@@ -4375,8 +4436,8 @@ const In = {
|
|
|
4375
4436
|
name: "x-runtime-lib.spotLight",
|
|
4376
4437
|
comp: sr,
|
|
4377
4438
|
properties: {
|
|
4378
|
-
pageScene: [y, te,
|
|
4379
|
-
compScene: [y, te,
|
|
4439
|
+
pageScene: [y, te, Ln],
|
|
4440
|
+
compScene: [y, te, Ln]
|
|
4380
4441
|
},
|
|
4381
4442
|
events: [],
|
|
4382
4443
|
methods: [],
|
|
@@ -4429,13 +4490,13 @@ function Ul(t, n) {
|
|
|
4429
4490
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
4430
4491
|
return;
|
|
4431
4492
|
}
|
|
4432
|
-
const s =
|
|
4493
|
+
const s = zt.properties[o];
|
|
4433
4494
|
if (!s) {
|
|
4434
4495
|
console.error(`barChartV1/spawn properties not found, ${e}`);
|
|
4435
4496
|
return;
|
|
4436
4497
|
}
|
|
4437
4498
|
const r = E();
|
|
4438
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
4499
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = zt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
4439
4500
|
{
|
|
4440
4501
|
type: "bar",
|
|
4441
4502
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -4447,7 +4508,7 @@ function Ul(t, n) {
|
|
|
4447
4508
|
}
|
|
4448
4509
|
};
|
|
4449
4510
|
}
|
|
4450
|
-
const
|
|
4511
|
+
const zn = {
|
|
4451
4512
|
key: "series",
|
|
4452
4513
|
name: "x-runtime-lib.series",
|
|
4453
4514
|
children: [
|
|
@@ -4468,31 +4529,31 @@ const Sn = {
|
|
|
4468
4529
|
],
|
|
4469
4530
|
array: !0,
|
|
4470
4531
|
defaultArray: []
|
|
4471
|
-
},
|
|
4532
|
+
}, zt = {
|
|
4472
4533
|
key: "common_bar_chart_v1",
|
|
4473
4534
|
name: "x-runtime-lib.barChart",
|
|
4474
4535
|
comp: vs,
|
|
4475
4536
|
properties: {
|
|
4476
|
-
pageCommon: [y,
|
|
4477
|
-
compCommon: [y,
|
|
4537
|
+
pageCommon: [y, q, pt, dt, ft, mt, zn],
|
|
4538
|
+
compCommon: [y, q, pt, dt, ft, mt, zn]
|
|
4478
4539
|
},
|
|
4479
4540
|
leaf: !0,
|
|
4480
4541
|
spawn: Ul
|
|
4481
4542
|
};
|
|
4482
|
-
I(
|
|
4543
|
+
I(zt);
|
|
4483
4544
|
function Jl(t, n) {
|
|
4484
4545
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4485
4546
|
if (!o) {
|
|
4486
4547
|
console.error(`lineChartV1/spawn property tag not found, ${e}`);
|
|
4487
4548
|
return;
|
|
4488
4549
|
}
|
|
4489
|
-
const s =
|
|
4550
|
+
const s = Tt.properties[o];
|
|
4490
4551
|
if (!s) {
|
|
4491
4552
|
console.error(`lineChartV1/spawn properties not found, ${e}`);
|
|
4492
4553
|
return;
|
|
4493
4554
|
}
|
|
4494
4555
|
const r = E();
|
|
4495
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
4556
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = Tt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
4496
4557
|
{
|
|
4497
4558
|
type: "line",
|
|
4498
4559
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -4504,7 +4565,7 @@ function Jl(t, n) {
|
|
|
4504
4565
|
}
|
|
4505
4566
|
};
|
|
4506
4567
|
}
|
|
4507
|
-
const
|
|
4568
|
+
const Tn = {
|
|
4508
4569
|
key: "series",
|
|
4509
4570
|
name: "x-runtime-lib.series",
|
|
4510
4571
|
children: [
|
|
@@ -4525,19 +4586,19 @@ const Cn = {
|
|
|
4525
4586
|
],
|
|
4526
4587
|
array: !0,
|
|
4527
4588
|
defaultArray: []
|
|
4528
|
-
},
|
|
4589
|
+
}, Tt = {
|
|
4529
4590
|
key: "common_line_chart_v1",
|
|
4530
4591
|
name: "x-runtime-lib.lineChart",
|
|
4531
4592
|
comp: xs,
|
|
4532
4593
|
properties: {
|
|
4533
|
-
pageCommon: [y,
|
|
4534
|
-
compCommon: [y,
|
|
4594
|
+
pageCommon: [y, q, pt, dt, ft, mt, Tn],
|
|
4595
|
+
compCommon: [y, q, pt, dt, ft, mt, Tn]
|
|
4535
4596
|
},
|
|
4536
4597
|
leaf: !0,
|
|
4537
4598
|
spawn: Jl
|
|
4538
4599
|
};
|
|
4539
|
-
I(
|
|
4540
|
-
const
|
|
4600
|
+
I(Tt);
|
|
4601
|
+
const En = {
|
|
4541
4602
|
key: "settings",
|
|
4542
4603
|
name: "x-runtime-lib.settings",
|
|
4543
4604
|
children: [
|
|
@@ -4577,8 +4638,8 @@ const $n = {
|
|
|
4577
4638
|
name: "x-runtime-lib.badge",
|
|
4578
4639
|
comp: ks,
|
|
4579
4640
|
properties: {
|
|
4580
|
-
pageCommon: [y,
|
|
4581
|
-
compCommon: [y,
|
|
4641
|
+
pageCommon: [y, En],
|
|
4642
|
+
compCommon: [y, En]
|
|
4582
4643
|
}
|
|
4583
4644
|
};
|
|
4584
4645
|
I(ql);
|
|
@@ -4588,20 +4649,20 @@ function Xl(t, n) {
|
|
|
4588
4649
|
console.error(`btnV1/spawn property tag not found, ${e}`);
|
|
4589
4650
|
return;
|
|
4590
4651
|
}
|
|
4591
|
-
const s =
|
|
4652
|
+
const s = Et.properties[o];
|
|
4592
4653
|
if (!s) {
|
|
4593
4654
|
console.error(`btnV1/spawn properties not found, ${e}`);
|
|
4594
4655
|
return;
|
|
4595
4656
|
}
|
|
4596
4657
|
const r = E();
|
|
4597
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
4658
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = Et.key, r.settings.text = "button", {
|
|
4598
4659
|
nodeLite: A(r),
|
|
4599
4660
|
nodes: {
|
|
4600
4661
|
[r.basic.id]: r
|
|
4601
4662
|
}
|
|
4602
4663
|
};
|
|
4603
4664
|
}
|
|
4604
|
-
const Yl = D(Z),
|
|
4665
|
+
const Yl = D(Z), An = {
|
|
4605
4666
|
key: "settings",
|
|
4606
4667
|
name: "x-runtime-lib.settings",
|
|
4607
4668
|
children: [
|
|
@@ -4688,13 +4749,13 @@ const Yl = D(Z), Vn = {
|
|
|
4688
4749
|
default: !0
|
|
4689
4750
|
}
|
|
4690
4751
|
]
|
|
4691
|
-
},
|
|
4752
|
+
}, Et = {
|
|
4692
4753
|
key: "common_btn_v1",
|
|
4693
4754
|
name: "x-runtime-lib.button",
|
|
4694
4755
|
comp: ws,
|
|
4695
4756
|
properties: {
|
|
4696
|
-
pageCommon: [y,
|
|
4697
|
-
compCommon: [y,
|
|
4757
|
+
pageCommon: [y, q, An],
|
|
4758
|
+
compCommon: [y, q, An]
|
|
4698
4759
|
},
|
|
4699
4760
|
events: [
|
|
4700
4761
|
{
|
|
@@ -4705,7 +4766,7 @@ const Yl = D(Z), Vn = {
|
|
|
4705
4766
|
leaf: !0,
|
|
4706
4767
|
spawn: Xl
|
|
4707
4768
|
};
|
|
4708
|
-
I(
|
|
4769
|
+
I(Et);
|
|
4709
4770
|
const Zl = {
|
|
4710
4771
|
key: "common_btn_group_v1",
|
|
4711
4772
|
name: "x-runtime-lib.buttonGroup",
|
|
@@ -4716,7 +4777,7 @@ const Zl = {
|
|
|
4716
4777
|
}
|
|
4717
4778
|
};
|
|
4718
4779
|
I(Zl);
|
|
4719
|
-
const
|
|
4780
|
+
const Mn = {
|
|
4720
4781
|
key: "settings",
|
|
4721
4782
|
name: "x-runtime-lib.settings",
|
|
4722
4783
|
children: [
|
|
@@ -4782,8 +4843,8 @@ const Pn = {
|
|
|
4782
4843
|
name: "x-runtime-lib.buttonToggle",
|
|
4783
4844
|
comp: $s,
|
|
4784
4845
|
properties: {
|
|
4785
|
-
pageCommon: [y,
|
|
4786
|
-
compCommon: [y,
|
|
4846
|
+
pageCommon: [y, Mn],
|
|
4847
|
+
compCommon: [y, Mn]
|
|
4787
4848
|
}
|
|
4788
4849
|
};
|
|
4789
4850
|
I(Ql);
|
|
@@ -4806,7 +4867,7 @@ function ea(t, n) {
|
|
|
4806
4867
|
}
|
|
4807
4868
|
};
|
|
4808
4869
|
}
|
|
4809
|
-
const
|
|
4870
|
+
const Wn = {
|
|
4810
4871
|
key: "settings",
|
|
4811
4872
|
name: "x-runtime-lib.settings",
|
|
4812
4873
|
children: [
|
|
@@ -4866,13 +4927,13 @@ const zn = {
|
|
|
4866
4927
|
name: "x-runtime-lib.card",
|
|
4867
4928
|
comp: Vs,
|
|
4868
4929
|
properties: {
|
|
4869
|
-
pageCommon: [y,
|
|
4870
|
-
compCommon: [y,
|
|
4930
|
+
pageCommon: [y, q, Wn],
|
|
4931
|
+
compCommon: [y, q, Wn]
|
|
4871
4932
|
},
|
|
4872
4933
|
spawn: ea
|
|
4873
4934
|
};
|
|
4874
4935
|
I(je);
|
|
4875
|
-
const
|
|
4936
|
+
const Bn = {
|
|
4876
4937
|
key: "settings",
|
|
4877
4938
|
name: "x-runtime-lib.settings",
|
|
4878
4939
|
children: [
|
|
@@ -4894,13 +4955,13 @@ const Ln = {
|
|
|
4894
4955
|
name: "x-runtime-lib.checkbox",
|
|
4895
4956
|
comp: Ps,
|
|
4896
4957
|
properties: {
|
|
4897
|
-
pageCommon: [y,
|
|
4898
|
-
compCommon: [y,
|
|
4958
|
+
pageCommon: [y, Bn],
|
|
4959
|
+
compCommon: [y, Bn]
|
|
4899
4960
|
},
|
|
4900
4961
|
leaf: !0
|
|
4901
4962
|
};
|
|
4902
4963
|
I(ta);
|
|
4903
|
-
const na = D(Z),
|
|
4964
|
+
const na = D(Z), Rn = {
|
|
4904
4965
|
key: "settings",
|
|
4905
4966
|
name: "x-runtime-lib.settings",
|
|
4906
4967
|
children: [
|
|
@@ -4975,31 +5036,31 @@ const na = D(Z), Tn = {
|
|
|
4975
5036
|
},
|
|
4976
5037
|
na
|
|
4977
5038
|
]
|
|
4978
|
-
},
|
|
5039
|
+
}, At = {
|
|
4979
5040
|
key: "common_chip_v1",
|
|
4980
5041
|
name: "x-runtime-lib.chip",
|
|
4981
|
-
comp:
|
|
5042
|
+
comp: Ls,
|
|
4982
5043
|
properties: {
|
|
4983
|
-
pageCommon: [y,
|
|
4984
|
-
compCommon: [y,
|
|
5044
|
+
pageCommon: [y, Rn],
|
|
5045
|
+
compCommon: [y, Rn]
|
|
4985
5046
|
},
|
|
4986
5047
|
leaf: !0
|
|
4987
5048
|
};
|
|
4988
|
-
I(
|
|
5049
|
+
I(At);
|
|
4989
5050
|
function oa(t, n) {
|
|
4990
5051
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4991
5052
|
if (!o) {
|
|
4992
5053
|
console.error(`chipGroupV1/spawn property tag not found, ${e}`);
|
|
4993
5054
|
return;
|
|
4994
5055
|
}
|
|
4995
|
-
const s =
|
|
5056
|
+
const s = Mt.properties[o];
|
|
4996
5057
|
if (!s) {
|
|
4997
5058
|
console.error(`chipGroupV1/spawn properties not found, ${e}`);
|
|
4998
5059
|
return;
|
|
4999
5060
|
}
|
|
5000
5061
|
const r = E();
|
|
5001
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
5002
|
-
const l =
|
|
5062
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Mt.key;
|
|
5063
|
+
const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), u = ze(t, n, "chip3", "chip 3"), m = ze(t, n, "chip4", "chip 4"), d = ze(t, n, "chip5", "chip 5"), p = ze(t, n, "chip6", "chip 6");
|
|
5003
5064
|
return {
|
|
5004
5065
|
nodeLite: A(r, [
|
|
5005
5066
|
l.nodeLite,
|
|
@@ -5020,26 +5081,26 @@ function oa(t, n) {
|
|
|
5020
5081
|
}
|
|
5021
5082
|
};
|
|
5022
5083
|
}
|
|
5023
|
-
function
|
|
5084
|
+
function ze(t, n, e, o) {
|
|
5024
5085
|
const s = `type=${t} subtype=${n}`, r = B(t, n);
|
|
5025
5086
|
if (!r) {
|
|
5026
5087
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
5027
5088
|
return;
|
|
5028
5089
|
}
|
|
5029
|
-
const l =
|
|
5090
|
+
const l = At.properties[r];
|
|
5030
5091
|
if (!l) {
|
|
5031
5092
|
console.error(`chipGroupV1/spawnChip properties not found, ${s}`);
|
|
5032
5093
|
return;
|
|
5033
5094
|
}
|
|
5034
5095
|
const c = E();
|
|
5035
|
-
return M(c, l), c.basic.id = T(16), c.basic.key =
|
|
5096
|
+
return M(c, l), c.basic.id = T(16), c.basic.key = At.key, c.settings.value = e, c.settings.text = o, {
|
|
5036
5097
|
nodeLite: A(c),
|
|
5037
5098
|
nodes: {
|
|
5038
5099
|
[c.basic.id]: c
|
|
5039
5100
|
}
|
|
5040
5101
|
};
|
|
5041
5102
|
}
|
|
5042
|
-
const
|
|
5103
|
+
const Kn = {
|
|
5043
5104
|
key: "settings",
|
|
5044
5105
|
name: "x-runtime-lib.settings",
|
|
5045
5106
|
children: [
|
|
@@ -5093,17 +5154,17 @@ const En = {
|
|
|
5093
5154
|
default: !1
|
|
5094
5155
|
}
|
|
5095
5156
|
]
|
|
5096
|
-
},
|
|
5157
|
+
}, Mt = {
|
|
5097
5158
|
key: "common_chip_group_v1",
|
|
5098
5159
|
name: "x-runtime-lib.chipGroup",
|
|
5099
|
-
comp:
|
|
5160
|
+
comp: zs,
|
|
5100
5161
|
properties: {
|
|
5101
|
-
pageCommon: [y,
|
|
5102
|
-
compCommon: [y,
|
|
5162
|
+
pageCommon: [y, Kn],
|
|
5163
|
+
compCommon: [y, Kn]
|
|
5103
5164
|
},
|
|
5104
5165
|
spawn: oa
|
|
5105
5166
|
};
|
|
5106
|
-
I(
|
|
5167
|
+
I(Mt);
|
|
5107
5168
|
const ia = {
|
|
5108
5169
|
key: "common_color_picker_v1",
|
|
5109
5170
|
name: "x-runtime-lib.colorPicker",
|
|
@@ -5115,7 +5176,7 @@ const ia = {
|
|
|
5115
5176
|
leaf: !0
|
|
5116
5177
|
};
|
|
5117
5178
|
I(ia);
|
|
5118
|
-
const
|
|
5179
|
+
const Dn = {
|
|
5119
5180
|
key: "settings",
|
|
5120
5181
|
name: "x-runtime-lib.settings",
|
|
5121
5182
|
children: [
|
|
@@ -5161,26 +5222,26 @@ const An = {
|
|
|
5161
5222
|
name: "x-runtime-lib.combobox",
|
|
5162
5223
|
comp: Es,
|
|
5163
5224
|
properties: {
|
|
5164
|
-
pageCommon: [y,
|
|
5165
|
-
compCommon: [y,
|
|
5225
|
+
pageCommon: [y, Dn],
|
|
5226
|
+
compCommon: [y, Dn]
|
|
5166
5227
|
},
|
|
5167
5228
|
leaf: !0
|
|
5168
5229
|
};
|
|
5169
5230
|
I(ra);
|
|
5170
|
-
const
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
const
|
|
5231
|
+
const mn = D(Z);
|
|
5232
|
+
mn.key = "backgroundColor";
|
|
5233
|
+
mn.name = "x-runtime-lib.backgroundColor";
|
|
5234
|
+
const On = {
|
|
5174
5235
|
key: "settings",
|
|
5175
5236
|
name: "x-runtime-lib.settings",
|
|
5176
|
-
children: [
|
|
5177
|
-
},
|
|
5237
|
+
children: [mn]
|
|
5238
|
+
}, Wt = {
|
|
5178
5239
|
key: "common_container_v1",
|
|
5179
5240
|
name: "x-runtime-lib.container",
|
|
5180
5241
|
comp: As,
|
|
5181
5242
|
properties: {
|
|
5182
|
-
pageCommon: [y,
|
|
5183
|
-
compCommon: [y,
|
|
5243
|
+
pageCommon: [y, q, Te, Ee, Ae, On],
|
|
5244
|
+
compCommon: [y, q, Te, Ee, Ae, On]
|
|
5184
5245
|
},
|
|
5185
5246
|
events: [
|
|
5186
5247
|
{
|
|
@@ -5189,8 +5250,8 @@ const Mn = {
|
|
|
5189
5250
|
}
|
|
5190
5251
|
]
|
|
5191
5252
|
};
|
|
5192
|
-
I(
|
|
5193
|
-
const
|
|
5253
|
+
I(Wt);
|
|
5254
|
+
const Fn = {
|
|
5194
5255
|
key: "size",
|
|
5195
5256
|
name: "x-runtime-lib.size",
|
|
5196
5257
|
children: [
|
|
@@ -5209,7 +5270,7 @@ const Wn = {
|
|
|
5209
5270
|
default: ""
|
|
5210
5271
|
}
|
|
5211
5272
|
]
|
|
5212
|
-
},
|
|
5273
|
+
}, Nn = {
|
|
5213
5274
|
key: "settings",
|
|
5214
5275
|
name: "x-runtime-lib.settings",
|
|
5215
5276
|
children: [
|
|
@@ -5317,7 +5378,7 @@ const Wn = {
|
|
|
5317
5378
|
default: !1
|
|
5318
5379
|
}
|
|
5319
5380
|
]
|
|
5320
|
-
},
|
|
5381
|
+
}, jn = {
|
|
5321
5382
|
key: "slots",
|
|
5322
5383
|
name: "x-runtime-lib.slots",
|
|
5323
5384
|
children: [
|
|
@@ -5347,8 +5408,8 @@ const Wn = {
|
|
|
5347
5408
|
name: "x-runtime-lib.dataTable",
|
|
5348
5409
|
comp: Ws,
|
|
5349
5410
|
properties: {
|
|
5350
|
-
pageCommon: [y,
|
|
5351
|
-
compCommon: [y,
|
|
5411
|
+
pageCommon: [y, Fn, Nn, jn],
|
|
5412
|
+
compCommon: [y, Fn, Nn, jn]
|
|
5352
5413
|
},
|
|
5353
5414
|
leaf: !0
|
|
5354
5415
|
};
|
|
@@ -5385,7 +5446,7 @@ const aa = {
|
|
|
5385
5446
|
teleport: !0
|
|
5386
5447
|
};
|
|
5387
5448
|
I(aa);
|
|
5388
|
-
const
|
|
5449
|
+
const Gn = {
|
|
5389
5450
|
key: "settings",
|
|
5390
5451
|
name: "x-runtime-lib.settings",
|
|
5391
5452
|
children: []
|
|
@@ -5394,11 +5455,11 @@ const Kn = {
|
|
|
5394
5455
|
name: "x-runtime-lib.fileInput",
|
|
5395
5456
|
comp: Ds,
|
|
5396
5457
|
properties: {
|
|
5397
|
-
pageCommon: [y,
|
|
5398
|
-
compCommon: [y,
|
|
5458
|
+
pageCommon: [y, Gn],
|
|
5459
|
+
compCommon: [y, Gn]
|
|
5399
5460
|
},
|
|
5400
5461
|
leaf: !0
|
|
5401
|
-
},
|
|
5462
|
+
}, Hn = {
|
|
5402
5463
|
key: "settings",
|
|
5403
5464
|
name: "x-runtime-lib.settings",
|
|
5404
5465
|
children: [
|
|
@@ -5415,16 +5476,16 @@ const Kn = {
|
|
|
5415
5476
|
default: !1
|
|
5416
5477
|
}
|
|
5417
5478
|
]
|
|
5418
|
-
},
|
|
5479
|
+
}, Bt = {
|
|
5419
5480
|
key: "common_flex_layout_entry_v1",
|
|
5420
5481
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5421
5482
|
comp: Fs,
|
|
5422
5483
|
properties: {
|
|
5423
|
-
pageCommon: [y,
|
|
5424
|
-
compCommon: [y,
|
|
5484
|
+
pageCommon: [y, q, Hn],
|
|
5485
|
+
compCommon: [y, q, Hn]
|
|
5425
5486
|
}
|
|
5426
5487
|
};
|
|
5427
|
-
I(
|
|
5488
|
+
I(Bt);
|
|
5428
5489
|
function ca(t, n) {
|
|
5429
5490
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5430
5491
|
if (!o) {
|
|
@@ -5438,7 +5499,7 @@ function ca(t, n) {
|
|
|
5438
5499
|
}
|
|
5439
5500
|
const r = E();
|
|
5440
5501
|
M(r, s), r.basic.id = T(16), r.basic.key = Ge.key;
|
|
5441
|
-
const l =
|
|
5502
|
+
const l = Rt(
|
|
5442
5503
|
t,
|
|
5443
5504
|
n,
|
|
5444
5505
|
"#ff0000",
|
|
@@ -5447,7 +5508,7 @@ function ca(t, n) {
|
|
|
5447
5508
|
void 0,
|
|
5448
5509
|
"40px",
|
|
5449
5510
|
void 0
|
|
5450
|
-
), c =
|
|
5511
|
+
), c = Rt(
|
|
5451
5512
|
t,
|
|
5452
5513
|
n,
|
|
5453
5514
|
"#00ff00",
|
|
@@ -5475,14 +5536,14 @@ function ua(t, n) {
|
|
|
5475
5536
|
);
|
|
5476
5537
|
return;
|
|
5477
5538
|
}
|
|
5478
|
-
const s =
|
|
5539
|
+
const s = Bt.properties[o];
|
|
5479
5540
|
if (!s) {
|
|
5480
5541
|
console.error(`flexLayoutV1/spawnEntry properties not found, ${e}`);
|
|
5481
5542
|
return;
|
|
5482
5543
|
}
|
|
5483
5544
|
const r = E();
|
|
5484
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
5485
|
-
const l =
|
|
5545
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Bt.key;
|
|
5546
|
+
const l = Rt(
|
|
5486
5547
|
t,
|
|
5487
5548
|
n,
|
|
5488
5549
|
"#0000ff",
|
|
@@ -5500,7 +5561,7 @@ function ua(t, n) {
|
|
|
5500
5561
|
}
|
|
5501
5562
|
};
|
|
5502
5563
|
}
|
|
5503
|
-
function
|
|
5564
|
+
function Rt(t, n, e, o, s, r, l, c, u) {
|
|
5504
5565
|
const m = `type=${t} subtype=${n}`, d = B(t, n);
|
|
5505
5566
|
if (!d) {
|
|
5506
5567
|
console.error(
|
|
@@ -5508,7 +5569,7 @@ function Tt(t, n, e, o, s, r, l, c, u) {
|
|
|
5508
5569
|
);
|
|
5509
5570
|
return;
|
|
5510
5571
|
}
|
|
5511
|
-
const p =
|
|
5572
|
+
const p = Wt.properties[d];
|
|
5512
5573
|
if (!p) {
|
|
5513
5574
|
console.error(
|
|
5514
5575
|
`flexLayoutV1/spawnContainer properties not found, ${m}`
|
|
@@ -5516,17 +5577,17 @@ function Tt(t, n, e, o, s, r, l, c, u) {
|
|
|
5516
5577
|
return;
|
|
5517
5578
|
}
|
|
5518
5579
|
const f = E();
|
|
5519
|
-
return M(f, p), f.basic.id = T(16), f.basic.key =
|
|
5580
|
+
return M(f, p), f.basic.id = T(16), f.basic.key = Wt.key, o && (f.size.width = o), s && (f.size.minWidth = s), l && (f.size.height = l), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
|
|
5520
5581
|
nodeLite: A(f, []),
|
|
5521
5582
|
nodes: {
|
|
5522
5583
|
[f.basic.id]: f
|
|
5523
5584
|
}
|
|
5524
5585
|
};
|
|
5525
5586
|
}
|
|
5526
|
-
const
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
const
|
|
5587
|
+
const pn = D(Z);
|
|
5588
|
+
pn.key = "backgroundColor";
|
|
5589
|
+
pn.name = "x-runtime-lib.backgroundColor";
|
|
5590
|
+
const Un = {
|
|
5530
5591
|
key: "settings",
|
|
5531
5592
|
name: "x-runtime-lib.settings",
|
|
5532
5593
|
children: [
|
|
@@ -5694,15 +5755,15 @@ const On = {
|
|
|
5694
5755
|
}
|
|
5695
5756
|
]
|
|
5696
5757
|
},
|
|
5697
|
-
|
|
5758
|
+
pn
|
|
5698
5759
|
]
|
|
5699
5760
|
}, Ge = {
|
|
5700
5761
|
key: "common_flex_layout_v1",
|
|
5701
5762
|
name: "x-runtime-lib.flexLayout",
|
|
5702
5763
|
comp: Os,
|
|
5703
5764
|
properties: {
|
|
5704
|
-
pageCommon: [y,
|
|
5705
|
-
compCommon: [y,
|
|
5765
|
+
pageCommon: [y, q, Te, Ee, Ae, Un],
|
|
5766
|
+
compCommon: [y, q, Te, Ee, Ae, Un]
|
|
5706
5767
|
},
|
|
5707
5768
|
events: [
|
|
5708
5769
|
{
|
|
@@ -5713,7 +5774,7 @@ const On = {
|
|
|
5713
5774
|
spawn: ca
|
|
5714
5775
|
};
|
|
5715
5776
|
I(Ge);
|
|
5716
|
-
const
|
|
5777
|
+
const Jn = {
|
|
5717
5778
|
key: "settings",
|
|
5718
5779
|
name: "x-runtime-lib.settings",
|
|
5719
5780
|
children: [
|
|
@@ -5834,7 +5895,7 @@ const Fn = {
|
|
|
5834
5895
|
default: ""
|
|
5835
5896
|
}
|
|
5836
5897
|
]
|
|
5837
|
-
},
|
|
5898
|
+
}, qn = {
|
|
5838
5899
|
key: "slots",
|
|
5839
5900
|
name: "x-runtime-lib.slots",
|
|
5840
5901
|
children: [
|
|
@@ -5863,13 +5924,13 @@ const Fn = {
|
|
|
5863
5924
|
default: void 0
|
|
5864
5925
|
}
|
|
5865
5926
|
]
|
|
5866
|
-
},
|
|
5927
|
+
}, Kt = {
|
|
5867
5928
|
key: "common_text_field_v1",
|
|
5868
5929
|
name: "x-runtime-lib.textField",
|
|
5869
5930
|
comp: yl,
|
|
5870
5931
|
properties: {
|
|
5871
|
-
pageCommon: [y,
|
|
5872
|
-
compCommon: [y,
|
|
5932
|
+
pageCommon: [y, Jn, qn],
|
|
5933
|
+
compCommon: [y, Jn, qn]
|
|
5873
5934
|
},
|
|
5874
5935
|
events: [],
|
|
5875
5936
|
methods: [],
|
|
@@ -5893,20 +5954,20 @@ const Fn = {
|
|
|
5893
5954
|
],
|
|
5894
5955
|
leaf: !0
|
|
5895
5956
|
};
|
|
5896
|
-
I(
|
|
5957
|
+
I(Kt);
|
|
5897
5958
|
function ma(t, n) {
|
|
5898
5959
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5899
5960
|
if (!o) {
|
|
5900
5961
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
5901
5962
|
return;
|
|
5902
5963
|
}
|
|
5903
|
-
const s =
|
|
5964
|
+
const s = Dt.properties[o];
|
|
5904
5965
|
if (!s) {
|
|
5905
5966
|
console.error(`formV1/spawn properties not found, ${e}`);
|
|
5906
5967
|
return;
|
|
5907
5968
|
}
|
|
5908
5969
|
const r = E();
|
|
5909
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
5970
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Dt.key;
|
|
5910
5971
|
const l = pa(t, n);
|
|
5911
5972
|
return {
|
|
5912
5973
|
nodeLite: A(r, [l.nodeLite]),
|
|
@@ -5922,20 +5983,20 @@ function pa(t, n) {
|
|
|
5922
5983
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
5923
5984
|
return;
|
|
5924
5985
|
}
|
|
5925
|
-
const s =
|
|
5986
|
+
const s = Kt.properties[o];
|
|
5926
5987
|
if (!s) {
|
|
5927
5988
|
console.error(`formV1/spawnTextField properties not found, ${e}`);
|
|
5928
5989
|
return;
|
|
5929
5990
|
}
|
|
5930
5991
|
const r = E();
|
|
5931
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
5992
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = Kt.key, {
|
|
5932
5993
|
nodeLite: A(r),
|
|
5933
5994
|
nodes: {
|
|
5934
5995
|
[r.basic.id]: r
|
|
5935
5996
|
}
|
|
5936
5997
|
};
|
|
5937
5998
|
}
|
|
5938
|
-
const
|
|
5999
|
+
const Xn = {
|
|
5939
6000
|
key: "settings",
|
|
5940
6001
|
name: "x-runtime-lib.settings",
|
|
5941
6002
|
children: [
|
|
@@ -5953,13 +6014,13 @@ const jn = {
|
|
|
5953
6014
|
default: !1
|
|
5954
6015
|
}
|
|
5955
6016
|
]
|
|
5956
|
-
},
|
|
6017
|
+
}, Dt = {
|
|
5957
6018
|
key: "common_form_v1",
|
|
5958
6019
|
name: "x-runtime-lib.form",
|
|
5959
6020
|
comp: Ns,
|
|
5960
6021
|
properties: {
|
|
5961
|
-
pageCommon: [y,
|
|
5962
|
-
compCommon: [y,
|
|
6022
|
+
pageCommon: [y, q, Te, Ee, Ae, Xn],
|
|
6023
|
+
compCommon: [y, q, Te, Ee, Ae, Xn]
|
|
5963
6024
|
},
|
|
5964
6025
|
events: [
|
|
5965
6026
|
{
|
|
@@ -5969,8 +6030,8 @@ const jn = {
|
|
|
5969
6030
|
],
|
|
5970
6031
|
spawn: ma
|
|
5971
6032
|
};
|
|
5972
|
-
I(
|
|
5973
|
-
const da = D(Z),
|
|
6033
|
+
I(Dt);
|
|
6034
|
+
const da = D(Z), Yn = {
|
|
5974
6035
|
key: "settings",
|
|
5975
6036
|
name: "x-runtime-lib.settings",
|
|
5976
6037
|
children: [
|
|
@@ -6000,8 +6061,8 @@ const da = D(Z), Gn = {
|
|
|
6000
6061
|
name: "x-runtime-lib.icon",
|
|
6001
6062
|
comp: js,
|
|
6002
6063
|
properties: {
|
|
6003
|
-
pageCommon: [y,
|
|
6004
|
-
compCommon: [y,
|
|
6064
|
+
pageCommon: [y, Yn],
|
|
6065
|
+
compCommon: [y, Yn]
|
|
6005
6066
|
},
|
|
6006
6067
|
leaf: !0
|
|
6007
6068
|
};
|
|
@@ -6033,20 +6094,20 @@ function ba(t, n) {
|
|
|
6033
6094
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
6034
6095
|
return;
|
|
6035
6096
|
}
|
|
6036
|
-
const s =
|
|
6097
|
+
const s = Ot.properties[o];
|
|
6037
6098
|
if (!s) {
|
|
6038
6099
|
console.error(`numberInputV1/spawn properties not found, ${e}`);
|
|
6039
6100
|
return;
|
|
6040
6101
|
}
|
|
6041
6102
|
const r = E();
|
|
6042
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
6103
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = Ot.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
|
|
6043
6104
|
nodeLite: A(r),
|
|
6044
6105
|
nodes: {
|
|
6045
6106
|
[r.basic.id]: r
|
|
6046
6107
|
}
|
|
6047
6108
|
};
|
|
6048
6109
|
}
|
|
6049
|
-
const
|
|
6110
|
+
const Zn = {
|
|
6050
6111
|
key: "size",
|
|
6051
6112
|
name: "x-runtime-lib.size",
|
|
6052
6113
|
children: [
|
|
@@ -6072,7 +6133,7 @@ const Hn = {
|
|
|
6072
6133
|
default: ""
|
|
6073
6134
|
}
|
|
6074
6135
|
]
|
|
6075
|
-
},
|
|
6136
|
+
}, Qn = {
|
|
6076
6137
|
key: "settings",
|
|
6077
6138
|
name: "x-runtime-lib.settings",
|
|
6078
6139
|
children: [
|
|
@@ -6213,13 +6274,13 @@ const Hn = {
|
|
|
6213
6274
|
]
|
|
6214
6275
|
}
|
|
6215
6276
|
]
|
|
6216
|
-
},
|
|
6277
|
+
}, Ot = {
|
|
6217
6278
|
key: "common_number_input_v1",
|
|
6218
6279
|
name: "x-runtime-lib.numberInput",
|
|
6219
6280
|
comp: Us,
|
|
6220
6281
|
properties: {
|
|
6221
|
-
pageCommon: [y,
|
|
6222
|
-
compCommon: [y,
|
|
6282
|
+
pageCommon: [y, Zn, Qn],
|
|
6283
|
+
compCommon: [y, Zn, Qn]
|
|
6223
6284
|
},
|
|
6224
6285
|
events: [
|
|
6225
6286
|
{
|
|
@@ -6246,8 +6307,8 @@ const Hn = {
|
|
|
6246
6307
|
leaf: !0,
|
|
6247
6308
|
spawn: ba
|
|
6248
6309
|
};
|
|
6249
|
-
I(
|
|
6250
|
-
const
|
|
6310
|
+
I(Ot);
|
|
6311
|
+
const eo = {
|
|
6251
6312
|
key: "settings",
|
|
6252
6313
|
name: "x-runtime-lib.settings",
|
|
6253
6314
|
children: [
|
|
@@ -6315,13 +6376,13 @@ const Jn = {
|
|
|
6315
6376
|
name: "x-runtime-lib.pagination",
|
|
6316
6377
|
comp: Js,
|
|
6317
6378
|
properties: {
|
|
6318
|
-
pageCommon: [y,
|
|
6319
|
-
compCommon: [y,
|
|
6379
|
+
pageCommon: [y, eo],
|
|
6380
|
+
compCommon: [y, eo]
|
|
6320
6381
|
},
|
|
6321
6382
|
leaf: !0
|
|
6322
6383
|
};
|
|
6323
6384
|
I(ga);
|
|
6324
|
-
const ha = D(Z),
|
|
6385
|
+
const ha = D(Z), to = {
|
|
6325
6386
|
key: "settings",
|
|
6326
6387
|
name: "x-runtime-lib.settings",
|
|
6327
6388
|
children: [
|
|
@@ -6358,31 +6419,31 @@ const ha = D(Z), qn = {
|
|
|
6358
6419
|
},
|
|
6359
6420
|
ha
|
|
6360
6421
|
]
|
|
6361
|
-
},
|
|
6422
|
+
}, Ft = {
|
|
6362
6423
|
key: "common_radio_v1",
|
|
6363
6424
|
name: "x-runtime-lib.radio",
|
|
6364
6425
|
comp: qs,
|
|
6365
6426
|
properties: {
|
|
6366
|
-
pageCommon: [y,
|
|
6367
|
-
compCommon: [y,
|
|
6427
|
+
pageCommon: [y, to],
|
|
6428
|
+
compCommon: [y, to]
|
|
6368
6429
|
},
|
|
6369
6430
|
leaf: !0
|
|
6370
6431
|
};
|
|
6371
|
-
I(
|
|
6432
|
+
I(Ft);
|
|
6372
6433
|
function _a(t, n) {
|
|
6373
6434
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6374
6435
|
if (!o) {
|
|
6375
6436
|
console.error(`radioGroupV1/spawn property tag not found, ${e}`);
|
|
6376
6437
|
return;
|
|
6377
6438
|
}
|
|
6378
|
-
const s =
|
|
6439
|
+
const s = Nt.properties[o];
|
|
6379
6440
|
if (!s) {
|
|
6380
6441
|
console.error(`radioGroupV1/spawn properties not found, ${e}`);
|
|
6381
6442
|
return;
|
|
6382
6443
|
}
|
|
6383
6444
|
const r = E();
|
|
6384
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
6385
|
-
const l =
|
|
6445
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Nt.key, r.settings.value = "option1";
|
|
6446
|
+
const l = wt(t, n, "option1", "Option 1"), c = wt(t, n, "option2", "Option 2"), u = wt(t, n, "option3", "Option 3");
|
|
6386
6447
|
return {
|
|
6387
6448
|
nodeLite: A(r, [
|
|
6388
6449
|
l.nodeLite,
|
|
@@ -6397,7 +6458,7 @@ function _a(t, n) {
|
|
|
6397
6458
|
}
|
|
6398
6459
|
};
|
|
6399
6460
|
}
|
|
6400
|
-
function
|
|
6461
|
+
function wt(t, n, e, o) {
|
|
6401
6462
|
const s = `type=${t} subtype=${n}`, r = B(t, n);
|
|
6402
6463
|
if (!r) {
|
|
6403
6464
|
console.error(
|
|
@@ -6405,20 +6466,20 @@ function gt(t, n, e, o) {
|
|
|
6405
6466
|
);
|
|
6406
6467
|
return;
|
|
6407
6468
|
}
|
|
6408
|
-
const l =
|
|
6469
|
+
const l = Ft.properties[r];
|
|
6409
6470
|
if (!l) {
|
|
6410
6471
|
console.error(`radioGroupV1/spawnEntry properties not found, ${s}`);
|
|
6411
6472
|
return;
|
|
6412
6473
|
}
|
|
6413
6474
|
const c = E();
|
|
6414
|
-
return M(c, l), c.basic.id = T(16), c.basic.key =
|
|
6475
|
+
return M(c, l), c.basic.id = T(16), c.basic.key = Ft.key, c.settings.value = e, c.settings.label = o, {
|
|
6415
6476
|
nodeLite: A(c),
|
|
6416
6477
|
nodes: {
|
|
6417
6478
|
[c.basic.id]: c
|
|
6418
6479
|
}
|
|
6419
6480
|
};
|
|
6420
6481
|
}
|
|
6421
|
-
const
|
|
6482
|
+
const no = {
|
|
6422
6483
|
key: "settings",
|
|
6423
6484
|
name: "x-runtime-lib.settings",
|
|
6424
6485
|
children: [
|
|
@@ -6461,18 +6522,18 @@ const Xn = {
|
|
|
6461
6522
|
default: !1
|
|
6462
6523
|
}
|
|
6463
6524
|
]
|
|
6464
|
-
},
|
|
6525
|
+
}, Nt = {
|
|
6465
6526
|
key: "common_radio_group_v1",
|
|
6466
6527
|
name: "x-runtime-lib.radioGroup",
|
|
6467
6528
|
comp: Xs,
|
|
6468
6529
|
properties: {
|
|
6469
|
-
pageCommon: [y,
|
|
6470
|
-
compCommon: [y,
|
|
6530
|
+
pageCommon: [y, no],
|
|
6531
|
+
compCommon: [y, no]
|
|
6471
6532
|
},
|
|
6472
6533
|
spawn: _a
|
|
6473
6534
|
};
|
|
6474
|
-
I(
|
|
6475
|
-
const
|
|
6535
|
+
I(Nt);
|
|
6536
|
+
const oo = {
|
|
6476
6537
|
key: "settings",
|
|
6477
6538
|
name: "x-runtime-lib.settings",
|
|
6478
6539
|
children: [
|
|
@@ -6594,13 +6655,13 @@ const Yn = {
|
|
|
6594
6655
|
name: "x-runtime-lib.rangeSlider",
|
|
6595
6656
|
comp: Ys,
|
|
6596
6657
|
properties: {
|
|
6597
|
-
pageCommon: [y,
|
|
6598
|
-
compCommon: [y,
|
|
6658
|
+
pageCommon: [y, oo],
|
|
6659
|
+
compCommon: [y, oo]
|
|
6599
6660
|
},
|
|
6600
6661
|
leaf: !0
|
|
6601
6662
|
};
|
|
6602
6663
|
I(va);
|
|
6603
|
-
const
|
|
6664
|
+
const io = {
|
|
6604
6665
|
key: "settings",
|
|
6605
6666
|
name: "x-runtime-lib.settings",
|
|
6606
6667
|
children: [
|
|
@@ -6660,13 +6721,13 @@ const Zn = {
|
|
|
6660
6721
|
name: "x-runtime-lib.rating",
|
|
6661
6722
|
comp: Zs,
|
|
6662
6723
|
properties: {
|
|
6663
|
-
pageCommon: [y,
|
|
6664
|
-
compCommon: [y,
|
|
6724
|
+
pageCommon: [y, io],
|
|
6725
|
+
compCommon: [y, io]
|
|
6665
6726
|
},
|
|
6666
6727
|
leaf: !0
|
|
6667
6728
|
};
|
|
6668
6729
|
I(xa);
|
|
6669
|
-
const
|
|
6730
|
+
const ro = {
|
|
6670
6731
|
key: "settings",
|
|
6671
6732
|
name: "x-runtime-lib.settings",
|
|
6672
6733
|
children: [
|
|
@@ -6712,22 +6773,22 @@ const Qn = {
|
|
|
6712
6773
|
name: "x-runtime-lib.select",
|
|
6713
6774
|
comp: Qs,
|
|
6714
6775
|
properties: {
|
|
6715
|
-
pageCommon: [y,
|
|
6716
|
-
compCommon: [y,
|
|
6776
|
+
pageCommon: [y, ro],
|
|
6777
|
+
compCommon: [y, ro]
|
|
6717
6778
|
},
|
|
6718
6779
|
leaf: !0
|
|
6719
6780
|
};
|
|
6720
6781
|
I(ka);
|
|
6721
|
-
const
|
|
6722
|
-
|
|
6723
|
-
|
|
6724
|
-
const
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
const
|
|
6728
|
-
|
|
6729
|
-
|
|
6730
|
-
const
|
|
6782
|
+
const dn = D(Z);
|
|
6783
|
+
dn.key = "color";
|
|
6784
|
+
dn.name = "x-runtime-lib.color";
|
|
6785
|
+
const fn = D(Z);
|
|
6786
|
+
fn.key = "trackColor";
|
|
6787
|
+
fn.name = "x-runtime-lib.trackColor";
|
|
6788
|
+
const yn = D(Z);
|
|
6789
|
+
yn.key = "thumbColor";
|
|
6790
|
+
yn.name = "x-runtime-lib.thumbColor";
|
|
6791
|
+
const so = {
|
|
6731
6792
|
key: "settings",
|
|
6732
6793
|
name: "x-runtime-lib.settings",
|
|
6733
6794
|
children: [
|
|
@@ -6832,11 +6893,11 @@ const eo = {
|
|
|
6832
6893
|
ui: "switch",
|
|
6833
6894
|
default: !1
|
|
6834
6895
|
},
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6896
|
+
dn,
|
|
6897
|
+
fn,
|
|
6898
|
+
yn
|
|
6838
6899
|
]
|
|
6839
|
-
},
|
|
6900
|
+
}, lo = {
|
|
6840
6901
|
key: "slots",
|
|
6841
6902
|
name: "x-runtime-lib.slots",
|
|
6842
6903
|
children: [
|
|
@@ -6858,13 +6919,13 @@ const eo = {
|
|
|
6858
6919
|
name: "x-runtime-lib.slider",
|
|
6859
6920
|
comp: el,
|
|
6860
6921
|
properties: {
|
|
6861
|
-
pageCommon: [y,
|
|
6862
|
-
compCommon: [y,
|
|
6922
|
+
pageCommon: [y, so, lo],
|
|
6923
|
+
compCommon: [y, so, lo]
|
|
6863
6924
|
},
|
|
6864
6925
|
leaf: !0
|
|
6865
6926
|
};
|
|
6866
6927
|
I(wa);
|
|
6867
|
-
const
|
|
6928
|
+
const jt = {
|
|
6868
6929
|
key: "common_stepper_header_v1",
|
|
6869
6930
|
name: "x-runtime-lib.stepperHeader",
|
|
6870
6931
|
comp: il,
|
|
@@ -6873,8 +6934,8 @@ const Rt = {
|
|
|
6873
6934
|
compCommon: [y]
|
|
6874
6935
|
}
|
|
6875
6936
|
};
|
|
6876
|
-
I(
|
|
6877
|
-
const
|
|
6937
|
+
I(jt);
|
|
6938
|
+
const ao = {
|
|
6878
6939
|
key: "settings",
|
|
6879
6940
|
name: "x-runtime-lib.settings",
|
|
6880
6941
|
children: [
|
|
@@ -6885,17 +6946,17 @@ const no = {
|
|
|
6885
6946
|
default: ""
|
|
6886
6947
|
}
|
|
6887
6948
|
]
|
|
6888
|
-
},
|
|
6949
|
+
}, Gt = {
|
|
6889
6950
|
key: "common_stepper_item_v1",
|
|
6890
6951
|
name: "x-runtime-lib.stepperItem",
|
|
6891
6952
|
comp: rl,
|
|
6892
6953
|
properties: {
|
|
6893
|
-
pageCommon: [y,
|
|
6894
|
-
compCommon: [y,
|
|
6954
|
+
pageCommon: [y, ao],
|
|
6955
|
+
compCommon: [y, ao]
|
|
6895
6956
|
}
|
|
6896
6957
|
};
|
|
6897
|
-
I(
|
|
6898
|
-
const
|
|
6958
|
+
I(Gt);
|
|
6959
|
+
const Ht = {
|
|
6899
6960
|
key: "common_stepper_window_v1",
|
|
6900
6961
|
name: "x-runtime-lib.stepperWindow",
|
|
6901
6962
|
comp: al,
|
|
@@ -6904,8 +6965,8 @@ const Dt = {
|
|
|
6904
6965
|
compCommon: [y]
|
|
6905
6966
|
}
|
|
6906
6967
|
};
|
|
6907
|
-
I(
|
|
6908
|
-
const
|
|
6968
|
+
I(Ht);
|
|
6969
|
+
const co = {
|
|
6909
6970
|
key: "settings",
|
|
6910
6971
|
name: "x-runtime-lib.settings",
|
|
6911
6972
|
children: [
|
|
@@ -6916,29 +6977,29 @@ const oo = {
|
|
|
6916
6977
|
default: ""
|
|
6917
6978
|
}
|
|
6918
6979
|
]
|
|
6919
|
-
},
|
|
6980
|
+
}, Ut = {
|
|
6920
6981
|
key: "common_stepper_window_item_v1",
|
|
6921
6982
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6922
6983
|
comp: cl,
|
|
6923
6984
|
properties: {
|
|
6924
|
-
pageCommon: [y,
|
|
6925
|
-
compCommon: [y,
|
|
6985
|
+
pageCommon: [y, co],
|
|
6986
|
+
compCommon: [y, co]
|
|
6926
6987
|
}
|
|
6927
6988
|
};
|
|
6928
|
-
I(
|
|
6989
|
+
I(Ut);
|
|
6929
6990
|
function Ia(t, n) {
|
|
6930
6991
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6931
6992
|
if (!o) {
|
|
6932
6993
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
6933
6994
|
return;
|
|
6934
6995
|
}
|
|
6935
|
-
const s =
|
|
6996
|
+
const s = Jt.properties[o];
|
|
6936
6997
|
if (!s) {
|
|
6937
6998
|
console.error(`stepperV1/spawn properties not found, ${e}`);
|
|
6938
6999
|
return;
|
|
6939
7000
|
}
|
|
6940
7001
|
const r = E();
|
|
6941
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
7002
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Jt.key;
|
|
6942
7003
|
const l = Sa(t, n), c = Ca(t, n);
|
|
6943
7004
|
return {
|
|
6944
7005
|
nodeLite: A(r, [l.nodeLite, c.nodeLite]),
|
|
@@ -6955,14 +7016,14 @@ function Sa(t, n) {
|
|
|
6955
7016
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
6956
7017
|
return;
|
|
6957
7018
|
}
|
|
6958
|
-
const s =
|
|
7019
|
+
const s = jt.properties[o];
|
|
6959
7020
|
if (!s) {
|
|
6960
7021
|
console.error(`stepperV1/spawnHeader properties not found, ${e}`);
|
|
6961
7022
|
return;
|
|
6962
7023
|
}
|
|
6963
7024
|
const r = E();
|
|
6964
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
6965
|
-
const l =
|
|
7025
|
+
M(r, s), r.basic.id = T(16), r.basic.key = jt.key;
|
|
7026
|
+
const l = It(t, n, "step1"), c = It(t, n, "step2"), u = It(t, n, "step3");
|
|
6966
7027
|
return {
|
|
6967
7028
|
nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
6968
7029
|
nodes: {
|
|
@@ -6973,19 +7034,19 @@ function Sa(t, n) {
|
|
|
6973
7034
|
}
|
|
6974
7035
|
};
|
|
6975
7036
|
}
|
|
6976
|
-
function
|
|
7037
|
+
function It(t, n, e) {
|
|
6977
7038
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
6978
7039
|
if (!s) {
|
|
6979
7040
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
6980
7041
|
return;
|
|
6981
7042
|
}
|
|
6982
|
-
const r =
|
|
7043
|
+
const r = Gt.properties[s];
|
|
6983
7044
|
if (!r) {
|
|
6984
7045
|
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
6985
7046
|
return;
|
|
6986
7047
|
}
|
|
6987
7048
|
const l = E();
|
|
6988
|
-
return M(l, r), l.basic.id = T(16), l.basic.key =
|
|
7049
|
+
return M(l, r), l.basic.id = T(16), l.basic.key = Gt.key, l.settings.value = e, {
|
|
6989
7050
|
nodeLite: A(l, []),
|
|
6990
7051
|
nodes: {
|
|
6991
7052
|
[l.basic.id]: l
|
|
@@ -6998,14 +7059,14 @@ function Ca(t, n) {
|
|
|
6998
7059
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
6999
7060
|
return;
|
|
7000
7061
|
}
|
|
7001
|
-
const s =
|
|
7062
|
+
const s = Ht.properties[o];
|
|
7002
7063
|
if (!s) {
|
|
7003
7064
|
console.error(`stepperV1/spawnWindow properties not found, ${e}`);
|
|
7004
7065
|
return;
|
|
7005
7066
|
}
|
|
7006
7067
|
const r = E();
|
|
7007
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
7008
|
-
const l =
|
|
7068
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Ht.key;
|
|
7069
|
+
const l = St(t, n, "step1", "step 1"), c = St(t, n, "step2", "step 2"), u = St(t, n, "step3", "step 3");
|
|
7009
7070
|
return {
|
|
7010
7071
|
nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7011
7072
|
nodes: {
|
|
@@ -7016,7 +7077,7 @@ function Ca(t, n) {
|
|
|
7016
7077
|
}
|
|
7017
7078
|
};
|
|
7018
7079
|
}
|
|
7019
|
-
function
|
|
7080
|
+
function St(t, n, e, o) {
|
|
7020
7081
|
const s = `type=${t} subtype=${n}`, r = B(t, n);
|
|
7021
7082
|
if (!r) {
|
|
7022
7083
|
console.error(
|
|
@@ -7024,7 +7085,7 @@ function _t(t, n, e, o) {
|
|
|
7024
7085
|
);
|
|
7025
7086
|
return;
|
|
7026
7087
|
}
|
|
7027
|
-
const l =
|
|
7088
|
+
const l = Ut.properties[r];
|
|
7028
7089
|
if (!l) {
|
|
7029
7090
|
console.error(
|
|
7030
7091
|
`stepperV1/spawnWindowItem properties not found, ${s}`
|
|
@@ -7032,7 +7093,7 @@ function _t(t, n, e, o) {
|
|
|
7032
7093
|
return;
|
|
7033
7094
|
}
|
|
7034
7095
|
const c = E();
|
|
7035
|
-
M(c, l), c.basic.id = T(16), c.basic.key =
|
|
7096
|
+
M(c, l), c.basic.id = T(16), c.basic.key = Ut.key, c.settings.value = e;
|
|
7036
7097
|
const u = $a(t, n, o);
|
|
7037
7098
|
return {
|
|
7038
7099
|
nodeLite: A(c, [u.nodeLite]),
|
|
@@ -7061,7 +7122,7 @@ function $a(t, n, e) {
|
|
|
7061
7122
|
}
|
|
7062
7123
|
};
|
|
7063
7124
|
}
|
|
7064
|
-
const
|
|
7125
|
+
const uo = {
|
|
7065
7126
|
key: "settings",
|
|
7066
7127
|
name: "x-runtime-lib.settings",
|
|
7067
7128
|
children: [
|
|
@@ -7078,17 +7139,17 @@ const io = {
|
|
|
7078
7139
|
default: !1
|
|
7079
7140
|
}
|
|
7080
7141
|
]
|
|
7081
|
-
},
|
|
7142
|
+
}, Jt = {
|
|
7082
7143
|
key: "common_stepper_v1",
|
|
7083
7144
|
name: "x-runtime-lib.stepper",
|
|
7084
7145
|
comp: tl,
|
|
7085
7146
|
properties: {
|
|
7086
|
-
pageCommon: [y,
|
|
7087
|
-
compCommon: [y,
|
|
7147
|
+
pageCommon: [y, uo],
|
|
7148
|
+
compCommon: [y, uo]
|
|
7088
7149
|
},
|
|
7089
7150
|
spawn: Ia
|
|
7090
7151
|
};
|
|
7091
|
-
I(
|
|
7152
|
+
I(Jt);
|
|
7092
7153
|
const Va = {
|
|
7093
7154
|
key: "common_switch_v1",
|
|
7094
7155
|
name: "x-runtime-lib.switch",
|
|
@@ -7100,7 +7161,7 @@ const Va = {
|
|
|
7100
7161
|
leaf: !0
|
|
7101
7162
|
};
|
|
7102
7163
|
I(Va);
|
|
7103
|
-
const
|
|
7164
|
+
const mo = {
|
|
7104
7165
|
key: "settings",
|
|
7105
7166
|
name: "x-runtime-lib.settings",
|
|
7106
7167
|
children: [
|
|
@@ -7117,31 +7178,31 @@ const ro = {
|
|
|
7117
7178
|
default: ""
|
|
7118
7179
|
}
|
|
7119
7180
|
]
|
|
7120
|
-
},
|
|
7181
|
+
}, qt = {
|
|
7121
7182
|
key: "common_tab_v1",
|
|
7122
7183
|
name: "x-runtime-lib.tab",
|
|
7123
7184
|
comp: ml,
|
|
7124
7185
|
properties: {
|
|
7125
|
-
pageCommon: [y,
|
|
7126
|
-
compCommon: [y,
|
|
7186
|
+
pageCommon: [y, mo],
|
|
7187
|
+
compCommon: [y, mo]
|
|
7127
7188
|
},
|
|
7128
7189
|
leaf: !0
|
|
7129
7190
|
};
|
|
7130
|
-
I(
|
|
7191
|
+
I(qt);
|
|
7131
7192
|
function Pa(t, n) {
|
|
7132
7193
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7133
7194
|
if (!o) {
|
|
7134
7195
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
7135
7196
|
return;
|
|
7136
7197
|
}
|
|
7137
|
-
const s =
|
|
7198
|
+
const s = Xt.properties[o];
|
|
7138
7199
|
if (!s) {
|
|
7139
7200
|
console.error(`tabsV1/spawn properties not found, ${e}`);
|
|
7140
7201
|
return;
|
|
7141
7202
|
}
|
|
7142
7203
|
const r = E();
|
|
7143
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
7144
|
-
const l =
|
|
7204
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Xt.key;
|
|
7205
|
+
const l = Ct(t, n, "tab1", "tab 1"), c = Ct(t, n, "tab2", "tab 2"), u = Ct(t, n, "tab3", "tab 3");
|
|
7145
7206
|
return {
|
|
7146
7207
|
nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7147
7208
|
nodes: {
|
|
@@ -7152,35 +7213,35 @@ function Pa(t, n) {
|
|
|
7152
7213
|
}
|
|
7153
7214
|
};
|
|
7154
7215
|
}
|
|
7155
|
-
function
|
|
7216
|
+
function Ct(t, n, e, o) {
|
|
7156
7217
|
const s = `type=${t} subtype=${n}`, r = B(t, n);
|
|
7157
7218
|
if (!r) {
|
|
7158
7219
|
console.error(`tabsV1/spawnTab property tag not found, ${s}`);
|
|
7159
7220
|
return;
|
|
7160
7221
|
}
|
|
7161
|
-
const l =
|
|
7222
|
+
const l = qt.properties[r];
|
|
7162
7223
|
if (!l) {
|
|
7163
7224
|
console.error(`tabsV1/spawnTab properties not found, ${s}`);
|
|
7164
7225
|
return;
|
|
7165
7226
|
}
|
|
7166
7227
|
const c = E();
|
|
7167
|
-
return M(c, l), c.basic.id = T(16), c.basic.key =
|
|
7228
|
+
return M(c, l), c.basic.id = T(16), c.basic.key = qt.key, c.settings.value = e, c.settings.text = o, {
|
|
7168
7229
|
nodeLite: A(c),
|
|
7169
7230
|
nodes: {
|
|
7170
7231
|
[c.basic.id]: c
|
|
7171
7232
|
}
|
|
7172
7233
|
};
|
|
7173
7234
|
}
|
|
7174
|
-
const
|
|
7175
|
-
|
|
7176
|
-
|
|
7177
|
-
const
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
const
|
|
7181
|
-
|
|
7182
|
-
|
|
7183
|
-
const
|
|
7235
|
+
const bn = D(Z);
|
|
7236
|
+
bn.key = "backgroundColor";
|
|
7237
|
+
bn.name = "x-runtime-lib.backgroundColor";
|
|
7238
|
+
const gn = D(Z);
|
|
7239
|
+
gn.key = "selectedColor";
|
|
7240
|
+
gn.name = "x-runtime-lib.selectedColor";
|
|
7241
|
+
const hn = D(Z);
|
|
7242
|
+
hn.key = "sliderColor";
|
|
7243
|
+
hn.name = "x-runtime-lib.sliderColor";
|
|
7244
|
+
const po = {
|
|
7184
7245
|
key: "settings",
|
|
7185
7246
|
name: "x-runtime-lib.settings",
|
|
7186
7247
|
children: [
|
|
@@ -7256,21 +7317,21 @@ const so = {
|
|
|
7256
7317
|
{
|
|
7257
7318
|
key: "color",
|
|
7258
7319
|
name: "x-runtime-lib.color",
|
|
7259
|
-
children: [
|
|
7320
|
+
children: [bn, gn, hn]
|
|
7260
7321
|
}
|
|
7261
7322
|
]
|
|
7262
|
-
},
|
|
7323
|
+
}, Xt = {
|
|
7263
7324
|
key: "common_tabs_v1",
|
|
7264
7325
|
name: "x-runtime-lib.tabs",
|
|
7265
7326
|
comp: pl,
|
|
7266
7327
|
properties: {
|
|
7267
|
-
pageCommon: [y,
|
|
7268
|
-
compCommon: [y,
|
|
7328
|
+
pageCommon: [y, po],
|
|
7329
|
+
compCommon: [y, po]
|
|
7269
7330
|
},
|
|
7270
7331
|
spawn: Pa
|
|
7271
7332
|
};
|
|
7272
|
-
I(
|
|
7273
|
-
function
|
|
7333
|
+
I(Xt);
|
|
7334
|
+
function La(t, n) {
|
|
7274
7335
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7275
7336
|
if (!o) {
|
|
7276
7337
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
@@ -7289,7 +7350,7 @@ function za(t, n) {
|
|
|
7289
7350
|
}
|
|
7290
7351
|
};
|
|
7291
7352
|
}
|
|
7292
|
-
const
|
|
7353
|
+
const fo = {
|
|
7293
7354
|
key: "settings",
|
|
7294
7355
|
name: "x-runtime-lib.settings",
|
|
7295
7356
|
children: [
|
|
@@ -7380,33 +7441,33 @@ const lo = {
|
|
|
7380
7441
|
name: "x-runtime-lib.text",
|
|
7381
7442
|
comp: dl,
|
|
7382
7443
|
properties: {
|
|
7383
|
-
pageCommon: [y,
|
|
7384
|
-
compCommon: [y,
|
|
7444
|
+
pageCommon: [y, fo],
|
|
7445
|
+
compCommon: [y, fo]
|
|
7385
7446
|
},
|
|
7386
7447
|
leaf: !0,
|
|
7387
|
-
spawn:
|
|
7448
|
+
spawn: La
|
|
7388
7449
|
};
|
|
7389
7450
|
I(Se);
|
|
7390
|
-
function
|
|
7451
|
+
function za(t, n) {
|
|
7391
7452
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7392
7453
|
if (!o) {
|
|
7393
7454
|
console.error(`textareaV1/spawn property tag not found, ${e}`);
|
|
7394
7455
|
return;
|
|
7395
7456
|
}
|
|
7396
|
-
const s =
|
|
7457
|
+
const s = Yt.properties[o];
|
|
7397
7458
|
if (!s) {
|
|
7398
7459
|
console.error(`textareaV1/spawn properties not found, ${e}`);
|
|
7399
7460
|
return;
|
|
7400
7461
|
}
|
|
7401
7462
|
const r = E();
|
|
7402
|
-
return M(r, s), r.basic.id = T(16), r.basic.key =
|
|
7463
|
+
return M(r, s), r.basic.id = T(16), r.basic.key = Yt.key, r.settings.label = "label", {
|
|
7403
7464
|
nodeLite: A(r),
|
|
7404
7465
|
nodes: {
|
|
7405
7466
|
[r.basic.id]: r
|
|
7406
7467
|
}
|
|
7407
7468
|
};
|
|
7408
7469
|
}
|
|
7409
|
-
const
|
|
7470
|
+
const yo = {
|
|
7410
7471
|
key: "settings",
|
|
7411
7472
|
name: "x-runtime-lib.settings",
|
|
7412
7473
|
children: [
|
|
@@ -7477,19 +7538,19 @@ const ao = {
|
|
|
7477
7538
|
default: 0
|
|
7478
7539
|
}
|
|
7479
7540
|
]
|
|
7480
|
-
},
|
|
7541
|
+
}, Yt = {
|
|
7481
7542
|
key: "common_textarea_v1",
|
|
7482
7543
|
name: "x-runtime-lib.textarea",
|
|
7483
7544
|
comp: fl,
|
|
7484
7545
|
properties: {
|
|
7485
|
-
pageCommon: [y,
|
|
7486
|
-
compCommon: [y,
|
|
7546
|
+
pageCommon: [y, yo],
|
|
7547
|
+
compCommon: [y, yo]
|
|
7487
7548
|
},
|
|
7488
7549
|
leaf: !0,
|
|
7489
|
-
spawn:
|
|
7550
|
+
spawn: za
|
|
7490
7551
|
};
|
|
7491
|
-
I(
|
|
7492
|
-
const
|
|
7552
|
+
I(Yt);
|
|
7553
|
+
const Zt = {
|
|
7493
7554
|
key: "common_timeline_item_v1",
|
|
7494
7555
|
name: "x-runtime-lib.timelineItem",
|
|
7495
7556
|
comp: _l,
|
|
@@ -7498,21 +7559,21 @@ const Ht = {
|
|
|
7498
7559
|
compCommon: [y]
|
|
7499
7560
|
}
|
|
7500
7561
|
};
|
|
7501
|
-
I(
|
|
7562
|
+
I(Zt);
|
|
7502
7563
|
function Ta(t, n) {
|
|
7503
7564
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7504
7565
|
if (!o) {
|
|
7505
7566
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
7506
7567
|
return;
|
|
7507
7568
|
}
|
|
7508
|
-
const s =
|
|
7569
|
+
const s = Qt.properties[o];
|
|
7509
7570
|
if (!s) {
|
|
7510
7571
|
console.error(`timelineV1/spawn properties not found, ${e}`);
|
|
7511
7572
|
return;
|
|
7512
7573
|
}
|
|
7513
7574
|
const r = E();
|
|
7514
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
7515
|
-
const l =
|
|
7575
|
+
M(r, s), r.basic.id = T(16), r.basic.key = Qt.key;
|
|
7576
|
+
const l = $t(t, n, "timeline 1"), c = $t(t, n, "timeline 2"), u = $t(t, n, "timeline 3");
|
|
7516
7577
|
return {
|
|
7517
7578
|
nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7518
7579
|
nodes: {
|
|
@@ -7523,19 +7584,19 @@ function Ta(t, n) {
|
|
|
7523
7584
|
}
|
|
7524
7585
|
};
|
|
7525
7586
|
}
|
|
7526
|
-
function
|
|
7587
|
+
function $t(t, n, e) {
|
|
7527
7588
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7528
7589
|
if (!s) {
|
|
7529
7590
|
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
7530
7591
|
return;
|
|
7531
7592
|
}
|
|
7532
|
-
const r =
|
|
7593
|
+
const r = Zt.properties[s];
|
|
7533
7594
|
if (!r) {
|
|
7534
7595
|
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
7535
7596
|
return;
|
|
7536
7597
|
}
|
|
7537
7598
|
const l = E();
|
|
7538
|
-
M(l, r), l.basic.id = T(16), l.basic.key =
|
|
7599
|
+
M(l, r), l.basic.id = T(16), l.basic.key = Zt.key;
|
|
7539
7600
|
const c = Ea(t, n, e);
|
|
7540
7601
|
return {
|
|
7541
7602
|
nodeLite: A(l, [c.nodeLite]),
|
|
@@ -7564,7 +7625,7 @@ function Ea(t, n, e) {
|
|
|
7564
7625
|
}
|
|
7565
7626
|
};
|
|
7566
7627
|
}
|
|
7567
|
-
const Aa = D(Z), Ma = D(Z),
|
|
7628
|
+
const Aa = D(Z), Ma = D(Z), bo = {
|
|
7568
7629
|
key: "settings",
|
|
7569
7630
|
name: "x-runtime-lib.settings",
|
|
7570
7631
|
children: [
|
|
@@ -7642,18 +7703,18 @@ const Aa = D(Z), Ma = D(Z), co = {
|
|
|
7642
7703
|
]
|
|
7643
7704
|
}
|
|
7644
7705
|
]
|
|
7645
|
-
},
|
|
7706
|
+
}, Qt = {
|
|
7646
7707
|
key: "common_timeline_v1",
|
|
7647
7708
|
name: "x-runtime-lib.timeline",
|
|
7648
7709
|
comp: bl,
|
|
7649
7710
|
properties: {
|
|
7650
|
-
pageCommon: [y,
|
|
7651
|
-
compCommon: [y,
|
|
7711
|
+
pageCommon: [y, bo],
|
|
7712
|
+
compCommon: [y, bo]
|
|
7652
7713
|
},
|
|
7653
7714
|
spawn: Ta
|
|
7654
7715
|
};
|
|
7655
|
-
I(
|
|
7656
|
-
const
|
|
7716
|
+
I(Qt);
|
|
7717
|
+
const en = {
|
|
7657
7718
|
key: "common_window_item_v1",
|
|
7658
7719
|
name: "x-runtime-lib.windowItem",
|
|
7659
7720
|
comp: wl,
|
|
@@ -7662,21 +7723,21 @@ const Jt = {
|
|
|
7662
7723
|
compCommon: [y]
|
|
7663
7724
|
}
|
|
7664
7725
|
};
|
|
7665
|
-
I(
|
|
7726
|
+
I(en);
|
|
7666
7727
|
function Wa(t, n) {
|
|
7667
7728
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7668
7729
|
if (!o) {
|
|
7669
7730
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
7670
7731
|
return;
|
|
7671
7732
|
}
|
|
7672
|
-
const s =
|
|
7733
|
+
const s = tn.properties[o];
|
|
7673
7734
|
if (!s) {
|
|
7674
7735
|
console.error(`windowV1/spawn properties not found, ${e}`);
|
|
7675
7736
|
return;
|
|
7676
7737
|
}
|
|
7677
7738
|
const r = E();
|
|
7678
|
-
M(r, s), r.basic.id = T(16), r.basic.key =
|
|
7679
|
-
const l =
|
|
7739
|
+
M(r, s), r.basic.id = T(16), r.basic.key = tn.key;
|
|
7740
|
+
const l = Vt(t, n, "window 1"), c = Vt(t, n, "window 2"), u = Vt(t, n, "window 3");
|
|
7680
7741
|
return {
|
|
7681
7742
|
nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7682
7743
|
nodes: {
|
|
@@ -7687,19 +7748,19 @@ function Wa(t, n) {
|
|
|
7687
7748
|
}
|
|
7688
7749
|
};
|
|
7689
7750
|
}
|
|
7690
|
-
function
|
|
7751
|
+
function Vt(t, n, e) {
|
|
7691
7752
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
7692
7753
|
if (!s) {
|
|
7693
7754
|
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
7694
7755
|
return;
|
|
7695
7756
|
}
|
|
7696
|
-
const r =
|
|
7757
|
+
const r = en.properties[s];
|
|
7697
7758
|
if (!r) {
|
|
7698
7759
|
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
7699
7760
|
return;
|
|
7700
7761
|
}
|
|
7701
7762
|
const l = E();
|
|
7702
|
-
M(l, r), l.basic.id = T(16), l.basic.key =
|
|
7763
|
+
M(l, r), l.basic.id = T(16), l.basic.key = en.key;
|
|
7703
7764
|
const c = Ba(t, n, e);
|
|
7704
7765
|
return {
|
|
7705
7766
|
nodeLite: A(l, [c.nodeLite]),
|
|
@@ -7752,7 +7813,7 @@ function Ra(t, n, e) {
|
|
|
7752
7813
|
}
|
|
7753
7814
|
};
|
|
7754
7815
|
}
|
|
7755
|
-
const
|
|
7816
|
+
const go = {
|
|
7756
7817
|
key: "settings",
|
|
7757
7818
|
name: "x-runtime-lib.settings",
|
|
7758
7819
|
children: [
|
|
@@ -7800,18 +7861,18 @@ const uo = {
|
|
|
7800
7861
|
default: !1
|
|
7801
7862
|
}
|
|
7802
7863
|
]
|
|
7803
|
-
},
|
|
7864
|
+
}, tn = {
|
|
7804
7865
|
key: "common_window_v1",
|
|
7805
7866
|
name: "x-runtime-lib.window",
|
|
7806
7867
|
comp: vl,
|
|
7807
7868
|
properties: {
|
|
7808
|
-
pageCommon: [y,
|
|
7809
|
-
compCommon: [y,
|
|
7869
|
+
pageCommon: [y, go],
|
|
7870
|
+
compCommon: [y, go]
|
|
7810
7871
|
},
|
|
7811
7872
|
spawn: Wa
|
|
7812
7873
|
};
|
|
7813
|
-
I(
|
|
7814
|
-
const
|
|
7874
|
+
I(tn);
|
|
7875
|
+
const nt = {
|
|
7815
7876
|
key: "settings",
|
|
7816
7877
|
name: "x-runtime-lib.settings",
|
|
7817
7878
|
children: [
|
|
@@ -7822,7 +7883,7 @@ const mo = {
|
|
|
7822
7883
|
default: void 0
|
|
7823
7884
|
}
|
|
7824
7885
|
]
|
|
7825
|
-
},
|
|
7886
|
+
}, ot = {
|
|
7826
7887
|
key: "instances",
|
|
7827
7888
|
name: "x-runtime-lib.instances",
|
|
7828
7889
|
ui: "strInput",
|
|
@@ -7834,13 +7895,15 @@ const mo = {
|
|
|
7834
7895
|
name: "x-runtime-lib.multipleRef",
|
|
7835
7896
|
comp: Sl,
|
|
7836
7897
|
properties: {
|
|
7837
|
-
pageCommon: [y,
|
|
7838
|
-
compCommon: [y,
|
|
7898
|
+
pageCommon: [y, q, nt, ot],
|
|
7899
|
+
compCommon: [y, q, nt, ot],
|
|
7900
|
+
pageScene: [y, nt, ot],
|
|
7901
|
+
compScene: [y, nt, ot]
|
|
7839
7902
|
},
|
|
7840
7903
|
leaf: !0
|
|
7841
7904
|
};
|
|
7842
7905
|
I(Ka);
|
|
7843
|
-
const
|
|
7906
|
+
const it = {
|
|
7844
7907
|
key: "settings",
|
|
7845
7908
|
name: "x-runtime-lib.settings",
|
|
7846
7909
|
children: [
|
|
@@ -7857,7 +7920,7 @@ const fo = {
|
|
|
7857
7920
|
default: void 0
|
|
7858
7921
|
}
|
|
7859
7922
|
]
|
|
7860
|
-
},
|
|
7923
|
+
}, rt = {
|
|
7861
7924
|
key: "instances",
|
|
7862
7925
|
name: "x-runtime-lib.instances",
|
|
7863
7926
|
ui: "strInput",
|
|
@@ -7869,13 +7932,15 @@ const fo = {
|
|
|
7869
7932
|
name: "x-runtime-lib.multipleSlot",
|
|
7870
7933
|
comp: $l,
|
|
7871
7934
|
properties: {
|
|
7872
|
-
pageCommon: [y,
|
|
7873
|
-
compCommon: [y,
|
|
7935
|
+
pageCommon: [y, q, it, rt],
|
|
7936
|
+
compCommon: [y, q, it, rt],
|
|
7937
|
+
pageScene: [y, it, rt],
|
|
7938
|
+
compScene: [y, it, rt]
|
|
7874
7939
|
},
|
|
7875
7940
|
leaf: !0
|
|
7876
7941
|
};
|
|
7877
7942
|
I(Da);
|
|
7878
|
-
const
|
|
7943
|
+
const st = {
|
|
7879
7944
|
key: "settings",
|
|
7880
7945
|
name: "x-runtime-lib.settings",
|
|
7881
7946
|
children: [
|
|
@@ -7891,13 +7956,15 @@ const bo = {
|
|
|
7891
7956
|
name: "x-runtime-lib.reference",
|
|
7892
7957
|
comp: Vl,
|
|
7893
7958
|
properties: {
|
|
7894
|
-
pageCommon: [y,
|
|
7895
|
-
compCommon: [y,
|
|
7959
|
+
pageCommon: [y, q, st],
|
|
7960
|
+
compCommon: [y, q, st],
|
|
7961
|
+
pageScene: [y, st],
|
|
7962
|
+
compScene: [y, st]
|
|
7896
7963
|
},
|
|
7897
7964
|
leaf: !0
|
|
7898
7965
|
};
|
|
7899
7966
|
I(Oa);
|
|
7900
|
-
const
|
|
7967
|
+
const ho = {
|
|
7901
7968
|
key: "settings",
|
|
7902
7969
|
name: "x-runtime-lib.settings",
|
|
7903
7970
|
children: [
|
|
@@ -7913,12 +7980,12 @@ const go = {
|
|
|
7913
7980
|
name: "x-runtime-lib.renderSwitch",
|
|
7914
7981
|
comp: Pl,
|
|
7915
7982
|
properties: {
|
|
7916
|
-
pageCommon: [y,
|
|
7917
|
-
compCommon: [y,
|
|
7983
|
+
pageCommon: [y, ho],
|
|
7984
|
+
compCommon: [y, ho]
|
|
7918
7985
|
}
|
|
7919
7986
|
};
|
|
7920
7987
|
I(Fa);
|
|
7921
|
-
const
|
|
7988
|
+
const lt = {
|
|
7922
7989
|
key: "settings",
|
|
7923
7990
|
name: "x-runtime-lib.settings",
|
|
7924
7991
|
children: [
|
|
@@ -7940,8 +8007,10 @@ const ho = {
|
|
|
7940
8007
|
name: "x-runtime-lib.slot",
|
|
7941
8008
|
comp: we,
|
|
7942
8009
|
properties: {
|
|
7943
|
-
pageCommon: [y,
|
|
7944
|
-
compCommon: [y,
|
|
8010
|
+
pageCommon: [y, q, lt],
|
|
8011
|
+
compCommon: [y, q, lt],
|
|
8012
|
+
pageScene: [y, lt],
|
|
8013
|
+
compScene: [y, lt]
|
|
7945
8014
|
},
|
|
7946
8015
|
leaf: !0
|
|
7947
8016
|
};
|
|
@@ -8221,7 +8290,7 @@ const Za = [
|
|
|
8221
8290
|
title: "x-runtime-lib.pixel",
|
|
8222
8291
|
value: "pixel",
|
|
8223
8292
|
ui: "pixelInput",
|
|
8224
|
-
validator:
|
|
8293
|
+
validator: bt,
|
|
8225
8294
|
default: "0px",
|
|
8226
8295
|
precision: 0,
|
|
8227
8296
|
min: 0,
|
|
@@ -8269,14 +8338,14 @@ const Za = [
|
|
|
8269
8338
|
title: "x-runtime-lib.pixel",
|
|
8270
8339
|
value: "pixel",
|
|
8271
8340
|
ui: "pixelInput",
|
|
8272
|
-
validator:
|
|
8341
|
+
validator: bt,
|
|
8273
8342
|
default: "0px"
|
|
8274
8343
|
},
|
|
8275
8344
|
{
|
|
8276
8345
|
title: "x-runtime-lib.percent",
|
|
8277
8346
|
value: "percent",
|
|
8278
8347
|
ui: "percentInput",
|
|
8279
|
-
validator:
|
|
8348
|
+
validator: rn,
|
|
8280
8349
|
precision: 6,
|
|
8281
8350
|
default: "0%"
|
|
8282
8351
|
}
|
|
@@ -8292,7 +8361,7 @@ const Za = [
|
|
|
8292
8361
|
title: "x-runtime-lib.pixel",
|
|
8293
8362
|
value: "pixel",
|
|
8294
8363
|
ui: "pixelInput",
|
|
8295
|
-
validator:
|
|
8364
|
+
validator: bt,
|
|
8296
8365
|
min: 0,
|
|
8297
8366
|
default: "0px"
|
|
8298
8367
|
},
|
|
@@ -8300,7 +8369,7 @@ const Za = [
|
|
|
8300
8369
|
title: "x-runtime-lib.percent",
|
|
8301
8370
|
value: "percent",
|
|
8302
8371
|
ui: "percentInput",
|
|
8303
|
-
validator:
|
|
8372
|
+
validator: rn,
|
|
8304
8373
|
precision: 6,
|
|
8305
8374
|
min: 0,
|
|
8306
8375
|
default: "0%"
|
|
@@ -8317,7 +8386,7 @@ const Za = [
|
|
|
8317
8386
|
title: "x-runtime-lib.pixel",
|
|
8318
8387
|
value: "pixel",
|
|
8319
8388
|
ui: "pixelInput",
|
|
8320
|
-
validator:
|
|
8389
|
+
validator: bt,
|
|
8321
8390
|
min: 0,
|
|
8322
8391
|
default: "0px"
|
|
8323
8392
|
},
|
|
@@ -8325,7 +8394,7 @@ const Za = [
|
|
|
8325
8394
|
title: "x-runtime-lib.percent",
|
|
8326
8395
|
value: "percent",
|
|
8327
8396
|
ui: "percentInput",
|
|
8328
|
-
validator:
|
|
8397
|
+
validator: rn,
|
|
8329
8398
|
precision: 6,
|
|
8330
8399
|
min: 0,
|
|
8331
8400
|
default: "0%"
|
|
@@ -8359,7 +8428,7 @@ const Za = [
|
|
|
8359
8428
|
validator: (t) => t === "end",
|
|
8360
8429
|
default: "end"
|
|
8361
8430
|
}
|
|
8362
|
-
],
|
|
8431
|
+
], Lc = [
|
|
8363
8432
|
{
|
|
8364
8433
|
title: "x-runtime-lib.notSet",
|
|
8365
8434
|
value: "",
|
|
@@ -8381,7 +8450,7 @@ const Za = [
|
|
|
8381
8450
|
validator: (t) => t === "bottom",
|
|
8382
8451
|
default: "bottom"
|
|
8383
8452
|
}
|
|
8384
|
-
],
|
|
8453
|
+
], zc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8385
8454
|
__proto__: null,
|
|
8386
8455
|
borderWidthTypesV1: Ic,
|
|
8387
8456
|
leftRightTypesV1: Sc,
|
|
@@ -8389,7 +8458,7 @@ const Za = [
|
|
|
8389
8458
|
paddingTypesV1: $c,
|
|
8390
8459
|
sizeTypesV1: Vc,
|
|
8391
8460
|
tableColumnAlignTypesV1: Pc,
|
|
8392
|
-
topBottomTypesV1:
|
|
8461
|
+
topBottomTypesV1: Lc
|
|
8393
8462
|
}, Symbol.toStringTag, { value: "Module" })), Tc = [
|
|
8394
8463
|
{
|
|
8395
8464
|
key: "containment",
|
|
@@ -8657,7 +8726,7 @@ const Za = [
|
|
|
8657
8726
|
globalityKey: "globality_v1",
|
|
8658
8727
|
refKey: "ref_v1",
|
|
8659
8728
|
items: { ...wc },
|
|
8660
|
-
types: { ...
|
|
8729
|
+
types: { ...zc },
|
|
8661
8730
|
elements: /* @__PURE__ */ new Set([
|
|
8662
8731
|
"globality_v1",
|
|
8663
8732
|
"multiple_ref_v1",
|
|
@@ -8881,20 +8950,20 @@ function Pu(t) {
|
|
|
8881
8950
|
function Dc() {
|
|
8882
8951
|
return me(Fo);
|
|
8883
8952
|
}
|
|
8884
|
-
function
|
|
8953
|
+
function Lu(t) {
|
|
8885
8954
|
pe(No, t);
|
|
8886
8955
|
}
|
|
8887
|
-
function
|
|
8956
|
+
function X() {
|
|
8888
8957
|
return me(No);
|
|
8889
8958
|
}
|
|
8890
|
-
function
|
|
8891
|
-
pe(jo,
|
|
8959
|
+
function zu(t) {
|
|
8960
|
+
pe(jo, on(t));
|
|
8892
8961
|
}
|
|
8893
8962
|
function Re() {
|
|
8894
8963
|
return me(jo);
|
|
8895
8964
|
}
|
|
8896
8965
|
function Tu(t) {
|
|
8897
|
-
pe(Go,
|
|
8966
|
+
pe(Go, on(t));
|
|
8898
8967
|
}
|
|
8899
8968
|
function Ze() {
|
|
8900
8969
|
return me(Go);
|
|
@@ -8918,7 +8987,7 @@ function be() {
|
|
|
8918
8987
|
return me(Jo);
|
|
8919
8988
|
}
|
|
8920
8989
|
function Mu(t) {
|
|
8921
|
-
pe(qo,
|
|
8990
|
+
pe(qo, on(t));
|
|
8922
8991
|
}
|
|
8923
8992
|
function Oc() {
|
|
8924
8993
|
return me(qo);
|
|
@@ -8939,7 +9008,7 @@ function Oe(t) {
|
|
|
8939
9008
|
const n = [t.type];
|
|
8940
9009
|
return t.type === "elementProperty" ? n.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? n.push(t.propertyId) : t.type === "state" ? n.push(t.stateId) : console.assert(!1), n.join("/");
|
|
8941
9010
|
}
|
|
8942
|
-
function
|
|
9011
|
+
function at(t, n, e, o, s) {
|
|
8943
9012
|
const { watchEffect: r, bind: l } = n;
|
|
8944
9013
|
if (r[e])
|
|
8945
9014
|
for (const c of r[e]) {
|
|
@@ -8995,7 +9064,7 @@ function nt(t, n, e, o, s) {
|
|
|
8995
9064
|
if (se(d, b))
|
|
8996
9065
|
continue;
|
|
8997
9066
|
const g = D(f);
|
|
8998
|
-
|
|
9067
|
+
sn(g, p.subKeys, D(d)), p.type === "elementProperty" ? t.setElementProperty(
|
|
8999
9068
|
p.nodeId,
|
|
9000
9069
|
p.propertyKeys.split("."),
|
|
9001
9070
|
g
|
|
@@ -9262,7 +9331,7 @@ function Hc(t) {
|
|
|
9262
9331
|
} catch (c) {
|
|
9263
9332
|
var u = c, m = !0;
|
|
9264
9333
|
} finally {
|
|
9265
|
-
|
|
9334
|
+
Le(l, u, m);
|
|
9266
9335
|
}
|
|
9267
9336
|
}
|
|
9268
9337
|
}, r);
|
|
@@ -9277,7 +9346,7 @@ const Qo = ai({
|
|
|
9277
9346
|
baseUrl: "http://localhost/computebase/",
|
|
9278
9347
|
onError: (t) => {
|
|
9279
9348
|
const { i18n: n } = Ie;
|
|
9280
|
-
Po(
|
|
9349
|
+
Po(zi(n, t));
|
|
9281
9350
|
}
|
|
9282
9351
|
});
|
|
9283
9352
|
window.API_URL && (Qo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
@@ -9330,7 +9399,7 @@ function Xc(t) {
|
|
|
9330
9399
|
} catch (u) {
|
|
9331
9400
|
var m = u, d = !0;
|
|
9332
9401
|
} finally {
|
|
9333
|
-
|
|
9402
|
+
Le(c, m, d);
|
|
9334
9403
|
}
|
|
9335
9404
|
}
|
|
9336
9405
|
const s = n.getString(e), { kind: r, eventKey: l } = Gc(s);
|
|
@@ -9346,7 +9415,7 @@ function Xc(t) {
|
|
|
9346
9415
|
} catch (f) {
|
|
9347
9416
|
var b = f, g = !0;
|
|
9348
9417
|
} finally {
|
|
9349
|
-
|
|
9418
|
+
Le(p, b, g);
|
|
9350
9419
|
}
|
|
9351
9420
|
}
|
|
9352
9421
|
{
|
|
@@ -9359,13 +9428,13 @@ function Xc(t) {
|
|
|
9359
9428
|
} catch (h) {
|
|
9360
9429
|
var v = h, S = !0;
|
|
9361
9430
|
} finally {
|
|
9362
|
-
|
|
9431
|
+
Le(_, v, S);
|
|
9363
9432
|
}
|
|
9364
9433
|
}
|
|
9365
|
-
} catch (
|
|
9366
|
-
var R =
|
|
9434
|
+
} catch (L) {
|
|
9435
|
+
var R = L, O = !0;
|
|
9367
9436
|
} finally {
|
|
9368
|
-
|
|
9437
|
+
Le($, R, O);
|
|
9369
9438
|
}
|
|
9370
9439
|
}
|
|
9371
9440
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
@@ -9631,7 +9700,7 @@ class eu {
|
|
|
9631
9700
|
return;
|
|
9632
9701
|
}
|
|
9633
9702
|
const r = ke(s, e);
|
|
9634
|
-
se(o, r) || (
|
|
9703
|
+
se(o, r) || (sn(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9635
9704
|
s.basic.id,
|
|
9636
9705
|
e,
|
|
9637
9706
|
o,
|
|
@@ -9712,28 +9781,28 @@ class eu {
|
|
|
9712
9781
|
}
|
|
9713
9782
|
}
|
|
9714
9783
|
function Ke(t, n, e, o, s) {
|
|
9715
|
-
const r = Kc(), l = Dc(), c =
|
|
9784
|
+
const r = Kc(), l = Dc(), c = X(), u = xe(), m = Re(), d = Ze(), p = Fc(), f = (S, $, L, R) => {
|
|
9716
9785
|
if (ee(c)) {
|
|
9717
9786
|
if (se($, ["settings", "slot"])) {
|
|
9718
9787
|
const O = t.value?.view.nodeLites.find(
|
|
9719
9788
|
(N) => N.id === S
|
|
9720
9789
|
);
|
|
9721
|
-
O ? O.slotId =
|
|
9790
|
+
O ? O.slotId = L : console.assert(!1);
|
|
9722
9791
|
}
|
|
9723
9792
|
if (se($, ["settings", "comp"])) {
|
|
9724
9793
|
const O = t.value?.view.nodeLites.find(
|
|
9725
9794
|
(N) => N.id === S
|
|
9726
9795
|
);
|
|
9727
|
-
O ? O.compId =
|
|
9796
|
+
O ? O.compId = L : console.assert(!1);
|
|
9728
9797
|
}
|
|
9729
9798
|
if (v.callFunction(
|
|
9730
9799
|
"__triggerEventV1__",
|
|
9731
9800
|
re("elementPropertyChangeEvent", S, $.join(".")),
|
|
9732
|
-
|
|
9733
|
-
R ??
|
|
9801
|
+
L,
|
|
9802
|
+
R ?? L
|
|
9734
9803
|
), t.value?.code.reactivity) {
|
|
9735
9804
|
let O = "";
|
|
9736
|
-
$ instanceof Array ? O = $.join(".") : O = $,
|
|
9805
|
+
$ instanceof Array ? O = $.join(".") : O = $, at(
|
|
9737
9806
|
v,
|
|
9738
9807
|
t.value.code.reactivity,
|
|
9739
9808
|
Oe({
|
|
@@ -9741,56 +9810,56 @@ function Ke(t, n, e, o, s) {
|
|
|
9741
9810
|
nodeId: S,
|
|
9742
9811
|
propertyKeys: O
|
|
9743
9812
|
}),
|
|
9744
|
-
|
|
9813
|
+
L,
|
|
9745
9814
|
R
|
|
9746
9815
|
);
|
|
9747
9816
|
}
|
|
9748
9817
|
}
|
|
9749
|
-
}, b = (S, $,
|
|
9818
|
+
}, b = (S, $, L) => {
|
|
9750
9819
|
ee(c) && (v.callFunction(
|
|
9751
9820
|
"__triggerEventV1__",
|
|
9752
9821
|
re("customPropertyChangeEvent", "globality", S),
|
|
9753
9822
|
$,
|
|
9754
|
-
|
|
9823
|
+
L ?? $
|
|
9755
9824
|
), v.parent?.callFunction(
|
|
9756
9825
|
"__triggerEventV1__",
|
|
9757
9826
|
re("refPropertyChangeEvent", v.id, S),
|
|
9758
9827
|
$,
|
|
9759
|
-
|
|
9828
|
+
L ?? $
|
|
9760
9829
|
), v.parent?.callFunction(
|
|
9761
9830
|
"__triggerEventV1__",
|
|
9762
9831
|
re("multipleRefPropertyChangeEvent", v.id, S),
|
|
9763
9832
|
$,
|
|
9764
|
-
|
|
9765
|
-
), t.value?.code.reactivity &&
|
|
9833
|
+
L ?? $
|
|
9834
|
+
), t.value?.code.reactivity && at(
|
|
9766
9835
|
v,
|
|
9767
9836
|
t.value.code.reactivity,
|
|
9768
9837
|
Oe({ type: "customProperty", propertyId: S }),
|
|
9769
9838
|
$,
|
|
9770
|
-
|
|
9839
|
+
L
|
|
9771
9840
|
));
|
|
9772
|
-
}, g = (S, $,
|
|
9773
|
-
ee(c) && console.log("onSlotPropetyChange", S, $,
|
|
9774
|
-
}, _ = (S, $,
|
|
9775
|
-
ee(c) && t.value?.code.reactivity &&
|
|
9841
|
+
}, g = (S, $, L) => {
|
|
9842
|
+
ee(c) && console.log("onSlotPropetyChange", S, $, L);
|
|
9843
|
+
}, _ = (S, $, L) => {
|
|
9844
|
+
ee(c) && t.value?.code.reactivity && at(
|
|
9776
9845
|
v,
|
|
9777
9846
|
t.value.code.reactivity,
|
|
9778
9847
|
Oe({ type: "adaptSlotProperty", propertyId: S }),
|
|
9779
9848
|
$,
|
|
9780
|
-
|
|
9849
|
+
L
|
|
9781
9850
|
);
|
|
9782
|
-
}, h = (S, $,
|
|
9851
|
+
}, h = (S, $, L) => {
|
|
9783
9852
|
ee(c) && (v.callFunction(
|
|
9784
9853
|
"__triggerEventV1__",
|
|
9785
9854
|
re("stateChangeEvent", "globality", S),
|
|
9786
9855
|
$,
|
|
9787
|
-
|
|
9788
|
-
), t.value?.code.reactivity &&
|
|
9856
|
+
L ?? $
|
|
9857
|
+
), t.value?.code.reactivity && at(
|
|
9789
9858
|
v,
|
|
9790
9859
|
t.value.code.reactivity,
|
|
9791
9860
|
Oe({ type: "state", stateId: S }),
|
|
9792
9861
|
$,
|
|
9793
|
-
|
|
9862
|
+
L
|
|
9794
9863
|
));
|
|
9795
9864
|
}, v = new eu(n, e, o, s, r, l, c, u, {
|
|
9796
9865
|
onElementPropertyChange: f,
|
|
@@ -9812,11 +9881,11 @@ function Ke(t, n, e, o, s) {
|
|
|
9812
9881
|
ee(c) && ae(
|
|
9813
9882
|
m,
|
|
9814
9883
|
(S, $) => {
|
|
9815
|
-
const
|
|
9884
|
+
const L = ct(S.width), R = ct($?.width ?? S.width);
|
|
9816
9885
|
v.callFunction(
|
|
9817
9886
|
"__triggerEventV1__",
|
|
9818
9887
|
re("elementEvent", "globality", "screenSizeChange"),
|
|
9819
|
-
|
|
9888
|
+
L,
|
|
9820
9889
|
R
|
|
9821
9890
|
);
|
|
9822
9891
|
},
|
|
@@ -9833,7 +9902,7 @@ function Ke(t, n, e, o, s) {
|
|
|
9833
9902
|
{ immediate: !0 }
|
|
9834
9903
|
);
|
|
9835
9904
|
}
|
|
9836
|
-
function
|
|
9905
|
+
function U() {
|
|
9837
9906
|
const t = Ze();
|
|
9838
9907
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
9839
9908
|
}
|
|
@@ -9850,22 +9919,22 @@ export {
|
|
|
9850
9919
|
mu as addIndent,
|
|
9851
9920
|
Fl as ambientLightV1,
|
|
9852
9921
|
ql as badgeV1,
|
|
9853
|
-
|
|
9854
|
-
|
|
9922
|
+
zt as barChartV1,
|
|
9923
|
+
Pt as boxGeometryV1,
|
|
9855
9924
|
Ao as breakpoints,
|
|
9856
9925
|
Zl as btnGroupV1,
|
|
9857
9926
|
Ql as btnToggleV1,
|
|
9858
|
-
|
|
9859
|
-
|
|
9927
|
+
Et as btnV1,
|
|
9928
|
+
ct as calcBreakpoint,
|
|
9860
9929
|
je as cardV1,
|
|
9861
9930
|
ta as checkboxV1,
|
|
9862
|
-
|
|
9863
|
-
|
|
9931
|
+
Mt as chipGroupV1,
|
|
9932
|
+
At as chipV1,
|
|
9864
9933
|
ia as colorPickerV1,
|
|
9865
9934
|
ra as comboboxV1,
|
|
9866
9935
|
hu as compMetaStringify,
|
|
9867
9936
|
Ai as compTypes,
|
|
9868
|
-
|
|
9937
|
+
Wt as containerV1,
|
|
9869
9938
|
du as dataStringify,
|
|
9870
9939
|
sa as dataTableV1,
|
|
9871
9940
|
la as datePickerV1,
|
|
@@ -9876,13 +9945,13 @@ export {
|
|
|
9876
9945
|
vu as elementKeys,
|
|
9877
9946
|
_e as elements,
|
|
9878
9947
|
Iu as fileInputV1,
|
|
9879
|
-
|
|
9948
|
+
Bt as flexLayoutEntryV1,
|
|
9880
9949
|
Ge as flexLayoutV1,
|
|
9881
|
-
|
|
9950
|
+
Dt as formV1,
|
|
9882
9951
|
T as genId,
|
|
9883
9952
|
De as getBreakpointProp,
|
|
9884
9953
|
ke as getField,
|
|
9885
|
-
|
|
9954
|
+
kn as getIndexOfBreakpoint,
|
|
9886
9955
|
Cu as getNodeLite,
|
|
9887
9956
|
_o as getPropertyDefault,
|
|
9888
9957
|
B as getPropertyTag,
|
|
@@ -9899,7 +9968,7 @@ export {
|
|
|
9899
9968
|
Re as injectDevice,
|
|
9900
9969
|
Dc as injectEnv,
|
|
9901
9970
|
Qe as injectId,
|
|
9902
|
-
|
|
9971
|
+
X as injectMode,
|
|
9903
9972
|
Kc as injectOrg,
|
|
9904
9973
|
Fc as injectRuntime,
|
|
9905
9974
|
fe as injectSandbox,
|
|
@@ -9910,10 +9979,10 @@ export {
|
|
|
9910
9979
|
Wi as isLocaleOfMethodKind,
|
|
9911
9980
|
Mi as isLocaleOfPropertyKind,
|
|
9912
9981
|
yu as isLocaleOfSlotKind,
|
|
9913
|
-
|
|
9914
|
-
|
|
9982
|
+
rn as isPercentStr,
|
|
9983
|
+
bt as isPixelStr,
|
|
9915
9984
|
El as keyboardControlsV1,
|
|
9916
|
-
|
|
9985
|
+
Tt as lineChartV1,
|
|
9917
9986
|
Qu as loadLocaleMessageRuntime,
|
|
9918
9987
|
re as makeEventId,
|
|
9919
9988
|
Ju as makeEventKeyOfCustomSlot,
|
|
@@ -9932,16 +10001,16 @@ export {
|
|
|
9932
10001
|
Ne as meshV1,
|
|
9933
10002
|
Ka as multipleRefV1,
|
|
9934
10003
|
Da as multipleSlotV1,
|
|
9935
|
-
|
|
10004
|
+
Ot as numberInputV1,
|
|
9936
10005
|
Ml as orbitControlsV1,
|
|
9937
|
-
|
|
10006
|
+
zl as orthographicCameraV1,
|
|
9938
10007
|
bu as pageMetaStringify,
|
|
9939
10008
|
Ei as pageTypes,
|
|
9940
10009
|
ga as paginationV1,
|
|
9941
10010
|
_u as parseCompMeta,
|
|
9942
10011
|
fu as parseData,
|
|
9943
10012
|
gu as parsePageMeta,
|
|
9944
|
-
|
|
10013
|
+
kt as parsePercentStr,
|
|
9945
10014
|
uu as parsePixelStr,
|
|
9946
10015
|
Tl as perspectiveCameraV1,
|
|
9947
10016
|
Bc as pkgs,
|
|
@@ -9949,16 +10018,16 @@ export {
|
|
|
9949
10018
|
Tu as provideDark,
|
|
9950
10019
|
$e as provideData,
|
|
9951
10020
|
Mu as provideDepends,
|
|
9952
|
-
|
|
10021
|
+
zu as provideDevice,
|
|
9953
10022
|
Pu as provideEnv,
|
|
9954
10023
|
Eu as provideId,
|
|
9955
|
-
|
|
10024
|
+
Lu as provideMode,
|
|
9956
10025
|
Vu as provideOrg,
|
|
9957
10026
|
Wu as provideRuntime,
|
|
9958
10027
|
Nc as provideSandbox,
|
|
9959
10028
|
Au as provideType,
|
|
9960
|
-
|
|
9961
|
-
|
|
10029
|
+
Nt as radioGroupV1,
|
|
10030
|
+
Ft as radioV1,
|
|
9962
10031
|
va as rangeSliderV1,
|
|
9963
10032
|
xa as ratingV1,
|
|
9964
10033
|
Oa as referenceV1,
|
|
@@ -9966,30 +10035,30 @@ export {
|
|
|
9966
10035
|
Fa as renderSwitchV1,
|
|
9967
10036
|
Ti as reverseBreakpoints,
|
|
9968
10037
|
ka as selectV1,
|
|
9969
|
-
|
|
10038
|
+
sn as setField,
|
|
9970
10039
|
wa as sliderV1,
|
|
9971
10040
|
Na as slotV1,
|
|
9972
10041
|
Su as spawnNode,
|
|
9973
|
-
|
|
10042
|
+
Lt as sphereGeometryV1,
|
|
9974
10043
|
Gl as spotLightV1,
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
9979
|
-
|
|
10044
|
+
jt as stepperHeaderV1,
|
|
10045
|
+
Gt as stepperItemV1,
|
|
10046
|
+
Jt as stepperV1,
|
|
10047
|
+
Ut as stepperWindowItemV1,
|
|
10048
|
+
Ht as stepperWindowV1,
|
|
9980
10049
|
Va as switchV1,
|
|
9981
|
-
|
|
9982
|
-
|
|
9983
|
-
|
|
10050
|
+
qt as tabV1,
|
|
10051
|
+
Xt as tabsV1,
|
|
10052
|
+
Kt as textFieldV1,
|
|
9984
10053
|
Se as textV1,
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
10054
|
+
Yt as textareaV1,
|
|
10055
|
+
Zt as timelineItemV1,
|
|
10056
|
+
Qt as timelineV1,
|
|
9988
10057
|
wu as toEventName,
|
|
9989
10058
|
ku as toMethodName,
|
|
9990
10059
|
A as toNodeLite,
|
|
9991
10060
|
xu as toPropertyName,
|
|
9992
|
-
|
|
10061
|
+
at as triggerReactivity,
|
|
9993
10062
|
Gc as unwrapEventId,
|
|
9994
10063
|
qu as unwrapEventKeyOfCustomSlot,
|
|
9995
10064
|
Uu as unwrapEventKeyOfElementSlot,
|
|
@@ -10003,7 +10072,7 @@ export {
|
|
|
10003
10072
|
et as useDepend,
|
|
10004
10073
|
Zu as useRuntime,
|
|
10005
10074
|
Ke as useSandbox,
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10075
|
+
U as useTheme,
|
|
10076
|
+
en as windowItemV1,
|
|
10077
|
+
tn as windowV1
|
|
10009
10078
|
};
|