x-runtime-lib 0.8.108 → 0.8.110
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 +427 -418
- package/dist/types/props.d.ts +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var ln = (t, n) => (n = Symbol[t]) ? n : Symbol.for("Symbol." + t), an = (t) => {
|
|
2
2
|
throw TypeError(t);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
4
|
+
var Ce = (t, n, e) => {
|
|
5
5
|
if (n != null) {
|
|
6
6
|
typeof n != "object" && typeof n != "function" && an("Object expected");
|
|
7
7
|
var o, s;
|
|
@@ -29,7 +29,7 @@ var Ie = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as
|
|
32
|
+
import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Go, onBeforeMount as Ho, onUnmounted as Ge, ref as ie, watchEffect as ye, watch as ce, createBlock as S, withCtx as w, createCommentVNode as le, useTemplateRef as co, onMounted as uo, nextTick as mo, useAttrs as Uo, h as pe, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as Jo, useId as po, withModifiers as qo, normalizeClass as Xo, toDisplayString as Yo, inject as ue, provide as me, readonly as Nt } from "vue";
|
|
33
33
|
import { globalObjects as we, waitUtil as fo, useViewStack as yo, eventBus as bo, messageInfo as Zo, messageSuccess as Qo, messageWarning as go, messageError as ho, createAxios as ei, openConfirmDlg as ti, openPromptDlg as ni } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as _o, DirectionalLightHelper as oi, PointLightHelper as ii, SpotLightHelper as ri } from "three";
|
|
35
35
|
import { c as K, i as de, a as He, K as si, M as li, O as ai, u as ci, r as vo, e as xo, b as ui, d as mi, f as pi, g as di, h as fi, j as yi, k as bi, l as gi, m as ko, n as hi, o as _i, p as vi, q as xi } from "./vendor.nccqfajx.js";
|
|
@@ -71,16 +71,16 @@ function at(t) {
|
|
|
71
71
|
if (!isNaN(e))
|
|
72
72
|
return e;
|
|
73
73
|
}
|
|
74
|
-
const
|
|
74
|
+
const Io = ["xs", "sm", "md", "lg", "xl"], Ii = [...Io].reverse();
|
|
75
75
|
function Xe(t) {
|
|
76
76
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
77
77
|
}
|
|
78
78
|
function un(t) {
|
|
79
|
-
return
|
|
79
|
+
return Io.findIndex((n) => n === t);
|
|
80
80
|
}
|
|
81
81
|
function We(t, n) {
|
|
82
82
|
let e;
|
|
83
|
-
for (const o of
|
|
83
|
+
for (const o of Ii) {
|
|
84
84
|
if (un(o) < un(t))
|
|
85
85
|
break;
|
|
86
86
|
n[o] && (e = n[o]);
|
|
@@ -158,18 +158,27 @@ function E(t, n) {
|
|
|
158
158
|
children: n
|
|
159
159
|
};
|
|
160
160
|
}
|
|
161
|
-
const
|
|
161
|
+
const Si = ["common", "scene"], $i = ["common", "scene"];
|
|
162
162
|
function Zc({ type: t, version: n, view: e, code: o }) {
|
|
163
|
-
const
|
|
163
|
+
const s = (c, u) => {
|
|
164
|
+
const p = { id: u.id };
|
|
165
|
+
u.children && (p.children = [], u.children.forEach((d) => {
|
|
166
|
+
s(p.children, d);
|
|
167
|
+
})), c.push(p);
|
|
168
|
+
}, r = [];
|
|
169
|
+
e.nodeLites.forEach((c) => {
|
|
170
|
+
s(r, c);
|
|
171
|
+
});
|
|
172
|
+
const a = {
|
|
164
173
|
type: t,
|
|
165
174
|
version: n,
|
|
166
175
|
view: {
|
|
167
|
-
nodeLites:
|
|
176
|
+
nodeLites: r,
|
|
168
177
|
nodes: e.nodes
|
|
169
178
|
},
|
|
170
179
|
code: o
|
|
171
180
|
};
|
|
172
|
-
return JSON.stringify(
|
|
181
|
+
return JSON.stringify(a);
|
|
173
182
|
}
|
|
174
183
|
function Qc(t) {
|
|
175
184
|
const { type: n, version: e, view: o, code: s } = JSON.parse(t), r = {
|
|
@@ -256,7 +265,7 @@ const eu = [
|
|
|
256
265
|
"scene_sphere_geometry_v1",
|
|
257
266
|
"scene_spot_light_v1"
|
|
258
267
|
];
|
|
259
|
-
function
|
|
268
|
+
function Ci(t) {
|
|
260
269
|
switch (t) {
|
|
261
270
|
case "referenceProperty":
|
|
262
271
|
case "multipleRefProperty":
|
|
@@ -314,7 +323,7 @@ function iu(t) {
|
|
|
314
323
|
function ru(t) {
|
|
315
324
|
return JSON.parse(t);
|
|
316
325
|
}
|
|
317
|
-
function
|
|
326
|
+
function So(t) {
|
|
318
327
|
let n = t;
|
|
319
328
|
for (; n; ) {
|
|
320
329
|
if (n.parent && n.compId === n.parent.compId)
|
|
@@ -333,7 +342,7 @@ function Ht(t, n, e) {
|
|
|
333
342
|
function su(t, n) {
|
|
334
343
|
const { i18n: e } = we;
|
|
335
344
|
let o = "";
|
|
336
|
-
return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n,
|
|
345
|
+
return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Ci(t));
|
|
337
346
|
}
|
|
338
347
|
function lu(t, n) {
|
|
339
348
|
const { i18n: e } = we;
|
|
@@ -345,9 +354,9 @@ function au(t, n) {
|
|
|
345
354
|
let o = "";
|
|
346
355
|
return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n, Pi(t));
|
|
347
356
|
}
|
|
348
|
-
const Ke = {},
|
|
357
|
+
const Ke = {}, I = (t) => {
|
|
349
358
|
Ke[t.key] = t;
|
|
350
|
-
}, Li = ["position", "rotation", "scale"],
|
|
359
|
+
}, Li = ["position", "rotation", "scale"], Se = /* @__PURE__ */ C({
|
|
351
360
|
__name: "index",
|
|
352
361
|
props: {
|
|
353
362
|
position: {},
|
|
@@ -368,7 +377,7 @@ const Ke = {}, S = (t) => {
|
|
|
368
377
|
R(e.$slots, "default")
|
|
369
378
|
], 8, Li)) : R(e.$slots, "default", { key: 1 });
|
|
370
379
|
}
|
|
371
|
-
}), N = /* @__PURE__ */
|
|
380
|
+
}), N = /* @__PURE__ */ C({
|
|
372
381
|
__name: "index",
|
|
373
382
|
props: {
|
|
374
383
|
block: { type: Boolean, default: !1 }
|
|
@@ -401,12 +410,12 @@ const Ke = {}, S = (t) => {
|
|
|
401
410
|
});
|
|
402
411
|
function P(t) {
|
|
403
412
|
const n = _e();
|
|
404
|
-
return { node: Go(n.value.view.nodes, t.
|
|
413
|
+
return { node: Go(n.value.view.nodes, t.nodeId) };
|
|
405
414
|
}
|
|
406
415
|
function Ye(t, n, e) {
|
|
407
416
|
const o = ve();
|
|
408
417
|
if (o) {
|
|
409
|
-
const s = k(() => Pc("elementMethod", t.
|
|
418
|
+
const s = k(() => Pc("elementMethod", t.nodeId, n));
|
|
410
419
|
Ho(() => {
|
|
411
420
|
o.eventBus?.on(s.value, e);
|
|
412
421
|
}), Ge(() => {
|
|
@@ -479,7 +488,7 @@ function be(t) {
|
|
|
479
488
|
c.value = f.value[0], u.value = f.value[1], p.value = f.value[2];
|
|
480
489
|
}), { position: d, rotation: m, scale: f };
|
|
481
490
|
}
|
|
482
|
-
function
|
|
491
|
+
function $o(t) {
|
|
483
492
|
const n = k(() => t.value.legend?.show), e = k(() => t.value.legend?.data);
|
|
484
493
|
function o(s) {
|
|
485
494
|
s.legend = {
|
|
@@ -489,7 +498,7 @@ function Co(t) {
|
|
|
489
498
|
}
|
|
490
499
|
return { show: n, data: e, applyLegend: o };
|
|
491
500
|
}
|
|
492
|
-
function
|
|
501
|
+
function Co(t) {
|
|
493
502
|
const n = k(() => t.value.series);
|
|
494
503
|
function e(o) {
|
|
495
504
|
o.series = n.value;
|
|
@@ -593,16 +602,16 @@ function ge(t, n) {
|
|
|
593
602
|
}
|
|
594
603
|
return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: u, maxHeight: p, applySize: d };
|
|
595
604
|
}
|
|
596
|
-
const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Ai = /* @__PURE__ */
|
|
605
|
+
const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Ai = /* @__PURE__ */ C({
|
|
597
606
|
__name: "index",
|
|
598
607
|
props: {
|
|
599
|
-
|
|
608
|
+
nodeId: {},
|
|
600
609
|
outer: { type: Boolean },
|
|
601
610
|
refContext: {}
|
|
602
611
|
},
|
|
603
612
|
setup(t) {
|
|
604
613
|
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "bottom"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: m } = l(e, ["settings", "right"]), { property: f } = l(e, ["settings", "top"]);
|
|
605
|
-
return (g, b) => (_(),
|
|
614
|
+
return (g, b) => (_(), S(i(Se), {
|
|
606
615
|
position: i(s),
|
|
607
616
|
rotation: i(r),
|
|
608
617
|
scale: i(a)
|
|
@@ -619,7 +628,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
619
628
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1],
|
|
620
629
|
top: i(f)
|
|
621
630
|
}, [
|
|
622
|
-
i(o) === "editor" ? (_(),
|
|
631
|
+
i(o) === "editor" ? (_(), S(i(He), {
|
|
623
632
|
key: 0,
|
|
624
633
|
type: i(_o)
|
|
625
634
|
}, null, 8, ["type"])) : le("", !0),
|
|
@@ -629,16 +638,16 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
629
638
|
_: 3
|
|
630
639
|
}, 8, ["position", "rotation", "scale"]));
|
|
631
640
|
}
|
|
632
|
-
}), Mi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Bi = /* @__PURE__ */
|
|
641
|
+
}), Mi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Bi = /* @__PURE__ */ C({
|
|
633
642
|
__name: "index",
|
|
634
643
|
props: {
|
|
635
|
-
|
|
644
|
+
nodeId: {},
|
|
636
645
|
outer: { type: Boolean },
|
|
637
646
|
refContext: {}
|
|
638
647
|
},
|
|
639
648
|
setup(t) {
|
|
640
649
|
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "aspect"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
|
|
641
|
-
return (m, f) => (_(),
|
|
650
|
+
return (m, f) => (_(), S(i(Se), {
|
|
642
651
|
position: i(s),
|
|
643
652
|
rotation: i(r),
|
|
644
653
|
scale: i(a)
|
|
@@ -653,7 +662,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
653
662
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
654
663
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
655
664
|
}, [
|
|
656
|
-
i(o) === "editor" ? (_(),
|
|
665
|
+
i(o) === "editor" ? (_(), S(i(He), {
|
|
657
666
|
key: 0,
|
|
658
667
|
type: i(_o)
|
|
659
668
|
}, null, 8, ["type"])) : le("", !0),
|
|
@@ -663,28 +672,28 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
663
672
|
_: 3
|
|
664
673
|
}, 8, ["position", "rotation", "scale"]));
|
|
665
674
|
}
|
|
666
|
-
}), Wi = /* @__PURE__ */
|
|
675
|
+
}), Wi = /* @__PURE__ */ C({
|
|
667
676
|
__name: "index",
|
|
668
677
|
setup(t) {
|
|
669
678
|
const n = J();
|
|
670
|
-
return (e, o) => i(n) !== "editor" ? (_(),
|
|
679
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(si), { key: 0 })) : le("", !0);
|
|
671
680
|
}
|
|
672
|
-
}), Ri = /* @__PURE__ */
|
|
681
|
+
}), Ri = /* @__PURE__ */ C({
|
|
673
682
|
__name: "index",
|
|
674
683
|
setup(t) {
|
|
675
684
|
const n = J();
|
|
676
|
-
return (e, o) => i(n) !== "editor" ? (_(),
|
|
685
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(li), { key: 0 })) : le("", !0);
|
|
677
686
|
}
|
|
678
|
-
}), Ki = /* @__PURE__ */
|
|
687
|
+
}), Ki = /* @__PURE__ */ C({
|
|
679
688
|
__name: "index",
|
|
680
689
|
setup(t) {
|
|
681
690
|
const n = J();
|
|
682
|
-
return (e, o) => i(n) !== "editor" ? (_(),
|
|
691
|
+
return (e, o) => i(n) !== "editor" ? (_(), S(i(ai), { key: 0 })) : le("", !0);
|
|
683
692
|
}
|
|
684
|
-
}), Di = ["args"], Oi = /* @__PURE__ */
|
|
693
|
+
}), Di = ["args"], Oi = /* @__PURE__ */ C({
|
|
685
694
|
__name: "index",
|
|
686
695
|
props: {
|
|
687
|
-
|
|
696
|
+
nodeId: {},
|
|
688
697
|
outer: { type: Boolean },
|
|
689
698
|
refContext: {}
|
|
690
699
|
},
|
|
@@ -715,10 +724,10 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
715
724
|
for (const [o, s] of n)
|
|
716
725
|
e[o] = s;
|
|
717
726
|
return e;
|
|
718
|
-
}, Fi = ["args"], Ni = /* @__PURE__ */
|
|
727
|
+
}, Fi = ["args"], Ni = /* @__PURE__ */ C({
|
|
719
728
|
__name: "index",
|
|
720
729
|
props: {
|
|
721
|
-
|
|
730
|
+
nodeId: {},
|
|
722
731
|
outer: { type: Boolean },
|
|
723
732
|
refContext: {}
|
|
724
733
|
},
|
|
@@ -754,10 +763,10 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
754
763
|
]
|
|
755
764
|
}, null, 8, Fi));
|
|
756
765
|
}
|
|
757
|
-
}), ji = ["color", "intensity", "position", "rotation", "scale"], Gi = /* @__PURE__ */
|
|
766
|
+
}), ji = ["color", "intensity", "position", "rotation", "scale"], Gi = /* @__PURE__ */ C({
|
|
758
767
|
__name: "index",
|
|
759
768
|
props: {
|
|
760
|
-
|
|
769
|
+
nodeId: {},
|
|
761
770
|
outer: { type: Boolean },
|
|
762
771
|
refContext: {}
|
|
763
772
|
},
|
|
@@ -766,7 +775,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
766
775
|
"settings",
|
|
767
776
|
"intensity"
|
|
768
777
|
]);
|
|
769
|
-
return (d, m) => (_(),
|
|
778
|
+
return (d, m) => (_(), S(i(Se), {
|
|
770
779
|
position: i(s),
|
|
771
780
|
rotation: i(r),
|
|
772
781
|
scale: i(a)
|
|
@@ -785,10 +794,10 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
785
794
|
_: 3
|
|
786
795
|
}, 8, ["position", "rotation", "scale"]));
|
|
787
796
|
}
|
|
788
|
-
}), Hi = ["color", "intensity", "position", "rotation", "scale"], Ui = /* @__PURE__ */
|
|
797
|
+
}), Hi = ["color", "intensity", "position", "rotation", "scale"], Ui = /* @__PURE__ */ C({
|
|
789
798
|
__name: "index",
|
|
790
799
|
props: {
|
|
791
|
-
|
|
800
|
+
nodeId: {},
|
|
792
801
|
outer: { type: Boolean },
|
|
793
802
|
refContext: {}
|
|
794
803
|
},
|
|
@@ -797,7 +806,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
797
806
|
"settings",
|
|
798
807
|
"intensity"
|
|
799
808
|
]);
|
|
800
|
-
return (d, m) => (_(),
|
|
809
|
+
return (d, m) => (_(), S(i(Se), {
|
|
801
810
|
position: i(s),
|
|
802
811
|
rotation: i(r),
|
|
803
812
|
scale: i(a)
|
|
@@ -810,7 +819,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
810
819
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
811
820
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
812
821
|
}, [
|
|
813
|
-
i(o) === "editor" ? (_(),
|
|
822
|
+
i(o) === "editor" ? (_(), S(i(He), {
|
|
814
823
|
key: 0,
|
|
815
824
|
type: i(oi)
|
|
816
825
|
}, null, 8, ["type"])) : le("", !0),
|
|
@@ -820,10 +829,10 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
820
829
|
_: 3
|
|
821
830
|
}, 8, ["position", "rotation", "scale"]));
|
|
822
831
|
}
|
|
823
|
-
}), Ji = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], qi = /* @__PURE__ */
|
|
832
|
+
}), Ji = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], qi = /* @__PURE__ */ C({
|
|
824
833
|
__name: "index",
|
|
825
834
|
props: {
|
|
826
|
-
|
|
835
|
+
nodeId: {},
|
|
827
836
|
outer: { type: Boolean },
|
|
828
837
|
refContext: {}
|
|
829
838
|
},
|
|
@@ -835,7 +844,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
835
844
|
"settings",
|
|
836
845
|
"intensity"
|
|
837
846
|
]);
|
|
838
|
-
return (f, g) => (_(),
|
|
847
|
+
return (f, g) => (_(), S(i(Se), {
|
|
839
848
|
position: i(s),
|
|
840
849
|
rotation: i(r),
|
|
841
850
|
scale: i(a)
|
|
@@ -850,7 +859,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
850
859
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
851
860
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
852
861
|
}, [
|
|
853
|
-
i(o) === "editor" ? (_(),
|
|
862
|
+
i(o) === "editor" ? (_(), S(i(He), {
|
|
854
863
|
key: 0,
|
|
855
864
|
type: i(ii)
|
|
856
865
|
}, null, 8, ["type"])) : le("", !0),
|
|
@@ -860,10 +869,10 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
860
869
|
_: 3
|
|
861
870
|
}, 8, ["position", "rotation", "scale"]));
|
|
862
871
|
}
|
|
863
|
-
}), Xi = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Yi = /* @__PURE__ */
|
|
872
|
+
}), Xi = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Yi = /* @__PURE__ */ C({
|
|
864
873
|
__name: "index",
|
|
865
874
|
props: {
|
|
866
|
-
|
|
875
|
+
nodeId: {},
|
|
867
876
|
outer: { type: Boolean },
|
|
868
877
|
refContext: {}
|
|
869
878
|
},
|
|
@@ -878,7 +887,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
878
887
|
"settings",
|
|
879
888
|
"penumbra"
|
|
880
889
|
]);
|
|
881
|
-
return (b, v) => (_(),
|
|
890
|
+
return (b, v) => (_(), S(i(Se), {
|
|
882
891
|
position: i(s),
|
|
883
892
|
rotation: i(r),
|
|
884
893
|
scale: i(a)
|
|
@@ -895,7 +904,7 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
895
904
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
896
905
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
897
906
|
}, [
|
|
898
|
-
i(o) === "editor" ? (_(),
|
|
907
|
+
i(o) === "editor" ? (_(), S(i(He), {
|
|
899
908
|
key: 0,
|
|
900
909
|
type: i(ri)
|
|
901
910
|
}, null, 8, ["type"])) : le("", !0),
|
|
@@ -909,16 +918,16 @@ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
909
918
|
function Qi(t, n) {
|
|
910
919
|
return _(), se("TresMeshBasicMaterial");
|
|
911
920
|
}
|
|
912
|
-
const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation", "scale"], nr = /* @__PURE__ */
|
|
921
|
+
const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation", "scale"], nr = /* @__PURE__ */ C({
|
|
913
922
|
__name: "index",
|
|
914
923
|
props: {
|
|
915
|
-
|
|
924
|
+
nodeId: {},
|
|
916
925
|
outer: { type: Boolean },
|
|
917
926
|
refContext: {}
|
|
918
927
|
},
|
|
919
928
|
setup(t) {
|
|
920
929
|
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e);
|
|
921
|
-
return (c, u) => (_(),
|
|
930
|
+
return (c, u) => (_(), S(i(Se), {
|
|
922
931
|
position: i(s),
|
|
923
932
|
rotation: i(r),
|
|
924
933
|
scale: i(a)
|
|
@@ -935,10 +944,10 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
935
944
|
_: 3
|
|
936
945
|
}, 8, ["position", "rotation", "scale"]));
|
|
937
946
|
}
|
|
938
|
-
}), or = ["position", "rotation", "scale"], ir = /* @__PURE__ */
|
|
947
|
+
}), or = ["position", "rotation", "scale"], ir = /* @__PURE__ */ C({
|
|
939
948
|
__name: "index",
|
|
940
949
|
props: {
|
|
941
|
-
|
|
950
|
+
nodeId: {},
|
|
942
951
|
outer: { type: Boolean },
|
|
943
952
|
refContext: {}
|
|
944
953
|
},
|
|
@@ -952,7 +961,7 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
952
961
|
R(a.$slots, "default")
|
|
953
962
|
], 8, or));
|
|
954
963
|
}
|
|
955
|
-
}), rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], sr = "#242424", lr = {}, ar = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ur = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, vr = { 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" } }, xr = { 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)" } } }, kr = { 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)" } } }, wr = { 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"] } } },
|
|
964
|
+
}), rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], sr = "#242424", lr = {}, ar = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ur = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, vr = { 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" } }, xr = { 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)" } } }, kr = { 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)" } } }, wr = { 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"] } } }, Ir = { 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"] } } }, Sr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, $r = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Cr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Vr = { textStyle: { color: "#eeeeee" } }, Pr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Lr = { 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" } } }, zr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Tr = { 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" } }, Er = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ar = {
|
|
956
965
|
color: rr,
|
|
957
966
|
backgroundColor: sr,
|
|
958
967
|
textStyle: lr,
|
|
@@ -972,10 +981,10 @@ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
972
981
|
map: xr,
|
|
973
982
|
geo: kr,
|
|
974
983
|
categoryAxis: wr,
|
|
975
|
-
valueAxis:
|
|
976
|
-
logAxis:
|
|
977
|
-
timeAxis:
|
|
978
|
-
toolbox:
|
|
984
|
+
valueAxis: Ir,
|
|
985
|
+
logAxis: Sr,
|
|
986
|
+
timeAxis: $r,
|
|
987
|
+
toolbox: Cr,
|
|
979
988
|
legend: Vr,
|
|
980
989
|
tooltip: Pr,
|
|
981
990
|
timeline: Lr,
|
|
@@ -1025,15 +1034,15 @@ ci([
|
|
|
1025
1034
|
]);
|
|
1026
1035
|
vo("dark", Ar);
|
|
1027
1036
|
vo("light", us);
|
|
1028
|
-
const ms = /* @__PURE__ */
|
|
1037
|
+
const ms = /* @__PURE__ */ C({
|
|
1029
1038
|
__name: "index",
|
|
1030
1039
|
props: {
|
|
1031
|
-
|
|
1040
|
+
nodeId: {},
|
|
1032
1041
|
outer: { type: Boolean },
|
|
1033
1042
|
refContext: {}
|
|
1034
1043
|
},
|
|
1035
1044
|
setup(t) {
|
|
1036
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } =
|
|
1045
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = $o(e), { applySeries: $ } = Co(e), V = k(() => {
|
|
1037
1046
|
const L = {}, H = a.value.type;
|
|
1038
1047
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1039
1048
|
}), F = co("chart");
|
|
@@ -1046,7 +1055,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1046
1055
|
W?.resize();
|
|
1047
1056
|
}, D = () => {
|
|
1048
1057
|
const L = {};
|
|
1049
|
-
b(L), v(L), h(L), x(L),
|
|
1058
|
+
b(L), v(L), h(L), x(L), $(L), W?.setOption(L, !0);
|
|
1050
1059
|
};
|
|
1051
1060
|
return uo(async () => {
|
|
1052
1061
|
window.addEventListener("resize", j, !1), await fo(() => !!F.value), U(), D();
|
|
@@ -1074,7 +1083,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1074
1083
|
D();
|
|
1075
1084
|
},
|
|
1076
1085
|
{ deep: !0 }
|
|
1077
|
-
), (L, H) => (_(),
|
|
1086
|
+
), (L, H) => (_(), S(i(N), { block: "" }, {
|
|
1078
1087
|
default: w(() => [
|
|
1079
1088
|
te("div", {
|
|
1080
1089
|
ref: "chart",
|
|
@@ -1084,15 +1093,15 @@ const ms = /* @__PURE__ */ I({
|
|
|
1084
1093
|
_: 1
|
|
1085
1094
|
}));
|
|
1086
1095
|
}
|
|
1087
|
-
}), ps = /* @__PURE__ */
|
|
1096
|
+
}), ps = /* @__PURE__ */ C({
|
|
1088
1097
|
__name: "index",
|
|
1089
1098
|
props: {
|
|
1090
|
-
|
|
1099
|
+
nodeId: {},
|
|
1091
1100
|
outer: { type: Boolean },
|
|
1092
1101
|
refContext: {}
|
|
1093
1102
|
},
|
|
1094
1103
|
setup(t) {
|
|
1095
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } =
|
|
1104
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = $o(e), { applySeries: $ } = Co(e), V = k(() => {
|
|
1096
1105
|
const L = {}, H = a.value.type;
|
|
1097
1106
|
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1098
1107
|
}), F = co("chart");
|
|
@@ -1105,7 +1114,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1105
1114
|
W?.resize();
|
|
1106
1115
|
}, D = () => {
|
|
1107
1116
|
const L = {};
|
|
1108
|
-
b(L), v(L), h(L), x(L),
|
|
1117
|
+
b(L), v(L), h(L), x(L), $(L), W?.setOption(L, !0);
|
|
1109
1118
|
};
|
|
1110
1119
|
return uo(async () => {
|
|
1111
1120
|
window.addEventListener("resize", j, !1), await fo(() => !!F.value), U(), D();
|
|
@@ -1133,7 +1142,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1133
1142
|
D();
|
|
1134
1143
|
},
|
|
1135
1144
|
{ deep: !0 }
|
|
1136
|
-
), (L, H) => (_(),
|
|
1145
|
+
), (L, H) => (_(), S(i(N), { block: "" }, {
|
|
1137
1146
|
default: w(() => [
|
|
1138
1147
|
te("div", {
|
|
1139
1148
|
ref: "chart",
|
|
@@ -1143,27 +1152,27 @@ const ms = /* @__PURE__ */ I({
|
|
|
1143
1152
|
_: 1
|
|
1144
1153
|
}));
|
|
1145
1154
|
}
|
|
1146
|
-
}), ds = /* @__PURE__ */
|
|
1155
|
+
}), ds = /* @__PURE__ */ C({
|
|
1147
1156
|
__name: "index",
|
|
1148
1157
|
props: {
|
|
1149
|
-
|
|
1158
|
+
nodeId: {},
|
|
1150
1159
|
outer: { type: Boolean },
|
|
1151
1160
|
refContext: {}
|
|
1152
1161
|
},
|
|
1153
1162
|
setup(t) {
|
|
1154
1163
|
const n = t, e = ie(), o = J();
|
|
1155
|
-
return ne(o) && sn(e, "multipleRef", n.
|
|
1164
|
+
return ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()), rn(n.refContext.compId, e), (s, r) => (_(), se("div"));
|
|
1156
1165
|
}
|
|
1157
|
-
}), fs = /* @__PURE__ */
|
|
1166
|
+
}), fs = /* @__PURE__ */ C({
|
|
1158
1167
|
__name: "index",
|
|
1159
1168
|
props: {
|
|
1160
|
-
|
|
1169
|
+
nodeId: {},
|
|
1161
1170
|
outer: { type: Boolean },
|
|
1162
1171
|
refContext: {}
|
|
1163
1172
|
},
|
|
1164
1173
|
setup(t) {
|
|
1165
1174
|
const { t: n } = wo(), e = t, { node: o } = P(e), s = ie(), r = J();
|
|
1166
|
-
ne(r) && sn(s, "reference", e.
|
|
1175
|
+
ne(r) && sn(s, "reference", e.nodeId, "", ve()), rn(e.refContext.compId, s);
|
|
1167
1176
|
const a = Uo(), { applySize: c } = ge(e, o), u = k(() => {
|
|
1168
1177
|
const m = {};
|
|
1169
1178
|
return s.value?.type === "common" && c(m), m;
|
|
@@ -1172,7 +1181,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1172
1181
|
const f = Ke[m.key];
|
|
1173
1182
|
if (!f)
|
|
1174
1183
|
return console.assert(!1, `element not found key=${m.key}`), pe("div", `element not found key=${m.key}`);
|
|
1175
|
-
const g = {
|
|
1184
|
+
const g = { nodeId: m.id };
|
|
1176
1185
|
m.refId && (g.refContext = {
|
|
1177
1186
|
parent: e.refContext,
|
|
1178
1187
|
compId: m.refId
|
|
@@ -1183,7 +1192,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1183
1192
|
}), pe(f.comp, { key: "", ...g }, { default: () => b });
|
|
1184
1193
|
}
|
|
1185
1194
|
const d = () => {
|
|
1186
|
-
if (
|
|
1195
|
+
if (So(e.refContext))
|
|
1187
1196
|
return pe("div", n("x-runtime-lib.circularRef"));
|
|
1188
1197
|
if (!s.value)
|
|
1189
1198
|
return pe("div");
|
|
@@ -1197,39 +1206,39 @@ const ms = /* @__PURE__ */ I({
|
|
|
1197
1206
|
{ default: () => m }
|
|
1198
1207
|
);
|
|
1199
1208
|
};
|
|
1200
|
-
return (m, f) => (_(),
|
|
1209
|
+
return (m, f) => (_(), S(d));
|
|
1201
1210
|
}
|
|
1202
|
-
}), ys = /* @__PURE__ */
|
|
1211
|
+
}), ys = /* @__PURE__ */ C({
|
|
1203
1212
|
__name: "index",
|
|
1204
1213
|
props: {
|
|
1205
|
-
|
|
1214
|
+
nodeId: {},
|
|
1206
1215
|
outer: { type: Boolean },
|
|
1207
1216
|
refContext: {}
|
|
1208
1217
|
},
|
|
1209
1218
|
setup(t) {
|
|
1210
1219
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "open"]);
|
|
1211
|
-
return (s, r) => (_(),
|
|
1220
|
+
return (s, r) => (_(), S(i(N), null, {
|
|
1212
1221
|
default: w(() => [
|
|
1213
1222
|
i(o) ? R(s.$slots, "default", { key: 0 }) : le("", !0)
|
|
1214
1223
|
]),
|
|
1215
1224
|
_: 3
|
|
1216
1225
|
}));
|
|
1217
1226
|
}
|
|
1218
|
-
}), ke = /* @__PURE__ */
|
|
1227
|
+
}), ke = /* @__PURE__ */ C({
|
|
1219
1228
|
__name: "index",
|
|
1220
1229
|
props: {
|
|
1221
|
-
|
|
1230
|
+
nodeId: {},
|
|
1222
1231
|
outer: { type: Boolean },
|
|
1223
1232
|
refContext: {}
|
|
1224
1233
|
},
|
|
1225
1234
|
setup(t) {
|
|
1226
1235
|
const { t: n } = wo(), e = t, o = ie(), s = J();
|
|
1227
|
-
ne(s) && sn(o, "slot", e.
|
|
1236
|
+
ne(s) && sn(o, "slot", e.nodeId, "", ve()), rn(e.refContext.compId, o);
|
|
1228
1237
|
function r(c) {
|
|
1229
1238
|
const u = Ke[c.key];
|
|
1230
1239
|
if (!u)
|
|
1231
1240
|
return console.assert(!1, `element not found key=${c.key}`), pe("div", `element not found key=${c.key}`);
|
|
1232
|
-
const p = {
|
|
1241
|
+
const p = { nodeId: c.id };
|
|
1233
1242
|
c.refId && (p.refContext = {
|
|
1234
1243
|
parent: e.refContext,
|
|
1235
1244
|
compId: c.refId
|
|
@@ -1239,13 +1248,13 @@ const ms = /* @__PURE__ */ I({
|
|
|
1239
1248
|
d.push(r(m));
|
|
1240
1249
|
}), pe(u.comp, { key: "", ...p }, { default: () => d });
|
|
1241
1250
|
}
|
|
1242
|
-
const a = () =>
|
|
1243
|
-
return (c, u) => (_(),
|
|
1251
|
+
const a = () => So(e.refContext) ? pe("div", n("x-runtime-lib.circularRef")) : o.value ? o.value.view.nodeLites.map((c) => r(c)) : pe("div");
|
|
1252
|
+
return (c, u) => (_(), S(a));
|
|
1244
1253
|
}
|
|
1245
|
-
}), bs = /* @__PURE__ */
|
|
1254
|
+
}), bs = /* @__PURE__ */ C({
|
|
1246
1255
|
__name: "index",
|
|
1247
1256
|
props: {
|
|
1248
|
-
|
|
1257
|
+
nodeId: {},
|
|
1249
1258
|
outer: { type: Boolean },
|
|
1250
1259
|
refContext: {}
|
|
1251
1260
|
},
|
|
@@ -1261,7 +1270,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1261
1270
|
]);
|
|
1262
1271
|
return (u, p) => {
|
|
1263
1272
|
const d = M("v-badge");
|
|
1264
|
-
return _(),
|
|
1273
|
+
return _(), S(i(N), null, {
|
|
1265
1274
|
default: w(() => [
|
|
1266
1275
|
O(d, {
|
|
1267
1276
|
content: i(o),
|
|
@@ -1280,10 +1289,10 @@ const ms = /* @__PURE__ */ I({
|
|
|
1280
1289
|
});
|
|
1281
1290
|
};
|
|
1282
1291
|
}
|
|
1283
|
-
}), gs = /* @__PURE__ */
|
|
1292
|
+
}), gs = /* @__PURE__ */ C({
|
|
1284
1293
|
__name: "index",
|
|
1285
1294
|
props: {
|
|
1286
|
-
|
|
1295
|
+
nodeId: {},
|
|
1287
1296
|
outer: { type: Boolean },
|
|
1288
1297
|
refContext: {}
|
|
1289
1298
|
},
|
|
@@ -1302,18 +1311,18 @@ const ms = /* @__PURE__ */ I({
|
|
|
1302
1311
|
]), { property: x } = l(e, [
|
|
1303
1312
|
"settings",
|
|
1304
1313
|
"readonly"
|
|
1305
|
-
]), { property:
|
|
1314
|
+
]), { property: $ } = l(e, ["settings", "ripple"]), { property: V } = l(e, ["settings", "size"]), { property: F } = l(e, ["settings", "stacked"]), { property: W } = l(e, ["settings", "text"]), { theme: U } = G(), { property: j } = l(e, ["settings", "variant"]), { property: D } = l(e, ["size", "width"]), L = (H) => {
|
|
1306
1315
|
if (!o || !o.vm)
|
|
1307
1316
|
return;
|
|
1308
1317
|
const { vm: ee } = o;
|
|
1309
1318
|
ee.setProp(ee.global, "__pointerPosX__", ee.newNumber(H.clientX)), ee.setProp(ee.global, "__pointerPosY__", ee.newNumber(H.clientY)), o.callFunction(
|
|
1310
1319
|
"__triggerEventV1__",
|
|
1311
|
-
oe("elementEvent", n.
|
|
1320
|
+
oe("elementEvent", n.nodeId, "click")
|
|
1312
1321
|
);
|
|
1313
1322
|
};
|
|
1314
1323
|
return (H, ee) => {
|
|
1315
1324
|
const ae = M("v-btn");
|
|
1316
|
-
return _(),
|
|
1325
|
+
return _(), S(i(N), { block: i(r) }, {
|
|
1317
1326
|
default: w(() => [
|
|
1318
1327
|
O(ae, {
|
|
1319
1328
|
"append-icon": i(s),
|
|
@@ -1329,7 +1338,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1329
1338
|
"min-width": i(v),
|
|
1330
1339
|
"prepend-icon": i(h),
|
|
1331
1340
|
readonly: i(x),
|
|
1332
|
-
ripple: i(
|
|
1341
|
+
ripple: i($),
|
|
1333
1342
|
size: i(V),
|
|
1334
1343
|
stacked: i(F),
|
|
1335
1344
|
text: i(W),
|
|
@@ -1346,17 +1355,17 @@ const ms = /* @__PURE__ */ I({
|
|
|
1346
1355
|
}), hs = {};
|
|
1347
1356
|
function _s(t, n) {
|
|
1348
1357
|
const e = M("v-btn-group");
|
|
1349
|
-
return _(),
|
|
1358
|
+
return _(), S(e, null, {
|
|
1350
1359
|
default: w(() => [
|
|
1351
1360
|
R(t.$slots, "default")
|
|
1352
1361
|
]),
|
|
1353
1362
|
_: 3
|
|
1354
1363
|
});
|
|
1355
1364
|
}
|
|
1356
|
-
const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */
|
|
1365
|
+
const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ C({
|
|
1357
1366
|
__name: "index",
|
|
1358
1367
|
props: {
|
|
1359
|
-
|
|
1368
|
+
nodeId: {},
|
|
1360
1369
|
outer: { type: Boolean },
|
|
1361
1370
|
refContext: {}
|
|
1362
1371
|
},
|
|
@@ -1376,7 +1385,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1376
1385
|
]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: m } = G(), { property: f } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "variant"]);
|
|
1377
1386
|
return (b, v) => {
|
|
1378
1387
|
const h = M("v-btn-toggle");
|
|
1379
|
-
return _(),
|
|
1388
|
+
return _(), S(h, {
|
|
1380
1389
|
block: i(o),
|
|
1381
1390
|
disabled: i(s),
|
|
1382
1391
|
divided: i(r),
|
|
@@ -1396,10 +1405,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1396
1405
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1397
1406
|
};
|
|
1398
1407
|
}
|
|
1399
|
-
}), ks = /* @__PURE__ */
|
|
1408
|
+
}), ks = /* @__PURE__ */ C({
|
|
1400
1409
|
__name: "index",
|
|
1401
1410
|
props: {
|
|
1402
|
-
|
|
1411
|
+
nodeId: {},
|
|
1403
1412
|
outer: { type: Boolean },
|
|
1404
1413
|
refContext: {}
|
|
1405
1414
|
},
|
|
@@ -1411,9 +1420,9 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1411
1420
|
"settings",
|
|
1412
1421
|
"subtitle"
|
|
1413
1422
|
]), { property: g } = l(e, ["settings", "text"]), { theme: b } = G(), { property: v } = l(e, ["settings", "title"]), { property: h } = l(e, ["settings", "variant"]), { property: x } = l(e, ["size", "width"]);
|
|
1414
|
-
return (
|
|
1423
|
+
return ($, V) => {
|
|
1415
1424
|
const F = M("v-card");
|
|
1416
|
-
return _(),
|
|
1425
|
+
return _(), S(i(N), { block: "" }, {
|
|
1417
1426
|
default: w(() => [
|
|
1418
1427
|
O(F, {
|
|
1419
1428
|
density: i(o),
|
|
@@ -1433,7 +1442,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1433
1442
|
width: i(x)
|
|
1434
1443
|
}, {
|
|
1435
1444
|
default: w(() => [
|
|
1436
|
-
R(
|
|
1445
|
+
R($.$slots, "default")
|
|
1437
1446
|
]),
|
|
1438
1447
|
_: 3
|
|
1439
1448
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
|
|
@@ -1442,10 +1451,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1442
1451
|
});
|
|
1443
1452
|
};
|
|
1444
1453
|
}
|
|
1445
|
-
}), ws = /* @__PURE__ */
|
|
1454
|
+
}), ws = /* @__PURE__ */ C({
|
|
1446
1455
|
__name: "index",
|
|
1447
1456
|
props: {
|
|
1448
|
-
|
|
1457
|
+
nodeId: {},
|
|
1449
1458
|
outer: { type: Boolean },
|
|
1450
1459
|
refContext: {}
|
|
1451
1460
|
},
|
|
@@ -1459,7 +1468,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1459
1468
|
]);
|
|
1460
1469
|
return (r, a) => {
|
|
1461
1470
|
const c = M("v-checkbox");
|
|
1462
|
-
return _(),
|
|
1471
|
+
return _(), S(i(N), null, {
|
|
1463
1472
|
default: w(() => [
|
|
1464
1473
|
O(c, {
|
|
1465
1474
|
disabled: i(o),
|
|
@@ -1470,10 +1479,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1470
1479
|
});
|
|
1471
1480
|
};
|
|
1472
1481
|
}
|
|
1473
|
-
}),
|
|
1482
|
+
}), Is = /* @__PURE__ */ C({
|
|
1474
1483
|
__name: "index",
|
|
1475
1484
|
props: {
|
|
1476
|
-
|
|
1485
|
+
nodeId: {},
|
|
1477
1486
|
outer: { type: Boolean },
|
|
1478
1487
|
refContext: {}
|
|
1479
1488
|
},
|
|
@@ -1488,9 +1497,9 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1488
1497
|
"settings",
|
|
1489
1498
|
"draggable"
|
|
1490
1499
|
]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "size"]), { property: f } = l(e, ["settings", "text"]), { theme: g } = G(), { property: b } = l(e, ["settings", "tile"]), { property: v } = l(e, ["settings", "value"]), { property: h } = l(e, ["settings", "variant"]);
|
|
1491
|
-
return (x,
|
|
1500
|
+
return (x, $) => {
|
|
1492
1501
|
const V = M("v-chip");
|
|
1493
|
-
return _(),
|
|
1502
|
+
return _(), S(i(N), null, {
|
|
1494
1503
|
default: w(() => [
|
|
1495
1504
|
O(V, {
|
|
1496
1505
|
closable: i(o),
|
|
@@ -1512,10 +1521,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1512
1521
|
});
|
|
1513
1522
|
};
|
|
1514
1523
|
}
|
|
1515
|
-
}),
|
|
1524
|
+
}), Ss = /* @__PURE__ */ C({
|
|
1516
1525
|
__name: "index",
|
|
1517
1526
|
props: {
|
|
1518
|
-
|
|
1527
|
+
nodeId: {},
|
|
1519
1528
|
outer: { type: Boolean },
|
|
1520
1529
|
refContext: {}
|
|
1521
1530
|
},
|
|
@@ -1538,7 +1547,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1538
1547
|
]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
1539
1548
|
return (f, g) => {
|
|
1540
1549
|
const b = M("v-chip-group");
|
|
1541
|
-
return _(),
|
|
1550
|
+
return _(), S(b, {
|
|
1542
1551
|
modelValue: i(m),
|
|
1543
1552
|
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
|
|
1544
1553
|
column: i(o),
|
|
@@ -1557,10 +1566,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1557
1566
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1558
1567
|
};
|
|
1559
1568
|
}
|
|
1560
|
-
}),
|
|
1569
|
+
}), $s = /* @__PURE__ */ C({
|
|
1561
1570
|
__name: "index",
|
|
1562
1571
|
props: {
|
|
1563
|
-
|
|
1572
|
+
nodeId: {},
|
|
1564
1573
|
outer: { type: Boolean },
|
|
1565
1574
|
refContext: {}
|
|
1566
1575
|
},
|
|
@@ -1592,7 +1601,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1592
1601
|
]), { theme: b } = G();
|
|
1593
1602
|
return (v, h) => {
|
|
1594
1603
|
const x = M("v-color-picker");
|
|
1595
|
-
return _(),
|
|
1604
|
+
return _(), S(i(N), null, {
|
|
1596
1605
|
default: w(() => [
|
|
1597
1606
|
O(x, {
|
|
1598
1607
|
disabled: i(c),
|
|
@@ -1610,10 +1619,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1610
1619
|
});
|
|
1611
1620
|
};
|
|
1612
1621
|
}
|
|
1613
|
-
}),
|
|
1622
|
+
}), Cs = /* @__PURE__ */ C({
|
|
1614
1623
|
__name: "index",
|
|
1615
1624
|
props: {
|
|
1616
|
-
|
|
1625
|
+
nodeId: {},
|
|
1617
1626
|
outer: { type: Boolean },
|
|
1618
1627
|
refContext: {}
|
|
1619
1628
|
},
|
|
@@ -1633,7 +1642,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1633
1642
|
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
1634
1643
|
return (d, m) => {
|
|
1635
1644
|
const f = M("v-combobox");
|
|
1636
|
-
return _(),
|
|
1645
|
+
return _(), S(i(N), null, {
|
|
1637
1646
|
default: w(() => [
|
|
1638
1647
|
O(f, {
|
|
1639
1648
|
modelValue: i(p),
|
|
@@ -1650,10 +1659,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1650
1659
|
});
|
|
1651
1660
|
};
|
|
1652
1661
|
}
|
|
1653
|
-
}), Vs = /* @__PURE__ */
|
|
1662
|
+
}), Vs = /* @__PURE__ */ C({
|
|
1654
1663
|
__name: "index",
|
|
1655
1664
|
props: {
|
|
1656
|
-
|
|
1665
|
+
nodeId: {},
|
|
1657
1666
|
outer: { type: Boolean },
|
|
1658
1667
|
refContext: {}
|
|
1659
1668
|
},
|
|
@@ -1665,7 +1674,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1665
1674
|
const f = {}, g = s.value.type;
|
|
1666
1675
|
return o === "page" ? g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1) : o === "comp" && g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1), f;
|
|
1667
1676
|
});
|
|
1668
|
-
return (f, g) => (_(),
|
|
1677
|
+
return (f, g) => (_(), S(i(N), { block: "" }, {
|
|
1669
1678
|
default: w(() => [
|
|
1670
1679
|
te("div", {
|
|
1671
1680
|
style: re(m.value)
|
|
@@ -1676,10 +1685,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1676
1685
|
_: 3
|
|
1677
1686
|
}));
|
|
1678
1687
|
}
|
|
1679
|
-
}), Ps = /* @__PURE__ */
|
|
1688
|
+
}), Ps = /* @__PURE__ */ C({
|
|
1680
1689
|
__name: "index",
|
|
1681
1690
|
props: {
|
|
1682
|
-
|
|
1691
|
+
nodeId: {},
|
|
1683
1692
|
outer: { type: Boolean },
|
|
1684
1693
|
refContext: {}
|
|
1685
1694
|
},
|
|
@@ -1701,7 +1710,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1701
1710
|
});
|
|
1702
1711
|
return (v, h) => {
|
|
1703
1712
|
const x = M("v-data-table");
|
|
1704
|
-
return _(),
|
|
1713
|
+
return _(), S(i(N), { block: "" }, {
|
|
1705
1714
|
default: w(() => [
|
|
1706
1715
|
O(x, {
|
|
1707
1716
|
density: i(o),
|
|
@@ -1716,14 +1725,14 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1716
1725
|
theme: i(f),
|
|
1717
1726
|
width: i(g)
|
|
1718
1727
|
}, Ft({ _: 2 }, [
|
|
1719
|
-
Jo(b.value, (
|
|
1720
|
-
name: `item.${
|
|
1728
|
+
Jo(b.value, ($) => ({
|
|
1729
|
+
name: `item.${$.column}`,
|
|
1721
1730
|
fn: w(({ value: V }) => [
|
|
1722
1731
|
O(i(ke), {
|
|
1723
|
-
id:
|
|
1724
|
-
"ref-context": { compId:
|
|
1732
|
+
"node-id": $.column,
|
|
1733
|
+
"ref-context": { compId: $.comp },
|
|
1725
1734
|
state: { value: V }
|
|
1726
|
-
}, null, 8, ["id", "ref-context", "state"])
|
|
1735
|
+
}, null, 8, ["node-id", "ref-context", "state"])
|
|
1727
1736
|
])
|
|
1728
1737
|
}))
|
|
1729
1738
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"])
|
|
@@ -1732,12 +1741,12 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1732
1741
|
});
|
|
1733
1742
|
};
|
|
1734
1743
|
}
|
|
1735
|
-
}), Ls = /* @__PURE__ */
|
|
1744
|
+
}), Ls = /* @__PURE__ */ C({
|
|
1736
1745
|
__name: "index",
|
|
1737
1746
|
setup(t) {
|
|
1738
1747
|
return (n, e) => {
|
|
1739
1748
|
const o = M("v-date-picker");
|
|
1740
|
-
return _(),
|
|
1749
|
+
return _(), S(i(N), null, {
|
|
1741
1750
|
default: w(() => [
|
|
1742
1751
|
O(o)
|
|
1743
1752
|
]),
|
|
@@ -1745,10 +1754,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1745
1754
|
});
|
|
1746
1755
|
};
|
|
1747
1756
|
}
|
|
1748
|
-
}), zs = ["id"], Ts = /* @__PURE__ */
|
|
1757
|
+
}), zs = ["id"], Ts = /* @__PURE__ */ C({
|
|
1749
1758
|
__name: "index",
|
|
1750
1759
|
props: {
|
|
1751
|
-
|
|
1760
|
+
nodeId: {},
|
|
1752
1761
|
outer: { type: Boolean },
|
|
1753
1762
|
refContext: {}
|
|
1754
1763
|
},
|
|
@@ -1760,7 +1769,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1760
1769
|
o.value = !1;
|
|
1761
1770
|
}), (s, r) => {
|
|
1762
1771
|
const a = M("v-dialog");
|
|
1763
|
-
return _(),
|
|
1772
|
+
return _(), S(a, {
|
|
1764
1773
|
modelValue: i(o),
|
|
1765
1774
|
"onUpdate:modelValue": r[0] || (r[0] = (c) => Z(o) ? o.value = c : null),
|
|
1766
1775
|
attach: "#dialogContainer"
|
|
@@ -1768,7 +1777,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1768
1777
|
activator: w(() => [
|
|
1769
1778
|
i(e) === "editor" ? (_(), se("div", {
|
|
1770
1779
|
key: 0,
|
|
1771
|
-
id: `__node__@${n.
|
|
1780
|
+
id: `__node__@${n.nodeId}`
|
|
1772
1781
|
}, null, 8, zs)) : le("", !0)
|
|
1773
1782
|
]),
|
|
1774
1783
|
default: w(() => [
|
|
@@ -1778,10 +1787,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1778
1787
|
}, 8, ["modelValue"]);
|
|
1779
1788
|
};
|
|
1780
1789
|
}
|
|
1781
|
-
}), Es = /* @__PURE__ */
|
|
1790
|
+
}), Es = /* @__PURE__ */ C({
|
|
1782
1791
|
__name: "index",
|
|
1783
1792
|
props: {
|
|
1784
|
-
|
|
1793
|
+
nodeId: {},
|
|
1785
1794
|
outer: { type: Boolean },
|
|
1786
1795
|
refContext: {}
|
|
1787
1796
|
},
|
|
@@ -1804,7 +1813,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1804
1813
|
]);
|
|
1805
1814
|
return (g, b) => {
|
|
1806
1815
|
const v = M("v-file-input");
|
|
1807
|
-
return _(),
|
|
1816
|
+
return _(), S(i(N), { block: "" }, {
|
|
1808
1817
|
default: w(() => [
|
|
1809
1818
|
O(v, {
|
|
1810
1819
|
chips: i(o),
|
|
@@ -1823,10 +1832,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1823
1832
|
});
|
|
1824
1833
|
};
|
|
1825
1834
|
}
|
|
1826
|
-
}), As = /* @__PURE__ */
|
|
1835
|
+
}), As = /* @__PURE__ */ C({
|
|
1827
1836
|
__name: "index",
|
|
1828
1837
|
props: {
|
|
1829
|
-
|
|
1838
|
+
nodeId: {},
|
|
1830
1839
|
outer: { type: Boolean },
|
|
1831
1840
|
refContext: {}
|
|
1832
1841
|
},
|
|
@@ -1840,8 +1849,8 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1840
1849
|
h === "row" ? b.flexDirection = "row" : h === "rowReverse" ? b.flexDirection = "row-reverse" : h === "column" ? b.flexDirection = "column" : h === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1841
1850
|
const x = We(v, e.value.settings?.wrap);
|
|
1842
1851
|
x === "no" ? b.flexWrap = "nowrap" : x === "yes" ? b.flexWrap = "wrap" : x === "reverse" && (b.flexWrap = "wrap-reverse");
|
|
1843
|
-
const
|
|
1844
|
-
|
|
1852
|
+
const $ = We(v, e.value.settings?.mainAlign);
|
|
1853
|
+
$ === "start" ? b.justifyContent = "flex-start" : $ === "end" ? b.justifyContent = "flex-end" : $ === "center" ? b.justifyContent = "center" : $ === "spaceBetween" ? b.justifyContent = "space-between" : $ === "spaceAround" ? b.justifyContent = "space-around" : $ === "spaceEvenly" && (b.justifyContent = "space-evenly");
|
|
1845
1854
|
const V = We(v, e.value.settings?.crossAlign);
|
|
1846
1855
|
V === "start" ? b.alignItems = "flex-start" : V === "end" ? b.alignItems = "flex-end" : V === "center" ? b.alignItems = "center" : V === "baseline" ? b.alignItems = "baseline" : V === "stretch" && (b.alignItems = "stretch");
|
|
1847
1856
|
}, g = k(() => {
|
|
@@ -1854,10 +1863,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1854
1863
|
R(b.$slots, "default")
|
|
1855
1864
|
], 4));
|
|
1856
1865
|
}
|
|
1857
|
-
}), Ms = /* @__PURE__ */
|
|
1866
|
+
}), Ms = /* @__PURE__ */ C({
|
|
1858
1867
|
__name: "index",
|
|
1859
1868
|
props: {
|
|
1860
|
-
|
|
1869
|
+
nodeId: {},
|
|
1861
1870
|
outer: { type: Boolean },
|
|
1862
1871
|
refContext: {}
|
|
1863
1872
|
},
|
|
@@ -1872,10 +1881,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1872
1881
|
R(p.$slots, "default")
|
|
1873
1882
|
], 4));
|
|
1874
1883
|
}
|
|
1875
|
-
}), Bs = /* @__PURE__ */
|
|
1884
|
+
}), Bs = /* @__PURE__ */ C({
|
|
1876
1885
|
__name: "index",
|
|
1877
1886
|
props: {
|
|
1878
|
-
|
|
1887
|
+
nodeId: {},
|
|
1879
1888
|
outer: { type: Boolean },
|
|
1880
1889
|
refContext: {}
|
|
1881
1890
|
},
|
|
@@ -1892,12 +1901,12 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1892
1901
|
}), v = () => {
|
|
1893
1902
|
r && r.callFunction(
|
|
1894
1903
|
"__triggerEventV1__",
|
|
1895
|
-
oe("elementEvent", n.
|
|
1904
|
+
oe("elementEvent", n.nodeId, "submit")
|
|
1896
1905
|
);
|
|
1897
1906
|
};
|
|
1898
1907
|
return (h, x) => {
|
|
1899
|
-
const
|
|
1900
|
-
return _(),
|
|
1908
|
+
const $ = M("v-form");
|
|
1909
|
+
return _(), S($, {
|
|
1901
1910
|
modelValue: i(a),
|
|
1902
1911
|
"onUpdate:modelValue": x[0] || (x[0] = (V) => Z(a) ? a.value = V : null),
|
|
1903
1912
|
"fast-fail": i(c),
|
|
@@ -1911,10 +1920,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1911
1920
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1912
1921
|
};
|
|
1913
1922
|
}
|
|
1914
|
-
}), Ws = /* @__PURE__ */
|
|
1923
|
+
}), Ws = /* @__PURE__ */ C({
|
|
1915
1924
|
__name: "index",
|
|
1916
1925
|
props: {
|
|
1917
|
-
|
|
1926
|
+
nodeId: {},
|
|
1918
1927
|
outer: { type: Boolean },
|
|
1919
1928
|
refContext: {}
|
|
1920
1929
|
},
|
|
@@ -1925,7 +1934,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1925
1934
|
]), { property: a } = l(e, ["settings", "icon"]), { property: c } = l(e, ["settings", "size"]), { theme: u } = G();
|
|
1926
1935
|
return (p, d) => {
|
|
1927
1936
|
const m = M("v-icon");
|
|
1928
|
-
return _(),
|
|
1937
|
+
return _(), S(m, {
|
|
1929
1938
|
color: i(s),
|
|
1930
1939
|
disabled: i(r),
|
|
1931
1940
|
icon: i(a),
|
|
@@ -1934,10 +1943,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1934
1943
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1935
1944
|
};
|
|
1936
1945
|
}
|
|
1937
|
-
}), Rs = ["id"], Ks = /* @__PURE__ */
|
|
1946
|
+
}), Rs = ["id"], Ks = /* @__PURE__ */ C({
|
|
1938
1947
|
__name: "index",
|
|
1939
1948
|
props: {
|
|
1940
|
-
|
|
1949
|
+
nodeId: {},
|
|
1941
1950
|
outer: { type: Boolean },
|
|
1942
1951
|
refContext: {}
|
|
1943
1952
|
},
|
|
@@ -1952,7 +1961,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1952
1961
|
o && (c.value = !1);
|
|
1953
1962
|
}), (u, p) => {
|
|
1954
1963
|
const d = M("v-menu");
|
|
1955
|
-
return _(),
|
|
1964
|
+
return _(), S(d, {
|
|
1956
1965
|
modelValue: i(c),
|
|
1957
1966
|
"onUpdate:modelValue": p[0] || (p[0] = (m) => Z(c) ? c.value = m : null),
|
|
1958
1967
|
attach: "menuContainer",
|
|
@@ -1963,7 +1972,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1963
1972
|
activator: w(() => [
|
|
1964
1973
|
i(e) === "editor" ? (_(), se("div", {
|
|
1965
1974
|
key: 0,
|
|
1966
|
-
id: `__node__@${n.
|
|
1975
|
+
id: `__node__@${n.nodeId}`
|
|
1967
1976
|
}, null, 8, Rs)) : le("", !0)
|
|
1968
1977
|
]),
|
|
1969
1978
|
default: w(() => [
|
|
@@ -1973,10 +1982,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1973
1982
|
}, 8, ["modelValue", "target"]);
|
|
1974
1983
|
};
|
|
1975
1984
|
}
|
|
1976
|
-
}), Ds = /* @__PURE__ */
|
|
1985
|
+
}), Ds = /* @__PURE__ */ C({
|
|
1977
1986
|
__name: "index",
|
|
1978
1987
|
props: {
|
|
1979
|
-
|
|
1988
|
+
nodeId: {},
|
|
1980
1989
|
outer: { type: Boolean },
|
|
1981
1990
|
refContext: {}
|
|
1982
1991
|
},
|
|
@@ -2009,7 +2018,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2009
2018
|
"settings",
|
|
2010
2019
|
"addIcon",
|
|
2011
2020
|
"prependInner"
|
|
2012
|
-
]), { property:
|
|
2021
|
+
]), { property: $ } = l(e, [
|
|
2013
2022
|
"settings",
|
|
2014
2023
|
"readonly"
|
|
2015
2024
|
]), { property: V } = l(e, ["settings", "reverse"]), { property: F } = l(e, [
|
|
@@ -2017,10 +2026,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2017
2026
|
"singleLine"
|
|
2018
2027
|
]), { property: W } = l(e, ["settings", "step"]), { property: U } = l(e, ["settings", "suffix"]), { theme: j } = G(), { property: D } = l(e, ["settings", "value"]), { property: L } = l(e, ["settings", "variant"]), { property: H } = l(e, ["size", "width"]);
|
|
2019
2028
|
return (ee, ae) => {
|
|
2020
|
-
const
|
|
2021
|
-
return _(),
|
|
2029
|
+
const $e = M("v-number-input");
|
|
2030
|
+
return _(), S(i(N), { block: "" }, {
|
|
2022
2031
|
default: w(() => [
|
|
2023
|
-
O(
|
|
2032
|
+
O($e, {
|
|
2024
2033
|
modelValue: i(D),
|
|
2025
2034
|
"onUpdate:modelValue": ae[0] || (ae[0] = (fe) => Z(D) ? D.value = fe : null),
|
|
2026
2035
|
"append-icon": i(o),
|
|
@@ -2038,7 +2047,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2038
2047
|
prefix: i(v),
|
|
2039
2048
|
"prepend-icon": i(h),
|
|
2040
2049
|
"prepend-inner-icon": i(x),
|
|
2041
|
-
readonly: i(
|
|
2050
|
+
readonly: i($),
|
|
2042
2051
|
reverse: i(V),
|
|
2043
2052
|
"single-line": i(F),
|
|
2044
2053
|
step: i(W),
|
|
@@ -2052,10 +2061,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2052
2061
|
});
|
|
2053
2062
|
};
|
|
2054
2063
|
}
|
|
2055
|
-
}), Os = /* @__PURE__ */
|
|
2064
|
+
}), Os = /* @__PURE__ */ C({
|
|
2056
2065
|
__name: "index",
|
|
2057
2066
|
props: {
|
|
2058
|
-
|
|
2067
|
+
nodeId: {},
|
|
2059
2068
|
outer: { type: Boolean },
|
|
2060
2069
|
refContext: {}
|
|
2061
2070
|
},
|
|
@@ -2072,11 +2081,11 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2072
2081
|
});
|
|
2073
2082
|
return (v, h) => {
|
|
2074
2083
|
const x = M("v-pagination");
|
|
2075
|
-
return _(),
|
|
2084
|
+
return _(), S(i(N), { block: "" }, {
|
|
2076
2085
|
default: w(() => [
|
|
2077
2086
|
O(x, {
|
|
2078
2087
|
modelValue: i(f),
|
|
2079
|
-
"onUpdate:modelValue": h[0] || (h[0] = (
|
|
2088
|
+
"onUpdate:modelValue": h[0] || (h[0] = ($) => Z(f) ? f.value = $ : null),
|
|
2080
2089
|
density: i(s),
|
|
2081
2090
|
disabled: i(r),
|
|
2082
2091
|
length: i(a),
|
|
@@ -2093,10 +2102,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2093
2102
|
});
|
|
2094
2103
|
};
|
|
2095
2104
|
}
|
|
2096
|
-
}), Fs = /* @__PURE__ */
|
|
2105
|
+
}), Fs = /* @__PURE__ */ C({
|
|
2097
2106
|
__name: "index",
|
|
2098
2107
|
props: {
|
|
2099
|
-
|
|
2108
|
+
nodeId: {},
|
|
2100
2109
|
outer: { type: Boolean },
|
|
2101
2110
|
refContext: {}
|
|
2102
2111
|
},
|
|
@@ -2110,7 +2119,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2110
2119
|
]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
|
|
2111
2120
|
return (m, f) => {
|
|
2112
2121
|
const g = M("v-radio");
|
|
2113
|
-
return _(),
|
|
2122
|
+
return _(), S(g, {
|
|
2114
2123
|
color: i(s),
|
|
2115
2124
|
density: i(r),
|
|
2116
2125
|
disabled: i(a),
|
|
@@ -2121,10 +2130,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2121
2130
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2122
2131
|
};
|
|
2123
2132
|
}
|
|
2124
|
-
}), Ns = /* @__PURE__ */
|
|
2133
|
+
}), Ns = /* @__PURE__ */ C({
|
|
2125
2134
|
__name: "index",
|
|
2126
2135
|
props: {
|
|
2127
|
-
|
|
2136
|
+
nodeId: {},
|
|
2128
2137
|
outer: { type: Boolean },
|
|
2129
2138
|
refContext: {}
|
|
2130
2139
|
},
|
|
@@ -2141,7 +2150,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2141
2150
|
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2142
2151
|
return (d, m) => {
|
|
2143
2152
|
const f = M("v-radio-group");
|
|
2144
|
-
return _(),
|
|
2153
|
+
return _(), S(i(N), null, {
|
|
2145
2154
|
default: w(() => [
|
|
2146
2155
|
O(f, {
|
|
2147
2156
|
modelValue: i(p),
|
|
@@ -2163,10 +2172,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2163
2172
|
});
|
|
2164
2173
|
};
|
|
2165
2174
|
}
|
|
2166
|
-
}), js = /* @__PURE__ */
|
|
2175
|
+
}), js = /* @__PURE__ */ C({
|
|
2167
2176
|
__name: "index",
|
|
2168
2177
|
props: {
|
|
2169
|
-
|
|
2178
|
+
nodeId: {},
|
|
2170
2179
|
outer: { type: Boolean },
|
|
2171
2180
|
refContext: {}
|
|
2172
2181
|
},
|
|
@@ -2202,11 +2211,11 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2202
2211
|
}), { property: x } = l(e, [
|
|
2203
2212
|
"settings",
|
|
2204
2213
|
"thumbSize"
|
|
2205
|
-
]), { property:
|
|
2206
|
-
if (
|
|
2214
|
+
]), { property: $ } = l(e, ["settings", "ticks"]), V = k(() => {
|
|
2215
|
+
if (!$.value)
|
|
2207
2216
|
return;
|
|
2208
2217
|
const D = {};
|
|
2209
|
-
for (const { value: L, label: H } of
|
|
2218
|
+
for (const { value: L, label: H } of $.value)
|
|
2210
2219
|
D[L] = H;
|
|
2211
2220
|
if (!ko(D))
|
|
2212
2221
|
return D;
|
|
@@ -2229,7 +2238,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2229
2238
|
});
|
|
2230
2239
|
return (D, L) => {
|
|
2231
2240
|
const H = M("v-range-slider");
|
|
2232
|
-
return _(),
|
|
2241
|
+
return _(), S(i(N), { block: "" }, {
|
|
2233
2242
|
default: w(() => [
|
|
2234
2243
|
O(H, {
|
|
2235
2244
|
modelValue: j.value,
|
|
@@ -2255,10 +2264,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2255
2264
|
});
|
|
2256
2265
|
};
|
|
2257
2266
|
}
|
|
2258
|
-
}), Gs = /* @__PURE__ */
|
|
2267
|
+
}), Gs = /* @__PURE__ */ C({
|
|
2259
2268
|
__name: "index",
|
|
2260
2269
|
props: {
|
|
2261
|
-
|
|
2270
|
+
nodeId: {},
|
|
2262
2271
|
outer: { type: Boolean },
|
|
2263
2272
|
refContext: {}
|
|
2264
2273
|
},
|
|
@@ -2278,7 +2287,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2278
2287
|
]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
2279
2288
|
return (f, g) => {
|
|
2280
2289
|
const b = M("v-rating");
|
|
2281
|
-
return _(),
|
|
2290
|
+
return _(), S(i(N), null, {
|
|
2282
2291
|
default: w(() => [
|
|
2283
2292
|
O(b, {
|
|
2284
2293
|
modelValue: i(m),
|
|
@@ -2297,10 +2306,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2297
2306
|
});
|
|
2298
2307
|
};
|
|
2299
2308
|
}
|
|
2300
|
-
}), Hs = /* @__PURE__ */
|
|
2309
|
+
}), Hs = /* @__PURE__ */ C({
|
|
2301
2310
|
__name: "index",
|
|
2302
2311
|
props: {
|
|
2303
|
-
|
|
2312
|
+
nodeId: {},
|
|
2304
2313
|
outer: { type: Boolean },
|
|
2305
2314
|
refContext: {}
|
|
2306
2315
|
},
|
|
@@ -2320,7 +2329,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2320
2329
|
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2321
2330
|
return (d, m) => {
|
|
2322
2331
|
const f = M("v-select");
|
|
2323
|
-
return _(),
|
|
2332
|
+
return _(), S(i(N), { block: "" }, {
|
|
2324
2333
|
default: w(() => [
|
|
2325
2334
|
O(f, {
|
|
2326
2335
|
modelValue: i(p),
|
|
@@ -2337,10 +2346,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2337
2346
|
});
|
|
2338
2347
|
};
|
|
2339
2348
|
}
|
|
2340
|
-
}), Us = /* @__PURE__ */
|
|
2349
|
+
}), Us = /* @__PURE__ */ C({
|
|
2341
2350
|
__name: "index",
|
|
2342
2351
|
props: {
|
|
2343
|
-
|
|
2352
|
+
nodeId: {},
|
|
2344
2353
|
outer: { type: Boolean },
|
|
2345
2354
|
refContext: {}
|
|
2346
2355
|
},
|
|
@@ -2368,7 +2377,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2368
2377
|
}), { property: v } = l(e, ["settings", "step"]), { theme: h } = G(), { property: x } = l(e, [
|
|
2369
2378
|
"settings",
|
|
2370
2379
|
"thumbColor"
|
|
2371
|
-
]), { color:
|
|
2380
|
+
]), { color: $ } = q(x), { property: V } = l(e, [
|
|
2372
2381
|
"settings",
|
|
2373
2382
|
"thumbLabel"
|
|
2374
2383
|
]), F = k(() => {
|
|
@@ -2393,10 +2402,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2393
2402
|
]), { property: L } = l(e, [
|
|
2394
2403
|
"settings",
|
|
2395
2404
|
"trackColor"
|
|
2396
|
-
]), { color: H } = q(L), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property:
|
|
2405
|
+
]), { color: H } = q(L), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property: $e } = l(e, ["slots", "prepend"]);
|
|
2397
2406
|
return (fe, Je) => {
|
|
2398
2407
|
const lt = M("v-slider");
|
|
2399
|
-
return _(),
|
|
2408
|
+
return _(), S(i(N), { block: "" }, {
|
|
2400
2409
|
default: w(() => [
|
|
2401
2410
|
O(lt, {
|
|
2402
2411
|
modelValue: i(ee),
|
|
@@ -2413,7 +2422,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2413
2422
|
"show-ticks": b.value,
|
|
2414
2423
|
step: i(v),
|
|
2415
2424
|
theme: i(h),
|
|
2416
|
-
"thumb-color": i(
|
|
2425
|
+
"thumb-color": i($),
|
|
2417
2426
|
"thumb-label": F.value,
|
|
2418
2427
|
"thumb-size": i(W),
|
|
2419
2428
|
"tick-size": i(D),
|
|
@@ -2424,19 +2433,19 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2424
2433
|
name: "append",
|
|
2425
2434
|
fn: w(() => [
|
|
2426
2435
|
O(i(ke), {
|
|
2427
|
-
id: "append",
|
|
2436
|
+
"node-id": "append",
|
|
2428
2437
|
"ref-context": { compId: i(ae) },
|
|
2429
2438
|
state: {}
|
|
2430
2439
|
}, null, 8, ["ref-context"])
|
|
2431
2440
|
]),
|
|
2432
2441
|
key: "0"
|
|
2433
2442
|
} : void 0,
|
|
2434
|
-
i(
|
|
2443
|
+
i($e) ? {
|
|
2435
2444
|
name: "prepend",
|
|
2436
2445
|
fn: w(() => [
|
|
2437
2446
|
O(i(ke), {
|
|
2438
|
-
id: "prepend",
|
|
2439
|
-
"ref-context": { compId: i(
|
|
2447
|
+
"node-id": "prepend",
|
|
2448
|
+
"ref-context": { compId: i($e) },
|
|
2440
2449
|
state: {}
|
|
2441
2450
|
}, null, 8, ["ref-context"])
|
|
2442
2451
|
]),
|
|
@@ -2448,10 +2457,10 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2448
2457
|
});
|
|
2449
2458
|
};
|
|
2450
2459
|
}
|
|
2451
|
-
}), Js = /* @__PURE__ */
|
|
2460
|
+
}), Js = /* @__PURE__ */ C({
|
|
2452
2461
|
__name: "index",
|
|
2453
2462
|
props: {
|
|
2454
|
-
|
|
2463
|
+
nodeId: {},
|
|
2455
2464
|
outer: { type: Boolean },
|
|
2456
2465
|
refContext: {}
|
|
2457
2466
|
},
|
|
@@ -2462,7 +2471,7 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2462
2471
|
]), { theme: s } = G(), { property: r } = l(e, ["settings", "value"]);
|
|
2463
2472
|
return (a, c) => {
|
|
2464
2473
|
const u = M("v-stepper");
|
|
2465
|
-
return _(),
|
|
2474
|
+
return _(), S(u, {
|
|
2466
2475
|
modelValue: i(r),
|
|
2467
2476
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => Z(r) ? r.value = p : null),
|
|
2468
2477
|
"hide-actions": i(o),
|
|
@@ -2478,17 +2487,17 @@ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2478
2487
|
}), qs = {};
|
|
2479
2488
|
function Xs(t, n) {
|
|
2480
2489
|
const e = M("v-stepper-header");
|
|
2481
|
-
return _(),
|
|
2490
|
+
return _(), S(e, null, {
|
|
2482
2491
|
default: w(() => [
|
|
2483
2492
|
R(t.$slots, "default")
|
|
2484
2493
|
]),
|
|
2485
2494
|
_: 3
|
|
2486
2495
|
});
|
|
2487
2496
|
}
|
|
2488
|
-
const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */
|
|
2497
|
+
const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */ C({
|
|
2489
2498
|
__name: "index",
|
|
2490
2499
|
props: {
|
|
2491
|
-
|
|
2500
|
+
nodeId: {},
|
|
2492
2501
|
outer: { type: Boolean },
|
|
2493
2502
|
refContext: {}
|
|
2494
2503
|
},
|
|
@@ -2496,7 +2505,7 @@ const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */ I({
|
|
|
2496
2505
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "value"]);
|
|
2497
2506
|
return (s, r) => {
|
|
2498
2507
|
const a = M("v-stepper-item");
|
|
2499
|
-
return _(),
|
|
2508
|
+
return _(), S(a, { value: i(o) }, {
|
|
2500
2509
|
default: w(() => [
|
|
2501
2510
|
R(s.$slots, "default")
|
|
2502
2511
|
]),
|
|
@@ -2507,17 +2516,17 @@ const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */ I({
|
|
|
2507
2516
|
}), Qs = {};
|
|
2508
2517
|
function el(t, n) {
|
|
2509
2518
|
const e = M("v-stepper-window");
|
|
2510
|
-
return _(),
|
|
2519
|
+
return _(), S(e, null, {
|
|
2511
2520
|
default: w(() => [
|
|
2512
2521
|
R(t.$slots, "default")
|
|
2513
2522
|
]),
|
|
2514
2523
|
_: 3
|
|
2515
2524
|
});
|
|
2516
2525
|
}
|
|
2517
|
-
const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */
|
|
2526
|
+
const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ C({
|
|
2518
2527
|
__name: "index",
|
|
2519
2528
|
props: {
|
|
2520
|
-
|
|
2529
|
+
nodeId: {},
|
|
2521
2530
|
outer: { type: Boolean },
|
|
2522
2531
|
refContext: {}
|
|
2523
2532
|
},
|
|
@@ -2525,7 +2534,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2525
2534
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "value"]);
|
|
2526
2535
|
return (s, r) => {
|
|
2527
2536
|
const a = M("v-stepper-window-item");
|
|
2528
|
-
return _(),
|
|
2537
|
+
return _(), S(a, { value: i(o) }, {
|
|
2529
2538
|
default: w(() => [
|
|
2530
2539
|
R(s.$slots, "default")
|
|
2531
2540
|
]),
|
|
@@ -2533,10 +2542,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2533
2542
|
}, 8, ["value"]);
|
|
2534
2543
|
};
|
|
2535
2544
|
}
|
|
2536
|
-
}), ol = /* @__PURE__ */
|
|
2545
|
+
}), ol = /* @__PURE__ */ C({
|
|
2537
2546
|
__name: "index",
|
|
2538
2547
|
props: {
|
|
2539
|
-
|
|
2548
|
+
nodeId: {},
|
|
2540
2549
|
outer: { type: Boolean },
|
|
2541
2550
|
refContext: {}
|
|
2542
2551
|
},
|
|
@@ -2556,7 +2565,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2556
2565
|
]), { property: u } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { theme: f } = G(), { property: g } = l(e, ["settings", "value"]);
|
|
2557
2566
|
return (b, v) => {
|
|
2558
2567
|
const h = M("v-switch");
|
|
2559
|
-
return _(),
|
|
2568
|
+
return _(), S(i(N), { "fit-content": !0 }, {
|
|
2560
2569
|
default: w(() => [
|
|
2561
2570
|
O(h, {
|
|
2562
2571
|
modelValue: i(g),
|
|
@@ -2577,10 +2586,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2577
2586
|
});
|
|
2578
2587
|
};
|
|
2579
2588
|
}
|
|
2580
|
-
}), il = /* @__PURE__ */
|
|
2589
|
+
}), il = /* @__PURE__ */ C({
|
|
2581
2590
|
__name: "index",
|
|
2582
2591
|
props: {
|
|
2583
|
-
|
|
2592
|
+
nodeId: {},
|
|
2584
2593
|
outer: { type: Boolean },
|
|
2585
2594
|
refContext: {}
|
|
2586
2595
|
},
|
|
@@ -2591,7 +2600,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2591
2600
|
});
|
|
2592
2601
|
return (u, p) => {
|
|
2593
2602
|
const d = M("v-tab");
|
|
2594
|
-
return _(),
|
|
2603
|
+
return _(), S(i(N), null, {
|
|
2595
2604
|
default: w(() => [
|
|
2596
2605
|
O(d, {
|
|
2597
2606
|
style: re(c.value),
|
|
@@ -2604,10 +2613,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2604
2613
|
});
|
|
2605
2614
|
};
|
|
2606
2615
|
}
|
|
2607
|
-
}), rl = /* @__PURE__ */
|
|
2616
|
+
}), rl = /* @__PURE__ */ C({
|
|
2608
2617
|
__name: "index",
|
|
2609
2618
|
props: {
|
|
2610
|
-
|
|
2619
|
+
nodeId: {},
|
|
2611
2620
|
outer: { type: Boolean },
|
|
2612
2621
|
refContext: {}
|
|
2613
2622
|
},
|
|
@@ -2644,14 +2653,14 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2644
2653
|
]), { property: x } = l(e, [
|
|
2645
2654
|
"settings",
|
|
2646
2655
|
"showArrows"
|
|
2647
|
-
]), { property:
|
|
2656
|
+
]), { property: $ } = l(e, [
|
|
2648
2657
|
"settings",
|
|
2649
2658
|
"color",
|
|
2650
2659
|
"sliderColor"
|
|
2651
|
-
]), { color: V } = q(
|
|
2660
|
+
]), { color: V } = q($), { property: F } = l(e, ["settings", "stacked"]), { theme: W } = G(), { property: U } = l(e, ["settings", "value"]);
|
|
2652
2661
|
return (j, D) => {
|
|
2653
2662
|
const L = M("v-tabs");
|
|
2654
|
-
return _(),
|
|
2663
|
+
return _(), S(i(N), { block: "" }, {
|
|
2655
2664
|
default: w(() => [
|
|
2656
2665
|
O(L, {
|
|
2657
2666
|
modelValue: i(U),
|
|
@@ -2683,10 +2692,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2683
2692
|
});
|
|
2684
2693
|
};
|
|
2685
2694
|
}
|
|
2686
|
-
}), sl = /* @__PURE__ */
|
|
2695
|
+
}), sl = /* @__PURE__ */ C({
|
|
2687
2696
|
__name: "index",
|
|
2688
2697
|
props: {
|
|
2689
|
-
|
|
2698
|
+
nodeId: {},
|
|
2690
2699
|
outer: { type: Boolean },
|
|
2691
2700
|
refContext: {}
|
|
2692
2701
|
},
|
|
@@ -2701,7 +2710,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2701
2710
|
const m = [], f = Xe(o.value.width), g = We(f, e.value.settings?.style);
|
|
2702
2711
|
return g && m.push(`text-${g}`), a.value === "high" ? m.push("text-high-emphasis") : a.value === "medium" ? m.push("text-medium-emphasis") : a.value === "disabled" && m.push("text-disabled"), s.value && m.push(`font-${s.value}`), r.value && m.push(`text-decoration-${r.value}`), p.value && m.push(`font-weight-${p.value}`), c.value && m.push("font-italic"), m.join(" ");
|
|
2703
2712
|
});
|
|
2704
|
-
return (m, f) => (_(),
|
|
2713
|
+
return (m, f) => (_(), S(i(N), null, {
|
|
2705
2714
|
default: w(() => [
|
|
2706
2715
|
te("span", {
|
|
2707
2716
|
class: Xo(d.value)
|
|
@@ -2710,10 +2719,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2710
2719
|
_: 1
|
|
2711
2720
|
}));
|
|
2712
2721
|
}
|
|
2713
|
-
}), ll = /* @__PURE__ */
|
|
2722
|
+
}), ll = /* @__PURE__ */ C({
|
|
2714
2723
|
__name: "index",
|
|
2715
2724
|
props: {
|
|
2716
|
-
|
|
2725
|
+
nodeId: {},
|
|
2717
2726
|
outer: { type: Boolean },
|
|
2718
2727
|
refContext: {}
|
|
2719
2728
|
},
|
|
@@ -2737,9 +2746,9 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2737
2746
|
"settings",
|
|
2738
2747
|
"singleLine"
|
|
2739
2748
|
]), { theme: v } = G(), { property: h } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
|
|
2740
|
-
return (
|
|
2749
|
+
return ($, V) => {
|
|
2741
2750
|
const F = M("v-textarea");
|
|
2742
|
-
return _(),
|
|
2751
|
+
return _(), S(i(N), { block: "" }, {
|
|
2743
2752
|
default: w(() => [
|
|
2744
2753
|
O(F, {
|
|
2745
2754
|
modelValue: i(h),
|
|
@@ -2764,10 +2773,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2764
2773
|
});
|
|
2765
2774
|
};
|
|
2766
2775
|
}
|
|
2767
|
-
}), al = /* @__PURE__ */
|
|
2776
|
+
}), al = /* @__PURE__ */ C({
|
|
2768
2777
|
__name: "index",
|
|
2769
2778
|
props: {
|
|
2770
|
-
|
|
2779
|
+
nodeId: {},
|
|
2771
2780
|
outer: { type: Boolean },
|
|
2772
2781
|
refContext: {}
|
|
2773
2782
|
},
|
|
@@ -2802,7 +2811,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2802
2811
|
]), { property: h } = l(e, [
|
|
2803
2812
|
"settings",
|
|
2804
2813
|
"readonly"
|
|
2805
|
-
]), { property: x } = l(e, ["settings", "reverse"]), { property:
|
|
2814
|
+
]), { property: x } = l(e, ["settings", "reverse"]), { property: $ } = l(e, [
|
|
2806
2815
|
"settings",
|
|
2807
2816
|
"singleLine"
|
|
2808
2817
|
]), { property: V } = l(e, ["settings", "suffix"]), { theme: F } = G(), { property: W } = l(e, ["settings", "value"]), { property: U } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: D } = l(e, [
|
|
@@ -2813,10 +2822,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2813
2822
|
"prependInner"
|
|
2814
2823
|
]);
|
|
2815
2824
|
return (ee, ae) => {
|
|
2816
|
-
const
|
|
2817
|
-
return _(),
|
|
2825
|
+
const $e = M("v-text-field");
|
|
2826
|
+
return _(), S(i(N), { block: "" }, {
|
|
2818
2827
|
default: w(() => [
|
|
2819
|
-
O(
|
|
2828
|
+
O($e, {
|
|
2820
2829
|
modelValue: i(W),
|
|
2821
2830
|
"onUpdate:modelValue": ae[0] || (ae[0] = (fe) => Z(W) ? W.value = fe : null),
|
|
2822
2831
|
"append-icon": i(o),
|
|
@@ -2834,7 +2843,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2834
2843
|
"prepend-inner-icon": i(v),
|
|
2835
2844
|
readonly: i(h),
|
|
2836
2845
|
reverse: i(x),
|
|
2837
|
-
"single-line": i(
|
|
2846
|
+
"single-line": i($),
|
|
2838
2847
|
suffix: i(V),
|
|
2839
2848
|
theme: i(F),
|
|
2840
2849
|
variant: i(U)
|
|
@@ -2843,7 +2852,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2843
2852
|
name: "append",
|
|
2844
2853
|
fn: w(() => [
|
|
2845
2854
|
O(i(ke), {
|
|
2846
|
-
id: "append",
|
|
2855
|
+
"node-id": "append",
|
|
2847
2856
|
"ref-context": { compId: i(j) },
|
|
2848
2857
|
state: {}
|
|
2849
2858
|
}, null, 8, ["ref-context"])
|
|
@@ -2854,7 +2863,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2854
2863
|
name: "append-inner",
|
|
2855
2864
|
fn: w(() => [
|
|
2856
2865
|
O(i(ke), {
|
|
2857
|
-
id: "append-inner",
|
|
2866
|
+
"node-id": "append-inner",
|
|
2858
2867
|
"ref-context": { compId: i(D) },
|
|
2859
2868
|
state: {}
|
|
2860
2869
|
}, null, 8, ["ref-context"])
|
|
@@ -2865,7 +2874,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2865
2874
|
name: "prepend",
|
|
2866
2875
|
fn: w(() => [
|
|
2867
2876
|
O(i(ke), {
|
|
2868
|
-
id: "prepend",
|
|
2877
|
+
"node-id": "prepend",
|
|
2869
2878
|
"ref-context": { compId: i(L) },
|
|
2870
2879
|
state: {}
|
|
2871
2880
|
}, null, 8, ["ref-context"])
|
|
@@ -2876,7 +2885,7 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2876
2885
|
name: "prepend-inner",
|
|
2877
2886
|
fn: w(() => [
|
|
2878
2887
|
O(i(ke), {
|
|
2879
|
-
id: "prepend-inner",
|
|
2888
|
+
"node-id": "prepend-inner",
|
|
2880
2889
|
"ref-context": { compId: i(H) },
|
|
2881
2890
|
state: {}
|
|
2882
2891
|
}, null, 8, ["ref-context"])
|
|
@@ -2889,10 +2898,10 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2889
2898
|
});
|
|
2890
2899
|
};
|
|
2891
2900
|
}
|
|
2892
|
-
}), cl = /* @__PURE__ */
|
|
2901
|
+
}), cl = /* @__PURE__ */ C({
|
|
2893
2902
|
__name: "index",
|
|
2894
2903
|
props: {
|
|
2895
|
-
|
|
2904
|
+
nodeId: {},
|
|
2896
2905
|
outer: { type: Boolean },
|
|
2897
2906
|
refContext: {}
|
|
2898
2907
|
},
|
|
@@ -2928,9 +2937,9 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2928
2937
|
"line",
|
|
2929
2938
|
"truncate"
|
|
2930
2939
|
]), { theme: h } = G();
|
|
2931
|
-
return (x,
|
|
2940
|
+
return (x, $) => {
|
|
2932
2941
|
const V = M("v-timeline");
|
|
2933
|
-
return _(),
|
|
2942
|
+
return _(), S(V, {
|
|
2934
2943
|
align: i(o),
|
|
2935
2944
|
density: i(s),
|
|
2936
2945
|
direction: i(r),
|
|
@@ -2954,17 +2963,17 @@ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2954
2963
|
}), ul = {};
|
|
2955
2964
|
function ml(t, n) {
|
|
2956
2965
|
const e = M("v-timeline-item");
|
|
2957
|
-
return _(),
|
|
2966
|
+
return _(), S(e, null, {
|
|
2958
2967
|
default: w(() => [
|
|
2959
2968
|
R(t.$slots, "default")
|
|
2960
2969
|
]),
|
|
2961
2970
|
_: 3
|
|
2962
2971
|
});
|
|
2963
2972
|
}
|
|
2964
|
-
const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */
|
|
2973
|
+
const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */ C({
|
|
2965
2974
|
__name: "index",
|
|
2966
2975
|
props: {
|
|
2967
|
-
|
|
2976
|
+
nodeId: {},
|
|
2968
2977
|
outer: { type: Boolean },
|
|
2969
2978
|
refContext: {}
|
|
2970
2979
|
},
|
|
@@ -2984,7 +2993,7 @@ const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
|
|
|
2984
2993
|
]), { property: u } = l(e, ["settings", "touch"]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
|
|
2985
2994
|
return (m, f) => {
|
|
2986
2995
|
const g = M("v-window");
|
|
2987
|
-
return _(),
|
|
2996
|
+
return _(), S(g, {
|
|
2988
2997
|
modelValue: i(d),
|
|
2989
2998
|
"onUpdate:modelValue": f[0] || (f[0] = (b) => Z(d) ? d.value = b : null),
|
|
2990
2999
|
continuous: i(o),
|
|
@@ -3005,7 +3014,7 @@ const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
|
|
|
3005
3014
|
}), fl = {};
|
|
3006
3015
|
function yl(t, n) {
|
|
3007
3016
|
const e = M("v-window-item");
|
|
3008
|
-
return _(),
|
|
3017
|
+
return _(), S(e, null, {
|
|
3009
3018
|
default: w(() => [
|
|
3010
3019
|
R(t.$slots, "default")
|
|
3011
3020
|
]),
|
|
@@ -3500,7 +3509,7 @@ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
|
3500
3509
|
methods: [],
|
|
3501
3510
|
slots: []
|
|
3502
3511
|
};
|
|
3503
|
-
|
|
3512
|
+
I(hl);
|
|
3504
3513
|
const pn = {
|
|
3505
3514
|
key: "settings",
|
|
3506
3515
|
name: "x-runtime-lib.settings",
|
|
@@ -3546,7 +3555,7 @@ const pn = {
|
|
|
3546
3555
|
methods: [],
|
|
3547
3556
|
slots: []
|
|
3548
3557
|
};
|
|
3549
|
-
|
|
3558
|
+
I(_l);
|
|
3550
3559
|
const vl = {
|
|
3551
3560
|
key: "scene_keyboard_controls_v1",
|
|
3552
3561
|
name: "x-runtime-lib.keyboardControls",
|
|
@@ -3560,7 +3569,7 @@ const vl = {
|
|
|
3560
3569
|
slots: [],
|
|
3561
3570
|
leaf: !0
|
|
3562
3571
|
};
|
|
3563
|
-
|
|
3572
|
+
I(vl);
|
|
3564
3573
|
const xl = {
|
|
3565
3574
|
key: "scene_map_controls_v1",
|
|
3566
3575
|
name: "x-runtime-lib.mapControls",
|
|
@@ -3574,7 +3583,7 @@ const xl = {
|
|
|
3574
3583
|
slots: [],
|
|
3575
3584
|
leaf: !0
|
|
3576
3585
|
};
|
|
3577
|
-
|
|
3586
|
+
I(xl);
|
|
3578
3587
|
const kl = {
|
|
3579
3588
|
key: "scene_orbit_controls_v1",
|
|
3580
3589
|
name: "x-runtime-lib.orbitControls",
|
|
@@ -3588,7 +3597,7 @@ const kl = {
|
|
|
3588
3597
|
slots: [],
|
|
3589
3598
|
leaf: !0
|
|
3590
3599
|
};
|
|
3591
|
-
|
|
3600
|
+
I(kl);
|
|
3592
3601
|
function wl(t, n) {
|
|
3593
3602
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3594
3603
|
if (!o) {
|
|
@@ -3618,7 +3627,7 @@ function wl(t, n) {
|
|
|
3618
3627
|
z: 1
|
|
3619
3628
|
}
|
|
3620
3629
|
};
|
|
3621
|
-
const a =
|
|
3630
|
+
const a = Il(t, n), c = Sl(t, n);
|
|
3622
3631
|
return {
|
|
3623
3632
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3624
3633
|
nodes: {
|
|
@@ -3628,7 +3637,7 @@ function wl(t, n) {
|
|
|
3628
3637
|
}
|
|
3629
3638
|
};
|
|
3630
3639
|
}
|
|
3631
|
-
function
|
|
3640
|
+
function Il(t, n) {
|
|
3632
3641
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3633
3642
|
if (!o) {
|
|
3634
3643
|
console.error(
|
|
@@ -3658,7 +3667,7 @@ function Sl(t, n) {
|
|
|
3658
3667
|
}
|
|
3659
3668
|
};
|
|
3660
3669
|
}
|
|
3661
|
-
function
|
|
3670
|
+
function Sl(t, n) {
|
|
3662
3671
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3663
3672
|
if (!o) {
|
|
3664
3673
|
console.error(
|
|
@@ -3739,8 +3748,8 @@ const dn = {
|
|
|
3739
3748
|
leaf: !0,
|
|
3740
3749
|
spawn: wl
|
|
3741
3750
|
};
|
|
3742
|
-
|
|
3743
|
-
function
|
|
3751
|
+
I(yt);
|
|
3752
|
+
function $l(t, n) {
|
|
3744
3753
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3745
3754
|
if (!o) {
|
|
3746
3755
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
@@ -3769,7 +3778,7 @@ function Cl(t, n) {
|
|
|
3769
3778
|
z: 1
|
|
3770
3779
|
}
|
|
3771
3780
|
};
|
|
3772
|
-
const a =
|
|
3781
|
+
const a = Cl(t, n), c = Vl(t, n);
|
|
3773
3782
|
return {
|
|
3774
3783
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3775
3784
|
nodes: {
|
|
@@ -3779,7 +3788,7 @@ function Cl(t, n) {
|
|
|
3779
3788
|
}
|
|
3780
3789
|
};
|
|
3781
3790
|
}
|
|
3782
|
-
function
|
|
3791
|
+
function Cl(t, n) {
|
|
3783
3792
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
3784
3793
|
if (!o) {
|
|
3785
3794
|
console.error(
|
|
@@ -3897,9 +3906,9 @@ const fn = {
|
|
|
3897
3906
|
methods: [],
|
|
3898
3907
|
slots: [],
|
|
3899
3908
|
leaf: !0,
|
|
3900
|
-
spawn:
|
|
3909
|
+
spawn: $l
|
|
3901
3910
|
};
|
|
3902
|
-
|
|
3911
|
+
I(bt);
|
|
3903
3912
|
const ot = K(X);
|
|
3904
3913
|
ot.children[0].default = "custom";
|
|
3905
3914
|
ot.children[2].children[0].default = "0xffffff";
|
|
@@ -3929,7 +3938,7 @@ const yn = {
|
|
|
3929
3938
|
methods: [],
|
|
3930
3939
|
slots: []
|
|
3931
3940
|
};
|
|
3932
|
-
|
|
3941
|
+
I(Pl);
|
|
3933
3942
|
const it = K(X);
|
|
3934
3943
|
it.children[0].default = "custom";
|
|
3935
3944
|
it.children[2].children[0].default = "0xffffff";
|
|
@@ -3959,7 +3968,7 @@ const bn = {
|
|
|
3959
3968
|
methods: [],
|
|
3960
3969
|
slots: []
|
|
3961
3970
|
};
|
|
3962
|
-
|
|
3971
|
+
I(Ll);
|
|
3963
3972
|
const rt = K(X);
|
|
3964
3973
|
rt.children[0].default = "custom";
|
|
3965
3974
|
rt.children[2].children[0].default = "0xffffff";
|
|
@@ -4003,7 +4012,7 @@ const gn = {
|
|
|
4003
4012
|
methods: [],
|
|
4004
4013
|
slots: []
|
|
4005
4014
|
};
|
|
4006
|
-
|
|
4015
|
+
I(zl);
|
|
4007
4016
|
const st = K(X);
|
|
4008
4017
|
st.children[0].default = "custom";
|
|
4009
4018
|
st.children[2].children[0].default = "0xffffff";
|
|
@@ -4064,7 +4073,7 @@ const hn = {
|
|
|
4064
4073
|
methods: [],
|
|
4065
4074
|
slots: []
|
|
4066
4075
|
};
|
|
4067
|
-
|
|
4076
|
+
I(Tl);
|
|
4068
4077
|
const De = {
|
|
4069
4078
|
key: "scene_mesh_basic_material_v1",
|
|
4070
4079
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
@@ -4078,7 +4087,7 @@ const De = {
|
|
|
4078
4087
|
slots: [],
|
|
4079
4088
|
leaf: !0
|
|
4080
4089
|
};
|
|
4081
|
-
|
|
4090
|
+
I(De);
|
|
4082
4091
|
const El = {
|
|
4083
4092
|
key: "scene_group_v1",
|
|
4084
4093
|
name: "x-runtime-lib.group",
|
|
@@ -4091,7 +4100,7 @@ const El = {
|
|
|
4091
4100
|
methods: [],
|
|
4092
4101
|
slots: []
|
|
4093
4102
|
};
|
|
4094
|
-
|
|
4103
|
+
I(El);
|
|
4095
4104
|
const Oe = {
|
|
4096
4105
|
key: "scene_mesh_v1",
|
|
4097
4106
|
name: "x-runtime-lib.mesh",
|
|
@@ -4104,7 +4113,7 @@ const Oe = {
|
|
|
4104
4113
|
methods: [],
|
|
4105
4114
|
slots: []
|
|
4106
4115
|
};
|
|
4107
|
-
|
|
4116
|
+
I(Oe);
|
|
4108
4117
|
function Al(t, n) {
|
|
4109
4118
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4110
4119
|
if (!o) {
|
|
@@ -4161,7 +4170,7 @@ const _n = {
|
|
|
4161
4170
|
leaf: !0,
|
|
4162
4171
|
spawn: Al
|
|
4163
4172
|
};
|
|
4164
|
-
|
|
4173
|
+
I(gt);
|
|
4165
4174
|
function Ml(t, n) {
|
|
4166
4175
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4167
4176
|
if (!o) {
|
|
@@ -4218,7 +4227,7 @@ const vn = {
|
|
|
4218
4227
|
leaf: !0,
|
|
4219
4228
|
spawn: Ml
|
|
4220
4229
|
};
|
|
4221
|
-
|
|
4230
|
+
I(ht);
|
|
4222
4231
|
const Bl = {
|
|
4223
4232
|
key: "multiple_ref_v1",
|
|
4224
4233
|
name: "x-runtime-lib.multipleRef",
|
|
@@ -4229,7 +4238,7 @@ const Bl = {
|
|
|
4229
4238
|
},
|
|
4230
4239
|
leaf: !0
|
|
4231
4240
|
};
|
|
4232
|
-
|
|
4241
|
+
I(Bl);
|
|
4233
4242
|
const xn = {
|
|
4234
4243
|
key: "reference",
|
|
4235
4244
|
name: "x-runtime-lib.reference",
|
|
@@ -4251,7 +4260,7 @@ const xn = {
|
|
|
4251
4260
|
},
|
|
4252
4261
|
leaf: !0
|
|
4253
4262
|
};
|
|
4254
|
-
|
|
4263
|
+
I(Wl);
|
|
4255
4264
|
const kn = {
|
|
4256
4265
|
key: "settings",
|
|
4257
4266
|
name: "x-runtime-lib.settings",
|
|
@@ -4272,7 +4281,7 @@ const kn = {
|
|
|
4272
4281
|
compCommon: [y, kn]
|
|
4273
4282
|
}
|
|
4274
4283
|
};
|
|
4275
|
-
|
|
4284
|
+
I(Rl);
|
|
4276
4285
|
const Me = K(X);
|
|
4277
4286
|
Me.key = "backgroundColor";
|
|
4278
4287
|
Me.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4338,7 +4347,7 @@ const zo = {
|
|
|
4338
4347
|
events: [Nl, jl, Gl],
|
|
4339
4348
|
internal: !0
|
|
4340
4349
|
};
|
|
4341
|
-
|
|
4350
|
+
I(Hl);
|
|
4342
4351
|
const wn = {
|
|
4343
4352
|
key: "settings",
|
|
4344
4353
|
name: "x-runtime-lib.settings",
|
|
@@ -4383,7 +4392,7 @@ const wn = {
|
|
|
4383
4392
|
compCommon: [y, wn]
|
|
4384
4393
|
}
|
|
4385
4394
|
};
|
|
4386
|
-
|
|
4395
|
+
I(Ul);
|
|
4387
4396
|
function Jl(t, n) {
|
|
4388
4397
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4389
4398
|
if (!o) {
|
|
@@ -4403,7 +4412,7 @@ function Jl(t, n) {
|
|
|
4403
4412
|
}
|
|
4404
4413
|
};
|
|
4405
4414
|
}
|
|
4406
|
-
const ql = K(X),
|
|
4415
|
+
const ql = K(X), In = {
|
|
4407
4416
|
key: "settings",
|
|
4408
4417
|
name: "x-runtime-lib.settings",
|
|
4409
4418
|
children: [
|
|
@@ -4495,8 +4504,8 @@ const ql = K(X), Sn = {
|
|
|
4495
4504
|
name: "x-runtime-lib.button",
|
|
4496
4505
|
comp: gs,
|
|
4497
4506
|
properties: {
|
|
4498
|
-
pageCommon: [y, Y,
|
|
4499
|
-
compCommon: [y, Y,
|
|
4507
|
+
pageCommon: [y, Y, In],
|
|
4508
|
+
compCommon: [y, Y, In]
|
|
4500
4509
|
},
|
|
4501
4510
|
events: [
|
|
4502
4511
|
{
|
|
@@ -4507,7 +4516,7 @@ const ql = K(X), Sn = {
|
|
|
4507
4516
|
leaf: !0,
|
|
4508
4517
|
spawn: Jl
|
|
4509
4518
|
};
|
|
4510
|
-
|
|
4519
|
+
I(_t);
|
|
4511
4520
|
const Xl = {
|
|
4512
4521
|
key: "common_btn_group_v1",
|
|
4513
4522
|
name: "x-runtime-lib.buttonGroup",
|
|
@@ -4517,8 +4526,8 @@ const Xl = {
|
|
|
4517
4526
|
compCommon: [y]
|
|
4518
4527
|
}
|
|
4519
4528
|
};
|
|
4520
|
-
|
|
4521
|
-
const
|
|
4529
|
+
I(Xl);
|
|
4530
|
+
const Sn = {
|
|
4522
4531
|
key: "settings",
|
|
4523
4532
|
name: "x-runtime-lib.settings",
|
|
4524
4533
|
children: [
|
|
@@ -4584,11 +4593,11 @@ const $n = {
|
|
|
4584
4593
|
name: "x-runtime-lib.buttonToggle",
|
|
4585
4594
|
comp: xs,
|
|
4586
4595
|
properties: {
|
|
4587
|
-
pageCommon: [y,
|
|
4588
|
-
compCommon: [y,
|
|
4596
|
+
pageCommon: [y, Sn],
|
|
4597
|
+
compCommon: [y, Sn]
|
|
4589
4598
|
}
|
|
4590
4599
|
};
|
|
4591
|
-
|
|
4600
|
+
I(Yl);
|
|
4592
4601
|
function Zl(t, n) {
|
|
4593
4602
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4594
4603
|
if (!o) {
|
|
@@ -4608,7 +4617,7 @@ function Zl(t, n) {
|
|
|
4608
4617
|
}
|
|
4609
4618
|
};
|
|
4610
4619
|
}
|
|
4611
|
-
const
|
|
4620
|
+
const $n = {
|
|
4612
4621
|
key: "settings",
|
|
4613
4622
|
name: "x-runtime-lib.settings",
|
|
4614
4623
|
children: [
|
|
@@ -4668,13 +4677,13 @@ const Cn = {
|
|
|
4668
4677
|
name: "x-runtime-lib.card",
|
|
4669
4678
|
comp: ks,
|
|
4670
4679
|
properties: {
|
|
4671
|
-
pageCommon: [y, Y,
|
|
4672
|
-
compCommon: [y, Y,
|
|
4680
|
+
pageCommon: [y, Y, $n],
|
|
4681
|
+
compCommon: [y, Y, $n]
|
|
4673
4682
|
},
|
|
4674
4683
|
spawn: Zl
|
|
4675
4684
|
};
|
|
4676
|
-
|
|
4677
|
-
const
|
|
4685
|
+
I(Fe);
|
|
4686
|
+
const Cn = {
|
|
4678
4687
|
key: "settings",
|
|
4679
4688
|
name: "x-runtime-lib.settings",
|
|
4680
4689
|
children: [
|
|
@@ -4696,12 +4705,12 @@ const In = {
|
|
|
4696
4705
|
name: "x-runtime-lib.checkbox",
|
|
4697
4706
|
comp: ws,
|
|
4698
4707
|
properties: {
|
|
4699
|
-
pageCommon: [y,
|
|
4700
|
-
compCommon: [y,
|
|
4708
|
+
pageCommon: [y, Cn],
|
|
4709
|
+
compCommon: [y, Cn]
|
|
4701
4710
|
},
|
|
4702
4711
|
leaf: !0
|
|
4703
4712
|
};
|
|
4704
|
-
|
|
4713
|
+
I(Ql);
|
|
4705
4714
|
const ea = K(X), Vn = {
|
|
4706
4715
|
key: "settings",
|
|
4707
4716
|
name: "x-runtime-lib.settings",
|
|
@@ -4780,14 +4789,14 @@ const ea = K(X), Vn = {
|
|
|
4780
4789
|
}, vt = {
|
|
4781
4790
|
key: "common_chip_v1",
|
|
4782
4791
|
name: "x-runtime-lib.chip",
|
|
4783
|
-
comp:
|
|
4792
|
+
comp: Is,
|
|
4784
4793
|
properties: {
|
|
4785
4794
|
pageCommon: [y, Vn],
|
|
4786
4795
|
compCommon: [y, Vn]
|
|
4787
4796
|
},
|
|
4788
4797
|
leaf: !0
|
|
4789
4798
|
};
|
|
4790
|
-
|
|
4799
|
+
I(vt);
|
|
4791
4800
|
function ta(t, n) {
|
|
4792
4801
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4793
4802
|
if (!o) {
|
|
@@ -4898,25 +4907,25 @@ const Pn = {
|
|
|
4898
4907
|
}, xt = {
|
|
4899
4908
|
key: "common_chip_group_v1",
|
|
4900
4909
|
name: "x-runtime-lib.chipGroup",
|
|
4901
|
-
comp:
|
|
4910
|
+
comp: Ss,
|
|
4902
4911
|
properties: {
|
|
4903
4912
|
pageCommon: [y, Pn],
|
|
4904
4913
|
compCommon: [y, Pn]
|
|
4905
4914
|
},
|
|
4906
4915
|
spawn: ta
|
|
4907
4916
|
};
|
|
4908
|
-
|
|
4917
|
+
I(xt);
|
|
4909
4918
|
const na = {
|
|
4910
4919
|
key: "common_color_picker_v1",
|
|
4911
4920
|
name: "x-runtime-lib.colorPicker",
|
|
4912
|
-
comp:
|
|
4921
|
+
comp: $s,
|
|
4913
4922
|
properties: {
|
|
4914
4923
|
pageCommon: [y],
|
|
4915
4924
|
compCommon: [y]
|
|
4916
4925
|
},
|
|
4917
4926
|
leaf: !0
|
|
4918
4927
|
};
|
|
4919
|
-
|
|
4928
|
+
I(na);
|
|
4920
4929
|
const Ln = {
|
|
4921
4930
|
key: "settings",
|
|
4922
4931
|
name: "x-runtime-lib.settings",
|
|
@@ -4961,14 +4970,14 @@ const Ln = {
|
|
|
4961
4970
|
}, oa = {
|
|
4962
4971
|
key: "common_combobox_v1",
|
|
4963
4972
|
name: "x-runtime-lib.combobox",
|
|
4964
|
-
comp:
|
|
4973
|
+
comp: Cs,
|
|
4965
4974
|
properties: {
|
|
4966
4975
|
pageCommon: [y, Ln],
|
|
4967
4976
|
compCommon: [y, Ln]
|
|
4968
4977
|
},
|
|
4969
4978
|
leaf: !0
|
|
4970
4979
|
};
|
|
4971
|
-
|
|
4980
|
+
I(oa);
|
|
4972
4981
|
const Xt = K(X);
|
|
4973
4982
|
Xt.key = "backgroundColor";
|
|
4974
4983
|
Xt.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4991,7 +5000,7 @@ const zn = {
|
|
|
4991
5000
|
}
|
|
4992
5001
|
]
|
|
4993
5002
|
};
|
|
4994
|
-
|
|
5003
|
+
I(kt);
|
|
4995
5004
|
const Tn = {
|
|
4996
5005
|
key: "size",
|
|
4997
5006
|
name: "x-runtime-lib.size",
|
|
@@ -5154,7 +5163,7 @@ const Tn = {
|
|
|
5154
5163
|
},
|
|
5155
5164
|
leaf: !0
|
|
5156
5165
|
};
|
|
5157
|
-
|
|
5166
|
+
I(ia);
|
|
5158
5167
|
const ra = {
|
|
5159
5168
|
key: "common_date_picker_v1",
|
|
5160
5169
|
name: "x-runtime-lib.datePicker",
|
|
@@ -5165,7 +5174,7 @@ const ra = {
|
|
|
5165
5174
|
},
|
|
5166
5175
|
leaf: !0
|
|
5167
5176
|
};
|
|
5168
|
-
|
|
5177
|
+
I(ra);
|
|
5169
5178
|
const sa = {
|
|
5170
5179
|
key: "common_dialog_v1",
|
|
5171
5180
|
name: "x-runtime-lib.dialog",
|
|
@@ -5186,7 +5195,7 @@ const sa = {
|
|
|
5186
5195
|
],
|
|
5187
5196
|
teleport: !0
|
|
5188
5197
|
};
|
|
5189
|
-
|
|
5198
|
+
I(sa);
|
|
5190
5199
|
const Mn = {
|
|
5191
5200
|
key: "settings",
|
|
5192
5201
|
name: "x-runtime-lib.settings",
|
|
@@ -5226,7 +5235,7 @@ const Mn = {
|
|
|
5226
5235
|
compCommon: [y, Y, Bn]
|
|
5227
5236
|
}
|
|
5228
5237
|
};
|
|
5229
|
-
|
|
5238
|
+
I(wt);
|
|
5230
5239
|
function la(t, n) {
|
|
5231
5240
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5232
5241
|
if (!o) {
|
|
@@ -5240,7 +5249,7 @@ function la(t, n) {
|
|
|
5240
5249
|
}
|
|
5241
5250
|
const r = T();
|
|
5242
5251
|
A(r, s), r.basic.id = z(16), r.basic.key = Ne.key;
|
|
5243
|
-
const a =
|
|
5252
|
+
const a = It(
|
|
5244
5253
|
t,
|
|
5245
5254
|
n,
|
|
5246
5255
|
"#ff0000",
|
|
@@ -5249,7 +5258,7 @@ function la(t, n) {
|
|
|
5249
5258
|
void 0,
|
|
5250
5259
|
"40px",
|
|
5251
5260
|
void 0
|
|
5252
|
-
), c =
|
|
5261
|
+
), c = It(
|
|
5253
5262
|
t,
|
|
5254
5263
|
n,
|
|
5255
5264
|
"#00ff00",
|
|
@@ -5284,7 +5293,7 @@ function aa(t, n) {
|
|
|
5284
5293
|
}
|
|
5285
5294
|
const r = T();
|
|
5286
5295
|
A(r, s), r.basic.id = z(16), r.basic.key = wt.key;
|
|
5287
|
-
const a =
|
|
5296
|
+
const a = It(
|
|
5288
5297
|
t,
|
|
5289
5298
|
n,
|
|
5290
5299
|
"#0000ff",
|
|
@@ -5302,7 +5311,7 @@ function aa(t, n) {
|
|
|
5302
5311
|
}
|
|
5303
5312
|
};
|
|
5304
5313
|
}
|
|
5305
|
-
function
|
|
5314
|
+
function It(t, n, e, o, s, r, a, c, u) {
|
|
5306
5315
|
const p = `type=${t} subtype=${n}`, d = B(t, n);
|
|
5307
5316
|
if (!d) {
|
|
5308
5317
|
console.error(
|
|
@@ -5514,7 +5523,7 @@ const Wn = {
|
|
|
5514
5523
|
],
|
|
5515
5524
|
spawn: la
|
|
5516
5525
|
};
|
|
5517
|
-
|
|
5526
|
+
I(Ne);
|
|
5518
5527
|
const Rn = {
|
|
5519
5528
|
key: "settings",
|
|
5520
5529
|
name: "x-runtime-lib.settings",
|
|
@@ -5665,7 +5674,7 @@ const Rn = {
|
|
|
5665
5674
|
default: void 0
|
|
5666
5675
|
}
|
|
5667
5676
|
]
|
|
5668
|
-
},
|
|
5677
|
+
}, St = {
|
|
5669
5678
|
key: "common_text_field_v1",
|
|
5670
5679
|
name: "x-runtime-lib.textField",
|
|
5671
5680
|
comp: al,
|
|
@@ -5695,20 +5704,20 @@ const Rn = {
|
|
|
5695
5704
|
],
|
|
5696
5705
|
leaf: !0
|
|
5697
5706
|
};
|
|
5698
|
-
|
|
5707
|
+
I(St);
|
|
5699
5708
|
function ca(t, n) {
|
|
5700
5709
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5701
5710
|
if (!o) {
|
|
5702
5711
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
5703
5712
|
return;
|
|
5704
5713
|
}
|
|
5705
|
-
const s =
|
|
5714
|
+
const s = $t.properties[o];
|
|
5706
5715
|
if (!s) {
|
|
5707
5716
|
console.error(`formV1/spawn properties not found, ${e}`);
|
|
5708
5717
|
return;
|
|
5709
5718
|
}
|
|
5710
5719
|
const r = T();
|
|
5711
|
-
A(r, s), r.basic.id = z(16), r.basic.key =
|
|
5720
|
+
A(r, s), r.basic.id = z(16), r.basic.key = $t.key;
|
|
5712
5721
|
const a = ua(t, n);
|
|
5713
5722
|
return {
|
|
5714
5723
|
nodeLite: E(r, [a.nodeLite]),
|
|
@@ -5724,13 +5733,13 @@ function ua(t, n) {
|
|
|
5724
5733
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
5725
5734
|
return;
|
|
5726
5735
|
}
|
|
5727
|
-
const s =
|
|
5736
|
+
const s = St.properties[o];
|
|
5728
5737
|
if (!s) {
|
|
5729
5738
|
console.error(`formV1/spawnTextField properties not found, ${e}`);
|
|
5730
5739
|
return;
|
|
5731
5740
|
}
|
|
5732
5741
|
const r = T();
|
|
5733
|
-
return A(r, s), r.basic.id = z(16), r.basic.key =
|
|
5742
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = St.key, {
|
|
5734
5743
|
nodeLite: E(r),
|
|
5735
5744
|
nodes: {
|
|
5736
5745
|
[r.basic.id]: r
|
|
@@ -5755,7 +5764,7 @@ const Dn = {
|
|
|
5755
5764
|
default: !1
|
|
5756
5765
|
}
|
|
5757
5766
|
]
|
|
5758
|
-
},
|
|
5767
|
+
}, $t = {
|
|
5759
5768
|
key: "common_form_v1",
|
|
5760
5769
|
name: "x-runtime-lib.form",
|
|
5761
5770
|
comp: Bs,
|
|
@@ -5771,7 +5780,7 @@ const Dn = {
|
|
|
5771
5780
|
],
|
|
5772
5781
|
spawn: ca
|
|
5773
5782
|
};
|
|
5774
|
-
|
|
5783
|
+
I($t);
|
|
5775
5784
|
const ma = K(X), On = {
|
|
5776
5785
|
key: "settings",
|
|
5777
5786
|
name: "x-runtime-lib.settings",
|
|
@@ -5807,7 +5816,7 @@ const ma = K(X), On = {
|
|
|
5807
5816
|
},
|
|
5808
5817
|
leaf: !0
|
|
5809
5818
|
};
|
|
5810
|
-
|
|
5819
|
+
I(pa);
|
|
5811
5820
|
const da = {
|
|
5812
5821
|
key: "common_menu_v1",
|
|
5813
5822
|
name: "x-runtime-lib.menu",
|
|
@@ -5828,20 +5837,20 @@ const da = {
|
|
|
5828
5837
|
],
|
|
5829
5838
|
teleport: !0
|
|
5830
5839
|
};
|
|
5831
|
-
|
|
5840
|
+
I(da);
|
|
5832
5841
|
function fa(t, n) {
|
|
5833
5842
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
5834
5843
|
if (!o) {
|
|
5835
5844
|
console.error(`numberInputV1/spawn property tag not found, ${e}`);
|
|
5836
5845
|
return;
|
|
5837
5846
|
}
|
|
5838
|
-
const s =
|
|
5847
|
+
const s = Ct.properties[o];
|
|
5839
5848
|
if (!s) {
|
|
5840
5849
|
console.error(`numberInputV1/spawn properties not found, ${e}`);
|
|
5841
5850
|
return;
|
|
5842
5851
|
}
|
|
5843
5852
|
const r = T();
|
|
5844
|
-
return A(r, s), r.basic.id = z(16), r.basic.key =
|
|
5853
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = Ct.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
|
|
5845
5854
|
nodeLite: E(r),
|
|
5846
5855
|
nodes: {
|
|
5847
5856
|
[r.basic.id]: r
|
|
@@ -6015,7 +6024,7 @@ const Fn = {
|
|
|
6015
6024
|
]
|
|
6016
6025
|
}
|
|
6017
6026
|
]
|
|
6018
|
-
},
|
|
6027
|
+
}, Ct = {
|
|
6019
6028
|
key: "common_number_input_v1",
|
|
6020
6029
|
name: "x-runtime-lib.numberInput",
|
|
6021
6030
|
comp: Ds,
|
|
@@ -6048,7 +6057,7 @@ const Fn = {
|
|
|
6048
6057
|
leaf: !0,
|
|
6049
6058
|
spawn: fa
|
|
6050
6059
|
};
|
|
6051
|
-
|
|
6060
|
+
I(Ct);
|
|
6052
6061
|
const jn = {
|
|
6053
6062
|
key: "settings",
|
|
6054
6063
|
name: "x-runtime-lib.settings",
|
|
@@ -6122,7 +6131,7 @@ const jn = {
|
|
|
6122
6131
|
},
|
|
6123
6132
|
leaf: !0
|
|
6124
6133
|
};
|
|
6125
|
-
|
|
6134
|
+
I(ya);
|
|
6126
6135
|
const ba = K(X), Gn = {
|
|
6127
6136
|
key: "settings",
|
|
6128
6137
|
name: "x-runtime-lib.settings",
|
|
@@ -6170,7 +6179,7 @@ const ba = K(X), Gn = {
|
|
|
6170
6179
|
},
|
|
6171
6180
|
leaf: !0
|
|
6172
6181
|
};
|
|
6173
|
-
|
|
6182
|
+
I(Vt);
|
|
6174
6183
|
function ga(t, n) {
|
|
6175
6184
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6176
6185
|
if (!o) {
|
|
@@ -6273,7 +6282,7 @@ const Hn = {
|
|
|
6273
6282
|
},
|
|
6274
6283
|
spawn: ga
|
|
6275
6284
|
};
|
|
6276
|
-
|
|
6285
|
+
I(Pt);
|
|
6277
6286
|
const Un = {
|
|
6278
6287
|
key: "settings",
|
|
6279
6288
|
name: "x-runtime-lib.settings",
|
|
@@ -6401,7 +6410,7 @@ const Un = {
|
|
|
6401
6410
|
},
|
|
6402
6411
|
leaf: !0
|
|
6403
6412
|
};
|
|
6404
|
-
|
|
6413
|
+
I(ha);
|
|
6405
6414
|
const Jn = {
|
|
6406
6415
|
key: "settings",
|
|
6407
6416
|
name: "x-runtime-lib.settings",
|
|
@@ -6467,7 +6476,7 @@ const Jn = {
|
|
|
6467
6476
|
},
|
|
6468
6477
|
leaf: !0
|
|
6469
6478
|
};
|
|
6470
|
-
|
|
6479
|
+
I(_a);
|
|
6471
6480
|
const qn = {
|
|
6472
6481
|
key: "settings",
|
|
6473
6482
|
name: "x-runtime-lib.settings",
|
|
@@ -6519,7 +6528,7 @@ const qn = {
|
|
|
6519
6528
|
},
|
|
6520
6529
|
leaf: !0
|
|
6521
6530
|
};
|
|
6522
|
-
|
|
6531
|
+
I(va);
|
|
6523
6532
|
const Zt = K(X);
|
|
6524
6533
|
Zt.key = "color";
|
|
6525
6534
|
Zt.name = "x-runtime-lib.color";
|
|
@@ -6665,7 +6674,7 @@ const Xn = {
|
|
|
6665
6674
|
},
|
|
6666
6675
|
leaf: !0
|
|
6667
6676
|
};
|
|
6668
|
-
|
|
6677
|
+
I(xa);
|
|
6669
6678
|
const Lt = {
|
|
6670
6679
|
key: "common_stepper_header_v1",
|
|
6671
6680
|
name: "x-runtime-lib.stepperHeader",
|
|
@@ -6675,7 +6684,7 @@ const Lt = {
|
|
|
6675
6684
|
compCommon: [y]
|
|
6676
6685
|
}
|
|
6677
6686
|
};
|
|
6678
|
-
|
|
6687
|
+
I(Lt);
|
|
6679
6688
|
const Zn = {
|
|
6680
6689
|
key: "settings",
|
|
6681
6690
|
name: "x-runtime-lib.settings",
|
|
@@ -6696,7 +6705,7 @@ const Zn = {
|
|
|
6696
6705
|
compCommon: [y, Zn]
|
|
6697
6706
|
}
|
|
6698
6707
|
};
|
|
6699
|
-
|
|
6708
|
+
I(zt);
|
|
6700
6709
|
const Tt = {
|
|
6701
6710
|
key: "common_stepper_window_v1",
|
|
6702
6711
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -6706,7 +6715,7 @@ const Tt = {
|
|
|
6706
6715
|
compCommon: [y]
|
|
6707
6716
|
}
|
|
6708
6717
|
};
|
|
6709
|
-
|
|
6718
|
+
I(Tt);
|
|
6710
6719
|
const Qn = {
|
|
6711
6720
|
key: "settings",
|
|
6712
6721
|
name: "x-runtime-lib.settings",
|
|
@@ -6727,7 +6736,7 @@ const Qn = {
|
|
|
6727
6736
|
compCommon: [y, Qn]
|
|
6728
6737
|
}
|
|
6729
6738
|
};
|
|
6730
|
-
|
|
6739
|
+
I(Et);
|
|
6731
6740
|
function ka(t, n) {
|
|
6732
6741
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6733
6742
|
if (!o) {
|
|
@@ -6741,7 +6750,7 @@ function ka(t, n) {
|
|
|
6741
6750
|
}
|
|
6742
6751
|
const r = T();
|
|
6743
6752
|
A(r, s), r.basic.id = z(16), r.basic.key = At.key;
|
|
6744
|
-
const a = wa(t, n), c =
|
|
6753
|
+
const a = wa(t, n), c = Ia(t, n);
|
|
6745
6754
|
return {
|
|
6746
6755
|
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
6747
6756
|
nodes: {
|
|
@@ -6794,7 +6803,7 @@ function ut(t, n, e) {
|
|
|
6794
6803
|
}
|
|
6795
6804
|
};
|
|
6796
6805
|
}
|
|
6797
|
-
function
|
|
6806
|
+
function Ia(t, n) {
|
|
6798
6807
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6799
6808
|
if (!o) {
|
|
6800
6809
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
@@ -6835,7 +6844,7 @@ function mt(t, n, e, o) {
|
|
|
6835
6844
|
}
|
|
6836
6845
|
const c = T();
|
|
6837
6846
|
A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
|
|
6838
|
-
const u =
|
|
6847
|
+
const u = Sa(t, n, o);
|
|
6839
6848
|
return {
|
|
6840
6849
|
nodeLite: E(c, [u.nodeLite]),
|
|
6841
6850
|
nodes: {
|
|
@@ -6844,7 +6853,7 @@ function mt(t, n, e, o) {
|
|
|
6844
6853
|
}
|
|
6845
6854
|
};
|
|
6846
6855
|
}
|
|
6847
|
-
function
|
|
6856
|
+
function Sa(t, n, e) {
|
|
6848
6857
|
const o = `type=${t} subtype=${n}`, s = B(t, n);
|
|
6849
6858
|
if (!s) {
|
|
6850
6859
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
@@ -6890,8 +6899,8 @@ const eo = {
|
|
|
6890
6899
|
},
|
|
6891
6900
|
spawn: ka
|
|
6892
6901
|
};
|
|
6893
|
-
|
|
6894
|
-
const
|
|
6902
|
+
I(At);
|
|
6903
|
+
const $a = {
|
|
6895
6904
|
key: "common_switch_v1",
|
|
6896
6905
|
name: "x-runtime-lib.switch",
|
|
6897
6906
|
comp: ol,
|
|
@@ -6901,7 +6910,7 @@ const Ca = {
|
|
|
6901
6910
|
},
|
|
6902
6911
|
leaf: !0
|
|
6903
6912
|
};
|
|
6904
|
-
|
|
6913
|
+
I($a);
|
|
6905
6914
|
const to = {
|
|
6906
6915
|
key: "settings",
|
|
6907
6916
|
name: "x-runtime-lib.settings",
|
|
@@ -6929,8 +6938,8 @@ const to = {
|
|
|
6929
6938
|
},
|
|
6930
6939
|
leaf: !0
|
|
6931
6940
|
};
|
|
6932
|
-
|
|
6933
|
-
function
|
|
6941
|
+
I(Mt);
|
|
6942
|
+
function Ca(t, n) {
|
|
6934
6943
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6935
6944
|
if (!o) {
|
|
6936
6945
|
console.error(`tabsV1/spawn property tag not found, ${e}`);
|
|
@@ -7069,22 +7078,22 @@ const no = {
|
|
|
7069
7078
|
pageCommon: [y, no],
|
|
7070
7079
|
compCommon: [y, no]
|
|
7071
7080
|
},
|
|
7072
|
-
spawn:
|
|
7081
|
+
spawn: Ca
|
|
7073
7082
|
};
|
|
7074
|
-
|
|
7083
|
+
I(Bt);
|
|
7075
7084
|
function Va(t, n) {
|
|
7076
7085
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7077
7086
|
if (!o) {
|
|
7078
7087
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
7079
7088
|
return;
|
|
7080
7089
|
}
|
|
7081
|
-
const s =
|
|
7090
|
+
const s = Ie.properties[o];
|
|
7082
7091
|
if (!s) {
|
|
7083
7092
|
console.error(`textV1/spawn properties not found, ${e}`);
|
|
7084
7093
|
return;
|
|
7085
7094
|
}
|
|
7086
7095
|
const r = T();
|
|
7087
|
-
return A(r, s), r.basic.id = z(16), r.basic.key =
|
|
7096
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = Ie.key, r.settings.text = "text", {
|
|
7088
7097
|
nodeLite: E(r),
|
|
7089
7098
|
nodes: {
|
|
7090
7099
|
[r.basic.id]: r
|
|
@@ -7177,7 +7186,7 @@ const oo = {
|
|
|
7177
7186
|
default: !1
|
|
7178
7187
|
}
|
|
7179
7188
|
]
|
|
7180
|
-
},
|
|
7189
|
+
}, Ie = {
|
|
7181
7190
|
key: "common_text_v1",
|
|
7182
7191
|
name: "x-runtime-lib.text",
|
|
7183
7192
|
comp: sl,
|
|
@@ -7188,7 +7197,7 @@ const oo = {
|
|
|
7188
7197
|
leaf: !0,
|
|
7189
7198
|
spawn: Va
|
|
7190
7199
|
};
|
|
7191
|
-
|
|
7200
|
+
I(Ie);
|
|
7192
7201
|
function Pa(t, n) {
|
|
7193
7202
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7194
7203
|
if (!o) {
|
|
@@ -7290,7 +7299,7 @@ const io = {
|
|
|
7290
7299
|
leaf: !0,
|
|
7291
7300
|
spawn: Pa
|
|
7292
7301
|
};
|
|
7293
|
-
|
|
7302
|
+
I(Wt);
|
|
7294
7303
|
const Rt = {
|
|
7295
7304
|
key: "common_timeline_item_v1",
|
|
7296
7305
|
name: "x-runtime-lib.timelineItem",
|
|
@@ -7300,7 +7309,7 @@ const Rt = {
|
|
|
7300
7309
|
compCommon: [y]
|
|
7301
7310
|
}
|
|
7302
7311
|
};
|
|
7303
|
-
|
|
7312
|
+
I(Rt);
|
|
7304
7313
|
function La(t, n) {
|
|
7305
7314
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7306
7315
|
if (!o) {
|
|
@@ -7353,13 +7362,13 @@ function za(t, n, e) {
|
|
|
7353
7362
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
7354
7363
|
return;
|
|
7355
7364
|
}
|
|
7356
|
-
const r =
|
|
7365
|
+
const r = Ie.properties[s];
|
|
7357
7366
|
if (!r) {
|
|
7358
7367
|
console.error(`timelineV1/spawnText properties not found, ${o}`);
|
|
7359
7368
|
return;
|
|
7360
7369
|
}
|
|
7361
7370
|
const a = T();
|
|
7362
|
-
return A(a, r), a.basic.id = z(16), a.basic.key =
|
|
7371
|
+
return A(a, r), a.basic.id = z(16), a.basic.key = Ie.key, a.settings.text = e, {
|
|
7363
7372
|
nodeLite: E(a),
|
|
7364
7373
|
nodes: {
|
|
7365
7374
|
[a.basic.id]: a
|
|
@@ -7454,7 +7463,7 @@ const Ta = K(X), Ea = K(X), ro = {
|
|
|
7454
7463
|
},
|
|
7455
7464
|
spawn: La
|
|
7456
7465
|
};
|
|
7457
|
-
|
|
7466
|
+
I(Kt);
|
|
7458
7467
|
const Dt = {
|
|
7459
7468
|
key: "common_window_item_v1",
|
|
7460
7469
|
name: "x-runtime-lib.windowItem",
|
|
@@ -7464,7 +7473,7 @@ const Dt = {
|
|
|
7464
7473
|
compCommon: [y]
|
|
7465
7474
|
}
|
|
7466
7475
|
};
|
|
7467
|
-
|
|
7476
|
+
I(Dt);
|
|
7468
7477
|
function Aa(t, n) {
|
|
7469
7478
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7470
7479
|
if (!o) {
|
|
@@ -7541,13 +7550,13 @@ function Ba(t, n, e) {
|
|
|
7541
7550
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
7542
7551
|
return;
|
|
7543
7552
|
}
|
|
7544
|
-
const r =
|
|
7553
|
+
const r = Ie.properties[s];
|
|
7545
7554
|
if (!r) {
|
|
7546
7555
|
console.error(`windowV1/spawnText properties not found, ${o}`);
|
|
7547
7556
|
return;
|
|
7548
7557
|
}
|
|
7549
7558
|
const a = T();
|
|
7550
|
-
return A(a, r), a.basic.id = z(16), a.basic.key =
|
|
7559
|
+
return A(a, r), a.basic.id = z(16), a.basic.key = Ie.key, a.settings.text = e, a.settings.style.xs = "h6", {
|
|
7551
7560
|
nodeLite: E(a),
|
|
7552
7561
|
nodes: {
|
|
7553
7562
|
[a.basic.id]: a
|
|
@@ -7612,7 +7621,7 @@ const so = {
|
|
|
7612
7621
|
},
|
|
7613
7622
|
spawn: Aa
|
|
7614
7623
|
};
|
|
7615
|
-
|
|
7624
|
+
I(Ot);
|
|
7616
7625
|
const Wa = [
|
|
7617
7626
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7618
7627
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -8306,11 +8315,11 @@ const Wa = [
|
|
|
8306
8315
|
};
|
|
8307
8316
|
function B(t, n) {
|
|
8308
8317
|
if (t === "page") {
|
|
8309
|
-
if (
|
|
8318
|
+
if (!Si.includes(n)) {
|
|
8310
8319
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8311
8320
|
return;
|
|
8312
8321
|
}
|
|
8313
|
-
} else if (t === "comp" &&
|
|
8322
|
+
} else if (t === "comp" && !$i.includes(n)) {
|
|
8314
8323
|
console.error(`get property tag failed type=${t} subtype=${n}`);
|
|
8315
8324
|
return;
|
|
8316
8325
|
}
|
|
@@ -8440,13 +8449,13 @@ const To = "runtimeOrg", Eo = "runtimeEnv", Ao = "runtimeMode", Mo = "runtimeDev
|
|
|
8440
8449
|
function du(t) {
|
|
8441
8450
|
me(To, t);
|
|
8442
8451
|
}
|
|
8443
|
-
function
|
|
8452
|
+
function Ic() {
|
|
8444
8453
|
return ue(To);
|
|
8445
8454
|
}
|
|
8446
8455
|
function fu(t) {
|
|
8447
8456
|
me(Eo, t);
|
|
8448
8457
|
}
|
|
8449
|
-
function
|
|
8458
|
+
function Sc() {
|
|
8450
8459
|
return ue(Eo);
|
|
8451
8460
|
}
|
|
8452
8461
|
function yu(t) {
|
|
@@ -8482,13 +8491,13 @@ function _e() {
|
|
|
8482
8491
|
function vu(t) {
|
|
8483
8492
|
me(Ko, Nt(t));
|
|
8484
8493
|
}
|
|
8485
|
-
function
|
|
8494
|
+
function $c() {
|
|
8486
8495
|
return ue(Ko);
|
|
8487
8496
|
}
|
|
8488
8497
|
function xu(t) {
|
|
8489
8498
|
me(Do, t);
|
|
8490
8499
|
}
|
|
8491
|
-
function
|
|
8500
|
+
function Cc() {
|
|
8492
8501
|
return ue(Do);
|
|
8493
8502
|
}
|
|
8494
8503
|
function Vc(t) {
|
|
@@ -8604,7 +8613,7 @@ function ao(t) {
|
|
|
8604
8613
|
function wu(t, n, e) {
|
|
8605
8614
|
return `${t}.${n}.${e}`;
|
|
8606
8615
|
}
|
|
8607
|
-
function
|
|
8616
|
+
function Iu(t) {
|
|
8608
8617
|
const n = t.split(".");
|
|
8609
8618
|
let e = "";
|
|
8610
8619
|
n.length > 0 ? e = n[0] : console.error(
|
|
@@ -8621,10 +8630,10 @@ function Su(t) {
|
|
|
8621
8630
|
propertyKey: s
|
|
8622
8631
|
};
|
|
8623
8632
|
}
|
|
8624
|
-
function
|
|
8633
|
+
function Su(t, n, e) {
|
|
8625
8634
|
return `${t}.${n}.${e}`;
|
|
8626
8635
|
}
|
|
8627
|
-
function
|
|
8636
|
+
function $u(t) {
|
|
8628
8637
|
const n = t.split(".");
|
|
8629
8638
|
let e = "";
|
|
8630
8639
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8645,7 +8654,7 @@ function Fo(t) {
|
|
|
8645
8654
|
let s = "";
|
|
8646
8655
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
|
|
8647
8656
|
}
|
|
8648
|
-
function
|
|
8657
|
+
function Cu(t, n, e) {
|
|
8649
8658
|
return `${t}.${n}.${e}`;
|
|
8650
8659
|
}
|
|
8651
8660
|
function Vu(t) {
|
|
@@ -8718,7 +8727,7 @@ function Bu(t) {
|
|
|
8718
8727
|
return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
|
|
8719
8728
|
}
|
|
8720
8729
|
function rn(t, n) {
|
|
8721
|
-
const e =
|
|
8730
|
+
const e = $c(), o = ie(-1);
|
|
8722
8731
|
ye(() => {
|
|
8723
8732
|
const s = e.value[t];
|
|
8724
8733
|
if (!s) {
|
|
@@ -8815,7 +8824,7 @@ function zc(t) {
|
|
|
8815
8824
|
if (Ee(t)) {
|
|
8816
8825
|
var a = [];
|
|
8817
8826
|
try {
|
|
8818
|
-
const d =
|
|
8827
|
+
const d = Ce(a, n.getProp(n.global, "__timeoutCallback__"));
|
|
8819
8828
|
n.callFunction(d, n.global, n.newNumber(s));
|
|
8820
8829
|
} catch (c) {
|
|
8821
8830
|
var u = c, p = !0;
|
|
@@ -8883,7 +8892,7 @@ function Mc(t) {
|
|
|
8883
8892
|
{
|
|
8884
8893
|
var c = [];
|
|
8885
8894
|
try {
|
|
8886
|
-
const j =
|
|
8895
|
+
const j = Ce(c, n.getProp(n.global, "__triggerEventInner__"));
|
|
8887
8896
|
n.callFunction(j, n.global, e, ...o);
|
|
8888
8897
|
} catch (u) {
|
|
8889
8898
|
var p = u, d = !0;
|
|
@@ -8895,11 +8904,11 @@ function Mc(t) {
|
|
|
8895
8904
|
if (r === "customEvent") {
|
|
8896
8905
|
var V = [];
|
|
8897
8906
|
try {
|
|
8898
|
-
const j =
|
|
8907
|
+
const j = Ce(V, n.getProp(n.global, "__triggerEventV1__"));
|
|
8899
8908
|
{
|
|
8900
8909
|
var m = [];
|
|
8901
8910
|
try {
|
|
8902
|
-
const D =
|
|
8911
|
+
const D = Ce(m, n.newString(
|
|
8903
8912
|
oe("referenceEvent", t.id, a)
|
|
8904
8913
|
));
|
|
8905
8914
|
n.callFunction(j, n.global, D, ...o);
|
|
@@ -8912,14 +8921,14 @@ function Mc(t) {
|
|
|
8912
8921
|
{
|
|
8913
8922
|
var v = [];
|
|
8914
8923
|
try {
|
|
8915
|
-
const D =
|
|
8924
|
+
const D = Ce(v, n.newString(
|
|
8916
8925
|
oe("multipleRefEvent", t.id, a)
|
|
8917
8926
|
));
|
|
8918
8927
|
n.callFunction(j, n.global, D, ...o);
|
|
8919
8928
|
} catch (h) {
|
|
8920
|
-
var x = h,
|
|
8929
|
+
var x = h, $ = !0;
|
|
8921
8930
|
} finally {
|
|
8922
|
-
Ve(v, x,
|
|
8931
|
+
Ve(v, x, $);
|
|
8923
8932
|
}
|
|
8924
8933
|
}
|
|
8925
8934
|
} catch (F) {
|
|
@@ -9244,15 +9253,15 @@ class Kc {
|
|
|
9244
9253
|
}
|
|
9245
9254
|
}
|
|
9246
9255
|
function sn(t, n, e, o, s) {
|
|
9247
|
-
const r =
|
|
9256
|
+
const r = Ic(), a = Sc(), c = J(), u = he(), p = Be(), d = Ue(), m = Cc(), f = (x, $, V, F) => {
|
|
9248
9257
|
if (ne(c) && (h.callFunction(
|
|
9249
9258
|
"__triggerEventV1__",
|
|
9250
|
-
oe("elementPropertyChangeEvent", x,
|
|
9259
|
+
oe("elementPropertyChangeEvent", x, $.join(".")),
|
|
9251
9260
|
V,
|
|
9252
9261
|
F ?? V
|
|
9253
9262
|
), t.value?.code.reactivity)) {
|
|
9254
9263
|
let W = "";
|
|
9255
|
-
|
|
9264
|
+
$ instanceof Array ? W = $.join(".") : W = $, qe(
|
|
9256
9265
|
h,
|
|
9257
9266
|
t.value.code.reactivity,
|
|
9258
9267
|
Re({
|
|
@@ -9264,48 +9273,48 @@ function sn(t, n, e, o, s) {
|
|
|
9264
9273
|
F
|
|
9265
9274
|
);
|
|
9266
9275
|
}
|
|
9267
|
-
}, g = (x,
|
|
9276
|
+
}, g = (x, $, V) => {
|
|
9268
9277
|
ne(c) && (h.callFunction(
|
|
9269
9278
|
"__triggerEventV1__",
|
|
9270
9279
|
oe("customPropertyChangeEvent", "globality", x),
|
|
9271
|
-
|
|
9272
|
-
V ??
|
|
9280
|
+
$,
|
|
9281
|
+
V ?? $
|
|
9273
9282
|
), h.parent?.callFunction(
|
|
9274
9283
|
"__triggerEventV1__",
|
|
9275
9284
|
oe("referencePropertyChangeEvent", h.id, x),
|
|
9276
|
-
|
|
9277
|
-
V ??
|
|
9285
|
+
$,
|
|
9286
|
+
V ?? $
|
|
9278
9287
|
), h.parent?.callFunction(
|
|
9279
9288
|
"__triggerEventV1__",
|
|
9280
9289
|
oe("multipleRefPropertyChangeEvent", h.id, x),
|
|
9281
|
-
|
|
9282
|
-
V ??
|
|
9290
|
+
$,
|
|
9291
|
+
V ?? $
|
|
9283
9292
|
), t.value?.code.reactivity && qe(
|
|
9284
9293
|
h,
|
|
9285
9294
|
t.value.code.reactivity,
|
|
9286
9295
|
Re({ type: "customProperty", propertyId: x }),
|
|
9287
|
-
|
|
9296
|
+
$,
|
|
9288
9297
|
V
|
|
9289
9298
|
));
|
|
9290
|
-
}, b = (x,
|
|
9299
|
+
}, b = (x, $, V) => {
|
|
9291
9300
|
ne(c) && t.value?.code.reactivity && qe(
|
|
9292
9301
|
h,
|
|
9293
9302
|
t.value.code.reactivity,
|
|
9294
9303
|
Re({ type: "adaptSlotProperty", propertyId: x }),
|
|
9295
|
-
|
|
9304
|
+
$,
|
|
9296
9305
|
V
|
|
9297
9306
|
);
|
|
9298
|
-
}, v = (x,
|
|
9307
|
+
}, v = (x, $, V) => {
|
|
9299
9308
|
ne(c) && (h.callFunction(
|
|
9300
9309
|
"__triggerEventV1__",
|
|
9301
9310
|
oe("stateChangeEvent", "globality", x),
|
|
9302
|
-
|
|
9303
|
-
V ??
|
|
9311
|
+
$,
|
|
9312
|
+
V ?? $
|
|
9304
9313
|
), t.value?.code.reactivity && qe(
|
|
9305
9314
|
h,
|
|
9306
9315
|
t.value.code.reactivity,
|
|
9307
9316
|
Re({ type: "state", stateId: x }),
|
|
9308
|
-
|
|
9317
|
+
$,
|
|
9309
9318
|
V
|
|
9310
9319
|
));
|
|
9311
9320
|
}, h = new Kc(n, e, o, s, r, a, c, u, {
|
|
@@ -9326,8 +9335,8 @@ function sn(t, n, e, o, s) {
|
|
|
9326
9335
|
}
|
|
9327
9336
|
ne(c) && ce(
|
|
9328
9337
|
p,
|
|
9329
|
-
(x,
|
|
9330
|
-
const V = Xe(x.width), F = Xe(
|
|
9338
|
+
(x, $) => {
|
|
9339
|
+
const V = Xe(x.width), F = Xe($?.width ?? x.width);
|
|
9331
9340
|
h.callFunction(
|
|
9332
9341
|
"__triggerEventV1__",
|
|
9333
9342
|
oe("elementEvent", "globality", "screenSizeChange"),
|
|
@@ -9363,7 +9372,7 @@ export {
|
|
|
9363
9372
|
Ul as badgeV1,
|
|
9364
9373
|
gt as barChartV1,
|
|
9365
9374
|
yt as boxGeometryV1,
|
|
9366
|
-
|
|
9375
|
+
Io as breakpoints,
|
|
9367
9376
|
Xl as btnGroupV1,
|
|
9368
9377
|
Yl as btnToggleV1,
|
|
9369
9378
|
_t as btnV1,
|
|
@@ -9375,7 +9384,7 @@ export {
|
|
|
9375
9384
|
na as colorPickerV1,
|
|
9376
9385
|
oa as comboboxV1,
|
|
9377
9386
|
iu as compMetaStringify,
|
|
9378
|
-
|
|
9387
|
+
$i as compTypes,
|
|
9379
9388
|
kt as containerV1,
|
|
9380
9389
|
Zc as dataStringify,
|
|
9381
9390
|
ia as dataTableV1,
|
|
@@ -9390,7 +9399,7 @@ export {
|
|
|
9390
9399
|
cu as fileInputV1,
|
|
9391
9400
|
wt as flexLayoutEntryV1,
|
|
9392
9401
|
Ne as flexLayoutV1,
|
|
9393
|
-
|
|
9402
|
+
$t as formV1,
|
|
9394
9403
|
z as genId,
|
|
9395
9404
|
We as getBreakpointProp,
|
|
9396
9405
|
xe as getField,
|
|
@@ -9405,19 +9414,19 @@ export {
|
|
|
9405
9414
|
A as initProperties,
|
|
9406
9415
|
Ue as injectDark,
|
|
9407
9416
|
_e as injectData,
|
|
9408
|
-
|
|
9417
|
+
$c as injectDepends,
|
|
9409
9418
|
Be as injectDevice,
|
|
9410
|
-
|
|
9419
|
+
Sc as injectEnv,
|
|
9411
9420
|
J as injectMode,
|
|
9412
|
-
|
|
9413
|
-
|
|
9421
|
+
Ic as injectOrg,
|
|
9422
|
+
Cc as injectRuntime,
|
|
9414
9423
|
ve as injectSandbox,
|
|
9415
9424
|
he as injectType,
|
|
9416
|
-
|
|
9425
|
+
So as isCircularRef,
|
|
9417
9426
|
ne as isExecutableMode,
|
|
9418
9427
|
Pi as isLocaleOfEventKind,
|
|
9419
9428
|
Vi as isLocaleOfMethodKind,
|
|
9420
|
-
|
|
9429
|
+
Ci as isLocaleOfPropertyKind,
|
|
9421
9430
|
tu as isLocaleOfSlotKind,
|
|
9422
9431
|
jt as isPercentStr,
|
|
9423
9432
|
nt as isPixelStr,
|
|
@@ -9429,9 +9438,9 @@ export {
|
|
|
9429
9438
|
zu as makeEventKeyOfElementSlot,
|
|
9430
9439
|
Pc as makeMethodId,
|
|
9431
9440
|
Pu as makeMethodKeyOfCustomSlot,
|
|
9432
|
-
|
|
9441
|
+
Cu as makeMethodKeyOfElementSlot,
|
|
9433
9442
|
ku as makePropertyId,
|
|
9434
|
-
|
|
9443
|
+
Su as makePropertyKeyOfCustomSlot,
|
|
9435
9444
|
wu as makePropertyKeyOfElementSlot,
|
|
9436
9445
|
Mu as makeSlotId,
|
|
9437
9446
|
Re as makeTriggerId,
|
|
@@ -9440,11 +9449,11 @@ export {
|
|
|
9440
9449
|
De as meshBasicMaterialV1,
|
|
9441
9450
|
Oe as meshV1,
|
|
9442
9451
|
Bl as multipleRefV1,
|
|
9443
|
-
|
|
9452
|
+
Ct as numberInputV1,
|
|
9444
9453
|
kl as orbitControlsV1,
|
|
9445
9454
|
hl as orthographicCameraV1,
|
|
9446
9455
|
nu as pageMetaStringify,
|
|
9447
|
-
|
|
9456
|
+
Si as pageTypes,
|
|
9448
9457
|
ya as paginationV1,
|
|
9449
9458
|
ru as parseCompMeta,
|
|
9450
9459
|
Qc as parseData,
|
|
@@ -9470,7 +9479,7 @@ export {
|
|
|
9470
9479
|
_a as ratingV1,
|
|
9471
9480
|
Wl as referenceV1,
|
|
9472
9481
|
Rl as renderSwitchV1,
|
|
9473
|
-
|
|
9482
|
+
Ii as reverseBreakpoints,
|
|
9474
9483
|
va as selectV1,
|
|
9475
9484
|
Gt as setField,
|
|
9476
9485
|
xa as sliderV1,
|
|
@@ -9482,11 +9491,11 @@ export {
|
|
|
9482
9491
|
At as stepperV1,
|
|
9483
9492
|
Et as stepperWindowItemV1,
|
|
9484
9493
|
Tt as stepperWindowV1,
|
|
9485
|
-
|
|
9494
|
+
$a as switchV1,
|
|
9486
9495
|
Mt as tabV1,
|
|
9487
9496
|
Bt as tabsV1,
|
|
9488
|
-
|
|
9489
|
-
|
|
9497
|
+
St as textFieldV1,
|
|
9498
|
+
Ie as textV1,
|
|
9490
9499
|
Wt as textareaV1,
|
|
9491
9500
|
Rt as timelineItemV1,
|
|
9492
9501
|
Kt as timelineV1,
|
|
@@ -9502,8 +9511,8 @@ export {
|
|
|
9502
9511
|
Lu as unwrapMethodKeyOfCustomSlot,
|
|
9503
9512
|
Vu as unwrapMethodKeyOfElementSlot,
|
|
9504
9513
|
ao as unwrapPropertyId,
|
|
9505
|
-
|
|
9506
|
-
|
|
9514
|
+
$u as unwrapPropertyKeyOfCustomSlot,
|
|
9515
|
+
Iu as unwrapPropertyKeyOfElementSlot,
|
|
9507
9516
|
Bu as unwrapSlotId,
|
|
9508
9517
|
rn as useDepend,
|
|
9509
9518
|
Wu as useRuntime,
|