x-runtime-lib 0.8.135 → 0.8.136

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 +692 -680
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ var Pe = (t, n, e) => {
29
29
  };
30
30
  return r();
31
31
  };
32
- import { defineComponent as C, createElementBlock as ce, renderSlot as K, unref as i, openBlock as x, createElementVNode as ie, computed as k, normalizeStyle as ue, createCommentVNode as le, ref as oe, watch as ae, onBeforeMount as ti, onUnmounted as Ue, watchEffect as he, createBlock as w, withCtx as V, useTemplateRef as xo, onMounted as ko, nextTick as wo, resolveComponent as W, createVNode as j, isRef as Q, h as G, createSlots as nn, renderList as ni, useId as Io, withModifiers as oi, normalizeClass as ii, toDisplayString as ri, useAttrs as yt, inject as me, provide as pe, readonly as on } from "vue";
32
+ import { defineComponent as $, createElementBlock as ce, renderSlot as K, unref as i, openBlock as x, createElementVNode as ie, computed as k, normalizeStyle as ue, createCommentVNode as le, ref as oe, watch as ae, onBeforeMount as ti, onUnmounted as Ue, watchEffect as _e, createBlock as I, withCtx as V, useTemplateRef as xo, onMounted as ko, nextTick as wo, resolveComponent as W, createVNode as j, isRef as ee, h as G, createSlots as nn, renderList as ni, useId as Io, withModifiers as oi, normalizeClass as ii, toDisplayString as ri, useAttrs as yt, inject as me, provide as pe, readonly as on } from "vue";
33
33
  import { globalObjects as Ie, waitUtil as So, useViewStack as Co, eventBus as $o, messageInfo as si, messageSuccess as li, messageWarning as Vo, messageError as Po, createAxios as ai, openConfirmDlg as ci, openPromptDlg as ui } from "x-essential-lib";
34
34
  import { CameraHelper as Lo, DirectionalLightHelper as mi, PointLightHelper as pi, SpotLightHelper as di } from "three";
35
35
  import { i as se, c as Je, K as fi, M as yi, O as bi, u as gi, r as zo, e as To, a as hi, b as _i, d as vi, f as xi, g as ki, h as wi, j as Ii, k as Si, l as Eo, m as D, n as Ci, o as $i, p as Vi, q as Pi } from "./vendor.hylrutpj.js";
