x-runtime-lib 0.8.83 → 0.8.85
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 +567 -711
- package/dist/types/element.d.ts +18 -40
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15,24 +15,24 @@ var we = (t, e, n) => {
|
|
|
15
15
|
} else n && t.push([n]);
|
|
16
16
|
return e;
|
|
17
17
|
}, Ve = (t, e, n) => {
|
|
18
|
-
var o = typeof SuppressedError == "function" ? SuppressedError : function(a, c,
|
|
19
|
-
return
|
|
18
|
+
var o = typeof SuppressedError == "function" ? SuppressedError : function(a, c, p, m) {
|
|
19
|
+
return m = Error(p), m.name = "SuppressedError", m.error = a, m.suppressed = c, m;
|
|
20
20
|
}, s = (a) => e = n ? new o(a, e, "An error was suppressed during disposal") : (n = !0, a), r = (a) => {
|
|
21
21
|
for (; a = t.pop(); )
|
|
22
22
|
try {
|
|
23
23
|
var c = a[1] && a[1].call(a[2]);
|
|
24
|
-
if (a[0]) return Promise.resolve(c).then(r, (
|
|
25
|
-
} catch (
|
|
26
|
-
s(
|
|
24
|
+
if (a[0]) return Promise.resolve(c).then(r, (p) => (s(p), r()));
|
|
25
|
+
} catch (p) {
|
|
26
|
+
s(p);
|
|
27
27
|
}
|
|
28
28
|
if (n) throw e;
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as $, createElementBlock as te, renderSlot as B, unref as i, openBlock as
|
|
33
|
-
import { globalObjects as
|
|
34
|
-
import { CameraHelper as
|
|
35
|
-
import { c as M, i as ce, q as Ne, u as
|
|
32
|
+
import { defineComponent as $, createElementBlock as te, renderSlot as B, unref as i, openBlock as h, createElementVNode as Y, computed as v, normalizeStyle as ee, ref as oe, watchEffect as pe, watch as re, onBeforeMount as Zo, onUnmounted as Ge, createBlock as w, withCtx as _, createCommentVNode as ne, useTemplateRef as ao, onMounted as co, nextTick as uo, useAttrs as Qo, h as ae, resolveComponent as A, createVNode as W, isRef as J, createSlots as Wn, renderList as er, useId as po, withModifiers as tr, normalizeClass as nr, toDisplayString as ir, inject as se, provide as le, readonly as Dn } from "vue";
|
|
33
|
+
import { globalObjects as he, waitUtil as mo, useViewStack as yo, eventBus as fo, messageInfo as or, messageSuccess as rr, messageWarning as bo, messageError as go, createAxios as sr, openConfirmDlg as lr, openPromptDlg as ar } from "x-essential-lib";
|
|
34
|
+
import { CameraHelper as ho, DirectionalLightHelper as cr, PointLightHelper as ur, SpotLightHelper as pr } from "three";
|
|
35
|
+
import { c as M, i as ce, q as Ne, u as mr, r as xo, e as vo, a as dr, b as yr, d as fr, f as br, g as gr, h as hr, j as xr, k as vr, l as ko, X as kr, Y as _r, K as wr, m as Vr, n as Sr, o as $r, p as Ir } from "./vendor.eh9kttp2.js";
|
|
36
36
|
import { useTheme as Cr } from "vuetify";
|
|
37
37
|
import { getErrorMessage as Pr } from "x-error-lib";
|
|
38
38
|
import { useI18n as _o } from "vue-i18n";
|
|
@@ -203,24 +203,24 @@ function Br(t) {
|
|
|
203
203
|
return !0;
|
|
204
204
|
}
|
|
205
205
|
function Nn(t, e, n) {
|
|
206
|
-
const { i18n: o } =
|
|
206
|
+
const { i18n: o } = he;
|
|
207
207
|
let s = "";
|
|
208
208
|
return t && (s += t + " / "), e.forEach((r, a) => {
|
|
209
209
|
a > 0 && (s += " - "), n ? s += o.global.t(r) : s += r;
|
|
210
210
|
}), s;
|
|
211
211
|
}
|
|
212
212
|
function Qu(t, e) {
|
|
213
|
-
const { i18n: n } =
|
|
213
|
+
const { i18n: n } = he;
|
|
214
214
|
let o = "";
|
|
215
215
|
return t === "elementProperty" || (t === "referenceProperty" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefProperty" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customProperty" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), Nn(o, e, Lr(t));
|
|
216
216
|
}
|
|
217
|
-
function
|
|
218
|
-
const { i18n: n } =
|
|
217
|
+
function ep(t, e) {
|
|
218
|
+
const { i18n: n } = he;
|
|
219
219
|
let o = "";
|
|
220
220
|
return t === "elementMethod" || (t === "referenceMethod" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefMethod" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customMethod" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = n.global.t("x-runtime-lib.slot") : console.assert(!1)), Nn(o, e, Er(t));
|
|
221
221
|
}
|
|
222
|
-
function
|
|
223
|
-
const { i18n: n } =
|
|
222
|
+
function tp(t, e) {
|
|
223
|
+
const { i18n: n } = he;
|
|
224
224
|
let o = "";
|
|
225
225
|
return t === "elementEvent" || (t === "referenceEvent" ? o = n.global.t("x-runtime-lib.reference") : t === "multipleRefEvent" ? o = n.global.t("x-runtime-lib.multipleRef") : t === "customEvent" ? o = n.global.t("x-runtime-lib.custom") : t === "elementSlotEvent" || t === "customSlotEvent" ? o = n.global.t("x-runtime-lib.slot") : t === "elementPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = n.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.customPropertyChange") : t === "elementSlotPropertyChangeEvent" || t === "customSlotPropertyChangeEvent" ? o = n.global.t("x-runtime-lib.slotPropertyChange") : t === "stateChangeEvent" ? o = n.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Nn(o, e, Br(t));
|
|
226
226
|
}
|
|
@@ -235,7 +235,7 @@ const Ee = {}, V = (t) => {
|
|
|
235
235
|
},
|
|
236
236
|
setup(t) {
|
|
237
237
|
const e = H();
|
|
238
|
-
return (n, o) => i(e) === "editor" ? (
|
|
238
|
+
return (n, o) => i(e) === "editor" ? (h(), te("TresMesh", {
|
|
239
239
|
key: 0,
|
|
240
240
|
position: t.position,
|
|
241
241
|
rotation: t.rotation,
|
|
@@ -267,7 +267,7 @@ const Ee = {}, V = (t) => {
|
|
|
267
267
|
pointerEvents: "auto",
|
|
268
268
|
userSelect: "none"
|
|
269
269
|
}));
|
|
270
|
-
return (s, r) => i(e) === "editor" ? (
|
|
270
|
+
return (s, r) => i(e) === "editor" ? (h(), te("div", {
|
|
271
271
|
key: 0,
|
|
272
272
|
style: ee(n.value)
|
|
273
273
|
}, [
|
|
@@ -292,13 +292,13 @@ const Ee = {}, V = (t) => {
|
|
|
292
292
|
};
|
|
293
293
|
function l(t, e, n) {
|
|
294
294
|
const o = fe(), s = oe();
|
|
295
|
-
return
|
|
295
|
+
return pe(() => {
|
|
296
296
|
s.value = Mr(o, t.node, e, n);
|
|
297
297
|
}), re(s, (r, a) => {
|
|
298
298
|
ce(r, a) || Wr(o, t.node, e, s.value, n);
|
|
299
299
|
}), { property: s };
|
|
300
300
|
}
|
|
301
|
-
function
|
|
301
|
+
function me(t) {
|
|
302
302
|
const { property: e } = l(t, [
|
|
303
303
|
"transform",
|
|
304
304
|
"position",
|
|
@@ -327,27 +327,27 @@ function pe(t) {
|
|
|
327
327
|
"transform",
|
|
328
328
|
"scale",
|
|
329
329
|
"x"
|
|
330
|
-
]), { property:
|
|
330
|
+
]), { property: p } = l(t, [
|
|
331
331
|
"transform",
|
|
332
332
|
"scale",
|
|
333
333
|
"y"
|
|
334
|
-
]), { property:
|
|
334
|
+
]), { property: m } = l(t, [
|
|
335
335
|
"transform",
|
|
336
336
|
"scale",
|
|
337
337
|
"z"
|
|
338
338
|
]), u = oe([0, 0, 0]), d = oe([0, 0, 0]), y = oe([1, 1, 1]);
|
|
339
|
-
return
|
|
339
|
+
return pe(() => {
|
|
340
340
|
u.value = [e.value, n.value, o.value];
|
|
341
|
-
}),
|
|
341
|
+
}), pe(() => {
|
|
342
342
|
e.value = u.value[0], n.value = u.value[1], o.value = u.value[2];
|
|
343
|
-
}),
|
|
343
|
+
}), pe(() => {
|
|
344
344
|
d.value = [s.value, r.value, a.value];
|
|
345
|
-
}),
|
|
345
|
+
}), pe(() => {
|
|
346
346
|
s.value = d.value[0], r.value = d.value[1], a.value = d.value[2];
|
|
347
|
-
}),
|
|
348
|
-
y.value = [c.value,
|
|
349
|
-
}),
|
|
350
|
-
c.value = y.value[0],
|
|
347
|
+
}), pe(() => {
|
|
348
|
+
y.value = [c.value, p.value, m.value];
|
|
349
|
+
}), pe(() => {
|
|
350
|
+
c.value = y.value[0], p.value = y.value[1], m.value = y.value[2];
|
|
351
351
|
}), { position: u, rotation: d, scale: y };
|
|
352
352
|
}
|
|
353
353
|
function So(t) {
|
|
@@ -404,23 +404,23 @@ function Po(t) {
|
|
|
404
404
|
}
|
|
405
405
|
function K(t) {
|
|
406
406
|
const { computedThemes: e } = Cr(), n = je(), o = v(() => t.value?.mode), s = v(() => {
|
|
407
|
-
const
|
|
408
|
-
return
|
|
407
|
+
const m = t.value?.theme;
|
|
408
|
+
return m ? m === "background0" ? n.value ? "#2e2e2e" : "#bdbdbd" : m === "background1" ? n.value ? "#272727" : "#eeeeee" : m === "background2" ? n.value ? "#1e1e1e" : "#ffffff" : (n.value ? e.value.dark : e.value.light).colors[m] : void 0;
|
|
409
409
|
}), r = v(() => n.value ? t.value.custom?.dark : t.value.custom?.light), a = v(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = v(() => {
|
|
410
|
-
const
|
|
411
|
-
return !
|
|
412
|
-
}),
|
|
413
|
-
const
|
|
414
|
-
return
|
|
410
|
+
const m = a.value;
|
|
411
|
+
return !m.startsWith("#") || m.length < 7 ? "" : m.substring(0, 7);
|
|
412
|
+
}), p = v(() => {
|
|
413
|
+
const m = a.value;
|
|
414
|
+
return m.startsWith("#") ? m.length < 9 ? 1 : parseInt(m.substring(7, 9)) / 255 : 0;
|
|
415
415
|
});
|
|
416
|
-
return { color: a, rgb: c, alpha:
|
|
416
|
+
return { color: a, rgb: c, alpha: p };
|
|
417
417
|
}
|
|
418
418
|
function jn(t) {
|
|
419
|
-
const e = v(() => t.node.border?.style), n = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } = K(o), r = v(() => t.node.border?.roundRadius?.tl), a = v(() => t.node.border?.roundRadius?.tr), c = v(() => t.node.border?.roundRadius?.bl),
|
|
420
|
-
function
|
|
421
|
-
e.value && (u.borderStyle = e.value), n.value && (u.borderWidth = n.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value),
|
|
419
|
+
const e = v(() => t.node.border?.style), n = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } = K(o), r = v(() => t.node.border?.roundRadius?.tl), a = v(() => t.node.border?.roundRadius?.tr), c = v(() => t.node.border?.roundRadius?.bl), p = v(() => t.node.border?.roundRadius?.br);
|
|
420
|
+
function m(u) {
|
|
421
|
+
e.value && (u.borderStyle = e.value), n.value && (u.borderWidth = n.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), p.value && (u.borderBottomRightRadius = p.value);
|
|
422
422
|
}
|
|
423
|
-
return { borderStyle: e, borderWidth: n, borderColor: s, applyBorder:
|
|
423
|
+
return { borderStyle: e, borderWidth: n, borderColor: s, applyBorder: m };
|
|
424
424
|
}
|
|
425
425
|
function Hn(t) {
|
|
426
426
|
const e = v(() => t.node.margin?.top), n = v(() => t.node.margin?.left), o = v(() => t.node.margin?.bottom), s = v(() => t.node.margin?.right);
|
|
@@ -451,7 +451,7 @@ function de(t) {
|
|
|
451
451
|
return u / 100 * n.value.height + "px";
|
|
452
452
|
}
|
|
453
453
|
return t.node.size?.minHeight;
|
|
454
|
-
}),
|
|
454
|
+
}), p = v(() => {
|
|
455
455
|
if (t.outer && e === "editor") {
|
|
456
456
|
const u = nn(t.node.size?.maxHeight);
|
|
457
457
|
if (u)
|
|
@@ -459,10 +459,10 @@ function de(t) {
|
|
|
459
459
|
}
|
|
460
460
|
return t.node.size?.maxHeight;
|
|
461
461
|
});
|
|
462
|
-
function
|
|
463
|
-
o.value && (u.width = o.value), s.value && (u.minWidth = s.value), r.value && (u.maxWidth = r.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value),
|
|
462
|
+
function m(u) {
|
|
463
|
+
o.value && (u.width = o.value), s.value && (u.minWidth = s.value), r.value && (u.maxWidth = r.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value), p.value && (u.maxHeight = p.value);
|
|
464
464
|
}
|
|
465
|
-
return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight:
|
|
465
|
+
return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: p, applySize: m };
|
|
466
466
|
}
|
|
467
467
|
function Ue(t, e, n) {
|
|
468
468
|
const o = fe();
|
|
@@ -486,8 +486,8 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
486
486
|
outer: { type: Boolean }
|
|
487
487
|
},
|
|
488
488
|
setup(t) {
|
|
489
|
-
const e = t, n = H(), { position: o, rotation: s, scale: r } =
|
|
490
|
-
return (y, b) => (
|
|
489
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "bottom"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: m } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: d } = l(e, ["settings", "top"]);
|
|
490
|
+
return (y, b) => (h(), w(i(ve), {
|
|
491
491
|
position: i(o),
|
|
492
492
|
rotation: i(s),
|
|
493
493
|
scale: i(r)
|
|
@@ -496,17 +496,17 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
496
496
|
Y("TresOrthographicCamera", {
|
|
497
497
|
bottom: i(a),
|
|
498
498
|
far: i(c),
|
|
499
|
-
left: i(
|
|
500
|
-
near: i(
|
|
499
|
+
left: i(p),
|
|
500
|
+
near: i(m),
|
|
501
501
|
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
502
502
|
right: i(u),
|
|
503
503
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
504
504
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1],
|
|
505
505
|
top: i(d)
|
|
506
506
|
}, [
|
|
507
|
-
i(n) === "editor" ? (
|
|
507
|
+
i(n) === "editor" ? (h(), w(i(Ne), {
|
|
508
508
|
key: 0,
|
|
509
|
-
type: i(
|
|
509
|
+
type: i(ho)
|
|
510
510
|
}, null, 8, ["type"])) : ne("", !0),
|
|
511
511
|
B(y.$slots, "default")
|
|
512
512
|
], 8, Dr)
|
|
@@ -521,8 +521,8 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
521
521
|
outer: { type: Boolean }
|
|
522
522
|
},
|
|
523
523
|
setup(t) {
|
|
524
|
-
const e = t, n = H(), { position: o, rotation: s, scale: r } =
|
|
525
|
-
return (u, d) => (
|
|
524
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "aspect"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: m } = l(e, ["settings", "near"]);
|
|
525
|
+
return (u, d) => (h(), w(i(ve), {
|
|
526
526
|
position: i(o),
|
|
527
527
|
rotation: i(s),
|
|
528
528
|
scale: i(r)
|
|
@@ -531,15 +531,15 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
531
531
|
Y("TresPerspectiveCamera", {
|
|
532
532
|
aspect: i(a),
|
|
533
533
|
far: i(c),
|
|
534
|
-
fov: i(
|
|
535
|
-
near: i(
|
|
534
|
+
fov: i(p),
|
|
535
|
+
near: i(m),
|
|
536
536
|
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
537
537
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
538
538
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
539
539
|
}, [
|
|
540
|
-
i(n) === "editor" ? (
|
|
540
|
+
i(n) === "editor" ? (h(), w(i(Ne), {
|
|
541
541
|
key: 0,
|
|
542
|
-
type: i(
|
|
542
|
+
type: i(ho)
|
|
543
543
|
}, null, 8, ["type"])) : ne("", !0),
|
|
544
544
|
B(u.$slots, "default")
|
|
545
545
|
], 8, Gr)
|
|
@@ -564,7 +564,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
564
564
|
"settings",
|
|
565
565
|
"widthSegements"
|
|
566
566
|
]);
|
|
567
|
-
return (
|
|
567
|
+
return (p, m) => (h(), te("TresBoxGeometry", {
|
|
568
568
|
args: [
|
|
569
569
|
i(a),
|
|
570
570
|
i(s),
|
|
@@ -602,14 +602,14 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
602
602
|
]), { property: c } = l(e, [
|
|
603
603
|
"settings",
|
|
604
604
|
"thetaStart"
|
|
605
|
-
]), { property:
|
|
605
|
+
]), { property: p } = l(e, [
|
|
606
606
|
"settings",
|
|
607
607
|
"widthSegments"
|
|
608
608
|
]);
|
|
609
|
-
return (
|
|
609
|
+
return (m, u) => (h(), te("TresSphereGeometry", {
|
|
610
610
|
args: [
|
|
611
611
|
i(r),
|
|
612
|
-
i(
|
|
612
|
+
i(p),
|
|
613
613
|
i(n),
|
|
614
614
|
i(s),
|
|
615
615
|
i(o),
|
|
@@ -625,11 +625,11 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
625
625
|
outer: { type: Boolean }
|
|
626
626
|
},
|
|
627
627
|
setup(t) {
|
|
628
|
-
const e = t, n = H(), { position: o, rotation: s, scale: r } =
|
|
628
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "color"]), { color: c } = K(a), { property: p } = l(e, [
|
|
629
629
|
"settings",
|
|
630
630
|
"intensity"
|
|
631
631
|
]);
|
|
632
|
-
return (
|
|
632
|
+
return (m, u) => (h(), w(i(ve), {
|
|
633
633
|
position: i(o),
|
|
634
634
|
rotation: i(s),
|
|
635
635
|
scale: i(r)
|
|
@@ -637,12 +637,12 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
637
637
|
default: _(() => [
|
|
638
638
|
Y("TresAmbientLight", {
|
|
639
639
|
color: i(c),
|
|
640
|
-
intensity: i(
|
|
640
|
+
intensity: i(p),
|
|
641
641
|
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
642
642
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
643
643
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
644
644
|
}, [
|
|
645
|
-
B(
|
|
645
|
+
B(m.$slots, "default")
|
|
646
646
|
], 8, Ur)
|
|
647
647
|
]),
|
|
648
648
|
_: 3
|
|
@@ -655,11 +655,11 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
655
655
|
outer: { type: Boolean }
|
|
656
656
|
},
|
|
657
657
|
setup(t) {
|
|
658
|
-
const e = t, n = H(), { position: o, rotation: s, scale: r } =
|
|
658
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "color"]), { color: c } = K(a), { property: p } = l(e, [
|
|
659
659
|
"settings",
|
|
660
660
|
"intensity"
|
|
661
661
|
]);
|
|
662
|
-
return (
|
|
662
|
+
return (m, u) => (h(), w(i(ve), {
|
|
663
663
|
position: i(o),
|
|
664
664
|
rotation: i(s),
|
|
665
665
|
scale: i(r)
|
|
@@ -667,16 +667,16 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
667
667
|
default: _(() => [
|
|
668
668
|
Y("TresDirectionalLight", {
|
|
669
669
|
color: i(c),
|
|
670
|
-
intensity: i(
|
|
670
|
+
intensity: i(p),
|
|
671
671
|
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
672
672
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
673
673
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
674
674
|
}, [
|
|
675
|
-
i(n) === "editor" ? (
|
|
675
|
+
i(n) === "editor" ? (h(), w(i(Ne), {
|
|
676
676
|
key: 0,
|
|
677
677
|
type: i(cr)
|
|
678
678
|
}, null, 8, ["type"])) : ne("", !0),
|
|
679
|
-
B(
|
|
679
|
+
B(m.$slots, "default")
|
|
680
680
|
], 8, qr)
|
|
681
681
|
]),
|
|
682
682
|
_: 3
|
|
@@ -689,14 +689,14 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
689
689
|
outer: { type: Boolean }
|
|
690
690
|
},
|
|
691
691
|
setup(t) {
|
|
692
|
-
const e = t, n = H(), { position: o, rotation: s, scale: r } =
|
|
692
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "color"]), { color: c } = K(a), { property: p } = l(e, ["settings", "decay"]), { property: m } = l(e, [
|
|
693
693
|
"settings",
|
|
694
694
|
"distance"
|
|
695
695
|
]), { property: u } = l(e, [
|
|
696
696
|
"settings",
|
|
697
697
|
"intensity"
|
|
698
698
|
]);
|
|
699
|
-
return (d, y) => (
|
|
699
|
+
return (d, y) => (h(), w(i(ve), {
|
|
700
700
|
position: i(o),
|
|
701
701
|
rotation: i(s),
|
|
702
702
|
scale: i(r)
|
|
@@ -704,14 +704,14 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
704
704
|
default: _(() => [
|
|
705
705
|
Y("TresPointLight", {
|
|
706
706
|
color: i(c),
|
|
707
|
-
decay: i(
|
|
708
|
-
distance: i(
|
|
707
|
+
decay: i(p),
|
|
708
|
+
distance: i(m),
|
|
709
709
|
intensity: i(u),
|
|
710
710
|
position: i(n) !== "editor" ? i(o) : [0, 0, 0],
|
|
711
711
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
712
712
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
713
713
|
}, [
|
|
714
|
-
i(n) === "editor" ? (
|
|
714
|
+
i(n) === "editor" ? (h(), w(i(Ne), {
|
|
715
715
|
key: 0,
|
|
716
716
|
type: i(ur)
|
|
717
717
|
}, null, 8, ["type"])) : ne("", !0),
|
|
@@ -728,7 +728,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
728
728
|
outer: { type: Boolean }
|
|
729
729
|
},
|
|
730
730
|
setup(t) {
|
|
731
|
-
const e = t, n = H(), { position: o, rotation: s, scale: r } =
|
|
731
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e), { property: a } = l(e, ["settings", "angle"]), { property: c } = l(e, ["settings", "color"]), { color: p } = K(c), { property: m } = l(e, ["settings", "decay"]), { property: u } = l(e, [
|
|
732
732
|
"settings",
|
|
733
733
|
"distance"
|
|
734
734
|
]), { property: d } = l(e, [
|
|
@@ -738,7 +738,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
738
738
|
"settings",
|
|
739
739
|
"penumbra"
|
|
740
740
|
]);
|
|
741
|
-
return (b,
|
|
741
|
+
return (b, g) => (h(), w(i(ve), {
|
|
742
742
|
position: i(o),
|
|
743
743
|
rotation: i(s),
|
|
744
744
|
scale: i(r)
|
|
@@ -746,8 +746,8 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
746
746
|
default: _(() => [
|
|
747
747
|
Y("TresSpotLight", {
|
|
748
748
|
angle: i(a),
|
|
749
|
-
color: i(
|
|
750
|
-
decay: i(
|
|
749
|
+
color: i(p),
|
|
750
|
+
decay: i(m),
|
|
751
751
|
distance: i(u),
|
|
752
752
|
intensity: i(d),
|
|
753
753
|
penumbra: i(y),
|
|
@@ -755,9 +755,9 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
755
755
|
rotation: i(n) !== "editor" ? i(s) : [0, 0, 0],
|
|
756
756
|
scale: i(n) !== "editor" ? i(r) : [1, 1, 1]
|
|
757
757
|
}, [
|
|
758
|
-
i(n) === "editor" ? (
|
|
758
|
+
i(n) === "editor" ? (h(), w(i(Ne), {
|
|
759
759
|
key: 0,
|
|
760
|
-
type: i(
|
|
760
|
+
type: i(pr)
|
|
761
761
|
}, null, 8, ["type"])) : ne("", !0),
|
|
762
762
|
B(b.$slots, "default")
|
|
763
763
|
], 8, Qr)
|
|
@@ -767,7 +767,7 @@ const Dr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
767
767
|
}
|
|
768
768
|
}), ts = {};
|
|
769
769
|
function ns(t, e) {
|
|
770
|
-
return
|
|
770
|
+
return h(), te("TresMeshBasicMaterial");
|
|
771
771
|
}
|
|
772
772
|
const is = /* @__PURE__ */ Te(ts, [["render", ns]]), os = ["position", "rotation", "scale"], rs = /* @__PURE__ */ $({
|
|
773
773
|
__name: "index",
|
|
@@ -776,8 +776,8 @@ const is = /* @__PURE__ */ Te(ts, [["render", ns]]), os = ["position", "rotation
|
|
|
776
776
|
outer: { type: Boolean }
|
|
777
777
|
},
|
|
778
778
|
setup(t) {
|
|
779
|
-
const e = t, n = H(), { position: o, rotation: s, scale: r } =
|
|
780
|
-
return (a, c) => (
|
|
779
|
+
const e = t, n = H(), { position: o, rotation: s, scale: r } = me(e);
|
|
780
|
+
return (a, c) => (h(), w(i(ve), {
|
|
781
781
|
position: i(o),
|
|
782
782
|
rotation: i(s),
|
|
783
783
|
scale: i(r)
|
|
@@ -801,8 +801,8 @@ const is = /* @__PURE__ */ Te(ts, [["render", ns]]), os = ["position", "rotation
|
|
|
801
801
|
outer: { type: Boolean }
|
|
802
802
|
},
|
|
803
803
|
setup(t) {
|
|
804
|
-
const e = t, { position: n, rotation: o, scale: s } =
|
|
805
|
-
return (r, a) => (
|
|
804
|
+
const e = t, { position: n, rotation: o, scale: s } = me(e);
|
|
805
|
+
return (r, a) => (h(), te("TresMesh", {
|
|
806
806
|
position: i(n),
|
|
807
807
|
rotation: i(o),
|
|
808
808
|
scale: i(s)
|
|
@@ -810,18 +810,18 @@ const is = /* @__PURE__ */ Te(ts, [["render", ns]]), os = ["position", "rotation
|
|
|
810
810
|
B(r.$slots, "default")
|
|
811
811
|
], 8, ss));
|
|
812
812
|
}
|
|
813
|
-
}), as = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#242424", us = {},
|
|
813
|
+
}), as = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#242424", us = {}, ps = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ms = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ds = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ys = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ws = { 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" } }, Vs = { 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)" } } }, Ss = { 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)" } } }, $s = { 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"] } } }, Is = { 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"] } } }, Cs = { 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"] } } }, Ps = { 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"] } } }, Ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, zs = { textStyle: { color: "#eeeeee" } }, As = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Ls = { 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" } } }, Es = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Bs = { 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" } }, Rs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ms = {
|
|
814
814
|
color: as,
|
|
815
815
|
backgroundColor: cs,
|
|
816
816
|
textStyle: us,
|
|
817
|
-
title:
|
|
818
|
-
line:
|
|
817
|
+
title: ps,
|
|
818
|
+
line: ms,
|
|
819
819
|
radar: ds,
|
|
820
820
|
bar: ys,
|
|
821
821
|
pie: fs,
|
|
822
822
|
scatter: bs,
|
|
823
|
-
boxplot:
|
|
824
|
-
parallel:
|
|
823
|
+
boxplot: gs,
|
|
824
|
+
parallel: hs,
|
|
825
825
|
sankey: xs,
|
|
826
826
|
funnel: vs,
|
|
827
827
|
gauge: ks,
|
|
@@ -840,7 +840,7 @@ const is = /* @__PURE__ */ Te(ts, [["render", ns]]), os = ["position", "rotation
|
|
|
840
840
|
visualMap: Es,
|
|
841
841
|
dataZoom: Bs,
|
|
842
842
|
markPoint: Rs
|
|
843
|
-
}, Ws = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ds = "#f5f5f5", Fs = {}, Gs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Ns = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Hs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zs = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Qs = { 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" } }, el = { 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)" } } }, tl = { 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)" } } }, nl = { 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"] } } }, il = { 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"] } } }, ol = { 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"] } } }, rl = { 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"] } } }, sl = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ll = { textStyle: { color: "#333333" } }, al = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, cl = { 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" } } }, ul = { color: ["#bf444c", "#d88273", "#f6efa6"] },
|
|
843
|
+
}, Ws = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ds = "#f5f5f5", Fs = {}, Gs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Ns = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Hs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zs = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Qs = { 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" } }, el = { 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)" } } }, tl = { 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)" } } }, nl = { 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"] } } }, il = { 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"] } } }, ol = { 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"] } } }, rl = { 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"] } } }, sl = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ll = { textStyle: { color: "#333333" } }, al = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, cl = { 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" } } }, ul = { color: ["#bf444c", "#d88273", "#f6efa6"] }, pl = { 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" } }, ml = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, dl = {
|
|
844
844
|
color: Ws,
|
|
845
845
|
backgroundColor: Ds,
|
|
846
846
|
textStyle: Fs,
|
|
@@ -868,16 +868,16 @@ const is = /* @__PURE__ */ Te(ts, [["render", ns]]), os = ["position", "rotation
|
|
|
868
868
|
tooltip: al,
|
|
869
869
|
timeline: cl,
|
|
870
870
|
visualMap: ul,
|
|
871
|
-
dataZoom:
|
|
872
|
-
markPoint:
|
|
871
|
+
dataZoom: pl,
|
|
872
|
+
markPoint: ml
|
|
873
873
|
};
|
|
874
|
-
|
|
874
|
+
mr([
|
|
875
875
|
dr,
|
|
876
876
|
yr,
|
|
877
877
|
fr,
|
|
878
878
|
br,
|
|
879
|
-
hr,
|
|
880
879
|
gr,
|
|
880
|
+
hr,
|
|
881
881
|
xr,
|
|
882
882
|
vr
|
|
883
883
|
]);
|
|
@@ -890,7 +890,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
890
890
|
outer: { type: Boolean }
|
|
891
891
|
},
|
|
892
892
|
setup(t) {
|
|
893
|
-
const e = t, n = ze(), o = je(), s = ye(), r = ke(), { width: a, minWidth: c, maxWidth:
|
|
893
|
+
const e = t, n = ze(), o = je(), s = ye(), r = ke(), { width: a, minWidth: c, maxWidth: p, height: m, minHeight: u, maxHeight: d, applySize: y } = de(e), { applyTitle: b } = Io(e), { applyXAxis: g } = Co(e), { applyYAxis: k } = Po(e), { applyLegend: x } = So(e), { applySeries: S } = $o(e), I = v(() => {
|
|
894
894
|
const C = {}, N = r.value.type;
|
|
895
895
|
return s === "page" ? N === "common" ? y(C) : console.assert(!1) : s === "comp" && N === "common" ? y(C) : console.assert(!1), C;
|
|
896
896
|
}), P = ao("chart");
|
|
@@ -903,10 +903,10 @@ const yl = /* @__PURE__ */ $({
|
|
|
903
903
|
E?.resize();
|
|
904
904
|
}, R = () => {
|
|
905
905
|
const C = {};
|
|
906
|
-
b(C),
|
|
906
|
+
b(C), g(C), k(C), x(C), S(C), E?.setOption(C, !0);
|
|
907
907
|
};
|
|
908
908
|
return co(async () => {
|
|
909
|
-
window.addEventListener("resize", j, !1), await
|
|
909
|
+
window.addEventListener("resize", j, !1), await mo(() => !!P.value), D(), R();
|
|
910
910
|
}), Ge(() => {
|
|
911
911
|
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
912
912
|
}), re(
|
|
@@ -915,8 +915,8 @@ const yl = /* @__PURE__ */ $({
|
|
|
915
915
|
() => n.value.height,
|
|
916
916
|
a,
|
|
917
917
|
c,
|
|
918
|
-
m,
|
|
919
918
|
p,
|
|
919
|
+
m,
|
|
920
920
|
u,
|
|
921
921
|
d
|
|
922
922
|
],
|
|
@@ -931,7 +931,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
931
931
|
R();
|
|
932
932
|
},
|
|
933
933
|
{ deep: !0 }
|
|
934
|
-
), (C, N) => (
|
|
934
|
+
), (C, N) => (h(), w(i(F), { block: "" }, {
|
|
935
935
|
default: _(() => [
|
|
936
936
|
Y("div", {
|
|
937
937
|
ref: "chart",
|
|
@@ -948,7 +948,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
948
948
|
outer: { type: Boolean }
|
|
949
949
|
},
|
|
950
950
|
setup(t) {
|
|
951
|
-
const e = t, n = ze(), o = je(), s = ye(), r = ke(), { width: a, minWidth: c, maxWidth:
|
|
951
|
+
const e = t, n = ze(), o = je(), s = ye(), r = ke(), { width: a, minWidth: c, maxWidth: p, height: m, minHeight: u, maxHeight: d, applySize: y } = de(e), { applyTitle: b } = Io(e), { applyXAxis: g } = Co(e), { applyYAxis: k } = Po(e), { applyLegend: x } = So(e), { applySeries: S } = $o(e), I = v(() => {
|
|
952
952
|
const C = {}, N = r.value.type;
|
|
953
953
|
return s === "page" ? N === "common" ? y(C) : console.assert(!1) : s === "comp" && N === "common" ? y(C) : console.assert(!1), C;
|
|
954
954
|
}), P = ao("chart");
|
|
@@ -961,10 +961,10 @@ const yl = /* @__PURE__ */ $({
|
|
|
961
961
|
E?.resize();
|
|
962
962
|
}, R = () => {
|
|
963
963
|
const C = {};
|
|
964
|
-
b(C),
|
|
964
|
+
b(C), g(C), k(C), x(C), S(C), E?.setOption(C, !0);
|
|
965
965
|
};
|
|
966
966
|
return co(async () => {
|
|
967
|
-
window.addEventListener("resize", j, !1), await
|
|
967
|
+
window.addEventListener("resize", j, !1), await mo(() => !!P.value), D(), R();
|
|
968
968
|
}), Ge(() => {
|
|
969
969
|
window.removeEventListener("resize", j, !1), E?.dispose();
|
|
970
970
|
}), re(
|
|
@@ -973,8 +973,8 @@ const yl = /* @__PURE__ */ $({
|
|
|
973
973
|
() => n.value.height,
|
|
974
974
|
a,
|
|
975
975
|
c,
|
|
976
|
-
m,
|
|
977
976
|
p,
|
|
977
|
+
m,
|
|
978
978
|
u,
|
|
979
979
|
d
|
|
980
980
|
],
|
|
@@ -989,7 +989,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
989
989
|
R();
|
|
990
990
|
},
|
|
991
991
|
{ deep: !0 }
|
|
992
|
-
), (C, N) => (
|
|
992
|
+
), (C, N) => (h(), w(i(F), { block: "" }, {
|
|
993
993
|
default: _(() => [
|
|
994
994
|
Y("div", {
|
|
995
995
|
ref: "chart",
|
|
@@ -1008,9 +1008,9 @@ const yl = /* @__PURE__ */ $({
|
|
|
1008
1008
|
},
|
|
1009
1009
|
setup(t) {
|
|
1010
1010
|
const e = t, n = oe(), o = H();
|
|
1011
|
-
return Z(o) && ii(n, "multipleRef", e.node.basic.id, "", fe()), ni(e.refContext.compId, n), (s, r) => (
|
|
1011
|
+
return Z(o) && ii(n, "multipleRef", e.node.basic.id, "", fe()), ni(e.refContext.compId, n), (s, r) => (h(), te("div"));
|
|
1012
1012
|
}
|
|
1013
|
-
}),
|
|
1013
|
+
}), gl = /* @__PURE__ */ $({
|
|
1014
1014
|
__name: "index",
|
|
1015
1015
|
props: {
|
|
1016
1016
|
refContext: {},
|
|
@@ -1024,7 +1024,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1024
1024
|
const u = {};
|
|
1025
1025
|
return o.value?.type === "common" && a(u), u;
|
|
1026
1026
|
});
|
|
1027
|
-
function
|
|
1027
|
+
function p(u) {
|
|
1028
1028
|
const d = Ee[u.basic.key];
|
|
1029
1029
|
if (!d)
|
|
1030
1030
|
return console.assert(!1, `element not found key=${u.basic.key}`), ae("div", `element not found key=${u.basic.key}`);
|
|
@@ -1034,18 +1034,18 @@ const yl = /* @__PURE__ */ $({
|
|
|
1034
1034
|
compId: u.reference.comp
|
|
1035
1035
|
});
|
|
1036
1036
|
const b = [];
|
|
1037
|
-
return d.leaf || u.children?.forEach((
|
|
1038
|
-
b.push(
|
|
1037
|
+
return d.leaf || u.children?.forEach((g) => {
|
|
1038
|
+
b.push(p(g));
|
|
1039
1039
|
}), ae(d.comp, y, { default: () => b });
|
|
1040
1040
|
}
|
|
1041
|
-
const
|
|
1041
|
+
const m = () => {
|
|
1042
1042
|
if (Vo(n.refContext))
|
|
1043
1043
|
return ae("div", e("x-runtime-lib.circularRef"));
|
|
1044
1044
|
if (!o.value)
|
|
1045
1045
|
return ae("div");
|
|
1046
1046
|
const u = [];
|
|
1047
1047
|
if (o.value.view.nodes.forEach((y) => {
|
|
1048
|
-
u.push(
|
|
1048
|
+
u.push(p(y));
|
|
1049
1049
|
}), o.value.type === "common")
|
|
1050
1050
|
return ae(
|
|
1051
1051
|
"div",
|
|
@@ -1053,9 +1053,9 @@ const yl = /* @__PURE__ */ $({
|
|
|
1053
1053
|
{ default: () => u }
|
|
1054
1054
|
);
|
|
1055
1055
|
};
|
|
1056
|
-
return (u, d) => (
|
|
1056
|
+
return (u, d) => (h(), w(m));
|
|
1057
1057
|
}
|
|
1058
|
-
}),
|
|
1058
|
+
}), hl = /* @__PURE__ */ $({
|
|
1059
1059
|
__name: "index",
|
|
1060
1060
|
props: {
|
|
1061
1061
|
node: {},
|
|
@@ -1063,14 +1063,14 @@ const yl = /* @__PURE__ */ $({
|
|
|
1063
1063
|
},
|
|
1064
1064
|
setup(t) {
|
|
1065
1065
|
const e = t, { property: n } = l(e, ["settings", "open"]);
|
|
1066
|
-
return (o, s) => (
|
|
1066
|
+
return (o, s) => (h(), w(i(F), null, {
|
|
1067
1067
|
default: _(() => [
|
|
1068
1068
|
i(n) ? B(o.$slots, "default", { key: 0 }) : ne("", !0)
|
|
1069
1069
|
]),
|
|
1070
1070
|
_: 3
|
|
1071
1071
|
}));
|
|
1072
1072
|
}
|
|
1073
|
-
}),
|
|
1073
|
+
}), ge = /* @__PURE__ */ $({
|
|
1074
1074
|
__name: "index",
|
|
1075
1075
|
props: {
|
|
1076
1076
|
id: {},
|
|
@@ -1081,18 +1081,18 @@ const yl = /* @__PURE__ */ $({
|
|
|
1081
1081
|
const { t: e } = _o(), n = t, o = oe(), s = H();
|
|
1082
1082
|
Z(s) && ii(o, "slot", n.id, "", fe()), ni(n.refContext.compId, o);
|
|
1083
1083
|
function r(c) {
|
|
1084
|
-
const
|
|
1085
|
-
if (!
|
|
1084
|
+
const p = Ee[c.basic.key];
|
|
1085
|
+
if (!p)
|
|
1086
1086
|
return console.assert(!1, `element not found key=${c.basic.key}`), ae("div", `element not found key=${c.basic.key}`);
|
|
1087
|
-
const
|
|
1088
|
-
c.reference && c.reference.comp && (
|
|
1089
|
-
parent:
|
|
1087
|
+
const m = { node: c };
|
|
1088
|
+
c.reference && c.reference.comp && (m.refContext = {
|
|
1089
|
+
parent: m.refContext,
|
|
1090
1090
|
compId: c.reference.comp
|
|
1091
1091
|
});
|
|
1092
1092
|
const u = [];
|
|
1093
|
-
return
|
|
1093
|
+
return p.leaf || c.children?.forEach((d) => {
|
|
1094
1094
|
u.push(r(d));
|
|
1095
|
-
}), ae(
|
|
1095
|
+
}), ae(p.comp, m, { default: () => u });
|
|
1096
1096
|
}
|
|
1097
1097
|
const a = () => {
|
|
1098
1098
|
if (Vo(n.refContext))
|
|
@@ -1100,11 +1100,11 @@ const yl = /* @__PURE__ */ $({
|
|
|
1100
1100
|
if (!o.value)
|
|
1101
1101
|
return ae("div");
|
|
1102
1102
|
const c = [];
|
|
1103
|
-
return o.value.view.nodes.forEach((
|
|
1104
|
-
c.push(r(
|
|
1103
|
+
return o.value.view.nodes.forEach((p) => {
|
|
1104
|
+
c.push(r(p));
|
|
1105
1105
|
}), c;
|
|
1106
1106
|
};
|
|
1107
|
-
return (c,
|
|
1107
|
+
return (c, p) => (h(), w(a));
|
|
1108
1108
|
}
|
|
1109
1109
|
}), xl = /* @__PURE__ */ $({
|
|
1110
1110
|
__name: "index",
|
|
@@ -1122,11 +1122,11 @@ const yl = /* @__PURE__ */ $({
|
|
|
1122
1122
|
"offset",
|
|
1123
1123
|
"y"
|
|
1124
1124
|
]);
|
|
1125
|
-
return (c,
|
|
1126
|
-
const
|
|
1127
|
-
return
|
|
1125
|
+
return (c, p) => {
|
|
1126
|
+
const m = A("v-badge");
|
|
1127
|
+
return h(), w(i(F), null, {
|
|
1128
1128
|
default: _(() => [
|
|
1129
|
-
W(
|
|
1129
|
+
W(m, {
|
|
1130
1130
|
content: i(n),
|
|
1131
1131
|
dot: i(o),
|
|
1132
1132
|
"offset-x": i(r),
|
|
@@ -1154,10 +1154,10 @@ const yl = /* @__PURE__ */ $({
|
|
|
1154
1154
|
"settings",
|
|
1155
1155
|
"addIcon",
|
|
1156
1156
|
"append"
|
|
1157
|
-
]), { property: s } = l(e, ["settings", "block"]), { property: r } = l(e, ["settings", "color"]), { color: a } = K(r), { property: c } = l(e, ["settings", "density"]), { property:
|
|
1157
|
+
]), { property: s } = l(e, ["settings", "block"]), { property: r } = l(e, ["settings", "color"]), { color: a } = K(r), { property: c } = l(e, ["settings", "density"]), { property: p } = l(e, [
|
|
1158
1158
|
"settings",
|
|
1159
1159
|
"disabled"
|
|
1160
|
-
]), { property:
|
|
1160
|
+
]), { property: m } = l(e, ["size", "height"]), { property: u } = l(e, ["settings", "loading"]), { property: d } = l(e, ["size", "maxHeight"]), { property: y } = l(e, ["size", "maxWidth"]), { property: b } = l(e, ["size", "minHeight"]), { property: g } = l(e, ["size", "minWidth"]), { property: k } = l(e, [
|
|
1161
1161
|
"settings",
|
|
1162
1162
|
"addIcon",
|
|
1163
1163
|
"prepend"
|
|
@@ -1175,20 +1175,20 @@ const yl = /* @__PURE__ */ $({
|
|
|
1175
1175
|
};
|
|
1176
1176
|
return (N, X) => {
|
|
1177
1177
|
const ie = A("v-btn");
|
|
1178
|
-
return
|
|
1178
|
+
return h(), w(i(F), { block: i(s) }, {
|
|
1179
1179
|
default: _(() => [
|
|
1180
1180
|
W(ie, {
|
|
1181
1181
|
"append-icon": i(o),
|
|
1182
1182
|
block: i(s),
|
|
1183
1183
|
color: i(a),
|
|
1184
1184
|
density: i(c),
|
|
1185
|
-
disabled: i(
|
|
1186
|
-
height: i(
|
|
1185
|
+
disabled: i(p),
|
|
1186
|
+
height: i(m),
|
|
1187
1187
|
loading: i(u),
|
|
1188
1188
|
"max-height": i(d),
|
|
1189
1189
|
"max-width": i(y),
|
|
1190
1190
|
"min-height": i(b),
|
|
1191
|
-
"min-width": i(
|
|
1191
|
+
"min-width": i(g),
|
|
1192
1192
|
"prepend-icon": i(k),
|
|
1193
1193
|
readonly: i(x),
|
|
1194
1194
|
ripple: i(S),
|
|
@@ -1208,7 +1208,7 @@ const yl = /* @__PURE__ */ $({
|
|
|
1208
1208
|
}), kl = {};
|
|
1209
1209
|
function _l(t, e) {
|
|
1210
1210
|
const n = A("v-btn-group");
|
|
1211
|
-
return
|
|
1211
|
+
return h(), w(n, null, {
|
|
1212
1212
|
default: _(() => [
|
|
1213
1213
|
B(t.$slots, "default")
|
|
1214
1214
|
]),
|
|
@@ -1234,18 +1234,18 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1234
1234
|
]), { property: c } = l(e, [
|
|
1235
1235
|
"settings",
|
|
1236
1236
|
"readonly"
|
|
1237
|
-
]), { property:
|
|
1238
|
-
return (b,
|
|
1237
|
+
]), { property: p } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "stacked"]), { theme: u } = G(), { property: d } = l(e, ["settings", "tile"]), { property: y } = l(e, ["settings", "variant"]);
|
|
1238
|
+
return (b, g) => {
|
|
1239
1239
|
const k = A("v-btn-toggle");
|
|
1240
|
-
return
|
|
1240
|
+
return h(), w(k, {
|
|
1241
1241
|
block: i(n),
|
|
1242
1242
|
disabled: i(o),
|
|
1243
1243
|
divided: i(s),
|
|
1244
1244
|
mandatory: i(r),
|
|
1245
1245
|
multiple: i(a),
|
|
1246
1246
|
readonly: i(c),
|
|
1247
|
-
size: i(
|
|
1248
|
-
stacked: i(
|
|
1247
|
+
size: i(p),
|
|
1248
|
+
stacked: i(m),
|
|
1249
1249
|
theme: i(u),
|
|
1250
1250
|
tile: i(d),
|
|
1251
1251
|
variant: i(y)
|
|
@@ -1267,13 +1267,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1267
1267
|
const e = t, { property: n } = l(e, ["settings", "density"]), { property: o } = l(e, [
|
|
1268
1268
|
"settings",
|
|
1269
1269
|
"disabled"
|
|
1270
|
-
]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property:
|
|
1270
|
+
]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property: p } = l(e, ["size", "maxWidth"]), { property: m } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: d } = l(e, [
|
|
1271
1271
|
"settings",
|
|
1272
1272
|
"subtitle"
|
|
1273
|
-
]), { property: y } = l(e, ["settings", "text"]), { theme: b } = G(), { property:
|
|
1273
|
+
]), { property: y } = l(e, ["settings", "text"]), { theme: b } = G(), { property: g } = l(e, ["settings", "title"]), { property: k } = l(e, ["settings", "variant"]), { property: x } = l(e, ["size", "width"]);
|
|
1274
1274
|
return (S, I) => {
|
|
1275
1275
|
const P = A("v-card");
|
|
1276
|
-
return
|
|
1276
|
+
return h(), w(i(F), { block: "" }, {
|
|
1277
1277
|
default: _(() => [
|
|
1278
1278
|
W(P, {
|
|
1279
1279
|
density: i(n),
|
|
@@ -1282,13 +1282,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1282
1282
|
hover: i(r),
|
|
1283
1283
|
loading: i(a),
|
|
1284
1284
|
"max-height": i(c),
|
|
1285
|
-
"max-width": i(
|
|
1286
|
-
"min-height": i(
|
|
1285
|
+
"max-width": i(p),
|
|
1286
|
+
"min-height": i(m),
|
|
1287
1287
|
"min-width": i(u),
|
|
1288
1288
|
subtitle: i(d),
|
|
1289
1289
|
text: i(y),
|
|
1290
1290
|
theme: i(b),
|
|
1291
|
-
title: i(
|
|
1291
|
+
title: i(g),
|
|
1292
1292
|
variant: i(k),
|
|
1293
1293
|
width: i(x)
|
|
1294
1294
|
}, {
|
|
@@ -1318,7 +1318,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1318
1318
|
]);
|
|
1319
1319
|
return (s, r) => {
|
|
1320
1320
|
const a = A("v-checkbox");
|
|
1321
|
-
return
|
|
1321
|
+
return h(), w(i(F), null, {
|
|
1322
1322
|
default: _(() => [
|
|
1323
1323
|
W(a, {
|
|
1324
1324
|
disabled: i(n),
|
|
@@ -1345,10 +1345,10 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1345
1345
|
]), { property: c } = l(e, [
|
|
1346
1346
|
"settings",
|
|
1347
1347
|
"draggable"
|
|
1348
|
-
]), { property:
|
|
1348
|
+
]), { property: p } = l(e, ["settings", "filter"]), { property: m } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "text"]), { theme: y } = G(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: k } = l(e, ["settings", "variant"]);
|
|
1349
1349
|
return (x, S) => {
|
|
1350
1350
|
const I = A("v-chip");
|
|
1351
|
-
return
|
|
1351
|
+
return h(), w(i(F), null, {
|
|
1352
1352
|
default: _(() => [
|
|
1353
1353
|
W(I, {
|
|
1354
1354
|
closable: i(n),
|
|
@@ -1356,13 +1356,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1356
1356
|
density: i(r),
|
|
1357
1357
|
disabled: i(a),
|
|
1358
1358
|
draggable: i(c),
|
|
1359
|
-
filter: i(
|
|
1360
|
-
label: i(
|
|
1359
|
+
filter: i(p),
|
|
1360
|
+
label: i(m),
|
|
1361
1361
|
size: i(u),
|
|
1362
1362
|
text: i(d),
|
|
1363
1363
|
theme: i(y),
|
|
1364
1364
|
tile: i(b),
|
|
1365
|
-
value: i(
|
|
1365
|
+
value: i(g),
|
|
1366
1366
|
variant: i(k)
|
|
1367
1367
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
|
|
1368
1368
|
]),
|
|
@@ -1389,23 +1389,23 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1389
1389
|
]), { property: c } = l(e, [
|
|
1390
1390
|
"settings",
|
|
1391
1391
|
"multiple"
|
|
1392
|
-
]), { property:
|
|
1392
|
+
]), { property: p } = l(e, [
|
|
1393
1393
|
"settings",
|
|
1394
1394
|
"showArrows"
|
|
1395
|
-
]), { theme:
|
|
1395
|
+
]), { theme: m } = G(), { property: u } = l(e, ["settings", "value"]);
|
|
1396
1396
|
return (d, y) => {
|
|
1397
1397
|
const b = A("v-chip-group");
|
|
1398
|
-
return
|
|
1398
|
+
return h(), w(b, {
|
|
1399
1399
|
modelValue: i(u),
|
|
1400
|
-
"onUpdate:modelValue": y[0] || (y[0] = (
|
|
1400
|
+
"onUpdate:modelValue": y[0] || (y[0] = (g) => J(u) ? u.value = g : null),
|
|
1401
1401
|
column: i(n),
|
|
1402
1402
|
direction: i(o),
|
|
1403
1403
|
disabled: i(s),
|
|
1404
1404
|
filter: i(r),
|
|
1405
1405
|
mandatory: i(a),
|
|
1406
1406
|
multiple: i(c),
|
|
1407
|
-
"show-arrows": i(
|
|
1408
|
-
theme: i(
|
|
1407
|
+
"show-arrows": i(p),
|
|
1408
|
+
theme: i(m)
|
|
1409
1409
|
}, {
|
|
1410
1410
|
default: _(() => [
|
|
1411
1411
|
B(d.$slots, "default")
|
|
@@ -1422,18 +1422,18 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1422
1422
|
},
|
|
1423
1423
|
setup(t) {
|
|
1424
1424
|
const e = t, n = ye(), o = ke(), { applySize: s } = de(e), r = v(() => {
|
|
1425
|
-
const
|
|
1426
|
-
return n === "page" ? k === "common" ? s(
|
|
1425
|
+
const g = {}, k = o.value.type;
|
|
1426
|
+
return n === "page" ? k === "common" ? s(g) : console.assert(!1) : n === "comp" && k === "common" ? s(g) : console.assert(!1), g;
|
|
1427
1427
|
}), { property: a } = l(e, [
|
|
1428
1428
|
"settings",
|
|
1429
1429
|
"disabled"
|
|
1430
1430
|
]), { property: c } = l(e, [
|
|
1431
1431
|
"settings",
|
|
1432
1432
|
"hideCanvas"
|
|
1433
|
-
]), { property:
|
|
1433
|
+
]), { property: p } = l(e, [
|
|
1434
1434
|
"settings",
|
|
1435
1435
|
"hideHeader"
|
|
1436
|
-
]), { property:
|
|
1436
|
+
]), { property: m } = l(e, [
|
|
1437
1437
|
"settings",
|
|
1438
1438
|
"hideInputs"
|
|
1439
1439
|
]), { property: u } = l(e, [
|
|
@@ -1446,15 +1446,15 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1446
1446
|
"settings",
|
|
1447
1447
|
"showSwatches"
|
|
1448
1448
|
]), { theme: b } = G();
|
|
1449
|
-
return (
|
|
1449
|
+
return (g, k) => {
|
|
1450
1450
|
const x = A("v-color-picker");
|
|
1451
|
-
return
|
|
1451
|
+
return h(), w(i(F), null, {
|
|
1452
1452
|
default: _(() => [
|
|
1453
1453
|
W(x, {
|
|
1454
1454
|
disabled: i(a),
|
|
1455
1455
|
"hide-canvas": i(c),
|
|
1456
|
-
"hide-header": i(
|
|
1457
|
-
"hide-inputs": i(
|
|
1456
|
+
"hide-header": i(p),
|
|
1457
|
+
"hide-inputs": i(m),
|
|
1458
1458
|
"hide-sliders": i(u),
|
|
1459
1459
|
landscape: i(d),
|
|
1460
1460
|
"show-swatches": i(y),
|
|
@@ -1485,14 +1485,14 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1485
1485
|
]), { property: a } = l(e, [
|
|
1486
1486
|
"settings",
|
|
1487
1487
|
"singleLine"
|
|
1488
|
-
]), { theme: c } = G(), { property:
|
|
1489
|
-
return (
|
|
1488
|
+
]), { theme: c } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
1489
|
+
return (m, u) => {
|
|
1490
1490
|
const d = A("v-combobox");
|
|
1491
|
-
return
|
|
1491
|
+
return h(), w(i(F), null, {
|
|
1492
1492
|
default: _(() => [
|
|
1493
1493
|
W(d, {
|
|
1494
|
-
modelValue: i(
|
|
1495
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(
|
|
1494
|
+
modelValue: i(p),
|
|
1495
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(p) ? p.value = y : null),
|
|
1496
1496
|
"hide-details": i(n),
|
|
1497
1497
|
label: i(o),
|
|
1498
1498
|
placeholder: i(s),
|
|
@@ -1515,11 +1515,11 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1515
1515
|
const e = t, n = ye(), o = ke(), { property: s } = l(e, [
|
|
1516
1516
|
"settings",
|
|
1517
1517
|
"backgroundColor"
|
|
1518
|
-
]), { color: r } = K(s), { applySize: a } = de(e), { applyMargin: c } = Hn(e), { applyPadding:
|
|
1518
|
+
]), { color: r } = K(s), { applySize: a } = de(e), { applyMargin: c } = Hn(e), { applyPadding: p } = Kn(e), { applyBorder: m } = jn(e), u = v(() => {
|
|
1519
1519
|
const d = {}, y = o.value.type;
|
|
1520
|
-
return n === "page" ? y === "common" ? (a(d), c(d),
|
|
1520
|
+
return n === "page" ? y === "common" ? (a(d), c(d), p(d), m(d), r.value && (d.backgroundColor = r.value)) : console.assert(!1) : n === "comp" && y === "common" ? (a(d), c(d), p(d), m(d), r.value && (d.backgroundColor = r.value)) : console.assert(!1), d;
|
|
1521
1521
|
});
|
|
1522
|
-
return (d, y) => (
|
|
1522
|
+
return (d, y) => (h(), w(i(F), { block: "" }, {
|
|
1523
1523
|
default: _(() => [
|
|
1524
1524
|
Y("div", {
|
|
1525
1525
|
style: ee(u.value)
|
|
@@ -1543,22 +1543,22 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1543
1543
|
]), { property: s } = l(e, [
|
|
1544
1544
|
"settings",
|
|
1545
1545
|
"fixedHeader"
|
|
1546
|
-
]), { property: r } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: c } = l(e, ["settings", "hover"]), { property:
|
|
1546
|
+
]), { property: r } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: c } = l(e, ["settings", "hover"]), { property: p } = l(
|
|
1547
1547
|
e,
|
|
1548
1548
|
["settings", "data"],
|
|
1549
1549
|
!0
|
|
1550
|
-
), { property:
|
|
1550
|
+
), { property: m } = l(e, ["settings", "loading"]), { property: u } = l(e, [
|
|
1551
1551
|
"settings",
|
|
1552
1552
|
"multiSort"
|
|
1553
1553
|
]), { theme: d } = G(), { property: y } = l(e, ["size", "width"]), b = v(() => {
|
|
1554
|
-
const
|
|
1554
|
+
const g = [];
|
|
1555
1555
|
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1556
|
-
x.column && x.comp &&
|
|
1557
|
-
}),
|
|
1556
|
+
x.column && x.comp && g.push(x);
|
|
1557
|
+
}), g;
|
|
1558
1558
|
});
|
|
1559
|
-
return (
|
|
1559
|
+
return (g, k) => {
|
|
1560
1560
|
const x = A("v-data-table");
|
|
1561
|
-
return
|
|
1561
|
+
return h(), w(i(F), { block: "" }, {
|
|
1562
1562
|
default: _(() => [
|
|
1563
1563
|
W(x, {
|
|
1564
1564
|
density: i(n),
|
|
@@ -1567,8 +1567,8 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1567
1567
|
headers: i(r),
|
|
1568
1568
|
height: i(a),
|
|
1569
1569
|
hover: i(c),
|
|
1570
|
-
items: i(
|
|
1571
|
-
loading: i(
|
|
1570
|
+
items: i(p),
|
|
1571
|
+
loading: i(m),
|
|
1572
1572
|
"multi-sort": i(u),
|
|
1573
1573
|
theme: i(d),
|
|
1574
1574
|
width: i(y)
|
|
@@ -1576,7 +1576,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1576
1576
|
er(b.value, (S) => ({
|
|
1577
1577
|
name: `item.${S.column}`,
|
|
1578
1578
|
fn: _(({ value: I }) => [
|
|
1579
|
-
W(i(
|
|
1579
|
+
W(i(ge), {
|
|
1580
1580
|
id: S.column,
|
|
1581
1581
|
"ref-context": { compId: S.comp },
|
|
1582
1582
|
state: { value: I }
|
|
@@ -1594,7 +1594,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1594
1594
|
setup(t) {
|
|
1595
1595
|
return (e, n) => {
|
|
1596
1596
|
const o = A("v-date-picker");
|
|
1597
|
-
return
|
|
1597
|
+
return h(), w(i(F), null, {
|
|
1598
1598
|
default: _(() => [
|
|
1599
1599
|
W(o)
|
|
1600
1600
|
]),
|
|
@@ -1609,20 +1609,20 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1609
1609
|
outer: { type: Boolean }
|
|
1610
1610
|
},
|
|
1611
1611
|
setup(t) {
|
|
1612
|
-
const e = t, n = H(), o = v(() => e.node.basic?.id), { open: s } = yo(`runtimeDlg/${
|
|
1612
|
+
const e = t, n = H(), o = v(() => e.node.basic?.id), { open: s } = yo(`runtimeDlg/${po()}`);
|
|
1613
1613
|
return Ue(e, "open", () => {
|
|
1614
1614
|
s.value = !0;
|
|
1615
1615
|
}), Ue(e, "close", () => {
|
|
1616
1616
|
s.value = !1;
|
|
1617
1617
|
}), (r, a) => {
|
|
1618
1618
|
const c = A("v-dialog");
|
|
1619
|
-
return
|
|
1619
|
+
return h(), w(c, {
|
|
1620
1620
|
modelValue: i(s),
|
|
1621
|
-
"onUpdate:modelValue": a[0] || (a[0] = (
|
|
1621
|
+
"onUpdate:modelValue": a[0] || (a[0] = (p) => J(s) ? s.value = p : null),
|
|
1622
1622
|
attach: "#dialogContainer"
|
|
1623
1623
|
}, {
|
|
1624
1624
|
activator: _(() => [
|
|
1625
|
-
i(n) === "editor" ? (
|
|
1625
|
+
i(n) === "editor" ? (h(), te("div", {
|
|
1626
1626
|
key: 0,
|
|
1627
1627
|
id: `__node__@${o.value}`
|
|
1628
1628
|
}, null, 8, El)) : ne("", !0)
|
|
@@ -1647,10 +1647,10 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1647
1647
|
]), { property: r } = l(e, [
|
|
1648
1648
|
"settings",
|
|
1649
1649
|
"disabled"
|
|
1650
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property:
|
|
1650
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, [
|
|
1651
1651
|
"settings",
|
|
1652
1652
|
"multiple"
|
|
1653
|
-
]), { property:
|
|
1653
|
+
]), { property: m } = l(e, [
|
|
1654
1654
|
"settings",
|
|
1655
1655
|
"readonly"
|
|
1656
1656
|
]), { property: u } = l(e, ["settings", "reverse"]), { property: d } = l(e, [
|
|
@@ -1658,18 +1658,18 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1658
1658
|
"singleLine"
|
|
1659
1659
|
]);
|
|
1660
1660
|
return (y, b) => {
|
|
1661
|
-
const
|
|
1662
|
-
return
|
|
1661
|
+
const g = A("v-file-input");
|
|
1662
|
+
return h(), w(i(F), { block: "" }, {
|
|
1663
1663
|
default: _(() => [
|
|
1664
|
-
W(
|
|
1664
|
+
W(g, {
|
|
1665
1665
|
chips: i(n),
|
|
1666
1666
|
density: i(o),
|
|
1667
1667
|
direction: i(s),
|
|
1668
1668
|
disabled: i(r),
|
|
1669
1669
|
label: i(a),
|
|
1670
1670
|
loading: i(c),
|
|
1671
|
-
multiple: i(
|
|
1672
|
-
readonly: i(
|
|
1671
|
+
multiple: i(p),
|
|
1672
|
+
readonly: i(m),
|
|
1673
1673
|
reverse: i(u),
|
|
1674
1674
|
"single-line": i(d)
|
|
1675
1675
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"])
|
|
@@ -1685,24 +1685,24 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1685
1685
|
outer: { type: Boolean }
|
|
1686
1686
|
},
|
|
1687
1687
|
setup(t) {
|
|
1688
|
-
const e = t, n = ze(), o = ye(), s = ke(), { applySize: r } = de(e), { applyMargin: a } = Hn(e), { applyPadding: c } = Kn(e), { applyBorder:
|
|
1688
|
+
const e = t, n = ze(), o = ye(), s = ke(), { applySize: r } = de(e), { applyMargin: a } = Hn(e), { applyPadding: c } = Kn(e), { applyBorder: p } = jn(e), { property: m } = l(e, [
|
|
1689
1689
|
"settings",
|
|
1690
1690
|
"backgroundColor"
|
|
1691
|
-
]), { color: u } = K(
|
|
1691
|
+
]), { color: u } = K(m), d = (b) => {
|
|
1692
1692
|
u.value && (b.backgroundColor = u.value), b.display = "flex";
|
|
1693
|
-
const
|
|
1693
|
+
const g = Oe(n.value.width), k = Ae(g, e.node.settings?.direction);
|
|
1694
1694
|
k === "row" ? b.flexDirection = "row" : k === "rowReverse" ? b.flexDirection = "row-reverse" : k === "column" ? b.flexDirection = "column" : k === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1695
|
-
const x = Ae(
|
|
1695
|
+
const x = Ae(g, e.node.settings?.wrap);
|
|
1696
1696
|
x === "no" ? b.flexWrap = "nowrap" : x === "yes" ? b.flexWrap = "wrap" : x === "reverse" && (b.flexWrap = "wrap-reverse");
|
|
1697
|
-
const S = Ae(
|
|
1697
|
+
const S = Ae(g, e.node.settings?.mainAlign);
|
|
1698
1698
|
S === "start" ? b.justifyContent = "flex-start" : S === "end" ? b.justifyContent = "flex-end" : S === "center" ? b.justifyContent = "center" : S === "spaceBetween" ? b.justifyContent = "space-between" : S === "spaceAround" ? b.justifyContent = "space-around" : S === "spaceEvenly" && (b.justifyContent = "space-evenly");
|
|
1699
|
-
const I = Ae(
|
|
1699
|
+
const I = Ae(g, e.node.settings?.crossAlign);
|
|
1700
1700
|
I === "start" ? b.alignItems = "flex-start" : I === "end" ? b.alignItems = "flex-end" : I === "center" ? b.alignItems = "center" : I === "baseline" ? b.alignItems = "baseline" : I === "stretch" && (b.alignItems = "stretch");
|
|
1701
1701
|
}, y = v(() => {
|
|
1702
|
-
const b = {},
|
|
1703
|
-
return o === "page" ?
|
|
1702
|
+
const b = {}, g = s.value.type;
|
|
1703
|
+
return o === "page" ? g === "common" ? (r(b), a(b), c(b), p(b), d(b)) : console.assert(!1) : o === "comp" && g === "common" ? (r(b), a(b), c(b), p(b), d(b)) : console.assert(!1), b;
|
|
1704
1704
|
});
|
|
1705
|
-
return (b,
|
|
1705
|
+
return (b, g) => (h(), te("div", {
|
|
1706
1706
|
style: ee(y.value)
|
|
1707
1707
|
}, [
|
|
1708
1708
|
B(b.$slots, "default")
|
|
@@ -1716,13 +1716,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1716
1716
|
},
|
|
1717
1717
|
setup(t) {
|
|
1718
1718
|
const e = t, n = ye(), o = ke(), { applySize: s } = de(e), { property: r } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]), c = v(() => {
|
|
1719
|
-
const
|
|
1720
|
-
return n === "page" ?
|
|
1719
|
+
const p = {}, m = o.value.type;
|
|
1720
|
+
return n === "page" ? m === "common" ? (s(p), p.flexGrow = r.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1) : n === "comp" && m === "common" ? (s(p), p.flexGrow = r.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1), p;
|
|
1721
1721
|
});
|
|
1722
|
-
return (
|
|
1722
|
+
return (p, m) => (h(), te("div", {
|
|
1723
1723
|
style: ee(c.value)
|
|
1724
1724
|
}, [
|
|
1725
|
-
B(
|
|
1725
|
+
B(p.$slots, "default")
|
|
1726
1726
|
], 4));
|
|
1727
1727
|
}
|
|
1728
1728
|
}), Dl = /* @__PURE__ */ $({
|
|
@@ -1738,10 +1738,10 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1738
1738
|
]), { property: c } = l(e, [
|
|
1739
1739
|
"settings",
|
|
1740
1740
|
"backgroundColor"
|
|
1741
|
-
]), { color:
|
|
1741
|
+
]), { color: p } = K(c), { applySize: m } = de(e), { applyMargin: u } = Hn(e), { applyPadding: d } = Kn(e), { applyBorder: y } = jn(e), b = v(() => {
|
|
1742
1742
|
const k = {}, x = o.value.type;
|
|
1743
|
-
return n === "page" ? x === "common" ? (
|
|
1744
|
-
}),
|
|
1743
|
+
return n === "page" ? x === "common" ? (m(k), u(k), d(k), y(k), p.value && (k.backgroundColor = p.value)) : console.assert(!1) : n === "comp" && x === "common" ? (m(k), u(k), d(k), y(k), p.value && (k.backgroundColor = p.value)) : console.assert(!1), k;
|
|
1744
|
+
}), g = () => {
|
|
1745
1745
|
s && s.callFunction(
|
|
1746
1746
|
"__triggerEventV1__",
|
|
1747
1747
|
Q("elementEvent", e.node.basic.id, "submit")
|
|
@@ -1749,12 +1749,12 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1749
1749
|
};
|
|
1750
1750
|
return (k, x) => {
|
|
1751
1751
|
const S = A("v-form");
|
|
1752
|
-
return
|
|
1752
|
+
return h(), w(S, {
|
|
1753
1753
|
modelValue: i(r),
|
|
1754
1754
|
"onUpdate:modelValue": x[0] || (x[0] = (I) => J(r) ? r.value = I : null),
|
|
1755
1755
|
"fast-fail": i(a),
|
|
1756
1756
|
style: ee(b.value),
|
|
1757
|
-
onSubmit: tr(
|
|
1757
|
+
onSubmit: tr(g, ["prevent"])
|
|
1758
1758
|
}, {
|
|
1759
1759
|
default: _(() => [
|
|
1760
1760
|
B(k.$slots, "default")
|
|
@@ -1774,9 +1774,9 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1774
1774
|
"settings",
|
|
1775
1775
|
"disabled"
|
|
1776
1776
|
]), { property: r } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme: c } = G();
|
|
1777
|
-
return (
|
|
1777
|
+
return (p, m) => {
|
|
1778
1778
|
const u = A("v-icon");
|
|
1779
|
-
return
|
|
1779
|
+
return h(), w(u, {
|
|
1780
1780
|
color: i(o),
|
|
1781
1781
|
disabled: i(s),
|
|
1782
1782
|
icon: i(r),
|
|
@@ -1792,32 +1792,32 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1792
1792
|
outer: { type: Boolean }
|
|
1793
1793
|
},
|
|
1794
1794
|
setup(t) {
|
|
1795
|
-
const e = t, n = H(), o = fe(), s = oe(0), r = oe(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open:
|
|
1795
|
+
const e = t, n = H(), o = fe(), s = oe(0), r = oe(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: p } = yo(`runtimeMenu/${po()}`);
|
|
1796
1796
|
return Ue(e, "open", () => {
|
|
1797
1797
|
if (!o || !o.vm)
|
|
1798
1798
|
return;
|
|
1799
|
-
const { vm:
|
|
1800
|
-
s.value =
|
|
1799
|
+
const { vm: m } = o, u = m.getProp(m.global, "__pointerPosX__"), d = m.getProp(m.global, "__pointerPosY__");
|
|
1800
|
+
s.value = m.getNumber(u), r.value = m.getNumber(d), u.dispose(), d.dispose(), p.value = !0;
|
|
1801
1801
|
}), Ue(e, "close", () => {
|
|
1802
|
-
o && (
|
|
1803
|
-
}), (
|
|
1802
|
+
o && (p.value = !1);
|
|
1803
|
+
}), (m, u) => {
|
|
1804
1804
|
const d = A("v-menu");
|
|
1805
|
-
return
|
|
1806
|
-
modelValue: i(
|
|
1807
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(
|
|
1805
|
+
return h(), w(d, {
|
|
1806
|
+
modelValue: i(p),
|
|
1807
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(p) ? p.value = y : null),
|
|
1808
1808
|
attach: "menuContainer",
|
|
1809
1809
|
"location-strategy": "connected",
|
|
1810
1810
|
scrim: "transparent",
|
|
1811
1811
|
target: a.value
|
|
1812
1812
|
}, {
|
|
1813
1813
|
activator: _(() => [
|
|
1814
|
-
i(n) === "editor" ? (
|
|
1814
|
+
i(n) === "editor" ? (h(), te("div", {
|
|
1815
1815
|
key: 0,
|
|
1816
1816
|
id: `__node__@${c.value}`
|
|
1817
1817
|
}, null, 8, Gl)) : ne("", !0)
|
|
1818
1818
|
]),
|
|
1819
1819
|
default: _(() => [
|
|
1820
|
-
B(
|
|
1820
|
+
B(m.$slots, "default")
|
|
1821
1821
|
]),
|
|
1822
1822
|
_: 3
|
|
1823
1823
|
}, 8, ["modelValue", "target"]);
|
|
@@ -1844,13 +1844,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1844
1844
|
]), { property: r } = l(e, [
|
|
1845
1845
|
"settings",
|
|
1846
1846
|
"hideDetails"
|
|
1847
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property:
|
|
1847
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "max"]), { property: m } = l(e, ["size", "maxWidth"]), { property: u } = l(e, ["settings", "min"]), { property: d } = l(e, ["size", "minWidth"]), { property: y } = l(e, [
|
|
1848
1848
|
"settings",
|
|
1849
1849
|
"placeholder"
|
|
1850
1850
|
]), { property: b } = l(e, [
|
|
1851
1851
|
"settings",
|
|
1852
1852
|
"precision"
|
|
1853
|
-
]), { property:
|
|
1853
|
+
]), { property: g } = l(e, ["settings", "prefix"]), { property: k } = l(e, [
|
|
1854
1854
|
"settings",
|
|
1855
1855
|
"addIcon",
|
|
1856
1856
|
"prepend"
|
|
@@ -1867,7 +1867,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1867
1867
|
]), { property: E } = l(e, ["settings", "step"]), { property: D } = l(e, ["settings", "suffix"]), { theme: j } = G(), { property: R } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: N } = l(e, ["size", "width"]);
|
|
1868
1868
|
return (X, ie) => {
|
|
1869
1869
|
const _e = A("v-number-input");
|
|
1870
|
-
return
|
|
1870
|
+
return h(), w(i(F), { block: "" }, {
|
|
1871
1871
|
default: _(() => [
|
|
1872
1872
|
W(_e, {
|
|
1873
1873
|
modelValue: i(R),
|
|
@@ -1878,13 +1878,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1878
1878
|
"hide-details": i(r),
|
|
1879
1879
|
label: i(a),
|
|
1880
1880
|
loading: i(c),
|
|
1881
|
-
max: i(
|
|
1882
|
-
"max-width": i(
|
|
1881
|
+
max: i(p),
|
|
1882
|
+
"max-width": i(m),
|
|
1883
1883
|
min: i(u),
|
|
1884
1884
|
"min-width": i(d),
|
|
1885
1885
|
placeholder: i(y),
|
|
1886
1886
|
precision: i(b),
|
|
1887
|
-
prefix: i(
|
|
1887
|
+
prefix: i(g),
|
|
1888
1888
|
"prepend-icon": i(k),
|
|
1889
1889
|
"prepend-inner-icon": i(x),
|
|
1890
1890
|
readonly: i(S),
|
|
@@ -1914,13 +1914,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1914
1914
|
]), { property: r } = l(e, ["settings", "length"]), { property: a } = l(e, [
|
|
1915
1915
|
"settings",
|
|
1916
1916
|
"showFirstLastPage"
|
|
1917
|
-
]), { property: c } = l(e, ["settings", "size"]), { property:
|
|
1918
|
-
const
|
|
1919
|
-
return n === "editor" && (
|
|
1917
|
+
]), { property: c } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "start"]), { theme: m } = G(), { property: u } = l(e, ["settings", "tile"]), { property: d } = l(e, ["settings", "value"]), { property: y } = l(e, ["settings", "variant"]), b = v(() => {
|
|
1918
|
+
const g = {};
|
|
1919
|
+
return n === "editor" && (g.pointerEvents = "none"), g;
|
|
1920
1920
|
});
|
|
1921
|
-
return (
|
|
1921
|
+
return (g, k) => {
|
|
1922
1922
|
const x = A("v-pagination");
|
|
1923
|
-
return
|
|
1923
|
+
return h(), w(i(F), { block: "" }, {
|
|
1924
1924
|
default: _(() => [
|
|
1925
1925
|
W(x, {
|
|
1926
1926
|
modelValue: i(d),
|
|
@@ -1930,9 +1930,9 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1930
1930
|
length: i(r),
|
|
1931
1931
|
"show-first-last-page": i(a),
|
|
1932
1932
|
size: i(c),
|
|
1933
|
-
start: i(
|
|
1933
|
+
start: i(p),
|
|
1934
1934
|
style: ee(b.value),
|
|
1935
|
-
theme: i(
|
|
1935
|
+
theme: i(m),
|
|
1936
1936
|
tile: i(u),
|
|
1937
1937
|
variant: i(y)
|
|
1938
1938
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
@@ -1954,17 +1954,17 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1954
1954
|
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, [
|
|
1955
1955
|
"settings",
|
|
1956
1956
|
"readonly"
|
|
1957
|
-
]), { theme:
|
|
1957
|
+
]), { theme: p } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
1958
1958
|
return (u, d) => {
|
|
1959
1959
|
const y = A("v-radio");
|
|
1960
|
-
return
|
|
1960
|
+
return h(), w(y, {
|
|
1961
1961
|
color: i(o),
|
|
1962
1962
|
density: i(s),
|
|
1963
1963
|
disabled: i(r),
|
|
1964
1964
|
label: i(a),
|
|
1965
1965
|
readonly: i(c),
|
|
1966
|
-
theme: i(
|
|
1967
|
-
value: i(
|
|
1966
|
+
theme: i(p),
|
|
1967
|
+
value: i(m)
|
|
1968
1968
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1969
1969
|
};
|
|
1970
1970
|
}
|
|
@@ -1984,14 +1984,14 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
1984
1984
|
]), { property: r } = l(e, ["settings", "inline"]), { property: a } = l(e, [
|
|
1985
1985
|
"settings",
|
|
1986
1986
|
"readonly"
|
|
1987
|
-
]), { theme: c } = G(), { property:
|
|
1988
|
-
return (
|
|
1987
|
+
]), { theme: c } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
1988
|
+
return (m, u) => {
|
|
1989
1989
|
const d = A("v-radio-group");
|
|
1990
|
-
return
|
|
1990
|
+
return h(), w(i(F), null, {
|
|
1991
1991
|
default: _(() => [
|
|
1992
1992
|
W(d, {
|
|
1993
|
-
modelValue: i(
|
|
1994
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(
|
|
1993
|
+
modelValue: i(p),
|
|
1994
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(p) ? p.value = y : null),
|
|
1995
1995
|
density: i(n),
|
|
1996
1996
|
direction: i(o),
|
|
1997
1997
|
disabled: i(s),
|
|
@@ -2000,7 +2000,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2000
2000
|
theme: i(c)
|
|
2001
2001
|
}, {
|
|
2002
2002
|
default: _(() => [
|
|
2003
|
-
B(
|
|
2003
|
+
B(m.$slots, "default")
|
|
2004
2004
|
]),
|
|
2005
2005
|
_: 3
|
|
2006
2006
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2025,7 +2025,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2025
2025
|
]), { property: r } = l(e, [
|
|
2026
2026
|
"settings",
|
|
2027
2027
|
"hideDetails"
|
|
2028
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "max"]), { property:
|
|
2028
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "max"]), { property: p } = l(e, ["settings", "min"]), { property: m } = l(e, [
|
|
2029
2029
|
"settings",
|
|
2030
2030
|
"readonly"
|
|
2031
2031
|
]), { property: u } = l(e, [
|
|
@@ -2036,13 +2036,13 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2036
2036
|
return "always";
|
|
2037
2037
|
if (u.value === "show")
|
|
2038
2038
|
return !0;
|
|
2039
|
-
}), { property: y } = l(e, ["settings", "step"]), { theme: b } = G(), { property:
|
|
2039
|
+
}), { property: y } = l(e, ["settings", "step"]), { theme: b } = G(), { property: g } = l(e, [
|
|
2040
2040
|
"settings",
|
|
2041
2041
|
"thumbLabel"
|
|
2042
2042
|
]), k = v(() => {
|
|
2043
|
-
if (
|
|
2043
|
+
if (g.value === "always")
|
|
2044
2044
|
return "always";
|
|
2045
|
-
if (
|
|
2045
|
+
if (g.value === "show")
|
|
2046
2046
|
return !0;
|
|
2047
2047
|
}), { property: x } = l(e, [
|
|
2048
2048
|
"settings",
|
|
@@ -2074,7 +2074,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2074
2074
|
});
|
|
2075
2075
|
return (R, C) => {
|
|
2076
2076
|
const N = A("v-range-slider");
|
|
2077
|
-
return
|
|
2077
|
+
return h(), w(i(F), { block: "" }, {
|
|
2078
2078
|
default: _(() => [
|
|
2079
2079
|
W(N, {
|
|
2080
2080
|
modelValue: j.value,
|
|
@@ -2085,8 +2085,8 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2085
2085
|
"hide-details": i(r),
|
|
2086
2086
|
label: i(a),
|
|
2087
2087
|
max: i(c),
|
|
2088
|
-
min: i(
|
|
2089
|
-
readonly: i(
|
|
2088
|
+
min: i(p),
|
|
2089
|
+
readonly: i(m),
|
|
2090
2090
|
"show-ticks": d.value,
|
|
2091
2091
|
step: i(y),
|
|
2092
2092
|
theme: i(b),
|
|
@@ -2116,25 +2116,25 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2116
2116
|
]), { property: r } = l(e, [
|
|
2117
2117
|
"settings",
|
|
2118
2118
|
"halfIncrements"
|
|
2119
|
-
]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "length"]), { property:
|
|
2119
|
+
]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "length"]), { property: p } = l(e, [
|
|
2120
2120
|
"settings",
|
|
2121
2121
|
"readonly"
|
|
2122
|
-
]), { theme:
|
|
2122
|
+
]), { theme: m } = G(), { property: u } = l(e, ["settings", "value"]);
|
|
2123
2123
|
return (d, y) => {
|
|
2124
2124
|
const b = A("v-rating");
|
|
2125
|
-
return
|
|
2125
|
+
return h(), w(i(F), null, {
|
|
2126
2126
|
default: _(() => [
|
|
2127
2127
|
W(b, {
|
|
2128
2128
|
modelValue: i(u),
|
|
2129
|
-
"onUpdate:modelValue": y[0] || (y[0] = (
|
|
2129
|
+
"onUpdate:modelValue": y[0] || (y[0] = (g) => J(u) ? u.value = g : null),
|
|
2130
2130
|
clearable: i(n),
|
|
2131
2131
|
density: i(o),
|
|
2132
2132
|
disabled: i(s),
|
|
2133
2133
|
"half-increments": i(r),
|
|
2134
2134
|
hover: i(a),
|
|
2135
2135
|
length: i(c),
|
|
2136
|
-
readonly: i(
|
|
2137
|
-
theme: i(
|
|
2136
|
+
readonly: i(p),
|
|
2137
|
+
theme: i(m)
|
|
2138
2138
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
2139
2139
|
]),
|
|
2140
2140
|
_: 1
|
|
@@ -2160,14 +2160,14 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2160
2160
|
]), { property: a } = l(e, [
|
|
2161
2161
|
"settings",
|
|
2162
2162
|
"singleLine"
|
|
2163
|
-
]), { theme: c } = G(), { property:
|
|
2164
|
-
return (
|
|
2163
|
+
]), { theme: c } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2164
|
+
return (m, u) => {
|
|
2165
2165
|
const d = A("v-select");
|
|
2166
|
-
return
|
|
2166
|
+
return h(), w(i(F), { block: "" }, {
|
|
2167
2167
|
default: _(() => [
|
|
2168
2168
|
W(d, {
|
|
2169
|
-
modelValue: i(
|
|
2170
|
-
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(
|
|
2169
|
+
modelValue: i(p),
|
|
2170
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => J(p) ? p.value = y : null),
|
|
2171
2171
|
"hide-details": i(n),
|
|
2172
2172
|
label: i(o),
|
|
2173
2173
|
placeholder: i(s),
|
|
@@ -2196,7 +2196,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2196
2196
|
]), { property: a } = l(e, [
|
|
2197
2197
|
"settings",
|
|
2198
2198
|
"hideDetails"
|
|
2199
|
-
]), { property: c } = l(e, ["settings", "label"]), { property:
|
|
2199
|
+
]), { property: c } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "max"]), { property: m } = l(e, ["settings", "min"]), { property: u } = l(e, [
|
|
2200
2200
|
"settings",
|
|
2201
2201
|
"readonly"
|
|
2202
2202
|
]), { property: d } = l(e, ["settings", "reverse"]), { property: y } = l(e, [
|
|
@@ -2207,7 +2207,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2207
2207
|
return "always";
|
|
2208
2208
|
if (y.value === "show")
|
|
2209
2209
|
return !0;
|
|
2210
|
-
}), { property:
|
|
2210
|
+
}), { property: g } = l(e, ["settings", "step"]), { theme: k } = G(), { property: x } = l(e, [
|
|
2211
2211
|
"settings",
|
|
2212
2212
|
"thumbColor"
|
|
2213
2213
|
]), { color: S } = K(x), { property: I } = l(e, [
|
|
@@ -2241,7 +2241,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2241
2241
|
]);
|
|
2242
2242
|
return (ue, He) => {
|
|
2243
2243
|
const tn = A("v-slider");
|
|
2244
|
-
return
|
|
2244
|
+
return h(), w(i(F), { block: "" }, {
|
|
2245
2245
|
default: _(() => [
|
|
2246
2246
|
W(tn, {
|
|
2247
2247
|
modelValue: i(X),
|
|
@@ -2251,12 +2251,12 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2251
2251
|
disabled: i(r),
|
|
2252
2252
|
"hide-details": i(a),
|
|
2253
2253
|
label: i(c),
|
|
2254
|
-
max: i(
|
|
2255
|
-
min: i(
|
|
2254
|
+
max: i(p),
|
|
2255
|
+
min: i(m),
|
|
2256
2256
|
readonly: i(u),
|
|
2257
2257
|
reverse: i(d),
|
|
2258
2258
|
"show-ticks": b.value,
|
|
2259
|
-
step: i(
|
|
2259
|
+
step: i(g),
|
|
2260
2260
|
theme: i(k),
|
|
2261
2261
|
"thumb-color": i(S),
|
|
2262
2262
|
"thumb-label": P.value,
|
|
@@ -2268,7 +2268,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2268
2268
|
i(ie) ? {
|
|
2269
2269
|
name: "append",
|
|
2270
2270
|
fn: _(() => [
|
|
2271
|
-
W(i(
|
|
2271
|
+
W(i(ge), {
|
|
2272
2272
|
id: "append",
|
|
2273
2273
|
"ref-context": { compId: i(ie) },
|
|
2274
2274
|
state: {}
|
|
@@ -2279,7 +2279,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2279
2279
|
i(_e) ? {
|
|
2280
2280
|
name: "prepend",
|
|
2281
2281
|
fn: _(() => [
|
|
2282
|
-
W(i(
|
|
2282
|
+
W(i(ge), {
|
|
2283
2283
|
id: "prepend",
|
|
2284
2284
|
"ref-context": { compId: i(_e) },
|
|
2285
2285
|
state: {}
|
|
@@ -2306,9 +2306,9 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2306
2306
|
]), { theme: o } = G(), { property: s } = l(e, ["settings", "value"]);
|
|
2307
2307
|
return (r, a) => {
|
|
2308
2308
|
const c = A("v-stepper");
|
|
2309
|
-
return
|
|
2309
|
+
return h(), w(c, {
|
|
2310
2310
|
modelValue: i(s),
|
|
2311
|
-
"onUpdate:modelValue": a[0] || (a[0] = (
|
|
2311
|
+
"onUpdate:modelValue": a[0] || (a[0] = (p) => J(s) ? s.value = p : null),
|
|
2312
2312
|
"hide-actions": i(n),
|
|
2313
2313
|
theme: i(o)
|
|
2314
2314
|
}, {
|
|
@@ -2322,7 +2322,7 @@ const wl = /* @__PURE__ */ Te(kl, [["render", _l]]), Vl = /* @__PURE__ */ $({
|
|
|
2322
2322
|
}), Zl = {};
|
|
2323
2323
|
function Ql(t, e) {
|
|
2324
2324
|
const n = A("v-stepper-header");
|
|
2325
|
-
return
|
|
2325
|
+
return h(), w(n, null, {
|
|
2326
2326
|
default: _(() => [
|
|
2327
2327
|
B(t.$slots, "default")
|
|
2328
2328
|
]),
|
|
@@ -2339,7 +2339,7 @@ const ea = /* @__PURE__ */ Te(Zl, [["render", Ql]]), ta = /* @__PURE__ */ $({
|
|
|
2339
2339
|
const e = t, { property: n } = l(e, ["settings", "value"]);
|
|
2340
2340
|
return (o, s) => {
|
|
2341
2341
|
const r = A("v-stepper-item");
|
|
2342
|
-
return
|
|
2342
|
+
return h(), w(r, { value: i(n) }, {
|
|
2343
2343
|
default: _(() => [
|
|
2344
2344
|
B(o.$slots, "default")
|
|
2345
2345
|
]),
|
|
@@ -2350,7 +2350,7 @@ const ea = /* @__PURE__ */ Te(Zl, [["render", Ql]]), ta = /* @__PURE__ */ $({
|
|
|
2350
2350
|
}), na = {};
|
|
2351
2351
|
function ia(t, e) {
|
|
2352
2352
|
const n = A("v-stepper-window");
|
|
2353
|
-
return
|
|
2353
|
+
return h(), w(n, null, {
|
|
2354
2354
|
default: _(() => [
|
|
2355
2355
|
B(t.$slots, "default")
|
|
2356
2356
|
]),
|
|
@@ -2367,7 +2367,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2367
2367
|
const e = t, { property: n } = l(e, ["settings", "value"]);
|
|
2368
2368
|
return (o, s) => {
|
|
2369
2369
|
const r = A("v-stepper-window-item");
|
|
2370
|
-
return
|
|
2370
|
+
return h(), w(r, { value: i(n) }, {
|
|
2371
2371
|
default: _(() => [
|
|
2372
2372
|
B(o.$slots, "default")
|
|
2373
2373
|
]),
|
|
@@ -2394,22 +2394,22 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2394
2394
|
]), { property: a } = l(e, [
|
|
2395
2395
|
"settings",
|
|
2396
2396
|
"indeterminate"
|
|
2397
|
-
]), { property: c } = l(e, ["settings", "inline"]), { property:
|
|
2398
|
-
return (b,
|
|
2397
|
+
]), { property: c } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: m } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: d } = G(), { property: y } = l(e, ["settings", "value"]);
|
|
2398
|
+
return (b, g) => {
|
|
2399
2399
|
const k = A("v-switch");
|
|
2400
|
-
return
|
|
2400
|
+
return h(), w(i(F), { "fit-content": !0 }, {
|
|
2401
2401
|
default: _(() => [
|
|
2402
2402
|
W(k, {
|
|
2403
2403
|
modelValue: i(y),
|
|
2404
|
-
"onUpdate:modelValue":
|
|
2404
|
+
"onUpdate:modelValue": g[0] || (g[0] = (x) => J(y) ? y.value = x : null),
|
|
2405
2405
|
density: i(n),
|
|
2406
2406
|
direction: i(o),
|
|
2407
2407
|
disabled: i(s),
|
|
2408
2408
|
"hide-details": i(r),
|
|
2409
2409
|
indeterminate: i(a),
|
|
2410
2410
|
inline: i(c),
|
|
2411
|
-
inset: i(
|
|
2412
|
-
label: i(
|
|
2411
|
+
inset: i(p),
|
|
2412
|
+
label: i(m),
|
|
2413
2413
|
loading: i(u),
|
|
2414
2414
|
theme: i(d)
|
|
2415
2415
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
@@ -2429,11 +2429,11 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2429
2429
|
const c = {};
|
|
2430
2430
|
return n === "editor" && (c.pointerEvents = "none"), c;
|
|
2431
2431
|
});
|
|
2432
|
-
return (c,
|
|
2433
|
-
const
|
|
2434
|
-
return
|
|
2432
|
+
return (c, p) => {
|
|
2433
|
+
const m = A("v-tab");
|
|
2434
|
+
return h(), w(i(F), null, {
|
|
2435
2435
|
default: _(() => [
|
|
2436
|
-
W(
|
|
2436
|
+
W(m, {
|
|
2437
2437
|
style: ee(a.value),
|
|
2438
2438
|
text: i(o),
|
|
2439
2439
|
theme: i(s),
|
|
@@ -2465,7 +2465,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2465
2465
|
"settings",
|
|
2466
2466
|
"color",
|
|
2467
2467
|
"selectedColor"
|
|
2468
|
-
]), { color: c } = K(a), { property:
|
|
2468
|
+
]), { color: c } = K(a), { property: p } = l(e, ["settings", "density"]), { property: m } = l(e, [
|
|
2469
2469
|
"settings",
|
|
2470
2470
|
"direction"
|
|
2471
2471
|
]), { property: u } = l(e, [
|
|
@@ -2477,7 +2477,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2477
2477
|
]), { property: y } = l(e, ["settings", "grow"]), { property: b } = l(e, [
|
|
2478
2478
|
"settings",
|
|
2479
2479
|
"hideSlider"
|
|
2480
|
-
]), { property:
|
|
2480
|
+
]), { property: g } = l(e, ["settings", "items"]), { property: k } = l(e, [
|
|
2481
2481
|
"settings",
|
|
2482
2482
|
"mandatory"
|
|
2483
2483
|
]), { property: x } = l(e, [
|
|
@@ -2490,7 +2490,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2490
2490
|
]), { color: I } = K(S), { property: P } = l(e, ["settings", "stacked"]), { theme: E } = G(), { property: D } = l(e, ["settings", "value"]);
|
|
2491
2491
|
return (j, R) => {
|
|
2492
2492
|
const C = A("v-tabs");
|
|
2493
|
-
return
|
|
2493
|
+
return h(), w(i(F), { block: "" }, {
|
|
2494
2494
|
default: _(() => [
|
|
2495
2495
|
W(C, {
|
|
2496
2496
|
modelValue: i(D),
|
|
@@ -2499,13 +2499,13 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2499
2499
|
"bg-color": i(s),
|
|
2500
2500
|
"center-active": i(r),
|
|
2501
2501
|
color: i(c),
|
|
2502
|
-
density: i(
|
|
2503
|
-
direction: i(
|
|
2502
|
+
density: i(p),
|
|
2503
|
+
direction: i(m),
|
|
2504
2504
|
disabled: i(u),
|
|
2505
2505
|
"fixed-tabs": i(d),
|
|
2506
2506
|
grow: i(y),
|
|
2507
2507
|
"hide-slider": i(b),
|
|
2508
|
-
items: i(
|
|
2508
|
+
items: i(g),
|
|
2509
2509
|
mandatory: i(k),
|
|
2510
2510
|
"show-arrows": i(x),
|
|
2511
2511
|
"slider-color": i(I),
|
|
@@ -2535,14 +2535,14 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2535
2535
|
]), { property: r } = l(e, [
|
|
2536
2536
|
"settings",
|
|
2537
2537
|
"emphasis"
|
|
2538
|
-
]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property:
|
|
2538
|
+
]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: p } = l(e, ["settings", "weight"]), m = v(() => {
|
|
2539
2539
|
const u = [], d = Oe(n.value.width), y = Ae(d, e.node.settings?.style);
|
|
2540
|
-
return y && u.push(`text-${y}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`),
|
|
2540
|
+
return y && u.push(`text-${y}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`), p.value && u.push(`font-weight-${p.value}`), a.value && u.push("font-italic"), u.join(" ");
|
|
2541
2541
|
});
|
|
2542
|
-
return (u, d) => (
|
|
2542
|
+
return (u, d) => (h(), w(i(F), null, {
|
|
2543
2543
|
default: _(() => [
|
|
2544
2544
|
Y("span", {
|
|
2545
|
-
class: nr(
|
|
2545
|
+
class: nr(m.value)
|
|
2546
2546
|
}, ir(i(c)), 3)
|
|
2547
2547
|
]),
|
|
2548
2548
|
_: 1
|
|
@@ -2564,7 +2564,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2564
2564
|
]), { property: s } = l(e, ["settings", "density"]), { property: r } = l(e, [
|
|
2565
2565
|
"settings",
|
|
2566
2566
|
"disabled"
|
|
2567
|
-
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property:
|
|
2567
|
+
]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "maxRows"]), { property: m } = l(e, [
|
|
2568
2568
|
"settings",
|
|
2569
2569
|
"placeholder"
|
|
2570
2570
|
]), { property: u } = l(e, [
|
|
@@ -2573,10 +2573,10 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2573
2573
|
]), { property: d } = l(e, ["settings", "reverse"]), { property: y } = l(e, ["settings", "rows"]), { property: b } = l(e, [
|
|
2574
2574
|
"settings",
|
|
2575
2575
|
"singleLine"
|
|
2576
|
-
]), { theme:
|
|
2576
|
+
]), { theme: g } = G(), { property: k } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
|
|
2577
2577
|
return (S, I) => {
|
|
2578
2578
|
const P = A("v-textarea");
|
|
2579
|
-
return
|
|
2579
|
+
return h(), w(i(F), { block: "" }, {
|
|
2580
2580
|
default: _(() => [
|
|
2581
2581
|
W(P, {
|
|
2582
2582
|
modelValue: i(k),
|
|
@@ -2587,13 +2587,13 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2587
2587
|
disabled: i(r),
|
|
2588
2588
|
label: i(a),
|
|
2589
2589
|
loading: i(c),
|
|
2590
|
-
"max-rows": i(
|
|
2591
|
-
placeholder: i(
|
|
2590
|
+
"max-rows": i(p),
|
|
2591
|
+
placeholder: i(m),
|
|
2592
2592
|
readonly: i(u),
|
|
2593
2593
|
reverse: i(d),
|
|
2594
2594
|
rows: i(y),
|
|
2595
2595
|
"single-line": i(b),
|
|
2596
|
-
theme: i(
|
|
2596
|
+
theme: i(g),
|
|
2597
2597
|
variant: i(x)
|
|
2598
2598
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2599
2599
|
]),
|
|
@@ -2601,7 +2601,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2601
2601
|
});
|
|
2602
2602
|
};
|
|
2603
2603
|
}
|
|
2604
|
-
}),
|
|
2604
|
+
}), pa = /* @__PURE__ */ $({
|
|
2605
2605
|
__name: "index",
|
|
2606
2606
|
props: {
|
|
2607
2607
|
node: {},
|
|
@@ -2623,16 +2623,16 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2623
2623
|
]), { property: a } = l(e, ["settings", "density"]), { property: c } = l(e, [
|
|
2624
2624
|
"settings",
|
|
2625
2625
|
"disabled"
|
|
2626
|
-
]), { property:
|
|
2626
|
+
]), { property: p } = l(e, [
|
|
2627
2627
|
"settings",
|
|
2628
2628
|
"hideDetails"
|
|
2629
|
-
]), { property:
|
|
2629
|
+
]), { property: m } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: d } = l(e, [
|
|
2630
2630
|
"settings",
|
|
2631
2631
|
"placeholder"
|
|
2632
2632
|
]), { property: y } = l(e, ["settings", "prefix"]), { property: b } = l(e, [
|
|
2633
2633
|
"settings",
|
|
2634
2634
|
"prependIcon"
|
|
2635
|
-
]), { property:
|
|
2635
|
+
]), { property: g } = l(e, [
|
|
2636
2636
|
"settings",
|
|
2637
2637
|
"prependInnerIcon"
|
|
2638
2638
|
]), { property: k } = l(e, [
|
|
@@ -2653,7 +2653,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2653
2653
|
]);
|
|
2654
2654
|
return (X, ie) => {
|
|
2655
2655
|
const _e = A("v-text-field");
|
|
2656
|
-
return
|
|
2656
|
+
return h(), w(i(F), { block: "" }, {
|
|
2657
2657
|
default: _(() => [
|
|
2658
2658
|
W(_e, {
|
|
2659
2659
|
modelValue: i(E),
|
|
@@ -2664,13 +2664,13 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2664
2664
|
clearable: i(r),
|
|
2665
2665
|
density: i(a),
|
|
2666
2666
|
disabled: i(c),
|
|
2667
|
-
"hide-details": i(
|
|
2668
|
-
label: i(
|
|
2667
|
+
"hide-details": i(p),
|
|
2668
|
+
label: i(m),
|
|
2669
2669
|
loading: i(u),
|
|
2670
2670
|
placeholder: i(d),
|
|
2671
2671
|
prefix: i(y),
|
|
2672
2672
|
"prepend-icon": i(b),
|
|
2673
|
-
"prepend-inner-icon": i(
|
|
2673
|
+
"prepend-inner-icon": i(g),
|
|
2674
2674
|
readonly: i(k),
|
|
2675
2675
|
reverse: i(x),
|
|
2676
2676
|
"single-line": i(S),
|
|
@@ -2681,7 +2681,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2681
2681
|
i(j) ? {
|
|
2682
2682
|
name: "append",
|
|
2683
2683
|
fn: _(() => [
|
|
2684
|
-
W(i(
|
|
2684
|
+
W(i(ge), {
|
|
2685
2685
|
id: "append",
|
|
2686
2686
|
"ref-context": { compId: i(j) },
|
|
2687
2687
|
state: {}
|
|
@@ -2692,7 +2692,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2692
2692
|
i(R) ? {
|
|
2693
2693
|
name: "append-inner",
|
|
2694
2694
|
fn: _(() => [
|
|
2695
|
-
W(i(
|
|
2695
|
+
W(i(ge), {
|
|
2696
2696
|
id: "append-inner",
|
|
2697
2697
|
"ref-context": { compId: i(R) },
|
|
2698
2698
|
state: {}
|
|
@@ -2703,7 +2703,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2703
2703
|
i(C) ? {
|
|
2704
2704
|
name: "prepend",
|
|
2705
2705
|
fn: _(() => [
|
|
2706
|
-
W(i(
|
|
2706
|
+
W(i(ge), {
|
|
2707
2707
|
id: "prepend",
|
|
2708
2708
|
"ref-context": { compId: i(C) },
|
|
2709
2709
|
state: {}
|
|
@@ -2714,7 +2714,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2714
2714
|
i(N) ? {
|
|
2715
2715
|
name: "prepend-inner",
|
|
2716
2716
|
fn: _(() => [
|
|
2717
|
-
W(i(
|
|
2717
|
+
W(i(ge), {
|
|
2718
2718
|
id: "prepend-inner",
|
|
2719
2719
|
"ref-context": { compId: i(N) },
|
|
2720
2720
|
state: {}
|
|
@@ -2728,7 +2728,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2728
2728
|
});
|
|
2729
2729
|
};
|
|
2730
2730
|
}
|
|
2731
|
-
}),
|
|
2731
|
+
}), ma = /* @__PURE__ */ $({
|
|
2732
2732
|
__name: "index",
|
|
2733
2733
|
props: {
|
|
2734
2734
|
node: {},
|
|
@@ -2746,14 +2746,14 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2746
2746
|
"settings",
|
|
2747
2747
|
"dot",
|
|
2748
2748
|
"fill"
|
|
2749
|
-
]), { property:
|
|
2749
|
+
]), { property: p } = l(e, [
|
|
2750
2750
|
"settings",
|
|
2751
2751
|
"hideOpposite"
|
|
2752
|
-
]), { property:
|
|
2752
|
+
]), { property: m } = l(e, [
|
|
2753
2753
|
"settings",
|
|
2754
2754
|
"line",
|
|
2755
2755
|
"color"
|
|
2756
|
-
]), { color: u } = K(
|
|
2756
|
+
]), { color: u } = K(m), { property: d } = l(e, [
|
|
2757
2757
|
"settings",
|
|
2758
2758
|
"line",
|
|
2759
2759
|
"inset"
|
|
@@ -2761,26 +2761,26 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2761
2761
|
"settings",
|
|
2762
2762
|
"line",
|
|
2763
2763
|
"thickness"
|
|
2764
|
-
]), { property: b } = l(e, ["settings", "side"]), { property:
|
|
2764
|
+
]), { property: b } = l(e, ["settings", "side"]), { property: g } = l(e, [
|
|
2765
2765
|
"settings",
|
|
2766
2766
|
"line",
|
|
2767
2767
|
"truncate"
|
|
2768
2768
|
]), { theme: k } = G();
|
|
2769
2769
|
return (x, S) => {
|
|
2770
2770
|
const I = A("v-timeline");
|
|
2771
|
-
return
|
|
2771
|
+
return h(), w(I, {
|
|
2772
2772
|
align: i(n),
|
|
2773
2773
|
density: i(o),
|
|
2774
2774
|
direction: i(s),
|
|
2775
2775
|
"dot-color": i(a),
|
|
2776
2776
|
"fill-dot": i(c),
|
|
2777
|
-
"hide-opposite": i(
|
|
2777
|
+
"hide-opposite": i(p),
|
|
2778
2778
|
"line-color": i(u),
|
|
2779
2779
|
"line-inset": i(d),
|
|
2780
2780
|
"line-thickness": i(y),
|
|
2781
2781
|
side: i(b),
|
|
2782
2782
|
theme: i(k),
|
|
2783
|
-
"truncate-line": i(
|
|
2783
|
+
"truncate-line": i(g)
|
|
2784
2784
|
}, {
|
|
2785
2785
|
default: _(() => [
|
|
2786
2786
|
B(x.$slots, "default")
|
|
@@ -2792,7 +2792,7 @@ const oa = /* @__PURE__ */ Te(na, [["render", ia]]), ra = /* @__PURE__ */ $({
|
|
|
2792
2792
|
}), da = {};
|
|
2793
2793
|
function ya(t, e) {
|
|
2794
2794
|
const n = A("v-timeline-item");
|
|
2795
|
-
return
|
|
2795
|
+
return h(), w(n, null, {
|
|
2796
2796
|
default: _(() => [
|
|
2797
2797
|
B(t.$slots, "default")
|
|
2798
2798
|
]),
|
|
@@ -2818,18 +2818,18 @@ const fa = /* @__PURE__ */ Te(da, [["render", ya]]), ba = /* @__PURE__ */ $({
|
|
|
2818
2818
|
]), { property: r } = l(e, ["settings", "reverse"]), { property: a } = l(e, [
|
|
2819
2819
|
"settings",
|
|
2820
2820
|
"showArrows"
|
|
2821
|
-
]), { property: c } = l(e, ["settings", "touch"]), { theme:
|
|
2821
|
+
]), { property: c } = l(e, ["settings", "touch"]), { theme: p } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
2822
2822
|
return (u, d) => {
|
|
2823
2823
|
const y = A("v-window");
|
|
2824
|
-
return
|
|
2825
|
-
modelValue: i(
|
|
2826
|
-
"onUpdate:modelValue": d[0] || (d[0] = (b) => J(
|
|
2824
|
+
return h(), w(y, {
|
|
2825
|
+
modelValue: i(m),
|
|
2826
|
+
"onUpdate:modelValue": d[0] || (d[0] = (b) => J(m) ? m.value = b : null),
|
|
2827
2827
|
continuous: i(n),
|
|
2828
2828
|
direction: i(s),
|
|
2829
2829
|
disabled: i(o),
|
|
2830
2830
|
reverse: i(r),
|
|
2831
2831
|
"show-arrows": i(a),
|
|
2832
|
-
theme: i(
|
|
2832
|
+
theme: i(p),
|
|
2833
2833
|
touch: i(c)
|
|
2834
2834
|
}, {
|
|
2835
2835
|
default: _(() => [
|
|
@@ -2839,17 +2839,17 @@ const fa = /* @__PURE__ */ Te(da, [["render", ya]]), ba = /* @__PURE__ */ $({
|
|
|
2839
2839
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2840
2840
|
};
|
|
2841
2841
|
}
|
|
2842
|
-
}),
|
|
2843
|
-
function
|
|
2842
|
+
}), ga = {};
|
|
2843
|
+
function ha(t, e) {
|
|
2844
2844
|
const n = A("v-window-item");
|
|
2845
|
-
return
|
|
2845
|
+
return h(), w(n, null, {
|
|
2846
2846
|
default: _(() => [
|
|
2847
2847
|
B(t.$slots, "default")
|
|
2848
2848
|
]),
|
|
2849
2849
|
_: 3
|
|
2850
2850
|
});
|
|
2851
2851
|
}
|
|
2852
|
-
const xa = /* @__PURE__ */ Te(
|
|
2852
|
+
const xa = /* @__PURE__ */ Te(ga, [["render", ha]]), Qe = "ambient_light_v1", et = "badge_v1", On = "breadcrumbs_v1", tt = "bar_chart_v1", nt = "box_geometry_v1", it = "btn_v1", ot = "btn_group_v1", rt = "btn_toggle_v1", st = "card_v1", lt = "checkbox_v1", at = "chip_v1", ct = "chip_group_v1", ut = "color_picker_v1", pt = "combobox_v1", mt = "container_v1", dt = "data_table_v1", yt = "date_picker_v1", ft = "dialog_v1", bt = "directional_light_v1", gt = "file_input_v1", ht = "flex_layout_v1", To = "flex_layout_entry_v1", xt = "form_v1", un = "globality_v1", vt = "group_v1", kt = "icon_v1", _t = "keyboard_controls_v1", wt = "line_chart_v1", Vt = "map_controls_v1", St = "menu_v1", $t = "mesh_v1", va = "mesh_basic_material_v1", It = "multiple_ref_v1", Ct = "number_input_v1", Pt = "orbit_controls_v1", Tt = "orthographic_camera_v1", zt = "pagination_v1", At = "perspective_camera_v1", Lt = "point_light_v1", zo = "radio_v1", Et = "radio_group_v1", Bt = "range_slider_v1", Be = "reference_v1", Rt = "rating_v1", Mt = "render_switch_v1", Wt = "select_v1", Dt = "slider_v1", Ft = "sphere_geometry_v1", Gt = "spot_light_v1", Nt = "stepper_v1", Ao = "stepper_header_v1", Lo = "stepper_item_v1", Eo = "stepper_window_v1", Bo = "stepper_window_item_v1", jt = "switch_v1", Ro = "tab_v1", Un = "table_v1", Ht = "tabs_v1", Kt = "text_v1", Ot = "textarea_v1", Ut = "text_field_v1", Jt = "timeline_v1", Mo = "timeline_item_v1", qt = "window_v1", Wo = "window_item_v1", f = {
|
|
2853
2853
|
key: "basic",
|
|
2854
2854
|
name: "x-runtime-lib.basic",
|
|
2855
2855
|
children: [
|
|
@@ -3388,19 +3388,19 @@ const Va = /* @__PURE__ */ $({
|
|
|
3388
3388
|
__name: "index",
|
|
3389
3389
|
setup(t) {
|
|
3390
3390
|
const e = H();
|
|
3391
|
-
return (n, o) => i(e) !== "editor" ? (
|
|
3391
|
+
return (n, o) => i(e) !== "editor" ? (h(), w(i(kr), { key: 0 })) : ne("", !0);
|
|
3392
3392
|
}
|
|
3393
3393
|
}), Sa = /* @__PURE__ */ $({
|
|
3394
3394
|
__name: "index",
|
|
3395
3395
|
setup(t) {
|
|
3396
3396
|
const e = H();
|
|
3397
|
-
return (n, o) => i(e) !== "editor" ? (
|
|
3397
|
+
return (n, o) => i(e) !== "editor" ? (h(), w(i(_r), { key: 0 })) : ne("", !0);
|
|
3398
3398
|
}
|
|
3399
3399
|
}), $a = /* @__PURE__ */ $({
|
|
3400
3400
|
__name: "index",
|
|
3401
3401
|
setup(t) {
|
|
3402
3402
|
const e = H();
|
|
3403
|
-
return (n, o) => i(e) !== "editor" ? (
|
|
3403
|
+
return (n, o) => i(e) !== "editor" ? (h(), w(i(wr), { key: 0 })) : ne("", !0);
|
|
3404
3404
|
}
|
|
3405
3405
|
}), Ia = {
|
|
3406
3406
|
key: _t,
|
|
@@ -3485,7 +3485,7 @@ function za(t, e) {
|
|
|
3485
3485
|
);
|
|
3486
3486
|
return;
|
|
3487
3487
|
}
|
|
3488
|
-
const s =
|
|
3488
|
+
const s = pn.properties[o];
|
|
3489
3489
|
if (!s) {
|
|
3490
3490
|
console.error(
|
|
3491
3491
|
`boxGeometryV1/spawnBoxGeometry properties not found, ${n}`
|
|
@@ -3493,7 +3493,7 @@ function za(t, e) {
|
|
|
3493
3493
|
return;
|
|
3494
3494
|
}
|
|
3495
3495
|
const r = {};
|
|
3496
|
-
return z(r, s), r.basic.id = T(16), r.basic.key =
|
|
3496
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = pn.key, r.settings = {
|
|
3497
3497
|
width: 1,
|
|
3498
3498
|
height: 1,
|
|
3499
3499
|
depth: 1,
|
|
@@ -3564,7 +3564,7 @@ const ui = {
|
|
|
3564
3564
|
default: 1
|
|
3565
3565
|
}
|
|
3566
3566
|
]
|
|
3567
|
-
},
|
|
3567
|
+
}, pn = {
|
|
3568
3568
|
key: nt,
|
|
3569
3569
|
name: "x-runtime-lib.boxGeometry",
|
|
3570
3570
|
comp: Hr,
|
|
@@ -3578,7 +3578,7 @@ const ui = {
|
|
|
3578
3578
|
leaf: !0,
|
|
3579
3579
|
spawn: Ta
|
|
3580
3580
|
};
|
|
3581
|
-
V(
|
|
3581
|
+
V(pn);
|
|
3582
3582
|
function La(t, e) {
|
|
3583
3583
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
3584
3584
|
if (!o) {
|
|
@@ -3620,7 +3620,7 @@ function Ea(t, e) {
|
|
|
3620
3620
|
);
|
|
3621
3621
|
return;
|
|
3622
3622
|
}
|
|
3623
|
-
const s =
|
|
3623
|
+
const s = mn.properties[o];
|
|
3624
3624
|
if (!s) {
|
|
3625
3625
|
console.error(
|
|
3626
3626
|
`sphereGeometryV1/spawnSphereGeometry properties not found, ${n}`
|
|
@@ -3628,7 +3628,7 @@ function Ea(t, e) {
|
|
|
3628
3628
|
return;
|
|
3629
3629
|
}
|
|
3630
3630
|
const r = {};
|
|
3631
|
-
return z(r, s), r.basic.id = T(16), r.basic.key =
|
|
3631
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = mn.key, r.settings = {
|
|
3632
3632
|
radius: 1,
|
|
3633
3633
|
widthSegements: 32,
|
|
3634
3634
|
heightSegements: 16,
|
|
@@ -3656,7 +3656,7 @@ function Ba(t, e) {
|
|
|
3656
3656
|
const r = {};
|
|
3657
3657
|
return z(r, s), r.basic.id = T(16), r.basic.key = Re.key, r;
|
|
3658
3658
|
}
|
|
3659
|
-
const
|
|
3659
|
+
const pi = {
|
|
3660
3660
|
key: "settings",
|
|
3661
3661
|
name: "x-runtime-lib.settings",
|
|
3662
3662
|
children: [
|
|
@@ -3708,13 +3708,13 @@ const mi = {
|
|
|
3708
3708
|
default: 3.141593
|
|
3709
3709
|
}
|
|
3710
3710
|
]
|
|
3711
|
-
},
|
|
3711
|
+
}, mn = {
|
|
3712
3712
|
key: Ft,
|
|
3713
3713
|
name: "x-runtime-lib.sphereGeometry",
|
|
3714
3714
|
comp: Or,
|
|
3715
3715
|
properties: {
|
|
3716
|
-
pageScene: [f,
|
|
3717
|
-
compScene: [f,
|
|
3716
|
+
pageScene: [f, pi],
|
|
3717
|
+
compScene: [f, pi]
|
|
3718
3718
|
},
|
|
3719
3719
|
events: [],
|
|
3720
3720
|
methods: [],
|
|
@@ -3722,12 +3722,12 @@ const mi = {
|
|
|
3722
3722
|
leaf: !0,
|
|
3723
3723
|
spawn: La
|
|
3724
3724
|
};
|
|
3725
|
-
V(
|
|
3725
|
+
V(mn);
|
|
3726
3726
|
const Xt = M(O);
|
|
3727
3727
|
Xt.children[0].default = "custom";
|
|
3728
3728
|
Xt.children[2].children[0].default = "0xffffff";
|
|
3729
3729
|
Xt.children[2].children[1].default = "0xffffff";
|
|
3730
|
-
const
|
|
3730
|
+
const mi = {
|
|
3731
3731
|
key: "settings",
|
|
3732
3732
|
name: "x-runtime-lib.settings",
|
|
3733
3733
|
children: [
|
|
@@ -3745,8 +3745,8 @@ const pi = {
|
|
|
3745
3745
|
name: "x-runtime-lib.ambientLight",
|
|
3746
3746
|
comp: Jr,
|
|
3747
3747
|
properties: {
|
|
3748
|
-
pageScene: [f, q,
|
|
3749
|
-
compScene: [f, q,
|
|
3748
|
+
pageScene: [f, q, mi],
|
|
3749
|
+
compScene: [f, q, mi]
|
|
3750
3750
|
},
|
|
3751
3751
|
events: [],
|
|
3752
3752
|
methods: [],
|
|
@@ -4002,7 +4002,7 @@ function Na(t, e) {
|
|
|
4002
4002
|
}
|
|
4003
4003
|
], r;
|
|
4004
4004
|
}
|
|
4005
|
-
const
|
|
4005
|
+
const gi = {
|
|
4006
4006
|
key: "series",
|
|
4007
4007
|
name: "x-runtime-lib.series",
|
|
4008
4008
|
children: [
|
|
@@ -4028,8 +4028,8 @@ const hi = {
|
|
|
4028
4028
|
name: "x-runtime-lib.lineChart",
|
|
4029
4029
|
comp: fl,
|
|
4030
4030
|
properties: {
|
|
4031
|
-
pageCommon: [f, U, qe, Xe, Ye, Je,
|
|
4032
|
-
compCommon: [f, U, qe, Xe, Ye, Je,
|
|
4031
|
+
pageCommon: [f, U, qe, Xe, Ye, Je, gi],
|
|
4032
|
+
compCommon: [f, U, qe, Xe, Ye, Je, gi]
|
|
4033
4033
|
},
|
|
4034
4034
|
events: [],
|
|
4035
4035
|
methods: [],
|
|
@@ -4052,7 +4052,7 @@ const ja = {
|
|
|
4052
4052
|
leaf: !0
|
|
4053
4053
|
};
|
|
4054
4054
|
V(ja);
|
|
4055
|
-
const
|
|
4055
|
+
const hi = {
|
|
4056
4056
|
key: "reference",
|
|
4057
4057
|
name: "x-runtime-lib.reference",
|
|
4058
4058
|
children: [
|
|
@@ -4066,10 +4066,10 @@ const gi = {
|
|
|
4066
4066
|
}, Ha = {
|
|
4067
4067
|
key: Be,
|
|
4068
4068
|
name: "x-runtime-lib.reference",
|
|
4069
|
-
comp:
|
|
4069
|
+
comp: gl,
|
|
4070
4070
|
properties: {
|
|
4071
|
-
pageCommon: [f, U,
|
|
4072
|
-
compCommon: [f, U,
|
|
4071
|
+
pageCommon: [f, U, hi],
|
|
4072
|
+
compCommon: [f, U, hi]
|
|
4073
4073
|
},
|
|
4074
4074
|
events: [],
|
|
4075
4075
|
methods: [],
|
|
@@ -4091,7 +4091,7 @@ const xi = {
|
|
|
4091
4091
|
}, Ka = {
|
|
4092
4092
|
key: Mt,
|
|
4093
4093
|
name: "x-runtime-lib.renderSwitch",
|
|
4094
|
-
comp:
|
|
4094
|
+
comp: hl,
|
|
4095
4095
|
properties: {
|
|
4096
4096
|
pageCommon: [f, xi],
|
|
4097
4097
|
compCommon: [f, xi]
|
|
@@ -4212,17 +4212,14 @@ const _i = {
|
|
|
4212
4212
|
default: !1
|
|
4213
4213
|
}
|
|
4214
4214
|
]
|
|
4215
|
-
},
|
|
4215
|
+
}, np = {
|
|
4216
4216
|
key: et,
|
|
4217
4217
|
name: "x-runtime-lib.badge",
|
|
4218
4218
|
comp: xl,
|
|
4219
4219
|
properties: {
|
|
4220
4220
|
pageCommon: [f, _i],
|
|
4221
4221
|
compCommon: [f, _i]
|
|
4222
|
-
}
|
|
4223
|
-
events: [],
|
|
4224
|
-
methods: [],
|
|
4225
|
-
slots: []
|
|
4222
|
+
}
|
|
4226
4223
|
};
|
|
4227
4224
|
function Ua(t, e) {
|
|
4228
4225
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
@@ -4336,12 +4333,9 @@ const Ja = M(O), wi = {
|
|
|
4336
4333
|
events: [
|
|
4337
4334
|
{
|
|
4338
4335
|
key: "click",
|
|
4339
|
-
name: "x-runtime-lib.click"
|
|
4340
|
-
params: []
|
|
4336
|
+
name: "x-runtime-lib.click"
|
|
4341
4337
|
}
|
|
4342
4338
|
],
|
|
4343
|
-
methods: [],
|
|
4344
|
-
slots: [],
|
|
4345
4339
|
leaf: !0,
|
|
4346
4340
|
spawn: Ua
|
|
4347
4341
|
};
|
|
@@ -4353,10 +4347,7 @@ const qa = {
|
|
|
4353
4347
|
properties: {
|
|
4354
4348
|
pageCommon: [f],
|
|
4355
4349
|
compCommon: [f]
|
|
4356
|
-
}
|
|
4357
|
-
events: [],
|
|
4358
|
-
methods: [],
|
|
4359
|
-
slots: []
|
|
4350
|
+
}
|
|
4360
4351
|
};
|
|
4361
4352
|
V(qa);
|
|
4362
4353
|
const Vi = {
|
|
@@ -4427,10 +4418,7 @@ const Vi = {
|
|
|
4427
4418
|
properties: {
|
|
4428
4419
|
pageCommon: [f, Vi],
|
|
4429
4420
|
compCommon: [f, Vi]
|
|
4430
|
-
}
|
|
4431
|
-
events: [],
|
|
4432
|
-
methods: [],
|
|
4433
|
-
slots: []
|
|
4421
|
+
}
|
|
4434
4422
|
};
|
|
4435
4423
|
V(Xa);
|
|
4436
4424
|
function Ya(t, e) {
|
|
@@ -4510,9 +4498,6 @@ const Si = {
|
|
|
4510
4498
|
pageCommon: [f, U, Si],
|
|
4511
4499
|
compCommon: [f, U, Si]
|
|
4512
4500
|
},
|
|
4513
|
-
events: [],
|
|
4514
|
-
methods: [],
|
|
4515
|
-
slots: [],
|
|
4516
4501
|
spawn: Ya
|
|
4517
4502
|
};
|
|
4518
4503
|
V(We);
|
|
@@ -4541,9 +4526,6 @@ const $i = {
|
|
|
4541
4526
|
pageCommon: [f, $i],
|
|
4542
4527
|
compCommon: [f, $i]
|
|
4543
4528
|
},
|
|
4544
|
-
events: [],
|
|
4545
|
-
methods: [],
|
|
4546
|
-
slots: [],
|
|
4547
4529
|
leaf: !0
|
|
4548
4530
|
};
|
|
4549
4531
|
V(Za);
|
|
@@ -4630,9 +4612,6 @@ const Qa = M(O), Ii = {
|
|
|
4630
4612
|
pageCommon: [f, Ii],
|
|
4631
4613
|
compCommon: [f, Ii]
|
|
4632
4614
|
},
|
|
4633
|
-
events: [],
|
|
4634
|
-
methods: [],
|
|
4635
|
-
slots: [],
|
|
4636
4615
|
leaf: !0
|
|
4637
4616
|
};
|
|
4638
4617
|
V(bn);
|
|
@@ -4642,13 +4621,13 @@ function ec(t, e) {
|
|
|
4642
4621
|
console.error(`chipGroupV1/spawn property tag not found, ${n}`);
|
|
4643
4622
|
return;
|
|
4644
4623
|
}
|
|
4645
|
-
const s =
|
|
4624
|
+
const s = gn.properties[o];
|
|
4646
4625
|
if (!s) {
|
|
4647
4626
|
console.error(`chipGroupV1/spawn properties not found, ${n}`);
|
|
4648
4627
|
return;
|
|
4649
4628
|
}
|
|
4650
4629
|
const r = {};
|
|
4651
|
-
return z(r, s), r.basic.id = T(16), r.basic.key =
|
|
4630
|
+
return z(r, s), r.basic.id = T(16), r.basic.key = gn.key, r.children = [
|
|
4652
4631
|
Se(t, e, "chip1", "chip 1"),
|
|
4653
4632
|
Se(t, e, "chip2", "chip 2"),
|
|
4654
4633
|
Se(t, e, "chip3", "chip 3"),
|
|
@@ -4725,7 +4704,7 @@ const Ci = {
|
|
|
4725
4704
|
default: !1
|
|
4726
4705
|
}
|
|
4727
4706
|
]
|
|
4728
|
-
},
|
|
4707
|
+
}, gn = {
|
|
4729
4708
|
key: ct,
|
|
4730
4709
|
name: "x-runtime-lib.chipGroup",
|
|
4731
4710
|
comp: Cl,
|
|
@@ -4733,12 +4712,9 @@ const Ci = {
|
|
|
4733
4712
|
pageCommon: [f, Ci],
|
|
4734
4713
|
compCommon: [f, Ci]
|
|
4735
4714
|
},
|
|
4736
|
-
events: [],
|
|
4737
|
-
methods: [],
|
|
4738
|
-
slots: [],
|
|
4739
4715
|
spawn: ec
|
|
4740
4716
|
};
|
|
4741
|
-
V(
|
|
4717
|
+
V(gn);
|
|
4742
4718
|
const tc = {
|
|
4743
4719
|
key: ut,
|
|
4744
4720
|
name: "x-runtime-lib.colorPicker",
|
|
@@ -4747,9 +4723,6 @@ const tc = {
|
|
|
4747
4723
|
pageCommon: [f],
|
|
4748
4724
|
compCommon: [f]
|
|
4749
4725
|
},
|
|
4750
|
-
events: [],
|
|
4751
|
-
methods: [],
|
|
4752
|
-
slots: [],
|
|
4753
4726
|
leaf: !0
|
|
4754
4727
|
};
|
|
4755
4728
|
V(tc);
|
|
@@ -4795,16 +4768,13 @@ const Pi = {
|
|
|
4795
4768
|
}
|
|
4796
4769
|
]
|
|
4797
4770
|
}, nc = {
|
|
4798
|
-
key:
|
|
4771
|
+
key: pt,
|
|
4799
4772
|
name: "x-runtime-lib.combobox",
|
|
4800
4773
|
comp: Tl,
|
|
4801
4774
|
properties: {
|
|
4802
4775
|
pageCommon: [f, Pi],
|
|
4803
4776
|
compCommon: [f, Pi]
|
|
4804
4777
|
},
|
|
4805
|
-
events: [],
|
|
4806
|
-
methods: [],
|
|
4807
|
-
slots: [],
|
|
4808
4778
|
leaf: !0
|
|
4809
4779
|
};
|
|
4810
4780
|
V(nc);
|
|
@@ -4815,8 +4785,8 @@ const Ti = {
|
|
|
4815
4785
|
key: "settings",
|
|
4816
4786
|
name: "x-runtime-lib.settings",
|
|
4817
4787
|
children: [Jn]
|
|
4818
|
-
},
|
|
4819
|
-
key:
|
|
4788
|
+
}, hn = {
|
|
4789
|
+
key: mt,
|
|
4820
4790
|
name: "x-runtime-lib.container",
|
|
4821
4791
|
comp: zl,
|
|
4822
4792
|
properties: {
|
|
@@ -4826,14 +4796,11 @@ const Ti = {
|
|
|
4826
4796
|
events: [
|
|
4827
4797
|
{
|
|
4828
4798
|
key: "click",
|
|
4829
|
-
name: "x-runtime-lib.click"
|
|
4830
|
-
params: []
|
|
4799
|
+
name: "x-runtime-lib.click"
|
|
4831
4800
|
}
|
|
4832
|
-
]
|
|
4833
|
-
methods: [],
|
|
4834
|
-
slots: []
|
|
4801
|
+
]
|
|
4835
4802
|
};
|
|
4836
|
-
V(
|
|
4803
|
+
V(hn);
|
|
4837
4804
|
const zi = {
|
|
4838
4805
|
key: "size",
|
|
4839
4806
|
name: "x-runtime-lib.size",
|
|
@@ -4994,9 +4961,6 @@ const zi = {
|
|
|
4994
4961
|
pageCommon: [f, zi, Ai, Li],
|
|
4995
4962
|
compCommon: [f, zi, Ai, Li]
|
|
4996
4963
|
},
|
|
4997
|
-
events: [],
|
|
4998
|
-
methods: [],
|
|
4999
|
-
slots: [],
|
|
5000
4964
|
leaf: !0
|
|
5001
4965
|
};
|
|
5002
4966
|
V(ic);
|
|
@@ -5008,9 +4972,6 @@ const oc = {
|
|
|
5008
4972
|
pageCommon: [f],
|
|
5009
4973
|
compCommon: [f]
|
|
5010
4974
|
},
|
|
5011
|
-
events: [],
|
|
5012
|
-
methods: [],
|
|
5013
|
-
slots: [],
|
|
5014
4975
|
leaf: !0
|
|
5015
4976
|
};
|
|
5016
4977
|
V(oc);
|
|
@@ -5022,22 +4983,16 @@ const rc = {
|
|
|
5022
4983
|
pageCommon: [f],
|
|
5023
4984
|
compCommon: [f]
|
|
5024
4985
|
},
|
|
5025
|
-
events: [],
|
|
5026
4986
|
methods: [
|
|
5027
4987
|
{
|
|
5028
4988
|
key: "open",
|
|
5029
|
-
name: "x-runtime-lib.open"
|
|
5030
|
-
inputs: [],
|
|
5031
|
-
outputs: []
|
|
4989
|
+
name: "x-runtime-lib.open"
|
|
5032
4990
|
},
|
|
5033
4991
|
{
|
|
5034
4992
|
key: "close",
|
|
5035
|
-
name: "x-runtime-lib.close"
|
|
5036
|
-
inputs: [],
|
|
5037
|
-
outputs: []
|
|
4993
|
+
name: "x-runtime-lib.close"
|
|
5038
4994
|
}
|
|
5039
4995
|
],
|
|
5040
|
-
slots: [],
|
|
5041
4996
|
teleport: !0
|
|
5042
4997
|
};
|
|
5043
4998
|
V(rc);
|
|
@@ -5045,17 +5000,14 @@ const Ei = {
|
|
|
5045
5000
|
key: "settings",
|
|
5046
5001
|
name: "x-runtime-lib.settings",
|
|
5047
5002
|
children: []
|
|
5048
|
-
},
|
|
5049
|
-
key:
|
|
5003
|
+
}, ip = {
|
|
5004
|
+
key: gt,
|
|
5050
5005
|
name: "x-runtime-lib.fileInput",
|
|
5051
5006
|
comp: Rl,
|
|
5052
5007
|
properties: {
|
|
5053
5008
|
pageCommon: [f, Ei],
|
|
5054
5009
|
compCommon: [f, Ei]
|
|
5055
5010
|
},
|
|
5056
|
-
events: [],
|
|
5057
|
-
methods: [],
|
|
5058
|
-
slots: [],
|
|
5059
5011
|
leaf: !0
|
|
5060
5012
|
}, Bi = {
|
|
5061
5013
|
key: "settings",
|
|
@@ -5081,10 +5033,7 @@ const Ei = {
|
|
|
5081
5033
|
properties: {
|
|
5082
5034
|
pageCommon: [f, U, Bi],
|
|
5083
5035
|
compCommon: [f, U, Bi]
|
|
5084
|
-
}
|
|
5085
|
-
events: [],
|
|
5086
|
-
methods: [],
|
|
5087
|
-
slots: []
|
|
5036
|
+
}
|
|
5088
5037
|
};
|
|
5089
5038
|
V(xn);
|
|
5090
5039
|
function sc(t, e) {
|
|
@@ -5123,23 +5072,23 @@ function sc(t, e) {
|
|
|
5123
5072
|
lc(t, e)
|
|
5124
5073
|
], r;
|
|
5125
5074
|
}
|
|
5126
|
-
function vn(t, e, n, o, s, r, a, c,
|
|
5127
|
-
const
|
|
5075
|
+
function vn(t, e, n, o, s, r, a, c, p) {
|
|
5076
|
+
const m = `type=${t} subtype=${e}`, u = L(t, e);
|
|
5128
5077
|
if (!u) {
|
|
5129
5078
|
console.error(
|
|
5130
|
-
`flexLayoutV1/spawnContainer property tag not found, ${
|
|
5079
|
+
`flexLayoutV1/spawnContainer property tag not found, ${m}`
|
|
5131
5080
|
);
|
|
5132
5081
|
return;
|
|
5133
5082
|
}
|
|
5134
|
-
const d =
|
|
5083
|
+
const d = hn.properties[u];
|
|
5135
5084
|
if (!d) {
|
|
5136
5085
|
console.error(
|
|
5137
|
-
`flexLayoutV1/spawnContainer properties not found, ${
|
|
5086
|
+
`flexLayoutV1/spawnContainer properties not found, ${m}`
|
|
5138
5087
|
);
|
|
5139
5088
|
return;
|
|
5140
5089
|
}
|
|
5141
5090
|
const y = {};
|
|
5142
|
-
return z(y, d), y.basic.id = T(16), y.basic.key =
|
|
5091
|
+
return z(y, d), y.basic.id = T(16), y.basic.key = hn.key, o && (y.size.width = o), s && (y.size.minWidth = s), a && (y.size.height = a), c && (y.size.minHeight = c), n && (y.settings.backgroundColor.mode = "custom", y.settings.backgroundColor.custom.light = n, y.settings.backgroundColor.custom.dark = n), y.children = [], y;
|
|
5143
5092
|
}
|
|
5144
5093
|
function lc(t, e) {
|
|
5145
5094
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
@@ -5347,7 +5296,7 @@ const Ri = {
|
|
|
5347
5296
|
qn
|
|
5348
5297
|
]
|
|
5349
5298
|
}, De = {
|
|
5350
|
-
key:
|
|
5299
|
+
key: ht,
|
|
5351
5300
|
name: "x-runtime-lib.flexLayout",
|
|
5352
5301
|
comp: Ml,
|
|
5353
5302
|
properties: {
|
|
@@ -5357,12 +5306,9 @@ const Ri = {
|
|
|
5357
5306
|
events: [
|
|
5358
5307
|
{
|
|
5359
5308
|
key: "click",
|
|
5360
|
-
name: "x-runtime-lib.click"
|
|
5361
|
-
params: []
|
|
5309
|
+
name: "x-runtime-lib.click"
|
|
5362
5310
|
}
|
|
5363
5311
|
],
|
|
5364
|
-
methods: [],
|
|
5365
|
-
slots: [],
|
|
5366
5312
|
spawn: sc
|
|
5367
5313
|
};
|
|
5368
5314
|
V(De);
|
|
@@ -5519,7 +5465,7 @@ const Mi = {
|
|
|
5519
5465
|
}, kn = {
|
|
5520
5466
|
key: Ut,
|
|
5521
5467
|
name: "x-runtime-lib.textField",
|
|
5522
|
-
comp:
|
|
5468
|
+
comp: pa,
|
|
5523
5469
|
properties: {
|
|
5524
5470
|
pageCommon: [f, Mi, Wi],
|
|
5525
5471
|
compCommon: [f, Mi, Wi]
|
|
@@ -5529,27 +5475,19 @@ const Mi = {
|
|
|
5529
5475
|
slots: [
|
|
5530
5476
|
{
|
|
5531
5477
|
key: "append",
|
|
5532
|
-
name: "x-runtime-lib.append"
|
|
5533
|
-
props: [],
|
|
5534
|
-
methods: []
|
|
5478
|
+
name: "x-runtime-lib.append"
|
|
5535
5479
|
},
|
|
5536
5480
|
{
|
|
5537
5481
|
key: "appendInner",
|
|
5538
|
-
name: "x-runtime-lib.appendInner"
|
|
5539
|
-
props: [],
|
|
5540
|
-
methods: []
|
|
5482
|
+
name: "x-runtime-lib.appendInner"
|
|
5541
5483
|
},
|
|
5542
5484
|
{
|
|
5543
5485
|
key: "prepend",
|
|
5544
|
-
name: "x-runtime-lib.prepend"
|
|
5545
|
-
props: [],
|
|
5546
|
-
methods: []
|
|
5486
|
+
name: "x-runtime-lib.prepend"
|
|
5547
5487
|
},
|
|
5548
5488
|
{
|
|
5549
5489
|
key: "prependInner",
|
|
5550
|
-
name: "x-runtime-lib.prependInner"
|
|
5551
|
-
props: [],
|
|
5552
|
-
methods: []
|
|
5490
|
+
name: "x-runtime-lib.prependInner"
|
|
5553
5491
|
}
|
|
5554
5492
|
],
|
|
5555
5493
|
leaf: !0
|
|
@@ -5612,12 +5550,9 @@ const Di = {
|
|
|
5612
5550
|
events: [
|
|
5613
5551
|
{
|
|
5614
5552
|
key: "submit",
|
|
5615
|
-
name: "x-runtime-lib.submit"
|
|
5616
|
-
params: []
|
|
5553
|
+
name: "x-runtime-lib.submit"
|
|
5617
5554
|
}
|
|
5618
5555
|
],
|
|
5619
|
-
methods: [],
|
|
5620
|
-
slots: [],
|
|
5621
5556
|
spawn: ac
|
|
5622
5557
|
};
|
|
5623
5558
|
V(_n);
|
|
@@ -5646,7 +5581,7 @@ const uc = M(O), Fi = {
|
|
|
5646
5581
|
},
|
|
5647
5582
|
uc
|
|
5648
5583
|
]
|
|
5649
|
-
},
|
|
5584
|
+
}, pc = {
|
|
5650
5585
|
key: kt,
|
|
5651
5586
|
name: "x-runtime-lib.icon",
|
|
5652
5587
|
comp: Fl,
|
|
@@ -5654,13 +5589,10 @@ const uc = M(O), Fi = {
|
|
|
5654
5589
|
pageCommon: [f, Fi],
|
|
5655
5590
|
compCommon: [f, Fi]
|
|
5656
5591
|
},
|
|
5657
|
-
events: [],
|
|
5658
|
-
methods: [],
|
|
5659
|
-
slots: [],
|
|
5660
5592
|
leaf: !0
|
|
5661
5593
|
};
|
|
5662
|
-
V(
|
|
5663
|
-
const
|
|
5594
|
+
V(pc);
|
|
5595
|
+
const mc = {
|
|
5664
5596
|
key: St,
|
|
5665
5597
|
name: "x-runtime-lib.menu",
|
|
5666
5598
|
comp: Nl,
|
|
@@ -5668,25 +5600,19 @@ const pc = {
|
|
|
5668
5600
|
pageCommon: [f],
|
|
5669
5601
|
compCommon: [f]
|
|
5670
5602
|
},
|
|
5671
|
-
events: [],
|
|
5672
5603
|
methods: [
|
|
5673
5604
|
{
|
|
5674
5605
|
key: "open",
|
|
5675
|
-
name: "x-runtime-lib.open"
|
|
5676
|
-
inputs: [],
|
|
5677
|
-
outputs: []
|
|
5606
|
+
name: "x-runtime-lib.open"
|
|
5678
5607
|
},
|
|
5679
5608
|
{
|
|
5680
5609
|
key: "close",
|
|
5681
|
-
name: "x-runtime-lib.close"
|
|
5682
|
-
inputs: [],
|
|
5683
|
-
outputs: []
|
|
5610
|
+
name: "x-runtime-lib.close"
|
|
5684
5611
|
}
|
|
5685
5612
|
],
|
|
5686
|
-
slots: [],
|
|
5687
5613
|
teleport: !0
|
|
5688
5614
|
};
|
|
5689
|
-
V(
|
|
5615
|
+
V(mc);
|
|
5690
5616
|
function dc(t, e) {
|
|
5691
5617
|
const n = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5692
5618
|
if (!o) {
|
|
@@ -5879,32 +5805,25 @@ const Gi = {
|
|
|
5879
5805
|
events: [
|
|
5880
5806
|
{
|
|
5881
5807
|
key: "clickAppend",
|
|
5882
|
-
name: "x-runtime-lib.clickAppend"
|
|
5883
|
-
params: []
|
|
5808
|
+
name: "x-runtime-lib.clickAppend"
|
|
5884
5809
|
},
|
|
5885
5810
|
{
|
|
5886
5811
|
key: "clickAppendInner",
|
|
5887
|
-
name: "x-runtime-lib.clickAppendInner"
|
|
5888
|
-
params: []
|
|
5812
|
+
name: "x-runtime-lib.clickAppendInner"
|
|
5889
5813
|
},
|
|
5890
5814
|
{
|
|
5891
5815
|
key: "clickClear",
|
|
5892
|
-
name: "x-runtime-lib.clickClear"
|
|
5893
|
-
params: []
|
|
5816
|
+
name: "x-runtime-lib.clickClear"
|
|
5894
5817
|
},
|
|
5895
5818
|
{
|
|
5896
5819
|
key: "clickPrepend",
|
|
5897
|
-
name: "x-runtime-lib.clickPrepend"
|
|
5898
|
-
params: []
|
|
5820
|
+
name: "x-runtime-lib.clickPrepend"
|
|
5899
5821
|
},
|
|
5900
5822
|
{
|
|
5901
5823
|
key: "clickPrependInner",
|
|
5902
|
-
name: "x-runtime-lib.clickPrependInner"
|
|
5903
|
-
params: []
|
|
5824
|
+
name: "x-runtime-lib.clickPrependInner"
|
|
5904
5825
|
}
|
|
5905
5826
|
],
|
|
5906
|
-
methods: [],
|
|
5907
|
-
slots: [],
|
|
5908
5827
|
leaf: !0,
|
|
5909
5828
|
spawn: dc
|
|
5910
5829
|
};
|
|
@@ -5980,9 +5899,6 @@ const ji = {
|
|
|
5980
5899
|
pageCommon: [f, ji],
|
|
5981
5900
|
compCommon: [f, ji]
|
|
5982
5901
|
},
|
|
5983
|
-
events: [],
|
|
5984
|
-
methods: [],
|
|
5985
|
-
slots: [],
|
|
5986
5902
|
leaf: !0
|
|
5987
5903
|
};
|
|
5988
5904
|
V(yc);
|
|
@@ -6031,9 +5947,6 @@ const fc = M(O), Hi = {
|
|
|
6031
5947
|
pageCommon: [f, Hi],
|
|
6032
5948
|
compCommon: [f, Hi]
|
|
6033
5949
|
},
|
|
6034
|
-
events: [],
|
|
6035
|
-
methods: [],
|
|
6036
|
-
slots: [],
|
|
6037
5950
|
leaf: !0
|
|
6038
5951
|
};
|
|
6039
5952
|
V(Vn);
|
|
@@ -6122,9 +6035,6 @@ const Ki = {
|
|
|
6122
6035
|
pageCommon: [f, Ki],
|
|
6123
6036
|
compCommon: [f, Ki]
|
|
6124
6037
|
},
|
|
6125
|
-
events: [],
|
|
6126
|
-
methods: [],
|
|
6127
|
-
slots: [],
|
|
6128
6038
|
spawn: bc
|
|
6129
6039
|
};
|
|
6130
6040
|
V(Sn);
|
|
@@ -6245,7 +6155,7 @@ const Oi = {
|
|
|
6245
6155
|
]
|
|
6246
6156
|
}
|
|
6247
6157
|
]
|
|
6248
|
-
},
|
|
6158
|
+
}, gc = {
|
|
6249
6159
|
key: Bt,
|
|
6250
6160
|
name: "x-runtime-lib.rangeSlider",
|
|
6251
6161
|
comp: Ul,
|
|
@@ -6253,12 +6163,9 @@ const Oi = {
|
|
|
6253
6163
|
pageCommon: [f, Oi],
|
|
6254
6164
|
compCommon: [f, Oi]
|
|
6255
6165
|
},
|
|
6256
|
-
events: [],
|
|
6257
|
-
methods: [],
|
|
6258
|
-
slots: [],
|
|
6259
6166
|
leaf: !0
|
|
6260
6167
|
};
|
|
6261
|
-
V(
|
|
6168
|
+
V(gc);
|
|
6262
6169
|
const Ui = {
|
|
6263
6170
|
key: "settings",
|
|
6264
6171
|
name: "x-runtime-lib.settings",
|
|
@@ -6314,7 +6221,7 @@ const Ui = {
|
|
|
6314
6221
|
default: !1
|
|
6315
6222
|
}
|
|
6316
6223
|
]
|
|
6317
|
-
},
|
|
6224
|
+
}, hc = {
|
|
6318
6225
|
key: Rt,
|
|
6319
6226
|
name: "x-runtime-lib.rating",
|
|
6320
6227
|
comp: Jl,
|
|
@@ -6322,12 +6229,9 @@ const Ui = {
|
|
|
6322
6229
|
pageCommon: [f, Ui],
|
|
6323
6230
|
compCommon: [f, Ui]
|
|
6324
6231
|
},
|
|
6325
|
-
events: [],
|
|
6326
|
-
methods: [],
|
|
6327
|
-
slots: [],
|
|
6328
6232
|
leaf: !0
|
|
6329
6233
|
};
|
|
6330
|
-
V(
|
|
6234
|
+
V(hc);
|
|
6331
6235
|
const Ji = {
|
|
6332
6236
|
key: "settings",
|
|
6333
6237
|
name: "x-runtime-lib.settings",
|
|
@@ -6377,9 +6281,6 @@ const Ji = {
|
|
|
6377
6281
|
pageCommon: [f, Ji],
|
|
6378
6282
|
compCommon: [f, Ji]
|
|
6379
6283
|
},
|
|
6380
|
-
events: [],
|
|
6381
|
-
methods: [],
|
|
6382
|
-
slots: [],
|
|
6383
6284
|
leaf: !0
|
|
6384
6285
|
};
|
|
6385
6286
|
V(xc);
|
|
@@ -6526,9 +6427,6 @@ const qi = {
|
|
|
6526
6427
|
pageCommon: [f, qi, Xi],
|
|
6527
6428
|
compCommon: [f, qi, Xi]
|
|
6528
6429
|
},
|
|
6529
|
-
events: [],
|
|
6530
|
-
methods: [],
|
|
6531
|
-
slots: [],
|
|
6532
6430
|
leaf: !0
|
|
6533
6431
|
};
|
|
6534
6432
|
V(vc);
|
|
@@ -6539,10 +6437,7 @@ const $n = {
|
|
|
6539
6437
|
properties: {
|
|
6540
6438
|
pageCommon: [f],
|
|
6541
6439
|
compCommon: [f]
|
|
6542
|
-
}
|
|
6543
|
-
events: [],
|
|
6544
|
-
methods: [],
|
|
6545
|
-
slots: []
|
|
6440
|
+
}
|
|
6546
6441
|
};
|
|
6547
6442
|
V($n);
|
|
6548
6443
|
const Yi = {
|
|
@@ -6563,10 +6458,7 @@ const Yi = {
|
|
|
6563
6458
|
properties: {
|
|
6564
6459
|
pageCommon: [f, Yi],
|
|
6565
6460
|
compCommon: [f, Yi]
|
|
6566
|
-
}
|
|
6567
|
-
events: [],
|
|
6568
|
-
methods: [],
|
|
6569
|
-
slots: []
|
|
6461
|
+
}
|
|
6570
6462
|
};
|
|
6571
6463
|
V(In);
|
|
6572
6464
|
const Cn = {
|
|
@@ -6576,10 +6468,7 @@ const Cn = {
|
|
|
6576
6468
|
properties: {
|
|
6577
6469
|
pageCommon: [f],
|
|
6578
6470
|
compCommon: [f]
|
|
6579
|
-
}
|
|
6580
|
-
events: [],
|
|
6581
|
-
methods: [],
|
|
6582
|
-
slots: []
|
|
6471
|
+
}
|
|
6583
6472
|
};
|
|
6584
6473
|
V(Cn);
|
|
6585
6474
|
const Zi = {
|
|
@@ -6600,10 +6489,7 @@ const Zi = {
|
|
|
6600
6489
|
properties: {
|
|
6601
6490
|
pageCommon: [f, Zi],
|
|
6602
6491
|
compCommon: [f, Zi]
|
|
6603
|
-
}
|
|
6604
|
-
events: [],
|
|
6605
|
-
methods: [],
|
|
6606
|
-
slots: []
|
|
6492
|
+
}
|
|
6607
6493
|
};
|
|
6608
6494
|
V(Pn);
|
|
6609
6495
|
function kc(t, e) {
|
|
@@ -6727,9 +6613,6 @@ const Qi = {
|
|
|
6727
6613
|
pageCommon: [f, Qi],
|
|
6728
6614
|
compCommon: [f, Qi]
|
|
6729
6615
|
},
|
|
6730
|
-
events: [],
|
|
6731
|
-
methods: [],
|
|
6732
|
-
slots: [],
|
|
6733
6616
|
spawn: kc
|
|
6734
6617
|
};
|
|
6735
6618
|
V(Tn);
|
|
@@ -6741,9 +6624,6 @@ const Sc = {
|
|
|
6741
6624
|
pageCommon: [f],
|
|
6742
6625
|
compCommon: [f]
|
|
6743
6626
|
},
|
|
6744
|
-
events: [],
|
|
6745
|
-
methods: [],
|
|
6746
|
-
slots: [],
|
|
6747
6627
|
leaf: !0
|
|
6748
6628
|
};
|
|
6749
6629
|
V(Sc);
|
|
@@ -6772,9 +6652,6 @@ const eo = {
|
|
|
6772
6652
|
pageCommon: [f, eo],
|
|
6773
6653
|
compCommon: [f, eo]
|
|
6774
6654
|
},
|
|
6775
|
-
events: [],
|
|
6776
|
-
methods: [],
|
|
6777
|
-
slots: [],
|
|
6778
6655
|
leaf: !0
|
|
6779
6656
|
};
|
|
6780
6657
|
V(zn);
|
|
@@ -6906,9 +6783,6 @@ const to = {
|
|
|
6906
6783
|
pageCommon: [f, to],
|
|
6907
6784
|
compCommon: [f, to]
|
|
6908
6785
|
},
|
|
6909
|
-
events: [],
|
|
6910
|
-
methods: [],
|
|
6911
|
-
slots: [],
|
|
6912
6786
|
spawn: $c
|
|
6913
6787
|
};
|
|
6914
6788
|
V(An);
|
|
@@ -7020,9 +6894,6 @@ const no = {
|
|
|
7020
6894
|
pageCommon: [f, no],
|
|
7021
6895
|
compCommon: [f, no]
|
|
7022
6896
|
},
|
|
7023
|
-
events: [],
|
|
7024
|
-
methods: [],
|
|
7025
|
-
slots: [],
|
|
7026
6897
|
leaf: !0,
|
|
7027
6898
|
spawn: Ic
|
|
7028
6899
|
};
|
|
@@ -7120,9 +6991,6 @@ const io = {
|
|
|
7120
6991
|
pageCommon: [f, io],
|
|
7121
6992
|
compCommon: [f, io]
|
|
7122
6993
|
},
|
|
7123
|
-
events: [],
|
|
7124
|
-
methods: [],
|
|
7125
|
-
slots: [],
|
|
7126
6994
|
leaf: !0,
|
|
7127
6995
|
spawn: Cc
|
|
7128
6996
|
};
|
|
@@ -7134,10 +7002,7 @@ const En = {
|
|
|
7134
7002
|
properties: {
|
|
7135
7003
|
pageCommon: [f],
|
|
7136
7004
|
compCommon: [f]
|
|
7137
|
-
}
|
|
7138
|
-
events: [],
|
|
7139
|
-
methods: [],
|
|
7140
|
-
slots: []
|
|
7005
|
+
}
|
|
7141
7006
|
};
|
|
7142
7007
|
V(En);
|
|
7143
7008
|
function Pc(t, e) {
|
|
@@ -7267,14 +7132,11 @@ const zc = M(O), Ac = M(O), oo = {
|
|
|
7267
7132
|
}, Bn = {
|
|
7268
7133
|
key: Jt,
|
|
7269
7134
|
name: "x-runtime-lib.timeline",
|
|
7270
|
-
comp:
|
|
7135
|
+
comp: ma,
|
|
7271
7136
|
properties: {
|
|
7272
7137
|
pageCommon: [f, oo],
|
|
7273
7138
|
compCommon: [f, oo]
|
|
7274
7139
|
},
|
|
7275
|
-
events: [],
|
|
7276
|
-
methods: [],
|
|
7277
|
-
slots: [],
|
|
7278
7140
|
spawn: Pc
|
|
7279
7141
|
};
|
|
7280
7142
|
V(Bn);
|
|
@@ -7285,10 +7147,7 @@ const Rn = {
|
|
|
7285
7147
|
properties: {
|
|
7286
7148
|
pageCommon: [f],
|
|
7287
7149
|
compCommon: [f]
|
|
7288
|
-
}
|
|
7289
|
-
events: [],
|
|
7290
|
-
methods: [],
|
|
7291
|
-
slots: []
|
|
7150
|
+
}
|
|
7292
7151
|
};
|
|
7293
7152
|
V(Rn);
|
|
7294
7153
|
function Lc(t, e) {
|
|
@@ -7409,9 +7268,6 @@ const ro = {
|
|
|
7409
7268
|
pageCommon: [f, ro],
|
|
7410
7269
|
compCommon: [f, ro]
|
|
7411
7270
|
},
|
|
7412
|
-
events: [],
|
|
7413
|
-
methods: [],
|
|
7414
|
-
slots: [],
|
|
7415
7271
|
spawn: Lc
|
|
7416
7272
|
};
|
|
7417
7273
|
V(Mn);
|
|
@@ -7683,7 +7539,7 @@ const Rc = [
|
|
|
7683
7539
|
precision: 6,
|
|
7684
7540
|
default: "0%"
|
|
7685
7541
|
}
|
|
7686
|
-
],
|
|
7542
|
+
], pu = [
|
|
7687
7543
|
{
|
|
7688
7544
|
title: "x-runtime-lib.notSet",
|
|
7689
7545
|
value: "",
|
|
@@ -7708,7 +7564,7 @@ const Rc = [
|
|
|
7708
7564
|
min: 0,
|
|
7709
7565
|
default: "0%"
|
|
7710
7566
|
}
|
|
7711
|
-
],
|
|
7567
|
+
], mu = [
|
|
7712
7568
|
{
|
|
7713
7569
|
title: "x-runtime-lib.notSet",
|
|
7714
7570
|
value: "",
|
|
@@ -7789,8 +7645,8 @@ const Rc = [
|
|
|
7789
7645
|
borderWidthTypesV1: au,
|
|
7790
7646
|
leftRightTypesV1: cu,
|
|
7791
7647
|
marginTypesV1: uu,
|
|
7792
|
-
paddingTypesV1:
|
|
7793
|
-
sizeTypesV1:
|
|
7648
|
+
paddingTypesV1: pu,
|
|
7649
|
+
sizeTypesV1: mu,
|
|
7794
7650
|
tableColumnAlignTypesV1: du,
|
|
7795
7651
|
topBottomTypesV1: yu
|
|
7796
7652
|
}, Symbol.toStringTag, { value: "Module" })), bu = [
|
|
@@ -7801,8 +7657,8 @@ const Rc = [
|
|
|
7801
7657
|
it,
|
|
7802
7658
|
st,
|
|
7803
7659
|
at,
|
|
7804
|
-
|
|
7805
|
-
|
|
7660
|
+
mt,
|
|
7661
|
+
ht,
|
|
7806
7662
|
ft,
|
|
7807
7663
|
St
|
|
7808
7664
|
]
|
|
@@ -7822,13 +7678,13 @@ const Rc = [
|
|
|
7822
7678
|
Ot,
|
|
7823
7679
|
Ct,
|
|
7824
7680
|
Wt,
|
|
7825
|
-
|
|
7681
|
+
pt,
|
|
7826
7682
|
jt,
|
|
7827
7683
|
Et,
|
|
7828
7684
|
lt,
|
|
7829
7685
|
Dt,
|
|
7830
7686
|
Bt,
|
|
7831
|
-
|
|
7687
|
+
gt
|
|
7832
7688
|
]
|
|
7833
7689
|
},
|
|
7834
7690
|
{
|
|
@@ -7867,7 +7723,7 @@ const Rc = [
|
|
|
7867
7723
|
name: "x-runtime-lib.dynamic",
|
|
7868
7724
|
items: [Be, It, Mt]
|
|
7869
7725
|
}
|
|
7870
|
-
],
|
|
7726
|
+
], gu = [
|
|
7871
7727
|
{
|
|
7872
7728
|
key: "objects",
|
|
7873
7729
|
name: "x-runtime-lib.objects",
|
|
@@ -7898,7 +7754,7 @@ const Rc = [
|
|
|
7898
7754
|
name: "x-runtime-lib.controls",
|
|
7899
7755
|
items: [Pt, Vt, _t]
|
|
7900
7756
|
}
|
|
7901
|
-
],
|
|
7757
|
+
], hu = [
|
|
7902
7758
|
{
|
|
7903
7759
|
key: "containment",
|
|
7904
7760
|
name: "x-runtime-lib.containment",
|
|
@@ -7906,8 +7762,8 @@ const Rc = [
|
|
|
7906
7762
|
it,
|
|
7907
7763
|
st,
|
|
7908
7764
|
at,
|
|
7909
|
-
|
|
7910
|
-
|
|
7765
|
+
mt,
|
|
7766
|
+
ht,
|
|
7911
7767
|
ft,
|
|
7912
7768
|
St
|
|
7913
7769
|
]
|
|
@@ -7927,13 +7783,13 @@ const Rc = [
|
|
|
7927
7783
|
Ot,
|
|
7928
7784
|
Ct,
|
|
7929
7785
|
Wt,
|
|
7930
|
-
|
|
7786
|
+
pt,
|
|
7931
7787
|
jt,
|
|
7932
7788
|
Et,
|
|
7933
7789
|
lt,
|
|
7934
7790
|
Dt,
|
|
7935
7791
|
Bt,
|
|
7936
|
-
|
|
7792
|
+
gt
|
|
7937
7793
|
]
|
|
7938
7794
|
},
|
|
7939
7795
|
{
|
|
@@ -8023,14 +7879,14 @@ const Rc = [
|
|
|
8023
7879
|
at,
|
|
8024
7880
|
ct,
|
|
8025
7881
|
ut,
|
|
8026
|
-
mt,
|
|
8027
7882
|
pt,
|
|
7883
|
+
mt,
|
|
8028
7884
|
dt,
|
|
8029
7885
|
yt,
|
|
8030
7886
|
ft,
|
|
8031
7887
|
bt,
|
|
8032
|
-
ht,
|
|
8033
7888
|
gt,
|
|
7889
|
+
ht,
|
|
8034
7890
|
To,
|
|
8035
7891
|
xt,
|
|
8036
7892
|
un,
|
|
@@ -8076,10 +7932,10 @@ const Rc = [
|
|
|
8076
7932
|
Wo
|
|
8077
7933
|
]),
|
|
8078
7934
|
groups: {
|
|
8079
|
-
pageCommon:
|
|
7935
|
+
pageCommon: hu,
|
|
8080
7936
|
pageScene: xu,
|
|
8081
7937
|
compCommon: bu,
|
|
8082
|
-
compScene:
|
|
7938
|
+
compScene: gu
|
|
8083
7939
|
}
|
|
8084
7940
|
}, ku = {
|
|
8085
7941
|
v1: vu
|
|
@@ -8117,7 +7973,7 @@ function z(t, e) {
|
|
|
8117
7973
|
}
|
|
8118
7974
|
e.forEach((o) => n(t, o));
|
|
8119
7975
|
}
|
|
8120
|
-
function
|
|
7976
|
+
function op(t, e, n, o, s) {
|
|
8121
7977
|
const r = `type=${t} subtype=${e} version=${n} ref=${o} keyOrRefId=${s}`, a = L(t, e);
|
|
8122
7978
|
if (!a) {
|
|
8123
7979
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
@@ -8129,12 +7985,12 @@ function om(t, e, n, o, s) {
|
|
|
8129
7985
|
return;
|
|
8130
7986
|
}
|
|
8131
7987
|
if (o) {
|
|
8132
|
-
const
|
|
8133
|
-
if (!c.elements.has(
|
|
7988
|
+
const p = c.refKey, m = s;
|
|
7989
|
+
if (!c.elements.has(p)) {
|
|
8134
7990
|
console.error(`spawnNode [ref] element not found in pkg, ${r}`);
|
|
8135
7991
|
return;
|
|
8136
7992
|
}
|
|
8137
|
-
const u = Ee[
|
|
7993
|
+
const u = Ee[p];
|
|
8138
7994
|
if (!u) {
|
|
8139
7995
|
console.error(`spawnNode [ref] element not found in global, ${r}`);
|
|
8140
7996
|
return;
|
|
@@ -8150,24 +8006,24 @@ function om(t, e, n, o, s) {
|
|
|
8150
8006
|
key: ""
|
|
8151
8007
|
}
|
|
8152
8008
|
};
|
|
8153
|
-
return z(y, d), y.basic.id = T(16), y.basic.key =
|
|
8154
|
-
comp:
|
|
8009
|
+
return z(y, d), y.basic.id = T(16), y.basic.key = p, y.reference = {
|
|
8010
|
+
comp: m
|
|
8155
8011
|
}, y;
|
|
8156
8012
|
} else {
|
|
8157
|
-
const
|
|
8158
|
-
if (!c.elements.has(
|
|
8013
|
+
const p = s;
|
|
8014
|
+
if (!c.elements.has(p)) {
|
|
8159
8015
|
console.error(`spawnNode [key] element not found in pkg, ${r}`);
|
|
8160
8016
|
return;
|
|
8161
8017
|
}
|
|
8162
|
-
const
|
|
8163
|
-
if (!
|
|
8018
|
+
const m = Ee[p];
|
|
8019
|
+
if (!m) {
|
|
8164
8020
|
console.error(`spawnNode [key] element not found in global, ${r}`);
|
|
8165
8021
|
return;
|
|
8166
8022
|
}
|
|
8167
|
-
if (
|
|
8168
|
-
return
|
|
8023
|
+
if (m.spawn)
|
|
8024
|
+
return m.spawn(t, e);
|
|
8169
8025
|
{
|
|
8170
|
-
const u =
|
|
8026
|
+
const u = m.properties[a];
|
|
8171
8027
|
if (!u) {
|
|
8172
8028
|
console.error(`spawnNode [key] properties not found, ${r}`);
|
|
8173
8029
|
return;
|
|
@@ -8178,11 +8034,11 @@ function om(t, e, n, o, s) {
|
|
|
8178
8034
|
key: ""
|
|
8179
8035
|
}
|
|
8180
8036
|
};
|
|
8181
|
-
return z(d, u), d.basic.id = T(16), d.basic.key =
|
|
8037
|
+
return z(d, u), d.basic.id = T(16), d.basic.key = p, m.leaf || (d.children = []), d;
|
|
8182
8038
|
}
|
|
8183
8039
|
}
|
|
8184
8040
|
}
|
|
8185
|
-
function
|
|
8041
|
+
function rp(t, e) {
|
|
8186
8042
|
function n(o) {
|
|
8187
8043
|
if (o.basic.id === e)
|
|
8188
8044
|
return o;
|
|
@@ -8206,62 +8062,62 @@ function _u(t) {
|
|
|
8206
8062
|
const n = M(t);
|
|
8207
8063
|
return e(n), n;
|
|
8208
8064
|
}
|
|
8209
|
-
function
|
|
8065
|
+
function sp(t) {
|
|
8210
8066
|
const e = [];
|
|
8211
8067
|
return t.forEach((n) => {
|
|
8212
8068
|
e.push(_u(n));
|
|
8213
8069
|
}), e;
|
|
8214
8070
|
}
|
|
8215
8071
|
const Do = "runtimeOrg", Fo = "runtimeEnv", Go = "runtimeMode", No = "runtimeDevice", jo = "runtimeDark", Ho = "runtimeType", Ko = "runtimeData", Oo = "runtimeDepends", Uo = "runtimeRuntime", Jo = "runtimeSandbox";
|
|
8216
|
-
function
|
|
8072
|
+
function lp(t) {
|
|
8217
8073
|
le(Do, t);
|
|
8218
8074
|
}
|
|
8219
8075
|
function wu() {
|
|
8220
8076
|
return se(Do);
|
|
8221
8077
|
}
|
|
8222
|
-
function
|
|
8078
|
+
function ap(t) {
|
|
8223
8079
|
le(Fo, t);
|
|
8224
8080
|
}
|
|
8225
8081
|
function Vu() {
|
|
8226
8082
|
return se(Fo);
|
|
8227
8083
|
}
|
|
8228
|
-
function
|
|
8084
|
+
function cp(t) {
|
|
8229
8085
|
le(Go, t);
|
|
8230
8086
|
}
|
|
8231
8087
|
function H() {
|
|
8232
8088
|
return se(Go);
|
|
8233
8089
|
}
|
|
8234
|
-
function
|
|
8090
|
+
function up(t) {
|
|
8235
8091
|
le(No, Dn(t));
|
|
8236
8092
|
}
|
|
8237
8093
|
function ze() {
|
|
8238
8094
|
return se(No);
|
|
8239
8095
|
}
|
|
8240
|
-
function
|
|
8096
|
+
function pp(t) {
|
|
8241
8097
|
le(jo, Dn(t));
|
|
8242
8098
|
}
|
|
8243
8099
|
function je() {
|
|
8244
8100
|
return se(jo);
|
|
8245
8101
|
}
|
|
8246
|
-
function
|
|
8102
|
+
function mp(t) {
|
|
8247
8103
|
le(Ho, t);
|
|
8248
8104
|
}
|
|
8249
8105
|
function ye() {
|
|
8250
8106
|
return se(Ho);
|
|
8251
8107
|
}
|
|
8252
|
-
function
|
|
8108
|
+
function dp(t) {
|
|
8253
8109
|
le(Ko, t);
|
|
8254
8110
|
}
|
|
8255
8111
|
function ke() {
|
|
8256
8112
|
return se(Ko);
|
|
8257
8113
|
}
|
|
8258
|
-
function
|
|
8114
|
+
function yp(t) {
|
|
8259
8115
|
le(Oo, Dn(t));
|
|
8260
8116
|
}
|
|
8261
8117
|
function Su() {
|
|
8262
8118
|
return se(Oo);
|
|
8263
8119
|
}
|
|
8264
|
-
function
|
|
8120
|
+
function fp(t) {
|
|
8265
8121
|
le(Uo, t);
|
|
8266
8122
|
}
|
|
8267
8123
|
function $u() {
|
|
@@ -8281,37 +8137,37 @@ function Ke(t, e, n, o, s) {
|
|
|
8281
8137
|
const { watchEffect: r, bind: a } = e;
|
|
8282
8138
|
if (r[n])
|
|
8283
8139
|
for (const c of r[n]) {
|
|
8284
|
-
const
|
|
8285
|
-
t.callFunction(`__watchEffect$${
|
|
8140
|
+
const p = Sr(c);
|
|
8141
|
+
t.callFunction(`__watchEffect$${p}__`);
|
|
8286
8142
|
}
|
|
8287
8143
|
if (a.triggers[n])
|
|
8288
8144
|
for (const c of a.triggers[n]) {
|
|
8289
|
-
const
|
|
8290
|
-
if (!
|
|
8145
|
+
const p = a.sets[c];
|
|
8146
|
+
if (!p) {
|
|
8291
8147
|
console.assert(!1);
|
|
8292
8148
|
continue;
|
|
8293
8149
|
}
|
|
8294
|
-
let
|
|
8295
|
-
for (const d of
|
|
8150
|
+
let m = null;
|
|
8151
|
+
for (const d of p)
|
|
8296
8152
|
if (n === Le(d)) {
|
|
8297
8153
|
if (d.subKeys) {
|
|
8298
8154
|
if (!ce(
|
|
8299
8155
|
be(o, d.subKeys),
|
|
8300
8156
|
be(s, d.subKeys)
|
|
8301
8157
|
)) {
|
|
8302
|
-
|
|
8158
|
+
m = d;
|
|
8303
8159
|
break;
|
|
8304
8160
|
}
|
|
8305
8161
|
} else if (!ce(o, s)) {
|
|
8306
|
-
|
|
8162
|
+
m = d;
|
|
8307
8163
|
break;
|
|
8308
8164
|
}
|
|
8309
8165
|
}
|
|
8310
|
-
if (!
|
|
8166
|
+
if (!m)
|
|
8311
8167
|
continue;
|
|
8312
8168
|
let u;
|
|
8313
|
-
|
|
8314
|
-
for (const d of
|
|
8169
|
+
m.subKeys ? u = be(o, m.subKeys) : u = o;
|
|
8170
|
+
for (const d of p)
|
|
8315
8171
|
if (d.subKeys) {
|
|
8316
8172
|
let y;
|
|
8317
8173
|
if (d.type === "elementProperty")
|
|
@@ -8332,12 +8188,12 @@ function Ke(t, e, n, o, s) {
|
|
|
8332
8188
|
const b = be(y, d.subKeys);
|
|
8333
8189
|
if (ce(u, b))
|
|
8334
8190
|
continue;
|
|
8335
|
-
const
|
|
8336
|
-
Gn(
|
|
8191
|
+
const g = M(y);
|
|
8192
|
+
Gn(g, d.subKeys, M(u)), d.type === "elementProperty" ? t.setElementProperty(
|
|
8337
8193
|
d.nodeId,
|
|
8338
8194
|
d.propertyKeys.split("."),
|
|
8339
|
-
|
|
8340
|
-
) : d.type === "customProperty" ? t.setCustomProperty(d.propertyId,
|
|
8195
|
+
g
|
|
8196
|
+
) : d.type === "customProperty" ? t.setCustomProperty(d.propertyId, g) : d.type === "state" ? t.setState(d.stateId, g) : d.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(d.propertyId, g) : console.assert(!1);
|
|
8341
8197
|
} else {
|
|
8342
8198
|
let y;
|
|
8343
8199
|
if (d.type === "elementProperty")
|
|
@@ -8365,7 +8221,7 @@ function Ke(t, e, n, o, s) {
|
|
|
8365
8221
|
}
|
|
8366
8222
|
}
|
|
8367
8223
|
}
|
|
8368
|
-
function
|
|
8224
|
+
function bp(t, e, n) {
|
|
8369
8225
|
return `${t}/${e}/${n}`;
|
|
8370
8226
|
}
|
|
8371
8227
|
function lo(t) {
|
|
@@ -8412,7 +8268,7 @@ function Pu(t) {
|
|
|
8412
8268
|
}
|
|
8413
8269
|
function ni(t, e) {
|
|
8414
8270
|
const n = Su(), o = oe(-1);
|
|
8415
|
-
|
|
8271
|
+
pe(() => {
|
|
8416
8272
|
const s = n.value[t];
|
|
8417
8273
|
if (!s) {
|
|
8418
8274
|
o.value = -1, e.value = void 0, fo.emit("compNotAvail", t);
|
|
@@ -8421,7 +8277,7 @@ function ni(t, e) {
|
|
|
8421
8277
|
o.value !== s.dataSeq && (o.value = s.dataSeq, e.value = M(s.data));
|
|
8422
8278
|
});
|
|
8423
8279
|
}
|
|
8424
|
-
function
|
|
8280
|
+
function gp() {
|
|
8425
8281
|
let t;
|
|
8426
8282
|
const e = async () => (t = (await $r()).newRuntime(), console.log("runtime created"), t);
|
|
8427
8283
|
return Ge(() => {
|
|
@@ -8473,16 +8329,16 @@ function Tu(t) {
|
|
|
8473
8329
|
const o = e.getString(n), s = e.newArray(), r = o.split(".");
|
|
8474
8330
|
let a = 0;
|
|
8475
8331
|
for (let c = 0; c < r.length; c++) {
|
|
8476
|
-
const
|
|
8477
|
-
if (
|
|
8478
|
-
if (/^\[\d+\]$/.test(
|
|
8479
|
-
let
|
|
8480
|
-
|
|
8481
|
-
const u = e.newNumber(
|
|
8332
|
+
const p = r[c].trim();
|
|
8333
|
+
if (p !== "")
|
|
8334
|
+
if (/^\[\d+\]$/.test(p)) {
|
|
8335
|
+
let m = parseInt(p.slice(1, -1), 10);
|
|
8336
|
+
m > 0 && m--;
|
|
8337
|
+
const u = e.newNumber(m);
|
|
8482
8338
|
e.setProp(s, a.toString(), u), u.dispose(), a++;
|
|
8483
8339
|
} else {
|
|
8484
|
-
const
|
|
8485
|
-
e.setProp(s, a.toString(),
|
|
8340
|
+
const m = e.newString(p);
|
|
8341
|
+
e.setProp(s, a.toString(), m), m.dispose(), a++;
|
|
8486
8342
|
}
|
|
8487
8343
|
}
|
|
8488
8344
|
return s;
|
|
@@ -8501,7 +8357,7 @@ function Tu(t) {
|
|
|
8501
8357
|
}).consume((n) => e.setProp(e.global, "__debugTraceV1__", n)), e.newFunction("__messageV1__", (n, o) => {
|
|
8502
8358
|
const s = e.getString(n), r = e.dump(o);
|
|
8503
8359
|
let a = "";
|
|
8504
|
-
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ? or(a) : s === "success" ? rr(a) : s === "warning" ? bo(a) : s === "error" &&
|
|
8360
|
+
typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ? or(a) : s === "success" ? rr(a) : s === "warning" ? bo(a) : s === "error" && go(a);
|
|
8505
8361
|
}).consume((n) => e.setProp(e.global, "__messageV1__", n)), e.newFunction("__timeoutV1__", (n, o) => {
|
|
8506
8362
|
const s = e.getNumber(n), r = e.getNumber(o);
|
|
8507
8363
|
window.setTimeout(() => {
|
|
@@ -8511,9 +8367,9 @@ function Tu(t) {
|
|
|
8511
8367
|
const u = we(a, e.getProp(e.global, "__timeoutCallback__"));
|
|
8512
8368
|
e.callFunction(u, e.global, e.newNumber(s));
|
|
8513
8369
|
} catch (c) {
|
|
8514
|
-
var
|
|
8370
|
+
var p = c, m = !0;
|
|
8515
8371
|
} finally {
|
|
8516
|
-
Ve(a,
|
|
8372
|
+
Ve(a, p, m);
|
|
8517
8373
|
}
|
|
8518
8374
|
}
|
|
8519
8375
|
}, r);
|
|
@@ -8527,8 +8383,8 @@ function Tu(t) {
|
|
|
8527
8383
|
const Xo = sr({
|
|
8528
8384
|
baseUrl: "http://localhost/computebase/",
|
|
8529
8385
|
onError: (t) => {
|
|
8530
|
-
const { i18n: e } =
|
|
8531
|
-
|
|
8386
|
+
const { i18n: e } = he;
|
|
8387
|
+
go(Pr(e, t));
|
|
8532
8388
|
}
|
|
8533
8389
|
});
|
|
8534
8390
|
window.API_URL && (Xo.defaults.baseURL = window.API_URL + "/computebase/");
|
|
@@ -8542,11 +8398,11 @@ function Au(t) {
|
|
|
8542
8398
|
}
|
|
8543
8399
|
const { vm: e } = t;
|
|
8544
8400
|
e.newFunction("__callFuncV1__", (n, o, s, r, a) => {
|
|
8545
|
-
const c = e.getString(n),
|
|
8401
|
+
const c = e.getString(n), p = e.getString(o), m = e.dump(s), u = e.getString(r), d = e.getString(a), { id: y, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(m);
|
|
8546
8402
|
return zu({
|
|
8547
8403
|
spaceId: c,
|
|
8548
|
-
id:
|
|
8549
|
-
strInputs:
|
|
8404
|
+
id: p,
|
|
8405
|
+
strInputs: g,
|
|
8550
8406
|
env: u
|
|
8551
8407
|
}).then(
|
|
8552
8408
|
({ strOutputs: k }) => {
|
|
@@ -8578,10 +8434,10 @@ function Eu(t) {
|
|
|
8578
8434
|
try {
|
|
8579
8435
|
const R = we(c, e.getProp(e.global, "__triggerEventInner__"));
|
|
8580
8436
|
e.callFunction(R, e.global, n, ...o);
|
|
8581
|
-
} catch (
|
|
8582
|
-
var
|
|
8437
|
+
} catch (p) {
|
|
8438
|
+
var m = p, u = !0;
|
|
8583
8439
|
} finally {
|
|
8584
|
-
Ve(c,
|
|
8440
|
+
Ve(c, m, u);
|
|
8585
8441
|
}
|
|
8586
8442
|
}
|
|
8587
8443
|
const s = e.getString(n), { kind: r, eventKey: a } = Pu(s);
|
|
@@ -8597,9 +8453,9 @@ function Eu(t) {
|
|
|
8597
8453
|
));
|
|
8598
8454
|
e.callFunction(R, e.global, C, ...o);
|
|
8599
8455
|
} catch (y) {
|
|
8600
|
-
var b = y,
|
|
8456
|
+
var b = y, g = !0;
|
|
8601
8457
|
} finally {
|
|
8602
|
-
Ve(d, b,
|
|
8458
|
+
Ve(d, b, g);
|
|
8603
8459
|
}
|
|
8604
8460
|
}
|
|
8605
8461
|
{
|
|
@@ -8622,41 +8478,41 @@ function Eu(t) {
|
|
|
8622
8478
|
}
|
|
8623
8479
|
}
|
|
8624
8480
|
}).consume((n) => e.setProp(e.global, "__triggerEventV1__", n)), e.newFunction("__getPropertyV1__", (n, o) => {
|
|
8625
|
-
const s = e.getString(n), r = e.getString(o), { kind: a, nodeId: c, propertyKey:
|
|
8626
|
-
let
|
|
8481
|
+
const s = e.getString(n), r = e.getString(o), { kind: a, nodeId: c, propertyKey: p } = lo(s);
|
|
8482
|
+
let m;
|
|
8627
8483
|
if (a === "elementProperty")
|
|
8628
|
-
|
|
8484
|
+
m = t.getElementProperty(c, p.split("."));
|
|
8629
8485
|
else if (a === "referenceProperty") {
|
|
8630
8486
|
const u = t.children[c];
|
|
8631
|
-
u && (
|
|
8487
|
+
u && (m = u.getCustomProperty(p));
|
|
8632
8488
|
} else if (a === "multipleRefProperty") {
|
|
8633
8489
|
const u = t.children[c + "/" + r];
|
|
8634
|
-
u && (
|
|
8635
|
-
} else a === "customProperty" ?
|
|
8636
|
-
return Fe(e,
|
|
8490
|
+
u && (m = u.getCustomProperty(p));
|
|
8491
|
+
} else a === "customProperty" ? m = t.getCustomProperty(p) : a === "elementSlotProperty" || a === "customSlotProperty" ? m = t.getAdaptSlotProperty(p) : console.assert(!1);
|
|
8492
|
+
return Fe(e, m);
|
|
8637
8493
|
}).consume((n) => e.setProp(e.global, "__getPropertyV1__", n)), e.newFunction("__setPropertyV1__", (n, o, s) => {
|
|
8638
|
-
const r = e.getString(n), a = e.getString(o), c = e.dump(s), { kind:
|
|
8639
|
-
if (
|
|
8640
|
-
t.setElementProperty(
|
|
8641
|
-
else if (
|
|
8642
|
-
const d = t.children[
|
|
8494
|
+
const r = e.getString(n), a = e.getString(o), c = e.dump(s), { kind: p, nodeId: m, propertyKey: u } = lo(r);
|
|
8495
|
+
if (p === "elementProperty")
|
|
8496
|
+
t.setElementProperty(m, u.split("."), c);
|
|
8497
|
+
else if (p === "referenceProperty") {
|
|
8498
|
+
const d = t.children[m];
|
|
8643
8499
|
d && d.setCustomProperty(u, c);
|
|
8644
|
-
} else if (
|
|
8645
|
-
const d = t.children[
|
|
8500
|
+
} else if (p === "multipleRefProperty") {
|
|
8501
|
+
const d = t.children[m + "/" + a];
|
|
8646
8502
|
d && d.setCustomProperty(u, c);
|
|
8647
|
-
} else
|
|
8503
|
+
} else p === "customProperty" ? t.setCustomProperty(u, c) : p === "elementSlotProperty" || p === "customSlotProperty" ? t.setAdaptSlotProperty(u, c) : console.assert(!1);
|
|
8648
8504
|
}).consume((n) => e.setProp(e.global, "__setPropertyV1__", n)), e.newFunction("__callMethodV1__", (n, o, s) => {
|
|
8649
|
-
const r = e.getString(n), a = e.getString(o), c = e.dump(s), { kind:
|
|
8505
|
+
const r = e.getString(n), a = e.getString(o), c = e.dump(s), { kind: p, nodeId: m, methodKey: u } = qo(r);
|
|
8650
8506
|
let d;
|
|
8651
|
-
if (
|
|
8507
|
+
if (p === "elementMethod")
|
|
8652
8508
|
d = t.callElementMethod(r, c);
|
|
8653
|
-
else if (
|
|
8654
|
-
const y = t.children[
|
|
8509
|
+
else if (p === "referenceMethod") {
|
|
8510
|
+
const y = t.children[m];
|
|
8655
8511
|
y && (d = y.callCustomMethod(u, c));
|
|
8656
|
-
} else if (
|
|
8657
|
-
const y = t.children[
|
|
8512
|
+
} else if (p === "multipleRefMethod") {
|
|
8513
|
+
const y = t.children[m + "/" + a];
|
|
8658
8514
|
y && (d = y.callCustomMethod(u, c));
|
|
8659
|
-
} else
|
|
8515
|
+
} else p === "customMethod" || p === "customSlotMethod" || console.assert(!1);
|
|
8660
8516
|
return d;
|
|
8661
8517
|
}).consume((n) => e.setProp(e.global, "__callMethodV1__", n)), e.newFunction("__getStateV1__", (n) => {
|
|
8662
8518
|
const o = e.getString(n), s = t.getState(o);
|
|
@@ -8672,22 +8528,22 @@ function Eu(t) {
|
|
|
8672
8528
|
appId: `${s}${t.env}`,
|
|
8673
8529
|
pageId: r
|
|
8674
8530
|
};
|
|
8675
|
-
|
|
8531
|
+
he.router.replace({ path: a, query: c });
|
|
8676
8532
|
} else t.mode === "preview" && bo(
|
|
8677
|
-
|
|
8533
|
+
he.i18n.global.t(
|
|
8678
8534
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
8679
8535
|
)
|
|
8680
8536
|
);
|
|
8681
8537
|
}).consume((n) => e.setProp(e.global, "__navigateToV1__", n)), e.newFunction("__openConfirmDlgV1__", (n, o) => {
|
|
8682
8538
|
const s = e.getString(n), r = e.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
|
|
8683
|
-
return lr({ title: s, text: r }).then((
|
|
8684
|
-
Pe(t) && (
|
|
8539
|
+
return lr({ title: s, text: r }).then((p) => {
|
|
8540
|
+
Pe(t) && (p === void 0 ? c.resolve(e.undefined) : c.resolve(p ? e.true : e.false), t.promiseManager.release(a));
|
|
8685
8541
|
}), c.settled.then(e.runtime.executePendingJobs), c.handle;
|
|
8686
8542
|
}).consume((n) => e.setProp(e.global, "__openConfirmDlgV1__", n)), e.newFunction("__openPromptDlgV1__", (n, o, s) => {
|
|
8687
|
-
const r = e.getString(n), a = e.getString(o), c = e.dump(s), { id:
|
|
8543
|
+
const r = e.getString(n), a = e.getString(o), c = e.dump(s), { id: p, promise: m } = t.promiseManager.acquire();
|
|
8688
8544
|
return ar({ title: r, label: a, value: c }).then((u) => {
|
|
8689
|
-
Pe(t) && (u === void 0 ?
|
|
8690
|
-
}),
|
|
8545
|
+
Pe(t) && (u === void 0 ? m.resolve(e.undefined) : m.resolve(e.newString(u)), t.promiseManager.release(p));
|
|
8546
|
+
}), m.settled.then(e.runtime.executePendingJobs), m.handle;
|
|
8691
8547
|
}).consume((n) => e.setProp(e.global, "__openPromptDlgV1__", n));
|
|
8692
8548
|
}
|
|
8693
8549
|
function Bu(t) {
|
|
@@ -8807,8 +8663,8 @@ class Wu {
|
|
|
8807
8663
|
type;
|
|
8808
8664
|
eventBus = Ir();
|
|
8809
8665
|
hooks;
|
|
8810
|
-
constructor(e, n, o, s, r, a, c,
|
|
8811
|
-
this.kind = e, this.id = n, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type =
|
|
8666
|
+
constructor(e, n, o, s, r, a, c, p, m) {
|
|
8667
|
+
this.kind = e, this.id = n, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = p, this.hooks = m, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
|
|
8812
8668
|
}
|
|
8813
8669
|
dispose() {
|
|
8814
8670
|
this.parent?.removeChild(this.id), this.destroyVm(), console.log(`Sandbox/dispose id='${this.id}'`);
|
|
@@ -8944,7 +8800,7 @@ class Wu {
|
|
|
8944
8800
|
}
|
|
8945
8801
|
}
|
|
8946
8802
|
function ii(t, e, n, o, s) {
|
|
8947
|
-
const r = wu(), a = Vu(), c = H(),
|
|
8803
|
+
const r = wu(), a = Vu(), c = H(), p = ye(), m = ze(), u = je(), d = $u(), y = (S, I, P, E) => {
|
|
8948
8804
|
if (Z(c) && (x.callFunction(
|
|
8949
8805
|
"__triggerEventV1__",
|
|
8950
8806
|
Q("elementPropertyChangeEvent", S, I.join(".")),
|
|
@@ -8987,7 +8843,7 @@ function ii(t, e, n, o, s) {
|
|
|
8987
8843
|
I,
|
|
8988
8844
|
P
|
|
8989
8845
|
));
|
|
8990
|
-
},
|
|
8846
|
+
}, g = (S, I, P) => {
|
|
8991
8847
|
Z(c) && t.value?.code.reactivity && Ke(
|
|
8992
8848
|
x,
|
|
8993
8849
|
t.value.code.reactivity,
|
|
@@ -9008,10 +8864,10 @@ function ii(t, e, n, o, s) {
|
|
|
9008
8864
|
I,
|
|
9009
8865
|
P
|
|
9010
8866
|
));
|
|
9011
|
-
}, x = new Wu(e, n, o, s, r, a, c,
|
|
8867
|
+
}, x = new Wu(e, n, o, s, r, a, c, p, {
|
|
9012
8868
|
onElementPropertyChange: y,
|
|
9013
8869
|
onCustomPropertyChange: b,
|
|
9014
|
-
onAdaptSlotPropertyChange:
|
|
8870
|
+
onAdaptSlotPropertyChange: g,
|
|
9015
8871
|
onStateChange: k
|
|
9016
8872
|
});
|
|
9017
8873
|
if (Iu(x), Ge(() => {
|
|
@@ -9025,7 +8881,7 @@ function ii(t, e, n, o, s) {
|
|
|
9025
8881
|
});
|
|
9026
8882
|
}
|
|
9027
8883
|
Z(c) && re(
|
|
9028
|
-
|
|
8884
|
+
m,
|
|
9029
8885
|
(S, I) => {
|
|
9030
8886
|
const P = Oe(S.width), E = Oe(I?.width ?? S.width);
|
|
9031
8887
|
x.callFunction(
|
|
@@ -9054,15 +8910,15 @@ const Du = (t, e, n) => {
|
|
|
9054
8910
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== n ? ". Note that variables only represent file names one level deep." : ""))));
|
|
9055
8911
|
});
|
|
9056
8912
|
};
|
|
9057
|
-
async function
|
|
8913
|
+
async function hp(t) {
|
|
9058
8914
|
return (await Du(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.eag3wkbw.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.fh6ux17b.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
9059
8915
|
}
|
|
9060
8916
|
export {
|
|
9061
8917
|
qu as addIndent,
|
|
9062
8918
|
Ra as ambientLightV1,
|
|
9063
|
-
|
|
8919
|
+
np as badgeV1,
|
|
9064
8920
|
dn as barChartV1,
|
|
9065
|
-
|
|
8921
|
+
pn as boxGeometryV1,
|
|
9066
8922
|
wo as breakpoints,
|
|
9067
8923
|
qa as btnGroupV1,
|
|
9068
8924
|
Xa as btnToggleV1,
|
|
@@ -9070,21 +8926,21 @@ export {
|
|
|
9070
8926
|
Oe as calcBreakpoint,
|
|
9071
8927
|
We as cardV1,
|
|
9072
8928
|
Za as checkboxV1,
|
|
9073
|
-
|
|
8929
|
+
gn as chipGroupV1,
|
|
9074
8930
|
bn as chipV1,
|
|
9075
8931
|
tc as colorPickerV1,
|
|
9076
8932
|
nc as comboboxV1,
|
|
9077
8933
|
Ar as compTypes,
|
|
9078
|
-
|
|
8934
|
+
hn as containerV1,
|
|
9079
8935
|
ic as dataTableV1,
|
|
9080
8936
|
oc as datePickerV1,
|
|
9081
8937
|
rc as dialogV1,
|
|
9082
8938
|
Ma as directionalLightV1,
|
|
9083
8939
|
_u as duplicateNode,
|
|
9084
|
-
|
|
8940
|
+
sp as duplicateNodes,
|
|
9085
8941
|
Ee as elements,
|
|
9086
8942
|
Zu as ensureContext,
|
|
9087
|
-
|
|
8943
|
+
ip as fileInputV1,
|
|
9088
8944
|
xn as flexLayoutEntryV1,
|
|
9089
8945
|
De as flexLayoutV1,
|
|
9090
8946
|
_n as formV1,
|
|
@@ -9092,13 +8948,13 @@ export {
|
|
|
9092
8948
|
Ae as getBreakpointProp,
|
|
9093
8949
|
be as getField,
|
|
9094
8950
|
li as getIndexOfBreakpoint,
|
|
9095
|
-
|
|
8951
|
+
rp as getNode,
|
|
9096
8952
|
so as getPropertyDefault,
|
|
9097
8953
|
L as getPropertyTag,
|
|
9098
8954
|
Yu as getTypeColor,
|
|
9099
8955
|
Oa as globalityV1,
|
|
9100
8956
|
Fa as groupV1,
|
|
9101
|
-
|
|
8957
|
+
pc as iconV1,
|
|
9102
8958
|
z as initProperties,
|
|
9103
8959
|
je as injectDark,
|
|
9104
8960
|
ke as injectData,
|
|
@@ -9119,13 +8975,13 @@ export {
|
|
|
9119
8975
|
Ze as isPixelStr,
|
|
9120
8976
|
Ia as keyboardControlsV1,
|
|
9121
8977
|
yn as lineChartV1,
|
|
9122
|
-
|
|
8978
|
+
hp as loadLocaleMessageRuntime,
|
|
9123
8979
|
Q as makeEventId,
|
|
9124
8980
|
Cu as makeMethodId,
|
|
9125
|
-
|
|
8981
|
+
bp as makePropertyId,
|
|
9126
8982
|
Le as makeTriggerId,
|
|
9127
8983
|
Ca as mapControlsV1,
|
|
9128
|
-
|
|
8984
|
+
mc as menuV1,
|
|
9129
8985
|
Re as meshBasicMaterialV1,
|
|
9130
8986
|
Me as meshV1,
|
|
9131
8987
|
ja as multipleRefV1,
|
|
@@ -9139,28 +8995,28 @@ export {
|
|
|
9139
8995
|
wa as perspectiveCameraV1,
|
|
9140
8996
|
ku as pkgs,
|
|
9141
8997
|
Wa as pointLightV1,
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
8998
|
+
pp as provideDark,
|
|
8999
|
+
dp as provideData,
|
|
9000
|
+
yp as provideDepends,
|
|
9001
|
+
up as provideDevice,
|
|
9002
|
+
ap as provideEnv,
|
|
9003
|
+
cp as provideMode,
|
|
9004
|
+
lp as provideOrg,
|
|
9005
|
+
fp as provideRuntime,
|
|
9150
9006
|
Iu as provideSandbox,
|
|
9151
|
-
|
|
9007
|
+
mp as provideType,
|
|
9152
9008
|
Sn as radioGroupV1,
|
|
9153
9009
|
Vn as radioV1,
|
|
9154
|
-
|
|
9155
|
-
|
|
9010
|
+
gc as rangeSliderV1,
|
|
9011
|
+
hc as ratingV1,
|
|
9156
9012
|
Ha as referenceV1,
|
|
9157
9013
|
Ka as renderSwitchV1,
|
|
9158
9014
|
Tr as reverseBreakpoints,
|
|
9159
9015
|
xc as selectV1,
|
|
9160
9016
|
Gn as setField,
|
|
9161
9017
|
vc as sliderV1,
|
|
9162
|
-
|
|
9163
|
-
|
|
9018
|
+
op as spawnNode,
|
|
9019
|
+
mn as sphereGeometryV1,
|
|
9164
9020
|
Da as spotLightV1,
|
|
9165
9021
|
$n as stepperHeaderV1,
|
|
9166
9022
|
In as stepperItemV1,
|
|
@@ -9175,8 +9031,8 @@ export {
|
|
|
9175
9031
|
Ln as textareaV1,
|
|
9176
9032
|
En as timelineItemV1,
|
|
9177
9033
|
Bn as timelineV1,
|
|
9178
|
-
|
|
9179
|
-
|
|
9034
|
+
tp as toEventName,
|
|
9035
|
+
ep as toMethodName,
|
|
9180
9036
|
Qu as toPropertyName,
|
|
9181
9037
|
Ke as triggerReactivity,
|
|
9182
9038
|
Xu as types,
|
|
@@ -9184,7 +9040,7 @@ export {
|
|
|
9184
9040
|
qo as unwrapMethodId,
|
|
9185
9041
|
lo as unwrapPropertyId,
|
|
9186
9042
|
ni as useDepend,
|
|
9187
|
-
|
|
9043
|
+
gp as useRuntime,
|
|
9188
9044
|
ii as useSandbox,
|
|
9189
9045
|
Rn as windowItemV1,
|
|
9190
9046
|
Mn as windowV1
|