x-runtime-lib 0.8.24 → 0.8.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { defineComponent as $, createElementBlock as X, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as Z, onBeforeMount as No, onUnmounted as Ke, createBlock as V, withCtx as I, createCommentVNode as ee, useTemplateRef as qi, onMounted as Xi, nextTick as Yi, h as ae, resolveComponent as z, createVNode as H, isRef as O, createSlots as Pn, renderList as Mo, useId as Ji, withModifiers as Ro, normalizeClass as Do, toDisplayString as Fo, inject as oe, provide as se, readonly as zn } from "vue";
2
- import { globalObjects as be, waitUtil as Zi, eventBus as Qi, useViewStack as eo, messageInfo as Go, messageSuccess as Ho, messageWarning as to, messageError as no, createAxios as jo, openConfirmDlg as Ko, openPromptDlg as Oo } from "x-essential-lib";
3
- import { CameraHelper as io, DirectionalLightHelper as Uo, PointLightHelper as qo, SpotLightHelper as Xo } from "three";
1
+ import { defineComponent as $, createElementBlock as X, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as Z, onBeforeMount as No, onUnmounted as Ke, createBlock as V, withCtx as I, createCommentVNode as ee, useTemplateRef as qi, onMounted as Xi, nextTick as Yi, h as ae, resolveComponent as z, createVNode as H, isRef as U, createSlots as Pn, renderList as Ro, useId as Ji, withModifiers as Mo, normalizeClass as Do, toDisplayString as Fo, inject as oe, provide as se, readonly as zn } from "vue";
2
+ import { globalObjects as be, waitUtil as Zi, eventBus as Qi, useViewStack as eo, messageInfo as Go, messageSuccess as Ho, messageWarning as to, messageError as no, createAxios as jo, openConfirmDlg as Ko, openPromptDlg as Uo } from "x-essential-lib";
3
+ import { CameraHelper as io, DirectionalLightHelper as Oo, PointLightHelper as qo, SpotLightHelper as Xo } from "three";
4
4
  import { c as B, i as ne, q as Be, u as Yo, r as oo, e as so, a as Jo, b as Zo, d as Qo, f as es, g as ts, h as ns, j as is, k as os, l as ro, X as ss, Y as rs, K as ls, m as as, n as us, o as cs, I as ms } from "./vendor.dd29fg1n.js";
5
5
  import { getErrorMessage as ps } from "x-error-lib";
6
6
  import { useTheme as ds } from "vuetify";
@@ -42,41 +42,20 @@ const bs = ["common", "scene"], ys = ["common", "scene"];
42
42
  function hs(t) {
43
43
  return t === "elementProperty" || t === "elementSlotProperty";
44
44
  }
45
- function Pc(t, e) {
46
- return `${t}@${e}`;
47
- }
48
- function zc(t) {
49
- const e = t.indexOf("@");
50
- return e < 0 ? (console.assert(!1, "invalid property key"), ["elementProperty", ""]) : [t.substring(0, e), t.substring(e + 1)];
51
- }
52
- function Ac(t, e, i) {
53
- return `${t}@${e}@${i}`;
45
+ function Pc(t, e, i) {
46
+ return `${t}/${e}/${i}`;
54
47
  }
55
48
  function gs(t) {
56
49
  return t === "elementMethod" || t === "elementSlotMethod";
57
50
  }
58
- function Lc(t, e) {
59
- return `${t}@${e}`;
60
- }
61
- function Bc(t) {
62
- const e = t.indexOf("@");
63
- return e < 0 ? (console.assert(!1, "invalid method key"), ["elementMethod", ""]) : [t.substring(0, e), t.substring(e + 1)];
64
- }
65
- function Wc(t, e, i) {
66
- return `${t}@${e}@${i}`;
51
+ function zc(t, e, i) {
52
+ return `${t}/${e}/${i}`;
67
53
  }
68
54
  function xs(t) {
69
55
  return t === "elementEvent" || t === "elementPropertyChangeEvent";
70
56
  }
71
- function Ec(t, e) {
72
- return `${t}@${e}`;
73
- }
74
- function Nc(t) {
75
- const e = t.indexOf("@");
76
- return e < 0 ? (console.assert(!1, "invalid event key"), ["elementEvent", ""]) : [t.substring(0, e), t.substring(e + 1)];
77
- }
78
57
  function Ce(t, e, i) {
79
- return `${t}@${e}@${i}`;
58
+ return `${t}/${e}/${i}`;
80
59
  }
81
60
  const Xn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
82
61
  function T(t) {
@@ -87,7 +66,7 @@ function T(t) {
87
66
  }
88
67
  return e;
89
68
  }
90
- function Oe(t) {
69
+ function Ue(t) {
91
70
  if (typeof t != "string" || !t.endsWith("px"))
92
71
  return !1;
93
72
  const e = t.substring(0, t.length - 2), i = parseFloat(e);
@@ -99,7 +78,7 @@ function An(t) {
99
78
  const e = t.substring(0, t.length - 1), i = parseFloat(e);
100
79
  return !isNaN(i);
101
80
  }
102
- function Mc(t) {
81
+ function Ac(t) {
103
82
  if (typeof t != "string" || !t.endsWith("px"))
104
83
  return;
105
84
  const e = t.substring(0, t.length - 2), i = parseFloat(e);
@@ -114,7 +93,7 @@ function qt(t) {
114
93
  return i;
115
94
  }
116
95
  const lo = ["xs", "sm", "md", "lg", "xl"], vs = [...lo].reverse();
117
- function Re(t) {
96
+ function Me(t) {
118
97
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
119
98
  }
120
99
  function Yn(t) {
@@ -164,17 +143,17 @@ function Ln(t, e, i) {
164
143
  a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
165
144
  }), l;
166
145
  }
167
- function Rc(t, e) {
146
+ function Lc(t, e) {
168
147
  const { i18n: i } = be;
169
148
  let o = "";
170
149
  return e === "elementProperty" || (e === "refProperty" ? o = `${i.global.t("x-runtime-lib.ref")} / ` : e === "customProperty" ? o = `${i.global.t("x-runtime-lib.custom")} / ` : e === "elementSlotProperty" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : e === "customSlotProperty" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : console.assert(!1)), Ln(o, t, hs(e));
171
150
  }
172
- function Dc(t, e) {
151
+ function Bc(t, e) {
173
152
  const { i18n: i } = be;
174
153
  let o = "";
175
154
  return e === "elementMethod" || (e === "refMethod" ? o = `${i.global.t("x-runtime-lib.ref")} / ` : e === "customMethod" ? o = `${i.global.t("x-runtime-lib.custom")} / ` : e === "elementSlotMethod" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : e === "customSlotMethod" ? o = `${i.global.t("x-runtime-lib.slot")} / ` : console.assert(!1)), Ln(o, t, gs(e));
176
155
  }
177
- function Fc(t, e) {
156
+ function Wc(t, e) {
178
157
  const { i18n: i } = be;
179
158
  let o = "";
180
159
  return e === "elementEvent" || (e === "refEvent" ? o = `${i.global.t("x-runtime-lib.ref")} / ` : e === "customEvent" ? o = `${i.global.t("x-runtime-lib.custom")} / ` : e === "elementPropertyChangeEvent" || e === "customPropertyChangeEvent" ? o = `${i.global.t("x-runtime-lib.propertyChange")} / ` : e === "stateChangeEvent" ? o = `${i.global.t("x-runtime-lib.stateChange")} / ` : console.assert(!1)), Ln(o, t, xs(e));
@@ -560,7 +539,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
560
539
  }, [
561
540
  n(i) === "editor" ? (v(), V(n(Be), {
562
541
  key: 0,
563
- type: n(Uo)
542
+ type: n(Oo)
564
543
  }, null, 8, ["type"])) : ee("", !0),
565
544
  L(b.$slots, "default")
566
545
  ], 8, Bs)
@@ -601,7 +580,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
601
580
  _: 3
602
581
  }, 8, ["position", "rotation", "scale"]));
603
582
  }
604
- }), Ms = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Rs = /* @__PURE__ */ $({
583
+ }), Rs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Ms = /* @__PURE__ */ $({
605
584
  __name: "index",
606
585
  props: {
607
586
  node: {},
@@ -631,7 +610,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
631
610
  type: n(Xo)
632
611
  }, null, 8, ["type"])) : ee("", !0),
633
612
  L(f.$slots, "default")
634
- ], 8, Ms)
613
+ ], 8, Rs)
635
614
  ]),
636
615
  _: 3
637
616
  }, 8, ["position", "rotation", "scale"]));
@@ -665,7 +644,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
665
644
  _: 3
666
645
  }, 8, ["position", "rotation", "scale"]));
667
646
  }
668
- }), Ks = ["position", "rotation", "scale"], Os = /* @__PURE__ */ $({
647
+ }), Ks = ["position", "rotation", "scale"], Us = /* @__PURE__ */ $({
669
648
  __name: "index",
670
649
  props: {
671
650
  node: {},
@@ -681,8 +660,8 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
681
660
  L(s.$slots, "default")
682
661
  ], 8, Ks));
683
662
  }