@@ -127,7 +127,7 @@ function pu(t) {
127
127
  function Xe(t) {
128
128
  return t.startsWith("ref_v") || t.startsWith("multiple_ref_v") || t.startsWith("slot_v") || t.startsWith("multiple_slot_v");
129
129
  }
130
- function ee(t) {
130
+ function te(t) {
131
131
  return t === "runtime" || t === "preview";
132
132
  }
133
133
  function Ye(t, n) {
@@ -337,7 +337,7 @@ function wu(t, n) {
337
337
  let o = "";
338
338
  return t === "elementEvent" || (t === "refEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "refPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), ln(o, n, Bi(t));
339
339
  }
340
- const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ C({
340
+ const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ $({
341
341
  __name: "index",
342
342
  props: {
343
343
  position: {},
@@ -345,7 +345,7 @@ const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ C({
345
345
  scale: {}
346
346
  },
347
347
  setup(t) {
348
- const n = X();
348
+ const n = Y();
349
349
  return (e, o) => i(n) === "editor" ? (x(), ce("TresMesh", {
350
350
  key: 0,
351
351
  position: t.position,
@@ -358,14 +358,14 @@ const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ C({
358
358
  K(e.$slots, "default")
359
359
  ], 8, Ri)) : K(e.$slots, "default", { key: 1 });
360
360
  }
361
- }), H = /* @__PURE__ */ C({
361
+ }), H = /* @__PURE__ */ $({
362
362
  __name: "index",
363
363
  props: {
364
364
  block: { type: Boolean, default: !1 },
365
365
  mask: { type: Boolean, default: !1 }
366
366
  },
367
367
  setup(t) {
368
- const n = X(), e = k(() => {
368
+ const n = Y(), e = k(() => {
369
369
  const s = {
370
370
  position: "relative"
371
371
  };
@@ -398,7 +398,7 @@ function Ki(t) {
398
398
  } };
399
399
  }
400
400
  function P(t) {
401
- const n = be(), e = oe(n.value.view.nodes[t.nodeId]);
401
+ const n = fe(), e = oe(n.value.view.nodes[t.nodeId]);
402
402
  console.assert(!!e.value, `invalid node id=${t.nodeId}`), ae(n, () => {
403
403
  e.value = n.value.view.nodes[t.nodeId];
404
404
  });
@@ -406,7 +406,7 @@ function P(t) {
406
406
  return o("created"), { node: e };
407
407
  }
408
408
  function ut(t, n, e) {
409
- const o = fe();
409
+ const o = ye();
410
410
  if (o) {
411
411
  const s = k(() => jc("elementMethod", t, n));
412
412
  ti(() => {
@@ -430,14 +430,14 @@ const Di = (t, n, e, o) => {
430
430
  s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : sn(n, e, r);
431
431
  };
432
432
  function a(t, n, e) {
433
- const o = fe(), s = oe();
434
- return he(() => {
433
+ const o = ye(), s = oe();
434
+ return _e(() => {
435
435
  s.value = Di(o, t.value, n, e);
436
436
  }), ae(s, (r, l) => {
437
437
  se(r, l) || Oi(o, t.value, n, s.value, e);
438
438
  }), { property: s };
439
439
  }
440
- function ve(t) {
440
+ function ge(t) {
441
441
  const { property: n } = a(t, [
442
442
  "transform",
443
443
  "position",
@@ -463,17 +463,17 @@ function ve(t) {
463
463
  "rotation",
464
464
  "z"
465
465
  ]), { property: c } = a(t, ["transform", "scale", "x"]), { property: u } = a(t, ["transform", "scale", "y"]), { property: m } = a(t, ["transform", "scale", "z"]), d = oe([0, 0, 0]), p = oe([0, 0, 0]), f = oe([1, 1, 1]);
466
- return he(() => {
466
+ return _e(() => {
467
467
  d.value = [n.value, e.value, o.value];
468
- }), he(() => {
468
+ }), _e(() => {
469
469
  n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
470
- }), he(() => {
470
+ }), _e(() => {
471
471
  p.value = [s.value, r.value, l.value];
472
- }), he(() => {
472
+ }), _e(() => {
473
473
  s.value = p.value[0], r.value = p.value[1], l.value = p.value[2];
474
- }), he(() => {
474
+ }), _e(() => {
475
475
  f.value = [c.value, u.value, m.value];
476
- }), he(() => {
476
+ }), _e(() => {
477
477
  c.value = f.value[0], u.value = f.value[1], m.value = f.value[2];
478
478
  }), { position: d, rotation: p, scale: f };
479
479
  }
@@ -529,7 +529,7 @@ function Ko(t) {
529
529
  }
530
530
  return { show: n, position: e, type: o, data: s, applyYAxis: r };
531
531
  }
532
- function Y(t) {
532
+ function Z(t) {
533
533
  const { computedThemes: n } = Li(), e = Ze(), o = k(() => t.value?.mode), s = k(() => {
534
534
  const m = t.value?.theme;
535
535
  return m ? m === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : m === "background1" ? e.value ? "#272727" : "#eeeeee" : m === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[m] : void 0;
@@ -543,7 +543,7 @@ function Y(t) {
543
543
  return { color: l, rgb: c, alpha: u };
544
544
  }
545
545
  function an(t) {
546
- const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = Y(o), r = k(() => t.value.border?.roundRadius?.tl), l = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl), u = k(() => t.value.border?.roundRadius?.br);
546
+ const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = Z(o), r = k(() => t.value.border?.roundRadius?.tl), l = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl), u = k(() => t.value.border?.roundRadius?.br);
547
547
  function m(d) {
548
548
  n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), r.value && (d.borderTopLeftRadius = r.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
549
549
  }
@@ -564,7 +564,7 @@ function un(t) {
564
564
  return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: r };
565
565
  }
566
566
  function de(t, n) {
567
- const e = X(), o = Re(), s = k(() => n.value.size?.width), r = k(() => n.value.size?.minWidth), l = k(() => n.value.size?.maxWidth), c = k(() => {
567
+ const e = Y(), o = Re(), s = k(() => n.value.size?.width), r = k(() => n.value.size?.minWidth), l = k(() => n.value.size?.maxWidth), c = k(() => {
568
568
  if (t.outer && e === "editor") {
569
569
  const p = kt(n.value.size?.height);
570
570
  if (p)
@@ -591,7 +591,7 @@ function de(t, n) {
591
591
  }
592
592
  return { width: s, minWidth: r, maxWidth: l, height: c, minHeight: u, maxHeight: m, applySize: d };
593
593
  }
594
- const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Ni = /* @__PURE__ */ C({
594
+ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Ni = /* @__PURE__ */ $({
595
595
  __name: "index",
596
596
  props: {
597
597
  nodeId: {},
@@ -599,8 +599,8 @@ const Fi = ["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 = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
603
- return (b, g) => (x(), w(i(Ce), {
602
+ const n = t, { node: e } = P(n), o = Y(), { position: s, rotation: r, scale: l } = ge(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
603
+ return (g, b) => (x(), I(i(Ce), {
604
604
  position: i(s),
605
605
  rotation: i(r),
606
606
  scale: i(l)
@@ -617,17 +617,17 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
617
617
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1],
618
618
  top: i(f)
619
619
  }, [
620
- i(o) === "editor" ? (x(), w(i(Je), {
620
+ i(o) === "editor" ? (x(), I(i(Je), {
621
621
  key: 0,
622
622
  type: i(Lo)
623
623
  }, null, 8, ["type"])) : le("", !0),
624
- K(b.$slots, "default")
624
+ K(g.$slots, "default")
625
625
  ], 8, Fi)
626
626
  ]),
627
627
  _: 3
628
628
  }, 8, ["position", "rotation", "scale"]));
629
629
  }
630
- }), ji = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Gi = /* @__PURE__ */ C({
630
+ }), ji = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Gi = /* @__PURE__ */ $({
631
631
  __name: "index",
632
632
  props: {
633
633
  nodeId: {},
@@ -635,8 +635,8 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
635
635
  refContext: {}
636
636
  },
637
637
  setup(t) {
638
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "aspect"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
639
- return (p, f) => (x(), w(i(Ce), {
638
+ const n = t, { node: e } = P(n), o = Y(), { position: s, rotation: r, scale: l } = ge(e), { property: c } = a(e, ["settings", "aspect"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
639
+ return (p, f) => (x(), I(i(Ce), {
640
640
  position: i(s),
641
641
  rotation: i(r),
642
642
  scale: i(l)
@@ -651,7 +651,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
651
651
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
652
652
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1]
653
653
  }, [
654
- i(o) === "editor" ? (x(), w(i(Je), {
654
+ i(o) === "editor" ? (x(), I(i(Je), {
655
655
  key: 0,
656
656
  type: i(Lo)
657
657
  }, null, 8, ["type"])) : le("", !0),
@@ -661,25 +661,25 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
661
661
  _: 3
662
662
  }, 8, ["position", "rotation", "scale"]));
663
663
  }
664
- }), Hi = /* @__PURE__ */ C({
664
+ }), Hi = /* @__PURE__ */ $({
665
665
  __name: "index",
666
666
  setup(t) {
667
- const n = X();
668
- return (e, o) => i(n) !== "editor" ? (x(), w(i(fi), { key: 0 })) : le("", !0);
667
+ const n = Y();
668
+ return (e, o) => i(n) !== "editor" ? (x(), I(i(fi), { key: 0 })) : le("", !0);
669
669
  }
670
- }), Ui = /* @__PURE__ */ C({
670
+ }), Ui = /* @__PURE__ */ $({
671
671
  __name: "index",
672
672
  setup(t) {
673
- const n = X();
674
- return (e, o) => i(n) !== "editor" ? (x(), w(i(yi), { key: 0 })) : le("", !0);
673
+ const n = Y();
674
+ return (e, o) => i(n) !== "editor" ? (x(), I(i(yi), { key: 0 })) : le("", !0);
675
675
  }
676
- }), Ji = /* @__PURE__ */ C({
676
+ }), Ji = /* @__PURE__ */ $({
677
677
  __name: "index",
678
678
  setup(t) {
679
- const n = X();
680
- return (e, o) => i(n) !== "editor" ? (x(), w(i(bi), { key: 0 })) : le("", !0);
679
+ const n = Y();
680
+ return (e, o) => i(n) !== "editor" ? (x(), I(i(bi), { key: 0 })) : le("", !0);
681
681
  }
682
- }), qi = ["args"], Xi = /* @__PURE__ */ C({
682
+ }), qi = ["args"], Xi = /* @__PURE__ */ $({
683
683
  __name: "index",
684
684
  props: {
685
685
  nodeId: {},
@@ -713,7 +713,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
713
713
  for (const [o, s] of n)
714
714
  e[o] = s;
715
715
  return e;
716
- }, Yi = ["args"], Zi = /* @__PURE__ */ C({
716
+ }, Yi = ["args"], Zi = /* @__PURE__ */ $({
717
717
  __name: "index",
718
718
  props: {
719
719
  nodeId: {},
@@ -752,7 +752,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
752
752
  ]
753
753
  }, null, 8, Yi));
754
754
  }
755
- }), Qi = ["color", "intensity", "position", "rotation", "scale"], er = /* @__PURE__ */ C({
755
+ }), Qi = ["color", "intensity", "position", "rotation", "scale"], er = /* @__PURE__ */ $({
756
756
  __name: "index",
757
757
  props: {
758
758
  nodeId: {},
@@ -760,11 +760,11 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
760
760
  refContext: {}
761
761
  },
762
762
  setup(t) {
763
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, [
763
+ const n = t, { node: e } = P(n), o = Y(), { position: s, rotation: r, scale: l } = ge(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Z(c), { property: m } = a(e, [
764
764
  "settings",
765
765
  "intensity"
766
766
  ]);
767
- return (d, p) => (x(), w(i(Ce), {
767
+ return (d, p) => (x(), I(i(Ce), {
768
768
  position: i(s),
769
769
  rotation: i(r),
770
770
  scale: i(l)
@@ -783,7 +783,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
783
783
  _: 3
784
784
  }, 8, ["position", "rotation", "scale"]));
785
785
  }
786
- }), tr = ["color", "intensity", "position", "rotation", "scale"], nr = /* @__PURE__ */ C({
786
+ }), tr = ["color", "intensity", "position", "rotation", "scale"], nr = /* @__PURE__ */ $({
787
787
  __name: "index",
788
788
  props: {
789
789
  nodeId: {},
@@ -791,11 +791,11 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
791
791
  refContext: {}
792
792
  },
793
793
  setup(t) {
794
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, [
794
+ const n = t, { node: e } = P(n), o = Y(), { position: s, rotation: r, scale: l } = ge(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Z(c), { property: m } = a(e, [
795
795
  "settings",
796
796
  "intensity"
797
797
  ]);
798
- return (d, p) => (x(), w(i(Ce), {
798
+ return (d, p) => (x(), I(i(Ce), {
799
799
  position: i(s),
800
800
  rotation: i(r),
801
801
  scale: i(l)
@@ -808,7 +808,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
808
808
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
809
809
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1]
810
810
  }, [
811
- i(o) === "editor" ? (x(), w(i(Je), {
811
+ i(o) === "editor" ? (x(), I(i(Je), {
812
812
  key: 0,
813
813
  type: i(mi)
814
814
  }, null, 8, ["type"])) : le("", !0),
@@ -818,7 +818,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
818
818
  _: 3
819
819
  }, 8, ["position", "rotation", "scale"]));
820
820
  }
821
- }), or = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], ir = /* @__PURE__ */ C({
821
+ }), or = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], ir = /* @__PURE__ */ $({
822
822
  __name: "index",
823
823
  props: {
824
824
  nodeId: {},
@@ -826,14 +826,14 @@ const Fi = ["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 = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, ["settings", "decay"]), { property: d } = a(e, [
829
+ const n = t, { node: e } = P(n), o = Y(), { position: s, rotation: r, scale: l } = ge(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Z(c), { property: m } = a(e, ["settings", "decay"]), { property: d } = a(e, [
830
830
  "settings",
831
831
  "distance"
832
832
  ]), { property: p } = a(e, [
833
833
  "settings",
834
834
  "intensity"
835
835
  ]);
836
- return (f, b) => (x(), w(i(Ce), {
836
+ return (f, g) => (x(), I(i(Ce), {
837
837
  position: i(s),
838
838
  rotation: i(r),
839
839
  scale: i(l)
@@ -848,7 +848,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
848
848
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
849
849
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1]
850
850
  }, [
851
- i(o) === "editor" ? (x(), w(i(Je), {
851
+ i(o) === "editor" ? (x(), I(i(Je), {
852
852
  key: 0,
853
853
  type: i(pi)
854
854
  }, null, 8, ["type"])) : le("", !0),
@@ -858,7 +858,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
858
858
  _: 3
859
859
  }, 8, ["position", "rotation", "scale"]));
860
860
  }
861
- }), rr = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], sr = /* @__PURE__ */ C({
861
+ }), rr = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], sr = /* @__PURE__ */ $({
862
862
  __name: "index",
863
863
  props: {
864
864
  nodeId: {},
@@ -866,17 +866,17 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
866
866
  refContext: {}
867
867
  },
868
868
  setup(t) {
869
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "angle"]), { property: u } = a(e, ["settings", "color"]), { color: m } = Y(u), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
869
+ const n = t, { node: e } = P(n), o = Y(), { position: s, rotation: r, scale: l } = ge(e), { property: c } = a(e, ["settings", "angle"]), { property: u } = a(e, ["settings", "color"]), { color: m } = Z(u), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
870
870
  "settings",
871
871
  "distance"
872
872
  ]), { property: f } = a(e, [
873
873
  "settings",
874
874
  "intensity"
875
- ]), { property: b } = a(e, [
875
+ ]), { property: g } = a(e, [
876
876
  "settings",
877
877
  "penumbra"
878
878
  ]);
879
- return (g, _) => (x(), w(i(Ce), {
879
+ return (b, v) => (x(), I(i(Ce), {
880
880
  position: i(s),
881
881
  rotation: i(r),
882
882
  scale: i(l)
@@ -888,16 +888,16 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
888
888
  decay: i(d),
889
889
  distance: i(p),
890
890
  intensity: i(f),
891
- penumbra: i(b),
891
+ penumbra: i(g),
892
892
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
893
893
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
894
894
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1]
895
895
  }, [
896
- i(o) === "editor" ? (x(), w(i(Je), {
896
+ i(o) === "editor" ? (x(), I(i(Je), {
897
897
  key: 0,
898
898
  type: i(di)
899
899
  }, null, 8, ["type"])) : le("", !0),
900
- K(g.$slots, "default")
900
+ K(b.$slots, "default")
901
901
  ], 8, rr)
902
902
  ]),
903
903
  _: 3
@@ -907,7 +907,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
907
907
  function ar(t, n) {
908
908
  return x(), ce("TresMeshBasicMaterial");
909
909
  }
910
- const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation", "scale"], mr = /* @__PURE__ */ C({
910
+ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation", "scale"], mr = /* @__PURE__ */ $({
911
911
  __name: "index",
912
912
  props: {
913
913
  nodeId: {},
@@ -915,8 +915,8 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
915
915
  refContext: {}
916
916
  },
917
917
  setup(t) {
918
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e);
919
- return (c, u) => (x(), w(i(Ce), {
918
+ const n = t, { node: e } = P(n), o = Y(), { position: s, rotation: r, scale: l } = ge(e);
919
+ return (c, u) => (x(), I(i(Ce), {
920
920
  position: i(s),
921
921
  rotation: i(r),
922
922
  scale: i(l)
@@ -933,7 +933,7 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
933
933
  _: 3
934
934
  }, 8, ["position", "rotation", "scale"]));
935
935
  }
936
- }), pr = ["position", "rotation", "scale"], dr = /* @__PURE__ */ C({
936
+ }), pr = ["position", "rotation", "scale"], dr = /* @__PURE__ */ $({
937
937
  __name: "index",
938
938
  props: {
939
939
  nodeId: {},
@@ -941,7 +941,7 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
941
941
  refContext: {}
942
942
  },
943
943
  setup(t) {
944
- const n = t, { node: e } = P(n), { position: o, rotation: s, scale: r } = ve(e);
944
+ const n = t, { node: e } = P(n), { position: o, rotation: s, scale: r } = ge(e);
945
945
  return (l, c) => (x(), ce("TresMesh", {
946
946
  position: i(o),
947
947
  rotation: i(s),
@@ -1023,7 +1023,7 @@ gi([
1023
1023
  ]);
1024
1024
  zo("dark", Nr);
1025
1025
  zo("light", _s);
1026
- const vs = /* @__PURE__ */ C({
1026
+ const vs = /* @__PURE__ */ $({
1027
1027
  __name: "index",
1028
1028
  props: {
1029
1029
  nodeId: {},
@@ -1031,9 +1031,9 @@ const vs = /* @__PURE__ */ C({
1031
1031
  refContext: {}
1032
1032
  },
1033
1033
  setup(t) {
1034
- const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = de(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
1034
+ const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = fe(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: g } = de(n, e), { applyTitle: b } = Bo(e), { applyXAxis: v } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: _ } = Mo(e), { applySeries: w } = Wo(e), S = k(() => {
1035
1035
  const z = {}, J = l.value?.type;
1036
- return r === "page" ? J === "common" ? b(z) : console.assert(!1) : r === "comp" && J === "common" ? b(z) : console.assert(!1), z;
1036
+ return r === "page" ? J === "common" ? g(z) : console.assert(!1) : r === "comp" && J === "common" ? g(z) : console.assert(!1), z;
1037
1037
  }), L = xo("chart");
1038
1038
  let R;
1039
1039
  const O = () => {
@@ -1044,7 +1044,7 @@ const vs = /* @__PURE__ */ C({
1044
1044
  R?.resize();
1045
1045
  }, F = () => {
1046
1046
  const z = {};
1047
- g(z), _(z), h(z), v(z), S(z), R?.setOption(z, !0);
1047
+ b(z), v(z), h(z), _(z), w(z), R?.setOption(z, !0);
1048
1048
  };
1049
1049
  return ko(async () => {
1050
1050
  window.addEventListener("resize", N, !1), await So(() => !!L.value), O(), F();
@@ -1072,20 +1072,20 @@ const vs = /* @__PURE__ */ C({
1072
1072
  F();
1073
1073
  },
1074
1074
  { deep: !0 }
1075
- ), (z, J) => (x(), w(i(H), {
1075
+ ), (z, J) => (x(), I(i(H), {
1076
1076
  block: "",
1077
1077
  mask: ""
1078
1078
  }, {
1079
1079
  default: V(() => [
1080
1080
  ie("div", {
1081
1081
  ref: "chart",
1082
- style: ue($.value)
1082
+ style: ue(S.value)
1083
1083
  }, null, 4)
1084
1084
  ]),
1085
1085
  _: 1
1086
1086
  }));
1087
1087
  }
1088
- }), xs = /* @__PURE__ */ C({
1088
+ }), xs = /* @__PURE__ */ $({
1089
1089
  __name: "index",
1090
1090
  props: {
1091
1091
  nodeId: {},
@@ -1093,9 +1093,9 @@ const vs = /* @__PURE__ */ C({
1093
1093
  refContext: {}
1094
1094
  },
1095
1095
  setup(t) {
1096
- const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = de(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
1096
+ const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = fe(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: g } = de(n, e), { applyTitle: b } = Bo(e), { applyXAxis: v } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: _ } = Mo(e), { applySeries: w } = Wo(e), S = k(() => {
1097
1097
  const z = {}, J = l.value?.type;
1098
- return r === "page" ? J === "common" ? b(z) : console.assert(!1) : r === "comp" && J === "common" ? b(z) : console.assert(!1), z;
1098
+ return r === "page" ? J === "common" ? g(z) : console.assert(!1) : r === "comp" && J === "common" ? g(z) : console.assert(!1), z;
1099
1099
  }), L = xo("chart");
1100
1100
  let R;
1101
1101
  const O = () => {
@@ -1106,7 +1106,7 @@ const vs = /* @__PURE__ */ C({
1106
1106
  R?.resize();
1107
1107
  }, F = () => {
1108
1108
  const z = {};
1109
- g(z), _(z), h(z), v(z), S(z), R?.setOption(z, !0);
1109
+ b(z), v(z), h(z), _(z), w(z), R?.setOption(z, !0);
1110
1110
  };
1111
1111
  return ko(async () => {
1112
1112
  window.addEventListener("resize", N, !1), await So(() => !!L.value), O(), F();
@@ -1134,20 +1134,20 @@ const vs = /* @__PURE__ */ C({
1134
1134
  F();
1135
1135
  },
1136
1136
  { deep: !0 }
1137
- ), (z, J) => (x(), w(i(H), {
1137
+ ), (z, J) => (x(), I(i(H), {
1138
1138
  block: "",
1139
1139
  mask: ""
1140
1140
  }, {
1141
1141
  default: V(() => [
1142
1142
  ie("div", {
1143
1143
  ref: "chart",
1144
- style: ue($.value)
1144
+ style: ue(S.value)
1145
1145
  }, null, 4)
1146
1146
  ]),
1147
1147
  _: 1
1148
1148
  }));
1149
1149
  }
1150
- }), ks = /* @__PURE__ */ C({
1150
+ }), ks = /* @__PURE__ */ $({
1151
1151
  __name: "index",
1152
1152
  props: {
1153
1153
  nodeId: {},
@@ -1166,7 +1166,7 @@ const vs = /* @__PURE__ */ C({
1166
1166
  ]);
1167
1167
  return (u, m) => {
1168
1168
  const d = W("v-badge");
1169
- return x(), w(i(H), null, {
1169
+ return x(), I(i(H), null, {
1170
1170
  default: V(() => [
1171
1171
  j(d, {
1172
1172
  content: i(o),
@@ -1185,7 +1185,7 @@ const vs = /* @__PURE__ */ C({
1185
1185
  });
1186
1186
  };
1187
1187
  }
1188
- }), ws = /* @__PURE__ */ C({
1188
+ }), ws = /* @__PURE__ */ $({
1189
1189
  __name: "index",
1190
1190
  props: {
1191
1191
  nodeId: {},
@@ -1193,21 +1193,21 @@ const vs = /* @__PURE__ */ C({
1193
1193
  refContext: {}
1194
1194
  },
1195
1195
  setup(t) {
1196
- const n = t, { node: e } = P(n), o = fe(), { property: s } = a(e, [
1196
+ const n = t, { node: e } = P(n), o = ye(), { property: s } = a(e, [
1197
1197
  "settings",
1198
1198
  "addIcon",
1199
1199
  "append"
1200
- ]), { property: r } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Y(l), { property: u } = a(e, ["settings", "density"]), { property: m } = a(e, [
1200
+ ]), { property: r } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Z(l), { property: u } = a(e, ["settings", "density"]), { property: m } = a(e, [
1201
1201
  "settings",
1202
1202
  "disabled"
1203
- ]), { 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: _ } = a(e, ["size", "minWidth"]), { property: h } = a(e, [
1203
+ ]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: g } = a(e, ["size", "maxWidth"]), { property: b } = a(e, ["size", "minHeight"]), { property: v } = a(e, ["size", "minWidth"]), { property: h } = a(e, [
1204
1204
  "settings",
1205
1205
  "addIcon",
1206
1206
  "prepend"
1207
- ]), { property: v } = a(e, [
1207
+ ]), { property: _ } = a(e, [
1208
1208
  "settings",
1209
1209
  "readonly"
1210
- ]), { property: S } = a(e, ["settings", "ripple"]), { property: $ } = a(e, ["settings", "size"]), { property: L } = a(e, ["settings", "stacked"]), { property: R } = a(e, ["settings", "text"]), { theme: O } = U(), { property: N } = a(e, ["settings", "variant"]), { property: F } = a(e, ["size", "width"]), z = (J) => {
1210
+ ]), { property: w } = a(e, ["settings", "ripple"]), { property: S } = a(e, ["settings", "size"]), { property: L } = a(e, ["settings", "stacked"]), { property: R } = a(e, ["settings", "text"]), { theme: O } = U(), { property: N } = a(e, ["settings", "variant"]), { property: F } = a(e, ["size", "width"]), z = (J) => {
1211
1211
  if (!o || !o.vm)
1212
1212
  return;
1213
1213
  const { vm: ne } = o;
@@ -1217,13 +1217,13 @@ const vs = /* @__PURE__ */ C({
1217
1217
  );
1218
1218
  };
1219
1219
  return (J, ne) => {
1220
- const ye = W("v-btn");
1221
- return x(), w(i(H), {
1220
+ const be = W("v-btn");
1221
+ return x(), I(i(H), {
1222
1222
  block: i(r),
1223
1223
  mask: ""
1224
1224
  }, {
1225
1225
  default: V(() => [
1226
- j(ye, {
1226
+ j(be, {
1227
1227
  "append-icon": i(s),
1228
1228
  block: i(r),
1229
1229
  color: i(c),
@@ -1232,13 +1232,13 @@ const vs = /* @__PURE__ */ C({
1232
1232
  height: i(d),
1233
1233
  loading: i(p),
1234
1234
  "max-height": i(f),
1235
- "max-width": i(b),
1236
- "min-height": i(g),
1237
- "min-width": i(_),
1235
+ "max-width": i(g),
1236
+ "min-height": i(b),
1237
+ "min-width": i(v),
1238
1238
  "prepend-icon": i(h),
1239
- readonly: i(v),
1240
- ripple: i(S),
1241
- size: i($),
1239
+ readonly: i(_),
1240
+ ripple: i(w),
1241
+ size: i(S),
1242
1242
  stacked: i(L),
1243
1243
  text: i(R),
1244
1244
  theme: i(O),
@@ -1254,14 +1254,14 @@ const vs = /* @__PURE__ */ C({
1254
1254
  }), Is = {};
1255
1255
  function Ss(t, n) {
1256
1256
  const e = W("v-btn-group");
1257
- return x(), w(e, null, {
1257
+ return x(), I(e, null, {
1258
1258
  default: V(() => [
1259
1259
  K(t.$slots, "default")
1260
1260
  ]),
1261
1261
  _: 3
1262
1262
  });
1263
1263
  }
1264
- const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1264
+ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ $({
1265
1265
  __name: "index",
1266
1266
  props: {
1267
1267
  nodeId: {},
@@ -1281,10 +1281,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1281
1281
  ]), { property: u } = a(e, [
1282
1282
  "settings",
1283
1283
  "readonly"
1284
- ]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = U(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
1285
- return (g, _) => {
1284
+ ]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = U(), { property: f } = a(e, ["settings", "tile"]), { property: g } = a(e, ["settings", "variant"]);
1285
+ return (b, v) => {
1286
1286
  const h = W("v-btn-toggle");
1287
- return x(), w(h, {
1287
+ return x(), I(h, {
1288
1288
  block: i(o),
1289
1289
  disabled: i(s),
1290
1290
  divided: i(r),
@@ -1295,16 +1295,16 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1295
1295
  stacked: i(d),
1296
1296
  theme: i(p),
1297
1297
  tile: i(f),
1298
- variant: i(b)
1298
+ variant: i(g)
1299
1299
  }, {
1300
1300
  default: V(() => [
1301
- K(g.$slots, "default")
1301
+ K(b.$slots, "default")
1302
1302
  ]),
1303
1303
  _: 3
1304
1304
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
1305
1305
  };
1306
1306
  }
1307
- }), Vs = /* @__PURE__ */ C({
1307
+ }), Vs = /* @__PURE__ */ $({
1308
1308
  __name: "index",
1309
1309
  props: {
1310
1310
  nodeId: {},
@@ -1318,10 +1318,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1318
1318
  ]), { property: r } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: u } = a(e, ["size", "maxHeight"]), { property: m } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
1319
1319
  "settings",
1320
1320
  "subtitle"
1321
- ]), { property: b } = a(e, ["settings", "text"]), { theme: g } = U(), { property: _ } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: v } = a(e, ["size", "width"]);
1322
- return (S, $) => {
1321
+ ]), { property: g } = a(e, ["settings", "text"]), { theme: b } = U(), { property: v } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: _ } = a(e, ["size", "width"]);
1322
+ return (w, S) => {
1323
1323
  const L = W("v-card");
1324
- return x(), w(i(H), { block: "" }, {
1324
+ return x(), I(i(H), { block: "" }, {
1325
1325
  default: V(() => [
1326
1326
  j(L, {
1327
1327
  density: i(o),
@@ -1334,14 +1334,14 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1334
1334
  "min-height": i(d),
1335
1335
  "min-width": i(p),
1336
1336
  subtitle: i(f),
1337
- text: i(b),
1338
- theme: i(g),
1339
- title: i(_),
1337
+ text: i(g),
1338
+ theme: i(b),
1339
+ title: i(v),
1340
1340
  variant: i(h),
1341
- width: i(v)
1341
+ width: i(_)
1342
1342
  }, {
1343
1343
  default: V(() => [
1344
- K(S.$slots, "default")
1344
+ K(w.$slots, "default")
1345
1345
  ]),
1346
1346
  _: 3
1347
1347
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
@@ -1350,7 +1350,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1350
1350
  });
1351
1351
  };
1352
1352
  }
1353
- }), Ps = /* @__PURE__ */ C({
1353
+ }), Ps = /* @__PURE__ */ $({
1354
1354
  __name: "index",
1355
1355
  props: {
1356
1356
  nodeId: {},
@@ -1367,7 +1367,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1367
1367
  ]);
1368
1368
  return (r, l) => {
1369
1369
  const c = W("v-checkbox");
1370
- return x(), w(i(H), { mask: "" }, {
1370
+ return x(), I(i(H), { mask: "" }, {
1371
1371
  default: V(() => [
1372
1372
  j(c, {
1373
1373
  disabled: i(o),
@@ -1378,7 +1378,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1378
1378
  });
1379
1379
  };
1380
1380
  }
1381
- }), Ls = /* @__PURE__ */ C({
1381
+ }), Ls = /* @__PURE__ */ $({
1382
1382
  __name: "index",
1383
1383
  props: {
1384
1384
  nodeId: {},
@@ -1389,18 +1389,18 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1389
1389
  const n = t, { node: e } = P(n), { property: o } = a(e, [
1390
1390
  "settings",
1391
1391
  "closable"
1392
- ]), { property: s } = a(e, ["settings", "color"]), { color: r } = Y(s), { property: l } = a(e, ["settings", "density"]), { property: c } = a(e, [
1392
+ ]), { property: s } = a(e, ["settings", "color"]), { color: r } = Z(s), { property: l } = a(e, ["settings", "density"]), { property: c } = a(e, [
1393
1393
  "settings",
1394
1394
  "disabled"
1395
1395
  ]), { property: u } = a(e, [
1396
1396
  "settings",
1397
1397
  "draggable"
1398
- ]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = U(), { property: g } = a(e, ["settings", "tile"]), { property: _ } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
1399
- return (v, S) => {
1400
- const $ = W("v-chip");
1401
- return x(), w(i(H), { mask: "" }, {
1398
+ ]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: g } = U(), { property: b } = a(e, ["settings", "tile"]), { property: v } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
1399
+ return (_, w) => {
1400
+ const S = W("v-chip");
1401
+ return x(), I(i(H), { mask: "" }, {
1402
1402
  default: V(() => [
1403
- j($, {
1403
+ j(S, {
1404
1404
  closable: i(o),
1405
1405
  color: i(r),
1406
1406
  density: i(l),
@@ -1410,9 +1410,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1410
1410
  label: i(d),
1411
1411
  size: i(p),
1412
1412
  text: i(f),
1413
- theme: i(b),
1414
- tile: i(g),
1415
- value: i(_),
1413
+ theme: i(g),
1414
+ tile: i(b),
1415
+ value: i(v),
1416
1416
  variant: i(h)
1417
1417
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
1418
1418
  ]),
@@ -1420,7 +1420,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1420
1420
  });
1421
1421
  };
1422
1422
  }
1423
- }), zs = /* @__PURE__ */ C({
1423
+ }), zs = /* @__PURE__ */ $({
1424
1424
  __name: "index",
1425
1425
  props: {
1426
1426
  nodeId: {},
@@ -1444,11 +1444,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1444
1444
  "settings",
1445
1445
  "showArrows"
1446
1446
  ]), { theme: d } = U(), { property: p } = a(e, ["settings", "value"]);
1447
- return (f, b) => {
1448
- const g = W("v-chip-group");
1449
- return x(), w(g, {
1447
+ return (f, g) => {
1448
+ const b = W("v-chip-group");
1449
+ return x(), I(b, {
1450
1450
  modelValue: i(p),
1451
- "onUpdate:modelValue": b[0] || (b[0] = (_) => Q(p) ? p.value = _ : null),
1451
+ "onUpdate:modelValue": g[0] || (g[0] = (v) => ee(p) ? p.value = v : null),
1452
1452
  column: i(o),
1453
1453
  direction: i(s),
1454
1454
  disabled: i(r),
@@ -1465,7 +1465,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1465
1465
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
1466
1466
  };
1467
1467
  }
1468
- }), Ts = /* @__PURE__ */ C({
1468
+ }), Ts = /* @__PURE__ */ $({
1469
1469
  __name: "index",
1470
1470
  props: {
1471
1471
  nodeId: {},
@@ -1473,9 +1473,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1473
1473
  refContext: {}
1474
1474
  },
1475
1475
  setup(t) {
1476
- const n = t, { node: e } = P(n), o = xe(), s = be(), { applySize: r } = de(n, e), l = k(() => {
1477
- const _ = {}, h = s.value?.type;
1478
- return o === "page" ? h === "common" ? r(_) : console.assert(!1) : o === "comp" && h === "common" ? r(_) : console.assert(!1), _;
1476
+ const n = t, { node: e } = P(n), o = xe(), s = fe(), { applySize: r } = de(n, e), l = k(() => {
1477
+ const v = {}, h = s.value?.type;
1478
+ return o === "page" ? h === "common" ? r(v) : console.assert(!1) : o === "comp" && h === "common" ? r(v) : console.assert(!1), v;
1479
1479
  }), { property: c } = a(e, [
1480
1480
  "settings",
1481
1481
  "disabled"
@@ -1494,31 +1494,31 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1494
1494
  ]), { property: f } = a(e, [
1495
1495
  "settings",
1496
1496
  "landscape"
1497
- ]), { property: b } = a(e, [
1497
+ ]), { property: g } = a(e, [
1498
1498
  "settings",
1499
1499
  "showSwatches"
1500
- ]), { theme: g } = U();
1501
- return (_, h) => {
1502
- const v = W("v-color-picker");
1503
- return x(), w(i(H), { mask: "" }, {
1500
+ ]), { theme: b } = U();
1501
+ return (v, h) => {
1502
+ const _ = W("v-color-picker");
1503
+ return x(), I(i(H), { mask: "" }, {
1504
1504
  default: V(() => [
1505
- j(v, {
1505
+ j(_, {
1506
1506
  disabled: i(c),
1507
1507
  "hide-canvas": i(u),
1508
1508
  "hide-header": i(m),
1509
1509
  "hide-inputs": i(d),
1510
1510
  "hide-sliders": i(p),
1511
1511
  landscape: i(f),
1512
- "show-swatches": i(b),
1512
+ "show-swatches": i(g),
1513
1513
  style: ue(l.value),
1514
- theme: i(g)
1514
+ theme: i(b)
1515
1515
  }, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
1516
1516
  ]),
1517
1517
  _: 1
1518
1518
  });
1519
1519
  };
1520
1520
  }
1521
- }), Es = /* @__PURE__ */ C({
1521
+ }), Es = /* @__PURE__ */ $({
1522
1522
  __name: "index",
1523
1523
  props: {
1524
1524
  nodeId: {},
@@ -1541,11 +1541,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1541
1541
  ]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
1542
1542
  return (d, p) => {
1543
1543
  const f = W("v-combobox");
1544
- return x(), w(i(H), { mask: "" }, {
1544
+ return x(), I(i(H), { mask: "" }, {
1545
1545
  default: V(() => [
1546
1546
  j(f, {
1547
1547
  modelValue: i(m),
1548
- "onUpdate:modelValue": p[0] || (p[0] = (b) => Q(m) ? m.value = b : null),
1548
+ "onUpdate:modelValue": p[0] || (p[0] = (g) => ee(m) ? m.value = g : null),
1549
1549
  "hide-details": i(o),
1550
1550
  label: i(s),
1551
1551
  placeholder: i(r),
@@ -1558,7 +1558,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1558
1558
  });
1559
1559
  };
1560
1560
  }
1561
- }), As = /* @__PURE__ */ C({
1561
+ }), As = /* @__PURE__ */ $({
1562
1562
  __name: "index",
1563
1563
  props: {
1564
1564
  nodeId: {},
@@ -1566,14 +1566,14 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1566
1566
  refContext: {}
1567
1567
  },
1568
1568
  setup(t) {
1569
- const n = t, { node: e } = P(n), o = xe(), s = be(), { property: r } = a(e, [
1569
+ const n = t, { node: e } = P(n), o = xe(), s = fe(), { property: r } = a(e, [
1570
1570
  "settings",
1571
1571
  "backgroundColor"
1572
- ]), { color: l } = Y(r), { applySize: c } = de(n, e), { applyMargin: u } = cn(e), { applyPadding: m } = un(e), { applyBorder: d } = an(e), p = k(() => {
1573
- const f = {}, b = s.value?.type;
1574
- return o === "page" ? b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
1572
+ ]), { color: l } = Z(r), { applySize: c } = de(n, e), { applyMargin: u } = cn(e), { applyPadding: m } = un(e), { applyBorder: d } = an(e), p = k(() => {
1573
+ const f = {}, g = s.value?.type;
1574
+ return o === "page" ? g === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && g === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
1575
1575
  });
1576
- return (f, b) => (x(), w(i(H), { block: "" }, {
1576
+ return (f, g) => (x(), I(i(H), { block: "" }, {
1577
1577
  default: V(() => [
1578
1578
  ie("div", {
1579
1579
  style: ue(p.value)
@@ -1584,7 +1584,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1584
1584
  _: 3
1585
1585
  }));
1586
1586
  }
1587
- }), Ms = /* @__PURE__ */ C({
1587
+ }), Ms = /* @__PURE__ */ $({
1588
1588
  __name: "columnSlot",
1589
1589
  props: {
1590
1590
  nodeId: {},
@@ -1592,12 +1592,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1592
1592
  value: {}
1593
1593
  },
1594
1594
  setup(t) {
1595
- const { t: n } = qe(), e = t, o = X(), s = Qe(), r = oe();
1595
+ const { t: n } = qe(), e = t, o = Y(), s = Qe(), r = oe();
1596
1596
  $e(r);
1597
1597
  const l = k(() => e.refContext.compId);
1598
- et(l, r), ee(o) && Ke(r, "slot", "", "", fe());
1598
+ et(l, r), te(o) && Ke(r, "slot", "", "", ye());
1599
1599
  function c(m) {
1600
- const d = _e[m.key];
1600
+ const d = ve[m.key];
1601
1601
  if (!d) {
1602
1602
  console.assert(!1, `element not found key=${m.key}`);
1603
1603
  return;
@@ -1634,9 +1634,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1634
1634
  { default: () => r.value.view.nodeLites.map((d) => c(d)) }
1635
1635
  );
1636
1636
  };
1637
- return (m, d) => (x(), w(u));
1637
+ return (m, d) => (x(), I(u));
1638
1638
  }
1639
- }), Ws = /* @__PURE__ */ C({
1639
+ }), Ws = /* @__PURE__ */ $({
1640
1640
  __name: "index",
1641
1641
  props: {
1642
1642
  nodeId: {},
@@ -1653,15 +1653,15 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1653
1653
  ]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: u } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
1654
1654
  "settings",
1655
1655
  "multiSort"
1656
- ]), { theme: f } = U(), { property: b } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
1657
- return (_, h) => {
1658
- const v = W("v-data-table");
1659
- return x(), w(i(H), {
1656
+ ]), { theme: f } = U(), { property: g } = a(e, ["size", "width"]), { property: b } = a(e, ["slots", "columns"]);
1657
+ return (v, h) => {
1658
+ const _ = W("v-data-table");
1659
+ return x(), I(i(H), {
1660
1660
  block: "",
1661
1661
  mask: ""
1662
1662
  }, {
1663
1663
  default: V(() => [
1664
- j(v, {
1664
+ j(_, {
1665
1665
  density: i(o),
1666
1666
  "fixed-footer": i(s),
1667
1667
  "fixed-header": i(r),
@@ -1672,16 +1672,16 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1672
1672
  loading: i(d),
1673
1673
  "multi-sort": i(p),
1674
1674
  theme: i(f),
1675
- width: i(b)
1675
+ width: i(g)
1676
1676
  }, nn({ _: 2 }, [
1677
- ni(i(g), ({ key: S, comp: $ }) => ({
1678
- name: `item.${S}`,
1677
+ ni(i(b), ({ key: w, comp: S }) => ({
1678
+ name: `item.${w}`,
1679
1679
  fn: V(({ value: L }) => [
1680
1680
  j(Ms, {
1681
1681
  "node-id": n.nodeId,
1682
1682
  "ref-context": {
1683
1683
  parent: n.refContext,
1684
- compId: $
1684
+ compId: S
1685
1685
  },
1686
1686
  value: L
1687
1687
  }, null, 8, ["node-id", "ref-context", "value"])
@@ -1693,12 +1693,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1693
1693
  });
1694
1694
  };
1695
1695
  }
1696
- }), Bs = /* @__PURE__ */ C({
1696
+ }), Bs = /* @__PURE__ */ $({
1697
1697
  __name: "index",
1698
1698
  setup(t) {
1699
1699
  return (n, e) => {
1700
1700
  const o = W("v-date-picker");
1701
- return x(), w(i(H), { mask: "" }, {
1701
+ return x(), I(i(H), { mask: "" }, {
1702
1702
  default: V(() => [
1703
1703
  j(o)
1704
1704
  ]),
@@ -1706,7 +1706,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1706
1706
  });
1707
1707
  };
1708
1708
  }
1709
- }), Rs = ["id"], Ks = /* @__PURE__ */ C({
1709
+ }), Rs = ["id"], Ks = /* @__PURE__ */ $({
1710
1710
  __name: "index",
1711
1711
  props: {
1712
1712
  nodeId: {},
@@ -1714,16 +1714,16 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1714
1714
  refContext: {}
1715
1715
  },
1716
1716
  setup(t) {
1717
- const n = t, e = X(), { open: o } = Co(`runtimeDlg/${Io()}`);
1717
+ const n = t, e = Y(), { open: o } = Co(`runtimeDlg/${Io()}`);
1718
1718
  return ut(n.nodeId, "open", () => {
1719
1719
  o.value = !0;
1720
1720
  }), ut(n.nodeId, "close", () => {
1721
1721
  o.value = !1;
1722
1722
  }), (s, r) => {
1723
1723
  const l = W("v-dialog");
1724
- return x(), w(l, {
1724
+ return x(), I(l, {
1725
1725
  modelValue: i(o),
1726
- "onUpdate:modelValue": r[0] || (r[0] = (c) => Q(o) ? o.value = c : null),
1726
+ "onUpdate:modelValue": r[0] || (r[0] = (c) => ee(o) ? o.value = c : null),
1727
1727
  attach: "#dialogContainer"
1728
1728
  }, {
1729
1729
  activator: V(() => [
@@ -1739,7 +1739,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1739
1739
  }, 8, ["modelValue"]);
1740
1740
  };
1741
1741
  }
1742
- }), Ds = /* @__PURE__ */ C({
1742
+ }), Ds = /* @__PURE__ */ $({
1743
1743
  __name: "index",
1744
1744
  props: {
1745
1745
  nodeId: {},
@@ -1763,14 +1763,14 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1763
1763
  "settings",
1764
1764
  "singleLine"
1765
1765
  ]);
1766
- return (b, g) => {
1767
- const _ = W("v-file-input");
1768
- return x(), w(i(H), {
1766
+ return (g, b) => {
1767
+ const v = W("v-file-input");
1768
+ return x(), I(i(H), {
1769
1769
  block: "",
1770
1770
  mask: ""
1771
1771
  }, {
1772
1772
  default: V(() => [
1773
- j(_, {
1773
+ j(v, {
1774
1774
  chips: i(o),
1775
1775
  density: i(s),
1776
1776
  direction: i(r),
@@ -1787,7 +1787,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1787
1787
  });
1788
1788
  };
1789
1789
  }
1790
- }), Os = /* @__PURE__ */ C({
1790
+ }), Os = /* @__PURE__ */ $({
1791
1791
  __name: "index",
1792
1792
  props: {
1793
1793
  nodeId: {},
@@ -1795,30 +1795,30 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1795
1795
  refContext: {}
1796
1796
  },
1797
1797
  setup(t) {
1798
- const n = t, { node: e } = P(n), o = Re(), s = xe(), r = be(), { applySize: l } = de(n, e), { applyMargin: c } = cn(e), { applyPadding: u } = un(e), { applyBorder: m } = an(e), { property: d } = a(e, [
1798
+ const n = t, { node: e } = P(n), o = Re(), s = xe(), r = fe(), { applySize: l } = de(n, e), { applyMargin: c } = cn(e), { applyPadding: u } = un(e), { applyBorder: m } = an(e), { property: d } = a(e, [
1799
1799
  "settings",
1800
1800
  "backgroundColor"
1801
- ]), { color: p } = Y(d), f = (g) => {
1802
- p.value && (g.backgroundColor = p.value), g.display = "flex";
1803
- const _ = ct(o.value.width), h = De(_, e.value.settings?.direction);
1804
- h === "row" ? g.flexDirection = "row" : h === "rowReverse" ? g.flexDirection = "row-reverse" : h === "column" ? g.flexDirection = "column" : h === "columnReverse" && (g.flexDirection = "column-reverse");
1805
- const v = De(_, e.value.settings?.wrap);
1806
- v === "no" ? g.flexWrap = "nowrap" : v === "yes" ? g.flexWrap = "wrap" : v === "reverse" && (g.flexWrap = "wrap-reverse");
1807
- const S = De(_, e.value.settings?.mainAlign);
1808
- S === "start" ? g.justifyContent = "flex-start" : S === "end" ? g.justifyContent = "flex-end" : S === "center" ? g.justifyContent = "center" : S === "spaceBetween" ? g.justifyContent = "space-between" : S === "spaceAround" ? g.justifyContent = "space-around" : S === "spaceEvenly" && (g.justifyContent = "space-evenly");
1809
- const $ = De(_, e.value.settings?.crossAlign);
1810
- $ === "start" ? g.alignItems = "flex-start" : $ === "end" ? g.alignItems = "flex-end" : $ === "center" ? g.alignItems = "center" : $ === "baseline" ? g.alignItems = "baseline" : $ === "stretch" && (g.alignItems = "stretch");
1811
- }, b = k(() => {
1812
- const g = {}, _ = r.value?.type;
1813
- return s === "page" ? _ === "common" ? (l(g), c(g), u(g), m(g), f(g)) : console.assert(!1) : s === "comp" && _ === "common" ? (l(g), c(g), u(g), m(g), f(g)) : console.assert(!1), g;
1801
+ ]), { color: p } = Z(d), f = (b) => {
1802
+ p.value && (b.backgroundColor = p.value), b.display = "flex";
1803
+ const v = ct(o.value.width), h = De(v, e.value.settings?.direction);
1804
+ h === "row" ? b.flexDirection = "row" : h === "rowReverse" ? b.flexDirection = "row-reverse" : h === "column" ? b.flexDirection = "column" : h === "columnReverse" && (b.flexDirection = "column-reverse");
1805
+ const _ = De(v, e.value.settings?.wrap);
1806
+ _ === "no" ? b.flexWrap = "nowrap" : _ === "yes" ? b.flexWrap = "wrap" : _ === "reverse" && (b.flexWrap = "wrap-reverse");
1807
+ const w = De(v, e.value.settings?.mainAlign);
1808
+ w === "start" ? b.justifyContent = "flex-start" : w === "end" ? b.justifyContent = "flex-end" : w === "center" ? b.justifyContent = "center" : w === "spaceBetween" ? b.justifyContent = "space-between" : w === "spaceAround" ? b.justifyContent = "space-around" : w === "spaceEvenly" && (b.justifyContent = "space-evenly");
1809
+ const S = De(v, e.value.settings?.crossAlign);
1810
+ S === "start" ? b.alignItems = "flex-start" : S === "end" ? b.alignItems = "flex-end" : S === "center" ? b.alignItems = "center" : S === "baseline" ? b.alignItems = "baseline" : S === "stretch" && (b.alignItems = "stretch");
1811
+ }, g = k(() => {
1812
+ const b = {}, v = r.value?.type;
1813
+ return s === "page" ? v === "common" ? (l(b), c(b), u(b), m(b), f(b)) : console.assert(!1) : s === "comp" && v === "common" ? (l(b), c(b), u(b), m(b), f(b)) : console.assert(!1), b;
1814
1814
  });
1815
- return (g, _) => (x(), ce("div", {
1816
- style: ue(b.value)
1815
+ return (b, v) => (x(), ce("div", {
1816
+ style: ue(g.value)
1817
1817
  }, [
1818
- K(g.$slots, "default")
1818
+ K(b.$slots, "default")
1819
1819
  ], 4));
1820
1820
  }
1821
- }), Fs = /* @__PURE__ */ C({
1821
+ }), Fs = /* @__PURE__ */ $({
1822
1822
  __name: "index",
1823
1823
  props: {
1824
1824
  nodeId: {},
@@ -1826,7 +1826,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1826
1826
  refContext: {}
1827
1827
  },
1828
1828
  setup(t) {
1829
- const n = t, { node: e } = P(n), o = xe(), s = be(), { applySize: r } = de(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), u = k(() => {
1829
+ const n = t, { node: e } = P(n), o = xe(), s = fe(), { applySize: r } = de(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), u = k(() => {
1830
1830
  const m = {}, d = s.value?.type;
1831
1831
  return o === "page" ? d === "common" ? (r(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (r(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1), m;
1832
1832
  });
@@ -1836,7 +1836,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1836
1836
  K(m.$slots, "default")
1837
1837
  ], 4));
1838
1838
  }
1839
- }), Ns = /* @__PURE__ */ C({
1839
+ }), Ns = /* @__PURE__ */ $({
1840
1840
  __name: "index",
1841
1841
  props: {
1842
1842
  nodeId: {},
@@ -1844,29 +1844,29 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1844
1844
  refContext: {}
1845
1845
  },
1846
1846
  setup(t) {
1847
- const n = t, { node: e } = P(n), o = xe(), s = be(), r = fe(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
1847
+ const n = t, { node: e } = P(n), o = xe(), s = fe(), r = ye(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
1848
1848
  "settings",
1849
1849
  "fastFail"
1850
1850
  ]), { property: u } = a(e, [
1851
1851
  "settings",
1852
1852
  "backgroundColor"
1853
- ]), { color: m } = Y(u), { applySize: d } = de(n, e), { applyMargin: p } = cn(e), { applyPadding: f } = un(e), { applyBorder: b } = an(e), g = k(() => {
1854
- const h = {}, v = s.value?.type;
1855
- return o === "page" ? v === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && v === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1), h;
1856
- }), _ = () => {
1853
+ ]), { color: m } = Z(u), { applySize: d } = de(n, e), { applyMargin: p } = cn(e), { applyPadding: f } = un(e), { applyBorder: g } = an(e), b = k(() => {
1854
+ const h = {}, _ = s.value?.type;
1855
+ return o === "page" ? _ === "common" ? (d(h), p(h), f(h), g(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && _ === "common" ? (d(h), p(h), f(h), g(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1), h;
1856
+ }), v = () => {
1857
1857
  r && r.callFunction(
1858
1858
  "__triggerEventV1__",
1859
1859
  re("elementEvent", n.nodeId, "submit")
1860
1860
  );
1861
1861
  };
1862
- return (h, v) => {
1863
- const S = W("v-form");
1864
- return x(), w(S, {
1862
+ return (h, _) => {
1863
+ const w = W("v-form");
1864
+ return x(), I(w, {
1865
1865
  modelValue: i(l),
1866
- "onUpdate:modelValue": v[0] || (v[0] = ($) => Q(l) ? l.value = $ : null),
1866
+ "onUpdate:modelValue": _[0] || (_[0] = (S) => ee(l) ? l.value = S : null),
1867
1867
  "fast-fail": i(c),
1868
- style: ue(g.value),
1869
- onSubmit: oi(_, ["prevent"])
1868
+ style: ue(b.value),
1869
+ onSubmit: oi(v, ["prevent"])
1870
1870
  }, {
1871
1871
  default: V(() => [
1872
1872
  K(h.$slots, "default")
@@ -1875,7 +1875,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1875
1875
  }, 8, ["modelValue", "fast-fail", "style"]);
1876
1876
  };
1877
1877
  }
1878
- }), js = /* @__PURE__ */ C({
1878
+ }), js = /* @__PURE__ */ $({
1879
1879
  __name: "index",
1880
1880
  props: {
1881
1881
  nodeId: {},
@@ -1883,13 +1883,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1883
1883
  refContext: {}
1884
1884
  },
1885
1885
  setup(t) {
1886
- const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Y(o), { property: r } = a(e, [
1886
+ const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Z(o), { property: r } = a(e, [
1887
1887
  "settings",
1888
1888
  "disabled"
1889
1889
  ]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = U();
1890
1890
  return (m, d) => {
1891
1891
  const p = W("v-icon");
1892
- return x(), w(p, {
1892
+ return x(), I(p, {
1893
1893
  color: i(s),
1894
1894
  disabled: i(r),
1895
1895
  icon: i(l),
@@ -1898,7 +1898,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1898
1898
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1899
1899
  };
1900
1900
  }
1901
- }), Gs = ["id"], Hs = /* @__PURE__ */ C({
1901
+ }), Gs = ["id"], Hs = /* @__PURE__ */ $({
1902
1902
  __name: "index",
1903
1903
  props: {
1904
1904
  nodeId: {},
@@ -1906,7 +1906,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1906
1906
  refContext: {}
1907
1907
  },
1908
1908
  setup(t) {
1909
- const n = t, e = X(), o = fe(), s = oe(0), r = oe(0), l = k(() => [s.value, r.value]), { open: c } = Co(`runtimeMenu/${Io()}`);
1909
+ const n = t, e = Y(), o = ye(), s = oe(0), r = oe(0), l = k(() => [s.value, r.value]), { open: c } = Co(`runtimeMenu/${Io()}`);
1910
1910
  return ut(n.nodeId, "open", () => {
1911
1911
  if (!o || !o.vm)
1912
1912
  return;
@@ -1916,9 +1916,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1916
1916
  o && (c.value = !1);
1917
1917
  }), (u, m) => {
1918
1918
  const d = W("v-menu");
1919
- return x(), w(d, {
1919
+ return x(), I(d, {
1920
1920
  modelValue: i(c),
1921
- "onUpdate:modelValue": m[0] || (m[0] = (p) => Q(c) ? c.value = p : null),
1921
+ "onUpdate:modelValue": m[0] || (m[0] = (p) => ee(c) ? c.value = p : null),
1922
1922
  attach: "menuContainer",
1923
1923
  "location-strategy": "connected",
1924
1924
  scrim: "transparent",
@@ -1937,7 +1937,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1937
1937
  }, 8, ["modelValue", "target"]);
1938
1938
  };
1939
1939
  }
1940
- }), Us = /* @__PURE__ */ C({
1940
+ }), Us = /* @__PURE__ */ $({
1941
1941
  __name: "index",
1942
1942
  props: {
1943
1943
  nodeId: {},
@@ -1959,37 +1959,37 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1959
1959
  ]), { property: l } = a(e, [
1960
1960
  "settings",
1961
1961
  "hideDetails"
1962
- ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
1962
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: g } = a(e, [
1963
1963
  "settings",
1964
1964
  "placeholder"
1965
- ]), { property: g } = a(e, [
1965
+ ]), { property: b } = a(e, [
1966
1966
  "settings",
1967
1967
  "precision"
1968
- ]), { property: _ } = a(e, ["settings", "prefix"]), { property: h } = a(e, [
1968
+ ]), { property: v } = a(e, ["settings", "prefix"]), { property: h } = a(e, [
1969
1969
  "settings",
1970
1970
  "addIcon",
1971
1971
  "prepend"
1972
- ]), { property: v } = a(e, [
1972
+ ]), { property: _ } = a(e, [
1973
1973
  "settings",
1974
1974
  "addIcon",
1975
1975
  "prependInner"
1976
- ]), { property: S } = a(e, [
1976
+ ]), { property: w } = a(e, [
1977
1977
  "settings",
1978
1978
  "readonly"
1979
- ]), { property: $ } = a(e, ["settings", "reverse"]), { property: L } = a(e, [
1979
+ ]), { property: S } = a(e, ["settings", "reverse"]), { property: L } = a(e, [
1980
1980
  "settings",
1981
1981
  "singleLine"
1982
1982
  ]), { property: R } = a(e, ["settings", "step"]), { property: O } = a(e, ["settings", "suffix"]), { theme: N } = U(), { property: F } = a(e, ["settings", "value"]), { property: z } = a(e, ["settings", "variant"]), { property: J } = a(e, ["size", "width"]);
1983
- return (ne, ye) => {
1983
+ return (ne, be) => {
1984
1984
  const Ve = W("v-number-input");
1985
- return x(), w(i(H), {
1985
+ return x(), I(i(H), {
1986
1986
  block: "",
1987
1987
  mask: ""
1988
1988
  }, {
1989
1989
  default: V(() => [
1990
1990
  j(Ve, {
1991
1991
  modelValue: i(F),
1992
- "onUpdate:modelValue": ye[0] || (ye[0] = (ge) => Q(F) ? F.value = ge : null),
1992
+ "onUpdate:modelValue": be[0] || (be[0] = (he) => ee(F) ? F.value = he : null),
1993
1993
  "append-icon": i(o),
1994
1994
  "append-inner-icon": i(s),
1995
1995
  clearable: i(r),
@@ -2000,13 +2000,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2000
2000
  "max-width": i(d),
2001
2001
  min: i(p),
2002
2002
  "min-width": i(f),
2003
- placeholder: i(b),
2004
- precision: i(g),
2005
- prefix: i(_),
2003
+ placeholder: i(g),
2004
+ precision: i(b),
2005
+ prefix: i(v),
2006
2006
  "prepend-icon": i(h),
2007
- "prepend-inner-icon": i(v),
2008
- readonly: i(S),
2009
- reverse: i($),
2007
+ "prepend-inner-icon": i(_),
2008
+ readonly: i(w),
2009
+ reverse: i(S),
2010
2010
  "single-line": i(L),
2011
2011
  step: i(R),
2012
2012
  suffix: i(O),
@@ -2019,7 +2019,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2019
2019
  });
2020
2020
  };
2021
2021
  }
2022
- }), Js = /* @__PURE__ */ C({
2022
+ }), Js = /* @__PURE__ */ $({
2023
2023
  __name: "index",
2024
2024
  props: {
2025
2025
  nodeId: {},
@@ -2027,43 +2027,43 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2027
2027
  refContext: {}
2028
2028
  },
2029
2029
  setup(t) {
2030
- const n = t, { node: e } = P(n), o = X(), { property: s } = a(e, ["settings", "density"]), { property: r } = a(e, [
2030
+ const n = t, { node: e } = P(n), o = Y(), { property: s } = a(e, ["settings", "density"]), { property: r } = a(e, [
2031
2031
  "settings",
2032
2032
  "disabled"
2033
2033
  ]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
2034
2034
  "settings",
2035
2035
  "showFirstLastPage"
2036
- ]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = U(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = k(() => {
2037
- const _ = {};
2038
- return o === "editor" && (_.pointerEvents = "none"), _;
2036
+ ]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = U(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: g } = a(e, ["settings", "variant"]), b = k(() => {
2037
+ const v = {};
2038
+ return o === "editor" && (v.pointerEvents = "none"), v;
2039
2039
  });
2040
- return (_, h) => {
2041
- const v = W("v-pagination");
2042
- return x(), w(i(H), {
2040
+ return (v, h) => {
2041
+ const _ = W("v-pagination");
2042
+ return x(), I(i(H), {
2043
2043
  block: "",
2044
2044
  mask: ""
2045
2045
  }, {
2046
2046
  default: V(() => [
2047
- j(v, {
2047
+ j(_, {
2048
2048
  modelValue: i(f),
2049
- "onUpdate:modelValue": h[0] || (h[0] = (S) => Q(f) ? f.value = S : null),
2049
+ "onUpdate:modelValue": h[0] || (h[0] = (w) => ee(f) ? f.value = w : null),
2050
2050
  density: i(s),
2051
2051
  disabled: i(r),
2052
2052
  length: i(l),
2053
2053
  "show-first-last-page": i(c),
2054
2054
  size: i(u),
2055
2055
  start: i(m),
2056
- style: ue(g.value),
2056
+ style: ue(b.value),
2057
2057
  theme: i(d),
2058
2058
  tile: i(p),
2059
- variant: i(b)
2059
+ variant: i(g)
2060
2060
  }, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
2061
2061
  ]),
2062
2062
  _: 1
2063
2063
  });
2064
2064
  };
2065
2065
  }
2066
- }), qs = /* @__PURE__ */ C({
2066
+ }), qs = /* @__PURE__ */ $({
2067
2067
  __name: "index",
2068
2068
  props: {
2069
2069
  nodeId: {},
@@ -2071,7 +2071,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2071
2071
  refContext: {}
2072
2072
  },
2073
2073
  setup(t) {
2074
- const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Y(o), { property: r } = a(e, ["settings", "density"]), { property: l } = a(e, [
2074
+ const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Z(o), { property: r } = a(e, ["settings", "density"]), { property: l } = a(e, [
2075
2075
  "settings",
2076
2076
  "disabled"
2077
2077
  ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, [
@@ -2079,8 +2079,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2079
2079
  "readonly"
2080
2080
  ]), { theme: m } = U(), { property: d } = a(e, ["settings", "value"]);
2081
2081
  return (p, f) => {
2082
- const b = W("v-radio");
2083
- return x(), w(b, {
2082
+ const g = W("v-radio");
2083
+ return x(), I(g, {
2084
2084
  color: i(s),
2085
2085
  density: i(r),
2086
2086
  disabled: i(l),
@@ -2091,7 +2091,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2091
2091
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2092
2092
  };
2093
2093
  }
2094
- }), Xs = /* @__PURE__ */ C({
2094
+ }), Xs = /* @__PURE__ */ $({
2095
2095
  __name: "index",
2096
2096
  props: {
2097
2097
  nodeId: {},
@@ -2111,11 +2111,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2111
2111
  ]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
2112
2112
  return (d, p) => {
2113
2113
  const f = W("v-radio-group");
2114
- return x(), w(i(H), null, {
2114
+ return x(), I(i(H), null, {
2115
2115
  default: V(() => [
2116
2116
  j(f, {
2117
2117
  modelValue: i(m),
2118
- "onUpdate:modelValue": p[0] || (p[0] = (b) => Q(m) ? m.value = b : null),
2118
+ "onUpdate:modelValue": p[0] || (p[0] = (g) => ee(m) ? m.value = g : null),
2119
2119
  density: i(o),
2120
2120
  direction: i(s),
2121
2121
  disabled: i(r),
@@ -2133,7 +2133,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2133
2133
  });
2134
2134
  };
2135
2135
  }
2136
- }), Ys = /* @__PURE__ */ C({
2136
+ }), Ys = /* @__PURE__ */ $({
2137
2137
  __name: "index",
2138
2138
  props: {
2139
2139
  nodeId: {},
@@ -2161,22 +2161,22 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2161
2161
  return "always";
2162
2162
  if (p.value === "show")
2163
2163
  return !0;
2164
- }), { property: b } = a(e, ["settings", "step"]), { theme: g } = U(), { property: _ } = a(e, [
2164
+ }), { property: g } = a(e, ["settings", "step"]), { theme: b } = U(), { property: v } = a(e, [
2165
2165
  "settings",
2166
2166
  "thumbLabel"
2167
2167
  ]), h = k(() => {
2168
- if (_.value === "always")
2168
+ if (v.value === "always")
2169
2169
  return "always";
2170
- if (_.value === "show")
2170
+ if (v.value === "show")
2171
2171
  return !0;
2172
- }), { property: v } = a(e, [
2172
+ }), { property: _ } = a(e, [
2173
2173
  "settings",
2174
2174
  "thumbSize"
2175
- ]), { property: S } = a(e, ["settings", "ticks"]), $ = k(() => {
2176
- if (!S.value)
2175
+ ]), { property: w } = a(e, ["settings", "ticks"]), S = k(() => {
2176
+ if (!w.value)
2177
2177
  return;
2178
2178
  const F = {};
2179
- for (const { value: z, label: J } of S.value)
2179
+ for (const { value: z, label: J } of w.value)
2180
2180
  F[z] = J;
2181
2181
  if (!Eo(F))
2182
2182
  return F;
@@ -2199,7 +2199,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2199
2199
  });
2200
2200
  return (F, z) => {
2201
2201
  const J = W("v-range-slider");
2202
- return x(), w(i(H), {
2202
+ return x(), I(i(H), {
2203
2203
  block: "",
2204
2204
  mask: ""
2205
2205
  }, {
@@ -2216,19 +2216,19 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2216
2216
  min: i(m),
2217
2217
  readonly: i(d),
2218
2218
  "show-ticks": f.value,
2219
- step: i(b),
2220
- theme: i(g),
2219
+ step: i(g),
2220
+ theme: i(b),
2221
2221
  "thumb-label": h.value,
2222
- "thumb-size": i(v),
2222
+ "thumb-size": i(_),
2223
2223
  "tick-size": i(L),
2224
- ticks: $.value
2224
+ ticks: S.value
2225
2225
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
2226
2226
  ]),
2227
2227
  _: 1
2228
2228
  });
2229
2229
  };
2230
2230
  }
2231
- }), Zs = /* @__PURE__ */ C({
2231
+ }), Zs = /* @__PURE__ */ $({
2232
2232
  __name: "index",
2233
2233
  props: {
2234
2234
  nodeId: {},
@@ -2249,13 +2249,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2249
2249
  "settings",
2250
2250
  "readonly"
2251
2251
  ]), { theme: d } = U(), { property: p } = a(e, ["settings", "value"]);
2252
- return (f, b) => {
2253
- const g = W("v-rating");
2254
- return x(), w(i(H), { mask: "" }, {
2252
+ return (f, g) => {
2253
+ const b = W("v-rating");
2254
+ return x(), I(i(H), { mask: "" }, {
2255
2255
  default: V(() => [
2256
- j(g, {
2256
+ j(b, {
2257
2257
  modelValue: i(p),
2258
- "onUpdate:modelValue": b[0] || (b[0] = (_) => Q(p) ? p.value = _ : null),
2258
+ "onUpdate:modelValue": g[0] || (g[0] = (v) => ee(p) ? p.value = v : null),
2259
2259
  clearable: i(o),
2260
2260
  density: i(s),
2261
2261
  disabled: i(r),
@@ -2270,7 +2270,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2270
2270
  });
2271
2271
  };
2272
2272
  }
2273
- }), Qs = /* @__PURE__ */ C({
2273
+ }), Qs = /* @__PURE__ */ $({
2274
2274
  __name: "index",
2275
2275
  props: {
2276
2276
  nodeId: {},
@@ -2293,14 +2293,14 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2293
2293
  ]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
2294
2294
  return (d, p) => {
2295
2295
  const f = W("v-select");
2296
- return x(), w(i(H), {
2296
+ return x(), I(i(H), {
2297
2297
  block: "",
2298
2298
  mask: ""
2299
2299
  }, {
2300
2300
  default: V(() => [
2301
2301
  j(f, {
2302
2302
  modelValue: i(m),
2303
- "onUpdate:modelValue": p[0] || (p[0] = (b) => Q(m) ? m.value = b : null),
2303
+ "onUpdate:modelValue": p[0] || (p[0] = (g) => ee(m) ? m.value = g : null),
2304
2304
  "hide-details": i(o),
2305
2305
  label: i(s),
2306
2306
  placeholder: i(r),
@@ -2313,7 +2313,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2313
2313
  });
2314
2314
  };
2315
2315
  }
2316
- }), el = /* @__PURE__ */ C({
2316
+ }), el = /* @__PURE__ */ $({
2317
2317
  __name: "index",
2318
2318
  props: {
2319
2319
  nodeId: {},
@@ -2321,7 +2321,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2321
2321
  refContext: {}
2322
2322
  },
2323
2323
  setup(t) {
2324
- const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Y(o), { property: r } = a(e, [
2324
+ const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Z(o), { property: r } = a(e, [
2325
2325
  "settings",
2326
2326
  "direction"
2327
2327
  ]), { property: l } = a(e, [
@@ -2333,24 +2333,24 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2333
2333
  ]), { property: u } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
2334
2334
  "settings",
2335
2335
  "readonly"
2336
- ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, [
2336
+ ]), { property: f } = a(e, ["settings", "reverse"]), { property: g } = a(e, [
2337
2337
  "settings",
2338
2338
  "showTicks"
2339
- ]), g = k(() => {
2340
- if (b.value === "always")
2339
+ ]), b = k(() => {
2340
+ if (g.value === "always")
2341
2341
  return "always";
2342
- if (b.value === "show")
2342
+ if (g.value === "show")
2343
2343
  return !0;
2344
- }), { property: _ } = a(e, ["settings", "step"]), { theme: h } = U(), { property: v } = a(e, [
2344
+ }), { property: v } = a(e, ["settings", "step"]), { theme: h } = U(), { property: _ } = a(e, [
2345
2345
  "settings",
2346
2346
  "thumbColor"
2347
- ]), { color: S } = Y(v), { property: $ } = a(e, [
2347
+ ]), { color: w } = Z(_), { property: S } = a(e, [
2348
2348
  "settings",
2349
2349
  "thumbLabel"
2350
2350
  ]), L = k(() => {
2351
- if ($.value === "always")
2351
+ if (S.value === "always")
2352
2352
  return "always";
2353
- if ($.value === "show")
2353
+ if (S.value === "show")
2354
2354
  return !0;
2355
2355
  }), { property: R } = a(e, [
2356
2356
  "settings",
@@ -2358,28 +2358,28 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2358
2358
  ]), { property: O } = a(e, ["settings", "ticks"]), N = k(() => {
2359
2359
  if (!O.value)
2360
2360
  return;
2361
- const ge = {};
2361
+ const he = {};
2362
2362
  for (const { value: tt, label: xt } of O.value)
2363
- ge[tt] = xt;
2364
- if (!Eo(ge))
2365
- return ge;
2363
+ he[tt] = xt;
2364
+ if (!Eo(he))
2365
+ return he;
2366
2366
  }), { property: F } = a(e, [
2367
2367
  "settings",
2368
2368
  "tickSize"
2369
2369
  ]), { property: z } = a(e, [
2370
2370
  "settings",
2371
2371
  "trackColor"
2372
- ]), { color: J } = Y(z), { property: ne } = a(e, ["settings", "value"]), { property: ye } = a(e, ["slots", "append"]), { property: Ve } = a(e, ["slots", "prepend"]);
2373
- return (ge, tt) => {
2372
+ ]), { color: J } = Z(z), { property: ne } = a(e, ["settings", "value"]), { property: be } = a(e, ["slots", "append"]), { property: Ve } = a(e, ["slots", "prepend"]);
2373
+ return (he, tt) => {
2374
2374
  const xt = W("v-slider");
2375
- return x(), w(i(H), {
2375
+ return x(), I(i(H), {
2376
2376
  block: "",
2377
2377
  mask: ""
2378
2378
  }, {
2379
2379
  default: V(() => [
2380
2380
  j(xt, {
2381
2381
  modelValue: i(ne),
2382
- "onUpdate:modelValue": tt[0] || (tt[0] = (ei) => Q(ne) ? ne.value = ei : null),
2382
+ "onUpdate:modelValue": tt[0] || (tt[0] = (ei) => ee(ne) ? ne.value = ei : null),
2383
2383
  color: i(s),
2384
2384
  direction: i(r),
2385
2385
  disabled: i(l),
@@ -2389,22 +2389,22 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2389
2389
  min: i(d),
2390
2390
  readonly: i(p),
2391
2391
  reverse: i(f),
2392
- "show-ticks": g.value,
2393
- step: i(_),
2392
+ "show-ticks": b.value,
2393
+ step: i(v),
2394
2394
  theme: i(h),
2395
- "thumb-color": i(S),
2395
+ "thumb-color": i(w),
2396
2396
  "thumb-label": L.value,
2397
2397
  "thumb-size": i(R),
2398
2398
  "tick-size": i(F),
2399
2399
  ticks: N.value,
2400
2400
  "track-color": i(J)
2401
2401
  }, nn({ _: 2 }, [
2402
- i(ye) ? {
2402
+ i(be) ? {
2403
2403
  name: "append",
2404
2404
  fn: V(() => [
2405
2405
  j(i(we), {
2406
2406
  "node-id": "append",
2407
- "ref-context": { compId: i(ye) },
2407
+ "ref-context": { compId: i(be) },
2408
2408
  state: {}
2409
2409
  }, null, 8, ["ref-context"])
2410
2410
  ]),
@@ -2427,7 +2427,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2427
2427
  });
2428
2428
  };
2429
2429
  }
2430
- }), tl = /* @__PURE__ */ C({
2430
+ }), tl = /* @__PURE__ */ $({
2431
2431
  __name: "index",
2432
2432
  props: {
2433
2433
  nodeId: {},
@@ -2441,9 +2441,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2441
2441
  ]), { theme: s } = U(), { property: r } = a(e, ["settings", "value"]);
2442
2442
  return (l, c) => {
2443
2443
  const u = W("v-stepper");
2444
- return x(), w(u, {
2444
+ return x(), I(u, {
2445
2445
  modelValue: i(r),
2446
- "onUpdate:modelValue": c[0] || (c[0] = (m) => Q(r) ? r.value = m : null),
2446
+ "onUpdate:modelValue": c[0] || (c[0] = (m) => ee(r) ? r.value = m : null),
2447
2447
  "hide-actions": i(o),
2448
2448
  theme: i(s)
2449
2449
  }, {
@@ -2457,14 +2457,14 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2457
2457
  }), nl = {};
2458
2458
  function ol(t, n) {
2459
2459
  const e = W("v-stepper-header");
2460
- return x(), w(e, null, {
2460
+ return x(), I(e, null, {
2461
2461
  default: V(() => [
2462
2462
  K(t.$slots, "default")
2463
2463
  ]),
2464
2464
  _: 3
2465
2465
  });
2466
2466
  }
2467
- const il = /* @__PURE__ */ We(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
2467
+ const il = /* @__PURE__ */ We(nl, [["render", ol]]), rl = /* @__PURE__ */ $({
2468
2468
  __name: "index",
2469
2469
  props: {
2470
2470
  nodeId: {},
@@ -2475,7 +2475,7 @@ const il = /* @__PURE__ */ We(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
2475
2475
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
2476
2476
  return (s, r) => {
2477
2477
  const l = W("v-stepper-item");
2478
- return x(), w(l, { value: i(o) }, {
2478
+ return x(), I(l, { value: i(o) }, {
2479
2479
  default: V(() => [
2480
2480
  K(s.$slots, "default")
2481
2481
  ]),
@@ -2486,14 +2486,14 @@ const il = /* @__PURE__ */ We(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
2486
2486
  }), sl = {};
2487
2487
  function ll(t, n) {
2488
2488
  const e = W("v-stepper-window");
2489
- return x(), w(e, null, {
2489
+ return x(), I(e, null, {
2490
2490
  default: V(() => [
2491
2491
  K(t.$slots, "default")
2492
2492
  ]),
2493
2493
  _: 3
2494
2494
  });
2495
2495
  }
2496
- const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2496
+ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ $({
2497
2497
  __name: "index",
2498
2498
  props: {
2499
2499
  nodeId: {},
@@ -2504,7 +2504,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2504
2504
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "value"]);
2505
2505
  return (s, r) => {
2506
2506
  const l = W("v-stepper-window-item");
2507
- return x(), w(l, { value: i(o) }, {
2507
+ return x(), I(l, { value: i(o) }, {
2508
2508
  default: V(() => [
2509
2509
  K(s.$slots, "default")
2510
2510
  ]),
@@ -2512,7 +2512,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2512
2512
  }, 8, ["value"]);
2513
2513
  };
2514
2514
  }
2515
- }), ul = /* @__PURE__ */ C({
2515
+ }), ul = /* @__PURE__ */ $({
2516
2516
  __name: "index",
2517
2517
  props: {
2518
2518
  nodeId: {},
@@ -2532,14 +2532,14 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2532
2532
  ]), { property: c } = a(e, [
2533
2533
  "settings",
2534
2534
  "indeterminate"
2535
- ]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = U(), { property: b } = a(e, ["settings", "value"]);
2536
- return (g, _) => {
2535
+ ]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = U(), { property: g } = a(e, ["settings", "value"]);
2536
+ return (b, v) => {
2537
2537
  const h = W("v-switch");
2538
- return x(), w(i(H), { mask: "" }, {
2538
+ return x(), I(i(H), { mask: "" }, {
2539
2539
  default: V(() => [
2540
2540
  j(h, {
2541
- modelValue: i(b),
2542
- "onUpdate:modelValue": _[0] || (_[0] = (v) => Q(b) ? b.value = v : null),
2541
+ modelValue: i(g),
2542
+ "onUpdate:modelValue": v[0] || (v[0] = (_) => ee(g) ? g.value = _ : null),
2543
2543
  density: i(o),
2544
2544
  direction: i(s),
2545
2545
  disabled: i(r),
@@ -2556,7 +2556,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2556
2556
  });
2557
2557
  };
2558
2558
  }
2559
- }), ml = /* @__PURE__ */ C({
2559
+ }), ml = /* @__PURE__ */ $({
2560
2560
  __name: "index",
2561
2561
  props: {
2562
2562
  nodeId: {},
@@ -2564,13 +2564,13 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2564
2564
  refContext: {}
2565
2565
  },
2566
2566
  setup(t) {
2567
- const n = t, { node: e } = P(n), o = X(), { property: s } = a(e, ["settings", "text"]), { theme: r } = U(), { property: l } = a(e, ["settings", "value"]), c = k(() => {
2567
+ const n = t, { node: e } = P(n), o = Y(), { property: s } = a(e, ["settings", "text"]), { theme: r } = U(), { property: l } = a(e, ["settings", "value"]), c = k(() => {
2568
2568
  const u = {};
2569
2569
  return o === "editor" && (u.pointerEvents = "none"), u;
2570
2570
  });
2571
2571
  return (u, m) => {
2572
2572
  const d = W("v-tab");
2573
- return x(), w(i(H), { mask: "" }, {
2573
+ return x(), I(i(H), { mask: "" }, {
2574
2574
  default: V(() => [
2575
2575
  j(d, {
2576
2576
  style: ue(c.value),
@@ -2583,7 +2583,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2583
2583
  });
2584
2584
  };
2585
2585
  }
2586
- }), pl = /* @__PURE__ */ C({
2586
+ }), pl = /* @__PURE__ */ $({
2587
2587
  __name: "index",
2588
2588
  props: {
2589
2589
  nodeId: {},
@@ -2598,14 +2598,14 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2598
2598
  "settings",
2599
2599
  "color",
2600
2600
  "backgroundColor"
2601
- ]), { color: r } = Y(s), { property: l } = a(e, [
2601
+ ]), { color: r } = Z(s), { property: l } = a(e, [
2602
2602
  "settings",
2603
2603
  "centerActive"
2604
2604
  ]), { property: c } = a(e, [
2605
2605
  "settings",
2606
2606
  "color",
2607
2607
  "selectedColor"
2608
- ]), { color: u } = Y(c), { property: m } = a(e, ["settings", "density"]), { property: d } = a(e, [
2608
+ ]), { color: u } = Z(c), { property: m } = a(e, ["settings", "density"]), { property: d } = a(e, [
2609
2609
  "settings",
2610
2610
  "direction"
2611
2611
  ]), { property: p } = a(e, [
@@ -2614,30 +2614,30 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2614
2614
  ]), { property: f } = a(e, [
2615
2615
  "settings",
2616
2616
  "fixedTabs"
2617
- ]), { property: b } = a(e, ["settings", "grow"]), { property: g } = a(e, [
2617
+ ]), { property: g } = a(e, ["settings", "grow"]), { property: b } = a(e, [
2618
2618
  "settings",
2619
2619
  "hideSlider"
2620
- ]), { property: _ } = a(e, ["settings", "items"]), { property: h } = a(e, [
2620
+ ]), { property: v } = a(e, ["settings", "items"]), { property: h } = a(e, [
2621
2621
  "settings",
2622
2622
  "mandatory"
2623
- ]), { property: v } = a(e, [
2623
+ ]), { property: _ } = a(e, [
2624
2624
  "settings",
2625
2625
  "showArrows"
2626
- ]), { property: S } = a(e, [
2626
+ ]), { property: w } = a(e, [
2627
2627
  "settings",
2628
2628
  "color",
2629
2629
  "sliderColor"
2630
- ]), { color: $ } = Y(S), { property: L } = a(e, ["settings", "stacked"]), { theme: R } = U(), { property: O } = a(e, ["settings", "value"]);
2630
+ ]), { color: S } = Z(w), { property: L } = a(e, ["settings", "stacked"]), { theme: R } = U(), { property: O } = a(e, ["settings", "value"]);
2631
2631
  return (N, F) => {
2632
2632
  const z = W("v-tabs");
2633
- return x(), w(i(H), {
2633
+ return x(), I(i(H), {
2634
2634
  block: "",
2635
2635
  mask: ""
2636
2636
  }, {
2637
2637
  default: V(() => [
2638
2638
  j(z, {
2639
2639
  modelValue: i(O),
2640
- "onUpdate:modelValue": F[0] || (F[0] = (J) => Q(O) ? O.value = J : null),
2640
+ "onUpdate:modelValue": F[0] || (F[0] = (J) => ee(O) ? O.value = J : null),
2641
2641
  "align-tabs": i(o),
2642
2642
  "bg-color": i(r),
2643
2643
  "center-active": i(l),
@@ -2646,12 +2646,12 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2646
2646
  direction: i(d),
2647
2647
  disabled: i(p),
2648
2648
  "fixed-tabs": i(f),
2649
- grow: i(b),
2650
- "hide-slider": i(g),
2651
- items: i(_),
2649
+ grow: i(g),
2650
+ "hide-slider": i(b),
2651
+ items: i(v),
2652
2652
  mandatory: i(h),
2653
- "show-arrows": i(v),
2654
- "slider-color": i($),
2653
+ "show-arrows": i(_),
2654
+ "slider-color": i(S),
2655
2655
  stacked: i(L),
2656
2656
  theme: i(R)
2657
2657
  }, {
@@ -2665,7 +2665,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2665
2665
  });
2666
2666
  };
2667
2667
  }
2668
- }), dl = /* @__PURE__ */ C({
2668
+ }), dl = /* @__PURE__ */ $({
2669
2669
  __name: "index",
2670
2670
  props: {
2671
2671
  nodeId: {},
@@ -2680,10 +2680,10 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2680
2680
  "settings",
2681
2681
  "emphasis"
2682
2682
  ]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = k(() => {
2683
- const p = [], f = ct(o.value.width), b = De(f, e.value.settings?.style);
2684
- 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}`), r.value && p.push(`text-decoration-${r.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
2683
+ const p = [], f = ct(o.value.width), g = De(f, e.value.settings?.style);
2684
+ return g && p.push(`text-${g}`), 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}`), r.value && p.push(`text-decoration-${r.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
2685
2685
  });
2686
- return (p, f) => (x(), w(i(H), null, {
2686
+ return (p, f) => (x(), I(i(H), null, {
2687
2687
  default: V(() => [
2688
2688
  ie("span", {
2689
2689
  class: ii(d.value)
@@ -2692,7 +2692,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2692
2692
  _: 1
2693
2693
  }));
2694
2694
  }
2695
- }), fl = /* @__PURE__ */ C({
2695
+ }), fl = /* @__PURE__ */ $({
2696
2696
  __name: "index",
2697
2697
  props: {
2698
2698
  nodeId: {},
@@ -2715,20 +2715,20 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2715
2715
  ]), { property: p } = a(e, [
2716
2716
  "settings",
2717
2717
  "readonly"
2718
- ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, ["settings", "rows"]), { property: g } = a(e, [
2718
+ ]), { property: f } = a(e, ["settings", "reverse"]), { property: g } = a(e, ["settings", "rows"]), { property: b } = a(e, [
2719
2719
  "settings",
2720
2720
  "singleLine"
2721
- ]), { theme: _ } = U(), { property: h } = a(e, ["settings", "value"]), { property: v } = a(e, ["settings", "variant"]);
2722
- return (S, $) => {
2721
+ ]), { theme: v } = U(), { property: h } = a(e, ["settings", "value"]), { property: _ } = a(e, ["settings", "variant"]);
2722
+ return (w, S) => {
2723
2723
  const L = W("v-textarea");
2724
- return x(), w(i(H), {
2724
+ return x(), I(i(H), {
2725
2725
  block: "",
2726
2726
  mask: ""
2727
2727
  }, {
2728
2728
  default: V(() => [
2729
2729
  j(L, {
2730
2730
  modelValue: i(h),
2731
- "onUpdate:modelValue": $[0] || ($[0] = (R) => Q(h) ? h.value = R : null),
2731
+ "onUpdate:modelValue": S[0] || (S[0] = (R) => ee(h) ? h.value = R : null),
2732
2732
  "auto-grow": i(o),
2733
2733
  clearable: i(s),
2734
2734
  density: i(r),
@@ -2739,17 +2739,17 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2739
2739
  placeholder: i(d),
2740
2740
  readonly: i(p),
2741
2741
  reverse: i(f),
2742
- rows: i(b),
2743
- "single-line": i(g),
2744
- theme: i(_),
2745
- variant: i(v)
2742
+ rows: i(g),
2743
+ "single-line": i(b),
2744
+ theme: i(v),
2745
+ variant: i(_)
2746
2746
  }, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
2747
2747
  ]),
2748
2748
  _: 1
2749
2749
  });
2750
2750
  };
2751
2751
  }
2752
- }), yl = /* @__PURE__ */ C({
2752
+ }), yl = /* @__PURE__ */ $({
2753
2753
  __name: "index",
2754
2754
  props: {
2755
2755
  nodeId: {},
@@ -2778,35 +2778,35 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2778
2778
  ]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
2779
2779
  "settings",
2780
2780
  "placeholder"
2781
- ]), { property: b } = a(e, ["settings", "prefix"]), { property: g } = a(e, [
2781
+ ]), { property: g } = a(e, ["settings", "prefix"]), { property: b } = a(e, [
2782
2782
  "settings",
2783
2783
  "prependIcon"
2784
- ]), { property: _ } = a(e, [
2784
+ ]), { property: v } = a(e, [
2785
2785
  "settings",
2786
2786
  "prependInnerIcon"
2787
2787
  ]), { property: h } = a(e, [
2788
2788
  "settings",
2789
2789
  "readonly"
2790
- ]), { property: v } = a(e, ["settings", "reverse"]), { property: S } = a(e, [
2790
+ ]), { property: _ } = a(e, ["settings", "reverse"]), { property: w } = a(e, [
2791
2791
  "settings",
2792
2792
  "singleLine"
2793
- ]), { property: $ } = a(e, ["settings", "suffix"]), { theme: L } = U(), { property: R } = a(e, ["settings", "value"]), { property: O } = a(e, ["settings", "variant"]), { property: N } = a(e, ["slots", "append"]), { property: F } = a(e, [
2793
+ ]), { property: S } = a(e, ["settings", "suffix"]), { theme: L } = U(), { property: R } = a(e, ["settings", "value"]), { property: O } = a(e, ["settings", "variant"]), { property: N } = a(e, ["slots", "append"]), { property: F } = a(e, [
2794
2794
  "slots",
2795
2795
  "appendInner"
2796
2796
  ]), { property: z } = a(e, ["slots", "prepend"]), { property: J } = a(e, [
2797
2797
  "slots",
2798
2798
  "prependInner"
2799
2799
  ]);
2800
- return (ne, ye) => {
2800
+ return (ne, be) => {
2801
2801
  const Ve = W("v-text-field");
2802
- return x(), w(i(H), {
2802
+ return x(), I(i(H), {
2803
2803
  block: "",
2804
2804
  mask: ""
2805
2805
  }, {
2806
2806
  default: V(() => [
2807
2807
  j(Ve, {
2808
2808
  modelValue: i(R),
2809
- "onUpdate:modelValue": ye[0] || (ye[0] = (ge) => Q(R) ? R.value = ge : null),
2809
+ "onUpdate:modelValue": be[0] || (be[0] = (he) => ee(R) ? R.value = he : null),
2810
2810
  "append-icon": i(o),
2811
2811
  "append-inner-icon": i(s),
2812
2812
  autofocus: i(r),
@@ -2817,13 +2817,13 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2817
2817
  label: i(d),
2818
2818
  loading: i(p),
2819
2819
  placeholder: i(f),
2820
- prefix: i(b),
2821
- "prepend-icon": i(g),
2822
- "prepend-inner-icon": i(_),
2820
+ prefix: i(g),
2821
+ "prepend-icon": i(b),
2822
+ "prepend-inner-icon": i(v),
2823
2823
  readonly: i(h),
2824
- reverse: i(v),
2825
- "single-line": i(S),
2826
- suffix: i($),
2824
+ reverse: i(_),
2825
+ "single-line": i(w),
2826
+ suffix: i(S),
2827
2827
  theme: i(L),
2828
2828
  variant: i(O)
2829
2829
  }, nn({ _: 2 }, [
@@ -2877,7 +2877,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2877
2877
  });
2878
2878
  };
2879
2879
  }
2880
- }), bl = /* @__PURE__ */ C({
2880
+ }), bl = /* @__PURE__ */ $({
2881
2881
  __name: "index",
2882
2882
  props: {
2883
2883
  nodeId: {},
@@ -2892,7 +2892,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2892
2892
  "settings",
2893
2893
  "dot",
2894
2894
  "color"
2895
- ]), { color: c } = Y(l), { property: u } = a(e, [
2895
+ ]), { color: c } = Z(l), { property: u } = a(e, [
2896
2896
  "settings",
2897
2897
  "dot",
2898
2898
  "fill"
@@ -2903,22 +2903,22 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2903
2903
  "settings",
2904
2904
  "line",
2905
2905
  "color"
2906
- ]), { color: p } = Y(d), { property: f } = a(e, [
2906
+ ]), { color: p } = Z(d), { property: f } = a(e, [
2907
2907
  "settings",
2908
2908
  "line",
2909
2909
  "inset"
2910
- ]), { property: b } = a(e, [
2910
+ ]), { property: g } = a(e, [
2911
2911
  "settings",
2912
2912
  "line",
2913
2913
  "thickness"
2914
- ]), { property: g } = a(e, ["settings", "side"]), { property: _ } = a(e, [
2914
+ ]), { property: b } = a(e, ["settings", "side"]), { property: v } = a(e, [
2915
2915
  "settings",
2916
2916
  "line",
2917
2917
  "truncate"
2918
2918
  ]), { theme: h } = U();
2919
- return (v, S) => {
2920
- const $ = W("v-timeline");
2921
- return x(), w($, {
2919
+ return (_, w) => {
2920
+ const S = W("v-timeline");
2921
+ return x(), I(S, {
2922
2922
  align: i(o),
2923
2923
  density: i(s),
2924
2924
  direction: i(r),
@@ -2927,13 +2927,13 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2927
2927
  "hide-opposite": i(m),
2928
2928
  "line-color": i(p),
2929
2929
  "line-inset": i(f),
2930
- "line-thickness": i(b),
2931
- side: i(g),
2930
+ "line-thickness": i(g),
2931
+ side: i(b),
2932
2932
  theme: i(h),
2933
- "truncate-line": i(_)
2933
+ "truncate-line": i(v)
2934
2934
  }, {
2935
2935
  default: V(() => [
2936
- K(v.$slots, "default")
2936
+ K(_.$slots, "default")
2937
2937
  ]),
2938
2938
  _: 3
2939
2939
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
@@ -2942,14 +2942,14 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2942
2942
  }), gl = {};
2943
2943
  function hl(t, n) {
2944
2944
  const e = W("v-timeline-item");
2945
- return x(), w(e, null, {
2945
+ return x(), I(e, null, {
2946
2946
  default: V(() => [
2947
2947
  K(t.$slots, "default")
2948
2948
  ]),
2949
2949
  _: 3
2950
2950
  });
2951
2951
  }
2952
- const _l = /* @__PURE__ */ We(gl, [["render", hl]]), vl = /* @__PURE__ */ C({
2952
+ const _l = /* @__PURE__ */ We(gl, [["render", hl]]), vl = /* @__PURE__ */ $({
2953
2953
  __name: "index",
2954
2954
  props: {
2955
2955
  nodeId: {},
@@ -2971,10 +2971,10 @@ const _l = /* @__PURE__ */ We(gl, [["render", hl]]), vl = /* @__PURE__ */ C({
2971
2971
  "showArrows"
2972
2972
  ]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = U(), { property: d } = a(e, ["settings", "value"]);
2973
2973
  return (p, f) => {
2974
- const b = W("v-window");
2975
- return x(), w(b, {
2974
+ const g = W("v-window");
2975
+ return x(), I(g, {
2976
2976
  modelValue: i(d),
2977
- "onUpdate:modelValue": f[0] || (f[0] = (g) => Q(d) ? d.value = g : null),
2977
+ "onUpdate:modelValue": f[0] || (f[0] = (b) => ee(d) ? d.value = b : null),
2978
2978
  continuous: i(o),
2979
2979
  direction: i(r),
2980
2980
  disabled: i(s),
@@ -2993,14 +2993,14 @@ const _l = /* @__PURE__ */ We(gl, [["render", hl]]), vl = /* @__PURE__ */ C({
2993
2993
  }), xl = {};
2994
2994
  function kl(t, n) {
2995
2995
  const e = W("v-window-item");
2996
- return x(), w(e, null, {
2996
+ return x(), I(e, null, {
2997
2997
  default: V(() => [
2998
2998
  K(t.$slots, "default")
2999
2999
  ]),
3000
3000
  _: 3
3001
3001
  });
3002
3002
  }
3003
- const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3003
+ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ $({
3004
3004
  __name: "entry",
3005
3005
  props: {
3006
3006
  subtype: {},
@@ -3009,10 +3009,10 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3009
3009
  refKey: {}
3010
3010
  },
3011
3011
  setup(t) {
3012
- const n = X(), e = be(), o = k(() => D(e.value));
3013
- $e(o), ee(n) && Ke(o, "multipleSlot", t.nodeId, t.refKey, fe());
3012
+ const n = Y(), e = fe(), o = k(() => D(e.value));
3013
+ $e(o), te(n) && Ke(o, "multipleSlot", t.nodeId, t.refKey, ye());
3014
3014
  const s = (l) => {
3015
- const c = _e[l.key];
3015
+ const c = ve[l.key];
3016
3016
  if (!c) {
3017
3017
  console.assert(!1, `element not found key=${l.key}`);
3018
3018
  return;
@@ -3046,9 +3046,9 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3046
3046
  default: () => o.value?.view.nodeLites.map((l) => s(l))
3047
3047
  });
3048
3048
  };
3049
- return (l, c) => (x(), w(r));
3049
+ return (l, c) => (x(), I(r));
3050
3050
  }
3051
- }), Sl = /* @__PURE__ */ C({
3051
+ }), Sl = /* @__PURE__ */ $({
3052
3052
  __name: "index",
3053
3053
  props: {
3054
3054
  nodeId: {},
@@ -3061,24 +3061,24 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3061
3061
  const c = k(() => o.refContext?.compId);
3062
3062
  et(c, l);
3063
3063
  const { applySize: u } = de(o, s), m = k(() => {
3064
- const _ = {};
3065
- return l.value?.type === "common" && u(_), _;
3066
- }), { property: d } = a(s, ["instances"]), p = (_, h) => {
3067
- _.findIndex((v) => v === h) >= 0 || _.push(h);
3064
+ const v = {};
3065
+ return l.value?.type === "common" && u(v), v;
3066
+ }), { property: d } = a(s, ["instances"]), p = (v, h) => {
3067
+ v.findIndex((_) => _ === h) >= 0 || v.push(h);
3068
3068
  }, f = k(() => {
3069
- const _ = [];
3069
+ const v = [];
3070
3070
  if (!Array.isArray(d.value))
3071
- return _;
3071
+ return v;
3072
3072
  for (const h of d.value)
3073
- typeof h == "string" && h && p(_, h);
3074
- return _;
3075
- }), b = (_, h) => G(Il, {
3076
- key: _,
3073
+ typeof h == "string" && h && p(v, h);
3074
+ return v;
3075
+ }), g = (v, h) => G(Il, {
3076
+ key: v,
3077
3077
  subtype: h,
3078
3078
  nodeId: o.nodeId,
3079
3079
  refContext: o.refContext,
3080
- refKey: _
3081
- }), g = () => {
3080
+ refKey: v
3081
+ }), b = () => {
3082
3082
  if (!o.refContext) {
3083
3083
  console.assert(!1, "invalid of ref context");
3084
3084
  return;
@@ -3087,8 +3087,8 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3087
3087
  return G("div", { id: e.id }, n("x-runtime-lib.circularReference"));
3088
3088
  if (!l.value)
3089
3089
  return G("div", { id: e.id });
3090
- const _ = l.value.type;
3091
- if (_ === "common")
3090
+ const v = l.value.type;
3091
+ if (v === "common")
3092
3092
  return G(
3093
3093
  "div",
3094
3094
  {
@@ -3096,23 +3096,23 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3096
3096
  style: m.value
3097
3097
  },
3098
3098
  {
3099
- default: () => f.value.map((h) => b(h, _))
3099
+ default: () => f.value.map((h) => g(h, v))
3100
3100
  }
3101
3101
  );
3102
- if (_ === "scene")
3102
+ if (v === "scene")
3103
3103
  return G(
3104
3104
  "TresGroup",
3105
3105
  {
3106
3106
  id: e.id
3107
3107
  },
3108
3108
  {
3109
- default: () => f.value.map((h) => b(h, _))
3109
+ default: () => f.value.map((h) => g(h, v))
3110
3110
  }
3111
3111
  );
3112
3112
  };
3113
- return (_, h) => (x(), w(g));
3113
+ return (v, h) => (x(), I(b));
3114
3114
  }
3115
- }), Cl = /* @__PURE__ */ C({
3115
+ }), Cl = /* @__PURE__ */ $({
3116
3116
  __name: "entry",
3117
3117
  props: {
3118
3118
  subtype: {},
@@ -3121,10 +3121,10 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3121
3121
  refKey: {}
3122
3122
  },
3123
3123
  setup(t) {
3124
- const n = X(), e = be(), o = k(() => D(e.value));
3125
- $e(o), ee(n) && Ke(o, "multipleSlot", t.nodeId, t.refKey, fe());
3124
+ const n = Y(), e = fe(), o = k(() => D(e.value));
3125
+ $e(o), te(n) && Ke(o, "multipleSlot", t.nodeId, t.refKey, ye());
3126
3126
  const s = (l) => {
3127
- const c = _e[l.key];
3127
+ const c = ve[l.key];
3128
3128
  if (!c) {
3129
3129
  console.assert(!1, `element not found key=${l.key}`);
3130
3130
  return;
@@ -3158,9 +3158,9 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3158
3158
  default: () => o.value?.view.nodeLites.map((l) => s(l))
3159
3159
  });
3160
3160
  };
3161
- return (l, c) => (x(), w(r));
3161
+ return (l, c) => (x(), I(r));
3162
3162
  }
3163
- }), $l = /* @__PURE__ */ C({
3163
+ }), $l = /* @__PURE__ */ $({
3164
3164
  __name: "index",
3165
3165
  props: {
3166
3166
  nodeId: {},
@@ -3168,29 +3168,29 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3168
3168
  refContext: {}
3169
3169
  },
3170
3170
  setup(t) {
3171
- const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3171
+ const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = Y(), l = Qe(), c = oe();
3172
3172
  $e(c);
3173
3173
  const u = k(() => o.refContext?.compId);
3174
- et(u, c), ee(r) && Ke(c, "multipleSlot", o.nodeId, "", fe());
3174
+ et(u, c), te(r) && Ke(c, "multipleSlot", o.nodeId, "", ye());
3175
3175
  const { applySize: m } = de(o, s), d = k(() => {
3176
3176
  const h = {};
3177
3177
  return c.value?.type === "common" && m(h), h;
3178
- }), { property: p } = a(s, ["instances"]), f = (h, v) => {
3179
- h.findIndex((S) => S === v) >= 0 || h.push(v);
3180
- }, b = k(() => {
3178
+ }), { property: p } = a(s, ["instances"]), f = (h, _) => {
3179
+ h.findIndex((w) => w === _) >= 0 || h.push(_);
3180
+ }, g = k(() => {
3181
3181
  const h = [];
3182
3182
  if (!Array.isArray(p.value))
3183
3183
  return h;
3184
- for (const v of p.value)
3185
- typeof v == "string" && v && f(h, v);
3184
+ for (const _ of p.value)
3185
+ typeof _ == "string" && _ && f(h, _);
3186
3186
  return h;
3187
- }), g = (h, v) => G(Cl, {
3187
+ }), b = (h, _) => G(Cl, {
3188
3188
  key: h,
3189
- subtype: v,
3189
+ subtype: _,
3190
3190
  nodeId: o.nodeId,
3191
3191
  refContext: o.refContext,
3192
3192
  refKey: h
3193
- }), _ = () => {
3193
+ }), v = () => {
3194
3194
  if (!o.refContext) {
3195
3195
  console.assert(!1, "invalid of ref context");
3196
3196
  return;
@@ -3208,7 +3208,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3208
3208
  style: d.value
3209
3209
  },
3210
3210
  {
3211
- default: () => b.value.map((v) => g(v, h))
3211
+ default: () => g.value.map((_) => b(_, h))
3212
3212
  }
3213
3213
  );
3214
3214
  if (h === "scene")
@@ -3218,13 +3218,13 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3218
3218
  id: e.id
3219
3219
  },
3220
3220
  {
3221
- default: () => b.value.map((v) => g(v, h))
3221
+ default: () => g.value.map((_) => b(_, h))
3222
3222
  }
3223
3223
  );
3224
3224
  };
3225
- return (h, v) => (x(), w(_));
3225
+ return (h, _) => (x(), I(v));
3226
3226
  }
3227
- }), Vl = /* @__PURE__ */ C({
3227
+ }), Vl = /* @__PURE__ */ $({
3228
3228
  __name: "index",
3229
3229
  props: {
3230
3230
  nodeId: {},
@@ -3232,73 +3232,85 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3232
3232
  refContext: {}
3233
3233
  },
3234
3234
  setup(t) {
3235
- const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3236
- $e(c);
3237
- const u = k(() => o.refContext?.compId);
3238
- et(u, c), ee(r) && Ke(c, "ref", o.nodeId, "", fe());
3239
- const { applySize: m } = de(o, s), d = k(() => {
3240
- const b = {};
3241
- return c.value?.type === "common" && m(b), b;
3242
- }), p = (b) => {
3243
- const g = _e[b.key];
3244
- if (!g) {
3245
- console.assert(!1, `element not found key=${b.key}`);
3235
+ const { t: n } = qe(), e = yt();
3236
+ console.log(n("x-runtime-lib.circularReference"));
3237
+ const o = t, { node: s } = P(o), r = Y(), l = Qe(), c = fe(), u = oe();
3238
+ $e(u);
3239
+ const m = k(() => o.refContext?.compId);
3240
+ et(m, u), te(r) && Ke(u, "ref", o.nodeId, "", ye());
3241
+ const { applySize: d } = de(o, s), p = k(() => {
3242
+ const _ = {};
3243
+ return u.value?.type === "common" && d(_), _;
3244
+ }), { position: f, rotation: g, scale: b } = ge(s), v = (_) => {
3245
+ const w = ve[_.key];
3246
+ if (!w) {
3247
+ console.assert(!1, `element not found key=${_.key}`);
3246
3248
  return;
3247
3249
  }
3248
- const _ = {
3249
- nodeId: b.id
3250
+ const S = {
3251
+ nodeId: _.id
3250
3252
  };
3251
- return Xe(b.key) && (_.refContext = {
3253
+ return Xe(_.key) && (S.refContext = {
3252
3254
  parent: o.refContext,
3253
- compId: b.compId
3255
+ compId: _.compId
3254
3256
  }), G(
3255
- g.comp,
3257
+ w.comp,
3256
3258
  {
3257
- key: b.id,
3258
- ..._
3259
+ key: _.id,
3260
+ ...S
3259
3261
  },
3260
3262
  {
3261
3263
  default: () => {
3262
- if (!g.leaf)
3263
- return b.children?.map((h) => p(h));
3264
+ if (!w.leaf)
3265
+ return _.children?.map((L) => v(L));
3264
3266
  }
3265
3267
  }
3266
3268
  );
3267
- }, f = () => {
3269
+ }, h = () => {
3268
3270
  if (!o.refContext) {
3269
3271
  console.assert(!1, "invalid of ref context");
3270
3272
  return;
3271
3273
  }
3274
+ if (!c.value) {
3275
+ console.assert(!1, "invalid of data");
3276
+ return;
3277
+ }
3272
3278
  if (Ye(o.refContext, l))
3273
- return G("div", { id: e.id }, n("x-runtime-lib.circularReference"));
3274
- if (!c.value)
3275
- return G("div", { id: e.id });
3276
- const b = c.value.type;
3277
- if (b === "common")
3279
+ return c.value.type === "common" ? G("div", { id: e.id }, "xx") : void 0;
3280
+ if (!u.value)
3281
+ return c.value.type === "common" ? G("div", { id: e.id }) : void 0;
3282
+ if (u.value.type !== c.value.type) {
3283
+ console.assert(!1, "subtype not match");
3284
+ return;
3285
+ }
3286
+ if (u.value.type === "common")
3278
3287
  return G(
3279
3288
  "div",
3280
3289
  {
3281
3290
  id: e.id,
3282
- style: d.value
3291
+ style: p.value
3283
3292
  },
3284
3293
  {
3285
- default: () => c.value?.view.nodeLites.map((g) => p(g))
3294
+ default: () => u.value?.view.nodeLites.map((_) => v(_))
3286
3295
  }
3287
3296
  );
3288
- if (b === "scene")
3297
+ if (u.value.type === "scene")
3289
3298
  return G(
3290
3299
  "TresGroup",
3291
3300
  {
3292
- id: e.id
3301
+ name: e.name,
3302
+ position: f.value,
3303
+ rotation: g.value,
3304
+ scale: b.value
3293
3305
  },
3294
3306
  {
3295
- default: () => c.value?.view.nodeLites.map((g) => p(g))
3307
+ default: () => u.value?.view.nodeLites.map((_) => v(_))
3296
3308
  }
3297
3309
  );
3298
3310
  };
3299
- return (b, g) => (x(), w(f));
3311
+ return (_, w) => (x(), I(h));
3300
3312
  }
3301
- }), Pl = /* @__PURE__ */ C({
3313
+ }), Pl = /* @__PURE__ */ $({
3302
3314
  __name: "index",
3303
3315
  props: {
3304
3316
  nodeId: {},
@@ -3307,14 +3319,14 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3307
3319
  },
3308
3320
  setup(t) {
3309
3321
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
3310
- return (s, r) => (x(), w(i(H), null, {
3322
+ return (s, r) => (x(), I(i(H), null, {
3311
3323
  default: V(() => [
3312
3324
  i(o) ? K(s.$slots, "default", { key: 0 }) : le("", !0)
3313
3325
  ]),
3314
3326
  _: 3
3315
3327
  }));
3316
3328
  }
3317
- }), we = /* @__PURE__ */ C({
3329
+ }), we = /* @__PURE__ */ $({
3318
3330
  __name: "index",
3319
3331
  props: {
3320
3332
  nodeId: {},
@@ -3322,36 +3334,36 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3322
3334
  refContext: {}
3323
3335
  },
3324
3336
  setup(t) {
3325
- const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3337
+ const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = Y(), l = Qe(), c = oe();
3326
3338
  $e(c);
3327
3339
  const u = k(() => o.refContext?.compId);
3328
- et(u, c), ee(r) && Ke(c, "slot", o.nodeId, "", fe());
3340
+ et(u, c), te(r) && Ke(c, "slot", o.nodeId, "", ye());
3329
3341
  const { applySize: m } = de(o, s), d = k(() => {
3330
- const b = {};
3331
- return c.value?.type === "common" && m(b), b;
3342
+ const g = {};
3343
+ return c.value?.type === "common" && m(g), g;
3332
3344
  });
3333
- function p(b) {
3334
- const g = _e[b.key];
3335
- if (!g) {
3336
- console.assert(!1, `element not found key=${b.key}`);
3345
+ function p(g) {
3346
+ const b = ve[g.key];
3347
+ if (!b) {
3348
+ console.assert(!1, `element not found key=${g.key}`);
3337
3349
  return;
3338
3350
  }
3339
- const _ = {
3340
- nodeId: b.id
3351
+ const v = {
3352
+ nodeId: g.id
3341
3353
  };
3342
- return Xe(b.key) && (_.refContext = {
3354
+ return Xe(g.key) && (v.refContext = {
3343
3355
  parent: o.refContext,
3344
- compId: b.compId
3356
+ compId: g.compId
3345
3357
  }), G(
3346
- g.comp,
3358
+ b.comp,
3347
3359
  {
3348
- key: b.id,
3349
- ..._
3360
+ key: g.id,
3361
+ ...v
3350
3362
  },
3351
3363
  {
3352
3364
  default: () => {
3353
- if (!g.leaf)
3354
- return b.children?.map((h) => p(h));
3365
+ if (!b.leaf)
3366
+ return g.children?.map((h) => p(h));
3355
3367
  }
3356
3368
  }
3357
3369
  );
@@ -3365,8 +3377,8 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3365
3377
  return G("div", { id: e.id }, n("x-runtime-lib.circularReference"));
3366
3378
  if (!c.value)
3367
3379
  return G("div", { id: e.id });
3368
- const b = c.value.type;
3369
- if (b === "common")
3380
+ const g = c.value.type;
3381
+ if (g === "common")
3370
3382
  return G(
3371
3383
  "div",
3372
3384
  {
@@ -3374,20 +3386,20 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3374
3386
  style: d.value
3375
3387
  },
3376
3388
  {
3377
- default: () => c.value?.view.nodeLites.map((g) => p(g))
3389
+ default: () => c.value?.view.nodeLites.map((b) => p(b))
3378
3390
  }
3379
3391
  );
3380
- b === "scene" && G(
3392
+ g === "scene" && G(
3381
3393
  "TresGroup",
3382
3394
  {
3383
3395
  id: e.id
3384
3396
  },
3385
3397
  {
3386
- default: () => c.value?.view.nodeLites.map((g) => p(g))
3398
+ default: () => c.value?.view.nodeLites.map((b) => p(b))
3387
3399
  }
3388
3400
  );
3389
3401
  };
3390
- return (b, g) => (x(), w(f));
3402
+ return (g, b) => (x(), I(f));
3391
3403
  }
3392
3404
  }), y = {
3393
3405
  key: "basic",
@@ -3414,7 +3426,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3414
3426
  default: ""
3415
3427
  }
3416
3428
  ]
3417
- }, Z = {
3429
+ }, Q = {
3418
3430
  key: "color",
3419
3431
  name: "x-runtime-lib.color",
3420
3432
  children: [
@@ -3451,7 +3463,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3451
3463
  ]
3452
3464
  }
3453
3465
  ]
3454
- }, Ll = D(Z), Te = {
3466
+ }, Ll = D(Q), Te = {
3455
3467
  key: "border",
3456
3468
  name: "x-runtime-lib.border",
3457
3469
  children: [
@@ -3666,7 +3678,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3666
3678
  default: ""
3667
3679
  }
3668
3680
  ]
3669
- }, te = {
3681
+ }, X = {
3670
3682
  key: "transform",
3671
3683
  name: "x-runtime-lib.transform",
3672
3684
  children: [
@@ -3818,8 +3830,8 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3818
3830
  defaultArray: []
3819
3831
  }
3820
3832
  ]
3821
- }, _e = {}, I = (t) => {
3822
- _e[t.key] = t;
3833
+ }, ve = {}, C = (t) => {
3834
+ ve[t.key] = t;
3823
3835
  }, wn = {
3824
3836
  key: "settings",
3825
3837
  name: "x-runtime-lib.settings",
@@ -3872,14 +3884,14 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3872
3884
  name: "x-runtime-lib.orthographicCamera",
3873
3885
  comp: Ni,
3874
3886
  properties: {
3875
- pageScene: [y, te, wn],
3876
- compScene: [y, te, wn]
3887
+ pageScene: [y, X, wn],
3888
+ compScene: [y, X, wn]
3877
3889
  },
3878
3890
  events: [],
3879
3891
  methods: [],
3880
3892
  slots: []
3881
3893
  };
3882
- I(zl);
3894
+ C(zl);
3883
3895
  const In = {
3884
3896
  key: "settings",
3885
3897
  name: "x-runtime-lib.settings",
@@ -3918,14 +3930,14 @@ const In = {
3918
3930
  name: "x-runtime-lib.perspectiveCamera",
3919
3931
  comp: Gi,
3920
3932
  properties: {
3921
- pageScene: [y, te, In],
3922
- compScene: [y, te, In]
3933
+ pageScene: [y, X, In],
3934
+ compScene: [y, X, In]
3923
3935
  },
3924
3936
  events: [],
3925
3937
  methods: [],
3926
3938
  slots: []
3927
3939
  };
3928
- I(Tl);
3940
+ C(Tl);
3929
3941
  const El = {
3930
3942
  key: "scene_keyboard_controls_v1",
3931
3943
  name: "x-runtime-lib.keyboardControls",
@@ -3939,7 +3951,7 @@ const El = {
3939
3951
  slots: [],
3940
3952
  leaf: !0
3941
3953
  };
3942
- I(El);
3954
+ C(El);
3943
3955
  const Al = {
3944
3956
  key: "scene_map_controls_v1",
3945
3957
  name: "x-runtime-lib.mapControls",
@@ -3953,7 +3965,7 @@ const Al = {
3953
3965
  slots: [],
3954
3966
  leaf: !0
3955
3967
  };
3956
- I(Al);
3968
+ C(Al);
3957
3969
  const Ml = {
3958
3970
  key: "scene_orbit_controls_v1",
3959
3971
  name: "x-runtime-lib.orbitControls",
@@ -3967,7 +3979,7 @@ const Ml = {
3967
3979
  slots: [],
3968
3980
  leaf: !0
3969
3981
  };
3970
- I(Ml);
3982
+ C(Ml);
3971
3983
  function Wl(t, n) {
3972
3984
  const e = `type=${t} subtype=${n}`, o = B(t, n);
3973
3985
  if (!o) {
@@ -4118,7 +4130,7 @@ const Sn = {
4118
4130
  leaf: !0,
4119
4131
  spawn: Wl
4120
4132
  };
4121
- I(Pt);
4133
+ C(Pt);
4122
4134
  function Kl(t, n) {
4123
4135
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4124
4136
  if (!o) {
@@ -4278,8 +4290,8 @@ const Cn = {
4278
4290
  leaf: !0,
4279
4291
  spawn: Kl
4280
4292
  };
4281
- I(Lt);
4282
- const gt = D(Z);
4293
+ C(Lt);
4294
+ const gt = D(Q);
4283
4295
  gt.children[0].default = "custom";
4284
4296
  gt.children[2].children[0].default = "0xffffff";
4285
4297
  gt.children[2].children[1].default = "0xffffff";
@@ -4301,15 +4313,15 @@ const $n = {
4301
4313
  name: "x-runtime-lib.ambientLight",
4302
4314
  comp: er,
4303
4315
  properties: {
4304
- pageScene: [y, te, $n],
4305
- compScene: [y, te, $n]
4316
+ pageScene: [y, X, $n],
4317
+ compScene: [y, X, $n]
4306
4318
  },
4307
4319
  events: [],
4308
4320
  methods: [],
4309
4321
  slots: []
4310
4322
  };
4311
- I(Fl);
4312
- const ht = D(Z);
4323
+ C(Fl);
4324
+ const ht = D(Q);
4313
4325
  ht.children[0].default = "custom";
4314
4326
  ht.children[2].children[0].default = "0xffffff";
4315
4327
  ht.children[2].children[1].default = "0xffffff";
@@ -4331,15 +4343,15 @@ const Vn = {
4331
4343
  name: "x-runtime-lib.directionalLight",
4332
4344
  comp: nr,
4333
4345
  properties: {
4334
- pageScene: [y, te, Vn],
4335
- compScene: [y, te, Vn]
4346
+ pageScene: [y, X, Vn],
4347
+ compScene: [y, X, Vn]
4336
4348
  },
4337
4349
  events: [],
4338
4350
  methods: [],
4339
4351
  slots: []
4340
4352
  };
4341
- I(Nl);
4342
- const _t = D(Z);
4353
+ C(Nl);
4354
+ const _t = D(Q);
4343
4355
  _t.children[0].default = "custom";
4344
4356
  _t.children[2].children[0].default = "0xffffff";
4345
4357
  _t.children[2].children[1].default = "0xffffff";
@@ -4375,15 +4387,15 @@ const Pn = {
4375
4387
  name: "x-runtime-lib.pointLight",
4376
4388
  comp: ir,
4377
4389
  properties: {
4378
- pageScene: [y, te, Pn],
4379
- compScene: [y, te, Pn]
4390
+ pageScene: [y, X, Pn],
4391
+ compScene: [y, X, Pn]
4380
4392
  },
4381
4393
  events: [],
4382
4394
  methods: [],
4383
4395
  slots: []
4384
4396
  };
4385
- I(jl);
4386
- const vt = D(Z);
4397
+ C(jl);
4398
+ const vt = D(Q);
4387
4399
  vt.children[0].default = "custom";
4388
4400
  vt.children[2].children[0].default = "0xffffff";
4389
4401
  vt.children[2].children[1].default = "0xffffff";
@@ -4436,14 +4448,14 @@ const Ln = {
4436
4448
  name: "x-runtime-lib.spotLight",
4437
4449
  comp: sr,
4438
4450
  properties: {
4439
- pageScene: [y, te, Ln],
4440
- compScene: [y, te, Ln]
4451
+ pageScene: [y, X, Ln],
4452
+ compScene: [y, X, Ln]
4441
4453
  },
4442
4454
  events: [],
4443
4455
  methods: [],
4444
4456
  slots: []
4445
4457
  };
4446
- I(Gl);
4458
+ C(Gl);
4447
4459
  const Fe = {
4448
4460
  key: "scene_mesh_basic_material_v1",
4449
4461
  name: "x-runtime-lib.meshBasicMaterial",
@@ -4457,33 +4469,33 @@ const Fe = {
4457
4469
  slots: [],
4458
4470
  leaf: !0
4459
4471
  };
4460
- I(Fe);
4472
+ C(Fe);
4461
4473
  const Hl = {
4462
4474
  key: "scene_group_v1",
4463
4475
  name: "x-runtime-lib.group",
4464
4476
  comp: mr,
4465
4477
  properties: {
4466
- pageScene: [y, te],
4467
- compScene: [y, te]
4478
+ pageScene: [y, X],
4479
+ compScene: [y, X]
4468
4480
  },
4469
4481
  events: [],
4470
4482
  methods: [],
4471
4483
  slots: []
4472
4484
  };
4473
- I(Hl);
4485
+ C(Hl);
4474
4486
  const Ne = {
4475
4487
  key: "scene_mesh_v1",
4476
4488
  name: "x-runtime-lib.mesh",
4477
4489
  comp: dr,
4478
4490
  properties: {
4479
- pageScene: [y, te],
4480
- compScene: [y, te]
4491
+ pageScene: [y, X],
4492
+ compScene: [y, X]
4481
4493
  },
4482
4494
  events: [],
4483
4495
  methods: [],
4484
4496
  slots: []
4485
4497
  };
4486
- I(Ne);
4498
+ C(Ne);
4487
4499
  function Ul(t, n) {
4488
4500
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4489
4501
  if (!o) {
@@ -4540,7 +4552,7 @@ const zn = {
4540
4552
  leaf: !0,
4541
4553
  spawn: Ul
4542
4554
  };
4543
- I(zt);
4555
+ C(zt);
4544
4556
  function Jl(t, n) {
4545
4557
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4546
4558
  if (!o) {
@@ -4597,7 +4609,7 @@ const Tn = {
4597
4609
  leaf: !0,
4598
4610
  spawn: Jl
4599
4611
  };
4600
- I(Tt);
4612
+ C(Tt);
4601
4613
  const En = {
4602
4614
  key: "settings",
4603
4615
  name: "x-runtime-lib.settings",
@@ -4642,7 +4654,7 @@ const En = {
4642
4654
  compCommon: [y, En]
4643
4655
  }
4644
4656
  };
4645
- I(ql);
4657
+ C(ql);
4646
4658
  function Xl(t, n) {
4647
4659
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4648
4660
  if (!o) {
@@ -4662,7 +4674,7 @@ function Xl(t, n) {
4662
4674
  }
4663
4675
  };
4664
4676
  }
4665
- const Yl = D(Z), An = {
4677
+ const Yl = D(Q), An = {
4666
4678
  key: "settings",
4667
4679
  name: "x-runtime-lib.settings",
4668
4680
  children: [
@@ -4766,7 +4778,7 @@ const Yl = D(Z), An = {
4766
4778
  leaf: !0,
4767
4779
  spawn: Xl
4768
4780
  };
4769
- I(Et);
4781
+ C(Et);
4770
4782
  const Zl = {
4771
4783
  key: "common_btn_group_v1",
4772
4784
  name: "x-runtime-lib.buttonGroup",
@@ -4776,7 +4788,7 @@ const Zl = {
4776
4788
  compCommon: [y]
4777
4789
  }
4778
4790
  };
4779
- I(Zl);
4791
+ C(Zl);
4780
4792
  const Mn = {
4781
4793
  key: "settings",
4782
4794
  name: "x-runtime-lib.settings",
@@ -4847,7 +4859,7 @@ const Mn = {
4847
4859
  compCommon: [y, Mn]
4848
4860
  }
4849
4861
  };
4850
- I(Ql);
4862
+ C(Ql);
4851
4863
  function ea(t, n) {
4852
4864
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4853
4865
  if (!o) {
@@ -4932,7 +4944,7 @@ const Wn = {
4932
4944
  },
4933
4945
  spawn: ea
4934
4946
  };
4935
- I(je);
4947
+ C(je);
4936
4948
  const Bn = {
4937
4949
  key: "settings",
4938
4950
  name: "x-runtime-lib.settings",
@@ -4960,8 +4972,8 @@ const Bn = {
4960
4972
  },
4961
4973
  leaf: !0
4962
4974
  };
4963
- I(ta);
4964
- const na = D(Z), Rn = {
4975
+ C(ta);
4976
+ const na = D(Q), Rn = {
4965
4977
  key: "settings",
4966
4978
  name: "x-runtime-lib.settings",
4967
4979
  children: [
@@ -5046,7 +5058,7 @@ const na = D(Z), Rn = {
5046
5058
  },
5047
5059
  leaf: !0
5048
5060
  };
5049
- I(At);
5061
+ C(At);
5050
5062
  function oa(t, n) {
5051
5063
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5052
5064
  if (!o) {
@@ -5164,7 +5176,7 @@ const Kn = {
5164
5176
  },
5165
5177
  spawn: oa
5166
5178
  };
5167
- I(Mt);
5179
+ C(Mt);
5168
5180
  const ia = {
5169
5181
  key: "common_color_picker_v1",
5170
5182
  name: "x-runtime-lib.colorPicker",
@@ -5175,7 +5187,7 @@ const ia = {
5175
5187
  },
5176
5188
  leaf: !0
5177
5189
  };
5178
- I(ia);
5190
+ C(ia);
5179
5191
  const Dn = {
5180
5192
  key: "settings",
5181
5193
  name: "x-runtime-lib.settings",
@@ -5227,8 +5239,8 @@ const Dn = {
5227
5239
  },
5228
5240
  leaf: !0
5229
5241
  };
5230
- I(ra);
5231
- const mn = D(Z);
5242
+ C(ra);
5243
+ const mn = D(Q);
5232
5244
  mn.key = "backgroundColor";
5233
5245
  mn.name = "x-runtime-lib.backgroundColor";
5234
5246
  const On = {
@@ -5250,7 +5262,7 @@ const On = {
5250
5262
  }
5251
5263
  ]
5252
5264
  };
5253
- I(Wt);
5265
+ C(Wt);
5254
5266
  const Fn = {
5255
5267
  key: "size",
5256
5268
  name: "x-runtime-lib.size",
@@ -5413,7 +5425,7 @@ const Fn = {
5413
5425
  },
5414
5426
  leaf: !0
5415
5427
  };
5416
- I(sa);
5428
+ C(sa);
5417
5429
  const la = {
5418
5430
  key: "common_date_picker_v1",
5419
5431
  name: "x-runtime-lib.datePicker",
@@ -5424,7 +5436,7 @@ const la = {
5424
5436
  },
5425
5437
  leaf: !0
5426
5438
  };
5427
- I(la);
5439
+ C(la);
5428
5440
  const aa = {
5429
5441
  key: "common_dialog_v1",
5430
5442
  name: "x-runtime-lib.dialog",
@@ -5445,7 +5457,7 @@ const aa = {
5445
5457
  ],
5446
5458
  teleport: !0
5447
5459
  };
5448
- I(aa);
5460
+ C(aa);
5449
5461
  const Gn = {
5450
5462
  key: "settings",
5451
5463
  name: "x-runtime-lib.settings",
@@ -5485,7 +5497,7 @@ const Gn = {
5485
5497
  compCommon: [y, q, Hn]
5486
5498
  }
5487
5499
  };
5488
- I(Bt);
5500
+ C(Bt);
5489
5501
  function ca(t, n) {
5490
5502
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5491
5503
  if (!o) {
@@ -5584,7 +5596,7 @@ function Rt(t, n, e, o, s, r, l, c, u) {
5584
5596
  }
5585
5597
  };
5586
5598
  }
5587
- const pn = D(Z);
5599
+ const pn = D(Q);
5588
5600
  pn.key = "backgroundColor";
5589
5601
  pn.name = "x-runtime-lib.backgroundColor";
5590
5602
  const Un = {
@@ -5773,7 +5785,7 @@ const Un = {
5773
5785
  ],
5774
5786
  spawn: ca
5775
5787
  };
5776
- I(Ge);
5788
+ C(Ge);
5777
5789
  const Jn = {
5778
5790
  key: "settings",
5779
5791
  name: "x-runtime-lib.settings",
@@ -5954,7 +5966,7 @@ const Jn = {
5954
5966
  ],
5955
5967
  leaf: !0
5956
5968
  };
5957
- I(Kt);
5969
+ C(Kt);
5958
5970
  function ma(t, n) {
5959
5971
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5960
5972
  if (!o) {
@@ -6030,8 +6042,8 @@ const Xn = {
6030
6042
  ],
6031
6043
  spawn: ma
6032
6044
  };
6033
- I(Dt);
6034
- const da = D(Z), Yn = {
6045
+ C(Dt);
6046
+ const da = D(Q), Yn = {
6035
6047
  key: "settings",
6036
6048
  name: "x-runtime-lib.settings",
6037
6049
  children: [
@@ -6066,7 +6078,7 @@ const da = D(Z), Yn = {
6066
6078
  },
6067
6079
  leaf: !0
6068
6080
  };
6069
- I(fa);
6081
+ C(fa);
6070
6082
  const ya = {
6071
6083
  key: "common_menu_v1",
6072
6084
  name: "x-runtime-lib.menu",
@@ -6087,7 +6099,7 @@ const ya = {
6087
6099
  ],
6088
6100
  teleport: !0
6089
6101
  };
6090
- I(ya);
6102
+ C(ya);
6091
6103
  function ba(t, n) {
6092
6104
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6093
6105
  if (!o) {
@@ -6307,7 +6319,7 @@ const Zn = {
6307
6319
  leaf: !0,
6308
6320
  spawn: ba
6309
6321
  };
6310
- I(Ot);
6322
+ C(Ot);
6311
6323
  const eo = {
6312
6324
  key: "settings",
6313
6325
  name: "x-runtime-lib.settings",
@@ -6381,8 +6393,8 @@ const eo = {
6381
6393
  },
6382
6394
  leaf: !0
6383
6395
  };
6384
- I(ga);
6385
- const ha = D(Z), to = {
6396
+ C(ga);
6397
+ const ha = D(Q), to = {
6386
6398
  key: "settings",
6387
6399
  name: "x-runtime-lib.settings",
6388
6400
  children: [
@@ -6429,7 +6441,7 @@ const ha = D(Z), to = {
6429
6441
  },
6430
6442
  leaf: !0
6431
6443
  };
6432
- I(Ft);
6444
+ C(Ft);
6433
6445
  function _a(t, n) {
6434
6446
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6435
6447
  if (!o) {
@@ -6532,7 +6544,7 @@ const no = {
6532
6544
  },
6533
6545
  spawn: _a
6534
6546
  };
6535
- I(Nt);
6547
+ C(Nt);
6536
6548
  const oo = {
6537
6549
  key: "settings",
6538
6550
  name: "x-runtime-lib.settings",
@@ -6660,7 +6672,7 @@ const oo = {
6660
6672
  },
6661
6673
  leaf: !0
6662
6674
  };
6663
- I(va);
6675
+ C(va);
6664
6676
  const io = {
6665
6677
  key: "settings",
6666
6678
  name: "x-runtime-lib.settings",
@@ -6726,7 +6738,7 @@ const io = {
6726
6738
  },
6727
6739
  leaf: !0
6728
6740
  };
6729
- I(xa);
6741
+ C(xa);
6730
6742
  const ro = {
6731
6743
  key: "settings",
6732
6744
  name: "x-runtime-lib.settings",
@@ -6778,14 +6790,14 @@ const ro = {
6778
6790
  },
6779
6791
  leaf: !0
6780
6792
  };
6781
- I(ka);
6782
- const dn = D(Z);
6793
+ C(ka);
6794
+ const dn = D(Q);
6783
6795
  dn.key = "color";
6784
6796
  dn.name = "x-runtime-lib.color";
6785
- const fn = D(Z);
6797
+ const fn = D(Q);
6786
6798
  fn.key = "trackColor";
6787
6799
  fn.name = "x-runtime-lib.trackColor";
6788
- const yn = D(Z);
6800
+ const yn = D(Q);
6789
6801
  yn.key = "thumbColor";
6790
6802
  yn.name = "x-runtime-lib.thumbColor";
6791
6803
  const so = {
@@ -6924,7 +6936,7 @@ const so = {
6924
6936
  },
6925
6937
  leaf: !0
6926
6938
  };
6927
- I(wa);
6939
+ C(wa);
6928
6940
  const jt = {
6929
6941
  key: "common_stepper_header_v1",
6930
6942
  name: "x-runtime-lib.stepperHeader",
@@ -6934,7 +6946,7 @@ const jt = {
6934
6946
  compCommon: [y]
6935
6947
  }
6936
6948
  };
6937
- I(jt);
6949
+ C(jt);
6938
6950
  const ao = {
6939
6951
  key: "settings",
6940
6952
  name: "x-runtime-lib.settings",
@@ -6955,7 +6967,7 @@ const ao = {
6955
6967
  compCommon: [y, ao]
6956
6968
  }
6957
6969
  };
6958
- I(Gt);
6970
+ C(Gt);
6959
6971
  const Ht = {
6960
6972
  key: "common_stepper_window_v1",
6961
6973
  name: "x-runtime-lib.stepperWindow",
@@ -6965,7 +6977,7 @@ const Ht = {
6965
6977
  compCommon: [y]
6966
6978
  }
6967
6979
  };
6968
- I(Ht);
6980
+ C(Ht);
6969
6981
  const co = {
6970
6982
  key: "settings",
6971
6983
  name: "x-runtime-lib.settings",
@@ -6986,7 +6998,7 @@ const co = {
6986
6998
  compCommon: [y, co]
6987
6999
  }
6988
7000
  };
6989
- I(Ut);
7001
+ C(Ut);
6990
7002
  function Ia(t, n) {
6991
7003
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6992
7004
  if (!o) {
@@ -7149,7 +7161,7 @@ const uo = {
7149
7161
  },
7150
7162
  spawn: Ia
7151
7163
  };
7152
- I(Jt);
7164
+ C(Jt);
7153
7165
  const Va = {
7154
7166
  key: "common_switch_v1",
7155
7167
  name: "x-runtime-lib.switch",
@@ -7160,7 +7172,7 @@ const Va = {
7160
7172
  },
7161
7173
  leaf: !0
7162
7174
  };
7163
- I(Va);
7175
+ C(Va);
7164
7176
  const mo = {
7165
7177
  key: "settings",
7166
7178
  name: "x-runtime-lib.settings",
@@ -7188,7 +7200,7 @@ const mo = {
7188
7200
  },
7189
7201
  leaf: !0
7190
7202
  };
7191
- I(qt);
7203
+ C(qt);
7192
7204
  function Pa(t, n) {
7193
7205
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7194
7206
  if (!o) {
@@ -7232,13 +7244,13 @@ function Ct(t, n, e, o) {
7232
7244
  }
7233
7245
  };
7234
7246
  }
7235
- const bn = D(Z);
7247
+ const bn = D(Q);
7236
7248
  bn.key = "backgroundColor";
7237
7249
  bn.name = "x-runtime-lib.backgroundColor";
7238
- const gn = D(Z);
7250
+ const gn = D(Q);
7239
7251
  gn.key = "selectedColor";
7240
7252
  gn.name = "x-runtime-lib.selectedColor";
7241
- const hn = D(Z);
7253
+ const hn = D(Q);
7242
7254
  hn.key = "sliderColor";
7243
7255
  hn.name = "x-runtime-lib.sliderColor";
7244
7256
  const po = {
@@ -7330,7 +7342,7 @@ const po = {
7330
7342
  },
7331
7343
  spawn: Pa
7332
7344
  };
7333
- I(Xt);
7345
+ C(Xt);
7334
7346
  function La(t, n) {
7335
7347
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7336
7348
  if (!o) {
@@ -7447,7 +7459,7 @@ const fo = {
7447
7459
  leaf: !0,
7448
7460
  spawn: La
7449
7461
  };
7450
- I(Se);
7462
+ C(Se);
7451
7463
  function za(t, n) {
7452
7464
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7453
7465
  if (!o) {
@@ -7549,7 +7561,7 @@ const yo = {
7549
7561
  leaf: !0,
7550
7562
  spawn: za
7551
7563
  };
7552
- I(Yt);
7564
+ C(Yt);
7553
7565
  const Zt = {
7554
7566
  key: "common_timeline_item_v1",
7555
7567
  name: "x-runtime-lib.timelineItem",
@@ -7559,7 +7571,7 @@ const Zt = {
7559
7571
  compCommon: [y]
7560
7572
  }
7561
7573
  };
7562
- I(Zt);
7574
+ C(Zt);
7563
7575
  function Ta(t, n) {
7564
7576
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7565
7577
  if (!o) {
@@ -7625,7 +7637,7 @@ function Ea(t, n, e) {
7625
7637
  }
7626
7638
  };
7627
7639
  }
7628
- const Aa = D(Z), Ma = D(Z), bo = {
7640
+ const Aa = D(Q), Ma = D(Q), bo = {
7629
7641
  key: "settings",
7630
7642
  name: "x-runtime-lib.settings",
7631
7643
  children: [
@@ -7713,7 +7725,7 @@ const Aa = D(Z), Ma = D(Z), bo = {
7713
7725
  },
7714
7726
  spawn: Ta
7715
7727
  };
7716
- I(Qt);
7728
+ C(Qt);
7717
7729
  const en = {
7718
7730
  key: "common_window_item_v1",
7719
7731
  name: "x-runtime-lib.windowItem",
@@ -7723,7 +7735,7 @@ const en = {
7723
7735
  compCommon: [y]
7724
7736
  }
7725
7737
  };
7726
- I(en);
7738
+ C(en);
7727
7739
  function Wa(t, n) {
7728
7740
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7729
7741
  if (!o) {
@@ -7871,7 +7883,7 @@ const go = {
7871
7883
  },
7872
7884
  spawn: Wa
7873
7885
  };
7874
- I(tn);
7886
+ C(tn);
7875
7887
  const nt = {
7876
7888
  key: "settings",
7877
7889
  name: "x-runtime-lib.settings",
@@ -7897,12 +7909,12 @@ const nt = {
7897
7909
  properties: {
7898
7910
  pageCommon: [y, q, nt, ot],
7899
7911
  compCommon: [y, q, nt, ot],
7900
- pageScene: [y, nt, ot],
7901
- compScene: [y, nt, ot]
7912
+ pageScene: [y, X, nt, ot],
7913
+ compScene: [y, X, nt, ot]
7902
7914
  },
7903
7915
  leaf: !0
7904
7916
  };
7905
- I(Ka);
7917
+ C(Ka);
7906
7918
  const it = {
7907
7919
  key: "settings",
7908
7920
  name: "x-runtime-lib.settings",
@@ -7934,12 +7946,12 @@ const it = {
7934
7946
  properties: {
7935
7947
  pageCommon: [y, q, it, rt],
7936
7948
  compCommon: [y, q, it, rt],
7937
- pageScene: [y, it, rt],
7938
- compScene: [y, it, rt]
7949
+ pageScene: [y, X, it, rt],
7950
+ compScene: [y, X, it, rt]
7939
7951
  },
7940
7952
  leaf: !0
7941
7953
  };
7942
- I(Da);
7954
+ C(Da);
7943
7955
  const st = {
7944
7956
  key: "settings",
7945
7957
  name: "x-runtime-lib.settings",
@@ -7958,12 +7970,12 @@ const st = {
7958
7970
  properties: {
7959
7971
  pageCommon: [y, q, st],
7960
7972
  compCommon: [y, q, st],
7961
- pageScene: [y, st],
7962
- compScene: [y, st]
7973
+ pageScene: [y, X, st],
7974
+ compScene: [y, X, st]
7963
7975
  },
7964
7976
  leaf: !0
7965
7977
  };
7966
- I(Oa);
7978
+ C(Oa);
7967
7979
  const ho = {
7968
7980
  key: "settings",
7969
7981
  name: "x-runtime-lib.settings",
@@ -7984,7 +7996,7 @@ const ho = {
7984
7996
  compCommon: [y, ho]
7985
7997
  }
7986
7998
  };
7987
- I(Fa);
7999
+ C(Fa);
7988
8000
  const lt = {
7989
8001
  key: "settings",
7990
8002
  name: "x-runtime-lib.settings",
@@ -8009,13 +8021,13 @@ const lt = {
8009
8021
  properties: {
8010
8022
  pageCommon: [y, q, lt],
8011
8023
  compCommon: [y, q, lt],
8012
- pageScene: [y, lt],
8013
- compScene: [y, lt]
8024
+ pageScene: [y, X, lt],
8025
+ compScene: [y, X, lt]
8014
8026
  },
8015
8027
  leaf: !0
8016
8028
  };
8017
- I(Na);
8018
- const Be = D(Z);
8029
+ C(Na);
8030
+ const Be = D(Q);
8019
8031
  Be.key = "backgroundColor";
8020
8032
  Be.name = "x-runtime-lib.backgroundColor";
8021
8033
  const Do = {
@@ -8080,7 +8092,7 @@ const Do = {
8080
8092
  events: [Ja, qa, Xa],
8081
8093
  internal: !0
8082
8094
  };
8083
- I(Ya);
8095
+ C(Ya);
8084
8096
  const Za = [
8085
8097
  { title: "x-runtime-lib.title", value: "title" },
8086
8098
  { title: "x-runtime-lib.end", value: "end" },
@@ -8857,7 +8869,7 @@ function Su(t, n, e, o, s) {
8857
8869
  console.error(`spawnNode [ref] element not found in pkg, ${r}`);
8858
8870
  return;
8859
8871
  }
8860
- const d = _e[u];
8872
+ const d = ve[u];
8861
8873
  if (!d) {
8862
8874
  console.error(`spawnNode [ref] element not found in global, ${r}`);
8863
8875
  return;
@@ -8880,7 +8892,7 @@ function Su(t, n, e, o, s) {
8880
8892
  console.error(`spawnNode [key] element not found in pkg, ${r}`);
8881
8893
  return;
8882
8894
  }
8883
- const m = _e[u];
8895
+ const m = ve[u];
8884
8896
  if (!m) {
8885
8897
  console.error(`spawnNode [key] element not found in global, ${r}`);
8886
8898
  return;
@@ -8953,7 +8965,7 @@ function Dc() {
8953
8965
  function Lu(t) {
8954
8966
  pe(No, t);
8955
8967
  }
8956
- function X() {
8968
+ function Y() {
8957
8969
  return me(No);
8958
8970
  }
8959
8971
  function zu(t) {
@@ -8983,7 +8995,7 @@ function xe() {
8983
8995
  function $e(t) {
8984
8996
  pe(Jo, t);
8985
8997
  }
8986
- function be() {
8998
+ function fe() {
8987
8999
  return me(Jo);
8988
9000
  }
8989
9001
  function Mu(t) {
@@ -9001,7 +9013,7 @@ function Fc() {
9001
9013
  function Nc(t) {
9002
9014
  pe(Yo, t);
9003
9015
  }
9004
- function fe() {
9016
+ function ye() {
9005
9017
  return me(Yo, void 0);
9006
9018
  }
9007
9019
  function Oe(t) {
@@ -9060,15 +9072,15 @@ function at(t, n, e, o, s) {
9060
9072
  console.assert(!1);
9061
9073
  continue;
9062
9074
  }
9063
- const b = ke(f, p.subKeys);
9064
- if (se(d, b))
9075
+ const g = ke(f, p.subKeys);
9076
+ if (se(d, g))
9065
9077
  continue;
9066
- const g = D(f);
9067
- sn(g, p.subKeys, D(d)), p.type === "elementProperty" ? t.setElementProperty(
9078
+ const b = D(f);
9079
+ sn(b, p.subKeys, D(d)), p.type === "elementProperty" ? t.setElementProperty(
9068
9080
  p.nodeId,
9069
9081
  p.propertyKeys.split("."),
9070
- g
9071
- ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, g) : p.type === "state" ? t.setState(p.stateId, g) : p.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(p.propertyId, g) : console.assert(!1);
9082
+ b
9083
+ ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, b) : p.type === "state" ? t.setState(p.stateId, b) : p.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(p.propertyId, b) : console.assert(!1);
9072
9084
  } else {
9073
9085
  let f;
9074
9086
  if (p.type === "elementProperty")
@@ -9226,7 +9238,7 @@ function Yu(t) {
9226
9238
  }
9227
9239
  function et(t, n) {
9228
9240
  const e = Oc(), o = oe(-1);
9229
- he(() => {
9241
+ _e(() => {
9230
9242
  if (!t.value) {
9231
9243
  o.value = -1, n.value = void 0;
9232
9244
  return;
@@ -9360,20 +9372,20 @@ function Jc(t) {
9360
9372
  }
9361
9373
  const { vm: n } = t;
9362
9374
  n.newFunction("__callFuncV1__", (e, o, s, r, l) => {
9363
- const c = n.getString(e), u = n.getString(o), m = n.dump(s), d = n.getString(r), p = n.getString(l), { id: f, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(m);
9375
+ const c = n.getString(e), u = n.getString(o), m = n.dump(s), d = n.getString(r), p = n.getString(l), { id: f, promise: g } = t.promiseManager.acquire(), b = JSON.stringify(m);
9364
9376
  return Uc({
9365
9377
  spaceId: c,
9366
9378
  id: u,
9367
- strInputs: g,
9379
+ strInputs: b,
9368
9380
  env: d
9369
9381
  }).then(
9370
- ({ strOutputs: _ }) => {
9371
- Me(t) && (b.resolve(n.evalCode(`JSON.parse('${_}')`).unwrap()), t.promiseManager.release(f));
9382
+ ({ strOutputs: v }) => {
9383
+ Me(t) && (g.resolve(n.evalCode(`JSON.parse('${v}')`).unwrap()), t.promiseManager.release(f));
9372
9384
  },
9373
- (_) => {
9374
- Me(t) && (b.reject(n.newString(`call func <${p}> failed, ${_}`)), t.promiseManager.release(f));
9385
+ (v) => {
9386
+ Me(t) && (g.reject(n.newString(`call func <${p}> failed, ${v}`)), t.promiseManager.release(f));
9375
9387
  }
9376
- ), b.settled.then(n.runtime.executePendingJobs), b.handle;
9388
+ ), g.settled.then(n.runtime.executePendingJobs), g.handle;
9377
9389
  }).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
9378
9390
  }
9379
9391
  function qc(t) {
@@ -9404,37 +9416,37 @@ function Xc(t) {
9404
9416
  }
9405
9417
  const s = n.getString(e), { kind: r, eventKey: l } = Gc(s);
9406
9418
  if (r === "customEvent") {
9407
- var $ = [];
9419
+ var S = [];
9408
9420
  try {
9409
- const N = Pe($, n.getProp(n.global, "__triggerEventV1__"));
9421
+ const N = Pe(S, n.getProp(n.global, "__triggerEventV1__"));
9410
9422
  {
9411
9423
  var p = [];
9412
9424
  try {
9413
9425
  const F = Pe(p, n.newString(re("refEvent", t.id, l)));
9414
9426
  n.callFunction(N, n.global, F, ...o);
9415
9427
  } catch (f) {
9416
- var b = f, g = !0;
9428
+ var g = f, b = !0;
9417
9429
  } finally {
9418
- Le(p, b, g);
9430
+ Le(p, g, b);
9419
9431
  }
9420
9432
  }
9421
9433
  {
9422
- var _ = [];
9434
+ var v = [];
9423
9435
  try {
9424
- const F = Pe(_, n.newString(
9436
+ const F = Pe(v, n.newString(
9425
9437
  re("multipleRefEvent", t.id, l)
9426
9438
  ));
9427
9439
  n.callFunction(N, n.global, F, ...o);
9428
9440
  } catch (h) {
9429
- var v = h, S = !0;
9441
+ var _ = h, w = !0;
9430
9442
  } finally {
9431
- Le(_, v, S);
9443
+ Le(v, _, w);
9432
9444
  }
9433
9445
  }
9434
9446
  } catch (L) {
9435
9447
  var R = L, O = !0;
9436
9448
  } finally {
9437
- Le($, R, O);
9449
+ Le(S, R, O);
9438
9450
  }
9439
9451
  }
9440
9452
  }).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
@@ -9725,7 +9737,7 @@ class eu {
9725
9737
  // 元素方法
9726
9738
  //--------------------------
9727
9739
  callElementMethod(n, e) {
9728
- if (!ee(this.mode))
9740
+ if (!te(this.mode))
9729
9741
  return;
9730
9742
  const { methodKey: o } = Zo(n), s = {};
9731
9743
  return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
@@ -9734,7 +9746,7 @@ class eu {
9734
9746
  // 自定义方法
9735
9747
  //--------------------------
9736
9748
  callCustomMethod(n, e) {
9737
- if (ee(this.mode))
9749
+ if (te(this.mode))
9738
9750
  return this.callFunction(`__implementMethod$${n}__`, e);
9739
9751
  }
9740
9752
  //--------------------------
@@ -9781,33 +9793,33 @@ class eu {
9781
9793
  }
9782
9794
  }
9783
9795
  function Ke(t, n, e, o, s) {
9784
- const r = Kc(), l = Dc(), c = X(), u = xe(), m = Re(), d = Ze(), p = Fc(), f = (S, $, L, R) => {
9785
- if (ee(c)) {
9786
- if (se($, ["settings", "slot"])) {
9796
+ const r = Kc(), l = Dc(), c = Y(), u = xe(), m = Re(), d = Ze(), p = Fc(), f = (w, S, L, R) => {
9797
+ if (te(c)) {
9798
+ if (se(S, ["settings", "slot"])) {
9787
9799
  const O = t.value?.view.nodeLites.find(
9788
- (N) => N.id === S
9800
+ (N) => N.id === w
9789
9801
  );
9790
9802
  O ? O.slotId = L : console.assert(!1);
9791
9803
  }
9792
- if (se($, ["settings", "comp"])) {
9804
+ if (se(S, ["settings", "comp"])) {
9793
9805
  const O = t.value?.view.nodeLites.find(
9794
- (N) => N.id === S
9806
+ (N) => N.id === w
9795
9807
  );
9796
9808
  O ? O.compId = L : console.assert(!1);
9797
9809
  }
9798
- if (v.callFunction(
9810
+ if (_.callFunction(
9799
9811
  "__triggerEventV1__",
9800
- re("elementPropertyChangeEvent", S, $.join(".")),
9812
+ re("elementPropertyChangeEvent", w, S.join(".")),
9801
9813
  L,
9802
9814
  R ?? L
9803
9815
  ), t.value?.code.reactivity) {
9804
9816
  let O = "";
9805
- $ instanceof Array ? O = $.join(".") : O = $, at(
9806
- v,
9817
+ S instanceof Array ? O = S.join(".") : O = S, at(
9818
+ _,
9807
9819
  t.value.code.reactivity,
9808
9820
  Oe({
9809
9821
  type: "elementProperty",
9810
- nodeId: S,
9822
+ nodeId: w,
9811
9823
  propertyKeys: O
9812
9824
  }),
9813
9825
  L,
@@ -9815,74 +9827,74 @@ function Ke(t, n, e, o, s) {
9815
9827
  );
9816
9828
  }
9817
9829
  }
9818
- }, b = (S, $, L) => {
9819
- ee(c) && (v.callFunction(
9830
+ }, g = (w, S, L) => {
9831
+ te(c) && (_.callFunction(
9820
9832
  "__triggerEventV1__",
9821
- re("customPropertyChangeEvent", "globality", S),
9822
- $,
9823
- L ?? $
9824
- ), v.parent?.callFunction(
9833
+ re("customPropertyChangeEvent", "globality", w),
9834
+ S,
9835
+ L ?? S
9836
+ ), _.parent?.callFunction(
9825
9837
  "__triggerEventV1__",
9826
- re("refPropertyChangeEvent", v.id, S),
9827
- $,
9828
- L ?? $
9829
- ), v.parent?.callFunction(
9838
+ re("refPropertyChangeEvent", _.id, w),
9839
+ S,
9840
+ L ?? S
9841
+ ), _.parent?.callFunction(
9830
9842
  "__triggerEventV1__",
9831
- re("multipleRefPropertyChangeEvent", v.id, S),
9832
- $,
9833
- L ?? $
9843
+ re("multipleRefPropertyChangeEvent", _.id, w),
9844
+ S,
9845
+ L ?? S
9834
9846
  ), t.value?.code.reactivity && at(
9835
- v,
9847
+ _,
9836
9848
  t.value.code.reactivity,
9837
- Oe({ type: "customProperty", propertyId: S }),
9838
- $,
9849
+ Oe({ type: "customProperty", propertyId: w }),
9850
+ S,
9839
9851
  L
9840
9852
  ));
9841
- }, g = (S, $, L) => {
9842
- ee(c) && console.log("onSlotPropetyChange", S, $, L);
9843
- }, _ = (S, $, L) => {
9844
- ee(c) && t.value?.code.reactivity && at(
9845
- v,
9853
+ }, b = (w, S, L) => {
9854
+ te(c) && console.log("onSlotPropetyChange", w, S, L);
9855
+ }, v = (w, S, L) => {
9856
+ te(c) && t.value?.code.reactivity && at(
9857
+ _,
9846
9858
  t.value.code.reactivity,
9847
- Oe({ type: "adaptSlotProperty", propertyId: S }),
9848
- $,
9859
+ Oe({ type: "adaptSlotProperty", propertyId: w }),
9860
+ S,
9849
9861
  L
9850
9862
  );
9851
- }, h = (S, $, L) => {
9852
- ee(c) && (v.callFunction(
9863
+ }, h = (w, S, L) => {
9864
+ te(c) && (_.callFunction(
9853
9865
  "__triggerEventV1__",
9854
- re("stateChangeEvent", "globality", S),
9855
- $,
9856
- L ?? $
9866
+ re("stateChangeEvent", "globality", w),
9867
+ S,
9868
+ L ?? S
9857
9869
  ), t.value?.code.reactivity && at(
9858
- v,
9870
+ _,
9859
9871
  t.value.code.reactivity,
9860
- Oe({ type: "state", stateId: S }),
9861
- $,
9872
+ Oe({ type: "state", stateId: w }),
9873
+ S,
9862
9874
  L
9863
9875
  ));
9864
- }, v = new eu(n, e, o, s, r, l, c, u, {
9876
+ }, _ = new eu(n, e, o, s, r, l, c, u, {
9865
9877
  onElementPropertyChange: f,
9866
- onCustomPropertyChange: b,
9867
- onSlotPropetyChange: g,
9868
- onAdaptSlotPropertyChange: _,
9878
+ onCustomPropertyChange: g,
9879
+ onSlotPropetyChange: b,
9880
+ onAdaptSlotPropertyChange: v,
9869
9881
  onStateChange: h
9870
9882
  });
9871
- if (Nc(v), Ue(() => {
9872
- v.dispose();
9873
- }), ee(c)) {
9874
- const S = async () => {
9875
- v.destroyVm(), v.associateData(t), v.resetCustomProperties(), v.resetAdaptSlotProperties(), v.resetStates(), !(!t.value || !t.value.code.script) && v.createVm(p, t.value.code.script);
9883
+ if (Nc(_), Ue(() => {
9884
+ _.dispose();
9885
+ }), te(c)) {
9886
+ const w = async () => {
9887
+ _.destroyVm(), _.associateData(t), _.resetCustomProperties(), _.resetAdaptSlotProperties(), _.resetStates(), !(!t.value || !t.value.code.script) && _.createVm(p, t.value.code.script);
9876
9888
  };
9877
- S(), ae(t, () => {
9878
- S();
9889
+ w(), ae(t, () => {
9890
+ w();
9879
9891
  });
9880
9892
  }
9881
- ee(c) && ae(
9893
+ te(c) && ae(
9882
9894
  m,
9883
- (S, $) => {
9884
- const L = ct(S.width), R = ct($?.width ?? S.width);
9885
- v.callFunction(
9895
+ (w, S) => {
9896
+ const L = ct(w.width), R = ct(S?.width ?? w.width);
9897
+ _.callFunction(
9886
9898
  "__triggerEventV1__",
9887
9899
  re("elementEvent", "globality", "screenSizeChange"),
9888
9900
  L,
@@ -9890,13 +9902,13 @@ function Ke(t, n, e, o, s) {
9890
9902
  );
9891
9903
  },
9892
9904
  { immediate: !0 }
9893
- ), ee(c) && ae(
9905
+ ), te(c) && ae(
9894
9906
  d,
9895
- (S) => {
9896
- v.callFunction(
9907
+ (w) => {
9908
+ _.callFunction(
9897
9909
  "__triggerEventV1__",
9898
9910
  re("elementEvent", "globality", "darkModeChange"),
9899
- S
9911
+ w
9900
9912
  );
9901
9913
  },
9902
9914
  { immediate: !0 }
@@ -9943,7 +9955,7 @@ export {
9943
9955
  Rc as duplicateNodePair,
9944
9956
  $u as duplicateNodePairs,
9945
9957
  vu as elementKeys,
9946
- _e as elements,
9958
+ ve as elements,
9947
9959
  Iu as fileInputV1,
9948
9960
  Bt as flexLayoutEntryV1,
9949
9961
  Ge as flexLayoutV1,
@@ -9963,18 +9975,18 @@ export {
9963
9975
  E as initNode,
9964
9976
  M as initProperties,
9965
9977
  Ze as injectDark,
9966
- be as injectData,
9978
+ fe as injectData,
9967
9979
  Oc as injectDepends,
9968
9980
  Re as injectDevice,
9969
9981
  Dc as injectEnv,
9970
9982
  Qe as injectId,
9971
- X as injectMode,
9983
+ Y as injectMode,
9972
9984
  Kc as injectOrg,
9973
9985
  Fc as injectRuntime,
9974
- fe as injectSandbox,
9986
+ ye as injectSandbox,
9975
9987
  xe as injectType,
9976
9988
  Ye as isCircularReference,
9977
- ee as isExecutableMode,
9989
+ te as isExecutableMode,
9978
9990
  Bi as isLocaleOfEventKind,
9979
9991
  Wi as isLocaleOfMethodKind,
9980
9992
  Mi as isLocaleOfPropertyKind,
@@ -10031,7 +10043,7 @@ export {
10031
10043
  va as rangeSliderV1,
10032
10044
  xa as ratingV1,
10033
10045
  Oa as referenceV1,
10034
- I as regElement,
10046
+ C as regElement,
10035
10047
  Fa as renderSwitchV1,
10036
10048
  Ti as reverseBreakpoints,
10037
10049
  ka as selectV1,