x-runtime-lib 0.8.152 → 0.8.153

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.
Files changed (2) hide show
  1. package/dist/index.js +760 -766
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var kn = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), wn = (t) => {
2
2
  throw TypeError(t);
3
3
  };
4
- var ke = (t, n, e) => {
4
+ var Oe = (t, n, e) => {
5
5
  if (n != null) {
6
6
  typeof n != "object" && typeof n != "function" && wn("Object expected");
7
7
  var o, s;
@@ -14,7 +14,7 @@ var ke = (t, n, e) => {
14
14
  }), t.push([e, o, n]);
15
15
  } else e && t.push([e]);
16
16
  return n;
17
- }, we = (t, n, e) => {
17
+ }, Fe = (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 ke = (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 w, createElementVNode as Re, computed as I, renderSlot as F, normalizeStyle as de, ref as ie, watch as pe, onUnmounted as Se, onBeforeMount as oi, watchEffect as Ie, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as $o, nextTick as sn, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as So, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as bt, inject as fe, provide as ye, readonly as ln } from "vue";
33
- import { globalObjects as he, waitUtil as Vo, useViewStack as Po, eventBus as Lo, messageInfo as li, messageSuccess as ai, messageWarning as zo, messageError as To, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
32
+ import { defineComponent as S, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as We, computed as I, renderSlot as F, normalizeStyle as fe, ref as ie, watch as de, onUnmounted as Ie, onBeforeMount as oi, watchEffect as ke, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as So, nextTick as sn, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as $o, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as bt, inject as ye, provide as be, readonly as ln } from "vue";
33
+ import { globalObjects as _e, waitUtil as Vo, useViewStack as Po, eventBus as Lo, messageInfo as li, messageSuccess as ai, messageWarning as zo, messageError as To, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
34
34
  import { CameraHelper as Eo, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
35
- import { i as me, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as $i, k as Si, l as Wo, m as O, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
35
+ import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as $i, l as Wo, m as O, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
36
36
  import { useTheme as Ti } from "vuetify";
37
37
  import { getErrorMessage as Ei } from "x-error-lib";
38
38
  const In = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
@@ -74,19 +74,19 @@ const Bo = ["xs", "sm", "md", "lg", "xl"], Ai = [...Bo].reverse();
74
74
  function ut(t) {
75
75
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
76
76
  }
77
- function $n(t) {
77
+ function Sn(t) {
78
78
  return Bo.findIndex((n) => n === t);
79
79
  }
80
80
  function Ne(t, n) {
81
81
  let e;
82
82
  for (const o of Ai) {
83
- if ($n(o) < $n(t))
83
+ if (Sn(o) < Sn(t))
84
84
  break;
85
85
  n[o] && (e = n[o]);
86
86
  }
87
87
  return e;
88
88
  }
89
- function Ve(t, n) {
89
+ function $e(t, n) {
90
90
  let e = t;
91
91
  if (typeof e != "object")
92
92
  return;
@@ -126,7 +126,7 @@ function bu(t) {
126
126
  function Xe(t) {
127
127
  return t.startsWith("ref_v") || t.startsWith("multiple_ref_v") || t.startsWith("slot_v") || t.startsWith("multiple_slot_v");
128
128
  }
129
- function le(t) {
129
+ function ae(t) {
130
130
  return t === "runtime" || t === "preview";
131
131
  }
132
132
  function Ye(t, n) {
@@ -313,20 +313,20 @@ const Iu = [
313
313
  "scene_spot_light_v1"
314
314
  ];
315
315
  function N(...t) {
316
- return t.map((n) => he.i18n.global.t(`x-runtime-lib.${n}`)).join(" - ");
316
+ return t.map((n) => _e.i18n.global.t(`x-runtime-lib.${n}`)).join(" - ");
317
317
  }
318
318
  function un(t, n, e) {
319
- const { i18n: o } = he;
319
+ const { i18n: o } = _e;
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;
323
323
  }), s;
324
324
  }
325
- function $u(t, n) {
325
+ function Su(t, n) {
326
326
  let e = "";
327
327
  return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" ? e = N("reference") : t === "slotProperty" || t === "multipleSlotProperty" ? e = N("slot") : t === "customProperty" ? e = N("custom") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Bi(t));
328
328
  }
329
- function Su(t, n) {
329
+ function $u(t, n) {
330
330
  let e = "";
331
331
  return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = N("reference") : t === "slotMethod" || t === "multipleSlotMethod" ? e = N("slot") : t === "customMethod" ? e = N("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = N("adaptSlot") : console.assert(!1)), un(e, n, Ri(t));
332
332
  }
@@ -334,7 +334,7 @@ function Cu(t, n) {
334
334
  let e = "";
335
335
  return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = N("propertyChange") : t === "refEvent" ? e = N("reference") : t === "refPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "multipleRefEvent" ? e = N("reference") : t === "multipleRefPropertyChangeEvent" ? e = N("reference", "propertyChange") : t === "slotEvent" ? e = N("slot") : t === "slotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "multipleSlotEvent" ? e = N("slot") : t === "multipleSlotPropertyChangeEvent" ? e = N("slot", "propertyChange") : t === "customEvent" ? e = N("custom") : t === "customPropertyChangeEvent" ? e = N("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = N("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = N("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = N("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = N("state") : console.assert(!1)), un(e, n, Ki(t));
336
336
  }
337
- const Di = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
337
+ const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ S({
338
338
  __name: "index",
339
339
  props: {
340
340
  position: { default: () => {
@@ -353,10 +353,10 @@ const Di = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
353
353
  scale: t.scale ?? [1, 1, 1],
354
354
  visible: !1
355
355
  }, [...o[0] || (o[0] = [
356
- Re("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
356
+ We("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
357
357
  ])], 8, Di)) : se("", !0);
358
358
  }
359
- }), H = /* @__PURE__ */ $({
359
+ }), G = /* @__PURE__ */ S({
360
360
  __name: "index",
361
361
  props: {
362
362
  block: { type: Boolean, default: !1 },
@@ -379,12 +379,12 @@ const Di = ["position", "ratation", "scale"], Ke = /* @__PURE__ */ $({
379
379
  }));
380
380
  return (s, i) => r(n) === "editor" ? (w(), te("div", {
381
381
  key: 0,
382
- style: de(e.value)
382
+ style: fe(e.value)
383
383
  }, [
384
384
  F(s.$slots, "default"),
385
385
  t.mask ? (w(), te("div", {
386
386
  key: 0,
387
- style: de(o.value)
387
+ style: fe(o.value)
388
388
  }, null, 4)) : se("", !0)
389
389
  ], 4)) : F(s.$slots, "default", { key: 1 });
390
390
  }
@@ -397,28 +397,28 @@ function Oi(t) {
397
397
  }
398
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}`), pe(n, () => {
400
+ console.assert(!!e.value, `invalid node id=${t.nodeId}`), de(n, () => {
401
401
  e.value = n.value.view.nodes[t.nodeId];
402
402
  });
403
403
  const { debugTrace: o } = Oi(e);
404
- return o("created"), Se(() => {
404
+ return o("created"), Ie(() => {
405
405
  o("destroyed");
406
406
  }), { node: e };
407
407
  }
408
408
  function mt(t, n, e) {
409
- const o = _e();
409
+ const o = ve();
410
410
  if (o) {
411
411
  const s = I(() => Uc("elementMethod", t, n));
412
412
  oi(() => {
413
413
  o.eventBus?.on(s.value, e);
414
- }), Se(() => {
414
+ }), Ie(() => {
415
415
  o.eventBus?.off(s.value, e);
416
416
  });
417
417
  }
418
418
  }
419
419
  const Fi = (t, n, e, o) => {
420
420
  let s;
421
- if (t ? s = t.getElementProperty(n.basic.id, e) : s = Ve(n, e), o) {
421
+ if (t ? s = t.getElementProperty(n.basic.id, e) : s = $e(n, e), o) {
422
422
  if (typeof s == "string")
423
423
  return JSON.parse(s);
424
424
  console.assert(!1);
@@ -430,14 +430,14 @@ const Fi = (t, n, e, o) => {
430
430
  s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) : cn(n, e, i);
431
431
  };
432
432
  function a(t, n, e) {
433
- const o = _e(), s = ie();
434
- return Ie(() => {
433
+ const o = ve(), s = ie();
434
+ return ke(() => {
435
435
  s.value = Fi(o, t.value, n, e);
436
- }), pe(s, (i, l) => {
437
- me(i, l) || Ni(o, t.value, n, s.value, e);
436
+ }), de(s, (i, l) => {
437
+ pe(i, l) || Ni(o, t.value, n, s.value, e);
438
438
  }), { property: s };
439
439
  }
440
- function ue(t) {
440
+ function me(t) {
441
441
  const { property: n } = a(t, [
442
442
  "transform",
443
443
  "position",
@@ -463,17 +463,17 @@ 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 Ie(() => {
466
+ return ke(() => {
467
467
  d.value = [n.value, e.value, o.value];
468
- }), Ie(() => {
468
+ }), ke(() => {
469
469
  n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
470
- }), Ie(() => {
470
+ }), ke(() => {
471
471
  p.value = [s.value, i.value, l.value];
472
- }), Ie(() => {
472
+ }), ke(() => {
473
473
  s.value = p.value[0], i.value = p.value[1], l.value = p.value[2];
474
- }), Ie(() => {
474
+ }), ke(() => {
475
475
  f.value = [c.value, m.value, u.value];
476
- }), Ie(() => {
476
+ }), ke(() => {
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
  }
@@ -563,8 +563,8 @@ function dn(t) {
563
563
  }
564
564
  return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: i };
565
565
  }
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(() => {
566
+ function ge(t, n) {
567
+ const e = Z(), o = De(), 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)
@@ -591,7 +591,7 @@ function be(t, n) {
591
591
  }
592
592
  return { width: s, minWidth: i, maxWidth: l, height: c, minHeight: m, maxHeight: u, applySize: d };
593
593
  }
594
- const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Hi = /* @__PURE__ */ $({
594
+ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Gi = /* @__PURE__ */ S({
595
595
  __name: "index",
596
596
  props: {
597
597
  nodeId: {},
@@ -599,8 +599,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
599
599
  refContext: {}
600
600
  },
601
601
  setup(t) {
602
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = 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", {
602
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "bottom"]), { property: 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, g) => (w(), te("TresOrthographicCamera", {
604
604
  bottom: r(c),
605
605
  far: r(m),
606
606
  left: r(u),
@@ -611,7 +611,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
611
611
  scale: r(l),
612
612
  top: r(f)
613
613
  }, [
614
- D(r(Ke)),
614
+ D(r(Be)),
615
615
  r(o) === "editor" ? (w(), C(r(qe), {
616
616
  key: 0,
617
617
  type: r(Eo)
@@ -619,7 +619,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
619
619
  F(b.$slots, "default")
620
620
  ], 8, ji));
621
621
  }
622
- }), Gi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */ $({
622
+ }), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */ S({
623
623
  __name: "index",
624
624
  props: {
625
625
  nodeId: {},
@@ -627,7 +627,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
627
627
  refContext: {}
628
628
  },
629
629
  setup(t) {
630
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = 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"]);
630
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "aspect"]), { property: m } = a(e, ["settings", "far"]), { property: u } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
631
631
  return (p, f) => (w(), te("TresPerspectiveCamera", {
632
632
  aspect: r(c),
633
633
  far: r(m),
@@ -637,33 +637,33 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
637
637
  rotation: r(i),
638
638
  scale: r(l)
639
639
  }, [
640
- D(r(Ke)),
640
+ D(r(Be)),
641
641
  r(o) === "editor" ? (w(), C(r(qe), {
642
642
  key: 0,
643
643
  type: r(Eo)
644
644
  }, null, 8, ["type"])) : se("", !0),
645
645
  F(p.$slots, "default")
646
- ], 8, Gi));
646
+ ], 8, Hi));
647
647
  }
648
- }), Ui = /* @__PURE__ */ $({
648
+ }), Ui = /* @__PURE__ */ S({
649
649
  __name: "index",
650
650
  setup(t) {
651
651
  const n = Z();
652
652
  return (e, o) => r(n) !== "editor" ? (w(), C(r(yi), { key: 0 })) : se("", !0);
653
653
  }
654
- }), qi = /* @__PURE__ */ $({
654
+ }), qi = /* @__PURE__ */ S({
655
655
  __name: "index",
656
656
  setup(t) {
657
657
  const n = Z();
658
658
  return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) : se("", !0);
659
659
  }
660
- }), Xi = /* @__PURE__ */ $({
660
+ }), Xi = /* @__PURE__ */ S({
661
661
  __name: "index",
662
662
  setup(t) {
663
663
  const n = Z();
664
664
  return (e, o) => r(n) !== "editor" ? (w(), C(r(gi), { key: 0 })) : se("", !0);
665
665
  }
666
- }), Yi = ["args"], Zi = /* @__PURE__ */ $({
666
+ }), Yi = ["args"], Zi = /* @__PURE__ */ S({
667
667
  __name: "index",
668
668
  props: {
669
669
  nodeId: {},
@@ -692,12 +692,12 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
692
692
  ]
693
693
  }, null, 8, Yi));
694
694
  }
695
- }), De = (t, n) => {
695
+ }), Re = (t, n) => {
696
696
  const e = t.__vccOpts || t;
697
697
  for (const [o, s] of n)
698
698
  e[o] = s;
699
699
  return e;
700
- }, Qi = ["args"], es = /* @__PURE__ */ $({
700
+ }, Qi = ["args"], es = /* @__PURE__ */ S({
701
701
  __name: "index",
702
702
  props: {
703
703
  nodeId: {},
@@ -736,7 +736,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
736
736
  ]
737
737
  }, null, 8, Qi));
738
738
  }
739
- }), ts = ["color", "intensity", "position", "rotation", "scale"], ns = /* @__PURE__ */ $({
739
+ }), ts = ["color", "intensity", "position", "rotation", "scale"], ns = /* @__PURE__ */ S({
740
740
  __name: "index",
741
741
  props: {
742
742
  nodeId: {},
@@ -744,7 +744,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
744
744
  refContext: {}
745
745
  },
746
746
  setup(t) {
747
- const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = ue(e), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: m } = a(e, [
747
+ const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = me(e), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: m } = a(e, [
748
748
  "settings",
749
749
  "intensity"
750
750
  ]);
@@ -755,11 +755,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
755
755
  rotation: r(s),
756
756
  scale: r(i)
757
757
  }, [
758
- D(r(Ke)),
758
+ D(r(Be)),
759
759
  F(u.$slots, "default")
760
760
  ], 8, ts));
761
761
  }
762
- }), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */ $({
762
+ }), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */ S({
763
763
  __name: "index",
764
764
  props: {
765
765
  nodeId: {},
@@ -767,7 +767,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
767
767
  refContext: {}
768
768
  },
769
769
  setup(t) {
770
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "color"]), { color: m } = Q(c), { property: u } = a(e, [
770
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: m } = Q(c), { property: u } = a(e, [
771
771
  "settings",
772
772
  "intensity"
773
773
  ]);
@@ -778,7 +778,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
778
778
  rotation: r(i),
779
779
  scale: r(l)
780
780
  }, [
781
- D(r(Ke)),
781
+ D(r(Be)),
782
782
  r(o) === "editor" ? (w(), C(r(qe), {
783
783
  key: 0,
784
784
  type: r(pi)
@@ -786,7 +786,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
786
786
  F(d.$slots, "default")
787
787
  ], 8, os));
788
788
  }
789
- }), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */ $({
789
+ }), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */ S({
790
790
  __name: "index",
791
791
  props: {
792
792
  nodeId: {},
@@ -794,7 +794,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
794
794
  refContext: {}
795
795
  },
796
796
  setup(t) {
797
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = ue(e), { property: c } = a(e, ["settings", "color"]), { color: m } = Q(c), { property: u } = a(e, ["settings", "decay"]), { property: d } = a(e, [
797
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: 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, [
@@ -810,7 +810,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
810
810
  rotation: r(i),
811
811
  scale: r(l)
812
812
  }, [
813
- D(r(Ke)),
813
+ D(r(Be)),
814
814
  r(o) === "editor" ? (w(), C(r(qe), {
815
815
  key: 0,
816
816
  type: r(di)
@@ -818,7 +818,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
818
818
  F(f.$slots, "default")
819
819
  ], 8, ss));
820
820
  }
821
- }), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */ $({
821
+ }), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */ S({
822
822
  __name: "index",
823
823
  props: {
824
824
  nodeId: {},
@@ -826,7 +826,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
826
826
  refContext: {}
827
827
  },
828
828
  setup(t) {
829
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = 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, [
829
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "angle"]), { property: 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, [
@@ -836,7 +836,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
836
836
  "settings",
837
837
  "penumbra"
838
838
  ]);
839
- return (_, k) => (w(), te("TresSpotLight", {
839
+ return (g, k) => (w(), te("TresSpotLight", {
840
840
  angle: r(c),
841
841
  color: r(u),
842
842
  decay: r(d),
@@ -847,19 +847,19 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
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
- D(r(Ke)),
850
+ D(r(Be)),
851
851
  r(o) === "editor" ? (w(), C(r(qe), {
852
852
  key: 0,
853
853
  type: r(fi)
854
854
  }, null, 8, ["type"])) : se("", !0),
855
- F(_.$slots, "default")
855
+ F(g.$slots, "default")
856
856
  ], 8, ls));
857
857
  }
858
858
  }), cs = {};
859
859
  function us(t, n) {
860
860
  return w(), te("TresMeshBasicMaterial");
861
861
  }
862
- const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */ $({
862
+ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation", "scale"], ds = /* @__PURE__ */ S({
863
863
  __name: "index",
864
864
  props: {
865
865
  nodeId: {},
@@ -867,7 +867,7 @@ const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation
867
867
  refContext: {}
868
868
  },
869
869
  setup(t) {
870
- const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = ue(e);
870
+ const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = me(e);
871
871
  return (l, c) => (w(), te("TresGroup", {
872
872
  position: r(o),
873
873
  rotation: r(s),
@@ -876,7 +876,7 @@ const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation
876
876
  F(l.$slots, "default")
877
877
  ], 8, ps));
878
878
  }
879
- }), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */ $({
879
+ }), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */ S({
880
880
  __name: "index",
881
881
  props: {
882
882
  nodeId: {},
@@ -884,7 +884,7 @@ const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation
884
884
  refContext: {}
885
885
  },
886
886
  setup(t) {
887
- const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = ue(e);
887
+ const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = me(e);
888
888
  return (l, c) => (w(), te("TresMesh", {
889
889
  position: r(o),
890
890
  rotation: r(s),
@@ -893,7 +893,7 @@ const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation
893
893
  F(l.$slots, "default")
894
894
  ], 8, fs));
895
895
  }
896
- }), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, As = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ms = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ws = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Bs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Os = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Fs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Hs = {
896
+ }), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, As = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ms = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ws = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Bs = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Os = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Fs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gs = {
897
897
  color: bs,
898
898
  backgroundColor: gs,
899
899
  textStyle: hs,
@@ -903,8 +903,8 @@ const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation
903
903
  bar: ks,
904
904
  pie: ws,
905
905
  scatter: Is,
906
- boxplot: $s,
907
- parallel: Ss,
906
+ boxplot: Ss,
907
+ parallel: $s,
908
908
  sankey: Cs,
909
909
  funnel: Vs,
910
910
  gauge: Ps,
@@ -923,8 +923,8 @@ const ms = /* @__PURE__ */ De(cs, [["render", us]]), ps = ["position", "rotation
923
923
  visualMap: Fs,
924
924
  dataZoom: Ns,
925
925
  markPoint: js
926
- }, Gs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Js = "#f5f5f5", Us = {}, qs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ys = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ur = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, fr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#333333" } }, br = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, gr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, hr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, _r = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, vr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, xr = {
927
- color: Gs,
926
+ }, Hs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Js = "#f5f5f5", Us = {}, qs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ys = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ur = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, fr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#333333" } }, br = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, gr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, hr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, _r = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, vr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, xr = {
927
+ color: Hs,
928
928
  backgroundColor: Js,
929
929
  textStyle: Us,
930
930
  title: qs,
@@ -961,12 +961,12 @@ hi([
961
961
  ki,
962
962
  wi,
963
963
  Ii,
964
- $i,
965
- Si
964
+ Si,
965
+ $i
966
966
  ]);
967
- Ao("dark", Hs);
967
+ Ao("dark", Gs);
968
968
  Ao("light", xr);
969
- const kr = /* @__PURE__ */ $({
969
+ const kr = /* @__PURE__ */ S({
970
970
  __name: "index",
971
971
  props: {
972
972
  nodeId: {},
@@ -974,7 +974,7 @@ const kr = /* @__PURE__ */ $({
974
974
  refContext: {}
975
975
  },
976
976
  setup(t) {
977
- const n = t, { node: e } = P(n), o = 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: _ } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: g } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: h } = Ko(e), v = I(() => {
977
+ const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: h } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
978
978
  const L = {}, U = l.value?.type;
979
979
  return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
980
980
  }), z = Io("chart");
@@ -987,13 +987,13 @@ const kr = /* @__PURE__ */ $({
987
987
  T?.resize();
988
988
  }, j = () => {
989
989
  const L = {};
990
- _(L), k(L), g(L), x(L), h(L), T?.setOption(L, !0);
990
+ g(L), k(L), h(L), x(L), _(L), T?.setOption(L, !0);
991
991
  };
992
- return $o(async () => {
992
+ return So(async () => {
993
993
  window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
994
- }), Se(() => {
994
+ }), Ie(() => {
995
995
  window.removeEventListener("resize", Y, !1), T?.dispose();
996
- }), pe(
996
+ }), de(
997
997
  [
998
998
  () => o.value.width,
999
999
  () => o.value.height,
@@ -1007,28 +1007,28 @@ const kr = /* @__PURE__ */ $({
1007
1007
  async () => {
1008
1008
  await sn(), Y();
1009
1009
  }
1010
- ), pe([s], () => {
1010
+ ), de([s], () => {
1011
1011
  J(), j();
1012
- }), pe(
1012
+ }), de(
1013
1013
  [n],
1014
1014
  () => {
1015
1015
  j();
1016
1016
  },
1017
1017
  { deep: !0 }
1018
- ), (L, U) => (w(), C(r(H), {
1018
+ ), (L, U) => (w(), C(r(G), {
1019
1019
  block: "",
1020
1020
  mask: ""
1021
1021
  }, {
1022
1022
  default: V(() => [
1023
- Re("div", {
1023
+ We("div", {
1024
1024
  ref: "chart",
1025
- style: de(v.value)
1025
+ style: fe(v.value)
1026
1026
  }, null, 4)
1027
1027
  ]),
1028
1028
  _: 1
1029
1029
  }));
1030
1030
  }
1031
- }), wr = /* @__PURE__ */ $({
1031
+ }), wr = /* @__PURE__ */ S({
1032
1032
  __name: "index",
1033
1033
  props: {
1034
1034
  nodeId: {},
@@ -1036,7 +1036,7 @@ const kr = /* @__PURE__ */ $({
1036
1036
  refContext: {}
1037
1037
  },
1038
1038
  setup(t) {
1039
- const n = t, { node: e } = P(n), o = 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: _ } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: g } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: h } = Ko(e), v = I(() => {
1039
+ const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: h } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
1040
1040
  const L = {}, U = l.value?.type;
1041
1041
  return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
1042
1042
  }), z = Io("chart");
@@ -1049,13 +1049,13 @@ const kr = /* @__PURE__ */ $({
1049
1049
  T?.resize();
1050
1050
  }, j = () => {
1051
1051
  const L = {};
1052
- _(L), k(L), g(L), x(L), h(L), T?.setOption(L, !0);
1052
+ g(L), k(L), h(L), x(L), _(L), T?.setOption(L, !0);
1053
1053
  };
1054
- return $o(async () => {
1054
+ return So(async () => {
1055
1055
  window.addEventListener("resize", Y, !1), await Vo(() => !!z.value), J(), j();
1056
- }), Se(() => {
1056
+ }), Ie(() => {
1057
1057
  window.removeEventListener("resize", Y, !1), T?.dispose();
1058
- }), pe(
1058
+ }), de(
1059
1059
  [
1060
1060
  () => o.value.width,
1061
1061
  () => o.value.height,
@@ -1069,28 +1069,28 @@ const kr = /* @__PURE__ */ $({
1069
1069
  async () => {
1070
1070
  await sn(), Y();
1071
1071
  }
1072
- ), pe([s], () => {
1072
+ ), de([s], () => {
1073
1073
  J(), j();
1074
- }), pe(
1074
+ }), de(
1075
1075
  [n],
1076
1076
  () => {
1077
1077
  j();
1078
1078
  },
1079
1079
  { deep: !0 }
1080
- ), (L, U) => (w(), C(r(H), {
1080
+ ), (L, U) => (w(), C(r(G), {
1081
1081
  block: "",
1082
1082
  mask: ""
1083
1083
  }, {
1084
1084
  default: V(() => [
1085
- Re("div", {
1085
+ We("div", {
1086
1086
  ref: "chart",
1087
- style: de(v.value)
1087
+ style: fe(v.value)
1088
1088
  }, null, 4)
1089
1089
  ]),
1090
1090
  _: 1
1091
1091
  }));
1092
1092
  }
1093
- }), Ir = /* @__PURE__ */ $({
1093
+ }), Ir = /* @__PURE__ */ S({
1094
1094
  __name: "index",
1095
1095
  props: {
1096
1096
  nodeId: {},
@@ -1098,7 +1098,7 @@ const kr = /* @__PURE__ */ $({
1098
1098
  refContext: {}
1099
1099
  },
1100
1100
  setup(t) {
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, [
1101
+ const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "content"]), { property: s } = a(e, ["settings", "dot"]), { theme: i } = H(), { property: l } = a(e, [
1102
1102
  "settings",
1103
1103
  "offset",
1104
1104
  "x"
@@ -1109,7 +1109,7 @@ const kr = /* @__PURE__ */ $({
1109
1109
  ]);
1110
1110
  return (m, u) => {
1111
1111
  const d = B("v-badge");
1112
- return w(), C(r(H), null, {
1112
+ return w(), C(r(G), null, {
1113
1113
  default: V(() => [
1114
1114
  D(d, {
1115
1115
  content: r(o),
@@ -1128,7 +1128,7 @@ const kr = /* @__PURE__ */ $({
1128
1128
  });
1129
1129
  };
1130
1130
  }
1131
- }), $r = /* @__PURE__ */ $({
1131
+ }), Sr = /* @__PURE__ */ S({
1132
1132
  __name: "index",
1133
1133
  props: {
1134
1134
  nodeId: {},
@@ -1136,38 +1136,38 @@ const kr = /* @__PURE__ */ $({
1136
1136
  refContext: {}
1137
1137
  },
1138
1138
  setup(t) {
1139
- const n = t, { node: e } = P(n), o = _e(), { property: s } = a(e, [
1139
+ const n = t, { node: e } = P(n), o = ve(), { 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: b } = a(e, ["size", "maxWidth"]), { property: _ } = a(e, ["size", "minHeight"]), { property: k } = a(e, ["size", "minWidth"]), { property: g } = a(e, [
1146
+ ]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: b } = a(e, ["size", "maxWidth"]), { property: g } = a(e, ["size", "minHeight"]), { property: k } = a(e, ["size", "minWidth"]), { property: h } = a(e, [
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: 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) => {
1153
+ ]), { property: _ } = a(e, ["settings", "ripple"]), { property: v } = a(e, ["settings", "size"]), { property: z } = a(e, ["settings", "stacked"]), { property: T } = a(e, ["settings", "text"]), { theme: J } = H(), { 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
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
+ ce("elementEvent", n.nodeId, "click"),
1160
1160
  ""
1161
1161
  );
1162
1162
  };
1163
1163
  return (U, oe) => {
1164
- const ge = B("v-btn");
1165
- return w(), C(r(H), {
1164
+ const he = B("v-btn");
1165
+ return w(), C(r(G), {
1166
1166
  block: r(i),
1167
1167
  mask: ""
1168
1168
  }, {
1169
1169
  default: V(() => [
1170
- D(ge, {
1170
+ D(he, {
1171
1171
  "append-icon": r(s),
1172
1172
  block: r(i),
1173
1173
  color: r(c),
@@ -1177,11 +1177,11 @@ const kr = /* @__PURE__ */ $({
1177
1177
  loading: r(p),
1178
1178
  "max-height": r(f),
1179
1179
  "max-width": r(b),
1180
- "min-height": r(_),
1180
+ "min-height": r(g),
1181
1181
  "min-width": r(k),
1182
- "prepend-icon": r(g),
1182
+ "prepend-icon": r(h),
1183
1183
  readonly: r(x),
1184
- ripple: r(h),
1184
+ ripple: r(_),
1185
1185
  size: r(v),
1186
1186
  stacked: r(z),
1187
1187
  text: r(T),
@@ -1195,7 +1195,7 @@ const kr = /* @__PURE__ */ $({
1195
1195
  }, 8, ["block"]);
1196
1196
  };
1197
1197
  }
1198
- }), Sr = {};
1198
+ }), $r = {};
1199
1199
  function Cr(t, n) {
1200
1200
  const e = B("v-btn-group");
1201
1201
  return w(), C(e, null, {
@@ -1205,7 +1205,7 @@ function Cr(t, n) {
1205
1205
  _: 3
1206
1206
  });
1207
1207
  }
1208
- const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1208
+ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1209
1209
  __name: "index",
1210
1210
  props: {
1211
1211
  nodeId: {},
@@ -1225,10 +1225,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1225
1225
  ]), { property: m } = a(e, [
1226
1226
  "settings",
1227
1227
  "readonly"
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, {
1228
+ ]), { property: u } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = H(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
1229
+ return (g, k) => {
1230
+ const h = B("v-btn-toggle");
1231
+ return w(), C(h, {
1232
1232
  block: r(o),
1233
1233
  disabled: r(s),
1234
1234
  divided: r(i),
@@ -1242,13 +1242,13 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1242
1242
  variant: r(b)
1243
1243
  }, {
1244
1244
  default: V(() => [
1245
- F(_.$slots, "default")
1245
+ F(g.$slots, "default")
1246
1246
  ]),
1247
1247
  _: 3
1248
1248
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
1249
1249
  };
1250
1250
  }
1251
- }), Lr = /* @__PURE__ */ $({
1251
+ }), Lr = /* @__PURE__ */ S({
1252
1252
  __name: "index",
1253
1253
  props: {
1254
1254
  nodeId: {},
@@ -1262,10 +1262,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1262
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, [
1263
1263
  "settings",
1264
1264
  "subtitle"
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"]);
1266
- return (h, v) => {
1265
+ ]), { property: b } = a(e, ["settings", "text"]), { theme: g } = H(), { property: k } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: x } = a(e, ["size", "width"]);
1266
+ return (_, v) => {
1267
1267
  const z = B("v-card");
1268
- return w(), C(r(H), { block: "" }, {
1268
+ return w(), C(r(G), { block: "" }, {
1269
1269
  default: V(() => [
1270
1270
  D(z, {
1271
1271
  density: r(o),
@@ -1279,13 +1279,13 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1279
1279
  "min-width": r(p),
1280
1280
  subtitle: r(f),
1281
1281
  text: r(b),
1282
- theme: r(_),
1282
+ theme: r(g),
1283
1283
  title: r(k),
1284
- variant: r(g),
1284
+ variant: r(h),
1285
1285
  width: r(x)
1286
1286
  }, {
1287
1287
  default: V(() => [
1288
- F(h.$slots, "default")
1288
+ F(_.$slots, "default")
1289
1289
  ]),
1290
1290
  _: 3
1291
1291
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
@@ -1294,7 +1294,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1294
1294
  });
1295
1295
  };
1296
1296
  }
1297
- }), zr = /* @__PURE__ */ $({
1297
+ }), zr = /* @__PURE__ */ S({
1298
1298
  __name: "index",
1299
1299
  props: {
1300
1300
  nodeId: {},
@@ -1311,7 +1311,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1311
1311
  ]);
1312
1312
  return (i, l) => {
1313
1313
  const c = B("v-checkbox");
1314
- return w(), C(r(H), { mask: "" }, {
1314
+ return w(), C(r(G), { mask: "" }, {
1315
1315
  default: V(() => [
1316
1316
  D(c, {
1317
1317
  disabled: r(o),
@@ -1322,7 +1322,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1322
1322
  });
1323
1323
  };
1324
1324
  }
1325
- }), Tr = /* @__PURE__ */ $({
1325
+ }), Tr = /* @__PURE__ */ S({
1326
1326
  __name: "index",
1327
1327
  props: {
1328
1328
  nodeId: {},
@@ -1339,10 +1339,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1339
1339
  ]), { property: m } = a(e, [
1340
1340
  "settings",
1341
1341
  "draggable"
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"]);
1343
- return (x, h) => {
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 } = H(), { property: g } = a(e, ["settings", "tile"]), { property: k } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
1343
+ return (x, _) => {
1344
1344
  const v = B("v-chip");
1345
- return w(), C(r(H), { mask: "" }, {
1345
+ return w(), C(r(G), { mask: "" }, {
1346
1346
  default: V(() => [
1347
1347
  D(v, {
1348
1348
  closable: r(o),
@@ -1355,16 +1355,16 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1355
1355
  size: r(p),
1356
1356
  text: r(f),
1357
1357
  theme: r(b),
1358
- tile: r(_),
1358
+ tile: r(g),
1359
1359
  value: r(k),
1360
- variant: r(g)
1360
+ variant: r(h)
1361
1361
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
1362
1362
  ]),
1363
1363
  _: 1
1364
1364
  });
1365
1365
  };
1366
1366
  }
1367
- }), Er = /* @__PURE__ */ $({
1367
+ }), Er = /* @__PURE__ */ S({
1368
1368
  __name: "index",
1369
1369
  props: {
1370
1370
  nodeId: {},
@@ -1387,10 +1387,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1387
1387
  ]), { property: u } = a(e, [
1388
1388
  "settings",
1389
1389
  "showArrows"
1390
- ]), { theme: d } = G(), { property: p } = a(e, ["settings", "value"]);
1390
+ ]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
1391
1391
  return (f, b) => {
1392
- const _ = B("v-chip-group");
1393
- return w(), C(_, {
1392
+ const g = B("v-chip-group");
1393
+ return w(), C(g, {
1394
1394
  modelValue: r(p),
1395
1395
  "onUpdate:modelValue": b[0] || (b[0] = (k) => ne(p) ? p.value = k : null),
1396
1396
  column: r(o),
@@ -1409,7 +1409,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1409
1409
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
1410
1410
  };
1411
1411
  }
1412
- }), Ar = /* @__PURE__ */ $({
1412
+ }), Ar = /* @__PURE__ */ S({
1413
1413
  __name: "index",
1414
1414
  props: {
1415
1415
  nodeId: {},
@@ -1417,9 +1417,9 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1417
1417
  refContext: {}
1418
1418
  },
1419
1419
  setup(t) {
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;
1420
+ const n = t, { node: e } = P(n), o = Se(), s = re(), { applySize: i } = ge(n, e), l = I(() => {
1421
+ const k = {}, h = s.value?.type;
1422
+ return o === "page" ? h === "common" ? i(k) : console.assert(!1) : o === "comp" && h === "common" ? i(k) : console.assert(!1), k;
1423
1423
  }), { property: c } = a(e, [
1424
1424
  "settings",
1425
1425
  "disabled"
@@ -1441,10 +1441,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1441
1441
  ]), { property: b } = a(e, [
1442
1442
  "settings",
1443
1443
  "showSwatches"
1444
- ]), { theme: _ } = G();
1445
- return (k, g) => {
1444
+ ]), { theme: g } = H();
1445
+ return (k, h) => {
1446
1446
  const x = B("v-color-picker");
1447
- return w(), C(r(H), { mask: "" }, {
1447
+ return w(), C(r(G), { mask: "" }, {
1448
1448
  default: V(() => [
1449
1449
  D(x, {
1450
1450
  disabled: r(c),
@@ -1454,15 +1454,15 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1454
1454
  "hide-sliders": r(p),
1455
1455
  landscape: r(f),
1456
1456
  "show-swatches": r(b),
1457
- style: de(l.value),
1458
- theme: r(_)
1457
+ style: fe(l.value),
1458
+ theme: r(g)
1459
1459
  }, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
1460
1460
  ]),
1461
1461
  _: 1
1462
1462
  });
1463
1463
  };
1464
1464
  }
1465
- }), Mr = /* @__PURE__ */ $({
1465
+ }), Mr = /* @__PURE__ */ S({
1466
1466
  __name: "index",
1467
1467
  props: {
1468
1468
  nodeId: {},
@@ -1482,10 +1482,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1482
1482
  ]), { property: c } = a(e, [
1483
1483
  "settings",
1484
1484
  "singleLine"
1485
- ]), { theme: m } = G(), { property: u } = a(e, ["settings", "value"]);
1485
+ ]), { theme: m } = H(), { property: u } = a(e, ["settings", "value"]);
1486
1486
  return (d, p) => {
1487
1487
  const f = B("v-combobox");
1488
- return w(), C(r(H), { mask: "" }, {
1488
+ return w(), C(r(G), { mask: "" }, {
1489
1489
  default: V(() => [
1490
1490
  D(f, {
1491
1491
  modelValue: r(u),
@@ -1502,7 +1502,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1502
1502
  });
1503
1503
  };
1504
1504
  }
1505
- }), Wr = /* @__PURE__ */ $({
1505
+ }), Wr = /* @__PURE__ */ S({
1506
1506
  __name: "index",
1507
1507
  props: {
1508
1508
  nodeId: {},
@@ -1510,17 +1510,17 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1510
1510
  refContext: {}
1511
1511
  },
1512
1512
  setup(t) {
1513
- const n = t, { node: e } = P(n), o = Ce(), s = re(), { property: i } = a(e, [
1513
+ const n = t, { node: e } = P(n), o = Se(), s = re(), { property: i } = a(e, [
1514
1514
  "settings",
1515
1515
  "backgroundColor"
1516
- ]), { color: l } = Q(i), { applySize: c } = be(n, e), { applyMargin: m } = pn(e), { applyPadding: u } = dn(e), { applyBorder: d } = mn(e), p = I(() => {
1516
+ ]), { color: l } = Q(i), { applySize: c } = ge(n, e), { applyMargin: m } = pn(e), { applyPadding: u } = dn(e), { applyBorder: d } = mn(e), p = I(() => {
1517
1517
  const f = {}, b = s.value?.type;
1518
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;
1519
1519
  });
1520
- return (f, b) => (w(), C(r(H), { block: "" }, {
1520
+ return (f, b) => (w(), C(r(G), { block: "" }, {
1521
1521
  default: V(() => [
1522
- Re("div", {
1523
- style: de(p.value)
1522
+ We("div", {
1523
+ style: fe(p.value)
1524
1524
  }, [
1525
1525
  F(f.$slots, "default")
1526
1526
  ], 4)
@@ -1528,7 +1528,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1528
1528
  _: 3
1529
1529
  }));
1530
1530
  }
1531
- }), Br = /* @__PURE__ */ $({
1531
+ }), Br = /* @__PURE__ */ S({
1532
1532
  __name: "columnSlot",
1533
1533
  props: {
1534
1534
  nodeId: {},
@@ -1537,11 +1537,11 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1537
1537
  },
1538
1538
  setup(t) {
1539
1539
  const n = t, e = Z(), o = Qe(), s = ie();
1540
- ze(s);
1540
+ Pe(s);
1541
1541
  const i = I(() => n.refContext.compId);
1542
- et(i, s), le(e) && tt(s, "slot", "", "", _e());
1542
+ et(i, s), ae(e) && tt(s, "slot", "", "", ve());
1543
1543
  function l(m) {
1544
- const u = $e[m.key];
1544
+ const u = we[m.key];
1545
1545
  if (!u) {
1546
1546
  console.assert(!1, `element not found key=${m.key}`);
1547
1547
  return;
@@ -1567,7 +1567,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1567
1567
  );
1568
1568
  }
1569
1569
  const c = () => {
1570
- const { i18n: m } = he;
1570
+ const { i18n: m } = _e;
1571
1571
  if (Ye(n.refContext, o))
1572
1572
  return K("div", null, m.global.t("x-runtime-lib.circularReference"));
1573
1573
  if (!s.value)
@@ -1581,7 +1581,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1581
1581
  };
1582
1582
  return (m, u) => (w(), C(c));
1583
1583
  }
1584
- }), Rr = /* @__PURE__ */ $({
1584
+ }), Rr = /* @__PURE__ */ S({
1585
1585
  __name: "index",
1586
1586
  props: {
1587
1587
  nodeId: {},
@@ -1598,10 +1598,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1598
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, [
1599
1599
  "settings",
1600
1600
  "multiSort"
1601
- ]), { theme: f } = G(), { property: b } = a(e, ["size", "width"]), { property: _ } = a(e, ["slots", "columns"]);
1602
- return (k, g) => {
1601
+ ]), { theme: f } = H(), { property: b } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
1602
+ return (k, h) => {
1603
1603
  const x = B("v-data-table");
1604
- return w(), C(r(H), {
1604
+ return w(), C(r(G), {
1605
1605
  block: "",
1606
1606
  mask: ""
1607
1607
  }, {
@@ -1619,8 +1619,8 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1619
1619
  theme: r(f),
1620
1620
  width: r(b)
1621
1621
  }, rn({ _: 2 }, [
1622
- ii(r(_), ({ key: h, comp: v }) => ({
1623
- name: `item.${h}`,
1622
+ ii(r(g), ({ key: _, comp: v }) => ({
1623
+ name: `item.${_}`,
1624
1624
  fn: V(({ value: z }) => [
1625
1625
  D(Br, {
1626
1626
  "node-id": n.nodeId,
@@ -1638,12 +1638,12 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1638
1638
  });
1639
1639
  };
1640
1640
  }
1641
- }), Kr = /* @__PURE__ */ $({
1641
+ }), Kr = /* @__PURE__ */ S({
1642
1642
  __name: "index",
1643
1643
  setup(t) {
1644
1644
  return (n, e) => {
1645
1645
  const o = B("v-date-picker");
1646
- return w(), C(r(H), { mask: "" }, {
1646
+ return w(), C(r(G), { mask: "" }, {
1647
1647
  default: V(() => [
1648
1648
  D(o)
1649
1649
  ]),
@@ -1651,7 +1651,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1651
1651
  });
1652
1652
  };
1653
1653
  }
1654
- }), Dr = ["id"], Or = /* @__PURE__ */ $({
1654
+ }), Dr = ["id"], Or = /* @__PURE__ */ S({
1655
1655
  __name: "index",
1656
1656
  props: {
1657
1657
  nodeId: {},
@@ -1659,7 +1659,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1659
1659
  refContext: {}
1660
1660
  },
1661
1661
  setup(t) {
1662
- const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${So()}`);
1662
+ const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${$o()}`);
1663
1663
  return mt(n.nodeId, "open", () => {
1664
1664
  o.value = !0;
1665
1665
  }), mt(n.nodeId, "close", () => {
@@ -1684,7 +1684,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1684
1684
  }, 8, ["modelValue"]);
1685
1685
  };
1686
1686
  }
1687
- }), Fr = /* @__PURE__ */ $({
1687
+ }), Fr = /* @__PURE__ */ S({
1688
1688
  __name: "index",
1689
1689
  props: {
1690
1690
  nodeId: {},
@@ -1708,9 +1708,9 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1708
1708
  "settings",
1709
1709
  "singleLine"
1710
1710
  ]);
1711
- return (b, _) => {
1711
+ return (b, g) => {
1712
1712
  const k = B("v-file-input");
1713
- return w(), C(r(H), {
1713
+ return w(), C(r(G), {
1714
1714
  block: "",
1715
1715
  mask: ""
1716
1716
  }, {
@@ -1732,7 +1732,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1732
1732
  });
1733
1733
  };
1734
1734
  }
1735
- }), Nr = /* @__PURE__ */ $({
1735
+ }), Nr = /* @__PURE__ */ S({
1736
1736
  __name: "index",
1737
1737
  props: {
1738
1738
  nodeId: {},
@@ -1740,30 +1740,30 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1740
1740
  refContext: {}
1741
1741
  },
1742
1742
  setup(t) {
1743
- const n = t, { node: e } = P(n), o = Fe(), s = Ce(), i = re(), { applySize: l } = be(n, e), { applyMargin: c } = pn(e), { applyPadding: m } = dn(e), { applyBorder: u } = mn(e), { property: d } = a(e, [
1743
+ const n = t, { node: e } = P(n), o = De(), s = Se(), i = re(), { applySize: l } = ge(n, e), { applyMargin: c } = pn(e), { applyPadding: m } = dn(e), { applyBorder: u } = mn(e), { property: d } = a(e, [
1744
1744
  "settings",
1745
1745
  "backgroundColor"
1746
- ]), { color: p } = Q(d), f = (_) => {
1747
- p.value && (_.backgroundColor = p.value), _.display = "flex";
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");
1746
+ ]), { color: p } = Q(d), f = (g) => {
1747
+ p.value && (g.backgroundColor = p.value), g.display = "flex";
1748
+ const k = ut(o.value.width), h = Ne(k, e.value.settings?.direction);
1749
+ h === "row" ? g.flexDirection = "row" : h === "rowReverse" ? g.flexDirection = "row-reverse" : h === "column" ? g.flexDirection = "column" : h === "columnReverse" && (g.flexDirection = "column-reverse");
1750
1750
  const x = Ne(k, e.value.settings?.wrap);
1751
- x === "no" ? _.flexWrap = "nowrap" : x === "yes" ? _.flexWrap = "wrap" : x === "reverse" && (_.flexWrap = "wrap-reverse");
1752
- const h = Ne(k, e.value.settings?.mainAlign);
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");
1751
+ x === "no" ? g.flexWrap = "nowrap" : x === "yes" ? g.flexWrap = "wrap" : x === "reverse" && (g.flexWrap = "wrap-reverse");
1752
+ const _ = Ne(k, e.value.settings?.mainAlign);
1753
+ _ === "start" ? g.justifyContent = "flex-start" : _ === "end" ? g.justifyContent = "flex-end" : _ === "center" ? g.justifyContent = "center" : _ === "spaceBetween" ? g.justifyContent = "space-between" : _ === "spaceAround" ? g.justifyContent = "space-around" : _ === "spaceEvenly" && (g.justifyContent = "space-evenly");
1754
1754
  const v = Ne(k, e.value.settings?.crossAlign);
1755
- v === "start" ? _.alignItems = "flex-start" : v === "end" ? _.alignItems = "flex-end" : v === "center" ? _.alignItems = "center" : v === "baseline" ? _.alignItems = "baseline" : v === "stretch" && (_.alignItems = "stretch");
1755
+ v === "start" ? g.alignItems = "flex-start" : v === "end" ? g.alignItems = "flex-end" : v === "center" ? g.alignItems = "center" : v === "baseline" ? g.alignItems = "baseline" : v === "stretch" && (g.alignItems = "stretch");
1756
1756
  }, b = I(() => {
1757
- 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), _;
1757
+ const g = {}, k = i.value?.type;
1758
+ return s === "page" ? k === "common" ? (l(g), c(g), m(g), u(g), f(g)) : console.assert(!1) : s === "comp" && k === "common" ? (l(g), c(g), m(g), u(g), f(g)) : console.assert(!1), g;
1759
1759
  });
1760
- return (_, k) => (w(), te("div", {
1761
- style: de(b.value)
1760
+ return (g, k) => (w(), te("div", {
1761
+ style: fe(b.value)
1762
1762
  }, [
1763
- F(_.$slots, "default")
1763
+ F(g.$slots, "default")
1764
1764
  ], 4));
1765
1765
  }
1766
- }), jr = /* @__PURE__ */ $({
1766
+ }), jr = /* @__PURE__ */ S({
1767
1767
  __name: "index",
1768
1768
  props: {
1769
1769
  nodeId: {},
@@ -1771,17 +1771,17 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1771
1771
  refContext: {}
1772
1772
  },
1773
1773
  setup(t) {
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
+ const n = t, { node: e } = P(n), o = Se(), s = re(), { applySize: i } = ge(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), m = I(() => {
1775
1775
  const u = {}, d = s.value?.type;
1776
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;
1777
1777
  });
1778
1778
  return (u, d) => (w(), te("div", {
1779
- style: de(m.value)
1779
+ style: fe(m.value)
1780
1780
  }, [
1781
1781
  F(u.$slots, "default")
1782
1782
  ], 4));
1783
1783
  }
1784
- }), Hr = /* @__PURE__ */ $({
1784
+ }), Gr = /* @__PURE__ */ S({
1785
1785
  __name: "index",
1786
1786
  props: {
1787
1787
  nodeId: {},
@@ -1789,39 +1789,39 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1789
1789
  refContext: {}
1790
1790
  },
1791
1791
  setup(t) {
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
+ const n = t, { node: e } = P(n), o = Se(), s = re(), i = ve(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
1793
1793
  "settings",
1794
1794
  "fastFail"
1795
1795
  ]), { property: m } = a(e, [
1796
1796
  "settings",
1797
1797
  "backgroundColor"
1798
- ]), { color: u } = Q(m), { applySize: d } = be(n, e), { applyMargin: p } = pn(e), { applyPadding: f } = dn(e), { applyBorder: b } = mn(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;
1798
+ ]), { color: u } = Q(m), { applySize: d } = ge(n, e), { applyMargin: p } = pn(e), { applyPadding: f } = dn(e), { applyBorder: b } = mn(e), g = I(() => {
1799
+ const h = {}, x = s.value?.type;
1800
+ return o === "page" ? x === "common" ? (d(h), p(h), f(h), b(h), u.value && (h.backgroundColor = u.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), p(h), f(h), b(h), u.value && (h.backgroundColor = u.value)) : console.assert(!1), h;
1801
1801
  }), k = async () => {
1802
1802
  await i?.callFunctionAsync(
1803
1803
  "__triggerEventV1__",
1804
- ae("elementEvent", n.nodeId, "submit"),
1804
+ ce("elementEvent", n.nodeId, "submit"),
1805
1805
  ""
1806
1806
  );
1807
1807
  };
1808
- return (g, x) => {
1809
- const h = B("v-form");
1810
- return w(), C(h, {
1808
+ return (h, x) => {
1809
+ const _ = B("v-form");
1810
+ return w(), C(_, {
1811
1811
  modelValue: r(l),
1812
1812
  "onUpdate:modelValue": x[0] || (x[0] = (v) => ne(l) ? l.value = v : null),
1813
1813
  "fast-fail": r(c),
1814
- style: de(_.value),
1814
+ style: fe(g.value),
1815
1815
  onSubmit: si(k, ["prevent"])
1816
1816
  }, {
1817
1817
  default: V(() => [
1818
- F(g.$slots, "default")
1818
+ F(h.$slots, "default")
1819
1819
  ]),
1820
1820
  _: 3
1821
1821
  }, 8, ["modelValue", "fast-fail", "style"]);
1822
1822
  };
1823
1823
  }
1824
- }), Gr = /* @__PURE__ */ $({
1824
+ }), Hr = /* @__PURE__ */ S({
1825
1825
  __name: "index",
1826
1826
  props: {
1827
1827
  nodeId: {},
@@ -1832,7 +1832,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1832
1832
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, [
1833
1833
  "settings",
1834
1834
  "disabled"
1835
- ]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: m } = G();
1835
+ ]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: m } = H();
1836
1836
  return (u, d) => {
1837
1837
  const p = B("v-icon");
1838
1838
  return w(), C(p, {
@@ -1844,7 +1844,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1844
1844
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1845
1845
  };
1846
1846
  }
1847
- }), Jr = ["id"], Ur = /* @__PURE__ */ $({
1847
+ }), Jr = ["id"], Ur = /* @__PURE__ */ S({
1848
1848
  __name: "index",
1849
1849
  props: {
1850
1850
  nodeId: {},
@@ -1852,7 +1852,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1852
1852
  refContext: {}
1853
1853
  },
1854
1854
  setup(t) {
1855
- const n = t, e = Z(), o = _e(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${So()}`);
1855
+ const n = t, e = Z(), o = ve(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${$o()}`);
1856
1856
  return mt(n.nodeId, "open", () => {
1857
1857
  if (!o || !o.vm)
1858
1858
  return;
@@ -1883,7 +1883,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1883
1883
  }, 8, ["modelValue", "target"]);
1884
1884
  };
1885
1885
  }
1886
- }), qr = /* @__PURE__ */ $({
1886
+ }), qr = /* @__PURE__ */ S({
1887
1887
  __name: "index",
1888
1888
  props: {
1889
1889
  nodeId: {},
@@ -1908,10 +1908,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1908
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, [
1909
1909
  "settings",
1910
1910
  "placeholder"
1911
- ]), { property: _ } = a(e, [
1911
+ ]), { property: g } = a(e, [
1912
1912
  "settings",
1913
1913
  "precision"
1914
- ]), { property: k } = a(e, ["settings", "prefix"]), { property: g } = a(e, [
1914
+ ]), { property: k } = a(e, ["settings", "prefix"]), { property: h } = a(e, [
1915
1915
  "settings",
1916
1916
  "addIcon",
1917
1917
  "prepend"
@@ -1919,23 +1919,23 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1919
1919
  "settings",
1920
1920
  "addIcon",
1921
1921
  "prependInner"
1922
- ]), { property: h } = a(e, [
1922
+ ]), { property: _ } = a(e, [
1923
1923
  "settings",
1924
1924
  "readonly"
1925
1925
  ]), { property: v } = a(e, ["settings", "reverse"]), { property: z } = a(e, [
1926
1926
  "settings",
1927
1927
  "singleLine"
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), {
1928
+ ]), { property: T } = a(e, ["settings", "step"]), { property: J } = a(e, ["settings", "suffix"]), { theme: Y } = H(), { property: j } = a(e, ["settings", "value"]), { property: L } = a(e, ["settings", "variant"]), { property: U } = a(e, ["size", "width"]);
1929
+ return (oe, he) => {
1930
+ const Le = B("v-number-input");
1931
+ return w(), C(r(G), {
1932
1932
  block: "",
1933
1933
  mask: ""
1934
1934
  }, {
1935
1935
  default: V(() => [
1936
- D(Te, {
1936
+ D(Le, {
1937
1937
  modelValue: r(j),
1938
- "onUpdate:modelValue": ge[0] || (ge[0] = (xe) => ne(j) ? j.value = xe : null),
1938
+ "onUpdate:modelValue": he[0] || (he[0] = (xe) => ne(j) ? j.value = xe : null),
1939
1939
  "append-icon": r(o),
1940
1940
  "append-inner-icon": r(s),
1941
1941
  clearable: r(i),
@@ -1947,11 +1947,11 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1947
1947
  min: r(p),
1948
1948
  "min-width": r(f),
1949
1949
  placeholder: r(b),
1950
- precision: r(_),
1950
+ precision: r(g),
1951
1951
  prefix: r(k),
1952
- "prepend-icon": r(g),
1952
+ "prepend-icon": r(h),
1953
1953
  "prepend-inner-icon": r(x),
1954
- readonly: r(h),
1954
+ readonly: r(_),
1955
1955
  reverse: r(v),
1956
1956
  "single-line": r(z),
1957
1957
  step: r(T),
@@ -1965,7 +1965,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1965
1965
  });
1966
1966
  };
1967
1967
  }
1968
- }), Xr = /* @__PURE__ */ $({
1968
+ }), Xr = /* @__PURE__ */ S({
1969
1969
  __name: "index",
1970
1970
  props: {
1971
1971
  nodeId: {},
@@ -1979,27 +1979,27 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
1979
1979
  ]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
1980
1980
  "settings",
1981
1981
  "showFirstLastPage"
1982
- ]), { property: 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(() => {
1982
+ ]), { property: m } = a(e, ["settings", "size"]), { property: u } = a(e, ["settings", "start"]), { theme: d } = H(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = I(() => {
1983
1983
  const k = {};
1984
1984
  return o === "editor" && (k.pointerEvents = "none"), k;
1985
1985
  });
1986
- return (k, g) => {
1986
+ return (k, h) => {
1987
1987
  const x = B("v-pagination");
1988
- return w(), C(r(H), {
1988
+ return w(), C(r(G), {
1989
1989
  block: "",
1990
1990
  mask: ""
1991
1991
  }, {
1992
1992
  default: V(() => [
1993
1993
  D(x, {
1994
1994
  modelValue: r(f),
1995
- "onUpdate:modelValue": g[0] || (g[0] = (h) => ne(f) ? f.value = h : null),
1995
+ "onUpdate:modelValue": h[0] || (h[0] = (_) => ne(f) ? f.value = _ : null),
1996
1996
  density: r(s),
1997
1997
  disabled: r(i),
1998
1998
  length: r(l),
1999
1999
  "show-first-last-page": r(c),
2000
2000
  size: r(m),
2001
2001
  start: r(u),
2002
- style: de(_.value),
2002
+ style: fe(g.value),
2003
2003
  theme: r(d),
2004
2004
  tile: r(p),
2005
2005
  variant: r(b)
@@ -2009,7 +2009,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2009
2009
  });
2010
2010
  };
2011
2011
  }
2012
- }), Yr = /* @__PURE__ */ $({
2012
+ }), Yr = /* @__PURE__ */ S({
2013
2013
  __name: "index",
2014
2014
  props: {
2015
2015
  nodeId: {},
@@ -2023,7 +2023,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2023
2023
  ]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, [
2024
2024
  "settings",
2025
2025
  "readonly"
2026
- ]), { theme: u } = G(), { property: d } = a(e, ["settings", "value"]);
2026
+ ]), { theme: u } = H(), { property: d } = a(e, ["settings", "value"]);
2027
2027
  return (p, f) => {
2028
2028
  const b = B("v-radio");
2029
2029
  return w(), C(b, {
@@ -2037,7 +2037,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2037
2037
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2038
2038
  };
2039
2039
  }
2040
- }), Zr = /* @__PURE__ */ $({
2040
+ }), Zr = /* @__PURE__ */ S({
2041
2041
  __name: "index",
2042
2042
  props: {
2043
2043
  nodeId: {},
@@ -2054,10 +2054,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2054
2054
  ]), { property: l } = a(e, ["settings", "inline"]), { property: c } = a(e, [
2055
2055
  "settings",
2056
2056
  "readonly"
2057
- ]), { theme: m } = G(), { property: u } = a(e, ["settings", "value"]);
2057
+ ]), { theme: m } = H(), { property: u } = a(e, ["settings", "value"]);
2058
2058
  return (d, p) => {
2059
2059
  const f = B("v-radio-group");
2060
- return w(), C(r(H), null, {
2060
+ return w(), C(r(G), null, {
2061
2061
  default: V(() => [
2062
2062
  D(f, {
2063
2063
  modelValue: r(u),
@@ -2079,7 +2079,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2079
2079
  });
2080
2080
  };
2081
2081
  }
2082
- }), Qr = /* @__PURE__ */ $({
2082
+ }), Qr = /* @__PURE__ */ S({
2083
2083
  __name: "index",
2084
2084
  props: {
2085
2085
  nodeId: {},
@@ -2107,10 +2107,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2107
2107
  return "always";
2108
2108
  if (p.value === "show")
2109
2109
  return !0;
2110
- }), { property: b } = a(e, ["settings", "step"]), { theme: _ } = G(), { property: k } = a(e, [
2110
+ }), { property: b } = a(e, ["settings", "step"]), { theme: g } = H(), { property: k } = a(e, [
2111
2111
  "settings",
2112
2112
  "thumbLabel"
2113
- ]), g = I(() => {
2113
+ ]), h = I(() => {
2114
2114
  if (k.value === "always")
2115
2115
  return "always";
2116
2116
  if (k.value === "show")
@@ -2118,11 +2118,11 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2118
2118
  }), { property: x } = a(e, [
2119
2119
  "settings",
2120
2120
  "thumbSize"
2121
- ]), { property: h } = a(e, ["settings", "ticks"]), v = I(() => {
2122
- if (!h.value)
2121
+ ]), { property: _ } = a(e, ["settings", "ticks"]), v = I(() => {
2122
+ if (!_.value)
2123
2123
  return;
2124
2124
  const j = {};
2125
- for (const { value: L, label: U } of h.value)
2125
+ for (const { value: L, label: U } of _.value)
2126
2126
  j[L] = U;
2127
2127
  if (!Wo(j))
2128
2128
  return j;
@@ -2145,7 +2145,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2145
2145
  });
2146
2146
  return (j, L) => {
2147
2147
  const U = B("v-range-slider");
2148
- return w(), C(r(H), {
2148
+ return w(), C(r(G), {
2149
2149
  block: "",
2150
2150
  mask: ""
2151
2151
  }, {
@@ -2163,8 +2163,8 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2163
2163
  readonly: r(d),
2164
2164
  "show-ticks": f.value,
2165
2165
  step: r(b),
2166
- theme: r(_),
2167
- "thumb-label": g.value,
2166
+ theme: r(g),
2167
+ "thumb-label": h.value,
2168
2168
  "thumb-size": r(x),
2169
2169
  "tick-size": r(z),
2170
2170
  ticks: v.value
@@ -2174,7 +2174,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2174
2174
  });
2175
2175
  };
2176
2176
  }
2177
- }), el = /* @__PURE__ */ $({
2177
+ }), el = /* @__PURE__ */ S({
2178
2178
  __name: "index",
2179
2179
  props: {
2180
2180
  nodeId: {},
@@ -2194,12 +2194,12 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2194
2194
  ]), { property: c } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "length"]), { property: u } = a(e, [
2195
2195
  "settings",
2196
2196
  "readonly"
2197
- ]), { theme: d } = G(), { property: p } = a(e, ["settings", "value"]);
2197
+ ]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
2198
2198
  return (f, b) => {
2199
- const _ = B("v-rating");
2200
- return w(), C(r(H), { mask: "" }, {
2199
+ const g = B("v-rating");
2200
+ return w(), C(r(G), { mask: "" }, {
2201
2201
  default: V(() => [
2202
- D(_, {
2202
+ D(g, {
2203
2203
  modelValue: r(p),
2204
2204
  "onUpdate:modelValue": b[0] || (b[0] = (k) => ne(p) ? p.value = k : null),
2205
2205
  clearable: r(o),
@@ -2216,7 +2216,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2216
2216
  });
2217
2217
  };
2218
2218
  }
2219
- }), tl = /* @__PURE__ */ $({
2219
+ }), tl = /* @__PURE__ */ S({
2220
2220
  __name: "index",
2221
2221
  props: {
2222
2222
  nodeId: {},
@@ -2236,10 +2236,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2236
2236
  ]), { property: c } = a(e, [
2237
2237
  "settings",
2238
2238
  "singleLine"
2239
- ]), { theme: m } = G(), { property: u } = a(e, ["settings", "value"]);
2239
+ ]), { theme: m } = H(), { property: u } = a(e, ["settings", "value"]);
2240
2240
  return (d, p) => {
2241
2241
  const f = B("v-select");
2242
- return w(), C(r(H), {
2242
+ return w(), C(r(G), {
2243
2243
  block: "",
2244
2244
  mask: ""
2245
2245
  }, {
@@ -2259,7 +2259,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2259
2259
  });
2260
2260
  };
2261
2261
  }
2262
- }), nl = /* @__PURE__ */ $({
2262
+ }), nl = /* @__PURE__ */ S({
2263
2263
  __name: "index",
2264
2264
  props: {
2265
2265
  nodeId: {},
@@ -2282,15 +2282,15 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2282
2282
  ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, [
2283
2283
  "settings",
2284
2284
  "showTicks"
2285
- ]), _ = I(() => {
2285
+ ]), g = I(() => {
2286
2286
  if (b.value === "always")
2287
2287
  return "always";
2288
2288
  if (b.value === "show")
2289
2289
  return !0;
2290
- }), { property: k } = a(e, ["settings", "step"]), { theme: g } = G(), { property: x } = a(e, [
2290
+ }), { property: k } = a(e, ["settings", "step"]), { theme: h } = H(), { property: x } = a(e, [
2291
2291
  "settings",
2292
2292
  "thumbColor"
2293
- ]), { color: h } = Q(x), { property: v } = a(e, [
2293
+ ]), { color: _ } = Q(x), { property: v } = a(e, [
2294
2294
  "settings",
2295
2295
  "thumbLabel"
2296
2296
  ]), z = I(() => {
@@ -2315,10 +2315,10 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2315
2315
  ]), { property: L } = a(e, [
2316
2316
  "settings",
2317
2317
  "trackColor"
2318
- ]), { color: U } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: ge } = a(e, ["slots", "append"]), { property: Te } = a(e, ["slots", "prepend"]);
2318
+ ]), { color: U } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: he } = a(e, ["slots", "append"]), { property: Le } = a(e, ["slots", "prepend"]);
2319
2319
  return (xe, nt) => {
2320
2320
  const kt = B("v-slider");
2321
- return w(), C(r(H), {
2321
+ return w(), C(r(G), {
2322
2322
  block: "",
2323
2323
  mask: ""
2324
2324
  }, {
@@ -2335,33 +2335,33 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2335
2335
  min: r(d),
2336
2336
  readonly: r(p),
2337
2337
  reverse: r(f),
2338
- "show-ticks": _.value,
2338
+ "show-ticks": g.value,
2339
2339
  step: r(k),
2340
- theme: r(g),
2341
- "thumb-color": r(h),
2340
+ theme: r(h),
2341
+ "thumb-color": r(_),
2342
2342
  "thumb-label": z.value,
2343
2343
  "thumb-size": r(T),
2344
2344
  "tick-size": r(j),
2345
2345
  ticks: Y.value,
2346
2346
  "track-color": r(U)
2347
2347
  }, rn({ _: 2 }, [
2348
- r(ge) ? {
2348
+ r(he) ? {
2349
2349
  name: "append",
2350
2350
  fn: V(() => [
2351
- D(r(Pe), {
2351
+ D(r(Ce), {
2352
2352
  "node-id": "append",
2353
- "ref-context": { compId: r(ge) },
2353
+ "ref-context": { compId: r(he) },
2354
2354
  state: {}
2355
2355
  }, null, 8, ["ref-context"])
2356
2356
  ]),
2357
2357
  key: "0"
2358
2358
  } : void 0,
2359
- r(Te) ? {
2359
+ r(Le) ? {
2360
2360
  name: "prepend",
2361
2361
  fn: V(() => [
2362
- D(r(Pe), {
2362
+ D(r(Ce), {
2363
2363
  "node-id": "prepend",
2364
- "ref-context": { compId: r(Te) },
2364
+ "ref-context": { compId: r(Le) },
2365
2365
  state: {}
2366
2366
  }, null, 8, ["ref-context"])
2367
2367
  ]),
@@ -2373,7 +2373,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2373
2373
  });
2374
2374
  };
2375
2375
  }
2376
- }), ol = /* @__PURE__ */ $({
2376
+ }), ol = /* @__PURE__ */ S({
2377
2377
  __name: "index",
2378
2378
  props: {
2379
2379
  nodeId: {},
@@ -2384,7 +2384,7 @@ const Vr = /* @__PURE__ */ De(Sr, [["render", Cr]]), Pr = /* @__PURE__ */ $({
2384
2384
  const n = t, { node: e } = P(n), { property: o } = a(e, [
2385
2385
  "settings",
2386
2386
  "hideActions"
2387
- ]), { theme: s } = G(), { property: i } = a(e, ["settings", "value"]);
2387
+ ]), { theme: s } = H(), { property: i } = a(e, ["settings", "value"]);
2388
2388
  return (l, c) => {
2389
2389
  const m = B("v-stepper");
2390
2390
  return w(), C(m, {
@@ -2410,7 +2410,7 @@ function sl(t, n) {
2410
2410
  _: 3
2411
2411
  });
2412
2412
  }
2413
- const rl = /* @__PURE__ */ De(il, [["render", sl]]), ll = /* @__PURE__ */ $({
2413
+ const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */ S({
2414
2414
  __name: "index",
2415
2415
  props: {
2416
2416
  nodeId: {},
@@ -2439,7 +2439,7 @@ function cl(t, n) {
2439
2439
  _: 3
2440
2440
  });
2441
2441
  }
2442
- const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2442
+ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2443
2443
  __name: "index",
2444
2444
  props: {
2445
2445
  nodeId: {},
@@ -2458,7 +2458,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2458
2458
  }, 8, ["value"]);
2459
2459
  };
2460
2460
  }
2461
- }), pl = /* @__PURE__ */ $({
2461
+ }), pl = /* @__PURE__ */ S({
2462
2462
  __name: "index",
2463
2463
  props: {
2464
2464
  nodeId: {},
@@ -2478,12 +2478,12 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2478
2478
  ]), { property: c } = a(e, [
2479
2479
  "settings",
2480
2480
  "indeterminate"
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: "" }, {
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 } = H(), { property: b } = a(e, ["settings", "value"]);
2482
+ return (g, k) => {
2483
+ const h = B("v-switch");
2484
+ return w(), C(r(G), { mask: "" }, {
2485
2485
  default: V(() => [
2486
- D(g, {
2486
+ D(h, {
2487
2487
  modelValue: r(b),
2488
2488
  "onUpdate:modelValue": k[0] || (k[0] = (x) => ne(b) ? b.value = x : null),
2489
2489
  density: r(o),
@@ -2502,7 +2502,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2502
2502
  });
2503
2503
  };
2504
2504
  }
2505
- }), dl = /* @__PURE__ */ $({
2505
+ }), dl = /* @__PURE__ */ S({
2506
2506
  __name: "index",
2507
2507
  props: {
2508
2508
  nodeId: {},
@@ -2510,16 +2510,16 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2510
2510
  refContext: {}
2511
2511
  },
2512
2512
  setup(t) {
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(() => {
2513
+ const n = t, { node: e } = P(n), o = Z(), { property: s } = a(e, ["settings", "text"]), { theme: i } = H(), { property: l } = a(e, ["settings", "value"]), c = I(() => {
2514
2514
  const m = {};
2515
2515
  return o === "editor" && (m.pointerEvents = "none"), m;
2516
2516
  });
2517
2517
  return (m, u) => {
2518
2518
  const d = B("v-tab");
2519
- return w(), C(r(H), { mask: "" }, {
2519
+ return w(), C(r(G), { mask: "" }, {
2520
2520
  default: V(() => [
2521
2521
  D(d, {
2522
- style: de(c.value),
2522
+ style: fe(c.value),
2523
2523
  text: r(s),
2524
2524
  theme: r(i),
2525
2525
  value: r(l)
@@ -2529,7 +2529,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2529
2529
  });
2530
2530
  };
2531
2531
  }
2532
- }), fl = /* @__PURE__ */ $({
2532
+ }), fl = /* @__PURE__ */ S({
2533
2533
  __name: "index",
2534
2534
  props: {
2535
2535
  nodeId: {},
@@ -2560,23 +2560,23 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2560
2560
  ]), { property: f } = a(e, [
2561
2561
  "settings",
2562
2562
  "fixedTabs"
2563
- ]), { property: b } = a(e, ["settings", "grow"]), { property: _ } = a(e, [
2563
+ ]), { property: b } = a(e, ["settings", "grow"]), { property: g } = a(e, [
2564
2564
  "settings",
2565
2565
  "hideSlider"
2566
- ]), { property: k } = a(e, ["settings", "items"]), { property: g } = a(e, [
2566
+ ]), { property: k } = a(e, ["settings", "items"]), { property: h } = a(e, [
2567
2567
  "settings",
2568
2568
  "mandatory"
2569
2569
  ]), { property: x } = a(e, [
2570
2570
  "settings",
2571
2571
  "showArrows"
2572
- ]), { property: h } = a(e, [
2572
+ ]), { property: _ } = a(e, [
2573
2573
  "settings",
2574
2574
  "color",
2575
2575
  "sliderColor"
2576
- ]), { color: v } = Q(h), { property: z } = a(e, ["settings", "stacked"]), { theme: T } = G(), { property: J } = a(e, ["settings", "value"]);
2576
+ ]), { color: v } = Q(_), { property: z } = a(e, ["settings", "stacked"]), { theme: T } = H(), { property: J } = a(e, ["settings", "value"]);
2577
2577
  return (Y, j) => {
2578
2578
  const L = B("v-tabs");
2579
- return w(), C(r(H), {
2579
+ return w(), C(r(G), {
2580
2580
  block: "",
2581
2581
  mask: ""
2582
2582
  }, {
@@ -2593,9 +2593,9 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2593
2593
  disabled: r(p),
2594
2594
  "fixed-tabs": r(f),
2595
2595
  grow: r(b),
2596
- "hide-slider": r(_),
2596
+ "hide-slider": r(g),
2597
2597
  items: r(k),
2598
- mandatory: r(g),
2598
+ mandatory: r(h),
2599
2599
  "show-arrows": r(x),
2600
2600
  "slider-color": r(v),
2601
2601
  stacked: r(z),
@@ -2611,7 +2611,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2611
2611
  });
2612
2612
  };
2613
2613
  }
2614
- }), yl = /* @__PURE__ */ $({
2614
+ }), yl = /* @__PURE__ */ S({
2615
2615
  __name: "index",
2616
2616
  props: {
2617
2617
  nodeId: {},
@@ -2619,7 +2619,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2619
2619
  refContext: {}
2620
2620
  },
2621
2621
  setup(t) {
2622
- const n = t, { node: e } = P(n), o = Fe(), { property: s } = a(e, ["settings", "align"]), { property: i } = a(e, [
2622
+ const n = t, { node: e } = P(n), o = De(), { property: s } = a(e, ["settings", "align"]), { property: i } = a(e, [
2623
2623
  "settings",
2624
2624
  "decoration"
2625
2625
  ]), { property: l } = a(e, [
@@ -2629,16 +2629,16 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2629
2629
  const p = [], f = ut(o.value.width), b = Ne(f, e.value.settings?.style);
2630
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(" ");
2631
2631
  });
2632
- return (p, f) => (w(), C(r(H), { mask: "" }, {
2632
+ return (p, f) => (w(), C(r(G), { mask: "" }, {
2633
2633
  default: V(() => [
2634
- Re("span", {
2634
+ We("span", {
2635
2635
  class: ri(d.value)
2636
2636
  }, Co(r(m)), 3)
2637
2637
  ]),
2638
2638
  _: 1
2639
2639
  }));
2640
2640
  }
2641
- }), bl = /* @__PURE__ */ $({
2641
+ }), bl = /* @__PURE__ */ S({
2642
2642
  __name: "index",
2643
2643
  props: {
2644
2644
  nodeId: {},
@@ -2661,20 +2661,20 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2661
2661
  ]), { property: p } = a(e, [
2662
2662
  "settings",
2663
2663
  "readonly"
2664
- ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, ["settings", "rows"]), { property: _ } = a(e, [
2664
+ ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, ["settings", "rows"]), { property: g } = a(e, [
2665
2665
  "settings",
2666
2666
  "singleLine"
2667
- ]), { theme: k } = G(), { property: g } = a(e, ["settings", "value"]), { property: x } = a(e, ["settings", "variant"]);
2668
- return (h, v) => {
2667
+ ]), { theme: k } = H(), { property: h } = a(e, ["settings", "value"]), { property: x } = a(e, ["settings", "variant"]);
2668
+ return (_, v) => {
2669
2669
  const z = B("v-textarea");
2670
- return w(), C(r(H), {
2670
+ return w(), C(r(G), {
2671
2671
  block: "",
2672
2672
  mask: ""
2673
2673
  }, {
2674
2674
  default: V(() => [
2675
2675
  D(z, {
2676
- modelValue: r(g),
2677
- "onUpdate:modelValue": v[0] || (v[0] = (T) => ne(g) ? g.value = T : null),
2676
+ modelValue: r(h),
2677
+ "onUpdate:modelValue": v[0] || (v[0] = (T) => ne(h) ? h.value = T : null),
2678
2678
  "auto-grow": r(o),
2679
2679
  clearable: r(s),
2680
2680
  density: r(i),
@@ -2686,7 +2686,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2686
2686
  readonly: r(p),
2687
2687
  reverse: r(f),
2688
2688
  rows: r(b),
2689
- "single-line": r(_),
2689
+ "single-line": r(g),
2690
2690
  theme: r(k),
2691
2691
  variant: r(x)
2692
2692
  }, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
@@ -2695,7 +2695,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2695
2695
  });
2696
2696
  };
2697
2697
  }
2698
- }), gl = /* @__PURE__ */ $({
2698
+ }), gl = /* @__PURE__ */ S({
2699
2699
  __name: "index",
2700
2700
  props: {
2701
2701
  nodeId: {},
@@ -2724,35 +2724,35 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2724
2724
  ]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
2725
2725
  "settings",
2726
2726
  "placeholder"
2727
- ]), { property: b } = a(e, ["settings", "prefix"]), { property: _ } = a(e, [
2727
+ ]), { property: b } = a(e, ["settings", "prefix"]), { property: g } = a(e, [
2728
2728
  "settings",
2729
2729
  "prependIcon"
2730
2730
  ]), { property: k } = a(e, [
2731
2731
  "settings",
2732
2732
  "prependInnerIcon"
2733
- ]), { property: g } = a(e, [
2733
+ ]), { property: h } = a(e, [
2734
2734
  "settings",
2735
2735
  "readonly"
2736
- ]), { property: x } = a(e, ["settings", "reverse"]), { property: h } = a(e, [
2736
+ ]), { property: x } = a(e, ["settings", "reverse"]), { property: _ } = a(e, [
2737
2737
  "settings",
2738
2738
  "singleLine"
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, [
2739
+ ]), { property: v } = a(e, ["settings", "suffix"]), { theme: z } = H(), { property: T } = a(e, ["settings", "value"]), { property: J } = a(e, ["settings", "variant"]), { property: Y } = a(e, ["slots", "append"]), { property: j } = a(e, [
2740
2740
  "slots",
2741
2741
  "appendInner"
2742
2742
  ]), { property: L } = a(e, ["slots", "prepend"]), { property: U } = a(e, [
2743
2743
  "slots",
2744
2744
  "prependInner"
2745
2745
  ]);
2746
- return (oe, ge) => {
2747
- const Te = B("v-text-field");
2748
- return w(), C(r(H), {
2746
+ return (oe, he) => {
2747
+ const Le = B("v-text-field");
2748
+ return w(), C(r(G), {
2749
2749
  block: "",
2750
2750
  mask: ""
2751
2751
  }, {
2752
2752
  default: V(() => [
2753
- D(Te, {
2753
+ D(Le, {
2754
2754
  modelValue: r(T),
2755
- "onUpdate:modelValue": ge[0] || (ge[0] = (xe) => ne(T) ? T.value = xe : null),
2755
+ "onUpdate:modelValue": he[0] || (he[0] = (xe) => ne(T) ? T.value = xe : null),
2756
2756
  "append-icon": r(o),
2757
2757
  "append-inner-icon": r(s),
2758
2758
  autofocus: r(i),
@@ -2764,11 +2764,11 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2764
2764
  loading: r(p),
2765
2765
  placeholder: r(f),
2766
2766
  prefix: r(b),
2767
- "prepend-icon": r(_),
2767
+ "prepend-icon": r(g),
2768
2768
  "prepend-inner-icon": r(k),
2769
- readonly: r(g),
2769
+ readonly: r(h),
2770
2770
  reverse: r(x),
2771
- "single-line": r(h),
2771
+ "single-line": r(_),
2772
2772
  suffix: r(v),
2773
2773
  theme: r(z),
2774
2774
  variant: r(J)
@@ -2776,7 +2776,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2776
2776
  r(Y) ? {
2777
2777
  name: "append",
2778
2778
  fn: V(() => [
2779
- D(r(Pe), {
2779
+ D(r(Ce), {
2780
2780
  "node-id": "append",
2781
2781
  "ref-context": { compId: r(Y) },
2782
2782
  state: {}
@@ -2787,7 +2787,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2787
2787
  r(j) ? {
2788
2788
  name: "append-inner",
2789
2789
  fn: V(() => [
2790
- D(r(Pe), {
2790
+ D(r(Ce), {
2791
2791
  "node-id": "append-inner",
2792
2792
  "ref-context": { compId: r(j) },
2793
2793
  state: {}
@@ -2798,7 +2798,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2798
2798
  r(L) ? {
2799
2799
  name: "prepend",
2800
2800
  fn: V(() => [
2801
- D(r(Pe), {
2801
+ D(r(Ce), {
2802
2802
  "node-id": "prepend",
2803
2803
  "ref-context": { compId: r(L) },
2804
2804
  state: {}
@@ -2809,7 +2809,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2809
2809
  r(U) ? {
2810
2810
  name: "prepend-inner",
2811
2811
  fn: V(() => [
2812
- D(r(Pe), {
2812
+ D(r(Ce), {
2813
2813
  "node-id": "prepend-inner",
2814
2814
  "ref-context": { compId: r(U) },
2815
2815
  state: {}
@@ -2823,7 +2823,7 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2823
2823
  });
2824
2824
  };
2825
2825
  }
2826
- }), hl = /* @__PURE__ */ $({
2826
+ }), hl = /* @__PURE__ */ S({
2827
2827
  __name: "index",
2828
2828
  props: {
2829
2829
  nodeId: {},
@@ -2857,12 +2857,12 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2857
2857
  "settings",
2858
2858
  "line",
2859
2859
  "thickness"
2860
- ]), { property: _ } = a(e, ["settings", "side"]), { property: k } = a(e, [
2860
+ ]), { property: g } = a(e, ["settings", "side"]), { property: k } = a(e, [
2861
2861
  "settings",
2862
2862
  "line",
2863
2863
  "truncate"
2864
- ]), { theme: g } = G();
2865
- return (x, h) => {
2864
+ ]), { theme: h } = H();
2865
+ return (x, _) => {
2866
2866
  const v = B("v-timeline");
2867
2867
  return w(), C(v, {
2868
2868
  align: r(o),
@@ -2874,8 +2874,8 @@ const ul = /* @__PURE__ */ De(al, [["render", cl]]), ml = /* @__PURE__ */ $({
2874
2874
  "line-color": r(p),
2875
2875
  "line-inset": r(f),
2876
2876
  "line-thickness": r(b),
2877
- side: r(_),
2878
- theme: r(g),
2877
+ side: r(g),
2878
+ theme: r(h),
2879
2879
  "truncate-line": r(k)
2880
2880
  }, {
2881
2881
  default: V(() => [
@@ -2895,7 +2895,7 @@ function vl(t, n) {
2895
2895
  _: 3
2896
2896
  });
2897
2897
  }
2898
- const xl = /* @__PURE__ */ De(_l, [["render", vl]]), kl = /* @__PURE__ */ $({
2898
+ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
2899
2899
  __name: "index",
2900
2900
  props: {
2901
2901
  nodeId: {},
@@ -2915,12 +2915,12 @@ const xl = /* @__PURE__ */ De(_l, [["render", vl]]), kl = /* @__PURE__ */ $({
2915
2915
  ]), { property: l } = a(e, ["settings", "reverse"]), { property: c } = a(e, [
2916
2916
  "settings",
2917
2917
  "showArrows"
2918
- ]), { property: m } = a(e, ["settings", "touch"]), { theme: u } = G(), { property: d } = a(e, ["settings", "value"]);
2918
+ ]), { property: m } = a(e, ["settings", "touch"]), { theme: u } = H(), { property: d } = a(e, ["settings", "value"]);
2919
2919
  return (p, f) => {
2920
2920
  const b = B("v-window");
2921
2921
  return w(), C(b, {
2922
2922
  modelValue: r(d),
2923
- "onUpdate:modelValue": f[0] || (f[0] = (_) => ne(d) ? d.value = _ : null),
2923
+ "onUpdate:modelValue": f[0] || (f[0] = (g) => ne(d) ? d.value = g : null),
2924
2924
  continuous: r(o),
2925
2925
  direction: r(i),
2926
2926
  disabled: r(s),
@@ -2946,7 +2946,7 @@ function Il(t, n) {
2946
2946
  _: 3
2947
2947
  });
2948
2948
  }
2949
- const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
2949
+ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
2950
2950
  __name: "entry",
2951
2951
  props: {
2952
2952
  subtype: {},
@@ -2955,13 +2955,13 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
2955
2955
  instance: {}
2956
2956
  },
2957
2957
  setup(t) {
2958
- console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), Se(() => {
2958
+ console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), Ie(() => {
2959
2959
  console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
2960
2960
  });
2961
2961
  const n = Z(), e = re(), o = I(() => O(e.value));
2962
- ze(o), le(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
2962
+ Pe(o), ae(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
2963
2963
  const s = (l) => {
2964
- const c = $e[l.key];
2964
+ const c = we[l.key];
2965
2965
  if (!c) {
2966
2966
  console.assert(!1, `element not found key=${l.key}`);
2967
2967
  return;
@@ -2997,7 +2997,7 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
2997
2997
  };
2998
2998
  return (l, c) => (w(), C(i));
2999
2999
  }
3000
- }), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ce = /* @__PURE__ */ $({
3000
+ }), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ue = /* @__PURE__ */ S({
3001
3001
  __name: "index",
3002
3002
  props: {
3003
3003
  position: {},
@@ -3018,14 +3018,14 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3018
3018
  transform: ""
3019
3019
  }, {
3020
3020
  default: V(() => [
3021
- Re("div", Vl, Co(t.label), 1)
3021
+ We("div", Vl, Co(t.label), 1)
3022
3022
  ]),
3023
3023
  _: 1
3024
3024
  })) : se("", !0),
3025
3025
  F(n.$slots, "default")
3026
3026
  ], 8, Cl));
3027
3027
  }
3028
- }), Pl = /* @__PURE__ */ $({
3028
+ }), Pl = /* @__PURE__ */ S({
3029
3029
  __name: "index",
3030
3030
  props: {
3031
3031
  nodeId: {},
@@ -3034,27 +3034,27 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3034
3034
  },
3035
3035
  setup(t) {
3036
3036
  const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
3037
- ze(l);
3037
+ Pe(l);
3038
3038
  const c = I(() => e.refContext?.compId);
3039
3039
  et(c, l);
3040
- const { applySize: m } = be(e, o), u = I(() => {
3041
- const h = {};
3042
- return l.value?.type === "common" && m(h), h;
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);
3040
+ const { applySize: m } = ge(e, o), u = I(() => {
3041
+ const _ = {};
3042
+ return l.value?.type === "common" && m(_), _;
3043
+ }), { position: d, rotation: p, scale: f } = me(o), { property: b } = a(o, ["instances"]), g = (_, v) => {
3044
+ _.findIndex((z) => z === v) >= 0 || _.push(v);
3045
3045
  }, k = I(() => {
3046
- const h = [];
3046
+ const _ = [];
3047
3047
  if (!Array.isArray(b.value))
3048
- return h;
3048
+ return _;
3049
3049
  for (const v of b.value)
3050
- typeof v == "string" && v && _(h, v);
3051
- return h;
3052
- }), g = (h, v) => K(Sl, {
3053
- key: h,
3050
+ typeof v == "string" && v && g(_, v);
3051
+ return _;
3052
+ }), h = (_, v) => K($l, {
3053
+ key: _,
3054
3054
  subtype: v,
3055
3055
  nodeId: e.nodeId,
3056
3056
  refContext: e.refContext,
3057
- instance: h
3057
+ instance: _
3058
3058
  }), x = () => {
3059
3059
  if (!e.refContext) {
3060
3060
  console.assert(!1, "invalid of ref context");
@@ -3064,21 +3064,21 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3064
3064
  console.assert(!1, "invalid of data");
3065
3065
  return;
3066
3066
  }
3067
- const { i18n: h } = he;
3067
+ const { i18n: _ } = _e;
3068
3068
  if (Ye(e.refContext, s))
3069
3069
  return i.value.type === "common" ? K(
3070
3070
  "div",
3071
3071
  { id: n.id, style: u.value },
3072
- h.global.t("x-runtime-lib.circularReference")
3073
- ) : i.value.type === "scene" ? K(ce, {
3072
+ _.global.t("x-runtime-lib.circularReference")
3073
+ ) : i.value.type === "scene" ? K(ue, {
3074
3074
  name: n.name,
3075
3075
  position: d.value,
3076
3076
  rotation: p.value,
3077
3077
  scale: f.value,
3078
- label: h.global.t("x-runtime-lib.circularReference")
3078
+ label: _.global.t("x-runtime-lib.circularReference")
3079
3079
  }) : void 0;
3080
3080
  if (!l.value)
3081
- return i.value.type === "common" ? K("div", { id: n.id, style: u.value }) : i.value.type === "scene" ? K(ce, {
3081
+ return i.value.type === "common" ? K("div", { id: n.id, style: u.value }) : i.value.type === "scene" ? K(ue, {
3082
3082
  name: n.name,
3083
3083
  position: d.value,
3084
3084
  rotation: p.value,
@@ -3097,12 +3097,12 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3097
3097
  style: u.value
3098
3098
  },
3099
3099
  {
3100
- default: () => k.value.map((z) => g(z, v))
3100
+ default: () => k.value.map((z) => h(z, v))
3101
3101
  }
3102
3102
  );
3103
3103
  if (v === "scene")
3104
3104
  return K(
3105
- ce,
3105
+ ue,
3106
3106
  {
3107
3107
  name: n.name,
3108
3108
  position: d.value,
@@ -3110,13 +3110,13 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3110
3110
  scale: f.value
3111
3111
  },
3112
3112
  {
3113
- default: () => k.value.map((z) => g(z, v))
3113
+ default: () => k.value.map((z) => h(z, v))
3114
3114
  }
3115
3115
  );
3116
3116
  };
3117
- return (h, v) => (w(), C(x));
3117
+ return (_, v) => (w(), C(x));
3118
3118
  }
3119
- }), Ll = /* @__PURE__ */ $({
3119
+ }), Ll = /* @__PURE__ */ S({
3120
3120
  __name: "entry",
3121
3121
  props: {
3122
3122
  subtype: {},
@@ -3125,13 +3125,13 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3125
3125
  instance: {}
3126
3126
  },
3127
3127
  setup(t) {
3128
- console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), Se(() => {
3128
+ console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), Ie(() => {
3129
3129
  console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
3130
3130
  });
3131
3131
  const n = Z(), e = re(), o = I(() => O(e.value));
3132
- ze(o), le(n) && tt(o, "multipleSlot", t.nodeId, t.instance, _e());
3132
+ Pe(o), ae(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
3133
3133
  const s = (l) => {
3134
- const c = $e[l.key];
3134
+ const c = we[l.key];
3135
3135
  if (!c) {
3136
3136
  console.assert(!1, `element not found key=${l.key}`);
3137
3137
  return;
@@ -3167,7 +3167,7 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3167
3167
  };
3168
3168
  return (l, c) => (w(), C(i));
3169
3169
  }
3170
- }), zl = /* @__PURE__ */ $({
3170
+ }), zl = /* @__PURE__ */ S({
3171
3171
  __name: "index",
3172
3172
  props: {
3173
3173
  nodeId: {},
@@ -3176,27 +3176,27 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3176
3176
  },
3177
3177
  setup(t) {
3178
3178
  const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
3179
- ze(l);
3179
+ Pe(l);
3180
3180
  const c = I(() => e.refContext?.compId);
3181
3181
  et(c, l);
3182
- const { applySize: m } = be(e, o), u = I(() => {
3183
- const h = {};
3184
- return l.value?.type === "common" && m(h), h;
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);
3182
+ const { applySize: m } = ge(e, o), u = I(() => {
3183
+ const _ = {};
3184
+ return l.value?.type === "common" && m(_), _;
3185
+ }), { position: d, rotation: p, scale: f } = me(o), { property: b } = a(o, ["instances"]), g = (_, v) => {
3186
+ _.findIndex((z) => z === v) >= 0 || _.push(v);
3187
3187
  }, k = I(() => {
3188
- const h = [];
3188
+ const _ = [];
3189
3189
  if (!Array.isArray(b.value))
3190
- return h;
3190
+ return _;
3191
3191
  for (const v of b.value)
3192
- typeof v == "string" && v && _(h, v);
3193
- return h;
3194
- }), g = (h, v) => K(Ll, {
3195
- key: h,
3192
+ typeof v == "string" && v && g(_, v);
3193
+ return _;
3194
+ }), h = (_, v) => K(Ll, {
3195
+ key: _,
3196
3196
  subtype: v,
3197
3197
  nodeId: e.nodeId,
3198
3198
  refContext: e.refContext,
3199
- instance: h
3199
+ instance: _
3200
3200
  }), x = () => {
3201
3201
  if (!e.refContext) {
3202
3202
  console.assert(!1, "invalid of ref context");
@@ -3206,21 +3206,21 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3206
3206
  console.assert(!1, "invalid of data");
3207
3207
  return;
3208
3208
  }
3209
- const { i18n: h } = he;
3209
+ const { i18n: _ } = _e;
3210
3210
  if (Ye(e.refContext, s))
3211
3211
  return i.value.type === "common" ? K(
3212
3212
  "div",
3213
3213
  { id: n.id, style: u.value },
3214
- h.global.t("x-runtime-lib.circularReference")
3215
- ) : i.value.type === "scene" ? K(ce, {
3214
+ _.global.t("x-runtime-lib.circularReference")
3215
+ ) : i.value.type === "scene" ? K(ue, {
3216
3216
  name: n.name,
3217
3217
  position: d.value,
3218
3218
  rotation: p.value,
3219
3219
  scale: f.value,
3220
- label: h.global.t("x-runtime-lib.circularReference")
3220
+ label: _.global.t("x-runtime-lib.circularReference")
3221
3221
  }) : void 0;
3222
3222
  if (!l.value)
3223
- return i.value.type === "common" ? K("div", { id: n.id, style: u.value }) : i.value.type === "scene" ? K(ce, {
3223
+ return i.value.type === "common" ? K("div", { id: n.id, style: u.value }) : i.value.type === "scene" ? K(ue, {
3224
3224
  name: n.name,
3225
3225
  position: d.value,
3226
3226
  rotation: p.value,
@@ -3239,12 +3239,12 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3239
3239
  style: u.value
3240
3240
  },
3241
3241
  {
3242
- default: () => k.value.map((z) => g(z, v))
3242
+ default: () => k.value.map((z) => h(z, v))
3243
3243
  }
3244
3244
  );
3245
3245
  if (v === "scene")
3246
3246
  return K(
3247
- ce,
3247
+ ue,
3248
3248
  {
3249
3249
  name: n.name,
3250
3250
  position: d.value,
@@ -3252,13 +3252,13 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3252
3252
  scale: f.value
3253
3253
  },
3254
3254
  {
3255
- default: () => k.value.map((z) => g(z, v))
3255
+ default: () => k.value.map((z) => h(z, v))
3256
3256
  }
3257
3257
  );
3258
3258
  };
3259
- return (h, v) => (w(), C(x));
3259
+ return (_, v) => (w(), C(x));
3260
3260
  }
3261
- }), Tl = /* @__PURE__ */ $({
3261
+ }), Tl = /* @__PURE__ */ S({
3262
3262
  __name: "index",
3263
3263
  props: {
3264
3264
  nodeId: {},
@@ -3267,34 +3267,34 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3267
3267
  },
3268
3268
  setup(t) {
3269
3269
  const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
3270
- ze(c);
3270
+ Pe(c);
3271
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];
3272
+ et(m, c), ae(s) && tt(c, "ref", e.nodeId, "", ve());
3273
+ const { applySize: u } = ge(e, o), d = I(() => {
3274
+ const h = {};
3275
+ return l.value?.type === "common" && u(h), h;
3276
+ }), { position: p, rotation: f, scale: b } = me(o), g = (h) => {
3277
+ const x = we[h.key];
3278
3278
  if (!x) {
3279
- console.assert(!1, `element not found key=${g.key}`);
3279
+ console.assert(!1, `element not found key=${h.key}`);
3280
3280
  return;
3281
3281
  }
3282
- const h = {
3283
- nodeId: g.id
3282
+ const _ = {
3283
+ nodeId: h.id
3284
3284
  };
3285
- return Xe(g.key) && (h.refContext = {
3285
+ return Xe(h.key) && (_.refContext = {
3286
3286
  parent: e.refContext,
3287
- compId: g.compId
3287
+ compId: h.compId
3288
3288
  }), K(
3289
3289
  x.comp,
3290
3290
  {
3291
- key: g.id,
3292
- ...h
3291
+ key: h.id,
3292
+ ..._
3293
3293
  },
3294
3294
  {
3295
3295
  default: () => {
3296
3296
  if (!x.leaf)
3297
- return g.children?.map((v) => _(v));
3297
+ return h.children?.map((v) => g(v));
3298
3298
  }
3299
3299
  }
3300
3300
  );
@@ -3307,21 +3307,21 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3307
3307
  console.assert(!1, "invalid of data");
3308
3308
  return;
3309
3309
  }
3310
- const { i18n: g } = he;
3310
+ const { i18n: h } = _e;
3311
3311
  if (Ye(e.refContext, i))
3312
3312
  return l.value.type === "common" ? K(
3313
3313
  "div",
3314
3314
  { id: n.id, style: d.value },
3315
- g.global.t("x-runtime-lib.circularReference")
3316
- ) : l.value.type === "scene" ? K(ce, {
3315
+ h.global.t("x-runtime-lib.circularReference")
3316
+ ) : l.value.type === "scene" ? K(ue, {
3317
3317
  name: n.name,
3318
3318
  position: p.value,
3319
3319
  rotation: f.value,
3320
3320
  scale: b.value,
3321
- label: g.global.t("x-runtime-lib.circularReference")
3321
+ label: h.global.t("x-runtime-lib.circularReference")
3322
3322
  }) : void 0;
3323
3323
  if (!c.value)
3324
- return l.value.type === "common" ? K("div", { id: n.id, style: d.value }) : l.value.type === "scene" ? K(ce, {
3324
+ return l.value.type === "common" ? K("div", { id: n.id, style: d.value }) : l.value.type === "scene" ? K(ue, {
3325
3325
  name: n.name,
3326
3326
  position: p.value,
3327
3327
  rotation: f.value,
@@ -3340,12 +3340,12 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3340
3340
  style: d.value
3341
3341
  },
3342
3342
  {
3343
- default: () => c.value?.view.nodeLites.map((h) => _(h))
3343
+ default: () => c.value?.view.nodeLites.map((_) => g(_))
3344
3344
  }
3345
3345
  );
3346
3346
  if (x === "scene")
3347
3347
  return K(
3348
- ce,
3348
+ ue,
3349
3349
  {
3350
3350
  name: n.name,
3351
3351
  position: p.value,
@@ -3353,13 +3353,13 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3353
3353
  scale: b.value
3354
3354
  },
3355
3355
  {
3356
- default: () => c.value?.view.nodeLites.map((h) => _(h))
3356
+ default: () => c.value?.view.nodeLites.map((_) => g(_))
3357
3357
  }
3358
3358
  );
3359
3359
  };
3360
- return (g, x) => (w(), C(k));
3360
+ return (h, x) => (w(), C(k));
3361
3361
  }
3362
- }), El = /* @__PURE__ */ $({
3362
+ }), El = /* @__PURE__ */ S({
3363
3363
  __name: "index",
3364
3364
  props: {
3365
3365
  nodeId: {},
@@ -3368,14 +3368,14 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3368
3368
  },
3369
3369
  setup(t) {
3370
3370
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
3371
- return (s, i) => (w(), C(r(H), null, {
3371
+ return (s, i) => (w(), C(r(G), null, {
3372
3372
  default: V(() => [
3373
3373
  r(o) ? F(s.$slots, "default", { key: 0 }) : se("", !0)
3374
3374
  ]),
3375
3375
  _: 3
3376
3376
  }));
3377
3377
  }
3378
- }), Pe = /* @__PURE__ */ $({
3378
+ }), Ce = /* @__PURE__ */ S({
3379
3379
  __name: "index",
3380
3380
  props: {
3381
3381
  nodeId: {},
@@ -3384,35 +3384,35 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3384
3384
  },
3385
3385
  setup(t) {
3386
3386
  const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
3387
- ze(c);
3387
+ Pe(c);
3388
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];
3389
+ et(m, c), ae(s) && tt(c, "slot", e.nodeId, "", ve());
3390
+ const { applySize: u } = ge(e, o), d = I(() => {
3391
+ const h = {};
3392
+ return c.value?.type === "common" && u(h), h;
3393
+ }), { position: p, rotation: f, scale: b } = me(o);
3394
+ function g(h) {
3395
+ const x = we[h.key];
3396
3396
  if (!x) {
3397
- console.assert(!1, `element not found key=${g.key}`);
3397
+ console.assert(!1, `element not found key=${h.key}`);
3398
3398
  return;
3399
3399
  }
3400
- const h = {
3401
- nodeId: g.id
3400
+ const _ = {
3401
+ nodeId: h.id
3402
3402
  };
3403
- return Xe(g.key) && (h.refContext = {
3403
+ return Xe(h.key) && (_.refContext = {
3404
3404
  parent: e.refContext,
3405
- compId: g.compId
3405
+ compId: h.compId
3406
3406
  }), K(
3407
3407
  x.comp,
3408
3408
  {
3409
- key: g.id,
3410
- ...h
3409
+ key: h.id,
3410
+ ..._
3411
3411
  },
3412
3412
  {
3413
3413
  default: () => {
3414
3414
  if (!x.leaf)
3415
- return g.children?.map((v) => _(v));
3415
+ return h.children?.map((v) => g(v));
3416
3416
  }
3417
3417
  }
3418
3418
  );
@@ -3426,21 +3426,21 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3426
3426
  console.assert(!1, "invalid of data");
3427
3427
  return;
3428
3428
  }
3429
- const { i18n: g } = he;
3429
+ const { i18n: h } = _e;
3430
3430
  if (Ye(e.refContext, i))
3431
3431
  return l.value.type === "common" ? K(
3432
3432
  "div",
3433
3433
  { id: n.id, style: d.value },
3434
- g.global.t("x-runtime-lib.circularReference")
3435
- ) : l.value.type === "scene" ? K(ce, {
3434
+ h.global.t("x-runtime-lib.circularReference")
3435
+ ) : l.value.type === "scene" ? K(ue, {
3436
3436
  name: n.name,
3437
3437
  position: p.value,
3438
3438
  rotation: f.value,
3439
3439
  scale: b.value,
3440
- label: g.global.t("x-runtime-lib.circularReference")
3440
+ label: h.global.t("x-runtime-lib.circularReference")
3441
3441
  }) : void 0;
3442
3442
  if (!c.value)
3443
- return l.value.type === "common" ? K("div", { id: n.id, style: d.value }) : l.value.type === "scene" ? K(ce, {
3443
+ return l.value.type === "common" ? K("div", { id: n.id, style: d.value }) : l.value.type === "scene" ? K(ue, {
3444
3444
  name: n.name,
3445
3445
  position: p.value,
3446
3446
  rotation: f.value,
@@ -3459,12 +3459,12 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3459
3459
  style: d.value
3460
3460
  },
3461
3461
  {
3462
- default: () => c.value?.view.nodeLites.map((h) => _(h))
3462
+ default: () => c.value?.view.nodeLites.map((_) => g(_))
3463
3463
  }
3464
3464
  );
3465
3465
  if (x === "scene")
3466
3466
  return K(
3467
- ce,
3467
+ ue,
3468
3468
  {
3469
3469
  name: n.name,
3470
3470
  position: p.value,
@@ -3472,11 +3472,11 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3472
3472
  scale: b.value
3473
3473
  },
3474
3474
  {
3475
- default: () => c.value?.view.nodeLites.map((h) => _(h))
3475
+ default: () => c.value?.view.nodeLites.map((_) => g(_))
3476
3476
  }
3477
3477
  );
3478
3478
  };
3479
- return (g, x) => (w(), C(k));
3479
+ return (h, x) => (w(), C(k));
3480
3480
  }
3481
3481
  }), y = {
3482
3482
  key: "basic",
@@ -3540,7 +3540,7 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3540
3540
  ]
3541
3541
  }
3542
3542
  ]
3543
- }, Al = O(ee), Ae = {
3543
+ }, Al = O(ee), Te = {
3544
3544
  key: "border",
3545
3545
  name: "x-runtime-lib.border",
3546
3546
  children: [
@@ -3619,7 +3619,7 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3619
3619
  defaultArray: []
3620
3620
  }
3621
3621
  ]
3622
- }, Me = {
3622
+ }, Ee = {
3623
3623
  key: "margin",
3624
3624
  name: "x-runtime-lib.margin",
3625
3625
  children: [
@@ -3652,7 +3652,7 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3652
3652
  default: ""
3653
3653
  }
3654
3654
  ]
3655
- }, We = {
3655
+ }, Ae = {
3656
3656
  key: "padding",
3657
3657
  name: "x-runtime-lib.padding",
3658
3658
  children: [
@@ -3907,9 +3907,9 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3907
3907
  defaultArray: []
3908
3908
  }
3909
3909
  ]
3910
- }, $e = {}, S = (t) => {
3911
- $e[t.key] = t;
3912
- }, Sn = {
3910
+ }, we = {}, $ = (t) => {
3911
+ we[t.key] = t;
3912
+ }, $n = {
3913
3913
  key: "settings",
3914
3914
  name: "x-runtime-lib.settings",
3915
3915
  children: [
@@ -3959,16 +3959,16 @@ const $l = /* @__PURE__ */ De(wl, [["render", Il]]), Sl = /* @__PURE__ */ $({
3959
3959
  }, Ml = {
3960
3960
  key: "scene_orthographic_camera_v1",
3961
3961
  name: "x-runtime-lib.orthographicCamera",
3962
- comp: Hi,
3962
+ comp: Gi,
3963
3963
  properties: {
3964
- pageScene: [y, X, Sn],
3965
- compScene: [y, X, Sn]
3964
+ pageScene: [y, X, $n],
3965
+ compScene: [y, X, $n]
3966
3966
  },
3967
3967
  events: [],
3968
3968
  methods: [],
3969
3969
  slots: []
3970
3970
  };
3971
- S(Ml);
3971
+ $(Ml);
3972
3972
  const Cn = {
3973
3973
  key: "settings",
3974
3974
  name: "x-runtime-lib.settings",
@@ -4014,7 +4014,7 @@ const Cn = {
4014
4014
  methods: [],
4015
4015
  slots: []
4016
4016
  };
4017
- S(Wl);
4017
+ $(Wl);
4018
4018
  const Bl = {
4019
4019
  key: "scene_keyboard_controls_v1",
4020
4020
  name: "x-runtime-lib.keyboardControls",
@@ -4028,7 +4028,7 @@ const Bl = {
4028
4028
  slots: [],
4029
4029
  leaf: !0
4030
4030
  };
4031
- S(Bl);
4031
+ $(Bl);
4032
4032
  const Rl = {
4033
4033
  key: "scene_map_controls_v1",
4034
4034
  name: "x-runtime-lib.mapControls",
@@ -4042,7 +4042,7 @@ const Rl = {
4042
4042
  slots: [],
4043
4043
  leaf: !0
4044
4044
  };
4045
- S(Rl);
4045
+ $(Rl);
4046
4046
  const Kl = {
4047
4047
  key: "scene_orbit_controls_v1",
4048
4048
  name: "x-runtime-lib.orbitControls",
@@ -4056,20 +4056,20 @@ const Kl = {
4056
4056
  slots: [],
4057
4057
  leaf: !0
4058
4058
  };
4059
- S(Kl);
4059
+ $(Kl);
4060
4060
  function Dl(t, n) {
4061
4061
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4062
4062
  if (!o) {
4063
4063
  console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
4064
4064
  return;
4065
4065
  }
4066
- const s = Ge.properties[o];
4066
+ const s = He.properties[o];
4067
4067
  if (!s) {
4068
4068
  console.error(`boxGeometryV1/spawn properties not found, ${e}`);
4069
4069
  return;
4070
4070
  }
4071
4071
  const i = A();
4072
- W(i, s), i.basic.id = E(16), i.basic.key = Ge.key, i.transform = {
4072
+ W(i, s), i.basic.id = E(16), i.basic.key = He.key, i.transform = {
4073
4073
  position: {
4074
4074
  x: 0,
4075
4075
  y: 0,
@@ -4134,7 +4134,7 @@ function Fl(t, n) {
4134
4134
  );
4135
4135
  return;
4136
4136
  }
4137
- const s = He.properties[o];
4137
+ const s = Ge.properties[o];
4138
4138
  if (!s) {
4139
4139
  console.error(
4140
4140
  `boxGeometryV1/spawnMeshBasicMaterial properties not found, ${e}`
@@ -4142,7 +4142,7 @@ function Fl(t, n) {
4142
4142
  return;
4143
4143
  }
4144
4144
  const i = A();
4145
- return W(i, s), i.basic.id = E(16), i.basic.key = He.key, {
4145
+ return W(i, s), i.basic.id = E(16), i.basic.key = Ge.key, {
4146
4146
  nodeLite: M(i),
4147
4147
  nodes: {
4148
4148
  [i.basic.id]: i
@@ -4207,20 +4207,20 @@ const Vn = {
4207
4207
  leaf: !0,
4208
4208
  spawn: Dl
4209
4209
  };
4210
- S(zt);
4210
+ $(zt);
4211
4211
  function Nl(t, n) {
4212
4212
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4213
4213
  if (!o) {
4214
4214
  console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
4215
4215
  return;
4216
4216
  }
4217
- const s = Ge.properties[o];
4217
+ const s = He.properties[o];
4218
4218
  if (!s) {
4219
4219
  console.error(`sphereGeometryV1/spawn properties not found, ${e}`);
4220
4220
  return;
4221
4221
  }
4222
4222
  const i = A();
4223
- W(i, s), i.basic.id = E(16), i.basic.key = Ge.key, i.transform = {
4223
+ W(i, s), i.basic.id = E(16), i.basic.key = He.key, i.transform = {
4224
4224
  position: {
4225
4225
  x: 0,
4226
4226
  y: 0,
@@ -4237,7 +4237,7 @@ function Nl(t, n) {
4237
4237
  z: 1
4238
4238
  }
4239
4239
  };
4240
- const l = jl(t, n), c = Hl(t, n);
4240
+ const l = jl(t, n), c = Gl(t, n);
4241
4241
  return {
4242
4242
  nodeLite: M(i, [l.nodeLite, c.nodeLite]),
4243
4243
  nodes: {
@@ -4278,7 +4278,7 @@ function jl(t, n) {
4278
4278
  }
4279
4279
  };
4280
4280
  }
4281
- function Hl(t, n) {
4281
+ function Gl(t, n) {
4282
4282
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4283
4283
  if (!o) {
4284
4284
  console.error(
@@ -4286,7 +4286,7 @@ function Hl(t, n) {
4286
4286
  );
4287
4287
  return;
4288
4288
  }
4289
- const s = He.properties[o];
4289
+ const s = Ge.properties[o];
4290
4290
  if (!s) {
4291
4291
  console.error(
4292
4292
  `sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${e}`
@@ -4294,7 +4294,7 @@ function Hl(t, n) {
4294
4294
  return;
4295
4295
  }
4296
4296
  const i = A();
4297
- return W(i, s), i.basic.id = E(16), i.basic.key = He.key, {
4297
+ return W(i, s), i.basic.id = E(16), i.basic.key = Ge.key, {
4298
4298
  nodeLite: M(i),
4299
4299
  nodes: {
4300
4300
  [i.basic.id]: i
@@ -4367,7 +4367,7 @@ const Pn = {
4367
4367
  leaf: !0,
4368
4368
  spawn: Nl
4369
4369
  };
4370
- S(Tt);
4370
+ $(Tt);
4371
4371
  const ht = O(ee);
4372
4372
  ht.children[0].default = "custom";
4373
4373
  ht.children[2].children[0].default = "0xffffff";
@@ -4385,7 +4385,7 @@ const Ln = {
4385
4385
  default: 1
4386
4386
  }
4387
4387
  ]
4388
- }, Gl = {
4388
+ }, Hl = {
4389
4389
  key: "scene_ambient_light_v1",
4390
4390
  name: "x-runtime-lib.ambientLight",
4391
4391
  comp: ns,
@@ -4397,7 +4397,7 @@ const Ln = {
4397
4397
  methods: [],
4398
4398
  slots: []
4399
4399
  };
4400
- S(Gl);
4400
+ $(Hl);
4401
4401
  const _t = O(ee);
4402
4402
  _t.children[0].default = "custom";
4403
4403
  _t.children[2].children[0].default = "0xffffff";
@@ -4427,7 +4427,7 @@ const zn = {
4427
4427
  methods: [],
4428
4428
  slots: []
4429
4429
  };
4430
- S(Jl);
4430
+ $(Jl);
4431
4431
  const vt = O(ee);
4432
4432
  vt.children[0].default = "custom";
4433
4433
  vt.children[2].children[0].default = "0xffffff";
@@ -4471,7 +4471,7 @@ const Tn = {
4471
4471
  methods: [],
4472
4472
  slots: []
4473
4473
  };
4474
- S(Ul);
4474
+ $(Ul);
4475
4475
  const xt = O(ee);
4476
4476
  xt.children[0].default = "custom";
4477
4477
  xt.children[2].children[0].default = "0xffffff";
@@ -4532,8 +4532,8 @@ const En = {
4532
4532
  methods: [],
4533
4533
  slots: []
4534
4534
  };
4535
- S(ql);
4536
- const He = {
4535
+ $(ql);
4536
+ const Ge = {
4537
4537
  key: "scene_mesh_basic_material_v1",
4538
4538
  name: "x-runtime-lib.meshBasicMaterial",
4539
4539
  comp: ms,
@@ -4546,7 +4546,7 @@ const He = {
4546
4546
  slots: [],
4547
4547
  leaf: !0
4548
4548
  };
4549
- S(He);
4549
+ $(Ge);
4550
4550
  const Xl = {
4551
4551
  key: "scene_group_v1",
4552
4552
  name: "x-runtime-lib.group",
@@ -4559,8 +4559,8 @@ const Xl = {
4559
4559
  methods: [],
4560
4560
  slots: []
4561
4561
  };
4562
- S(Xl);
4563
- const Ge = {
4562
+ $(Xl);
4563
+ const He = {
4564
4564
  key: "scene_mesh_v1",
4565
4565
  name: "x-runtime-lib.mesh",
4566
4566
  comp: ys,
@@ -4572,7 +4572,7 @@ const Ge = {
4572
4572
  methods: [],
4573
4573
  slots: []
4574
4574
  };
4575
- S(Ge);
4575
+ $(He);
4576
4576
  function Yl(t, n) {
4577
4577
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4578
4578
  if (!o) {
@@ -4629,7 +4629,7 @@ const An = {
4629
4629
  leaf: !0,
4630
4630
  spawn: Yl
4631
4631
  };
4632
- S(Et);
4632
+ $(Et);
4633
4633
  function Zl(t, n) {
4634
4634
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4635
4635
  if (!o) {
@@ -4686,7 +4686,7 @@ const Mn = {
4686
4686
  leaf: !0,
4687
4687
  spawn: Zl
4688
4688
  };
4689
- S(At);
4689
+ $(At);
4690
4690
  const Wn = {
4691
4691
  key: "settings",
4692
4692
  name: "x-runtime-lib.settings",
@@ -4731,7 +4731,7 @@ const Wn = {
4731
4731
  compCommon: [y, Wn]
4732
4732
  }
4733
4733
  };
4734
- S(Ql);
4734
+ $(Ql);
4735
4735
  function ea(t, n) {
4736
4736
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4737
4737
  if (!o) {
@@ -4841,7 +4841,7 @@ const ta = O(ee), Bn = {
4841
4841
  }, Mt = {
4842
4842
  key: "common_btn_v1",
4843
4843
  name: "x-runtime-lib.button",
4844
- comp: $r,
4844
+ comp: Sr,
4845
4845
  properties: {
4846
4846
  pageCommon: [y, q, Bn],
4847
4847
  compCommon: [y, q, Bn]
@@ -4855,7 +4855,7 @@ const ta = O(ee), Bn = {
4855
4855
  leaf: !0,
4856
4856
  spawn: ea
4857
4857
  };
4858
- S(Mt);
4858
+ $(Mt);
4859
4859
  const na = {
4860
4860
  key: "common_btn_group_v1",
4861
4861
  name: "x-runtime-lib.buttonGroup",
@@ -4865,7 +4865,7 @@ const na = {
4865
4865
  compCommon: [y]
4866
4866
  }
4867
4867
  };
4868
- S(na);
4868
+ $(na);
4869
4869
  const Rn = {
4870
4870
  key: "settings",
4871
4871
  name: "x-runtime-lib.settings",
@@ -4936,7 +4936,7 @@ const Rn = {
4936
4936
  compCommon: [y, Rn]
4937
4937
  }
4938
4938
  };
4939
- S(oa);
4939
+ $(oa);
4940
4940
  function ia(t, n) {
4941
4941
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4942
4942
  if (!o) {
@@ -5021,7 +5021,7 @@ const Kn = {
5021
5021
  },
5022
5022
  spawn: ia
5023
5023
  };
5024
- S(Je);
5024
+ $(Je);
5025
5025
  const Dn = {
5026
5026
  key: "settings",
5027
5027
  name: "x-runtime-lib.settings",
@@ -5049,7 +5049,7 @@ const Dn = {
5049
5049
  },
5050
5050
  leaf: !0
5051
5051
  };
5052
- S(sa);
5052
+ $(sa);
5053
5053
  const ra = O(ee), On = {
5054
5054
  key: "settings",
5055
5055
  name: "x-runtime-lib.settings",
@@ -5135,7 +5135,7 @@ const ra = O(ee), On = {
5135
5135
  },
5136
5136
  leaf: !0
5137
5137
  };
5138
- S(Wt);
5138
+ $(Wt);
5139
5139
  function la(t, n) {
5140
5140
  const e = `type=${t} subtype=${n}`, o = R(t, n);
5141
5141
  if (!o) {
@@ -5149,7 +5149,7 @@ function la(t, n) {
5149
5149
  }
5150
5150
  const i = A();
5151
5151
  W(i, s), i.basic.id = E(16), i.basic.key = Bt.key;
5152
- const l = 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");
5152
+ const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), m = ze(t, n, "chip3", "chip 3"), u = ze(t, n, "chip4", "chip 4"), d = ze(t, n, "chip5", "chip 5"), p = ze(t, n, "chip6", "chip 6");
5153
5153
  return {
5154
5154
  nodeLite: M(i, [
5155
5155
  l.nodeLite,
@@ -5170,7 +5170,7 @@ function la(t, n) {
5170
5170
  }
5171
5171
  };
5172
5172
  }
5173
- function Ee(t, n, e, o) {
5173
+ function ze(t, n, e, o) {
5174
5174
  const s = `type=${t} subtype=${n}`, i = R(t, n);
5175
5175
  if (!i) {
5176
5176
  console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
@@ -5253,7 +5253,7 @@ const Fn = {
5253
5253
  },
5254
5254
  spawn: la
5255
5255
  };
5256
- S(Bt);
5256
+ $(Bt);
5257
5257
  const aa = {
5258
5258
  key: "common_color_picker_v1",
5259
5259
  name: "x-runtime-lib.colorPicker",
@@ -5264,7 +5264,7 @@ const aa = {
5264
5264
  },
5265
5265
  leaf: !0
5266
5266
  };
5267
- S(aa);
5267
+ $(aa);
5268
5268
  const Nn = {
5269
5269
  key: "settings",
5270
5270
  name: "x-runtime-lib.settings",
@@ -5316,7 +5316,7 @@ const Nn = {
5316
5316
  },
5317
5317
  leaf: !0
5318
5318
  };
5319
- S(ca);
5319
+ $(ca);
5320
5320
  const fn = O(ee);
5321
5321
  fn.key = "backgroundColor";
5322
5322
  fn.name = "x-runtime-lib.backgroundColor";
@@ -5329,8 +5329,8 @@ const jn = {
5329
5329
  name: "x-runtime-lib.container",
5330
5330
  comp: Wr,
5331
5331
  properties: {
5332
- pageCommon: [y, q, Ae, Me, We, jn],
5333
- compCommon: [y, q, Ae, Me, We, jn]
5332
+ pageCommon: [y, q, Te, Ee, Ae, jn],
5333
+ compCommon: [y, q, Te, Ee, Ae, jn]
5334
5334
  },
5335
5335
  events: [
5336
5336
  {
@@ -5339,8 +5339,8 @@ const jn = {
5339
5339
  }
5340
5340
  ]
5341
5341
  };
5342
- S(Rt);
5343
- const Hn = {
5342
+ $(Rt);
5343
+ const Gn = {
5344
5344
  key: "size",
5345
5345
  name: "x-runtime-lib.size",
5346
5346
  children: [
@@ -5359,7 +5359,7 @@ const Hn = {
5359
5359
  default: ""
5360
5360
  }
5361
5361
  ]
5362
- }, Gn = {
5362
+ }, Hn = {
5363
5363
  key: "settings",
5364
5364
  name: "x-runtime-lib.settings",
5365
5365
  children: [
@@ -5497,12 +5497,12 @@ const Hn = {
5497
5497
  name: "x-runtime-lib.dataTable",
5498
5498
  comp: Rr,
5499
5499
  properties: {
5500
- pageCommon: [y, Hn, Gn, Jn],
5501
- compCommon: [y, Hn, Gn, Jn]
5500
+ pageCommon: [y, Gn, Hn, Jn],
5501
+ compCommon: [y, Gn, Hn, Jn]
5502
5502
  },
5503
5503
  leaf: !0
5504
5504
  };
5505
- S(ua);
5505
+ $(ua);
5506
5506
  const ma = {
5507
5507
  key: "common_date_picker_v1",
5508
5508
  name: "x-runtime-lib.datePicker",
@@ -5513,7 +5513,7 @@ const ma = {
5513
5513
  },
5514
5514
  leaf: !0
5515
5515
  };
5516
- S(ma);
5516
+ $(ma);
5517
5517
  const pa = {
5518
5518
  key: "common_dialog_v1",
5519
5519
  name: "x-runtime-lib.dialog",
@@ -5534,7 +5534,7 @@ const pa = {
5534
5534
  ],
5535
5535
  teleport: !0
5536
5536
  };
5537
- S(pa);
5537
+ $(pa);
5538
5538
  const Un = {
5539
5539
  key: "settings",
5540
5540
  name: "x-runtime-lib.settings",
@@ -5574,7 +5574,7 @@ const Un = {
5574
5574
  compCommon: [y, q, qn]
5575
5575
  }
5576
5576
  };
5577
- S(Kt);
5577
+ $(Kt);
5578
5578
  function da(t, n) {
5579
5579
  const e = `type=${t} subtype=${n}`, o = R(t, n);
5580
5580
  if (!o) {
@@ -5851,8 +5851,8 @@ const Xn = {
5851
5851
  name: "x-runtime-lib.flexLayout",
5852
5852
  comp: Nr,
5853
5853
  properties: {
5854
- pageCommon: [y, q, Ae, Me, We, Xn],
5855
- compCommon: [y, q, Ae, Me, We, Xn]
5854
+ pageCommon: [y, q, Te, Ee, Ae, Xn],
5855
+ compCommon: [y, q, Te, Ee, Ae, Xn]
5856
5856
  },
5857
5857
  events: [
5858
5858
  {
@@ -5862,7 +5862,7 @@ const Xn = {
5862
5862
  ],
5863
5863
  spawn: da
5864
5864
  };
5865
- S(Ue);
5865
+ $(Ue);
5866
5866
  const Yn = {
5867
5867
  key: "settings",
5868
5868
  name: "x-runtime-lib.settings",
@@ -6043,7 +6043,7 @@ const Yn = {
6043
6043
  ],
6044
6044
  leaf: !0
6045
6045
  };
6046
- S(Ot);
6046
+ $(Ot);
6047
6047
  function ya(t, n) {
6048
6048
  const e = `type=${t} subtype=${n}`, o = R(t, n);
6049
6049
  if (!o) {
@@ -6106,10 +6106,10 @@ const Qn = {
6106
6106
  }, Ft = {
6107
6107
  key: "common_form_v1",
6108
6108
  name: "x-runtime-lib.form",
6109
- comp: Hr,
6109
+ comp: Gr,
6110
6110
  properties: {
6111
- pageCommon: [y, q, Ae, Me, We, Qn],
6112
- compCommon: [y, q, Ae, Me, We, Qn]
6111
+ pageCommon: [y, q, Te, Ee, Ae, Qn],
6112
+ compCommon: [y, q, Te, Ee, Ae, Qn]
6113
6113
  },
6114
6114
  events: [
6115
6115
  {
@@ -6119,7 +6119,7 @@ const Qn = {
6119
6119
  ],
6120
6120
  spawn: ya
6121
6121
  };
6122
- S(Ft);
6122
+ $(Ft);
6123
6123
  const ga = O(ee), eo = {
6124
6124
  key: "settings",
6125
6125
  name: "x-runtime-lib.settings",
@@ -6148,14 +6148,14 @@ const ga = O(ee), eo = {
6148
6148
  }, ha = {
6149
6149
  key: "common_icon_v1",
6150
6150
  name: "x-runtime-lib.icon",
6151
- comp: Gr,
6151
+ comp: Hr,
6152
6152
  properties: {
6153
6153
  pageCommon: [y, eo],
6154
6154
  compCommon: [y, eo]
6155
6155
  },
6156
6156
  leaf: !0
6157
6157
  };
6158
- S(ha);
6158
+ $(ha);
6159
6159
  const _a = {
6160
6160
  key: "common_menu_v1",
6161
6161
  name: "x-runtime-lib.menu",
@@ -6176,7 +6176,7 @@ const _a = {
6176
6176
  ],
6177
6177
  teleport: !0
6178
6178
  };
6179
- S(_a);
6179
+ $(_a);
6180
6180
  function va(t, n) {
6181
6181
  const e = `type=${t} subtype=${n}`, o = R(t, n);
6182
6182
  if (!o) {
@@ -6396,7 +6396,7 @@ const to = {
6396
6396
  leaf: !0,
6397
6397
  spawn: va
6398
6398
  };
6399
- S(Nt);
6399
+ $(Nt);
6400
6400
  const oo = {
6401
6401
  key: "settings",
6402
6402
  name: "x-runtime-lib.settings",
@@ -6470,7 +6470,7 @@ const oo = {
6470
6470
  },
6471
6471
  leaf: !0
6472
6472
  };
6473
- S(xa);
6473
+ $(xa);
6474
6474
  const ka = O(ee), io = {
6475
6475
  key: "settings",
6476
6476
  name: "x-runtime-lib.settings",
@@ -6518,20 +6518,20 @@ const ka = O(ee), io = {
6518
6518
  },
6519
6519
  leaf: !0
6520
6520
  };
6521
- S(jt);
6521
+ $(jt);
6522
6522
  function wa(t, n) {
6523
6523
  const e = `type=${t} subtype=${n}`, o = R(t, n);
6524
6524
  if (!o) {
6525
6525
  console.error(`radioGroupV1/spawn property tag not found, ${e}`);
6526
6526
  return;
6527
6527
  }
6528
- const s = Ht.properties[o];
6528
+ const s = Gt.properties[o];
6529
6529
  if (!s) {
6530
6530
  console.error(`radioGroupV1/spawn properties not found, ${e}`);
6531
6531
  return;
6532
6532
  }
6533
6533
  const i = A();
6534
- W(i, s), i.basic.id = E(16), i.basic.key = Ht.key, i.settings.value = "option1";
6534
+ W(i, s), i.basic.id = E(16), i.basic.key = Gt.key, i.settings.value = "option1";
6535
6535
  const l = It(t, n, "option1", "Option 1"), c = It(t, n, "option2", "Option 2"), m = It(t, n, "option3", "Option 3");
6536
6536
  return {
6537
6537
  nodeLite: M(i, [
@@ -6611,7 +6611,7 @@ const so = {
6611
6611
  default: !1
6612
6612
  }
6613
6613
  ]
6614
- }, Ht = {
6614
+ }, Gt = {
6615
6615
  key: "common_radio_group_v1",
6616
6616
  name: "x-runtime-lib.radioGroup",
6617
6617
  comp: Zr,
@@ -6621,7 +6621,7 @@ const so = {
6621
6621
  },
6622
6622
  spawn: wa
6623
6623
  };
6624
- S(Ht);
6624
+ $(Gt);
6625
6625
  const ro = {
6626
6626
  key: "settings",
6627
6627
  name: "x-runtime-lib.settings",
@@ -6749,7 +6749,7 @@ const ro = {
6749
6749
  },
6750
6750
  leaf: !0
6751
6751
  };
6752
- S(Ia);
6752
+ $(Ia);
6753
6753
  const lo = {
6754
6754
  key: "settings",
6755
6755
  name: "x-runtime-lib.settings",
@@ -6805,7 +6805,7 @@ const lo = {
6805
6805
  default: !1
6806
6806
  }
6807
6807
  ]
6808
- }, $a = {
6808
+ }, Sa = {
6809
6809
  key: "common_rating_v1",
6810
6810
  name: "x-runtime-lib.rating",
6811
6811
  comp: el,
@@ -6815,7 +6815,7 @@ const lo = {
6815
6815
  },
6816
6816
  leaf: !0
6817
6817
  };
6818
- S($a);
6818
+ $(Sa);
6819
6819
  const ao = {
6820
6820
  key: "settings",
6821
6821
  name: "x-runtime-lib.settings",
@@ -6857,7 +6857,7 @@ const ao = {
6857
6857
  default: !1
6858
6858
  }
6859
6859
  ]
6860
- }, Sa = {
6860
+ }, $a = {
6861
6861
  key: "common_select_v1",
6862
6862
  name: "x-runtime-lib.select",
6863
6863
  comp: tl,
@@ -6867,7 +6867,7 @@ const ao = {
6867
6867
  },
6868
6868
  leaf: !0
6869
6869
  };
6870
- S(Sa);
6870
+ $($a);
6871
6871
  const bn = O(ee);
6872
6872
  bn.key = "color";
6873
6873
  bn.name = "x-runtime-lib.color";
@@ -7013,8 +7013,8 @@ const co = {
7013
7013
  },
7014
7014
  leaf: !0
7015
7015
  };
7016
- S(Ca);
7017
- const Gt = {
7016
+ $(Ca);
7017
+ const Ht = {
7018
7018
  key: "common_stepper_header_v1",
7019
7019
  name: "x-runtime-lib.stepperHeader",
7020
7020
  comp: rl,
@@ -7023,7 +7023,7 @@ const Gt = {
7023
7023
  compCommon: [y]
7024
7024
  }
7025
7025
  };
7026
- S(Gt);
7026
+ $(Ht);
7027
7027
  const mo = {
7028
7028
  key: "settings",
7029
7029
  name: "x-runtime-lib.settings",
@@ -7044,7 +7044,7 @@ const mo = {
7044
7044
  compCommon: [y, mo]
7045
7045
  }
7046
7046
  };
7047
- S(Jt);
7047
+ $(Jt);
7048
7048
  const Ut = {
7049
7049
  key: "common_stepper_window_v1",
7050
7050
  name: "x-runtime-lib.stepperWindow",
@@ -7054,7 +7054,7 @@ const Ut = {
7054
7054
  compCommon: [y]
7055
7055
  }
7056
7056
  };
7057
- S(Ut);
7057
+ $(Ut);
7058
7058
  const po = {
7059
7059
  key: "settings",
7060
7060
  name: "x-runtime-lib.settings",
@@ -7075,7 +7075,7 @@ const po = {
7075
7075
  compCommon: [y, po]
7076
7076
  }
7077
7077
  };
7078
- S(qt);
7078
+ $(qt);
7079
7079
  function Va(t, n) {
7080
7080
  const e = `type=${t} subtype=${n}`, o = R(t, n);
7081
7081
  if (!o) {
@@ -7105,14 +7105,14 @@ function Pa(t, n) {
7105
7105
  console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
7106
7106
  return;
7107
7107
  }
7108
- const s = Gt.properties[o];
7108
+ const s = Ht.properties[o];
7109
7109
  if (!s) {
7110
7110
  console.error(`stepperV1/spawnHeader properties not found, ${e}`);
7111
7111
  return;
7112
7112
  }
7113
7113
  const i = A();
7114
- W(i, s), i.basic.id = E(16), i.basic.key = Gt.key;
7115
- const l = $t(t, n, "step1"), c = $t(t, n, "step2"), m = $t(t, n, "step3");
7114
+ W(i, s), i.basic.id = E(16), i.basic.key = Ht.key;
7115
+ const l = St(t, n, "step1"), c = St(t, n, "step2"), m = St(t, n, "step3");
7116
7116
  return {
7117
7117
  nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
7118
7118
  nodes: {
@@ -7123,7 +7123,7 @@ function Pa(t, n) {
7123
7123
  }
7124
7124
  };
7125
7125
  }
7126
- function $t(t, n, e) {
7126
+ function St(t, n, e) {
7127
7127
  const o = `type=${t} subtype=${n}`, s = R(t, n);
7128
7128
  if (!s) {
7129
7129
  console.error(`stepperV1/spawnItem property tag not found, ${o}`);
@@ -7155,7 +7155,7 @@ function La(t, n) {
7155
7155
  }
7156
7156
  const i = A();
7157
7157
  W(i, s), i.basic.id = E(16), i.basic.key = Ut.key;
7158
- const l = St(t, n, "step1", "step 1"), c = St(t, n, "step2", "step 2"), m = St(t, n, "step3", "step 3");
7158
+ const l = $t(t, n, "step1", "step 1"), c = $t(t, n, "step2", "step 2"), m = $t(t, n, "step3", "step 3");
7159
7159
  return {
7160
7160
  nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
7161
7161
  nodes: {
@@ -7166,7 +7166,7 @@ function La(t, n) {
7166
7166
  }
7167
7167
  };
7168
7168
  }
7169
- function St(t, n, e, o) {
7169
+ function $t(t, n, e, o) {
7170
7170
  const s = `type=${t} subtype=${n}`, i = R(t, n);
7171
7171
  if (!i) {
7172
7172
  console.error(
@@ -7238,7 +7238,7 @@ const fo = {
7238
7238
  },
7239
7239
  spawn: Va
7240
7240
  };
7241
- S(Xt);
7241
+ $(Xt);
7242
7242
  const Ta = {
7243
7243
  key: "common_switch_v1",
7244
7244
  name: "x-runtime-lib.switch",
@@ -7249,7 +7249,7 @@ const Ta = {
7249
7249
  },
7250
7250
  leaf: !0
7251
7251
  };
7252
- S(Ta);
7252
+ $(Ta);
7253
7253
  const yo = {
7254
7254
  key: "settings",
7255
7255
  name: "x-runtime-lib.settings",
@@ -7277,7 +7277,7 @@ const yo = {
7277
7277
  },
7278
7278
  leaf: !0
7279
7279
  };
7280
- S(Yt);
7280
+ $(Yt);
7281
7281
  function Ea(t, n) {
7282
7282
  const e = `type=${t} subtype=${n}`, o = R(t, n);
7283
7283
  if (!o) {
@@ -7419,20 +7419,20 @@ const bo = {
7419
7419
  },
7420
7420
  spawn: Ea
7421
7421
  };
7422
- S(Zt);
7422
+ $(Zt);
7423
7423
  function Aa(t, n) {
7424
7424
  const e = `type=${t} subtype=${n}`, o = R(t, n);
7425
7425
  if (!o) {
7426
7426
  console.error(`textV1/spawn property tag not found, ${e}`);
7427
7427
  return;
7428
7428
  }
7429
- const s = Le.properties[o];
7429
+ const s = Ve.properties[o];
7430
7430
  if (!s) {
7431
7431
  console.error(`textV1/spawn properties not found, ${e}`);
7432
7432
  return;
7433
7433
  }
7434
7434
  const i = A();
7435
- return W(i, s), i.basic.id = E(16), i.basic.key = Le.key, i.settings.text = "text", {
7435
+ return W(i, s), i.basic.id = E(16), i.basic.key = Ve.key, i.settings.text = "text", {
7436
7436
  nodeLite: M(i),
7437
7437
  nodes: {
7438
7438
  [i.basic.id]: i
@@ -7525,7 +7525,7 @@ const go = {
7525
7525
  default: !1
7526
7526
  }
7527
7527
  ]
7528
- }, Le = {
7528
+ }, Ve = {
7529
7529
  key: "common_text_v1",
7530
7530
  name: "x-runtime-lib.text",
7531
7531
  comp: yl,
@@ -7536,7 +7536,7 @@ const go = {
7536
7536
  leaf: !0,
7537
7537
  spawn: Aa
7538
7538
  };
7539
- S(Le);
7539
+ $(Ve);
7540
7540
  function Ma(t, n) {
7541
7541
  const e = `type=${t} subtype=${n}`, o = R(t, n);
7542
7542
  if (!o) {
@@ -7638,7 +7638,7 @@ const ho = {
7638
7638
  leaf: !0,
7639
7639
  spawn: Ma
7640
7640
  };
7641
- S(Qt);
7641
+ $(Qt);
7642
7642
  const en = {
7643
7643
  key: "common_timeline_item_v1",
7644
7644
  name: "x-runtime-lib.timelineItem",
@@ -7648,7 +7648,7 @@ const en = {
7648
7648
  compCommon: [y]
7649
7649
  }
7650
7650
  };
7651
- S(en);
7651
+ $(en);
7652
7652
  function Wa(t, n) {
7653
7653
  const e = `type=${t} subtype=${n}`, o = R(t, n);
7654
7654
  if (!o) {
@@ -7701,13 +7701,13 @@ function Ba(t, n, e) {
7701
7701
  console.error(`timelineV1/spawnText property tag not found, ${o}`);
7702
7702
  return;
7703
7703
  }
7704
- const i = Le.properties[s];
7704
+ const i = Ve.properties[s];
7705
7705
  if (!i) {
7706
7706
  console.error(`timelineV1/spawnText properties not found, ${o}`);
7707
7707
  return;
7708
7708
  }
7709
7709
  const l = A();
7710
- return W(l, i), l.basic.id = E(16), l.basic.key = Le.key, l.settings.text = e, {
7710
+ return W(l, i), l.basic.id = E(16), l.basic.key = Ve.key, l.settings.text = e, {
7711
7711
  nodeLite: M(l),
7712
7712
  nodes: {
7713
7713
  [l.basic.id]: l
@@ -7802,17 +7802,17 @@ const Ra = O(ee), Ka = O(ee), _o = {
7802
7802
  },
7803
7803
  spawn: Wa
7804
7804
  };
7805
- S(tn);
7805
+ $(tn);
7806
7806
  const nn = {
7807
7807
  key: "common_window_item_v1",
7808
7808
  name: "x-runtime-lib.windowItem",
7809
- comp: $l,
7809
+ comp: Sl,
7810
7810
  properties: {
7811
7811
  pageCommon: [y],
7812
7812
  compCommon: [y]
7813
7813
  }
7814
7814
  };
7815
- S(nn);
7815
+ $(nn);
7816
7816
  function Da(t, n) {
7817
7817
  const e = `type=${t} subtype=${n}`, o = R(t, n);
7818
7818
  if (!o) {
@@ -7889,13 +7889,13 @@ function Fa(t, n, e) {
7889
7889
  console.error(`windowV1/spawnText property tag not found, ${o}`);
7890
7890
  return;
7891
7891
  }
7892
- const i = Le.properties[s];
7892
+ const i = Ve.properties[s];
7893
7893
  if (!i) {
7894
7894
  console.error(`windowV1/spawnText properties not found, ${o}`);
7895
7895
  return;
7896
7896
  }
7897
7897
  const l = A();
7898
- return W(l, i), l.basic.id = E(16), l.basic.key = Le.key, l.settings.text = e, l.settings.style.xs = "h6", {
7898
+ return W(l, i), l.basic.id = E(16), l.basic.key = Ve.key, l.settings.text = e, l.settings.style.xs = "h6", {
7899
7899
  nodeLite: M(l),
7900
7900
  nodes: {
7901
7901
  [l.basic.id]: l
@@ -7960,7 +7960,7 @@ const vo = {
7960
7960
  },
7961
7961
  spawn: Da
7962
7962
  };
7963
- S(on);
7963
+ $(on);
7964
7964
  const ot = {
7965
7965
  key: "settings",
7966
7966
  name: "x-runtime-lib.settings",
@@ -7991,7 +7991,7 @@ const ot = {
7991
7991
  },
7992
7992
  leaf: !0
7993
7993
  };
7994
- S(Na);
7994
+ $(Na);
7995
7995
  const st = {
7996
7996
  key: "settings",
7997
7997
  name: "x-runtime-lib.settings",
@@ -8028,7 +8028,7 @@ const st = {
8028
8028
  },
8029
8029
  leaf: !0
8030
8030
  };
8031
- S(ja);
8031
+ $(ja);
8032
8032
  const lt = {
8033
8033
  key: "settings",
8034
8034
  name: "x-runtime-lib.settings",
@@ -8040,7 +8040,7 @@ const lt = {
8040
8040
  default: void 0
8041
8041
  }
8042
8042
  ]
8043
- }, Ha = {
8043
+ }, Ga = {
8044
8044
  key: "ref_v1",
8045
8045
  name: "x-runtime-lib.reference",
8046
8046
  comp: Tl,
@@ -8052,7 +8052,7 @@ const lt = {
8052
8052
  },
8053
8053
  leaf: !0
8054
8054
  };
8055
- S(Ha);
8055
+ $(Ga);
8056
8056
  const xo = {
8057
8057
  key: "settings",
8058
8058
  name: "x-runtime-lib.settings",
@@ -8064,7 +8064,7 @@ const xo = {
8064
8064
  default: !1
8065
8065
  }
8066
8066
  ]
8067
- }, Ga = {
8067
+ }, Ha = {
8068
8068
  key: "render_switch_v1",
8069
8069
  name: "x-runtime-lib.renderSwitch",
8070
8070
  comp: El,
@@ -8073,7 +8073,7 @@ const xo = {
8073
8073
  compCommon: [y, xo]
8074
8074
  }
8075
8075
  };
8076
- S(Ga);
8076
+ $(Ha);
8077
8077
  const at = {
8078
8078
  key: "settings",
8079
8079
  name: "x-runtime-lib.settings",
@@ -8094,7 +8094,7 @@ const at = {
8094
8094
  }, Ja = {
8095
8095
  key: "slot_v1",
8096
8096
  name: "x-runtime-lib.slot",
8097
- comp: Pe,
8097
+ comp: Ce,
8098
8098
  properties: {
8099
8099
  pageCommon: [y, q, at],
8100
8100
  compCommon: [y, q, at],
@@ -8103,10 +8103,10 @@ const at = {
8103
8103
  },
8104
8104
  leaf: !0
8105
8105
  };
8106
- S(Ja);
8107
- const Oe = O(ee);
8108
- Oe.key = "backgroundColor";
8109
- Oe.name = "x-runtime-lib.backgroundColor";
8106
+ $(Ja);
8107
+ const Ke = O(ee);
8108
+ Ke.key = "backgroundColor";
8109
+ Ke.name = "x-runtime-lib.backgroundColor";
8110
8110
  const No = {
8111
8111
  key: "adaptSlot",
8112
8112
  name: "x-runtime-lib.adaptSlot",
@@ -8115,19 +8115,19 @@ const No = {
8115
8115
  }, Ua = {
8116
8116
  key: "settings",
8117
8117
  name: "x-runtime-lib.settings",
8118
- children: [Oe]
8118
+ children: [Ke]
8119
8119
  }, qa = {
8120
8120
  key: "settings",
8121
8121
  name: "x-runtime-lib.settings",
8122
- children: [Oe, No]
8122
+ children: [Ke, No]
8123
8123
  }, Xa = {
8124
8124
  key: "settings",
8125
8125
  name: "x-runtime-lib.settings",
8126
- children: [Oe]
8126
+ children: [Ke]
8127
8127
  }, Ya = {
8128
8128
  key: "settings",
8129
8129
  name: "x-runtime-lib.settings",
8130
- children: [Oe, No]
8130
+ children: [Ke, No]
8131
8131
  }, Za = {
8132
8132
  key: "startup",
8133
8133
  name: "x-runtime-lib.startup"
@@ -8169,7 +8169,7 @@ const No = {
8169
8169
  events: [Za, Qa, ec],
8170
8170
  internal: !0
8171
8171
  };
8172
- S(tc);
8172
+ $(tc);
8173
8173
  const nc = [
8174
8174
  { title: "x-runtime-lib.title", value: "title" },
8175
8175
  { title: "x-runtime-lib.end", value: "end" },
@@ -8310,11 +8310,11 @@ const nc = [
8310
8310
  ], Ic = [
8311
8311
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
8312
8312
  { title: "x-runtime-lib.vertical", value: "vertical" }
8313
- ], $c = [
8313
+ ], Sc = [
8314
8314
  { title: "x-runtime-lib.notSet", value: "" },
8315
8315
  { title: "x-runtime-lib.end", value: "end" },
8316
8316
  { title: "x-runtime-lib.start", value: "start" }
8317
- ], Sc = [
8317
+ ], $c = [
8318
8318
  { title: "x-runtime-lib.notSet", value: "" },
8319
8319
  { title: "x-runtime-lib.end", value: "end" },
8320
8320
  { title: "x-runtime-lib.start", value: "start" },
@@ -8344,8 +8344,8 @@ const nc = [
8344
8344
  thumbLabelItemsV1: kc,
8345
8345
  timelineAlignItemsV1: wc,
8346
8346
  timelineDirectionItemsV1: Ic,
8347
- timelineSideItemsV1: $c,
8348
- timelineTruncateLineItemsV1: Sc
8347
+ timelineSideItemsV1: Sc,
8348
+ timelineTruncateLineItemsV1: $c
8349
8349
  }, Symbol.toStringTag, { value: "Module" })), Vc = [
8350
8350
  {
8351
8351
  title: "x-runtime-lib.notSet",
@@ -8946,7 +8946,7 @@ function Pu(t, n, e, o, s) {
8946
8946
  console.error(`spawnNode [ref] element not found in pkg, ${i}`);
8947
8947
  return;
8948
8948
  }
8949
- const d = $e[m];
8949
+ const d = we[m];
8950
8950
  if (!d) {
8951
8951
  console.error(`spawnNode [ref] element not found in global, ${i}`);
8952
8952
  return;
@@ -8969,7 +8969,7 @@ function Pu(t, n, e, o, s) {
8969
8969
  console.error(`spawnNode [key] element not found in pkg, ${i}`);
8970
8970
  return;
8971
8971
  }
8972
- const u = $e[m];
8972
+ const u = we[m];
8973
8973
  if (!u) {
8974
8974
  console.error(`spawnNode [key] element not found in global, ${i}`);
8975
8975
  return;
@@ -9026,72 +9026,72 @@ function Fc(t) {
9026
9026
  function zu(t) {
9027
9027
  return t.map((n) => Fc(n));
9028
9028
  }
9029
- const jo = "runtimeOrg", Ho = "runtimeEnv", Go = "runtimeMode", Jo = "runtimeDevice", Uo = "runtimeDark", qo = "runtimeId", Xo = "runtimeType", Yo = "runtimeData", Zo = "runtimeDepends", Qo = "runtimeRuntime", ei = "runtimeSandbox";
9029
+ const jo = "runtimeOrg", Go = "runtimeEnv", Ho = "runtimeMode", Jo = "runtimeDevice", Uo = "runtimeDark", qo = "runtimeId", Xo = "runtimeType", Yo = "runtimeData", Zo = "runtimeDepends", Qo = "runtimeRuntime", ei = "runtimeSandbox";
9030
9030
  function Tu(t) {
9031
- ye(jo, t);
9031
+ be(jo, t);
9032
9032
  }
9033
9033
  function Nc() {
9034
- return fe(jo);
9034
+ return ye(jo);
9035
9035
  }
9036
9036
  function Eu(t) {
9037
- ye(Ho, t);
9037
+ be(Go, t);
9038
9038
  }
9039
9039
  function jc() {
9040
- return fe(Ho);
9040
+ return ye(Go);
9041
9041
  }
9042
9042
  function Au(t) {
9043
- ye(Go, t);
9043
+ be(Ho, t);
9044
9044
  }
9045
9045
  function Z() {
9046
- return fe(Go);
9046
+ return ye(Ho);
9047
9047
  }
9048
9048
  function Mu(t) {
9049
- ye(Jo, ln(t));
9049
+ be(Jo, ln(t));
9050
9050
  }
9051
- function Fe() {
9052
- return fe(Jo);
9051
+ function De() {
9052
+ return ye(Jo);
9053
9053
  }
9054
9054
  function Wu(t) {
9055
- ye(Uo, ln(t));
9055
+ be(Uo, ln(t));
9056
9056
  }
9057
9057
  function Ze() {
9058
- return fe(Uo);
9058
+ return ye(Uo);
9059
9059
  }
9060
9060
  function Bu(t) {
9061
- ye(qo, t);
9061
+ be(qo, t);
9062
9062
  }
9063
9063
  function Qe() {
9064
- return fe(qo);
9064
+ return ye(qo);
9065
9065
  }
9066
9066
  function Ru(t) {
9067
- ye(Xo, t);
9067
+ be(Xo, t);
9068
9068
  }
9069
- function Ce() {
9070
- return fe(Xo);
9069
+ function Se() {
9070
+ return ye(Xo);
9071
9071
  }
9072
- function ze(t) {
9073
- ye(Yo, t);
9072
+ function Pe(t) {
9073
+ be(Yo, t);
9074
9074
  }
9075
9075
  function re() {
9076
- return fe(Yo);
9076
+ return ye(Yo);
9077
9077
  }
9078
9078
  function Ku(t) {
9079
- ye(Zo, ln(t));
9079
+ be(Zo, ln(t));
9080
9080
  }
9081
- function Hc() {
9082
- return fe(Zo);
9081
+ function Gc() {
9082
+ return ye(Zo);
9083
9083
  }
9084
9084
  function Du(t) {
9085
- ye(Qo, t);
9085
+ be(Qo, t);
9086
9086
  }
9087
- function Gc() {
9088
- return fe(Qo);
9087
+ function Hc() {
9088
+ return ye(Qo);
9089
9089
  }
9090
9090
  function Jc(t) {
9091
- ye(ei, t);
9091
+ be(ei, t);
9092
9092
  }
9093
- function _e() {
9094
- return fe(ei, void 0);
9093
+ function ve() {
9094
+ return ye(ei, void 0);
9095
9095
  }
9096
9096
  function je(t) {
9097
9097
  const n = [t.type];
@@ -9115,14 +9115,14 @@ async function ct(t, n, e, o, s) {
9115
9115
  for (const p of m)
9116
9116
  if (e === je(p)) {
9117
9117
  if (p.subKeys) {
9118
- if (!me(
9119
- Ve(o, p.subKeys),
9120
- Ve(s, p.subKeys)
9118
+ if (!pe(
9119
+ $e(o, p.subKeys),
9120
+ $e(s, p.subKeys)
9121
9121
  )) {
9122
9122
  u = p;
9123
9123
  break;
9124
9124
  }
9125
- } else if (!me(o, s)) {
9125
+ } else if (!pe(o, s)) {
9126
9126
  u = p;
9127
9127
  break;
9128
9128
  }
@@ -9130,7 +9130,7 @@ async function ct(t, n, e, o, s) {
9130
9130
  if (!u)
9131
9131
  continue;
9132
9132
  let d;
9133
- u.subKeys ? d = Ve(o, u.subKeys) : d = o;
9133
+ u.subKeys ? d = $e(o, u.subKeys) : d = o;
9134
9134
  for (const p of m)
9135
9135
  if (p.subKeys) {
9136
9136
  let f;
@@ -9149,15 +9149,15 @@ async function ct(t, n, e, o, s) {
9149
9149
  console.assert(!1);
9150
9150
  continue;
9151
9151
  }
9152
- const b = Ve(f, p.subKeys);
9153
- if (me(d, b))
9152
+ const b = $e(f, p.subKeys);
9153
+ if (pe(d, b))
9154
9154
  continue;
9155
- const _ = O(f);
9156
- cn(_, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
9155
+ const g = O(f);
9156
+ cn(g, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
9157
9157
  p.nodeId,
9158
9158
  p.propertyKeys.split("."),
9159
- _
9160
- ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, _) : p.type === "customSlotProperty" ? t.setCustomSlotProperty(p.propertyId, _) : p.type === "state" ? t.setState(p.stateId, _) : console.assert(!1);
9159
+ g
9160
+ ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, g) : p.type === "customSlotProperty" ? t.setCustomSlotProperty(p.propertyId, g) : p.type === "state" ? t.setState(p.stateId, g) : console.assert(!1);
9161
9161
  } else {
9162
9162
  let f;
9163
9163
  if (p.type === "elementProperty")
@@ -9175,7 +9175,7 @@ async function ct(t, n, e, o, s) {
9175
9175
  console.assert(!1);
9176
9176
  continue;
9177
9177
  }
9178
- if (me(d, f))
9178
+ if (pe(d, f))
9179
9179
  continue;
9180
9180
  p.type === "elementProperty" ? t.setElementProperty(
9181
9181
  p.nodeId,
@@ -9224,7 +9224,7 @@ function Nu(t) {
9224
9224
  function ju(t, n, e) {
9225
9225
  return `${t}.${n}.${e}`;
9226
9226
  }
9227
- function Hu(t) {
9227
+ function Gu(t) {
9228
9228
  const n = t.split(".");
9229
9229
  let e = "";
9230
9230
  n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
@@ -9245,7 +9245,7 @@ function qc(t) {
9245
9245
  let s = "";
9246
9246
  return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
9247
9247
  }
9248
- function Gu(t, n, e) {
9248
+ function Hu(t, n, e) {
9249
9249
  return `${t}.${n}.${e}`;
9250
9250
  }
9251
9251
  function Ju(t) {
@@ -9269,7 +9269,7 @@ function qu(t) {
9269
9269
  let s = "";
9270
9270
  return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfCustomSlot invalid methodId key=${t}`), { compId: e, slotId: o, methodId: s };
9271
9271
  }
9272
- function ae(t, n, e) {
9272
+ function ce(t, n, e) {
9273
9273
  return `${t}/${n}/${e}`;
9274
9274
  }
9275
9275
  function Xc(t) {
@@ -9318,8 +9318,8 @@ function tm(t) {
9318
9318
  return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
9319
9319
  }
9320
9320
  function et(t, n) {
9321
- const e = Hc(), o = ie(-1);
9322
- Ie(() => {
9321
+ const e = Gc(), o = ie(-1);
9322
+ ke(() => {
9323
9323
  if (!t.value) {
9324
9324
  o.value = -1, n.value = void 0;
9325
9325
  return;
@@ -9335,14 +9335,14 @@ function et(t, n) {
9335
9335
  function nm() {
9336
9336
  let t;
9337
9337
  const n = async () => (t = (await Li()).newRuntime(), console.log("runtime created"), t);
9338
- return Se(() => {
9338
+ return Ie(() => {
9339
9339
  t && (t.dispose(), console.log("runtime dispose"));
9340
9340
  }), { createRuntime: n };
9341
9341
  }
9342
- function Be(t) {
9342
+ function Me(t) {
9343
9343
  return !!t.vm;
9344
9344
  }
9345
- function ve(t, n) {
9345
+ function le(t, n) {
9346
9346
  if (n === void 0)
9347
9347
  return t.undefined;
9348
9348
  if (n === null)
@@ -9361,12 +9361,12 @@ function ve(t, n) {
9361
9361
  for (const c of Object.keys(n)) {
9362
9362
  var e = [];
9363
9363
  try {
9364
- const m = ke(e, ve(t, n[c]));
9364
+ const m = Oe(e, le(t, n[c]));
9365
9365
  t.setProp(l, c, m);
9366
9366
  } catch (o) {
9367
9367
  var s = o, i = !0;
9368
9368
  } finally {
9369
- we(e, s, i);
9369
+ Fe(e, s, i);
9370
9370
  }
9371
9371
  }
9372
9372
  return l;
@@ -9417,30 +9417,30 @@ function Yc(t) {
9417
9417
  }).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
9418
9418
  const s = n.getNumber(e), i = n.getNumber(o);
9419
9419
  window.setTimeout(() => {
9420
- if (Be(t)) {
9420
+ if (Me(t)) {
9421
9421
  var l = [];
9422
9422
  try {
9423
- const d = ke(l, n.getProp(n.global, "__timeoutCallback__"));
9423
+ const d = Oe(l, n.getProp(n.global, "__timeoutCallback__"));
9424
9424
  n.callFunction(d, n.undefined, n.newNumber(s)).unwrap().dispose();
9425
9425
  n.runtime.executePendingJobs();
9426
9426
  } catch (c) {
9427
9427
  var m = c, u = !0;
9428
9428
  } finally {
9429
- we(l, m, u);
9429
+ Fe(l, m, u);
9430
9430
  }
9431
9431
  }
9432
9432
  }, i);
9433
9433
  }).consume((e) => n.setProp(n.global, "__timeoutV1__", e)), n.newFunction("__delayV1__", (e) => {
9434
9434
  const o = n.getNumber(e), { promiseId: s, promise: i } = t.promiseManager.acquire();
9435
9435
  return window.setTimeout(() => {
9436
- Be(t) && (i.resolve(), t.promiseManager.release(s));
9436
+ Me(t) && (i.resolve(), t.promiseManager.release(s));
9437
9437
  }, o), i.settled.then(n.runtime.executePendingJobs), i.handle;
9438
9438
  }).consume((e) => n.setProp(n.global, "__delayV1__", e));
9439
9439
  }
9440
9440
  const ti = ci({
9441
9441
  baseUrl: "http://localhost/computebase/",
9442
9442
  onError: (t) => {
9443
- const { i18n: n } = he;
9443
+ const { i18n: n } = _e;
9444
9444
  To(Ei(n, t));
9445
9445
  }
9446
9446
  });
@@ -9455,18 +9455,18 @@ function Qc(t) {
9455
9455
  }
9456
9456
  const { vm: n } = t;
9457
9457
  n.newFunction("__callFuncV1__", (e, o, s, i, l) => {
9458
- const c = n.getString(e), 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);
9458
+ 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(), g = JSON.stringify(u);
9459
9459
  return Zc({
9460
9460
  spaceId: c,
9461
9461
  id: m,
9462
- strInputs: _,
9462
+ strInputs: g,
9463
9463
  env: d
9464
9464
  }).then(
9465
9465
  ({ strOutputs: k }) => {
9466
- Be(t) && (b.resolve(n.evalCode(`JSON.parse('${k}')`).unwrap()), t.promiseManager.release(f));
9466
+ Me(t) && (b.resolve(n.evalCode(`JSON.parse('${k}')`).unwrap()), t.promiseManager.release(f));
9467
9467
  },
9468
9468
  (k) => {
9469
- Be(t) && (b.reject(n.newString(`call func <${p}> failed, ${k}`)), t.promiseManager.release(f));
9469
+ Me(t) && (b.reject(n.newString(`call func <${p}> failed, ${k}`)), t.promiseManager.release(f));
9470
9470
  }
9471
9471
  ), b.settled.then(n.runtime.executePendingJobs), b.handle;
9472
9472
  }).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
@@ -9491,12 +9491,12 @@ function tu(t) {
9491
9491
  const { kind: m, eventKey: u } = Xc(i);
9492
9492
  m === "customEvent" && t.parent && (t.parent.callFunctionAsync(
9493
9493
  "__triggerEventV1__",
9494
- ae("refEvent", t.nodeId, u),
9494
+ ce("refEvent", t.nodeId, u),
9495
9495
  "",
9496
9496
  ...c
9497
9497
  ), t.parent.callFunctionAsync(
9498
9498
  "__triggerEventV1__",
9499
- ae("multipleRefEvent", t.nodeId, u),
9499
+ ce("multipleRefEvent", t.nodeId, u),
9500
9500
  t.instance,
9501
9501
  ...c
9502
9502
  ));
@@ -9518,7 +9518,7 @@ function tu(t) {
9518
9518
  const d = t.children[`${c}/${i}`];
9519
9519
  d && (u = d.getCustomSlotProperty(m));
9520
9520
  } else l === "customProperty" ? u = t.getCustomProperty(m) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? u = t.parent?.getCustomSlotProperty(m) : console.assert(!1);
9521
- return ve(n, u);
9521
+ return le(n, u);
9522
9522
  }).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
9523
9523
  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 } = wo(i);
9524
9524
  if (d === "elementProperty")
@@ -9542,65 +9542,59 @@ function tu(t) {
9542
9542
  }).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
9543
9543
  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 } = qc(i);
9544
9544
  if (d === "elementMethod")
9545
- t.callElementMethod(i, f, c).then((b) => {
9546
- u.resolve(ve(n, b)), t.promiseManager.release(m);
9547
- });
9545
+ t.callElementMethod(i, f, c).then(
9546
+ (b) => {
9547
+ le(n, b).consume((g) => u.resolve(g)), t.promiseManager.release(m);
9548
+ },
9549
+ (b) => {
9550
+ le(n, b).consume((g) => u.reject(g)), t.promiseManager.release(m);
9551
+ }
9552
+ );
9548
9553
  else if (d === "refMethod") {
9549
9554
  const b = t.children[p];
9550
9555
  b && b.callFunctionAsync(
9551
9556
  Lt("customMethod", "globality", f),
9552
9557
  l,
9553
9558
  c
9554
- ).then((_) => {
9555
- var g = [];
9556
- try {
9557
- const k = ke(g, ve(n, _));
9558
- u.resolve(k);
9559
- t.promiseManager.release(m);
9560
- } catch (x) {
9561
- var h = x, v = !0;
9562
- } finally {
9563
- we(g, h, v);
9559
+ ).then(
9560
+ (g) => {
9561
+ le(n, g).consume((k) => u.resolve(k)), t.promiseManager.release(m);
9562
+ },
9563
+ (g) => {
9564
+ le(n, g).consume((k) => u.reject(k)), t.promiseManager.release(m);
9564
9565
  }
9565
- });
9566
+ );
9566
9567
  } else if (d === "multipleRefMethod") {
9567
9568
  const b = t.children[`${p}/${l}`];
9568
9569
  b && b.callFunctionAsync(
9569
9570
  Lt("customMethod", "globality", f),
9570
9571
  l,
9571
9572
  c
9572
- ).then((_) => {
9573
- var g = [];
9574
- try {
9575
- const k = ke(g, ve(n, _));
9576
- u.resolve(k);
9577
- t.promiseManager.release(m);
9578
- } catch (x) {
9579
- var h = x, v = !0;
9580
- } finally {
9581
- we(g, h, v);
9573
+ ).then(
9574
+ (g) => {
9575
+ le(n, g).consume((k) => u.resolve(k)), t.promiseManager.release(m);
9576
+ },
9577
+ (g) => {
9578
+ le(n, g).consume((k) => u.resolve(k)), t.promiseManager.release(m);
9582
9579
  }
9583
- });
9584
- } else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" || d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent && t.parent.callFunctionAsync(
9585
- Lt("customMethod", "globality", f),
9580
+ );
9581
+ } else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" || d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent ? t.parent.callFunctionAsync(
9582
+ Lt(
9583
+ "multipleSlotMethod",
9584
+ t.nodeId,
9585
+ f
9586
+ ),
9586
9587
  l,
9587
9588
  c
9588
9589
  ).then((b) => {
9589
- var k = [];
9590
- try {
9591
- const _ = ke(k, ve(n, b));
9592
- u.resolve(_);
9593
- t.promiseManager.release(m);
9594
- } catch (g) {
9595
- var x = g, h = !0;
9596
- } finally {
9597
- we(k, x, h);
9598
- }
9599
- }) : console.assert(!1));
9590
+ le(n, b).consume((g) => u.resolve(g)), t.promiseManager.release(m);
9591
+ }) : (n.newError("Not inserted into the slot").consume(
9592
+ (b) => u.reject(b)
9593
+ ), t.promiseManager.release(m)) : console.assert(!1));
9600
9594
  return u.settled.then(n.runtime.executePendingJobs), u.handle;
9601
9595
  }).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
9602
9596
  const o = n.getString(e), s = t.getState(o);
9603
- return ve(n, s);
9597
+ return le(n, s);
9604
9598
  }).consume((e) => n.setProp(n.global, "__getStateV1__", e)), n.newFunction("__setStateV1__", (e, o) => {
9605
9599
  const s = n.getString(e), i = n.dump(o);
9606
9600
  t.setState(s, i);
@@ -9612,21 +9606,21 @@ function tu(t) {
9612
9606
  appId: `${s}${t.env}`,
9613
9607
  pageId: i
9614
9608
  };
9615
- he.router.replace({ path: l, query: c });
9609
+ _e.router.replace({ path: l, query: c });
9616
9610
  } else t.mode === "preview" && zo(
9617
- he.i18n.global.t(
9611
+ _e.i18n.global.t(
9618
9612
  "x-runtime-lib.msg.takeEffectOnlyAfterReleased"
9619
9613
  )
9620
9614
  );
9621
9615
  }).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
9622
9616
  const s = n.getString(e), i = n.getString(o), { promiseId: l, promise: c } = t.promiseManager.acquire();
9623
9617
  return ui({ title: s, text: i }).then((m) => {
9624
- Be(t) && (m === void 0 ? c.resolve(n.undefined) : c.resolve(m ? n.true : n.false), t.promiseManager.release(l));
9618
+ Me(t) && (m === void 0 ? c.resolve(n.undefined) : c.resolve(m ? n.true : n.false), t.promiseManager.release(l));
9625
9619
  }), c.settled.then(n.runtime.executePendingJobs), c.handle;
9626
9620
  }).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
9627
9621
  const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire();
9628
9622
  return mi({ title: i, label: l, value: c }).then((d) => {
9629
- Be(t) && (d === void 0 ? u.resolve(n.undefined) : u.resolve(n.newString(d)), t.promiseManager.release(m));
9623
+ Me(t) && (d === void 0 ? u.resolve(n.undefined) : u.resolve(n.newString(d)), t.promiseManager.release(m));
9630
9624
  }), u.settled.then(n.runtime.executePendingJobs), u.handle;
9631
9625
  }).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
9632
9626
  }
@@ -9777,7 +9771,7 @@ class su {
9777
9771
  async createVm(n, e) {
9778
9772
  this.vm = n.newContext(), this.promiseManager = new iu(this.vm), nu(this), this.vm.evalCode(ou), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), await this.callFunctionAsync(
9779
9773
  "__triggerEventV1__",
9780
- ae("elementEvent", "globality", "startup"),
9774
+ ce("elementEvent", "globality", "startup"),
9781
9775
  ""
9782
9776
  );
9783
9777
  }
@@ -9792,19 +9786,19 @@ class su {
9792
9786
  return;
9793
9787
  const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")})`;
9794
9788
  this.debugTrace(`callFunctionSync ${s})`);
9795
- const i = ke(m, o.getProp(o.global, n));
9789
+ const i = Oe(m, o.getProp(o.global, n));
9796
9790
  if (!i) {
9797
9791
  console.error(`callFunctionSync function<${n}> not available`);
9798
9792
  return;
9799
9793
  }
9800
- const l = e.map((f) => ve(o, f));
9794
+ const l = e.map((f) => le(o, f));
9801
9795
  const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((f) => o.dump(f));
9802
9796
  l.forEach((f) => f.dispose());
9803
9797
  return c;
9804
9798
  } catch (u) {
9805
9799
  var d = u, p = !0;
9806
9800
  } finally {
9807
- we(m, d, p);
9801
+ Fe(m, d, p);
9808
9802
  }
9809
9803
  }
9810
9804
  async callFunctionAsync(n, ...e) {
@@ -9815,12 +9809,12 @@ class su {
9815
9809
  return;
9816
9810
  const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")})`;
9817
9811
  this.debugTrace(`callFunctionAsync ${s}`);
9818
- const i = ke(u, o.getProp(o.global, n));
9812
+ const i = Oe(u, o.getProp(o.global, n));
9819
9813
  if (!i) {
9820
9814
  console.error(`callFunctionAsync function<${n}> not available`);
9821
9815
  return;
9822
9816
  }
9823
- const l = e.map((b) => ve(o, b));
9817
+ const l = e.map((b) => le(o, b));
9824
9818
  const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((b) => o.resolvePromise(b));
9825
9819
  o.runtime.executePendingJobs();
9826
9820
  l.map((b) => b.dispose());
@@ -9829,7 +9823,7 @@ class su {
9829
9823
  } catch (d) {
9830
9824
  var p = d, f = !0;
9831
9825
  } finally {
9832
- we(u, p, f);
9826
+ Fe(u, p, f);
9833
9827
  }
9834
9828
  }
9835
9829
  //--------------------------
@@ -9849,7 +9843,7 @@ class su {
9849
9843
  );
9850
9844
  return;
9851
9845
  }
9852
- return Ve(o, e);
9846
+ return $e(o, e);
9853
9847
  }
9854
9848
  setElementProperty(n, e, o) {
9855
9849
  const s = this.data.value?.view.nodes[n];
@@ -9862,8 +9856,8 @@ class su {
9862
9856
  );
9863
9857
  return;
9864
9858
  }
9865
- const i = Ve(s, e);
9866
- me(o, i) || (cn(s, e, o), this.hooks?.onElementPropertyChange(
9859
+ const i = $e(s, e);
9860
+ pe(o, i) || (cn(s, e, o), this.hooks?.onElementPropertyChange(
9867
9861
  s.basic.id,
9868
9862
  e,
9869
9863
  o,
@@ -9882,7 +9876,7 @@ class su {
9882
9876
  }
9883
9877
  setCustomProperty(n, e) {
9884
9878
  const o = this.customProperties[n];
9885
- me(e, o) || (this.customProperties[n] = e, this.hooks?.onCustomPropertyChange(n, e, o));
9879
+ pe(e, o) || (this.customProperties[n] = e, this.hooks?.onCustomPropertyChange(n, e, o));
9886
9880
  }
9887
9881
  //--------------------------
9888
9882
  // 自定义插槽属性
@@ -9896,7 +9890,7 @@ class su {
9896
9890
  }
9897
9891
  setCustomSlotProperty(n, e) {
9898
9892
  const o = this.customSlotProperties[n];
9899
- me(e, o) || (this.customSlotProperties[n] = e, this.hooks.onCustomSlotPropetyChange(n, e, o));
9893
+ pe(e, o) || (this.customSlotProperties[n] = e, this.hooks.onCustomSlotPropetyChange(n, e, o));
9900
9894
  }
9901
9895
  //--------------------------
9902
9896
  // 元素方法
@@ -9917,34 +9911,34 @@ class su {
9917
9911
  }
9918
9912
  setState(n, e) {
9919
9913
  const o = this.states[n];
9920
- me(e, o) || (this.states[n] = e, this.hooks?.onStateChange(n, e, o));
9914
+ pe(e, o) || (this.states[n] = e, this.hooks?.onStateChange(n, e, o));
9921
9915
  }
9922
9916
  }
9923
9917
  function tt(t, n, e, o, s) {
9924
- const i = Nc(), l = jc(), c = Z(), m = Ce(), u = Fe(), d = Ze(), p = Gc(), f = async (x, h, v, z) => {
9925
- if (le(c)) {
9926
- if (me(h, ["settings", "slot"])) {
9918
+ const i = Nc(), l = jc(), c = Z(), m = Se(), u = De(), d = Ze(), p = Hc(), f = async (x, _, v, z) => {
9919
+ if (ae(c)) {
9920
+ if (pe(_, ["settings", "slot"])) {
9927
9921
  const T = t.value?.view.nodeLites.find(
9928
9922
  (J) => J.id === x
9929
9923
  );
9930
9924
  T ? T.slotId = v : console.assert(!1);
9931
9925
  }
9932
- if (me(h, ["settings", "comp"])) {
9926
+ if (pe(_, ["settings", "comp"])) {
9933
9927
  const T = t.value?.view.nodeLites.find(
9934
9928
  (J) => J.id === x
9935
9929
  );
9936
9930
  T ? T.compId = v : console.assert(!1);
9937
9931
  }
9938
- if (await g.callFunctionAsync(
9932
+ if (await h.callFunctionAsync(
9939
9933
  "__triggerEventV1__",
9940
- ae("elementPropertyChangeEvent", x, h.join(".")),
9934
+ ce("elementPropertyChangeEvent", x, _.join(".")),
9941
9935
  "",
9942
9936
  v,
9943
9937
  z ?? v
9944
9938
  ), t.value?.code.reactivity) {
9945
9939
  let T = "";
9946
- h instanceof Array ? T = h.join(".") : T = h, ct(
9947
- g,
9940
+ _ instanceof Array ? T = _.join(".") : T = _, ct(
9941
+ h,
9948
9942
  t.value.code.reactivity,
9949
9943
  je({
9950
9944
  type: "elementProperty",
@@ -9956,59 +9950,59 @@ function tt(t, n, e, o, s) {
9956
9950
  );
9957
9951
  }
9958
9952
  }
9959
- }, b = async (x, h, v) => {
9960
- le(c) && (await g.callFunctionAsync(
9953
+ }, b = async (x, _, v) => {
9954
+ ae(c) && (await h.callFunctionAsync(
9961
9955
  "__triggerEventV1__",
9962
- ae("customPropertyChangeEvent", "globality", x),
9956
+ ce("customPropertyChangeEvent", "globality", x),
9963
9957
  "",
9964
- h,
9965
- v ?? h
9966
- ), await g.parent.callFunctionAsync(
9958
+ _,
9959
+ v ?? _
9960
+ ), await h.parent.callFunctionAsync(
9967
9961
  "__triggerEventV1__",
9968
- ae("refPropertyChangeEvent", g.nodeId, x),
9962
+ ce("refPropertyChangeEvent", h.nodeId, x),
9969
9963
  "",
9970
- h,
9971
- v ?? h
9972
- ), await g.parent.callFunctionAsync(
9964
+ _,
9965
+ v ?? _
9966
+ ), await h.parent.callFunctionAsync(
9973
9967
  "__triggerEventV1__",
9974
- ae(
9968
+ ce(
9975
9969
  "multipleRefPropertyChangeEvent",
9976
- g.nodeId,
9970
+ h.nodeId,
9977
9971
  x
9978
9972
  ),
9979
9973
  "",
9980
- h,
9981
- v ?? h
9974
+ _,
9975
+ v ?? _
9982
9976
  ), t.value?.code.reactivity && ct(
9983
- g,
9977
+ h,
9984
9978
  t.value.code.reactivity,
9985
9979
  je({ type: "customProperty", propertyId: x }),
9986
- h,
9980
+ _,
9987
9981
  v
9988
9982
  ));
9989
- }, _ = (x, h, v) => {
9990
- le(c) && t.value?.code.reactivity && ct(
9991
- g,
9983
+ }, g = (x, _, v) => {
9984
+ ae(c) && t.value?.code.reactivity && ct(
9985
+ h,
9992
9986
  t.value.code.reactivity,
9993
9987
  je({ type: "customSlotProperty", propertyId: x }),
9994
- h,
9988
+ _,
9995
9989
  v
9996
9990
  );
9997
- }, k = async (x, h, v) => {
9998
- le(c) && (await g.callFunctionAsync(
9991
+ }, k = async (x, _, v) => {
9992
+ ae(c) && (await h.callFunctionAsync(
9999
9993
  "__triggerEventV1__",
10000
- ae("stateChangeEvent", "globality", x),
9994
+ ce("stateChangeEvent", "globality", x),
10001
9995
  "",
10002
- h,
10003
- v ?? h
9996
+ _,
9997
+ v ?? _
10004
9998
  ), t.value?.code.reactivity && ct(
10005
- g,
9999
+ h,
10006
10000
  t.value.code.reactivity,
10007
10001
  je({ type: "state", stateId: x }),
10008
- h,
10002
+ _,
10009
10003
  v
10010
10004
  ));
10011
- }, g = new su(
10005
+ }, h = new su(
10012
10006
  n,
10013
10007
  e,
10014
10008
  o,
@@ -10020,39 +10014,39 @@ function tt(t, n, e, o, s) {
10020
10014
  {
10021
10015
  onElementPropertyChange: f,
10022
10016
  onCustomPropertyChange: b,
10023
- onCustomSlotPropetyChange: _,
10017
+ onCustomSlotPropetyChange: g,
10024
10018
  onStateChange: k
10025
10019
  }
10026
10020
  );
10027
- if (Jc(g), Se(() => {
10028
- g.dispose();
10029
- }), le(c)) {
10021
+ if (Jc(h), Ie(() => {
10022
+ h.dispose();
10023
+ }), ae(c)) {
10030
10024
  const x = async () => {
10031
- g.destroyVm(), g.associateData(t), g.resetCustomProperties(), g.resetCustomSlotProperties(), g.resetStates(), !(!t.value || !t.value.code.script) && g.createVm(p, t.value.code.script);
10025
+ h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetCustomSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(p, t.value.code.script);
10032
10026
  };
10033
- x(), pe(t, () => {
10027
+ x(), de(t, () => {
10034
10028
  x();
10035
10029
  });
10036
10030
  }
10037
- le(c) && pe(
10031
+ ae(c) && de(
10038
10032
  u,
10039
- async (x, h) => {
10040
- const v = ut(x.width), z = ut(h?.width ?? x.width);
10041
- await g.callFunctionAsync(
10033
+ async (x, _) => {
10034
+ const v = ut(x.width), z = ut(_?.width ?? x.width);
10035
+ await h.callFunctionAsync(
10042
10036
  "__triggerEventV1__",
10043
- ae("elementEvent", "globality", "screenSizeChange"),
10037
+ ce("elementEvent", "globality", "screenSizeChange"),
10044
10038
  "",
10045
10039
  v,
10046
10040
  z
10047
10041
  );
10048
10042
  },
10049
10043
  { immediate: !0 }
10050
- ), le(c) && pe(
10044
+ ), ae(c) && de(
10051
10045
  d,
10052
10046
  async (x) => {
10053
- await g.callFunctionAsync(
10047
+ await h.callFunctionAsync(
10054
10048
  "__triggerEventV1__",
10055
- ae("elementEvent", "globality", "darkModeChange"),
10049
+ ce("elementEvent", "globality", "darkModeChange"),
10056
10050
  "",
10057
10051
  x
10058
10052
  );
@@ -10060,7 +10054,7 @@ function tt(t, n, e, o, s) {
10060
10054
  { immediate: !0 }
10061
10055
  );
10062
10056
  }
10063
- function G() {
10057
+ function H() {
10064
10058
  const t = Ze();
10065
10059
  return { theme: I(() => t.value ? "dark" : "light") };
10066
10060
  }
@@ -10075,7 +10069,7 @@ async function om(t) {
10075
10069
  }
10076
10070
  export {
10077
10071
  yu as addIndent,
10078
- Gl as ambientLightV1,
10072
+ Hl as ambientLightV1,
10079
10073
  Ql as badgeV1,
10080
10074
  Et as barChartV1,
10081
10075
  zt as boxGeometryV1,
@@ -10101,16 +10095,16 @@ export {
10101
10095
  Fc as duplicateNodePair,
10102
10096
  zu as duplicateNodePairs,
10103
10097
  Iu as elementKeys,
10104
- $e as elements,
10098
+ we as elements,
10105
10099
  Vu as fileInputV1,
10106
10100
  Kt as flexLayoutEntryV1,
10107
10101
  Ue as flexLayoutV1,
10108
10102
  Ft as formV1,
10109
10103
  E as genId,
10110
10104
  Ne as getBreakpointProp,
10111
- Ve as getField,
10105
+ $e as getField,
10112
10106
  Lt as getImplementMethodName,
10113
- $n as getIndexOfBreakpoint,
10107
+ Sn as getIndexOfBreakpoint,
10114
10108
  Lu as getNodeLite,
10115
10109
  ko as getPropertyDefault,
10116
10110
  R as getPropertyTag,
@@ -10123,17 +10117,17 @@ export {
10123
10117
  W as initProperties,
10124
10118
  Ze as injectDark,
10125
10119
  re as injectData,
10126
- Hc as injectDepends,
10127
- Fe as injectDevice,
10120
+ Gc as injectDepends,
10121
+ De as injectDevice,
10128
10122
  jc as injectEnv,
10129
10123
  Qe as injectId,
10130
10124
  Z as injectMode,
10131
10125
  Nc as injectOrg,
10132
- Gc as injectRuntime,
10133
- _e as injectSandbox,
10134
- Ce as injectType,
10126
+ Hc as injectRuntime,
10127
+ ve as injectSandbox,
10128
+ Se as injectType,
10135
10129
  Ye as isCircularReference,
10136
- le as isExecutableMode,
10130
+ ae as isExecutableMode,
10137
10131
  Ki as isLocaleOfEventKind,
10138
10132
  Ri as isLocaleOfMethodKind,
10139
10133
  Bi as isLocaleOfPropertyKind,
@@ -10143,12 +10137,12 @@ export {
10143
10137
  Bl as keyboardControlsV1,
10144
10138
  At as lineChartV1,
10145
10139
  om as loadLocaleMessageRuntime,
10146
- ae as makeEventId,
10140
+ ce as makeEventId,
10147
10141
  Zu as makeEventKeyOfCustomSlot,
10148
10142
  Xu as makeEventKeyOfElementSlot,
10149
10143
  Uc as makeMethodId,
10150
10144
  Uu as makeMethodKeyOfCustomSlot,
10151
- Gu as makeMethodKeyOfElementSlot,
10145
+ Hu as makeMethodKeyOfElementSlot,
10152
10146
  Ou as makePropertyId,
10153
10147
  ju as makePropertyKeyOfCustomSlot,
10154
10148
  Fu as makePropertyKeyOfElementSlot,
@@ -10156,8 +10150,8 @@ export {
10156
10150
  je as makeTriggerId,
10157
10151
  Rl as mapControlsV1,
10158
10152
  _a as menuV1,
10159
- He as meshBasicMaterialV1,
10160
- Ge as meshV1,
10153
+ Ge as meshBasicMaterialV1,
10154
+ He as meshV1,
10161
10155
  Na as multipleRefV1,
10162
10156
  ja as multipleSlotV1,
10163
10157
  Nt as numberInputV1,
@@ -10175,7 +10169,7 @@ export {
10175
10169
  Oc as pkgs,
10176
10170
  Ul as pointLightV1,
10177
10171
  Wu as provideDark,
10178
- ze as provideData,
10172
+ Pe as provideData,
10179
10173
  Ku as provideDepends,
10180
10174
  Mu as provideDevice,
10181
10175
  Eu as provideEnv,
@@ -10185,22 +10179,22 @@ export {
10185
10179
  Du as provideRuntime,
10186
10180
  Jc as provideSandbox,
10187
10181
  Ru as provideType,
10188
- Ht as radioGroupV1,
10182
+ Gt as radioGroupV1,
10189
10183
  jt as radioV1,
10190
10184
  Ia as rangeSliderV1,
10191
- $a as ratingV1,
10192
- Ha as referenceV1,
10193
- S as regElement,
10194
- Ga as renderSwitchV1,
10185
+ Sa as ratingV1,
10186
+ Ga as referenceV1,
10187
+ $ as regElement,
10188
+ Ha as renderSwitchV1,
10195
10189
  Ai as reverseBreakpoints,
10196
- Sa as selectV1,
10190
+ $a as selectV1,
10197
10191
  cn as setField,
10198
10192
  Ca as sliderV1,
10199
10193
  Ja as slotV1,
10200
10194
  Pu as spawnNode,
10201
10195
  Tt as sphereGeometryV1,
10202
10196
  ql as spotLightV1,
10203
- Gt as stepperHeaderV1,
10197
+ Ht as stepperHeaderV1,
10204
10198
  Jt as stepperItemV1,
10205
10199
  Xt as stepperV1,
10206
10200
  qt as stepperWindowItemV1,
@@ -10209,14 +10203,14 @@ export {
10209
10203
  Yt as tabV1,
10210
10204
  Zt as tabsV1,
10211
10205
  Ot as textFieldV1,
10212
- Le as textV1,
10206
+ Ve as textV1,
10213
10207
  Qt as textareaV1,
10214
10208
  en as timelineItemV1,
10215
10209
  tn as timelineV1,
10216
10210
  Cu as toEventName,
10217
- Su as toMethodName,
10211
+ $u as toMethodName,
10218
10212
  M as toNodeLite,
10219
- $u as toPropertyName,
10213
+ Su as toPropertyName,
10220
10214
  ct as triggerReactivity,
10221
10215
  Xc as unwrapEventId,
10222
10216
  Qu as unwrapEventKeyOfCustomSlot,
@@ -10225,13 +10219,13 @@ export {
10225
10219
  qu as unwrapMethodKeyOfCustomSlot,
10226
10220
  Ju as unwrapMethodKeyOfElementSlot,
10227
10221
  wo as unwrapPropertyId,
10228
- Hu as unwrapPropertyKeyOfCustomSlot,
10222
+ Gu as unwrapPropertyKeyOfCustomSlot,
10229
10223
  Nu as unwrapPropertyKeyOfElementSlot,
10230
10224
  tm as unwrapSlotId,
10231
10225
  et as useDepend,
10232
10226
  nm as useRuntime,
10233
10227
  tt as useSandbox,
10234
- G as useTheme,
10228
+ H as useTheme,
10235
10229
  nn as windowItemV1,
10236
10230
  on as windowV1
10237
10231
  };