684
- }), Us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], qs = "#242424", Xs = {}, Ys = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ar = { 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" } }, ur = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, 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"] } } }, pr = { 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"] } } }, dr = { 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"] } } }, fr = { 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 = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#eeeeee" } }, hr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, gr = { 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" } } }, xr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, vr = { 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" } }, kr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, _r = {
685
- color: Us,
663
+ }), Os = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], qs = "#242424", Xs = {}, Ys = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Js = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ar = { 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" } }, ur = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, 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"] } } }, pr = { 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"] } } }, dr = { 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"] } } }, fr = { 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 = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#eeeeee" } }, hr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, gr = { 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" } } }, xr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, vr = { 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" } }, kr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, _r = {
664
+ color: Os,
686
665
  backgroundColor: qs,
687
666
  textStyle: Xs,
688
667
  title: Ys,
@@ -711,7 +690,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
711
690
  visualMap: xr,
712
691
  dataZoom: vr,
713
692
  markPoint: kr
714
- }, wr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Vr = "#f5f5f5", $r = {}, Ir = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Sr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Tr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Mr = { 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" } }, Rr = { 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)" } } }, Dr = { 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)" } } }, Fr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Gr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Hr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, jr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Kr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Or = { textStyle: { color: "#333333" } }, Ur = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, qr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Xr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Yr = { 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" } } }, Zr = {
693
+ }, wr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Vr = "#f5f5f5", $r = {}, Ir = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Sr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Tr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Mr = { 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)" } } }, Dr = { 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)" } } }, Fr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Gr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Hr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, jr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Kr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ur = { textStyle: { color: "#333333" } }, Or = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, qr = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Xr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Yr = { 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" } } }, Zr = {
715
694
  color: wr,
716
695
  backgroundColor: Vr,
717
696
  textStyle: $r,
@@ -727,16 +706,16 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
727
706
  funnel: Wr,
728
707
  gauge: Er,
729
708
  candlestick: Nr,
730
- graph: Mr,
731
- map: Rr,
709
+ graph: Rr,
710
+ map: Mr,
732
711
  geo: Dr,
733
712
  categoryAxis: Fr,
734
713
  valueAxis: Gr,
735
714
  logAxis: Hr,
736
715
  timeAxis: jr,
737
716
  toolbox: Kr,
738
- legend: Or,
739
- tooltip: Ur,
717
+ legend: Ur,
718
+ tooltip: Or,
740
719
  timeline: qr,
741
720
  visualMap: Xr,
742
721
  dataZoom: Yr,
@@ -764,22 +743,22 @@ const Qr = /* @__PURE__ */ $({
764
743
  const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: f } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: x } = fo(e), { applyLegend: g } = uo(e), { applySeries: w } = co(e), C = k(() => {
765
744
  const S = {}, D = s.value.type;
766
745
  return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
767
- }), M = qi("chart");
746
+ }), R = qi("chart");
768
747
  let W;
769
748
  const F = () => {
770
- W?.dispose(), W = so.init(M.value, o.value ? "dark" : "light");
749
+ W?.dispose(), W = so.init(R.value, o.value ? "dark" : "light");
771
750
  const S = {};
772
751
  W.setOption(S);
773
- }, R = () => {
752
+ }, M = () => {
774
753
  W?.resize();
775
754
  }, E = () => {
776
755
  const S = {};
777
756
  f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
778
757
  };
