x-runtime-lib 0.8.148 → 0.8.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var xn = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), kn = (t) => {
|
|
2
2
|
throw TypeError(t);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
4
|
+
var ke = (t, n, e) => {
|
|
5
5
|
if (n != null) {
|
|
6
6
|
typeof n != "object" && typeof n != "function" && kn("Object expected");
|
|
7
7
|
var o, s;
|
|
@@ -14,7 +14,7 @@ var me = (t, n, e) => {
|
|
|
14
14
|
}), t.push([e, o, n]);
|
|
15
15
|
} else e && t.push([e]);
|
|
16
16
|
return n;
|
|
17
|
-
},
|
|
17
|
+
}, we = (t, n, e) => {
|
|
18
18
|
var o = typeof SuppressedError == "function" ? SuppressedError : function(l, c, m, u) {
|
|
19
19
|
return u = Error(m), u.name = "SuppressedError", u.error = l, u.suppressed = c, u;
|
|
20
20
|
}, s = (l) => n = e ? new o(l, n, "An error was suppressed during disposal") : (e = !0, l), i = (l) => {
|
|
@@ -29,10 +29,10 @@ var me = (t, n, e) => {
|
|
|
29
29
|
};
|
|
30
30
|
return i();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as $, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as
|
|
33
|
-
import { globalObjects as
|
|
32
|
+
import { defineComponent as $, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as Re, computed as I, renderSlot as F, normalizeStyle as de, ref as ie, watch as pe, onUnmounted as Se, onBeforeMount as ni, watchEffect as Ie, createVNode as D, createBlock as C, useTemplateRef as wo, onMounted as Io, nextTick as on, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as sn, renderList as oi, useId as $o, withModifiers as ii, normalizeClass as si, toDisplayString as So, useAttrs as bt, inject as fe, provide as ye, readonly as rn } from "vue";
|
|
33
|
+
import { globalObjects as he, waitUtil as Co, useViewStack as Vo, eventBus as Po, messageInfo as ri, messageSuccess as li, messageWarning as Lo, messageError as zo, createAxios as ai, openConfirmDlg as ci, openPromptDlg as ui } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as To, DirectionalLightHelper as mi, PointLightHelper as pi, SpotLightHelper as di } from "three";
|
|
35
|
-
import { i as
|
|
35
|
+
import { i as me, c as qe, K as fi, M as yi, O as bi, u as gi, r as Eo, e as Ao, a as hi, b as _i, d as vi, f as xi, g as ki, h as wi, j as Ii, k as $i, l as Mo, m as O, H as Si, n as Ci, o as Vi, p as Pi, q as Li } from "./vendor.m8tdmh16.js";
|
|
36
36
|
import { useTheme as zi } from "vuetify";
|
|
37
37
|
import { getErrorMessage as Ti } from "x-error-lib";
|
|
38
38
|
const wn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
@@ -86,7 +86,7 @@ function Ne(t, n) {
|
|
|
86
86
|
}
|
|
87
87
|
return e;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function Ve(t, n) {
|
|
90
90
|
let e = t;
|
|
91
91
|
if (typeof e != "object")
|
|
92
92
|
return;
|
|
@@ -313,10 +313,10 @@ const wu = [
|
|
|
313
313
|
"scene_spot_light_v1"
|
|
314
314
|
];
|
|
315
315
|
function N(...t) {
|
|
316
|
-
return t.map((n) =>
|
|
316
|
+
return t.map((n) => he.i18n.global.t(`x-runtime-lib.${n}`)).join(" - ");
|
|
317
317
|
}
|
|
318
318
|
function cn(t, n, e) {
|
|
319
|
-
const { i18n: o } =
|
|
319
|
+
const { i18n: o } = he;
|
|
320
320
|
let s = "";
|
|
321
321
|
return t && (s += t + " / "), n.forEach((i, l) => {
|
|
322
322
|
l > 0 && (s += " - "), e ? s += o.global.t(i) : s += i;
|
|
@@ -346,7 +346,7 @@ const Ki = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
|
|
|
346
346
|
},
|
|
347
347
|
setup(t) {
|
|
348
348
|
const n = Z();
|
|
349
|
-
return (e, o) => r(n) === "editor" ? (
|
|
349
|
+
return (e, o) => r(n) === "editor" ? (w(), te("TresMesh", {
|
|
350
350
|
key: 0,
|
|
351
351
|
position: t.position ?? [0, 0, 0],
|
|
352
352
|
ratation: t.ratation ?? [0, 0, 0],
|
|
@@ -363,12 +363,12 @@ const Ki = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
|
|
|
363
363
|
mask: { type: Boolean, default: !1 }
|
|
364
364
|
},
|
|
365
365
|
setup(t) {
|
|
366
|
-
const n = Z(), e =
|
|
366
|
+
const n = Z(), e = I(() => {
|
|
367
367
|
const s = {
|
|
368
368
|
position: "relative"
|
|
369
369
|
};
|
|
370
370
|
return t.block ? s.display = "block" : s.display = "inline-block", s;
|
|
371
|
-
}), o =
|
|
371
|
+
}), o = I(() => ({
|
|
372
372
|
position: "absolute",
|
|
373
373
|
top: 0,
|
|
374
374
|
left: 0,
|
|
@@ -377,14 +377,14 @@ const Ki = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
|
|
|
377
377
|
pointerEvents: "auto",
|
|
378
378
|
userSelect: "none"
|
|
379
379
|
}));
|
|
380
|
-
return (s, i) => r(n) === "editor" ? (
|
|
380
|
+
return (s, i) => r(n) === "editor" ? (w(), te("div", {
|
|
381
381
|
key: 0,
|
|
382
|
-
style:
|
|
382
|
+
style: de(e.value)
|
|
383
383
|
}, [
|
|
384
384
|
F(s.$slots, "default"),
|
|
385
|
-
t.mask ? (
|
|
385
|
+
t.mask ? (w(), te("div", {
|
|
386
386
|
key: 0,
|
|
387
|
-
style:
|
|
387
|
+
style: de(o.value)
|
|
388
388
|
}, null, 4)) : se("", !0)
|
|
389
389
|
], 4)) : F(s.$slots, "default", { key: 1 });
|
|
390
390
|
}
|
|
@@ -395,30 +395,30 @@ function Di(t) {
|
|
|
395
395
|
console.log(`<${i}>`, ...e);
|
|
396
396
|
} };
|
|
397
397
|
}
|
|
398
|
-
function
|
|
398
|
+
function P(t) {
|
|
399
399
|
const n = re(), e = ie(n.value.view.nodes[t.nodeId]);
|
|
400
|
-
console.assert(!!e.value, `invalid node id=${t.nodeId}`),
|
|
400
|
+
console.assert(!!e.value, `invalid node id=${t.nodeId}`), pe(n, () => {
|
|
401
401
|
e.value = n.value.view.nodes[t.nodeId];
|
|
402
402
|
});
|
|
403
403
|
const { debugTrace: o } = Di(e);
|
|
404
|
-
return o("created"),
|
|
404
|
+
return o("created"), Se(() => {
|
|
405
405
|
o("destroyed");
|
|
406
406
|
}), { node: e };
|
|
407
407
|
}
|
|
408
408
|
function mt(t, n, e) {
|
|
409
|
-
const o =
|
|
409
|
+
const o = _e();
|
|
410
410
|
if (o) {
|
|
411
|
-
const s =
|
|
411
|
+
const s = I(() => Jc("elementMethod", t, n));
|
|
412
412
|
ni(() => {
|
|
413
413
|
o.eventBus?.on(s.value, e);
|
|
414
|
-
}),
|
|
414
|
+
}), Se(() => {
|
|
415
415
|
o.eventBus?.off(s.value, e);
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
const Oi = (t, n, e, o) => {
|
|
420
420
|
let s;
|
|
421
|
-
if (t ? s = t.getElementProperty(n.basic.id, e) : s =
|
|
421
|
+
if (t ? s = t.getElementProperty(n.basic.id, e) : s = Ve(n, e), o) {
|
|
422
422
|
if (typeof s == "string")
|
|
423
423
|
return JSON.parse(s);
|
|
424
424
|
console.assert(!1);
|
|
@@ -430,11 +430,11 @@ const Oi = (t, n, e, o) => {
|
|
|
430
430
|
s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) : an(n, e, i);
|
|
431
431
|
};
|
|
432
432
|
function a(t, n, e) {
|
|
433
|
-
const o =
|
|
434
|
-
return
|
|
433
|
+
const o = _e(), s = ie();
|
|
434
|
+
return Ie(() => {
|
|
435
435
|
s.value = Oi(o, t.value, n, e);
|
|
436
|
-
}),
|
|
437
|
-
|
|
436
|
+
}), pe(s, (i, l) => {
|
|
437
|
+
me(i, l) || Fi(o, t.value, n, s.value, e);
|
|
438
438
|
}), { property: s };
|
|
439
439
|
}
|
|
440
440
|
function ue(t) {
|
|
@@ -463,22 +463,22 @@ function ue(t) {
|
|
|
463
463
|
"rotation",
|
|
464
464
|
"z"
|
|
465
465
|
]), { property: c } = a(t, ["transform", "scale", "x"]), { property: m } = a(t, ["transform", "scale", "y"]), { property: u } = a(t, ["transform", "scale", "z"]), d = ie([0, 0, 0]), p = ie([0, 0, 0]), f = ie([1, 1, 1]);
|
|
466
|
-
return
|
|
466
|
+
return Ie(() => {
|
|
467
467
|
d.value = [n.value, e.value, o.value];
|
|
468
|
-
}),
|
|
468
|
+
}), Ie(() => {
|
|
469
469
|
n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
|
|
470
|
-
}),
|
|
470
|
+
}), Ie(() => {
|
|
471
471
|
p.value = [s.value, i.value, l.value];
|
|
472
|
-
}),
|
|
472
|
+
}), Ie(() => {
|
|
473
473
|
s.value = p.value[0], i.value = p.value[1], l.value = p.value[2];
|
|
474
|
-
}),
|
|
474
|
+
}), Ie(() => {
|
|
475
475
|
f.value = [c.value, m.value, u.value];
|
|
476
|
-
}),
|
|
476
|
+
}), Ie(() => {
|
|
477
477
|
c.value = f.value[0], m.value = f.value[1], u.value = f.value[2];
|
|
478
478
|
}), { position: d, rotation: p, scale: f };
|
|
479
479
|
}
|
|
480
480
|
function Bo(t) {
|
|
481
|
-
const n =
|
|
481
|
+
const n = I(() => t.value.legend?.show), e = I(() => t.value.legend?.data);
|
|
482
482
|
function o(s) {
|
|
483
483
|
s.legend = {
|
|
484
484
|
show: n.value,
|
|
@@ -488,14 +488,14 @@ function Bo(t) {
|
|
|
488
488
|
return { show: n, data: e, applyLegend: o };
|
|
489
489
|
}
|
|
490
490
|
function Ro(t) {
|
|
491
|
-
const n =
|
|
491
|
+
const n = I(() => t.value.series);
|
|
492
492
|
function e(o) {
|
|
493
493
|
o.series = n.value;
|
|
494
494
|
}
|
|
495
495
|
return { series: n, applySeries: e };
|
|
496
496
|
}
|
|
497
497
|
function Ko(t) {
|
|
498
|
-
const n =
|
|
498
|
+
const n = I(() => t.value.title?.show), e = I(() => t.value.title?.text), o = I(() => t.value.title?.subtext);
|
|
499
499
|
function s(i) {
|
|
500
500
|
i.title = {
|
|
501
501
|
show: n.value,
|
|
@@ -506,7 +506,7 @@ function Ko(t) {
|
|
|
506
506
|
return { show: n, text: e, subtext: o, applyTitle: s };
|
|
507
507
|
}
|
|
508
508
|
function Do(t) {
|
|
509
|
-
const n =
|
|
509
|
+
const n = I(() => t.value.xAxis?.show), e = I(() => t.value.xAxis?.position), o = I(() => t.value.xAxis?.type), s = I(() => t.value.xAxis?.data);
|
|
510
510
|
function i(l) {
|
|
511
511
|
l.xAxis = {
|
|
512
512
|
show: n.value,
|
|
@@ -518,7 +518,7 @@ function Do(t) {
|
|
|
518
518
|
return { show: n, position: e, type: o, data: s, applyXAxis: i };
|
|
519
519
|
}
|
|
520
520
|
function Oo(t) {
|
|
521
|
-
const n =
|
|
521
|
+
const n = I(() => t.value.yAxis?.show), e = I(() => t.value.yAxis?.position), o = I(() => t.value.yAxis?.type), s = I(() => t.value.yAxis?.data);
|
|
522
522
|
function i(l) {
|
|
523
523
|
l.yAxis = {
|
|
524
524
|
show: n.value,
|
|
@@ -530,55 +530,55 @@ function Oo(t) {
|
|
|
530
530
|
return { show: n, position: e, type: o, data: s, applyYAxis: i };
|
|
531
531
|
}
|
|
532
532
|
function Q(t) {
|
|
533
|
-
const { computedThemes: n } = zi(), e = Ze(), o =
|
|
533
|
+
const { computedThemes: n } = zi(), e = Ze(), o = I(() => t.value?.mode), s = I(() => {
|
|
534
534
|
const u = t.value?.theme;
|
|
535
535
|
return u ? u === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : u === "background1" ? e.value ? "#272727" : "#eeeeee" : u === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[u] : void 0;
|
|
536
|
-
}), i =
|
|
536
|
+
}), i = I(() => e.value ? t.value.custom?.dark : t.value.custom?.light), l = I(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? i.value ?? "" : ""), c = I(() => {
|
|
537
537
|
const u = l.value;
|
|
538
538
|
return !u.startsWith("#") || u.length < 7 ? "" : u.substring(0, 7);
|
|
539
|
-
}), m =
|
|
539
|
+
}), m = I(() => {
|
|
540
540
|
const u = l.value;
|
|
541
541
|
return u.startsWith("#") ? u.length < 9 ? 1 : parseInt(u.substring(7, 9)) / 255 : 0;
|
|
542
542
|
});
|
|
543
543
|
return { color: l, rgb: c, alpha: m };
|
|
544
544
|
}
|
|
545
545
|
function un(t) {
|
|
546
|
-
const n =
|
|
546
|
+
const n = I(() => t.value.border?.style), e = I(() => t.value.border?.width), o = I(() => t.value.border?.color), { color: s } = Q(o), i = I(() => t.value.border?.roundRadius?.tl), l = I(() => t.value.border?.roundRadius?.tr), c = I(() => t.value.border?.roundRadius?.bl), m = I(() => t.value.border?.roundRadius?.br);
|
|
547
547
|
function u(d) {
|
|
548
548
|
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), i.value && (d.borderTopLeftRadius = i.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), m.value && (d.borderBottomRightRadius = m.value);
|
|
549
549
|
}
|
|
550
550
|
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: u };
|
|
551
551
|
}
|
|
552
552
|
function mn(t) {
|
|
553
|
-
const n =
|
|
553
|
+
const n = I(() => t.value.margin?.top), e = I(() => t.value.margin?.left), o = I(() => t.value.margin?.bottom), s = I(() => t.value.margin?.right);
|
|
554
554
|
function i(l) {
|
|
555
555
|
n.value && (l.marginTop = n.value), e.value && (l.marginLeft = e.value), o.value && (l.marginBottom = o.value), s.value && (l.marginRight = s.value);
|
|
556
556
|
}
|
|
557
557
|
return { marginTop: n, marginLeft: e, marginBottom: o, marginRight: s, applyMargin: i };
|
|
558
558
|
}
|
|
559
559
|
function pn(t) {
|
|
560
|
-
const n =
|
|
560
|
+
const n = I(() => t.value.padding?.top), e = I(() => t.value.padding?.left), o = I(() => t.value.padding?.bottom), s = I(() => t.value.padding?.right);
|
|
561
561
|
function i(l) {
|
|
562
562
|
n.value && (l.paddingTop = n.value), e.value && (l.paddingLeft = e.value), o.value && (l.paddingBottom = o.value), s.value && (l.paddingRight = s.value);
|
|
563
563
|
}
|
|
564
564
|
return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: i };
|
|
565
565
|
}
|
|
566
|
-
function
|
|
567
|
-
const e = Z(), o = Fe(), s =
|
|
566
|
+
function be(t, n) {
|
|
567
|
+
const e = Z(), o = Fe(), s = I(() => n.value.size?.width), i = I(() => n.value.size?.minWidth), l = I(() => n.value.size?.maxWidth), c = I(() => {
|
|
568
568
|
if (t.outer && e === "editor") {
|
|
569
569
|
const p = wt(n.value.size?.height);
|
|
570
570
|
if (p)
|
|
571
571
|
return p / 100 * o.value.height + "px";
|
|
572
572
|
}
|
|
573
573
|
return n.value.size?.height;
|
|
574
|
-
}), m =
|
|
574
|
+
}), m = I(() => {
|
|
575
575
|
if (t.outer && e === "editor") {
|
|
576
576
|
const p = wt(n.value.size?.minHeight);
|
|
577
577
|
if (p)
|
|
578
578
|
return p / 100 * o.value.height + "px";
|
|
579
579
|
}
|
|
580
580
|
return n.value.size?.minHeight;
|
|
581
|
-
}), u =
|
|
581
|
+
}), u = I(() => {
|
|
582
582
|
if (t.outer && e === "editor") {
|
|
583
583
|
const p = wt(n.value.size?.maxHeight);
|
|
584
584
|
if (p)
|
|
@@ -599,8 +599,8 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
599
599
|
refContext: {}
|
|
600
600
|
},
|
|
601
601
|
setup(t) {
|
|
602
|
-
const n = t, { node: e } =
|
|
603
|
-
return (
|
|
602
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "bottom"]), { property: m } = a(e, ["settings", "far"]), { property: u } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
|
|
603
|
+
return (b, _) => (w(), te("TresOrthographicCamera", {
|
|
604
604
|
bottom: r(c),
|
|
605
605
|
far: r(m),
|
|
606
606
|
left: r(u),
|
|
@@ -612,14 +612,14 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
612
612
|
top: r(f)
|
|
613
613
|
}, [
|
|
614
614
|
D(r(Ke)),
|
|
615
|
-
r(o) === "editor" ? (
|
|
615
|
+
r(o) === "editor" ? (w(), C(r(qe), {
|
|
616
616
|
key: 0,
|
|
617
617
|
type: r(To)
|
|
618
618
|
}, null, 8, ["type"])) : se("", !0),
|
|
619
|
-
F(
|
|
619
|
+
F(b.$slots, "default")
|
|
620
620
|
], 8, Ni));
|
|
621
621
|
}
|
|
622
|
-
}),
|
|
622
|
+
}), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Gi = /* @__PURE__ */ $({
|
|
623
623
|
__name: "index",
|
|
624
624
|
props: {
|
|
625
625
|
nodeId: {},
|
|
@@ -627,8 +627,8 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
627
627
|
refContext: {}
|
|
628
628
|
},
|
|
629
629
|
setup(t) {
|
|
630
|
-
const n = t, { node: e } =
|
|
631
|
-
return (p, f) => (
|
|
630
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "aspect"]), { property: m } = a(e, ["settings", "far"]), { property: u } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
|
|
631
|
+
return (p, f) => (w(), te("TresPerspectiveCamera", {
|
|
632
632
|
aspect: r(c),
|
|
633
633
|
far: r(m),
|
|
634
634
|
fov: r(u),
|
|
@@ -638,30 +638,30 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
638
638
|
scale: r(l)
|
|
639
639
|
}, [
|
|
640
640
|
D(r(Ke)),
|
|
641
|
-
r(o) === "editor" ? (
|
|
641
|
+
r(o) === "editor" ? (w(), C(r(qe), {
|
|
642
642
|
key: 0,
|
|
643
643
|
type: r(To)
|
|
644
644
|
}, null, 8, ["type"])) : se("", !0),
|
|
645
645
|
F(p.$slots, "default")
|
|
646
|
-
], 8,
|
|
646
|
+
], 8, Hi));
|
|
647
647
|
}
|
|
648
648
|
}), Ji = /* @__PURE__ */ $({
|
|
649
649
|
__name: "index",
|
|
650
650
|
setup(t) {
|
|
651
651
|
const n = Z();
|
|
652
|
-
return (e, o) => r(n) !== "editor" ? (
|
|
652
|
+
return (e, o) => r(n) !== "editor" ? (w(), C(r(fi), { key: 0 })) : se("", !0);
|
|
653
653
|
}
|
|
654
654
|
}), Ui = /* @__PURE__ */ $({
|
|
655
655
|
__name: "index",
|
|
656
656
|
setup(t) {
|
|
657
657
|
const n = Z();
|
|
658
|
-
return (e, o) => r(n) !== "editor" ? (
|
|
658
|
+
return (e, o) => r(n) !== "editor" ? (w(), C(r(yi), { key: 0 })) : se("", !0);
|
|
659
659
|
}
|
|
660
660
|
}), qi = /* @__PURE__ */ $({
|
|
661
661
|
__name: "index",
|
|
662
662
|
setup(t) {
|
|
663
663
|
const n = Z();
|
|
664
|
-
return (e, o) => r(n) !== "editor" ? (
|
|
664
|
+
return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) : se("", !0);
|
|
665
665
|
}
|
|
666
666
|
}), Xi = ["args"], Yi = /* @__PURE__ */ $({
|
|
667
667
|
__name: "index",
|
|
@@ -671,7 +671,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
671
671
|
refContext: {}
|
|
672
672
|
},
|
|
673
673
|
setup(t) {
|
|
674
|
-
const n = t, { node: e } =
|
|
674
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "depth"]), { property: s } = a(e, [
|
|
675
675
|
"settings",
|
|
676
676
|
"depthSegements"
|
|
677
677
|
]), { property: i } = a(e, ["settings", "height"]), { property: l } = a(e, [
|
|
@@ -681,7 +681,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
681
681
|
"settings",
|
|
682
682
|
"widthSegements"
|
|
683
683
|
]);
|
|
684
|
-
return (u, d) => (
|
|
684
|
+
return (u, d) => (w(), te("TresBoxGeometry", {
|
|
685
685
|
args: [
|
|
686
686
|
r(c),
|
|
687
687
|
r(i),
|
|
@@ -705,7 +705,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
705
705
|
refContext: {}
|
|
706
706
|
},
|
|
707
707
|
setup(t) {
|
|
708
|
-
const n = t, { node: e } =
|
|
708
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
709
709
|
"settings",
|
|
710
710
|
"heightSegments"
|
|
711
711
|
]), { property: s } = a(e, [
|
|
@@ -724,7 +724,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
724
724
|
"settings",
|
|
725
725
|
"widthSegments"
|
|
726
726
|
]);
|
|
727
|
-
return (d, p) => (
|
|
727
|
+
return (d, p) => (w(), te("TresSphereGeometry", {
|
|
728
728
|
args: [
|
|
729
729
|
r(l),
|
|
730
730
|
r(u),
|
|
@@ -744,11 +744,11 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
744
744
|
refContext: {}
|
|
745
745
|
},
|
|
746
746
|
setup(t) {
|
|
747
|
-
const n = t, { node: e } =
|
|
747
|
+
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = ue(e), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: m } = a(e, [
|
|
748
748
|
"settings",
|
|
749
749
|
"intensity"
|
|
750
750
|
]);
|
|
751
|
-
return (u, d) => (
|
|
751
|
+
return (u, d) => (w(), te("TresAmbientLight", {
|
|
752
752
|
color: r(c),
|
|
753
753
|
intensity: r(m),
|
|
754
754
|
position: r(o),
|
|
@@ -767,11 +767,11 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
767
767
|
refContext: {}
|
|
768
768
|
},
|
|
769
769
|
setup(t) {
|
|
770
|
-
const n = t, { node: e } =
|
|
770
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "color"]), { color: m } = Q(c), { property: u } = a(e, [
|
|
771
771
|
"settings",
|
|
772
772
|
"intensity"
|
|
773
773
|
]);
|
|
774
|
-
return (d, p) => (
|
|
774
|
+
return (d, p) => (w(), te("TresDirectionalLight", {
|
|
775
775
|
color: r(m),
|
|
776
776
|
intensity: r(u),
|
|
777
777
|
position: r(s),
|
|
@@ -779,7 +779,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
779
779
|
scale: r(l)
|
|
780
780
|
}, [
|
|
781
781
|
D(r(Ke)),
|
|
782
|
-
r(o) === "editor" ? (
|
|
782
|
+
r(o) === "editor" ? (w(), C(r(qe), {
|
|
783
783
|
key: 0,
|
|
784
784
|
type: r(mi)
|
|
785
785
|
}, null, 8, ["type"])) : se("", !0),
|
|
@@ -794,14 +794,14 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
794
794
|
refContext: {}
|
|
795
795
|
},
|
|
796
796
|
setup(t) {
|
|
797
|
-
const n = t, { node: e } =
|
|
797
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "color"]), { color: m } = Q(c), { property: u } = a(e, ["settings", "decay"]), { property: d } = a(e, [
|
|
798
798
|
"settings",
|
|
799
799
|
"distance"
|
|
800
800
|
]), { property: p } = a(e, [
|
|
801
801
|
"settings",
|
|
802
802
|
"intensity"
|
|
803
803
|
]);
|
|
804
|
-
return (f,
|
|
804
|
+
return (f, b) => (w(), te("TresPointLight", {
|
|
805
805
|
color: r(m),
|
|
806
806
|
decay: r(u),
|
|
807
807
|
distance: r(d),
|
|
@@ -811,7 +811,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
811
811
|
scale: r(l)
|
|
812
812
|
}, [
|
|
813
813
|
D(r(Ke)),
|
|
814
|
-
r(o) === "editor" ? (
|
|
814
|
+
r(o) === "editor" ? (w(), C(r(qe), {
|
|
815
815
|
key: 0,
|
|
816
816
|
type: r(pi)
|
|
817
817
|
}, null, 8, ["type"])) : se("", !0),
|
|
@@ -826,29 +826,29 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
826
826
|
refContext: {}
|
|
827
827
|
},
|
|
828
828
|
setup(t) {
|
|
829
|
-
const n = t, { node: e } =
|
|
829
|
+
const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "angle"]), { property: m } = a(e, ["settings", "color"]), { color: u } = Q(m), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
|
|
830
830
|
"settings",
|
|
831
831
|
"distance"
|
|
832
832
|
]), { property: f } = a(e, [
|
|
833
833
|
"settings",
|
|
834
834
|
"intensity"
|
|
835
|
-
]), { property:
|
|
835
|
+
]), { property: b } = a(e, [
|
|
836
836
|
"settings",
|
|
837
837
|
"penumbra"
|
|
838
838
|
]);
|
|
839
|
-
return (_,
|
|
839
|
+
return (_, k) => (w(), te("TresSpotLight", {
|
|
840
840
|
angle: r(c),
|
|
841
841
|
color: r(u),
|
|
842
842
|
decay: r(d),
|
|
843
843
|
distance: r(p),
|
|
844
844
|
intensity: r(f),
|
|
845
|
-
penumbra: r(
|
|
845
|
+
penumbra: r(b),
|
|
846
846
|
position: r(o) !== "editor" ? r(s) : [0, 0, 0],
|
|
847
847
|
rotation: r(o) !== "editor" ? r(i) : [0, 0, 0],
|
|
848
848
|
scale: r(o) !== "editor" ? r(l) : [1, 1, 1]
|
|
849
849
|
}, [
|
|
850
850
|
D(r(Ke)),
|
|
851
|
-
r(o) === "editor" ? (
|
|
851
|
+
r(o) === "editor" ? (w(), C(r(qe), {
|
|
852
852
|
key: 0,
|
|
853
853
|
type: r(di)
|
|
854
854
|
}, null, 8, ["type"])) : se("", !0),
|
|
@@ -857,7 +857,7 @@ const Ni = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
857
857
|
}
|
|
858
858
|
}), as = {};
|
|
859
859
|
function cs(t, n) {
|
|
860
|
-
return
|
|
860
|
+
return w(), te("TresMeshBasicMaterial");
|
|
861
861
|
}
|
|
862
862
|
const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation", "scale"], ps = /* @__PURE__ */ $({
|
|
863
863
|
__name: "index",
|
|
@@ -867,8 +867,8 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
867
867
|
refContext: {}
|
|
868
868
|
},
|
|
869
869
|
setup(t) {
|
|
870
|
-
const n = t, { node: e } =
|
|
871
|
-
return (l, c) => (
|
|
870
|
+
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = ue(e);
|
|
871
|
+
return (l, c) => (w(), te("TresGroup", {
|
|
872
872
|
position: r(o),
|
|
873
873
|
rotation: r(s),
|
|
874
874
|
scale: r(i)
|
|
@@ -884,8 +884,8 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
884
884
|
refContext: {}
|
|
885
885
|
},
|
|
886
886
|
setup(t) {
|
|
887
|
-
const n = t, { node: e } =
|
|
888
|
-
return (l, c) => (
|
|
887
|
+
const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = ue(e);
|
|
888
|
+
return (l, c) => (w(), te("TresMesh", {
|
|
889
889
|
position: r(o),
|
|
890
890
|
rotation: r(s),
|
|
891
891
|
scale: r(i)
|
|
@@ -923,9 +923,9 @@ const us = /* @__PURE__ */ De(as, [["render", cs]]), ms = ["position", "rotation
|
|
|
923
923
|
visualMap: Os,
|
|
924
924
|
dataZoom: Fs,
|
|
925
925
|
markPoint: Ns
|
|
926
|
-
},
|
|
927
|
-
color:
|
|
928
|
-
backgroundColor:
|
|
926
|
+
}, Hs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Gs = "#f5f5f5", Js = {}, Us = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, qs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ys = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, lr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { 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"] } } }, ur = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, fr = { textStyle: { color: "#333333" } }, yr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, br = { 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" } } }, gr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, hr = { 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" } }, _r = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, vr = {
|
|
927
|
+
color: Hs,
|
|
928
|
+
backgroundColor: Gs,
|
|
929
929
|
textStyle: Js,
|
|
930
930
|
title: Us,
|
|
931
931
|
line: qs,
|
|
@@ -974,26 +974,26 @@ const xr = /* @__PURE__ */ $({
|
|
|
974
974
|
refContext: {}
|
|
975
975
|
},
|
|
976
976
|
setup(t) {
|
|
977
|
-
const n = t, { node: e } =
|
|
978
|
-
const
|
|
979
|
-
return i === "page" ?
|
|
980
|
-
}),
|
|
977
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } = Ko(e), { applyXAxis: k } = Do(e), { applyYAxis: g } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: h } = Ro(e), v = I(() => {
|
|
978
|
+
const L = {}, U = l.value?.type;
|
|
979
|
+
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
980
|
+
}), z = wo("chart");
|
|
981
981
|
let T;
|
|
982
|
-
const
|
|
983
|
-
T?.dispose(), T = Ao.init(
|
|
984
|
-
const
|
|
985
|
-
T.setOption(
|
|
986
|
-
},
|
|
982
|
+
const J = () => {
|
|
983
|
+
T?.dispose(), T = Ao.init(z.value, s.value ? "dark" : "light");
|
|
984
|
+
const L = {};
|
|
985
|
+
T.setOption(L);
|
|
986
|
+
}, Y = () => {
|
|
987
987
|
T?.resize();
|
|
988
|
-
},
|
|
989
|
-
const
|
|
990
|
-
_(
|
|
988
|
+
}, j = () => {
|
|
989
|
+
const L = {};
|
|
990
|
+
_(L), k(L), g(L), x(L), h(L), T?.setOption(L, !0);
|
|
991
991
|
};
|
|
992
992
|
return Io(async () => {
|
|
993
|
-
window.addEventListener("resize",
|
|
994
|
-
}),
|
|
995
|
-
window.removeEventListener("resize",
|
|
996
|
-
}),
|
|
993
|
+
window.addEventListener("resize", Y, !1), await Co(() => !!z.value), J(), j();
|
|
994
|
+
}), Se(() => {
|
|
995
|
+
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
996
|
+
}), pe(
|
|
997
997
|
[
|
|
998
998
|
() => o.value.width,
|
|
999
999
|
() => o.value.height,
|
|
@@ -1005,24 +1005,24 @@ const xr = /* @__PURE__ */ $({
|
|
|
1005
1005
|
f
|
|
1006
1006
|
],
|
|
1007
1007
|
async () => {
|
|
1008
|
-
await on(),
|
|
1008
|
+
await on(), Y();
|
|
1009
1009
|
}
|
|
1010
|
-
),
|
|
1011
|
-
|
|
1012
|
-
}),
|
|
1010
|
+
), pe([s], () => {
|
|
1011
|
+
J(), j();
|
|
1012
|
+
}), pe(
|
|
1013
1013
|
[n],
|
|
1014
1014
|
() => {
|
|
1015
|
-
|
|
1015
|
+
j();
|
|
1016
1016
|
},
|
|
1017
1017
|
{ deep: !0 }
|
|
1018
|
-
), (
|
|
1018
|
+
), (L, U) => (w(), C(r(H), {
|
|
1019
1019
|
block: "",
|
|
1020
1020
|
mask: ""
|
|
1021
1021
|
}, {
|
|
1022
|
-
default:
|
|
1022
|
+
default: V(() => [
|
|
1023
1023
|
Re("div", {
|
|
1024
1024
|
ref: "chart",
|
|
1025
|
-
style:
|
|
1025
|
+
style: de(v.value)
|
|
1026
1026
|
}, null, 4)
|
|
1027
1027
|
]),
|
|
1028
1028
|
_: 1
|
|
@@ -1036,26 +1036,26 @@ const xr = /* @__PURE__ */ $({
|
|
|
1036
1036
|
refContext: {}
|
|
1037
1037
|
},
|
|
1038
1038
|
setup(t) {
|
|
1039
|
-
const n = t, { node: e } =
|
|
1040
|
-
const
|
|
1041
|
-
return i === "page" ?
|
|
1042
|
-
}),
|
|
1039
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ze(), i = Ce(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = be(n, e), { applyTitle: _ } = Ko(e), { applyXAxis: k } = Do(e), { applyYAxis: g } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: h } = Ro(e), v = I(() => {
|
|
1040
|
+
const L = {}, U = l.value?.type;
|
|
1041
|
+
return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
|
|
1042
|
+
}), z = wo("chart");
|
|
1043
1043
|
let T;
|
|
1044
|
-
const
|
|
1045
|
-
T?.dispose(), T = Ao.init(
|
|
1046
|
-
const
|
|
1047
|
-
T.setOption(
|
|
1048
|
-
},
|
|
1044
|
+
const J = () => {
|
|
1045
|
+
T?.dispose(), T = Ao.init(z.value, s.value ? "dark" : "light");
|
|
1046
|
+
const L = {};
|
|
1047
|
+
T.setOption(L);
|
|
1048
|
+
}, Y = () => {
|
|
1049
1049
|
T?.resize();
|
|
1050
|
-
},
|
|
1051
|
-
const
|
|
1052
|
-
_(
|
|
1050
|
+
}, j = () => {
|
|
1051
|
+
const L = {};
|
|
1052
|
+
_(L), k(L), g(L), x(L), h(L), T?.setOption(L, !0);
|
|
1053
1053
|
};
|
|
1054
1054
|
return Io(async () => {
|
|
1055
|
-
window.addEventListener("resize",
|
|
1056
|
-
}),
|
|
1057
|
-
window.removeEventListener("resize",
|
|
1058
|
-
}),
|
|
1055
|
+
window.addEventListener("resize", Y, !1), await Co(() => !!z.value), J(), j();
|
|
1056
|
+
}), Se(() => {
|
|
1057
|
+
window.removeEventListener("resize", Y, !1), T?.dispose();
|
|
1058
|
+
}), pe(
|
|
1059
1059
|
[
|
|
1060
1060
|
() => o.value.width,
|
|
1061
1061
|
() => o.value.height,
|
|
@@ -1067,24 +1067,24 @@ const xr = /* @__PURE__ */ $({
|
|
|
1067
1067
|
f
|
|
1068
1068
|
],
|
|
1069
1069
|
async () => {
|
|
1070
|
-
await on(),
|
|
1070
|
+
await on(), Y();
|
|
1071
1071
|
}
|
|
1072
|
-
),
|
|
1073
|
-
|
|
1074
|
-
}),
|
|
1072
|
+
), pe([s], () => {
|
|
1073
|
+
J(), j();
|
|
1074
|
+
}), pe(
|
|
1075
1075
|
[n],
|
|
1076
1076
|
() => {
|
|
1077
|
-
|
|
1077
|
+
j();
|
|
1078
1078
|
},
|
|
1079
1079
|
{ deep: !0 }
|
|
1080
|
-
), (
|
|
1080
|
+
), (L, U) => (w(), C(r(H), {
|
|
1081
1081
|
block: "",
|
|
1082
1082
|
mask: ""
|
|
1083
1083
|
}, {
|
|
1084
|
-
default:
|
|
1084
|
+
default: V(() => [
|
|
1085
1085
|
Re("div", {
|
|
1086
1086
|
ref: "chart",
|
|
1087
|
-
style:
|
|
1087
|
+
style: de(v.value)
|
|
1088
1088
|
}, null, 4)
|
|
1089
1089
|
]),
|
|
1090
1090
|
_: 1
|
|
@@ -1098,7 +1098,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1098
1098
|
refContext: {}
|
|
1099
1099
|
},
|
|
1100
1100
|
setup(t) {
|
|
1101
|
-
const n = t, { node: e } =
|
|
1101
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "content"]), { property: s } = a(e, ["settings", "dot"]), { theme: i } = G(), { property: l } = a(e, [
|
|
1102
1102
|
"settings",
|
|
1103
1103
|
"offset",
|
|
1104
1104
|
"x"
|
|
@@ -1109,8 +1109,8 @@ const xr = /* @__PURE__ */ $({
|
|
|
1109
1109
|
]);
|
|
1110
1110
|
return (m, u) => {
|
|
1111
1111
|
const d = B("v-badge");
|
|
1112
|
-
return
|
|
1113
|
-
default:
|
|
1112
|
+
return w(), C(r(H), null, {
|
|
1113
|
+
default: V(() => [
|
|
1114
1114
|
D(d, {
|
|
1115
1115
|
content: r(o),
|
|
1116
1116
|
dot: r(s),
|
|
@@ -1118,7 +1118,7 @@ const xr = /* @__PURE__ */ $({
|
|
|
1118
1118
|
"offset-y": r(c),
|
|
1119
1119
|
theme: r(i)
|
|
1120
1120
|
}, {
|
|
1121
|
-
default:
|
|
1121
|
+
default: V(() => [
|
|
1122
1122
|
F(m.$slots, "default")
|
|
1123
1123
|
]),
|
|
1124
1124
|
_: 3
|
|
@@ -1136,37 +1136,38 @@ const xr = /* @__PURE__ */ $({
|
|
|
1136
1136
|
refContext: {}
|
|
1137
1137
|
},
|
|
1138
1138
|
setup(t) {
|
|
1139
|
-
const n = t, { node: e } =
|
|
1139
|
+
const n = t, { node: e } = P(n), o = _e(), { property: s } = a(e, [
|
|
1140
1140
|
"settings",
|
|
1141
1141
|
"addIcon",
|
|
1142
1142
|
"append"
|
|
1143
1143
|
]), { property: i } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: m } = a(e, ["settings", "density"]), { property: u } = a(e, [
|
|
1144
1144
|
"settings",
|
|
1145
1145
|
"disabled"
|
|
1146
|
-
]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property:
|
|
1146
|
+
]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: b } = a(e, ["size", "maxWidth"]), { property: _ } = a(e, ["size", "minHeight"]), { property: k } = a(e, ["size", "minWidth"]), { property: g } = a(e, [
|
|
1147
1147
|
"settings",
|
|
1148
1148
|
"addIcon",
|
|
1149
1149
|
"prepend"
|
|
1150
1150
|
]), { property: x } = a(e, [
|
|
1151
1151
|
"settings",
|
|
1152
1152
|
"readonly"
|
|
1153
|
-
]), { property: h } = a(e, ["settings", "ripple"]), { property: v } = a(e, ["settings", "size"]), { property:
|
|
1153
|
+
]), { property: h } = a(e, ["settings", "ripple"]), { property: v } = a(e, ["settings", "size"]), { property: z } = a(e, ["settings", "stacked"]), { property: T } = a(e, ["settings", "text"]), { theme: J } = G(), { property: Y } = a(e, ["settings", "variant"]), { property: j } = a(e, ["size", "width"]), L = async (U) => {
|
|
1154
1154
|
if (!o || !o.vm)
|
|
1155
1155
|
return;
|
|
1156
1156
|
const { vm: oe } = o;
|
|
1157
|
-
oe.setProp(oe.global, "__pointerPosX__", oe.newNumber(
|
|
1157
|
+
oe.setProp(oe.global, "__pointerPosX__", oe.newNumber(U.clientX)), oe.setProp(oe.global, "__pointerPosY__", oe.newNumber(U.clientY)), await o.callFunctionAsync(
|
|
1158
1158
|
"__triggerEventV1__",
|
|
1159
|
-
ae("elementEvent", n.nodeId, "click")
|
|
1159
|
+
ae("elementEvent", n.nodeId, "click"),
|
|
1160
|
+
""
|
|
1160
1161
|
);
|
|
1161
1162
|
};
|
|
1162
|
-
return (
|
|
1163
|
-
const
|
|
1164
|
-
return
|
|
1163
|
+
return (U, oe) => {
|
|
1164
|
+
const ge = B("v-btn");
|
|
1165
|
+
return w(), C(r(H), {
|
|
1165
1166
|
block: r(i),
|
|
1166
1167
|
mask: ""
|
|
1167
1168
|
}, {
|
|
1168
|
-
default:
|
|
1169
|
-
D(
|
|
1169
|
+
default: V(() => [
|
|
1170
|
+
D(ge, {
|
|
1170
1171
|
"append-icon": r(s),
|
|
1171
1172
|
block: r(i),
|
|
1172
1173
|
color: r(c),
|
|
@@ -1175,19 +1176,19 @@ const xr = /* @__PURE__ */ $({
|
|
|
1175
1176
|
height: r(d),
|
|
1176
1177
|
loading: r(p),
|
|
1177
1178
|
"max-height": r(f),
|
|
1178
|
-
"max-width": r(
|
|
1179
|
+
"max-width": r(b),
|
|
1179
1180
|
"min-height": r(_),
|
|
1180
|
-
"min-width": r(
|
|
1181
|
-
"prepend-icon": r(
|
|
1181
|
+
"min-width": r(k),
|
|
1182
|
+
"prepend-icon": r(g),
|
|
1182
1183
|
readonly: r(x),
|
|
1183
1184
|
ripple: r(h),
|
|
1184
1185
|
size: r(v),
|
|
1185
|
-
stacked: r(
|
|
1186
|
+
stacked: r(z),
|
|
1186
1187
|
text: r(T),
|
|
1187
|
-
theme: r(
|
|
1188
|
-
variant: r(
|
|
1189
|
-
width: r(
|
|
1190
|
-
onClick:
|
|
1188
|
+
theme: r(J),
|
|
1189
|
+
variant: r(Y),
|
|
1190
|
+
width: r(j),
|
|
1191
|
+
onClick: L
|
|
1191
1192
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1192
1193
|
]),
|
|
1193
1194
|
_: 1
|
|
@@ -1197,8 +1198,8 @@ const xr = /* @__PURE__ */ $({
|
|
|
1197
1198
|
}), $r = {};
|
|
1198
1199
|
function Sr(t, n) {
|
|
1199
1200
|
const e = B("v-btn-group");
|
|
1200
|
-
return
|
|
1201
|
-
default:
|
|
1201
|
+
return w(), C(e, null, {
|
|
1202
|
+
default: V(() => [
|
|
1202
1203
|
F(t.$slots, "default")
|
|
1203
1204
|
]),
|
|
1204
1205
|
_: 3
|
|
@@ -1212,7 +1213,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1212
1213
|
refContext: {}
|
|
1213
1214
|
},
|
|
1214
1215
|
setup(t) {
|
|
1215
|
-
const n = t, { node: e } =
|
|
1216
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "block"]), { property: s } = a(e, [
|
|
1216
1217
|
"settings",
|
|
1217
1218
|
"disabled"
|
|
1218
1219
|
]), { property: i } = a(e, ["settings", "divided"]), { property: l } = a(e, [
|
|
@@ -1224,10 +1225,10 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1224
1225
|
]), { property: m } = a(e, [
|
|
1225
1226
|
"settings",
|
|
1226
1227
|
"readonly"
|
|
1227
|
-
]), { property: u } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } =
|
|
1228
|
-
return (_,
|
|
1229
|
-
const
|
|
1230
|
-
return
|
|
1228
|
+
]), { property: u } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = G(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
|
|
1229
|
+
return (_, k) => {
|
|
1230
|
+
const g = B("v-btn-toggle");
|
|
1231
|
+
return w(), C(g, {
|
|
1231
1232
|
block: r(o),
|
|
1232
1233
|
disabled: r(s),
|
|
1233
1234
|
divided: r(i),
|
|
@@ -1238,9 +1239,9 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1238
1239
|
stacked: r(d),
|
|
1239
1240
|
theme: r(p),
|
|
1240
1241
|
tile: r(f),
|
|
1241
|
-
variant: r(
|
|
1242
|
+
variant: r(b)
|
|
1242
1243
|
}, {
|
|
1243
|
-
default:
|
|
1244
|
+
default: V(() => [
|
|
1244
1245
|
F(_.$slots, "default")
|
|
1245
1246
|
]),
|
|
1246
1247
|
_: 3
|
|
@@ -1255,18 +1256,18 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1255
1256
|
refContext: {}
|
|
1256
1257
|
},
|
|
1257
1258
|
setup(t) {
|
|
1258
|
-
const n = t, { node: e } =
|
|
1259
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
|
|
1259
1260
|
"settings",
|
|
1260
1261
|
"disabled"
|
|
1261
1262
|
]), { property: i } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: m } = a(e, ["size", "maxHeight"]), { property: u } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
|
|
1262
1263
|
"settings",
|
|
1263
1264
|
"subtitle"
|
|
1264
|
-
]), { property:
|
|
1265
|
+
]), { property: b } = a(e, ["settings", "text"]), { theme: _ } = G(), { property: k } = a(e, ["settings", "title"]), { property: g } = a(e, ["settings", "variant"]), { property: x } = a(e, ["size", "width"]);
|
|
1265
1266
|
return (h, v) => {
|
|
1266
|
-
const
|
|
1267
|
-
return
|
|
1268
|
-
default:
|
|
1269
|
-
D(
|
|
1267
|
+
const z = B("v-card");
|
|
1268
|
+
return w(), C(r(H), { block: "" }, {
|
|
1269
|
+
default: V(() => [
|
|
1270
|
+
D(z, {
|
|
1270
1271
|
density: r(o),
|
|
1271
1272
|
disabled: r(s),
|
|
1272
1273
|
height: r(i),
|
|
@@ -1277,13 +1278,13 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1277
1278
|
"min-height": r(d),
|
|
1278
1279
|
"min-width": r(p),
|
|
1279
1280
|
subtitle: r(f),
|
|
1280
|
-
text: r(
|
|
1281
|
+
text: r(b),
|
|
1281
1282
|
theme: r(_),
|
|
1282
|
-
title: r(
|
|
1283
|
-
variant: r(
|
|
1283
|
+
title: r(k),
|
|
1284
|
+
variant: r(g),
|
|
1284
1285
|
width: r(x)
|
|
1285
1286
|
}, {
|
|
1286
|
-
default:
|
|
1287
|
+
default: V(() => [
|
|
1287
1288
|
F(h.$slots, "default")
|
|
1288
1289
|
]),
|
|
1289
1290
|
_: 3
|
|
@@ -1301,7 +1302,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1301
1302
|
refContext: {}
|
|
1302
1303
|
},
|
|
1303
1304
|
setup(t) {
|
|
1304
|
-
const n = t, { node: e } =
|
|
1305
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
1305
1306
|
"settings",
|
|
1306
1307
|
"disabled"
|
|
1307
1308
|
]), { property: s } = a(e, [
|
|
@@ -1310,8 +1311,8 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1310
1311
|
]);
|
|
1311
1312
|
return (i, l) => {
|
|
1312
1313
|
const c = B("v-checkbox");
|
|
1313
|
-
return
|
|
1314
|
-
default:
|
|
1314
|
+
return w(), C(r(H), { mask: "" }, {
|
|
1315
|
+
default: V(() => [
|
|
1315
1316
|
D(c, {
|
|
1316
1317
|
disabled: r(o),
|
|
1317
1318
|
readonly: r(s)
|
|
@@ -1329,7 +1330,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1329
1330
|
refContext: {}
|
|
1330
1331
|
},
|
|
1331
1332
|
setup(t) {
|
|
1332
|
-
const n = t, { node: e } =
|
|
1333
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
1333
1334
|
"settings",
|
|
1334
1335
|
"closable"
|
|
1335
1336
|
]), { property: s } = a(e, ["settings", "color"]), { color: i } = Q(s), { property: l } = a(e, ["settings", "density"]), { property: c } = a(e, [
|
|
@@ -1338,11 +1339,11 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1338
1339
|
]), { property: m } = a(e, [
|
|
1339
1340
|
"settings",
|
|
1340
1341
|
"draggable"
|
|
1341
|
-
]), { property: u } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme:
|
|
1342
|
+
]), { property: u } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = G(), { property: _ } = a(e, ["settings", "tile"]), { property: k } = a(e, ["settings", "value"]), { property: g } = a(e, ["settings", "variant"]);
|
|
1342
1343
|
return (x, h) => {
|
|
1343
1344
|
const v = B("v-chip");
|
|
1344
|
-
return
|
|
1345
|
-
default:
|
|
1345
|
+
return w(), C(r(H), { mask: "" }, {
|
|
1346
|
+
default: V(() => [
|
|
1346
1347
|
D(v, {
|
|
1347
1348
|
closable: r(o),
|
|
1348
1349
|
color: r(i),
|
|
@@ -1353,10 +1354,10 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1353
1354
|
label: r(d),
|
|
1354
1355
|
size: r(p),
|
|
1355
1356
|
text: r(f),
|
|
1356
|
-
theme: r(
|
|
1357
|
+
theme: r(b),
|
|
1357
1358
|
tile: r(_),
|
|
1358
|
-
value: r(
|
|
1359
|
-
variant: r(
|
|
1359
|
+
value: r(k),
|
|
1360
|
+
variant: r(g)
|
|
1360
1361
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
|
|
1361
1362
|
]),
|
|
1362
1363
|
_: 1
|
|
@@ -1371,7 +1372,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1371
1372
|
refContext: {}
|
|
1372
1373
|
},
|
|
1373
1374
|
setup(t) {
|
|
1374
|
-
const n = t, { node: e } =
|
|
1375
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "column"]), { property: s } = a(e, [
|
|
1375
1376
|
"settings",
|
|
1376
1377
|
"direction"
|
|
1377
1378
|
]), { property: i } = a(e, [
|
|
@@ -1386,12 +1387,12 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1386
1387
|
]), { property: u } = a(e, [
|
|
1387
1388
|
"settings",
|
|
1388
1389
|
"showArrows"
|
|
1389
|
-
]), { theme: d } =
|
|
1390
|
-
return (f,
|
|
1390
|
+
]), { theme: d } = G(), { property: p } = a(e, ["settings", "value"]);
|
|
1391
|
+
return (f, b) => {
|
|
1391
1392
|
const _ = B("v-chip-group");
|
|
1392
|
-
return
|
|
1393
|
+
return w(), C(_, {
|
|
1393
1394
|
modelValue: r(p),
|
|
1394
|
-
"onUpdate:modelValue":
|
|
1395
|
+
"onUpdate:modelValue": b[0] || (b[0] = (k) => ne(p) ? p.value = k : null),
|
|
1395
1396
|
column: r(o),
|
|
1396
1397
|
direction: r(s),
|
|
1397
1398
|
disabled: r(i),
|
|
@@ -1401,7 +1402,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1401
1402
|
"show-arrows": r(u),
|
|
1402
1403
|
theme: r(d)
|
|
1403
1404
|
}, {
|
|
1404
|
-
default:
|
|
1405
|
+
default: V(() => [
|
|
1405
1406
|
F(f.$slots, "default")
|
|
1406
1407
|
]),
|
|
1407
1408
|
_: 3
|
|
@@ -1416,9 +1417,9 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1416
1417
|
refContext: {}
|
|
1417
1418
|
},
|
|
1418
1419
|
setup(t) {
|
|
1419
|
-
const n = t, { node: e } =
|
|
1420
|
-
const
|
|
1421
|
-
return o === "page" ?
|
|
1420
|
+
const n = t, { node: e } = P(n), o = Ce(), s = re(), { applySize: i } = be(n, e), l = I(() => {
|
|
1421
|
+
const k = {}, g = s.value?.type;
|
|
1422
|
+
return o === "page" ? g === "common" ? i(k) : console.assert(!1) : o === "comp" && g === "common" ? i(k) : console.assert(!1), k;
|
|
1422
1423
|
}), { property: c } = a(e, [
|
|
1423
1424
|
"settings",
|
|
1424
1425
|
"disabled"
|
|
@@ -1437,14 +1438,14 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1437
1438
|
]), { property: f } = a(e, [
|
|
1438
1439
|
"settings",
|
|
1439
1440
|
"landscape"
|
|
1440
|
-
]), { property:
|
|
1441
|
+
]), { property: b } = a(e, [
|
|
1441
1442
|
"settings",
|
|
1442
1443
|
"showSwatches"
|
|
1443
|
-
]), { theme: _ } =
|
|
1444
|
-
return (
|
|
1444
|
+
]), { theme: _ } = G();
|
|
1445
|
+
return (k, g) => {
|
|
1445
1446
|
const x = B("v-color-picker");
|
|
1446
|
-
return
|
|
1447
|
-
default:
|
|
1447
|
+
return w(), C(r(H), { mask: "" }, {
|
|
1448
|
+
default: V(() => [
|
|
1448
1449
|
D(x, {
|
|
1449
1450
|
disabled: r(c),
|
|
1450
1451
|
"hide-canvas": r(m),
|
|
@@ -1452,8 +1453,8 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1452
1453
|
"hide-inputs": r(d),
|
|
1453
1454
|
"hide-sliders": r(p),
|
|
1454
1455
|
landscape: r(f),
|
|
1455
|
-
"show-swatches": r(
|
|
1456
|
-
style:
|
|
1456
|
+
"show-swatches": r(b),
|
|
1457
|
+
style: de(l.value),
|
|
1457
1458
|
theme: r(_)
|
|
1458
1459
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
|
|
1459
1460
|
]),
|
|
@@ -1469,7 +1470,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1469
1470
|
refContext: {}
|
|
1470
1471
|
},
|
|
1471
1472
|
setup(t) {
|
|
1472
|
-
const n = t, { node: e } =
|
|
1473
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
1473
1474
|
"settings",
|
|
1474
1475
|
"hideDetails"
|
|
1475
1476
|
]), { property: s } = a(e, ["settings", "label"]), { property: i } = a(e, [
|
|
@@ -1481,14 +1482,14 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1481
1482
|
]), { property: c } = a(e, [
|
|
1482
1483
|
"settings",
|
|
1483
1484
|
"singleLine"
|
|
1484
|
-
]), { theme: m } =
|
|
1485
|
+
]), { theme: m } = G(), { property: u } = a(e, ["settings", "value"]);
|
|
1485
1486
|
return (d, p) => {
|
|
1486
1487
|
const f = B("v-combobox");
|
|
1487
|
-
return
|
|
1488
|
-
default:
|
|
1488
|
+
return w(), C(r(H), { mask: "" }, {
|
|
1489
|
+
default: V(() => [
|
|
1489
1490
|
D(f, {
|
|
1490
1491
|
modelValue: r(u),
|
|
1491
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
1492
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(u) ? u.value = b : null),
|
|
1492
1493
|
"hide-details": r(o),
|
|
1493
1494
|
label: r(s),
|
|
1494
1495
|
placeholder: r(i),
|
|
@@ -1509,17 +1510,17 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1509
1510
|
refContext: {}
|
|
1510
1511
|
},
|
|
1511
1512
|
setup(t) {
|
|
1512
|
-
const n = t, { node: e } =
|
|
1513
|
+
const n = t, { node: e } = P(n), o = Ce(), s = re(), { property: i } = a(e, [
|
|
1513
1514
|
"settings",
|
|
1514
1515
|
"backgroundColor"
|
|
1515
|
-
]), { color: l } = Q(i), { applySize: c } =
|
|
1516
|
-
const f = {},
|
|
1517
|
-
return o === "page" ?
|
|
1516
|
+
]), { color: l } = Q(i), { applySize: c } = be(n, e), { applyMargin: m } = mn(e), { applyPadding: u } = pn(e), { applyBorder: d } = un(e), p = I(() => {
|
|
1517
|
+
const f = {}, b = s.value?.type;
|
|
1518
|
+
return o === "page" ? b === "common" ? (c(f), m(f), u(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), m(f), u(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
|
|
1518
1519
|
});
|
|
1519
|
-
return (f,
|
|
1520
|
-
default:
|
|
1520
|
+
return (f, b) => (w(), C(r(H), { block: "" }, {
|
|
1521
|
+
default: V(() => [
|
|
1521
1522
|
Re("div", {
|
|
1522
|
-
style:
|
|
1523
|
+
style: de(p.value)
|
|
1523
1524
|
}, [
|
|
1524
1525
|
F(f.$slots, "default")
|
|
1525
1526
|
], 4)
|
|
@@ -1536,11 +1537,11 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1536
1537
|
},
|
|
1537
1538
|
setup(t) {
|
|
1538
1539
|
const n = t, e = Z(), o = Qe(), s = ie();
|
|
1539
|
-
|
|
1540
|
-
const i =
|
|
1541
|
-
et(i, s), le(e) && tt(s, "slot", "", "",
|
|
1540
|
+
ze(s);
|
|
1541
|
+
const i = I(() => n.refContext.compId);
|
|
1542
|
+
et(i, s), le(e) && tt(s, "slot", "", "", _e());
|
|
1542
1543
|
function l(m) {
|
|
1543
|
-
const u =
|
|
1544
|
+
const u = $e[m.key];
|
|
1544
1545
|
if (!u) {
|
|
1545
1546
|
console.assert(!1, `element not found key=${m.key}`);
|
|
1546
1547
|
return;
|
|
@@ -1566,7 +1567,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1566
1567
|
);
|
|
1567
1568
|
}
|
|
1568
1569
|
const c = () => {
|
|
1569
|
-
const { i18n: m } =
|
|
1570
|
+
const { i18n: m } = he;
|
|
1570
1571
|
if (Ye(n.refContext, o))
|
|
1571
1572
|
return K("div", null, m.global.t("x-runtime-lib.circularReference"));
|
|
1572
1573
|
if (!s.value)
|
|
@@ -1578,7 +1579,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1578
1579
|
{ default: () => s.value.view.nodeLites.map((d) => l(d)) }
|
|
1579
1580
|
);
|
|
1580
1581
|
};
|
|
1581
|
-
return (m, u) => (
|
|
1582
|
+
return (m, u) => (w(), C(c));
|
|
1582
1583
|
}
|
|
1583
1584
|
}), Br = /* @__PURE__ */ $({
|
|
1584
1585
|
__name: "index",
|
|
@@ -1588,7 +1589,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1588
1589
|
refContext: {}
|
|
1589
1590
|
},
|
|
1590
1591
|
setup(t) {
|
|
1591
|
-
const n = t, { node: e } =
|
|
1592
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
|
|
1592
1593
|
"settings",
|
|
1593
1594
|
"fixedFooter"
|
|
1594
1595
|
]), { property: i } = a(e, [
|
|
@@ -1597,14 +1598,14 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1597
1598
|
]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: m } = a(e, ["settings", "hover"]), { property: u } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
|
|
1598
1599
|
"settings",
|
|
1599
1600
|
"multiSort"
|
|
1600
|
-
]), { theme: f } =
|
|
1601
|
-
return (
|
|
1601
|
+
]), { theme: f } = G(), { property: b } = a(e, ["size", "width"]), { property: _ } = a(e, ["slots", "columns"]);
|
|
1602
|
+
return (k, g) => {
|
|
1602
1603
|
const x = B("v-data-table");
|
|
1603
|
-
return
|
|
1604
|
+
return w(), C(r(H), {
|
|
1604
1605
|
block: "",
|
|
1605
1606
|
mask: ""
|
|
1606
1607
|
}, {
|
|
1607
|
-
default:
|
|
1608
|
+
default: V(() => [
|
|
1608
1609
|
D(x, {
|
|
1609
1610
|
density: r(o),
|
|
1610
1611
|
"fixed-footer": r(s),
|
|
@@ -1616,18 +1617,18 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1616
1617
|
loading: r(d),
|
|
1617
1618
|
"multi-sort": r(p),
|
|
1618
1619
|
theme: r(f),
|
|
1619
|
-
width: r(
|
|
1620
|
+
width: r(b)
|
|
1620
1621
|
}, sn({ _: 2 }, [
|
|
1621
1622
|
oi(r(_), ({ key: h, comp: v }) => ({
|
|
1622
1623
|
name: `item.${h}`,
|
|
1623
|
-
fn:
|
|
1624
|
+
fn: V(({ value: z }) => [
|
|
1624
1625
|
D(Wr, {
|
|
1625
1626
|
"node-id": n.nodeId,
|
|
1626
1627
|
"ref-context": {
|
|
1627
1628
|
parent: n.refContext,
|
|
1628
1629
|
compId: v
|
|
1629
1630
|
},
|
|
1630
|
-
value:
|
|
1631
|
+
value: z
|
|
1631
1632
|
}, null, 8, ["node-id", "ref-context", "value"])
|
|
1632
1633
|
])
|
|
1633
1634
|
}))
|
|
@@ -1642,8 +1643,8 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1642
1643
|
setup(t) {
|
|
1643
1644
|
return (n, e) => {
|
|
1644
1645
|
const o = B("v-date-picker");
|
|
1645
|
-
return
|
|
1646
|
-
default:
|
|
1646
|
+
return w(), C(r(H), { mask: "" }, {
|
|
1647
|
+
default: V(() => [
|
|
1647
1648
|
D(o)
|
|
1648
1649
|
]),
|
|
1649
1650
|
_: 1
|
|
@@ -1665,18 +1666,18 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1665
1666
|
o.value = !1;
|
|
1666
1667
|
}), (s, i) => {
|
|
1667
1668
|
const l = B("v-dialog");
|
|
1668
|
-
return
|
|
1669
|
+
return w(), C(l, {
|
|
1669
1670
|
modelValue: r(o),
|
|
1670
1671
|
"onUpdate:modelValue": i[0] || (i[0] = (c) => ne(o) ? o.value = c : null),
|
|
1671
1672
|
attach: "#dialogContainer"
|
|
1672
1673
|
}, {
|
|
1673
|
-
activator:
|
|
1674
|
-
r(e) === "editor" ? (
|
|
1674
|
+
activator: V(() => [
|
|
1675
|
+
r(e) === "editor" ? (w(), te("div", {
|
|
1675
1676
|
key: 0,
|
|
1676
1677
|
id: `__node__@${n.nodeId}`
|
|
1677
1678
|
}, null, 8, Kr)) : se("", !0)
|
|
1678
1679
|
]),
|
|
1679
|
-
default:
|
|
1680
|
+
default: V(() => [
|
|
1680
1681
|
F(s.$slots, "default")
|
|
1681
1682
|
]),
|
|
1682
1683
|
_: 3
|
|
@@ -1691,7 +1692,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1691
1692
|
refContext: {}
|
|
1692
1693
|
},
|
|
1693
1694
|
setup(t) {
|
|
1694
|
-
const n = t, { node: e } =
|
|
1695
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "chips"]), { property: s } = a(e, ["settings", "density"]), { property: i } = a(e, [
|
|
1695
1696
|
"settings",
|
|
1696
1697
|
"direction"
|
|
1697
1698
|
]), { property: l } = a(e, [
|
|
@@ -1707,14 +1708,14 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1707
1708
|
"settings",
|
|
1708
1709
|
"singleLine"
|
|
1709
1710
|
]);
|
|
1710
|
-
return (
|
|
1711
|
-
const
|
|
1712
|
-
return
|
|
1711
|
+
return (b, _) => {
|
|
1712
|
+
const k = B("v-file-input");
|
|
1713
|
+
return w(), C(r(H), {
|
|
1713
1714
|
block: "",
|
|
1714
1715
|
mask: ""
|
|
1715
1716
|
}, {
|
|
1716
|
-
default:
|
|
1717
|
-
D(
|
|
1717
|
+
default: V(() => [
|
|
1718
|
+
D(k, {
|
|
1718
1719
|
chips: r(o),
|
|
1719
1720
|
density: r(s),
|
|
1720
1721
|
direction: r(i),
|
|
@@ -1739,25 +1740,25 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1739
1740
|
refContext: {}
|
|
1740
1741
|
},
|
|
1741
1742
|
setup(t) {
|
|
1742
|
-
const n = t, { node: e } =
|
|
1743
|
+
const n = t, { node: e } = P(n), o = Fe(), s = Ce(), i = re(), { applySize: l } = be(n, e), { applyMargin: c } = mn(e), { applyPadding: m } = pn(e), { applyBorder: u } = un(e), { property: d } = a(e, [
|
|
1743
1744
|
"settings",
|
|
1744
1745
|
"backgroundColor"
|
|
1745
1746
|
]), { color: p } = Q(d), f = (_) => {
|
|
1746
1747
|
p.value && (_.backgroundColor = p.value), _.display = "flex";
|
|
1747
|
-
const
|
|
1748
|
-
|
|
1749
|
-
const x = Ne(
|
|
1748
|
+
const k = ut(o.value.width), g = Ne(k, e.value.settings?.direction);
|
|
1749
|
+
g === "row" ? _.flexDirection = "row" : g === "rowReverse" ? _.flexDirection = "row-reverse" : g === "column" ? _.flexDirection = "column" : g === "columnReverse" && (_.flexDirection = "column-reverse");
|
|
1750
|
+
const x = Ne(k, e.value.settings?.wrap);
|
|
1750
1751
|
x === "no" ? _.flexWrap = "nowrap" : x === "yes" ? _.flexWrap = "wrap" : x === "reverse" && (_.flexWrap = "wrap-reverse");
|
|
1751
|
-
const h = Ne(
|
|
1752
|
+
const h = Ne(k, e.value.settings?.mainAlign);
|
|
1752
1753
|
h === "start" ? _.justifyContent = "flex-start" : h === "end" ? _.justifyContent = "flex-end" : h === "center" ? _.justifyContent = "center" : h === "spaceBetween" ? _.justifyContent = "space-between" : h === "spaceAround" ? _.justifyContent = "space-around" : h === "spaceEvenly" && (_.justifyContent = "space-evenly");
|
|
1753
|
-
const v = Ne(
|
|
1754
|
+
const v = Ne(k, e.value.settings?.crossAlign);
|
|
1754
1755
|
v === "start" ? _.alignItems = "flex-start" : v === "end" ? _.alignItems = "flex-end" : v === "center" ? _.alignItems = "center" : v === "baseline" ? _.alignItems = "baseline" : v === "stretch" && (_.alignItems = "stretch");
|
|
1755
|
-
},
|
|
1756
|
-
const _ = {},
|
|
1757
|
-
return s === "page" ?
|
|
1756
|
+
}, b = I(() => {
|
|
1757
|
+
const _ = {}, k = i.value?.type;
|
|
1758
|
+
return s === "page" ? k === "common" ? (l(_), c(_), m(_), u(_), f(_)) : console.assert(!1) : s === "comp" && k === "common" ? (l(_), c(_), m(_), u(_), f(_)) : console.assert(!1), _;
|
|
1758
1759
|
});
|
|
1759
|
-
return (_,
|
|
1760
|
-
style:
|
|
1760
|
+
return (_, k) => (w(), te("div", {
|
|
1761
|
+
style: de(b.value)
|
|
1761
1762
|
}, [
|
|
1762
1763
|
F(_.$slots, "default")
|
|
1763
1764
|
], 4));
|
|
@@ -1770,12 +1771,12 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1770
1771
|
refContext: {}
|
|
1771
1772
|
},
|
|
1772
1773
|
setup(t) {
|
|
1773
|
-
const n = t, { node: e } =
|
|
1774
|
+
const n = t, { node: e } = P(n), o = Ce(), s = re(), { applySize: i } = be(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), m = I(() => {
|
|
1774
1775
|
const u = {}, d = s.value?.type;
|
|
1775
1776
|
return o === "page" ? d === "common" ? (i(u), u.flexGrow = l.value ? 1 : 0, u.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (i(u), u.flexGrow = l.value ? 1 : 0, u.flexShrink = c.value ? 1 : 0) : console.assert(!1), u;
|
|
1776
1777
|
});
|
|
1777
|
-
return (u, d) => (
|
|
1778
|
-
style:
|
|
1778
|
+
return (u, d) => (w(), te("div", {
|
|
1779
|
+
style: de(m.value)
|
|
1779
1780
|
}, [
|
|
1780
1781
|
F(u.$slots, "default")
|
|
1781
1782
|
], 4));
|
|
@@ -1788,38 +1789,39 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1788
1789
|
refContext: {}
|
|
1789
1790
|
},
|
|
1790
1791
|
setup(t) {
|
|
1791
|
-
const n = t, { node: e } =
|
|
1792
|
+
const n = t, { node: e } = P(n), o = Ce(), s = re(), i = _e(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
|
|
1792
1793
|
"settings",
|
|
1793
1794
|
"fastFail"
|
|
1794
1795
|
]), { property: m } = a(e, [
|
|
1795
1796
|
"settings",
|
|
1796
1797
|
"backgroundColor"
|
|
1797
|
-
]), { color: u } = Q(m), { applySize: d } =
|
|
1798
|
-
const
|
|
1799
|
-
return o === "page" ? x === "common" ? (d(
|
|
1800
|
-
}),
|
|
1801
|
-
|
|
1798
|
+
]), { color: u } = Q(m), { applySize: d } = be(n, e), { applyMargin: p } = mn(e), { applyPadding: f } = pn(e), { applyBorder: b } = un(e), _ = I(() => {
|
|
1799
|
+
const g = {}, x = s.value?.type;
|
|
1800
|
+
return o === "page" ? x === "common" ? (d(g), p(g), f(g), b(g), u.value && (g.backgroundColor = u.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(g), p(g), f(g), b(g), u.value && (g.backgroundColor = u.value)) : console.assert(!1), g;
|
|
1801
|
+
}), k = async () => {
|
|
1802
|
+
await i?.callFunctionAsync(
|
|
1802
1803
|
"__triggerEventV1__",
|
|
1803
|
-
ae("elementEvent", n.nodeId, "submit")
|
|
1804
|
+
ae("elementEvent", n.nodeId, "submit"),
|
|
1805
|
+
""
|
|
1804
1806
|
);
|
|
1805
1807
|
};
|
|
1806
|
-
return (
|
|
1808
|
+
return (g, x) => {
|
|
1807
1809
|
const h = B("v-form");
|
|
1808
|
-
return
|
|
1810
|
+
return w(), C(h, {
|
|
1809
1811
|
modelValue: r(l),
|
|
1810
1812
|
"onUpdate:modelValue": x[0] || (x[0] = (v) => ne(l) ? l.value = v : null),
|
|
1811
1813
|
"fast-fail": r(c),
|
|
1812
|
-
style:
|
|
1813
|
-
onSubmit: ii(
|
|
1814
|
+
style: de(_.value),
|
|
1815
|
+
onSubmit: ii(k, ["prevent"])
|
|
1814
1816
|
}, {
|
|
1815
|
-
default:
|
|
1816
|
-
F(
|
|
1817
|
+
default: V(() => [
|
|
1818
|
+
F(g.$slots, "default")
|
|
1817
1819
|
]),
|
|
1818
1820
|
_: 3
|
|
1819
1821
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1820
1822
|
};
|
|
1821
1823
|
}
|
|
1822
|
-
}),
|
|
1824
|
+
}), Hr = /* @__PURE__ */ $({
|
|
1823
1825
|
__name: "index",
|
|
1824
1826
|
props: {
|
|
1825
1827
|
nodeId: {},
|
|
@@ -1827,13 +1829,13 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1827
1829
|
refContext: {}
|
|
1828
1830
|
},
|
|
1829
1831
|
setup(t) {
|
|
1830
|
-
const n = t, { node: e } =
|
|
1832
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, [
|
|
1831
1833
|
"settings",
|
|
1832
1834
|
"disabled"
|
|
1833
|
-
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: m } =
|
|
1835
|
+
]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: m } = G();
|
|
1834
1836
|
return (u, d) => {
|
|
1835
1837
|
const p = B("v-icon");
|
|
1836
|
-
return
|
|
1838
|
+
return w(), C(p, {
|
|
1837
1839
|
color: r(s),
|
|
1838
1840
|
disabled: r(i),
|
|
1839
1841
|
icon: r(l),
|
|
@@ -1842,7 +1844,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1842
1844
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1843
1845
|
};
|
|
1844
1846
|
}
|
|
1845
|
-
}),
|
|
1847
|
+
}), Gr = ["id"], Jr = /* @__PURE__ */ $({
|
|
1846
1848
|
__name: "index",
|
|
1847
1849
|
props: {
|
|
1848
1850
|
nodeId: {},
|
|
@@ -1850,7 +1852,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1850
1852
|
refContext: {}
|
|
1851
1853
|
},
|
|
1852
1854
|
setup(t) {
|
|
1853
|
-
const n = t, e = Z(), o =
|
|
1855
|
+
const n = t, e = Z(), o = _e(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } = Vo(`runtimeMenu/${$o()}`);
|
|
1854
1856
|
return mt(n.nodeId, "open", () => {
|
|
1855
1857
|
if (!o || !o.vm)
|
|
1856
1858
|
return;
|
|
@@ -1860,7 +1862,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1860
1862
|
o && (c.value = !1);
|
|
1861
1863
|
}), (m, u) => {
|
|
1862
1864
|
const d = B("v-menu");
|
|
1863
|
-
return
|
|
1865
|
+
return w(), C(d, {
|
|
1864
1866
|
modelValue: r(c),
|
|
1865
1867
|
"onUpdate:modelValue": u[0] || (u[0] = (p) => ne(c) ? c.value = p : null),
|
|
1866
1868
|
attach: "menuContainer",
|
|
@@ -1868,13 +1870,13 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1868
1870
|
scrim: "transparent",
|
|
1869
1871
|
target: l.value
|
|
1870
1872
|
}, {
|
|
1871
|
-
activator:
|
|
1872
|
-
r(e) === "editor" ? (
|
|
1873
|
+
activator: V(() => [
|
|
1874
|
+
r(e) === "editor" ? (w(), te("div", {
|
|
1873
1875
|
key: 0,
|
|
1874
1876
|
id: `__node__@${n.nodeId}`
|
|
1875
|
-
}, null, 8,
|
|
1877
|
+
}, null, 8, Gr)) : se("", !0)
|
|
1876
1878
|
]),
|
|
1877
|
-
default:
|
|
1879
|
+
default: V(() => [
|
|
1878
1880
|
F(m.$slots, "default")
|
|
1879
1881
|
]),
|
|
1880
1882
|
_: 3
|
|
@@ -1889,7 +1891,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1889
1891
|
refContext: {}
|
|
1890
1892
|
},
|
|
1891
1893
|
setup(t) {
|
|
1892
|
-
const n = t, { node: e } =
|
|
1894
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
1893
1895
|
"settings",
|
|
1894
1896
|
"addIcon",
|
|
1895
1897
|
"append"
|
|
@@ -1903,13 +1905,13 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1903
1905
|
]), { property: l } = a(e, [
|
|
1904
1906
|
"settings",
|
|
1905
1907
|
"hideDetails"
|
|
1906
|
-
]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "loading"]), { property: u } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property:
|
|
1908
|
+
]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "loading"]), { property: u } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
|
|
1907
1909
|
"settings",
|
|
1908
1910
|
"placeholder"
|
|
1909
1911
|
]), { property: _ } = a(e, [
|
|
1910
1912
|
"settings",
|
|
1911
1913
|
"precision"
|
|
1912
|
-
]), { property:
|
|
1914
|
+
]), { property: k } = a(e, ["settings", "prefix"]), { property: g } = a(e, [
|
|
1913
1915
|
"settings",
|
|
1914
1916
|
"addIcon",
|
|
1915
1917
|
"prepend"
|
|
@@ -1920,20 +1922,20 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1920
1922
|
]), { property: h } = a(e, [
|
|
1921
1923
|
"settings",
|
|
1922
1924
|
"readonly"
|
|
1923
|
-
]), { property: v } = a(e, ["settings", "reverse"]), { property:
|
|
1925
|
+
]), { property: v } = a(e, ["settings", "reverse"]), { property: z } = a(e, [
|
|
1924
1926
|
"settings",
|
|
1925
1927
|
"singleLine"
|
|
1926
|
-
]), { property: T } = a(e, ["settings", "step"]), { property:
|
|
1927
|
-
return (oe,
|
|
1928
|
-
const
|
|
1929
|
-
return
|
|
1928
|
+
]), { property: T } = a(e, ["settings", "step"]), { property: J } = a(e, ["settings", "suffix"]), { theme: Y } = G(), { property: j } = a(e, ["settings", "value"]), { property: L } = a(e, ["settings", "variant"]), { property: U } = a(e, ["size", "width"]);
|
|
1929
|
+
return (oe, ge) => {
|
|
1930
|
+
const Te = B("v-number-input");
|
|
1931
|
+
return w(), C(r(H), {
|
|
1930
1932
|
block: "",
|
|
1931
1933
|
mask: ""
|
|
1932
1934
|
}, {
|
|
1933
|
-
default:
|
|
1934
|
-
D(
|
|
1935
|
-
modelValue: r(
|
|
1936
|
-
"onUpdate:modelValue":
|
|
1935
|
+
default: V(() => [
|
|
1936
|
+
D(Te, {
|
|
1937
|
+
modelValue: r(j),
|
|
1938
|
+
"onUpdate:modelValue": ge[0] || (ge[0] = (xe) => ne(j) ? j.value = xe : null),
|
|
1937
1939
|
"append-icon": r(o),
|
|
1938
1940
|
"append-inner-icon": r(s),
|
|
1939
1941
|
clearable: r(i),
|
|
@@ -1944,19 +1946,19 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1944
1946
|
"max-width": r(d),
|
|
1945
1947
|
min: r(p),
|
|
1946
1948
|
"min-width": r(f),
|
|
1947
|
-
placeholder: r(
|
|
1949
|
+
placeholder: r(b),
|
|
1948
1950
|
precision: r(_),
|
|
1949
|
-
prefix: r(
|
|
1950
|
-
"prepend-icon": r(
|
|
1951
|
+
prefix: r(k),
|
|
1952
|
+
"prepend-icon": r(g),
|
|
1951
1953
|
"prepend-inner-icon": r(x),
|
|
1952
1954
|
readonly: r(h),
|
|
1953
1955
|
reverse: r(v),
|
|
1954
|
-
"single-line": r(
|
|
1956
|
+
"single-line": r(z),
|
|
1955
1957
|
step: r(T),
|
|
1956
|
-
suffix: r(
|
|
1957
|
-
theme: r(
|
|
1958
|
-
variant: r(
|
|
1959
|
-
width: r(
|
|
1958
|
+
suffix: r(J),
|
|
1959
|
+
theme: r(Y),
|
|
1960
|
+
variant: r(L),
|
|
1961
|
+
width: r(U)
|
|
1960
1962
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
1961
1963
|
]),
|
|
1962
1964
|
_: 1
|
|
@@ -1971,36 +1973,36 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
1971
1973
|
refContext: {}
|
|
1972
1974
|
},
|
|
1973
1975
|
setup(t) {
|
|
1974
|
-
const n = t, { node: e } =
|
|
1976
|
+
const n = t, { node: e } = P(n), o = Z(), { property: s } = a(e, ["settings", "density"]), { property: i } = a(e, [
|
|
1975
1977
|
"settings",
|
|
1976
1978
|
"disabled"
|
|
1977
1979
|
]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
|
|
1978
1980
|
"settings",
|
|
1979
1981
|
"showFirstLastPage"
|
|
1980
|
-
]), { property: m } = a(e, ["settings", "size"]), { property: u } = a(e, ["settings", "start"]), { theme: d } =
|
|
1981
|
-
const
|
|
1982
|
-
return o === "editor" && (
|
|
1982
|
+
]), { property: m } = a(e, ["settings", "size"]), { property: u } = a(e, ["settings", "start"]), { theme: d } = G(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), _ = I(() => {
|
|
1983
|
+
const k = {};
|
|
1984
|
+
return o === "editor" && (k.pointerEvents = "none"), k;
|
|
1983
1985
|
});
|
|
1984
|
-
return (
|
|
1986
|
+
return (k, g) => {
|
|
1985
1987
|
const x = B("v-pagination");
|
|
1986
|
-
return
|
|
1988
|
+
return w(), C(r(H), {
|
|
1987
1989
|
block: "",
|
|
1988
1990
|
mask: ""
|
|
1989
1991
|
}, {
|
|
1990
|
-
default:
|
|
1992
|
+
default: V(() => [
|
|
1991
1993
|
D(x, {
|
|
1992
1994
|
modelValue: r(f),
|
|
1993
|
-
"onUpdate:modelValue":
|
|
1995
|
+
"onUpdate:modelValue": g[0] || (g[0] = (h) => ne(f) ? f.value = h : null),
|
|
1994
1996
|
density: r(s),
|
|
1995
1997
|
disabled: r(i),
|
|
1996
1998
|
length: r(l),
|
|
1997
1999
|
"show-first-last-page": r(c),
|
|
1998
2000
|
size: r(m),
|
|
1999
2001
|
start: r(u),
|
|
2000
|
-
style:
|
|
2002
|
+
style: de(_.value),
|
|
2001
2003
|
theme: r(d),
|
|
2002
2004
|
tile: r(p),
|
|
2003
|
-
variant: r(
|
|
2005
|
+
variant: r(b)
|
|
2004
2006
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
2005
2007
|
]),
|
|
2006
2008
|
_: 1
|
|
@@ -2015,16 +2017,16 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2015
2017
|
refContext: {}
|
|
2016
2018
|
},
|
|
2017
2019
|
setup(t) {
|
|
2018
|
-
const n = t, { node: e } =
|
|
2020
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, ["settings", "density"]), { property: l } = a(e, [
|
|
2019
2021
|
"settings",
|
|
2020
2022
|
"disabled"
|
|
2021
2023
|
]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, [
|
|
2022
2024
|
"settings",
|
|
2023
2025
|
"readonly"
|
|
2024
|
-
]), { theme: u } =
|
|
2026
|
+
]), { theme: u } = G(), { property: d } = a(e, ["settings", "value"]);
|
|
2025
2027
|
return (p, f) => {
|
|
2026
|
-
const
|
|
2027
|
-
return
|
|
2028
|
+
const b = B("v-radio");
|
|
2029
|
+
return w(), C(b, {
|
|
2028
2030
|
color: r(s),
|
|
2029
2031
|
density: r(i),
|
|
2030
2032
|
disabled: r(l),
|
|
@@ -2043,7 +2045,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2043
2045
|
refContext: {}
|
|
2044
2046
|
},
|
|
2045
2047
|
setup(t) {
|
|
2046
|
-
const n = t, { node: e } =
|
|
2048
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
|
|
2047
2049
|
"settings",
|
|
2048
2050
|
"direction"
|
|
2049
2051
|
]), { property: i } = a(e, [
|
|
@@ -2052,14 +2054,14 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2052
2054
|
]), { property: l } = a(e, ["settings", "inline"]), { property: c } = a(e, [
|
|
2053
2055
|
"settings",
|
|
2054
2056
|
"readonly"
|
|
2055
|
-
]), { theme: m } =
|
|
2057
|
+
]), { theme: m } = G(), { property: u } = a(e, ["settings", "value"]);
|
|
2056
2058
|
return (d, p) => {
|
|
2057
2059
|
const f = B("v-radio-group");
|
|
2058
|
-
return
|
|
2059
|
-
default:
|
|
2060
|
+
return w(), C(r(H), null, {
|
|
2061
|
+
default: V(() => [
|
|
2060
2062
|
D(f, {
|
|
2061
2063
|
modelValue: r(u),
|
|
2062
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
2064
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(u) ? u.value = b : null),
|
|
2063
2065
|
density: r(o),
|
|
2064
2066
|
direction: r(s),
|
|
2065
2067
|
disabled: r(i),
|
|
@@ -2067,7 +2069,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2067
2069
|
readonly: r(c),
|
|
2068
2070
|
theme: r(m)
|
|
2069
2071
|
}, {
|
|
2070
|
-
default:
|
|
2072
|
+
default: V(() => [
|
|
2071
2073
|
F(d.$slots, "default")
|
|
2072
2074
|
]),
|
|
2073
2075
|
_: 3
|
|
@@ -2085,7 +2087,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2085
2087
|
refContext: {}
|
|
2086
2088
|
},
|
|
2087
2089
|
setup(t) {
|
|
2088
|
-
const n = t, { node: e } =
|
|
2090
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
|
|
2089
2091
|
"settings",
|
|
2090
2092
|
"direction"
|
|
2091
2093
|
]), { property: i } = a(e, [
|
|
@@ -2100,57 +2102,57 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2100
2102
|
]), { property: p } = a(e, [
|
|
2101
2103
|
"settings",
|
|
2102
2104
|
"showTicks"
|
|
2103
|
-
]), f =
|
|
2105
|
+
]), f = I(() => {
|
|
2104
2106
|
if (p.value === "always")
|
|
2105
2107
|
return "always";
|
|
2106
2108
|
if (p.value === "show")
|
|
2107
2109
|
return !0;
|
|
2108
|
-
}), { property:
|
|
2110
|
+
}), { property: b } = a(e, ["settings", "step"]), { theme: _ } = G(), { property: k } = a(e, [
|
|
2109
2111
|
"settings",
|
|
2110
2112
|
"thumbLabel"
|
|
2111
|
-
]),
|
|
2112
|
-
if (
|
|
2113
|
+
]), g = I(() => {
|
|
2114
|
+
if (k.value === "always")
|
|
2113
2115
|
return "always";
|
|
2114
|
-
if (
|
|
2116
|
+
if (k.value === "show")
|
|
2115
2117
|
return !0;
|
|
2116
2118
|
}), { property: x } = a(e, [
|
|
2117
2119
|
"settings",
|
|
2118
2120
|
"thumbSize"
|
|
2119
|
-
]), { property: h } = a(e, ["settings", "ticks"]), v =
|
|
2121
|
+
]), { property: h } = a(e, ["settings", "ticks"]), v = I(() => {
|
|
2120
2122
|
if (!h.value)
|
|
2121
2123
|
return;
|
|
2122
|
-
const
|
|
2123
|
-
for (const { value:
|
|
2124
|
-
|
|
2125
|
-
if (!Mo(
|
|
2126
|
-
return
|
|
2127
|
-
}), { property:
|
|
2124
|
+
const j = {};
|
|
2125
|
+
for (const { value: L, label: U } of h.value)
|
|
2126
|
+
j[L] = U;
|
|
2127
|
+
if (!Mo(j))
|
|
2128
|
+
return j;
|
|
2129
|
+
}), { property: z } = a(e, [
|
|
2128
2130
|
"settings",
|
|
2129
2131
|
"tickSize"
|
|
2130
2132
|
]), { property: T } = a(e, [
|
|
2131
2133
|
"settings",
|
|
2132
2134
|
"value",
|
|
2133
2135
|
"start"
|
|
2134
|
-
]), { property:
|
|
2136
|
+
]), { property: J } = a(e, [
|
|
2135
2137
|
"settings",
|
|
2136
2138
|
"value",
|
|
2137
2139
|
"end"
|
|
2138
|
-
]),
|
|
2139
|
-
get: () => [T.value,
|
|
2140
|
-
set: ([
|
|
2141
|
-
T.value =
|
|
2140
|
+
]), Y = I({
|
|
2141
|
+
get: () => [T.value, J.value],
|
|
2142
|
+
set: ([j, L]) => {
|
|
2143
|
+
T.value = j, J.value = L;
|
|
2142
2144
|
}
|
|
2143
2145
|
});
|
|
2144
|
-
return (
|
|
2145
|
-
const
|
|
2146
|
-
return
|
|
2146
|
+
return (j, L) => {
|
|
2147
|
+
const U = B("v-range-slider");
|
|
2148
|
+
return w(), C(r(H), {
|
|
2147
2149
|
block: "",
|
|
2148
2150
|
mask: ""
|
|
2149
2151
|
}, {
|
|
2150
|
-
default:
|
|
2151
|
-
D(
|
|
2152
|
-
modelValue:
|
|
2153
|
-
"onUpdate:modelValue":
|
|
2152
|
+
default: V(() => [
|
|
2153
|
+
D(U, {
|
|
2154
|
+
modelValue: Y.value,
|
|
2155
|
+
"onUpdate:modelValue": L[0] || (L[0] = (oe) => Y.value = oe),
|
|
2154
2156
|
density: r(o),
|
|
2155
2157
|
direction: r(s),
|
|
2156
2158
|
disabled: r(i),
|
|
@@ -2160,11 +2162,11 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2160
2162
|
min: r(u),
|
|
2161
2163
|
readonly: r(d),
|
|
2162
2164
|
"show-ticks": f.value,
|
|
2163
|
-
step: r(
|
|
2165
|
+
step: r(b),
|
|
2164
2166
|
theme: r(_),
|
|
2165
|
-
"thumb-label":
|
|
2167
|
+
"thumb-label": g.value,
|
|
2166
2168
|
"thumb-size": r(x),
|
|
2167
|
-
"tick-size": r(
|
|
2169
|
+
"tick-size": r(z),
|
|
2168
2170
|
ticks: v.value
|
|
2169
2171
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2170
2172
|
]),
|
|
@@ -2180,7 +2182,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2180
2182
|
refContext: {}
|
|
2181
2183
|
},
|
|
2182
2184
|
setup(t) {
|
|
2183
|
-
const n = t, { node: e } =
|
|
2185
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2184
2186
|
"settings",
|
|
2185
2187
|
"clearable"
|
|
2186
2188
|
]), { property: s } = a(e, ["settings", "density"]), { property: i } = a(e, [
|
|
@@ -2192,14 +2194,14 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2192
2194
|
]), { property: c } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "length"]), { property: u } = a(e, [
|
|
2193
2195
|
"settings",
|
|
2194
2196
|
"readonly"
|
|
2195
|
-
]), { theme: d } =
|
|
2196
|
-
return (f,
|
|
2197
|
+
]), { theme: d } = G(), { property: p } = a(e, ["settings", "value"]);
|
|
2198
|
+
return (f, b) => {
|
|
2197
2199
|
const _ = B("v-rating");
|
|
2198
|
-
return
|
|
2199
|
-
default:
|
|
2200
|
+
return w(), C(r(H), { mask: "" }, {
|
|
2201
|
+
default: V(() => [
|
|
2200
2202
|
D(_, {
|
|
2201
2203
|
modelValue: r(p),
|
|
2202
|
-
"onUpdate:modelValue":
|
|
2204
|
+
"onUpdate:modelValue": b[0] || (b[0] = (k) => ne(p) ? p.value = k : null),
|
|
2203
2205
|
clearable: r(o),
|
|
2204
2206
|
density: r(s),
|
|
2205
2207
|
disabled: r(i),
|
|
@@ -2222,7 +2224,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2222
2224
|
refContext: {}
|
|
2223
2225
|
},
|
|
2224
2226
|
setup(t) {
|
|
2225
|
-
const n = t, { node: e } =
|
|
2227
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2226
2228
|
"settings",
|
|
2227
2229
|
"hideDetails"
|
|
2228
2230
|
]), { property: s } = a(e, ["settings", "label"]), { property: i } = a(e, [
|
|
@@ -2234,17 +2236,17 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2234
2236
|
]), { property: c } = a(e, [
|
|
2235
2237
|
"settings",
|
|
2236
2238
|
"singleLine"
|
|
2237
|
-
]), { theme: m } =
|
|
2239
|
+
]), { theme: m } = G(), { property: u } = a(e, ["settings", "value"]);
|
|
2238
2240
|
return (d, p) => {
|
|
2239
2241
|
const f = B("v-select");
|
|
2240
|
-
return
|
|
2242
|
+
return w(), C(r(H), {
|
|
2241
2243
|
block: "",
|
|
2242
2244
|
mask: ""
|
|
2243
2245
|
}, {
|
|
2244
|
-
default:
|
|
2246
|
+
default: V(() => [
|
|
2245
2247
|
D(f, {
|
|
2246
2248
|
modelValue: r(u),
|
|
2247
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
2249
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => ne(u) ? u.value = b : null),
|
|
2248
2250
|
"hide-details": r(o),
|
|
2249
2251
|
label: r(s),
|
|
2250
2252
|
placeholder: r(i),
|
|
@@ -2265,7 +2267,7 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2265
2267
|
refContext: {}
|
|
2266
2268
|
},
|
|
2267
2269
|
setup(t) {
|
|
2268
|
-
const n = t, { node: e } =
|
|
2270
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, [
|
|
2269
2271
|
"settings",
|
|
2270
2272
|
"direction"
|
|
2271
2273
|
]), { property: l } = a(e, [
|
|
@@ -2277,21 +2279,21 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2277
2279
|
]), { property: m } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
|
|
2278
2280
|
"settings",
|
|
2279
2281
|
"readonly"
|
|
2280
|
-
]), { property: f } = a(e, ["settings", "reverse"]), { property:
|
|
2282
|
+
]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, [
|
|
2281
2283
|
"settings",
|
|
2282
2284
|
"showTicks"
|
|
2283
|
-
]), _ =
|
|
2284
|
-
if (
|
|
2285
|
+
]), _ = I(() => {
|
|
2286
|
+
if (b.value === "always")
|
|
2285
2287
|
return "always";
|
|
2286
|
-
if (
|
|
2288
|
+
if (b.value === "show")
|
|
2287
2289
|
return !0;
|
|
2288
|
-
}), { property:
|
|
2290
|
+
}), { property: k } = a(e, ["settings", "step"]), { theme: g } = G(), { property: x } = a(e, [
|
|
2289
2291
|
"settings",
|
|
2290
2292
|
"thumbColor"
|
|
2291
2293
|
]), { color: h } = Q(x), { property: v } = a(e, [
|
|
2292
2294
|
"settings",
|
|
2293
2295
|
"thumbLabel"
|
|
2294
|
-
]),
|
|
2296
|
+
]), z = I(() => {
|
|
2295
2297
|
if (v.value === "always")
|
|
2296
2298
|
return "always";
|
|
2297
2299
|
if (v.value === "show")
|
|
@@ -2299,28 +2301,28 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2299
2301
|
}), { property: T } = a(e, [
|
|
2300
2302
|
"settings",
|
|
2301
2303
|
"thumbSize"
|
|
2302
|
-
]), { property:
|
|
2303
|
-
if (!
|
|
2304
|
+
]), { property: J } = a(e, ["settings", "ticks"]), Y = I(() => {
|
|
2305
|
+
if (!J.value)
|
|
2304
2306
|
return;
|
|
2305
2307
|
const xe = {};
|
|
2306
|
-
for (const { value: nt, label: kt } of
|
|
2308
|
+
for (const { value: nt, label: kt } of J.value)
|
|
2307
2309
|
xe[nt] = kt;
|
|
2308
2310
|
if (!Mo(xe))
|
|
2309
2311
|
return xe;
|
|
2310
|
-
}), { property:
|
|
2312
|
+
}), { property: j } = a(e, [
|
|
2311
2313
|
"settings",
|
|
2312
2314
|
"tickSize"
|
|
2313
|
-
]), { property:
|
|
2315
|
+
]), { property: L } = a(e, [
|
|
2314
2316
|
"settings",
|
|
2315
2317
|
"trackColor"
|
|
2316
|
-
]), { color:
|
|
2318
|
+
]), { color: U } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: ge } = a(e, ["slots", "append"]), { property: Te } = a(e, ["slots", "prepend"]);
|
|
2317
2319
|
return (xe, nt) => {
|
|
2318
2320
|
const kt = B("v-slider");
|
|
2319
|
-
return
|
|
2321
|
+
return w(), C(r(H), {
|
|
2320
2322
|
block: "",
|
|
2321
2323
|
mask: ""
|
|
2322
2324
|
}, {
|
|
2323
|
-
default:
|
|
2325
|
+
default: V(() => [
|
|
2324
2326
|
D(kt, {
|
|
2325
2327
|
modelValue: r(oe),
|
|
2326
2328
|
"onUpdate:modelValue": nt[0] || (nt[0] = (ti) => ne(oe) ? oe.value = ti : null),
|
|
@@ -2334,32 +2336,32 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2334
2336
|
readonly: r(p),
|
|
2335
2337
|
reverse: r(f),
|
|
2336
2338
|
"show-ticks": _.value,
|
|
2337
|
-
step: r(
|
|
2338
|
-
theme: r(
|
|
2339
|
+
step: r(k),
|
|
2340
|
+
theme: r(g),
|
|
2339
2341
|
"thumb-color": r(h),
|
|
2340
|
-
"thumb-label":
|
|
2342
|
+
"thumb-label": z.value,
|
|
2341
2343
|
"thumb-size": r(T),
|
|
2342
|
-
"tick-size": r(
|
|
2343
|
-
ticks:
|
|
2344
|
-
"track-color": r(
|
|
2344
|
+
"tick-size": r(j),
|
|
2345
|
+
ticks: Y.value,
|
|
2346
|
+
"track-color": r(U)
|
|
2345
2347
|
}, sn({ _: 2 }, [
|
|
2346
|
-
r(
|
|
2348
|
+
r(ge) ? {
|
|
2347
2349
|
name: "append",
|
|
2348
|
-
fn:
|
|
2349
|
-
D(r(
|
|
2350
|
+
fn: V(() => [
|
|
2351
|
+
D(r(Pe), {
|
|
2350
2352
|
"node-id": "append",
|
|
2351
|
-
"ref-context": { compId: r(
|
|
2353
|
+
"ref-context": { compId: r(ge) },
|
|
2352
2354
|
state: {}
|
|
2353
2355
|
}, null, 8, ["ref-context"])
|
|
2354
2356
|
]),
|
|
2355
2357
|
key: "0"
|
|
2356
2358
|
} : void 0,
|
|
2357
|
-
r(
|
|
2359
|
+
r(Te) ? {
|
|
2358
2360
|
name: "prepend",
|
|
2359
|
-
fn:
|
|
2360
|
-
D(r(
|
|
2361
|
+
fn: V(() => [
|
|
2362
|
+
D(r(Pe), {
|
|
2361
2363
|
"node-id": "prepend",
|
|
2362
|
-
"ref-context": { compId: r(
|
|
2364
|
+
"ref-context": { compId: r(Te) },
|
|
2363
2365
|
state: {}
|
|
2364
2366
|
}, null, 8, ["ref-context"])
|
|
2365
2367
|
]),
|
|
@@ -2379,19 +2381,19 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2379
2381
|
refContext: {}
|
|
2380
2382
|
},
|
|
2381
2383
|
setup(t) {
|
|
2382
|
-
const n = t, { node: e } =
|
|
2384
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2383
2385
|
"settings",
|
|
2384
2386
|
"hideActions"
|
|
2385
|
-
]), { theme: s } =
|
|
2387
|
+
]), { theme: s } = G(), { property: i } = a(e, ["settings", "value"]);
|
|
2386
2388
|
return (l, c) => {
|
|
2387
2389
|
const m = B("v-stepper");
|
|
2388
|
-
return
|
|
2390
|
+
return w(), C(m, {
|
|
2389
2391
|
modelValue: r(i),
|
|
2390
2392
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => ne(i) ? i.value = u : null),
|
|
2391
2393
|
"hide-actions": r(o),
|
|
2392
2394
|
theme: r(s)
|
|
2393
2395
|
}, {
|
|
2394
|
-
default:
|
|
2396
|
+
default: V(() => [
|
|
2395
2397
|
F(l.$slots, "default")
|
|
2396
2398
|
]),
|
|
2397
2399
|
_: 3
|
|
@@ -2401,8 +2403,8 @@ const Cr = /* @__PURE__ */ De($r, [["render", Sr]]), Vr = /* @__PURE__ */ $({
|
|
|
2401
2403
|
}), ol = {};
|
|
2402
2404
|
function il(t, n) {
|
|
2403
2405
|
const e = B("v-stepper-header");
|
|
2404
|
-
return
|
|
2405
|
-
default:
|
|
2406
|
+
return w(), C(e, null, {
|
|
2407
|
+
default: V(() => [
|
|
2406
2408
|
F(t.$slots, "default")
|
|
2407
2409
|
]),
|
|
2408
2410
|
_: 3
|
|
@@ -2416,11 +2418,11 @@ const sl = /* @__PURE__ */ De(ol, [["render", il]]), rl = /* @__PURE__ */ $({
|
|
|
2416
2418
|
refContext: {}
|
|
2417
2419
|
},
|
|
2418
2420
|
setup(t) {
|
|
2419
|
-
const n = t, { node: e } =
|
|
2421
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2420
2422
|
return (s, i) => {
|
|
2421
2423
|
const l = B("v-stepper-item");
|
|
2422
|
-
return
|
|
2423
|
-
default:
|
|
2424
|
+
return w(), C(l, { value: r(o) }, {
|
|
2425
|
+
default: V(() => [
|
|
2424
2426
|
F(s.$slots, "default")
|
|
2425
2427
|
]),
|
|
2426
2428
|
_: 3
|
|
@@ -2430,8 +2432,8 @@ const sl = /* @__PURE__ */ De(ol, [["render", il]]), rl = /* @__PURE__ */ $({
|
|
|
2430
2432
|
}), ll = {};
|
|
2431
2433
|
function al(t, n) {
|
|
2432
2434
|
const e = B("v-stepper-window");
|
|
2433
|
-
return
|
|
2434
|
-
default:
|
|
2435
|
+
return w(), C(e, null, {
|
|
2436
|
+
default: V(() => [
|
|
2435
2437
|
F(t.$slots, "default")
|
|
2436
2438
|
]),
|
|
2437
2439
|
_: 3
|
|
@@ -2445,11 +2447,11 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2445
2447
|
refContext: {}
|
|
2446
2448
|
},
|
|
2447
2449
|
setup(t) {
|
|
2448
|
-
const n = t, { node: e } =
|
|
2450
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
|
|
2449
2451
|
return (s, i) => {
|
|
2450
2452
|
const l = B("v-stepper-window-item");
|
|
2451
|
-
return
|
|
2452
|
-
default:
|
|
2453
|
+
return w(), C(l, { value: r(o) }, {
|
|
2454
|
+
default: V(() => [
|
|
2453
2455
|
F(s.$slots, "default")
|
|
2454
2456
|
]),
|
|
2455
2457
|
_: 3
|
|
@@ -2464,7 +2466,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2464
2466
|
refContext: {}
|
|
2465
2467
|
},
|
|
2466
2468
|
setup(t) {
|
|
2467
|
-
const n = t, { node: e } =
|
|
2469
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
|
|
2468
2470
|
"settings",
|
|
2469
2471
|
"direction"
|
|
2470
2472
|
]), { property: i } = a(e, [
|
|
@@ -2476,14 +2478,14 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2476
2478
|
]), { property: c } = a(e, [
|
|
2477
2479
|
"settings",
|
|
2478
2480
|
"indeterminate"
|
|
2479
|
-
]), { property: m } = a(e, ["settings", "inline"]), { property: u } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } =
|
|
2480
|
-
return (_,
|
|
2481
|
-
const
|
|
2482
|
-
return
|
|
2483
|
-
default:
|
|
2484
|
-
D(
|
|
2485
|
-
modelValue: r(
|
|
2486
|
-
"onUpdate:modelValue":
|
|
2481
|
+
]), { property: m } = a(e, ["settings", "inline"]), { property: u } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = G(), { property: b } = a(e, ["settings", "value"]);
|
|
2482
|
+
return (_, k) => {
|
|
2483
|
+
const g = B("v-switch");
|
|
2484
|
+
return w(), C(r(H), { mask: "" }, {
|
|
2485
|
+
default: V(() => [
|
|
2486
|
+
D(g, {
|
|
2487
|
+
modelValue: r(b),
|
|
2488
|
+
"onUpdate:modelValue": k[0] || (k[0] = (x) => ne(b) ? b.value = x : null),
|
|
2487
2489
|
density: r(o),
|
|
2488
2490
|
direction: r(s),
|
|
2489
2491
|
disabled: r(i),
|
|
@@ -2508,16 +2510,16 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2508
2510
|
refContext: {}
|
|
2509
2511
|
},
|
|
2510
2512
|
setup(t) {
|
|
2511
|
-
const n = t, { node: e } =
|
|
2513
|
+
const n = t, { node: e } = P(n), o = Z(), { property: s } = a(e, ["settings", "text"]), { theme: i } = G(), { property: l } = a(e, ["settings", "value"]), c = I(() => {
|
|
2512
2514
|
const m = {};
|
|
2513
2515
|
return o === "editor" && (m.pointerEvents = "none"), m;
|
|
2514
2516
|
});
|
|
2515
2517
|
return (m, u) => {
|
|
2516
2518
|
const d = B("v-tab");
|
|
2517
|
-
return
|
|
2518
|
-
default:
|
|
2519
|
+
return w(), C(r(H), { mask: "" }, {
|
|
2520
|
+
default: V(() => [
|
|
2519
2521
|
D(d, {
|
|
2520
|
-
style:
|
|
2522
|
+
style: de(c.value),
|
|
2521
2523
|
text: r(s),
|
|
2522
2524
|
theme: r(i),
|
|
2523
2525
|
value: r(l)
|
|
@@ -2535,7 +2537,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2535
2537
|
refContext: {}
|
|
2536
2538
|
},
|
|
2537
2539
|
setup(t) {
|
|
2538
|
-
const n = t, { node: e } =
|
|
2540
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2539
2541
|
"settings",
|
|
2540
2542
|
"alignTabs"
|
|
2541
2543
|
]), { property: s } = a(e, [
|
|
@@ -2558,10 +2560,10 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2558
2560
|
]), { property: f } = a(e, [
|
|
2559
2561
|
"settings",
|
|
2560
2562
|
"fixedTabs"
|
|
2561
|
-
]), { property:
|
|
2563
|
+
]), { property: b } = a(e, ["settings", "grow"]), { property: _ } = a(e, [
|
|
2562
2564
|
"settings",
|
|
2563
2565
|
"hideSlider"
|
|
2564
|
-
]), { property:
|
|
2566
|
+
]), { property: k } = a(e, ["settings", "items"]), { property: g } = a(e, [
|
|
2565
2567
|
"settings",
|
|
2566
2568
|
"mandatory"
|
|
2567
2569
|
]), { property: x } = a(e, [
|
|
@@ -2571,17 +2573,17 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2571
2573
|
"settings",
|
|
2572
2574
|
"color",
|
|
2573
2575
|
"sliderColor"
|
|
2574
|
-
]), { color: v } = Q(h), { property:
|
|
2575
|
-
return (
|
|
2576
|
-
const
|
|
2577
|
-
return
|
|
2576
|
+
]), { color: v } = Q(h), { property: z } = a(e, ["settings", "stacked"]), { theme: T } = G(), { property: J } = a(e, ["settings", "value"]);
|
|
2577
|
+
return (Y, j) => {
|
|
2578
|
+
const L = B("v-tabs");
|
|
2579
|
+
return w(), C(r(H), {
|
|
2578
2580
|
block: "",
|
|
2579
2581
|
mask: ""
|
|
2580
2582
|
}, {
|
|
2581
|
-
default:
|
|
2582
|
-
D(
|
|
2583
|
-
modelValue: r(
|
|
2584
|
-
"onUpdate:modelValue":
|
|
2583
|
+
default: V(() => [
|
|
2584
|
+
D(L, {
|
|
2585
|
+
modelValue: r(J),
|
|
2586
|
+
"onUpdate:modelValue": j[0] || (j[0] = (U) => ne(J) ? J.value = U : null),
|
|
2585
2587
|
"align-tabs": r(o),
|
|
2586
2588
|
"bg-color": r(i),
|
|
2587
2589
|
"center-active": r(l),
|
|
@@ -2590,17 +2592,17 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2590
2592
|
direction: r(d),
|
|
2591
2593
|
disabled: r(p),
|
|
2592
2594
|
"fixed-tabs": r(f),
|
|
2593
|
-
grow: r(
|
|
2595
|
+
grow: r(b),
|
|
2594
2596
|
"hide-slider": r(_),
|
|
2595
|
-
items: r(
|
|
2596
|
-
mandatory: r(
|
|
2597
|
+
items: r(k),
|
|
2598
|
+
mandatory: r(g),
|
|
2597
2599
|
"show-arrows": r(x),
|
|
2598
2600
|
"slider-color": r(v),
|
|
2599
|
-
stacked: r(
|
|
2601
|
+
stacked: r(z),
|
|
2600
2602
|
theme: r(T)
|
|
2601
2603
|
}, {
|
|
2602
|
-
default:
|
|
2603
|
-
F(
|
|
2604
|
+
default: V(() => [
|
|
2605
|
+
F(Y.$slots, "default")
|
|
2604
2606
|
]),
|
|
2605
2607
|
_: 3
|
|
2606
2608
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"])
|
|
@@ -2617,18 +2619,18 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2617
2619
|
refContext: {}
|
|
2618
2620
|
},
|
|
2619
2621
|
setup(t) {
|
|
2620
|
-
const n = t, { node: e } =
|
|
2622
|
+
const n = t, { node: e } = P(n), o = Fe(), { property: s } = a(e, ["settings", "align"]), { property: i } = a(e, [
|
|
2621
2623
|
"settings",
|
|
2622
2624
|
"decoration"
|
|
2623
2625
|
]), { property: l } = a(e, [
|
|
2624
2626
|
"settings",
|
|
2625
2627
|
"emphasis"
|
|
2626
|
-
]), { property: c } = a(e, ["settings", "italic"]), { property: m } = a(e, ["settings", "text"]), { property: u } = a(e, ["settings", "weight"]), d =
|
|
2627
|
-
const p = [], f = ut(o.value.width),
|
|
2628
|
-
return
|
|
2628
|
+
]), { property: c } = a(e, ["settings", "italic"]), { property: m } = a(e, ["settings", "text"]), { property: u } = a(e, ["settings", "weight"]), d = I(() => {
|
|
2629
|
+
const p = [], f = ut(o.value.width), b = Ne(f, e.value.settings?.style);
|
|
2630
|
+
return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), i.value && p.push(`text-decoration-${i.value}`), u.value && p.push(`font-weight-${u.value}`), c.value && p.push("font-italic"), p.join(" ");
|
|
2629
2631
|
});
|
|
2630
|
-
return (p, f) => (
|
|
2631
|
-
default:
|
|
2632
|
+
return (p, f) => (w(), C(r(H), { mask: "" }, {
|
|
2633
|
+
default: V(() => [
|
|
2632
2634
|
Re("span", {
|
|
2633
2635
|
class: si(d.value)
|
|
2634
2636
|
}, So(r(m)), 3)
|
|
@@ -2644,7 +2646,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2644
2646
|
refContext: {}
|
|
2645
2647
|
},
|
|
2646
2648
|
setup(t) {
|
|
2647
|
-
const n = t, { node: e } =
|
|
2649
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2648
2650
|
"settings",
|
|
2649
2651
|
"autoGrow"
|
|
2650
2652
|
]), { property: s } = a(e, [
|
|
@@ -2659,20 +2661,20 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2659
2661
|
]), { property: p } = a(e, [
|
|
2660
2662
|
"settings",
|
|
2661
2663
|
"readonly"
|
|
2662
|
-
]), { property: f } = a(e, ["settings", "reverse"]), { property:
|
|
2664
|
+
]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, ["settings", "rows"]), { property: _ } = a(e, [
|
|
2663
2665
|
"settings",
|
|
2664
2666
|
"singleLine"
|
|
2665
|
-
]), { theme:
|
|
2667
|
+
]), { theme: k } = G(), { property: g } = a(e, ["settings", "value"]), { property: x } = a(e, ["settings", "variant"]);
|
|
2666
2668
|
return (h, v) => {
|
|
2667
|
-
const
|
|
2668
|
-
return
|
|
2669
|
+
const z = B("v-textarea");
|
|
2670
|
+
return w(), C(r(H), {
|
|
2669
2671
|
block: "",
|
|
2670
2672
|
mask: ""
|
|
2671
2673
|
}, {
|
|
2672
|
-
default:
|
|
2673
|
-
D(
|
|
2674
|
-
modelValue: r(
|
|
2675
|
-
"onUpdate:modelValue": v[0] || (v[0] = (T) => ne(
|
|
2674
|
+
default: V(() => [
|
|
2675
|
+
D(z, {
|
|
2676
|
+
modelValue: r(g),
|
|
2677
|
+
"onUpdate:modelValue": v[0] || (v[0] = (T) => ne(g) ? g.value = T : null),
|
|
2676
2678
|
"auto-grow": r(o),
|
|
2677
2679
|
clearable: r(s),
|
|
2678
2680
|
density: r(i),
|
|
@@ -2683,9 +2685,9 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2683
2685
|
placeholder: r(d),
|
|
2684
2686
|
readonly: r(p),
|
|
2685
2687
|
reverse: r(f),
|
|
2686
|
-
rows: r(
|
|
2688
|
+
rows: r(b),
|
|
2687
2689
|
"single-line": r(_),
|
|
2688
|
-
theme: r(
|
|
2690
|
+
theme: r(k),
|
|
2689
2691
|
variant: r(x)
|
|
2690
2692
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2691
2693
|
]),
|
|
@@ -2701,7 +2703,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2701
2703
|
refContext: {}
|
|
2702
2704
|
},
|
|
2703
2705
|
setup(t) {
|
|
2704
|
-
const n = t, { node: e } =
|
|
2706
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2705
2707
|
"settings",
|
|
2706
2708
|
"appendIcon"
|
|
2707
2709
|
]), { property: s } = a(e, [
|
|
@@ -2722,35 +2724,35 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2722
2724
|
]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
|
|
2723
2725
|
"settings",
|
|
2724
2726
|
"placeholder"
|
|
2725
|
-
]), { property:
|
|
2727
|
+
]), { property: b } = a(e, ["settings", "prefix"]), { property: _ } = a(e, [
|
|
2726
2728
|
"settings",
|
|
2727
2729
|
"prependIcon"
|
|
2728
|
-
]), { property:
|
|
2730
|
+
]), { property: k } = a(e, [
|
|
2729
2731
|
"settings",
|
|
2730
2732
|
"prependInnerIcon"
|
|
2731
|
-
]), { property:
|
|
2733
|
+
]), { property: g } = a(e, [
|
|
2732
2734
|
"settings",
|
|
2733
2735
|
"readonly"
|
|
2734
2736
|
]), { property: x } = a(e, ["settings", "reverse"]), { property: h } = a(e, [
|
|
2735
2737
|
"settings",
|
|
2736
2738
|
"singleLine"
|
|
2737
|
-
]), { property: v } = a(e, ["settings", "suffix"]), { theme:
|
|
2739
|
+
]), { property: v } = a(e, ["settings", "suffix"]), { theme: z } = G(), { property: T } = a(e, ["settings", "value"]), { property: J } = a(e, ["settings", "variant"]), { property: Y } = a(e, ["slots", "append"]), { property: j } = a(e, [
|
|
2738
2740
|
"slots",
|
|
2739
2741
|
"appendInner"
|
|
2740
|
-
]), { property:
|
|
2742
|
+
]), { property: L } = a(e, ["slots", "prepend"]), { property: U } = a(e, [
|
|
2741
2743
|
"slots",
|
|
2742
2744
|
"prependInner"
|
|
2743
2745
|
]);
|
|
2744
|
-
return (oe,
|
|
2745
|
-
const
|
|
2746
|
-
return
|
|
2746
|
+
return (oe, ge) => {
|
|
2747
|
+
const Te = B("v-text-field");
|
|
2748
|
+
return w(), C(r(H), {
|
|
2747
2749
|
block: "",
|
|
2748
2750
|
mask: ""
|
|
2749
2751
|
}, {
|
|
2750
|
-
default:
|
|
2751
|
-
D(
|
|
2752
|
+
default: V(() => [
|
|
2753
|
+
D(Te, {
|
|
2752
2754
|
modelValue: r(T),
|
|
2753
|
-
"onUpdate:modelValue":
|
|
2755
|
+
"onUpdate:modelValue": ge[0] || (ge[0] = (xe) => ne(T) ? T.value = xe : null),
|
|
2754
2756
|
"append-icon": r(o),
|
|
2755
2757
|
"append-inner-icon": r(s),
|
|
2756
2758
|
autofocus: r(i),
|
|
@@ -2761,55 +2763,55 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2761
2763
|
label: r(d),
|
|
2762
2764
|
loading: r(p),
|
|
2763
2765
|
placeholder: r(f),
|
|
2764
|
-
prefix: r(
|
|
2766
|
+
prefix: r(b),
|
|
2765
2767
|
"prepend-icon": r(_),
|
|
2766
|
-
"prepend-inner-icon": r(
|
|
2767
|
-
readonly: r(
|
|
2768
|
+
"prepend-inner-icon": r(k),
|
|
2769
|
+
readonly: r(g),
|
|
2768
2770
|
reverse: r(x),
|
|
2769
2771
|
"single-line": r(h),
|
|
2770
2772
|
suffix: r(v),
|
|
2771
|
-
theme: r(
|
|
2772
|
-
variant: r(
|
|
2773
|
+
theme: r(z),
|
|
2774
|
+
variant: r(J)
|
|
2773
2775
|
}, sn({ _: 2 }, [
|
|
2774
|
-
r(
|
|
2776
|
+
r(Y) ? {
|
|
2775
2777
|
name: "append",
|
|
2776
|
-
fn:
|
|
2777
|
-
D(r(
|
|
2778
|
+
fn: V(() => [
|
|
2779
|
+
D(r(Pe), {
|
|
2778
2780
|
"node-id": "append",
|
|
2779
|
-
"ref-context": { compId: r(
|
|
2781
|
+
"ref-context": { compId: r(Y) },
|
|
2780
2782
|
state: {}
|
|
2781
2783
|
}, null, 8, ["ref-context"])
|
|
2782
2784
|
]),
|
|
2783
2785
|
key: "0"
|
|
2784
2786
|
} : void 0,
|
|
2785
|
-
r(
|
|
2787
|
+
r(j) ? {
|
|
2786
2788
|
name: "append-inner",
|
|
2787
|
-
fn:
|
|
2788
|
-
D(r(
|
|
2789
|
+
fn: V(() => [
|
|
2790
|
+
D(r(Pe), {
|
|
2789
2791
|
"node-id": "append-inner",
|
|
2790
|
-
"ref-context": { compId: r(
|
|
2792
|
+
"ref-context": { compId: r(j) },
|
|
2791
2793
|
state: {}
|
|
2792
2794
|
}, null, 8, ["ref-context"])
|
|
2793
2795
|
]),
|
|
2794
2796
|
key: "1"
|
|
2795
2797
|
} : void 0,
|
|
2796
|
-
r(
|
|
2798
|
+
r(L) ? {
|
|
2797
2799
|
name: "prepend",
|
|
2798
|
-
fn:
|
|
2799
|
-
D(r(
|
|
2800
|
+
fn: V(() => [
|
|
2801
|
+
D(r(Pe), {
|
|
2800
2802
|
"node-id": "prepend",
|
|
2801
|
-
"ref-context": { compId: r(
|
|
2803
|
+
"ref-context": { compId: r(L) },
|
|
2802
2804
|
state: {}
|
|
2803
2805
|
}, null, 8, ["ref-context"])
|
|
2804
2806
|
]),
|
|
2805
2807
|
key: "2"
|
|
2806
2808
|
} : void 0,
|
|
2807
|
-
r(
|
|
2809
|
+
r(U) ? {
|
|
2808
2810
|
name: "prepend-inner",
|
|
2809
|
-
fn:
|
|
2810
|
-
D(r(
|
|
2811
|
+
fn: V(() => [
|
|
2812
|
+
D(r(Pe), {
|
|
2811
2813
|
"node-id": "prepend-inner",
|
|
2812
|
-
"ref-context": { compId: r(
|
|
2814
|
+
"ref-context": { compId: r(U) },
|
|
2813
2815
|
state: {}
|
|
2814
2816
|
}, null, 8, ["ref-context"])
|
|
2815
2817
|
]),
|
|
@@ -2829,7 +2831,7 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2829
2831
|
refContext: {}
|
|
2830
2832
|
},
|
|
2831
2833
|
setup(t) {
|
|
2832
|
-
const n = t, { node: e } =
|
|
2834
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "align"]), { property: s } = a(e, ["settings", "density"]), { property: i } = a(e, [
|
|
2833
2835
|
"settings",
|
|
2834
2836
|
"direction"
|
|
2835
2837
|
]), { property: l } = a(e, [
|
|
@@ -2851,18 +2853,18 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2851
2853
|
"settings",
|
|
2852
2854
|
"line",
|
|
2853
2855
|
"inset"
|
|
2854
|
-
]), { property:
|
|
2856
|
+
]), { property: b } = a(e, [
|
|
2855
2857
|
"settings",
|
|
2856
2858
|
"line",
|
|
2857
2859
|
"thickness"
|
|
2858
|
-
]), { property: _ } = a(e, ["settings", "side"]), { property:
|
|
2860
|
+
]), { property: _ } = a(e, ["settings", "side"]), { property: k } = a(e, [
|
|
2859
2861
|
"settings",
|
|
2860
2862
|
"line",
|
|
2861
2863
|
"truncate"
|
|
2862
|
-
]), { theme:
|
|
2864
|
+
]), { theme: g } = G();
|
|
2863
2865
|
return (x, h) => {
|
|
2864
2866
|
const v = B("v-timeline");
|
|
2865
|
-
return
|
|
2867
|
+
return w(), C(v, {
|
|
2866
2868
|
align: r(o),
|
|
2867
2869
|
density: r(s),
|
|
2868
2870
|
direction: r(i),
|
|
@@ -2871,12 +2873,12 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2871
2873
|
"hide-opposite": r(u),
|
|
2872
2874
|
"line-color": r(p),
|
|
2873
2875
|
"line-inset": r(f),
|
|
2874
|
-
"line-thickness": r(
|
|
2876
|
+
"line-thickness": r(b),
|
|
2875
2877
|
side: r(_),
|
|
2876
|
-
theme: r(
|
|
2877
|
-
"truncate-line": r(
|
|
2878
|
+
theme: r(g),
|
|
2879
|
+
"truncate-line": r(k)
|
|
2878
2880
|
}, {
|
|
2879
|
-
default:
|
|
2881
|
+
default: V(() => [
|
|
2880
2882
|
F(x.$slots, "default")
|
|
2881
2883
|
]),
|
|
2882
2884
|
_: 3
|
|
@@ -2886,8 +2888,8 @@ const cl = /* @__PURE__ */ De(ll, [["render", al]]), ul = /* @__PURE__ */ $({
|
|
|
2886
2888
|
}), hl = {};
|
|
2887
2889
|
function _l(t, n) {
|
|
2888
2890
|
const e = B("v-timeline-item");
|
|
2889
|
-
return
|
|
2890
|
-
default:
|
|
2891
|
+
return w(), C(e, null, {
|
|
2892
|
+
default: V(() => [
|
|
2891
2893
|
F(t.$slots, "default")
|
|
2892
2894
|
]),
|
|
2893
2895
|
_: 3
|
|
@@ -2901,7 +2903,7 @@ const vl = /* @__PURE__ */ De(hl, [["render", _l]]), xl = /* @__PURE__ */ $({
|
|
|
2901
2903
|
refContext: {}
|
|
2902
2904
|
},
|
|
2903
2905
|
setup(t) {
|
|
2904
|
-
const n = t, { node: e } =
|
|
2906
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, [
|
|
2905
2907
|
"settings",
|
|
2906
2908
|
"continuous"
|
|
2907
2909
|
]), { property: s } = a(e, [
|
|
@@ -2913,10 +2915,10 @@ const vl = /* @__PURE__ */ De(hl, [["render", _l]]), xl = /* @__PURE__ */ $({
|
|
|
2913
2915
|
]), { property: l } = a(e, ["settings", "reverse"]), { property: c } = a(e, [
|
|
2914
2916
|
"settings",
|
|
2915
2917
|
"showArrows"
|
|
2916
|
-
]), { property: m } = a(e, ["settings", "touch"]), { theme: u } =
|
|
2918
|
+
]), { property: m } = a(e, ["settings", "touch"]), { theme: u } = G(), { property: d } = a(e, ["settings", "value"]);
|
|
2917
2919
|
return (p, f) => {
|
|
2918
|
-
const
|
|
2919
|
-
return
|
|
2920
|
+
const b = B("v-window");
|
|
2921
|
+
return w(), C(b, {
|
|
2920
2922
|
modelValue: r(d),
|
|
2921
2923
|
"onUpdate:modelValue": f[0] || (f[0] = (_) => ne(d) ? d.value = _ : null),
|
|
2922
2924
|
continuous: r(o),
|
|
@@ -2927,7 +2929,7 @@ const vl = /* @__PURE__ */ De(hl, [["render", _l]]), xl = /* @__PURE__ */ $({
|
|
|
2927
2929
|
theme: r(u),
|
|
2928
2930
|
touch: r(m)
|
|
2929
2931
|
}, {
|
|
2930
|
-
default:
|
|
2932
|
+
default: V(() => [
|
|
2931
2933
|
F(p.$slots, "default")
|
|
2932
2934
|
]),
|
|
2933
2935
|
_: 3
|
|
@@ -2937,8 +2939,8 @@ const vl = /* @__PURE__ */ De(hl, [["render", _l]]), xl = /* @__PURE__ */ $({
|
|
|
2937
2939
|
}), kl = {};
|
|
2938
2940
|
function wl(t, n) {
|
|
2939
2941
|
const e = B("v-window-item");
|
|
2940
|
-
return
|
|
2941
|
-
default:
|
|
2942
|
+
return w(), C(e, null, {
|
|
2943
|
+
default: V(() => [
|
|
2942
2944
|
F(t.$slots, "default")
|
|
2943
2945
|
]),
|
|
2944
2946
|
_: 3
|
|
@@ -2953,13 +2955,13 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
2953
2955
|
instance: {}
|
|
2954
2956
|
},
|
|
2955
2957
|
setup(t) {
|
|
2956
|
-
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`),
|
|
2958
|
+
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), Se(() => {
|
|
2957
2959
|
console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
|
|
2958
2960
|
});
|
|
2959
|
-
const n = Z(), e = re(), o =
|
|
2960
|
-
|
|
2961
|
+
const n = Z(), e = re(), o = I(() => O(e.value));
|
|
2962
|
+
ze(o), le(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
2961
2963
|
const s = (l) => {
|
|
2962
|
-
const c =
|
|
2964
|
+
const c = $e[l.key];
|
|
2963
2965
|
if (!c) {
|
|
2964
2966
|
console.assert(!1, `element not found key=${l.key}`);
|
|
2965
2967
|
return;
|
|
@@ -2993,7 +2995,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
2993
2995
|
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
2994
2996
|
});
|
|
2995
2997
|
};
|
|
2996
|
-
return (l, c) => (
|
|
2998
|
+
return (l, c) => (w(), C(i));
|
|
2997
2999
|
}
|
|
2998
3000
|
}), Sl = ["position", "rotation", "scale"], Cl = { style: { userSelect: "none" } }, ce = /* @__PURE__ */ $({
|
|
2999
3001
|
__name: "index",
|
|
@@ -3005,17 +3007,17 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3005
3007
|
} }
|
|
3006
3008
|
},
|
|
3007
3009
|
setup(t) {
|
|
3008
|
-
return (n, e) => (
|
|
3010
|
+
return (n, e) => (w(), te("TresGroup", {
|
|
3009
3011
|
position: t.position,
|
|
3010
3012
|
rotation: t.rotation,
|
|
3011
3013
|
scale: t.scale
|
|
3012
3014
|
}, [
|
|
3013
|
-
t.label ? (
|
|
3015
|
+
t.label ? (w(), C(r(Si), {
|
|
3014
3016
|
key: 0,
|
|
3015
3017
|
center: "",
|
|
3016
3018
|
transform: ""
|
|
3017
3019
|
}, {
|
|
3018
|
-
default:
|
|
3020
|
+
default: V(() => [
|
|
3019
3021
|
Re("div", Cl, So(t.label), 1)
|
|
3020
3022
|
]),
|
|
3021
3023
|
_: 1
|
|
@@ -3031,23 +3033,23 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3031
3033
|
refContext: {}
|
|
3032
3034
|
},
|
|
3033
3035
|
setup(t) {
|
|
3034
|
-
const n = bt(), e = t, { node: o } =
|
|
3035
|
-
|
|
3036
|
-
const c =
|
|
3036
|
+
const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
|
|
3037
|
+
ze(l);
|
|
3038
|
+
const c = I(() => e.refContext?.compId);
|
|
3037
3039
|
et(c, l);
|
|
3038
|
-
const { applySize: m } =
|
|
3040
|
+
const { applySize: m } = be(e, o), u = I(() => {
|
|
3039
3041
|
const h = {};
|
|
3040
3042
|
return l.value?.type === "common" && m(h), h;
|
|
3041
|
-
}), { position: d, rotation: p, scale: f } = ue(o), { property:
|
|
3042
|
-
h.findIndex((
|
|
3043
|
-
},
|
|
3043
|
+
}), { position: d, rotation: p, scale: f } = ue(o), { property: b } = a(o, ["instances"]), _ = (h, v) => {
|
|
3044
|
+
h.findIndex((z) => z === v) >= 0 || h.push(v);
|
|
3045
|
+
}, k = I(() => {
|
|
3044
3046
|
const h = [];
|
|
3045
|
-
if (!Array.isArray(
|
|
3047
|
+
if (!Array.isArray(b.value))
|
|
3046
3048
|
return h;
|
|
3047
|
-
for (const v of
|
|
3049
|
+
for (const v of b.value)
|
|
3048
3050
|
typeof v == "string" && v && _(h, v);
|
|
3049
3051
|
return h;
|
|
3050
|
-
}),
|
|
3052
|
+
}), g = (h, v) => K($l, {
|
|
3051
3053
|
key: h,
|
|
3052
3054
|
subtype: v,
|
|
3053
3055
|
nodeId: e.nodeId,
|
|
@@ -3062,7 +3064,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3062
3064
|
console.assert(!1, "invalid of data");
|
|
3063
3065
|
return;
|
|
3064
3066
|
}
|
|
3065
|
-
const { i18n: h } =
|
|
3067
|
+
const { i18n: h } = he;
|
|
3066
3068
|
if (Ye(e.refContext, s))
|
|
3067
3069
|
return i.value.type === "common" ? K(
|
|
3068
3070
|
"div",
|
|
@@ -3095,7 +3097,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3095
3097
|
style: u.value
|
|
3096
3098
|
},
|
|
3097
3099
|
{
|
|
3098
|
-
default: () =>
|
|
3100
|
+
default: () => k.value.map((z) => g(z, v))
|
|
3099
3101
|
}
|
|
3100
3102
|
);
|
|
3101
3103
|
if (v === "scene")
|
|
@@ -3108,11 +3110,11 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3108
3110
|
scale: f.value
|
|
3109
3111
|
},
|
|
3110
3112
|
{
|
|
3111
|
-
default: () =>
|
|
3113
|
+
default: () => k.value.map((z) => g(z, v))
|
|
3112
3114
|
}
|
|
3113
3115
|
);
|
|
3114
3116
|
};
|
|
3115
|
-
return (h, v) => (
|
|
3117
|
+
return (h, v) => (w(), C(x));
|
|
3116
3118
|
}
|
|
3117
3119
|
}), Pl = /* @__PURE__ */ $({
|
|
3118
3120
|
__name: "entry",
|
|
@@ -3123,13 +3125,13 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3123
3125
|
instance: {}
|
|
3124
3126
|
},
|
|
3125
3127
|
setup(t) {
|
|
3126
|
-
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`),
|
|
3128
|
+
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), Se(() => {
|
|
3127
3129
|
console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
|
|
3128
3130
|
});
|
|
3129
|
-
const n = Z(), e = re(), o =
|
|
3130
|
-
|
|
3131
|
+
const n = Z(), e = re(), o = I(() => O(e.value));
|
|
3132
|
+
ze(o), le(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
|
|
3131
3133
|
const s = (l) => {
|
|
3132
|
-
const c =
|
|
3134
|
+
const c = $e[l.key];
|
|
3133
3135
|
if (!c) {
|
|
3134
3136
|
console.assert(!1, `element not found key=${l.key}`);
|
|
3135
3137
|
return;
|
|
@@ -3163,7 +3165,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3163
3165
|
default: () => o.value?.view.nodeLites.map((l) => s(l))
|
|
3164
3166
|
});
|
|
3165
3167
|
};
|
|
3166
|
-
return (l, c) => (
|
|
3168
|
+
return (l, c) => (w(), C(i));
|
|
3167
3169
|
}
|
|
3168
3170
|
}), Ll = /* @__PURE__ */ $({
|
|
3169
3171
|
__name: "index",
|
|
@@ -3173,23 +3175,23 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3173
3175
|
refContext: {}
|
|
3174
3176
|
},
|
|
3175
3177
|
setup(t) {
|
|
3176
|
-
const n = bt(), e = t, { node: o } =
|
|
3177
|
-
|
|
3178
|
-
const c =
|
|
3178
|
+
const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
|
|
3179
|
+
ze(l);
|
|
3180
|
+
const c = I(() => e.refContext?.compId);
|
|
3179
3181
|
et(c, l);
|
|
3180
|
-
const { applySize: m } =
|
|
3182
|
+
const { applySize: m } = be(e, o), u = I(() => {
|
|
3181
3183
|
const h = {};
|
|
3182
3184
|
return l.value?.type === "common" && m(h), h;
|
|
3183
|
-
}), { position: d, rotation: p, scale: f } = ue(o), { property:
|
|
3184
|
-
h.findIndex((
|
|
3185
|
-
},
|
|
3185
|
+
}), { position: d, rotation: p, scale: f } = ue(o), { property: b } = a(o, ["instances"]), _ = (h, v) => {
|
|
3186
|
+
h.findIndex((z) => z === v) >= 0 || h.push(v);
|
|
3187
|
+
}, k = I(() => {
|
|
3186
3188
|
const h = [];
|
|
3187
|
-
if (!Array.isArray(
|
|
3189
|
+
if (!Array.isArray(b.value))
|
|
3188
3190
|
return h;
|
|
3189
|
-
for (const v of
|
|
3191
|
+
for (const v of b.value)
|
|
3190
3192
|
typeof v == "string" && v && _(h, v);
|
|
3191
3193
|
return h;
|
|
3192
|
-
}),
|
|
3194
|
+
}), g = (h, v) => K(Pl, {
|
|
3193
3195
|
key: h,
|
|
3194
3196
|
subtype: v,
|
|
3195
3197
|
nodeId: e.nodeId,
|
|
@@ -3204,7 +3206,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3204
3206
|
console.assert(!1, "invalid of data");
|
|
3205
3207
|
return;
|
|
3206
3208
|
}
|
|
3207
|
-
const { i18n: h } =
|
|
3209
|
+
const { i18n: h } = he;
|
|
3208
3210
|
if (Ye(e.refContext, s))
|
|
3209
3211
|
return i.value.type === "common" ? K(
|
|
3210
3212
|
"div",
|
|
@@ -3237,7 +3239,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3237
3239
|
style: u.value
|
|
3238
3240
|
},
|
|
3239
3241
|
{
|
|
3240
|
-
default: () =>
|
|
3242
|
+
default: () => k.value.map((z) => g(z, v))
|
|
3241
3243
|
}
|
|
3242
3244
|
);
|
|
3243
3245
|
if (v === "scene")
|
|
@@ -3250,11 +3252,11 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3250
3252
|
scale: f.value
|
|
3251
3253
|
},
|
|
3252
3254
|
{
|
|
3253
|
-
default: () =>
|
|
3255
|
+
default: () => k.value.map((z) => g(z, v))
|
|
3254
3256
|
}
|
|
3255
3257
|
);
|
|
3256
3258
|
};
|
|
3257
|
-
return (h, v) => (
|
|
3259
|
+
return (h, v) => (w(), C(x));
|
|
3258
3260
|
}
|
|
3259
3261
|
}), zl = /* @__PURE__ */ $({
|
|
3260
3262
|
__name: "index",
|
|
@@ -3264,39 +3266,39 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3264
3266
|
refContext: {}
|
|
3265
3267
|
},
|
|
3266
3268
|
setup(t) {
|
|
3267
|
-
const n = bt(), e = t, { node: o } =
|
|
3268
|
-
|
|
3269
|
-
const m =
|
|
3270
|
-
et(m, c), le(s) && tt(c, "ref", e.nodeId, "",
|
|
3271
|
-
const { applySize: u } =
|
|
3272
|
-
const
|
|
3273
|
-
return l.value?.type === "common" && u(
|
|
3274
|
-
}), { position: p, rotation: f, scale:
|
|
3275
|
-
const x =
|
|
3269
|
+
const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
|
|
3270
|
+
ze(c);
|
|
3271
|
+
const m = I(() => e.refContext?.compId);
|
|
3272
|
+
et(m, c), le(s) && tt(c, "ref", e.nodeId, "", _e());
|
|
3273
|
+
const { applySize: u } = be(e, o), d = I(() => {
|
|
3274
|
+
const g = {};
|
|
3275
|
+
return l.value?.type === "common" && u(g), g;
|
|
3276
|
+
}), { position: p, rotation: f, scale: b } = ue(o), _ = (g) => {
|
|
3277
|
+
const x = $e[g.key];
|
|
3276
3278
|
if (!x) {
|
|
3277
|
-
console.assert(!1, `element not found key=${
|
|
3279
|
+
console.assert(!1, `element not found key=${g.key}`);
|
|
3278
3280
|
return;
|
|
3279
3281
|
}
|
|
3280
3282
|
const h = {
|
|
3281
|
-
nodeId:
|
|
3283
|
+
nodeId: g.id
|
|
3282
3284
|
};
|
|
3283
|
-
return Xe(
|
|
3285
|
+
return Xe(g.key) && (h.refContext = {
|
|
3284
3286
|
parent: e.refContext,
|
|
3285
|
-
compId:
|
|
3287
|
+
compId: g.compId
|
|
3286
3288
|
}), K(
|
|
3287
3289
|
x.comp,
|
|
3288
3290
|
{
|
|
3289
|
-
key:
|
|
3291
|
+
key: g.id,
|
|
3290
3292
|
...h
|
|
3291
3293
|
},
|
|
3292
3294
|
{
|
|
3293
3295
|
default: () => {
|
|
3294
3296
|
if (!x.leaf)
|
|
3295
|
-
return
|
|
3297
|
+
return g.children?.map((v) => _(v));
|
|
3296
3298
|
}
|
|
3297
3299
|
}
|
|
3298
3300
|
);
|
|
3299
|
-
},
|
|
3301
|
+
}, k = () => {
|
|
3300
3302
|
if (!e.refContext) {
|
|
3301
3303
|
console.assert(!1, "invalid of ref context");
|
|
3302
3304
|
return;
|
|
@@ -3305,25 +3307,25 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3305
3307
|
console.assert(!1, "invalid of data");
|
|
3306
3308
|
return;
|
|
3307
3309
|
}
|
|
3308
|
-
const { i18n:
|
|
3310
|
+
const { i18n: g } = he;
|
|
3309
3311
|
if (Ye(e.refContext, i))
|
|
3310
3312
|
return l.value.type === "common" ? K(
|
|
3311
3313
|
"div",
|
|
3312
3314
|
{ id: n.id, style: d.value },
|
|
3313
|
-
|
|
3315
|
+
g.global.t("x-runtime-lib.circularReference")
|
|
3314
3316
|
) : l.value.type === "scene" ? K(ce, {
|
|
3315
3317
|
name: n.name,
|
|
3316
3318
|
position: p.value,
|
|
3317
3319
|
rotation: f.value,
|
|
3318
|
-
scale:
|
|
3319
|
-
label:
|
|
3320
|
+
scale: b.value,
|
|
3321
|
+
label: g.global.t("x-runtime-lib.circularReference")
|
|
3320
3322
|
}) : void 0;
|
|
3321
3323
|
if (!c.value)
|
|
3322
3324
|
return l.value.type === "common" ? K("div", { id: n.id, style: d.value }) : l.value.type === "scene" ? K(ce, {
|
|
3323
3325
|
name: n.name,
|
|
3324
3326
|
position: p.value,
|
|
3325
3327
|
rotation: f.value,
|
|
3326
|
-
scale:
|
|
3328
|
+
scale: b.value
|
|
3327
3329
|
}) : void 0;
|
|
3328
3330
|
if (c.value.type !== l.value.type) {
|
|
3329
3331
|
console.assert(!1, "subtype not match");
|
|
@@ -3348,14 +3350,14 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3348
3350
|
name: n.name,
|
|
3349
3351
|
position: p.value,
|
|
3350
3352
|
rotation: f.value,
|
|
3351
|
-
scale:
|
|
3353
|
+
scale: b.value
|
|
3352
3354
|
},
|
|
3353
3355
|
{
|
|
3354
3356
|
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3355
3357
|
}
|
|
3356
3358
|
);
|
|
3357
3359
|
};
|
|
3358
|
-
return (
|
|
3360
|
+
return (g, x) => (w(), C(k));
|
|
3359
3361
|
}
|
|
3360
3362
|
}), Tl = /* @__PURE__ */ $({
|
|
3361
3363
|
__name: "index",
|
|
@@ -3365,15 +3367,15 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3365
3367
|
refContext: {}
|
|
3366
3368
|
},
|
|
3367
3369
|
setup(t) {
|
|
3368
|
-
const n = t, { node: e } =
|
|
3369
|
-
return (s, i) => (
|
|
3370
|
-
default:
|
|
3370
|
+
const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
|
|
3371
|
+
return (s, i) => (w(), C(r(H), null, {
|
|
3372
|
+
default: V(() => [
|
|
3371
3373
|
r(o) ? F(s.$slots, "default", { key: 0 }) : se("", !0)
|
|
3372
3374
|
]),
|
|
3373
3375
|
_: 3
|
|
3374
3376
|
}));
|
|
3375
3377
|
}
|
|
3376
|
-
}),
|
|
3378
|
+
}), Pe = /* @__PURE__ */ $({
|
|
3377
3379
|
__name: "index",
|
|
3378
3380
|
props: {
|
|
3379
3381
|
nodeId: {},
|
|
@@ -3381,41 +3383,41 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3381
3383
|
refContext: {}
|
|
3382
3384
|
},
|
|
3383
3385
|
setup(t) {
|
|
3384
|
-
const n = bt(), e = t, { node: o } =
|
|
3385
|
-
|
|
3386
|
-
const m =
|
|
3387
|
-
et(m, c), le(s) && tt(c, "slot", e.nodeId, "",
|
|
3388
|
-
const { applySize: u } =
|
|
3389
|
-
const
|
|
3390
|
-
return c.value?.type === "common" && u(
|
|
3391
|
-
}), { position: p, rotation: f, scale:
|
|
3392
|
-
function _(
|
|
3393
|
-
const x =
|
|
3386
|
+
const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
|
|
3387
|
+
ze(c);
|
|
3388
|
+
const m = I(() => e.refContext?.compId);
|
|
3389
|
+
et(m, c), le(s) && tt(c, "slot", e.nodeId, "", _e());
|
|
3390
|
+
const { applySize: u } = be(e, o), d = I(() => {
|
|
3391
|
+
const g = {};
|
|
3392
|
+
return c.value?.type === "common" && u(g), g;
|
|
3393
|
+
}), { position: p, rotation: f, scale: b } = ue(o);
|
|
3394
|
+
function _(g) {
|
|
3395
|
+
const x = $e[g.key];
|
|
3394
3396
|
if (!x) {
|
|
3395
|
-
console.assert(!1, `element not found key=${
|
|
3397
|
+
console.assert(!1, `element not found key=${g.key}`);
|
|
3396
3398
|
return;
|
|
3397
3399
|
}
|
|
3398
3400
|
const h = {
|
|
3399
|
-
nodeId:
|
|
3401
|
+
nodeId: g.id
|
|
3400
3402
|
};
|
|
3401
|
-
return Xe(
|
|
3403
|
+
return Xe(g.key) && (h.refContext = {
|
|
3402
3404
|
parent: e.refContext,
|
|
3403
|
-
compId:
|
|
3405
|
+
compId: g.compId
|
|
3404
3406
|
}), K(
|
|
3405
3407
|
x.comp,
|
|
3406
3408
|
{
|
|
3407
|
-
key:
|
|
3409
|
+
key: g.id,
|
|
3408
3410
|
...h
|
|
3409
3411
|
},
|
|
3410
3412
|
{
|
|
3411
3413
|
default: () => {
|
|
3412
3414
|
if (!x.leaf)
|
|
3413
|
-
return
|
|
3415
|
+
return g.children?.map((v) => _(v));
|
|
3414
3416
|
}
|
|
3415
3417
|
}
|
|
3416
3418
|
);
|
|
3417
3419
|
}
|
|
3418
|
-
const
|
|
3420
|
+
const k = () => {
|
|
3419
3421
|
if (!e.refContext) {
|
|
3420
3422
|
console.assert(!1, "invalid of ref context");
|
|
3421
3423
|
return;
|
|
@@ -3424,25 +3426,25 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3424
3426
|
console.assert(!1, "invalid of data");
|
|
3425
3427
|
return;
|
|
3426
3428
|
}
|
|
3427
|
-
const { i18n:
|
|
3429
|
+
const { i18n: g } = he;
|
|
3428
3430
|
if (Ye(e.refContext, i))
|
|
3429
3431
|
return l.value.type === "common" ? K(
|
|
3430
3432
|
"div",
|
|
3431
3433
|
{ id: n.id, style: d.value },
|
|
3432
|
-
|
|
3434
|
+
g.global.t("x-runtime-lib.circularReference")
|
|
3433
3435
|
) : l.value.type === "scene" ? K(ce, {
|
|
3434
3436
|
name: n.name,
|
|
3435
3437
|
position: p.value,
|
|
3436
3438
|
rotation: f.value,
|
|
3437
|
-
scale:
|
|
3438
|
-
label:
|
|
3439
|
+
scale: b.value,
|
|
3440
|
+
label: g.global.t("x-runtime-lib.circularReference")
|
|
3439
3441
|
}) : void 0;
|
|
3440
3442
|
if (!c.value)
|
|
3441
3443
|
return l.value.type === "common" ? K("div", { id: n.id, style: d.value }) : l.value.type === "scene" ? K(ce, {
|
|
3442
3444
|
name: n.name,
|
|
3443
3445
|
position: p.value,
|
|
3444
3446
|
rotation: f.value,
|
|
3445
|
-
scale:
|
|
3447
|
+
scale: b.value
|
|
3446
3448
|
}) : void 0;
|
|
3447
3449
|
if (c.value.type !== l.value.type) {
|
|
3448
3450
|
console.assert(!1, "subtype not match");
|
|
@@ -3467,14 +3469,14 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3467
3469
|
name: n.name,
|
|
3468
3470
|
position: p.value,
|
|
3469
3471
|
rotation: f.value,
|
|
3470
|
-
scale:
|
|
3472
|
+
scale: b.value
|
|
3471
3473
|
},
|
|
3472
3474
|
{
|
|
3473
3475
|
default: () => c.value?.view.nodeLites.map((h) => _(h))
|
|
3474
3476
|
}
|
|
3475
3477
|
);
|
|
3476
3478
|
};
|
|
3477
|
-
return (
|
|
3479
|
+
return (g, x) => (w(), C(k));
|
|
3478
3480
|
}
|
|
3479
3481
|
}), y = {
|
|
3480
3482
|
key: "basic",
|
|
@@ -3683,7 +3685,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3683
3685
|
default: ""
|
|
3684
3686
|
}
|
|
3685
3687
|
]
|
|
3686
|
-
},
|
|
3688
|
+
}, q = {
|
|
3687
3689
|
key: "size",
|
|
3688
3690
|
name: "x-runtime-lib.size",
|
|
3689
3691
|
children: [
|
|
@@ -3753,7 +3755,7 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3753
3755
|
default: ""
|
|
3754
3756
|
}
|
|
3755
3757
|
]
|
|
3756
|
-
},
|
|
3758
|
+
}, X = {
|
|
3757
3759
|
key: "transform",
|
|
3758
3760
|
name: "x-runtime-lib.transform",
|
|
3759
3761
|
children: [
|
|
@@ -3905,8 +3907,8 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3905
3907
|
defaultArray: []
|
|
3906
3908
|
}
|
|
3907
3909
|
]
|
|
3908
|
-
},
|
|
3909
|
-
|
|
3910
|
+
}, $e = {}, S = (t) => {
|
|
3911
|
+
$e[t.key] = t;
|
|
3910
3912
|
}, $n = {
|
|
3911
3913
|
key: "settings",
|
|
3912
3914
|
name: "x-runtime-lib.settings",
|
|
@@ -3959,8 +3961,8 @@ const Il = /* @__PURE__ */ De(kl, [["render", wl]]), $l = /* @__PURE__ */ $({
|
|
|
3959
3961
|
name: "x-runtime-lib.orthographicCamera",
|
|
3960
3962
|
comp: ji,
|
|
3961
3963
|
properties: {
|
|
3962
|
-
pageScene: [y,
|
|
3963
|
-
compScene: [y,
|
|
3964
|
+
pageScene: [y, X, $n],
|
|
3965
|
+
compScene: [y, X, $n]
|
|
3964
3966
|
},
|
|
3965
3967
|
events: [],
|
|
3966
3968
|
methods: [],
|
|
@@ -4003,10 +4005,10 @@ const Sn = {
|
|
|
4003
4005
|
}, Ml = {
|
|
4004
4006
|
key: "scene_perspective_camera_v1",
|
|
4005
4007
|
name: "x-runtime-lib.perspectiveCamera",
|
|
4006
|
-
comp:
|
|
4008
|
+
comp: Gi,
|
|
4007
4009
|
properties: {
|
|
4008
|
-
pageScene: [y,
|
|
4009
|
-
compScene: [y,
|
|
4010
|
+
pageScene: [y, X, Sn],
|
|
4011
|
+
compScene: [y, X, Sn]
|
|
4010
4012
|
},
|
|
4011
4013
|
events: [],
|
|
4012
4014
|
methods: [],
|
|
@@ -4061,13 +4063,13 @@ function Kl(t, n) {
|
|
|
4061
4063
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
4062
4064
|
return;
|
|
4063
4065
|
}
|
|
4064
|
-
const s =
|
|
4066
|
+
const s = Ge.properties[o];
|
|
4065
4067
|
if (!s) {
|
|
4066
4068
|
console.error(`boxGeometryV1/spawn properties not found, ${e}`);
|
|
4067
4069
|
return;
|
|
4068
4070
|
}
|
|
4069
4071
|
const i = A();
|
|
4070
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4072
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ge.key, i.transform = {
|
|
4071
4073
|
position: {
|
|
4072
4074
|
x: 0,
|
|
4073
4075
|
y: 0,
|
|
@@ -4132,7 +4134,7 @@ function Ol(t, n) {
|
|
|
4132
4134
|
);
|
|
4133
4135
|
return;
|
|
4134
4136
|
}
|
|
4135
|
-
const s =
|
|
4137
|
+
const s = He.properties[o];
|
|
4136
4138
|
if (!s) {
|
|
4137
4139
|
console.error(
|
|
4138
4140
|
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${e}`
|
|
@@ -4140,7 +4142,7 @@ function Ol(t, n) {
|
|
|
4140
4142
|
return;
|
|
4141
4143
|
}
|
|
4142
4144
|
const i = A();
|
|
4143
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4145
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = He.key, {
|
|
4144
4146
|
nodeLite: M(i),
|
|
4145
4147
|
nodes: {
|
|
4146
4148
|
[i.basic.id]: i
|
|
@@ -4212,13 +4214,13 @@ function Fl(t, n) {
|
|
|
4212
4214
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
4213
4215
|
return;
|
|
4214
4216
|
}
|
|
4215
|
-
const s =
|
|
4217
|
+
const s = Ge.properties[o];
|
|
4216
4218
|
if (!s) {
|
|
4217
4219
|
console.error(`sphereGeometryV1/spawn properties not found, ${e}`);
|
|
4218
4220
|
return;
|
|
4219
4221
|
}
|
|
4220
4222
|
const i = A();
|
|
4221
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4223
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ge.key, i.transform = {
|
|
4222
4224
|
position: {
|
|
4223
4225
|
x: 0,
|
|
4224
4226
|
y: 0,
|
|
@@ -4284,7 +4286,7 @@ function jl(t, n) {
|
|
|
4284
4286
|
);
|
|
4285
4287
|
return;
|
|
4286
4288
|
}
|
|
4287
|
-
const s =
|
|
4289
|
+
const s = He.properties[o];
|
|
4288
4290
|
if (!s) {
|
|
4289
4291
|
console.error(
|
|
4290
4292
|
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${e}`
|
|
@@ -4292,7 +4294,7 @@ function jl(t, n) {
|
|
|
4292
4294
|
return;
|
|
4293
4295
|
}
|
|
4294
4296
|
const i = A();
|
|
4295
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
4297
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = He.key, {
|
|
4296
4298
|
nodeLite: M(i),
|
|
4297
4299
|
nodes: {
|
|
4298
4300
|
[i.basic.id]: i
|
|
@@ -4383,19 +4385,19 @@ const Pn = {
|
|
|
4383
4385
|
default: 1
|
|
4384
4386
|
}
|
|
4385
4387
|
]
|
|
4386
|
-
},
|
|
4388
|
+
}, Hl = {
|
|
4387
4389
|
key: "scene_ambient_light_v1",
|
|
4388
4390
|
name: "x-runtime-lib.ambientLight",
|
|
4389
4391
|
comp: ts,
|
|
4390
4392
|
properties: {
|
|
4391
|
-
pageScene: [y,
|
|
4392
|
-
compScene: [y,
|
|
4393
|
+
pageScene: [y, X, Pn],
|
|
4394
|
+
compScene: [y, X, Pn]
|
|
4393
4395
|
},
|
|
4394
4396
|
events: [],
|
|
4395
4397
|
methods: [],
|
|
4396
4398
|
slots: []
|
|
4397
4399
|
};
|
|
4398
|
-
S(
|
|
4400
|
+
S(Hl);
|
|
4399
4401
|
const _t = O(ee);
|
|
4400
4402
|
_t.children[0].default = "custom";
|
|
4401
4403
|
_t.children[2].children[0].default = "0xffffff";
|
|
@@ -4413,19 +4415,19 @@ const Ln = {
|
|
|
4413
4415
|
default: 1
|
|
4414
4416
|
}
|
|
4415
4417
|
]
|
|
4416
|
-
},
|
|
4418
|
+
}, Gl = {
|
|
4417
4419
|
key: "scene_directional_light_v1",
|
|
4418
4420
|
name: "x-runtime-lib.directionalLight",
|
|
4419
4421
|
comp: os,
|
|
4420
4422
|
properties: {
|
|
4421
|
-
pageScene: [y,
|
|
4422
|
-
compScene: [y,
|
|
4423
|
+
pageScene: [y, X, Ln],
|
|
4424
|
+
compScene: [y, X, Ln]
|
|
4423
4425
|
},
|
|
4424
4426
|
events: [],
|
|
4425
4427
|
methods: [],
|
|
4426
4428
|
slots: []
|
|
4427
4429
|
};
|
|
4428
|
-
S(
|
|
4430
|
+
S(Gl);
|
|
4429
4431
|
const vt = O(ee);
|
|
4430
4432
|
vt.children[0].default = "custom";
|
|
4431
4433
|
vt.children[2].children[0].default = "0xffffff";
|
|
@@ -4462,8 +4464,8 @@ const zn = {
|
|
|
4462
4464
|
name: "x-runtime-lib.pointLight",
|
|
4463
4465
|
comp: ss,
|
|
4464
4466
|
properties: {
|
|
4465
|
-
pageScene: [y,
|
|
4466
|
-
compScene: [y,
|
|
4467
|
+
pageScene: [y, X, zn],
|
|
4468
|
+
compScene: [y, X, zn]
|
|
4467
4469
|
},
|
|
4468
4470
|
events: [],
|
|
4469
4471
|
methods: [],
|
|
@@ -4523,15 +4525,15 @@ const Tn = {
|
|
|
4523
4525
|
name: "x-runtime-lib.spotLight",
|
|
4524
4526
|
comp: ls,
|
|
4525
4527
|
properties: {
|
|
4526
|
-
pageScene: [y,
|
|
4527
|
-
compScene: [y,
|
|
4528
|
+
pageScene: [y, X, Tn],
|
|
4529
|
+
compScene: [y, X, Tn]
|
|
4528
4530
|
},
|
|
4529
4531
|
events: [],
|
|
4530
4532
|
methods: [],
|
|
4531
4533
|
slots: []
|
|
4532
4534
|
};
|
|
4533
4535
|
S(Ul);
|
|
4534
|
-
const
|
|
4536
|
+
const He = {
|
|
4535
4537
|
key: "scene_mesh_basic_material_v1",
|
|
4536
4538
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
4537
4539
|
comp: us,
|
|
@@ -4544,33 +4546,33 @@ const Ge = {
|
|
|
4544
4546
|
slots: [],
|
|
4545
4547
|
leaf: !0
|
|
4546
4548
|
};
|
|
4547
|
-
S(
|
|
4549
|
+
S(He);
|
|
4548
4550
|
const ql = {
|
|
4549
4551
|
key: "scene_group_v1",
|
|
4550
4552
|
name: "x-runtime-lib.group",
|
|
4551
4553
|
comp: ps,
|
|
4552
4554
|
properties: {
|
|
4553
|
-
pageScene: [y,
|
|
4554
|
-
compScene: [y,
|
|
4555
|
+
pageScene: [y, X],
|
|
4556
|
+
compScene: [y, X]
|
|
4555
4557
|
},
|
|
4556
4558
|
events: [],
|
|
4557
4559
|
methods: [],
|
|
4558
4560
|
slots: []
|
|
4559
4561
|
};
|
|
4560
4562
|
S(ql);
|
|
4561
|
-
const
|
|
4563
|
+
const Ge = {
|
|
4562
4564
|
key: "scene_mesh_v1",
|
|
4563
4565
|
name: "x-runtime-lib.mesh",
|
|
4564
4566
|
comp: fs,
|
|
4565
4567
|
properties: {
|
|
4566
|
-
pageScene: [y,
|
|
4567
|
-
compScene: [y,
|
|
4568
|
+
pageScene: [y, X],
|
|
4569
|
+
compScene: [y, X]
|
|
4568
4570
|
},
|
|
4569
4571
|
events: [],
|
|
4570
4572
|
methods: [],
|
|
4571
4573
|
slots: []
|
|
4572
4574
|
};
|
|
4573
|
-
S(
|
|
4575
|
+
S(Ge);
|
|
4574
4576
|
function Xl(t, n) {
|
|
4575
4577
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
4576
4578
|
if (!o) {
|
|
@@ -4621,8 +4623,8 @@ const En = {
|
|
|
4621
4623
|
name: "x-runtime-lib.barChart",
|
|
4622
4624
|
comp: xr,
|
|
4623
4625
|
properties: {
|
|
4624
|
-
pageCommon: [y,
|
|
4625
|
-
compCommon: [y,
|
|
4626
|
+
pageCommon: [y, q, dt, ft, yt, pt, En],
|
|
4627
|
+
compCommon: [y, q, dt, ft, yt, pt, En]
|
|
4626
4628
|
},
|
|
4627
4629
|
leaf: !0,
|
|
4628
4630
|
spawn: Xl
|
|
@@ -4678,8 +4680,8 @@ const An = {
|
|
|
4678
4680
|
name: "x-runtime-lib.lineChart",
|
|
4679
4681
|
comp: kr,
|
|
4680
4682
|
properties: {
|
|
4681
|
-
pageCommon: [y,
|
|
4682
|
-
compCommon: [y,
|
|
4683
|
+
pageCommon: [y, q, dt, ft, yt, pt, An],
|
|
4684
|
+
compCommon: [y, q, dt, ft, yt, pt, An]
|
|
4683
4685
|
},
|
|
4684
4686
|
leaf: !0,
|
|
4685
4687
|
spawn: Yl
|
|
@@ -4841,8 +4843,8 @@ const ea = O(ee), Wn = {
|
|
|
4841
4843
|
name: "x-runtime-lib.button",
|
|
4842
4844
|
comp: Ir,
|
|
4843
4845
|
properties: {
|
|
4844
|
-
pageCommon: [y,
|
|
4845
|
-
compCommon: [y,
|
|
4846
|
+
pageCommon: [y, q, Wn],
|
|
4847
|
+
compCommon: [y, q, Wn]
|
|
4846
4848
|
},
|
|
4847
4849
|
events: [
|
|
4848
4850
|
{
|
|
@@ -5014,8 +5016,8 @@ const Rn = {
|
|
|
5014
5016
|
name: "x-runtime-lib.card",
|
|
5015
5017
|
comp: Pr,
|
|
5016
5018
|
properties: {
|
|
5017
|
-
pageCommon: [y,
|
|
5018
|
-
compCommon: [y,
|
|
5019
|
+
pageCommon: [y, q, Rn],
|
|
5020
|
+
compCommon: [y, q, Rn]
|
|
5019
5021
|
},
|
|
5020
5022
|
spawn: oa
|
|
5021
5023
|
};
|
|
@@ -5147,7 +5149,7 @@ function ra(t, n) {
|
|
|
5147
5149
|
}
|
|
5148
5150
|
const i = A();
|
|
5149
5151
|
W(i, s), i.basic.id = E(16), i.basic.key = Wt.key;
|
|
5150
|
-
const l =
|
|
5152
|
+
const l = Ee(t, n, "chip1", "chip 1"), c = Ee(t, n, "chip2", "chip 2"), m = Ee(t, n, "chip3", "chip 3"), u = Ee(t, n, "chip4", "chip 4"), d = Ee(t, n, "chip5", "chip 5"), p = Ee(t, n, "chip6", "chip 6");
|
|
5151
5153
|
return {
|
|
5152
5154
|
nodeLite: M(i, [
|
|
5153
5155
|
l.nodeLite,
|
|
@@ -5168,7 +5170,7 @@ function ra(t, n) {
|
|
|
5168
5170
|
}
|
|
5169
5171
|
};
|
|
5170
5172
|
}
|
|
5171
|
-
function
|
|
5173
|
+
function Ee(t, n, e, o) {
|
|
5172
5174
|
const s = `type=${t} subtype=${n}`, i = R(t, n);
|
|
5173
5175
|
if (!i) {
|
|
5174
5176
|
console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
|
|
@@ -5327,8 +5329,8 @@ const Nn = {
|
|
|
5327
5329
|
name: "x-runtime-lib.container",
|
|
5328
5330
|
comp: Mr,
|
|
5329
5331
|
properties: {
|
|
5330
|
-
pageCommon: [y,
|
|
5331
|
-
compCommon: [y,
|
|
5332
|
+
pageCommon: [y, q, Ae, Me, We, Nn],
|
|
5333
|
+
compCommon: [y, q, Ae, Me, We, Nn]
|
|
5332
5334
|
},
|
|
5333
5335
|
events: [
|
|
5334
5336
|
{
|
|
@@ -5357,7 +5359,7 @@ const jn = {
|
|
|
5357
5359
|
default: ""
|
|
5358
5360
|
}
|
|
5359
5361
|
]
|
|
5360
|
-
},
|
|
5362
|
+
}, Hn = {
|
|
5361
5363
|
key: "settings",
|
|
5362
5364
|
name: "x-runtime-lib.settings",
|
|
5363
5365
|
children: [
|
|
@@ -5465,7 +5467,7 @@ const jn = {
|
|
|
5465
5467
|
default: !1
|
|
5466
5468
|
}
|
|
5467
5469
|
]
|
|
5468
|
-
},
|
|
5470
|
+
}, Gn = {
|
|
5469
5471
|
key: "slots",
|
|
5470
5472
|
name: "x-runtime-lib.slots",
|
|
5471
5473
|
children: [
|
|
@@ -5495,8 +5497,8 @@ const jn = {
|
|
|
5495
5497
|
name: "x-runtime-lib.dataTable",
|
|
5496
5498
|
comp: Br,
|
|
5497
5499
|
properties: {
|
|
5498
|
-
pageCommon: [y, jn,
|
|
5499
|
-
compCommon: [y, jn,
|
|
5500
|
+
pageCommon: [y, jn, Hn, Gn],
|
|
5501
|
+
compCommon: [y, jn, Hn, Gn]
|
|
5500
5502
|
},
|
|
5501
5503
|
leaf: !0
|
|
5502
5504
|
};
|
|
@@ -5568,8 +5570,8 @@ const Jn = {
|
|
|
5568
5570
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
5569
5571
|
comp: Nr,
|
|
5570
5572
|
properties: {
|
|
5571
|
-
pageCommon: [y,
|
|
5572
|
-
compCommon: [y,
|
|
5573
|
+
pageCommon: [y, q, Un],
|
|
5574
|
+
compCommon: [y, q, Un]
|
|
5573
5575
|
}
|
|
5574
5576
|
};
|
|
5575
5577
|
S(Rt);
|
|
@@ -5849,8 +5851,8 @@ const qn = {
|
|
|
5849
5851
|
name: "x-runtime-lib.flexLayout",
|
|
5850
5852
|
comp: Fr,
|
|
5851
5853
|
properties: {
|
|
5852
|
-
pageCommon: [y,
|
|
5853
|
-
compCommon: [y,
|
|
5854
|
+
pageCommon: [y, q, Ae, Me, We, qn],
|
|
5855
|
+
compCommon: [y, q, Ae, Me, We, qn]
|
|
5854
5856
|
},
|
|
5855
5857
|
events: [
|
|
5856
5858
|
{
|
|
@@ -6106,8 +6108,8 @@ const Zn = {
|
|
|
6106
6108
|
name: "x-runtime-lib.form",
|
|
6107
6109
|
comp: jr,
|
|
6108
6110
|
properties: {
|
|
6109
|
-
pageCommon: [y,
|
|
6110
|
-
compCommon: [y,
|
|
6111
|
+
pageCommon: [y, q, Ae, Me, We, Zn],
|
|
6112
|
+
compCommon: [y, q, Ae, Me, We, Zn]
|
|
6111
6113
|
},
|
|
6112
6114
|
events: [
|
|
6113
6115
|
{
|
|
@@ -6146,7 +6148,7 @@ const ba = O(ee), Qn = {
|
|
|
6146
6148
|
}, ga = {
|
|
6147
6149
|
key: "common_icon_v1",
|
|
6148
6150
|
name: "x-runtime-lib.icon",
|
|
6149
|
-
comp:
|
|
6151
|
+
comp: Hr,
|
|
6150
6152
|
properties: {
|
|
6151
6153
|
pageCommon: [y, Qn],
|
|
6152
6154
|
compCommon: [y, Qn]
|
|
@@ -7012,7 +7014,7 @@ const ao = {
|
|
|
7012
7014
|
leaf: !0
|
|
7013
7015
|
};
|
|
7014
7016
|
S(Sa);
|
|
7015
|
-
const
|
|
7017
|
+
const Ht = {
|
|
7016
7018
|
key: "common_stepper_header_v1",
|
|
7017
7019
|
name: "x-runtime-lib.stepperHeader",
|
|
7018
7020
|
comp: sl,
|
|
@@ -7021,7 +7023,7 @@ const Gt = {
|
|
|
7021
7023
|
compCommon: [y]
|
|
7022
7024
|
}
|
|
7023
7025
|
};
|
|
7024
|
-
S(
|
|
7026
|
+
S(Ht);
|
|
7025
7027
|
const uo = {
|
|
7026
7028
|
key: "settings",
|
|
7027
7029
|
name: "x-runtime-lib.settings",
|
|
@@ -7033,7 +7035,7 @@ const uo = {
|
|
|
7033
7035
|
default: ""
|
|
7034
7036
|
}
|
|
7035
7037
|
]
|
|
7036
|
-
},
|
|
7038
|
+
}, Gt = {
|
|
7037
7039
|
key: "common_stepper_item_v1",
|
|
7038
7040
|
name: "x-runtime-lib.stepperItem",
|
|
7039
7041
|
comp: rl,
|
|
@@ -7042,7 +7044,7 @@ const uo = {
|
|
|
7042
7044
|
compCommon: [y, uo]
|
|
7043
7045
|
}
|
|
7044
7046
|
};
|
|
7045
|
-
S(
|
|
7047
|
+
S(Gt);
|
|
7046
7048
|
const Jt = {
|
|
7047
7049
|
key: "common_stepper_window_v1",
|
|
7048
7050
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -7103,13 +7105,13 @@ function Va(t, n) {
|
|
|
7103
7105
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
7104
7106
|
return;
|
|
7105
7107
|
}
|
|
7106
|
-
const s =
|
|
7108
|
+
const s = Ht.properties[o];
|
|
7107
7109
|
if (!s) {
|
|
7108
7110
|
console.error(`stepperV1/spawnHeader properties not found, ${e}`);
|
|
7109
7111
|
return;
|
|
7110
7112
|
}
|
|
7111
7113
|
const i = A();
|
|
7112
|
-
W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7114
|
+
W(i, s), i.basic.id = E(16), i.basic.key = Ht.key;
|
|
7113
7115
|
const l = $t(t, n, "step1"), c = $t(t, n, "step2"), m = $t(t, n, "step3");
|
|
7114
7116
|
return {
|
|
7115
7117
|
nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
|
|
@@ -7127,13 +7129,13 @@ function $t(t, n, e) {
|
|
|
7127
7129
|
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
7128
7130
|
return;
|
|
7129
7131
|
}
|
|
7130
|
-
const i =
|
|
7132
|
+
const i = Gt.properties[s];
|
|
7131
7133
|
if (!i) {
|
|
7132
7134
|
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
7133
7135
|
return;
|
|
7134
7136
|
}
|
|
7135
7137
|
const l = A();
|
|
7136
|
-
return W(l, i), l.basic.id = E(16), l.basic.key =
|
|
7138
|
+
return W(l, i), l.basic.id = E(16), l.basic.key = Gt.key, l.settings.value = e, {
|
|
7137
7139
|
nodeLite: M(l, []),
|
|
7138
7140
|
nodes: {
|
|
7139
7141
|
[l.basic.id]: l
|
|
@@ -7424,13 +7426,13 @@ function Ea(t, n) {
|
|
|
7424
7426
|
console.error(`textV1/spawn property tag not found, ${e}`);
|
|
7425
7427
|
return;
|
|
7426
7428
|
}
|
|
7427
|
-
const s =
|
|
7429
|
+
const s = Le.properties[o];
|
|
7428
7430
|
if (!s) {
|
|
7429
7431
|
console.error(`textV1/spawn properties not found, ${e}`);
|
|
7430
7432
|
return;
|
|
7431
7433
|
}
|
|
7432
7434
|
const i = A();
|
|
7433
|
-
return W(i, s), i.basic.id = E(16), i.basic.key =
|
|
7435
|
+
return W(i, s), i.basic.id = E(16), i.basic.key = Le.key, i.settings.text = "text", {
|
|
7434
7436
|
nodeLite: M(i),
|
|
7435
7437
|
nodes: {
|
|
7436
7438
|
[i.basic.id]: i
|
|
@@ -7523,7 +7525,7 @@ const bo = {
|
|
|
7523
7525
|
default: !1
|
|
7524
7526
|
}
|
|
7525
7527
|
]
|
|
7526
|
-
},
|
|
7528
|
+
}, Le = {
|
|
7527
7529
|
key: "common_text_v1",
|
|
7528
7530
|
name: "x-runtime-lib.text",
|
|
7529
7531
|
comp: fl,
|
|
@@ -7534,7 +7536,7 @@ const bo = {
|
|
|
7534
7536
|
leaf: !0,
|
|
7535
7537
|
spawn: Ea
|
|
7536
7538
|
};
|
|
7537
|
-
S(
|
|
7539
|
+
S(Le);
|
|
7538
7540
|
function Aa(t, n) {
|
|
7539
7541
|
const e = `type=${t} subtype=${n}`, o = R(t, n);
|
|
7540
7542
|
if (!o) {
|
|
@@ -7699,13 +7701,13 @@ function Wa(t, n, e) {
|
|
|
7699
7701
|
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
7700
7702
|
return;
|
|
7701
7703
|
}
|
|
7702
|
-
const i =
|
|
7704
|
+
const i = Le.properties[s];
|
|
7703
7705
|
if (!i) {
|
|
7704
7706
|
console.error(`timelineV1/spawnText properties not found, ${o}`);
|
|
7705
7707
|
return;
|
|
7706
7708
|
}
|
|
7707
7709
|
const l = A();
|
|
7708
|
-
return W(l, i), l.basic.id = E(16), l.basic.key =
|
|
7710
|
+
return W(l, i), l.basic.id = E(16), l.basic.key = Le.key, l.settings.text = e, {
|
|
7709
7711
|
nodeLite: M(l),
|
|
7710
7712
|
nodes: {
|
|
7711
7713
|
[l.basic.id]: l
|
|
@@ -7887,13 +7889,13 @@ function Oa(t, n, e) {
|
|
|
7887
7889
|
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
7888
7890
|
return;
|
|
7889
7891
|
}
|
|
7890
|
-
const i =
|
|
7892
|
+
const i = Le.properties[s];
|
|
7891
7893
|
if (!i) {
|
|
7892
7894
|
console.error(`windowV1/spawnText properties not found, ${o}`);
|
|
7893
7895
|
return;
|
|
7894
7896
|
}
|
|
7895
7897
|
const l = A();
|
|
7896
|
-
return W(l, i), l.basic.id = E(16), l.basic.key =
|
|
7898
|
+
return W(l, i), l.basic.id = E(16), l.basic.key = Le.key, l.settings.text = e, l.settings.style.xs = "h6", {
|
|
7897
7899
|
nodeLite: M(l),
|
|
7898
7900
|
nodes: {
|
|
7899
7901
|
[l.basic.id]: l
|
|
@@ -7982,10 +7984,10 @@ const ot = {
|
|
|
7982
7984
|
name: "x-runtime-lib.multipleRef",
|
|
7983
7985
|
comp: Vl,
|
|
7984
7986
|
properties: {
|
|
7985
|
-
pageCommon: [y,
|
|
7986
|
-
compCommon: [y,
|
|
7987
|
-
pageScene: [y,
|
|
7988
|
-
compScene: [y,
|
|
7987
|
+
pageCommon: [y, q, ot, it],
|
|
7988
|
+
compCommon: [y, q, ot, it],
|
|
7989
|
+
pageScene: [y, X, ot, it],
|
|
7990
|
+
compScene: [y, X, ot, it]
|
|
7989
7991
|
},
|
|
7990
7992
|
leaf: !0
|
|
7991
7993
|
};
|
|
@@ -8019,10 +8021,10 @@ const st = {
|
|
|
8019
8021
|
name: "x-runtime-lib.multipleSlot",
|
|
8020
8022
|
comp: Ll,
|
|
8021
8023
|
properties: {
|
|
8022
|
-
pageCommon: [y,
|
|
8023
|
-
compCommon: [y,
|
|
8024
|
-
pageScene: [y,
|
|
8025
|
-
compScene: [y,
|
|
8024
|
+
pageCommon: [y, q, st, rt],
|
|
8025
|
+
compCommon: [y, q, st, rt],
|
|
8026
|
+
pageScene: [y, X, st, rt],
|
|
8027
|
+
compScene: [y, X, st, rt]
|
|
8026
8028
|
},
|
|
8027
8029
|
leaf: !0
|
|
8028
8030
|
};
|
|
@@ -8043,10 +8045,10 @@ const lt = {
|
|
|
8043
8045
|
name: "x-runtime-lib.reference",
|
|
8044
8046
|
comp: zl,
|
|
8045
8047
|
properties: {
|
|
8046
|
-
pageCommon: [y,
|
|
8047
|
-
compCommon: [y,
|
|
8048
|
-
pageScene: [y,
|
|
8049
|
-
compScene: [y,
|
|
8048
|
+
pageCommon: [y, q, lt],
|
|
8049
|
+
compCommon: [y, q, lt],
|
|
8050
|
+
pageScene: [y, X, lt],
|
|
8051
|
+
compScene: [y, X, lt]
|
|
8050
8052
|
},
|
|
8051
8053
|
leaf: !0
|
|
8052
8054
|
};
|
|
@@ -8062,7 +8064,7 @@ const vo = {
|
|
|
8062
8064
|
default: !1
|
|
8063
8065
|
}
|
|
8064
8066
|
]
|
|
8065
|
-
},
|
|
8067
|
+
}, Ha = {
|
|
8066
8068
|
key: "render_switch_v1",
|
|
8067
8069
|
name: "x-runtime-lib.renderSwitch",
|
|
8068
8070
|
comp: Tl,
|
|
@@ -8071,7 +8073,7 @@ const vo = {
|
|
|
8071
8073
|
compCommon: [y, vo]
|
|
8072
8074
|
}
|
|
8073
8075
|
};
|
|
8074
|
-
S(
|
|
8076
|
+
S(Ha);
|
|
8075
8077
|
const at = {
|
|
8076
8078
|
key: "settings",
|
|
8077
8079
|
name: "x-runtime-lib.settings",
|
|
@@ -8089,19 +8091,19 @@ const at = {
|
|
|
8089
8091
|
default: void 0
|
|
8090
8092
|
}
|
|
8091
8093
|
]
|
|
8092
|
-
},
|
|
8094
|
+
}, Ga = {
|
|
8093
8095
|
key: "slot_v1",
|
|
8094
8096
|
name: "x-runtime-lib.slot",
|
|
8095
|
-
comp:
|
|
8097
|
+
comp: Pe,
|
|
8096
8098
|
properties: {
|
|
8097
|
-
pageCommon: [y,
|
|
8098
|
-
compCommon: [y,
|
|
8099
|
-
pageScene: [y,
|
|
8100
|
-
compScene: [y,
|
|
8099
|
+
pageCommon: [y, q, at],
|
|
8100
|
+
compCommon: [y, q, at],
|
|
8101
|
+
pageScene: [y, X, at],
|
|
8102
|
+
compScene: [y, X, at]
|
|
8101
8103
|
},
|
|
8102
8104
|
leaf: !0
|
|
8103
8105
|
};
|
|
8104
|
-
S(
|
|
8106
|
+
S(Ga);
|
|
8105
8107
|
const Oe = O(ee);
|
|
8106
8108
|
Oe.key = "backgroundColor";
|
|
8107
8109
|
Oe.name = "x-runtime-lib.backgroundColor";
|
|
@@ -8944,7 +8946,7 @@ function Vu(t, n, e, o, s) {
|
|
|
8944
8946
|
console.error(`spawnNode [ref] element not found in pkg, ${i}`);
|
|
8945
8947
|
return;
|
|
8946
8948
|
}
|
|
8947
|
-
const d =
|
|
8949
|
+
const d = $e[m];
|
|
8948
8950
|
if (!d) {
|
|
8949
8951
|
console.error(`spawnNode [ref] element not found in global, ${i}`);
|
|
8950
8952
|
return;
|
|
@@ -8967,7 +8969,7 @@ function Vu(t, n, e, o, s) {
|
|
|
8967
8969
|
console.error(`spawnNode [key] element not found in pkg, ${i}`);
|
|
8968
8970
|
return;
|
|
8969
8971
|
}
|
|
8970
|
-
const u =
|
|
8972
|
+
const u = $e[m];
|
|
8971
8973
|
if (!u) {
|
|
8972
8974
|
console.error(`spawnNode [key] element not found in global, ${i}`);
|
|
8973
8975
|
return;
|
|
@@ -9024,83 +9026,83 @@ function Oc(t) {
|
|
|
9024
9026
|
function Lu(t) {
|
|
9025
9027
|
return t.map((n) => Oc(n));
|
|
9026
9028
|
}
|
|
9027
|
-
const No = "runtimeOrg", jo = "runtimeEnv",
|
|
9029
|
+
const No = "runtimeOrg", jo = "runtimeEnv", Ho = "runtimeMode", Go = "runtimeDevice", Jo = "runtimeDark", Uo = "runtimeId", qo = "runtimeType", Xo = "runtimeData", Yo = "runtimeDepends", Zo = "runtimeRuntime", Qo = "runtimeSandbox";
|
|
9028
9030
|
function zu(t) {
|
|
9029
|
-
|
|
9031
|
+
ye(No, t);
|
|
9030
9032
|
}
|
|
9031
9033
|
function Fc() {
|
|
9032
|
-
return
|
|
9034
|
+
return fe(No);
|
|
9033
9035
|
}
|
|
9034
9036
|
function Tu(t) {
|
|
9035
|
-
|
|
9037
|
+
ye(jo, t);
|
|
9036
9038
|
}
|
|
9037
9039
|
function Nc() {
|
|
9038
|
-
return
|
|
9040
|
+
return fe(jo);
|
|
9039
9041
|
}
|
|
9040
9042
|
function Eu(t) {
|
|
9041
|
-
|
|
9043
|
+
ye(Ho, t);
|
|
9042
9044
|
}
|
|
9043
9045
|
function Z() {
|
|
9044
|
-
return
|
|
9046
|
+
return fe(Ho);
|
|
9045
9047
|
}
|
|
9046
9048
|
function Au(t) {
|
|
9047
|
-
|
|
9049
|
+
ye(Go, rn(t));
|
|
9048
9050
|
}
|
|
9049
9051
|
function Fe() {
|
|
9050
|
-
return
|
|
9052
|
+
return fe(Go);
|
|
9051
9053
|
}
|
|
9052
9054
|
function Mu(t) {
|
|
9053
|
-
|
|
9055
|
+
ye(Jo, rn(t));
|
|
9054
9056
|
}
|
|
9055
9057
|
function Ze() {
|
|
9056
|
-
return
|
|
9058
|
+
return fe(Jo);
|
|
9057
9059
|
}
|
|
9058
9060
|
function Wu(t) {
|
|
9059
|
-
|
|
9061
|
+
ye(Uo, t);
|
|
9060
9062
|
}
|
|
9061
9063
|
function Qe() {
|
|
9062
|
-
return
|
|
9064
|
+
return fe(Uo);
|
|
9063
9065
|
}
|
|
9064
9066
|
function Bu(t) {
|
|
9065
|
-
|
|
9067
|
+
ye(qo, t);
|
|
9066
9068
|
}
|
|
9067
|
-
function
|
|
9068
|
-
return
|
|
9069
|
+
function Ce() {
|
|
9070
|
+
return fe(qo);
|
|
9069
9071
|
}
|
|
9070
|
-
function
|
|
9071
|
-
|
|
9072
|
+
function ze(t) {
|
|
9073
|
+
ye(Xo, t);
|
|
9072
9074
|
}
|
|
9073
9075
|
function re() {
|
|
9074
|
-
return
|
|
9076
|
+
return fe(Xo);
|
|
9075
9077
|
}
|
|
9076
9078
|
function Ru(t) {
|
|
9077
|
-
|
|
9079
|
+
ye(Yo, rn(t));
|
|
9078
9080
|
}
|
|
9079
9081
|
function jc() {
|
|
9080
|
-
return
|
|
9082
|
+
return fe(Yo);
|
|
9081
9083
|
}
|
|
9082
9084
|
function Ku(t) {
|
|
9083
|
-
|
|
9085
|
+
ye(Zo, t);
|
|
9084
9086
|
}
|
|
9085
|
-
function
|
|
9086
|
-
return
|
|
9087
|
+
function Hc() {
|
|
9088
|
+
return fe(Zo);
|
|
9087
9089
|
}
|
|
9088
|
-
function
|
|
9089
|
-
|
|
9090
|
+
function Gc(t) {
|
|
9091
|
+
ye(Qo, t);
|
|
9090
9092
|
}
|
|
9091
|
-
function
|
|
9092
|
-
return
|
|
9093
|
+
function _e() {
|
|
9094
|
+
return fe(Qo, void 0);
|
|
9093
9095
|
}
|
|
9094
9096
|
function je(t) {
|
|
9095
9097
|
const n = [t.type];
|
|
9096
9098
|
return t.type === "elementProperty" ? n.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "customSlotProperty" ? n.push(t.propertyId) : t.type === "state" ? n.push(t.stateId) : console.assert(!1), n.join("/");
|
|
9097
9099
|
}
|
|
9098
|
-
function ct(t, n, e, o, s) {
|
|
9100
|
+
async function ct(t, n, e, o, s) {
|
|
9099
9101
|
const { watchEffect: i, bind: l } = n;
|
|
9100
9102
|
if (i[e])
|
|
9101
9103
|
for (const c of i[e]) {
|
|
9102
9104
|
const m = Vi(c);
|
|
9103
|
-
t.
|
|
9105
|
+
await t.callFunctionAsync(`__watchEffect$${m}__`);
|
|
9104
9106
|
}
|
|
9105
9107
|
if (l.triggers[e])
|
|
9106
9108
|
for (const c of l.triggers[e]) {
|
|
@@ -9113,14 +9115,14 @@ function ct(t, n, e, o, s) {
|
|
|
9113
9115
|
for (const p of m)
|
|
9114
9116
|
if (e === je(p)) {
|
|
9115
9117
|
if (p.subKeys) {
|
|
9116
|
-
if (!
|
|
9117
|
-
|
|
9118
|
-
|
|
9118
|
+
if (!me(
|
|
9119
|
+
Ve(o, p.subKeys),
|
|
9120
|
+
Ve(s, p.subKeys)
|
|
9119
9121
|
)) {
|
|
9120
9122
|
u = p;
|
|
9121
9123
|
break;
|
|
9122
9124
|
}
|
|
9123
|
-
} else if (!
|
|
9125
|
+
} else if (!me(o, s)) {
|
|
9124
9126
|
u = p;
|
|
9125
9127
|
break;
|
|
9126
9128
|
}
|
|
@@ -9128,7 +9130,7 @@ function ct(t, n, e, o, s) {
|
|
|
9128
9130
|
if (!u)
|
|
9129
9131
|
continue;
|
|
9130
9132
|
let d;
|
|
9131
|
-
u.subKeys ? d =
|
|
9133
|
+
u.subKeys ? d = Ve(o, u.subKeys) : d = o;
|
|
9132
9134
|
for (const p of m)
|
|
9133
9135
|
if (p.subKeys) {
|
|
9134
9136
|
let f;
|
|
@@ -9147,8 +9149,8 @@ function ct(t, n, e, o, s) {
|
|
|
9147
9149
|
console.assert(!1);
|
|
9148
9150
|
continue;
|
|
9149
9151
|
}
|
|
9150
|
-
const
|
|
9151
|
-
if (
|
|
9152
|
+
const b = Ve(f, p.subKeys);
|
|
9153
|
+
if (me(d, b))
|
|
9152
9154
|
continue;
|
|
9153
9155
|
const _ = O(f);
|
|
9154
9156
|
an(_, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
|
|
@@ -9173,7 +9175,7 @@ function ct(t, n, e, o, s) {
|
|
|
9173
9175
|
console.assert(!1);
|
|
9174
9176
|
continue;
|
|
9175
9177
|
}
|
|
9176
|
-
if (
|
|
9178
|
+
if (me(d, f))
|
|
9177
9179
|
continue;
|
|
9178
9180
|
p.type === "elementProperty" ? t.setElementProperty(
|
|
9179
9181
|
p.nodeId,
|
|
@@ -9239,10 +9241,10 @@ function Uc(t) {
|
|
|
9239
9241
|
let s = "";
|
|
9240
9242
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
|
|
9241
9243
|
}
|
|
9242
|
-
function
|
|
9244
|
+
function Hu(t, n, e) {
|
|
9243
9245
|
return `${t}.${n}.${e}`;
|
|
9244
9246
|
}
|
|
9245
|
-
function
|
|
9247
|
+
function Gu(t) {
|
|
9246
9248
|
const n = t.split(".");
|
|
9247
9249
|
let e = "";
|
|
9248
9250
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -9313,7 +9315,7 @@ function em(t) {
|
|
|
9313
9315
|
}
|
|
9314
9316
|
function et(t, n) {
|
|
9315
9317
|
const e = jc(), o = ie(-1);
|
|
9316
|
-
|
|
9318
|
+
Ie(() => {
|
|
9317
9319
|
if (!t.value) {
|
|
9318
9320
|
o.value = -1, n.value = void 0;
|
|
9319
9321
|
return;
|
|
@@ -9329,40 +9331,41 @@ function et(t, n) {
|
|
|
9329
9331
|
function tm() {
|
|
9330
9332
|
let t;
|
|
9331
9333
|
const n = async () => (t = (await Pi()).newRuntime(), console.log("runtime created"), t);
|
|
9332
|
-
return
|
|
9334
|
+
return Se(() => {
|
|
9333
9335
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
9334
9336
|
}), { createRuntime: n };
|
|
9335
9337
|
}
|
|
9336
9338
|
function Be(t) {
|
|
9337
9339
|
return !!t.vm;
|
|
9338
9340
|
}
|
|
9339
|
-
function
|
|
9341
|
+
function ve(t, n) {
|
|
9342
|
+
if (n === void 0)
|
|
9343
|
+
return t.undefined;
|
|
9340
9344
|
if (n === null)
|
|
9341
9345
|
return t.null;
|
|
9342
9346
|
if (n === !0)
|
|
9343
9347
|
return t.true;
|
|
9344
9348
|
if (n === !1)
|
|
9345
9349
|
return t.false;
|
|
9346
|
-
if (Array.isArray(n)) {
|
|
9347
|
-
const e = t.newArray();
|
|
9348
|
-
for (let o = 0; o < n.length; o++) {
|
|
9349
|
-
const s = Ee(t, n[o]);
|
|
9350
|
-
t.setProp(e, o.toString(), s), s.dispose();
|
|
9351
|
-
}
|
|
9352
|
-
return e;
|
|
9353
|
-
}
|
|
9354
9350
|
switch (typeof n) {
|
|
9355
9351
|
case "string":
|
|
9356
9352
|
return t.newString(n);
|
|
9357
9353
|
case "number":
|
|
9358
9354
|
return t.newNumber(n);
|
|
9359
9355
|
case "object": {
|
|
9360
|
-
const
|
|
9361
|
-
for (const
|
|
9362
|
-
|
|
9363
|
-
|
|
9356
|
+
const l = t.newObject();
|
|
9357
|
+
for (const c of Object.keys(n)) {
|
|
9358
|
+
var e = [];
|
|
9359
|
+
try {
|
|
9360
|
+
const m = ke(e, ve(t, n[c]));
|
|
9361
|
+
t.setProp(l, c, m);
|
|
9362
|
+
} catch (o) {
|
|
9363
|
+
var s = o, i = !0;
|
|
9364
|
+
} finally {
|
|
9365
|
+
we(e, s, i);
|
|
9366
|
+
}
|
|
9364
9367
|
}
|
|
9365
|
-
return
|
|
9368
|
+
return l;
|
|
9366
9369
|
}
|
|
9367
9370
|
default:
|
|
9368
9371
|
return t.undefined;
|
|
@@ -9413,13 +9416,13 @@ function Xc(t) {
|
|
|
9413
9416
|
if (Be(t)) {
|
|
9414
9417
|
var l = [];
|
|
9415
9418
|
try {
|
|
9416
|
-
const d =
|
|
9419
|
+
const d = ke(l, n.getProp(n.global, "__timeoutCallback__"));
|
|
9417
9420
|
n.callFunction(d, n.undefined, n.newNumber(s)).unwrap().dispose();
|
|
9418
9421
|
n.runtime.executePendingJobs();
|
|
9419
9422
|
} catch (c) {
|
|
9420
9423
|
var m = c, u = !0;
|
|
9421
9424
|
} finally {
|
|
9422
|
-
|
|
9425
|
+
we(l, m, u);
|
|
9423
9426
|
}
|
|
9424
9427
|
}
|
|
9425
9428
|
}, i);
|
|
@@ -9433,7 +9436,7 @@ function Xc(t) {
|
|
|
9433
9436
|
const ei = ai({
|
|
9434
9437
|
baseUrl: "http://localhost/computebase/",
|
|
9435
9438
|
onError: (t) => {
|
|
9436
|
-
const { i18n: n } =
|
|
9439
|
+
const { i18n: n } = he;
|
|
9437
9440
|
zo(Ti(n, t));
|
|
9438
9441
|
}
|
|
9439
9442
|
});
|
|
@@ -9447,25 +9450,22 @@ function Zc(t) {
|
|
|
9447
9450
|
return;
|
|
9448
9451
|
}
|
|
9449
9452
|
const { vm: n } = t;
|
|
9450
|
-
n.newFunction(
|
|
9451
|
-
|
|
9452
|
-
(
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
},
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
9467
|
-
}
|
|
9468
|
-
).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
9453
|
+
n.newFunction("__callFuncV1__", (e, o, s, i, l) => {
|
|
9454
|
+
const c = n.getString(e), m = n.getString(o), u = n.dump(s), d = n.getString(i), p = n.getString(l), { promiseId: f, promise: b } = t.promiseManager.acquire(), _ = JSON.stringify(u);
|
|
9455
|
+
return Yc({
|
|
9456
|
+
spaceId: c,
|
|
9457
|
+
id: m,
|
|
9458
|
+
strInputs: _,
|
|
9459
|
+
env: d
|
|
9460
|
+
}).then(
|
|
9461
|
+
({ strOutputs: k }) => {
|
|
9462
|
+
Be(t) && (b.resolve(n.evalCode(`JSON.parse('${k}')`).unwrap()), t.promiseManager.release(f));
|
|
9463
|
+
},
|
|
9464
|
+
(k) => {
|
|
9465
|
+
Be(t) && (b.reject(n.newString(`call func <${p}> failed, ${k}`)), t.promiseManager.release(f));
|
|
9466
|
+
}
|
|
9467
|
+
), b.settled.then(n.runtime.executePendingJobs), b.handle;
|
|
9468
|
+
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
9469
9469
|
}
|
|
9470
9470
|
function Qc(t) {
|
|
9471
9471
|
if (!t.vm) {
|
|
@@ -9481,79 +9481,22 @@ function eu(t) {
|
|
|
9481
9481
|
return;
|
|
9482
9482
|
}
|
|
9483
9483
|
const { vm: n } = t;
|
|
9484
|
-
n.newFunction(
|
|
9485
|
-
|
|
9486
|
-
(
|
|
9487
|
-
|
|
9488
|
-
|
|
9489
|
-
|
|
9490
|
-
|
|
9491
|
-
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9499
|
-
|
|
9500
|
-
var d = u, p = !0;
|
|
9501
|
-
} finally {
|
|
9502
|
-
Se(m, d, p);
|
|
9503
|
-
}
|
|
9504
|
-
}
|
|
9505
|
-
const i = n.getString(e), { kind: l, eventKey: c } = qc(i);
|
|
9506
|
-
if (l === "customEvent") {
|
|
9507
|
-
const { vm: V } = t.parent;
|
|
9508
|
-
if (V) {
|
|
9509
|
-
{
|
|
9510
|
-
var f = [];
|
|
9511
|
-
try {
|
|
9512
|
-
const T = me(f, V.getProp(V.global, "__triggerEventV1__"));
|
|
9513
|
-
const j = me(f, V.newString(
|
|
9514
|
-
ae("refEvent", t.nodeId, c)
|
|
9515
|
-
));
|
|
9516
|
-
const U = me(f, V.newString(""));
|
|
9517
|
-
V.callFunction(
|
|
9518
|
-
T,
|
|
9519
|
-
V.undefined,
|
|
9520
|
-
j,
|
|
9521
|
-
U,
|
|
9522
|
-
...s
|
|
9523
|
-
).unwrap().dispose();
|
|
9524
|
-
V.runtime.executePendingJobs();
|
|
9525
|
-
} catch (g) {
|
|
9526
|
-
var _ = g, I = !0;
|
|
9527
|
-
} finally {
|
|
9528
|
-
Se(f, _, I);
|
|
9529
|
-
}
|
|
9530
|
-
}
|
|
9531
|
-
{
|
|
9532
|
-
var b = [];
|
|
9533
|
-
try {
|
|
9534
|
-
const T = me(b, V.getProp(V.global, "__triggerEventV1__"));
|
|
9535
|
-
const j = me(b, V.newString(
|
|
9536
|
-
ae("multipleRefEvent", t.nodeId, c)
|
|
9537
|
-
));
|
|
9538
|
-
const U = me(b, V.newString(t.instance));
|
|
9539
|
-
V.callFunction(
|
|
9540
|
-
T,
|
|
9541
|
-
V.undefined,
|
|
9542
|
-
j,
|
|
9543
|
-
U,
|
|
9544
|
-
...s
|
|
9545
|
-
).unwrap().dispose();
|
|
9546
|
-
V.runtime.executePendingJobs();
|
|
9547
|
-
} catch (x) {
|
|
9548
|
-
var h = x, v = !0;
|
|
9549
|
-
} finally {
|
|
9550
|
-
Se(b, h, v);
|
|
9551
|
-
}
|
|
9552
|
-
}
|
|
9553
|
-
}
|
|
9554
|
-
}
|
|
9555
|
-
}
|
|
9556
|
-
).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
9484
|
+
n.newFunction("__triggerEventV1__", (e, o, ...s) => {
|
|
9485
|
+
const i = n.getString(e), l = n.getString(o), c = s.map((d) => n.dump(d));
|
|
9486
|
+
t.callFunctionAsync("__triggerEventInner__", i, l, c);
|
|
9487
|
+
const { kind: m, eventKey: u } = qc(i);
|
|
9488
|
+
m === "customEvent" && t.parent && (t.parent.callFunctionAsync(
|
|
9489
|
+
"__triggerEventV1__",
|
|
9490
|
+
ae("refEvent", t.nodeId, u),
|
|
9491
|
+
"",
|
|
9492
|
+
...c
|
|
9493
|
+
), t.parent.callFunctionAsync(
|
|
9494
|
+
"__triggerEventV1__",
|
|
9495
|
+
ae("multipleRefEvent", t.nodeId, u),
|
|
9496
|
+
t.instance,
|
|
9497
|
+
...c
|
|
9498
|
+
));
|
|
9499
|
+
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
9557
9500
|
const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: m } = ko(s);
|
|
9558
9501
|
let u;
|
|
9559
9502
|
if (l === "elementProperty")
|
|
@@ -9571,68 +9514,89 @@ function eu(t) {
|
|
|
9571
9514
|
const d = t.children[`${c}/${i}`];
|
|
9572
9515
|
d && (u = d.getCustomSlotProperty(m));
|
|
9573
9516
|
} else l === "customProperty" ? u = t.getCustomProperty(m) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? u = t.parent?.getCustomSlotProperty(m) : console.assert(!1);
|
|
9574
|
-
return
|
|
9575
|
-
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction(
|
|
9576
|
-
|
|
9577
|
-
(
|
|
9578
|
-
|
|
9579
|
-
|
|
9580
|
-
|
|
9581
|
-
|
|
9582
|
-
|
|
9583
|
-
|
|
9584
|
-
|
|
9585
|
-
|
|
9586
|
-
|
|
9587
|
-
|
|
9588
|
-
|
|
9589
|
-
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9599
|
-
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
9607
|
-
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
|
|
9615
|
-
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
|
|
9620
|
-
|
|
9621
|
-
|
|
9622
|
-
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
|
|
9626
|
-
|
|
9627
|
-
|
|
9628
|
-
|
|
9629
|
-
|
|
9630
|
-
|
|
9631
|
-
|
|
9632
|
-
|
|
9633
|
-
|
|
9517
|
+
return ve(n, u);
|
|
9518
|
+
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
9519
|
+
const i = n.getString(e), l = n.dump(o), c = n.getString(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, propertyKey: f } = ko(i);
|
|
9520
|
+
if (d === "elementProperty")
|
|
9521
|
+
t.setElementProperty(p, f.split("."), l);
|
|
9522
|
+
else if (d === "refProperty") {
|
|
9523
|
+
const b = t.children[p];
|
|
9524
|
+
b && b.setCustomProperty(f, l);
|
|
9525
|
+
} else if (d === "multipleRefProperty") {
|
|
9526
|
+
const b = t.children[`${p}/${c}`];
|
|
9527
|
+
b && b.setCustomProperty(f, l);
|
|
9528
|
+
} else if (d === "slotProperty") {
|
|
9529
|
+
const b = t.children[p];
|
|
9530
|
+
b && b.setCustomSlotProperty(f, l);
|
|
9531
|
+
} else if (d === "multipleSlotProperty") {
|
|
9532
|
+
const b = t.children[`${p}/${c}`];
|
|
9533
|
+
b && b.setCustomSlotProperty(f, l);
|
|
9534
|
+
} else d === "customProperty" ? t.setCustomProperty(f, l) : d === "adaptSlotElementProperty" || d === "adaptSlotCustomProperty" ? t.parent.setCustomSlotProperty(f, l) : console.assert(!1);
|
|
9535
|
+
return on().then(() => {
|
|
9536
|
+
u.resolve(n.undefined), t.promiseManager.release(m);
|
|
9537
|
+
}), u.settled.then(n.runtime.executePendingJobs), u.handle;
|
|
9538
|
+
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
9539
|
+
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, methodKey: f } = Uc(i);
|
|
9540
|
+
if (d === "elementMethod")
|
|
9541
|
+
t.callElementMethod(i, f, c).then((b) => {
|
|
9542
|
+
u.resolve(ve(n, b)), t.promiseManager.release(m);
|
|
9543
|
+
});
|
|
9544
|
+
else if (d === "refMethod") {
|
|
9545
|
+
const b = t.children[p];
|
|
9546
|
+
b && b.callFunctionAsync(
|
|
9547
|
+
`__implementMethod$customMethod$globality$${f}__`,
|
|
9548
|
+
l,
|
|
9549
|
+
c
|
|
9550
|
+
).then((_) => {
|
|
9551
|
+
var g = [];
|
|
9552
|
+
try {
|
|
9553
|
+
const k = ke(g, ve(n, _));
|
|
9554
|
+
u.resolve(k);
|
|
9555
|
+
t.promiseManager.release(m);
|
|
9556
|
+
} catch (x) {
|
|
9557
|
+
var h = x, v = !0;
|
|
9558
|
+
} finally {
|
|
9559
|
+
we(g, h, v);
|
|
9560
|
+
}
|
|
9561
|
+
});
|
|
9562
|
+
} else if (d === "multipleRefMethod") {
|
|
9563
|
+
const b = t.children[`${p}/${l}`];
|
|
9564
|
+
b && b.callFunctionAsync(
|
|
9565
|
+
`__implementMethod$customMethod$globality$${f}__`,
|
|
9566
|
+
l,
|
|
9567
|
+
c
|
|
9568
|
+
).then((_) => {
|
|
9569
|
+
var g = [];
|
|
9570
|
+
try {
|
|
9571
|
+
const k = ke(g, ve(n, _));
|
|
9572
|
+
u.resolve(k);
|
|
9573
|
+
t.promiseManager.release(m);
|
|
9574
|
+
} catch (x) {
|
|
9575
|
+
var h = x, v = !0;
|
|
9576
|
+
} finally {
|
|
9577
|
+
we(g, h, v);
|
|
9578
|
+
}
|
|
9579
|
+
});
|
|
9580
|
+
} else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" || d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent && t.parent.callFunctionAsync(
|
|
9581
|
+
`__implementMethod$customMethod$globality$${f}__`,
|
|
9582
|
+
l,
|
|
9583
|
+
c
|
|
9584
|
+
).then((b) => {
|
|
9585
|
+
var k = [];
|
|
9586
|
+
try {
|
|
9587
|
+
const _ = ke(k, ve(n, b));
|
|
9588
|
+
u.resolve(_);
|
|
9589
|
+
t.promiseManager.release(m);
|
|
9590
|
+
} catch (g) {
|
|
9591
|
+
var x = g, h = !0;
|
|
9592
|
+
} finally {
|
|
9593
|
+
we(k, x, h);
|
|
9594
|
+
}
|
|
9595
|
+
}) : console.assert(!1));
|
|
9596
|
+
return u.settled.then(n.runtime.executePendingJobs), u.handle;
|
|
9597
|
+
}).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
|
|
9634
9598
|
const o = n.getString(e), s = t.getState(o);
|
|
9635
|
-
return
|
|
9599
|
+
return ve(n, s);
|
|
9636
9600
|
}).consume((e) => n.setProp(n.global, "__getStateV1__", e)), n.newFunction("__setStateV1__", (e, o) => {
|
|
9637
9601
|
const s = n.getString(e), i = n.dump(o);
|
|
9638
9602
|
t.setState(s, i);
|
|
@@ -9644,9 +9608,9 @@ function eu(t) {
|
|
|
9644
9608
|
appId: `${s}${t.env}`,
|
|
9645
9609
|
pageId: i
|
|
9646
9610
|
};
|
|
9647
|
-
|
|
9611
|
+
he.router.replace({ path: l, query: c });
|
|
9648
9612
|
} else t.mode === "preview" && Lo(
|
|
9649
|
-
|
|
9613
|
+
he.i18n.global.t(
|
|
9650
9614
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
9651
9615
|
)
|
|
9652
9616
|
);
|
|
@@ -9655,15 +9619,12 @@ function eu(t) {
|
|
|
9655
9619
|
return ci({ title: s, text: i }).then((m) => {
|
|
9656
9620
|
Be(t) && (m === void 0 ? c.resolve(n.undefined) : c.resolve(m ? n.true : n.false), t.promiseManager.release(l));
|
|
9657
9621
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
9658
|
-
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction(
|
|
9659
|
-
|
|
9660
|
-
(
|
|
9661
|
-
|
|
9662
|
-
|
|
9663
|
-
|
|
9664
|
-
}), u.settled.then(n.runtime.executePendingJobs), u.handle;
|
|
9665
|
-
}
|
|
9666
|
-
).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9622
|
+
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
9623
|
+
const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire();
|
|
9624
|
+
return ui({ title: i, label: l, value: c }).then((d) => {
|
|
9625
|
+
Be(t) && (d === void 0 ? u.resolve(n.undefined) : u.resolve(n.newString(d)), t.promiseManager.release(m));
|
|
9626
|
+
}), u.settled.then(n.runtime.executePendingJobs), u.handle;
|
|
9627
|
+
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
9667
9628
|
}
|
|
9668
9629
|
function tu(t) {
|
|
9669
9630
|
Xc(t), Zc(t), Qc(t), eu(t);
|
|
@@ -9754,8 +9715,8 @@ function __destroy__() {
|
|
|
9754
9715
|
`;
|
|
9755
9716
|
class ou {
|
|
9756
9717
|
vm;
|
|
9757
|
-
promiseId = 0;
|
|
9758
9718
|
promises = {};
|
|
9719
|
+
currPromiseId = 0;
|
|
9759
9720
|
constructor(n) {
|
|
9760
9721
|
this.vm = n;
|
|
9761
9722
|
}
|
|
@@ -9763,7 +9724,7 @@ class ou {
|
|
|
9763
9724
|
Object.values(this.promises).forEach((n) => n.dispose());
|
|
9764
9725
|
}
|
|
9765
9726
|
acquire() {
|
|
9766
|
-
const n = this.
|
|
9727
|
+
const n = this.currPromiseId++, e = this.vm.newPromise();
|
|
9767
9728
|
return this.promises[n] = e, { promiseId: n, promise: e };
|
|
9768
9729
|
}
|
|
9769
9730
|
release(n) {
|
|
@@ -9810,34 +9771,61 @@ class iu {
|
|
|
9810
9771
|
vm;
|
|
9811
9772
|
promiseManager;
|
|
9812
9773
|
async createVm(n, e) {
|
|
9813
|
-
this.vm = n.newContext(), this.promiseManager = new ou(this.vm), tu(this), this.vm.evalCode(nu), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), this.
|
|
9774
|
+
this.vm = n.newContext(), this.promiseManager = new ou(this.vm), tu(this), this.vm.evalCode(nu), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), await this.callFunctionAsync(
|
|
9814
9775
|
"__triggerEventV1__",
|
|
9815
|
-
ae("elementEvent", "globality", "startup")
|
|
9776
|
+
ae("elementEvent", "globality", "startup"),
|
|
9777
|
+
""
|
|
9816
9778
|
);
|
|
9817
9779
|
}
|
|
9818
9780
|
destroyVm() {
|
|
9819
|
-
this.
|
|
9781
|
+
this.callFunctionSync("__destroy__"), this.promiseManager && (this.promiseManager.dispose(), this.promiseManager = void 0), this.vm && (this.vm.dispose(), this.vm = void 0);
|
|
9820
9782
|
}
|
|
9821
|
-
|
|
9822
|
-
var
|
|
9783
|
+
callFunctionSync(n, ...e) {
|
|
9784
|
+
var m = [];
|
|
9823
9785
|
try {
|
|
9824
|
-
|
|
9786
|
+
const { vm: o } = this;
|
|
9787
|
+
if (!o)
|
|
9825
9788
|
return;
|
|
9826
|
-
|
|
9827
|
-
|
|
9828
|
-
);
|
|
9829
|
-
|
|
9830
|
-
|
|
9831
|
-
|
|
9789
|
+
const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")}`;
|
|
9790
|
+
this.debugTrace(`callFunctionSync ${s})`);
|
|
9791
|
+
const i = ke(m, o.getProp(o.global, n));
|
|
9792
|
+
if (!i) {
|
|
9793
|
+
console.error(`callFunctionSync function<${n}> not available`);
|
|
9794
|
+
return;
|
|
9795
|
+
}
|
|
9796
|
+
const l = e.map((f) => ve(o, f));
|
|
9797
|
+
const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((f) => o.dump(f));
|
|
9798
|
+
l.forEach((f) => f.dispose());
|
|
9799
|
+
return c;
|
|
9800
|
+
} catch (u) {
|
|
9801
|
+
var d = u, p = !0;
|
|
9802
|
+
} finally {
|
|
9803
|
+
we(m, d, p);
|
|
9804
|
+
}
|
|
9805
|
+
}
|
|
9806
|
+
async callFunctionAsync(n, ...e) {
|
|
9807
|
+
var u = [];
|
|
9808
|
+
try {
|
|
9809
|
+
const { vm: o } = this;
|
|
9810
|
+
if (!o)
|
|
9811
|
+
return;
|
|
9812
|
+
const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")}`;
|
|
9813
|
+
this.debugTrace(`callFunctionAsync ${s}`);
|
|
9814
|
+
const i = ke(u, o.getProp(o.global, n));
|
|
9815
|
+
if (!i) {
|
|
9816
|
+
console.error(`callFunctionAsync function<${n}> not available`);
|
|
9832
9817
|
return;
|
|
9833
9818
|
}
|
|
9834
|
-
const
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9838
|
-
|
|
9819
|
+
const l = e.map((b) => ve(o, b));
|
|
9820
|
+
const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((b) => o.resolvePromise(b));
|
|
9821
|
+
o.runtime.executePendingJobs();
|
|
9822
|
+
l.map((b) => b.dispose());
|
|
9823
|
+
const m = o.unwrapResult(await c).consume((b) => o.dump(b));
|
|
9824
|
+
return m;
|
|
9825
|
+
} catch (d) {
|
|
9826
|
+
var p = d, f = !0;
|
|
9839
9827
|
} finally {
|
|
9840
|
-
|
|
9828
|
+
we(u, p, f);
|
|
9841
9829
|
}
|
|
9842
9830
|
}
|
|
9843
9831
|
//--------------------------
|
|
@@ -9857,7 +9845,7 @@ class iu {
|
|
|
9857
9845
|
);
|
|
9858
9846
|
return;
|
|
9859
9847
|
}
|
|
9860
|
-
return
|
|
9848
|
+
return Ve(o, e);
|
|
9861
9849
|
}
|
|
9862
9850
|
setElementProperty(n, e, o) {
|
|
9863
9851
|
const s = this.data.value?.view.nodes[n];
|
|
@@ -9870,8 +9858,8 @@ class iu {
|
|
|
9870
9858
|
);
|
|
9871
9859
|
return;
|
|
9872
9860
|
}
|
|
9873
|
-
const i =
|
|
9874
|
-
|
|
9861
|
+
const i = Ve(s, e);
|
|
9862
|
+
me(o, i) || (an(s, e, o), this.hooks?.onElementPropertyChange(
|
|
9875
9863
|
s.basic.id,
|
|
9876
9864
|
e,
|
|
9877
9865
|
o,
|
|
@@ -9890,7 +9878,7 @@ class iu {
|
|
|
9890
9878
|
}
|
|
9891
9879
|
setCustomProperty(n, e) {
|
|
9892
9880
|
const o = this.customProperties[n];
|
|
9893
|
-
|
|
9881
|
+
me(e, o) || (this.customProperties[n] = e, this.hooks?.onCustomPropertyChange(n, e, o));
|
|
9894
9882
|
}
|
|
9895
9883
|
//--------------------------
|
|
9896
9884
|
// 自定义插槽属性
|
|
@@ -9904,7 +9892,7 @@ class iu {
|
|
|
9904
9892
|
}
|
|
9905
9893
|
setCustomSlotProperty(n, e) {
|
|
9906
9894
|
const o = this.customSlotProperties[n];
|
|
9907
|
-
|
|
9895
|
+
me(e, o) || (this.customSlotProperties[n] = e, this.hooks.onCustomSlotPropetyChange(n, e, o));
|
|
9908
9896
|
}
|
|
9909
9897
|
//--------------------------
|
|
9910
9898
|
// 元素方法
|
|
@@ -9914,30 +9902,6 @@ class iu {
|
|
|
9914
9902
|
return this.eventBus.emit(n, { key: e, inputs: o, outputs: s }), s;
|
|
9915
9903
|
}
|
|
9916
9904
|
//--------------------------
|
|
9917
|
-
// 自定义方法
|
|
9918
|
-
//--------------------------
|
|
9919
|
-
async callCustomMethod(n, e, o) {
|
|
9920
|
-
var c = [];
|
|
9921
|
-
try {
|
|
9922
|
-
const s = `__implementMethod$${n}__`;
|
|
9923
|
-
const i = me(c, this.vm.getProp(this.vm.global, s));
|
|
9924
|
-
if (this.vm.typeof(i) !== "function")
|
|
9925
|
-
return console.error(`Sandbox/callCustomMethod ${s} not available`), this.vm.undefined;
|
|
9926
|
-
const l = this.vm.callFunction(
|
|
9927
|
-
i,
|
|
9928
|
-
this.vm.undefined,
|
|
9929
|
-
e,
|
|
9930
|
-
o
|
|
9931
|
-
).unwrap().consume((p) => this.vm.resolvePromise(p));
|
|
9932
|
-
this.vm.runtime.executePendingJobs();
|
|
9933
|
-
return this.vm.unwrapResult(await l);
|
|
9934
|
-
} catch (m) {
|
|
9935
|
-
var u = m, d = !0;
|
|
9936
|
-
} finally {
|
|
9937
|
-
Se(c, u, d);
|
|
9938
|
-
}
|
|
9939
|
-
}
|
|
9940
|
-
//--------------------------
|
|
9941
9905
|
// 状态
|
|
9942
9906
|
//--------------------------
|
|
9943
9907
|
states = {};
|
|
@@ -9949,33 +9913,34 @@ class iu {
|
|
|
9949
9913
|
}
|
|
9950
9914
|
setState(n, e) {
|
|
9951
9915
|
const o = this.states[n];
|
|
9952
|
-
|
|
9916
|
+
me(e, o) || (this.states[n] = e, this.hooks?.onStateChange(n, e, o));
|
|
9953
9917
|
}
|
|
9954
9918
|
}
|
|
9955
9919
|
function tt(t, n, e, o, s) {
|
|
9956
|
-
const i = Fc(), l = Nc(), c = Z(), m =
|
|
9920
|
+
const i = Fc(), l = Nc(), c = Z(), m = Ce(), u = Fe(), d = Ze(), p = Hc(), f = async (x, h, v, z) => {
|
|
9957
9921
|
if (le(c)) {
|
|
9958
|
-
if (
|
|
9922
|
+
if (me(h, ["settings", "slot"])) {
|
|
9959
9923
|
const T = t.value?.view.nodeLites.find(
|
|
9960
|
-
(
|
|
9924
|
+
(J) => J.id === x
|
|
9961
9925
|
);
|
|
9962
9926
|
T ? T.slotId = v : console.assert(!1);
|
|
9963
9927
|
}
|
|
9964
|
-
if (
|
|
9928
|
+
if (me(h, ["settings", "comp"])) {
|
|
9965
9929
|
const T = t.value?.view.nodeLites.find(
|
|
9966
|
-
(
|
|
9930
|
+
(J) => J.id === x
|
|
9967
9931
|
);
|
|
9968
9932
|
T ? T.compId = v : console.assert(!1);
|
|
9969
9933
|
}
|
|
9970
|
-
if (
|
|
9934
|
+
if (await g.callFunctionAsync(
|
|
9971
9935
|
"__triggerEventV1__",
|
|
9972
9936
|
ae("elementPropertyChangeEvent", x, h.join(".")),
|
|
9937
|
+
"",
|
|
9973
9938
|
v,
|
|
9974
|
-
|
|
9939
|
+
z ?? v
|
|
9975
9940
|
), t.value?.code.reactivity) {
|
|
9976
9941
|
let T = "";
|
|
9977
9942
|
h instanceof Array ? T = h.join(".") : T = h, ct(
|
|
9978
|
-
|
|
9943
|
+
g,
|
|
9979
9944
|
t.value.code.reactivity,
|
|
9980
9945
|
je({
|
|
9981
9946
|
type: "elementProperty",
|
|
@@ -9983,32 +9948,35 @@ function tt(t, n, e, o, s) {
|
|
|
9983
9948
|
propertyKeys: T
|
|
9984
9949
|
}),
|
|
9985
9950
|
v,
|
|
9986
|
-
|
|
9951
|
+
z
|
|
9987
9952
|
);
|
|
9988
9953
|
}
|
|
9989
9954
|
}
|
|
9990
|
-
},
|
|
9991
|
-
le(c) && (
|
|
9955
|
+
}, b = async (x, h, v) => {
|
|
9956
|
+
le(c) && (await g.callFunctionAsync(
|
|
9992
9957
|
"__triggerEventV1__",
|
|
9993
9958
|
ae("customPropertyChangeEvent", "globality", x),
|
|
9959
|
+
"",
|
|
9994
9960
|
h,
|
|
9995
9961
|
v ?? h
|
|
9996
|
-
),
|
|
9962
|
+
), await g.parent.callFunctionAsync(
|
|
9997
9963
|
"__triggerEventV1__",
|
|
9998
|
-
ae("refPropertyChangeEvent",
|
|
9964
|
+
ae("refPropertyChangeEvent", g.nodeId, x),
|
|
9965
|
+
"",
|
|
9999
9966
|
h,
|
|
10000
9967
|
v ?? h
|
|
10001
|
-
),
|
|
9968
|
+
), await g.parent.callFunctionAsync(
|
|
10002
9969
|
"__triggerEventV1__",
|
|
10003
9970
|
ae(
|
|
10004
9971
|
"multipleRefPropertyChangeEvent",
|
|
10005
|
-
|
|
9972
|
+
g.nodeId,
|
|
10006
9973
|
x
|
|
10007
9974
|
),
|
|
9975
|
+
"",
|
|
10008
9976
|
h,
|
|
10009
9977
|
v ?? h
|
|
10010
9978
|
), t.value?.code.reactivity && ct(
|
|
10011
|
-
|
|
9979
|
+
g,
|
|
10012
9980
|
t.value.code.reactivity,
|
|
10013
9981
|
je({ type: "customProperty", propertyId: x }),
|
|
10014
9982
|
h,
|
|
@@ -10016,26 +9984,27 @@ function tt(t, n, e, o, s) {
|
|
|
10016
9984
|
));
|
|
10017
9985
|
}, _ = (x, h, v) => {
|
|
10018
9986
|
le(c) && t.value?.code.reactivity && ct(
|
|
10019
|
-
|
|
9987
|
+
g,
|
|
10020
9988
|
t.value.code.reactivity,
|
|
10021
9989
|
je({ type: "customSlotProperty", propertyId: x }),
|
|
10022
9990
|
h,
|
|
10023
9991
|
v
|
|
10024
9992
|
);
|
|
10025
|
-
},
|
|
10026
|
-
le(c) && (
|
|
9993
|
+
}, k = async (x, h, v) => {
|
|
9994
|
+
le(c) && (await g.callFunctionAsync(
|
|
10027
9995
|
"__triggerEventV1__",
|
|
10028
9996
|
ae("stateChangeEvent", "globality", x),
|
|
9997
|
+
"",
|
|
10029
9998
|
h,
|
|
10030
9999
|
v ?? h
|
|
10031
10000
|
), t.value?.code.reactivity && ct(
|
|
10032
|
-
|
|
10001
|
+
g,
|
|
10033
10002
|
t.value.code.reactivity,
|
|
10034
10003
|
je({ type: "state", stateId: x }),
|
|
10035
10004
|
h,
|
|
10036
10005
|
v
|
|
10037
10006
|
));
|
|
10038
|
-
},
|
|
10007
|
+
}, g = new iu(
|
|
10039
10008
|
n,
|
|
10040
10009
|
e,
|
|
10041
10010
|
o,
|
|
@@ -10046,48 +10015,50 @@ function tt(t, n, e, o, s) {
|
|
|
10046
10015
|
m,
|
|
10047
10016
|
{
|
|
10048
10017
|
onElementPropertyChange: f,
|
|
10049
|
-
onCustomPropertyChange:
|
|
10018
|
+
onCustomPropertyChange: b,
|
|
10050
10019
|
onCustomSlotPropetyChange: _,
|
|
10051
|
-
onStateChange:
|
|
10020
|
+
onStateChange: k
|
|
10052
10021
|
}
|
|
10053
10022
|
);
|
|
10054
|
-
if (
|
|
10055
|
-
|
|
10023
|
+
if (Gc(g), Se(() => {
|
|
10024
|
+
g.dispose();
|
|
10056
10025
|
}), le(c)) {
|
|
10057
10026
|
const x = async () => {
|
|
10058
|
-
|
|
10027
|
+
g.destroyVm(), g.associateData(t), g.resetCustomProperties(), g.resetCustomSlotProperties(), g.resetStates(), !(!t.value || !t.value.code.script) && g.createVm(p, t.value.code.script);
|
|
10059
10028
|
};
|
|
10060
|
-
x(),
|
|
10029
|
+
x(), pe(t, () => {
|
|
10061
10030
|
x();
|
|
10062
10031
|
});
|
|
10063
10032
|
}
|
|
10064
|
-
le(c) &&
|
|
10033
|
+
le(c) && pe(
|
|
10065
10034
|
u,
|
|
10066
|
-
(x, h) => {
|
|
10067
|
-
const v = ut(x.width),
|
|
10068
|
-
|
|
10035
|
+
async (x, h) => {
|
|
10036
|
+
const v = ut(x.width), z = ut(h?.width ?? x.width);
|
|
10037
|
+
await g.callFunctionAsync(
|
|
10069
10038
|
"__triggerEventV1__",
|
|
10070
10039
|
ae("elementEvent", "globality", "screenSizeChange"),
|
|
10040
|
+
"",
|
|
10071
10041
|
v,
|
|
10072
|
-
|
|
10042
|
+
z
|
|
10073
10043
|
);
|
|
10074
10044
|
},
|
|
10075
10045
|
{ immediate: !0 }
|
|
10076
|
-
), le(c) &&
|
|
10046
|
+
), le(c) && pe(
|
|
10077
10047
|
d,
|
|
10078
|
-
(x) => {
|
|
10079
|
-
|
|
10048
|
+
async (x) => {
|
|
10049
|
+
await g.callFunctionAsync(
|
|
10080
10050
|
"__triggerEventV1__",
|
|
10081
10051
|
ae("elementEvent", "globality", "darkModeChange"),
|
|
10052
|
+
"",
|
|
10082
10053
|
x
|
|
10083
10054
|
);
|
|
10084
10055
|
},
|
|
10085
10056
|
{ immediate: !0 }
|
|
10086
10057
|
);
|
|
10087
10058
|
}
|
|
10088
|
-
function
|
|
10059
|
+
function G() {
|
|
10089
10060
|
const t = Ze();
|
|
10090
|
-
return { theme:
|
|
10061
|
+
return { theme: I(() => t.value ? "dark" : "light") };
|
|
10091
10062
|
}
|
|
10092
10063
|
const su = (t, n, e) => {
|
|
10093
10064
|
const o = t[n];
|
|
@@ -10100,7 +10071,7 @@ async function nm(t) {
|
|
|
10100
10071
|
}
|
|
10101
10072
|
export {
|
|
10102
10073
|
fu as addIndent,
|
|
10103
|
-
|
|
10074
|
+
Hl as ambientLightV1,
|
|
10104
10075
|
Zl as badgeV1,
|
|
10105
10076
|
Tt as barChartV1,
|
|
10106
10077
|
Lt as boxGeometryV1,
|
|
@@ -10122,18 +10093,18 @@ export {
|
|
|
10122
10093
|
ca as dataTableV1,
|
|
10123
10094
|
ua as datePickerV1,
|
|
10124
10095
|
ma as dialogV1,
|
|
10125
|
-
|
|
10096
|
+
Gl as directionalLightV1,
|
|
10126
10097
|
Oc as duplicateNodePair,
|
|
10127
10098
|
Lu as duplicateNodePairs,
|
|
10128
10099
|
wu as elementKeys,
|
|
10129
|
-
|
|
10100
|
+
$e as elements,
|
|
10130
10101
|
Cu as fileInputV1,
|
|
10131
10102
|
Rt as flexLayoutEntryV1,
|
|
10132
10103
|
Ue as flexLayoutV1,
|
|
10133
10104
|
Ot as formV1,
|
|
10134
10105
|
E as genId,
|
|
10135
10106
|
Ne as getBreakpointProp,
|
|
10136
|
-
|
|
10107
|
+
Ve as getField,
|
|
10137
10108
|
In as getIndexOfBreakpoint,
|
|
10138
10109
|
Pu as getNodeLite,
|
|
10139
10110
|
xo as getPropertyDefault,
|
|
@@ -10153,9 +10124,9 @@ export {
|
|
|
10153
10124
|
Qe as injectId,
|
|
10154
10125
|
Z as injectMode,
|
|
10155
10126
|
Fc as injectOrg,
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10127
|
+
Hc as injectRuntime,
|
|
10128
|
+
_e as injectSandbox,
|
|
10129
|
+
Ce as injectType,
|
|
10159
10130
|
Ye as isCircularReference,
|
|
10160
10131
|
le as isExecutableMode,
|
|
10161
10132
|
Ri as isLocaleOfEventKind,
|
|
@@ -10172,7 +10143,7 @@ export {
|
|
|
10172
10143
|
qu as makeEventKeyOfElementSlot,
|
|
10173
10144
|
Jc as makeMethodId,
|
|
10174
10145
|
Ju as makeMethodKeyOfCustomSlot,
|
|
10175
|
-
|
|
10146
|
+
Hu as makeMethodKeyOfElementSlot,
|
|
10176
10147
|
Du as makePropertyId,
|
|
10177
10148
|
Nu as makePropertyKeyOfCustomSlot,
|
|
10178
10149
|
Ou as makePropertyKeyOfElementSlot,
|
|
@@ -10180,8 +10151,8 @@ export {
|
|
|
10180
10151
|
je as makeTriggerId,
|
|
10181
10152
|
Bl as mapControlsV1,
|
|
10182
10153
|
ha as menuV1,
|
|
10183
|
-
|
|
10184
|
-
|
|
10154
|
+
He as meshBasicMaterialV1,
|
|
10155
|
+
Ge as meshV1,
|
|
10185
10156
|
Fa as multipleRefV1,
|
|
10186
10157
|
Na as multipleSlotV1,
|
|
10187
10158
|
Ft as numberInputV1,
|
|
@@ -10199,7 +10170,7 @@ export {
|
|
|
10199
10170
|
Dc as pkgs,
|
|
10200
10171
|
Jl as pointLightV1,
|
|
10201
10172
|
Mu as provideDark,
|
|
10202
|
-
|
|
10173
|
+
ze as provideData,
|
|
10203
10174
|
Ru as provideDepends,
|
|
10204
10175
|
Au as provideDevice,
|
|
10205
10176
|
Tu as provideEnv,
|
|
@@ -10207,7 +10178,7 @@ export {
|
|
|
10207
10178
|
Eu as provideMode,
|
|
10208
10179
|
zu as provideOrg,
|
|
10209
10180
|
Ku as provideRuntime,
|
|
10210
|
-
|
|
10181
|
+
Gc as provideSandbox,
|
|
10211
10182
|
Bu as provideType,
|
|
10212
10183
|
jt as radioGroupV1,
|
|
10213
10184
|
Nt as radioV1,
|
|
@@ -10215,17 +10186,17 @@ export {
|
|
|
10215
10186
|
Ia as ratingV1,
|
|
10216
10187
|
ja as referenceV1,
|
|
10217
10188
|
S as regElement,
|
|
10218
|
-
|
|
10189
|
+
Ha as renderSwitchV1,
|
|
10219
10190
|
Ei as reverseBreakpoints,
|
|
10220
10191
|
$a as selectV1,
|
|
10221
10192
|
an as setField,
|
|
10222
10193
|
Sa as sliderV1,
|
|
10223
|
-
|
|
10194
|
+
Ga as slotV1,
|
|
10224
10195
|
Vu as spawnNode,
|
|
10225
10196
|
zt as sphereGeometryV1,
|
|
10226
10197
|
Ul as spotLightV1,
|
|
10227
|
-
|
|
10228
|
-
|
|
10198
|
+
Ht as stepperHeaderV1,
|
|
10199
|
+
Gt as stepperItemV1,
|
|
10229
10200
|
qt as stepperV1,
|
|
10230
10201
|
Ut as stepperWindowItemV1,
|
|
10231
10202
|
Jt as stepperWindowV1,
|
|
@@ -10233,7 +10204,7 @@ export {
|
|
|
10233
10204
|
Xt as tabV1,
|
|
10234
10205
|
Yt as tabsV1,
|
|
10235
10206
|
Dt as textFieldV1,
|
|
10236
|
-
|
|
10207
|
+
Le as textV1,
|
|
10237
10208
|
Zt as textareaV1,
|
|
10238
10209
|
Qt as timelineItemV1,
|
|
10239
10210
|
en as timelineV1,
|
|
@@ -10247,7 +10218,7 @@ export {
|
|
|
10247
10218
|
Xu as unwrapEventKeyOfElementSlot,
|
|
10248
10219
|
Uc as unwrapMethodId,
|
|
10249
10220
|
Uu as unwrapMethodKeyOfCustomSlot,
|
|
10250
|
-
|
|
10221
|
+
Gu as unwrapMethodKeyOfElementSlot,
|
|
10251
10222
|
ko as unwrapPropertyId,
|
|
10252
10223
|
ju as unwrapPropertyKeyOfCustomSlot,
|
|
10253
10224
|
Fu as unwrapPropertyKeyOfElementSlot,
|
|
@@ -10255,7 +10226,7 @@ export {
|
|
|
10255
10226
|
et as useDepend,
|
|
10256
10227
|
tm as useRuntime,
|
|
10257
10228
|
tt as useSandbox,
|
|
10258
|
-
|
|
10229
|
+
G as useTheme,
|
|
10259
10230
|
tn as windowItemV1,
|
|
10260
10231
|
nn as windowV1
|
|
10261
10232
|
};
|