x-runtime-lib 0.8.26 → 0.8.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- 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
- 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";
1
+ import { defineComponent as $, createElementBlock as Y, 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 q, onBeforeMount as No, onUnmounted as Ke, createBlock as V, withCtx as I, createCommentVNode as ee, useTemplateRef as Xi, onMounted as Yi, nextTick as Ji, h as ae, resolveComponent as z, createVNode as H, isRef as O, createSlots as Pn, renderList as Mo, useId as Zi, 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 qi, 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 Xo, SpotLightHelper as Yo } from "three";
4
+ import { c as B, i as ne, q as Be, u as Jo, r as oo, e as so, a as Zo, b as qo, 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";
7
7
  import { useI18n as fs } from "vue-i18n";
@@ -45,28 +45,52 @@ function hs(t) {
45
45
  function Pc(t, e, i) {
46
46
  return `${t}/${e}/${i}`;
47
47
  }
48
+ function zc(t) {
49
+ const e = t.indexOf("/"), i = t.lastIndexOf("/");
50
+ return e < 0 || i < 0 ? (console.assert(!1, "invalid property id"), ["elementProperty", "", ""]) : [
51
+ t.substring(0, e),
52
+ t.substring(e + 1, i),
53
+ t.substring(i + 1)
54
+ ];
55
+ }
48
56
  function gs(t) {
49
57
  return t === "elementMethod" || t === "elementSlotMethod";
50
58
  }
51
- function zc(t, e, i) {
59
+ function Ac(t, e, i) {
52
60
  return `${t}/${e}/${i}`;
53
61
  }
62
+ function Lc(t) {
63
+ const e = t.indexOf("/"), i = t.lastIndexOf("/");
64
+ return e < 0 || i < 0 ? (console.assert(!1, "invalid method id"), ["elementMethod", "", ""]) : [
65
+ t.substring(0, e),
66
+ t.substring(e + 1, i),
67
+ t.substring(i + 1)
68
+ ];
69
+ }
54
70
  function xs(t) {
55
71
  return t === "elementEvent" || t === "elementPropertyChangeEvent";
56
72
  }
57
73
  function Ce(t, e, i) {
58
74
  return `${t}/${e}/${i}`;
59
75
  }
60
- const Xn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
76
+ function Bc(t) {
77
+ const e = t.indexOf("/"), i = t.lastIndexOf("/");
78
+ return e < 0 || i < 0 ? (console.assert(!1, "invalid event id"), ["elementEvent", "", ""]) : [
79
+ t.substring(0, e),
80
+ t.substring(e + 1, i),
81
+ t.substring(i + 1)
82
+ ];
83
+ }
84
+ const Yn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
61
85
  function T(t) {
62
86
  let e = "";
63
87
  for (let i = 0; i < t; i++) {
64
- const o = Math.floor(Math.random() * Xn.length);
65
- e += Xn[o];
88
+ const o = Math.floor(Math.random() * Yn.length);
89
+ e += Yn[o];
66
90
  }
67
91
  return e;
68
92
  }
69
- function Ue(t) {
93
+ function Oe(t) {
70
94
  if (typeof t != "string" || !t.endsWith("px"))
71
95
  return !1;
72
96
  const e = t.substring(0, t.length - 2), i = parseFloat(e);
@@ -78,14 +102,14 @@ function An(t) {
78
102
  const e = t.substring(0, t.length - 1), i = parseFloat(e);
79
103
  return !isNaN(i);
80
104
  }
81
- function Ac(t) {
105
+ function Wc(t) {
82
106
  if (typeof t != "string" || !t.endsWith("px"))
83
107
  return;
84
108
  const e = t.substring(0, t.length - 2), i = parseFloat(e);
85
109
  if (!isNaN(i) && i % 1 === 0)
86
110
  return i;
87
111
  }
88
- function qt(t) {
112
+ function Xt(t) {
89
113
  if (typeof t != "string" || !t.endsWith("%"))
90
114
  return;
91
115
  const e = t.substring(0, t.length - 1), i = parseFloat(e);
@@ -93,16 +117,16 @@ function qt(t) {
93
117
  return i;
94
118
  }
95
119
  const lo = ["xs", "sm", "md", "lg", "xl"], vs = [...lo].reverse();
96
- function Me(t) {
120
+ function Re(t) {
97
121
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
98
122
  }
99
- function Yn(t) {
123
+ function Jn(t) {
100
124
  return lo.findIndex((e) => e === t);
101
125
  }
102
126
  function Ie(t, e) {
103
127
  let i;
104
128
  for (const o of vs) {
105
- if (Yn(o) < Yn(t))
129
+ if (Jn(o) < Jn(t))
106
130
  break;
107
131
  e[o] && (i = e[o]);
108
132
  }
@@ -143,17 +167,17 @@ function Ln(t, e, i) {
143
167
  a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
144
168
  }), l;
145
169
  }
146
- function Lc(t, e) {
170
+ function Ec(t, e) {
147
171
  const { i18n: i } = be;
148
172
  let o = "";
149
173
  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));
150
174
  }
151
- function Bc(t, e) {
175
+ function Nc(t, e) {
152
176
  const { i18n: i } = be;
153
177
  let o = "";
154
178
  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));
155
179
  }
156
- function Wc(t, e) {
180
+ function Mc(t, e) {
157
181
  const { i18n: i } = be;
158
182
  let o = "";
159
183
  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));
@@ -169,7 +193,7 @@ const Te = {}, _ = (t) => {
169
193
  },
170
194
  setup(t) {
171
195
  const e = G();
172
- return (i, o) => n(e) === "editor" ? (v(), X("TresMesh", {
196
+ return (i, o) => n(e) === "editor" ? (v(), Y("TresMesh", {
173
197
  key: 0,
174
198
  position: t.position,
175
199
  rotation: t.rotation,
@@ -181,7 +205,7 @@ const Te = {}, _ = (t) => {
181
205
  L(i.$slots, "default")
182
206
  ], 8, ks)) : L(i.$slots, "default", { key: 1 });
183
207
  }
184
- }), J = /* @__PURE__ */ $({
208
+ }), Z = /* @__PURE__ */ $({
185
209
  __name: "index",
186
210
  props: {
187
211
  fitContent: { type: Boolean, default: !1 }
@@ -191,7 +215,7 @@ const Te = {}, _ = (t) => {
191
215
  const o = {};
192
216
  return t.fitContent && (o.width = "fit-content", o.height = "fit-content"), o;
193
217
  });
194
- return (o, l) => n(e) === "editor" ? (v(), X("div", {
218
+ return (o, l) => n(e) === "editor" ? (v(), Y("div", {
195
219
  key: 0,
196
220
  style: Q(i.value)
197
221
  }, [
@@ -216,7 +240,7 @@ function r(t, e, i) {
216
240
  return ue(() => {
217
241
  let a = _s(l, t.node, e, i);
218
242
  o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
219
- }), Z(s, (a, p) => {
243
+ }), q(s, (a, p) => {
220
244
  ne(a, p) || ws(l, t.node, e, s.value, i);
221
245
  }), { prop: s };
222
246
  }
@@ -325,21 +349,21 @@ function En(t) {
325
349
  function ge(t) {
326
350
  const e = G(), i = $e(), o = k(() => t.node.size?.width), l = k(() => t.node.size?.minWidth), s = k(() => t.node.size?.maxWidth), a = k(() => {
327
351
  if (t.outer && e === "editor") {
328
- const m = qt(t.node.size?.height);
352
+ const m = Xt(t.node.size?.height);
329
353
  if (m)
330
354
  return m / 100 * i.value.height + "px";
331
355
  }
332
356
  return t.node.size?.height;
333
357
  }), p = k(() => {
334
358
  if (t.outer && e === "editor") {
335
- const m = qt(t.node.size?.minHeight);
359
+ const m = Xt(t.node.size?.minHeight);
336
360
  if (m)
337
361
  return m / 100 * i.value.height + "px";
338
362
  }
339
363
  return t.node.size?.minHeight;
340
364
  }), d = k(() => {
341
365
  if (t.outer && e === "editor") {
342
- const m = qt(t.node.size?.maxHeight);
366
+ const m = Xt(t.node.size?.maxHeight);
343
367
  if (m)
344
368
  return m / 100 * i.value.height + "px";
345
369
  }
@@ -447,7 +471,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
447
471
  "settings",
448
472
  "widthSegements"
449
473
  ]);
450
- return (d, b) => (v(), X("TresBoxGeometry", {
474
+ return (d, b) => (v(), Y("TresBoxGeometry", {
451
475
  args: [
452
476
  n(a),
453
477
  n(l),
@@ -477,7 +501,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
477
501
  "settings",
478
502
  "widthSegments"
479
503
  ]);
480
- return (b, m) => (v(), X("TresSphereGeometry", {
504
+ return (b, m) => (v(), Y("TresSphereGeometry", {
481
505
  args: [
482
506
  n(s),
483
507
  n(d),
@@ -539,7 +563,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
539
563
  }, [
540
564
  n(i) === "editor" ? (v(), V(n(Be), {
541
565
  key: 0,
542
- type: n(Oo)
566
+ type: n(Uo)
543
567
  }, null, 8, ["type"])) : ee("", !0),
544
568
  L(b.$slots, "default")
545
569
  ], 8, Bs)
@@ -572,7 +596,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
572
596
  }, [
573
597
  n(i) === "editor" ? (v(), V(n(Be), {
574
598
  key: 0,
575
- type: n(qo)
599
+ type: n(Xo)
576
600
  }, null, 8, ["type"])) : ee("", !0),
577
601
  L(u.$slots, "default")
578
602
  ], 8, Es)
@@ -580,7 +604,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
580
604
  _: 3
581
605
  }, 8, ["position", "rotation", "scale"]));
582
606
  }
583
- }), Rs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Ms = /* @__PURE__ */ $({
607
+ }), Ms = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Rs = /* @__PURE__ */ $({
584
608
  __name: "index",
585
609
  props: {
586
610
  node: {},
@@ -607,17 +631,17 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
607
631
  }, [
608
632
  n(i) === "editor" ? (v(), V(n(Be), {
609
633
  key: 0,
610
- type: n(Xo)
634
+ type: n(Yo)
611
635
  }, null, 8, ["type"])) : ee("", !0),
612
636
  L(f.$slots, "default")
613
- ], 8, Rs)
637
+ ], 8, Ms)
614
638
  ]),
615
639
  _: 3
616
640
  }, 8, ["position", "rotation", "scale"]));
617
641
  }
618
642
  }), Ds = {};
619
643
  function Fs(t, e) {
620
- return v(), X("TresMeshBasicMaterial");
644
+ return v(), Y("TresMeshBasicMaterial");
621
645
  }
622
646
  const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation", "scale"], js = /* @__PURE__ */ $({
623
647
  __name: "index",
@@ -644,7 +668,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
644
668
  _: 3
645
669
  }, 8, ["position", "rotation", "scale"]));
646
670
  }
647
- }), Ks = ["position", "rotation", "scale"], Us = /* @__PURE__ */ $({
671
+ }), Ks = ["position", "rotation", "scale"], Os = /* @__PURE__ */ $({
648
672
  __name: "index",
649
673
  props: {
650
674
  node: {},
@@ -652,7 +676,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
652
676
  },
653
677
  setup(t) {
654
678
  const e = t, { position: i, rotation: o, scale: l } = me(e);
655
- return (s, a) => (v(), X("TresMesh", {
679
+ return (s, a) => (v(), Y("TresMesh", {
656
680
  position: n(i),
657
681
  rotation: n(o),
658
682
  scale: n(l)
@@ -660,13 +684,13 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
660
684
  L(s.$slots, "default")
661
685
  ], 8, Ks));
662
686
  }
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,
665
- backgroundColor: qs,
666
- textStyle: Xs,
667
- title: Ys,
668
- line: Js,
669
- radar: Zs,
687
+ }), Us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Xs = "#242424", Ys = {}, Js = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, qs = { 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 = {
688
+ color: Us,
689
+ backgroundColor: Xs,
690
+ textStyle: Ys,
691
+ title: Js,
692
+ line: Zs,
693
+ radar: qs,
670
694
  bar: Qs,
671
695
  pie: er,
672
696
  scatter: tr,
@@ -690,7 +714,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
690
714
  visualMap: xr,
691
715
  dataZoom: vr,
692
716
  markPoint: kr
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 = {
717
+ }, 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" } } }, Xr = { 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" } } }, Yr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Jr = { 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" } }, Zr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, qr = {
694
718
  color: wr,
695
719
  backgroundColor: Vr,
696
720
  textStyle: $r,
@@ -706,24 +730,24 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
706
730
  funnel: Wr,
707
731
  gauge: Er,
708
732
  candlestick: Nr,
709
- graph: Rr,
710
- map: Mr,
733
+ graph: Mr,
734
+ map: Rr,
711
735
  geo: Dr,
712
736
  categoryAxis: Fr,
713
737
  valueAxis: Gr,
714
738
  logAxis: Hr,
715
739
  timeAxis: jr,
716
740
  toolbox: Kr,
717
- legend: Ur,
718
- tooltip: Or,
719
- timeline: qr,
720
- visualMap: Xr,
721
- dataZoom: Yr,
722
- markPoint: Jr
741
+ legend: Or,
742
+ tooltip: Ur,
743
+ timeline: Xr,
744
+ visualMap: Yr,
745
+ dataZoom: Jr,
746
+ markPoint: Zr
723
747
  };
724
- Yo([
725
- Jo,
748
+ Jo([
726
749
  Zo,
750
+ qo,
727
751
  Qo,
728
752
  es,
729
753
  ts,
@@ -732,7 +756,7 @@ Yo([
732
756
  os
733
757
  ]);
734
758
  oo("dark", _r);
735
- oo("light", Zr);
759
+ oo("light", qr);
736
760
  const Qr = /* @__PURE__ */ $({
737
761
  __name: "index",
738
762
  props: {
@@ -743,23 +767,23 @@ const Qr = /* @__PURE__ */ $({
743
767
  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(() => {
744
768
  const S = {}, D = s.value.type;
745
769
  return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
746
- }), R = qi("chart");
770
+ }), M = Xi("chart");
747
771
  let W;
748
772
  const F = () => {
749
- W?.dispose(), W = so.init(R.value, o.value ? "dark" : "light");
773
+ W?.dispose(), W = so.init(M.value, o.value ? "dark" : "light");
750
774
  const S = {};
751
775
  W.setOption(S);
752
- }, M = () => {
776
+ }, R = () => {
753
777
  W?.resize();
754
778
  }, E = () => {
755
779
  const S = {};
756
780
  f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
757
781
  };
758
- return Xi(async () => {
759
- window.addEventListener("resize", M, !1), await Zi(() => !!R.value), F(), E();
782
+ return Yi(async () => {
783
+ window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
760
784
  }), Ke(() => {
761
- window.removeEventListener("resize", M, !1), W?.dispose();
762
- }), Z(
785
+ window.removeEventListener("resize", R, !1), W?.dispose();
786
+ }), q(
763
787
  [
764
788
  () => i.value.width,
765
789
  () => i.value.height,
@@ -771,17 +795,17 @@ const Qr = /* @__PURE__ */ $({
771
795
  u
772
796
  ],
773
797
  async () => {
774
- await Yi(), M();
798
+ await Ji(), R();
775
799
  }
776
- ), Z([o], () => {
800
+ ), q([o], () => {
777
801
  F(), E();
778
- }), Z(
802
+ }), q(
779
803
  [e],
780
804
  () => {
781
805
  E();
782
806
  },
783
807
  { deep: !0 }
784
- ), (S, D) => (v(), X("div", {
808
+ ), (S, D) => (v(), Y("div", {
785
809
  ref: "chart",
786
810
  style: Q(C.value)
787
811
  }, null, 4));
@@ -796,23 +820,23 @@ const Qr = /* @__PURE__ */ $({
796
820
  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(() => {
797
821
  const S = {}, D = s.value.type;
798
822
  return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
799
- }), R = qi("chart");
823
+ }), M = Xi("chart");
800
824
  let W;
801
825
  const F = () => {
802
- W?.dispose(), W = so.init(R.value, o.value ? "dark" : "light");
826
+ W?.dispose(), W = so.init(M.value, o.value ? "dark" : "light");
803
827
  const S = {};
804
828
  W.setOption(S);
805
- }, M = () => {
829
+ }, R = () => {
806
830
  W?.resize();
807
831
  }, E = () => {
808
832
  const S = {};
809
833
  f(S), h(S), x(S), g(S), w(S), W?.setOption(S, !0);
810
834
  };
811
- return Xi(async () => {
812
- window.addEventListener("resize", M, !1), await Zi(() => !!R.value), F(), E();
835
+ return Yi(async () => {
836
+ window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
813
837
  }), Ke(() => {
814
- window.removeEventListener("resize", M, !1), W?.dispose();
815
- }), Z(
838
+ window.removeEventListener("resize", R, !1), W?.dispose();
839
+ }), q(
816
840
  [
817
841
  () => i.value.width,
818
842
  () => i.value.height,
@@ -824,17 +848,17 @@ const Qr = /* @__PURE__ */ $({
824
848
  u
825
849
  ],
826
850
  async () => {
827
- await Yi(), M();
851
+ await Ji(), R();
828
852
  }
829
- ), Z([o], () => {
853
+ ), q([o], () => {
830
854
  F(), E();
831
- }), Z(
855
+ }), q(
832
856
  [e],
833
857
  () => {
834
858
  E();
835
859
  },
836
860
  { deep: !0 }
837
- ), (S, D) => (v(), X("div", {
861
+ ), (S, D) => (v(), Y("div", {
838
862
  ref: "chart",
839
863
  style: Q(C.value)
840
864
  }, null, 4));
@@ -946,14 +970,14 @@ const Qr = /* @__PURE__ */ $({
946
970
  "settings",
947
971
  "addIcon",
948
972
  "prepend"
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) => {
950
- i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", Y.clientX), o.setVariable("__pointerPosY__", Y.clientY), o.callFunction("__triggerEventV1__", [
973
+ ]), { 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 = (J) => {
974
+ i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
951
975
  Ce("elementEvent", "click", e.node.basic.id)
952
976
  ]));
953
977
  };
954
- return (Y, te) => {
978
+ return (J, te) => {
955
979
  const re = z("v-btn");
956
- return v(), V(n(J), null, {
980
+ return v(), V(n(Z), null, {
957
981
  default: I(() => [
958
982
  H(re, {
959
983
  "append-icon": n(l),
@@ -970,10 +994,10 @@ const Qr = /* @__PURE__ */ $({
970
994
  "prepend-icon": n(g),
971
995
  readonly: n(w),
972
996
  ripple: n(C),
973
- size: n(R),
997
+ size: n(M),
974
998
  stacked: n(W),
975
999
  text: n(F),
976
- theme: n(M),
1000
+ theme: n(R),
977
1001
  variant: n(E),
978
1002
  width: n(S),
979
1003
  onClick: D
@@ -1032,8 +1056,8 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1032
1056
  setup(t) {
1033
1057
  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"]);
1034
1058
  return (w, C) => {
1035
- const R = z("v-card");
1036
- return v(), V(R, {
1059
+ const M = z("v-card");
1060
+ return v(), V(M, {
1037
1061
  density: n(i),
1038
1062
  disabled: n(o),
1039
1063
  height: n(l),
@@ -1112,7 +1136,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1112
1136
  const f = z("v-chip-group");
1113
1137
  return v(), V(f, {
1114
1138
  modelValue: n(m),
1115
- "onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
1139
+ "onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
1116
1140
  column: n(i),
1117
1141
  direction: n(o),
1118
1142
  disabled: n(l),
@@ -1168,11 +1192,11 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1168
1192
  const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: p } = N(), { prop: d } = r(e, ["settings", "value"]);
1169
1193
  return (b, m) => {
1170
1194
  const u = z("v-combobox");
1171
- return v(), V(n(J), null, {
1195
+ return v(), V(n(Z), null, {
1172
1196
  default: I(() => [
1173
1197
  H(u, {
1174
1198
  modelValue: n(d),
1175
- "onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
1199
+ "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1176
1200
  "hide-details": n(i),
1177
1201
  label: n(o),
1178
1202
  placeholder: n(l),
@@ -1199,7 +1223,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1199
1223
  const u = {}, c = o.value.type;
1200
1224
  return i === "page" ? c === "common" ? (a(u), p(u), d(u), b(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && c === "common" ? (a(u), p(u), d(u), b(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
1201
1225
  });
1202
- return (u, c) => (v(), X("div", {
1226
+ return (u, c) => (v(), Y("div", {
1203
1227
  style: Q(m.value)
1204
1228
  }, [
1205
1229
  L(u.$slots, "default")
@@ -1233,7 +1257,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1233
1257
  theme: n(u),
1234
1258
  width: n(c)
1235
1259
  }, Pn({ _: 2 }, [
1236
- Ro(f.value, (w) => ({
1260
+ Mo(f.value, (w) => ({
1237
1261
  name: `item.${w.column}`,
1238
1262
  fn: I(({ value: C }) => [
1239
1263
  H(n(fe), {
@@ -1257,7 +1281,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1257
1281
  outer: { type: Boolean }
1258
1282
  },
1259
1283
  setup(t) {
1260
- const e = t, i = G(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } = eo(`runtimeDlg/${Ji()}`);
1284
+ const e = t, i = G(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } = eo(`runtimeDlg/${Zi()}`);
1261
1285
  return bo(o, e, (p) => {
1262
1286
  if (i !== "runtime" && i !== "preview")
1263
1287
  return;
@@ -1267,11 +1291,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1267
1291
  const b = z("v-dialog");
1268
1292
  return v(), V(b, {
1269
1293
  modelValue: n(s),
1270
- "onUpdate:modelValue": d[0] || (d[0] = (m) => U(s) ? s.value = m : null),
1294
+ "onUpdate:modelValue": d[0] || (d[0] = (m) => O(s) ? s.value = m : null),
1271
1295
  attach: "#dialogContainer"
1272
1296
  }, {
1273
1297
  activator: I(() => [
1274
- n(i) === "editor" ? (v(), X("div", {
1298
+ n(i) === "editor" ? (v(), Y("div", {
1275
1299
  key: 0,
1276
1300
  id: `__node__@${l.value}`
1277
1301
  }, null, 8, gl)) : ee("", !0)
@@ -1319,7 +1343,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1319
1343
  "backgroundColor"
1320
1344
  ]), { color: m } = j(b), u = (f) => {
1321
1345
  m.value && (f.backgroundColor = m.value), f.display = "flex";
1322
- const h = Me(i.value.width), x = Ie(h, e.node.settings?.direction);
1346
+ const h = Re(i.value.width), x = Ie(h, e.node.settings?.direction);
1323
1347
  x === "row" ? f.flexDirection = "row" : x === "rowReverse" ? f.flexDirection = "row-reverse" : x === "column" ? f.flexDirection = "column" : x === "columnReverse" && (f.flexDirection = "column-reverse");
1324
1348
  const g = Ie(h, e.node.settings?.wrap);
1325
1349
  g === "no" ? f.flexWrap = "nowrap" : g === "yes" ? f.flexWrap = "wrap" : g === "reverse" && (f.flexWrap = "wrap-reverse");
@@ -1331,7 +1355,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1331
1355
  const f = {}, h = l.value.type;
1332
1356
  return o === "page" ? h === "common" ? (s(f), a(f), p(f), d(f), u(f)) : console.assert(!1) : o === "comp" && h === "common" ? (s(f), a(f), p(f), d(f), u(f)) : console.assert(!1), f;
1333
1357
  });
1334
- return (f, h) => (v(), X("div", {
1358
+ return (f, h) => (v(), Y("div", {
1335
1359
  style: Q(c.value)
1336
1360
  }, [
1337
1361
  L(f.$slots, "default")
@@ -1348,7 +1372,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1348
1372
  const d = {}, b = o.value.type;
1349
1373
  return i === "page" ? b === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && b === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
1350
1374
  });
1351
- return (d, b) => (v(), X("div", {
1375
+ return (d, b) => (v(), Y("div", {
1352
1376
  style: Q(p.value)
1353
1377
  }, [
1354
1378
  L(d.$slots, "default")
@@ -1376,10 +1400,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1376
1400
  const C = z("v-form");
1377
1401
  return v(), V(C, {
1378
1402
  modelValue: n(a),
1379
- "onUpdate:modelValue": w[0] || (w[0] = (R) => U(a) ? a.value = R : null),
1403
+ "onUpdate:modelValue": w[0] || (w[0] = (M) => O(a) ? a.value = M : null),
1380
1404
  "fast-fail": n(p),
1381
1405
  style: Q(h.value),
1382
- onSubmit: Mo(x, ["prevent"])
1406
+ onSubmit: Ro(x, ["prevent"])
1383
1407
  }, {
1384
1408
  default: I(() => [
1385
1409
  L(g.$slots, "default")
@@ -1414,7 +1438,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1414
1438
  outer: { type: Boolean }
1415
1439
  },
1416
1440
  setup(t) {
1417
- const e = t, i = G(), o = Ee(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = eo(`runtimeMenu/${Ji()}`);
1441
+ const e = t, i = G(), o = Ee(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = eo(`runtimeMenu/${Zi()}`);
1418
1442
  return bo(o, e, (m) => {
1419
1443
  if (i !== "runtime" && i !== "preview")
1420
1444
  return;
@@ -1424,14 +1448,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1424
1448
  const c = z("v-menu");
1425
1449
  return v(), V(c, {
1426
1450
  modelValue: n(d),
1427
- "onUpdate:modelValue": u[0] || (u[0] = (f) => U(d) ? d.value = f : null),
1451
+ "onUpdate:modelValue": u[0] || (u[0] = (f) => O(d) ? d.value = f : null),
1428
1452
  attach: "menuContainer",
1429
1453
  "location-strategy": "connected",
1430
1454
  scrim: "transparent",
1431
1455
  target: a.value
1432
1456
  }, {
1433
1457
  activator: I(() => [
1434
- n(i) === "editor" ? (v(), X("div", {
1458
+ n(i) === "editor" ? (v(), Y("div", {
1435
1459
  key: 0,
1436
1460
  id: `__node__@${p.value}`
1437
1461
  }, null, 8, $l)) : ee("", !0)
@@ -1466,14 +1490,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1466
1490
  "settings",
1467
1491
  "addIcon",
1468
1492
  "prependInner"
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"]);
1470
- return (Y, te) => {
1493
+ ]), { 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"]);
1494
+ return (J, te) => {
1471
1495
  const re = z("v-number-input");
1472
- return v(), V(n(J), null, {
1496
+ return v(), V(n(Z), null, {
1473
1497
  default: I(() => [
1474
1498
  H(re, {
1475
1499
  modelValue: n(E),
1476
- "onUpdate:modelValue": te[0] || (te[0] = (le) => U(E) ? E.value = le : null),
1500
+ "onUpdate:modelValue": te[0] || (te[0] = (le) => O(E) ? E.value = le : null),
1477
1501
  "append-icon": n(i),
1478
1502
  "append-inner-icon": n(o),
1479
1503
  clearable: n(l),
@@ -1491,10 +1515,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1491
1515
  "prepend-inner-icon": n(g),
1492
1516
  readonly: n(w),
1493
1517
  reverse: n(C),
1494
- "single-line": n(R),
1518
+ "single-line": n(M),
1495
1519
  step: n(W),
1496
1520
  suffix: n(F),
1497
- theme: n(M),
1521
+ theme: n(R),
1498
1522
  variant: n(S),
1499
1523
  width: n(D)
1500
1524
  }, 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"])
@@ -1519,11 +1543,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1519
1543
  });
1520
1544
  return (h, x) => {
1521
1545
  const g = z("v-pagination");
1522
- return v(), V(n(J), null, {
1546
+ return v(), V(n(Z), null, {
1523
1547
  default: I(() => [
1524
1548
  H(g, {
1525
1549
  modelValue: n(u),
1526
- "onUpdate:modelValue": x[0] || (x[0] = (w) => U(u) ? u.value = w : null),
1550
+ "onUpdate:modelValue": x[0] || (x[0] = (w) => O(u) ? u.value = w : null),
1527
1551
  density: n(o),
1528
1552
  disabled: n(l),
1529
1553
  length: n(s),
@@ -1571,11 +1595,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1571
1595
  const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "inline"]), { prop: a } = r(e, ["settings", "readonly"]), { theme: p } = N(), { prop: d } = r(e, ["settings", "value"]);
1572
1596
  return (b, m) => {
1573
1597
  const u = z("v-radio-group");
1574
- return v(), V(n(J), null, {
1598
+ return v(), V(n(Z), null, {
1575
1599
  default: I(() => [
1576
1600
  H(u, {
1577
1601
  modelValue: n(d),
1578
- "onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
1602
+ "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1579
1603
  density: n(i),
1580
1604
  direction: n(o),
1581
1605
  disabled: n(l),
@@ -1621,11 +1645,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1621
1645
  E[S] = D;
1622
1646
  if (!ro(E))
1623
1647
  return E;
1624
- }), { prop: R } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
1648
+ }), { prop: M } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
1625
1649
  "settings",
1626
1650
  "value",
1627
1651
  "start"
1628
- ]), { prop: F } = r(e, ["settings", "value", "end"]), M = k({
1652
+ ]), { prop: F } = r(e, ["settings", "value", "end"]), R = k({
1629
1653
  get: () => [W.value, F.value],
1630
1654
  set: ([E, S]) => {
1631
1655
  W.value = E, F.value = S;
@@ -1633,14 +1657,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1633
1657
  });
1634
1658
  return (E, S) => {
1635
1659
  const D = z("v-range-slider");
1636
- return v(), V(n(J), {
1637
- modelValue: M.value,
1638
- "onUpdate:modelValue": S[1] || (S[1] = (Y) => M.value = Y)
1660
+ return v(), V(n(Z), {
1661
+ modelValue: R.value,
1662
+ "onUpdate:modelValue": S[1] || (S[1] = (J) => R.value = J)
1639
1663
  }, {
1640
1664
  default: I(() => [
1641
1665
  H(D, {
1642
- modelValue: M.value,
1643
- "onUpdate:modelValue": S[0] || (S[0] = (Y) => M.value = Y),
1666
+ modelValue: R.value,
1667
+ "onUpdate:modelValue": S[0] || (S[0] = (J) => R.value = J),
1644
1668
  density: n(i),
1645
1669
  direction: n(o),
1646
1670
  disabled: n(l),
@@ -1654,7 +1678,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1654
1678
  theme: n(f),
1655
1679
  "thumb-label": x.value,
1656
1680
  "thumb-size": n(g),
1657
- "tick-size": n(R),
1681
+ "tick-size": n(M),
1658
1682
  ticks: C.value
1659
1683
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
1660
1684
  ]),
@@ -1675,11 +1699,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1675
1699
  ]), { prop: a } = r(e, ["settings", "hover"]), { prop: p } = r(e, ["settings", "length"]), { prop: d } = r(e, ["settings", "readonly"]), { theme: b } = N(), { prop: m } = r(e, ["settings", "value"]);
1676
1700
  return (u, c) => {
1677
1701
  const f = z("v-rating");
1678
- return v(), V(n(J), { "fit-content": !0 }, {
1702
+ return v(), V(n(Z), { "fit-content": !0 }, {
1679
1703
  default: I(() => [
1680
1704
  H(f, {
1681
1705
  modelValue: n(m),
1682
- "onUpdate:modelValue": c[0] || (c[0] = (h) => U(m) ? m.value = h : null),
1706
+ "onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
1683
1707
  clearable: n(i),
1684
1708
  density: n(o),
1685
1709
  disabled: n(l),
@@ -1704,11 +1728,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1704
1728
  const e = t, { prop: i } = r(e, ["settings", "hideDetails"]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, ["settings", "placeholder"]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, ["settings", "singleLine"]), { theme: p } = N(), { prop: d } = r(e, ["settings", "value"]);
1705
1729
  return (b, m) => {
1706
1730
  const u = z("v-select");
1707
- return v(), V(n(J), null, {
1731
+ return v(), V(n(Z), null, {
1708
1732
  default: I(() => [
1709
1733
  H(u, {
1710
1734
  modelValue: n(d),
1711
- "onUpdate:modelValue": m[0] || (m[0] = (c) => U(d) ? d.value = c : null),
1735
+ "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1712
1736
  "hide-details": n(i),
1713
1737
  label: n(o),
1714
1738
  placeholder: n(l),
@@ -1739,30 +1763,30 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1739
1763
  ]), { color: w } = j(g), { prop: C } = r(e, [
1740
1764
  "settings",
1741
1765
  "thumbLabel"
1742
- ]), R = k(() => {
1766
+ ]), M = k(() => {
1743
1767
  if (C.value === "always")
1744
1768
  return "always";
1745
1769
  if (C.value === "show")
1746
1770
  return !0;
1747
- }), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]), M = k(() => {
1771
+ }), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]), R = k(() => {
1748
1772
  if (!F.value)
1749
1773
  return;
1750
1774
  const le = {};
1751
- for (const { value: Ne, label: Ot } of F.value)
1752
- le[Ne] = Ot;
1775
+ for (const { value: Ne, label: Ut } of F.value)
1776
+ le[Ne] = Ut;
1753
1777
  if (!ro(le))
1754
1778
  return le;
1755
1779
  }), { prop: E } = r(e, ["settings", "tickSize"]), { prop: S } = r(e, [
1756
1780
  "settings",
1757
1781
  "trackColor"
1758
- ]), { color: D } = j(S), { prop: Y } = r(e, ["settings", "value"]), { prop: te } = r(e, ["slots", "append"]), { prop: re } = r(e, ["slots", "prepend"]);
1782
+ ]), { color: D } = j(S), { prop: J } = r(e, ["settings", "value"]), { prop: te } = r(e, ["slots", "append"]), { prop: re } = r(e, ["slots", "prepend"]);
1759
1783
  return (le, Ne) => {
1760
- const Ot = z("v-slider");
1761
- return v(), V(n(J), null, {
1784
+ const Ut = z("v-slider");
1785
+ return v(), V(n(Z), null, {
1762
1786
  default: I(() => [
1763
- H(Ot, {
1764
- modelValue: n(Y),
1765
- "onUpdate:modelValue": Ne[0] || (Ne[0] = (Eo) => U(Y) ? Y.value = Eo : null),
1787
+ H(Ut, {
1788
+ modelValue: n(J),
1789
+ "onUpdate:modelValue": Ne[0] || (Ne[0] = (Eo) => O(J) ? J.value = Eo : null),
1766
1790
  color: n(o),
1767
1791
  direction: n(l),
1768
1792
  disabled: n(s),
@@ -1776,10 +1800,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1776
1800
  step: n(h),
1777
1801
  theme: n(x),
1778
1802
  "thumb-color": n(w),
1779
- "thumb-label": R.value,
1803
+ "thumb-label": M.value,
1780
1804
  "thumb-size": n(W),
1781
1805
  "tick-size": n(E),
1782
- ticks: M.value,
1806
+ ticks: R.value,
1783
1807
  "track-color": n(D)
1784
1808
  }, Pn({ _: 2 }, [
1785
1809
  n(te) ? {
@@ -1820,7 +1844,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
1820
1844
  const p = z("v-stepper");
1821
1845
  return v(), V(p, {
1822
1846
  modelValue: n(l),
1823
- "onUpdate:modelValue": a[0] || (a[0] = (d) => U(l) ? l.value = d : null),
1847
+ "onUpdate:modelValue": a[0] || (a[0] = (d) => O(l) ? l.value = d : null),
1824
1848
  "hide-actions": n(i),
1825
1849
  theme: n(o)
1826
1850
  }, {
@@ -1841,7 +1865,7 @@ function Nl(t, e) {
1841
1865
  _: 3
1842
1866
  });
1843
1867
  }
1844
- const Rl = /* @__PURE__ */ xe(El, [["render", Nl]]), Ml = /* @__PURE__ */ $({
1868
+ const Ml = /* @__PURE__ */ xe(El, [["render", Nl]]), Rl = /* @__PURE__ */ $({
1845
1869
  __name: "index",
1846
1870
  props: {
1847
1871
  node: {},
@@ -1900,11 +1924,11 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1900
1924
  ]), { prop: p } = r(e, ["settings", "inline"]), { prop: d } = r(e, ["settings", "inset"]), { prop: b } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { theme: u } = N(), { prop: c } = r(e, ["settings", "value"]);
1901
1925
  return (f, h) => {
1902
1926
  const x = z("v-switch");
1903
- return v(), V(n(J), { "fit-content": !0 }, {
1927
+ return v(), V(n(Z), { "fit-content": !0 }, {
1904
1928
  default: I(() => [
1905
1929
  H(x, {
1906
1930
  modelValue: n(c),
1907
- "onUpdate:modelValue": h[0] || (h[0] = (g) => U(c) ? c.value = g : null),
1931
+ "onUpdate:modelValue": h[0] || (h[0] = (g) => O(c) ? c.value = g : null),
1908
1932
  density: n(i),
1909
1933
  direction: n(o),
1910
1934
  disabled: n(l),
@@ -1934,7 +1958,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1934
1958
  });
1935
1959
  return (p, d) => {
1936
1960
  const b = z("v-tab");
1937
- return v(), V(n(J), { "fit-content": !0 }, {
1961
+ return v(), V(n(Z), { "fit-content": !0 }, {
1938
1962
  default: I(() => [
1939
1963
  H(b, {
1940
1964
  style: Q(a.value),
@@ -1947,7 +1971,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1947
1971
  });
1948
1972
  };
1949
1973
  }
1950
- }), Ul = /* @__PURE__ */ $({
1974
+ }), Ol = /* @__PURE__ */ $({
1951
1975
  __name: "index",
1952
1976
  props: {
1953
1977
  node: {},
@@ -1969,12 +1993,12 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1969
1993
  "settings",
1970
1994
  "color",
1971
1995
  "sliderColor"
1972
- ]), { color: C } = j(w), { prop: R } = r(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = r(e, ["settings", "value"]);
1973
- return (M, E) => {
1996
+ ]), { color: C } = j(w), { prop: M } = r(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = r(e, ["settings", "value"]);
1997
+ return (R, E) => {
1974
1998
  const S = z("v-tabs");
1975
1999
  return v(), V(S, {
1976
2000
  modelValue: n(F),
1977
- "onUpdate:modelValue": E[0] || (E[0] = (D) => U(F) ? F.value = D : null),
2001
+ "onUpdate:modelValue": E[0] || (E[0] = (D) => O(F) ? F.value = D : null),
1978
2002
  "align-tabs": n(i),
1979
2003
  "bg-color": n(l),
1980
2004
  "center-active": n(s),
@@ -1989,17 +2013,17 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1989
2013
  mandatory: n(x),
1990
2014
  "show-arrows": n(g),
1991
2015
  "slider-color": n(C),
1992
- stacked: n(R),
2016
+ stacked: n(M),
1993
2017
  theme: n(W)
1994
2018
  }, {
1995
2019
  default: I(() => [
1996
- L(M.$slots, "default")
2020
+ L(R.$slots, "default")
1997
2021
  ]),
1998
2022
  _: 3
1999
2023
  }, 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"]);
2000
2024
  };
2001
2025
  }
2002
- }), Ol = /* @__PURE__ */ $({
2026
+ }), Ul = /* @__PURE__ */ $({
2003
2027
  __name: "index",
2004
2028
  props: {
2005
2029
  node: {},
@@ -2007,14 +2031,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2007
2031
  },
2008
2032
  setup(t) {
2009
2033
  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(() => {
2010
- const m = [], u = Me(i.value.width), c = Ie(u, e.node.settings?.style);
2034
+ const m = [], u = Re(i.value.width), c = Ie(u, e.node.settings?.style);
2011
2035
  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(" ");
2012
2036
  });
2013
- return (m, u) => (v(), X("span", {
2037
+ return (m, u) => (v(), Y("span", {
2014
2038
  class: Do(b.value)
2015
2039
  }, Fo(n(p)), 3));
2016
2040
  }
2017
- }), ql = /* @__PURE__ */ $({
2041
+ }), Xl = /* @__PURE__ */ $({
2018
2042
  __name: "index",
2019
2043
  props: {
2020
2044
  node: {},
@@ -2023,12 +2047,12 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2023
2047
  setup(t) {
2024
2048
  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"]);
2025
2049
  return (w, C) => {
2026
- const R = z("v-textarea");
2027
- return v(), V(n(J), null, {
2050
+ const M = z("v-textarea");
2051
+ return v(), V(n(Z), null, {
2028
2052
  default: I(() => [
2029
- H(R, {
2053
+ H(M, {
2030
2054
  modelValue: n(x),
2031
- "onUpdate:modelValue": C[0] || (C[0] = (W) => U(x) ? x.value = W : null),
2055
+ "onUpdate:modelValue": C[0] || (C[0] = (W) => O(x) ? x.value = W : null),
2032
2056
  "auto-grow": n(i),
2033
2057
  clearable: n(o),
2034
2058
  density: n(l),
@@ -2049,7 +2073,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2049
2073
  });
2050
2074
  };
2051
2075
  }
2052
- }), Xl = /* @__PURE__ */ $({
2076
+ }), Yl = /* @__PURE__ */ $({
2053
2077
  __name: "index",
2054
2078
  props: {
2055
2079
  node: {},
@@ -2062,20 +2086,20 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2062
2086
  ]), { 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, [
2063
2087
  "settings",
2064
2088
  "prependInnerIcon"
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, [
2089
+ ]), { 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, [
2066
2090
  "slots",
2067
2091
  "appendInner"
2068
2092
  ]), { prop: S } = r(e, ["slots", "prepend"]), { prop: D } = r(e, [
2069
2093
  "slots",
2070
2094
  "prependInner"
2071
2095
  ]);
2072
- return (Y, te) => {
2096
+ return (J, te) => {
2073
2097
  const re = z("v-text-field");
2074
- return v(), V(n(J), null, {
2098
+ return v(), V(n(Z), null, {
2075
2099
  default: I(() => [
2076
2100
  H(re, {
2077
2101
  modelValue: n(W),
2078
- "onUpdate:modelValue": te[0] || (te[0] = (le) => U(W) ? W.value = le : null),
2102
+ "onUpdate:modelValue": te[0] || (te[0] = (le) => O(W) ? W.value = le : null),
2079
2103
  "append-icon": n(i),
2080
2104
  "append-inner-icon": n(o),
2081
2105
  autofocus: n(l),
@@ -2093,14 +2117,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2093
2117
  reverse: n(g),
2094
2118
  "single-line": n(w),
2095
2119
  suffix: n(C),
2096
- theme: n(R),
2120
+ theme: n(M),
2097
2121
  variant: n(F)
2098
2122
  }, Pn({ _: 2 }, [
2099
- n(M) ? {
2123
+ n(R) ? {
2100
2124
  name: "append",
2101
2125
  fn: I(() => [
2102
2126
  H(n(fe), {
2103
- "ref-context": { refid: n(M) },
2127
+ "ref-context": { refid: n(R) },
2104
2128
  state: {}
2105
2129
  }, null, 8, ["ref-context"])
2106
2130
  ]),
@@ -2142,7 +2166,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2142
2166
  });
2143
2167
  };
2144
2168
  }
2145
- }), Yl = /* @__PURE__ */ $({
2169
+ }), Jl = /* @__PURE__ */ $({
2146
2170
  __name: "index",
2147
2171
  props: {
2148
2172
  node: {},
@@ -2192,8 +2216,8 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
2192
2216
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
2193
2217
  };
2194
2218
  }
2195
- }), Jl = {};
2196
- function Zl(t, e) {
2219
+ }), Zl = {};
2220
+ function ql(t, e) {
2197
2221
  const i = z("v-timeline-item");
2198
2222
  return v(), V(i, null, {
2199
2223
  default: I(() => [
@@ -2202,7 +2226,7 @@ function Zl(t, e) {
2202
2226
  _: 3
2203
2227
  });
2204
2228
  }
2205
- const Ql = /* @__PURE__ */ xe(Jl, [["render", Zl]]), ea = /* @__PURE__ */ $({
2229
+ const Ql = /* @__PURE__ */ xe(Zl, [["render", ql]]), ea = /* @__PURE__ */ $({
2206
2230
  __name: "index",
2207
2231
  props: {
2208
2232
  node: {},
@@ -2214,7 +2238,7 @@ const Ql = /* @__PURE__ */ xe(Jl, [["render", Zl]]), ea = /* @__PURE__ */ $({
2214
2238
  const c = z("v-window");
2215
2239
  return v(), V(c, {
2216
2240
  modelValue: n(b),
2217
- "onUpdate:modelValue": u[0] || (u[0] = (f) => U(b) ? b.value = f : null),
2241
+ "onUpdate:modelValue": u[0] || (u[0] = (f) => O(b) ? b.value = f : null),
2218
2242
  continuous: n(i),
2219
2243
  direction: n(l),
2220
2244
  disabled: n(o),
@@ -2240,7 +2264,7 @@ function na(t, e) {
2240
2264
  _: 3
2241
2265
  });
2242
2266
  }
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 = {
2267
+ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", Xe = "badge_v1", Nn = "breadcrumbs_v1", Ye = "bar_chart_v1", Je = "box_geometry_v1", Ze = "btn_v1", qe = "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 = {
2244
2268
  key: "basic",
2245
2269
  name: "x-runtime-lib.basic",
2246
2270
  children: [
@@ -2447,7 +2471,7 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Oe = "ambient_light_v1", qe
2447
2471
  default: ""
2448
2472
  }
2449
2473
  ]
2450
- }, O = {
2474
+ }, U = {
2451
2475
  key: "size",
2452
2476
  name: "x-runtime-lib.size",
2453
2477
  children: [
@@ -2517,7 +2541,7 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Oe = "ambient_light_v1", qe
2517
2541
  default: ""
2518
2542
  }
2519
2543
  ]
2520
- }, q = {
2544
+ }, X = {
2521
2545
  key: "transform",
2522
2546
  name: "x-runtime-lib.transform",
2523
2547
  children: [
@@ -2669,7 +2693,7 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Oe = "ambient_light_v1", qe
2669
2693
  defaultArray: []
2670
2694
  }
2671
2695
  ]
2672
- }, Jn = {
2696
+ }, Zn = {
2673
2697
  key: "settings",
2674
2698
  name: "x-runtime-lib.settings",
2675
2699
  children: [
@@ -2721,15 +2745,15 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Oe = "ambient_light_v1", qe
2721
2745
  name: "x-runtime-lib.orthographicCamera",
2722
2746
  comp: $s,
2723
2747
  props: {
2724
- pageScene: [y, q, Jn],
2725
- compScene: [y, q, Jn]
2748
+ pageScene: [y, X, Zn],
2749
+ compScene: [y, X, Zn]
2726
2750
  },
2727
2751
  events: [],
2728
2752
  methods: [],
2729
2753
  slots: []
2730
2754
  };
2731
2755
  _(ra);
2732
- const Zn = {
2756
+ const qn = {
2733
2757
  key: "settings",
2734
2758
  name: "x-runtime-lib.settings",
2735
2759
  children: [
@@ -2767,8 +2791,8 @@ const Zn = {
2767
2791
  name: "x-runtime-lib.perspectiveCamera",
2768
2792
  comp: Ss,
2769
2793
  props: {
2770
- pageScene: [y, q, Zn],
2771
- compScene: [y, q, Zn]
2794
+ pageScene: [y, X, qn],
2795
+ compScene: [y, X, qn]
2772
2796
  },
2773
2797
  events: [],
2774
2798
  methods: [],
@@ -2956,7 +2980,7 @@ const Qn = {
2956
2980
  }
2957
2981
  ]
2958
2982
  }, nn = {
2959
- key: Ye,
2983
+ key: Je,
2960
2984
  name: "x-runtime-lib.boxGeometry",
2961
2985
  comp: Ts,
2962
2986
  props: {
@@ -3132,12 +3156,12 @@ const ti = {
3132
3156
  }
3133
3157
  ]
3134
3158
  }, va = {
3135
- key: Oe,
3159
+ key: Ue,
3136
3160
  name: "x-runtime-lib.ambientLight",
3137
3161
  comp: Ls,
3138
3162
  props: {
3139
- pageScene: [y, q, ti],
3140
- compScene: [y, q, ti]
3163
+ pageScene: [y, X, ti],
3164
+ compScene: [y, X, ti]
3141
3165
  },
3142
3166
  events: [],
3143
3167
  methods: [],
@@ -3166,8 +3190,8 @@ const ni = {
3166
3190
  name: "x-runtime-lib.directionalLight",
3167
3191
  comp: Ws,
3168
3192
  props: {
3169
- pageScene: [y, q, ni],
3170
- compScene: [y, q, ni]
3193
+ pageScene: [y, X, ni],
3194
+ compScene: [y, X, ni]
3171
3195
  },
3172
3196
  events: [],
3173
3197
  methods: [],
@@ -3210,8 +3234,8 @@ const ii = {
3210
3234
  name: "x-runtime-lib.pointLight",
3211
3235
  comp: Ns,
3212
3236
  props: {
3213
- pageScene: [y, q, ii],
3214
- compScene: [y, q, ii]
3237
+ pageScene: [y, X, ii],
3238
+ compScene: [y, X, ii]
3215
3239
  },
3216
3240
  events: [],
3217
3241
  methods: [],
@@ -3269,10 +3293,10 @@ const oi = {
3269
3293
  }, wa = {
3270
3294
  key: Lt,
3271
3295
  name: "x-runtime-lib.spotLight",
3272
- comp: Ms,
3296
+ comp: Rs,
3273
3297
  props: {
3274
- pageScene: [y, q, oi],
3275
- compScene: [y, q, oi]
3298
+ pageScene: [y, X, oi],
3299
+ compScene: [y, X, oi]
3276
3300
  },
3277
3301
  events: [],
3278
3302
  methods: [],
@@ -3298,8 +3322,8 @@ const Va = {
3298
3322
  name: "x-runtime-lib.group",
3299
3323
  comp: js,
3300
3324
  props: {
3301
- pageScene: [y, q],
3302
- compScene: [y, q]
3325
+ pageScene: [y, X],
3326
+ compScene: [y, X]
3303
3327
  },
3304
3328
  events: [],
3305
3329
  methods: [],
@@ -3309,10 +3333,10 @@ _(Va);
3309
3333
  const ze = {
3310
3334
  key: vt,
3311
3335
  name: "x-runtime-lib.mesh",
3312
- comp: Us,
3336
+ comp: Os,
3313
3337
  props: {
3314
- pageScene: [y, q],
3315
- compScene: [y, q]
3338
+ pageScene: [y, X],
3339
+ compScene: [y, X]
3316
3340
  },
3317
3341
  events: [],
3318
3342
  methods: [],
@@ -3360,12 +3384,12 @@ const si = {
3360
3384
  array: !0,
3361
3385
  defaultArray: []
3362
3386
  }, sn = {
3363
- key: Xe,
3387
+ key: Ye,
3364
3388
  name: "x-runtime-lib.barChart",
3365
3389
  comp: Qr,
3366
3390
  props: {
3367
- pageCommon: [y, O, Ge, He, je, Fe, si],
3368
- compCommon: [y, O, Ge, He, je, Fe, si]
3391
+ pageCommon: [y, U, Ge, He, je, Fe, si],
3392
+ compCommon: [y, U, Ge, He, je, Fe, si]
3369
3393
  },
3370
3394
  events: [],
3371
3395
  methods: [],
@@ -3419,8 +3443,8 @@ const ri = {
3419
3443
  name: "x-runtime-lib.lineChart",
3420
3444
  comp: el,
3421
3445
  props: {
3422
- pageCommon: [y, O, Ge, He, je, Fe, ri],
3423
- compCommon: [y, O, Ge, He, je, Fe, ri]
3446
+ pageCommon: [y, U, Ge, He, je, Fe, ri],
3447
+ compCommon: [y, U, Ge, He, je, Fe, ri]
3424
3448
  },
3425
3449
  events: [],
3426
3450
  methods: [],
@@ -3429,17 +3453,17 @@ const ri = {
3429
3453
  spawn: Ia
3430
3454
  };
3431
3455
  _(rn);
3432
- const Ut = B(K);
3433
- Ut.key = "backgroundColor";
3434
- Ut.name = "x-runtime-lib.backgroundColor";
3456
+ const Ot = B(K);
3457
+ Ot.key = "backgroundColor";
3458
+ Ot.name = "x-runtime-lib.backgroundColor";
3435
3459
  const li = {
3436
3460
  key: "settings",
3437
3461
  name: "x-runtime-lib.settings",
3438
- children: [Ut]
3462
+ children: [Ot]
3439
3463
  }, ai = {
3440
3464
  key: "settings",
3441
3465
  name: "x-runtime-lib.settings",
3442
- children: [Ut]
3466
+ children: [Ot]
3443
3467
  }, Sa = {
3444
3468
  key: tn,
3445
3469
  name: "x-runtime-lib.globality",
@@ -3524,8 +3548,8 @@ const ui = {
3524
3548
  default: !1
3525
3549
  }
3526
3550
  ]
3527
- }, Ec = {
3528
- key: qe,
3551
+ }, Rc = {
3552
+ key: Xe,
3529
3553
  name: "x-runtime-lib.badge",
3530
3554
  comp: tl,
3531
3555
  props: {
@@ -3638,12 +3662,12 @@ const Ta = B(K), ci = {
3638
3662
  }
3639
3663
  ]
3640
3664
  }, ln = {
3641
- key: Je,
3665
+ key: Ze,
3642
3666
  name: "x-runtime-lib.button",
3643
3667
  comp: nl,
3644
3668
  props: {
3645
- pageCommon: [y, O, ci],
3646
- compCommon: [y, O, ci]
3669
+ pageCommon: [y, U, ci],
3670
+ compCommon: [y, U, ci]
3647
3671
  },
3648
3672
  events: [
3649
3673
  {
@@ -3659,7 +3683,7 @@ const Ta = B(K), ci = {
3659
3683
  };
3660
3684
  _(ln);
3661
3685
  const Pa = {
3662
- key: Ze,
3686
+ key: qe,
3663
3687
  name: "x-runtime-lib.buttonGroup",
3664
3688
  comp: sl,
3665
3689
  props: {
@@ -3819,8 +3843,8 @@ const pi = {
3819
3843
  name: "x-runtime-lib.card",
3820
3844
  comp: ll,
3821
3845
  props: {
3822
- pageCommon: [y, O, pi],
3823
- compCommon: [y, O, pi]
3846
+ pageCommon: [y, U, pi],
3847
+ compCommon: [y, U, pi]
3824
3848
  },
3825
3849
  events: [],
3826
3850
  methods: [],
@@ -4132,8 +4156,8 @@ const hi = {
4132
4156
  name: "x-runtime-lib.container",
4133
4157
  comp: dl,
4134
4158
  props: {
4135
- pageCommon: [y, O, _e, we, Ve, hi],
4136
- compCommon: [y, O, _e, we, Ve, hi]
4159
+ pageCommon: [y, U, _e, we, Ve, hi],
4160
+ compCommon: [y, U, _e, we, Ve, hi]
4137
4161
  },
4138
4162
  events: [
4139
4163
  {
@@ -4298,7 +4322,7 @@ const gi = {
4298
4322
  defaultArray: []
4299
4323
  }
4300
4324
  ]
4301
- }, Ra = {
4325
+ }, Ma = {
4302
4326
  key: lt,
4303
4327
  name: "x-runtime-lib.dataTable",
4304
4328
  comp: fl,
@@ -4311,8 +4335,8 @@ const gi = {
4311
4335
  slots: [],
4312
4336
  leaf: !0
4313
4337
  };
4314
- _(Ra);
4315
- const Ma = {
4338
+ _(Ma);
4339
+ const Ra = {
4316
4340
  key: at,
4317
4341
  name: "x-runtime-lib.datePicker",
4318
4342
  comp: hl,
@@ -4325,7 +4349,7 @@ const Ma = {
4325
4349
  slots: [],
4326
4350
  leaf: !0
4327
4351
  };
4328
- _(Ma);
4352
+ _(Ra);
4329
4353
  const Da = {
4330
4354
  key: ut,
4331
4355
  name: "x-runtime-lib.dialog",
@@ -4357,7 +4381,7 @@ const ki = {
4357
4381
  key: "settings",
4358
4382
  name: "x-runtime-lib.settings",
4359
4383
  children: []
4360
- }, Nc = {
4384
+ }, Dc = {
4361
4385
  key: mt,
4362
4386
  name: "x-runtime-lib.fileInput",
4363
4387
  comp: vl,
@@ -4391,8 +4415,8 @@ const ki = {
4391
4415
  name: "x-runtime-lib.flexLayoutEntry",
4392
4416
  comp: _l,
4393
4417
  props: {
4394
- pageCommon: [y, O, _i],
4395
- compCommon: [y, O, _i]
4418
+ pageCommon: [y, U, _i],
4419
+ compCommon: [y, U, _i]
4396
4420
  },
4397
4421
  events: [],
4398
4422
  methods: [],
@@ -4659,8 +4683,8 @@ const wi = {
4659
4683
  name: "x-runtime-lib.flexLayout",
4660
4684
  comp: kl,
4661
4685
  props: {
4662
- pageCommon: [y, O, _e, we, Ve, wi],
4663
- compCommon: [y, O, _e, we, Ve, wi]
4686
+ pageCommon: [y, U, _e, we, Ve, wi],
4687
+ compCommon: [y, U, _e, we, Ve, wi]
4664
4688
  },
4665
4689
  events: [
4666
4690
  {
@@ -4825,9 +4849,9 @@ const Vi = {
4825
4849
  }
4826
4850
  ]
4827
4851
  }, dn = {
4828
- key: Mt,
4852
+ key: Rt,
4829
4853
  name: "x-runtime-lib.textField",
4830
- comp: Xl,
4854
+ comp: Yl,
4831
4855
  props: {
4832
4856
  pageCommon: [y, Vi, $i],
4833
4857
  compCommon: [y, Vi, $i]
@@ -4914,8 +4938,8 @@ const Ii = {
4914
4938
  name: "x-runtime-lib.form",
4915
4939
  comp: wl,
4916
4940
  props: {
4917
- pageCommon: [y, O, _e, we, Ve, Ii],
4918
- compCommon: [y, O, _e, we, Ve, Ii]
4941
+ pageCommon: [y, U, _e, we, Ve, Ii],
4942
+ compCommon: [y, U, _e, we, Ve, Ii]
4919
4943
  },
4920
4944
  events: [
4921
4945
  {
@@ -4954,7 +4978,7 @@ const Ka = B(K), Si = {
4954
4978
  },
4955
4979
  Ka
4956
4980
  ]
4957
- }, Ua = {
4981
+ }, Oa = {
4958
4982
  key: bt,
4959
4983
  name: "x-runtime-lib.icon",
4960
4984
  comp: Vl,
@@ -4967,8 +4991,8 @@ const Ka = B(K), Si = {
4967
4991
  slots: [],
4968
4992
  leaf: !0
4969
4993
  };
4970
- _(Ua);
4971
- const Oa = {
4994
+ _(Oa);
4995
+ const Ua = {
4972
4996
  key: xt,
4973
4997
  name: "x-runtime-lib.menu",
4974
4998
  comp: Il,
@@ -4994,8 +5018,8 @@ const Oa = {
4994
5018
  slots: [],
4995
5019
  teleport: !0
4996
5020
  };
4997
- _(Oa);
4998
- function qa(t, e) {
5021
+ _(Ua);
5022
+ function Xa(t, e) {
4999
5023
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5000
5024
  if (!o) {
5001
5025
  console.error(`numberInputV1/spawn prop tag not found, ${i}`);
@@ -5214,7 +5238,7 @@ const Ci = {
5214
5238
  methods: [],
5215
5239
  slots: [],
5216
5240
  leaf: !0,
5217
- spawn: qa
5241
+ spawn: Xa
5218
5242
  };
5219
5243
  _(bn);
5220
5244
  const Pi = {
@@ -5280,7 +5304,7 @@ const Pi = {
5280
5304
  default: !1
5281
5305
  }
5282
5306
  ]
5283
- }, Xa = {
5307
+ }, Ya = {
5284
5308
  key: Vt,
5285
5309
  name: "x-runtime-lib.pagination",
5286
5310
  comp: Cl,
@@ -5293,8 +5317,8 @@ const Pi = {
5293
5317
  slots: [],
5294
5318
  leaf: !0
5295
5319
  };
5296
- _(Xa);
5297
- const Ya = B(K), zi = {
5320
+ _(Ya);
5321
+ const Ja = B(K), zi = {
5298
5322
  key: "settings",
5299
5323
  name: "x-runtime-lib.settings",
5300
5324
  children: [
@@ -5329,7 +5353,7 @@ const Ya = B(K), zi = {
5329
5353
  items: "densityItemsV1",
5330
5354
  default: "default"
5331
5355
  },
5332
- Ya
5356
+ Ja
5333
5357
  ]
5334
5358
  }, yn = {
5335
5359
  key: ho,
@@ -5345,7 +5369,7 @@ const Ya = B(K), zi = {
5345
5369
  leaf: !0
5346
5370
  };
5347
5371
  _(yn);
5348
- function Ja(t, e) {
5372
+ function Za(t, e) {
5349
5373
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5350
5374
  if (!o) {
5351
5375
  console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
@@ -5358,12 +5382,12 @@ function Ja(t, e) {
5358
5382
  }
5359
5383
  const s = {};
5360
5384
  return P(s, l), s.basic.id = T(16), s.basic.key = hn.key, s.children = [
5361
- Xt(t, e, "option1", "Option 1"),
5362
- Xt(t, e, "option2", "Option 2"),
5363
- Xt(t, e, "option3", "Option 3")
5385
+ Yt(t, e, "option1", "Option 1"),
5386
+ Yt(t, e, "option2", "Option 2"),
5387
+ Yt(t, e, "option3", "Option 3")
5364
5388
  ], s.settings.value = "option1", s;
5365
5389
  }
5366
- function Xt(t, e, i, o) {
5390
+ function Yt(t, e, i, o) {
5367
5391
  const l = `type=${t} subtype=${e}`, s = A(t, e);
5368
5392
  if (!s) {
5369
5393
  console.error(`radioGroupV1/spawnEntry prop tag not found, ${l}`);
@@ -5431,7 +5455,7 @@ const Ai = {
5431
5455
  events: [],
5432
5456
  methods: [],
5433
5457
  slots: [],
5434
- spawn: Ja
5458
+ spawn: Za
5435
5459
  };
5436
5460
  _(hn);
5437
5461
  const Li = {
@@ -5551,7 +5575,7 @@ const Li = {
5551
5575
  ]
5552
5576
  }
5553
5577
  ]
5554
- }, Za = {
5578
+ }, qa = {
5555
5579
  key: Ct,
5556
5580
  name: "x-runtime-lib.rangeSlider",
5557
5581
  comp: zl,
@@ -5564,7 +5588,7 @@ const Li = {
5564
5588
  slots: [],
5565
5589
  leaf: !0
5566
5590
  };
5567
- _(Za);
5591
+ _(qa);
5568
5592
  const Bi = {
5569
5593
  key: "settings",
5570
5594
  name: "x-runtime-lib.settings",
@@ -5841,7 +5865,7 @@ _(tu);
5841
5865
  const gn = {
5842
5866
  key: go,
5843
5867
  name: "x-runtime-lib.stepperHeader",
5844
- comp: Rl,
5868
+ comp: Ml,
5845
5869
  props: {
5846
5870
  pageCommon: [y],
5847
5871
  compCommon: [y]
@@ -5851,7 +5875,7 @@ const gn = {
5851
5875
  slots: []
5852
5876
  };
5853
5877
  _(gn);
5854
- const Ri = {
5878
+ const Mi = {
5855
5879
  key: "settings",
5856
5880
  name: "x-runtime-lib.settings",
5857
5881
  children: [
@@ -5865,10 +5889,10 @@ const Ri = {
5865
5889
  }, xn = {
5866
5890
  key: xo,
5867
5891
  name: "x-runtime-lib.stepperItem",
5868
- comp: Ml,
5892
+ comp: Rl,
5869
5893
  props: {
5870
- pageCommon: [y, Ri],
5871
- compCommon: [y, Ri]
5894
+ pageCommon: [y, Mi],
5895
+ compCommon: [y, Mi]
5872
5896
  },
5873
5897
  events: [],
5874
5898
  methods: [],
@@ -5888,7 +5912,7 @@ const vn = {
5888
5912
  slots: []
5889
5913
  };
5890
5914
  _(vn);
5891
- const Mi = {
5915
+ const Ri = {
5892
5916
  key: "settings",
5893
5917
  name: "x-runtime-lib.settings",
5894
5918
  children: [
@@ -5904,8 +5928,8 @@ const Mi = {
5904
5928
  name: "x-runtime-lib.stepperWindowItem",
5905
5929
  comp: Hl,
5906
5930
  props: {
5907
- pageCommon: [y, Mi],
5908
- compCommon: [y, Mi]
5931
+ pageCommon: [y, Ri],
5932
+ compCommon: [y, Ri]
5909
5933
  },
5910
5934
  events: [],
5911
5935
  methods: [],
@@ -5939,12 +5963,12 @@ function iu(t, e) {
5939
5963
  }
5940
5964
  const s = {};
5941
5965
  return P(s, l), s.basic.id = T(16), s.basic.key = gn.key, s.children = [
5942
- Yt(t, e, "step1"),
5943
- Yt(t, e, "step2"),
5944
- Yt(t, e, "step3")
5966
+ Jt(t, e, "step1"),
5967
+ Jt(t, e, "step2"),
5968
+ Jt(t, e, "step3")
5945
5969
  ], s;
5946
5970
  }
5947
- function Yt(t, e, i) {
5971
+ function Jt(t, e, i) {
5948
5972
  const o = `type=${t} subtype=${e}`, l = A(t, e);
5949
5973
  if (!l) {
5950
5974
  console.error(`stepperV1/spawnItem prop tag not found, ${o}`);
@@ -5971,12 +5995,12 @@ function ou(t, e) {
5971
5995
  }
5972
5996
  const s = {};
5973
5997
  return P(s, l), s.basic.id = T(16), s.basic.key = vn.key, s.children = [
5974
- Jt(t, e, "step1", "step 1"),
5975
- Jt(t, e, "step2", "step 2"),
5976
- Jt(t, e, "step3", "step 3")
5998
+ Zt(t, e, "step1", "step 1"),
5999
+ Zt(t, e, "step2", "step 2"),
6000
+ Zt(t, e, "step3", "step 3")
5977
6001
  ], s;
5978
6002
  }
5979
- function Jt(t, e, i, o) {
6003
+ function Zt(t, e, i, o) {
5980
6004
  const l = `type=${t} subtype=${e}`, s = A(t, e);
5981
6005
  if (!s) {
5982
6006
  console.error(`stepperV1/spawnWindowItem prop tag not found, ${l}`);
@@ -6093,12 +6117,12 @@ function lu(t, e) {
6093
6117
  }
6094
6118
  const s = {};
6095
6119
  return P(s, l), s.basic.id = T(16), s.basic.key = Vn.key, s.children = [
6096
- Zt(t, e, "tab1", "tab 1"),
6097
- Zt(t, e, "tab2", "tab 2"),
6098
- Zt(t, e, "tab3", "tab 3")
6120
+ qt(t, e, "tab1", "tab 1"),
6121
+ qt(t, e, "tab2", "tab 2"),
6122
+ qt(t, e, "tab3", "tab 3")
6099
6123
  ], s;
6100
6124
  }
6101
- function Zt(t, e, i, o) {
6125
+ function qt(t, e, i, o) {
6102
6126
  const l = `type=${t} subtype=${e}`, s = A(t, e);
6103
6127
  if (!s) {
6104
6128
  console.error(`tabsV1/spawnTab prop tag not found, ${l}`);
@@ -6112,15 +6136,15 @@ function Zt(t, e, i, o) {
6112
6136
  const p = {};
6113
6137
  return P(p, a), p.basic.id = T(16), p.basic.key = wn.key, p.settings.value = i, p.settings.text = o, p;
6114
6138
  }
6115
- const Un = B(K);
6116
- Un.key = "backgroundColor";
6117
- Un.name = "x-runtime-lib.backgroundColor";
6118
6139
  const On = B(K);
6119
- On.key = "selectedColor";
6120
- On.name = "x-runtime-lib.selectedColor";
6121
- const qn = B(K);
6122
- qn.key = "sliderColor";
6123
- qn.name = "x-runtime-lib.sliderColor";
6140
+ On.key = "backgroundColor";
6141
+ On.name = "x-runtime-lib.backgroundColor";
6142
+ const Un = B(K);
6143
+ Un.key = "selectedColor";
6144
+ Un.name = "x-runtime-lib.selectedColor";
6145
+ const Xn = B(K);
6146
+ Xn.key = "sliderColor";
6147
+ Xn.name = "x-runtime-lib.sliderColor";
6124
6148
  const Gi = {
6125
6149
  key: "settings",
6126
6150
  name: "x-runtime-lib.settings",
@@ -6197,13 +6221,13 @@ const Gi = {
6197
6221
  {
6198
6222
  key: "color",
6199
6223
  name: "x-runtime-lib.color",
6200
- children: [Un, On, qn]
6224
+ children: [On, Un, Xn]
6201
6225
  }
6202
6226
  ]
6203
6227
  }, Vn = {
6204
6228
  key: Et,
6205
6229
  name: "x-runtime-lib.tabs",
6206
- comp: Ul,
6230
+ comp: Ol,
6207
6231
  props: {
6208
6232
  pageCommon: [y, Gi],
6209
6233
  compCommon: [y, Gi]
@@ -6317,7 +6341,7 @@ const Hi = {
6317
6341
  }, ye = {
6318
6342
  key: Nt,
6319
6343
  name: "x-runtime-lib.text",
6320
- comp: Ol,
6344
+ comp: Ul,
6321
6345
  props: {
6322
6346
  pageCommon: [y, Hi],
6323
6347
  compCommon: [y, Hi]
@@ -6415,9 +6439,9 @@ const ji = {
6415
6439
  }
6416
6440
  ]
6417
6441
  }, $n = {
6418
- key: Rt,
6442
+ key: Mt,
6419
6443
  name: "x-runtime-lib.textarea",
6420
- comp: ql,
6444
+ comp: Xl,
6421
6445
  props: {
6422
6446
  pageCommon: [y, ji],
6423
6447
  compCommon: [y, ji]
@@ -6569,7 +6593,7 @@ const pu = B(K), du = B(K), Ki = {
6569
6593
  }, Sn = {
6570
6594
  key: Dt,
6571
6595
  name: "x-runtime-lib.timeline",
6572
- comp: Yl,
6596
+ comp: Jl,
6573
6597
  props: {
6574
6598
  pageCommon: [y, Ki],
6575
6599
  compCommon: [y, Ki]
@@ -6653,7 +6677,7 @@ function yu(t, e, i) {
6653
6677
  const a = {};
6654
6678
  return P(a, s), a.basic.id = T(16), a.basic.key = ye.key, a.settings.text = i, a.settings.style.xs = "h6", a;
6655
6679
  }
6656
- const Ui = {
6680
+ const Oi = {
6657
6681
  key: "settings",
6658
6682
  name: "x-runtime-lib.settings",
6659
6683
  children: [
@@ -6706,8 +6730,8 @@ const Ui = {
6706
6730
  name: "x-runtime-lib.window",
6707
6731
  comp: ea,
6708
6732
  props: {
6709
- pageCommon: [y, Ui],
6710
- compCommon: [y, Ui]
6733
+ pageCommon: [y, Oi],
6734
+ compCommon: [y, Oi]
6711
6735
  },
6712
6736
  events: [],
6713
6737
  methods: [],
@@ -6849,10 +6873,10 @@ const hu = [
6849
6873
  { title: "x-runtime-lib.notSet", value: "" },
6850
6874
  { title: "x-runtime-lib.show", value: "show" },
6851
6875
  { title: "x-runtime-lib.always", value: "always" }
6852
- ], Ru = [
6876
+ ], Mu = [
6853
6877
  { title: "x-runtime-lib.start", value: "start" },
6854
6878
  { title: "x-runtime-lib.center", value: "center" }
6855
- ], Mu = [
6879
+ ], Ru = [
6856
6880
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6857
6881
  { title: "x-runtime-lib.vertical", value: "vertical" }
6858
6882
  ], Du = [
@@ -6887,8 +6911,8 @@ const hu = [
6887
6911
  textStyleItemsV1: Wu,
6888
6912
  themeColorItemsV1: Eu,
6889
6913
  thumbLabelItemsV1: Nu,
6890
- timelineAlignItemsV1: Ru,
6891
- timelineDirectionItemsV1: Mu,
6914
+ timelineAlignItemsV1: Mu,
6915
+ timelineDirectionItemsV1: Ru,
6892
6916
  timelineSideItemsV1: Du,
6893
6917
  timelineTruncateLineItemsV1: Fu
6894
6918
  }, Symbol.toStringTag, { value: "Module" })), Hu = [
@@ -6924,7 +6948,7 @@ const hu = [
6924
6948
  title: "x-runtime-lib.pixel",
6925
6949
  value: "pixel",
6926
6950
  ui: "pixelInput",
6927
- validator: Ue,
6951
+ validator: Oe,
6928
6952
  default: "0px",
6929
6953
  precision: 0,
6930
6954
  min: 0,
@@ -6972,7 +6996,7 @@ const hu = [
6972
6996
  title: "x-runtime-lib.pixel",
6973
6997
  value: "pixel",
6974
6998
  ui: "pixelInput",
6975
- validator: Ue,
6999
+ validator: Oe,
6976
7000
  default: "0px"
6977
7001
  },
6978
7002
  {
@@ -6983,7 +7007,7 @@ const hu = [
6983
7007
  precision: 6,
6984
7008
  default: "0%"
6985
7009
  }
6986
- ], Uu = [
7010
+ ], Ou = [
6987
7011
  {
6988
7012
  title: "x-runtime-lib.notSet",
6989
7013
  value: "",
@@ -6995,7 +7019,7 @@ const hu = [
6995
7019
  title: "x-runtime-lib.pixel",
6996
7020
  value: "pixel",
6997
7021
  ui: "pixelInput",
6998
- validator: Ue,
7022
+ validator: Oe,
6999
7023
  min: 0,
7000
7024
  default: "0px"
7001
7025
  },
@@ -7008,7 +7032,7 @@ const hu = [
7008
7032
  min: 0,
7009
7033
  default: "0%"
7010
7034
  }
7011
- ], Ou = [
7035
+ ], Uu = [
7012
7036
  {
7013
7037
  title: "x-runtime-lib.notSet",
7014
7038
  value: "",
@@ -7020,7 +7044,7 @@ const hu = [
7020
7044
  title: "x-runtime-lib.pixel",
7021
7045
  value: "pixel",
7022
7046
  ui: "pixelInput",
7023
- validator: Ue,
7047
+ validator: Oe,
7024
7048
  min: 0,
7025
7049
  default: "0px"
7026
7050
  },
@@ -7033,7 +7057,7 @@ const hu = [
7033
7057
  min: 0,
7034
7058
  default: "0%"
7035
7059
  }
7036
- ], qu = [
7060
+ ], Xu = [
7037
7061
  {
7038
7062
  title: "x-runtime-lib.notSet",
7039
7063
  value: "",
@@ -7062,7 +7086,7 @@ const hu = [
7062
7086
  validator: (t) => t === "end",
7063
7087
  default: "end"
7064
7088
  }
7065
- ], Xu = [
7089
+ ], Yu = [
7066
7090
  {
7067
7091
  title: "x-runtime-lib.notSet",
7068
7092
  value: "",
@@ -7084,21 +7108,21 @@ const hu = [
7084
7108
  validator: (t) => t === "bottom",
7085
7109
  default: "bottom"
7086
7110
  }
7087
- ], Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7111
+ ], Ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7088
7112
  __proto__: null,
7089
7113
  borderWidthTypesV1: Hu,
7090
7114
  leftRightTypesV1: ju,
7091
7115
  marginTypesV1: Ku,
7092
- paddingTypesV1: Uu,
7093
- sizeTypesV1: Ou,
7094
- tableColumnAlignTypesV1: qu,
7095
- topBottomTypesV1: Xu
7096
- }, Symbol.toStringTag, { value: "Module" })), Ju = [
7116
+ paddingTypesV1: Ou,
7117
+ sizeTypesV1: Uu,
7118
+ tableColumnAlignTypesV1: Xu,
7119
+ topBottomTypesV1: Yu
7120
+ }, Symbol.toStringTag, { value: "Module" })), Zu = [
7097
7121
  {
7098
7122
  key: "containment",
7099
7123
  name: "x-runtime-lib.containment",
7100
7124
  items: [
7101
- Je,
7125
+ Ze,
7102
7126
  et,
7103
7127
  nt,
7104
7128
  rt,
@@ -7118,8 +7142,8 @@ const hu = [
7118
7142
  items: [
7119
7143
  dt,
7120
7144
  Nt,
7121
- Mt,
7122
7145
  Rt,
7146
+ Mt,
7123
7147
  kt,
7124
7148
  Pt,
7125
7149
  st,
@@ -7134,14 +7158,14 @@ const hu = [
7134
7158
  {
7135
7159
  key: "dataDisplay",
7136
7160
  name: "x-runtime-lib.dataDisplay",
7137
- items: [Dn, lt, Xe, ht]
7161
+ items: [Dn, lt, Ye, ht]
7138
7162
  },
7139
7163
  {
7140
7164
  key: "selection",
7141
7165
  name: "x-runtime-lib.selection",
7142
7166
  items: [
7143
7167
  Qe,
7144
- Ze,
7168
+ qe,
7145
7169
  it,
7146
7170
  Bt,
7147
7171
  Ft
@@ -7150,7 +7174,7 @@ const hu = [
7150
7174
  {
7151
7175
  key: "feedback",
7152
7176
  name: "x-runtime-lib.feedback",
7153
- items: [qe, Tt, Dt]
7177
+ items: [Xe, Tt, Dt]
7154
7178
  },
7155
7179
  {
7156
7180
  key: "imagesAndIcons",
@@ -7165,9 +7189,9 @@ const hu = [
7165
7189
  {
7166
7190
  key: "dynamic",
7167
7191
  name: "x-runtime-lib.dynamic",
7168
- items: [De, Rn, Mn]
7192
+ items: [De, Mn, Rn]
7169
7193
  }
7170
- ], Zu = [
7194
+ ], qu = [
7171
7195
  {
7172
7196
  key: "objects",
7173
7197
  name: "x-runtime-lib.objects",
@@ -7176,13 +7200,13 @@ const hu = [
7176
7200
  {
7177
7201
  key: "geometries",
7178
7202
  name: "x-runtime-lib.geometries",
7179
- items: [Ye, At]
7203
+ items: [Je, At]
7180
7204
  },
7181
7205
  {
7182
7206
  key: "lights",
7183
7207
  name: "x-runtime-lib.lights",
7184
7208
  items: [
7185
- Oe,
7209
+ Ue,
7186
7210
  ct,
7187
7211
  It,
7188
7212
  Lt
@@ -7203,7 +7227,7 @@ const hu = [
7203
7227
  key: "containment",
7204
7228
  name: "x-runtime-lib.containment",
7205
7229
  items: [
7206
- Je,
7230
+ Ze,
7207
7231
  et,
7208
7232
  nt,
7209
7233
  rt,
@@ -7223,8 +7247,8 @@ const hu = [
7223
7247
  items: [
7224
7248
  dt,
7225
7249
  Nt,
7226
- Mt,
7227
7250
  Rt,
7251
+ Mt,
7228
7252
  kt,
7229
7253
  Pt,
7230
7254
  st,
@@ -7239,14 +7263,14 @@ const hu = [
7239
7263
  {
7240
7264
  key: "dataDisplay",
7241
7265
  name: "x-runtime-lib.dataDisplay",
7242
- items: [Dn, lt, Xe, ht]
7266
+ items: [Dn, lt, Ye, ht]
7243
7267
  },
7244
7268
  {
7245
7269
  key: "selection",
7246
7270
  name: "x-runtime-lib.selection",
7247
7271
  items: [
7248
7272
  Qe,
7249
- Ze,
7273
+ qe,
7250
7274
  it,
7251
7275
  Bt,
7252
7276
  Ft
@@ -7255,7 +7279,7 @@ const hu = [
7255
7279
  {
7256
7280
  key: "feedback",
7257
7281
  name: "x-runtime-lib.feedback",
7258
- items: [qe, Tt, Dt]
7282
+ items: [Xe, Tt, Dt]
7259
7283
  },
7260
7284
  {
7261
7285
  key: "imagesAndIcons",
@@ -7270,7 +7294,7 @@ const hu = [
7270
7294
  {
7271
7295
  key: "dynamic",
7272
7296
  name: "x-runtime-lib.dynamic",
7273
- items: [De, Rn, Mn]
7297
+ items: [De, Mn, Rn]
7274
7298
  }
7275
7299
  ], ec = [
7276
7300
  {
@@ -7281,13 +7305,13 @@ const hu = [
7281
7305
  {
7282
7306
  key: "geometries",
7283
7307
  name: "x-runtime-lib.geometries",
7284
- items: [Ye, At]
7308
+ items: [Je, At]
7285
7309
  },
7286
7310
  {
7287
7311
  key: "lights",
7288
7312
  name: "x-runtime-lib.lights",
7289
7313
  items: [
7290
- Oe,
7314
+ Ue,
7291
7315
  ct,
7292
7316
  It,
7293
7317
  Lt
@@ -7308,15 +7332,15 @@ const hu = [
7308
7332
  globalityKey: tn,
7309
7333
  refKey: De,
7310
7334
  items: { ...Gu },
7311
- types: { ...Yu },
7335
+ types: { ...Ju },
7312
7336
  elements: /* @__PURE__ */ new Set([
7313
- Oe,
7314
- qe,
7337
+ Ue,
7315
7338
  Xe,
7316
7339
  Ye,
7317
- Nn,
7318
7340
  Je,
7341
+ Nn,
7319
7342
  Ze,
7343
+ qe,
7320
7344
  Qe,
7321
7345
  et,
7322
7346
  tt,
@@ -7341,7 +7365,7 @@ const hu = [
7341
7365
  gt,
7342
7366
  xt,
7343
7367
  vt,
7344
- Rn,
7368
+ Mn,
7345
7369
  kt,
7346
7370
  _t,
7347
7371
  wt,
@@ -7352,7 +7376,7 @@ const hu = [
7352
7376
  St,
7353
7377
  Ct,
7354
7378
  Tt,
7355
- Mn,
7379
+ Rn,
7356
7380
  Pt,
7357
7381
  De,
7358
7382
  zt,
@@ -7368,8 +7392,8 @@ const hu = [
7368
7392
  Dn,
7369
7393
  Et,
7370
7394
  Nt,
7371
- Rt,
7372
7395
  Mt,
7396
+ Rt,
7373
7397
  Dt,
7374
7398
  wo,
7375
7399
  Ft,
@@ -7378,8 +7402,8 @@ const hu = [
7378
7402
  groups: {
7379
7403
  pageCommon: Qu,
7380
7404
  pageScene: ec,
7381
- compCommon: Ju,
7382
- compScene: Zu
7405
+ compCommon: Zu,
7406
+ compScene: qu
7383
7407
  }
7384
7408
  }, $o = {
7385
7409
  v1: tc
@@ -7396,7 +7420,7 @@ function A(t, e) {
7396
7420
  }
7397
7421
  return `${t}${as(e)}`;
7398
7422
  }
7399
- function Oi(t, e) {
7423
+ function Ui(t, e) {
7400
7424
  if (t.array)
7401
7425
  return e ? B(t.default) : B(t.defaultArray);
7402
7426
  {
@@ -7409,15 +7433,15 @@ function P(t, e) {
7409
7433
  if (l.ui) {
7410
7434
  if (l.ui === "strInput" && l.static)
7411
7435
  return;
7412
- o[l.key] = Oi(l);
7436
+ o[l.key] = Ui(l);
7413
7437
  } else
7414
- l.array ? o[l.key] = Oi(l) : l.children.forEach((s) => {
7438
+ l.array ? o[l.key] = Ui(l) : l.children.forEach((s) => {
7415
7439
  o[l.key] || (o[l.key] = {}), i(o[l.key], s);
7416
7440
  });
7417
7441
  }
7418
7442
  e.forEach((o) => i(t, o));
7419
7443
  }
7420
- function Rc(t, e, i, o, l) {
7444
+ function Fc(t, e, i, o, l) {
7421
7445
  const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
7422
7446
  if (!a) {
7423
7447
  console.error(`spawnNode prop tag not found, ${s}`);
@@ -7482,7 +7506,7 @@ function Rc(t, e, i, o, l) {
7482
7506
  }
7483
7507
  }
7484
7508
  }
7485
- function Mc(t, e) {
7509
+ function Gc(t, e) {
7486
7510
  function i(o) {
7487
7511
  if (o.basic.id === e)
7488
7512
  return o;
@@ -7506,56 +7530,56 @@ function nc(t) {
7506
7530
  const i = B(t);
7507
7531
  return e(i), i;
7508
7532
  }
7509
- function Dc(t) {
7533
+ function Hc(t) {
7510
7534
  const e = [];
7511
7535
  return t.forEach((i) => {
7512
7536
  e.push(nc(i));
7513
7537
  }), e;
7514
7538
  }
7515
7539
  const Io = "runtimeOrg", So = "runtimeEnv", Co = "runtimeMode", To = "runtimeDevice", Po = "runtimeDark", zo = "runtimeType", Ao = "runtimeData", Lo = "runtimeDepends", Bo = "runtimeSandbox";
7516
- function Fc(t) {
7540
+ function jc(t) {
7517
7541
  se(Io, t);
7518
7542
  }
7519
7543
  function ic() {
7520
7544
  return oe(Io);
7521
7545
  }
7522
- function Gc(t) {
7546
+ function Kc(t) {
7523
7547
  se(So, t);
7524
7548
  }
7525
7549
  function oc() {
7526
7550
  return oe(So);
7527
7551
  }
7528
- function Hc(t) {
7552
+ function Oc(t) {
7529
7553
  se(Co, t);
7530
7554
  }
7531
7555
  function G() {
7532
7556
  return oe(Co);
7533
7557
  }
7534
- function jc(t) {
7558
+ function Uc(t) {
7535
7559
  se(To, zn(t));
7536
7560
  }
7537
7561
  function $e() {
7538
7562
  return oe(To);
7539
7563
  }
7540
- function Kc(t) {
7564
+ function Xc(t) {
7541
7565
  se(Po, zn(t));
7542
7566
  }
7543
7567
  function We() {
7544
7568
  return oe(Po);
7545
7569
  }
7546
- function Uc(t) {
7570
+ function Yc(t) {
7547
7571
  se(zo, t);
7548
7572
  }
7549
7573
  function pe() {
7550
7574
  return oe(zo);
7551
7575
  }
7552
- function Oc(t) {
7576
+ function Jc(t) {
7553
7577
  se(Ao, t);
7554
7578
  }
7555
7579
  function de() {
7556
7580
  return oe(Ao);
7557
7581
  }
7558
- function qc(t) {
7582
+ function Zc(t) {
7559
7583
  se(Lo, zn(t));
7560
7584
  }
7561
7585
  function sc() {
@@ -7571,7 +7595,7 @@ function Se(t) {
7571
7595
  const e = [t.type];
7572
7596
  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("@");
7573
7597
  }
7574
- function Re(t, e, i, o, l) {
7598
+ function Me(t, e, i, o, l) {
7575
7599
  const { watchEffect: s, bind: a } = e;
7576
7600
  if (s[i])
7577
7601
  for (const p of s[i]) {
@@ -7833,7 +7857,7 @@ function cc(t, e, i) {
7833
7857
  }
7834
7858
  function m(u, c, f, h) {
7835
7859
  const x = e.pseudoToNative(u), g = e.pseudoToNative(c), w = e.pseudoToNative(f);
7836
- Uo({ title: x, label: g, value: w }).then((C) => {
7860
+ Oo({ title: x, label: g, value: w }).then((C) => {
7837
7861
  h(e.nativeToPseudo(C)), e.run();
7838
7862
  });
7839
7863
  }
@@ -8115,7 +8139,7 @@ function gc(t) {
8115
8139
  g ?? x
8116
8140
  ]), t.value?.code.reactivity)) {
8117
8141
  let w = "";
8118
- h instanceof Array ? w = h.join(".") : w = h, Re(
8142
+ h instanceof Array ? w = h.join(".") : w = h, Me(
8119
8143
  u,
8120
8144
  t.value.code.reactivity,
8121
8145
  Se({
@@ -8132,7 +8156,7 @@ function gc(t) {
8132
8156
  `customPropChange@${f}`,
8133
8157
  h,
8134
8158
  x ?? h
8135
- ]), t.value?.code.reactivity && Re(
8159
+ ]), t.value?.code.reactivity && Me(
8136
8160
  u,
8137
8161
  t.value.code.reactivity,
8138
8162
  Se({ type: "customProp", propId: f }),
@@ -8140,7 +8164,7 @@ function gc(t) {
8140
8164
  x
8141
8165
  ));
8142
8166
  }, b = (f, h, x) => {
8143
- o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Re(
8167
+ o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Me(
8144
8168
  u,
8145
8169
  t.value.code.reactivity,
8146
8170
  Se({ type: "customState", stateId: f }),
@@ -8152,7 +8176,7 @@ function gc(t) {
8152
8176
  `adaptSlotProp@${f}`,
8153
8177
  h,
8154
8178
  x ?? h
8155
- ]), t.value?.code.reactivity && Re(
8179
+ ]), t.value?.code.reactivity && Me(
8156
8180
  u,
8157
8181
  t.value.code.reactivity,
8158
8182
  Se({ type: "adaptSlotProp", propId: f }),
@@ -8169,14 +8193,14 @@ function gc(t) {
8169
8193
  const c = () => {
8170
8194
  o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProps(), u.resetCustomStates(), u.resetAdaptSlotProps(), !(!t.value || !t.value.code.script) && u.createInterpreter(t.value.code.script));
8171
8195
  };
8172
- c(), Z(t, () => {
8196
+ c(), q(t, () => {
8173
8197
  c();
8174
8198
  }), Ke(() => {
8175
8199
  u.destroyInterpreter();
8176
- }), (o === "runtime" || o === "preview") && Z(
8200
+ }), (o === "runtime" || o === "preview") && q(
8177
8201
  s,
8178
8202
  (f, h) => {
8179
- const x = Me(f.width), g = Me(h?.width ?? f.width);
8203
+ const x = Re(f.width), g = Re(h?.width ?? f.width);
8180
8204
  u.callFunction("__triggerEventV1__", [
8181
8205
  Ce("elementEvent", "screenSizeChange", "globality"),
8182
8206
  x,
@@ -8184,7 +8208,7 @@ function gc(t) {
8184
8208
  ]);
8185
8209
  },
8186
8210
  { immediate: !0 }
8187
- ), (o === "runtime" || o === "preview") && Z(
8211
+ ), (o === "runtime" || o === "preview") && q(
8188
8212
  a,
8189
8213
  (f) => {
8190
8214
  u.callFunction("__triggerEventV1__", [
@@ -8201,13 +8225,13 @@ const xc = (t, e, i) => {
8201
8225
  (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." : ""))));
8202
8226
  });
8203
8227
  };
8204
- async function Xc(t) {
8228
+ async function qc(t) {
8205
8229
  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;
8206
8230
  }
8207
8231
  export {
8208
8232
  hc as Sandbox,
8209
8233
  va as ambientLightV1,
8210
- Ec as badgeV1,
8234
+ Rc as badgeV1,
8211
8235
  sn as barChartV1,
8212
8236
  mc as bind,
8213
8237
  nn as boxGeometryV1,
@@ -8215,7 +8239,7 @@ export {
8215
8239
  Pa as btnGroupV1,
8216
8240
  za as btnToggleV1,
8217
8241
  ln as btnV1,
8218
- Me as calcBreakpoint,
8242
+ Re as calcBreakpoint,
8219
8243
  Ae as cardV1,
8220
8244
  La as checkboxV1,
8221
8245
  un as chipGroupV1,
@@ -8224,29 +8248,29 @@ export {
8224
8248
  Na as comboboxV1,
8225
8249
  ys as compTypes,
8226
8250
  cn as containerV1,
8227
- Ra as dataTableV1,
8228
- Ma as datePickerV1,
8251
+ Ma as dataTableV1,
8252
+ Ra as datePickerV1,
8229
8253
  Da as dialogV1,
8230
8254
  ka as directionalLightV1,
8231
8255
  nc as duplicateNode,
8232
- Dc as duplicateNodes,
8256
+ Hc as duplicateNodes,
8233
8257
  Te as elements,
8234
8258
  Tc as ensureContext,
8235
- Nc as fileInputV1,
8259
+ Dc as fileInputV1,
8236
8260
  mn as flexLayoutEntryV1,
8237
8261
  Le as flexLayoutV1,
8238
8262
  fn as formV1,
8239
8263
  T as genId,
8240
8264
  Ie as getBreakpointProp,
8241
8265
  ke as getField,
8242
- Yn as getIndexOfBreakpoint,
8243
- Mc as getNode,
8244
- Oi as getPropDefault,
8266
+ Jn as getIndexOfBreakpoint,
8267
+ Gc as getNode,
8268
+ Ui as getPropDefault,
8245
8269
  A as getPropTag,
8246
8270
  Cc as getTypeColor,
8247
8271
  Sa as globalityV1,
8248
8272
  Va as groupV1,
8249
- Ua as iconV1,
8273
+ Oa as iconV1,
8250
8274
  P as initProps,
8251
8275
  We as injectDark,
8252
8276
  de as injectData,
@@ -8261,47 +8285,47 @@ export {
8261
8285
  gs as isLocaleOfMethodKind,
8262
8286
  hs as isLocaleOfPropertyKind,
8263
8287
  An as isPercentStr,
8264
- Ue as isPixelStr,
8288
+ Oe as isPixelStr,
8265
8289
  ma as keyboardControlsV1,
8266
8290
  rn as lineChartV1,
8267
- Xc as loadLocaleMessageRuntime,
8291
+ qc as loadLocaleMessageRuntime,
8292
+ Ce as makeEventId,
8293
+ Ac as makeMethodId,
8294
+ Pc as makePropertyId,
8268
8295
  Se as makeTriggerId,
8269
- Ce as makeUniqueEventId,
8270
- zc as makeUniqueMethodId,
8271
- Pc as makeUniquePropertyId,
8272
8296
  pa as mapControlsV1,
8273
- Oa as menuV1,
8297
+ Ua as menuV1,
8274
8298
  Pe as meshBasicMaterialV1,
8275
8299
  ze as meshV1,
8276
8300
  bn as numberInputV1,
8277
8301
  da as orbitControlsV1,
8278
8302
  ra as orthographicCameraV1,
8279
8303
  bs as pageTypes,
8280
- Xa as paginationV1,
8281
- qt as parsePercentStr,
8282
- Ac as parsePixelStr,
8304
+ Ya as paginationV1,
8305
+ Xt as parsePercentStr,
8306
+ Wc as parsePixelStr,
8283
8307
  la as perspectiveCameraV1,
8284
8308
  $o as pkgs,
8285
8309
  _a as pointLightV1,
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,
8310
+ Xc as provideDark,
8311
+ Jc as provideData,
8312
+ Zc as provideDepends,
8313
+ Uc as provideDevice,
8314
+ Kc as provideEnv,
8315
+ Oc as provideMode,
8316
+ jc as provideOrg,
8293
8317
  rc as provideSandbox,
8294
- Uc as provideType,
8318
+ Yc as provideType,
8295
8319
  hn as radioGroupV1,
8296
8320
  yn as radioV1,
8297
- Za as rangeSliderV1,
8321
+ qa as rangeSliderV1,
8298
8322
  Qa as ratingV1,
8299
8323
  vs as reverseBreakpoints,
8300
8324
  yc as runtime,
8301
8325
  eu as selectV1,
8302
8326
  ao as setField,
8303
8327
  tu as sliderV1,
8304
- Rc as spawnNode,
8328
+ Fc as spawnNode,
8305
8329
  on as sphereGeometryV1,
8306
8330
  wa as spotLightV1,
8307
8331
  gn as stepperHeaderV1,
@@ -8317,11 +8341,14 @@ export {
8317
8341
  $n as textareaV1,
8318
8342
  In as timelineItemV1,
8319
8343
  Sn as timelineV1,
8320
- Wc as toEventName,
8321
- Bc as toMethodName,
8322
- Lc as toPropertyName,
8323
- Re as triggerReactivity,
8344
+ Mc as toEventName,
8345
+ Nc as toMethodName,
8346
+ Ec as toPropertyName,
8347
+ Me as triggerReactivity,
8324
8348
  Sc as types,
8349
+ Bc as unwrapEventId,
8350
+ Lc as unwrapMethodId,
8351
+ zc as unwrapPropertyId,
8325
8352
  gc as useSandbox,
8326
8353
  Cn as windowItemV1,
8327
8354
  Tn as windowV1