x-runtime-lib 0.8.154 → 0.8.155
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 +690 -672
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var kn = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), wn = (t) => {
|
|
2
2
|
throw TypeError(t);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
4
|
+
var Fe = (t, n, e) => {
|
|
5
5
|
if (n != null) {
|
|
6
6
|
typeof n != "object" && typeof n != "function" && wn("Object expected");
|
|
7
7
|
var o, s;
|
|
@@ -14,25 +14,25 @@ var Oe = (t, n, e) => {
|
|
|
14
14
|
}), t.push([e, o, n]);
|
|
15
15
|
} else e && t.push([e]);
|
|
16
16
|
return n;
|
|
17
|
-
},
|
|
18
|
-
var o = typeof SuppressedError == "function" ? SuppressedError : function(l, c,
|
|
19
|
-
return
|
|
17
|
+
}, Oe = (t, n, e) => {
|
|
18
|
+
var o = typeof SuppressedError == "function" ? SuppressedError : function(l, c, u, m) {
|
|
19
|
+
return m = Error(u), m.name = "SuppressedError", m.error = l, m.suppressed = c, m;
|
|
20
20
|
}, s = (l) => n = e ? new o(l, n, "An error was suppressed during disposal") : (e = !0, l), i = (l) => {
|
|
21
21
|
for (; l = t.pop(); )
|
|
22
22
|
try {
|
|
23
23
|
var c = l[1] && l[1].call(l[2]);
|
|
24
|
-
if (l[0]) return Promise.resolve(c).then(i, (
|
|
25
|
-
} catch (
|
|
26
|
-
s(
|
|
24
|
+
if (l[0]) return Promise.resolve(c).then(i, (u) => (s(u), i()));
|
|
25
|
+
} catch (u) {
|
|
26
|
+
s(u);
|
|
27
27
|
}
|
|
28
28
|
if (e) throw n;
|
|
29
29
|
};
|
|
30
30
|
return i();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as
|
|
32
|
+
import { defineComponent as S, createElementBlock as te, createCommentVNode as re, unref as r, openBlock as w, createElementVNode as We, computed as I, renderSlot as O, normalizeStyle as fe, ref as se, watch as de, onUnmounted as Ie, onBeforeMount as oi, watchEffect as ke, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as So, nextTick as sn, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as $o, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as gt, inject as ye, provide as be, readonly as ln } from "vue";
|
|
33
33
|
import { globalObjects as _e, waitUtil as Vo, useViewStack as Po, eventBus as Lo, messageInfo as li, messageSuccess as ai, messageWarning as zo, messageError as To, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as Eo, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
|
|
35
|
-
import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as
|
|
35
|
+
import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as $i, l as Wo, m as F, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
|
|
36
36
|
import { useTheme as Ti } from "vuetify";
|
|
37
37
|
import { getErrorMessage as Ei } from "x-error-lib";
|
|
38
38
|
const In = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
@@ -74,19 +74,19 @@ const Bo = ["xs", "sm", "md", "lg", "xl"], Ai = [...Bo].reverse();
|
|
|
74
74
|
function mt(t) {
|
|
75
75
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function Sn(t) {
|
|
78
78
|
return Bo.findIndex((n) => n === t);
|
|
79
79
|
}
|
|
80
80
|
function Ne(t, n) {
|
|
81
81
|
let e;
|
|
82
82
|
for (const o of Ai) {
|
|
83
|
-
if (
|
|
83
|
+
if (Sn(o) < Sn(t))
|
|
84
84
|
break;
|
|
85
85
|
n[o] && (e = n[o]);
|
|
86
86
|
}
|
|
87
87
|
return e;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function $e(t, n) {
|
|
90
90
|
let e = t;
|
|
91
91
|
if (typeof e != "object")
|
|
92
92
|
return;
|
|
@@ -126,7 +126,7 @@ function bu(t) {
|
|
|
126
126
|
function Xe(t) {
|
|
127
127
|
return t.startsWith("ref_v") || t.startsWith("multiple_ref_v") || t.startsWith("slot_v") || t.startsWith("multiple_slot_v");
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function ce(t) {
|
|
130
130
|
return t === "runtime" || t === "preview";
|
|
131
131
|
}
|
|
132
132
|
function Ye(t, n) {
|
|
@@ -159,11 +159,11 @@ function M(t, n) {
|
|
|
159
159
|
}
|
|
160
160
|
const Mi = ["common", "scene"], Wi = ["common", "scene"];
|
|
161
161
|
function gu({ type: t, version: n, view: e, code: o }) {
|
|
162
|
-
const s = (c,
|
|
163
|
-
const
|
|
164
|
-
|
|
165
|
-
s(
|
|
166
|
-
})), c.push(
|
|
162
|
+
const s = (c, u) => {
|
|
163
|
+
const m = { id: u.id };
|
|
164
|
+
u.children && (m.children = [], u.children.forEach((d) => {
|
|
165
|
+
s(m.children, d);
|
|
166
|
+
})), c.push(m);
|
|
167
167
|
}, i = [];
|
|
168
168
|
e.nodeLites.forEach((c) => {
|
|
169
169
|
s(i, c);
|
|
@@ -322,11 +322,11 @@ function un(t, n, e) {
|
|
|
322
322
|
l > 0 && (s += " - "), e ? s += o.global.t(i) : s += i;
|
|
323
323
|
}), s;
|
|
324
324
|
}
|
|
325
|
-
function
|
|
325
|
+
function Su(t, n) {
|
|
326
326
|
let e = "";
|
|
327
327
|
return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "slotProperty" || t === "multipleSlotProperty" ? e = N("slot") : t === "customProperty" ? e = N("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Bi(t));
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function $u(t, n) {
|
|
330
330
|
let e = "";
|
|
331
331
|
return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = N("reference") : t === "slotMethod" || t === "multipleSlotMethod" ? e = N("slot") : t === "customMethod" ? e = N("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Ri(t));
|
|
332
332
|
}
|
|
@@ -334,7 +334,7 @@ function Cu(t, n) {
|
|
|
334
334
|
let e = "";
|
|
335
335
|
return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = N("propertyChange") : t === "refEvent" ? e = N("reference") : t === "refPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "multipleRefEvent" ? e = N("reference") : t === "multipleRefPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "slotEvent" ? e = N("slot") : t === "slotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "multipleSlotEvent" ? e = N("slot") : t === "multipleSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "customEvent" ? e = N("custom") : t === "customPropertyChangeEvent" ? e = N("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = N("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = N("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = N("state") : console.assert(!1)), un(e, n, Ki(t));
|
|
336
336
|
}
|
|
337
|
-
const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */
|
|
337
|
+
const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ S({
|
|
338
338
|
__name: "index",
|
|
339
339
|
props: {
|
|
340
340
|
position: { default: () => {
|
|
@@ -354,9 +354,9 @@ const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ $({
|
|
|
354
354
|
visible: !1
|
|
355
355
|
}, [...o[0] || (o[0] = [
|
|
356
356
|
We("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
|
|
357
|
-
])], 8, Di)) :
|
|
357
|
+
])], 8, Di)) : re("", !0);
|
|
358
358
|
}
|
|
359
|
-
}), G = /* @__PURE__ */
|
|
359
|
+
}), G = /* @__PURE__ */ S({
|
|
360
360
|
__name: "index",
|
|
361
361
|
props: {
|
|
362
362
|
block: { type: Boolean, default: !1 },
|
|
@@ -381,26 +381,26 @@ const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ $({
|
|
|
381
381
|
key: 0,
|
|
382
382
|
style: fe(e.value)
|
|
383
383
|
}, [
|
|
384
|
-
|
|
384
|
+
O(s.$slots, "default"),
|
|
385
385
|
t.mask ? (w(), te("div", {
|
|
386
386
|
key: 0,
|
|
387
387
|
style: fe(o.value)
|
|
388
|
-
}, null, 4)) :
|
|
389
|
-
], 4)) :
|
|
388
|
+
}, null, 4)) : re("", !0)
|
|
389
|
+
], 4)) : O(s.$slots, "default", { key: 1 });
|
|
390
390
|
}
|
|
391
391
|
});
|
|
392
|
-
function
|
|
392
|
+
function Fi(t) {
|
|
393
393
|
return { debugTrace: (...e) => {
|
|
394
394
|
const o = t.value.basic.id, s = t.value.basic.key, i = `element/${o}/${s}`;
|
|
395
395
|
console.log(`<${i}>`, ...e);
|
|
396
396
|
} };
|
|
397
397
|
}
|
|
398
398
|
function P(t) {
|
|
399
|
-
const n =
|
|
399
|
+
const n = le(), e = se(n.value.view.nodes[t.nodeId]);
|
|
400
400
|
console.assert(!!e.value, `invalid node id=${t.nodeId}`), de(n, () => {
|
|
401
401
|
e.value = n.value.view.nodes[t.nodeId];
|
|
402
402
|
});
|
|
403
|
-
const { debugTrace: o } =
|
|
403
|
+
const { debugTrace: o } = Fi(e);
|
|
404
404
|
return o("created"), Ie(() => {
|
|
405
405
|
o("destroyed");
|
|
406
406
|
}), { node: e };
|
|
@@ -416,9 +416,9 @@ function pt(t, n, e) {
|
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
|
-
const
|
|
419
|
+
const Oi = (t, n, e, o) => {
|
|
420
420
|
let s;
|
|
421
|
-
if (t ? s = t.getElementProperty(n.basic.id, e) : s =
|
|
421
|
+
if (t ? s = t.getElementProperty(n.basic.id, e) : s = $e(n, e), o) {
|
|
422
422
|
if (typeof s == "string")
|
|
423
423
|
return JSON.parse(s);
|
|
424
424
|
console.assert(!1);
|
|
@@ -430,9 +430,9 @@ const Fi = (t, n, e, o) => {
|
|
|
430
430
|
s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) : cn(n, e, i);
|
|
431
431
|
};
|
|
432
432
|
function a(t, n, e) {
|
|
433
|
-
const o = ve(), s =
|
|
433
|
+
const o = ve(), s = se();
|
|
434
434
|
return ke(() => {
|
|
435
|
-
s.value =
|
|
435
|
+
s.value = Oi(o, t.value, n, e);
|
|
436
436
|
}), de(s, (i, l) => {
|
|
437
437
|
pe(i, l) || Ni(o, t.value, n, s.value, e);
|
|
438
438
|
}), { property: s };
|
|
@@ -462,7 +462,7 @@ function me(t) {
|
|
|
462
462
|
"transform",
|
|
463
463
|
"rotation",
|
|
464
464
|
"z"
|
|
465
|
-
]), { property: c } = a(t, ["transform", "scale", "x"]), { property:
|
|
465
|
+
]), { property: c } = a(t, ["transform", "scale", "x"]), { property: u } = a(t, ["transform", "scale", "y"]), { property: m } = a(t, ["transform", "scale", "z"]), d = se([0, 0, 0]), p = se([0, 0, 0]), f = se([1, 1, 1]);
|
|
466
466
|
return ke(() => {
|
|
467
467
|
d.value = [n.value, e.value, o.value];
|
|
468
468
|
}), ke(() => {
|
|
@@ -472,9 +472,9 @@ function me(t) {
|
|
|
472
472
|
}), ke(() => {
|
|
473
473
|
s.value = p.value[0], i.value = p.value[1], l.value = p.value[2];
|
|
474
474
|
}), ke(() => {
|
|
475
|
-
f.value = [c.value,
|
|
475
|
+
f.value = [c.value, u.value, m.value];
|
|
476
476
|
}), ke(() => {
|
|
477
|
-
c.value = f.value[0],
|
|
477
|
+
c.value = f.value[0], u.value = f.value[1], m.value = f.value[2];
|
|
478
478
|
}), { position: d, rotation: p, scale: f };
|
|
479
479
|
}
|
|
480
480
|
function Ro(t) {
|
|
@@ -505,7 +505,7 @@ function Do(t) {
|
|
|
505
505
|
}
|
|
506
506
|
return { show: n, text: e, subtext: o, applyTitle: s };
|
|
507
507
|
}
|
|
508
|
-
function
|
|
508
|
+
function Fo(t) {
|
|
509
509
|
const n = I(() => t.value.xAxis?.show), e = I(() => t.value.xAxis?.position), o = I(() => t.value.xAxis?.type), s = I(() => t.value.xAxis?.data);
|
|
510
510
|
function i(l) {
|
|
511
511
|
l.xAxis = {
|
|
@@ -517,7 +517,7 @@ function Oo(t) {
|
|
|
517
517
|
}
|
|
518
518
|
return { show: n, position: e, type: o, data: s, applyXAxis: i };
|
|
519
519
|
}
|
|
520
|
-
function
|
|
520
|
+
function Oo(t) {
|
|
521
521
|
const n = I(() => t.value.yAxis?.show), e = I(() => t.value.yAxis?.position), o = I(() => t.value.yAxis?.type), s = I(() => t.value.yAxis?.data);
|
|
522
522
|
function i(l) {
|
|
523
523
|
l.yAxis = {
|
|
@@ -531,23 +531,23 @@ function Fo(t) {
|
|
|
531
531
|
}
|
|
532
532
|
function Q(t) {
|
|
533
533
|
const { computedThemes: n } = Ti(), e = Ze(), o = I(() => t.value?.mode), s = I(() => {
|
|
534
|
-
const
|
|
535
|
-
return
|
|
534
|
+
const m = t.value?.theme;
|
|
535
|
+
return m ? m === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : m === "background1" ? e.value ? "#272727" : "#eeeeee" : m === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[m] : void 0;
|
|
536
536
|
}), i = I(() => e.value ? t.value.custom?.dark : t.value.custom?.light), l = I(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? i.value ?? "" : ""), c = I(() => {
|
|
537
|
-
const
|
|
538
|
-
return !
|
|
539
|
-
}),
|
|
540
|
-
const
|
|
541
|
-
return
|
|
537
|
+
const m = l.value;
|
|
538
|
+
return !m.startsWith("#") || m.length < 7 ? "" : m.substring(0, 7);
|
|
539
|
+
}), u = I(() => {
|
|
540
|
+
const m = l.value;
|
|
541
|
+
return m.startsWith("#") ? m.length < 9 ? 1 : parseInt(m.substring(7, 9)) / 255 : 0;
|
|
542
542
|
});
|
|
543
|
-
return { color: l, rgb: c, alpha:
|
|
543
|
+
return { color: l, rgb: c, alpha: u };
|
|
544
544
|
}
|
|
545
545
|
function mn(t) {
|
|
546
|
-
const n = I(() => t.value.border?.style), e = I(() => t.value.border?.width), o = I(() => t.value.border?.color), { color: s } = Q(o), i = I(() => t.value.border?.roundRadius?.tl), l = I(() => t.value.border?.roundRadius?.tr), c = I(() => t.value.border?.roundRadius?.bl),
|
|
547
|
-
function
|
|
548
|
-
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), i.value && (d.borderTopLeftRadius = i.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value),
|
|
546
|
+
const n = I(() => t.value.border?.style), e = I(() => t.value.border?.width), o = I(() => t.value.border?.color), { color: s } = Q(o), i = I(() => t.value.border?.roundRadius?.tl), l = I(() => t.value.border?.roundRadius?.tr), c = I(() => t.value.border?.roundRadius?.bl), u = I(() => t.value.border?.roundRadius?.br);
|
|
547
|
+
function m(d) {
|
|
548
|
+
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), i.value && (d.borderTopLeftRadius = i.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
|
|
549
549
|
}
|
|
550
|
-
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder:
|
|
550
|
+
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: m };
|
|
551
551
|
}
|
|
552
552
|
function pn(t) {
|
|
553
553
|
const n = I(() => t.value.margin?.top), e = I(() => t.value.margin?.left), o = I(() => t.value.margin?.bottom), s = I(() => t.value.margin?.right);
|
|
@@ -571,14 +571,14 @@ function ge(t, n) {
|
|
|
571
571
|
return p / 100 * o.value.height + "px";
|
|
572
572
|
}
|
|
573
573
|
return n.value.size?.height;
|
|
574
|
-
}),
|
|
574
|
+
}), u = I(() => {
|
|
575
575
|
if (t.outer && e === "editor") {
|
|
576
576
|
const p = It(n.value.size?.minHeight);
|
|
577
577
|
if (p)
|
|
578
578
|
return p / 100 * o.value.height + "px";
|
|
579
579
|
}
|
|
580
580
|
return n.value.size?.minHeight;
|
|
581
|
-
}),
|
|
581
|
+
}), m = I(() => {
|
|
582
582
|
if (t.outer && e === "editor") {
|
|
583
583
|
const p = It(n.value.size?.maxHeight);
|
|
584
584
|
if (p)
|
|
@@ -587,11 +587,11 @@ function ge(t, n) {
|
|
|
587
587
|
return n.value.size?.maxHeight;
|
|
588
588
|
});
|
|
589
589
|
function d(p) {
|
|
590
|
-
s.value && (p.width = s.value), i.value && (p.minWidth = i.value), l.value && (p.maxWidth = l.value), c.value && (p.height = c.value),
|
|
590
|
+
s.value && (p.width = s.value), i.value && (p.minWidth = i.value), l.value && (p.maxWidth = l.value), c.value && (p.height = c.value), u.value && (p.minHeight = u.value), m.value && (p.maxHeight = m.value);
|
|
591
591
|
}
|
|
592
|
-
return { width: s, minWidth: i, maxWidth: l, height: c, minHeight:
|
|
592
|
+
return { width: s, minWidth: i, maxWidth: l, height: c, minHeight: u, maxHeight: m, applySize: d };
|
|
593
593
|
}
|
|
594
|
-
const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Gi = /* @__PURE__ */
|
|
594
|
+
const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Gi = /* @__PURE__ */ S({
|
|
595
595
|
__name: "index",
|
|
596
596
|
props: {
|
|
597
597
|
nodeId: {},
|
|
@@ -599,11 +599,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
599
599
|
refContext: {}
|
|
600
600
|
},
|
|
601
601
|
setup(t) {
|
|
602
|
-
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "bottom"]), { property:
|
|
602
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
|
|
603
603
|
return (b, g) => (w(), te("TresOrthographicCamera", {
|
|
604
604
|
bottom: r(c),
|
|
605
|
-
far: r(
|
|
606
|
-
left: r(
|
|
605
|
+
far: r(u),
|
|
606
|
+
left: r(m),
|
|
607
607
|
near: r(d),
|
|
608
608
|
position: r(s),
|
|
609
609
|
right: r(p),
|
|
@@ -615,11 +615,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
615
615
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
616
616
|
key: 0,
|
|
617
617
|
type: r(Eo)
|
|
618
|
-
}, null, 8, ["type"])) :
|
|
619
|
-
|
|
618
|
+
}, null, 8, ["type"])) : re("", !0),
|
|
619
|
+
O(b.$slots, "default")
|
|
620
620
|
], 8, ji));
|
|
621
621
|
}
|
|
622
|
-
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */
|
|
622
|
+
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */ S({
|
|
623
623
|
__name: "index",
|
|
624
624
|
props: {
|
|
625
625
|
nodeId: {},
|
|
@@ -627,11 +627,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
627
627
|
refContext: {}
|
|
628
628
|
},
|
|
629
629
|
setup(t) {
|
|
630
|
-
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "aspect"]), { property:
|
|
630
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "aspect"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
|
|
631
631
|
return (p, f) => (w(), te("TresPerspectiveCamera", {
|
|
632
632
|
aspect: r(c),
|
|
633
|
-
far: r(
|
|
634
|
-
fov: r(
|
|
633
|
+
far: r(u),
|
|
634
|
+
fov: r(m),
|
|
635
635
|
near: r(d),
|
|
636
636
|
position: r(s),
|
|
637
637
|
rotation: r(i),
|
|
@@ -641,29 +641,29 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
641
641
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
642
642
|
key: 0,
|
|
643
643
|
type: r(Eo)
|
|
644
|
-
}, null, 8, ["type"])) :
|
|
645
|
-
|
|
644
|
+
}, null, 8, ["type"])) : re("", !0),
|
|
645
|
+
O(p.$slots, "default")
|
|
646
646
|
], 8, Hi));
|
|
647
647
|
}
|
|
648
|
-
}), Ui = /* @__PURE__ */
|
|
648
|
+
}), Ui = /* @__PURE__ */ S({
|
|
649
649
|
__name: "index",
|
|
650
650
|
setup(t) {
|
|
651
651
|
const n = Z();
|
|
652
|
-
return (e, o) => r(n) !== "editor" ? (w(), C(r(yi), { key: 0 })) :
|
|
652
|
+
return (e, o) => r(n) !== "editor" ? (w(), C(r(yi), { key: 0 })) : re("", !0);
|
|
653
653
|
}
|
|
654
|
-
}), qi = /* @__PURE__ */
|
|
654
|
+
}), qi = /* @__PURE__ */ S({
|
|
655
655
|
__name: "index",
|
|
656
656
|
setup(t) {
|
|
657
657
|
const n = Z();
|
|
658
|
-
return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) :
|
|
658
|
+
return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) : re("", !0);
|
|
659
659
|
}
|
|
660
|
-
}), Xi = /* @__PURE__ */
|
|
660
|
+
}), Xi = /* @__PURE__ */ S({
|
|
661
661
|
__name: "index",
|
|
662
662
|
setup(t) {
|
|
663
663
|
const n = Z();
|
|
664
|
-
return (e, o) => r(n) !== "editor" ? (w(), C(r(gi), { key: 0 })) :
|
|
664
|
+
return (e, o) => r(n) !== "editor" ? (w(), C(r(gi), { key: 0 })) : re("", !0);
|
|
665
665
|
}
|
|
666
|
-
}), Yi = ["args"], Zi = /* @__PURE__ */
|
|
666
|
+
}), Yi = ["args"], Zi = /* @__PURE__ */ S({
|
|
667
667
|
__name: "index",
|
|
668
668
|
props: {
|
|
669
669
|
nodeId: {},
|
|
@@ -677,16 +677,16 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
677
677
|
]), { property: i } = a(e, ["settings", "height"]), { property: l } = a(e, [
|
|
678
678
|
"settings",
|
|
679
679
|
"heightSegements"
|
|
680
|
-
]), { property: c } = a(e, ["settings", "width"]), { property:
|
|
680
|
+
]), { property: c } = a(e, ["settings", "width"]), { property: u } = a(e, [
|
|
681
681
|
"settings",
|
|
682
682
|
"widthSegements"
|
|
683
683
|
]);
|
|
684
|
-
return (
|
|
684
|
+
return (m, d) => (w(), te("TresBoxGeometry", {
|
|
685
685
|
args: [
|
|
686
686
|
r(c),
|
|
687
687
|
r(i),
|
|
688
688
|
r(o),
|
|
689
|
-
r(
|
|
689
|
+
r(u),
|
|
690
690
|
r(l),
|
|
691
691
|
r(s)
|
|
692
692
|
]
|
|
@@ -697,7 +697,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
697
697
|
for (const [o, s] of n)
|
|
698
698
|
e[o] = s;
|
|
699
699
|
return e;
|
|
700
|
-
}, Qi = ["args"], es = /* @__PURE__ */
|
|
700
|
+
}, Qi = ["args"], es = /* @__PURE__ */ S({
|
|
701
701
|
__name: "index",
|
|
702
702
|
props: {
|
|
703
703
|
nodeId: {},
|
|
@@ -717,26 +717,26 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
717
717
|
]), { property: l } = a(e, ["settings", "radius"]), { property: c } = a(e, [
|
|
718
718
|
"settings",
|
|
719
719
|
"thetaLength"
|
|
720
|
-
]), { property:
|
|
720
|
+
]), { property: u } = a(e, [
|
|
721
721
|
"settings",
|
|
722
722
|
"thetaStart"
|
|
723
|
-
]), { property:
|
|
723
|
+
]), { property: m } = a(e, [
|
|
724
724
|
"settings",
|
|
725
725
|
"widthSegments"
|
|
726
726
|
]);
|
|
727
727
|
return (d, p) => (w(), te("TresSphereGeometry", {
|
|
728
728
|
args: [
|
|
729
729
|
r(l),
|
|
730
|
-
r(
|
|
730
|
+
r(m),
|
|
731
731
|
r(o),
|
|
732
732
|
r(i),
|
|
733
733
|
r(s),
|
|
734
|
-
r(
|
|
734
|
+
r(u),
|
|
735
735
|
r(c)
|
|
736
736
|
]
|
|
737
737
|
}, null, 8, Qi));
|
|
738
738
|
}
|
|
739
|
-
}), ts = ["color", "intensity", "position", "rotation", "scale"], ns = /* @__PURE__ */
|
|
739
|
+
}), ts = ["color", "intensity", "position", "rotation", "scale"], ns = /* @__PURE__ */ S({
|
|
740
740
|
__name: "index",
|
|
741
741
|
props: {
|
|
742
742
|
nodeId: {},
|
|
@@ -744,22 +744,22 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
744
744
|
refContext: {}
|
|
745
745
|
},
|
|
746
746
|
setup(t) {
|
|
747
|
-
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = me(e), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property:
|
|
747
|
+
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = me(e), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: u } = a(e, [
|
|
748
748
|
"settings",
|
|
749
749
|
"intensity"
|
|
750
750
|
]);
|
|
751
|
-
return (
|
|
751
|
+
return (m, d) => (w(), te("TresAmbientLight", {
|
|
752
752
|
color: r(c),
|
|
753
|
-
intensity: r(
|
|
753
|
+
intensity: r(u),
|
|
754
754
|
position: r(o),
|
|
755
755
|
rotation: r(s),
|
|
756
756
|
scale: r(i)
|
|
757
757
|
}, [
|
|
758
758
|
D(r(Be)),
|
|
759
|
-
|
|
759
|
+
O(m.$slots, "default")
|
|
760
760
|
], 8, ts));
|
|
761
761
|
}
|
|
762
|
-
}), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */
|
|
762
|
+
}), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */ S({
|
|
763
763
|
__name: "index",
|
|
764
764
|
props: {
|
|
765
765
|
nodeId: {},
|
|
@@ -767,13 +767,13 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
767
767
|
refContext: {}
|
|
768
768
|
},
|
|
769
769
|
setup(t) {
|
|
770
|
-
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color:
|
|
770
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Q(c), { property: m } = a(e, [
|
|
771
771
|
"settings",
|
|
772
772
|
"intensity"
|
|
773
773
|
]);
|
|
774
774
|
return (d, p) => (w(), te("TresDirectionalLight", {
|
|
775
|
-
color: r(
|
|
776
|
-
intensity: r(
|
|
775
|
+
color: r(u),
|
|
776
|
+
intensity: r(m),
|
|
777
777
|
position: r(s),
|
|
778
778
|
rotation: r(i),
|
|
779
779
|
scale: r(l)
|
|
@@ -782,11 +782,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
782
782
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
783
783
|
key: 0,
|
|
784
784
|
type: r(pi)
|
|
785
|
-
}, null, 8, ["type"])) :
|
|
786
|
-
|
|
785
|
+
}, null, 8, ["type"])) : re("", !0),
|
|
786
|
+
O(d.$slots, "default")
|
|
787
787
|
], 8, os));
|
|
788
788
|
}
|
|
789
|
-
}), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */
|
|
789
|
+
}), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */ S({
|
|
790
790
|
__name: "index",
|
|
791
791
|
props: {
|
|
792
792
|
nodeId: {},
|
|
@@ -794,7 +794,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
794
794
|
refContext: {}
|
|
795
795
|
},
|
|
796
796
|
setup(t) {
|
|
797
|
-
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color:
|
|
797
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Q(c), { property: m } = a(e, ["settings", "decay"]), { property: d } = a(e, [
|
|
798
798
|
"settings",
|
|
799
799
|
"distance"
|
|
800
800
|
]), { property: p } = a(e, [
|
|
@@ -802,8 +802,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
802
802
|
"intensity"
|
|
803
803
|
]);
|
|
804
804
|
return (f, b) => (w(), te("TresPointLight", {
|
|
805
|
-
color: r(
|
|
806
|
-
decay: r(
|
|
805
|
+
color: r(u),
|
|
806
|
+
decay: r(m),
|
|
807
807
|
distance: r(d),
|
|
808
808
|
intensity: r(p),
|
|
809
809
|
position: r(s),
|
|
@@ -814,11 +814,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
814
814
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
815
815
|
key: 0,
|
|
816
816
|
type: r(di)
|
|
817
|
-
}, null, 8, ["type"])) :
|
|
818
|
-
|
|
817
|
+
}, null, 8, ["type"])) : re("", !0),
|
|
818
|
+
O(f.$slots, "default")
|
|
819
819
|
], 8, ss));
|
|
820
820
|
}
|
|
821
|
-
}), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */
|
|
821
|
+
}), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */ S({
|
|
822
822
|
__name: "index",
|
|
823
823
|
props: {
|
|
824
824
|
nodeId: {},
|
|
@@ -826,7 +826,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
826
826
|
refContext: {}
|
|
827
827
|
},
|
|
828
828
|
setup(t) {
|
|
829
|
-
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "angle"]), { property:
|
|
829
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "angle"]), { property: u } = a(e, ["settings", "color"]), { color: m } = Q(u), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
|
|
830
830
|
"settings",
|
|
831
831
|
"distance"
|
|
832
832
|
]), { property: f } = a(e, [
|
|
@@ -838,7 +838,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
838
838
|
]);
|
|
839
839
|
return (g, k) => (w(), te("TresSpotLight", {
|
|
840
840
|
angle: r(c),
|
|
841
|
-
color: r(
|
|
841
|
+
color: r(m),
|
|
842
842
|
decay: r(d),
|
|
843
843
|
distance: r(p),
|
|
844
844
|
intensity: r(f),
|
|
@@ -851,15 +851,15 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
851
851
|
r(o) === "editor" ? (w(), C(r(qe), {
|
|
852
852
|
key: 0,
|
|
853
853
|
type: r(fi)
|
|
854
|
-
}, null, 8, ["type"])) :
|
|
855
|
-
|
|
854
|
+
}, null, 8, ["type"])) : re("", !0),
|
|
855
|
+
O(g.$slots, "default")
|
|
856
856
|
], 8, ls));
|
|
857
857
|
}
|
|
858
858
|
}), cs = {};
|
|
859
859
|
function us(t, n) {
|
|
860
860
|
return w(), te("TresMeshBasicMaterial");
|
|
861
861
|
}
|
|
862
|
-
const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */
|
|
862
|
+
const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */ S({
|
|
863
863
|
__name: "index",
|
|
864
864
|
props: {
|
|
865
865
|
nodeId: {},
|
|
@@ -873,10 +873,10 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
873
873
|
rotation: r(s),
|
|
874
874
|
scale: r(i)
|
|
875
875
|
}, [
|
|
876
|
-
|
|
876
|
+
O(l.$slots, "default")
|
|
877
877
|
], 8, ps));
|
|
878
878
|
}
|
|
879
|
-
}), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */
|
|
879
|
+
}), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */ S({
|
|
880
880
|
__name: "index",
|
|
881
881
|
props: {
|
|
882
882
|
nodeId: {},
|
|
@@ -890,10 +890,10 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
890
890
|
rotation: r(s),
|
|
891
891
|
scale: r(i)
|
|
892
892
|
}, [
|
|
893
|
-
|
|
893
|
+
O(l.$slots, "default")
|
|
894
894
|
], 8, fs));
|
|
895
895
|
}
|
|
896
|
-
}), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } },
|
|
896
|
+
}), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { 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" } }, Ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, As = { 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"] } } }, Ms = { 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"] } } }, Ws = { 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"] } } }, Bs = { 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"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Fs = { 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" } } }, Os = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { 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" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gs = {
|
|
897
897
|
color: bs,
|
|
898
898
|
backgroundColor: gs,
|
|
899
899
|
textStyle: hs,
|
|
@@ -903,8 +903,8 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
903
903
|
bar: ks,
|
|
904
904
|
pie: ws,
|
|
905
905
|
scatter: Is,
|
|
906
|
-
boxplot:
|
|
907
|
-
parallel:
|
|
906
|
+
boxplot: Ss,
|
|
907
|
+
parallel: $s,
|
|
908
908
|
sankey: Cs,
|
|
909
909
|
funnel: Vs,
|
|
910
910
|
gauge: Ps,
|
|
@@ -919,8 +919,8 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
|
|
|
919
919
|
toolbox: Rs,
|
|
920
920
|
legend: Ks,
|
|
921
921
|
tooltip: Ds,
|
|
922
|
-
timeline:
|
|
923
|
-
visualMap:
|
|
922
|
+
timeline: Fs,
|
|
923
|
+
visualMap: Os,
|
|
924
924
|
dataZoom: Ns,
|
|
925
925
|
markPoint: js
|
|
926
926
|
}, Hs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Js = "#f5f5f5", Us = {}, qs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ys = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, lr = { 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" } }, ar = { 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)" } } }, cr = { 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)" } } }, ur = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, fr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#333333" } }, br = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, gr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, hr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, _r = { 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" } }, vr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, xr = {
|
|
@@ -961,12 +961,12 @@ hi([
|
|
|
961
961
|
ki,
|
|
962
962
|
wi,
|
|
963
963
|
Ii,
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
Si,
|
|
965
|
+
$i
|
|
966
966
|
]);
|
|
967
967
|
Ao("dark", Gs);
|
|
968
968
|
Ao("light", xr);
|
|
969
|
-
const kr = /* @__PURE__ */
|
|
969
|
+
const kr = /* @__PURE__ */ S({
|
|
970
970
|
__name: "index",
|
|
971
971
|
props: {
|
|
972
972
|
nodeId: {},
|
|
@@ -974,7 +974,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
974
974
|
refContext: {}
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
const n = t, { node: e } = P(n), o = De(), s = Ze(), i =
|
|
977
|
+
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
|
|
978
978
|
const L = {}, U = l.value?.type;
|
|
979
979
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
980
980
|
}), z = Io("chart");
|
|
@@ -989,7 +989,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
989
989
|
const L = {};
|
|
990
990
|
g(L), k(L), h(L), x(L), _(L), T?.setOption(L, !0);
|
|
991
991
|
};
|
|
992
|
-
return
|
|
992
|
+
return So(async () => {
|
|
993
993
|
window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
|
|
994
994
|
}), Ie(() => {
|
|
995
995
|
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
@@ -998,8 +998,8 @@ const kr = /* @__PURE__ */ $({
|
|
|
998
998
|
() => o.value.width,
|
|
999
999
|
() => o.value.height,
|
|
1000
1000
|
c,
|
|
1001
|
-
m,
|
|
1002
1001
|
u,
|
|
1002
|
+
m,
|
|
1003
1003
|
d,
|
|
1004
1004
|
p,
|
|
1005
1005
|
f
|
|
@@ -1028,7 +1028,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1028
1028
|
_: 1
|
|
1029
1029
|
}));
|
|
1030
1030
|
}
|
|
1031
|
-
}), wr = /* @__PURE__ */
|
|
1031
|
+
}), wr = /* @__PURE__ */ S({
|
|
1032
1032
|
__name: "index",
|
|
1033
1033
|
props: {
|
|
1034
1034
|
nodeId: {},
|
|
@@ -1036,7 +1036,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1036
1036
|
refContext: {}
|
|
1037
1037
|
},
|
|
1038
1038
|
setup(t) {
|
|
1039
|
-
const n = t, { node: e } = P(n), o = De(), s = Ze(), i =
|
|
1039
|
+
const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
|
|
1040
1040
|
const L = {}, U = l.value?.type;
|
|
1041
1041
|
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
1042
1042
|
}), z = Io("chart");
|
|
@@ -1051,7 +1051,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1051
1051
|
const L = {};
|
|
1052
1052
|
g(L), k(L), h(L), x(L), _(L), T?.setOption(L, !0);
|
|
1053
1053
|
};
|
|
1054
|
-
return
|
|
1054
|
+
return So(async () => {
|
|
1055
1055
|
window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
|
|
1056
1056
|
}), Ie(() => {
|
|
1057
1057
|
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
@@ -1060,8 +1060,8 @@ const kr = /* @__PURE__ */ $({
|
|
|
1060
1060
|
() => o.value.width,
|
|
1061
1061
|
() => o.value.height,
|
|
1062
1062
|
c,
|
|
1063
|
-
m,
|
|
1064
1063
|
u,
|
|
1064
|
+
m,
|
|
1065
1065
|
d,
|
|
1066
1066
|
p,
|
|
1067
1067
|
f
|
|
@@ -1090,7 +1090,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1090
1090
|
_: 1
|
|
1091
1091
|
}));
|
|
1092
1092
|
}
|
|
1093
|
-
}), Ir = /* @__PURE__ */
|
|
1093
|
+
}), Ir = /* @__PURE__ */ S({
|
|
1094
1094
|
__name: "index",
|
|
1095
1095
|
props: {
|
|
1096
1096
|
nodeId: {},
|
|
@@ -1107,7 +1107,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1107
1107
|
"offset",
|
|
1108
1108
|
"y"
|
|
1109
1109
|
]);
|
|
1110
|
-
return (
|
|
1110
|
+
return (u, m) => {
|
|
1111
1111
|
const d = B("v-badge");
|
|
1112
1112
|
return w(), C(r(G), null, {
|
|
1113
1113
|
default: V(() => [
|
|
@@ -1119,7 +1119,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1119
1119
|
theme: r(i)
|
|
1120
1120
|
}, {
|
|
1121
1121
|
default: V(() => [
|
|
1122
|
-
|
|
1122
|
+
O(u.$slots, "default")
|
|
1123
1123
|
]),
|
|
1124
1124
|
_: 3
|
|
1125
1125
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
|
|
@@ -1128,7 +1128,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1128
1128
|
});
|
|
1129
1129
|
};
|
|
1130
1130
|
}
|
|
1131
|
-
}),
|
|
1131
|
+
}), Sr = /* @__PURE__ */ S({
|
|
1132
1132
|
__name: "index",
|
|
1133
1133
|
props: {
|
|
1134
1134
|
nodeId: {},
|
|
@@ -1140,7 +1140,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1140
1140
|
"settings",
|
|
1141
1141
|
"addIcon",
|
|
1142
1142
|
"append"
|
|
1143
|
-
]), { property: i } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property:
|
|
1143
|
+
]), { property: i } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: u } = a(e, ["settings", "density"]), { property: m } = a(e, [
|
|
1144
1144
|
"settings",
|
|
1145
1145
|
"disabled"
|
|
1146
1146
|
]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: b } = a(e, ["size", "maxWidth"]), { property: g } = a(e, ["size", "minHeight"]), { property: k } = a(e, ["size", "minWidth"]), { property: h } = a(e, [
|
|
@@ -1156,7 +1156,7 @@ const kr = /* @__PURE__ */ $({
|
|
|
1156
1156
|
const { vm: oe } = o;
|
|
1157
1157
|
oe.setProp(oe.global, "__pointerPosX__", oe.newNumber(U.clientX)), oe.setProp(oe.global, "__pointerPosY__", oe.newNumber(U.clientY)), await o.callFunctionAsync(
|
|
1158
1158
|
"__triggerEventV1__",
|
|
1159
|
-
|
|
1159
|
+
ie("elementEvent", n.nodeId, "click"),
|
|
1160
1160
|
""
|
|
1161
1161
|
);
|
|
1162
1162
|
};
|
|
@@ -1171,8 +1171,8 @@ const kr = /* @__PURE__ */ $({
|
|
|
1171
1171
|
"append-icon": r(s),
|
|
1172
1172
|
block: r(i),
|
|
1173
1173
|
color: r(c),
|
|
1174
|
-
density: r(
|
|
1175
|
-
disabled: r(
|
|
1174
|
+
density: r(u),
|
|
1175
|
+
disabled: r(m),
|
|
1176
1176
|
height: r(d),
|
|
1177
1177
|
loading: r(p),
|
|
1178
1178
|
"max-height": r(f),
|
|
@@ -1195,17 +1195,17 @@ const kr = /* @__PURE__ */ $({
|
|
|
1195
1195
|
}, 8, ["block"]);
|
|
1196
1196
|
};
|
|
1197
1197
|
}
|
|
1198
|
-
}),
|
|
1198
|
+
}), $r = {};
|
|
1199
1199
|
function Cr(t, n) {
|
|
1200
1200
|
const e = B("v-btn-group");
|
|
1201
1201
|
return w(), C(e, null, {
|
|
1202
1202
|
default: V(() => [
|
|
1203
|
-
|
|
1203
|
+
O(t.$slots, "default")
|
|
1204
1204
|
]),
|
|
1205
1205
|
_: 3
|
|
1206
1206
|
});
|
|
1207
1207
|
}
|
|
1208
|
-
const Vr = /* @__PURE__ */ Re(
|
|
1208
|
+
const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
|
|
1209
1209
|
__name: "index",
|
|
1210
1210
|
props: {
|
|
1211
1211
|
nodeId: {},
|
|
@@ -1222,10 +1222,10 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1222
1222
|
]), { property: c } = a(e, [
|
|
1223
1223
|
"settings",
|
|
1224
1224
|
"multiple"
|
|
1225
|
-
]), { property:
|
|
1225
|
+
]), { property: u } = a(e, [
|
|
1226
1226
|
"settings",
|
|
1227
1227
|
"readonly"
|
|
1228
|
-
]), { property:
|
|
1228
|
+
]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = H(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
|
|
1229
1229
|
return (g, k) => {
|
|
1230
1230
|
const h = B("v-btn-toggle");
|
|
1231
1231
|
return w(), C(h, {
|
|
@@ -1234,21 +1234,21 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1234
1234
|
divided: r(i),
|
|
1235
1235
|
mandatory: r(l),
|
|
1236
1236
|
multiple: r(c),
|
|
1237
|
-
readonly: r(
|
|
1238
|
-
size: r(
|
|
1237
|
+
readonly: r(u),
|
|
1238
|
+
size: r(m),
|
|
1239
1239
|
stacked: r(d),
|
|
1240
1240
|
theme: r(p),
|
|
1241
1241
|
tile: r(f),
|
|
1242
1242
|
variant: r(b)
|
|
1243
1243
|
}, {
|
|
1244
1244
|
default: V(() => [
|
|
1245
|
-
|
|
1245
|
+
O(g.$slots, "default")
|
|
1246
1246
|
]),
|
|
1247
1247
|
_: 3
|
|
1248
1248
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1249
1249
|
};
|
|
1250
1250
|
}
|
|
1251
|
-
}), Lr = /* @__PURE__ */
|
|
1251
|
+
}), Lr = /* @__PURE__ */ S({
|
|
1252
1252
|
__name: "index",
|
|
1253
1253
|
props: {
|
|
1254
1254
|
nodeId: {},
|
|
@@ -1259,7 +1259,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1259
1259
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
|
|
1260
1260
|
"settings",
|
|
1261
1261
|
"disabled"
|
|
1262
|
-
]), { property: i } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property:
|
|
1262
|
+
]), { property: i } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: u } = a(e, ["size", "maxHeight"]), { property: m } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
|
|
1263
1263
|
"settings",
|
|
1264
1264
|
"subtitle"
|
|
1265
1265
|
]), { property: b } = a(e, ["settings", "text"]), { theme: g } = H(), { property: k } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: x } = a(e, ["size", "width"]);
|
|
@@ -1273,8 +1273,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1273
1273
|
height: r(i),
|
|
1274
1274
|
hover: r(l),
|
|
1275
1275
|
loading: r(c),
|
|
1276
|
-
"max-height": r(
|
|
1277
|
-
"max-width": r(
|
|
1276
|
+
"max-height": r(u),
|
|
1277
|
+
"max-width": r(m),
|
|
1278
1278
|
"min-height": r(d),
|
|
1279
1279
|
"min-width": r(p),
|
|
1280
1280
|
subtitle: r(f),
|
|
@@ -1285,7 +1285,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1285
1285
|
width: r(x)
|
|
1286
1286
|
}, {
|
|
1287
1287
|
default: V(() => [
|
|
1288
|
-
|
|
1288
|
+
O(_.$slots, "default")
|
|
1289
1289
|
]),
|
|
1290
1290
|
_: 3
|
|
1291
1291
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
|
|
@@ -1294,7 +1294,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1294
1294
|
});
|
|
1295
1295
|
};
|
|
1296
1296
|
}
|
|
1297
|
-
}), zr = /* @__PURE__ */
|
|
1297
|
+
}), zr = /* @__PURE__ */ S({
|
|
1298
1298
|
__name: "index",
|
|
1299
1299
|
props: {
|
|
1300
1300
|
nodeId: {},
|
|
@@ -1322,7 +1322,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1322
1322
|
});
|
|
1323
1323
|
};
|
|
1324
1324
|
}
|
|
1325
|
-
}), Tr = /* @__PURE__ */
|
|
1325
|
+
}), Tr = /* @__PURE__ */ S({
|
|
1326
1326
|
__name: "index",
|
|
1327
1327
|
props: {
|
|
1328
1328
|
nodeId: {},
|
|
@@ -1336,10 +1336,10 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1336
1336
|
]), { property: s } = a(e, ["settings", "color"]), { color: i } = Q(s), { property: l } = a(e, ["settings", "density"]), { property: c } = a(e, [
|
|
1337
1337
|
"settings",
|
|
1338
1338
|
"disabled"
|
|
1339
|
-
]), { property:
|
|
1339
|
+
]), { property: u } = a(e, [
|
|
1340
1340
|
"settings",
|
|
1341
1341
|
"draggable"
|
|
1342
|
-
]), { property:
|
|
1342
|
+
]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = H(), { property: g } = a(e, ["settings", "tile"]), { property: k } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
|
|
1343
1343
|
return (x, _) => {
|
|
1344
1344
|
const v = B("v-chip");
|
|
1345
1345
|
return w(), C(r(G), { mask: "" }, {
|
|
@@ -1349,8 +1349,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1349
1349
|
color: r(i),
|
|
1350
1350
|
density: r(l),
|
|
1351
1351
|
disabled: r(c),
|
|
1352
|
-
draggable: r(
|
|
1353
|
-
filter: r(
|
|
1352
|
+
draggable: r(u),
|
|
1353
|
+
filter: r(m),
|
|
1354
1354
|
label: r(d),
|
|
1355
1355
|
size: r(p),
|
|
1356
1356
|
text: r(f),
|
|
@@ -1364,7 +1364,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1364
1364
|
});
|
|
1365
1365
|
};
|
|
1366
1366
|
}
|
|
1367
|
-
}), Er = /* @__PURE__ */
|
|
1367
|
+
}), Er = /* @__PURE__ */ S({
|
|
1368
1368
|
__name: "index",
|
|
1369
1369
|
props: {
|
|
1370
1370
|
nodeId: {},
|
|
@@ -1381,10 +1381,10 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1381
1381
|
]), { property: l } = a(e, ["settings", "filter"]), { property: c } = a(e, [
|
|
1382
1382
|
"settings",
|
|
1383
1383
|
"mandatory"
|
|
1384
|
-
]), { property:
|
|
1384
|
+
]), { property: u } = a(e, [
|
|
1385
1385
|
"settings",
|
|
1386
1386
|
"multiple"
|
|
1387
|
-
]), { property:
|
|
1387
|
+
]), { property: m } = a(e, [
|
|
1388
1388
|
"settings",
|
|
1389
1389
|
"showArrows"
|
|
1390
1390
|
]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
|
|
@@ -1398,18 +1398,18 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1398
1398
|
disabled: r(i),
|
|
1399
1399
|
filter: r(l),
|
|
1400
1400
|
mandatory: r(c),
|
|
1401
|
-
multiple: r(
|
|
1402
|
-
"show-arrows": r(
|
|
1401
|
+
multiple: r(u),
|
|
1402
|
+
"show-arrows": r(m),
|
|
1403
1403
|
theme: r(d)
|
|
1404
1404
|
}, {
|
|
1405
1405
|
default: V(() => [
|
|
1406
|
-
|
|
1406
|
+
O(f.$slots, "default")
|
|
1407
1407
|
]),
|
|
1408
1408
|
_: 3
|
|
1409
1409
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1410
1410
|
};
|
|
1411
1411
|
}
|
|
1412
|
-
}), Ar = /* @__PURE__ */
|
|
1412
|
+
}), Ar = /* @__PURE__ */ S({
|
|
1413
1413
|
__name: "index",
|
|
1414
1414
|
props: {
|
|
1415
1415
|
nodeId: {},
|
|
@@ -1417,16 +1417,16 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1417
1417
|
refContext: {}
|
|
1418
1418
|
},
|
|
1419
1419
|
setup(t) {
|
|
1420
|
-
const n = t, { node: e } = P(n), o =
|
|
1420
|
+
const n = t, { node: e } = P(n), o = Se(), s = le(), { applySize: i } = ge(n, e), l = I(() => {
|
|
1421
1421
|
const k = {}, h = s.value?.type;
|
|
1422
1422
|
return o === "page" ? h === "common" ? i(k) : console.assert(!1) : o === "comp" && h === "common" ? i(k) : console.assert(!1), k;
|
|
1423
1423
|
}), { property: c } = a(e, [
|
|
1424
1424
|
"settings",
|
|
1425
1425
|
"disabled"
|
|
1426
|
-
]), { property:
|
|
1426
|
+
]), { property: u } = a(e, [
|
|
1427
1427
|
"settings",
|
|
1428
1428
|
"hideCanvas"
|
|
1429
|
-
]), { property:
|
|
1429
|
+
]), { property: m } = a(e, [
|
|
1430
1430
|
"settings",
|
|
1431
1431
|
"hideHeader"
|
|
1432
1432
|
]), { property: d } = a(e, [
|
|
@@ -1448,8 +1448,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1448
1448
|
default: V(() => [
|
|
1449
1449
|
D(x, {
|
|
1450
1450
|
disabled: r(c),
|
|
1451
|
-
"hide-canvas": r(
|
|
1452
|
-
"hide-header": r(
|
|
1451
|
+
"hide-canvas": r(u),
|
|
1452
|
+
"hide-header": r(m),
|
|
1453
1453
|
"hide-inputs": r(d),
|
|
1454
1454
|
"hide-sliders": r(p),
|
|
1455
1455
|
landscape: r(f),
|
|
@@ -1462,7 +1462,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1462
1462
|
});
|
|
1463
1463
|
};
|
|
1464
1464
|
}
|
|
1465
|
-
}), Mr = /* @__PURE__ */
|
|
1465
|
+
}), Mr = /* @__PURE__ */ S({
|
|
1466
1466
|
__name: "index",
|
|
1467
1467
|
props: {
|
|
1468
1468
|
nodeId: {},
|
|
@@ -1482,27 +1482,27 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1482
1482
|
]), { property: c } = a(e, [
|
|
1483
1483
|
"settings",
|
|
1484
1484
|
"singleLine"
|
|
1485
|
-
]), { theme:
|
|
1485
|
+
]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
|
|
1486
1486
|
return (d, p) => {
|
|
1487
1487
|
const f = B("v-combobox");
|
|
1488
1488
|
return w(), C(r(G), { mask: "" }, {
|
|
1489
1489
|
default: V(() => [
|
|
1490
1490
|
D(f, {
|
|
1491
|
-
modelValue: r(
|
|
1492
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(
|
|
1491
|
+
modelValue: r(m),
|
|
1492
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(m) ? m.value = b : null),
|
|
1493
1493
|
"hide-details": r(o),
|
|
1494
1494
|
label: r(s),
|
|
1495
1495
|
placeholder: r(i),
|
|
1496
1496
|
readonly: r(l),
|
|
1497
1497
|
"single-line": r(c),
|
|
1498
|
-
theme: r(
|
|
1498
|
+
theme: r(u)
|
|
1499
1499
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
1500
1500
|
]),
|
|
1501
1501
|
_: 1
|
|
1502
1502
|
});
|
|
1503
1503
|
};
|
|
1504
1504
|
}
|
|
1505
|
-
}), Wr = /* @__PURE__ */
|
|
1505
|
+
}), Wr = /* @__PURE__ */ S({
|
|
1506
1506
|
__name: "index",
|
|
1507
1507
|
props: {
|
|
1508
1508
|
nodeId: {},
|
|
@@ -1510,25 +1510,25 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1510
1510
|
refContext: {}
|
|
1511
1511
|
},
|
|
1512
1512
|
setup(t) {
|
|
1513
|
-
const n = t, { node: e } = P(n), o =
|
|
1513
|
+
const n = t, { node: e } = P(n), o = Se(), s = le(), { property: i } = a(e, [
|
|
1514
1514
|
"settings",
|
|
1515
1515
|
"backgroundColor"
|
|
1516
|
-
]), { color: l } = Q(i), { applySize: c } = ge(n, e), { applyMargin:
|
|
1516
|
+
]), { color: l } = Q(i), { applySize: c } = ge(n, e), { applyMargin: u } = pn(e), { applyPadding: m } = dn(e), { applyBorder: d } = mn(e), p = I(() => {
|
|
1517
1517
|
const f = {}, b = s.value?.type;
|
|
1518
|
-
return o === "page" ? b === "common" ? (c(f),
|
|
1518
|
+
return o === "page" ? b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
|
|
1519
1519
|
});
|
|
1520
1520
|
return (f, b) => (w(), C(r(G), { block: "" }, {
|
|
1521
1521
|
default: V(() => [
|
|
1522
1522
|
We("div", {
|
|
1523
1523
|
style: fe(p.value)
|
|
1524
1524
|
}, [
|
|
1525
|
-
|
|
1525
|
+
O(f.$slots, "default")
|
|
1526
1526
|
], 4)
|
|
1527
1527
|
]),
|
|
1528
1528
|
_: 3
|
|
1529
1529
|
}));
|
|
1530
1530
|
}
|
|
1531
|
-
}), Br = /* @__PURE__ */
|
|
1531
|
+
}), Br = /* @__PURE__ */ S({
|
|
1532
1532
|
__name: "columnSlot",
|
|
1533
1533
|
props: {
|
|
1534
1534
|
nodeId: {},
|
|
@@ -1536,40 +1536,40 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1536
1536
|
value: {}
|
|
1537
1537
|
},
|
|
1538
1538
|
setup(t) {
|
|
1539
|
-
const n = t, e = Z(), o = Qe(), s =
|
|
1539
|
+
const n = t, e = Z(), o = Qe(), s = se();
|
|
1540
1540
|
Pe(s);
|
|
1541
1541
|
const i = I(() => n.refContext.compId);
|
|
1542
|
-
et(i, s),
|
|
1543
|
-
function l(
|
|
1544
|
-
const
|
|
1545
|
-
if (!
|
|
1546
|
-
console.assert(!1, `element not found key=${
|
|
1542
|
+
et(i, s), ce(e) && tt(s, "slot", "", "", ve());
|
|
1543
|
+
function l(u) {
|
|
1544
|
+
const m = we[u.key];
|
|
1545
|
+
if (!m) {
|
|
1546
|
+
console.assert(!1, `element not found key=${u.key}`);
|
|
1547
1547
|
return;
|
|
1548
1548
|
}
|
|
1549
1549
|
const d = {
|
|
1550
|
-
nodeId:
|
|
1550
|
+
nodeId: u.id
|
|
1551
1551
|
};
|
|
1552
|
-
return Xe(
|
|
1552
|
+
return Xe(u.key) && (d.refContext = {
|
|
1553
1553
|
parent: n.refContext,
|
|
1554
|
-
compId:
|
|
1554
|
+
compId: u.compId
|
|
1555
1555
|
}), K(
|
|
1556
|
-
|
|
1556
|
+
m.comp,
|
|
1557
1557
|
{
|
|
1558
|
-
key:
|
|
1558
|
+
key: u.id,
|
|
1559
1559
|
...d
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
default: () => {
|
|
1563
|
-
if (!
|
|
1564
|
-
return
|
|
1563
|
+
if (!m.leaf)
|
|
1564
|
+
return u.children?.map((p) => l(p));
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
1567
|
);
|
|
1568
1568
|
}
|
|
1569
1569
|
const c = () => {
|
|
1570
|
-
const { i18n:
|
|
1570
|
+
const { i18n: u } = _e;
|
|
1571
1571
|
if (Ye(n.refContext, o))
|
|
1572
|
-
return K("div", null,
|
|
1572
|
+
return K("div", null, u.global.t("x-runtime-lib.circularReference"));
|
|
1573
1573
|
if (!s.value)
|
|
1574
1574
|
return;
|
|
1575
1575
|
if (s.value.type === "common")
|
|
@@ -1579,9 +1579,9 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1579
1579
|
{ default: () => s.value.view.nodeLites.map((d) => l(d)) }
|
|
1580
1580
|
);
|
|
1581
1581
|
};
|
|
1582
|
-
return (
|
|
1582
|
+
return (u, m) => (w(), C(c));
|
|
1583
1583
|
}
|
|
1584
|
-
}), Rr = /* @__PURE__ */
|
|
1584
|
+
}), Rr = /* @__PURE__ */ S({
|
|
1585
1585
|
__name: "index",
|
|
1586
1586
|
props: {
|
|
1587
1587
|
nodeId: {},
|
|
@@ -1595,7 +1595,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1595
1595
|
]), { property: i } = a(e, [
|
|
1596
1596
|
"settings",
|
|
1597
1597
|
"fixedHeader"
|
|
1598
|
-
]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property:
|
|
1598
|
+
]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: u } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
|
|
1599
1599
|
"settings",
|
|
1600
1600
|
"multiSort"
|
|
1601
1601
|
]), { theme: f } = H(), { property: b } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
|
|
@@ -1612,8 +1612,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1612
1612
|
"fixed-header": r(i),
|
|
1613
1613
|
headers: r(l),
|
|
1614
1614
|
height: r(c),
|
|
1615
|
-
hover: r(
|
|
1616
|
-
items: r(
|
|
1615
|
+
hover: r(u),
|
|
1616
|
+
items: r(m),
|
|
1617
1617
|
loading: r(d),
|
|
1618
1618
|
"multi-sort": r(p),
|
|
1619
1619
|
theme: r(f),
|
|
@@ -1638,7 +1638,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1638
1638
|
});
|
|
1639
1639
|
};
|
|
1640
1640
|
}
|
|
1641
|
-
}), Kr = /* @__PURE__ */
|
|
1641
|
+
}), Kr = /* @__PURE__ */ S({
|
|
1642
1642
|
__name: "index",
|
|
1643
1643
|
setup(t) {
|
|
1644
1644
|
return (n, e) => {
|
|
@@ -1651,7 +1651,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1651
1651
|
});
|
|
1652
1652
|
};
|
|
1653
1653
|
}
|
|
1654
|
-
}), Dr = ["id"],
|
|
1654
|
+
}), Dr = ["id"], Fr = /* @__PURE__ */ S({
|
|
1655
1655
|
__name: "index",
|
|
1656
1656
|
props: {
|
|
1657
1657
|
nodeId: {},
|
|
@@ -1659,7 +1659,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1659
1659
|
refContext: {}
|
|
1660
1660
|
},
|
|
1661
1661
|
setup(t) {
|
|
1662
|
-
const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${
|
|
1662
|
+
const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${$o()}`);
|
|
1663
1663
|
return pt(n.nodeId, "open", () => {
|
|
1664
1664
|
o.value = !0;
|
|
1665
1665
|
}), pt(n.nodeId, "close", () => {
|
|
@@ -1675,16 +1675,16 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1675
1675
|
r(e) === "editor" ? (w(), te("div", {
|
|
1676
1676
|
key: 0,
|
|
1677
1677
|
id: `__node__@${n.nodeId}`
|
|
1678
|
-
}, null, 8, Dr)) :
|
|
1678
|
+
}, null, 8, Dr)) : re("", !0)
|
|
1679
1679
|
]),
|
|
1680
1680
|
default: V(() => [
|
|
1681
|
-
|
|
1681
|
+
O(s.$slots, "default")
|
|
1682
1682
|
]),
|
|
1683
1683
|
_: 3
|
|
1684
1684
|
}, 8, ["modelValue"]);
|
|
1685
1685
|
};
|
|
1686
1686
|
}
|
|
1687
|
-
}),
|
|
1687
|
+
}), Or = /* @__PURE__ */ S({
|
|
1688
1688
|
__name: "index",
|
|
1689
1689
|
props: {
|
|
1690
1690
|
nodeId: {},
|
|
@@ -1698,7 +1698,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1698
1698
|
]), { property: l } = a(e, [
|
|
1699
1699
|
"settings",
|
|
1700
1700
|
"disabled"
|
|
1701
|
-
]), { property: c } = a(e, ["settings", "label"]), { property:
|
|
1701
|
+
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, [
|
|
1702
1702
|
"settings",
|
|
1703
1703
|
"multiple"
|
|
1704
1704
|
]), { property: d } = a(e, [
|
|
@@ -1721,8 +1721,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1721
1721
|
direction: r(i),
|
|
1722
1722
|
disabled: r(l),
|
|
1723
1723
|
label: r(c),
|
|
1724
|
-
loading: r(
|
|
1725
|
-
multiple: r(
|
|
1724
|
+
loading: r(u),
|
|
1725
|
+
multiple: r(m),
|
|
1726
1726
|
readonly: r(d),
|
|
1727
1727
|
reverse: r(p),
|
|
1728
1728
|
"single-line": r(f)
|
|
@@ -1732,7 +1732,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1732
1732
|
});
|
|
1733
1733
|
};
|
|
1734
1734
|
}
|
|
1735
|
-
}), Nr = /* @__PURE__ */
|
|
1735
|
+
}), Nr = /* @__PURE__ */ S({
|
|
1736
1736
|
__name: "index",
|
|
1737
1737
|
props: {
|
|
1738
1738
|
nodeId: {},
|
|
@@ -1740,7 +1740,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1740
1740
|
refContext: {}
|
|
1741
1741
|
},
|
|
1742
1742
|
setup(t) {
|
|
1743
|
-
const n = t, { node: e } = P(n), o = De(), s =
|
|
1743
|
+
const n = t, { node: e } = P(n), o = De(), s = Se(), i = le(), { applySize: l } = ge(n, e), { applyMargin: c } = pn(e), { applyPadding: u } = dn(e), { applyBorder: m } = mn(e), { property: d } = a(e, [
|
|
1744
1744
|
"settings",
|
|
1745
1745
|
"backgroundColor"
|
|
1746
1746
|
]), { color: p } = Q(d), f = (g) => {
|
|
@@ -1755,15 +1755,15 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1755
1755
|
v === "start" ? g.alignItems = "flex-start" : v === "end" ? g.alignItems = "flex-end" : v === "center" ? g.alignItems = "center" : v === "baseline" ? g.alignItems = "baseline" : v === "stretch" && (g.alignItems = "stretch");
|
|
1756
1756
|
}, b = I(() => {
|
|
1757
1757
|
const g = {}, k = i.value?.type;
|
|
1758
|
-
return s === "page" ? k === "common" ? (l(g), c(g),
|
|
1758
|
+
return s === "page" ? k === "common" ? (l(g), c(g), u(g), m(g), f(g)) : console.assert(!1) : s === "comp" && k === "common" ? (l(g), c(g), u(g), m(g), f(g)) : console.assert(!1), g;
|
|
1759
1759
|
});
|
|
1760
1760
|
return (g, k) => (w(), te("div", {
|
|
1761
1761
|
style: fe(b.value)
|
|
1762
1762
|
}, [
|
|
1763
|
-
|
|
1763
|
+
O(g.$slots, "default")
|
|
1764
1764
|
], 4));
|
|
1765
1765
|
}
|
|
1766
|
-
}), jr = /* @__PURE__ */
|
|
1766
|
+
}), jr = /* @__PURE__ */ S({
|
|
1767
1767
|
__name: "index",
|
|
1768
1768
|
props: {
|
|
1769
1769
|
nodeId: {},
|
|
@@ -1771,17 +1771,17 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1771
1771
|
refContext: {}
|
|
1772
1772
|
},
|
|
1773
1773
|
setup(t) {
|
|
1774
|
-
const n = t, { node: e } = P(n), o =
|
|
1775
|
-
const
|
|
1776
|
-
return o === "page" ? d === "common" ? (i(
|
|
1774
|
+
const n = t, { node: e } = P(n), o = Se(), s = le(), { applySize: i } = ge(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), u = I(() => {
|
|
1775
|
+
const m = {}, d = s.value?.type;
|
|
1776
|
+
return o === "page" ? d === "common" ? (i(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (i(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1), m;
|
|
1777
1777
|
});
|
|
1778
|
-
return (
|
|
1779
|
-
style: fe(
|
|
1778
|
+
return (m, d) => (w(), te("div", {
|
|
1779
|
+
style: fe(u.value)
|
|
1780
1780
|
}, [
|
|
1781
|
-
|
|
1781
|
+
O(m.$slots, "default")
|
|
1782
1782
|
], 4));
|
|
1783
1783
|
}
|
|
1784
|
-
}), Gr = /* @__PURE__ */
|
|
1784
|
+
}), Gr = /* @__PURE__ */ S({
|
|
1785
1785
|
__name: "index",
|
|
1786
1786
|
props: {
|
|
1787
1787
|
nodeId: {},
|
|
@@ -1789,19 +1789,19 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1789
1789
|
refContext: {}
|
|
1790
1790
|
},
|
|
1791
1791
|
setup(t) {
|
|
1792
|
-
const n = t, { node: e } = P(n), o =
|
|
1792
|
+
const n = t, { node: e } = P(n), o = Se(), s = le(), i = ve(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
|
|
1793
1793
|
"settings",
|
|
1794
1794
|
"fastFail"
|
|
1795
|
-
]), { property:
|
|
1795
|
+
]), { property: u } = a(e, [
|
|
1796
1796
|
"settings",
|
|
1797
1797
|
"backgroundColor"
|
|
1798
|
-
]), { color:
|
|
1798
|
+
]), { color: m } = Q(u), { applySize: d } = ge(n, e), { applyMargin: p } = pn(e), { applyPadding: f } = dn(e), { applyBorder: b } = mn(e), g = I(() => {
|
|
1799
1799
|
const h = {}, x = s.value?.type;
|
|
1800
|
-
return o === "page" ? x === "common" ? (d(h), p(h), f(h), b(h),
|
|
1800
|
+
return o === "page" ? x === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1), h;
|
|
1801
1801
|
}), k = async () => {
|
|
1802
1802
|
await i?.callFunctionAsync(
|
|
1803
1803
|
"__triggerEventV1__",
|
|
1804
|
-
|
|
1804
|
+
ie("elementEvent", n.nodeId, "submit"),
|
|
1805
1805
|
""
|
|
1806
1806
|
);
|
|
1807
1807
|
};
|
|
@@ -1815,13 +1815,13 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1815
1815
|
onSubmit: si(k, ["prevent"])
|
|
1816
1816
|
}, {
|
|
1817
1817
|
default: V(() => [
|
|
1818
|
-
|
|
1818
|
+
O(h.$slots, "default")
|
|
1819
1819
|
]),
|
|
1820
1820
|
_: 3
|
|
1821
1821
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1822
1822
|
};
|
|
1823
1823
|
}
|
|
1824
|
-
}), Hr = /* @__PURE__ */
|
|
1824
|
+
}), Hr = /* @__PURE__ */ S({
|
|
1825
1825
|
__name: "index",
|
|
1826
1826
|
props: {
|
|
1827
1827
|
nodeId: {},
|
|
@@ -1832,19 +1832,19 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1832
1832
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, [
|
|
1833
1833
|
"settings",
|
|
1834
1834
|
"disabled"
|
|
1835
|
-
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme:
|
|
1836
|
-
return (
|
|
1835
|
+
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = H();
|
|
1836
|
+
return (m, d) => {
|
|
1837
1837
|
const p = B("v-icon");
|
|
1838
1838
|
return w(), C(p, {
|
|
1839
1839
|
color: r(s),
|
|
1840
1840
|
disabled: r(i),
|
|
1841
1841
|
icon: r(l),
|
|
1842
1842
|
size: r(c),
|
|
1843
|
-
theme: r(
|
|
1843
|
+
theme: r(u)
|
|
1844
1844
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1845
1845
|
};
|
|
1846
1846
|
}
|
|
1847
|
-
}), Jr = ["id"], Ur = /* @__PURE__ */
|
|
1847
|
+
}), Jr = ["id"], Ur = /* @__PURE__ */ S({
|
|
1848
1848
|
__name: "index",
|
|
1849
1849
|
props: {
|
|
1850
1850
|
nodeId: {},
|
|
@@ -1852,19 +1852,19 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1852
1852
|
refContext: {}
|
|
1853
1853
|
},
|
|
1854
1854
|
setup(t) {
|
|
1855
|
-
const n = t, e = Z(), o = ve(), s =
|
|
1855
|
+
const n = t, e = Z(), o = ve(), s = se(0), i = se(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${$o()}`);
|
|
1856
1856
|
return pt(n.nodeId, "open", () => {
|
|
1857
1857
|
if (!o || !o.vm)
|
|
1858
1858
|
return;
|
|
1859
|
-
const { vm:
|
|
1860
|
-
s.value =
|
|
1859
|
+
const { vm: u } = o, m = u.getProp(u.global, "__pointerPosX__"), d = u.getProp(u.global, "__pointerPosY__");
|
|
1860
|
+
s.value = u.getNumber(m), i.value = u.getNumber(d), m.dispose(), d.dispose(), c.value = !0;
|
|
1861
1861
|
}), pt(n.nodeId, "close", () => {
|
|
1862
1862
|
o && (c.value = !1);
|
|
1863
|
-
}), (
|
|
1863
|
+
}), (u, m) => {
|
|
1864
1864
|
const d = B("v-menu");
|
|
1865
1865
|
return w(), C(d, {
|
|
1866
1866
|
modelValue: r(c),
|
|
1867
|
-
"onUpdate:modelValue":
|
|
1867
|
+
"onUpdate:modelValue": m[0] || (m[0] = (p) => ne(c) ? c.value = p : null),
|
|
1868
1868
|
attach: "menuContainer",
|
|
1869
1869
|
"location-strategy": "connected",
|
|
1870
1870
|
scrim: "transparent",
|
|
@@ -1874,16 +1874,16 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1874
1874
|
r(e) === "editor" ? (w(), te("div", {
|
|
1875
1875
|
key: 0,
|
|
1876
1876
|
id: `__node__@${n.nodeId}`
|
|
1877
|
-
}, null, 8, Jr)) :
|
|
1877
|
+
}, null, 8, Jr)) : re("", !0)
|
|
1878
1878
|
]),
|
|
1879
1879
|
default: V(() => [
|
|
1880
|
-
|
|
1880
|
+
O(u.$slots, "default")
|
|
1881
1881
|
]),
|
|
1882
1882
|
_: 3
|
|
1883
1883
|
}, 8, ["modelValue", "target"]);
|
|
1884
1884
|
};
|
|
1885
1885
|
}
|
|
1886
|
-
}), qr = /* @__PURE__ */
|
|
1886
|
+
}), qr = /* @__PURE__ */ S({
|
|
1887
1887
|
__name: "index",
|
|
1888
1888
|
props: {
|
|
1889
1889
|
nodeId: {},
|
|
@@ -1905,7 +1905,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1905
1905
|
]), { property: l } = a(e, [
|
|
1906
1906
|
"settings",
|
|
1907
1907
|
"hideDetails"
|
|
1908
|
-
]), { property: c } = a(e, ["settings", "label"]), { property:
|
|
1908
|
+
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
|
|
1909
1909
|
"settings",
|
|
1910
1910
|
"placeholder"
|
|
1911
1911
|
]), { property: g } = a(e, [
|
|
@@ -1941,8 +1941,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1941
1941
|
clearable: r(i),
|
|
1942
1942
|
"hide-details": r(l),
|
|
1943
1943
|
label: r(c),
|
|
1944
|
-
loading: r(
|
|
1945
|
-
max: r(
|
|
1944
|
+
loading: r(u),
|
|
1945
|
+
max: r(m),
|
|
1946
1946
|
"max-width": r(d),
|
|
1947
1947
|
min: r(p),
|
|
1948
1948
|
"min-width": r(f),
|
|
@@ -1965,7 +1965,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1965
1965
|
});
|
|
1966
1966
|
};
|
|
1967
1967
|
}
|
|
1968
|
-
}), Xr = /* @__PURE__ */
|
|
1968
|
+
}), Xr = /* @__PURE__ */ S({
|
|
1969
1969
|
__name: "index",
|
|
1970
1970
|
props: {
|
|
1971
1971
|
nodeId: {},
|
|
@@ -1979,7 +1979,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1979
1979
|
]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
|
|
1980
1980
|
"settings",
|
|
1981
1981
|
"showFirstLastPage"
|
|
1982
|
-
]), { property:
|
|
1982
|
+
]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = H(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = I(() => {
|
|
1983
1983
|
const k = {};
|
|
1984
1984
|
return o === "editor" && (k.pointerEvents = "none"), k;
|
|
1985
1985
|
});
|
|
@@ -1997,8 +1997,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
1997
1997
|
disabled: r(i),
|
|
1998
1998
|
length: r(l),
|
|
1999
1999
|
"show-first-last-page": r(c),
|
|
2000
|
-
size: r(
|
|
2001
|
-
start: r(
|
|
2000
|
+
size: r(u),
|
|
2001
|
+
start: r(m),
|
|
2002
2002
|
style: fe(g.value),
|
|
2003
2003
|
theme: r(d),
|
|
2004
2004
|
tile: r(p),
|
|
@@ -2009,7 +2009,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2009
2009
|
});
|
|
2010
2010
|
};
|
|
2011
2011
|
}
|
|
2012
|
-
}), Yr = /* @__PURE__ */
|
|
2012
|
+
}), Yr = /* @__PURE__ */ S({
|
|
2013
2013
|
__name: "index",
|
|
2014
2014
|
props: {
|
|
2015
2015
|
nodeId: {},
|
|
@@ -2020,10 +2020,10 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2020
2020
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, ["settings", "density"]), { property: l } = a(e, [
|
|
2021
2021
|
"settings",
|
|
2022
2022
|
"disabled"
|
|
2023
|
-
]), { property: c } = a(e, ["settings", "label"]), { property:
|
|
2023
|
+
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, [
|
|
2024
2024
|
"settings",
|
|
2025
2025
|
"readonly"
|
|
2026
|
-
]), { theme:
|
|
2026
|
+
]), { theme: m } = H(), { property: d } = a(e, ["settings", "value"]);
|
|
2027
2027
|
return (p, f) => {
|
|
2028
2028
|
const b = B("v-radio");
|
|
2029
2029
|
return w(), C(b, {
|
|
@@ -2031,13 +2031,13 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2031
2031
|
density: r(i),
|
|
2032
2032
|
disabled: r(l),
|
|
2033
2033
|
label: r(c),
|
|
2034
|
-
readonly: r(
|
|
2035
|
-
theme: r(
|
|
2034
|
+
readonly: r(u),
|
|
2035
|
+
theme: r(m),
|
|
2036
2036
|
value: r(d)
|
|
2037
2037
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2038
2038
|
};
|
|
2039
2039
|
}
|
|
2040
|
-
}), Zr = /* @__PURE__ */
|
|
2040
|
+
}), Zr = /* @__PURE__ */ S({
|
|
2041
2041
|
__name: "index",
|
|
2042
2042
|
props: {
|
|
2043
2043
|
nodeId: {},
|
|
@@ -2054,23 +2054,23 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2054
2054
|
]), { property: l } = a(e, ["settings", "inline"]), { property: c } = a(e, [
|
|
2055
2055
|
"settings",
|
|
2056
2056
|
"readonly"
|
|
2057
|
-
]), { theme:
|
|
2057
|
+
]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
|
|
2058
2058
|
return (d, p) => {
|
|
2059
2059
|
const f = B("v-radio-group");
|
|
2060
2060
|
return w(), C(r(G), null, {
|
|
2061
2061
|
default: V(() => [
|
|
2062
2062
|
D(f, {
|
|
2063
|
-
modelValue: r(
|
|
2064
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(
|
|
2063
|
+
modelValue: r(m),
|
|
2064
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(m) ? m.value = b : null),
|
|
2065
2065
|
density: r(o),
|
|
2066
2066
|
direction: r(s),
|
|
2067
2067
|
disabled: r(i),
|
|
2068
2068
|
inline: r(l),
|
|
2069
2069
|
readonly: r(c),
|
|
2070
|
-
theme: r(
|
|
2070
|
+
theme: r(u)
|
|
2071
2071
|
}, {
|
|
2072
2072
|
default: V(() => [
|
|
2073
|
-
|
|
2073
|
+
O(d.$slots, "default")
|
|
2074
2074
|
]),
|
|
2075
2075
|
_: 3
|
|
2076
2076
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2079,7 +2079,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2079
2079
|
});
|
|
2080
2080
|
};
|
|
2081
2081
|
}
|
|
2082
|
-
}), Qr = /* @__PURE__ */
|
|
2082
|
+
}), Qr = /* @__PURE__ */ S({
|
|
2083
2083
|
__name: "index",
|
|
2084
2084
|
props: {
|
|
2085
2085
|
nodeId: {},
|
|
@@ -2096,7 +2096,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2096
2096
|
]), { property: l } = a(e, [
|
|
2097
2097
|
"settings",
|
|
2098
2098
|
"hideDetails"
|
|
2099
|
-
]), { property: c } = a(e, ["settings", "label"]), { property:
|
|
2099
|
+
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "max"]), { property: m } = a(e, ["settings", "min"]), { property: d } = a(e, [
|
|
2100
2100
|
"settings",
|
|
2101
2101
|
"readonly"
|
|
2102
2102
|
]), { property: p } = a(e, [
|
|
@@ -2158,8 +2158,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2158
2158
|
disabled: r(i),
|
|
2159
2159
|
"hide-details": r(l),
|
|
2160
2160
|
label: r(c),
|
|
2161
|
-
max: r(
|
|
2162
|
-
min: r(
|
|
2161
|
+
max: r(u),
|
|
2162
|
+
min: r(m),
|
|
2163
2163
|
readonly: r(d),
|
|
2164
2164
|
"show-ticks": f.value,
|
|
2165
2165
|
step: r(b),
|
|
@@ -2174,7 +2174,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2174
2174
|
});
|
|
2175
2175
|
};
|
|
2176
2176
|
}
|
|
2177
|
-
}), el = /* @__PURE__ */
|
|
2177
|
+
}), el = /* @__PURE__ */ S({
|
|
2178
2178
|
__name: "index",
|
|
2179
2179
|
props: {
|
|
2180
2180
|
nodeId: {},
|
|
@@ -2191,7 +2191,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2191
2191
|
]), { property: l } = a(e, [
|
|
2192
2192
|
"settings",
|
|
2193
2193
|
"halfIncrements"
|
|
2194
|
-
]), { property: c } = a(e, ["settings", "hover"]), { property:
|
|
2194
|
+
]), { property: c } = a(e, ["settings", "hover"]), { property: u } = a(e, ["settings", "length"]), { property: m } = a(e, [
|
|
2195
2195
|
"settings",
|
|
2196
2196
|
"readonly"
|
|
2197
2197
|
]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
|
|
@@ -2207,8 +2207,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2207
2207
|
disabled: r(i),
|
|
2208
2208
|
"half-increments": r(l),
|
|
2209
2209
|
hover: r(c),
|
|
2210
|
-
length: r(
|
|
2211
|
-
readonly: r(
|
|
2210
|
+
length: r(u),
|
|
2211
|
+
readonly: r(m),
|
|
2212
2212
|
theme: r(d)
|
|
2213
2213
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
2214
2214
|
]),
|
|
@@ -2216,7 +2216,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2216
2216
|
});
|
|
2217
2217
|
};
|
|
2218
2218
|
}
|
|
2219
|
-
}), tl = /* @__PURE__ */
|
|
2219
|
+
}), tl = /* @__PURE__ */ S({
|
|
2220
2220
|
__name: "index",
|
|
2221
2221
|
props: {
|
|
2222
2222
|
nodeId: {},
|
|
@@ -2236,7 +2236,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2236
2236
|
]), { property: c } = a(e, [
|
|
2237
2237
|
"settings",
|
|
2238
2238
|
"singleLine"
|
|
2239
|
-
]), { theme:
|
|
2239
|
+
]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
|
|
2240
2240
|
return (d, p) => {
|
|
2241
2241
|
const f = B("v-select");
|
|
2242
2242
|
return w(), C(r(G), {
|
|
@@ -2245,21 +2245,21 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2245
2245
|
}, {
|
|
2246
2246
|
default: V(() => [
|
|
2247
2247
|
D(f, {
|
|
2248
|
-
modelValue: r(
|
|
2249
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(
|
|
2248
|
+
modelValue: r(m),
|
|
2249
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(m) ? m.value = b : null),
|
|
2250
2250
|
"hide-details": r(o),
|
|
2251
2251
|
label: r(s),
|
|
2252
2252
|
placeholder: r(i),
|
|
2253
2253
|
readonly: r(l),
|
|
2254
2254
|
"single-line": r(c),
|
|
2255
|
-
theme: r(
|
|
2255
|
+
theme: r(u)
|
|
2256
2256
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
2257
2257
|
]),
|
|
2258
2258
|
_: 1
|
|
2259
2259
|
});
|
|
2260
2260
|
};
|
|
2261
2261
|
}
|
|
2262
|
-
}), nl = /* @__PURE__ */
|
|
2262
|
+
}), nl = /* @__PURE__ */ S({
|
|
2263
2263
|
__name: "index",
|
|
2264
2264
|
props: {
|
|
2265
2265
|
nodeId: {},
|
|
@@ -2276,7 +2276,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2276
2276
|
]), { property: c } = a(e, [
|
|
2277
2277
|
"settings",
|
|
2278
2278
|
"hideDetails"
|
|
2279
|
-
]), { property:
|
|
2279
|
+
]), { property: u } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
|
|
2280
2280
|
"settings",
|
|
2281
2281
|
"readonly"
|
|
2282
2282
|
]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, [
|
|
@@ -2330,8 +2330,8 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2330
2330
|
direction: r(i),
|
|
2331
2331
|
disabled: r(l),
|
|
2332
2332
|
"hide-details": r(c),
|
|
2333
|
-
label: r(
|
|
2334
|
-
max: r(
|
|
2333
|
+
label: r(u),
|
|
2334
|
+
max: r(m),
|
|
2335
2335
|
min: r(d),
|
|
2336
2336
|
readonly: r(p),
|
|
2337
2337
|
reverse: r(f),
|
|
@@ -2373,7 +2373,7 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2373
2373
|
});
|
|
2374
2374
|
};
|
|
2375
2375
|
}
|
|
2376
|
-
}), ol = /* @__PURE__ */
|
|
2376
|
+
}), ol = /* @__PURE__ */ S({
|
|
2377
2377
|
__name: "index",
|
|
2378
2378
|
props: {
|
|
2379
2379
|
nodeId: {},
|
|
@@ -2386,15 +2386,15 @@ const Vr = /* @__PURE__ */ Re(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
|
|
|
2386
2386
|
"hideActions"
|
|
2387
2387
|
]), { theme: s } = H(), { property: i } = a(e, ["settings", "value"]);
|
|
2388
2388
|
return (l, c) => {
|
|
2389
|
-
const
|
|
2390
|
-
return w(), C(
|
|
2389
|
+
const u = B("v-stepper");
|
|
2390
|
+
return w(), C(u, {
|
|
2391
2391
|
modelValue: r(i),
|
|
2392
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
2392
|
+
"onUpdate:modelValue": c[0] || (c[0] = (m) => ne(i) ? i.value = m : null),
|
|
2393
2393
|
"hide-actions": r(o),
|
|
2394
2394
|
theme: r(s)
|
|
2395
2395
|
}, {
|
|
2396
2396
|
default: V(() => [
|
|
2397
|
-
|
|
2397
|
+
O(l.$slots, "default")
|
|
2398
2398
|
]),
|
|
2399
2399
|
_: 3
|
|
2400
2400
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
@@ -2405,12 +2405,12 @@ function sl(t, n) {
|
|
|
2405
2405
|
const e = B("v-stepper-header");
|
|
2406
2406
|
return w(), C(e, null, {
|
|
2407
2407
|
default: V(() => [
|
|
2408
|
-
|
|
2408
|
+
O(t.$slots, "default")
|
|
2409
2409
|
]),
|
|
2410
2410
|
_: 3
|
|
2411
2411
|
});
|
|
2412
2412
|
}
|
|
2413
|
-
const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */
|
|
2413
|
+
const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */ S({
|
|
2414
2414
|
__name: "index",
|
|
2415
2415
|
props: {
|
|
2416
2416
|
nodeId: {},
|
|
@@ -2423,7 +2423,7 @@ const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */ $({
|
|
|
2423
2423
|
const l = B("v-stepper-item");
|
|
2424
2424
|
return w(), C(l, { value: r(o) }, {
|
|
2425
2425
|
default: V(() => [
|
|
2426
|
-
|
|
2426
|
+
O(s.$slots, "default")
|
|
2427
2427
|
]),
|
|
2428
2428
|
_: 3
|
|
2429
2429
|
}, 8, ["value"]);
|
|
@@ -2434,12 +2434,12 @@ function cl(t, n) {
|
|
|
2434
2434
|
const e = B("v-stepper-window");
|
|
2435
2435
|
return w(), C(e, null, {
|
|
2436
2436
|
default: V(() => [
|
|
2437
|
-
|
|
2437
|
+
O(t.$slots, "default")
|
|
2438
2438
|
]),
|
|
2439
2439
|
_: 3
|
|
2440
2440
|
});
|
|
2441
2441
|
}
|
|
2442
|
-
const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */
|
|
2442
|
+
const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
|
|
2443
2443
|
__name: "index",
|
|
2444
2444
|
props: {
|
|
2445
2445
|
nodeId: {},
|
|
@@ -2452,13 +2452,13 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2452
2452
|
const l = B("v-stepper-window-item");
|
|
2453
2453
|
return w(), C(l, { value: r(o) }, {
|
|
2454
2454
|
default: V(() => [
|
|
2455
|
-
|
|
2455
|
+
O(s.$slots, "default")
|
|
2456
2456
|
]),
|
|
2457
2457
|
_: 3
|
|
2458
2458
|
}, 8, ["value"]);
|
|
2459
2459
|
};
|
|
2460
2460
|
}
|
|
2461
|
-
}), pl = /* @__PURE__ */
|
|
2461
|
+
}), pl = /* @__PURE__ */ S({
|
|
2462
2462
|
__name: "index",
|
|
2463
2463
|
props: {
|
|
2464
2464
|
nodeId: {},
|
|
@@ -2478,7 +2478,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2478
2478
|
]), { property: c } = a(e, [
|
|
2479
2479
|
"settings",
|
|
2480
2480
|
"indeterminate"
|
|
2481
|
-
]), { property:
|
|
2481
|
+
]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = H(), { property: b } = a(e, ["settings", "value"]);
|
|
2482
2482
|
return (g, k) => {
|
|
2483
2483
|
const h = B("v-switch");
|
|
2484
2484
|
return w(), C(r(G), { mask: "" }, {
|
|
@@ -2491,8 +2491,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2491
2491
|
disabled: r(i),
|
|
2492
2492
|
"hide-details": r(l),
|
|
2493
2493
|
indeterminate: r(c),
|
|
2494
|
-
inline: r(
|
|
2495
|
-
inset: r(
|
|
2494
|
+
inline: r(u),
|
|
2495
|
+
inset: r(m),
|
|
2496
2496
|
label: r(d),
|
|
2497
2497
|
loading: r(p),
|
|
2498
2498
|
theme: r(f)
|
|
@@ -2502,7 +2502,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2502
2502
|
});
|
|
2503
2503
|
};
|
|
2504
2504
|
}
|
|
2505
|
-
}), dl = /* @__PURE__ */
|
|
2505
|
+
}), dl = /* @__PURE__ */ S({
|
|
2506
2506
|
__name: "index",
|
|
2507
2507
|
props: {
|
|
2508
2508
|
nodeId: {},
|
|
@@ -2511,10 +2511,10 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2511
2511
|
},
|
|
2512
2512
|
setup(t) {
|
|
2513
2513
|
const n = t, { node: e } = P(n), o = Z(), { property: s } = a(e, ["settings", "text"]), { theme: i } = H(), { property: l } = a(e, ["settings", "value"]), c = I(() => {
|
|
2514
|
-
const
|
|
2515
|
-
return o === "editor" && (
|
|
2514
|
+
const u = {};
|
|
2515
|
+
return o === "editor" && (u.pointerEvents = "none"), u;
|
|
2516
2516
|
});
|
|
2517
|
-
return (
|
|
2517
|
+
return (u, m) => {
|
|
2518
2518
|
const d = B("v-tab");
|
|
2519
2519
|
return w(), C(r(G), { mask: "" }, {
|
|
2520
2520
|
default: V(() => [
|
|
@@ -2529,7 +2529,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2529
2529
|
});
|
|
2530
2530
|
};
|
|
2531
2531
|
}
|
|
2532
|
-
}), fl = /* @__PURE__ */
|
|
2532
|
+
}), fl = /* @__PURE__ */ S({
|
|
2533
2533
|
__name: "index",
|
|
2534
2534
|
props: {
|
|
2535
2535
|
nodeId: {},
|
|
@@ -2551,7 +2551,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2551
2551
|
"settings",
|
|
2552
2552
|
"color",
|
|
2553
2553
|
"selectedColor"
|
|
2554
|
-
]), { color:
|
|
2554
|
+
]), { color: u } = Q(c), { property: m } = a(e, ["settings", "density"]), { property: d } = a(e, [
|
|
2555
2555
|
"settings",
|
|
2556
2556
|
"direction"
|
|
2557
2557
|
]), { property: p } = a(e, [
|
|
@@ -2587,8 +2587,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2587
2587
|
"align-tabs": r(o),
|
|
2588
2588
|
"bg-color": r(i),
|
|
2589
2589
|
"center-active": r(l),
|
|
2590
|
-
color: r(
|
|
2591
|
-
density: r(
|
|
2590
|
+
color: r(u),
|
|
2591
|
+
density: r(m),
|
|
2592
2592
|
direction: r(d),
|
|
2593
2593
|
disabled: r(p),
|
|
2594
2594
|
"fixed-tabs": r(f),
|
|
@@ -2602,7 +2602,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2602
2602
|
theme: r(T)
|
|
2603
2603
|
}, {
|
|
2604
2604
|
default: V(() => [
|
|
2605
|
-
|
|
2605
|
+
O(Y.$slots, "default")
|
|
2606
2606
|
]),
|
|
2607
2607
|
_: 3
|
|
2608
2608
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"])
|
|
@@ -2611,7 +2611,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2611
2611
|
});
|
|
2612
2612
|
};
|
|
2613
2613
|
}
|
|
2614
|
-
}), yl = /* @__PURE__ */
|
|
2614
|
+
}), yl = /* @__PURE__ */ S({
|
|
2615
2615
|
__name: "index",
|
|
2616
2616
|
props: {
|
|
2617
2617
|
nodeId: {},
|
|
@@ -2625,20 +2625,20 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2625
2625
|
]), { property: l } = a(e, [
|
|
2626
2626
|
"settings",
|
|
2627
2627
|
"emphasis"
|
|
2628
|
-
]), { property: c } = a(e, ["settings", "italic"]), { property:
|
|
2628
|
+
]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = I(() => {
|
|
2629
2629
|
const p = [], f = mt(o.value.width), b = Ne(f, e.value.settings?.style);
|
|
2630
|
-
return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), i.value && p.push(`text-decoration-${i.value}`),
|
|
2630
|
+
return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), i.value && p.push(`text-decoration-${i.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
|
|
2631
2631
|
});
|
|
2632
2632
|
return (p, f) => (w(), C(r(G), { mask: "" }, {
|
|
2633
2633
|
default: V(() => [
|
|
2634
2634
|
We("span", {
|
|
2635
2635
|
class: ri(d.value)
|
|
2636
|
-
}, Co(r(
|
|
2636
|
+
}, Co(r(u)), 3)
|
|
2637
2637
|
]),
|
|
2638
2638
|
_: 1
|
|
2639
2639
|
}));
|
|
2640
2640
|
}
|
|
2641
|
-
}), bl = /* @__PURE__ */
|
|
2641
|
+
}), bl = /* @__PURE__ */ S({
|
|
2642
2642
|
__name: "index",
|
|
2643
2643
|
props: {
|
|
2644
2644
|
nodeId: {},
|
|
@@ -2655,7 +2655,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2655
2655
|
]), { property: i } = a(e, ["settings", "density"]), { property: l } = a(e, [
|
|
2656
2656
|
"settings",
|
|
2657
2657
|
"disabled"
|
|
2658
|
-
]), { property: c } = a(e, ["settings", "label"]), { property:
|
|
2658
|
+
]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "maxRows"]), { property: d } = a(e, [
|
|
2659
2659
|
"settings",
|
|
2660
2660
|
"placeholder"
|
|
2661
2661
|
]), { property: p } = a(e, [
|
|
@@ -2680,8 +2680,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2680
2680
|
density: r(i),
|
|
2681
2681
|
disabled: r(l),
|
|
2682
2682
|
label: r(c),
|
|
2683
|
-
loading: r(
|
|
2684
|
-
"max-rows": r(
|
|
2683
|
+
loading: r(u),
|
|
2684
|
+
"max-rows": r(m),
|
|
2685
2685
|
placeholder: r(d),
|
|
2686
2686
|
readonly: r(p),
|
|
2687
2687
|
reverse: r(f),
|
|
@@ -2695,7 +2695,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2695
2695
|
});
|
|
2696
2696
|
};
|
|
2697
2697
|
}
|
|
2698
|
-
}), gl = /* @__PURE__ */
|
|
2698
|
+
}), gl = /* @__PURE__ */ S({
|
|
2699
2699
|
__name: "index",
|
|
2700
2700
|
props: {
|
|
2701
2701
|
nodeId: {},
|
|
@@ -2715,10 +2715,10 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2715
2715
|
]), { property: l } = a(e, [
|
|
2716
2716
|
"settings",
|
|
2717
2717
|
"clearable"
|
|
2718
|
-
]), { property: c } = a(e, ["settings", "density"]), { property:
|
|
2718
|
+
]), { property: c } = a(e, ["settings", "density"]), { property: u } = a(e, [
|
|
2719
2719
|
"settings",
|
|
2720
2720
|
"disabled"
|
|
2721
|
-
]), { property:
|
|
2721
|
+
]), { property: m } = a(e, [
|
|
2722
2722
|
"settings",
|
|
2723
2723
|
"hideDetails"
|
|
2724
2724
|
]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
|
|
@@ -2758,8 +2758,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2758
2758
|
autofocus: r(i),
|
|
2759
2759
|
clearable: r(l),
|
|
2760
2760
|
density: r(c),
|
|
2761
|
-
disabled: r(
|
|
2762
|
-
"hide-details": r(
|
|
2761
|
+
disabled: r(u),
|
|
2762
|
+
"hide-details": r(m),
|
|
2763
2763
|
label: r(d),
|
|
2764
2764
|
loading: r(p),
|
|
2765
2765
|
placeholder: r(f),
|
|
@@ -2823,7 +2823,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2823
2823
|
});
|
|
2824
2824
|
};
|
|
2825
2825
|
}
|
|
2826
|
-
}), hl = /* @__PURE__ */
|
|
2826
|
+
}), hl = /* @__PURE__ */ S({
|
|
2827
2827
|
__name: "index",
|
|
2828
2828
|
props: {
|
|
2829
2829
|
nodeId: {},
|
|
@@ -2838,11 +2838,11 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2838
2838
|
"settings",
|
|
2839
2839
|
"dot",
|
|
2840
2840
|
"color"
|
|
2841
|
-
]), { color: c } = Q(l), { property:
|
|
2841
|
+
]), { color: c } = Q(l), { property: u } = a(e, [
|
|
2842
2842
|
"settings",
|
|
2843
2843
|
"dot",
|
|
2844
2844
|
"fill"
|
|
2845
|
-
]), { property:
|
|
2845
|
+
]), { property: m } = a(e, [
|
|
2846
2846
|
"settings",
|
|
2847
2847
|
"hideOpposite"
|
|
2848
2848
|
]), { property: d } = a(e, [
|
|
@@ -2869,8 +2869,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2869
2869
|
density: r(s),
|
|
2870
2870
|
direction: r(i),
|
|
2871
2871
|
"dot-color": r(c),
|
|
2872
|
-
"fill-dot": r(
|
|
2873
|
-
"hide-opposite": r(
|
|
2872
|
+
"fill-dot": r(u),
|
|
2873
|
+
"hide-opposite": r(m),
|
|
2874
2874
|
"line-color": r(p),
|
|
2875
2875
|
"line-inset": r(f),
|
|
2876
2876
|
"line-thickness": r(b),
|
|
@@ -2879,7 +2879,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ $({
|
|
|
2879
2879
|
"truncate-line": r(k)
|
|
2880
2880
|
}, {
|
|
2881
2881
|
default: V(() => [
|
|
2882
|
-
|
|
2882
|
+
O(x.$slots, "default")
|
|
2883
2883
|
]),
|
|
2884
2884
|
_: 3
|
|
2885
2885
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -2890,12 +2890,12 @@ function vl(t, n) {
|
|
|
2890
2890
|
const e = B("v-timeline-item");
|
|
2891
2891
|
return w(), C(e, null, {
|
|
2892
2892
|
default: V(() => [
|
|
2893
|
-
|
|
2893
|
+
O(t.$slots, "default")
|
|
2894
2894
|
]),
|
|
2895
2895
|
_: 3
|
|
2896
2896
|
});
|
|
2897
2897
|
}
|
|
2898
|
-
const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */
|
|
2898
|
+
const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
|
|
2899
2899
|
__name: "index",
|
|
2900
2900
|
props: {
|
|
2901
2901
|
nodeId: {},
|
|
@@ -2915,7 +2915,7 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ $({
|
|
|
2915
2915
|
]), { property: l } = a(e, ["settings", "reverse"]), { property: c } = a(e, [
|
|
2916
2916
|
"settings",
|
|
2917
2917
|
"showArrows"
|
|
2918
|
-
]), { property:
|
|
2918
|
+
]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = H(), { property: d } = a(e, ["settings", "value"]);
|
|
2919
2919
|
return (p, f) => {
|
|
2920
2920
|
const b = B("v-window");
|
|
2921
2921
|
return w(), C(b, {
|
|
@@ -2926,11 +2926,11 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ $({
|
|
|
2926
2926
|
disabled: r(s),
|
|
2927
2927
|
reverse: r(l),
|
|
2928
2928
|
"show-arrows": r(c),
|
|
2929
|
-
theme: r(
|
|
2930
|
-
touch: r(
|
|
2929
|
+
theme: r(m),
|
|
2930
|
+
touch: r(u)
|
|
2931
2931
|
}, {
|
|
2932
2932
|
default: V(() => [
|
|
2933
|
-
|
|
2933
|
+
O(p.$slots, "default")
|
|
2934
2934
|
]),
|
|
2935
2935
|
_: 3
|
|
2936
2936
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -2941,12 +2941,12 @@ function Il(t, n) {
|
|
|
2941
2941
|
const e = B("v-window-item");
|
|
2942
2942
|
return w(), C(e, null, {
|
|
2943
2943
|
default: V(() => [
|
|
2944
|
-
|
|
2944
|
+
O(t.$slots, "default")
|
|
2945
2945
|
]),
|
|
2946
2946
|
_: 3
|
|
2947
2947
|
});
|
|
2948
2948
|
}
|
|
2949
|
-
const
|
|
2949
|
+
const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
|
|
2950
2950
|
__name: "entry",
|
|
2951
2951
|
props: {
|
|
2952
2952
|
subtype: {},
|
|
@@ -2958,30 +2958,30 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
2958
2958
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), Ie(() => {
|
|
2959
2959
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
|
|
2960
2960
|
});
|
|
2961
|
-
const n = Z(), e =
|
|
2962
|
-
Pe(o),
|
|
2961
|
+
const n = Z(), e = le(), o = I(() => F(e.value));
|
|
2962
|
+
Pe(o), ce(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
|
|
2963
2963
|
const s = (l) => {
|
|
2964
2964
|
const c = we[l.key];
|
|
2965
2965
|
if (!c) {
|
|
2966
2966
|
console.assert(!1, `element not found key=${l.key}`);
|
|
2967
2967
|
return;
|
|
2968
2968
|
}
|
|
2969
|
-
const
|
|
2969
|
+
const u = {
|
|
2970
2970
|
nodeId: l.id
|
|
2971
2971
|
};
|
|
2972
|
-
return Xe(l.key) && (
|
|
2972
|
+
return Xe(l.key) && (u.refContext = {
|
|
2973
2973
|
parent: t.refContext,
|
|
2974
2974
|
compId: l.compId
|
|
2975
2975
|
}), K(
|
|
2976
2976
|
c.comp,
|
|
2977
2977
|
{
|
|
2978
2978
|
key: l.id,
|
|
2979
|
-
...
|
|
2979
|
+
...u
|
|
2980
2980
|
},
|
|
2981
2981
|
{
|
|
2982
2982
|
default: () => {
|
|
2983
2983
|
if (!c.leaf)
|
|
2984
|
-
return l.children?.map((
|
|
2984
|
+
return l.children?.map((m) => s(m));
|
|
2985
2985
|
}
|
|
2986
2986
|
}
|
|
2987
2987
|
);
|
|
@@ -2997,7 +2997,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
2997
2997
|
};
|
|
2998
2998
|
return (l, c) => (w(), C(i));
|
|
2999
2999
|
}
|
|
3000
|
-
}), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ue = /* @__PURE__ */
|
|
3000
|
+
}), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ue = /* @__PURE__ */ S({
|
|
3001
3001
|
__name: "index",
|
|
3002
3002
|
props: {
|
|
3003
3003
|
position: {},
|
|
@@ -3021,11 +3021,11 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3021
3021
|
We("div", Vl, Co(t.label), 1)
|
|
3022
3022
|
]),
|
|
3023
3023
|
_: 1
|
|
3024
|
-
})) :
|
|
3025
|
-
|
|
3024
|
+
})) : re("", !0),
|
|
3025
|
+
O(n.$slots, "default")
|
|
3026
3026
|
], 8, Cl));
|
|
3027
3027
|
}
|
|
3028
|
-
}), Pl = /* @__PURE__ */
|
|
3028
|
+
}), Pl = /* @__PURE__ */ S({
|
|
3029
3029
|
__name: "index",
|
|
3030
3030
|
props: {
|
|
3031
3031
|
nodeId: {},
|
|
@@ -3033,13 +3033,13 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3033
3033
|
refContext: {}
|
|
3034
3034
|
},
|
|
3035
3035
|
setup(t) {
|
|
3036
|
-
const n = gt(), e = t, { node: o } = P(e), s = Qe(), i =
|
|
3036
|
+
const n = gt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
|
|
3037
3037
|
Pe(l);
|
|
3038
3038
|
const c = I(() => e.refContext?.compId);
|
|
3039
3039
|
et(c, l);
|
|
3040
|
-
const { applySize:
|
|
3040
|
+
const { applySize: u } = ge(e, o), m = I(() => {
|
|
3041
3041
|
const _ = {};
|
|
3042
|
-
return l.value?.type === "common" &&
|
|
3042
|
+
return l.value?.type === "common" && u(_), _;
|
|
3043
3043
|
}), { position: d, rotation: p, scale: f } = me(o), { property: b } = a(o, ["instances"]), g = (_, v) => {
|
|
3044
3044
|
_.findIndex((z) => z === v) >= 0 || _.push(v);
|
|
3045
3045
|
}, k = I(() => {
|
|
@@ -3049,7 +3049,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3049
3049
|
for (const v of b.value)
|
|
3050
3050
|
typeof v == "string" && v && g(_, v);
|
|
3051
3051
|
return _;
|
|
3052
|
-
}), h = (_, v) => K(
|
|
3052
|
+
}), h = (_, v) => K($l, {
|
|
3053
3053
|
key: _,
|
|
3054
3054
|
subtype: v,
|
|
3055
3055
|
nodeId: e.nodeId,
|
|
@@ -3068,7 +3068,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3068
3068
|
if (Ye(e.refContext, s))
|
|
3069
3069
|
return i.value.type === "common" ? K(
|
|
3070
3070
|
"div",
|
|
3071
|
-
{ id: n.id, style:
|
|
3071
|
+
{ id: n.id, style: m.value },
|
|
3072
3072
|
_.global.t("x-runtime-lib.circularReference")
|
|
3073
3073
|
) : i.value.type === "scene" ? K(ue, {
|
|
3074
3074
|
name: n.name,
|
|
@@ -3078,7 +3078,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3078
3078
|
label: _.global.t("x-runtime-lib.circularReference")
|
|
3079
3079
|
}) : void 0;
|
|
3080
3080
|
if (!l.value)
|
|
3081
|
-
return i.value.type === "common" ? K("div", { id: n.id, style:
|
|
3081
|
+
return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ue, {
|
|
3082
3082
|
name: n.name,
|
|
3083
3083
|
position: d.value,
|
|
3084
3084
|
rotation: p.value,
|
|
@@ -3094,7 +3094,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3094
3094
|
"div",
|
|
3095
3095
|
{
|
|
3096
3096
|
id: n.id,
|
|
3097
|
-
style:
|
|
3097
|
+
style: m.value
|
|
3098
3098
|
},
|
|
3099
3099
|
{
|
|
3100
3100
|
default: () => k.value.map((z) => h(z, v))
|
|
@@ -3116,7 +3116,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3116
3116
|
};
|
|
3117
3117
|
return (_, v) => (w(), C(x));
|
|
3118
3118
|
}
|
|
3119
|
-
}), Ll = /* @__PURE__ */
|
|
3119
|
+
}), Ll = /* @__PURE__ */ S({
|
|
3120
3120
|
__name: "entry",
|
|
3121
3121
|
props: {
|
|
3122
3122
|
subtype: {},
|
|
@@ -3128,30 +3128,30 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3128
3128
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), Ie(() => {
|
|
3129
3129
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
|
|
3130
3130
|
});
|
|
3131
|
-
const n = Z(), e =
|
|
3132
|
-
Pe(o),
|
|
3131
|
+
const n = Z(), e = le(), o = I(() => F(e.value));
|
|
3132
|
+
Pe(o), ce(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
|
|
3133
3133
|
const s = (l) => {
|
|
3134
3134
|
const c = we[l.key];
|
|
3135
3135
|
if (!c) {
|
|
3136
3136
|
console.assert(!1, `element not found key=${l.key}`);
|
|
3137
3137
|
return;
|
|
3138
3138
|
}
|
|
3139
|
-
const
|
|
3139
|
+
const u = {
|
|
3140
3140
|
nodeId: l.id
|
|
3141
3141
|
};
|
|
3142
|
-
return Xe(l.key) && (
|
|
3142
|
+
return Xe(l.key) && (u.refContext = {
|
|
3143
3143
|
parent: t.refContext,
|
|
3144
3144
|
compId: l.compId
|
|
3145
3145
|
}), K(
|
|
3146
3146
|
c.comp,
|
|
3147
3147
|
{
|
|
3148
3148
|
key: l.id,
|
|
3149
|
-
...
|
|
3149
|
+
...u
|
|
3150
3150
|
},
|
|
3151
3151
|
{
|
|
3152
3152
|
default: () => {
|
|
3153
3153
|
if (!c.leaf)
|
|
3154
|
-
return l.children?.map((
|
|
3154
|
+
return l.children?.map((m) => s(m));
|
|
3155
3155
|
}
|
|
3156
3156
|
}
|
|
3157
3157
|
);
|
|
@@ -3167,7 +3167,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3167
3167
|
};
|
|
3168
3168
|
return (l, c) => (w(), C(i));
|
|
3169
3169
|
}
|
|
3170
|
-
}), zl = /* @__PURE__ */
|
|
3170
|
+
}), zl = /* @__PURE__ */ S({
|
|
3171
3171
|
__name: "index",
|
|
3172
3172
|
props: {
|
|
3173
3173
|
nodeId: {},
|
|
@@ -3175,13 +3175,13 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3175
3175
|
refContext: {}
|
|
3176
3176
|
},
|
|
3177
3177
|
setup(t) {
|
|
3178
|
-
const n = gt(), e = t, { node: o } = P(e), s = Qe(), i =
|
|
3178
|
+
const n = gt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
|
|
3179
3179
|
Pe(l);
|
|
3180
3180
|
const c = I(() => e.refContext?.compId);
|
|
3181
3181
|
et(c, l);
|
|
3182
|
-
const { applySize:
|
|
3182
|
+
const { applySize: u } = ge(e, o), m = I(() => {
|
|
3183
3183
|
const _ = {};
|
|
3184
|
-
return l.value?.type === "common" &&
|
|
3184
|
+
return l.value?.type === "common" && u(_), _;
|
|
3185
3185
|
}), { position: d, rotation: p, scale: f } = me(o), { property: b } = a(o, ["instances"]), g = (_, v) => {
|
|
3186
3186
|
_.findIndex((z) => z === v) >= 0 || _.push(v);
|
|
3187
3187
|
}, k = I(() => {
|
|
@@ -3210,7 +3210,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3210
3210
|
if (Ye(e.refContext, s))
|
|
3211
3211
|
return i.value.type === "common" ? K(
|
|
3212
3212
|
"div",
|
|
3213
|
-
{ id: n.id, style:
|
|
3213
|
+
{ id: n.id, style: m.value },
|
|
3214
3214
|
_.global.t("x-runtime-lib.circularReference")
|
|
3215
3215
|
) : i.value.type === "scene" ? K(ue, {
|
|
3216
3216
|
name: n.name,
|
|
@@ -3220,7 +3220,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3220
3220
|
label: _.global.t("x-runtime-lib.circularReference")
|
|
3221
3221
|
}) : void 0;
|
|
3222
3222
|
if (!l.value)
|
|
3223
|
-
return i.value.type === "common" ? K("div", { id: n.id, style:
|
|
3223
|
+
return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ue, {
|
|
3224
3224
|
name: n.name,
|
|
3225
3225
|
position: d.value,
|
|
3226
3226
|
rotation: p.value,
|
|
@@ -3236,7 +3236,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3236
3236
|
"div",
|
|
3237
3237
|
{
|
|
3238
3238
|
id: n.id,
|
|
3239
|
-
style:
|
|
3239
|
+
style: m.value
|
|
3240
3240
|
},
|
|
3241
3241
|
{
|
|
3242
3242
|
default: () => k.value.map((z) => h(z, v))
|
|
@@ -3258,7 +3258,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3258
3258
|
};
|
|
3259
3259
|
return (_, v) => (w(), C(x));
|
|
3260
3260
|
}
|
|
3261
|
-
}), Tl = /* @__PURE__ */
|
|
3261
|
+
}), Tl = /* @__PURE__ */ S({
|
|
3262
3262
|
__name: "index",
|
|
3263
3263
|
props: {
|
|
3264
3264
|
nodeId: {},
|
|
@@ -3266,13 +3266,13 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3266
3266
|
refContext: {}
|
|
3267
3267
|
},
|
|
3268
3268
|
setup(t) {
|
|
3269
|
-
const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l =
|
|
3269
|
+
const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
|
|
3270
3270
|
Pe(c);
|
|
3271
|
-
const
|
|
3272
|
-
et(
|
|
3273
|
-
const { applySize:
|
|
3271
|
+
const u = I(() => e.refContext?.compId);
|
|
3272
|
+
et(u, c), ce(s) && tt(c, "ref", e.nodeId, "", ve());
|
|
3273
|
+
const { applySize: m } = ge(e, o), d = I(() => {
|
|
3274
3274
|
const h = {};
|
|
3275
|
-
return l.value?.type === "common" &&
|
|
3275
|
+
return l.value?.type === "common" && m(h), h;
|
|
3276
3276
|
}), { position: p, rotation: f, scale: b } = me(o), g = (h) => {
|
|
3277
3277
|
const x = we[h.key];
|
|
3278
3278
|
if (!x) {
|
|
@@ -3359,7 +3359,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3359
3359
|
};
|
|
3360
3360
|
return (h, x) => (w(), C(k));
|
|
3361
3361
|
}
|
|
3362
|
-
}), El = /* @__PURE__ */
|
|
3362
|
+
}), El = /* @__PURE__ */ S({
|
|
3363
3363
|
__name: "index",
|
|
3364
3364
|
props: {
|
|
3365
3365
|
nodeId: {},
|
|
@@ -3370,12 +3370,12 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3370
3370
|
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
|
|
3371
3371
|
return (s, i) => (w(), C(r(G), null, {
|
|
3372
3372
|
default: V(() => [
|
|
3373
|
-
r(o) ?
|
|
3373
|
+
r(o) ? O(s.$slots, "default", { key: 0 }) : re("", !0)
|
|
3374
3374
|
]),
|
|
3375
3375
|
_: 3
|
|
3376
3376
|
}));
|
|
3377
3377
|
}
|
|
3378
|
-
}), Ce = /* @__PURE__ */
|
|
3378
|
+
}), Ce = /* @__PURE__ */ S({
|
|
3379
3379
|
__name: "index",
|
|
3380
3380
|
props: {
|
|
3381
3381
|
nodeId: {},
|
|
@@ -3383,13 +3383,13 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3383
3383
|
refContext: {}
|
|
3384
3384
|
},
|
|
3385
3385
|
setup(t) {
|
|
3386
|
-
const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l =
|
|
3386
|
+
const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
|
|
3387
3387
|
Pe(c);
|
|
3388
|
-
const
|
|
3389
|
-
et(
|
|
3390
|
-
const { applySize:
|
|
3388
|
+
const u = I(() => e.refContext?.compId);
|
|
3389
|
+
et(u, c), ce(s) && tt(c, "slot", e.nodeId, "", ve());
|
|
3390
|
+
const { applySize: m } = ge(e, o), d = I(() => {
|
|
3391
3391
|
const h = {};
|
|
3392
|
-
return c.value?.type === "common" &&
|
|
3392
|
+
return c.value?.type === "common" && m(h), h;
|
|
3393
3393
|
}), { position: p, rotation: f, scale: b } = me(o);
|
|
3394
3394
|
function g(h) {
|
|
3395
3395
|
const x = we[h.key];
|
|
@@ -3540,7 +3540,7 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3540
3540
|
]
|
|
3541
3541
|
}
|
|
3542
3542
|
]
|
|
3543
|
-
}, Al =
|
|
3543
|
+
}, Al = F(ee), Te = {
|
|
3544
3544
|
key: "border",
|
|
3545
3545
|
name: "x-runtime-lib.border",
|
|
3546
3546
|
children: [
|
|
@@ -3907,9 +3907,9 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3907
3907
|
defaultArray: []
|
|
3908
3908
|
}
|
|
3909
3909
|
]
|
|
3910
|
-
}, we = {},
|
|
3910
|
+
}, we = {}, $ = (t) => {
|
|
3911
3911
|
we[t.key] = t;
|
|
3912
|
-
},
|
|
3912
|
+
}, $n = {
|
|
3913
3913
|
key: "settings",
|
|
3914
3914
|
name: "x-runtime-lib.settings",
|
|
3915
3915
|
children: [
|
|
@@ -3961,14 +3961,14 @@ const $l = /* @__PURE__ */ Re(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
|
|
|
3961
3961
|
name: "x-runtime-lib.orthographicCamera",
|
|
3962
3962
|
comp: Gi,
|
|
3963
3963
|
properties: {
|
|
3964
|
-
pageScene: [y, X,
|
|
3965
|
-
compScene: [y, X,
|
|
3964
|
+
pageScene: [y, X, $n],
|
|
3965
|
+
compScene: [y, X, $n]
|
|
3966
3966
|
},
|
|
3967
3967
|
events: [],
|
|
3968
3968
|
methods: [],
|
|
3969
3969
|
slots: []
|
|
3970
3970
|
};
|
|
3971
|
-
|
|
3971
|
+
$(Ml);
|
|
3972
3972
|
const Cn = {
|
|
3973
3973
|
key: "settings",
|
|
3974
3974
|
name: "x-runtime-lib.settings",
|
|
@@ -4014,7 +4014,7 @@ const Cn = {
|
|
|
4014
4014
|
methods: [],
|
|
4015
4015
|
slots: []
|
|
4016
4016
|
};
|
|
4017
|
-
|
|
4017
|
+
$(Wl);
|
|
4018
4018
|
const Bl = {
|
|
4019
4019
|
key: "scene_keyboard_controls_v1",
|
|
4020
4020
|
name: "x-runtime-lib.keyboardControls",
|
|
@@ -4028,7 +4028,7 @@ const Bl = {
|
|
|
4028
4028
|
slots: [],
|
|
4029
4029
|
leaf: !0
|
|
4030
4030
|
};
|
|
4031
|
-
|
|
4031
|
+
$(Bl);
|
|
4032
4032
|
const Rl = {
|
|
4033
4033
|
key: "scene_map_controls_v1",
|
|
4034
4034
|
name: "x-runtime-lib.mapControls",
|
|
@@ -4042,7 +4042,7 @@ const Rl = {
|
|
|
4042
4042
|
slots: [],
|
|
4043
4043
|
leaf: !0
|
|
4044
4044
|
};
|
|
4045
|
-
|
|
4045
|
+
$(Rl);
|
|
4046
4046
|
const Kl = {
|
|
4047
4047
|
key: "scene_orbit_controls_v1",
|
|
4048
4048
|
name: "x-runtime-lib.orbitControls",
|
|
@@ -4056,7 +4056,7 @@ const Kl = {
|
|
|
4056
4056
|
slots: [],
|
|
4057
4057
|
leaf: !0
|
|
4058
4058
|
};
|
|
4059
|
-
|
|
4059
|
+
$(Kl);
|
|
4060
4060
|
function Dl(t, n) {
|
|
4061
4061
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4062
4062
|
if (!o) {
|
|
@@ -4086,7 +4086,7 @@ function Dl(t, n) {
|
|
|
4086
4086
|
z: 1
|
|
4087
4087
|
}
|
|
4088
4088
|
};
|
|
4089
|
-
const l =
|
|
4089
|
+
const l = Fl(t, n), c = Ol(t, n);
|
|
4090
4090
|
return {
|
|
4091
4091
|
nodeLite: M(i, [l.nodeLite, c.nodeLite]),
|
|
4092
4092
|
nodes: {
|
|
@@ -4096,7 +4096,7 @@ function Dl(t, n) {
|
|
|
4096
4096
|
}
|
|
4097
4097
|
};
|
|
4098
4098
|
}
|
|
4099
|
-
function
|
|
4099
|
+
function Fl(t, n) {
|
|
4100
4100
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4101
4101
|
if (!o) {
|
|
4102
4102
|
console.error(
|
|
@@ -4126,7 +4126,7 @@ function Ol(t, n) {
|
|
|
4126
4126
|
}
|
|
4127
4127
|
};
|
|
4128
4128
|
}
|
|
4129
|
-
function
|
|
4129
|
+
function Ol(t, n) {
|
|
4130
4130
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4131
4131
|
if (!o) {
|
|
4132
4132
|
console.error(
|
|
@@ -4207,7 +4207,7 @@ const Vn = {
|
|
|
4207
4207
|
leaf: !0,
|
|
4208
4208
|
spawn: Dl
|
|
4209
4209
|
};
|
|
4210
|
-
|
|
4210
|
+
$(zt);
|
|
4211
4211
|
function Nl(t, n) {
|
|
4212
4212
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4213
4213
|
if (!o) {
|
|
@@ -4367,8 +4367,8 @@ const Pn = {
|
|
|
4367
4367
|
leaf: !0,
|
|
4368
4368
|
spawn: Nl
|
|
4369
4369
|
};
|
|
4370
|
-
|
|
4371
|
-
const _t =
|
|
4370
|
+
$(Tt);
|
|
4371
|
+
const _t = F(ee);
|
|
4372
4372
|
_t.children[0].default = "custom";
|
|
4373
4373
|
_t.children[2].children[0].default = "0xffffff";
|
|
4374
4374
|
_t.children[2].children[1].default = "0xffffff";
|
|
@@ -4397,8 +4397,8 @@ const Ln = {
|
|
|
4397
4397
|
methods: [],
|
|
4398
4398
|
slots: []
|
|
4399
4399
|
};
|
|
4400
|
-
|
|
4401
|
-
const vt =
|
|
4400
|
+
$(Hl);
|
|
4401
|
+
const vt = F(ee);
|
|
4402
4402
|
vt.children[0].default = "custom";
|
|
4403
4403
|
vt.children[2].children[0].default = "0xffffff";
|
|
4404
4404
|
vt.children[2].children[1].default = "0xffffff";
|
|
@@ -4427,8 +4427,8 @@ const zn = {
|
|
|
4427
4427
|
methods: [],
|
|
4428
4428
|
slots: []
|
|
4429
4429
|
};
|
|
4430
|
-
|
|
4431
|
-
const xt =
|
|
4430
|
+
$(Jl);
|
|
4431
|
+
const xt = F(ee);
|
|
4432
4432
|
xt.children[0].default = "custom";
|
|
4433
4433
|
xt.children[2].children[0].default = "0xffffff";
|
|
4434
4434
|
xt.children[2].children[1].default = "0xffffff";
|
|
@@ -4471,8 +4471,8 @@ const Tn = {
|
|
|
4471
4471
|
methods: [],
|
|
4472
4472
|
slots: []
|
|
4473
4473
|
};
|
|
4474
|
-
|
|
4475
|
-
const kt =
|
|
4474
|
+
$(Ul);
|
|
4475
|
+
const kt = F(ee);
|
|
4476
4476
|
kt.children[0].default = "custom";
|
|
4477
4477
|
kt.children[2].children[0].default = "0xffffff";
|
|
4478
4478
|
kt.children[2].children[1].default = "0xffffff";
|
|
@@ -4532,7 +4532,7 @@ const En = {
|
|
|
4532
4532
|
methods: [],
|
|
4533
4533
|
slots: []
|
|
4534
4534
|
};
|
|
4535
|
-
|
|
4535
|
+
$(ql);
|
|
4536
4536
|
const Ge = {
|
|
4537
4537
|
key: "scene_mesh_basic_material_v1",
|
|
4538
4538
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
@@ -4546,7 +4546,7 @@ const Ge = {
|
|
|
4546
4546
|
slots: [],
|
|
4547
4547
|
leaf: !0
|
|
4548
4548
|
};
|
|
4549
|
-
|
|
4549
|
+
$(Ge);
|
|
4550
4550
|
const Xl = {
|
|
4551
4551
|
key: "scene_group_v1",
|
|
4552
4552
|
name: "x-runtime-lib.group",
|
|
@@ -4559,7 +4559,7 @@ const Xl = {
|
|
|
4559
4559
|
methods: [],
|
|
4560
4560
|
slots: []
|
|
4561
4561
|
};
|
|
4562
|
-
|
|
4562
|
+
$(Xl);
|
|
4563
4563
|
const He = {
|
|
4564
4564
|
key: "scene_mesh_v1",
|
|
4565
4565
|
name: "x-runtime-lib.mesh",
|
|
@@ -4572,7 +4572,7 @@ const He = {
|
|
|
4572
4572
|
methods: [],
|
|
4573
4573
|
slots: []
|
|
4574
4574
|
};
|
|
4575
|
-
|
|
4575
|
+
$(He);
|
|
4576
4576
|
function Yl(t, n) {
|
|
4577
4577
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4578
4578
|
if (!o) {
|
|
@@ -4629,7 +4629,7 @@ const An = {
|
|
|
4629
4629
|
leaf: !0,
|
|
4630
4630
|
spawn: Yl
|
|
4631
4631
|
};
|
|
4632
|
-
|
|
4632
|
+
$(Et);
|
|
4633
4633
|
function Zl(t, n) {
|
|
4634
4634
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4635
4635
|
if (!o) {
|
|
@@ -4686,7 +4686,7 @@ const Mn = {
|
|
|
4686
4686
|
leaf: !0,
|
|
4687
4687
|
spawn: Zl
|
|
4688
4688
|
};
|
|
4689
|
-
|
|
4689
|
+
$(At);
|
|
4690
4690
|
const Wn = {
|
|
4691
4691
|
key: "settings",
|
|
4692
4692
|
name: "x-runtime-lib.settings",
|
|
@@ -4731,7 +4731,7 @@ const Wn = {
|
|
|
4731
4731
|
compCommon: [y, Wn]
|
|
4732
4732
|
}
|
|
4733
4733
|
};
|
|
4734
|
-
|
|
4734
|
+
$(Ql);
|
|
4735
4735
|
function ea(t, n) {
|
|
4736
4736
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4737
4737
|
if (!o) {
|
|
@@ -4751,7 +4751,7 @@ function ea(t, n) {
|
|
|
4751
4751
|
}
|
|
4752
4752
|
};
|
|
4753
4753
|
}
|
|
4754
|
-
const ta =
|
|
4754
|
+
const ta = F(ee), Bn = {
|
|
4755
4755
|
key: "settings",
|
|
4756
4756
|
name: "x-runtime-lib.settings",
|
|
4757
4757
|
children: [
|
|
@@ -4841,7 +4841,7 @@ const ta = O(ee), Bn = {
|
|
|
4841
4841
|
}, Mt = {
|
|
4842
4842
|
key: "common_btn_v1",
|
|
4843
4843
|
name: "x-runtime-lib.button",
|
|
4844
|
-
comp:
|
|
4844
|
+
comp: Sr,
|
|
4845
4845
|
properties: {
|
|
4846
4846
|
pageCommon: [y, q, Bn],
|
|
4847
4847
|
compCommon: [y, q, Bn]
|
|
@@ -4855,7 +4855,7 @@ const ta = O(ee), Bn = {
|
|
|
4855
4855
|
leaf: !0,
|
|
4856
4856
|
spawn: ea
|
|
4857
4857
|
};
|
|
4858
|
-
|
|
4858
|
+
$(Mt);
|
|
4859
4859
|
const na = {
|
|
4860
4860
|
key: "common_btn_group_v1",
|
|
4861
4861
|
name: "x-runtime-lib.buttonGroup",
|
|
@@ -4865,7 +4865,7 @@ const na = {
|
|
|
4865
4865
|
compCommon: [y]
|
|
4866
4866
|
}
|
|
4867
4867
|
};
|
|
4868
|
-
|
|
4868
|
+
$(na);
|
|
4869
4869
|
const Rn = {
|
|
4870
4870
|
key: "settings",
|
|
4871
4871
|
name: "x-runtime-lib.settings",
|
|
@@ -4936,7 +4936,7 @@ const Rn = {
|
|
|
4936
4936
|
compCommon: [y, Rn]
|
|
4937
4937
|
}
|
|
4938
4938
|
};
|
|
4939
|
-
|
|
4939
|
+
$(oa);
|
|
4940
4940
|
function ia(t, n) {
|
|
4941
4941
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4942
4942
|
if (!o) {
|
|
@@ -5021,7 +5021,7 @@ const Kn = {
|
|
|
5021
5021
|
},
|
|
5022
5022
|
spawn: ia
|
|
5023
5023
|
};
|
|
5024
|
-
|
|
5024
|
+
$(Je);
|
|
5025
5025
|
const Dn = {
|
|
5026
5026
|
key: "settings",
|
|
5027
5027
|
name: "x-runtime-lib.settings",
|
|
@@ -5049,8 +5049,8 @@ const Dn = {
|
|
|
5049
5049
|
},
|
|
5050
5050
|
leaf: !0
|
|
5051
5051
|
};
|
|
5052
|
-
|
|
5053
|
-
const ra =
|
|
5052
|
+
$(sa);
|
|
5053
|
+
const ra = F(ee), Fn = {
|
|
5054
5054
|
key: "settings",
|
|
5055
5055
|
name: "x-runtime-lib.settings",
|
|
5056
5056
|
children: [
|
|
@@ -5130,12 +5130,12 @@ const ra = O(ee), On = {
|
|
|
5130
5130
|
name: "x-runtime-lib.chip",
|
|
5131
5131
|
comp: Tr,
|
|
5132
5132
|
properties: {
|
|
5133
|
-
pageCommon: [y,
|
|
5134
|
-
compCommon: [y,
|
|
5133
|
+
pageCommon: [y, Fn],
|
|
5134
|
+
compCommon: [y, Fn]
|
|
5135
5135
|
},
|
|
5136
5136
|
leaf: !0
|
|
5137
5137
|
};
|
|
5138
|
-
|
|
5138
|
+
$(Wt);
|
|
5139
5139
|
function la(t, n) {
|
|
5140
5140
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5141
5141
|
if (!o) {
|
|
@@ -5149,13 +5149,13 @@ function la(t, n) {
|
|
|
5149
5149
|
}
|
|
5150
5150
|
const i = A();
|
|
5151
5151
|
W(i, s), i.basic.id = E(16), i.basic.key = Bt.key;
|
|
5152
|
-
const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"),
|
|
5152
|
+
const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), u = ze(t, n, "chip3", "chip 3"), m = ze(t, n, "chip4", "chip 4"), d = ze(t, n, "chip5", "chip 5"), p = ze(t, n, "chip6", "chip 6");
|
|
5153
5153
|
return {
|
|
5154
5154
|
nodeLite: M(i, [
|
|
5155
5155
|
l.nodeLite,
|
|
5156
5156
|
c.nodeLite,
|
|
5157
|
-
m.nodeLite,
|
|
5158
5157
|
u.nodeLite,
|
|
5158
|
+
m.nodeLite,
|
|
5159
5159
|
d.nodeLite,
|
|
5160
5160
|
p.nodeLite
|
|
5161
5161
|
]),
|
|
@@ -5163,8 +5163,8 @@ function la(t, n) {
|
|
|
5163
5163
|
[i.basic.id]: i,
|
|
5164
5164
|
...l.nodes,
|
|
5165
5165
|
...c.nodes,
|
|
5166
|
-
...m.nodes,
|
|
5167
5166
|
...u.nodes,
|
|
5167
|
+
...m.nodes,
|
|
5168
5168
|
...d.nodes,
|
|
5169
5169
|
...p.nodes
|
|
5170
5170
|
}
|
|
@@ -5189,7 +5189,7 @@ function ze(t, n, e, o) {
|
|
|
5189
5189
|
}
|
|
5190
5190
|
};
|
|
5191
5191
|
}
|
|
5192
|
-
const
|
|
5192
|
+
const On = {
|
|
5193
5193
|
key: "settings",
|
|
5194
5194
|
name: "x-runtime-lib.settings",
|
|
5195
5195
|
children: [
|
|
@@ -5248,12 +5248,12 @@ const Fn = {
|
|
|
5248
5248
|
name: "x-runtime-lib.chipGroup",
|
|
5249
5249
|
comp: Er,
|
|
5250
5250
|
properties: {
|
|
5251
|
-
pageCommon: [y,
|
|
5252
|
-
compCommon: [y,
|
|
5251
|
+
pageCommon: [y, On],
|
|
5252
|
+
compCommon: [y, On]
|
|
5253
5253
|
},
|
|
5254
5254
|
spawn: la
|
|
5255
5255
|
};
|
|
5256
|
-
|
|
5256
|
+
$(Bt);
|
|
5257
5257
|
const aa = {
|
|
5258
5258
|
key: "common_color_picker_v1",
|
|
5259
5259
|
name: "x-runtime-lib.colorPicker",
|
|
@@ -5264,7 +5264,7 @@ const aa = {
|
|
|
5264
5264
|
},
|
|
5265
5265
|
leaf: !0
|
|
5266
5266
|
};
|
|
5267
|
-
|
|
5267
|
+
$(aa);
|
|
5268
5268
|
const Nn = {
|
|
5269
5269
|
key: "settings",
|
|
5270
5270
|
name: "x-runtime-lib.settings",
|
|
@@ -5316,8 +5316,8 @@ const Nn = {
|
|
|
5316
5316
|
},
|
|
5317
5317
|
leaf: !0
|
|
5318
5318
|
};
|
|
5319
|
-
|
|
5320
|
-
const fn =
|
|
5319
|
+
$(ca);
|
|
5320
|
+
const fn = F(ee);
|
|
5321
5321
|
fn.key = "backgroundColor";
|
|
5322
5322
|
fn.name = "x-runtime-lib.backgroundColor";
|
|
5323
5323
|
const jn = {
|
|
@@ -5339,7 +5339,7 @@ const jn = {
|
|
|
5339
5339
|
}
|
|
5340
5340
|
]
|
|
5341
5341
|
};
|
|
5342
|
-
|
|
5342
|
+
$(Rt);
|
|
5343
5343
|
const Gn = {
|
|
5344
5344
|
key: "size",
|
|
5345
5345
|
name: "x-runtime-lib.size",
|
|
@@ -5502,7 +5502,7 @@ const Gn = {
|
|
|
5502
5502
|
},
|
|
5503
5503
|
leaf: !0
|
|
5504
5504
|
};
|
|
5505
|
-
|
|
5505
|
+
$(ua);
|
|
5506
5506
|
const ma = {
|
|
5507
5507
|
key: "common_date_picker_v1",
|
|
5508
5508
|
name: "x-runtime-lib.datePicker",
|
|
@@ -5513,11 +5513,11 @@ const ma = {
|
|
|
5513
5513
|
},
|
|
5514
5514
|
leaf: !0
|
|
5515
5515
|
};
|
|
5516
|
-
|
|
5516
|
+
$(ma);
|
|
5517
5517
|
const pa = {
|
|
5518
5518
|
key: "common_dialog_v1",
|
|
5519
5519
|
name: "x-runtime-lib.dialog",
|
|
5520
|
-
comp:
|
|
5520
|
+
comp: Fr,
|
|
5521
5521
|
properties: {
|
|
5522
5522
|
pageCommon: [y],
|
|
5523
5523
|
compCommon: [y]
|
|
@@ -5534,7 +5534,7 @@ const pa = {
|
|
|
5534
5534
|
],
|
|
5535
5535
|
teleport: !0
|
|
5536
5536
|
};
|
|
5537
|
-
|
|
5537
|
+
$(pa);
|
|
5538
5538
|
const Un = {
|
|
5539
5539
|
key: "settings",
|
|
5540
5540
|
name: "x-runtime-lib.settings",
|
|
@@ -5542,7 +5542,7 @@ const Un = {
|
|
|
5542
5542
|
}, Vu = {
|
|
5543
5543
|
key: "common_file_input_v1",
|
|
5544
5544
|
name: "x-runtime-lib.fileInput",
|
|
5545
|
-
comp:
|
|
5545
|
+
comp: Or,
|
|
5546
5546
|
properties: {
|
|
5547
5547
|
pageCommon: [y, Un],
|
|
5548
5548
|
compCommon: [y, Un]
|
|
@@ -5574,7 +5574,7 @@ const Un = {
|
|
|
5574
5574
|
compCommon: [y, q, qn]
|
|
5575
5575
|
}
|
|
5576
5576
|
};
|
|
5577
|
-
|
|
5577
|
+
$(Kt);
|
|
5578
5578
|
function da(t, n) {
|
|
5579
5579
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
5580
5580
|
if (!o) {
|
|
@@ -5606,14 +5606,14 @@ function da(t, n) {
|
|
|
5606
5606
|
void 0,
|
|
5607
5607
|
"60px",
|
|
5608
5608
|
void 0
|
|
5609
|
-
),
|
|
5609
|
+
), u = fa(t, n);
|
|
5610
5610
|
return {
|
|
5611
|
-
nodeLite: M(i, [l.nodeLite, c.nodeLite,
|
|
5611
|
+
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
5612
5612
|
nodes: {
|
|
5613
5613
|
[i.basic.id]: i,
|
|
5614
5614
|
...l.nodes,
|
|
5615
5615
|
...c.nodes,
|
|
5616
|
-
...
|
|
5616
|
+
...u.nodes
|
|
5617
5617
|
}
|
|
5618
5618
|
};
|
|
5619
5619
|
}
|
|
@@ -5650,18 +5650,18 @@ function fa(t, n) {
|
|
|
5650
5650
|
}
|
|
5651
5651
|
};
|
|
5652
5652
|
}
|
|
5653
|
-
function Dt(t, n, e, o, s, i, l, c,
|
|
5654
|
-
const
|
|
5653
|
+
function Dt(t, n, e, o, s, i, l, c, u) {
|
|
5654
|
+
const m = `type=${t} subtype=${n}`, d = R(t, n);
|
|
5655
5655
|
if (!d) {
|
|
5656
5656
|
console.error(
|
|
5657
|
-
`flexLayoutV1/spawnContainer property tag not found, ${
|
|
5657
|
+
`flexLayoutV1/spawnContainer property tag not found, ${m}`
|
|
5658
5658
|
);
|
|
5659
5659
|
return;
|
|
5660
5660
|
}
|
|
5661
5661
|
const p = Rt.properties[d];
|
|
5662
5662
|
if (!p) {
|
|
5663
5663
|
console.error(
|
|
5664
|
-
`flexLayoutV1/spawnContainer properties not found, ${
|
|
5664
|
+
`flexLayoutV1/spawnContainer properties not found, ${m}`
|
|
5665
5665
|
);
|
|
5666
5666
|
return;
|
|
5667
5667
|
}
|
|
@@ -5673,7 +5673,7 @@ function Dt(t, n, e, o, s, i, l, c, m) {
|
|
|
5673
5673
|
}
|
|
5674
5674
|
};
|
|
5675
5675
|
}
|
|
5676
|
-
const yn =
|
|
5676
|
+
const yn = F(ee);
|
|
5677
5677
|
yn.key = "backgroundColor";
|
|
5678
5678
|
yn.name = "x-runtime-lib.backgroundColor";
|
|
5679
5679
|
const Xn = {
|
|
@@ -5862,7 +5862,7 @@ const Xn = {
|
|
|
5862
5862
|
],
|
|
5863
5863
|
spawn: da
|
|
5864
5864
|
};
|
|
5865
|
-
|
|
5865
|
+
$(Ue);
|
|
5866
5866
|
const Yn = {
|
|
5867
5867
|
key: "settings",
|
|
5868
5868
|
name: "x-runtime-lib.settings",
|
|
@@ -6013,7 +6013,7 @@ const Yn = {
|
|
|
6013
6013
|
default: void 0
|
|
6014
6014
|
}
|
|
6015
6015
|
]
|
|
6016
|
-
},
|
|
6016
|
+
}, Ft = {
|
|
6017
6017
|
key: "common_text_field_v1",
|
|
6018
6018
|
name: "x-runtime-lib.textField",
|
|
6019
6019
|
comp: gl,
|
|
@@ -6043,20 +6043,20 @@ const Yn = {
|
|
|
6043
6043
|
],
|
|
6044
6044
|
leaf: !0
|
|
6045
6045
|
};
|
|
6046
|
-
|
|
6046
|
+
$(Ft);
|
|
6047
6047
|
function ya(t, n) {
|
|
6048
6048
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6049
6049
|
if (!o) {
|
|
6050
6050
|
console.error(`formV1/spawn property tag not found, ${e}`);
|
|
6051
6051
|
return;
|
|
6052
6052
|
}
|
|
6053
|
-
const s =
|
|
6053
|
+
const s = Ot.properties[o];
|
|
6054
6054
|
if (!s) {
|
|
6055
6055
|
console.error(`formV1/spawn properties not found, ${e}`);
|
|
6056
6056
|
return;
|
|
6057
6057
|
}
|
|
6058
6058
|
const i = A();
|
|
6059
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6059
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ot.key;
|
|
6060
6060
|
const l = ba(t, n);
|
|
6061
6061
|
return {
|
|
6062
6062
|
nodeLite: M(i, [l.nodeLite]),
|
|
@@ -6072,13 +6072,13 @@ function ba(t, n) {
|
|
|
6072
6072
|
console.error(`formV1/spawnTextField property tag not found, ${e}`);
|
|
6073
6073
|
return;
|
|
6074
6074
|
}
|
|
6075
|
-
const s =
|
|
6075
|
+
const s = Ft.properties[o];
|
|
6076
6076
|
if (!s) {
|
|
6077
6077
|
console.error(`formV1/spawnTextField properties not found, ${e}`);
|
|
6078
6078
|
return;
|
|
6079
6079
|
}
|
|
6080
6080
|
const i = A();
|
|
6081
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
6081
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Ft.key, {
|
|
6082
6082
|
nodeLite: M(i),
|
|
6083
6083
|
nodes: {
|
|
6084
6084
|
[i.basic.id]: i
|
|
@@ -6103,7 +6103,7 @@ const Qn = {
|
|
|
6103
6103
|
default: !1
|
|
6104
6104
|
}
|
|
6105
6105
|
]
|
|
6106
|
-
},
|
|
6106
|
+
}, Ot = {
|
|
6107
6107
|
key: "common_form_v1",
|
|
6108
6108
|
name: "x-runtime-lib.form",
|
|
6109
6109
|
comp: Gr,
|
|
@@ -6119,8 +6119,8 @@ const Qn = {
|
|
|
6119
6119
|
],
|
|
6120
6120
|
spawn: ya
|
|
6121
6121
|
};
|
|
6122
|
-
|
|
6123
|
-
const ga =
|
|
6122
|
+
$(Ot);
|
|
6123
|
+
const ga = F(ee), eo = {
|
|
6124
6124
|
key: "settings",
|
|
6125
6125
|
name: "x-runtime-lib.settings",
|
|
6126
6126
|
children: [
|
|
@@ -6155,7 +6155,7 @@ const ga = O(ee), eo = {
|
|
|
6155
6155
|
},
|
|
6156
6156
|
leaf: !0
|
|
6157
6157
|
};
|
|
6158
|
-
|
|
6158
|
+
$(ha);
|
|
6159
6159
|
const _a = {
|
|
6160
6160
|
key: "common_menu_v1",
|
|
6161
6161
|
name: "x-runtime-lib.menu",
|
|
@@ -6176,7 +6176,7 @@ const _a = {
|
|
|
6176
6176
|
],
|
|
6177
6177
|
teleport: !0
|
|
6178
6178
|
};
|
|
6179
|
-
|
|
6179
|
+
$(_a);
|
|
6180
6180
|
function va(t, n) {
|
|
6181
6181
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6182
6182
|
if (!o) {
|
|
@@ -6396,7 +6396,7 @@ const to = {
|
|
|
6396
6396
|
leaf: !0,
|
|
6397
6397
|
spawn: va
|
|
6398
6398
|
};
|
|
6399
|
-
|
|
6399
|
+
$(Nt);
|
|
6400
6400
|
const oo = {
|
|
6401
6401
|
key: "settings",
|
|
6402
6402
|
name: "x-runtime-lib.settings",
|
|
@@ -6470,8 +6470,8 @@ const oo = {
|
|
|
6470
6470
|
},
|
|
6471
6471
|
leaf: !0
|
|
6472
6472
|
};
|
|
6473
|
-
|
|
6474
|
-
const ka =
|
|
6473
|
+
$(xa);
|
|
6474
|
+
const ka = F(ee), io = {
|
|
6475
6475
|
key: "settings",
|
|
6476
6476
|
name: "x-runtime-lib.settings",
|
|
6477
6477
|
children: [
|
|
@@ -6518,7 +6518,7 @@ const ka = O(ee), io = {
|
|
|
6518
6518
|
},
|
|
6519
6519
|
leaf: !0
|
|
6520
6520
|
};
|
|
6521
|
-
|
|
6521
|
+
$(jt);
|
|
6522
6522
|
function wa(t, n) {
|
|
6523
6523
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
6524
6524
|
if (!o) {
|
|
@@ -6532,22 +6532,22 @@ function wa(t, n) {
|
|
|
6532
6532
|
}
|
|
6533
6533
|
const i = A();
|
|
6534
6534
|
W(i, s), i.basic.id = E(16), i.basic.key = Gt.key, i.settings.value = "option1";
|
|
6535
|
-
const l =
|
|
6535
|
+
const l = St(t, n, "option1", "Option 1"), c = St(t, n, "option2", "Option 2"), u = St(t, n, "option3", "Option 3");
|
|
6536
6536
|
return {
|
|
6537
6537
|
nodeLite: M(i, [
|
|
6538
6538
|
l.nodeLite,
|
|
6539
6539
|
c.nodeLite,
|
|
6540
|
-
|
|
6540
|
+
u.nodeLite
|
|
6541
6541
|
]),
|
|
6542
6542
|
nodes: {
|
|
6543
6543
|
[i.basic.id]: i,
|
|
6544
6544
|
...l.nodes,
|
|
6545
6545
|
...c.nodes,
|
|
6546
|
-
...
|
|
6546
|
+
...u.nodes
|
|
6547
6547
|
}
|
|
6548
6548
|
};
|
|
6549
6549
|
}
|
|
6550
|
-
function
|
|
6550
|
+
function St(t, n, e, o) {
|
|
6551
6551
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
6552
6552
|
if (!i) {
|
|
6553
6553
|
console.error(
|
|
@@ -6621,7 +6621,7 @@ const so = {
|
|
|
6621
6621
|
},
|
|
6622
6622
|
spawn: wa
|
|
6623
6623
|
};
|
|
6624
|
-
|
|
6624
|
+
$(Gt);
|
|
6625
6625
|
const ro = {
|
|
6626
6626
|
key: "settings",
|
|
6627
6627
|
name: "x-runtime-lib.settings",
|
|
@@ -6749,7 +6749,7 @@ const ro = {
|
|
|
6749
6749
|
},
|
|
6750
6750
|
leaf: !0
|
|
6751
6751
|
};
|
|
6752
|
-
|
|
6752
|
+
$(Ia);
|
|
6753
6753
|
const lo = {
|
|
6754
6754
|
key: "settings",
|
|
6755
6755
|
name: "x-runtime-lib.settings",
|
|
@@ -6805,7 +6805,7 @@ const lo = {
|
|
|
6805
6805
|
default: !1
|
|
6806
6806
|
}
|
|
6807
6807
|
]
|
|
6808
|
-
},
|
|
6808
|
+
}, Sa = {
|
|
6809
6809
|
key: "common_rating_v1",
|
|
6810
6810
|
name: "x-runtime-lib.rating",
|
|
6811
6811
|
comp: el,
|
|
@@ -6815,7 +6815,7 @@ const lo = {
|
|
|
6815
6815
|
},
|
|
6816
6816
|
leaf: !0
|
|
6817
6817
|
};
|
|
6818
|
-
|
|
6818
|
+
$(Sa);
|
|
6819
6819
|
const ao = {
|
|
6820
6820
|
key: "settings",
|
|
6821
6821
|
name: "x-runtime-lib.settings",
|
|
@@ -6857,7 +6857,7 @@ const ao = {
|
|
|
6857
6857
|
default: !1
|
|
6858
6858
|
}
|
|
6859
6859
|
]
|
|
6860
|
-
},
|
|
6860
|
+
}, $a = {
|
|
6861
6861
|
key: "common_select_v1",
|
|
6862
6862
|
name: "x-runtime-lib.select",
|
|
6863
6863
|
comp: tl,
|
|
@@ -6867,14 +6867,14 @@ const ao = {
|
|
|
6867
6867
|
},
|
|
6868
6868
|
leaf: !0
|
|
6869
6869
|
};
|
|
6870
|
-
|
|
6871
|
-
const bn =
|
|
6870
|
+
$($a);
|
|
6871
|
+
const bn = F(ee);
|
|
6872
6872
|
bn.key = "color";
|
|
6873
6873
|
bn.name = "x-runtime-lib.color";
|
|
6874
|
-
const gn =
|
|
6874
|
+
const gn = F(ee);
|
|
6875
6875
|
gn.key = "trackColor";
|
|
6876
6876
|
gn.name = "x-runtime-lib.trackColor";
|
|
6877
|
-
const hn =
|
|
6877
|
+
const hn = F(ee);
|
|
6878
6878
|
hn.key = "thumbColor";
|
|
6879
6879
|
hn.name = "x-runtime-lib.thumbColor";
|
|
6880
6880
|
const co = {
|
|
@@ -7013,7 +7013,7 @@ const co = {
|
|
|
7013
7013
|
},
|
|
7014
7014
|
leaf: !0
|
|
7015
7015
|
};
|
|
7016
|
-
|
|
7016
|
+
$(Ca);
|
|
7017
7017
|
const Ht = {
|
|
7018
7018
|
key: "common_stepper_header_v1",
|
|
7019
7019
|
name: "x-runtime-lib.stepperHeader",
|
|
@@ -7023,7 +7023,7 @@ const Ht = {
|
|
|
7023
7023
|
compCommon: [y]
|
|
7024
7024
|
}
|
|
7025
7025
|
};
|
|
7026
|
-
|
|
7026
|
+
$(Ht);
|
|
7027
7027
|
const mo = {
|
|
7028
7028
|
key: "settings",
|
|
7029
7029
|
name: "x-runtime-lib.settings",
|
|
@@ -7044,7 +7044,7 @@ const mo = {
|
|
|
7044
7044
|
compCommon: [y, mo]
|
|
7045
7045
|
}
|
|
7046
7046
|
};
|
|
7047
|
-
|
|
7047
|
+
$(Jt);
|
|
7048
7048
|
const Ut = {
|
|
7049
7049
|
key: "common_stepper_window_v1",
|
|
7050
7050
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -7054,7 +7054,7 @@ const Ut = {
|
|
|
7054
7054
|
compCommon: [y]
|
|
7055
7055
|
}
|
|
7056
7056
|
};
|
|
7057
|
-
|
|
7057
|
+
$(Ut);
|
|
7058
7058
|
const po = {
|
|
7059
7059
|
key: "settings",
|
|
7060
7060
|
name: "x-runtime-lib.settings",
|
|
@@ -7075,7 +7075,7 @@ const po = {
|
|
|
7075
7075
|
compCommon: [y, po]
|
|
7076
7076
|
}
|
|
7077
7077
|
};
|
|
7078
|
-
|
|
7078
|
+
$(qt);
|
|
7079
7079
|
function Va(t, n) {
|
|
7080
7080
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7081
7081
|
if (!o) {
|
|
@@ -7112,18 +7112,18 @@ function Pa(t, n) {
|
|
|
7112
7112
|
}
|
|
7113
7113
|
const i = A();
|
|
7114
7114
|
W(i, s), i.basic.id = E(16), i.basic.key = Ht.key;
|
|
7115
|
-
const l =
|
|
7115
|
+
const l = $t(t, n, "step1"), c = $t(t, n, "step2"), u = $t(t, n, "step3");
|
|
7116
7116
|
return {
|
|
7117
|
-
nodeLite: M(i, [l.nodeLite, c.nodeLite,
|
|
7117
|
+
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7118
7118
|
nodes: {
|
|
7119
7119
|
[i.basic.id]: i,
|
|
7120
7120
|
...l.nodes,
|
|
7121
7121
|
...c.nodes,
|
|
7122
|
-
...
|
|
7122
|
+
...u.nodes
|
|
7123
7123
|
}
|
|
7124
7124
|
};
|
|
7125
7125
|
}
|
|
7126
|
-
function
|
|
7126
|
+
function $t(t, n, e) {
|
|
7127
7127
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7128
7128
|
if (!s) {
|
|
7129
7129
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
@@ -7155,14 +7155,14 @@ function La(t, n) {
|
|
|
7155
7155
|
}
|
|
7156
7156
|
const i = A();
|
|
7157
7157
|
W(i, s), i.basic.id = E(16), i.basic.key = Ut.key;
|
|
7158
|
-
const l = Ct(t, n, "step1", "step 1"), c = Ct(t, n, "step2", "step 2"),
|
|
7158
|
+
const l = Ct(t, n, "step1", "step 1"), c = Ct(t, n, "step2", "step 2"), u = Ct(t, n, "step3", "step 3");
|
|
7159
7159
|
return {
|
|
7160
|
-
nodeLite: M(i, [l.nodeLite, c.nodeLite,
|
|
7160
|
+
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7161
7161
|
nodes: {
|
|
7162
7162
|
[i.basic.id]: i,
|
|
7163
7163
|
...l.nodes,
|
|
7164
7164
|
...c.nodes,
|
|
7165
|
-
...
|
|
7165
|
+
...u.nodes
|
|
7166
7166
|
}
|
|
7167
7167
|
};
|
|
7168
7168
|
}
|
|
@@ -7183,12 +7183,12 @@ function Ct(t, n, e, o) {
|
|
|
7183
7183
|
}
|
|
7184
7184
|
const c = A();
|
|
7185
7185
|
W(c, l), c.basic.id = E(16), c.basic.key = qt.key, c.settings.value = e;
|
|
7186
|
-
const
|
|
7186
|
+
const u = za(t, n, o);
|
|
7187
7187
|
return {
|
|
7188
|
-
nodeLite: M(c, [
|
|
7188
|
+
nodeLite: M(c, [u.nodeLite]),
|
|
7189
7189
|
nodes: {
|
|
7190
7190
|
[c.basic.id]: c,
|
|
7191
|
-
...
|
|
7191
|
+
...u.nodes
|
|
7192
7192
|
}
|
|
7193
7193
|
};
|
|
7194
7194
|
}
|
|
@@ -7238,7 +7238,7 @@ const fo = {
|
|
|
7238
7238
|
},
|
|
7239
7239
|
spawn: Va
|
|
7240
7240
|
};
|
|
7241
|
-
|
|
7241
|
+
$(Xt);
|
|
7242
7242
|
const Ta = {
|
|
7243
7243
|
key: "common_switch_v1",
|
|
7244
7244
|
name: "x-runtime-lib.switch",
|
|
@@ -7249,7 +7249,7 @@ const Ta = {
|
|
|
7249
7249
|
},
|
|
7250
7250
|
leaf: !0
|
|
7251
7251
|
};
|
|
7252
|
-
|
|
7252
|
+
$(Ta);
|
|
7253
7253
|
const yo = {
|
|
7254
7254
|
key: "settings",
|
|
7255
7255
|
name: "x-runtime-lib.settings",
|
|
@@ -7277,7 +7277,7 @@ const yo = {
|
|
|
7277
7277
|
},
|
|
7278
7278
|
leaf: !0
|
|
7279
7279
|
};
|
|
7280
|
-
|
|
7280
|
+
$(Yt);
|
|
7281
7281
|
function Ea(t, n) {
|
|
7282
7282
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7283
7283
|
if (!o) {
|
|
@@ -7291,14 +7291,14 @@ function Ea(t, n) {
|
|
|
7291
7291
|
}
|
|
7292
7292
|
const i = A();
|
|
7293
7293
|
W(i, s), i.basic.id = E(16), i.basic.key = Zt.key;
|
|
7294
|
-
const l = Vt(t, n, "tab1", "tab 1"), c = Vt(t, n, "tab2", "tab 2"),
|
|
7294
|
+
const l = Vt(t, n, "tab1", "tab 1"), c = Vt(t, n, "tab2", "tab 2"), u = Vt(t, n, "tab3", "tab 3");
|
|
7295
7295
|
return {
|
|
7296
|
-
nodeLite: M(i, [l.nodeLite, c.nodeLite,
|
|
7296
|
+
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7297
7297
|
nodes: {
|
|
7298
7298
|
[i.basic.id]: i,
|
|
7299
7299
|
...l.nodes,
|
|
7300
7300
|
...c.nodes,
|
|
7301
|
-
...
|
|
7301
|
+
...u.nodes
|
|
7302
7302
|
}
|
|
7303
7303
|
};
|
|
7304
7304
|
}
|
|
@@ -7321,13 +7321,13 @@ function Vt(t, n, e, o) {
|
|
|
7321
7321
|
}
|
|
7322
7322
|
};
|
|
7323
7323
|
}
|
|
7324
|
-
const _n =
|
|
7324
|
+
const _n = F(ee);
|
|
7325
7325
|
_n.key = "backgroundColor";
|
|
7326
7326
|
_n.name = "x-runtime-lib.backgroundColor";
|
|
7327
|
-
const vn =
|
|
7327
|
+
const vn = F(ee);
|
|
7328
7328
|
vn.key = "selectedColor";
|
|
7329
7329
|
vn.name = "x-runtime-lib.selectedColor";
|
|
7330
|
-
const xn =
|
|
7330
|
+
const xn = F(ee);
|
|
7331
7331
|
xn.key = "sliderColor";
|
|
7332
7332
|
xn.name = "x-runtime-lib.sliderColor";
|
|
7333
7333
|
const bo = {
|
|
@@ -7419,7 +7419,7 @@ const bo = {
|
|
|
7419
7419
|
},
|
|
7420
7420
|
spawn: Ea
|
|
7421
7421
|
};
|
|
7422
|
-
|
|
7422
|
+
$(Zt);
|
|
7423
7423
|
function Aa(t, n) {
|
|
7424
7424
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7425
7425
|
if (!o) {
|
|
@@ -7536,7 +7536,7 @@ const go = {
|
|
|
7536
7536
|
leaf: !0,
|
|
7537
7537
|
spawn: Aa
|
|
7538
7538
|
};
|
|
7539
|
-
|
|
7539
|
+
$(Ve);
|
|
7540
7540
|
function Ma(t, n) {
|
|
7541
7541
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7542
7542
|
if (!o) {
|
|
@@ -7638,7 +7638,7 @@ const ho = {
|
|
|
7638
7638
|
leaf: !0,
|
|
7639
7639
|
spawn: Ma
|
|
7640
7640
|
};
|
|
7641
|
-
|
|
7641
|
+
$(Qt);
|
|
7642
7642
|
const en = {
|
|
7643
7643
|
key: "common_timeline_item_v1",
|
|
7644
7644
|
name: "x-runtime-lib.timelineItem",
|
|
@@ -7648,7 +7648,7 @@ const en = {
|
|
|
7648
7648
|
compCommon: [y]
|
|
7649
7649
|
}
|
|
7650
7650
|
};
|
|
7651
|
-
|
|
7651
|
+
$(en);
|
|
7652
7652
|
function Wa(t, n) {
|
|
7653
7653
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7654
7654
|
if (!o) {
|
|
@@ -7662,14 +7662,14 @@ function Wa(t, n) {
|
|
|
7662
7662
|
}
|
|
7663
7663
|
const i = A();
|
|
7664
7664
|
W(i, s), i.basic.id = E(16), i.basic.key = tn.key;
|
|
7665
|
-
const l = Pt(t, n, "timeline 1"), c = Pt(t, n, "timeline 2"),
|
|
7665
|
+
const l = Pt(t, n, "timeline 1"), c = Pt(t, n, "timeline 2"), u = Pt(t, n, "timeline 3");
|
|
7666
7666
|
return {
|
|
7667
|
-
nodeLite: M(i, [l.nodeLite, c.nodeLite,
|
|
7667
|
+
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7668
7668
|
nodes: {
|
|
7669
7669
|
[i.basic.id]: i,
|
|
7670
7670
|
...l.nodes,
|
|
7671
7671
|
...c.nodes,
|
|
7672
|
-
...
|
|
7672
|
+
...u.nodes
|
|
7673
7673
|
}
|
|
7674
7674
|
};
|
|
7675
7675
|
}
|
|
@@ -7714,7 +7714,7 @@ function Ba(t, n, e) {
|
|
|
7714
7714
|
}
|
|
7715
7715
|
};
|
|
7716
7716
|
}
|
|
7717
|
-
const Ra =
|
|
7717
|
+
const Ra = F(ee), Ka = F(ee), _o = {
|
|
7718
7718
|
key: "settings",
|
|
7719
7719
|
name: "x-runtime-lib.settings",
|
|
7720
7720
|
children: [
|
|
@@ -7802,17 +7802,17 @@ const Ra = O(ee), Ka = O(ee), _o = {
|
|
|
7802
7802
|
},
|
|
7803
7803
|
spawn: Wa
|
|
7804
7804
|
};
|
|
7805
|
-
|
|
7805
|
+
$(tn);
|
|
7806
7806
|
const nn = {
|
|
7807
7807
|
key: "common_window_item_v1",
|
|
7808
7808
|
name: "x-runtime-lib.windowItem",
|
|
7809
|
-
comp:
|
|
7809
|
+
comp: Sl,
|
|
7810
7810
|
properties: {
|
|
7811
7811
|
pageCommon: [y],
|
|
7812
7812
|
compCommon: [y]
|
|
7813
7813
|
}
|
|
7814
7814
|
};
|
|
7815
|
-
|
|
7815
|
+
$(nn);
|
|
7816
7816
|
function Da(t, n) {
|
|
7817
7817
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7818
7818
|
if (!o) {
|
|
@@ -7826,14 +7826,14 @@ function Da(t, n) {
|
|
|
7826
7826
|
}
|
|
7827
7827
|
const i = A();
|
|
7828
7828
|
W(i, s), i.basic.id = E(16), i.basic.key = on.key;
|
|
7829
|
-
const l = Lt(t, n, "window 1"), c = Lt(t, n, "window 2"),
|
|
7829
|
+
const l = Lt(t, n, "window 1"), c = Lt(t, n, "window 2"), u = Lt(t, n, "window 3");
|
|
7830
7830
|
return {
|
|
7831
|
-
nodeLite: M(i, [l.nodeLite, c.nodeLite,
|
|
7831
|
+
nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7832
7832
|
nodes: {
|
|
7833
7833
|
[i.basic.id]: i,
|
|
7834
7834
|
...l.nodes,
|
|
7835
7835
|
...c.nodes,
|
|
7836
|
-
...
|
|
7836
|
+
...u.nodes
|
|
7837
7837
|
}
|
|
7838
7838
|
};
|
|
7839
7839
|
}
|
|
@@ -7850,7 +7850,7 @@ function Lt(t, n, e) {
|
|
|
7850
7850
|
}
|
|
7851
7851
|
const l = A();
|
|
7852
7852
|
W(l, i), l.basic.id = E(16), l.basic.key = nn.key;
|
|
7853
|
-
const c =
|
|
7853
|
+
const c = Fa(t, n, e);
|
|
7854
7854
|
return {
|
|
7855
7855
|
nodeLite: M(l, [c.nodeLite]),
|
|
7856
7856
|
nodes: {
|
|
@@ -7859,7 +7859,7 @@ function Lt(t, n, e) {
|
|
|
7859
7859
|
}
|
|
7860
7860
|
};
|
|
7861
7861
|
}
|
|
7862
|
-
function
|
|
7862
|
+
function Fa(t, n, e) {
|
|
7863
7863
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7864
7864
|
if (!s) {
|
|
7865
7865
|
console.error(
|
|
@@ -7874,7 +7874,7 @@ function Oa(t, n, e) {
|
|
|
7874
7874
|
}
|
|
7875
7875
|
const l = A();
|
|
7876
7876
|
W(l, i), l.basic.id = E(16), l.basic.key = Ue.key, l.size.height = "200px", l.settings.mainAlign.xs = "center", l.settings.crossAlign.xs = "center", l.settings.backgroundColor.mode = "theme", l.settings.backgroundColor.theme = "background2";
|
|
7877
|
-
const c =
|
|
7877
|
+
const c = Oa(t, n, e);
|
|
7878
7878
|
return {
|
|
7879
7879
|
nodeLite: M(l, [c.nodeLite]),
|
|
7880
7880
|
nodes: {
|
|
@@ -7883,7 +7883,7 @@ function Oa(t, n, e) {
|
|
|
7883
7883
|
}
|
|
7884
7884
|
};
|
|
7885
7885
|
}
|
|
7886
|
-
function
|
|
7886
|
+
function Oa(t, n, e) {
|
|
7887
7887
|
const o = `type=${t} subtype=${n}`, s = R(t, n);
|
|
7888
7888
|
if (!s) {
|
|
7889
7889
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
@@ -7960,7 +7960,7 @@ const vo = {
|
|
|
7960
7960
|
},
|
|
7961
7961
|
spawn: Da
|
|
7962
7962
|
};
|
|
7963
|
-
|
|
7963
|
+
$(on);
|
|
7964
7964
|
const ot = {
|
|
7965
7965
|
key: "settings",
|
|
7966
7966
|
name: "x-runtime-lib.settings",
|
|
@@ -7991,7 +7991,7 @@ const ot = {
|
|
|
7991
7991
|
},
|
|
7992
7992
|
leaf: !0
|
|
7993
7993
|
};
|
|
7994
|
-
|
|
7994
|
+
$(Na);
|
|
7995
7995
|
const st = {
|
|
7996
7996
|
key: "settings",
|
|
7997
7997
|
name: "x-runtime-lib.settings",
|
|
@@ -8028,7 +8028,7 @@ const st = {
|
|
|
8028
8028
|
},
|
|
8029
8029
|
leaf: !0
|
|
8030
8030
|
};
|
|
8031
|
-
|
|
8031
|
+
$(ja);
|
|
8032
8032
|
const lt = {
|
|
8033
8033
|
key: "settings",
|
|
8034
8034
|
name: "x-runtime-lib.settings",
|
|
@@ -8052,7 +8052,7 @@ const lt = {
|
|
|
8052
8052
|
},
|
|
8053
8053
|
leaf: !0
|
|
8054
8054
|
};
|
|
8055
|
-
|
|
8055
|
+
$(Ga);
|
|
8056
8056
|
const xo = {
|
|
8057
8057
|
key: "settings",
|
|
8058
8058
|
name: "x-runtime-lib.settings",
|
|
@@ -8073,7 +8073,7 @@ const xo = {
|
|
|
8073
8073
|
compCommon: [y, xo]
|
|
8074
8074
|
}
|
|
8075
8075
|
};
|
|
8076
|
-
|
|
8076
|
+
$(Ha);
|
|
8077
8077
|
const at = {
|
|
8078
8078
|
key: "settings",
|
|
8079
8079
|
name: "x-runtime-lib.settings",
|
|
@@ -8103,8 +8103,8 @@ const at = {
|
|
|
8103
8103
|
},
|
|
8104
8104
|
leaf: !0
|
|
8105
8105
|
};
|
|
8106
|
-
|
|
8107
|
-
const Ke =
|
|
8106
|
+
$(Ja);
|
|
8107
|
+
const Ke = F(ee);
|
|
8108
8108
|
Ke.key = "backgroundColor";
|
|
8109
8109
|
Ke.name = "x-runtime-lib.backgroundColor";
|
|
8110
8110
|
const No = {
|
|
@@ -8169,7 +8169,7 @@ const No = {
|
|
|
8169
8169
|
events: [Za, Qa, ec],
|
|
8170
8170
|
internal: !0
|
|
8171
8171
|
};
|
|
8172
|
-
|
|
8172
|
+
$(tc);
|
|
8173
8173
|
const nc = [
|
|
8174
8174
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
8175
8175
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -8310,11 +8310,11 @@ const nc = [
|
|
|
8310
8310
|
], Ic = [
|
|
8311
8311
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
8312
8312
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
8313
|
-
],
|
|
8313
|
+
], Sc = [
|
|
8314
8314
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8315
8315
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8316
8316
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
8317
|
-
],
|
|
8317
|
+
], $c = [
|
|
8318
8318
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
8319
8319
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
8320
8320
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
@@ -8344,8 +8344,8 @@ const nc = [
|
|
|
8344
8344
|
thumbLabelItemsV1: kc,
|
|
8345
8345
|
timelineAlignItemsV1: wc,
|
|
8346
8346
|
timelineDirectionItemsV1: Ic,
|
|
8347
|
-
timelineSideItemsV1:
|
|
8348
|
-
timelineTruncateLineItemsV1:
|
|
8347
|
+
timelineSideItemsV1: Sc,
|
|
8348
|
+
timelineTruncateLineItemsV1: $c
|
|
8349
8349
|
}, Symbol.toStringTag, { value: "Module" })), Vc = [
|
|
8350
8350
|
{
|
|
8351
8351
|
title: "x-runtime-lib.notSet",
|
|
@@ -8893,7 +8893,7 @@ const nc = [
|
|
|
8893
8893
|
compCommon: Wc,
|
|
8894
8894
|
compScene: Bc
|
|
8895
8895
|
}
|
|
8896
|
-
},
|
|
8896
|
+
}, Fc = {
|
|
8897
8897
|
v1: Dc
|
|
8898
8898
|
};
|
|
8899
8899
|
function R(t, n) {
|
|
@@ -8910,9 +8910,9 @@ function R(t, n) {
|
|
|
8910
8910
|
}
|
|
8911
8911
|
function ko(t, n) {
|
|
8912
8912
|
if (t.array)
|
|
8913
|
-
return n ?
|
|
8913
|
+
return n ? F(t.default) : F(t.defaultArray);
|
|
8914
8914
|
{
|
|
8915
|
-
const e =
|
|
8915
|
+
const e = F(t.default);
|
|
8916
8916
|
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "selectComp" || t.ui === "selectSlot" || t.ui === "selectAdaptSlot") && !e ? void 0 : e;
|
|
8917
8917
|
}
|
|
8918
8918
|
}
|
|
@@ -8935,18 +8935,18 @@ function Pu(t, n, e, o, s) {
|
|
|
8935
8935
|
console.error(`spawnNode property tag not found, ${i}`);
|
|
8936
8936
|
return;
|
|
8937
8937
|
}
|
|
8938
|
-
const c =
|
|
8938
|
+
const c = Fc[e];
|
|
8939
8939
|
if (!c) {
|
|
8940
8940
|
console.error(`spawnNode pkg not found version, ${i}`);
|
|
8941
8941
|
return;
|
|
8942
8942
|
}
|
|
8943
8943
|
if (o) {
|
|
8944
|
-
const
|
|
8945
|
-
if (!c.elements.has(
|
|
8944
|
+
const u = c.refKey, m = s;
|
|
8945
|
+
if (!c.elements.has(u)) {
|
|
8946
8946
|
console.error(`spawnNode [ref] element not found in pkg, ${i}`);
|
|
8947
8947
|
return;
|
|
8948
8948
|
}
|
|
8949
|
-
const d = we[
|
|
8949
|
+
const d = we[u];
|
|
8950
8950
|
if (!d) {
|
|
8951
8951
|
console.error(`spawnNode [ref] element not found in global, ${i}`);
|
|
8952
8952
|
return;
|
|
@@ -8957,35 +8957,35 @@ function Pu(t, n, e, o, s) {
|
|
|
8957
8957
|
return;
|
|
8958
8958
|
}
|
|
8959
8959
|
const f = A();
|
|
8960
|
-
return W(f, p), f.basic.id = E(16), f.basic.key =
|
|
8960
|
+
return W(f, p), f.basic.id = E(16), f.basic.key = u, f.settings || (f.settings = {}), f.settings.comp = m, {
|
|
8961
8961
|
nodeLite: M(f),
|
|
8962
8962
|
nodes: {
|
|
8963
8963
|
[f.basic.id]: f
|
|
8964
8964
|
}
|
|
8965
8965
|
};
|
|
8966
8966
|
} else {
|
|
8967
|
-
const
|
|
8968
|
-
if (!c.elements.has(
|
|
8967
|
+
const u = s;
|
|
8968
|
+
if (!c.elements.has(u)) {
|
|
8969
8969
|
console.error(`spawnNode [key] element not found in pkg, ${i}`);
|
|
8970
8970
|
return;
|
|
8971
8971
|
}
|
|
8972
|
-
const
|
|
8973
|
-
if (!
|
|
8972
|
+
const m = we[u];
|
|
8973
|
+
if (!m) {
|
|
8974
8974
|
console.error(`spawnNode [key] element not found in global, ${i}`);
|
|
8975
8975
|
return;
|
|
8976
8976
|
}
|
|
8977
|
-
if (
|
|
8978
|
-
return
|
|
8977
|
+
if (m.spawn)
|
|
8978
|
+
return m.spawn(t, n);
|
|
8979
8979
|
{
|
|
8980
|
-
const d =
|
|
8980
|
+
const d = m.properties[l];
|
|
8981
8981
|
if (!d) {
|
|
8982
8982
|
console.error(`spawnNode [key] properties not found, ${i}`);
|
|
8983
8983
|
return;
|
|
8984
8984
|
}
|
|
8985
8985
|
const p = A();
|
|
8986
|
-
W(p, d), p.basic.id = E(16), p.basic.key =
|
|
8986
|
+
W(p, d), p.basic.id = E(16), p.basic.key = u;
|
|
8987
8987
|
let f;
|
|
8988
|
-
return
|
|
8988
|
+
return m.leaf || (f = []), {
|
|
8989
8989
|
nodeLite: M(p, f),
|
|
8990
8990
|
nodes: {
|
|
8991
8991
|
[p.basic.id]: p
|
|
@@ -9011,20 +9011,20 @@ function Lu(t, n) {
|
|
|
9011
9011
|
return s;
|
|
9012
9012
|
}
|
|
9013
9013
|
}
|
|
9014
|
-
function
|
|
9014
|
+
function Oc(t) {
|
|
9015
9015
|
const n = {}, e = (i) => {
|
|
9016
9016
|
const l = E(16);
|
|
9017
9017
|
n[i.id] = l, i.id = l, i.children?.map((c) => e(c));
|
|
9018
|
-
}, o =
|
|
9018
|
+
}, o = F(t.nodeLite);
|
|
9019
9019
|
e(o);
|
|
9020
9020
|
const s = {};
|
|
9021
9021
|
return Object.values(t.nodes).forEach((i) => {
|
|
9022
|
-
const l =
|
|
9022
|
+
const l = F(i);
|
|
9023
9023
|
l.basic.id = n[l.basic.id], s[l.basic.id] = l;
|
|
9024
9024
|
}), { nodeLite: o, nodes: s };
|
|
9025
9025
|
}
|
|
9026
9026
|
function zu(t) {
|
|
9027
|
-
return t.map((n) =>
|
|
9027
|
+
return t.map((n) => Oc(n));
|
|
9028
9028
|
}
|
|
9029
9029
|
const jo = "runtimeOrg", Go = "runtimeEnv", Ho = "runtimeMode", Jo = "runtimeDevice", Uo = "runtimeDark", qo = "runtimeId", Xo = "runtimeType", Yo = "runtimeData", Zo = "runtimeDepends", Qo = "runtimeRuntime", ei = "runtimeSandbox";
|
|
9030
9030
|
function Tu(t) {
|
|
@@ -9066,13 +9066,13 @@ function Qe() {
|
|
|
9066
9066
|
function Ru(t) {
|
|
9067
9067
|
be(Xo, t);
|
|
9068
9068
|
}
|
|
9069
|
-
function
|
|
9069
|
+
function Se() {
|
|
9070
9070
|
return ye(Xo);
|
|
9071
9071
|
}
|
|
9072
9072
|
function Pe(t) {
|
|
9073
9073
|
be(Yo, t);
|
|
9074
9074
|
}
|
|
9075
|
-
function
|
|
9075
|
+
function le() {
|
|
9076
9076
|
return ye(Yo);
|
|
9077
9077
|
}
|
|
9078
9078
|
function Ku(t) {
|
|
@@ -9101,37 +9101,37 @@ async function ct(t, n, e, o, s) {
|
|
|
9101
9101
|
const { watchEffect: i, bind: l } = n;
|
|
9102
9102
|
if (i[e])
|
|
9103
9103
|
for (const c of i[e]) {
|
|
9104
|
-
const
|
|
9105
|
-
await t.callFunctionAsync(`__watchEffect$${
|
|
9104
|
+
const u = Pi(c);
|
|
9105
|
+
await t.callFunctionAsync(`__watchEffect$${u}__`);
|
|
9106
9106
|
}
|
|
9107
9107
|
if (l.triggers[e])
|
|
9108
9108
|
for (const c of l.triggers[e]) {
|
|
9109
|
-
const
|
|
9110
|
-
if (!
|
|
9109
|
+
const u = l.sets[c];
|
|
9110
|
+
if (!u) {
|
|
9111
9111
|
console.assert(!1);
|
|
9112
9112
|
continue;
|
|
9113
9113
|
}
|
|
9114
|
-
let
|
|
9115
|
-
for (const p of
|
|
9114
|
+
let m = null;
|
|
9115
|
+
for (const p of u)
|
|
9116
9116
|
if (e === je(p)) {
|
|
9117
9117
|
if (p.subKeys) {
|
|
9118
9118
|
if (!pe(
|
|
9119
|
-
|
|
9120
|
-
|
|
9119
|
+
$e(o, p.subKeys),
|
|
9120
|
+
$e(s, p.subKeys)
|
|
9121
9121
|
)) {
|
|
9122
|
-
|
|
9122
|
+
m = p;
|
|
9123
9123
|
break;
|
|
9124
9124
|
}
|
|
9125
9125
|
} else if (!pe(o, s)) {
|
|
9126
|
-
|
|
9126
|
+
m = p;
|
|
9127
9127
|
break;
|
|
9128
9128
|
}
|
|
9129
9129
|
}
|
|
9130
|
-
if (!
|
|
9130
|
+
if (!m)
|
|
9131
9131
|
continue;
|
|
9132
9132
|
let d;
|
|
9133
|
-
|
|
9134
|
-
for (const p of
|
|
9133
|
+
m.subKeys ? d = $e(o, m.subKeys) : d = o;
|
|
9134
|
+
for (const p of u)
|
|
9135
9135
|
if (p.subKeys) {
|
|
9136
9136
|
let f;
|
|
9137
9137
|
if (p.type === "elementProperty")
|
|
@@ -9149,11 +9149,11 @@ async function ct(t, n, e, o, s) {
|
|
|
9149
9149
|
console.assert(!1);
|
|
9150
9150
|
continue;
|
|
9151
9151
|
}
|
|
9152
|
-
const b =
|
|
9152
|
+
const b = $e(f, p.subKeys);
|
|
9153
9153
|
if (pe(d, b))
|
|
9154
9154
|
continue;
|
|
9155
|
-
const g =
|
|
9156
|
-
cn(g, p.subKeys,
|
|
9155
|
+
const g = F(f);
|
|
9156
|
+
cn(g, p.subKeys, F(d)), p.type === "elementProperty" ? t.setElementProperty(
|
|
9157
9157
|
p.nodeId,
|
|
9158
9158
|
p.propertyKeys.split("."),
|
|
9159
9159
|
g
|
|
@@ -9180,8 +9180,8 @@ async function ct(t, n, e, o, s) {
|
|
|
9180
9180
|
p.type === "elementProperty" ? t.setElementProperty(
|
|
9181
9181
|
p.nodeId,
|
|
9182
9182
|
p.propertyKeys.split("."),
|
|
9183
|
-
|
|
9184
|
-
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId,
|
|
9183
|
+
F(d)
|
|
9184
|
+
) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, F(d)) : p.type === "customSlotProperty" ? t.setCustomSlotProperty(p.propertyId, F(d)) : p.type === "state" ? t.setState(p.stateId, F(d)) : console.assert(!1);
|
|
9185
9185
|
}
|
|
9186
9186
|
}
|
|
9187
9187
|
}
|
|
@@ -9189,7 +9189,7 @@ function ut(t, n, e) {
|
|
|
9189
9189
|
const o = [t, n], s = e.split(".");
|
|
9190
9190
|
return s.length > 1 ? o.push(...s.slice(1)) : o.push(e), `__implementMethod$${o.join("$")}__`;
|
|
9191
9191
|
}
|
|
9192
|
-
function
|
|
9192
|
+
function Fu(t, n, e) {
|
|
9193
9193
|
return `${t}/${n}/${e}`;
|
|
9194
9194
|
}
|
|
9195
9195
|
function wo(t) {
|
|
@@ -9201,7 +9201,7 @@ function wo(t) {
|
|
|
9201
9201
|
let s = "";
|
|
9202
9202
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
|
|
9203
9203
|
}
|
|
9204
|
-
function
|
|
9204
|
+
function Ou(t, n, e) {
|
|
9205
9205
|
return `${t}.${n}.${e}`;
|
|
9206
9206
|
}
|
|
9207
9207
|
function Nu(t) {
|
|
@@ -9269,7 +9269,7 @@ function qu(t) {
|
|
|
9269
9269
|
let s = "";
|
|
9270
9270
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfCustomSlot invalid methodId key=${t}`), { compId: e, slotId: o, methodId: s };
|
|
9271
9271
|
}
|
|
9272
|
-
function
|
|
9272
|
+
function ie(t, n, e) {
|
|
9273
9273
|
return `${t}/${n}/${e}`;
|
|
9274
9274
|
}
|
|
9275
9275
|
function Xc(t) {
|
|
@@ -9318,7 +9318,7 @@ function tm(t) {
|
|
|
9318
9318
|
return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
|
|
9319
9319
|
}
|
|
9320
9320
|
function et(t, n) {
|
|
9321
|
-
const e = Gc(), o =
|
|
9321
|
+
const e = Gc(), o = se(-1);
|
|
9322
9322
|
ke(() => {
|
|
9323
9323
|
if (!t.value) {
|
|
9324
9324
|
o.value = -1, n.value = void 0;
|
|
@@ -9329,7 +9329,7 @@ function et(t, n) {
|
|
|
9329
9329
|
o.value = -1, n.value = void 0, Lo.emit("compNotAvail", t.value);
|
|
9330
9330
|
return;
|
|
9331
9331
|
}
|
|
9332
|
-
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value =
|
|
9332
|
+
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = F(s.data));
|
|
9333
9333
|
});
|
|
9334
9334
|
}
|
|
9335
9335
|
function nm() {
|
|
@@ -9342,7 +9342,7 @@ function nm() {
|
|
|
9342
9342
|
function Me(t) {
|
|
9343
9343
|
return !!t.vm;
|
|
9344
9344
|
}
|
|
9345
|
-
function
|
|
9345
|
+
function ae(t, n) {
|
|
9346
9346
|
if (n === void 0)
|
|
9347
9347
|
return t.undefined;
|
|
9348
9348
|
if (n === null)
|
|
@@ -9361,12 +9361,12 @@ function le(t, n) {
|
|
|
9361
9361
|
for (const c of Object.keys(n)) {
|
|
9362
9362
|
var e = [];
|
|
9363
9363
|
try {
|
|
9364
|
-
const
|
|
9365
|
-
t.setProp(l, c,
|
|
9364
|
+
const u = Fe(e, ae(t, n[c]));
|
|
9365
|
+
t.setProp(l, c, u);
|
|
9366
9366
|
} catch (o) {
|
|
9367
9367
|
var s = o, i = !0;
|
|
9368
9368
|
} finally {
|
|
9369
|
-
|
|
9369
|
+
Oe(e, s, i);
|
|
9370
9370
|
}
|
|
9371
9371
|
}
|
|
9372
9372
|
return l;
|
|
@@ -9385,16 +9385,16 @@ function Yc(t) {
|
|
|
9385
9385
|
const o = n.getString(e), s = n.newArray(), i = o.split(".");
|
|
9386
9386
|
let l = 0;
|
|
9387
9387
|
for (let c = 0; c < i.length; c++) {
|
|
9388
|
-
const
|
|
9389
|
-
if (
|
|
9390
|
-
if (/^\[\d+\]$/.test(
|
|
9391
|
-
let
|
|
9392
|
-
|
|
9393
|
-
const d = n.newNumber(
|
|
9388
|
+
const u = i[c].trim();
|
|
9389
|
+
if (u !== "")
|
|
9390
|
+
if (/^\[\d+\]$/.test(u)) {
|
|
9391
|
+
let m = parseInt(u.slice(1, -1), 10);
|
|
9392
|
+
m > 0 && m--;
|
|
9393
|
+
const d = n.newNumber(m);
|
|
9394
9394
|
n.setProp(s, l.toString(), d), d.dispose(), l++;
|
|
9395
9395
|
} else {
|
|
9396
|
-
const
|
|
9397
|
-
n.setProp(s, l.toString(),
|
|
9396
|
+
const m = n.newString(u);
|
|
9397
|
+
n.setProp(s, l.toString(), m), m.dispose(), l++;
|
|
9398
9398
|
}
|
|
9399
9399
|
}
|
|
9400
9400
|
return s;
|
|
@@ -9420,13 +9420,13 @@ function Yc(t) {
|
|
|
9420
9420
|
if (Me(t)) {
|
|
9421
9421
|
var l = [];
|
|
9422
9422
|
try {
|
|
9423
|
-
const d =
|
|
9423
|
+
const d = Fe(l, n.getProp(n.global, "__timeoutCallback__"));
|
|
9424
9424
|
n.callFunction(d, n.undefined, n.newNumber(s)).unwrap().dispose();
|
|
9425
9425
|
n.runtime.executePendingJobs();
|
|
9426
9426
|
} catch (c) {
|
|
9427
|
-
var
|
|
9427
|
+
var u = c, m = !0;
|
|
9428
9428
|
} finally {
|
|
9429
|
-
|
|
9429
|
+
Oe(l, u, m);
|
|
9430
9430
|
}
|
|
9431
9431
|
}
|
|
9432
9432
|
}, i);
|
|
@@ -9455,10 +9455,10 @@ function Qc(t) {
|
|
|
9455
9455
|
}
|
|
9456
9456
|
const { vm: n } = t;
|
|
9457
9457
|
n.newFunction("__callFuncV1__", (e, o, s, i, l) => {
|
|
9458
|
-
const c = n.getString(e),
|
|
9458
|
+
const c = n.getString(e), u = n.getString(o), m = n.dump(s), d = n.getString(i), p = n.getString(l), { promiseId: f, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(m);
|
|
9459
9459
|
return Zc({
|
|
9460
9460
|
spaceId: c,
|
|
9461
|
-
id:
|
|
9461
|
+
id: u,
|
|
9462
9462
|
strInputs: g,
|
|
9463
9463
|
env: d
|
|
9464
9464
|
}).then(
|
|
@@ -9486,41 +9486,59 @@ function tu(t) {
|
|
|
9486
9486
|
}
|
|
9487
9487
|
const { vm: n } = t;
|
|
9488
9488
|
n.newFunction("__triggerEventV1__", (e, o, ...s) => {
|
|
9489
|
-
const i = n.getString(e), l = n.getString(o), c = s.map((
|
|
9489
|
+
const i = n.getString(e), l = n.getString(o), c = s.map((p) => n.dump(p));
|
|
9490
9490
|
t.callFunctionAsync("__triggerEventInner__", i, l, c);
|
|
9491
|
-
const { kind: m, eventKey:
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9499
|
-
|
|
9500
|
-
|
|
9501
|
-
|
|
9502
|
-
|
|
9491
|
+
const { kind: u, nodeId: m, eventKey: d } = Xc(i);
|
|
9492
|
+
if (u === "customEvent")
|
|
9493
|
+
t.parent && (t.parent.callFunctionAsync(
|
|
9494
|
+
"__triggerEventV1__",
|
|
9495
|
+
ie("refEvent", t.nodeId, d),
|
|
9496
|
+
"",
|
|
9497
|
+
...c
|
|
9498
|
+
), t.parent.callFunctionAsync(
|
|
9499
|
+
"__triggerEventV1__",
|
|
9500
|
+
ie("multipleRefEvent", t.nodeId, d),
|
|
9501
|
+
t.instance,
|
|
9502
|
+
...c
|
|
9503
|
+
));
|
|
9504
|
+
else if (u === "slotEvent") {
|
|
9505
|
+
const p = t.children[m];
|
|
9506
|
+
p && p.callFunctionAsync(
|
|
9507
|
+
"__triggerEventV1__",
|
|
9508
|
+
ie("adaptSlotCustomEvent", "globality", d),
|
|
9509
|
+
"",
|
|
9510
|
+
...c
|
|
9511
|
+
);
|
|
9512
|
+
} else if (u === "multipleSlotEvent") {
|
|
9513
|
+
const p = t.children[m];
|
|
9514
|
+
p && p.callFunctionAsync(
|
|
9515
|
+
"__triggerEventV1__",
|
|
9516
|
+
ie("adaptSlotCustomEvent", "globality", d),
|
|
9517
|
+
"",
|
|
9518
|
+
...c
|
|
9519
|
+
);
|
|
9520
|
+
}
|
|
9503
9521
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
9504
|
-
const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey:
|
|
9505
|
-
let
|
|
9522
|
+
const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: u } = wo(s);
|
|
9523
|
+
let m;
|
|
9506
9524
|
if (l === "elementProperty")
|
|
9507
|
-
|
|
9525
|
+
m = t.getElementProperty(c, u.split("."));
|
|
9508
9526
|
else if (l === "refProperty") {
|
|
9509
9527
|
const d = t.children[c];
|
|
9510
|
-
d && (
|
|
9528
|
+
d && (m = d.getCustomProperty(u));
|
|
9511
9529
|
} else if (l === "multipleRefProperty") {
|
|
9512
9530
|
const d = t.children[`${c}/${i}`];
|
|
9513
|
-
d && (
|
|
9531
|
+
d && (m = d.getCustomProperty(u));
|
|
9514
9532
|
} else if (l === "slotProperty") {
|
|
9515
9533
|
const d = t.children[c];
|
|
9516
|
-
d && (
|
|
9534
|
+
d && (m = d.getCustomSlotProperty(u));
|
|
9517
9535
|
} else if (l === "multipleSlotProperty") {
|
|
9518
9536
|
const d = t.children[`${c}/${i}`];
|
|
9519
|
-
d && (
|
|
9520
|
-
} else l === "customProperty" ?
|
|
9521
|
-
return
|
|
9537
|
+
d && (m = d.getCustomSlotProperty(u));
|
|
9538
|
+
} else l === "customProperty" ? m = t.getCustomProperty(u) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.parent?.getCustomSlotProperty(u) : console.assert(!1);
|
|
9539
|
+
return ae(n, m);
|
|
9522
9540
|
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
9523
|
-
const i = n.getString(e), l = n.dump(o), c = n.getString(s), { promiseId:
|
|
9541
|
+
const i = n.getString(e), l = n.dump(o), c = n.getString(s), { promiseId: u, promise: m } = t.promiseManager.acquire(), { kind: d, nodeId: p, propertyKey: f } = wo(i);
|
|
9524
9542
|
if (d === "elementProperty")
|
|
9525
9543
|
t.setElementProperty(p, f.split("."), l);
|
|
9526
9544
|
else if (d === "refProperty") {
|
|
@@ -9537,17 +9555,17 @@ function tu(t) {
|
|
|
9537
9555
|
b && b.setCustomSlotProperty(f, l);
|
|
9538
9556
|
} else d === "customProperty" ? t.setCustomProperty(f, l) : d === "adaptSlotElementProperty" || d === "adaptSlotCustomProperty" ? t.parent.setCustomSlotProperty(f, l) : console.assert(!1);
|
|
9539
9557
|
return sn().then(() => {
|
|
9540
|
-
|
|
9541
|
-
}),
|
|
9558
|
+
m.resolve(n.undefined), t.promiseManager.release(u);
|
|
9559
|
+
}), m.settled.then(n.runtime.executePendingJobs), m.handle;
|
|
9542
9560
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
9543
|
-
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId:
|
|
9561
|
+
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: u, promise: m } = t.promiseManager.acquire(), { kind: d, nodeId: p, methodKey: f } = qc(i);
|
|
9544
9562
|
if (d === "elementMethod")
|
|
9545
9563
|
t.callElementMethod(i, f, c).then(
|
|
9546
9564
|
(b) => {
|
|
9547
|
-
|
|
9565
|
+
ae(n, b).consume((g) => m.resolve(g)), t.promiseManager.release(u);
|
|
9548
9566
|
},
|
|
9549
9567
|
(b) => {
|
|
9550
|
-
|
|
9568
|
+
ae(n, b).consume((g) => m.reject(g)), t.promiseManager.release(u);
|
|
9551
9569
|
}
|
|
9552
9570
|
);
|
|
9553
9571
|
else if (d === "refMethod") {
|
|
@@ -9558,12 +9576,12 @@ function tu(t) {
|
|
|
9558
9576
|
c
|
|
9559
9577
|
).then(
|
|
9560
9578
|
(g) => {
|
|
9561
|
-
|
|
9579
|
+
ae(n, g).consume((k) => m.resolve(k)), t.promiseManager.release(u);
|
|
9562
9580
|
},
|
|
9563
9581
|
(g) => {
|
|
9564
|
-
|
|
9582
|
+
ae(n, g).consume((k) => m.reject(k)), t.promiseManager.release(u);
|
|
9565
9583
|
}
|
|
9566
|
-
) : (n.newError("sandbox not found").consume((g) =>
|
|
9584
|
+
) : (n.newError("sandbox not found").consume((g) => m.reject(g)), t.promiseManager.release(u));
|
|
9567
9585
|
} else if (d === "multipleRefMethod") {
|
|
9568
9586
|
const b = t.children[`${p}/${l}`];
|
|
9569
9587
|
b ? b.callFunctionAsync(
|
|
@@ -9572,18 +9590,18 @@ function tu(t) {
|
|
|
9572
9590
|
c
|
|
9573
9591
|
).then(
|
|
9574
9592
|
(g) => {
|
|
9575
|
-
|
|
9593
|
+
ae(n, g).consume((k) => m.resolve(k)), t.promiseManager.release(u);
|
|
9576
9594
|
},
|
|
9577
9595
|
(g) => {
|
|
9578
|
-
|
|
9596
|
+
ae(n, g).consume((k) => m.resolve(k)), t.promiseManager.release(u);
|
|
9579
9597
|
}
|
|
9580
|
-
) : (n.newError("sandbox not found").consume((g) =>
|
|
9598
|
+
) : (n.newError("sandbox not found").consume((g) => m.reject(g)), t.promiseManager.release(u));
|
|
9581
9599
|
} else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" ? console.assert(!1, "no need to implement") : d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent ? t.kind === "slot" ? t.parent.callFunctionAsync(
|
|
9582
9600
|
ut("slotMethod", t.nodeId, f),
|
|
9583
9601
|
"",
|
|
9584
9602
|
c
|
|
9585
9603
|
).then((b) => {
|
|
9586
|
-
|
|
9604
|
+
ae(n, b).consume((g) => m.resolve(g)), t.promiseManager.release(u);
|
|
9587
9605
|
}) : t.kind === "multipleSlot" && t.parent.callFunctionAsync(
|
|
9588
9606
|
ut(
|
|
9589
9607
|
"multipleSlotMethod",
|
|
@@ -9593,14 +9611,14 @@ function tu(t) {
|
|
|
9593
9611
|
l,
|
|
9594
9612
|
c
|
|
9595
9613
|
).then((b) => {
|
|
9596
|
-
|
|
9614
|
+
ae(n, b).consume((g) => m.resolve(g)), t.promiseManager.release(u);
|
|
9597
9615
|
}) : (n.newError("Not inserted into the slot").consume(
|
|
9598
|
-
(b) =>
|
|
9599
|
-
), t.promiseManager.release(
|
|
9600
|
-
return
|
|
9616
|
+
(b) => m.reject(b)
|
|
9617
|
+
), t.promiseManager.release(u)) : console.assert(!1, `not implemented kind=${d}`));
|
|
9618
|
+
return m.settled.then(n.runtime.executePendingJobs), m.handle;
|
|
9601
9619
|
}).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
|
|
9602
9620
|
const o = n.getString(e), s = t.getState(o);
|
|
9603
|
-
return
|
|
9621
|
+
return ae(n, s);
|
|
9604
9622
|
}).consume((e) => n.setProp(n.global, "__getStateV1__", e)), n.newFunction("__setStateV1__", (e, o) => {
|
|
9605
9623
|
const s = n.getString(e), i = n.dump(o);
|
|
9606
9624
|
t.setState(s, i);
|
|
@@ -9620,14 +9638,14 @@ function tu(t) {
|
|
|
9620
9638
|
);
|
|
9621
9639
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
9622
9640
|
const s = n.getString(e), i = n.getString(o), { promiseId: l, promise: c } = t.promiseManager.acquire();
|
|
9623
|
-
return ui({ title: s, text: i }).then((
|
|
9624
|
-
Me(t) && (
|
|
9641
|
+
return ui({ title: s, text: i }).then((u) => {
|
|
9642
|
+
Me(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(l));
|
|
9625
9643
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9626
9644
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9627
|
-
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId:
|
|
9645
|
+
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: u, promise: m } = t.promiseManager.acquire();
|
|
9628
9646
|
return mi({ title: i, label: l, value: c }).then((d) => {
|
|
9629
|
-
Me(t) && (d === void 0 ?
|
|
9630
|
-
}),
|
|
9647
|
+
Me(t) && (d === void 0 ? m.resolve(n.undefined) : m.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
9648
|
+
}), m.settled.then(n.runtime.executePendingJobs), m.handle;
|
|
9631
9649
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9632
9650
|
}
|
|
9633
9651
|
function nu(t) {
|
|
@@ -9751,8 +9769,8 @@ class su {
|
|
|
9751
9769
|
eventBus = zi();
|
|
9752
9770
|
// 钩子
|
|
9753
9771
|
hooks;
|
|
9754
|
-
constructor(n, e, o, s, i, l, c,
|
|
9755
|
-
this.kind = n, this.nodeId = e, this.instance = o, this.parent = s, this.org = i, this.env = l, this.mode = c, this.type =
|
|
9772
|
+
constructor(n, e, o, s, i, l, c, u, m) {
|
|
9773
|
+
this.kind = n, this.nodeId = e, this.instance = o, this.parent = s, this.org = i, this.env = l, this.mode = c, this.type = u, this.hooks = m, this.parent?.addChild(this), this.debugTrace("constructor");
|
|
9756
9774
|
}
|
|
9757
9775
|
dispose() {
|
|
9758
9776
|
this.parent?.removeChild(this.nodeId, this.instance), this.destroyVm(), this.debugTrace("dispose");
|
|
@@ -9777,7 +9795,7 @@ class su {
|
|
|
9777
9795
|
async createVm(n, e) {
|
|
9778
9796
|
this.vm = n.newContext(), this.promiseManager = new iu(this.vm), nu(this), this.vm.evalCode(ou), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), await this.callFunctionAsync(
|
|
9779
9797
|
"__triggerEventV1__",
|
|
9780
|
-
|
|
9798
|
+
ie("elementEvent", "globality", "startup"),
|
|
9781
9799
|
""
|
|
9782
9800
|
);
|
|
9783
9801
|
}
|
|
@@ -9785,53 +9803,53 @@ class su {
|
|
|
9785
9803
|
this.vm && this.callFunctionSync("__destroy__"), this.promiseManager && (this.promiseManager.dispose(), this.promiseManager = void 0), this.vm && (this.vm.dispose(), this.vm = void 0);
|
|
9786
9804
|
}
|
|
9787
9805
|
callFunctionSync(n, ...e) {
|
|
9788
|
-
var
|
|
9806
|
+
var u = [];
|
|
9789
9807
|
try {
|
|
9790
9808
|
const { vm: o } = this;
|
|
9791
9809
|
if (!o)
|
|
9792
9810
|
throw new Error("vm not available");
|
|
9793
9811
|
const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")})`;
|
|
9794
|
-
this.debugTrace(`callFunctionSync ${s}
|
|
9795
|
-
const i =
|
|
9812
|
+
this.debugTrace(`callFunctionSync ${s}`);
|
|
9813
|
+
const i = Fe(u, o.getProp(o.global, n));
|
|
9796
9814
|
if (!i)
|
|
9797
9815
|
throw new Error(`function<${n}> not available`);
|
|
9798
|
-
const l = e.map((f) =>
|
|
9816
|
+
const l = e.map((f) => ae(o, f));
|
|
9799
9817
|
const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((f) => o.dump(f));
|
|
9800
9818
|
l.forEach((f) => f.dispose());
|
|
9801
9819
|
return c;
|
|
9802
|
-
} catch (
|
|
9803
|
-
var d =
|
|
9820
|
+
} catch (m) {
|
|
9821
|
+
var d = m, p = !0;
|
|
9804
9822
|
} finally {
|
|
9805
|
-
|
|
9823
|
+
Oe(u, d, p);
|
|
9806
9824
|
}
|
|
9807
9825
|
}
|
|
9808
9826
|
async callFunctionAsync(n, ...e) {
|
|
9809
|
-
var
|
|
9827
|
+
var m = [];
|
|
9810
9828
|
try {
|
|
9811
9829
|
const { vm: o } = this;
|
|
9812
9830
|
if (!o)
|
|
9813
9831
|
throw new Error("vm not available");
|
|
9814
9832
|
const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")})`;
|
|
9815
9833
|
this.debugTrace(`callFunctionAsync ${s}`);
|
|
9816
|
-
const i =
|
|
9834
|
+
const i = Fe(m, o.getProp(o.global, n));
|
|
9817
9835
|
if (!i)
|
|
9818
9836
|
throw new Error(`function<${n}> not available`);
|
|
9819
|
-
const l = e.map((b) =>
|
|
9837
|
+
const l = e.map((b) => ae(o, b));
|
|
9820
9838
|
const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((b) => o.resolvePromise(b));
|
|
9821
9839
|
o.runtime.executePendingJobs();
|
|
9822
9840
|
l.map((b) => b.dispose());
|
|
9823
|
-
const
|
|
9824
|
-
return
|
|
9841
|
+
const u = o.unwrapResult(await c).consume((b) => o.dump(b));
|
|
9842
|
+
return u;
|
|
9825
9843
|
} catch (d) {
|
|
9826
9844
|
var p = d, f = !0;
|
|
9827
9845
|
} finally {
|
|
9828
|
-
|
|
9846
|
+
Oe(m, p, f);
|
|
9829
9847
|
}
|
|
9830
9848
|
}
|
|
9831
9849
|
//--------------------------
|
|
9832
9850
|
// 元素属性
|
|
9833
9851
|
//--------------------------
|
|
9834
|
-
data =
|
|
9852
|
+
data = se();
|
|
9835
9853
|
associateData(n) {
|
|
9836
9854
|
this.data.value = n.value;
|
|
9837
9855
|
}
|
|
@@ -9845,7 +9863,7 @@ class su {
|
|
|
9845
9863
|
);
|
|
9846
9864
|
return;
|
|
9847
9865
|
}
|
|
9848
|
-
return
|
|
9866
|
+
return $e(o, e);
|
|
9849
9867
|
}
|
|
9850
9868
|
setElementProperty(n, e, o) {
|
|
9851
9869
|
const s = this.data.value?.view.nodes[n];
|
|
@@ -9858,7 +9876,7 @@ class su {
|
|
|
9858
9876
|
);
|
|
9859
9877
|
return;
|
|
9860
9878
|
}
|
|
9861
|
-
const i =
|
|
9879
|
+
const i = $e(s, e);
|
|
9862
9880
|
pe(o, i) || (cn(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9863
9881
|
s.basic.id,
|
|
9864
9882
|
e,
|
|
@@ -9917,8 +9935,8 @@ class su {
|
|
|
9917
9935
|
}
|
|
9918
9936
|
}
|
|
9919
9937
|
function tt(t, n, e, o, s) {
|
|
9920
|
-
const i = Nc(), l = jc(), c = Z(),
|
|
9921
|
-
if (
|
|
9938
|
+
const i = Nc(), l = jc(), c = Z(), u = Se(), m = De(), d = Ze(), p = Hc(), f = async (x, _, v, z) => {
|
|
9939
|
+
if (ce(c)) {
|
|
9922
9940
|
if (pe(_, ["settings", "slot"])) {
|
|
9923
9941
|
const T = t.value?.view.nodeLites.find(
|
|
9924
9942
|
(J) => J.id === x
|
|
@@ -9933,7 +9951,7 @@ function tt(t, n, e, o, s) {
|
|
|
9933
9951
|
}
|
|
9934
9952
|
if (await h.callFunctionAsync(
|
|
9935
9953
|
"__triggerEventV1__",
|
|
9936
|
-
|
|
9954
|
+
ie("elementPropertyChangeEvent", x, _.join(".")),
|
|
9937
9955
|
"",
|
|
9938
9956
|
v,
|
|
9939
9957
|
z ?? v
|
|
@@ -9953,21 +9971,21 @@ function tt(t, n, e, o, s) {
|
|
|
9953
9971
|
}
|
|
9954
9972
|
}
|
|
9955
9973
|
}, b = async (x, _, v) => {
|
|
9956
|
-
|
|
9974
|
+
ce(c) && (await h.callFunctionAsync(
|
|
9957
9975
|
"__triggerEventV1__",
|
|
9958
|
-
|
|
9976
|
+
ie("customPropertyChangeEvent", "globality", x),
|
|
9959
9977
|
"",
|
|
9960
9978
|
_,
|
|
9961
9979
|
v ?? _
|
|
9962
9980
|
), await h.parent.callFunctionAsync(
|
|
9963
9981
|
"__triggerEventV1__",
|
|
9964
|
-
|
|
9982
|
+
ie("refPropertyChangeEvent", h.nodeId, x),
|
|
9965
9983
|
"",
|
|
9966
9984
|
_,
|
|
9967
9985
|
v ?? _
|
|
9968
9986
|
), await h.parent.callFunctionAsync(
|
|
9969
9987
|
"__triggerEventV1__",
|
|
9970
|
-
|
|
9988
|
+
ie(
|
|
9971
9989
|
"multipleRefPropertyChangeEvent",
|
|
9972
9990
|
h.nodeId,
|
|
9973
9991
|
x
|
|
@@ -9983,7 +10001,7 @@ function tt(t, n, e, o, s) {
|
|
|
9983
10001
|
v
|
|
9984
10002
|
));
|
|
9985
10003
|
}, g = (x, _, v) => {
|
|
9986
|
-
|
|
10004
|
+
ce(c) && t.value?.code.reactivity && ct(
|
|
9987
10005
|
h,
|
|
9988
10006
|
t.value.code.reactivity,
|
|
9989
10007
|
je({ type: "customSlotProperty", propertyId: x }),
|
|
@@ -9991,9 +10009,9 @@ function tt(t, n, e, o, s) {
|
|
|
9991
10009
|
v
|
|
9992
10010
|
);
|
|
9993
10011
|
}, k = async (x, _, v) => {
|
|
9994
|
-
|
|
10012
|
+
ce(c) && (await h.callFunctionAsync(
|
|
9995
10013
|
"__triggerEventV1__",
|
|
9996
|
-
|
|
10014
|
+
ie("stateChangeEvent", "globality", x),
|
|
9997
10015
|
"",
|
|
9998
10016
|
_,
|
|
9999
10017
|
v ?? _
|
|
@@ -10012,7 +10030,7 @@ function tt(t, n, e, o, s) {
|
|
|
10012
10030
|
i,
|
|
10013
10031
|
l,
|
|
10014
10032
|
c,
|
|
10015
|
-
|
|
10033
|
+
u,
|
|
10016
10034
|
{
|
|
10017
10035
|
onElementPropertyChange: f,
|
|
10018
10036
|
onCustomPropertyChange: b,
|
|
@@ -10022,7 +10040,7 @@ function tt(t, n, e, o, s) {
|
|
|
10022
10040
|
);
|
|
10023
10041
|
if (Jc(h), Ie(() => {
|
|
10024
10042
|
h.dispose();
|
|
10025
|
-
}),
|
|
10043
|
+
}), ce(c)) {
|
|
10026
10044
|
const x = async () => {
|
|
10027
10045
|
h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetCustomSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && await h.createVm(p, t.value.code.script);
|
|
10028
10046
|
};
|
|
@@ -10030,25 +10048,25 @@ function tt(t, n, e, o, s) {
|
|
|
10030
10048
|
x();
|
|
10031
10049
|
});
|
|
10032
10050
|
}
|
|
10033
|
-
|
|
10034
|
-
|
|
10051
|
+
ce(c) && de(
|
|
10052
|
+
m,
|
|
10035
10053
|
async (x, _) => {
|
|
10036
10054
|
const v = mt(x.width), z = mt(_?.width ?? x.width);
|
|
10037
10055
|
await h.callFunctionAsync(
|
|
10038
10056
|
"__triggerEventV1__",
|
|
10039
|
-
|
|
10057
|
+
ie("elementEvent", "globality", "screenSizeChange"),
|
|
10040
10058
|
"",
|
|
10041
10059
|
v,
|
|
10042
10060
|
z
|
|
10043
10061
|
);
|
|
10044
10062
|
},
|
|
10045
10063
|
{ immediate: !0 }
|
|
10046
|
-
),
|
|
10064
|
+
), ce(c) && de(
|
|
10047
10065
|
d,
|
|
10048
10066
|
async (x) => {
|
|
10049
10067
|
await h.callFunctionAsync(
|
|
10050
10068
|
"__triggerEventV1__",
|
|
10051
|
-
|
|
10069
|
+
ie("elementEvent", "globality", "darkModeChange"),
|
|
10052
10070
|
"",
|
|
10053
10071
|
x
|
|
10054
10072
|
);
|
|
@@ -10094,19 +10112,19 @@ export {
|
|
|
10094
10112
|
ma as datePickerV1,
|
|
10095
10113
|
pa as dialogV1,
|
|
10096
10114
|
Jl as directionalLightV1,
|
|
10097
|
-
|
|
10115
|
+
Oc as duplicateNodePair,
|
|
10098
10116
|
zu as duplicateNodePairs,
|
|
10099
10117
|
Iu as elementKeys,
|
|
10100
10118
|
we as elements,
|
|
10101
10119
|
Vu as fileInputV1,
|
|
10102
10120
|
Kt as flexLayoutEntryV1,
|
|
10103
10121
|
Ue as flexLayoutV1,
|
|
10104
|
-
|
|
10122
|
+
Ot as formV1,
|
|
10105
10123
|
E as genId,
|
|
10106
10124
|
Ne as getBreakpointProp,
|
|
10107
|
-
|
|
10125
|
+
$e as getField,
|
|
10108
10126
|
ut as getImplementMethodName,
|
|
10109
|
-
|
|
10127
|
+
Sn as getIndexOfBreakpoint,
|
|
10110
10128
|
Lu as getNodeLite,
|
|
10111
10129
|
ko as getPropertyDefault,
|
|
10112
10130
|
R as getPropertyTag,
|
|
@@ -10118,7 +10136,7 @@ export {
|
|
|
10118
10136
|
A as initNode,
|
|
10119
10137
|
W as initProperties,
|
|
10120
10138
|
Ze as injectDark,
|
|
10121
|
-
|
|
10139
|
+
le as injectData,
|
|
10122
10140
|
Gc as injectDepends,
|
|
10123
10141
|
De as injectDevice,
|
|
10124
10142
|
jc as injectEnv,
|
|
@@ -10127,9 +10145,9 @@ export {
|
|
|
10127
10145
|
Nc as injectOrg,
|
|
10128
10146
|
Hc as injectRuntime,
|
|
10129
10147
|
ve as injectSandbox,
|
|
10130
|
-
|
|
10148
|
+
Se as injectType,
|
|
10131
10149
|
Ye as isCircularReference,
|
|
10132
|
-
|
|
10150
|
+
ce as isExecutableMode,
|
|
10133
10151
|
Ki as isLocaleOfEventKind,
|
|
10134
10152
|
Ri as isLocaleOfMethodKind,
|
|
10135
10153
|
Bi as isLocaleOfPropertyKind,
|
|
@@ -10139,15 +10157,15 @@ export {
|
|
|
10139
10157
|
Bl as keyboardControlsV1,
|
|
10140
10158
|
At as lineChartV1,
|
|
10141
10159
|
om as loadLocaleMessageRuntime,
|
|
10142
|
-
|
|
10160
|
+
ie as makeEventId,
|
|
10143
10161
|
Zu as makeEventKeyOfCustomSlot,
|
|
10144
10162
|
Xu as makeEventKeyOfElementSlot,
|
|
10145
10163
|
Uc as makeMethodId,
|
|
10146
10164
|
Uu as makeMethodKeyOfCustomSlot,
|
|
10147
10165
|
Hu as makeMethodKeyOfElementSlot,
|
|
10148
|
-
|
|
10166
|
+
Fu as makePropertyId,
|
|
10149
10167
|
ju as makePropertyKeyOfCustomSlot,
|
|
10150
|
-
|
|
10168
|
+
Ou as makePropertyKeyOfElementSlot,
|
|
10151
10169
|
em as makeSlotId,
|
|
10152
10170
|
je as makeTriggerId,
|
|
10153
10171
|
Rl as mapControlsV1,
|
|
@@ -10168,7 +10186,7 @@ export {
|
|
|
10168
10186
|
It as parsePercentStr,
|
|
10169
10187
|
fu as parsePixelStr,
|
|
10170
10188
|
Wl as perspectiveCameraV1,
|
|
10171
|
-
|
|
10189
|
+
Fc as pkgs,
|
|
10172
10190
|
Ul as pointLightV1,
|
|
10173
10191
|
Wu as provideDark,
|
|
10174
10192
|
Pe as provideData,
|
|
@@ -10184,12 +10202,12 @@ export {
|
|
|
10184
10202
|
Gt as radioGroupV1,
|
|
10185
10203
|
jt as radioV1,
|
|
10186
10204
|
Ia as rangeSliderV1,
|
|
10187
|
-
|
|
10205
|
+
Sa as ratingV1,
|
|
10188
10206
|
Ga as referenceV1,
|
|
10189
|
-
|
|
10207
|
+
$ as regElement,
|
|
10190
10208
|
Ha as renderSwitchV1,
|
|
10191
10209
|
Ai as reverseBreakpoints,
|
|
10192
|
-
|
|
10210
|
+
$a as selectV1,
|
|
10193
10211
|
cn as setField,
|
|
10194
10212
|
Ca as sliderV1,
|
|
10195
10213
|
Ja as slotV1,
|
|
@@ -10204,15 +10222,15 @@ export {
|
|
|
10204
10222
|
Ta as switchV1,
|
|
10205
10223
|
Yt as tabV1,
|
|
10206
10224
|
Zt as tabsV1,
|
|
10207
|
-
|
|
10225
|
+
Ft as textFieldV1,
|
|
10208
10226
|
Ve as textV1,
|
|
10209
10227
|
Qt as textareaV1,
|
|
10210
10228
|
en as timelineItemV1,
|
|
10211
10229
|
tn as timelineV1,
|
|
10212
10230
|
Cu as toEventName,
|
|
10213
|
-
|
|
10231
|
+
$u as toMethodName,
|
|
10214
10232
|
M as toNodeLite,
|
|
10215
|
-
|
|
10233
|
+
Su as toPropertyName,
|
|
10216
10234
|
ct as triggerReactivity,
|
|
10217
10235
|
Xc as unwrapEventId,
|
|
10218
10236
|
Qu as unwrapEventKeyOfCustomSlot,
|