x-runtime-lib 0.8.140 → 0.8.141

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 +286 -270
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29,10 +29,10 @@ var Pe = (t, n, e) => {
29
29
  };
30
30
  return i();
31
31
  };
32
- import { defineComponent as S, createElementBlock as te, createCommentVNode as se, unref as s, openBlock as k, createElementVNode as We, computed as w, renderSlot as F, normalizeStyle as de, ref as re, watch as pe, onBeforeMount as oi, onUnmounted as Je, watchEffect as xe, createVNode as D, createBlock as $, useTemplateRef as ko, onMounted as wo, nextTick as Io, withCtx as P, resolveComponent as W, isRef as ne, h as K, createSlots as on, renderList as ii, useId as So, withModifiers as ri, normalizeClass as si, toDisplayString as Co, useAttrs as bt, inject as fe, provide as ye, readonly as rn } from "vue";
33
- import { globalObjects as he, waitUtil as $o, useViewStack as Vo, eventBus as Po, messageInfo as li, messageSuccess as ai, messageWarning as Lo, messageError as zo, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
32
+ import { defineComponent as S, createElementBlock as te, createCommentVNode as se, unref as s, openBlock as k, createElementVNode as We, computed as w, renderSlot as F, normalizeStyle as de, ref as re, watch as pe, onUnmounted as Be, onBeforeMount as oi, watchEffect as xe, createVNode as D, createBlock as C, useTemplateRef as ko, onMounted as wo, nextTick as Io, withCtx as P, resolveComponent as W, isRef as ne, h as K, createSlots as on, renderList as ii, useId as So, withModifiers as ri, normalizeClass as si, toDisplayString as $o, useAttrs as bt, inject as fe, provide as ye, readonly as rn } from "vue";
33
+ import { globalObjects as he, waitUtil as Co, useViewStack as Vo, eventBus as Po, messageInfo as li, messageSuccess as ai, messageWarning as Lo, messageError as zo, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
34
34
  import { CameraHelper as To, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
35
- import { i as ce, c as qe, K as yi, M as bi, O as gi, u as hi, r as Eo, e as Ao, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as Ci, l as Mo, m as O, H as $i, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
35
+ import { i as ce, c as qe, K as yi, M as bi, O as gi, u as hi, r as Eo, e as Ao, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as $i, l as Mo, m as O, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
36
36
  import { useTheme as Ti } from "vuetify";
37
37
  import { getErrorMessage as Ei } from "x-error-lib";
38
38
  const kn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
@@ -77,7 +77,7 @@ function ut(t) {
77
77
  function wn(t) {
78
78
  return Wo.findIndex((n) => n === t);
79
79
  }
80
- function Oe(t, n) {
80
+ function Fe(t, n) {
81
81
  let e;
82
82
  for (const o of Ai) {
83
83
  if (wn(o) < wn(t))
@@ -336,11 +336,11 @@ function Su(t, n) {
336
336
  let e = "";
337
337
  return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" ? e = H("reference") : t === "slotMethod" || t === "multipleSlotMethod" ? e = H("slot") : t === "customMethod" ? e = H("custom") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? e = H("adaptSlot") : console.assert(!1)), an(e, n, Ri(t));
338
338
  }
339
- function Cu(t, n) {
339
+ function $u(t, n) {
340
340
  let e = "";
341
341
  return t === "elementEvent" || (t === "elementPropertyChangeEvent" ? e = H("propertyChange") : t === "refEvent" ? e = H("reference") : t === "refPropertyChangeEvent" ? e = H("reference", "propertyChange") : t === "multipleRefEvent" ? e = H("reference") : t === "multipleRefPropertyChangeEvent" ? e = H("reference", "propertyChange") : t === "slotEvent" ? e = H("slot") : t === "slotPropertyChangeEvent" ? e = H("slot", "propertyChange") : t === "multipleSlotEvent" ? e = H("slot") : t === "multipleSlotPropertyChangeEvent" ? e = H("slot", "propertyChange") : t === "customEvent" ? e = H("custom") : t === "customPropertyChangeEvent" ? e = H("custom", "propertyChange") : t === "adaptSlotElementEvent" ? e = H("adaptSlot") : t === "adaptSlotElementPropertyChangeEvent" ? e = H("adaptSlot", "propertyChange") : t === "adaptSlotCustomEvent" ? e = H("adaptSlot") : t === "adaptSlotCustomPropertyChangeEvent" ? e = H("adaptSlot", "propertyChange") : t === "stateChangeEvent" ? e = H("state") : console.assert(!1)), an(e, n, Ki(t));
342
342
  }
343
- const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ S({
343
+ const Di = ["position", "ratation", "scale"], Re = /* @__PURE__ */ S({
344
344
  __name: "index",
345
345
  props: {
346
346
  position: { default: () => {
@@ -407,7 +407,9 @@ function L(t) {
407
407
  e.value = n.value.view.nodes[t.nodeId];
408
408
  });
409
409
  const { debugTrace: o } = Oi(e);
410
- return o("created"), { node: e };
410
+ return o("created"), Be(() => {
411
+ o("destroyed");
412
+ }), { node: e };
411
413
  }
412
414
  function mt(t, n, e) {
413
415
  const o = _e();
@@ -415,7 +417,7 @@ function mt(t, n, e) {
415
417
  const r = w(() => Jc("elementMethod", t, n));
416
418
  oi(() => {
417
419
  o.eventBus?.on(r.value, e);
418
- }), Je(() => {
420
+ }), Be(() => {
419
421
  o.eventBus?.off(r.value, e);
420
422
  });
421
423
  }
@@ -568,7 +570,7 @@ function mn(t) {
568
570
  return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: r, applyPadding: i };
569
571
  }
570
572
  function be(t, n) {
571
- const e = Z(), o = De(), r = w(() => n.value.size?.width), i = w(() => n.value.size?.minWidth), l = w(() => n.value.size?.maxWidth), c = w(() => {
573
+ const e = Z(), o = Oe(), r = w(() => n.value.size?.width), i = w(() => n.value.size?.minWidth), l = w(() => n.value.size?.maxWidth), c = w(() => {
572
574
  if (t.outer && e === "editor") {
573
575
  const p = wt(n.value.size?.height);
574
576
  if (p)
@@ -615,8 +617,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
615
617
  scale: s(l),
616
618
  top: s(f)
617
619
  }, [
618
- D(s(Be)),
619
- s(o) === "editor" ? (k(), $(s(qe), {
620
+ D(s(Re)),
621
+ s(o) === "editor" ? (k(), C(s(qe), {
620
622
  key: 0,
621
623
  type: s(To)
622
624
  }, null, 8, ["type"])) : se("", !0),
@@ -641,8 +643,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
641
643
  rotation: s(i),
642
644
  scale: s(l)
643
645
  }, [
644
- D(s(Be)),
645
- s(o) === "editor" ? (k(), $(s(qe), {
646
+ D(s(Re)),
647
+ s(o) === "editor" ? (k(), C(s(qe), {
646
648
  key: 0,
647
649
  type: s(To)
648
650
  }, null, 8, ["type"])) : se("", !0),
@@ -653,19 +655,19 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
653
655
  __name: "index",
654
656
  setup(t) {
655
657
  const n = Z();
656
- return (e, o) => s(n) !== "editor" ? (k(), $(s(yi), { key: 0 })) : se("", !0);
658
+ return (e, o) => s(n) !== "editor" ? (k(), C(s(yi), { key: 0 })) : se("", !0);
657
659
  }
658
660
  }), qi = /* @__PURE__ */ S({
659
661
  __name: "index",
660
662
  setup(t) {
661
663
  const n = Z();
662
- return (e, o) => s(n) !== "editor" ? (k(), $(s(bi), { key: 0 })) : se("", !0);
664
+ return (e, o) => s(n) !== "editor" ? (k(), C(s(bi), { key: 0 })) : se("", !0);
663
665
  }
664
666
  }), Xi = /* @__PURE__ */ S({
665
667
  __name: "index",
666
668
  setup(t) {
667
669
  const n = Z();
668
- return (e, o) => s(n) !== "editor" ? (k(), $(s(gi), { key: 0 })) : se("", !0);
670
+ return (e, o) => s(n) !== "editor" ? (k(), C(s(gi), { key: 0 })) : se("", !0);
669
671
  }
670
672
  }), Yi = ["args"], Zi = /* @__PURE__ */ S({
671
673
  __name: "index",
@@ -696,7 +698,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
696
698
  ]
697
699
  }, null, 8, Yi));
698
700
  }
699
- }), Re = (t, n) => {
701
+ }), Ke = (t, n) => {
700
702
  const e = t.__vccOpts || t;
701
703
  for (const [o, r] of n)
702
704
  e[o] = r;
@@ -759,7 +761,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
759
761
  rotation: s(r),
760
762
  scale: s(i)
761
763
  }, [
762
- D(s(Be)),
764
+ D(s(Re)),
763
765
  F(m.$slots, "default")
764
766
  ], 8, tr));
765
767
  }
@@ -782,8 +784,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
782
784
  rotation: s(i),
783
785
  scale: s(l)
784
786
  }, [
785
- D(s(Be)),
786
- s(o) === "editor" ? (k(), $(s(qe), {
787
+ D(s(Re)),
788
+ s(o) === "editor" ? (k(), C(s(qe), {
787
789
  key: 0,
788
790
  type: s(pi)
789
791
  }, null, 8, ["type"])) : se("", !0),
@@ -814,8 +816,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
814
816
  rotation: s(i),
815
817
  scale: s(l)
816
818
  }, [
817
- D(s(Be)),
818
- s(o) === "editor" ? (k(), $(s(qe), {
819
+ D(s(Re)),
820
+ s(o) === "editor" ? (k(), C(s(qe), {
819
821
  key: 0,
820
822
  type: s(di)
821
823
  }, null, 8, ["type"])) : se("", !0),
@@ -851,8 +853,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
851
853
  rotation: s(o) !== "editor" ? s(i) : [0, 0, 0],
852
854
  scale: s(o) !== "editor" ? s(l) : [1, 1, 1]
853
855
  }, [
854
- D(s(Be)),
855
- s(o) === "editor" ? (k(), $(s(qe), {
856
+ D(s(Re)),
857
+ s(o) === "editor" ? (k(), C(s(qe), {
856
858
  key: 0,
857
859
  type: s(fi)
858
860
  }, null, 8, ["type"])) : se("", !0),
@@ -863,7 +865,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
863
865
  function ur(t, n) {
864
866
  return k(), te("TresMeshBasicMaterial");
865
867
  }
866
- const mr = /* @__PURE__ */ Re(cr, [["render", ur]]), pr = ["position", "rotation", "scale"], dr = /* @__PURE__ */ S({
868
+ const mr = /* @__PURE__ */ Ke(cr, [["render", ur]]), pr = ["position", "rotation", "scale"], dr = /* @__PURE__ */ S({
867
869
  __name: "index",
868
870
  props: {
869
871
  nodeId: {},
@@ -897,7 +899,7 @@ const mr = /* @__PURE__ */ Re(cr, [["render", ur]]), pr = ["position", "rotation
897
899
  F(l.$slots, "default")
898
900
  ], 8, fr));
899
901
  }
900
- }), br = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gr = "#242424", hr = {}, _r = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Tr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Er = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Ar = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Wr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Br = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Kr = { textStyle: { color: "#eeeeee" } }, Dr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Or = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Fr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Nr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, jr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gr = {
902
+ }), br = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gr = "#242424", hr = {}, _r = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, kr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Tr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Er = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Ar = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Wr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Br = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Kr = { textStyle: { color: "#eeeeee" } }, Dr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Or = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Fr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Nr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, jr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gr = {
901
903
  color: br,
902
904
  backgroundColor: gr,
903
905
  textStyle: hr,
@@ -908,8 +910,8 @@ const mr = /* @__PURE__ */ Re(cr, [["render", ur]]), pr = ["position", "rotation
908
910
  pie: wr,
909
911
  scatter: Ir,
910
912
  boxplot: Sr,
911
- parallel: Cr,
912
- sankey: $r,
913
+ parallel: $r,
914
+ sankey: Cr,
913
915
  funnel: Vr,
914
916
  gauge: Pr,
915
917
  candlestick: Lr,
@@ -966,7 +968,7 @@ hi([
966
968
  wi,
967
969
  Ii,
968
970
  Si,
969
- Ci
971
+ $i
970
972
  ]);
971
973
  Eo("dark", Gr);
972
974
  Eo("light", xs);
@@ -978,7 +980,7 @@ const ks = /* @__PURE__ */ S({
978
980
  refContext: {}
979
981
  },
980
982
  setup(t) {
981
- const n = t, { node: e } = L(n), o = De(), r = Ze(), i = we(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: _ } = be(n, e), { applyTitle: g } = Ko(e), { applyXAxis: I } = Do(e), { applyYAxis: v } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: b } = Ro(e), h = w(() => {
983
+ const n = t, { node: e } = L(n), o = Oe(), r = Ze(), i = we(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: _ } = be(n, e), { applyTitle: g } = Ko(e), { applyXAxis: I } = Do(e), { applyYAxis: v } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: b } = Ro(e), h = w(() => {
982
984
  const z = {}, q = l.value?.type;
983
985
  return i === "page" ? q === "common" ? _(z) : console.assert(!1) : i === "comp" && q === "common" ? _(z) : console.assert(!1), z;
984
986
  }), V = ko("chart");
@@ -994,8 +996,8 @@ const ks = /* @__PURE__ */ S({
994
996
  g(z), I(z), v(z), x(z), b(z), R?.setOption(z, !0);
995
997
  };
996
998
  return wo(async () => {
997
- window.addEventListener("resize", G, !1), await $o(() => !!V.value), N(), j();
998
- }), Je(() => {
999
+ window.addEventListener("resize", G, !1), await Co(() => !!V.value), N(), j();
1000
+ }), Be(() => {
999
1001
  window.removeEventListener("resize", G, !1), R?.dispose();
1000
1002
  }), pe(
1001
1003
  [
@@ -1019,7 +1021,7 @@ const ks = /* @__PURE__ */ S({
1019
1021
  j();
1020
1022
  },
1021
1023
  { deep: !0 }
1022
- ), (z, q) => (k(), $(s(U), {
1024
+ ), (z, q) => (k(), C(s(U), {
1023
1025
  block: "",
1024
1026
  mask: ""
1025
1027
  }, {
@@ -1040,7 +1042,7 @@ const ks = /* @__PURE__ */ S({
1040
1042
  refContext: {}
1041
1043
  },
1042
1044
  setup(t) {
1043
- const n = t, { node: e } = L(n), o = De(), r = Ze(), i = we(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: _ } = be(n, e), { applyTitle: g } = Ko(e), { applyXAxis: I } = Do(e), { applyYAxis: v } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: b } = Ro(e), h = w(() => {
1045
+ const n = t, { node: e } = L(n), o = Oe(), r = Ze(), i = we(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: _ } = be(n, e), { applyTitle: g } = Ko(e), { applyXAxis: I } = Do(e), { applyYAxis: v } = Oo(e), { applyLegend: x } = Bo(e), { applySeries: b } = Ro(e), h = w(() => {
1044
1046
  const z = {}, q = l.value?.type;
1045
1047
  return i === "page" ? q === "common" ? _(z) : console.assert(!1) : i === "comp" && q === "common" ? _(z) : console.assert(!1), z;
1046
1048
  }), V = ko("chart");
@@ -1056,8 +1058,8 @@ const ks = /* @__PURE__ */ S({
1056
1058
  g(z), I(z), v(z), x(z), b(z), R?.setOption(z, !0);
1057
1059
  };
1058
1060
  return wo(async () => {
1059
- window.addEventListener("resize", G, !1), await $o(() => !!V.value), N(), j();
1060
- }), Je(() => {
1061
+ window.addEventListener("resize", G, !1), await Co(() => !!V.value), N(), j();
1062
+ }), Be(() => {
1061
1063
  window.removeEventListener("resize", G, !1), R?.dispose();
1062
1064
  }), pe(
1063
1065
  [
@@ -1081,7 +1083,7 @@ const ks = /* @__PURE__ */ S({
1081
1083
  j();
1082
1084
  },
1083
1085
  { deep: !0 }
1084
- ), (z, q) => (k(), $(s(U), {
1086
+ ), (z, q) => (k(), C(s(U), {
1085
1087
  block: "",
1086
1088
  mask: ""
1087
1089
  }, {
@@ -1113,7 +1115,7 @@ const ks = /* @__PURE__ */ S({
1113
1115
  ]);
1114
1116
  return (u, m) => {
1115
1117
  const d = W("v-badge");
1116
- return k(), $(s(U), null, {
1118
+ return k(), C(s(U), null, {
1117
1119
  default: P(() => [
1118
1120
  D(d, {
1119
1121
  content: s(o),
@@ -1165,7 +1167,7 @@ const ks = /* @__PURE__ */ S({
1165
1167
  };
1166
1168
  return (q, oe) => {
1167
1169
  const ge = W("v-btn");
1168
- return k(), $(s(U), {
1170
+ return k(), C(s(U), {
1169
1171
  block: s(i),
1170
1172
  mask: ""
1171
1173
  }, {
@@ -1198,17 +1200,17 @@ const ks = /* @__PURE__ */ S({
1198
1200
  }, 8, ["block"]);
1199
1201
  };
1200
1202
  }
1201
- }), Cs = {};
1202
- function $s(t, n) {
1203
+ }), $s = {};
1204
+ function Cs(t, n) {
1203
1205
  const e = W("v-btn-group");
1204
- return k(), $(e, null, {
1206
+ return k(), C(e, null, {
1205
1207
  default: P(() => [
1206
1208
  F(t.$slots, "default")
1207
1209
  ]),
1208
1210
  _: 3
1209
1211
  });
1210
1212
  }
1211
- const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1213
+ const Vs = /* @__PURE__ */ Ke($s, [["render", Cs]]), Ps = /* @__PURE__ */ S({
1212
1214
  __name: "index",
1213
1215
  props: {
1214
1216
  nodeId: {},
@@ -1231,7 +1233,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1231
1233
  ]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = J(), { property: f } = a(e, ["settings", "tile"]), { property: _ } = a(e, ["settings", "variant"]);
1232
1234
  return (g, I) => {
1233
1235
  const v = W("v-btn-toggle");
1234
- return k(), $(v, {
1236
+ return k(), C(v, {
1235
1237
  block: s(o),
1236
1238
  disabled: s(r),
1237
1239
  divided: s(i),
@@ -1268,7 +1270,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1268
1270
  ]), { property: _ } = a(e, ["settings", "text"]), { theme: g } = J(), { property: I } = a(e, ["settings", "title"]), { property: v } = a(e, ["settings", "variant"]), { property: x } = a(e, ["size", "width"]);
1269
1271
  return (b, h) => {
1270
1272
  const V = W("v-card");
1271
- return k(), $(s(U), { block: "" }, {
1273
+ return k(), C(s(U), { block: "" }, {
1272
1274
  default: P(() => [
1273
1275
  D(V, {
1274
1276
  density: s(o),
@@ -1314,7 +1316,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1314
1316
  ]);
1315
1317
  return (i, l) => {
1316
1318
  const c = W("v-checkbox");
1317
- return k(), $(s(U), { mask: "" }, {
1319
+ return k(), C(s(U), { mask: "" }, {
1318
1320
  default: P(() => [
1319
1321
  D(c, {
1320
1322
  disabled: s(o),
@@ -1345,7 +1347,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1345
1347
  ]), { 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: _ } = J(), { property: g } = a(e, ["settings", "tile"]), { property: I } = a(e, ["settings", "value"]), { property: v } = a(e, ["settings", "variant"]);
1346
1348
  return (x, b) => {
1347
1349
  const h = W("v-chip");
1348
- return k(), $(s(U), { mask: "" }, {
1350
+ return k(), C(s(U), { mask: "" }, {
1349
1351
  default: P(() => [
1350
1352
  D(h, {
1351
1353
  closable: s(o),
@@ -1393,7 +1395,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1393
1395
  ]), { theme: d } = J(), { property: p } = a(e, ["settings", "value"]);
1394
1396
  return (f, _) => {
1395
1397
  const g = W("v-chip-group");
1396
- return k(), $(g, {
1398
+ return k(), C(g, {
1397
1399
  modelValue: s(p),
1398
1400
  "onUpdate:modelValue": _[0] || (_[0] = (I) => ne(p) ? p.value = I : null),
1399
1401
  column: s(o),
@@ -1447,7 +1449,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1447
1449
  ]), { theme: g } = J();
1448
1450
  return (I, v) => {
1449
1451
  const x = W("v-color-picker");
1450
- return k(), $(s(U), { mask: "" }, {
1452
+ return k(), C(s(U), { mask: "" }, {
1451
1453
  default: P(() => [
1452
1454
  D(x, {
1453
1455
  disabled: s(c),
@@ -1488,7 +1490,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1488
1490
  ]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
1489
1491
  return (d, p) => {
1490
1492
  const f = W("v-combobox");
1491
- return k(), $(s(U), { mask: "" }, {
1493
+ return k(), C(s(U), { mask: "" }, {
1492
1494
  default: P(() => [
1493
1495
  D(f, {
1494
1496
  modelValue: s(m),
@@ -1520,7 +1522,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1520
1522
  const f = {}, _ = r.value?.type;
1521
1523
  return o === "page" ? _ === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && _ === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
1522
1524
  });
1523
- return (f, _) => (k(), $(s(U), { block: "" }, {
1525
+ return (f, _) => (k(), C(s(U), { block: "" }, {
1524
1526
  default: P(() => [
1525
1527
  We("div", {
1526
1528
  style: de(p.value)
@@ -1540,7 +1542,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1540
1542
  },
1541
1543
  setup(t) {
1542
1544
  const n = t, e = Z(), o = Qe(), r = re();
1543
- $e(r);
1545
+ Ce(r);
1544
1546
  const i = w(() => n.refContext.compId);
1545
1547
  et(i, r), ie(e) && tt(r, "slot", "", "", _e());
1546
1548
  function l(u) {
@@ -1582,7 +1584,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1582
1584
  { default: () => r.value.view.nodeLites.map((d) => l(d)) }
1583
1585
  );
1584
1586
  };
1585
- return (u, m) => (k(), $(c));
1587
+ return (u, m) => (k(), C(c));
1586
1588
  }
1587
1589
  }), Rs = /* @__PURE__ */ S({
1588
1590
  __name: "index",
@@ -1604,7 +1606,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1604
1606
  ]), { theme: f } = J(), { property: _ } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
1605
1607
  return (I, v) => {
1606
1608
  const x = W("v-data-table");
1607
- return k(), $(s(U), {
1609
+ return k(), C(s(U), {
1608
1610
  block: "",
1609
1611
  mask: ""
1610
1612
  }, {
@@ -1646,7 +1648,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1646
1648
  setup(t) {
1647
1649
  return (n, e) => {
1648
1650
  const o = W("v-date-picker");
1649
- return k(), $(s(U), { mask: "" }, {
1651
+ return k(), C(s(U), { mask: "" }, {
1650
1652
  default: P(() => [
1651
1653
  D(o)
1652
1654
  ]),
@@ -1669,7 +1671,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1669
1671
  o.value = !1;
1670
1672
  }), (r, i) => {
1671
1673
  const l = W("v-dialog");
1672
- return k(), $(l, {
1674
+ return k(), C(l, {
1673
1675
  modelValue: s(o),
1674
1676
  "onUpdate:modelValue": i[0] || (i[0] = (c) => ne(o) ? o.value = c : null),
1675
1677
  attach: "#dialogContainer"
@@ -1713,7 +1715,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1713
1715
  ]);
1714
1716
  return (_, g) => {
1715
1717
  const I = W("v-file-input");
1716
- return k(), $(s(U), {
1718
+ return k(), C(s(U), {
1717
1719
  block: "",
1718
1720
  mask: ""
1719
1721
  }, {
@@ -1743,18 +1745,18 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1743
1745
  refContext: {}
1744
1746
  },
1745
1747
  setup(t) {
1746
- const n = t, { node: e } = L(n), o = De(), r = we(), i = le(), { applySize: l } = be(n, e), { applyMargin: c } = un(e), { applyPadding: u } = mn(e), { applyBorder: m } = cn(e), { property: d } = a(e, [
1748
+ const n = t, { node: e } = L(n), o = Oe(), r = we(), i = le(), { applySize: l } = be(n, e), { applyMargin: c } = un(e), { applyPadding: u } = mn(e), { applyBorder: m } = cn(e), { property: d } = a(e, [
1747
1749
  "settings",
1748
1750
  "backgroundColor"
1749
1751
  ]), { color: p } = Q(d), f = (g) => {
1750
1752
  p.value && (g.backgroundColor = p.value), g.display = "flex";
1751
- const I = ut(o.value.width), v = Oe(I, e.value.settings?.direction);
1753
+ const I = ut(o.value.width), v = Fe(I, e.value.settings?.direction);
1752
1754
  v === "row" ? g.flexDirection = "row" : v === "rowReverse" ? g.flexDirection = "row-reverse" : v === "column" ? g.flexDirection = "column" : v === "columnReverse" && (g.flexDirection = "column-reverse");
1753
- const x = Oe(I, e.value.settings?.wrap);
1755
+ const x = Fe(I, e.value.settings?.wrap);
1754
1756
  x === "no" ? g.flexWrap = "nowrap" : x === "yes" ? g.flexWrap = "wrap" : x === "reverse" && (g.flexWrap = "wrap-reverse");
1755
- const b = Oe(I, e.value.settings?.mainAlign);
1757
+ const b = Fe(I, e.value.settings?.mainAlign);
1756
1758
  b === "start" ? g.justifyContent = "flex-start" : b === "end" ? g.justifyContent = "flex-end" : b === "center" ? g.justifyContent = "center" : b === "spaceBetween" ? g.justifyContent = "space-between" : b === "spaceAround" ? g.justifyContent = "space-around" : b === "spaceEvenly" && (g.justifyContent = "space-evenly");
1757
- const h = Oe(I, e.value.settings?.crossAlign);
1759
+ const h = Fe(I, e.value.settings?.crossAlign);
1758
1760
  h === "start" ? g.alignItems = "flex-start" : h === "end" ? g.alignItems = "flex-end" : h === "center" ? g.alignItems = "center" : h === "baseline" ? g.alignItems = "baseline" : h === "stretch" && (g.alignItems = "stretch");
1759
1761
  }, _ = w(() => {
1760
1762
  const g = {}, I = i.value?.type;
@@ -1809,7 +1811,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1809
1811
  };
1810
1812
  return (v, x) => {
1811
1813
  const b = W("v-form");
1812
- return k(), $(b, {
1814
+ return k(), C(b, {
1813
1815
  modelValue: s(l),
1814
1816
  "onUpdate:modelValue": x[0] || (x[0] = (h) => ne(l) ? l.value = h : null),
1815
1817
  "fast-fail": s(c),
@@ -1837,7 +1839,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1837
1839
  ]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = J();
1838
1840
  return (m, d) => {
1839
1841
  const p = W("v-icon");
1840
- return k(), $(p, {
1842
+ return k(), C(p, {
1841
1843
  color: s(r),
1842
1844
  disabled: s(i),
1843
1845
  icon: s(l),
@@ -1864,7 +1866,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1864
1866
  o && (c.value = !1);
1865
1867
  }), (u, m) => {
1866
1868
  const d = W("v-menu");
1867
- return k(), $(d, {
1869
+ return k(), C(d, {
1868
1870
  modelValue: s(c),
1869
1871
  "onUpdate:modelValue": m[0] || (m[0] = (p) => ne(c) ? c.value = p : null),
1870
1872
  attach: "menuContainer",
@@ -1930,7 +1932,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1930
1932
  ]), { property: R } = a(e, ["settings", "step"]), { property: N } = a(e, ["settings", "suffix"]), { theme: G } = J(), { property: j } = a(e, ["settings", "value"]), { property: z } = a(e, ["settings", "variant"]), { property: q } = a(e, ["size", "width"]);
1931
1933
  return (oe, ge) => {
1932
1934
  const Ve = W("v-number-input");
1933
- return k(), $(s(U), {
1935
+ return k(), C(s(U), {
1934
1936
  block: "",
1935
1937
  mask: ""
1936
1938
  }, {
@@ -1987,7 +1989,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
1987
1989
  });
1988
1990
  return (I, v) => {
1989
1991
  const x = W("v-pagination");
1990
- return k(), $(s(U), {
1992
+ return k(), C(s(U), {
1991
1993
  block: "",
1992
1994
  mask: ""
1993
1995
  }, {
@@ -2028,7 +2030,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2028
2030
  ]), { theme: m } = J(), { property: d } = a(e, ["settings", "value"]);
2029
2031
  return (p, f) => {
2030
2032
  const _ = W("v-radio");
2031
- return k(), $(_, {
2033
+ return k(), C(_, {
2032
2034
  color: s(r),
2033
2035
  density: s(i),
2034
2036
  disabled: s(l),
@@ -2059,7 +2061,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2059
2061
  ]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
2060
2062
  return (d, p) => {
2061
2063
  const f = W("v-radio-group");
2062
- return k(), $(s(U), null, {
2064
+ return k(), C(s(U), null, {
2063
2065
  default: P(() => [
2064
2066
  D(f, {
2065
2067
  modelValue: s(m),
@@ -2147,7 +2149,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2147
2149
  });
2148
2150
  return (j, z) => {
2149
2151
  const q = W("v-range-slider");
2150
- return k(), $(s(U), {
2152
+ return k(), C(s(U), {
2151
2153
  block: "",
2152
2154
  mask: ""
2153
2155
  }, {
@@ -2199,7 +2201,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2199
2201
  ]), { theme: d } = J(), { property: p } = a(e, ["settings", "value"]);
2200
2202
  return (f, _) => {
2201
2203
  const g = W("v-rating");
2202
- return k(), $(s(U), { mask: "" }, {
2204
+ return k(), C(s(U), { mask: "" }, {
2203
2205
  default: P(() => [
2204
2206
  D(g, {
2205
2207
  modelValue: s(p),
@@ -2241,7 +2243,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2241
2243
  ]), { theme: u } = J(), { property: m } = a(e, ["settings", "value"]);
2242
2244
  return (d, p) => {
2243
2245
  const f = W("v-select");
2244
- return k(), $(s(U), {
2246
+ return k(), C(s(U), {
2245
2247
  block: "",
2246
2248
  mask: ""
2247
2249
  }, {
@@ -2320,7 +2322,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2320
2322
  ]), { color: q } = Q(z), { property: oe } = a(e, ["settings", "value"]), { property: ge } = a(e, ["slots", "append"]), { property: Ve } = a(e, ["slots", "prepend"]);
2321
2323
  return (ve, nt) => {
2322
2324
  const kt = W("v-slider");
2323
- return k(), $(s(U), {
2325
+ return k(), C(s(U), {
2324
2326
  block: "",
2325
2327
  mask: ""
2326
2328
  }, {
@@ -2389,7 +2391,7 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2389
2391
  ]), { theme: r } = J(), { property: i } = a(e, ["settings", "value"]);
2390
2392
  return (l, c) => {
2391
2393
  const u = W("v-stepper");
2392
- return k(), $(u, {
2394
+ return k(), C(u, {
2393
2395
  modelValue: s(i),
2394
2396
  "onUpdate:modelValue": c[0] || (c[0] = (m) => ne(i) ? i.value = m : null),
2395
2397
  "hide-actions": s(o),
@@ -2405,14 +2407,14 @@ const Vs = /* @__PURE__ */ Re(Cs, [["render", $s]]), Ps = /* @__PURE__ */ S({
2405
2407
  }), il = {};
2406
2408
  function rl(t, n) {
2407
2409
  const e = W("v-stepper-header");
2408
- return k(), $(e, null, {
2410
+ return k(), C(e, null, {
2409
2411
  default: P(() => [
2410
2412
  F(t.$slots, "default")
2411
2413
  ]),
2412
2414
  _: 3
2413
2415
  });
2414
2416
  }
2415
- const sl = /* @__PURE__ */ Re(il, [["render", rl]]), ll = /* @__PURE__ */ S({
2417
+ const sl = /* @__PURE__ */ Ke(il, [["render", rl]]), ll = /* @__PURE__ */ S({
2416
2418
  __name: "index",
2417
2419
  props: {
2418
2420
  nodeId: {},
@@ -2423,7 +2425,7 @@ const sl = /* @__PURE__ */ Re(il, [["render", rl]]), ll = /* @__PURE__ */ S({
2423
2425
  const n = t, { node: e } = L(n), { property: o } = a(e, ["settings", "value"]);
2424
2426
  return (r, i) => {
2425
2427
  const l = W("v-stepper-item");
2426
- return k(), $(l, { value: s(o) }, {
2428
+ return k(), C(l, { value: s(o) }, {
2427
2429
  default: P(() => [
2428
2430
  F(r.$slots, "default")
2429
2431
  ]),
@@ -2434,14 +2436,14 @@ const sl = /* @__PURE__ */ Re(il, [["render", rl]]), ll = /* @__PURE__ */ S({
2434
2436
  }), al = {};
2435
2437
  function cl(t, n) {
2436
2438
  const e = W("v-stepper-window");
2437
- return k(), $(e, null, {
2439
+ return k(), C(e, null, {
2438
2440
  default: P(() => [
2439
2441
  F(t.$slots, "default")
2440
2442
  ]),
2441
2443
  _: 3
2442
2444
  });
2443
2445
  }
2444
- const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2446
+ const ul = /* @__PURE__ */ Ke(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2445
2447
  __name: "index",
2446
2448
  props: {
2447
2449
  nodeId: {},
@@ -2452,7 +2454,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2452
2454
  const n = t, { node: e } = L(n), { property: o } = a(e, ["settings", "value"]);
2453
2455
  return (r, i) => {
2454
2456
  const l = W("v-stepper-window-item");
2455
- return k(), $(l, { value: s(o) }, {
2457
+ return k(), C(l, { value: s(o) }, {
2456
2458
  default: P(() => [
2457
2459
  F(r.$slots, "default")
2458
2460
  ]),
@@ -2483,7 +2485,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2483
2485
  ]), { 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 } = J(), { property: _ } = a(e, ["settings", "value"]);
2484
2486
  return (g, I) => {
2485
2487
  const v = W("v-switch");
2486
- return k(), $(s(U), { mask: "" }, {
2488
+ return k(), C(s(U), { mask: "" }, {
2487
2489
  default: P(() => [
2488
2490
  D(v, {
2489
2491
  modelValue: s(_),
@@ -2518,7 +2520,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2518
2520
  });
2519
2521
  return (u, m) => {
2520
2522
  const d = W("v-tab");
2521
- return k(), $(s(U), { mask: "" }, {
2523
+ return k(), C(s(U), { mask: "" }, {
2522
2524
  default: P(() => [
2523
2525
  D(d, {
2524
2526
  style: de(c.value),
@@ -2578,7 +2580,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2578
2580
  ]), { color: h } = Q(b), { property: V } = a(e, ["settings", "stacked"]), { theme: R } = J(), { property: N } = a(e, ["settings", "value"]);
2579
2581
  return (G, j) => {
2580
2582
  const z = W("v-tabs");
2581
- return k(), $(s(U), {
2583
+ return k(), C(s(U), {
2582
2584
  block: "",
2583
2585
  mask: ""
2584
2586
  }, {
@@ -2621,21 +2623,21 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2621
2623
  refContext: {}
2622
2624
  },
2623
2625
  setup(t) {
2624
- const n = t, { node: e } = L(n), o = De(), { property: r } = a(e, ["settings", "align"]), { property: i } = a(e, [
2626
+ const n = t, { node: e } = L(n), o = Oe(), { property: r } = a(e, ["settings", "align"]), { property: i } = a(e, [
2625
2627
  "settings",
2626
2628
  "decoration"
2627
2629
  ]), { property: l } = a(e, [
2628
2630
  "settings",
2629
2631
  "emphasis"
2630
2632
  ]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = w(() => {
2631
- const p = [], f = ut(o.value.width), _ = Oe(f, e.value.settings?.style);
2633
+ const p = [], f = ut(o.value.width), _ = Fe(f, e.value.settings?.style);
2632
2634
  return _ && p.push(`text-${_}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), r.value && p.push(`font-${r.value}`), i.value && p.push(`text-decoration-${i.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
2633
2635
  });
2634
- return (p, f) => (k(), $(s(U), null, {
2636
+ return (p, f) => (k(), C(s(U), null, {
2635
2637
  default: P(() => [
2636
2638
  We("span", {
2637
2639
  class: si(d.value)
2638
- }, Co(s(u)), 3)
2640
+ }, $o(s(u)), 3)
2639
2641
  ]),
2640
2642
  _: 1
2641
2643
  }));
@@ -2669,7 +2671,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2669
2671
  ]), { theme: I } = J(), { property: v } = a(e, ["settings", "value"]), { property: x } = a(e, ["settings", "variant"]);
2670
2672
  return (b, h) => {
2671
2673
  const V = W("v-textarea");
2672
- return k(), $(s(U), {
2674
+ return k(), C(s(U), {
2673
2675
  block: "",
2674
2676
  mask: ""
2675
2677
  }, {
@@ -2747,7 +2749,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2747
2749
  ]);
2748
2750
  return (oe, ge) => {
2749
2751
  const Ve = W("v-text-field");
2750
- return k(), $(s(U), {
2752
+ return k(), C(s(U), {
2751
2753
  block: "",
2752
2754
  mask: ""
2753
2755
  }, {
@@ -2866,7 +2868,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2866
2868
  ]), { theme: v } = J();
2867
2869
  return (x, b) => {
2868
2870
  const h = W("v-timeline");
2869
- return k(), $(h, {
2871
+ return k(), C(h, {
2870
2872
  align: s(o),
2871
2873
  density: s(r),
2872
2874
  direction: s(i),
@@ -2890,14 +2892,14 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2890
2892
  }), _l = {};
2891
2893
  function vl(t, n) {
2892
2894
  const e = W("v-timeline-item");
2893
- return k(), $(e, null, {
2895
+ return k(), C(e, null, {
2894
2896
  default: P(() => [
2895
2897
  F(t.$slots, "default")
2896
2898
  ]),
2897
2899
  _: 3
2898
2900
  });
2899
2901
  }
2900
- const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
2902
+ const xl = /* @__PURE__ */ Ke(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
2901
2903
  __name: "index",
2902
2904
  props: {
2903
2905
  nodeId: {},
@@ -2920,7 +2922,7 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
2920
2922
  ]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = J(), { property: d } = a(e, ["settings", "value"]);
2921
2923
  return (p, f) => {
2922
2924
  const _ = W("v-window");
2923
- return k(), $(_, {
2925
+ return k(), C(_, {
2924
2926
  modelValue: s(d),
2925
2927
  "onUpdate:modelValue": f[0] || (f[0] = (g) => ne(d) ? d.value = g : null),
2926
2928
  continuous: s(o),
@@ -2941,14 +2943,14 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
2941
2943
  }), wl = {};
2942
2944
  function Il(t, n) {
2943
2945
  const e = W("v-window-item");
2944
- return k(), $(e, null, {
2946
+ return k(), C(e, null, {
2945
2947
  default: P(() => [
2946
2948
  F(t.$slots, "default")
2947
2949
  ]),
2948
2950
  _: 3
2949
2951
  });
2950
2952
  }
2951
- const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
2953
+ const Sl = /* @__PURE__ */ Ke(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
2952
2954
  __name: "entry",
2953
2955
  props: {
2954
2956
  subtype: {},
@@ -2958,7 +2960,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
2958
2960
  },
2959
2961
  setup(t) {
2960
2962
  const n = Z(), e = le(), o = w(() => O(e.value));
2961
- $e(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.refKey, _e());
2963
+ Ce(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.refKey, _e());
2962
2964
  const r = (l) => {
2963
2965
  const c = ke[l.key];
2964
2966
  if (!c) {
@@ -2994,9 +2996,9 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
2994
2996
  default: () => o.value?.view.nodeLites.map((l) => r(l))
2995
2997
  });
2996
2998
  };
2997
- return (l, c) => (k(), $(i));
2999
+ return (l, c) => (k(), C(i));
2998
3000
  }
2999
- }), $l = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ue = /* @__PURE__ */ S({
3001
+ }), Cl = ["position", "rotation", "scale"], Vl = { style: { userSelect: "none" } }, ue = /* @__PURE__ */ S({
3000
3002
  __name: "index",
3001
3003
  props: {
3002
3004
  position: {},
@@ -3011,18 +3013,18 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3011
3013
  rotation: t.rotation,
3012
3014
  scale: t.scale
3013
3015
  }, [
3014
- t.label ? (k(), $(s($i), {
3016
+ t.label ? (k(), C(s(Ci), {
3015
3017
  key: 0,
3016
3018
  center: "",
3017
3019
  transform: ""
3018
3020
  }, {
3019
3021
  default: P(() => [
3020
- We("div", Vl, Co(t.label), 1)
3022
+ We("div", Vl, $o(t.label), 1)
3021
3023
  ]),
3022
3024
  _: 1
3023
3025
  })) : se("", !0),
3024
3026
  F(n.$slots, "default")
3025
- ], 8, $l));
3027
+ ], 8, Cl));
3026
3028
  }
3027
3029
  }), Pl = /* @__PURE__ */ S({
3028
3030
  __name: "index",
@@ -3033,7 +3035,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3033
3035
  },
3034
3036
  setup(t) {
3035
3037
  const n = bt(), e = t, { node: o } = L(e), r = Qe(), i = le(), l = re();
3036
- $e(l);
3038
+ Ce(l);
3037
3039
  const c = w(() => e.refContext?.compId);
3038
3040
  et(c, l);
3039
3041
  const { applySize: u } = be(e, o), m = w(() => {
@@ -3048,7 +3050,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3048
3050
  for (const h of _.value)
3049
3051
  typeof h == "string" && h && g(b, h);
3050
3052
  return b;
3051
- }), v = (b, h) => K(Cl, {
3053
+ }), v = (b, h) => K($l, {
3052
3054
  key: b,
3053
3055
  subtype: h,
3054
3056
  nodeId: e.nodeId,
@@ -3113,7 +3115,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3113
3115
  }
3114
3116
  );
3115
3117
  };
3116
- return (b, h) => (k(), $(x));
3118
+ return (b, h) => (k(), C(x));
3117
3119
  }
3118
3120
  }), Ll = /* @__PURE__ */ S({
3119
3121
  __name: "entry",
@@ -3125,7 +3127,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3125
3127
  },
3126
3128
  setup(t) {
3127
3129
  const n = Z(), e = le(), o = w(() => O(e.value));
3128
- $e(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.refKey, _e());
3130
+ Ce(o), ie(n) && tt(o, "multipleSlot", t.nodeId, t.refKey, _e());
3129
3131
  const r = (l) => {
3130
3132
  const c = ke[l.key];
3131
3133
  if (!c) {
@@ -3161,7 +3163,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3161
3163
  default: () => o.value?.view.nodeLites.map((l) => r(l))
3162
3164
  });
3163
3165
  };
3164
- return (l, c) => (k(), $(i));
3166
+ return (l, c) => (k(), C(i));
3165
3167
  }
3166
3168
  }), zl = /* @__PURE__ */ S({
3167
3169
  __name: "index",
@@ -3172,7 +3174,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3172
3174
  },
3173
3175
  setup(t) {
3174
3176
  const n = bt(), e = t, { node: o } = L(e), r = Qe(), i = le(), l = re();
3175
- $e(l);
3177
+ Ce(l);
3176
3178
  const c = w(() => e.refContext?.compId);
3177
3179
  et(c, l);
3178
3180
  const { applySize: u } = be(e, o), m = w(() => {
@@ -3252,7 +3254,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3252
3254
  }
3253
3255
  );
3254
3256
  };
3255
- return (b, h) => (k(), $(x));
3257
+ return (b, h) => (k(), C(x));
3256
3258
  }
3257
3259
  }), Tl = /* @__PURE__ */ S({
3258
3260
  __name: "index",
@@ -3263,7 +3265,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3263
3265
  },
3264
3266
  setup(t) {
3265
3267
  const n = bt(), e = t, { node: o } = L(e), r = Z(), i = Qe(), l = le(), c = re();
3266
- $e(c);
3268
+ Ce(c);
3267
3269
  const u = w(() => e.refContext?.compId);
3268
3270
  et(u, c), ie(r) && tt(c, "ref", e.nodeId, "", _e());
3269
3271
  const { applySize: m } = be(e, o), d = w(() => {
@@ -3353,7 +3355,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3353
3355
  }
3354
3356
  );
3355
3357
  };
3356
- return (v, x) => (k(), $(I));
3358
+ return (v, x) => (k(), C(I));
3357
3359
  }
3358
3360
  }), El = /* @__PURE__ */ S({
3359
3361
  __name: "index",
@@ -3364,7 +3366,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3364
3366
  },
3365
3367
  setup(t) {
3366
3368
  const n = t, { node: e } = L(n), { property: o } = a(e, ["settings", "open"]);
3367
- return (r, i) => (k(), $(s(U), null, {
3369
+ return (r, i) => (k(), C(s(U), null, {
3368
3370
  default: P(() => [
3369
3371
  s(o) ? F(r.$slots, "default", { key: 0 }) : se("", !0)
3370
3372
  ]),
@@ -3380,7 +3382,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3380
3382
  },
3381
3383
  setup(t) {
3382
3384
  const n = bt(), e = t, { node: o } = L(e), r = Z(), i = Qe(), l = le(), c = re();
3383
- $e(c);
3385
+ Ce(c);
3384
3386
  const u = w(() => e.refContext?.compId);
3385
3387
  et(u, c), ie(r) && tt(c, "slot", e.nodeId, "", _e());
3386
3388
  const { applySize: m } = be(e, o), d = w(() => {
@@ -3472,7 +3474,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3472
3474
  }
3473
3475
  );
3474
3476
  };
3475
- return (v, x) => (k(), $(I));
3477
+ return (v, x) => (k(), C(I));
3476
3478
  }
3477
3479
  }), y = {
3478
3480
  key: "basic",
@@ -3903,7 +3905,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3903
3905
  defaultArray: []
3904
3906
  }
3905
3907
  ]
3906
- }, ke = {}, C = (t) => {
3908
+ }, ke = {}, $ = (t) => {
3907
3909
  ke[t.key] = t;
3908
3910
  }, In = {
3909
3911
  key: "settings",
@@ -3964,7 +3966,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), Cl = /* @__PURE__ */ S({
3964
3966
  methods: [],
3965
3967
  slots: []
3966
3968
  };
3967
- C(Ml);
3969
+ $(Ml);
3968
3970
  const Sn = {
3969
3971
  key: "settings",
3970
3972
  name: "x-runtime-lib.settings",
@@ -4010,7 +4012,7 @@ const Sn = {
4010
4012
  methods: [],
4011
4013
  slots: []
4012
4014
  };
4013
- C(Wl);
4015
+ $(Wl);
4014
4016
  const Bl = {
4015
4017
  key: "scene_keyboard_controls_v1",
4016
4018
  name: "x-runtime-lib.keyboardControls",
@@ -4024,7 +4026,7 @@ const Bl = {
4024
4026
  slots: [],
4025
4027
  leaf: !0
4026
4028
  };
4027
- C(Bl);
4029
+ $(Bl);
4028
4030
  const Rl = {
4029
4031
  key: "scene_map_controls_v1",
4030
4032
  name: "x-runtime-lib.mapControls",
@@ -4038,7 +4040,7 @@ const Rl = {
4038
4040
  slots: [],
4039
4041
  leaf: !0
4040
4042
  };
4041
- C(Rl);
4043
+ $(Rl);
4042
4044
  const Kl = {
4043
4045
  key: "scene_orbit_controls_v1",
4044
4046
  name: "x-runtime-lib.orbitControls",
@@ -4052,20 +4054,20 @@ const Kl = {
4052
4054
  slots: [],
4053
4055
  leaf: !0
4054
4056
  };
4055
- C(Kl);
4057
+ $(Kl);
4056
4058
  function Dl(t, n) {
4057
4059
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4058
4060
  if (!o) {
4059
4061
  console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
4060
4062
  return;
4061
4063
  }
4062
- const r = je.properties[o];
4064
+ const r = Ge.properties[o];
4063
4065
  if (!r) {
4064
4066
  console.error(`boxGeometryV1/spawn properties not found, ${e}`);
4065
4067
  return;
4066
4068
  }
4067
4069
  const i = E();
4068
- M(i, r), i.basic.id = T(16), i.basic.key = je.key, i.transform = {
4070
+ M(i, r), i.basic.id = T(16), i.basic.key = Ge.key, i.transform = {
4069
4071
  position: {
4070
4072
  x: 0,
4071
4073
  y: 0,
@@ -4130,7 +4132,7 @@ function Fl(t, n) {
4130
4132
  );
4131
4133
  return;
4132
4134
  }
4133
- const r = Ne.properties[o];
4135
+ const r = je.properties[o];
4134
4136
  if (!r) {
4135
4137
  console.error(
4136
4138
  `boxGeometryV1/spawnMeshBasicMaterial properties not found, ${e}`
@@ -4138,14 +4140,14 @@ function Fl(t, n) {
4138
4140
  return;
4139
4141
  }
4140
4142
  const i = E();
4141
- return M(i, r), i.basic.id = T(16), i.basic.key = Ne.key, {
4143
+ return M(i, r), i.basic.id = T(16), i.basic.key = je.key, {
4142
4144
  nodeLite: A(i),
4143
4145
  nodes: {
4144
4146
  [i.basic.id]: i
4145
4147
  }
4146
4148
  };
4147
4149
  }
4148
- const Cn = {
4150
+ const $n = {
4149
4151
  key: "settings",
4150
4152
  name: "x-runtime-lib.settings",
4151
4153
  children: [
@@ -4194,8 +4196,8 @@ const Cn = {
4194
4196
  name: "x-runtime-lib.boxGeometry",
4195
4197
  comp: Zi,
4196
4198
  properties: {
4197
- pageScene: [y, Cn],
4198
- compScene: [y, Cn]
4199
+ pageScene: [y, $n],
4200
+ compScene: [y, $n]
4199
4201
  },
4200
4202
  events: [],
4201
4203
  methods: [],
@@ -4203,20 +4205,20 @@ const Cn = {
4203
4205
  leaf: !0,
4204
4206
  spawn: Dl
4205
4207
  };
4206
- C(Lt);
4208
+ $(Lt);
4207
4209
  function Nl(t, n) {
4208
4210
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4209
4211
  if (!o) {
4210
4212
  console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
4211
4213
  return;
4212
4214
  }
4213
- const r = je.properties[o];
4215
+ const r = Ge.properties[o];
4214
4216
  if (!r) {
4215
4217
  console.error(`sphereGeometryV1/spawn properties not found, ${e}`);
4216
4218
  return;
4217
4219
  }
4218
4220
  const i = E();
4219
- M(i, r), i.basic.id = T(16), i.basic.key = je.key, i.transform = {
4221
+ M(i, r), i.basic.id = T(16), i.basic.key = Ge.key, i.transform = {
4220
4222
  position: {
4221
4223
  x: 0,
4222
4224
  y: 0,
@@ -4282,7 +4284,7 @@ function Gl(t, n) {
4282
4284
  );
4283
4285
  return;
4284
4286
  }
4285
- const r = Ne.properties[o];
4287
+ const r = je.properties[o];
4286
4288
  if (!r) {
4287
4289
  console.error(
4288
4290
  `sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${e}`
@@ -4290,14 +4292,14 @@ function Gl(t, n) {
4290
4292
  return;
4291
4293
  }
4292
4294
  const i = E();
4293
- return M(i, r), i.basic.id = T(16), i.basic.key = Ne.key, {
4295
+ return M(i, r), i.basic.id = T(16), i.basic.key = je.key, {
4294
4296
  nodeLite: A(i),
4295
4297
  nodes: {
4296
4298
  [i.basic.id]: i
4297
4299
  }
4298
4300
  };
4299
4301
  }
4300
- const $n = {
4302
+ const Cn = {
4301
4303
  key: "settings",
4302
4304
  name: "x-runtime-lib.settings",
4303
4305
  children: [
@@ -4354,8 +4356,8 @@ const $n = {
4354
4356
  name: "x-runtime-lib.sphereGeometry",
4355
4357
  comp: er,
4356
4358
  properties: {
4357
- pageScene: [y, $n],
4358
- compScene: [y, $n]
4359
+ pageScene: [y, Cn],
4360
+ compScene: [y, Cn]
4359
4361
  },
4360
4362
  events: [],
4361
4363
  methods: [],
@@ -4363,7 +4365,7 @@ const $n = {
4363
4365
  leaf: !0,
4364
4366
  spawn: Nl
4365
4367
  };
4366
- C(zt);
4368
+ $(zt);
4367
4369
  const ht = O(ee);
4368
4370
  ht.children[0].default = "custom";
4369
4371
  ht.children[2].children[0].default = "0xffffff";
@@ -4393,7 +4395,7 @@ const Vn = {
4393
4395
  methods: [],
4394
4396
  slots: []
4395
4397
  };
4396
- C(Hl);
4398
+ $(Hl);
4397
4399
  const _t = O(ee);
4398
4400
  _t.children[0].default = "custom";
4399
4401
  _t.children[2].children[0].default = "0xffffff";
@@ -4423,7 +4425,7 @@ const Pn = {
4423
4425
  methods: [],
4424
4426
  slots: []
4425
4427
  };
4426
- C(Ul);
4428
+ $(Ul);
4427
4429
  const vt = O(ee);
4428
4430
  vt.children[0].default = "custom";
4429
4431
  vt.children[2].children[0].default = "0xffffff";
@@ -4467,7 +4469,7 @@ const Ln = {
4467
4469
  methods: [],
4468
4470
  slots: []
4469
4471
  };
4470
- C(Jl);
4472
+ $(Jl);
4471
4473
  const xt = O(ee);
4472
4474
  xt.children[0].default = "custom";
4473
4475
  xt.children[2].children[0].default = "0xffffff";
@@ -4528,8 +4530,8 @@ const zn = {
4528
4530
  methods: [],
4529
4531
  slots: []
4530
4532
  };
4531
- C(ql);
4532
- const Ne = {
4533
+ $(ql);
4534
+ const je = {
4533
4535
  key: "scene_mesh_basic_material_v1",
4534
4536
  name: "x-runtime-lib.meshBasicMaterial",
4535
4537
  comp: mr,
@@ -4542,7 +4544,7 @@ const Ne = {
4542
4544
  slots: [],
4543
4545
  leaf: !0
4544
4546
  };
4545
- C(Ne);
4547
+ $(je);
4546
4548
  const Xl = {
4547
4549
  key: "scene_group_v1",
4548
4550
  name: "x-runtime-lib.group",
@@ -4555,8 +4557,8 @@ const Xl = {
4555
4557
  methods: [],
4556
4558
  slots: []
4557
4559
  };
4558
- C(Xl);
4559
- const je = {
4560
+ $(Xl);
4561
+ const Ge = {
4560
4562
  key: "scene_mesh_v1",
4561
4563
  name: "x-runtime-lib.mesh",
4562
4564
  comp: yr,
@@ -4568,7 +4570,7 @@ const je = {
4568
4570
  methods: [],
4569
4571
  slots: []
4570
4572
  };
4571
- C(je);
4573
+ $(Ge);
4572
4574
  function Yl(t, n) {
4573
4575
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4574
4576
  if (!o) {
@@ -4625,7 +4627,7 @@ const Tn = {
4625
4627
  leaf: !0,
4626
4628
  spawn: Yl
4627
4629
  };
4628
- C(Tt);
4630
+ $(Tt);
4629
4631
  function Zl(t, n) {
4630
4632
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4631
4633
  if (!o) {
@@ -4682,7 +4684,7 @@ const En = {
4682
4684
  leaf: !0,
4683
4685
  spawn: Zl
4684
4686
  };
4685
- C(Et);
4687
+ $(Et);
4686
4688
  const An = {
4687
4689
  key: "settings",
4688
4690
  name: "x-runtime-lib.settings",
@@ -4727,7 +4729,7 @@ const An = {
4727
4729
  compCommon: [y, An]
4728
4730
  }
4729
4731
  };
4730
- C(Ql);
4732
+ $(Ql);
4731
4733
  function ea(t, n) {
4732
4734
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4733
4735
  if (!o) {
@@ -4851,7 +4853,7 @@ const ta = O(ee), Mn = {
4851
4853
  leaf: !0,
4852
4854
  spawn: ea
4853
4855
  };
4854
- C(At);
4856
+ $(At);
4855
4857
  const na = {
4856
4858
  key: "common_btn_group_v1",
4857
4859
  name: "x-runtime-lib.buttonGroup",
@@ -4861,7 +4863,7 @@ const na = {
4861
4863
  compCommon: [y]
4862
4864
  }
4863
4865
  };
4864
- C(na);
4866
+ $(na);
4865
4867
  const Wn = {
4866
4868
  key: "settings",
4867
4869
  name: "x-runtime-lib.settings",
@@ -4932,20 +4934,20 @@ const Wn = {
4932
4934
  compCommon: [y, Wn]
4933
4935
  }
4934
4936
  };
4935
- C(oa);
4937
+ $(oa);
4936
4938
  function ia(t, n) {
4937
4939
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4938
4940
  if (!o) {
4939
4941
  console.error(`cardV1/spawn property tag not found, ${e}`);
4940
4942
  return;
4941
4943
  }
4942
- const r = Ge.properties[o];
4944
+ const r = He.properties[o];
4943
4945
  if (!r) {
4944
4946
  console.error(`cardV1/spawn properties not found, ${e}`);
4945
4947
  return;
4946
4948
  }
4947
4949
  const i = E();
4948
- return M(i, r), i.basic.id = T(16), i.basic.key = Ge.key, i.children = [], i.settings.title = "title", i.settings.subtitle = "subtitle", i.settings.text = "text", {
4950
+ return M(i, r), i.basic.id = T(16), i.basic.key = He.key, i.children = [], i.settings.title = "title", i.settings.subtitle = "subtitle", i.settings.text = "text", {
4949
4951
  nodeLite: A(i),
4950
4952
  nodes: {
4951
4953
  [i.basic.id]: i
@@ -5007,7 +5009,7 @@ const Bn = {
5007
5009
  default: !1
5008
5010
  }
5009
5011
  ]
5010
- }, Ge = {
5012
+ }, He = {
5011
5013
  key: "common_card_v1",
5012
5014
  name: "x-runtime-lib.card",
5013
5015
  comp: Ls,
@@ -5017,7 +5019,7 @@ const Bn = {
5017
5019
  },
5018
5020
  spawn: ia
5019
5021
  };
5020
- C(Ge);
5022
+ $(He);
5021
5023
  const Rn = {
5022
5024
  key: "settings",
5023
5025
  name: "x-runtime-lib.settings",
@@ -5045,7 +5047,7 @@ const Rn = {
5045
5047
  },
5046
5048
  leaf: !0
5047
5049
  };
5048
- C(ra);
5050
+ $(ra);
5049
5051
  const sa = O(ee), Kn = {
5050
5052
  key: "settings",
5051
5053
  name: "x-runtime-lib.settings",
@@ -5131,7 +5133,7 @@ const sa = O(ee), Kn = {
5131
5133
  },
5132
5134
  leaf: !0
5133
5135
  };
5134
- C(Mt);
5136
+ $(Mt);
5135
5137
  function la(t, n) {
5136
5138
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5137
5139
  if (!o) {
@@ -5249,7 +5251,7 @@ const Dn = {
5249
5251
  },
5250
5252
  spawn: la
5251
5253
  };
5252
- C(Wt);
5254
+ $(Wt);
5253
5255
  const aa = {
5254
5256
  key: "common_color_picker_v1",
5255
5257
  name: "x-runtime-lib.colorPicker",
@@ -5260,7 +5262,7 @@ const aa = {
5260
5262
  },
5261
5263
  leaf: !0
5262
5264
  };
5263
- C(aa);
5265
+ $(aa);
5264
5266
  const On = {
5265
5267
  key: "settings",
5266
5268
  name: "x-runtime-lib.settings",
@@ -5312,7 +5314,7 @@ const On = {
5312
5314
  },
5313
5315
  leaf: !0
5314
5316
  };
5315
- C(ca);
5317
+ $(ca);
5316
5318
  const pn = O(ee);
5317
5319
  pn.key = "backgroundColor";
5318
5320
  pn.name = "x-runtime-lib.backgroundColor";
@@ -5335,7 +5337,7 @@ const Fn = {
5335
5337
  }
5336
5338
  ]
5337
5339
  };
5338
- C(Bt);
5340
+ $(Bt);
5339
5341
  const Nn = {
5340
5342
  key: "size",
5341
5343
  name: "x-runtime-lib.size",
@@ -5498,7 +5500,7 @@ const Nn = {
5498
5500
  },
5499
5501
  leaf: !0
5500
5502
  };
5501
- C(ua);
5503
+ $(ua);
5502
5504
  const ma = {
5503
5505
  key: "common_date_picker_v1",
5504
5506
  name: "x-runtime-lib.datePicker",
@@ -5509,7 +5511,7 @@ const ma = {
5509
5511
  },
5510
5512
  leaf: !0
5511
5513
  };
5512
- C(ma);
5514
+ $(ma);
5513
5515
  const pa = {
5514
5516
  key: "common_dialog_v1",
5515
5517
  name: "x-runtime-lib.dialog",
@@ -5530,12 +5532,12 @@ const pa = {
5530
5532
  ],
5531
5533
  teleport: !0
5532
5534
  };
5533
- C(pa);
5535
+ $(pa);
5534
5536
  const Hn = {
5535
5537
  key: "settings",
5536
5538
  name: "x-runtime-lib.settings",
5537
5539
  children: []
5538
- }, $u = {
5540
+ }, Cu = {
5539
5541
  key: "common_file_input_v1",
5540
5542
  name: "x-runtime-lib.fileInput",
5541
5543
  comp: Fs,
@@ -5570,20 +5572,20 @@ const Hn = {
5570
5572
  compCommon: [y, X, Un]
5571
5573
  }
5572
5574
  };
5573
- C(Rt);
5575
+ $(Rt);
5574
5576
  function da(t, n) {
5575
5577
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5576
5578
  if (!o) {
5577
5579
  console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
5578
5580
  return;
5579
5581
  }
5580
- const r = He.properties[o];
5582
+ const r = Ue.properties[o];
5581
5583
  if (!r) {
5582
5584
  console.error(`flexLayoutV1/spawn properties not found, ${e}`);
5583
5585
  return;
5584
5586
  }
5585
5587
  const i = E();
5586
- M(i, r), i.basic.id = T(16), i.basic.key = He.key;
5588
+ M(i, r), i.basic.id = T(16), i.basic.key = Ue.key;
5587
5589
  const l = Kt(
5588
5590
  t,
5589
5591
  n,
@@ -5842,7 +5844,7 @@ const Jn = {
5842
5844
  },
5843
5845
  dn
5844
5846
  ]
5845
- }, He = {
5847
+ }, Ue = {
5846
5848
  key: "common_flex_layout_v1",
5847
5849
  name: "x-runtime-lib.flexLayout",
5848
5850
  comp: Ns,
@@ -5858,7 +5860,7 @@ const Jn = {
5858
5860
  ],
5859
5861
  spawn: da
5860
5862
  };
5861
- C(He);
5863
+ $(Ue);
5862
5864
  const qn = {
5863
5865
  key: "settings",
5864
5866
  name: "x-runtime-lib.settings",
@@ -6039,7 +6041,7 @@ const qn = {
6039
6041
  ],
6040
6042
  leaf: !0
6041
6043
  };
6042
- C(Dt);
6044
+ $(Dt);
6043
6045
  function ya(t, n) {
6044
6046
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6045
6047
  if (!o) {
@@ -6115,7 +6117,7 @@ const Yn = {
6115
6117
  ],
6116
6118
  spawn: ya
6117
6119
  };
6118
- C(Ot);
6120
+ $(Ot);
6119
6121
  const ga = O(ee), Zn = {
6120
6122
  key: "settings",
6121
6123
  name: "x-runtime-lib.settings",
@@ -6151,7 +6153,7 @@ const ga = O(ee), Zn = {
6151
6153
  },
6152
6154
  leaf: !0
6153
6155
  };
6154
- C(ha);
6156
+ $(ha);
6155
6157
  const _a = {
6156
6158
  key: "common_menu_v1",
6157
6159
  name: "x-runtime-lib.menu",
@@ -6172,7 +6174,7 @@ const _a = {
6172
6174
  ],
6173
6175
  teleport: !0
6174
6176
  };
6175
- C(_a);
6177
+ $(_a);
6176
6178
  function va(t, n) {
6177
6179
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6178
6180
  if (!o) {
@@ -6392,7 +6394,7 @@ const Qn = {
6392
6394
  leaf: !0,
6393
6395
  spawn: va
6394
6396
  };
6395
- C(Ft);
6397
+ $(Ft);
6396
6398
  const to = {
6397
6399
  key: "settings",
6398
6400
  name: "x-runtime-lib.settings",
@@ -6466,7 +6468,7 @@ const to = {
6466
6468
  },
6467
6469
  leaf: !0
6468
6470
  };
6469
- C(xa);
6471
+ $(xa);
6470
6472
  const ka = O(ee), no = {
6471
6473
  key: "settings",
6472
6474
  name: "x-runtime-lib.settings",
@@ -6514,7 +6516,7 @@ const ka = O(ee), no = {
6514
6516
  },
6515
6517
  leaf: !0
6516
6518
  };
6517
- C(Nt);
6519
+ $(Nt);
6518
6520
  function wa(t, n) {
6519
6521
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6520
6522
  if (!o) {
@@ -6617,7 +6619,7 @@ const oo = {
6617
6619
  },
6618
6620
  spawn: wa
6619
6621
  };
6620
- C(jt);
6622
+ $(jt);
6621
6623
  const io = {
6622
6624
  key: "settings",
6623
6625
  name: "x-runtime-lib.settings",
@@ -6745,7 +6747,7 @@ const io = {
6745
6747
  },
6746
6748
  leaf: !0
6747
6749
  };
6748
- C(Ia);
6750
+ $(Ia);
6749
6751
  const ro = {
6750
6752
  key: "settings",
6751
6753
  name: "x-runtime-lib.settings",
@@ -6811,7 +6813,7 @@ const ro = {
6811
6813
  },
6812
6814
  leaf: !0
6813
6815
  };
6814
- C(Sa);
6816
+ $(Sa);
6815
6817
  const so = {
6816
6818
  key: "settings",
6817
6819
  name: "x-runtime-lib.settings",
@@ -6853,7 +6855,7 @@ const so = {
6853
6855
  default: !1
6854
6856
  }
6855
6857
  ]
6856
- }, Ca = {
6858
+ }, $a = {
6857
6859
  key: "common_select_v1",
6858
6860
  name: "x-runtime-lib.select",
6859
6861
  comp: tl,
@@ -6863,7 +6865,7 @@ const so = {
6863
6865
  },
6864
6866
  leaf: !0
6865
6867
  };
6866
- C(Ca);
6868
+ $($a);
6867
6869
  const fn = O(ee);
6868
6870
  fn.key = "color";
6869
6871
  fn.name = "x-runtime-lib.color";
@@ -6999,7 +7001,7 @@ const lo = {
6999
7001
  default: void 0
7000
7002
  }
7001
7003
  ]
7002
- }, $a = {
7004
+ }, Ca = {
7003
7005
  key: "common_slider_v1",
7004
7006
  name: "x-runtime-lib.slider",
7005
7007
  comp: nl,
@@ -7009,7 +7011,7 @@ const lo = {
7009
7011
  },
7010
7012
  leaf: !0
7011
7013
  };
7012
- C($a);
7014
+ $(Ca);
7013
7015
  const Gt = {
7014
7016
  key: "common_stepper_header_v1",
7015
7017
  name: "x-runtime-lib.stepperHeader",
@@ -7019,7 +7021,7 @@ const Gt = {
7019
7021
  compCommon: [y]
7020
7022
  }
7021
7023
  };
7022
- C(Gt);
7024
+ $(Gt);
7023
7025
  const co = {
7024
7026
  key: "settings",
7025
7027
  name: "x-runtime-lib.settings",
@@ -7040,7 +7042,7 @@ const co = {
7040
7042
  compCommon: [y, co]
7041
7043
  }
7042
7044
  };
7043
- C(Ht);
7045
+ $(Ht);
7044
7046
  const Ut = {
7045
7047
  key: "common_stepper_window_v1",
7046
7048
  name: "x-runtime-lib.stepperWindow",
@@ -7050,7 +7052,7 @@ const Ut = {
7050
7052
  compCommon: [y]
7051
7053
  }
7052
7054
  };
7053
- C(Ut);
7055
+ $(Ut);
7054
7056
  const uo = {
7055
7057
  key: "settings",
7056
7058
  name: "x-runtime-lib.settings",
@@ -7071,7 +7073,7 @@ const uo = {
7071
7073
  compCommon: [y, uo]
7072
7074
  }
7073
7075
  };
7074
- C(Jt);
7076
+ $(Jt);
7075
7077
  function Va(t, n) {
7076
7078
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7077
7079
  if (!o) {
@@ -7151,7 +7153,7 @@ function La(t, n) {
7151
7153
  }
7152
7154
  const i = E();
7153
7155
  M(i, r), i.basic.id = T(16), i.basic.key = Ut.key;
7154
- const l = Ct(t, n, "step1", "step 1"), c = Ct(t, n, "step2", "step 2"), u = Ct(t, n, "step3", "step 3");
7156
+ const l = $t(t, n, "step1", "step 1"), c = $t(t, n, "step2", "step 2"), u = $t(t, n, "step3", "step 3");
7155
7157
  return {
7156
7158
  nodeLite: A(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
7157
7159
  nodes: {
@@ -7162,7 +7164,7 @@ function La(t, n) {
7162
7164
  }
7163
7165
  };
7164
7166
  }
7165
- function Ct(t, n, e, o) {
7167
+ function $t(t, n, e, o) {
7166
7168
  const r = `type=${t} subtype=${n}`, i = B(t, n);
7167
7169
  if (!i) {
7168
7170
  console.error(
@@ -7194,13 +7196,13 @@ function za(t, n, e) {
7194
7196
  console.error(`stepperV1/spawnCard property tag not found, ${o}`);
7195
7197
  return;
7196
7198
  }
7197
- const i = Ge.properties[r];
7199
+ const i = He.properties[r];
7198
7200
  if (!i) {
7199
7201
  console.error(`stepperV1/spawnCard properties not found, ${o}`);
7200
7202
  return;
7201
7203
  }
7202
7204
  const l = E();
7203
- return M(l, i), l.basic.id = T(16), l.basic.key = Ge.key, l.settings.title = e, {
7205
+ return M(l, i), l.basic.id = T(16), l.basic.key = He.key, l.settings.title = e, {
7204
7206
  nodeLite: A(l, []),
7205
7207
  nodes: {
7206
7208
  [l.basic.id]: l
@@ -7234,7 +7236,7 @@ const mo = {
7234
7236
  },
7235
7237
  spawn: Va
7236
7238
  };
7237
- C(qt);
7239
+ $(qt);
7238
7240
  const Ta = {
7239
7241
  key: "common_switch_v1",
7240
7242
  name: "x-runtime-lib.switch",
@@ -7245,7 +7247,7 @@ const Ta = {
7245
7247
  },
7246
7248
  leaf: !0
7247
7249
  };
7248
- C(Ta);
7250
+ $(Ta);
7249
7251
  const po = {
7250
7252
  key: "settings",
7251
7253
  name: "x-runtime-lib.settings",
@@ -7273,7 +7275,7 @@ const po = {
7273
7275
  },
7274
7276
  leaf: !0
7275
7277
  };
7276
- C(Xt);
7278
+ $(Xt);
7277
7279
  function Ea(t, n) {
7278
7280
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7279
7281
  if (!o) {
@@ -7287,7 +7289,7 @@ function Ea(t, n) {
7287
7289
  }
7288
7290
  const i = E();
7289
7291
  M(i, r), i.basic.id = T(16), i.basic.key = Yt.key;
7290
- const l = $t(t, n, "tab1", "tab 1"), c = $t(t, n, "tab2", "tab 2"), u = $t(t, n, "tab3", "tab 3");
7292
+ const l = Ct(t, n, "tab1", "tab 1"), c = Ct(t, n, "tab2", "tab 2"), u = Ct(t, n, "tab3", "tab 3");
7291
7293
  return {
7292
7294
  nodeLite: A(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
7293
7295
  nodes: {
@@ -7298,7 +7300,7 @@ function Ea(t, n) {
7298
7300
  }
7299
7301
  };
7300
7302
  }
7301
- function $t(t, n, e, o) {
7303
+ function Ct(t, n, e, o) {
7302
7304
  const r = `type=${t} subtype=${n}`, i = B(t, n);
7303
7305
  if (!i) {
7304
7306
  console.error(`tabsV1/spawnTab property tag not found, ${r}`);
@@ -7415,20 +7417,20 @@ const fo = {
7415
7417
  },
7416
7418
  spawn: Ea
7417
7419
  };
7418
- C(Yt);
7420
+ $(Yt);
7419
7421
  function Aa(t, n) {
7420
7422
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7421
7423
  if (!o) {
7422
7424
  console.error(`textV1/spawn property tag not found, ${e}`);
7423
7425
  return;
7424
7426
  }
7425
- const r = Ce.properties[o];
7427
+ const r = $e.properties[o];
7426
7428
  if (!r) {
7427
7429
  console.error(`textV1/spawn properties not found, ${e}`);
7428
7430
  return;
7429
7431
  }
7430
7432
  const i = E();
7431
- return M(i, r), i.basic.id = T(16), i.basic.key = Ce.key, i.settings.text = "text", {
7433
+ return M(i, r), i.basic.id = T(16), i.basic.key = $e.key, i.settings.text = "text", {
7432
7434
  nodeLite: A(i),
7433
7435
  nodes: {
7434
7436
  [i.basic.id]: i
@@ -7521,7 +7523,7 @@ const yo = {
7521
7523
  default: !1
7522
7524
  }
7523
7525
  ]
7524
- }, Ce = {
7526
+ }, $e = {
7525
7527
  key: "common_text_v1",
7526
7528
  name: "x-runtime-lib.text",
7527
7529
  comp: yl,
@@ -7532,7 +7534,7 @@ const yo = {
7532
7534
  leaf: !0,
7533
7535
  spawn: Aa
7534
7536
  };
7535
- C(Ce);
7537
+ $($e);
7536
7538
  function Ma(t, n) {
7537
7539
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7538
7540
  if (!o) {
@@ -7634,7 +7636,7 @@ const bo = {
7634
7636
  leaf: !0,
7635
7637
  spawn: Ma
7636
7638
  };
7637
- C(Zt);
7639
+ $(Zt);
7638
7640
  const Qt = {
7639
7641
  key: "common_timeline_item_v1",
7640
7642
  name: "x-runtime-lib.timelineItem",
@@ -7644,7 +7646,7 @@ const Qt = {
7644
7646
  compCommon: [y]
7645
7647
  }
7646
7648
  };
7647
- C(Qt);
7649
+ $(Qt);
7648
7650
  function Wa(t, n) {
7649
7651
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7650
7652
  if (!o) {
@@ -7697,13 +7699,13 @@ function Ba(t, n, e) {
7697
7699
  console.error(`timelineV1/spawnText property tag not found, ${o}`);
7698
7700
  return;
7699
7701
  }
7700
- const i = Ce.properties[r];
7702
+ const i = $e.properties[r];
7701
7703
  if (!i) {
7702
7704
  console.error(`timelineV1/spawnText properties not found, ${o}`);
7703
7705
  return;
7704
7706
  }
7705
7707
  const l = E();
7706
- return M(l, i), l.basic.id = T(16), l.basic.key = Ce.key, l.settings.text = e, {
7708
+ return M(l, i), l.basic.id = T(16), l.basic.key = $e.key, l.settings.text = e, {
7707
7709
  nodeLite: A(l),
7708
7710
  nodes: {
7709
7711
  [l.basic.id]: l
@@ -7798,7 +7800,7 @@ const Ra = O(ee), Ka = O(ee), go = {
7798
7800
  },
7799
7801
  spawn: Wa
7800
7802
  };
7801
- C(en);
7803
+ $(en);
7802
7804
  const tn = {
7803
7805
  key: "common_window_item_v1",
7804
7806
  name: "x-runtime-lib.windowItem",
@@ -7808,7 +7810,7 @@ const tn = {
7808
7810
  compCommon: [y]
7809
7811
  }
7810
7812
  };
7811
- C(tn);
7813
+ $(tn);
7812
7814
  function Da(t, n) {
7813
7815
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7814
7816
  if (!o) {
@@ -7863,13 +7865,13 @@ function Oa(t, n, e) {
7863
7865
  );
7864
7866
  return;
7865
7867
  }
7866
- const i = He.properties[r];
7868
+ const i = Ue.properties[r];
7867
7869
  if (!i) {
7868
7870
  console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
7869
7871
  return;
7870
7872
  }
7871
7873
  const l = E();
7872
- M(l, i), l.basic.id = T(16), l.basic.key = He.key, l.size.height = "200px", l.settings.mainAlign.xs = "center", l.settings.crossAlign.xs = "center", l.settings.backgroundColor.mode = "theme", l.settings.backgroundColor.theme = "background2";
7874
+ M(l, i), l.basic.id = T(16), l.basic.key = Ue.key, l.size.height = "200px", l.settings.mainAlign.xs = "center", l.settings.crossAlign.xs = "center", l.settings.backgroundColor.mode = "theme", l.settings.backgroundColor.theme = "background2";
7873
7875
  const c = Fa(t, n, e);
7874
7876
  return {
7875
7877
  nodeLite: A(l, [c.nodeLite]),
@@ -7885,13 +7887,13 @@ function Fa(t, n, e) {
7885
7887
  console.error(`windowV1/spawnText property tag not found, ${o}`);
7886
7888
  return;
7887
7889
  }
7888
- const i = Ce.properties[r];
7890
+ const i = $e.properties[r];
7889
7891
  if (!i) {
7890
7892
  console.error(`windowV1/spawnText properties not found, ${o}`);
7891
7893
  return;
7892
7894
  }
7893
7895
  const l = E();
7894
- return M(l, i), l.basic.id = T(16), l.basic.key = Ce.key, l.settings.text = e, l.settings.style.xs = "h6", {
7896
+ return M(l, i), l.basic.id = T(16), l.basic.key = $e.key, l.settings.text = e, l.settings.style.xs = "h6", {
7895
7897
  nodeLite: A(l),
7896
7898
  nodes: {
7897
7899
  [l.basic.id]: l
@@ -7956,7 +7958,7 @@ const ho = {
7956
7958
  },
7957
7959
  spawn: Da
7958
7960
  };
7959
- C(nn);
7961
+ $(nn);
7960
7962
  const ot = {
7961
7963
  key: "settings",
7962
7964
  name: "x-runtime-lib.settings",
@@ -7987,7 +7989,7 @@ const ot = {
7987
7989
  },
7988
7990
  leaf: !0
7989
7991
  };
7990
- C(Na);
7992
+ $(Na);
7991
7993
  const rt = {
7992
7994
  key: "settings",
7993
7995
  name: "x-runtime-lib.settings",
@@ -8024,7 +8026,7 @@ const rt = {
8024
8026
  },
8025
8027
  leaf: !0
8026
8028
  };
8027
- C(ja);
8029
+ $(ja);
8028
8030
  const lt = {
8029
8031
  key: "settings",
8030
8032
  name: "x-runtime-lib.settings",
@@ -8048,7 +8050,7 @@ const lt = {
8048
8050
  },
8049
8051
  leaf: !0
8050
8052
  };
8051
- C(Ga);
8053
+ $(Ga);
8052
8054
  const _o = {
8053
8055
  key: "settings",
8054
8056
  name: "x-runtime-lib.settings",
@@ -8069,7 +8071,7 @@ const _o = {
8069
8071
  compCommon: [y, _o]
8070
8072
  }
8071
8073
  };
8072
- C(Ha);
8074
+ $(Ha);
8073
8075
  const at = {
8074
8076
  key: "settings",
8075
8077
  name: "x-runtime-lib.settings",
@@ -8099,10 +8101,10 @@ const at = {
8099
8101
  },
8100
8102
  leaf: !0
8101
8103
  };
8102
- C(Ua);
8103
- const Ke = O(ee);
8104
- Ke.key = "backgroundColor";
8105
- Ke.name = "x-runtime-lib.backgroundColor";
8104
+ $(Ua);
8105
+ const De = O(ee);
8106
+ De.key = "backgroundColor";
8107
+ De.name = "x-runtime-lib.backgroundColor";
8106
8108
  const Fo = {
8107
8109
  key: "adaptSlot",
8108
8110
  name: "x-runtime-lib.adaptSlot",
@@ -8111,19 +8113,19 @@ const Fo = {
8111
8113
  }, Ja = {
8112
8114
  key: "settings",
8113
8115
  name: "x-runtime-lib.settings",
8114
- children: [Ke]
8116
+ children: [De]
8115
8117
  }, qa = {
8116
8118
  key: "settings",
8117
8119
  name: "x-runtime-lib.settings",
8118
- children: [Ke, Fo]
8120
+ children: [De, Fo]
8119
8121
  }, Xa = {
8120
8122
  key: "settings",
8121
8123
  name: "x-runtime-lib.settings",
8122
- children: [Ke]
8124
+ children: [De]
8123
8125
  }, Ya = {
8124
8126
  key: "settings",
8125
8127
  name: "x-runtime-lib.settings",
8126
- children: [Ke, Fo]
8128
+ children: [De, Fo]
8127
8129
  }, Za = {
8128
8130
  key: "startup",
8129
8131
  name: "x-runtime-lib.startup"
@@ -8165,7 +8167,7 @@ const Fo = {
8165
8167
  events: [Za, Qa, ec],
8166
8168
  internal: !0
8167
8169
  };
8168
- C(tc);
8170
+ $(tc);
8169
8171
  const nc = [
8170
8172
  { title: "x-runtime-lib.title", value: "title" },
8171
8173
  { title: "x-runtime-lib.end", value: "end" },
@@ -8310,12 +8312,12 @@ const nc = [
8310
8312
  { title: "x-runtime-lib.notSet", value: "" },
8311
8313
  { title: "x-runtime-lib.end", value: "end" },
8312
8314
  { title: "x-runtime-lib.start", value: "start" }
8313
- ], Cc = [
8315
+ ], $c = [
8314
8316
  { title: "x-runtime-lib.notSet", value: "" },
8315
8317
  { title: "x-runtime-lib.end", value: "end" },
8316
8318
  { title: "x-runtime-lib.start", value: "start" },
8317
8319
  { title: "x-runtime-lib.both", value: "both" }
8318
- ], $c = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8320
+ ], Cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8319
8321
  __proto__: null,
8320
8322
  alignTabsItemsV1: nc,
8321
8323
  axisTypeItemsV1: oc,
@@ -8341,7 +8343,7 @@ const nc = [
8341
8343
  timelineAlignItemsV1: wc,
8342
8344
  timelineDirectionItemsV1: Ic,
8343
8345
  timelineSideItemsV1: Sc,
8344
- timelineTruncateLineItemsV1: Cc
8346
+ timelineTruncateLineItemsV1: $c
8345
8347
  }, Symbol.toStringTag, { value: "Module" })), Vc = [
8346
8348
  {
8347
8349
  title: "x-runtime-lib.notSet",
@@ -8810,7 +8812,7 @@ const nc = [
8810
8812
  version: "v1",
8811
8813
  globalityKey: "globality_v1",
8812
8814
  refKey: "ref_v1",
8813
- items: { ...$c },
8815
+ items: { ...Cc },
8814
8816
  types: { ...Mc },
8815
8817
  elements: /* @__PURE__ */ new Set([
8816
8818
  "globality_v1",
@@ -9044,7 +9046,7 @@ function Z() {
9044
9046
  function Au(t) {
9045
9047
  ye(Ho, rn(t));
9046
9048
  }
9047
- function De() {
9049
+ function Oe() {
9048
9050
  return fe(Ho);
9049
9051
  }
9050
9052
  function Mu(t) {
@@ -9065,7 +9067,7 @@ function Bu(t) {
9065
9067
  function we() {
9066
9068
  return fe(qo);
9067
9069
  }
9068
- function $e(t) {
9070
+ function Ce(t) {
9069
9071
  ye(Xo, t);
9070
9072
  }
9071
9073
  function le() {
@@ -9089,7 +9091,7 @@ function Uc(t) {
9089
9091
  function _e() {
9090
9092
  return fe(Qo, void 0);
9091
9093
  }
9092
- function Fe(t) {
9094
+ function Ne(t) {
9093
9095
  const n = [t.type];
9094
9096
  return t.type === "elementProperty" ? n.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? n.push(t.propertyId) : t.type === "state" ? n.push(t.stateId) : console.assert(!1), n.join("/");
9095
9097
  }
@@ -9109,7 +9111,7 @@ function ct(t, n, e, o, r) {
9109
9111
  }
9110
9112
  let m = null;
9111
9113
  for (const p of u)
9112
- if (e === Fe(p)) {
9114
+ if (e === Ne(p)) {
9113
9115
  if (p.subKeys) {
9114
9116
  if (!ce(
9115
9117
  Ie(o, p.subKeys),
@@ -9327,14 +9329,14 @@ function et(t, n) {
9327
9329
  function tm() {
9328
9330
  let t;
9329
9331
  const n = async () => (t = (await Li()).newRuntime(), console.log("runtime created"), t);
9330
- return Je(() => {
9332
+ return Be(() => {
9331
9333
  t && (t.dispose(), console.log("runtime dispose"));
9332
9334
  }), { createRuntime: n };
9333
9335
  }
9334
9336
  function Me(t) {
9335
9337
  return !!t.vm;
9336
9338
  }
9337
- function Ue(t, n) {
9339
+ function Je(t, n) {
9338
9340
  if (n === null)
9339
9341
  return t.null;
9340
9342
  if (n === !0)
@@ -9344,7 +9346,7 @@ function Ue(t, n) {
9344
9346
  if (Array.isArray(n)) {
9345
9347
  const e = t.newArray();
9346
9348
  for (let o = 0; o < n.length; o++) {
9347
- const r = Ue(t, n[o]);
9349
+ const r = Je(t, n[o]);
9348
9350
  t.setProp(e, o.toString(), r), r.dispose();
9349
9351
  }
9350
9352
  return e;
@@ -9357,7 +9359,7 @@ function Ue(t, n) {
9357
9359
  case "object": {
9358
9360
  const e = t.newObject();
9359
9361
  for (const o of Object.keys(n)) {
9360
- const r = Ue(t, n[o]);
9362
+ const r = Je(t, n[o]);
9361
9363
  t.setProp(e, o, r), r.dispose();
9362
9364
  }
9363
9365
  return e;
@@ -9533,10 +9535,16 @@ function eu(t) {
9533
9535
  const d = t.children[c];
9534
9536
  d && (m = d.getCustomProperty(u));
9535
9537
  } else if (l === "multipleRefProperty") {
9536
- const d = t.children[c + "/" + i];
9538
+ const d = t.children[`${c}/${i}`];
9537
9539
  d && (m = d.getCustomProperty(u));
9538
- } else l === "slotProperty" || l === "multipleSlotProperty" || (l === "customProperty" ? m = t.getCustomProperty(u) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.getAdaptSlotProperty(u) : console.assert(!1));
9539
- return Ue(n, m);
9540
+ } else if (l === "slotProperty") {
9541
+ const d = t.children[c];
9542
+ d && (m = d.getSlotProperty(u));
9543
+ } else if (l === "multipleSlotProperty") {
9544
+ const d = t.children[`${c}/${i}`];
9545
+ d && (m = d.getSlotProperty(u));
9546
+ } else l === "customProperty" ? m = t.getCustomProperty(u) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.getAdaptSlotProperty(u) : console.assert(!1);
9547
+ return Je(n, m);
9540
9548
  }).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, r) => {
9541
9549
  const i = n.getString(e), l = n.getString(o), c = n.dump(r), { kind: u, nodeId: m, propertyKey: d } = xo(i);
9542
9550
  if (u === "elementProperty")
@@ -9545,9 +9553,15 @@ function eu(t) {
9545
9553
  const p = t.children[m];
9546
9554
  p && p.setCustomProperty(d, c);
9547
9555
  } else if (u === "multipleRefProperty") {
9548
- const p = t.children[m + "/" + l];
9556
+ const p = t.children[`${m}/${l}`];
9549
9557
  p && p.setCustomProperty(d, c);
9550
- } else u === "slotProperty" || u === "multipleSlotProperty" || (u === "customProperty" ? t.setCustomProperty(d, c) : u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
9558
+ } else if (u === "slotProperty") {
9559
+ const p = t.children[m];
9560
+ p && p.setSlotProperty(d, c);
9561
+ } else if (u === "multipleSlotProperty") {
9562
+ const p = t.children[`${m}/${l}`];
9563
+ p && p.setSlotProperty(d, c);
9564
+ } else u === "customProperty" ? t.setCustomProperty(d, c) : u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1);
9551
9565
  }).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, r) => {
9552
9566
  const i = n.getString(e), l = n.getString(o), c = n.dump(r), { kind: u, nodeId: m, methodKey: d } = ei(i);
9553
9567
  let p;
@@ -9563,7 +9577,7 @@ function eu(t) {
9563
9577
  return p;
9564
9578
  }).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
9565
9579
  const o = n.getString(e), r = t.getState(o);
9566
- return Ue(n, r);
9580
+ return Je(n, r);
9567
9581
  }).consume((e) => n.setProp(n.global, "__getStateV1__", e)), n.newFunction("__setStateV1__", (e, o) => {
9568
9582
  const r = n.getString(e), i = n.dump(o);
9569
9583
  t.setState(r, i);
@@ -9718,17 +9732,19 @@ class iu {
9718
9732
  this.kind = n, this.nodeId = e, this.refKey = o, this.parent = r, this.org = i, this.env = l, this.mode = c, this.type = u, this.hooks = m, this.parent?.addChild(this), this.debugTrace("constructor");
9719
9733
  }
9720
9734
  dispose() {
9721
- this.parent?.removeChild(this.nodeId), this.destroyVm(), this.debugTrace("dispose");
9735
+ this.parent?.removeChild(this.nodeId, this.refKey), this.destroyVm(), this.debugTrace("dispose");
9722
9736
  }
9723
9737
  debugTrace(...n) {
9724
- const e = this.nodeId ? `sandbox/${this.nodeId}` : "sandbox/root";
9725
- console.log(`<${e}>`, ...n);
9738
+ let e = "sandbox/root";
9739
+ this.nodeId && (e = `sandbox/${this.nodeId}`), this.refKey && (e += `/${this.refKey}`), console.log(`<${e}>`, ...n);
9726
9740
  }
9727
9741
  addChild(n) {
9728
- this.children[n.nodeId] = n;
9742
+ let e = n.nodeId;
9743
+ n.refKey && (e += `/${n.refKey}`), this.children[e] = n;
9729
9744
  }
9730
- removeChild(n) {
9731
- delete this.children[n];
9745
+ removeChild(n, e) {
9746
+ let o = n;
9747
+ e && (o += `/${e}`), delete this.children[o];
9732
9748
  }
9733
9749
  //--------------------------
9734
9750
  // 虚拟机
@@ -9753,7 +9769,7 @@ class iu {
9753
9769
  this.debugTrace(`call ${n}(${o})`);
9754
9770
  const r = this.vm.getProp(this.vm.global, n), i = [];
9755
9771
  for (const l of e)
9756
- i.push(Ue(this.vm, l));
9772
+ i.push(Je(this.vm, l));
9757
9773
  this.vm.callFunction(r, this.vm.global, ...i), r.dispose();
9758
9774
  }
9759
9775
  //--------------------------
@@ -9868,7 +9884,7 @@ class iu {
9868
9884
  }
9869
9885
  }
9870
9886
  function tt(t, n, e, o, r) {
9871
- const i = Nc(), l = jc(), c = Z(), u = we(), m = De(), d = Ze(), p = Hc(), f = (b, h, V, R) => {
9887
+ const i = Nc(), l = jc(), c = Z(), u = we(), m = Oe(), d = Ze(), p = Hc(), f = (b, h, V, R) => {
9872
9888
  if (ie(c)) {
9873
9889
  if (ce(h, ["settings", "slot"])) {
9874
9890
  const N = t.value?.view.nodeLites.find(
@@ -9892,7 +9908,7 @@ function tt(t, n, e, o, r) {
9892
9908
  h instanceof Array ? N = h.join(".") : N = h, ct(
9893
9909
  x,
9894
9910
  t.value.code.reactivity,
9895
- Fe({
9911
+ Ne({
9896
9912
  type: "elementProperty",
9897
9913
  nodeId: b,
9898
9914
  propertyKeys: N
@@ -9925,7 +9941,7 @@ function tt(t, n, e, o, r) {
9925
9941
  ), t.value?.code.reactivity && ct(
9926
9942
  x,
9927
9943
  t.value.code.reactivity,
9928
- Fe({ type: "customProperty", propertyId: b }),
9944
+ Ne({ type: "customProperty", propertyId: b }),
9929
9945
  h,
9930
9946
  V
9931
9947
  ));
@@ -9935,7 +9951,7 @@ function tt(t, n, e, o, r) {
9935
9951
  ie(c) && t.value?.code.reactivity && ct(
9936
9952
  x,
9937
9953
  t.value.code.reactivity,
9938
- Fe({ type: "adaptSlotProperty", propertyId: b }),
9954
+ Ne({ type: "adaptSlotProperty", propertyId: b }),
9939
9955
  h,
9940
9956
  V
9941
9957
  );
@@ -9948,7 +9964,7 @@ function tt(t, n, e, o, r) {
9948
9964
  ), t.value?.code.reactivity && ct(
9949
9965
  x,
9950
9966
  t.value.code.reactivity,
9951
- Fe({ type: "state", stateId: b }),
9967
+ Ne({ type: "state", stateId: b }),
9952
9968
  h,
9953
9969
  V
9954
9970
  ));
@@ -9969,7 +9985,7 @@ function tt(t, n, e, o, r) {
9969
9985
  onStateChange: v
9970
9986
  }
9971
9987
  );
9972
- if (Uc(x), Je(() => {
9988
+ if (Uc(x), Be(() => {
9973
9989
  x.dispose();
9974
9990
  }), ie(c)) {
9975
9991
  const b = async () => {
@@ -10027,7 +10043,7 @@ export {
10027
10043
  oa as btnToggleV1,
10028
10044
  At as btnV1,
10029
10045
  ut as calcBreakpoint,
10030
- Ge as cardV1,
10046
+ He as cardV1,
10031
10047
  ra as checkboxV1,
10032
10048
  Wt as chipGroupV1,
10033
10049
  Mt as chipV1,
@@ -10045,12 +10061,12 @@ export {
10045
10061
  Lu as duplicateNodePairs,
10046
10062
  wu as elementKeys,
10047
10063
  ke as elements,
10048
- $u as fileInputV1,
10064
+ Cu as fileInputV1,
10049
10065
  Rt as flexLayoutEntryV1,
10050
- He as flexLayoutV1,
10066
+ Ue as flexLayoutV1,
10051
10067
  Ot as formV1,
10052
10068
  T as genId,
10053
- Oe as getBreakpointProp,
10069
+ Fe as getBreakpointProp,
10054
10070
  Ie as getField,
10055
10071
  wn as getIndexOfBreakpoint,
10056
10072
  Pu as getNodeLite,
@@ -10066,7 +10082,7 @@ export {
10066
10082
  Ze as injectDark,
10067
10083
  le as injectData,
10068
10084
  Gc as injectDepends,
10069
- De as injectDevice,
10085
+ Oe as injectDevice,
10070
10086
  jc as injectEnv,
10071
10087
  Qe as injectId,
10072
10088
  Z as injectMode,
@@ -10095,11 +10111,11 @@ export {
10095
10111
  Nu as makePropertyKeyOfCustomSlot,
10096
10112
  Ou as makePropertyKeyOfElementSlot,
10097
10113
  Qu as makeSlotId,
10098
- Fe as makeTriggerId,
10114
+ Ne as makeTriggerId,
10099
10115
  Rl as mapControlsV1,
10100
10116
  _a as menuV1,
10101
- Ne as meshBasicMaterialV1,
10102
- je as meshV1,
10117
+ je as meshBasicMaterialV1,
10118
+ Ge as meshV1,
10103
10119
  Na as multipleRefV1,
10104
10120
  ja as multipleSlotV1,
10105
10121
  Ft as numberInputV1,
@@ -10117,7 +10133,7 @@ export {
10117
10133
  Oc as pkgs,
10118
10134
  Jl as pointLightV1,
10119
10135
  Mu as provideDark,
10120
- $e as provideData,
10136
+ Ce as provideData,
10121
10137
  Ru as provideDepends,
10122
10138
  Au as provideDevice,
10123
10139
  Tu as provideEnv,
@@ -10132,12 +10148,12 @@ export {
10132
10148
  Ia as rangeSliderV1,
10133
10149
  Sa as ratingV1,
10134
10150
  Ga as referenceV1,
10135
- C as regElement,
10151
+ $ as regElement,
10136
10152
  Ha as renderSwitchV1,
10137
10153
  Ai as reverseBreakpoints,
10138
- Ca as selectV1,
10154
+ $a as selectV1,
10139
10155
  ln as setField,
10140
- $a as sliderV1,
10156
+ Ca as sliderV1,
10141
10157
  Ua as slotV1,
10142
10158
  Vu as spawnNode,
10143
10159
  zt as sphereGeometryV1,
@@ -10151,11 +10167,11 @@ export {
10151
10167
  Xt as tabV1,
10152
10168
  Yt as tabsV1,
10153
10169
  Dt as textFieldV1,
10154
- Ce as textV1,
10170
+ $e as textV1,
10155
10171
  Zt as textareaV1,
10156
10172
  Qt as timelineItemV1,
10157
10173
  en as timelineV1,
10158
- Cu as toEventName,
10174
+ $u as toEventName,
10159
10175
  Su as toMethodName,
10160
10176
  A as toNodeLite,
10161
10177
  Iu as toPropertyName,