779
758
  return Xi(async () => {
780
- window.addEventListener("resize", R, !1), await Zi(() => !!M.value), F(), E();
759
+ window.addEventListener("resize", M, !1), await Zi(() => !!R.value), F(), E();
781
760
  }), Ke(() => {
782
- window.removeEventListener("resize", R, !1), W?.dispose();
761
+ window.removeEventListener("resize", M, !1), W?.dispose();
783
762
  }), Z(
784
763
  [
785
764
  () => i.value.width,
@@ -792,7 +771,7 @@ const Qr = /* @__PURE__ */ $({
792
771
  u
793
772
  ],
794
773
  async () => {
795
- await Yi(), R();
774
+ await Yi(), M();
796
775
  }
797
776
  ), Z([o], () => {
798
777
  F(), E();
@@ -817,22 +796,22 @@ const Qr = /* @__PURE__ */ $({
817
796
  const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: b, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: f } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: x } = fo(e), { applyLegend: g } = uo(e), { applySeries: w } = co(e), C = k(() => {
818
797
  const S = {}, D = s.value.type;
819
798
  return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
820
- }), M = qi("chart");
799
+ }), R = qi("chart");
821
800
  let W;
822
801
  const F = () => {
823
- W?.dispose(), W = so.init(M.value, o.value ? "dark" : "light");
802
+ W?.dispose(), W = so.init(R.value, o.value ? "dark" : "light");
824
803
  const S = {};
825
804
  W.setOption(S);
826
- }, R = () => {
805
+ }, M = () => {
827
806
  W?.resize();
828
807
  }, E = () => {
829
808
  const S = {};
830
809
  f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
831
810
  };
832
811
  return Xi(async () => {
833
- window.addEventListener("resize", R, !1), await Zi(() => !!M.value), F(), E();
812
+ window.addEventListener("resize", M, !1), await Zi(() => !!R.value), F(), E();
834
813
  }), Ke(() => {
835
- window.removeEventListener("resize", R, !1), W?.dispose();
814
+ window.removeEventListener("resize", M, !1), W?.dispose();
836
815
  }), Z(
837
816
  [
838
817
  () => i.value.width,
@@ -845,7 +824,7 @@ const Qr = /* @__PURE__ */ $({
845
824
  u
846
825
  ],
847
826
  async () => {
848
- await Yi(), R();
827
+ await Yi(), M();
849
828
  }
850
829
  ), Z([o], () => {
851
830
  F(), E();
@@ -967,7 +946,7 @@ const Qr = /* @__PURE__ */ $({
967
946
  "settings",
968
947
  "addIcon",
969
948
  "prepend"
970
- ]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "ripple"]), { prop: M } = r(e, ["settings", "size"]), { prop: W } = r(e, ["settings", "stacked"]), { prop: F } = r(e, ["settings", "text"]), { theme: R } = N(), { prop: E } = r(e, ["settings", "variant"]), { prop: S } = r(e, ["size", "width"]), D = (Y) => {
949
+ ]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "ripple"]), { prop: R } = r(e, ["settings", "size"]), { prop: W } = r(e, ["settings", "stacked"]), { prop: F } = r(e, ["settings", "text"]), { theme: M } = N(), { prop: E } = r(e, ["settings", "variant"]), { prop: S } = r(e, ["size", "width"]), D = (Y) => {
971
950
  i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", Y.clientX), o.setVariable("__pointerPosY__", Y.clientY), o.callFunction("__triggerEventV1__", [
972
951
  Ce("elementEvent", "click", e.node.basic.id)
973
952
  ]));
@@ -991,10 +970,10 @@ const Qr = /* @__PURE__ */ $({
991
970
  "prepend-icon": n(g),
992
971
  readonly: n(w),
993
972
  ripple: n(C),
994
- size: n(M),
973
+ size: n(R),
995
974
  stacked: n(W),
996
975
  text: n(F),
997
- theme: n(R),
976
+ theme: n(M),
998
977
  variant: n(E),
999
978
  width: n(S),
1000
979
  onClick: D
@@ -1053,8 +1032,8 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1053
1032
  setup(t) {
1054
1033
  const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: b } = r(e, ["size", "minHeight"]), { prop: m } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: c } = r(e, ["settings", "text"]), { theme: f } = N(), { prop: h } = r(e, ["settings", "title"]), { prop: x } = r(e, ["settings", "variant"]), { prop: g } = r(e, ["size", "width"]);
1055
1034
  return (w, C) => {
1056
- const M = z("v-card");
1057
- return v(), V(M, {
1035
+ const R = z("v-card");
1036
+ return v(), V(R, {
1058
1037
  density: n(i),
1059
1038
  disabled: n(o),
1060
1039
  height: n(l),
@@ -1133,7 +1112,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1133
1112
  const f = z("v-chip-group");
1134
1113
  return v(), V(f, {
1135
1114
  modelValue: n(m),
1136
- "onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
1115
+ "onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
1137
1116
  column: n(i),
1138
1117
  direction: n(o),
1139
1118
  disabled: n(l),
@@ -1193,7 +1172,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1193
1172
  default: I(() => [
1194
1173
  H(u, {
1195
1174
  modelValue: n(d),
1196
- "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1175
+ "onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
1197
1176
  "hide-details": n(i),
1198
1177
  label: n(o),
1199
1178
  placeholder: n(l),
@@ -1254,7 +1233,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1254
1233
  theme: n(u),
1255
1234
  width: n(c)
1256
1235
  }, Pn({ _: 2 }, [
1257
- Mo(f.value, (w) => ({
1236
+ Ro(f.value, (w) => ({
1258
1237
  name: `item.${w.column}`,
1259
1238
  fn: I(({ value: C }) => [
1260
1239
  H(n(fe), {
@@ -1288,7 +1267,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1288
1267
  const b = z("v-dialog");
1289
1268
  return v(), V(b, {
1290
1269
  modelValue: n(s),
1291
- "onUpdate:modelValue": d[0] || (d[0] = (m) => O(s) ? s.value = m : null),
1270
+ "onUpdate:modelValue": d[0] || (d[0] = (m) => U(s) ? s.value = m : null),
1292
1271
  attach: "#dialogContainer"
1293
1272
  }, {
1294
1273
  activator: I(() => [
@@ -1340,7 +1319,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1340
1319
  "backgroundColor"
1341
1320
  ]), { color: m } = j(b), u = (f) => {
1342
1321
  m.value && (f.backgroundColor = m.value), f.display = "flex";
1343
- const h = Re(i.value.width), x = Ie(h, e.node.settings?.direction);
1322
+ const h = Me(i.value.width), x = Ie(h, e.node.settings?.direction);
1344
1323
  x === "row" ? f.flexDirection = "row" : x === "rowReverse" ? f.flexDirection = "row-reverse" : x === "column" ? f.flexDirection = "column" : x === "columnReverse" && (f.flexDirection = "column-reverse");
1345
1324
  const g = Ie(h, e.node.settings?.wrap);
1346
1325
  g === "no" ? f.flexWrap = "nowrap" : g === "yes" ? f.flexWrap = "wrap" : g === "reverse" && (f.flexWrap = "wrap-reverse");
@@ -1397,10 +1376,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1397
1376
  const C = z("v-form");
1398
1377
  return v(), V(C, {
1399
1378
  modelValue: n(a),
1400
- "onUpdate:modelValue": w[0] || (w[0] = (M) => O(a) ? a.value = M : null),
1379
+ "onUpdate:modelValue": w[0] || (w[0] = (R) => U(a) ? a.value = R : null),
1401
1380
  "fast-fail": n(p),
1402
1381
  style: Q(h.value),
1403
- onSubmit: Ro(x, ["prevent"])
1382
+ onSubmit: Mo(x, ["prevent"])
1404
1383
  }, {
1405
1384
  default: I(() => [
1406
1385
  L(g.$slots, "default")
@@ -1445,7 +1424,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1445
1424
  const c = z("v-menu");
1446
1425
  return v(), V(c, {
1447
1426
  modelValue: n(d),
1448
- "onUpdate:modelValue": u[0] || (u[0] = (f) => O(d) ? d.value = f : null),
1427
+ "onUpdate:modelValue": u[0] || (u[0] = (f) => U(d) ? d.value = f : null),
1449
1428
  attach: "menuContainer",
1450
1429
  "location-strategy": "connected",
1451
1430
  scrim: "transparent",
@@ -1487,14 +1466,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1487
1466
  "settings",
1488
1467
  "addIcon",
1489
1468
  "prependInner"
1490
- ]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "reverse"]), { prop: M } = r(e, ["settings", "singleLine"]), { prop: W } = r(e, ["settings", "step"]), { prop: F } = r(e, ["settings", "suffix"]), { theme: R } = N(), { prop: E } = r(e, ["settings", "value"]), { prop: S } = r(e, ["settings", "variant"]), { prop: D } = r(e, ["size", "width"]);
1469
+ ]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "reverse"]), { prop: R } = r(e, ["settings", "singleLine"]), { prop: W } = r(e, ["settings", "step"]), { prop: F } = r(e, ["settings", "suffix"]), { theme: M } = N(), { prop: E } = r(e, ["settings", "value"]), { prop: S } = r(e, ["settings", "variant"]), { prop: D } = r(e, ["size", "width"]);
1491
1470
  return (Y, te) => {
1492
1471
  const re = z("v-number-input");
1493
1472
  return v(), V(n(J), null, {
1494
1473
  default: I(() => [
1495
1474
  H(re, {
1496
1475
  modelValue: n(E),
1497
- "onUpdate:modelValue": te[0] || (te[0] = (le) => O(E) ? E.value = le : null),
1476
+ "onUpdate:modelValue": te[0] || (te[0] = (le) => U(E) ? E.value = le : null),
1498
1477
  "append-icon": n(i),
1499
1478
  "append-inner-icon": n(o),
1500
1479
  clearable: n(l),
@@ -1512,10 +1491,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1512
1491
  "prepend-inner-icon": n(g),
1513
1492
  readonly: n(w),
1514
1493
  reverse: n(C),
1515
- "single-line": n(M),
1494
+ "single-line": n(R),
1516
1495
  step: n(W),
1517
1496
  suffix: n(F),
1518
- theme: n(R),
1497
+ theme: n(M),
1519
1498
  variant: n(S),
1520
1499
  width: n(D)
1521
1500
  }, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
@@ -1544,7 +1523,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1544
1523
  default: I(() => [
1545
1524
  H(g, {
1546
1525
  modelValue: n(u),
1547
- "onUpdate:modelValue": x[0] || (x[0] = (w) => O(u) ? u.value = w : null),
1526
+ "onUpdate:modelValue": x[0] || (x[0] = (w) => U(u) ? u.value = w : null),
1548
1527
  density: n(o),
1549
1528
  disabled: n(l),
1550
1529
  length: n(s),
@@ -1596,7 +1575,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1596
1575
  default: I(() => [
1597
1576
  H(u, {
1598
1577
  modelValue: n(d),
1599
- "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1578
+ "onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
1600
1579
  density: n(i),
1601
1580
  direction: n(o),
1602
1581
  disabled: n(l),
@@ -1642,11 +1621,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1642
1621
  E[S] = D;
1643
1622
  if (!ro(E))
1644
1623
  return E;
1645
- }), { prop: M } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
1624
+ }), { prop: R } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
1646
1625
  "settings",
1647
1626
  "value",
1648
1627
  "start"
1649
- ]), { prop: F } = r(e, ["settings", "value", "end"]), R = k({
1628
+ ]), { prop: F } = r(e, ["settings", "value", "end"]), M = k({
1650
1629
  get: () => [W.value, F.value],
1651
1630
  set: ([E, S]) => {
1652
1631
  W.value = E, F.value = S;
@@ -1655,13 +1634,13 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1655
1634
  return (E, S) => {
1656
1635
  const D = z("v-range-slider");
1657
1636
  return v(), V(n(J), {
1658
- modelValue: R.value,
1659
- "onUpdate:modelValue": S[1] || (S[1] = (Y) => R.value = Y)
1637
+ modelValue: M.value,
1638
+ "onUpdate:modelValue": S[1] || (S[1] = (Y) => M.value = Y)
1660
1639
  }, {
1661
1640
  default: I(() => [
1662
1641
  H(D, {
1663
- modelValue: R.value,
1664
- "onUpdate:modelValue": S[0] || (S[0] = (Y) => R.value = Y),
1642
+ modelValue: M.value,
1643
+ "onUpdate:modelValue": S[0] || (S[0] = (Y) => M.value = Y),
1665
1644
  density: n(i),
1666
1645
  direction: n(o),
1667
1646
  disabled: n(l),
@@ -1675,7 +1654,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1675
1654
  theme: n(f),
1676
1655
  "thumb-label": x.value,
1677
1656
  "thumb-size": n(g),
1678
- "tick-size": n(M),
1657
+ "tick-size": n(R),
1679
1658
  ticks: C.value
1680
1659
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
1681
1660
  ]),
@@ -1700,7 +1679,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1700
1679
  default: I(() => [
1701
1680
  H(f, {
1702
1681
  modelValue: n(m),
1703
- "onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
1682
+ "onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
1704
1683
  clearable: n(i),
1705
1684
  density: n(o),
1706
1685
  disabled: n(l),
@@ -1729,7 +1708,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1729
1708
  default: I(() => [
1730
1709
  H(u, {
1731
1710
  modelValue: n(d),
1732
- "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1711
+ "onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
1733
1712
  "hide-details": n(i),
1734
1713
  label: n(o),
1735
1714
  placeholder: n(l),
@@ -1760,17 +1739,17 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1760
1739
  ]), { color: w } = j(g), { prop: C } = r(e, [
1761
1740
  "settings",
1762
1741
  "thumbLabel"
1763
- ]), M = k(() => {
1742
+ ]), R = k(() => {
1764
1743
  if (C.value === "always")
1765
1744
  return "always";
1766
1745
  if (C.value === "show")
1767
1746
  return !0;
1768
- }), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]), R = k(() => {
1747
+ }), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]), M = k(() => {
1769
1748
  if (!F.value)
1770
1749
  return;
1771
1750
  const le = {};
1772
- for (const { value: Ne, label: Ut } of F.value)
1773
- le[Ne] = Ut;
1751
+ for (const { value: Ne, label: Ot } of F.value)
1752
+ le[Ne] = Ot;
1774
1753
  if (!ro(le))
1775
1754
  return le;
1776
1755
  }), { prop: E } = r(e, ["settings", "tickSize"]), { prop: S } = r(e, [
@@ -1778,12 +1757,12 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1778
1757
  "trackColor"
1779
1758
  ]), { color: D } = j(S), { prop: Y } = r(e, ["settings", "value"]), { prop: te } = r(e, ["slots", "append"]), { prop: re } = r(e, ["slots", "prepend"]);
1780
1759
  return (le, Ne) => {
1781
- const Ut = z("v-slider");
1760
+ const Ot = z("v-slider");
1782
1761
  return v(), V(n(J), null, {
1783
1762
  default: I(() => [
1784
- H(Ut, {
1763
+ H(Ot, {
1785
1764
  modelValue: n(Y),
1786
- "onUpdate:modelValue": Ne[0] || (Ne[0] = (Eo) => O(Y) ? Y.value = Eo : null),
1765
+ "onUpdate:modelValue": Ne[0] || (Ne[0] = (Eo) => U(Y) ? Y.value = Eo : null),
1787
1766
  color: n(o),
1788
1767
  direction: n(l),
1789
1768
  disabled: n(s),
@@ -1797,10 +1776,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1797
1776
  step: n(h),
1798
1777
  theme: n(x),
1799
1778
  "thumb-color": n(w),
1800
- "thumb-label": M.value,
1779
+ "thumb-label": R.value,
1801
1780
  "thumb-size": n(W),
1802
1781
  "tick-size": n(E),
1803
- ticks: R.value,
1782
+ ticks: M.value,
1804
1783
  "track-color": n(D)
1805
1784
  }, Pn({ _: 2 }, [
1806
1785
  n(te) ? {
@@ -1841,7 +1820,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1841
1820
  const p = z("v-stepper");
1842
1821
  return v(), V(p, {
1843
1822
  modelValue: n(l),
1844
- "onUpdate:modelValue": a[0] || (a[0] = (d) => O(l) ? l.value = d : null),
1823
+ "onUpdate:modelValue": a[0] || (a[0] = (d) => U(l) ? l.value = d : null),
1845
1824
  "hide-actions": n(i),
1846
1825
  theme: n(o)
1847
1826
  }, {
@@ -1862,7 +1841,7 @@ function Nl(t, e) {
1862
1841
  _: 3
1863
1842
  });
1864
1843
  }
1865
- const Ml = /* @__PURE__ */ xe(El, [["render", Nl]]), Rl = /* @__PURE__ */ $({
1844
+ const Rl = /* @__PURE__ */ xe(El, [["render", Nl]]), Ml = /* @__PURE__ */ $({
1866
1845
  __name: "index",
1867
1846
  props: {
1868
1847
  node: {},
@@ -1925,7 +1904,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1925
1904
  default: I(() => [
1926
1905
  H(x, {
1927
1906
  modelValue: n(c),
1928
- "onUpdate:modelValue": h[0] || (h[0] = (g) => O(c) ? c.value = g : null),
1907
+ "onUpdate:modelValue": h[0] || (h[0] = (g) => U(c) ? c.value = g : null),
1929
1908
  density: n(i),
1930
1909
  direction: n(o),
1931
1910
  disabled: n(l),
@@ -1968,7 +1947,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1968
1947
  });
1969
1948
  };
1970
1949
  }
1971
- }), Ol = /* @__PURE__ */ $({
1950
+ }), Ul = /* @__PURE__ */ $({
1972
1951
  __name: "index",
1973
1952
  props: {
1974
1953
  node: {},
@@ -1990,12 +1969,12 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1990
1969
  "settings",
1991
1970
  "color",
1992
1971
  "sliderColor"
1993
- ]), { color: C } = j(w), { prop: M } = r(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = r(e, ["settings", "value"]);
1994
- return (R, E) => {
1972
+ ]), { color: C } = j(w), { prop: R } = r(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = r(e, ["settings", "value"]);
1973
+ return (M, E) => {
1995
1974
  const S = z("v-tabs");
1996
1975
  return v(), V(S, {
1997
1976
  modelValue: n(F),
1998
- "onUpdate:modelValue": E[0] || (E[0] = (D) => O(F) ? F.value = D : null),
1977
+ "onUpdate:modelValue": E[0] || (E[0] = (D) => U(F) ? F.value = D : null),
1999
1978
  "align-tabs": n(i),
2000
1979
  "bg-color": n(l),
2001
1980
  "center-active": n(s),
@@ -2010,17 +1989,17 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2010
1989
  mandatory: n(x),
2011
1990
  "show-arrows": n(g),
2012
1991
  "slider-color": n(C),
2013
- stacked: n(M),
1992
+ stacked: n(R),
2014
1993
  theme: n(W)
2015
1994
  }, {
2016
1995
  default: I(() => [
2017
- L(R.$slots, "default")
1996
+ L(M.$slots, "default")
2018
1997
  ]),
2019
1998
  _: 3
2020
1999
  }, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
2021
2000
  };
2022
2001
  }
2023
- }), Ul = /* @__PURE__ */ $({
2002
+ }), Ol = /* @__PURE__ */ $({
2024
2003
  __name: "index",
2025
2004
  props: {
2026
2005
  node: {},
@@ -2028,7 +2007,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2028
2007
  },
2029
2008
  setup(t) {
2030
2009
  const e = t, i = $e(), { prop: o } = r(e, ["settings", "align"]), { prop: l } = r(e, ["settings", "decoration"]), { prop: s } = r(e, ["settings", "emphasis"]), { prop: a } = r(e, ["settings", "italic"]), { prop: p } = r(e, ["settings", "text"]), { prop: d } = r(e, ["settings", "weight"]), b = k(() => {
2031
- const m = [], u = Re(i.value.width), c = Ie(u, e.node.settings?.style);
2010
+ const m = [], u = Me(i.value.width), c = Ie(u, e.node.settings?.style);
2032
2011
  return c && m.push(`text-${c}`), s.value === "high" ? m.push("text-high-emphasis") : s.value === "medium" ? m.push("text-medium-emphasis") : s.value === "disabled" && m.push("text-disabled"), o.value && m.push(`font-${o.value}`), l.value && m.push(`text-decoration-${l.value}`), d.value && m.push(`font-weight-${d.value}`), a.value && m.push("font-italic"), m.join(" ");
2033
2012
  });
2034
2013
  return (m, u) => (v(), X("span", {
@@ -2044,12 +2023,12 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2044
2023
  setup(t) {
2045
2024
  const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "maxRows"]), { prop: b } = r(e, ["settings", "placeholder"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: c } = r(e, ["settings", "rows"]), { prop: f } = r(e, ["settings", "singleLine"]), { theme: h } = N(), { prop: x } = r(e, ["settings", "value"]), { prop: g } = r(e, ["settings", "variant"]);
2046
2025
  return (w, C) => {
2047
- const M = z("v-textarea");
2026
+ const R = z("v-textarea");
2048
2027
  return v(), V(n(J), null, {
2049
2028
  default: I(() => [
2050
- H(M, {
2029
+ H(R, {
2051
2030
  modelValue: n(x),
2052
- "onUpdate:modelValue": C[0] || (C[0] = (W) => O(x) ? x.value = W : null),
2031
+ "onUpdate:modelValue": C[0] || (C[0] = (W) => U(x) ? x.value = W : null),
2053
2032
  "auto-grow": n(i),
2054
2033
  clearable: n(o),
2055
2034
  density: n(l),
@@ -2083,7 +2062,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2083
2062
  ]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: p } = r(e, ["settings", "disabled"]), { prop: d } = r(e, ["settings", "hideDetails"]), { prop: b } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: u } = r(e, ["settings", "placeholder"]), { prop: c } = r(e, ["settings", "prefix"]), { prop: f } = r(e, ["settings", "prependIcon"]), { prop: h } = r(e, [
2084
2063
  "settings",
2085
2064
  "prependInnerIcon"
2086
- ]), { prop: x } = r(e, ["settings", "readonly"]), { prop: g } = r(e, ["settings", "reverse"]), { prop: w } = r(e, ["settings", "singleLine"]), { prop: C } = r(e, ["settings", "suffix"]), { theme: M } = N(), { prop: W } = r(e, ["settings", "value"]), { prop: F } = r(e, ["settings", "variant"]), { prop: R } = r(e, ["slots", "append"]), { prop: E } = r(e, [
2065
+ ]), { prop: x } = r(e, ["settings", "readonly"]), { prop: g } = r(e, ["settings", "reverse"]), { prop: w } = r(e, ["settings", "singleLine"]), { prop: C } = r(e, ["settings", "suffix"]), { theme: R } = N(), { prop: W } = r(e, ["settings", "value"]), { prop: F } = r(e, ["settings", "variant"]), { prop: M } = r(e, ["slots", "append"]), { prop: E } = r(e, [
2087
2066
  "slots",
2088
2067
  "appendInner"
2089
2068
  ]), { prop: S } = r(e, ["slots", "prepend"]), { prop: D } = r(e, [
@@ -2096,7 +2075,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2096
2075
  default: I(() => [
2097
2076
  H(re, {
2098
2077
  modelValue: n(W),
2099
- "onUpdate:modelValue": te[0] || (te[0] = (le) => O(W) ? W.value = le : null),
2078
+ "onUpdate:modelValue": te[0] || (te[0] = (le) => U(W) ? W.value = le : null),
2100
2079
  "append-icon": n(i),
2101
2080
  "append-inner-icon": n(o),
2102
2081
  autofocus: n(l),
@@ -2114,14 +2093,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2114
2093
  reverse: n(g),
2115
2094
  "single-line": n(w),
2116
2095
  suffix: n(C),
2117
- theme: n(M),
2096
+ theme: n(R),
2118
2097
  variant: n(F)
2119
2098
  }, Pn({ _: 2 }, [
2120
- n(R) ? {
2099
+ n(M) ? {
2121
2100
  name: "append",
2122
2101
  fn: I(() => [
2123
2102
  H(n(fe), {
2124
- "ref-context": { refid: n(R) },
2103
+ "ref-context": { refid: n(M) },
2125
2104
  state: {}
2126
2105
  }, null, 8, ["ref-context"])
2127
2106
  ]),
@@ -2235,7 +2214,7 @@ const Ql = /* @__PURE__ */ xe(Jl, [["render", Zl]]), ea = /* @__PURE__ */ $({
2235
2214
  const c = z("v-window");
2236
2215
  return v(), V(c, {
2237
2216
  modelValue: n(b),
2238
- "onUpdate:modelValue": u[0] || (u[0] = (f) => O(b) ? b.value = f : null),
2217
+ "onUpdate:modelValue": u[0] || (u[0] = (f) => U(b) ? b.value = f : null),
2239
2218
  continuous: n(i),
2240
2219
  direction: n(l),
2241
2220
  disabled: n(o),
@@ -2261,7 +2240,7 @@ function na(t, e) {
2261
2240
  _: 3
2262
2241
  });
2263
2242
  }
2264
- const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", qe = "badge_v1", Nn = "breadcrumbs_v1", Xe = "bar_chart_v1", Ye = "box_geometry_v1", Je = "btn_v1", Ze = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", mt = "file_input_v1", pt = "flex_layout_v1", yo = "flex_layout_entry_v1", dt = "form_v1", tn = "globality_v1", ft = "group_v1", bt = "icon_v1", yt = "keyboard_controls_v1", ht = "line_chart_v1", gt = "map_controls_v1", xt = "menu_v1", vt = "mesh_v1", oa = "mesh_basic_material_v1", Mn = "multiple_ref_v1", kt = "number_input_v1", _t = "orbit_controls_v1", wt = "orthographic_camera_v1", Vt = "pagination_v1", $t = "perspective_camera_v1", It = "point_light_v1", ho = "radio_v1", St = "radio_group_v1", Ct = "range_slider_v1", Tt = "rating_v1", Rn = "render_switch_v1", Pt = "select_v1", De = "single_ref_v1", zt = "slider_v1", At = "sphere_geometry_v1", Lt = "spot_light_v1", Bt = "stepper_v1", go = "stepper_header_v1", xo = "stepper_item_v1", vo = "stepper_window_v1", ko = "stepper_window_item_v1", Wt = "switch_v1", _o = "tab_v1", Dn = "table_v1", Et = "tabs_v1", Nt = "text_v1", Mt = "textarea_v1", Rt = "text_field_v1", Dt = "timeline_v1", wo = "timeline_item_v1", Ft = "window_v1", Vo = "window_item_v1", y = {
2243
+ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Oe = "ambient_light_v1", qe = "badge_v1", Nn = "breadcrumbs_v1", Xe = "bar_chart_v1", Ye = "box_geometry_v1", Je = "btn_v1", Ze = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", mt = "file_input_v1", pt = "flex_layout_v1", yo = "flex_layout_entry_v1", dt = "form_v1", tn = "globality_v1", ft = "group_v1", bt = "icon_v1", yt = "keyboard_controls_v1", ht = "line_chart_v1", gt = "map_controls_v1", xt = "menu_v1", vt = "mesh_v1", oa = "mesh_basic_material_v1", Rn = "multiple_ref_v1", kt = "number_input_v1", _t = "orbit_controls_v1", wt = "orthographic_camera_v1", Vt = "pagination_v1", $t = "perspective_camera_v1", It = "point_light_v1", ho = "radio_v1", St = "radio_group_v1", Ct = "range_slider_v1", Tt = "rating_v1", Mn = "render_switch_v1", Pt = "select_v1", De = "single_ref_v1", zt = "slider_v1", At = "sphere_geometry_v1", Lt = "spot_light_v1", Bt = "stepper_v1", go = "stepper_header_v1", xo = "stepper_item_v1", vo = "stepper_window_v1", ko = "stepper_window_item_v1", Wt = "switch_v1", _o = "tab_v1", Dn = "table_v1", Et = "tabs_v1", Nt = "text_v1", Rt = "textarea_v1", Mt = "text_field_v1", Dt = "timeline_v1", wo = "timeline_item_v1", Ft = "window_v1", Vo = "window_item_v1", y = {
2265
2244
  key: "basic",
2266
2245
  name: "x-runtime-lib.basic",
2267
2246
  children: [
@@ -2468,7 +2447,7 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", qe
2468
2447
  default: ""
2469
2448
  }
2470
2449
  ]
2471
- }, U = {
2450
+ }, O = {
2472
2451
  key: "size",
2473
2452
  name: "x-runtime-lib.size",
2474
2453
  children: [
@@ -3153,7 +3132,7 @@ const ti = {
3153
3132
  }
3154
3133
  ]
3155
3134
  }, va = {
3156
- key: Ue,
3135
+ key: Oe,
3157
3136
  name: "x-runtime-lib.ambientLight",
3158
3137
  comp: Ls,
3159
3138
  props: {
@@ -3290,7 +3269,7 @@ const oi = {
3290
3269
  }, wa = {
3291
3270
  key: Lt,
3292
3271
  name: "x-runtime-lib.spotLight",
3293
- comp: Rs,
3272
+ comp: Ms,
3294
3273
  props: {
3295
3274
  pageScene: [y, q, oi],
3296
3275
  compScene: [y, q, oi]
@@ -3330,7 +3309,7 @@ _(Va);
3330
3309
  const ze = {
3331
3310
  key: vt,
3332
3311
  name: "x-runtime-lib.mesh",
3333
- comp: Os,
3312
+ comp: Us,
3334
3313
  props: {
3335
3314
  pageScene: [y, q],
3336
3315
  compScene: [y, q]
@@ -3385,8 +3364,8 @@ const si = {
3385
3364
  name: "x-runtime-lib.barChart",
3386
3365
  comp: Qr,
3387
3366
  props: {
3388
- pageCommon: [y, U, Ge, He, je, Fe, si],
3389
- compCommon: [y, U, Ge, He, je, Fe, si]
3367
+ pageCommon: [y, O, Ge, He, je, Fe, si],
3368
+ compCommon: [y, O, Ge, He, je, Fe, si]
3390
3369
  },
3391
3370
  events: [],
3392
3371
  methods: [],
@@ -3440,8 +3419,8 @@ const ri = {
3440
3419
  name: "x-runtime-lib.lineChart",
3441
3420
  comp: el,
3442
3421
  props: {
3443
- pageCommon: [y, U, Ge, He, je, Fe, ri],
3444
- compCommon: [y, U, Ge, He, je, Fe, ri]
3422
+ pageCommon: [y, O, Ge, He, je, Fe, ri],
3423
+ compCommon: [y, O, Ge, He, je, Fe, ri]
3445
3424
  },
3446
3425
  events: [],
3447
3426
  methods: [],
@@ -3450,17 +3429,17 @@ const ri = {
3450
3429
  spawn: Ia
3451
3430
  };
3452
3431
  _(rn);
3453
- const Ot = B(K);
3454
- Ot.key = "backgroundColor";
3455
- Ot.name = "x-runtime-lib.backgroundColor";
3432
+ const Ut = B(K);
3433
+ Ut.key = "backgroundColor";
3434
+ Ut.name = "x-runtime-lib.backgroundColor";
3456
3435
  const li = {
3457
3436
  key: "settings",
3458
3437
  name: "x-runtime-lib.settings",
3459
- children: [Ot]
3438
+ children: [Ut]
3460
3439
  }, ai = {
3461
3440
  key: "settings",
3462
3441
  name: "x-runtime-lib.settings",
3463
- children: [Ot]
3442
+ children: [Ut]
3464
3443
  }, Sa = {
3465
3444
  key: tn,
3466
3445
  name: "x-runtime-lib.globality",
@@ -3545,7 +3524,7 @@ const ui = {
3545
3524
  default: !1
3546
3525
  }
3547
3526
  ]
3548
- }, Gc = {
3527
+ }, Ec = {
3549
3528
  key: qe,
3550
3529
  name: "x-runtime-lib.badge",
3551
3530
  comp: tl,
@@ -3663,8 +3642,8 @@ const Ta = B(K), ci = {
3663
3642
  name: "x-runtime-lib.button",
3664
3643
  comp: nl,
3665
3644
  props: {
3666
- pageCommon: [y, U, ci],
3667
- compCommon: [y, U, ci]
3645
+ pageCommon: [y, O, ci],
3646
+ compCommon: [y, O, ci]
3668
3647
  },
3669
3648
  events: [
3670
3649
  {
@@ -3840,8 +3819,8 @@ const pi = {
3840
3819
  name: "x-runtime-lib.card",
3841
3820
  comp: ll,
3842
3821
  props: {
3843
- pageCommon: [y, U, pi],
3844
- compCommon: [y, U, pi]
3822
+ pageCommon: [y, O, pi],
3823
+ compCommon: [y, O, pi]
3845
3824
  },
3846
3825
  events: [],
3847
3826
  methods: [],
@@ -4153,8 +4132,8 @@ const hi = {
4153
4132
  name: "x-runtime-lib.container",
4154
4133
  comp: dl,
4155
4134
  props: {
4156
- pageCommon: [y, U, _e, we, Ve, hi],
4157
- compCommon: [y, U, _e, we, Ve, hi]
4135
+ pageCommon: [y, O, _e, we, Ve, hi],
4136
+ compCommon: [y, O, _e, we, Ve, hi]
4158
4137
  },
4159
4138
  events: [
4160
4139
  {
@@ -4319,7 +4298,7 @@ const gi = {
4319
4298
  defaultArray: []
4320
4299
  }
4321
4300
  ]
4322
- }, Ma = {
4301
+ }, Ra = {
4323
4302
  key: lt,
4324
4303
  name: "x-runtime-lib.dataTable",
4325
4304
  comp: fl,
@@ -4332,8 +4311,8 @@ const gi = {
4332
4311
  slots: [],
4333
4312
  leaf: !0
4334
4313
  };
4335
- _(Ma);
4336
- const Ra = {
4314
+ _(Ra);
4315
+ const Ma = {
4337
4316
  key: at,
4338
4317
  name: "x-runtime-lib.datePicker",
4339
4318
  comp: hl,
@@ -4346,7 +4325,7 @@ const Ra = {
4346
4325
  slots: [],
4347
4326
  leaf: !0
4348
4327
  };
4349
- _(Ra);
4328
+ _(Ma);
4350
4329
  const Da = {
4351
4330
  key: ut,
4352
4331
  name: "x-runtime-lib.dialog",
@@ -4378,7 +4357,7 @@ const ki = {
4378
4357
  key: "settings",
4379
4358
  name: "x-runtime-lib.settings",
4380
4359
  children: []
4381
- }, Hc = {
4360
+ }, Nc = {
4382
4361
  key: mt,
4383
4362
  name: "x-runtime-lib.fileInput",
4384
4363
  comp: vl,
@@ -4412,8 +4391,8 @@ const ki = {
4412
4391
  name: "x-runtime-lib.flexLayoutEntry",
4413
4392
  comp: _l,
4414
4393
  props: {
4415
- pageCommon: [y, U, _i],
4416
- compCommon: [y, U, _i]
4394
+ pageCommon: [y, O, _i],
4395
+ compCommon: [y, O, _i]
4417
4396
  },
4418
4397
  events: [],
4419
4398
  methods: [],
@@ -4680,8 +4659,8 @@ const wi = {
4680
4659
  name: "x-runtime-lib.flexLayout",
4681
4660
  comp: kl,
4682
4661
  props: {
4683
- pageCommon: [y, U, _e, we, Ve, wi],
4684
- compCommon: [y, U, _e, we, Ve, wi]
4662
+ pageCommon: [y, O, _e, we, Ve, wi],
4663
+ compCommon: [y, O, _e, we, Ve, wi]
4685
4664
  },
4686
4665
  events: [
4687
4666
  {
@@ -4846,7 +4825,7 @@ const Vi = {
4846
4825
  }
4847
4826
  ]
4848
4827
  }, dn = {
4849
- key: Rt,
4828
+ key: Mt,
4850
4829
  name: "x-runtime-lib.textField",
4851
4830
  comp: Xl,
4852
4831
  props: {
@@ -4935,8 +4914,8 @@ const Ii = {
4935
4914
  name: "x-runtime-lib.form",
4936
4915
  comp: wl,
4937
4916
  props: {
4938
- pageCommon: [y, U, _e, we, Ve, Ii],
4939
- compCommon: [y, U, _e, we, Ve, Ii]
4917
+ pageCommon: [y, O, _e, we, Ve, Ii],
4918
+ compCommon: [y, O, _e, we, Ve, Ii]
4940
4919
  },
4941
4920
  events: [
4942
4921
  {
@@ -4975,7 +4954,7 @@ const Ka = B(K), Si = {
4975
4954
  },
4976
4955
  Ka
4977
4956
  ]
4978
- }, Oa = {
4957
+ }, Ua = {
4979
4958
  key: bt,
4980
4959
  name: "x-runtime-lib.icon",
4981
4960
  comp: Vl,
@@ -4988,8 +4967,8 @@ const Ka = B(K), Si = {
4988
4967
  slots: [],
4989
4968
  leaf: !0
4990
4969
  };
4991
- _(Oa);
4992
- const Ua = {
4970
+ _(Ua);
4971
+ const Oa = {
4993
4972
  key: xt,
4994
4973
  name: "x-runtime-lib.menu",
4995
4974
  comp: Il,
@@ -5015,7 +4994,7 @@ const Ua = {
5015
4994
  slots: [],
5016
4995
  teleport: !0
5017
4996
  };
5018
- _(Ua);
4997
+ _(Oa);
5019
4998
  function qa(t, e) {
5020
4999
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5021
5000
  if (!o) {
@@ -5862,7 +5841,7 @@ _(tu);
5862
5841
  const gn = {
5863
5842
  key: go,
5864
5843
  name: "x-runtime-lib.stepperHeader",
5865
- comp: Ml,
5844
+ comp: Rl,
5866
5845
  props: {
5867
5846
  pageCommon: [y],
5868
5847
  compCommon: [y]
@@ -5872,7 +5851,7 @@ const gn = {
5872
5851
  slots: []
5873
5852
  };
5874
5853
  _(gn);
5875
- const Mi = {
5854
+ const Ri = {
5876
5855
  key: "settings",
5877
5856
  name: "x-runtime-lib.settings",
5878
5857
  children: [
@@ -5886,10 +5865,10 @@ const Mi = {
5886
5865
  }, xn = {
5887
5866
  key: xo,
5888
5867
  name: "x-runtime-lib.stepperItem",
5889
- comp: Rl,
5868
+ comp: Ml,
5890
5869
  props: {
5891
- pageCommon: [y, Mi],
5892
- compCommon: [y, Mi]
5870
+ pageCommon: [y, Ri],
5871
+ compCommon: [y, Ri]
5893
5872
  },
5894
5873
  events: [],
5895
5874
  methods: [],
@@ -5909,7 +5888,7 @@ const vn = {
5909
5888
  slots: []
5910
5889
  };
5911
5890
  _(vn);
5912
- const Ri = {
5891
+ const Mi = {
5913
5892
  key: "settings",
5914
5893
  name: "x-runtime-lib.settings",
5915
5894
  children: [
@@ -5925,8 +5904,8 @@ const Ri = {
5925
5904
  name: "x-runtime-lib.stepperWindowItem",
5926
5905
  comp: Hl,
5927
5906
  props: {
5928
- pageCommon: [y, Ri],
5929
- compCommon: [y, Ri]
5907
+ pageCommon: [y, Mi],
5908
+ compCommon: [y, Mi]
5930
5909
  },
5931
5910
  events: [],
5932
5911
  methods: [],
@@ -6133,12 +6112,12 @@ function Zt(t, e, i, o) {
6133
6112
  const p = {};
6134
6113
  return P(p, a), p.basic.id = T(16), p.basic.key = wn.key, p.settings.value = i, p.settings.text = o, p;
6135
6114
  }
6136
- const On = B(K);
6137
- On.key = "backgroundColor";
6138
- On.name = "x-runtime-lib.backgroundColor";
6139
6115
  const Un = B(K);
6140
- Un.key = "selectedColor";
6141
- Un.name = "x-runtime-lib.selectedColor";
6116
+ Un.key = "backgroundColor";
6117
+ Un.name = "x-runtime-lib.backgroundColor";
6118
+ const On = B(K);
6119
+ On.key = "selectedColor";
6120
+ On.name = "x-runtime-lib.selectedColor";
6142
6121
  const qn = B(K);
6143
6122
  qn.key = "sliderColor";
6144
6123
  qn.name = "x-runtime-lib.sliderColor";
@@ -6218,13 +6197,13 @@ const Gi = {
6218
6197
  {
6219
6198
  key: "color",
6220
6199
  name: "x-runtime-lib.color",
6221
- children: [On, Un, qn]
6200
+ children: [Un, On, qn]
6222
6201
  }
6223
6202
  ]
6224
6203
  }, Vn = {
6225
6204
  key: Et,
6226
6205
  name: "x-runtime-lib.tabs",
6227
- comp: Ol,
6206
+ comp: Ul,
6228
6207
  props: {
6229
6208
  pageCommon: [y, Gi],
6230
6209
  compCommon: [y, Gi]
@@ -6338,7 +6317,7 @@ const Hi = {
6338
6317
  }, ye = {
6339
6318
  key: Nt,
6340
6319
  name: "x-runtime-lib.text",
6341
- comp: Ul,
6320
+ comp: Ol,
6342
6321
  props: {
6343
6322
  pageCommon: [y, Hi],
6344
6323
  compCommon: [y, Hi]
@@ -6436,7 +6415,7 @@ const ji = {
6436
6415
  }
6437
6416
  ]
6438
6417
  }, $n = {
6439
- key: Mt,
6418
+ key: Rt,
6440
6419
  name: "x-runtime-lib.textarea",
6441
6420
  comp: ql,
6442
6421
  props: {
@@ -6674,7 +6653,7 @@ function yu(t, e, i) {
6674
6653
  const a = {};
6675
6654
  return P(a, s), a.basic.id = T(16), a.basic.key = ye.key, a.settings.text = i, a.settings.style.xs = "h6", a;
6676
6655
  }
6677
- const Oi = {
6656
+ const Ui = {
6678
6657
  key: "settings",
6679
6658
  name: "x-runtime-lib.settings",
6680
6659
  children: [
@@ -6727,8 +6706,8 @@ const Oi = {
6727
6706
  name: "x-runtime-lib.window",
6728
6707
  comp: ea,
6729
6708
  props: {
6730
- pageCommon: [y, Oi],
6731
- compCommon: [y, Oi]
6709
+ pageCommon: [y, Ui],
6710
+ compCommon: [y, Ui]
6732
6711
  },
6733
6712
  events: [],
6734
6713
  methods: [],
@@ -6870,10 +6849,10 @@ const hu = [
6870
6849
  { title: "x-runtime-lib.notSet", value: "" },
6871
6850
  { title: "x-runtime-lib.show", value: "show" },
6872
6851
  { title: "x-runtime-lib.always", value: "always" }
6873
- ], Mu = [
6852
+ ], Ru = [
6874
6853
  { title: "x-runtime-lib.start", value: "start" },
6875
6854
  { title: "x-runtime-lib.center", value: "center" }
6876
- ], Ru = [
6855
+ ], Mu = [
6877
6856
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6878
6857
  { title: "x-runtime-lib.vertical", value: "vertical" }
6879
6858
  ], Du = [
@@ -6908,8 +6887,8 @@ const hu = [
6908
6887
  textStyleItemsV1: Wu,
6909
6888
  themeColorItemsV1: Eu,
6910
6889
  thumbLabelItemsV1: Nu,
6911
- timelineAlignItemsV1: Mu,
6912
- timelineDirectionItemsV1: Ru,
6890
+ timelineAlignItemsV1: Ru,
6891
+ timelineDirectionItemsV1: Mu,
6913
6892
  timelineSideItemsV1: Du,
6914
6893
  timelineTruncateLineItemsV1: Fu
6915
6894
  }, Symbol.toStringTag, { value: "Module" })), Hu = [
@@ -6945,7 +6924,7 @@ const hu = [
6945
6924
  title: "x-runtime-lib.pixel",
6946
6925
  value: "pixel",
6947
6926
  ui: "pixelInput",
6948
- validator: Oe,
6927
+ validator: Ue,
6949
6928
  default: "0px",
6950
6929
  precision: 0,
6951
6930
  min: 0,
@@ -6993,7 +6972,7 @@ const hu = [
6993
6972
  title: "x-runtime-lib.pixel",
6994
6973
  value: "pixel",
6995
6974
  ui: "pixelInput",
6996
- validator: Oe,
6975
+ validator: Ue,
6997
6976
  default: "0px"
6998
6977
  },
6999
6978
  {
@@ -7004,7 +6983,7 @@ const hu = [
7004
6983
  precision: 6,
7005
6984
  default: "0%"
7006
6985
  }
7007
- ], Ou = [
6986
+ ], Uu = [
7008
6987
  {
7009
6988
  title: "x-runtime-lib.notSet",
7010
6989
  value: "",
@@ -7016,7 +6995,7 @@ const hu = [
7016
6995
  title: "x-runtime-lib.pixel",
7017
6996
  value: "pixel",
7018
6997
  ui: "pixelInput",
7019
- validator: Oe,
6998
+ validator: Ue,
7020
6999
  min: 0,
7021
7000
  default: "0px"
7022
7001
  },
@@ -7029,7 +7008,7 @@ const hu = [
7029
7008
  min: 0,
7030
7009
  default: "0%"
7031
7010
  }
7032
- ], Uu = [
7011
+ ], Ou = [
7033
7012
  {
7034
7013
  title: "x-runtime-lib.notSet",
7035
7014
  value: "",
@@ -7041,7 +7020,7 @@ const hu = [
7041
7020
  title: "x-runtime-lib.pixel",
7042
7021
  value: "pixel",
7043
7022
  ui: "pixelInput",
7044
- validator: Oe,
7023
+ validator: Ue,
7045
7024
  min: 0,
7046
7025
  default: "0px"
7047
7026
  },
@@ -7110,8 +7089,8 @@ const hu = [
7110
7089
  borderWidthTypesV1: Hu,
7111
7090
  leftRightTypesV1: ju,
7112
7091
  marginTypesV1: Ku,
7113
- paddingTypesV1: Ou,
7114
- sizeTypesV1: Uu,
7092
+ paddingTypesV1: Uu,
7093
+ sizeTypesV1: Ou,
7115
7094
  tableColumnAlignTypesV1: qu,
7116
7095
  topBottomTypesV1: Xu
7117
7096
  }, Symbol.toStringTag, { value: "Module" })), Ju = [
@@ -7139,8 +7118,8 @@ const hu = [
7139
7118
  items: [
7140
7119
  dt,
7141
7120
  Nt,
7142
- Rt,
7143
7121
  Mt,
7122
+ Rt,
7144
7123
  kt,
7145
7124
  Pt,
7146
7125
  st,
@@ -7186,7 +7165,7 @@ const hu = [
7186
7165
  {
7187
7166
  key: "dynamic",
7188
7167
  name: "x-runtime-lib.dynamic",
7189
- items: [De, Mn, Rn]
7168
+ items: [De, Rn, Mn]
7190
7169
  }
7191
7170
  ], Zu = [
7192
7171
  {
@@ -7203,7 +7182,7 @@ const hu = [
7203
7182
  key: "lights",
7204
7183
  name: "x-runtime-lib.lights",
7205
7184
  items: [
7206
- Ue,
7185
+ Oe,
7207
7186
  ct,
7208
7187
  It,
7209
7188
  Lt
@@ -7244,8 +7223,8 @@ const hu = [
7244
7223
  items: [
7245
7224
  dt,
7246
7225
  Nt,
7247
- Rt,
7248
7226
  Mt,
7227
+ Rt,
7249
7228
  kt,
7250
7229
  Pt,
7251
7230
  st,
@@ -7291,7 +7270,7 @@ const hu = [
7291
7270
  {
7292
7271
  key: "dynamic",
7293
7272
  name: "x-runtime-lib.dynamic",
7294
- items: [De, Mn, Rn]
7273
+ items: [De, Rn, Mn]
7295
7274
  }
7296
7275
  ], ec = [
7297
7276
  {
@@ -7308,7 +7287,7 @@ const hu = [
7308
7287
  key: "lights",
7309
7288
  name: "x-runtime-lib.lights",
7310
7289
  items: [
7311
- Ue,
7290
+ Oe,
7312
7291
  ct,
7313
7292
  It,
7314
7293
  Lt
@@ -7331,7 +7310,7 @@ const hu = [
7331
7310
  items: { ...Gu },
7332
7311
  types: { ...Yu },
7333
7312
  elements: /* @__PURE__ */ new Set([
7334
- Ue,
7313
+ Oe,
7335
7314
  qe,
7336
7315
  Xe,
7337
7316
  Ye,
@@ -7362,7 +7341,7 @@ const hu = [
7362
7341
  gt,
7363
7342
  xt,
7364
7343
  vt,
7365
- Mn,
7344
+ Rn,
7366
7345
  kt,
7367
7346
  _t,
7368
7347
  wt,
@@ -7373,7 +7352,7 @@ const hu = [
7373
7352
  St,
7374
7353
  Ct,
7375
7354
  Tt,
7376
- Rn,
7355
+ Mn,
7377
7356
  Pt,
7378
7357
  De,
7379
7358
  zt,
@@ -7389,8 +7368,8 @@ const hu = [
7389
7368
  Dn,
7390
7369
  Et,
7391
7370
  Nt,
7392
- Mt,
7393
7371
  Rt,
7372
+ Mt,
7394
7373
  Dt,
7395
7374
  wo,
7396
7375
  Ft,
@@ -7417,7 +7396,7 @@ function A(t, e) {
7417
7396
  }
7418
7397
  return `${t}${as(e)}`;
7419
7398
  }
7420
- function Ui(t, e) {
7399
+ function Oi(t, e) {
7421
7400
  if (t.array)
7422
7401
  return e ? B(t.default) : B(t.defaultArray);
7423
7402
  {
@@ -7430,15 +7409,15 @@ function P(t, e) {
7430
7409
  if (l.ui) {
7431
7410
  if (l.ui === "strInput" && l.static)
7432
7411
  return;
7433
- o[l.key] = Ui(l);
7412
+ o[l.key] = Oi(l);
7434
7413
  } else
7435
- l.array ? o[l.key] = Ui(l) : l.children.forEach((s) => {
7414
+ l.array ? o[l.key] = Oi(l) : l.children.forEach((s) => {
7436
7415
  o[l.key] || (o[l.key] = {}), i(o[l.key], s);
7437
7416
  });
7438
7417
  }
7439
7418
  e.forEach((o) => i(t, o));
7440
7419
  }
7441
- function jc(t, e, i, o, l) {
7420
+ function Rc(t, e, i, o, l) {
7442
7421
  const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
7443
7422
  if (!a) {
7444
7423
  console.error(`spawnNode prop tag not found, ${s}`);
@@ -7503,7 +7482,7 @@ function jc(t, e, i, o, l) {
7503
7482
  }
7504
7483
  }
7505
7484
  }
7506
- function Kc(t, e) {
7485
+ function Mc(t, e) {
7507
7486
  function i(o) {
7508
7487
  if (o.basic.id === e)
7509
7488
  return o;
@@ -7527,56 +7506,56 @@ function nc(t) {
7527
7506
  const i = B(t);
7528
7507
  return e(i), i;
7529
7508
  }
7530
- function Oc(t) {
7509
+ function Dc(t) {
7531
7510
  const e = [];
7532
7511
  return t.forEach((i) => {
7533
7512
  e.push(nc(i));
7534
7513
  }), e;
7535
7514
  }
7536
7515
  const Io = "runtimeOrg", So = "runtimeEnv", Co = "runtimeMode", To = "runtimeDevice", Po = "runtimeDark", zo = "runtimeType", Ao = "runtimeData", Lo = "runtimeDepends", Bo = "runtimeSandbox";
7537
- function Uc(t) {
7516
+ function Fc(t) {
7538
7517
  se(Io, t);
7539
7518
  }
7540
7519
  function ic() {
7541
7520
  return oe(Io);
7542
7521
  }
7543
- function qc(t) {
7522
+ function Gc(t) {
7544
7523
  se(So, t);
7545
7524
  }
7546
7525
  function oc() {
7547
7526
  return oe(So);
7548
7527
  }
7549
- function Xc(t) {
7528
+ function Hc(t) {
7550
7529
  se(Co, t);
7551
7530
  }
7552
7531
  function G() {
7553
7532
  return oe(Co);
7554
7533
  }
7555
- function Yc(t) {
7534
+ function jc(t) {
7556
7535
  se(To, zn(t));
7557
7536
  }
7558
7537
  function $e() {
7559
7538
  return oe(To);
7560
7539
  }
7561
- function Jc(t) {
7540
+ function Kc(t) {
7562
7541
  se(Po, zn(t));
7563
7542
  }
7564
7543
  function We() {
7565
7544
  return oe(Po);
7566
7545
  }
7567
- function Zc(t) {
7546
+ function Uc(t) {
7568
7547
  se(zo, t);
7569
7548
  }
7570
7549
  function pe() {
7571
7550
  return oe(zo);
7572
7551
  }
7573
- function Qc(t) {
7552
+ function Oc(t) {
7574
7553
  se(Ao, t);
7575
7554
  }
7576
7555
  function de() {
7577
7556
  return oe(Ao);
7578
7557
  }
7579
- function em(t) {
7558
+ function qc(t) {
7580
7559
  se(Lo, zn(t));
7581
7560
  }
7582
7561
  function sc() {
@@ -7592,7 +7571,7 @@ function Se(t) {
7592
7571
  const e = [t.type];
7593
7572
  return t.type === "elementProp" ? e.push(t.nodeId, t.propKeys) : t.type === "customProp" || t.type === "adaptSlotProp" ? e.push(t.propId) : t.type === "customState" ? e.push(t.stateId) : console.assert(!1), e.join("@");
7594
7573
  }
7595
- function Me(t, e, i, o, l) {
7574
+ function Re(t, e, i, o, l) {
7596
7575
  const { watchEffect: s, bind: a } = e;
7597
7576
  if (s[i])
7598
7577
  for (const p of s[i]) {
@@ -7854,7 +7833,7 @@ function cc(t, e, i) {
7854
7833
  }
7855
7834
  function m(u, c, f, h) {
7856
7835
  const x = e.pseudoToNative(u), g = e.pseudoToNative(c), w = e.pseudoToNative(f);
7857
- Oo({ title: x, label: g, value: w }).then((C) => {
7836
+ Uo({ title: x, label: g, value: w }).then((C) => {
7858
7837
  h(e.nativeToPseudo(C)), e.run();
7859
7838
  });
7860
7839
  }
@@ -8136,7 +8115,7 @@ function gc(t) {
8136
8115
  g ?? x
8137
8116
  ]), t.value?.code.reactivity)) {
8138
8117
  let w = "";
8139
- h instanceof Array ? w = h.join(".") : w = h, Me(
8118
+ h instanceof Array ? w = h.join(".") : w = h, Re(
8140
8119
  u,
8141
8120
  t.value.code.reactivity,
8142
8121
  Se({
@@ -8153,7 +8132,7 @@ function gc(t) {
8153
8132
  `customPropChange@${f}`,
8154
8133
  h,
8155
8134
  x ?? h
8156
- ]), t.value?.code.reactivity && Me(
8135
+ ]), t.value?.code.reactivity && Re(
8157
8136
  u,
8158
8137
  t.value.code.reactivity,
8159
8138
  Se({ type: "customProp", propId: f }),
@@ -8161,7 +8140,7 @@ function gc(t) {
8161
8140
  x
8162
8141
  ));
8163
8142
  }, b = (f, h, x) => {
8164
- o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Me(
8143
+ o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Re(
8165
8144
  u,
8166
8145
  t.value.code.reactivity,
8167
8146
  Se({ type: "customState", stateId: f }),
@@ -8173,7 +8152,7 @@ function gc(t) {
8173
8152
  `adaptSlotProp@${f}`,
8174
8153
  h,
8175
8154
  x ?? h
8176
- ]), t.value?.code.reactivity && Me(
8155
+ ]), t.value?.code.reactivity && Re(
8177
8156
  u,
8178
8157
  t.value.code.reactivity,
8179
8158
  Se({ type: "adaptSlotProp", propId: f }),
@@ -8197,7 +8176,7 @@ function gc(t) {
8197
8176
  }), (o === "runtime" || o === "preview") && Z(
8198
8177
  s,
8199
8178
  (f, h) => {
8200
- const x = Re(f.width), g = Re(h?.width ?? f.width);
8179
+ const x = Me(f.width), g = Me(h?.width ?? f.width);
8201
8180
  u.callFunction("__triggerEventV1__", [
8202
8181
  Ce("elementEvent", "screenSizeChange", "globality"),
8203
8182
  x,
@@ -8222,13 +8201,13 @@ const xc = (t, e, i) => {
8222
8201
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== i ? ". Note that variables only represent file names one level deep." : ""))));
8223
8202
  });
8224
8203
  };
8225
- async function tm(t) {
8204
+ async function Xc(t) {
8226
8205
  return (await xc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.escg6ifs.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ht3um6fb.js") }), `./locales/${t}/index.ts`, 4)).default;
8227
8206
  }
8228
8207
  export {
8229
8208
  hc as Sandbox,
8230
8209
  va as ambientLightV1,
8231
- Gc as badgeV1,
8210
+ Ec as badgeV1,
8232
8211
  sn as barChartV1,
8233
8212
  mc as bind,
8234
8213
  nn as boxGeometryV1,
@@ -8236,7 +8215,7 @@ export {
8236
8215
  Pa as btnGroupV1,
8237
8216
  za as btnToggleV1,
8238
8217
  ln as btnV1,
8239
- Re as calcBreakpoint,
8218
+ Me as calcBreakpoint,
8240
8219
  Ae as cardV1,
8241
8220
  La as checkboxV1,
8242
8221
  un as chipGroupV1,
@@ -8245,15 +8224,15 @@ export {
8245
8224
  Na as comboboxV1,
8246
8225
  ys as compTypes,
8247
8226
  cn as containerV1,
8248
- Ma as dataTableV1,
8249
- Ra as datePickerV1,
8227
+ Ra as dataTableV1,
8228
+ Ma as datePickerV1,
8250
8229
  Da as dialogV1,
8251
8230
  ka as directionalLightV1,
8252
8231
  nc as duplicateNode,
8253
- Oc as duplicateNodes,
8232
+ Dc as duplicateNodes,
8254
8233
  Te as elements,
8255
8234
  Tc as ensureContext,
8256
- Hc as fileInputV1,
8235
+ Nc as fileInputV1,
8257
8236
  mn as flexLayoutEntryV1,
8258
8237
  Le as flexLayoutV1,
8259
8238
  fn as formV1,
@@ -8261,13 +8240,13 @@ export {
8261
8240
  Ie as getBreakpointProp,
8262
8241
  ke as getField,
8263
8242
  Yn as getIndexOfBreakpoint,
8264
- Kc as getNode,
8265
- Ui as getPropDefault,
8243
+ Mc as getNode,
8244
+ Oi as getPropDefault,
8266
8245
  A as getPropTag,
8267
8246
  Cc as getTypeColor,
8268
8247
  Sa as globalityV1,
8269
8248
  Va as groupV1,
8270
- Oa as iconV1,
8249
+ Ua as iconV1,
8271
8250
  P as initProps,
8272
8251
  We as injectDark,
8273
8252
  de as injectData,
@@ -8282,16 +8261,16 @@ export {
8282
8261
  gs as isLocaleOfMethodKind,
8283
8262
  hs as isLocaleOfPropertyKind,
8284
8263
  An as isPercentStr,
8285
- Oe as isPixelStr,
8264
+ Ue as isPixelStr,
8286
8265
  ma as keyboardControlsV1,
8287
8266
  rn as lineChartV1,
8288
- tm as loadLocaleMessageRuntime,
8267
+ Xc as loadLocaleMessageRuntime,
8289
8268
  Se as makeTriggerId,
8290
8269
  Ce as makeUniqueEventId,
8291
- Wc as makeUniqueMethodId,
8292
- Ac as makeUniquePropertyId,
8270
+ zc as makeUniqueMethodId,
8271
+ Pc as makeUniquePropertyId,
8293
8272
  pa as mapControlsV1,
8294
- Ua as menuV1,
8273
+ Oa as menuV1,
8295
8274
  Pe as meshBasicMaterialV1,
8296
8275
  ze as meshV1,
8297
8276
  bn as numberInputV1,
@@ -8300,19 +8279,19 @@ export {
8300
8279
  bs as pageTypes,
8301
8280
  Xa as paginationV1,
8302
8281
  qt as parsePercentStr,
8303
- Mc as parsePixelStr,
8282
+ Ac as parsePixelStr,
8304
8283
  la as perspectiveCameraV1,
8305
8284
  $o as pkgs,
8306
8285
  _a as pointLightV1,
8307
- Jc as provideDark,
8308
- Qc as provideData,
8309
- em as provideDepends,
8310
- Yc as provideDevice,
8311
- qc as provideEnv,
8312
- Xc as provideMode,
8313
- Uc as provideOrg,
8286
+ Kc as provideDark,
8287
+ Oc as provideData,
8288
+ qc as provideDepends,
8289
+ jc as provideDevice,
8290
+ Gc as provideEnv,
8291
+ Hc as provideMode,
8292
+ Fc as provideOrg,
8314
8293
  rc as provideSandbox,
8315
- Zc as provideType,
8294
+ Uc as provideType,
8316
8295
  hn as radioGroupV1,
8317
8296
  yn as radioV1,
8318
8297
  Za as rangeSliderV1,
@@ -8322,7 +8301,7 @@ export {
8322
8301
  eu as selectV1,
8323
8302
  ao as setField,
8324
8303
  tu as sliderV1,
8325
- jc as spawnNode,
8304
+ Rc as spawnNode,
8326
8305
  on as sphereGeometryV1,
8327
8306
  wa as spotLightV1,
8328
8307
  gn as stepperHeaderV1,
@@ -8338,18 +8317,12 @@ export {
8338
8317
  $n as textareaV1,
8339
8318
  In as timelineItemV1,
8340
8319
  Sn as timelineV1,
8341
- Fc as toEventName,
8342
- Dc as toMethodName,
8343
- Rc as toPropertyName,
8344
- Me as triggerReactivity,
8320
+ Wc as toEventName,
8321
+ Bc as toMethodName,
8322
+ Lc as toPropertyName,
8323
+ Re as triggerReactivity,
8345
8324
  Sc as types,
8346
- Nc as unwrapEventKey,
8347
- Bc as unwrapMethodKey,
8348
- zc as unwrapPropertyKey,
8349
8325
  gc as useSandbox,
8350
8326
  Cn as windowItemV1,
8351
- Tn as windowV1,
8352
- Ec as wrapEventKey,
8353
- Lc as wrapMethodKey,
8354
- Pc as wrapPropertyKey
8327
+ Tn as windowV1
8355
8328
  };