x-runtime-lib 0.8.28 → 0.8.29

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
@@ -5,8 +5,8 @@ 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,
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";
8
- const Pc = ["string", "number", "boolean", "array", "object"];
9
- function zc(t) {
8
+ const Sc = ["string", "number", "boolean", "array", "object"];
9
+ function Cc(t) {
10
10
  switch (t) {
11
11
  case "string":
12
12
  return "#5ba58c";
@@ -20,7 +20,7 @@ function zc(t) {
20
20
  return "#80a55b";
21
21
  }
22
22
  }
23
- function Ac(t, e, i, o, r) {
23
+ function Tc(t, e, i, o, l) {
24
24
  let s = t;
25
25
  for (let p = 0; p < e.length; p++)
26
26
  if (s = s.children[e[p]], !s) {
@@ -30,11 +30,11 @@ function Ac(t, e, i, o, r) {
30
30
  let a = s.children[i];
31
31
  a ? a.dataSeq !== o && (a = {
32
32
  dataSeq: o,
33
- data: B(r),
33
+ data: B(l),
34
34
  children: {}
35
35
  }) : (a = {
36
36
  dataSeq: o,
37
- data: B(r),
37
+ data: B(l),
38
38
  children: {}
39
39
  }, s.children[i] = a);
40
40
  }
@@ -42,10 +42,10 @@ const bs = ["common", "scene"], ys = ["common", "scene"];
42
42
  function hs(t) {
43
43
  return t === "elementProperty" || t === "elementSlotProperty";
44
44
  }
45
- function Lc(t, e, i) {
45
+ function Pc(t, e, i) {
46
46
  return `${t}/${e}/${i}`;
47
47
  }
48
- function gs(t) {
48
+ function zc(t) {
49
49
  const e = t.split("/");
50
50
  return e.length < 3 ? (console.assert(!1, "invalid property id"), {
51
51
  kind: "elementProperty",
@@ -57,13 +57,13 @@ function gs(t) {
57
57
  propertyKey: e[2]
58
58
  };
59
59
  }
60
- function xs(t) {
60
+ function gs(t) {
61
61
  return t === "elementMethod" || t === "elementSlotMethod";
62
62
  }
63
- function Bc(t, e, i) {
63
+ function Ac(t, e, i) {
64
64
  return `${t}/${e}/${i}`;
65
65
  }
66
- function vs(t) {
66
+ function Lc(t) {
67
67
  const e = t.split("/");
68
68
  return e.length < 3 ? (console.assert(!1, "invalid method id"), {
69
69
  kind: "elementMethod",
@@ -75,13 +75,13 @@ function vs(t) {
75
75
  methodKey: e[2]
76
76
  };
77
77
  }
78
- function ks(t) {
78
+ function xs(t) {
79
79
  return t === "elementEvent" || t === "elementPropertyChangeEvent";
80
80
  }
81
81
  function Ce(t, e, i) {
82
82
  return `${t}/${e}/${i}`;
83
83
  }
84
- function _s(t) {
84
+ function Bc(t) {
85
85
  const e = t.split("/");
86
86
  return e.length < 3 ? (console.assert(!1, "invalid event id"), {
87
87
  kind: "elementEvent",
@@ -128,7 +128,7 @@ function Xt(t) {
128
128
  if (!isNaN(i))
129
129
  return i;
130
130
  }
131
- const lo = ["xs", "sm", "md", "lg", "xl"], ws = [...lo].reverse();
131
+ const lo = ["xs", "sm", "md", "lg", "xl"], vs = [...lo].reverse();
132
132
  function Re(t) {
133
133
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
134
134
  }
@@ -137,7 +137,7 @@ function Jn(t) {
137
137
  }
138
138
  function Ie(t, e) {
139
139
  let i;
140
- for (const o of ws) {
140
+ for (const o of vs) {
141
141
  if (Jn(o) < Jn(t))
142
142
  break;
143
143
  e[o] && (i = e[o]);
@@ -150,10 +150,10 @@ function ke(t, e) {
150
150
  return;
151
151
  let o = [];
152
152
  if (e instanceof Array ? o = e : o = e.split("."), !(o.length <= 0)) {
153
- for (const r of o) {
153
+ for (const l of o) {
154
154
  if (typeof i != "object")
155
155
  return;
156
- i = i[r];
156
+ i = i[l];
157
157
  }
158
158
  return i;
159
159
  }
@@ -162,41 +162,41 @@ function ao(t, e, i) {
162
162
  let o = t;
163
163
  if (typeof o != "object")
164
164
  return;
165
- let r = [];
166
- if (e instanceof Array ? r = e : r = e.split("."), r.length <= 0)
165
+ let l = [];
166
+ if (e instanceof Array ? l = e : l = e.split("."), l.length <= 0)
167
167
  return;
168
- for (let a = 0; a < r.length - 1; a++) {
169
- const p = r[a];
168
+ for (let a = 0; a < l.length - 1; a++) {
169
+ const p = l[a];
170
170
  o = o[p], o || (o = {});
171
171
  }
172
- const s = r[r.length - 1];
172
+ const s = l[l.length - 1];
173
173
  o[s] = i;
174
174
  }
175
175
  function Ln(t, e, i) {
176
176
  const { i18n: o } = be;
177
- let r = "";
178
- return t && (r += t + " / "), e.forEach((s, a) => {
179
- a > 0 && (r += " - "), i ? r += o.global.t(s) : r += s;
180
- }), r;
177
+ let l = "";
178
+ return t && (l += t + " / "), e.forEach((s, a) => {
179
+ a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
180
+ }), l;
181
181
  }
182
182
  function Ec(t, e) {
183
- const { i18n: i } = be, { kind: o } = gs(t);
184
- let r = "";
185
- return o === "elementProperty" || (o === "refProperty" ? r = i.global.t("x-runtime-lib.ref") : o === "customProperty" ? r = i.global.t("x-runtime-lib.custom") : o === "elementSlotProperty" || o === "customSlotProperty" ? r = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(r, e, hs(o));
183
+ const { i18n: i } = be;
184
+ let o = "";
185
+ return t === "elementProperty" || (t === "refProperty" ? o = i.global.t("x-runtime-lib.ref") : t === "customProperty" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(o, e, hs(t));
186
186
  }
187
187
  function Nc(t, e) {
188
- const { i18n: i } = be, { kind: o } = vs(t);
189
- let r = "";
190
- return o === "elementMethod" || (o === "refMethod" ? r = i.global.t("x-runtime-lib.ref") : o === "customMethod" ? r = i.global.t("x-runtime-lib.custom") : o === "elementSlotMethod" || o === "customSlotMethod" ? r = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(r, e, xs(o));
188
+ const { i18n: i } = be;
189
+ let o = "";
190
+ return t === "elementMethod" || (t === "refMethod" ? o = i.global.t("x-runtime-lib.ref") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(o, e, gs(t));
191
191
  }
192
192
  function Mc(t, e) {
193
- const { i18n: i } = be, { kind: o } = _s(t);
194
- let r = "";
195
- return o === "elementEvent" || (o === "refEvent" ? r = i.global.t("x-runtime-lib.ref") : o === "customEvent" ? r = i.global.t("x-runtime-lib.custom") : o === "elementPropertyChangeEvent" || o === "customPropertyChangeEvent" ? r = i.global.t("x-runtime-lib.propertyChange") : o === "stateChangeEvent" ? r = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ln(r, e, ks(o));
193
+ const { i18n: i } = be;
194
+ let o = "";
195
+ return t === "elementEvent" || (t === "refEvent" ? o = i.global.t("x-runtime-lib.ref") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementPropertyChangeEvent" || t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ln(o, e, xs(t));
196
196
  }
197
197
  const Te = {}, _ = (t) => {
198
198
  Te[t.key] = t;
199
- }, Vs = ["position", "rotation", "scale"], he = /* @__PURE__ */ $({
199
+ }, ks = ["position", "rotation", "scale"], he = /* @__PURE__ */ $({
200
200
  __name: "index",
201
201
  props: {
202
202
  position: {},
@@ -215,7 +215,7 @@ const Te = {}, _ = (t) => {
215
215
  o[0] || (o[0] = ie("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
216
216
  o[1] || (o[1] = ie("TresMeshBasicMaterial", null, null, -1)),
217
217
  L(i.$slots, "default")
218
- ], 8, Vs)) : L(i.$slots, "default", { key: 1 });
218
+ ], 8, ks)) : L(i.$slots, "default", { key: 1 });
219
219
  }
220
220
  }), Z = /* @__PURE__ */ $({
221
221
  __name: "index",
@@ -227,45 +227,45 @@ const Te = {}, _ = (t) => {
227
227
  const o = {};
228
228
  return t.fitContent && (o.width = "fit-content", o.height = "fit-content"), o;
229
229
  });
230
- return (o, r) => n(e) === "editor" ? (v(), Y("div", {
230
+ return (o, l) => n(e) === "editor" ? (v(), Y("div", {
231
231
  key: 0,
232
232
  style: Q(i.value)
233
233
  }, [
234
234
  L(o.$slots, "default")
235
235
  ], 4)) : L(o.$slots, "default", { key: 1 });
236
236
  }
237
- }), $s = (t, e, i, o) => {
238
- const r = t.getElementPropInner(e, i);
237
+ }), _s = (t, e, i, o) => {
238
+ const l = t.getElementPropInner(e, i);
239
239
  if (o) {
240
- if (typeof r == "string")
241
- return JSON.parse(r);
240
+ if (typeof l == "string")
241
+ return JSON.parse(l);
242
242
  console.assert(!1);
243
243
  return;
244
244
  } else
245
- return r;
246
- }, Is = (t, e, i, o, r) => {
245
+ return l;
246
+ }, ws = (t, e, i, o, l) => {
247
247
  let s;
248
- r ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropInner(e, i, s);
248
+ l ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropInner(e, i, s);
249
249
  };
250
- function l(t, e, i) {
251
- const o = G(), r = Ee(), s = ce();
250
+ function r(t, e, i) {
251
+ const o = G(), l = Ee(), s = ce();
252
252
  return ue(() => {
253
- let a = $s(r, t.node, e, i);
253
+ let a = _s(l, t.node, e, i);
254
254
  o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
255
255
  }), q(s, (a, p) => {
256
- ne(a, p) || Is(r, t.node, e, s.value, i);
256
+ ne(a, p) || ws(l, t.node, e, s.value, i);
257
257
  }), { prop: s };
258
258
  }
259
259
  function me(t) {
260
- const { prop: e } = l(t, ["transform", "position", "x"]), { prop: i } = l(t, ["transform", "position", "y"]), { prop: o } = l(t, ["transform", "position", "z"]), { prop: r } = l(t, ["transform", "rotation", "x"]), { prop: s } = l(t, ["transform", "rotation", "y"]), { prop: a } = l(t, ["transform", "rotation", "z"]), { prop: p } = l(t, ["transform", "scale", "x"]), { prop: d } = l(t, ["transform", "scale", "y"]), { prop: b } = l(t, ["transform", "scale", "z"]), m = ce([0, 0, 0]), u = ce([0, 0, 0]), c = ce([1, 1, 1]);
260
+ const { prop: e } = r(t, ["transform", "position", "x"]), { prop: i } = r(t, ["transform", "position", "y"]), { prop: o } = r(t, ["transform", "position", "z"]), { prop: l } = r(t, ["transform", "rotation", "x"]), { prop: s } = r(t, ["transform", "rotation", "y"]), { prop: a } = r(t, ["transform", "rotation", "z"]), { prop: p } = r(t, ["transform", "scale", "x"]), { prop: d } = r(t, ["transform", "scale", "y"]), { prop: b } = r(t, ["transform", "scale", "z"]), m = ce([0, 0, 0]), u = ce([0, 0, 0]), c = ce([1, 1, 1]);
261
261
  return ue(() => {
262
262
  m.value = [e.value, i.value, o.value];
263
263
  }), ue(() => {
264
264
  e.value = m.value[0], i.value = m.value[1], o.value = m.value[2];
265
265
  }), ue(() => {
266
- u.value = [r.value, s.value, a.value];
266
+ u.value = [l.value, s.value, a.value];
267
267
  }), ue(() => {
268
- r.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
268
+ l.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
269
269
  }), ue(() => {
270
270
  c.value = [p.value, d.value, b.value];
271
271
  }), ue(() => {
@@ -274,8 +274,8 @@ function me(t) {
274
274
  }
275
275
  function uo(t) {
276
276
  const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
277
- function o(r) {
278
- r.legend = {
277
+ function o(l) {
278
+ l.legend = {
279
279
  show: e.value,
280
280
  data: i.value
281
281
  };
@@ -291,44 +291,44 @@ function co(t) {
291
291
  }
292
292
  function mo(t) {
293
293
  const e = k(() => t.node.title?.show), i = k(() => t.node.title?.text), o = k(() => t.node.title?.subtext);
294
- function r(s) {
294
+ function l(s) {
295
295
  s.title = {
296
296
  show: e.value,
297
297
  text: i.value,
298
298
  subtext: o.value
299
299
  };
300
300
  }
301
- return { show: e, text: i, subtext: o, applyTitle: r };
301
+ return { show: e, text: i, subtext: o, applyTitle: l };
302
302
  }
303
303
  function po(t) {
304
- const e = k(() => t.node.xAxis?.show), i = k(() => t.node.xAxis?.position), o = k(() => t.node.xAxis?.type), r = k(() => t.node.xAxis?.data);
304
+ const e = k(() => t.node.xAxis?.show), i = k(() => t.node.xAxis?.position), o = k(() => t.node.xAxis?.type), l = k(() => t.node.xAxis?.data);
305
305
  function s(a) {
306
306
  a.xAxis = {
307
307
  show: e.value,
308
308
  position: i.value,
309
309
  type: o.value,
310
- data: r.value
310
+ data: l.value
311
311
  };
312
312
  }
313
- return { show: e, position: i, type: o, data: r, applyXAxis: s };
313
+ return { show: e, position: i, type: o, data: l, applyXAxis: s };
314
314
  }
315
315
  function fo(t) {
316
- const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type), r = k(() => t.node.yAxis?.data);
316
+ const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type), l = k(() => t.node.yAxis?.data);
317
317
  function s(a) {
318
318
  a.yAxis = {
319
319
  show: e.value,
320
320
  position: i.value,
321
321
  type: o.value,
322
- data: r.value
322
+ data: l.value
323
323
  };
324
324
  }
325
- return { show: e, position: i, type: o, data: r, applyYAxis: s };
325
+ return { show: e, position: i, type: o, data: l, applyYAxis: s };
326
326
  }
327
327
  function K(t) {
328
- const { computedThemes: e } = ds(), i = We(), o = k(() => t.value?.mode), r = k(() => {
328
+ const { computedThemes: e } = ds(), i = We(), o = k(() => t.value?.mode), l = k(() => {
329
329
  const b = t.value?.theme;
330
330
  return b ? b === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : b === "background1" ? i.value ? "#272727" : "#eeeeee" : b === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[b] : void 0;
331
- }), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? r.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), p = k(() => {
331
+ }), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? l.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), p = k(() => {
332
332
  const b = a.value;
333
333
  return !b.startsWith("#") || b.length < 7 ? "" : b.substring(0, 7);
334
334
  }), d = k(() => {
@@ -338,28 +338,28 @@ function K(t) {
338
338
  return { color: a, rgb: p, alpha: d };
339
339
  }
340
340
  function Bn(t) {
341
- const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: r } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), p = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
341
+ const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: l } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), p = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
342
342
  function b(m) {
343
- e.value && (m.borderStyle = e.value), i.value && (m.borderWidth = i.value), r.value && (m.borderColor = r.value), s.value && (m.borderTopLeftRadius = s.value), a.value && (m.borderTopRightRadius = a.value), p.value && (m.borderBottomLeftRadius = p.value), d.value && (m.borderBottomRightRadius = d.value);
343
+ e.value && (m.borderStyle = e.value), i.value && (m.borderWidth = i.value), l.value && (m.borderColor = l.value), s.value && (m.borderTopLeftRadius = s.value), a.value && (m.borderTopRightRadius = a.value), p.value && (m.borderBottomLeftRadius = p.value), d.value && (m.borderBottomRightRadius = d.value);
344
344
  }
345
- return { borderStyle: e, borderWidth: i, borderColor: r, applyBorder: b };
345
+ return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: b };
346
346
  }
347
347
  function Wn(t) {
348
- const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom), r = k(() => t.node.margin?.right);
348
+ const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom), l = k(() => t.node.margin?.right);
349
349
  function s(a) {
350
- e.value && (a.marginTop = e.value), i.value && (a.marginLeft = i.value), o.value && (a.marginBottom = o.value), r.value && (a.marginRight = r.value);
350
+ e.value && (a.marginTop = e.value), i.value && (a.marginLeft = i.value), o.value && (a.marginBottom = o.value), l.value && (a.marginRight = l.value);
351
351
  }
352
- return { marginTop: e, marginLeft: i, marginBottom: o, marginRight: r, applyMargin: s };
352
+ return { marginTop: e, marginLeft: i, marginBottom: o, marginRight: l, applyMargin: s };
353
353
  }
354
354
  function En(t) {
355
- const e = k(() => t.node.padding?.top), i = k(() => t.node.padding?.left), o = k(() => t.node.padding?.bottom), r = k(() => t.node.padding?.right);
355
+ const e = k(() => t.node.padding?.top), i = k(() => t.node.padding?.left), o = k(() => t.node.padding?.bottom), l = k(() => t.node.padding?.right);
356
356
  function s(a) {
357
- e.value && (a.paddingTop = e.value), i.value && (a.paddingLeft = i.value), o.value && (a.paddingBottom = o.value), r.value && (a.paddingRight = r.value);
357
+ e.value && (a.paddingTop = e.value), i.value && (a.paddingLeft = i.value), o.value && (a.paddingBottom = o.value), l.value && (a.paddingRight = l.value);
358
358
  }
359
- return { paddingTop: e, paddingLeft: i, paddingBottom: o, paddingRight: r, applyPadding: s };
359
+ return { paddingTop: e, paddingLeft: i, paddingBottom: o, paddingRight: l, applyPadding: s };
360
360
  }
361
361
  function ge(t) {
362
- const e = G(), i = $e(), o = k(() => t.node.size?.width), r = k(() => t.node.size?.minWidth), s = k(() => t.node.size?.maxWidth), a = k(() => {
362
+ 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(() => {
363
363
  if (t.outer && e === "editor") {
364
364
  const m = Xt(t.node.size?.height);
365
365
  if (m)
@@ -382,33 +382,33 @@ function ge(t) {
382
382
  return t.node.size?.maxHeight;
383
383
  });
384
384
  function b(m) {
385
- o.value && (m.width = o.value), r.value && (m.minWidth = r.value), s.value && (m.maxWidth = s.value), a.value && (m.height = a.value), p.value && (m.minHeight = p.value), d.value && (m.maxHeight = d.value);
385
+ o.value && (m.width = o.value), l.value && (m.minWidth = l.value), s.value && (m.maxWidth = s.value), a.value && (m.height = a.value), p.value && (m.minHeight = p.value), d.value && (m.maxHeight = d.value);
386
386
  }
387
- return { width: o, minWidth: r, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: b };
387
+ return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: b };
388
388
  }
389
389
  function bo(t, e, i) {
390
- const o = k(() => e.node.basic.id), r = k(() => `callMethod@${o.value}`);
390
+ const o = k(() => e.node.basic.id), l = k(() => `callMethod@${o.value}`);
391
391
  No(() => {
392
- t.eventBus?.on(r.value, i);
392
+ t.eventBus?.on(l.value, i);
393
393
  }), je(() => {
394
- t.eventBus?.off(r.value, i);
394
+ t.eventBus?.off(l.value, i);
395
395
  });
396
396
  }
397
397
  function N() {
398
398
  const t = We();
399
399
  return { theme: k(() => t.value ? "dark" : "light") };
400
400
  }
401
- const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Cs = /* @__PURE__ */ $({
401
+ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], $s = /* @__PURE__ */ $({
402
402
  __name: "index",
403
403
  props: {
404
404
  node: {},
405
405
  outer: { type: Boolean }
406
406
  },
407
407
  setup(t) {
408
- const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "bottom"]), { prop: p } = l(e, ["settings", "far"]), { prop: d } = l(e, ["settings", "left"]), { prop: b } = l(e, ["settings", "near"]), { prop: m } = l(e, ["settings", "right"]), { prop: u } = l(e, ["settings", "top"]);
408
+ const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "bottom"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "left"]), { prop: b } = r(e, ["settings", "near"]), { prop: m } = r(e, ["settings", "right"]), { prop: u } = r(e, ["settings", "top"]);
409
409
  return (c, f) => (v(), V(n(he), {
410
410
  position: n(o),
411
- rotation: n(r),
411
+ rotation: n(l),
412
412
  scale: n(s)
413
413
  }, {
414
414
  default: I(() => [
@@ -419,7 +419,7 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
419
419
  near: n(b),
420
420
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
421
421
  right: n(m),
422
- rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
422
+ rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
423
423
  scale: n(i) !== "editor" ? n(s) : [1, 1, 1],
424
424
  top: n(u)
425
425
  }, [
@@ -428,22 +428,22 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
428
428
  type: n(io)
429
429
  }, null, 8, ["type"])) : ee("", !0),
430
430
  L(c.$slots, "default")
431
- ], 8, Ss)
431
+ ], 8, Vs)
432
432
  ]),
433
433
  _: 3
434
434
  }, 8, ["position", "rotation", "scale"]));
435
435
  }
436
- }), Ts = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ps = /* @__PURE__ */ $({
436
+ }), Is = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ss = /* @__PURE__ */ $({
437
437
  __name: "index",
438
438
  props: {
439
439
  node: {},
440
440
  outer: { type: Boolean }
441
441
  },
442
442
  setup(t) {
443
- const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "aspect"]), { prop: p } = l(e, ["settings", "far"]), { prop: d } = l(e, ["settings", "fov"]), { prop: b } = l(e, ["settings", "near"]);
443
+ const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "aspect"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "fov"]), { prop: b } = r(e, ["settings", "near"]);
444
444
  return (m, u) => (v(), V(n(he), {
445
445
  position: n(o),
446
- rotation: n(r),
446
+ rotation: n(l),
447
447
  scale: n(s)
448
448
  }, {
449
449
  default: I(() => [
@@ -453,7 +453,7 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
453
453
  fov: n(d),
454
454
  near: n(b),
455
455
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
456
- rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
456
+ rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
457
457
  scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
458
458
  }, [
459
459
  n(i) === "editor" ? (v(), V(n(Be), {
@@ -461,55 +461,55 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
461
461
  type: n(io)
462
462
  }, null, 8, ["type"])) : ee("", !0),
463
463
  L(m.$slots, "default")
464
- ], 8, Ts)
464
+ ], 8, Is)
465
465
  ]),
466
466
  _: 3
467
467
  }, 8, ["position", "rotation", "scale"]));
468
468
  }
469
- }), zs = ["args"], As = /* @__PURE__ */ $({
469
+ }), Cs = ["args"], Ts = /* @__PURE__ */ $({
470
470
  __name: "index",
471
471
  props: {
472
472
  node: {},
473
473
  outer: { type: Boolean }
474
474
  },
475
475
  setup(t) {
476
- const e = t, { prop: i } = l(e, ["settings", "depth"]), { prop: o } = l(e, [
476
+ const e = t, { prop: i } = r(e, ["settings", "depth"]), { prop: o } = r(e, [
477
477
  "settings",
478
478
  "depthSegements"
479
- ]), { prop: r } = l(e, ["settings", "height"]), { prop: s } = l(e, [
479
+ ]), { prop: l } = r(e, ["settings", "height"]), { prop: s } = r(e, [
480
480
  "settings",
481
481
  "heightSegements"
482
- ]), { prop: a } = l(e, ["settings", "width"]), { prop: p } = l(e, [
482
+ ]), { prop: a } = r(e, ["settings", "width"]), { prop: p } = r(e, [
483
483
  "settings",
484
484
  "widthSegements"
485
485
  ]);
486
486
  return (d, b) => (v(), Y("TresBoxGeometry", {
487
487
  args: [
488
488
  n(a),
489
- n(r),
489
+ n(l),
490
490
  n(i),
491
491
  n(p),
492
492
  n(s),
493
493
  n(o)
494
494
  ]
495
- }, null, 8, zs));
495
+ }, null, 8, Cs));
496
496
  }
497
497
  }), xe = (t, e) => {
498
498
  const i = t.__vccOpts || t;
499
- for (const [o, r] of e)
500
- i[o] = r;
499
+ for (const [o, l] of e)
500
+ i[o] = l;
501
501
  return i;
502
- }, Ls = ["args"], Bs = /* @__PURE__ */ $({
502
+ }, Ps = ["args"], zs = /* @__PURE__ */ $({
503
503
  __name: "index",
504
504
  props: {
505
505
  node: {},
506
506
  outer: { type: Boolean }
507
507
  },
508
508
  setup(t) {
509
- const e = t, { prop: i } = l(e, [
509
+ const e = t, { prop: i } = r(e, [
510
510
  "settings",
511
511
  "heightSegments"
512
- ]), { prop: o } = l(e, ["settings", "phiLength"]), { prop: r } = l(e, ["settings", "phiStart"]), { prop: s } = l(e, ["settings", "radius"]), { prop: a } = l(e, ["settings", "thetaLength"]), { prop: p } = l(e, ["settings", "thetaStart"]), { prop: d } = l(e, [
512
+ ]), { prop: o } = r(e, ["settings", "phiLength"]), { prop: l } = r(e, ["settings", "phiStart"]), { prop: s } = r(e, ["settings", "radius"]), { prop: a } = r(e, ["settings", "thetaLength"]), { prop: p } = r(e, ["settings", "thetaStart"]), { prop: d } = r(e, [
513
513
  "settings",
514
514
  "widthSegments"
515
515
  ]);
@@ -518,24 +518,24 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
518
518
  n(s),
519
519
  n(d),
520
520
  n(i),
521
- n(r),
521
+ n(l),
522
522
  n(o),
523
523
  n(p),
524
524
  n(a)
525
525
  ]
526
- }, null, 8, Ls));
526
+ }, null, 8, Ps));
527
527
  }
528
- }), Ws = ["color", "intensity", "position", "rotation", "scale"], Es = /* @__PURE__ */ $({
528
+ }), As = ["color", "intensity", "position", "rotation", "scale"], Ls = /* @__PURE__ */ $({
529
529
  __name: "index",
530
530
  props: {
531
531
  node: {},
532
532
  outer: { type: Boolean }
533
533
  },
534
534
  setup(t) {
535
- const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "intensity"]);
535
+ const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "intensity"]);
536
536
  return (b, m) => (v(), V(n(he), {
537
537
  position: n(o),
538
- rotation: n(r),
538
+ rotation: n(l),
539
539
  scale: n(s)
540
540
  }, {
541
541
  default: I(() => [
@@ -543,26 +543,26 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
543
543
  color: n(p),
544
544
  intensity: n(d),
545
545
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
546
- rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
546
+ rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
547
547
  scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
548
548
  }, [
549
549
  L(b.$slots, "default")
550
- ], 8, Ws)
550
+ ], 8, As)
551
551
  ]),
552
552
  _: 3
553
553
  }, 8, ["position", "rotation", "scale"]));
554
554
  }
555
- }), Ns = ["color", "intensity", "position", "rotation", "scale"], Ms = /* @__PURE__ */ $({
555
+ }), Bs = ["color", "intensity", "position", "rotation", "scale"], Ws = /* @__PURE__ */ $({
556
556
  __name: "index",
557
557
  props: {
558
558
  node: {},
559
559
  outer: { type: Boolean }
560
560
  },
561
561
  setup(t) {
562
- const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "intensity"]);
562
+ const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "intensity"]);
563
563
  return (b, m) => (v(), V(n(he), {
564
564
  position: n(o),
565
- rotation: n(r),
565
+ rotation: n(l),
566
566
  scale: n(s)
567
567
  }, {
568
568
  default: I(() => [
@@ -570,7 +570,7 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
570
570
  color: n(p),
571
571
  intensity: n(d),
572
572
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
573
- rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
573
+ rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
574
574
  scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
575
575
  }, [
576
576
  n(i) === "editor" ? (v(), V(n(Be), {
@@ -578,22 +578,22 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
578
578
  type: n(Uo)
579
579
  }, null, 8, ["type"])) : ee("", !0),
580
580
  L(b.$slots, "default")
581
- ], 8, Ns)
581
+ ], 8, Bs)
582
582
  ]),
583
583
  _: 3
584
584
  }, 8, ["position", "rotation", "scale"]));
585
585
  }
586
- }), Rs = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Ds = /* @__PURE__ */ $({
586
+ }), Es = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Ns = /* @__PURE__ */ $({
587
587
  __name: "index",
588
588
  props: {
589
589
  node: {},
590
590
  outer: { type: Boolean }
591
591
  },
592
592
  setup(t) {
593
- const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "decay"]), { prop: b } = l(e, ["settings", "distance"]), { prop: m } = l(e, ["settings", "intensity"]);
593
+ const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "decay"]), { prop: b } = r(e, ["settings", "distance"]), { prop: m } = r(e, ["settings", "intensity"]);
594
594
  return (u, c) => (v(), V(n(he), {
595
595
  position: n(o),
596
- rotation: n(r),
596
+ rotation: n(l),
597
597
  scale: n(s)
598
598
  }, {
599
599
  default: I(() => [
@@ -603,7 +603,7 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
603
603
  distance: n(b),
604
604
  intensity: n(m),
605
605
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
606
- rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
606
+ rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
607
607
  scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
608
608
  }, [
609
609
  n(i) === "editor" ? (v(), V(n(Be), {
@@ -611,22 +611,22 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
611
611
  type: n(Xo)
612
612
  }, null, 8, ["type"])) : ee("", !0),
613
613
  L(u.$slots, "default")
614
- ], 8, Rs)
614
+ ], 8, Es)
615
615
  ]),
616
616
  _: 3
617
617
  }, 8, ["position", "rotation", "scale"]));
618
618
  }
619
- }), Fs = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Gs = /* @__PURE__ */ $({
619
+ }), Ms = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Rs = /* @__PURE__ */ $({
620
620
  __name: "index",
621
621
  props: {
622
622
  node: {},
623
623
  outer: { type: Boolean }
624
624
  },
625
625
  setup(t) {
626
- const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e), { prop: a } = l(e, ["settings", "angle"]), { prop: p } = l(e, ["settings", "color"]), { color: d } = K(p), { prop: b } = l(e, ["settings", "decay"]), { prop: m } = l(e, ["settings", "distance"]), { prop: u } = l(e, ["settings", "intensity"]), { prop: c } = l(e, ["settings", "penumbra"]);
626
+ const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "angle"]), { prop: p } = r(e, ["settings", "color"]), { color: d } = K(p), { prop: b } = r(e, ["settings", "decay"]), { prop: m } = r(e, ["settings", "distance"]), { prop: u } = r(e, ["settings", "intensity"]), { prop: c } = r(e, ["settings", "penumbra"]);
627
627
  return (f, h) => (v(), V(n(he), {
628
628
  position: n(o),
629
- rotation: n(r),
629
+ rotation: n(l),
630
630
  scale: n(s)
631
631
  }, {
632
632
  default: I(() => [
@@ -638,7 +638,7 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
638
638
  intensity: n(u),
639
639
  penumbra: n(c),
640
640
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
641
- rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
641
+ rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
642
642
  scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
643
643
  }, [
644
644
  n(i) === "editor" ? (v(), V(n(Be), {
@@ -646,116 +646,116 @@ const Ss = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
646
646
  type: n(Yo)
647
647
  }, null, 8, ["type"])) : ee("", !0),
648
648
  L(f.$slots, "default")
649
- ], 8, Fs)
649
+ ], 8, Ms)
650
650
  ]),
651
651
  _: 3
652
652
  }, 8, ["position", "rotation", "scale"]));
653
653
  }
654
- }), Hs = {};
655
- function Ks(t, e) {
654
+ }), Ds = {};
655
+ function Fs(t, e) {
656
656
  return v(), Y("TresMeshBasicMaterial");
657
657
  }
658
- const js = /* @__PURE__ */ xe(Hs, [["render", Ks]]), Os = ["position", "rotation", "scale"], Us = /* @__PURE__ */ $({
658
+ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation", "scale"], Ks = /* @__PURE__ */ $({
659
659
  __name: "index",
660
660
  props: {
661
661
  node: {},
662
662
  outer: { type: Boolean }
663
663
  },
664
664
  setup(t) {
665
- const e = t, i = G(), { position: o, rotation: r, scale: s } = me(e);
665
+ const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e);
666
666
  return (a, p) => (v(), V(n(he), {
667
667
  position: n(o),
668
- rotation: n(r),
668
+ rotation: n(l),
669
669
  scale: n(s)
670
670
  }, {
671
671
  default: I(() => [
672
672
  ie("TresGroup", {
673
673
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
674
- rotation: n(i) !== "editor" ? n(r) : [0, 0, 0],
674
+ rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
675
675
  scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
676
676
  }, [
677
677
  L(a.$slots, "default")
678
- ], 8, Os)
678
+ ], 8, Hs)
679
679
  ]),
680
680
  _: 3
681
681
  }, 8, ["position", "rotation", "scale"]));
682
682
  }
683
- }), Xs = ["position", "rotation", "scale"], Ys = /* @__PURE__ */ $({
683
+ }), js = ["position", "rotation", "scale"], Os = /* @__PURE__ */ $({
684
684
  __name: "index",
685
685
  props: {
686
686
  node: {},
687
687
  outer: { type: Boolean }
688
688
  },
689
689
  setup(t) {
690
- const e = t, { position: i, rotation: o, scale: r } = me(e);
690
+ const e = t, { position: i, rotation: o, scale: l } = me(e);
691
691
  return (s, a) => (v(), Y("TresMesh", {
692
692
  position: n(i),
693
693
  rotation: n(o),
694
- scale: n(r)
694
+ scale: n(l)
695
695
  }, [
696
696
  L(s.$slots, "default")
697
- ], 8, Xs));
698
- }
699
- }), Js = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Zs = "#242424", qs = {}, Qs = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, er = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, tr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, nr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#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: { borderWidth: 0, borderColor: "#ccc" } }, ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, cr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", 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" } }, pr = { 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: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, br = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, yr = { 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"] } } }, hr = { 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"] } } }, gr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, xr = { textStyle: { color: "#eeeeee" } }, vr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, kr = { 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" } } }, _r = { color: ["#bf444c", "#d88273", "#f6efa6"] }, wr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Vr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, $r = {
700
- color: Js,
701
- backgroundColor: Zs,
702
- textStyle: qs,
703
- title: Qs,
704
- line: er,
705
- radar: tr,
706
- bar: nr,
707
- pie: ir,
708
- scatter: or,
709
- boxplot: sr,
710
- parallel: rr,
711
- sankey: lr,
712
- funnel: ar,
713
- gauge: ur,
714
- candlestick: cr,
715
- graph: mr,
716
- map: pr,
717
- geo: dr,
718
- categoryAxis: fr,
719
- valueAxis: br,
720
- logAxis: yr,
721
- timeAxis: hr,
722
- toolbox: gr,
723
- legend: xr,
724
- tooltip: vr,
725
- timeline: kr,
726
- visualMap: _r,
727
- dataZoom: wr,
728
- markPoint: Vr
729
- }, Ir = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Sr = "#f5f5f5", Cr = {}, Tr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Pr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, zr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ar = { itemStyle: { barBorderWidth: 0, barBorderColor: "#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: { borderWidth: 0, borderColor: "#ccc" } }, Mr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Dr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Fr = { 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" } }, Gr = { 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)" } } }, Hr = { 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)" } } }, Kr = { 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"] } } }, Or = { 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"] } } }, Ur = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Xr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Yr = { textStyle: { color: "#333333" } }, Jr = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Zr = { 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" } } }, qr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Qr = { 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" } }, el = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, tl = {
730
- color: Ir,
731
- backgroundColor: Sr,
732
- textStyle: Cr,
733
- title: Tr,
734
- line: Pr,
735
- radar: zr,
736
- bar: Ar,
737
- pie: Lr,
738
- scatter: Br,
739
- boxplot: Wr,
740
- parallel: Er,
741
- sankey: Nr,
742
- funnel: Mr,
743
- gauge: Rr,
744
- candlestick: Dr,
745
- graph: Fr,
746
- map: Gr,
747
- geo: Hr,
748
- categoryAxis: Kr,
749
- valueAxis: jr,
750
- logAxis: Or,
751
- timeAxis: Ur,
752
- toolbox: Xr,
753
- legend: Yr,
754
- tooltip: Jr,
755
- timeline: Zr,
756
- visualMap: qr,
757
- dataZoom: Qr,
758
- markPoint: el
697
+ ], 8, js));
698
+ }
699
+ }), 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 = {
700
+ color: Us,
701
+ backgroundColor: Xs,
702
+ textStyle: Ys,
703
+ title: Js,
704
+ line: Zs,
705
+ radar: qs,
706
+ bar: Qs,
707
+ pie: er,
708
+ scatter: tr,
709
+ boxplot: nr,
710
+ parallel: ir,
711
+ sankey: or,
712
+ funnel: sr,
713
+ gauge: rr,
714
+ candlestick: lr,
715
+ graph: ar,
716
+ map: ur,
717
+ geo: cr,
718
+ categoryAxis: mr,
719
+ valueAxis: pr,
720
+ logAxis: dr,
721
+ timeAxis: fr,
722
+ toolbox: br,
723
+ legend: yr,
724
+ tooltip: hr,
725
+ timeline: gr,
726
+ visualMap: xr,
727
+ dataZoom: vr,
728
+ markPoint: kr
729
+ }, 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"] } } }, Kr = { 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 = { 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 = {
730
+ color: wr,
731
+ backgroundColor: Vr,
732
+ textStyle: $r,
733
+ title: Ir,
734
+ line: Sr,
735
+ radar: Cr,
736
+ bar: Tr,
737
+ pie: Pr,
738
+ scatter: zr,
739
+ boxplot: Ar,
740
+ parallel: Lr,
741
+ sankey: Br,
742
+ funnel: Wr,
743
+ gauge: Er,
744
+ candlestick: Nr,
745
+ graph: Mr,
746
+ map: Rr,
747
+ geo: Dr,
748
+ categoryAxis: Fr,
749
+ valueAxis: Gr,
750
+ logAxis: Hr,
751
+ timeAxis: Kr,
752
+ toolbox: jr,
753
+ legend: Or,
754
+ tooltip: Ur,
755
+ timeline: Xr,
756
+ visualMap: Yr,
757
+ dataZoom: Jr,
758
+ markPoint: Zr
759
759
  };
760
760
  Jo([
761
761
  Zo,
@@ -767,18 +767,18 @@ Jo([
767
767
  is,
768
768
  os
769
769
  ]);
770
- oo("dark", $r);
771
- oo("light", tl);
772
- const nl = /* @__PURE__ */ $({
770
+ oo("dark", _r);
771
+ oo("light", qr);
772
+ const Qr = /* @__PURE__ */ $({
773
773
  __name: "index",
774
774
  props: {
775
775
  node: {},
776
776
  outer: { type: Boolean }
777
777
  },
778
778
  setup(t) {
779
- const e = t, i = $e(), o = We(), r = 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(() => {
779
+ 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(() => {
780
780
  const S = {}, D = s.value.type;
781
- return r === "page" ? D === "common" ? c(S) : console.assert(!1) : r === "comp" && D === "common" ? c(S) : console.assert(!1), S;
781
+ return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
782
782
  }), M = Xi("chart");
783
783
  let W;
784
784
  const F = () => {
@@ -822,16 +822,16 @@ const nl = /* @__PURE__ */ $({
822
822
  style: Q(C.value)
823
823
  }, null, 4));
824
824
  }
825
- }), il = /* @__PURE__ */ $({
825
+ }), el = /* @__PURE__ */ $({
826
826
  __name: "index",
827
827
  props: {
828
828
  node: {},
829
829
  outer: { type: Boolean }
830
830
  },
831
831
  setup(t) {
832
- const e = t, i = $e(), o = We(), r = 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(() => {
832
+ 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(() => {
833
833
  const S = {}, D = s.value.type;
834
- return r === "page" ? D === "common" ? c(S) : console.assert(!1) : r === "comp" && D === "common" ? c(S) : console.assert(!1), S;
834
+ return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
835
835
  }), M = Xi("chart");
836
836
  let W;
837
837
  const F = () => {
@@ -882,13 +882,13 @@ const nl = /* @__PURE__ */ $({
882
882
  state: {}
883
883
  },
884
884
  setup(t) {
885
- const { t: e } = fs(), i = t, o = de(), r = ac(), s = ce(-1), a = ce();
886
- kc(a), ue(() => {
885
+ const { t: e } = fs(), i = t, o = de(), l = sc(), s = ce(-1), a = ce();
886
+ gc(a), ue(() => {
887
887
  if (!i.refContext.refid) {
888
888
  s.value = -1, a.value = void 0;
889
889
  return;
890
890
  }
891
- const c = r.value[i.refContext.refid];
891
+ const c = l.value[i.refContext.refid];
892
892
  if (!c) {
893
893
  s.value = -1, a.value = void 0, Qi.emit("compNotAvail", i.refContext.refid);
894
894
  return;
@@ -943,14 +943,14 @@ const nl = /* @__PURE__ */ $({
943
943
  };
944
944
  return (c, f) => (v(), V(u));
945
945
  }
946
- }), ol = /* @__PURE__ */ $({
946
+ }), tl = /* @__PURE__ */ $({
947
947
  __name: "index",
948
948
  props: {
949
949
  node: {},
950
950
  outer: { type: Boolean }
951
951
  },
952
952
  setup(t) {
953
- const e = t, { prop: i } = l(e, ["settings", "content"]), { prop: o } = l(e, ["settings", "dot"]), { theme: r } = N(), { prop: s } = l(e, ["settings", "offset", "x"]), { prop: a } = l(e, ["settings", "offset", "y"]);
953
+ const e = t, { prop: i } = r(e, ["settings", "content"]), { prop: o } = r(e, ["settings", "dot"]), { theme: l } = N(), { prop: s } = r(e, ["settings", "offset", "x"]), { prop: a } = r(e, ["settings", "offset", "y"]);
954
954
  return (p, d) => {
955
955
  const b = z("v-badge");
956
956
  return v(), V(b, {
@@ -958,7 +958,7 @@ const nl = /* @__PURE__ */ $({
958
958
  dot: n(o),
959
959
  "offset-x": n(s),
960
960
  "offset-y": n(a),
961
- theme: n(r)
961
+ theme: n(l)
962
962
  }, {
963
963
  default: I(() => [
964
964
  L(p.$slots, "default")
@@ -967,22 +967,22 @@ const nl = /* @__PURE__ */ $({
967
967
  }, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
968
968
  };
969
969
  }
970
- }), sl = /* @__PURE__ */ $({
970
+ }), nl = /* @__PURE__ */ $({
971
971
  __name: "index",
972
972
  props: {
973
973
  node: {},
974
974
  outer: { type: Boolean }
975
975
  },
976
976
  setup(t) {
977
- const e = t, i = G(), o = Ee(), { prop: r } = l(e, [
977
+ const e = t, i = G(), o = Ee(), { prop: l } = r(e, [
978
978
  "settings",
979
979
  "addIcon",
980
980
  "append"
981
- ]), { prop: s } = l(e, ["settings", "block"]), { prop: a } = l(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = l(e, ["settings", "density"]), { prop: b } = l(e, ["settings", "disabled"]), { prop: m } = l(e, ["size", "height"]), { prop: u } = l(e, ["settings", "loading"]), { prop: c } = l(e, ["size", "maxHeight"]), { prop: f } = l(e, ["size", "maxWidth"]), { prop: h } = l(e, ["size", "minHeight"]), { prop: x } = l(e, ["size", "minWidth"]), { prop: g } = l(e, [
981
+ ]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "density"]), { prop: b } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["size", "height"]), { prop: u } = r(e, ["settings", "loading"]), { prop: c } = r(e, ["size", "maxHeight"]), { prop: f } = r(e, ["size", "maxWidth"]), { prop: h } = r(e, ["size", "minHeight"]), { prop: x } = r(e, ["size", "minWidth"]), { prop: g } = r(e, [
982
982
  "settings",
983
983
  "addIcon",
984
984
  "prepend"
985
- ]), { prop: w } = l(e, ["settings", "readonly"]), { prop: C } = l(e, ["settings", "ripple"]), { prop: M } = l(e, ["settings", "size"]), { prop: W } = l(e, ["settings", "stacked"]), { prop: F } = l(e, ["settings", "text"]), { theme: R } = N(), { prop: E } = l(e, ["settings", "variant"]), { prop: S } = l(e, ["size", "width"]), D = (J) => {
985
+ ]), { 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) => {
986
986
  i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
987
987
  Ce("elementEvent", e.node.basic.id, "click")
988
988
  ]));
@@ -992,7 +992,7 @@ const nl = /* @__PURE__ */ $({
992
992
  return v(), V(n(Z), null, {
993
993
  default: I(() => [
994
994
  H(re, {
995
- "append-icon": n(r),
995
+ "append-icon": n(l),
996
996
  block: n(s),
997
997
  color: n(p),
998
998
  density: n(d),
@@ -1019,8 +1019,8 @@ const nl = /* @__PURE__ */ $({
1019
1019
  });
1020
1020
  };
1021
1021
  }
1022
- }), rl = {};
1023
- function ll(t, e) {
1022
+ }), il = {};
1023
+ function ol(t, e) {
1024
1024
  const i = z("v-btn-group");
1025
1025
  return v(), V(i, null, {
1026
1026
  default: I(() => [
@@ -1029,20 +1029,20 @@ function ll(t, e) {
1029
1029
  _: 3
1030
1030
  });
1031
1031
  }
1032
- const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1032
+ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
1033
1033
  __name: "index",
1034
1034
  props: {
1035
1035
  node: {},
1036
1036
  outer: { type: Boolean }
1037
1037
  },
1038
1038
  setup(t) {
1039
- const e = t, { prop: i } = l(e, ["settings", "block"]), { prop: o } = l(e, ["settings", "disabled"]), { prop: r } = l(e, ["settings", "divided"]), { prop: s } = l(e, ["settings", "mandatory"]), { prop: a } = l(e, ["settings", "multiple"]), { prop: p } = l(e, ["settings", "readonly"]), { prop: d } = l(e, ["settings", "size"]), { prop: b } = l(e, ["settings", "stacked"]), { theme: m } = N(), { prop: u } = l(e, ["settings", "tile"]), { prop: c } = l(e, ["settings", "variant"]);
1039
+ const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop: p } = r(e, ["settings", "readonly"]), { prop: d } = r(e, ["settings", "size"]), { prop: b } = r(e, ["settings", "stacked"]), { theme: m } = N(), { prop: u } = r(e, ["settings", "tile"]), { prop: c } = r(e, ["settings", "variant"]);
1040
1040
  return (f, h) => {
1041
1041
  const x = z("v-btn-toggle");
1042
1042
  return v(), V(x, {
1043
1043
  block: n(i),
1044
1044
  disabled: n(o),
1045
- divided: n(r),
1045
+ divided: n(l),
1046
1046
  mandatory: n(s),
1047
1047
  multiple: n(a),
1048
1048
  readonly: n(p),
@@ -1059,20 +1059,20 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1059
1059
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
1060
1060
  };
1061
1061
  }
1062
- }), cl = /* @__PURE__ */ $({
1062
+ }), ll = /* @__PURE__ */ $({
1063
1063
  __name: "index",
1064
1064
  props: {
1065
1065
  node: {},
1066
1066
  outer: { type: Boolean }
1067
1067
  },
1068
1068
  setup(t) {
1069
- const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "disabled"]), { prop: r } = l(e, ["size", "height"]), { prop: s } = l(e, ["settings", "hover"]), { prop: a } = l(e, ["settings", "loading"]), { prop: p } = l(e, ["size", "maxHeight"]), { prop: d } = l(e, ["size", "maxWidth"]), { prop: b } = l(e, ["size", "minHeight"]), { prop: m } = l(e, ["size", "minWidth"]), { prop: u } = l(e, ["settings", "subtitle"]), { prop: c } = l(e, ["settings", "text"]), { theme: f } = N(), { prop: h } = l(e, ["settings", "title"]), { prop: x } = l(e, ["settings", "variant"]), { prop: g } = l(e, ["size", "width"]);
1069
+ 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"]);
1070
1070
  return (w, C) => {
1071
1071
  const M = z("v-card");
1072
1072
  return v(), V(M, {
1073
1073
  density: n(i),
1074
1074
  disabled: n(o),
1075
- height: n(r),
1075
+ height: n(l),
1076
1076
  hover: n(s),
1077
1077
  loading: n(a),
1078
1078
  "max-height": n(p),
@@ -1093,15 +1093,15 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1093
1093
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
1094
1094
  };
1095
1095
  }
1096
- }), ml = /* @__PURE__ */ $({
1096
+ }), al = /* @__PURE__ */ $({
1097
1097
  __name: "index",
1098
1098
  props: {
1099
1099
  node: {},
1100
1100
  outer: { type: Boolean }
1101
1101
  },
1102
1102
  setup(t) {
1103
- const e = t, { prop: i } = l(e, ["settings", "disabled"]), { prop: o } = l(e, ["settings", "readonly"]);
1104
- return (r, s) => {
1103
+ const e = t, { prop: i } = r(e, ["settings", "disabled"]), { prop: o } = r(e, ["settings", "readonly"]);
1104
+ return (l, s) => {
1105
1105
  const a = z("v-checkbox");
1106
1106
  return v(), V(a, {
1107
1107
  disabled: n(i),
@@ -1109,19 +1109,19 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1109
1109
  }, null, 8, ["disabled", "readonly"]);
1110
1110
  };
1111
1111
  }
1112
- }), pl = /* @__PURE__ */ $({
1112
+ }), ul = /* @__PURE__ */ $({
1113
1113
  __name: "index",
1114
1114
  props: {
1115
1115
  node: {},
1116
1116
  outer: { type: Boolean }
1117
1117
  },
1118
1118
  setup(t) {
1119
- const e = t, { prop: i } = l(e, ["settings", "closable"]), { prop: o } = l(e, ["settings", "color"]), { color: r } = K(o), { prop: s } = l(e, ["settings", "density"]), { prop: a } = l(e, ["settings", "disabled"]), { prop: p } = l(e, ["settings", "draggable"]), { prop: d } = l(e, ["settings", "filter"]), { prop: b } = l(e, ["settings", "label"]), { prop: m } = l(e, ["settings", "size"]), { prop: u } = l(e, ["settings", "text"]), { theme: c } = N(), { prop: f } = l(e, ["settings", "tile"]), { prop: h } = l(e, ["settings", "value"]), { prop: x } = l(e, ["settings", "variant"]);
1119
+ const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = K(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, ["settings", "draggable"]), { prop: d } = r(e, ["settings", "filter"]), { prop: b } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "size"]), { prop: u } = r(e, ["settings", "text"]), { theme: c } = N(), { prop: f } = r(e, ["settings", "tile"]), { prop: h } = r(e, ["settings", "value"]), { prop: x } = r(e, ["settings", "variant"]);
1120
1120
  return (g, w) => {
1121
1121
  const C = z("v-chip");
1122
1122
  return v(), V(C, {
1123
1123
  closable: n(i),
1124
- color: n(r),
1124
+ color: n(l),
1125
1125
  density: n(s),
1126
1126
  disabled: n(a),
1127
1127
  draggable: n(p),
@@ -1136,14 +1136,14 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1136
1136
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
1137
1137
  };
1138
1138
  }
1139
- }), dl = /* @__PURE__ */ $({
1139
+ }), cl = /* @__PURE__ */ $({
1140
1140
  __name: "index",
1141
1141
  props: {
1142
1142
  node: {},
1143
1143
  outer: { type: Boolean }
1144
1144
  },
1145
1145
  setup(t) {
1146
- const e = t, { prop: i } = l(e, ["settings", "column"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "filter"]), { prop: a } = l(e, ["settings", "mandatory"]), { prop: p } = l(e, ["settings", "multiple"]), { prop: d } = l(e, ["settings", "showArrows"]), { theme: b } = N(), { prop: m } = l(e, ["settings", "value"]);
1146
+ const e = t, { prop: i } = r(e, ["settings", "column"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "filter"]), { prop: a } = r(e, ["settings", "mandatory"]), { prop: p } = r(e, ["settings", "multiple"]), { prop: d } = r(e, ["settings", "showArrows"]), { theme: b } = N(), { prop: m } = r(e, ["settings", "value"]);
1147
1147
  return (u, c) => {
1148
1148
  const f = z("v-chip-group");
1149
1149
  return v(), V(f, {
@@ -1151,7 +1151,7 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1151
1151
  "onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
1152
1152
  column: n(i),
1153
1153
  direction: n(o),
1154
- disabled: n(r),
1154
+ disabled: n(l),
1155
1155
  filter: n(s),
1156
1156
  mandatory: n(a),
1157
1157
  multiple: n(p),
@@ -1165,17 +1165,17 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1165
1165
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
1166
1166
  };
1167
1167
  }
1168
- }), fl = /* @__PURE__ */ $({
1168
+ }), ml = /* @__PURE__ */ $({
1169
1169
  __name: "index",
1170
1170
  props: {
1171
1171
  node: {},
1172
1172
  outer: { type: Boolean }
1173
1173
  },
1174
1174
  setup(t) {
1175
- const e = t, i = pe(), o = de(), { applySize: r } = ge(e), s = k(() => {
1175
+ const e = t, i = pe(), o = de(), { applySize: l } = ge(e), s = k(() => {
1176
1176
  const h = {}, x = o.value.type;
1177
- return i === "page" ? x === "common" ? r(h) : console.assert(!1) : i === "comp" && x === "common" ? r(h) : console.assert(!1), h;
1178
- }), { prop: a } = l(e, ["settings", "disabled"]), { prop: p } = l(e, ["settings", "hideCanvas"]), { prop: d } = l(e, ["settings", "hideHeader"]), { prop: b } = l(e, ["settings", "hideInputs"]), { prop: m } = l(e, ["settings", "hideSliders"]), { prop: u } = l(e, ["settings", "landscape"]), { prop: c } = l(e, [
1177
+ return i === "page" ? x === "common" ? l(h) : console.assert(!1) : i === "comp" && x === "common" ? l(h) : console.assert(!1), h;
1178
+ }), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, ["settings", "hideCanvas"]), { prop: d } = r(e, ["settings", "hideHeader"]), { prop: b } = r(e, ["settings", "hideInputs"]), { prop: m } = r(e, ["settings", "hideSliders"]), { prop: u } = r(e, ["settings", "landscape"]), { prop: c } = r(e, [
1179
1179
  "settings",
1180
1180
  "showSwatches"
1181
1181
  ]), { theme: f } = N();
@@ -1194,14 +1194,14 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1194
1194
  }, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
1195
1195
  };
1196
1196
  }
1197
- }), bl = /* @__PURE__ */ $({
1197
+ }), pl = /* @__PURE__ */ $({
1198
1198
  __name: "index",
1199
1199
  props: {
1200
1200
  node: {},
1201
1201
  outer: { type: Boolean }
1202
1202
  },
1203
1203
  setup(t) {
1204
- const e = t, { prop: i } = l(e, ["settings", "hideDetails"]), { prop: o } = l(e, ["settings", "label"]), { prop: r } = l(e, ["settings", "placeholder"]), { prop: s } = l(e, ["settings", "readonly"]), { prop: a } = l(e, ["settings", "singleLine"]), { theme: p } = N(), { prop: d } = l(e, ["settings", "value"]);
1204
+ 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"]);
1205
1205
  return (b, m) => {
1206
1206
  const u = z("v-combobox");
1207
1207
  return v(), V(n(Z), null, {
@@ -1211,7 +1211,7 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1211
1211
  "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1212
1212
  "hide-details": n(i),
1213
1213
  label: n(o),
1214
- placeholder: n(r),
1214
+ placeholder: n(l),
1215
1215
  readonly: n(s),
1216
1216
  "single-line": n(a),
1217
1217
  theme: n(p)
@@ -1221,17 +1221,17 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1221
1221
  });
1222
1222
  };
1223
1223
  }
1224
- }), yl = /* @__PURE__ */ $({
1224
+ }), dl = /* @__PURE__ */ $({
1225
1225
  __name: "index",
1226
1226
  props: {
1227
1227
  node: {},
1228
1228
  outer: { type: Boolean }
1229
1229
  },
1230
1230
  setup(t) {
1231
- const e = t, i = pe(), o = de(), { prop: r } = l(e, [
1231
+ const e = t, i = pe(), o = de(), { prop: l } = r(e, [
1232
1232
  "settings",
1233
1233
  "backgroundColor"
1234
- ]), { color: s } = K(r), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder: b } = Bn(e), m = k(() => {
1234
+ ]), { color: s } = K(l), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder: b } = Bn(e), m = k(() => {
1235
1235
  const u = {}, c = o.value.type;
1236
1236
  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;
1237
1237
  });
@@ -1241,14 +1241,14 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1241
1241
  L(u.$slots, "default")
1242
1242
  ], 4));
1243
1243
  }
1244
- }), hl = /* @__PURE__ */ $({
1244
+ }), fl = /* @__PURE__ */ $({
1245
1245
  __name: "index",
1246
1246
  props: {
1247
1247
  node: {},
1248
1248
  outer: { type: Boolean }
1249
1249
  },
1250
1250
  setup(t) {
1251
- const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "fixedFooter"]), { prop: r } = l(e, ["settings", "fixedHeader"]), { prop: s } = l(e, ["settings", "headers"]), { prop: a } = l(e, ["size", "height"]), { prop: p } = l(e, ["settings", "hover"]), { prop: d } = l(e, ["settings", "data"], !0), { prop: b } = l(e, ["settings", "loading"]), { prop: m } = l(e, ["settings", "multiSort"]), { theme: u } = N(), { prop: c } = l(e, ["size", "width"]), f = k(() => {
1251
+ const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "fixedFooter"]), { prop: l } = r(e, ["settings", "fixedHeader"]), { prop: s } = r(e, ["settings", "headers"]), { prop: a } = r(e, ["size", "height"]), { prop: p } = r(e, ["settings", "hover"]), { prop: d } = r(e, ["settings", "data"], !0), { prop: b } = r(e, ["settings", "loading"]), { prop: m } = r(e, ["settings", "multiSort"]), { theme: u } = N(), { prop: c } = r(e, ["size", "width"]), f = k(() => {
1252
1252
  const h = [];
1253
1253
  return (e.node.slots?.items ?? []).forEach((g) => {
1254
1254
  g.column && g.comp && h.push(g);
@@ -1259,7 +1259,7 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1259
1259
  return v(), V(g, {
1260
1260
  density: n(i),
1261
1261
  "fixed-footer": n(o),
1262
- "fixed-header": n(r),
1262
+ "fixed-header": n(l),
1263
1263
  headers: n(s),
1264
1264
  height: n(a),
1265
1265
  hover: n(p),
@@ -1281,19 +1281,19 @@ const al = /* @__PURE__ */ xe(rl, [["render", ll]]), ul = /* @__PURE__ */ $({
1281
1281
  ]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
1282
1282
  };
1283
1283
  }
1284
- }), gl = {};
1285
- function xl(t, e) {
1284
+ }), bl = {};
1285
+ function yl(t, e) {
1286
1286
  const i = z("v-date-picker");
1287
1287
  return v(), V(i);
1288
1288
  }
1289
- const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PURE__ */ $({
1289
+ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PURE__ */ $({
1290
1290
  __name: "index",
1291
1291
  props: {
1292
1292
  node: {},
1293
1293
  outer: { type: Boolean }
1294
1294
  },
1295
1295
  setup(t) {
1296
- const e = t, i = G(), o = Ee(), r = k(() => e.node.basic?.id), { open: s } = eo(`runtimeDlg/${Zi()}`);
1296
+ const e = t, i = G(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } = eo(`runtimeDlg/${Zi()}`);
1297
1297
  return bo(o, e, (p) => {
1298
1298
  if (i !== "runtime" && i !== "preview")
1299
1299
  return;
@@ -1309,8 +1309,8 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1309
1309
  activator: I(() => [
1310
1310
  n(i) === "editor" ? (v(), Y("div", {
1311
1311
  key: 0,
1312
- id: `__node__@${r.value}`
1313
- }, null, 8, kl)) : ee("", !0)
1312
+ id: `__node__@${l.value}`
1313
+ }, null, 8, gl)) : ee("", !0)
1314
1314
  ]),
1315
1315
  default: I(() => [
1316
1316
  L(p.$slots, "default")
@@ -1319,20 +1319,20 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1319
1319
  }, 8, ["modelValue"]);
1320
1320
  };
1321
1321
  }
1322
- }), wl = /* @__PURE__ */ $({
1322
+ }), vl = /* @__PURE__ */ $({
1323
1323
  __name: "index",
1324
1324
  props: {
1325
1325
  node: {},
1326
1326
  outer: { type: Boolean }
1327
1327
  },
1328
1328
  setup(t) {
1329
- const e = t, { prop: i } = l(e, ["settings", "chips"]), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "loading"]), { prop: d } = l(e, ["settings", "multiple"]), { prop: b } = l(e, ["settings", "readonly"]), { prop: m } = l(e, ["settings", "reverse"]), { prop: u } = l(e, ["settings", "singleLine"]);
1329
+ const e = t, { prop: i } = r(e, ["settings", "chips"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "multiple"]), { prop: b } = r(e, ["settings", "readonly"]), { prop: m } = r(e, ["settings", "reverse"]), { prop: u } = r(e, ["settings", "singleLine"]);
1330
1330
  return (c, f) => {
1331
1331
  const h = z("v-file-input");
1332
1332
  return v(), V(h, {
1333
1333
  chips: n(i),
1334
1334
  density: n(o),
1335
- direction: n(r),
1335
+ direction: n(l),
1336
1336
  disabled: n(s),
1337
1337
  label: n(a),
1338
1338
  loading: n(p),
@@ -1343,14 +1343,14 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1343
1343
  }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
1344
1344
  };
1345
1345
  }
1346
- }), Vl = /* @__PURE__ */ $({
1346
+ }), kl = /* @__PURE__ */ $({
1347
1347
  __name: "index",
1348
1348
  props: {
1349
1349
  node: {},
1350
1350
  outer: { type: Boolean }
1351
1351
  },
1352
1352
  setup(t) {
1353
- const e = t, i = $e(), o = pe(), r = de(), { applySize: s } = ge(e), { applyMargin: a } = Wn(e), { applyPadding: p } = En(e), { applyBorder: d } = Bn(e), { prop: b } = l(e, [
1353
+ const e = t, i = $e(), o = pe(), l = de(), { applySize: s } = ge(e), { applyMargin: a } = Wn(e), { applyPadding: p } = En(e), { applyBorder: d } = Bn(e), { prop: b } = r(e, [
1354
1354
  "settings",
1355
1355
  "backgroundColor"
1356
1356
  ]), { color: m } = K(b), u = (f) => {
@@ -1364,7 +1364,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1364
1364
  const C = Ie(h, e.node.settings?.crossAlign);
1365
1365
  C === "start" ? f.alignItems = "flex-start" : C === "end" ? f.alignItems = "flex-end" : C === "center" ? f.alignItems = "center" : C === "baseline" ? f.alignItems = "baseline" : C === "stretch" && (f.alignItems = "stretch");
1366
1366
  }, c = k(() => {
1367
- const f = {}, h = r.value.type;
1367
+ const f = {}, h = l.value.type;
1368
1368
  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;
1369
1369
  });
1370
1370
  return (f, h) => (v(), Y("div", {
@@ -1373,16 +1373,16 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1373
1373
  L(f.$slots, "default")
1374
1374
  ], 4));
1375
1375
  }
1376
- }), $l = /* @__PURE__ */ $({
1376
+ }), _l = /* @__PURE__ */ $({
1377
1377
  __name: "index",
1378
1378
  props: {
1379
1379
  node: {},
1380
1380
  outer: { type: Boolean }
1381
1381
  },
1382
1382
  setup(t) {
1383
- const e = t, i = pe(), o = de(), { applySize: r } = ge(e), { prop: s } = l(e, ["settings", "grow"]), { prop: a } = l(e, ["settings", "shrink"]), p = k(() => {
1383
+ const e = t, i = pe(), o = de(), { applySize: l } = ge(e), { prop: s } = r(e, ["settings", "grow"]), { prop: a } = r(e, ["settings", "shrink"]), p = k(() => {
1384
1384
  const d = {}, b = o.value.type;
1385
- return i === "page" ? b === "common" ? (r(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && b === "common" ? (r(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
1385
+ 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;
1386
1386
  });
1387
1387
  return (d, b) => (v(), Y("div", {
1388
1388
  style: Q(p.value)
@@ -1390,18 +1390,18 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1390
1390
  L(d.$slots, "default")
1391
1391
  ], 4));
1392
1392
  }
1393
- }), Il = /* @__PURE__ */ $({
1393
+ }), wl = /* @__PURE__ */ $({
1394
1394
  __name: "index",
1395
1395
  props: {
1396
1396
  node: {},
1397
1397
  outer: { type: Boolean }
1398
1398
  },
1399
1399
  setup(t) {
1400
- const e = t, i = G(), o = pe(), r = de(), s = Ee(), { prop: a } = l(e, ["settings", "valid"]), { prop: p } = l(e, ["settings", "fastFail"]), { prop: d } = l(e, [
1400
+ const e = t, i = G(), o = pe(), l = de(), s = Ee(), { prop: a } = r(e, ["settings", "valid"]), { prop: p } = r(e, ["settings", "fastFail"]), { prop: d } = r(e, [
1401
1401
  "settings",
1402
1402
  "backgroundColor"
1403
1403
  ]), { color: b } = K(d), { applySize: m } = ge(e), { applyMargin: u } = Wn(e), { applyPadding: c } = En(e), { applyBorder: f } = Bn(e), h = k(() => {
1404
- const g = {}, w = r.value.type;
1404
+ const g = {}, w = l.value.type;
1405
1405
  return o === "page" ? w === "common" ? (m(g), u(g), c(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1) : o === "comp" && w === "common" ? (m(g), u(g), c(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1), g;
1406
1406
  }), x = () => {
1407
1407
  i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
@@ -1424,38 +1424,38 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1424
1424
  }, 8, ["modelValue", "fast-fail", "style"]);
1425
1425
  };
1426
1426
  }
1427
- }), Sl = /* @__PURE__ */ $({
1427
+ }), Vl = /* @__PURE__ */ $({
1428
1428
  __name: "index",
1429
1429
  props: {
1430
1430
  node: {},
1431
1431
  outer: { type: Boolean }
1432
1432
  },
1433
1433
  setup(t) {
1434
- const e = t, { prop: i } = l(e, ["settings", "color"]), { color: o } = K(i), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "icon"]), { prop: a } = l(e, ["settings", "size"]), { theme: p } = N();
1434
+ const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "icon"]), { prop: a } = r(e, ["settings", "size"]), { theme: p } = N();
1435
1435
  return (d, b) => {
1436
1436
  const m = z("v-icon");
1437
1437
  return v(), V(m, {
1438
1438
  color: n(o),
1439
- disabled: n(r),
1439
+ disabled: n(l),
1440
1440
  icon: n(s),
1441
1441
  size: n(a),
1442
1442
  theme: n(p)
1443
1443
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1444
1444
  };
1445
1445
  }
1446
- }), Cl = ["id"], Tl = /* @__PURE__ */ $({
1446
+ }), $l = ["id"], Il = /* @__PURE__ */ $({
1447
1447
  __name: "index",
1448
1448
  props: {
1449
1449
  node: {},
1450
1450
  outer: { type: Boolean }
1451
1451
  },
1452
1452
  setup(t) {
1453
- const e = t, i = G(), o = Ee(), r = ce(0), s = ce(0), a = k(() => [r.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = eo(`runtimeMenu/${Zi()}`);
1453
+ 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()}`);
1454
1454
  return bo(o, e, (m) => {
1455
1455
  if (i !== "runtime" && i !== "preview")
1456
1456
  return;
1457
1457
  const { name: u } = m;
1458
- u === "open" ? (r.value = o.getVariable("__pointerPosX__"), s.value = o.getVariable("__pointerPosY__"), d.value = !0) : u === "close" && (d.value = !1);
1458
+ u === "open" ? (l.value = o.getVariable("__pointerPosX__"), s.value = o.getVariable("__pointerPosY__"), d.value = !0) : u === "close" && (d.value = !1);
1459
1459
  }), (m, u) => {
1460
1460
  const c = z("v-menu");
1461
1461
  return v(), V(c, {
@@ -1470,7 +1470,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1470
1470
  n(i) === "editor" ? (v(), Y("div", {
1471
1471
  key: 0,
1472
1472
  id: `__node__@${p.value}`
1473
- }, null, 8, Cl)) : ee("", !0)
1473
+ }, null, 8, $l)) : ee("", !0)
1474
1474
  ]),
1475
1475
  default: I(() => [
1476
1476
  L(m.$slots, "default")
@@ -1479,30 +1479,30 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1479
1479
  }, 8, ["modelValue", "target"]);
1480
1480
  };
1481
1481
  }
1482
- }), Pl = /* @__PURE__ */ $({
1482
+ }), Sl = /* @__PURE__ */ $({
1483
1483
  __name: "index",
1484
1484
  props: {
1485
1485
  node: {},
1486
1486
  outer: { type: Boolean }
1487
1487
  },
1488
1488
  setup(t) {
1489
- const e = t, { prop: i } = l(e, [
1489
+ const e = t, { prop: i } = r(e, [
1490
1490
  "settings",
1491
1491
  "addIcon",
1492
1492
  "append"
1493
- ]), { prop: o } = l(e, [
1493
+ ]), { prop: o } = r(e, [
1494
1494
  "settings",
1495
1495
  "addIcon",
1496
1496
  "appendInner"
1497
- ]), { prop: r } = l(e, ["settings", "clearable"]), { prop: s } = l(e, ["settings", "hideDetails"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "loading"]), { prop: d } = l(e, ["settings", "max"]), { prop: b } = l(e, ["size", "maxWidth"]), { prop: m } = l(e, ["settings", "min"]), { prop: u } = l(e, ["size", "minWidth"]), { prop: c } = l(e, ["settings", "placeholder"]), { prop: f } = l(e, ["settings", "precision"]), { prop: h } = l(e, ["settings", "prefix"]), { prop: x } = l(e, [
1497
+ ]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "max"]), { prop: b } = r(e, ["size", "maxWidth"]), { prop: m } = r(e, ["settings", "min"]), { prop: u } = r(e, ["size", "minWidth"]), { prop: c } = r(e, ["settings", "placeholder"]), { prop: f } = r(e, ["settings", "precision"]), { prop: h } = r(e, ["settings", "prefix"]), { prop: x } = r(e, [
1498
1498
  "settings",
1499
1499
  "addIcon",
1500
1500
  "prepend"
1501
- ]), { prop: g } = l(e, [
1501
+ ]), { prop: g } = r(e, [
1502
1502
  "settings",
1503
1503
  "addIcon",
1504
1504
  "prependInner"
1505
- ]), { prop: w } = l(e, ["settings", "readonly"]), { prop: C } = l(e, ["settings", "reverse"]), { prop: M } = l(e, ["settings", "singleLine"]), { prop: W } = l(e, ["settings", "step"]), { prop: F } = l(e, ["settings", "suffix"]), { theme: R } = N(), { prop: E } = l(e, ["settings", "value"]), { prop: S } = l(e, ["settings", "variant"]), { prop: D } = l(e, ["size", "width"]);
1505
+ ]), { 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"]);
1506
1506
  return (J, te) => {
1507
1507
  const re = z("v-number-input");
1508
1508
  return v(), V(n(Z), null, {
@@ -1512,7 +1512,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1512
1512
  "onUpdate:modelValue": te[0] || (te[0] = (le) => O(E) ? E.value = le : null),
1513
1513
  "append-icon": n(i),
1514
1514
  "append-inner-icon": n(o),
1515
- clearable: n(r),
1515
+ clearable: n(l),
1516
1516
  "hide-details": n(s),
1517
1517
  label: n(a),
1518
1518
  loading: n(p),
@@ -1539,17 +1539,17 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1539
1539
  });
1540
1540
  };
1541
1541
  }
1542
- }), zl = /* @__PURE__ */ $({
1542
+ }), Cl = /* @__PURE__ */ $({
1543
1543
  __name: "index",
1544
1544
  props: {
1545
1545
  node: {},
1546
1546
  outer: { type: Boolean }
1547
1547
  },
1548
1548
  setup(t) {
1549
- const e = t, i = G(), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "length"]), { prop: a } = l(e, [
1549
+ const e = t, i = G(), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "length"]), { prop: a } = r(e, [
1550
1550
  "settings",
1551
1551
  "showFirstLastPage"
1552
- ]), { prop: p } = l(e, ["settings", "size"]), { prop: d } = l(e, ["settings", "start"]), { theme: b } = N(), { prop: m } = l(e, ["settings", "tile"]), { prop: u } = l(e, ["settings", "value"]), { prop: c } = l(e, ["settings", "variant"]), f = k(() => {
1552
+ ]), { prop: p } = r(e, ["settings", "size"]), { prop: d } = r(e, ["settings", "start"]), { theme: b } = N(), { prop: m } = r(e, ["settings", "tile"]), { prop: u } = r(e, ["settings", "value"]), { prop: c } = r(e, ["settings", "variant"]), f = k(() => {
1553
1553
  const h = {};
1554
1554
  return i === "editor" && (h.pointerEvents = "none"), h;
1555
1555
  });
@@ -1561,7 +1561,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1561
1561
  modelValue: n(u),
1562
1562
  "onUpdate:modelValue": x[0] || (x[0] = (w) => O(u) ? u.value = w : null),
1563
1563
  density: n(o),
1564
- disabled: n(r),
1564
+ disabled: n(l),
1565
1565
  length: n(s),
1566
1566
  "show-first-last-page": n(a),
1567
1567
  size: n(p),
@@ -1576,19 +1576,19 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1576
1576
  });
1577
1577
  };
1578
1578
  }
1579
- }), Al = /* @__PURE__ */ $({
1579
+ }), Tl = /* @__PURE__ */ $({
1580
1580
  __name: "index",
1581
1581
  props: {
1582
1582
  node: {},
1583
1583
  outer: { type: Boolean }
1584
1584
  },
1585
1585
  setup(t) {
1586
- const e = t, { prop: i } = l(e, ["settings", "color"]), { color: o } = K(i), { prop: r } = l(e, ["settings", "density"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "readonly"]), { theme: d } = N(), { prop: b } = l(e, ["settings", "value"]);
1586
+ const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "readonly"]), { theme: d } = N(), { prop: b } = r(e, ["settings", "value"]);
1587
1587
  return (m, u) => {
1588
1588
  const c = z("v-radio");
1589
1589
  return v(), V(c, {
1590
1590
  color: n(o),
1591
- density: n(r),
1591
+ density: n(l),
1592
1592
  disabled: n(s),
1593
1593
  label: n(a),
1594
1594
  readonly: n(p),
@@ -1597,14 +1597,14 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1597
1597
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
1598
1598
  };
1599
1599
  }
1600
- }), Ll = /* @__PURE__ */ $({
1600
+ }), Pl = /* @__PURE__ */ $({
1601
1601
  __name: "index",
1602
1602
  props: {
1603
1603
  node: {},
1604
1604
  outer: { type: Boolean }
1605
1605
  },
1606
1606
  setup(t) {
1607
- const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "inline"]), { prop: a } = l(e, ["settings", "readonly"]), { theme: p } = N(), { prop: d } = l(e, ["settings", "value"]);
1607
+ 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"]);
1608
1608
  return (b, m) => {
1609
1609
  const u = z("v-radio-group");
1610
1610
  return v(), V(n(Z), null, {
@@ -1614,7 +1614,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1614
1614
  "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1615
1615
  density: n(i),
1616
1616
  direction: n(o),
1617
- disabled: n(r),
1617
+ disabled: n(l),
1618
1618
  inline: n(s),
1619
1619
  readonly: n(a),
1620
1620
  theme: n(p)
@@ -1629,19 +1629,19 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1629
1629
  });
1630
1630
  };
1631
1631
  }
1632
- }), Bl = /* @__PURE__ */ $({
1632
+ }), zl = /* @__PURE__ */ $({
1633
1633
  __name: "index",
1634
1634
  props: {
1635
1635
  node: {},
1636
1636
  outer: { type: Boolean }
1637
1637
  },
1638
1638
  setup(t) {
1639
- const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "hideDetails"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "max"]), { prop: d } = l(e, ["settings", "min"]), { prop: b } = l(e, ["settings", "readonly"]), { prop: m } = l(e, ["settings", "showTicks"]), u = k(() => {
1639
+ 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", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "max"]), { prop: d } = r(e, ["settings", "min"]), { prop: b } = r(e, ["settings", "readonly"]), { prop: m } = r(e, ["settings", "showTicks"]), u = k(() => {
1640
1640
  if (m.value === "always")
1641
1641
  return "always";
1642
1642
  if (m.value === "show")
1643
1643
  return !0;
1644
- }), { prop: c } = l(e, ["settings", "step"]), { theme: f } = N(), { prop: h } = l(e, [
1644
+ }), { prop: c } = r(e, ["settings", "step"]), { theme: f } = N(), { prop: h } = r(e, [
1645
1645
  "settings",
1646
1646
  "thumbLabel"
1647
1647
  ]), x = k(() => {
@@ -1649,7 +1649,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1649
1649
  return "always";
1650
1650
  if (h.value === "show")
1651
1651
  return !0;
1652
- }), { prop: g } = l(e, ["settings", "thumbSize"]), { prop: w } = l(e, ["settings", "ticks"]), C = k(() => {
1652
+ }), { prop: g } = r(e, ["settings", "thumbSize"]), { prop: w } = r(e, ["settings", "ticks"]), C = k(() => {
1653
1653
  if (!w.value)
1654
1654
  return;
1655
1655
  const E = {};
@@ -1657,11 +1657,11 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1657
1657
  E[S] = D;
1658
1658
  if (!ro(E))
1659
1659
  return E;
1660
- }), { prop: M } = l(e, ["settings", "tickSize"]), { prop: W } = l(e, [
1660
+ }), { prop: M } = r(e, ["settings", "tickSize"]), { prop: W } = r(e, [
1661
1661
  "settings",
1662
1662
  "value",
1663
1663
  "start"
1664
- ]), { prop: F } = l(e, ["settings", "value", "end"]), R = k({
1664
+ ]), { prop: F } = r(e, ["settings", "value", "end"]), R = k({
1665
1665
  get: () => [W.value, F.value],
1666
1666
  set: ([E, S]) => {
1667
1667
  W.value = E, F.value = S;
@@ -1679,7 +1679,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1679
1679
  "onUpdate:modelValue": S[0] || (S[0] = (J) => R.value = J),
1680
1680
  density: n(i),
1681
1681
  direction: n(o),
1682
- disabled: n(r),
1682
+ disabled: n(l),
1683
1683
  "hide-details": n(s),
1684
1684
  label: n(a),
1685
1685
  max: n(p),
@@ -1698,17 +1698,17 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1698
1698
  }, 8, ["modelValue"]);
1699
1699
  };
1700
1700
  }
1701
- }), Wl = /* @__PURE__ */ $({
1701
+ }), Al = /* @__PURE__ */ $({
1702
1702
  __name: "index",
1703
1703
  props: {
1704
1704
  node: {},
1705
1705
  outer: { type: Boolean }
1706
1706
  },
1707
1707
  setup(t) {
1708
- const e = t, { prop: i } = l(e, ["settings", "clearable"]), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, [
1708
+ const e = t, { prop: i } = r(e, ["settings", "clearable"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
1709
1709
  "settings",
1710
1710
  "halfIncrements"
1711
- ]), { prop: a } = l(e, ["settings", "hover"]), { prop: p } = l(e, ["settings", "length"]), { prop: d } = l(e, ["settings", "readonly"]), { theme: b } = N(), { prop: m } = l(e, ["settings", "value"]);
1711
+ ]), { 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"]);
1712
1712
  return (u, c) => {
1713
1713
  const f = z("v-rating");
1714
1714
  return v(), V(n(Z), { "fit-content": !0 }, {
@@ -1718,7 +1718,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1718
1718
  "onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
1719
1719
  clearable: n(i),
1720
1720
  density: n(o),
1721
- disabled: n(r),
1721
+ disabled: n(l),
1722
1722
  "half-increments": n(s),
1723
1723
  hover: n(a),
1724
1724
  length: n(p),
@@ -1730,14 +1730,14 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1730
1730
  });
1731
1731
  };
1732
1732
  }
1733
- }), El = /* @__PURE__ */ $({
1733
+ }), Ll = /* @__PURE__ */ $({
1734
1734
  __name: "index",
1735
1735
  props: {
1736
1736
  node: {},
1737
1737
  outer: { type: Boolean }
1738
1738
  },
1739
1739
  setup(t) {
1740
- const e = t, { prop: i } = l(e, ["settings", "hideDetails"]), { prop: o } = l(e, ["settings", "label"]), { prop: r } = l(e, ["settings", "placeholder"]), { prop: s } = l(e, ["settings", "readonly"]), { prop: a } = l(e, ["settings", "singleLine"]), { theme: p } = N(), { prop: d } = l(e, ["settings", "value"]);
1740
+ 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"]);
1741
1741
  return (b, m) => {
1742
1742
  const u = z("v-select");
1743
1743
  return v(), V(n(Z), null, {
@@ -1747,7 +1747,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1747
1747
  "onUpdate:modelValue": m[0] || (m[0] = (c) => O(d) ? d.value = c : null),
1748
1748
  "hide-details": n(i),
1749
1749
  label: n(o),
1750
- placeholder: n(r),
1750
+ placeholder: n(l),
1751
1751
  readonly: n(s),
1752
1752
  "single-line": n(a),
1753
1753
  theme: n(p)
@@ -1757,22 +1757,22 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1757
1757
  });
1758
1758
  };
1759
1759
  }
1760
- }), Nl = /* @__PURE__ */ $({
1760
+ }), Bl = /* @__PURE__ */ $({
1761
1761
  __name: "index",
1762
1762
  props: {
1763
1763
  node: {},
1764
1764
  outer: { type: Boolean }
1765
1765
  },
1766
1766
  setup(t) {
1767
- const e = t, { prop: i } = l(e, ["settings", "color"]), { color: o } = K(i), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "hideDetails"]), { prop: p } = l(e, ["settings", "label"]), { prop: d } = l(e, ["settings", "max"]), { prop: b } = l(e, ["settings", "min"]), { prop: m } = l(e, ["settings", "readonly"]), { prop: u } = l(e, ["settings", "reverse"]), { prop: c } = l(e, ["settings", "showTicks"]), f = k(() => {
1767
+ const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "hideDetails"]), { prop: p } = r(e, ["settings", "label"]), { prop: d } = r(e, ["settings", "max"]), { prop: b } = r(e, ["settings", "min"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: c } = r(e, ["settings", "showTicks"]), f = k(() => {
1768
1768
  if (c.value === "always")
1769
1769
  return "always";
1770
1770
  if (c.value === "show")
1771
1771
  return !0;
1772
- }), { prop: h } = l(e, ["settings", "step"]), { theme: x } = N(), { prop: g } = l(e, [
1772
+ }), { prop: h } = r(e, ["settings", "step"]), { theme: x } = N(), { prop: g } = r(e, [
1773
1773
  "settings",
1774
1774
  "thumbColor"
1775
- ]), { color: w } = K(g), { prop: C } = l(e, [
1775
+ ]), { color: w } = K(g), { prop: C } = r(e, [
1776
1776
  "settings",
1777
1777
  "thumbLabel"
1778
1778
  ]), M = k(() => {
@@ -1780,7 +1780,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1780
1780
  return "always";
1781
1781
  if (C.value === "show")
1782
1782
  return !0;
1783
- }), { prop: W } = l(e, ["settings", "thumbSize"]), { prop: F } = l(e, ["settings", "ticks"]), R = k(() => {
1783
+ }), { prop: W } = r(e, ["settings", "thumbSize"]), { prop: F } = r(e, ["settings", "ticks"]), R = k(() => {
1784
1784
  if (!F.value)
1785
1785
  return;
1786
1786
  const le = {};
@@ -1788,10 +1788,10 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1788
1788
  le[Ne] = Ut;
1789
1789
  if (!ro(le))
1790
1790
  return le;
1791
- }), { prop: E } = l(e, ["settings", "tickSize"]), { prop: S } = l(e, [
1791
+ }), { prop: E } = r(e, ["settings", "tickSize"]), { prop: S } = r(e, [
1792
1792
  "settings",
1793
1793
  "trackColor"
1794
- ]), { color: D } = K(S), { prop: J } = l(e, ["settings", "value"]), { prop: te } = l(e, ["slots", "append"]), { prop: re } = l(e, ["slots", "prepend"]);
1794
+ ]), { color: D } = K(S), { prop: J } = r(e, ["settings", "value"]), { prop: te } = r(e, ["slots", "append"]), { prop: re } = r(e, ["slots", "prepend"]);
1795
1795
  return (le, Ne) => {
1796
1796
  const Ut = z("v-slider");
1797
1797
  return v(), V(n(Z), null, {
@@ -1800,7 +1800,7 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1800
1800
  modelValue: n(J),
1801
1801
  "onUpdate:modelValue": Ne[0] || (Ne[0] = (Eo) => O(J) ? J.value = Eo : null),
1802
1802
  color: n(o),
1803
- direction: n(r),
1803
+ direction: n(l),
1804
1804
  disabled: n(s),
1805
1805
  "hide-details": n(a),
1806
1806
  label: n(p),
@@ -1844,19 +1844,19 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1844
1844
  });
1845
1845
  };
1846
1846
  }
1847
- }), Ml = /* @__PURE__ */ $({
1847
+ }), Wl = /* @__PURE__ */ $({
1848
1848
  __name: "index",
1849
1849
  props: {
1850
1850
  node: {},
1851
1851
  outer: { type: Boolean }
1852
1852
  },
1853
1853
  setup(t) {
1854
- const e = t, { prop: i } = l(e, ["settings", "hideActions"]), { theme: o } = N(), { prop: r } = l(e, ["settings", "value"]);
1854
+ const e = t, { prop: i } = r(e, ["settings", "hideActions"]), { theme: o } = N(), { prop: l } = r(e, ["settings", "value"]);
1855
1855
  return (s, a) => {
1856
1856
  const p = z("v-stepper");
1857
1857
  return v(), V(p, {
1858
- modelValue: n(r),
1859
- "onUpdate:modelValue": a[0] || (a[0] = (d) => O(r) ? r.value = d : null),
1858
+ modelValue: n(l),
1859
+ "onUpdate:modelValue": a[0] || (a[0] = (d) => O(l) ? l.value = d : null),
1860
1860
  "hide-actions": n(i),
1861
1861
  theme: n(o)
1862
1862
  }, {
@@ -1867,8 +1867,8 @@ const vl = /* @__PURE__ */ xe(gl, [["render", xl]]), kl = ["id"], _l = /* @__PUR
1867
1867
  }, 8, ["modelValue", "hide-actions", "theme"]);
1868
1868
  };
1869
1869
  }
1870
- }), Rl = {};
1871
- function Dl(t, e) {
1870
+ }), El = {};
1871
+ function Nl(t, e) {
1872
1872
  const i = z("v-stepper-header");
1873
1873
  return v(), V(i, null, {
1874
1874
  default: I(() => [
@@ -1877,15 +1877,15 @@ function Dl(t, e) {
1877
1877
  _: 3
1878
1878
  });
1879
1879
  }
1880
- const Fl = /* @__PURE__ */ xe(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ $({
1880
+ const Ml = /* @__PURE__ */ xe(El, [["render", Nl]]), Rl = /* @__PURE__ */ $({
1881
1881
  __name: "index",
1882
1882
  props: {
1883
1883
  node: {},
1884
1884
  outer: { type: Boolean }
1885
1885
  },
1886
1886
  setup(t) {
1887
- const e = t, { prop: i } = l(e, ["settings", "value"]);
1888
- return (o, r) => {
1887
+ const e = t, { prop: i } = r(e, ["settings", "value"]);
1888
+ return (o, l) => {
1889
1889
  const s = z("v-stepper-item");
1890
1890
  return v(), V(s, { value: n(i) }, {
1891
1891
  default: I(() => [
@@ -1895,8 +1895,8 @@ const Fl = /* @__PURE__ */ xe(Rl, [["render", Dl]]), Gl = /* @__PURE__ */ $({
1895
1895
  }, 8, ["value"]);
1896
1896
  };
1897
1897
  }
1898
- }), Hl = {};
1899
- function Kl(t, e) {
1898
+ }), Dl = {};
1899
+ function Fl(t, e) {
1900
1900
  const i = z("v-stepper-window");
1901
1901
  return v(), V(i, null, {
1902
1902
  default: I(() => [
@@ -1905,15 +1905,15 @@ function Kl(t, e) {
1905
1905
  _: 3
1906
1906
  });
1907
1907
  }
1908
- const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
1908
+ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
1909
1909
  __name: "index",
1910
1910
  props: {
1911
1911
  node: {},
1912
1912
  outer: { type: Boolean }
1913
1913
  },
1914
1914
  setup(t) {
1915
- const e = t, { prop: i } = l(e, ["settings", "value"]);
1916
- return (o, r) => {
1915
+ const e = t, { prop: i } = r(e, ["settings", "value"]);
1916
+ return (o, l) => {
1917
1917
  const s = z("v-stepper-window-item");
1918
1918
  return v(), V(s, { value: n(i) }, {
1919
1919
  default: I(() => [
@@ -1923,17 +1923,17 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
1923
1923
  }, 8, ["value"]);
1924
1924
  };
1925
1925
  }
1926
- }), Ul = /* @__PURE__ */ $({
1926
+ }), Kl = /* @__PURE__ */ $({
1927
1927
  __name: "index",
1928
1928
  props: {
1929
1929
  node: {},
1930
1930
  outer: { type: Boolean }
1931
1931
  },
1932
1932
  setup(t) {
1933
- const e = t, { prop: i } = l(e, ["settings", "density"]), { prop: o } = l(e, ["settings", "direction"]), { prop: r } = l(e, ["settings", "disabled"]), { prop: s } = l(e, ["settings", "hideDetails"]), { prop: a } = l(e, [
1933
+ 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", "hideDetails"]), { prop: a } = r(e, [
1934
1934
  "settings",
1935
1935
  "indeterminate"
1936
- ]), { prop: p } = l(e, ["settings", "inline"]), { prop: d } = l(e, ["settings", "inset"]), { prop: b } = l(e, ["settings", "label"]), { prop: m } = l(e, ["settings", "loading"]), { theme: u } = N(), { prop: c } = l(e, ["settings", "value"]);
1936
+ ]), { 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"]);
1937
1937
  return (f, h) => {
1938
1938
  const x = z("v-switch");
1939
1939
  return v(), V(n(Z), { "fit-content": !0 }, {
@@ -1943,7 +1943,7 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
1943
1943
  "onUpdate:modelValue": h[0] || (h[0] = (g) => O(c) ? c.value = g : null),
1944
1944
  density: n(i),
1945
1945
  direction: n(o),
1946
- disabled: n(r),
1946
+ disabled: n(l),
1947
1947
  "hide-details": n(s),
1948
1948
  indeterminate: n(a),
1949
1949
  inline: n(p),
@@ -1957,14 +1957,14 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
1957
1957
  });
1958
1958
  };
1959
1959
  }
1960
- }), Xl = /* @__PURE__ */ $({
1960
+ }), jl = /* @__PURE__ */ $({
1961
1961
  __name: "index",
1962
1962
  props: {
1963
1963
  node: {},
1964
1964
  outer: { type: Boolean }
1965
1965
  },
1966
1966
  setup(t) {
1967
- const e = t, i = G(), { prop: o } = l(e, ["settings", "text"]), { theme: r } = N(), { prop: s } = l(e, ["settings", "value"]), a = k(() => {
1967
+ const e = t, i = G(), { prop: o } = r(e, ["settings", "text"]), { theme: l } = N(), { prop: s } = r(e, ["settings", "value"]), a = k(() => {
1968
1968
  const p = {};
1969
1969
  return i === "editor" && (p.pointerEvents = "none"), p;
1970
1970
  });
@@ -1975,7 +1975,7 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
1975
1975
  H(b, {
1976
1976
  style: Q(a.value),
1977
1977
  text: n(o),
1978
- theme: n(r),
1978
+ theme: n(l),
1979
1979
  value: n(s)
1980
1980
  }, null, 8, ["style", "text", "theme", "value"])
1981
1981
  ]),
@@ -1983,36 +1983,36 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
1983
1983
  });
1984
1984
  };
1985
1985
  }
1986
- }), Yl = /* @__PURE__ */ $({
1986
+ }), Ol = /* @__PURE__ */ $({
1987
1987
  __name: "index",
1988
1988
  props: {
1989
1989
  node: {},
1990
1990
  outer: { type: Boolean }
1991
1991
  },
1992
1992
  setup(t) {
1993
- const e = t, { prop: i } = l(e, ["settings", "alignTabs"]), { prop: o } = l(e, [
1993
+ const e = t, { prop: i } = r(e, ["settings", "alignTabs"]), { prop: o } = r(e, [
1994
1994
  "settings",
1995
1995
  "color",
1996
1996
  "backgroundColor"
1997
- ]), { color: r } = K(o), { prop: s } = l(e, [
1997
+ ]), { color: l } = K(o), { prop: s } = r(e, [
1998
1998
  "settings",
1999
1999
  "centerActive"
2000
- ]), { prop: a } = l(e, [
2000
+ ]), { prop: a } = r(e, [
2001
2001
  "settings",
2002
2002
  "color",
2003
2003
  "selectedColor"
2004
- ]), { color: p } = K(a), { prop: d } = l(e, ["settings", "density"]), { prop: b } = l(e, ["settings", "direction"]), { prop: m } = l(e, ["settings", "disabled"]), { prop: u } = l(e, ["settings", "fixedTabs"]), { prop: c } = l(e, ["settings", "grow"]), { prop: f } = l(e, ["settings", "hideSlider"]), { prop: h } = l(e, ["settings", "items"]), { prop: x } = l(e, ["settings", "mandatory"]), { prop: g } = l(e, ["settings", "showArrows"]), { prop: w } = l(e, [
2004
+ ]), { color: p } = K(a), { prop: d } = r(e, ["settings", "density"]), { prop: b } = r(e, ["settings", "direction"]), { prop: m } = r(e, ["settings", "disabled"]), { prop: u } = r(e, ["settings", "fixedTabs"]), { prop: c } = r(e, ["settings", "grow"]), { prop: f } = r(e, ["settings", "hideSlider"]), { prop: h } = r(e, ["settings", "items"]), { prop: x } = r(e, ["settings", "mandatory"]), { prop: g } = r(e, ["settings", "showArrows"]), { prop: w } = r(e, [
2005
2005
  "settings",
2006
2006
  "color",
2007
2007
  "sliderColor"
2008
- ]), { color: C } = K(w), { prop: M } = l(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = l(e, ["settings", "value"]);
2008
+ ]), { color: C } = K(w), { prop: M } = r(e, ["settings", "stacked"]), { theme: W } = N(), { prop: F } = r(e, ["settings", "value"]);
2009
2009
  return (R, E) => {
2010
2010
  const S = z("v-tabs");
2011
2011
  return v(), V(S, {
2012
2012
  modelValue: n(F),
2013
2013
  "onUpdate:modelValue": E[0] || (E[0] = (D) => O(F) ? F.value = D : null),
2014
2014
  "align-tabs": n(i),
2015
- "bg-color": n(r),
2015
+ "bg-color": n(l),
2016
2016
  "center-active": n(s),
2017
2017
  color: n(p),
2018
2018
  density: n(d),
@@ -2035,29 +2035,29 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
2035
2035
  }, 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"]);
2036
2036
  };
2037
2037
  }
2038
- }), Jl = /* @__PURE__ */ $({
2038
+ }), Ul = /* @__PURE__ */ $({
2039
2039
  __name: "index",
2040
2040
  props: {
2041
2041
  node: {},
2042
2042
  outer: { type: Boolean }
2043
2043
  },
2044
2044
  setup(t) {
2045
- const e = t, i = $e(), { prop: o } = l(e, ["settings", "align"]), { prop: r } = l(e, ["settings", "decoration"]), { prop: s } = l(e, ["settings", "emphasis"]), { prop: a } = l(e, ["settings", "italic"]), { prop: p } = l(e, ["settings", "text"]), { prop: d } = l(e, ["settings", "weight"]), b = k(() => {
2045
+ 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(() => {
2046
2046
  const m = [], u = Re(i.value.width), c = Ie(u, e.node.settings?.style);
2047
- 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}`), r.value && m.push(`text-decoration-${r.value}`), d.value && m.push(`font-weight-${d.value}`), a.value && m.push("font-italic"), m.join(" ");
2047
+ 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(" ");
2048
2048
  });
2049
2049
  return (m, u) => (v(), Y("span", {
2050
2050
  class: Do(b.value)
2051
2051
  }, Fo(n(p)), 3));
2052
2052
  }
2053
- }), Zl = /* @__PURE__ */ $({
2053
+ }), Xl = /* @__PURE__ */ $({
2054
2054
  __name: "index",
2055
2055
  props: {
2056
2056
  node: {},
2057
2057
  outer: { type: Boolean }
2058
2058
  },
2059
2059
  setup(t) {
2060
- const e = t, { prop: i } = l(e, ["settings", "autoGrow"]), { prop: o } = l(e, ["settings", "clearable"]), { prop: r } = l(e, ["settings", "density"]), { prop: s } = l(e, ["settings", "disabled"]), { prop: a } = l(e, ["settings", "label"]), { prop: p } = l(e, ["settings", "loading"]), { prop: d } = l(e, ["settings", "maxRows"]), { prop: b } = l(e, ["settings", "placeholder"]), { prop: m } = l(e, ["settings", "readonly"]), { prop: u } = l(e, ["settings", "reverse"]), { prop: c } = l(e, ["settings", "rows"]), { prop: f } = l(e, ["settings", "singleLine"]), { theme: h } = N(), { prop: x } = l(e, ["settings", "value"]), { prop: g } = l(e, ["settings", "variant"]);
2060
+ 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"]);
2061
2061
  return (w, C) => {
2062
2062
  const M = z("v-textarea");
2063
2063
  return v(), V(n(Z), null, {
@@ -2067,7 +2067,7 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
2067
2067
  "onUpdate:modelValue": C[0] || (C[0] = (W) => O(x) ? x.value = W : null),
2068
2068
  "auto-grow": n(i),
2069
2069
  clearable: n(o),
2070
- density: n(r),
2070
+ density: n(l),
2071
2071
  disabled: n(s),
2072
2072
  label: n(a),
2073
2073
  loading: n(p),
@@ -2085,23 +2085,23 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
2085
2085
  });
2086
2086
  };
2087
2087
  }
2088
- }), ql = /* @__PURE__ */ $({
2088
+ }), Yl = /* @__PURE__ */ $({
2089
2089
  __name: "index",
2090
2090
  props: {
2091
2091
  node: {},
2092
2092
  outer: { type: Boolean }
2093
2093
  },
2094
2094
  setup(t) {
2095
- const e = t, { prop: i } = l(e, ["settings", "appendIcon"]), { prop: o } = l(e, [
2095
+ const e = t, { prop: i } = r(e, ["settings", "appendIcon"]), { prop: o } = r(e, [
2096
2096
  "settings",
2097
2097
  "appendInnerIcon"
2098
- ]), { prop: r } = l(e, ["settings", "autofocus"]), { prop: s } = l(e, ["settings", "clearable"]), { prop: a } = l(e, ["settings", "density"]), { prop: p } = l(e, ["settings", "disabled"]), { prop: d } = l(e, ["settings", "hideDetails"]), { prop: b } = l(e, ["settings", "label"]), { prop: m } = l(e, ["settings", "loading"]), { prop: u } = l(e, ["settings", "placeholder"]), { prop: c } = l(e, ["settings", "prefix"]), { prop: f } = l(e, ["settings", "prependIcon"]), { prop: h } = l(e, [
2098
+ ]), { 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, [
2099
2099
  "settings",
2100
2100
  "prependInnerIcon"
2101
- ]), { prop: x } = l(e, ["settings", "readonly"]), { prop: g } = l(e, ["settings", "reverse"]), { prop: w } = l(e, ["settings", "singleLine"]), { prop: C } = l(e, ["settings", "suffix"]), { theme: M } = N(), { prop: W } = l(e, ["settings", "value"]), { prop: F } = l(e, ["settings", "variant"]), { prop: R } = l(e, ["slots", "append"]), { prop: E } = l(e, [
2101
+ ]), { 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, [
2102
2102
  "slots",
2103
2103
  "appendInner"
2104
- ]), { prop: S } = l(e, ["slots", "prepend"]), { prop: D } = l(e, [
2104
+ ]), { prop: S } = r(e, ["slots", "prepend"]), { prop: D } = r(e, [
2105
2105
  "slots",
2106
2106
  "prependInner"
2107
2107
  ]);
@@ -2114,7 +2114,7 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
2114
2114
  "onUpdate:modelValue": te[0] || (te[0] = (le) => O(W) ? W.value = le : null),
2115
2115
  "append-icon": n(i),
2116
2116
  "append-inner-icon": n(o),
2117
- autofocus: n(r),
2117
+ autofocus: n(l),
2118
2118
  clearable: n(s),
2119
2119
  density: n(a),
2120
2120
  disabled: n(p),
@@ -2178,29 +2178,29 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
2178
2178
  });
2179
2179
  };
2180
2180
  }
2181
- }), Ql = /* @__PURE__ */ $({
2181
+ }), Jl = /* @__PURE__ */ $({
2182
2182
  __name: "index",
2183
2183
  props: {
2184
2184
  node: {},
2185
2185
  outer: { type: Boolean }
2186
2186
  },
2187
2187
  setup(t) {
2188
- const e = t, { prop: i } = l(e, ["settings", "align"]), { prop: o } = l(e, ["settings", "density"]), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, [
2188
+ const e = t, { prop: i } = r(e, ["settings", "align"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, [
2189
2189
  "settings",
2190
2190
  "dot",
2191
2191
  "color"
2192
- ]), { color: a } = K(s), { prop: p } = l(e, ["settings", "dot", "fill"]), { prop: d } = l(e, [
2192
+ ]), { color: a } = K(s), { prop: p } = r(e, ["settings", "dot", "fill"]), { prop: d } = r(e, [
2193
2193
  "settings",
2194
2194
  "hideOpposite"
2195
- ]), { prop: b } = l(e, [
2195
+ ]), { prop: b } = r(e, [
2196
2196
  "settings",
2197
2197
  "line",
2198
2198
  "color"
2199
- ]), { color: m } = K(b), { prop: u } = l(e, ["settings", "line", "inset"]), { prop: c } = l(e, [
2199
+ ]), { color: m } = K(b), { prop: u } = r(e, ["settings", "line", "inset"]), { prop: c } = r(e, [
2200
2200
  "settings",
2201
2201
  "line",
2202
2202
  "thickness"
2203
- ]), { prop: f } = l(e, ["settings", "side"]), { prop: h } = l(e, [
2203
+ ]), { prop: f } = r(e, ["settings", "side"]), { prop: h } = r(e, [
2204
2204
  "settings",
2205
2205
  "line",
2206
2206
  "truncate"
@@ -2210,7 +2210,7 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
2210
2210
  return v(), V(C, {
2211
2211
  align: n(i),
2212
2212
  density: n(o),
2213
- direction: n(r),
2213
+ direction: n(l),
2214
2214
  "dot-color": n(a),
2215
2215
  "fill-dot": n(p),
2216
2216
  "hide-opposite": n(d),
@@ -2228,8 +2228,8 @@ const jl = /* @__PURE__ */ xe(Hl, [["render", Kl]]), Ol = /* @__PURE__ */ $({
2228
2228
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
2229
2229
  };
2230
2230
  }
2231
- }), ea = {};
2232
- function ta(t, e) {
2231
+ }), Zl = {};
2232
+ function ql(t, e) {
2233
2233
  const i = z("v-timeline-item");
2234
2234
  return v(), V(i, null, {
2235
2235
  default: I(() => [
@@ -2238,21 +2238,21 @@ function ta(t, e) {
2238
2238
  _: 3
2239
2239
  });
2240
2240
  }
2241
- const na = /* @__PURE__ */ xe(ea, [["render", ta]]), ia = /* @__PURE__ */ $({
2241
+ const Ql = /* @__PURE__ */ xe(Zl, [["render", ql]]), ea = /* @__PURE__ */ $({
2242
2242
  __name: "index",
2243
2243
  props: {
2244
2244
  node: {},
2245
2245
  outer: { type: Boolean }
2246
2246
  },
2247
2247
  setup(t) {
2248
- const e = t, { prop: i } = l(e, ["settings", "continuous"]), { prop: o } = l(e, ["settings", "disabled"]), { prop: r } = l(e, ["settings", "direction"]), { prop: s } = l(e, ["settings", "reverse"]), { prop: a } = l(e, ["settings", "showArrows"]), { prop: p } = l(e, ["settings", "touch"]), { theme: d } = N(), { prop: b } = l(e, ["settings", "value"]);
2248
+ const e = t, { prop: i } = r(e, ["settings", "continuous"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "reverse"]), { prop: a } = r(e, ["settings", "showArrows"]), { prop: p } = r(e, ["settings", "touch"]), { theme: d } = N(), { prop: b } = r(e, ["settings", "value"]);
2249
2249
  return (m, u) => {
2250
2250
  const c = z("v-window");
2251
2251
  return v(), V(c, {
2252
2252
  modelValue: n(b),
2253
2253
  "onUpdate:modelValue": u[0] || (u[0] = (f) => O(b) ? b.value = f : null),
2254
2254
  continuous: n(i),
2255
- direction: n(r),
2255
+ direction: n(l),
2256
2256
  disabled: n(o),
2257
2257
  reverse: n(s),
2258
2258
  "show-arrows": n(a),
@@ -2266,8 +2266,8 @@ const na = /* @__PURE__ */ xe(ea, [["render", ta]]), ia = /* @__PURE__ */ $({
2266
2266
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
2267
2267
  };
2268
2268
  }
2269
- }), oa = {};
2270
- function sa(t, e) {
2269
+ }), ta = {};
2270
+ function na(t, e) {
2271
2271
  const i = z("v-window-item");
2272
2272
  return v(), V(i, null, {
2273
2273
  default: I(() => [
@@ -2276,7 +2276,7 @@ function sa(t, e) {
2276
2276
  _: 3
2277
2277
  });
2278
2278
  }
2279
- const ra = /* @__PURE__ */ xe(oa, [["render", sa]]), 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", la = "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 = {
2279
+ 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 = {
2280
2280
  key: "basic",
2281
2281
  name: "x-runtime-lib.basic",
2282
2282
  children: [
@@ -2338,7 +2338,7 @@ const ra = /* @__PURE__ */ xe(oa, [["render", sa]]), Ue = "ambient_light_v1", Xe
2338
2338
  ]
2339
2339
  }
2340
2340
  ]
2341
- }, aa = B(j), _e = {
2341
+ }, sa = B(j), _e = {
2342
2342
  key: "border",
2343
2343
  name: "x-runtime-lib.border",
2344
2344
  children: [
@@ -2356,7 +2356,7 @@ const ra = /* @__PURE__ */ xe(oa, [["render", sa]]), Ue = "ambient_light_v1", Xe
2356
2356
  types: "borderWidthTypesV1",
2357
2357
  default: ""
2358
2358
  },
2359
- aa,
2359
+ sa,
2360
2360
  {
2361
2361
  key: "roundRadius",
2362
2362
  name: "x-runtime-lib.roundRadius",
@@ -2752,10 +2752,10 @@ const ra = /* @__PURE__ */ xe(oa, [["render", sa]]), Ue = "ambient_light_v1", Xe
2752
2752
  default: 2e3
2753
2753
  }
2754
2754
  ]
2755
- }, ua = {
2755
+ }, ra = {
2756
2756
  key: wt,
2757
2757
  name: "x-runtime-lib.orthographicCamera",
2758
- comp: Cs,
2758
+ comp: $s,
2759
2759
  props: {
2760
2760
  pageScene: [y, X, Zn],
2761
2761
  compScene: [y, X, Zn]
@@ -2764,7 +2764,7 @@ const ra = /* @__PURE__ */ xe(oa, [["render", sa]]), Ue = "ambient_light_v1", Xe
2764
2764
  methods: [],
2765
2765
  slots: []
2766
2766
  };
2767
- _(ua);
2767
+ _(ra);
2768
2768
  const qn = {
2769
2769
  key: "settings",
2770
2770
  name: "x-runtime-lib.settings",
@@ -2798,10 +2798,10 @@ const qn = {
2798
2798
  default: 2e3
2799
2799
  }
2800
2800
  ]
2801
- }, ca = {
2801
+ }, la = {
2802
2802
  key: $t,
2803
2803
  name: "x-runtime-lib.perspectiveCamera",
2804
- comp: Ps,
2804
+ comp: Ss,
2805
2805
  props: {
2806
2806
  pageScene: [y, X, qn],
2807
2807
  compScene: [y, X, qn]
@@ -2810,29 +2810,29 @@ const qn = {
2810
2810
  methods: [],
2811
2811
  slots: []
2812
2812
  };
2813
- _(ca);
2814
- const ma = /* @__PURE__ */ $({
2813
+ _(la);
2814
+ const aa = /* @__PURE__ */ $({
2815
2815
  __name: "index",
2816
2816
  setup(t) {
2817
2817
  const e = G();
2818
2818
  return (i, o) => n(e) !== "editor" ? (v(), V(n(ss), { key: 0 })) : ee("", !0);
2819
2819
  }
2820
- }), pa = /* @__PURE__ */ $({
2820
+ }), ua = /* @__PURE__ */ $({
2821
2821
  __name: "index",
2822
2822
  setup(t) {
2823
2823
  const e = G();
2824
2824
  return (i, o) => n(e) !== "editor" ? (v(), V(n(rs), { key: 0 })) : ee("", !0);
2825
2825
  }
2826
- }), da = /* @__PURE__ */ $({
2826
+ }), ca = /* @__PURE__ */ $({
2827
2827
  __name: "index",
2828
2828
  setup(t) {
2829
2829
  const e = G();
2830
2830
  return (i, o) => n(e) !== "editor" ? (v(), V(n(ls), { key: 0 })) : ee("", !0);
2831
2831
  }
2832
- }), fa = {
2832
+ }), ma = {
2833
2833
  key: yt,
2834
2834
  name: "x-runtime-lib.keyboardControls",
2835
- comp: ma,
2835
+ comp: aa,
2836
2836
  props: {
2837
2837
  pageScene: [y],
2838
2838
  compScene: [y]
@@ -2842,11 +2842,11 @@ const ma = /* @__PURE__ */ $({
2842
2842
  slots: [],
2843
2843
  leaf: !0
2844
2844
  };
2845
- _(fa);
2846
- const ba = {
2845
+ _(ma);
2846
+ const pa = {
2847
2847
  key: gt,
2848
2848
  name: "x-runtime-lib.mapControls",
2849
- comp: pa,
2849
+ comp: ua,
2850
2850
  props: {
2851
2851
  pageScene: [y],
2852
2852
  compScene: [y]
@@ -2856,11 +2856,11 @@ const ba = {
2856
2856
  slots: [],
2857
2857
  leaf: !0
2858
2858
  };
2859
- _(ba);
2860
- const ya = {
2859
+ _(pa);
2860
+ const da = {
2861
2861
  key: _t,
2862
2862
  name: "x-runtime-lib.orbitControls",
2863
- comp: da,
2863
+ comp: ca,
2864
2864
  props: {
2865
2865
  pageScene: [y],
2866
2866
  compScene: [y]
@@ -2870,20 +2870,20 @@ const ya = {
2870
2870
  slots: [],
2871
2871
  leaf: !0
2872
2872
  };
2873
- _(ya);
2874
- function ha(t, e) {
2873
+ _(da);
2874
+ function fa(t, e) {
2875
2875
  const i = `type=${t} subtype=${e}`, o = A(t, e);
2876
2876
  if (!o) {
2877
2877
  console.error(`boxGeometryV1/spawn prop tag not found, ${i}`);
2878
2878
  return;
2879
2879
  }
2880
- const r = ze.props[o];
2881
- if (!r) {
2880
+ const l = ze.props[o];
2881
+ if (!l) {
2882
2882
  console.error(`boxGeometryV1/spawn props not found, ${i}`);
2883
2883
  return;
2884
2884
  }
2885
2885
  const s = {};
2886
- return P(s, r), s.basic.id = T(16), s.basic.key = ze.key, s.transform = {
2886
+ return P(s, l), s.basic.id = T(16), s.basic.key = ze.key, s.transform = {
2887
2887
  position: {
2888
2888
  x: 0,
2889
2889
  y: 0,
@@ -2900,11 +2900,11 @@ function ha(t, e) {
2900
2900
  z: 1
2901
2901
  }
2902
2902
  }, s.children = [
2903
- ga(t, e),
2904
- xa(t, e)
2903
+ ba(t, e),
2904
+ ya(t, e)
2905
2905
  ], s;
2906
2906
  }
2907
- function ga(t, e) {
2907
+ function ba(t, e) {
2908
2908
  const i = `type=${t} subtype=${e}`, o = A(t, e);
2909
2909
  if (!o) {
2910
2910
  console.error(
@@ -2912,15 +2912,15 @@ function ga(t, e) {
2912
2912
  );
2913
2913
  return;
2914
2914
  }
2915
- const r = nn.props[o];
2916
- if (!r) {
2915
+ const l = nn.props[o];
2916
+ if (!l) {
2917
2917
  console.error(
2918
2918
  `boxGeometryV1/spawnBoxGeometry props not found, ${i}`
2919
2919
  );
2920
2920
  return;
2921
2921
  }
2922
2922
  const s = {};
2923
- return P(s, r), s.basic.id = T(16), s.basic.key = nn.key, s.settings = {
2923
+ return P(s, l), s.basic.id = T(16), s.basic.key = nn.key, s.settings = {
2924
2924
  width: 1,
2925
2925
  height: 1,
2926
2926
  depth: 1,
@@ -2929,7 +2929,7 @@ function ga(t, e) {
2929
2929
  depthSegements: 1
2930
2930
  }, s;
2931
2931
  }
2932
- function xa(t, e) {
2932
+ function ya(t, e) {
2933
2933
  const i = `type=${t} subtype=${e}`, o = A(t, e);
2934
2934
  if (!o) {
2935
2935
  console.error(
@@ -2937,15 +2937,15 @@ function xa(t, e) {
2937
2937
  );
2938
2938
  return;
2939
2939
  }
2940
- const r = Pe.props[o];
2941
- if (!r) {
2940
+ const l = Pe.props[o];
2941
+ if (!l) {
2942
2942
  console.error(
2943
2943
  `boxGeometryV1/spawnMeshBasicMaterial props not found, ${i}`
2944
2944
  );
2945
2945
  return;
2946
2946
  }
2947
2947
  const s = {};
2948
- return P(s, r), s.basic.id = T(16), s.basic.key = Pe.key, s;
2948
+ return P(s, l), s.basic.id = T(16), s.basic.key = Pe.key, s;
2949
2949
  }
2950
2950
  const Qn = {
2951
2951
  key: "settings",
@@ -2994,7 +2994,7 @@ const Qn = {
2994
2994
  }, nn = {
2995
2995
  key: Je,
2996
2996
  name: "x-runtime-lib.boxGeometry",
2997
- comp: As,
2997
+ comp: Ts,
2998
2998
  props: {
2999
2999
  pageScene: [y, Qn],
3000
3000
  compScene: [y, Qn]
@@ -3003,22 +3003,22 @@ const Qn = {
3003
3003
  methods: [],
3004
3004
  slots: [],
3005
3005
  leaf: !0,
3006
- spawn: ha
3006
+ spawn: fa
3007
3007
  };
3008
3008
  _(nn);
3009
- function va(t, e) {
3009
+ function ha(t, e) {
3010
3010
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3011
3011
  if (!o) {
3012
3012
  console.error(`sphereGeometryV1/spawn prop tag not found, ${i}`);
3013
3013
  return;
3014
3014
  }
3015
- const r = ze.props[o];
3016
- if (!r) {
3015
+ const l = ze.props[o];
3016
+ if (!l) {
3017
3017
  console.error(`sphereGeometryV1/spawn props not found, ${i}`);
3018
3018
  return;
3019
3019
  }
3020
3020
  const s = {};
3021
- return P(s, r), s.basic.id = T(16), s.basic.key = ze.key, s.transform = {
3021
+ return P(s, l), s.basic.id = T(16), s.basic.key = ze.key, s.transform = {
3022
3022
  position: {
3023
3023
  x: 0,
3024
3024
  y: 0,
@@ -3035,11 +3035,11 @@ function va(t, e) {
3035
3035
  z: 1
3036
3036
  }
3037
3037
  }, s.children = [
3038
- ka(t, e),
3039
- _a(t, e)
3038
+ ga(t, e),
3039
+ xa(t, e)
3040
3040
  ], s;
3041
3041
  }
3042
- function ka(t, e) {
3042
+ function ga(t, e) {
3043
3043
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3044
3044
  if (!o) {
3045
3045
  console.error(
@@ -3047,15 +3047,15 @@ function ka(t, e) {
3047
3047
  );
3048
3048
  return;
3049
3049
  }
3050
- const r = on.props[o];
3051
- if (!r) {
3050
+ const l = on.props[o];
3051
+ if (!l) {
3052
3052
  console.error(
3053
3053
  `sphereGeometryV1/spawnSphereGeometry props not found, ${i}`
3054
3054
  );
3055
3055
  return;
3056
3056
  }
3057
3057
  const s = {};
3058
- return P(s, r), s.basic.id = T(16), s.basic.key = on.key, s.settings = {
3058
+ return P(s, l), s.basic.id = T(16), s.basic.key = on.key, s.settings = {
3059
3059
  radius: 1,
3060
3060
  widthSegements: 32,
3061
3061
  heightSegements: 16,
@@ -3065,7 +3065,7 @@ function ka(t, e) {
3065
3065
  thetaLength: 3.141592653589793
3066
3066
  }, s;
3067
3067
  }
3068
- function _a(t, e) {
3068
+ function xa(t, e) {
3069
3069
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3070
3070
  if (!o) {
3071
3071
  console.error(
@@ -3073,15 +3073,15 @@ function _a(t, e) {
3073
3073
  );
3074
3074
  return;
3075
3075
  }
3076
- const r = Pe.props[o];
3077
- if (!r) {
3076
+ const l = Pe.props[o];
3077
+ if (!l) {
3078
3078
  console.error(
3079
3079
  `sphereGeometryV1/spawnMeshBasicMaterial props not found, ${i}`
3080
3080
  );
3081
3081
  return;
3082
3082
  }
3083
3083
  const s = {};
3084
- return P(s, r), s.basic.id = T(16), s.basic.key = Pe.key, s;
3084
+ return P(s, l), s.basic.id = T(16), s.basic.key = Pe.key, s;
3085
3085
  }
3086
3086
  const ei = {
3087
3087
  key: "settings",
@@ -3138,7 +3138,7 @@ const ei = {
3138
3138
  }, on = {
3139
3139
  key: At,
3140
3140
  name: "x-runtime-lib.sphereGeometry",
3141
- comp: Bs,
3141
+ comp: zs,
3142
3142
  props: {
3143
3143
  pageScene: [y, ei],
3144
3144
  compScene: [y, ei]
@@ -3147,7 +3147,7 @@ const ei = {
3147
3147
  methods: [],
3148
3148
  slots: [],
3149
3149
  leaf: !0,
3150
- spawn: va
3150
+ spawn: ha
3151
3151
  };
3152
3152
  _(on);
3153
3153
  const Gt = B(j);
@@ -3167,10 +3167,10 @@ const ti = {
3167
3167
  default: 1
3168
3168
  }
3169
3169
  ]
3170
- }, wa = {
3170
+ }, va = {
3171
3171
  key: Ue,
3172
3172
  name: "x-runtime-lib.ambientLight",
3173
- comp: Es,
3173
+ comp: Ls,
3174
3174
  props: {
3175
3175
  pageScene: [y, X, ti],
3176
3176
  compScene: [y, X, ti]
@@ -3179,7 +3179,7 @@ const ti = {
3179
3179
  methods: [],
3180
3180
  slots: []
3181
3181
  };
3182
- _(wa);
3182
+ _(va);
3183
3183
  const Ht = B(j);
3184
3184
  Ht.children[0].default = "custom";
3185
3185
  Ht.children[2].children[0].default = "0xffffff";
@@ -3197,10 +3197,10 @@ const ni = {
3197
3197
  default: 1
3198
3198
  }
3199
3199
  ]
3200
- }, Va = {
3200
+ }, ka = {
3201
3201
  key: ct,
3202
3202
  name: "x-runtime-lib.directionalLight",
3203
- comp: Ms,
3203
+ comp: Ws,
3204
3204
  props: {
3205
3205
  pageScene: [y, X, ni],
3206
3206
  compScene: [y, X, ni]
@@ -3209,7 +3209,7 @@ const ni = {
3209
3209
  methods: [],
3210
3210
  slots: []
3211
3211
  };
3212
- _(Va);
3212
+ _(ka);
3213
3213
  const Kt = B(j);
3214
3214
  Kt.children[0].default = "custom";
3215
3215
  Kt.children[2].children[0].default = "0xffffff";
@@ -3241,10 +3241,10 @@ const ii = {
3241
3241
  default: 2
3242
3242
  }
3243
3243
  ]
3244
- }, $a = {
3244
+ }, _a = {
3245
3245
  key: It,
3246
3246
  name: "x-runtime-lib.pointLight",
3247
- comp: Ds,
3247
+ comp: Ns,
3248
3248
  props: {
3249
3249
  pageScene: [y, X, ii],
3250
3250
  compScene: [y, X, ii]
@@ -3253,7 +3253,7 @@ const ii = {
3253
3253
  methods: [],
3254
3254
  slots: []
3255
3255
  };
3256
- _($a);
3256
+ _(_a);
3257
3257
  const jt = B(j);
3258
3258
  jt.children[0].default = "custom";
3259
3259
  jt.children[2].children[0].default = "0xffffff";
@@ -3302,10 +3302,10 @@ const oi = {
3302
3302
  default: 0
3303
3303
  }
3304
3304
  ]
3305
- }, Ia = {
3305
+ }, wa = {
3306
3306
  key: Lt,
3307
3307
  name: "x-runtime-lib.spotLight",
3308
- comp: Gs,
3308
+ comp: Rs,
3309
3309
  props: {
3310
3310
  pageScene: [y, X, oi],
3311
3311
  compScene: [y, X, oi]
@@ -3314,11 +3314,11 @@ const oi = {
3314
3314
  methods: [],
3315
3315
  slots: []
3316
3316
  };
3317
- _(Ia);
3317
+ _(wa);
3318
3318
  const Pe = {
3319
- key: la,
3319
+ key: oa,
3320
3320
  name: "x-runtime-lib.meshBasicMaterial",
3321
- comp: js,
3321
+ comp: Gs,
3322
3322
  props: {
3323
3323
  pageScene: [y],
3324
3324
  compScene: [y]
@@ -3329,10 +3329,10 @@ const Pe = {
3329
3329
  leaf: !0
3330
3330
  };
3331
3331
  _(Pe);
3332
- const Sa = {
3332
+ const Va = {
3333
3333
  key: ft,
3334
3334
  name: "x-runtime-lib.group",
3335
- comp: Us,
3335
+ comp: Ks,
3336
3336
  props: {
3337
3337
  pageScene: [y, X],
3338
3338
  compScene: [y, X]
@@ -3341,11 +3341,11 @@ const Sa = {
3341
3341
  methods: [],
3342
3342
  slots: []
3343
3343
  };
3344
- _(Sa);
3344
+ _(Va);
3345
3345
  const ze = {
3346
3346
  key: vt,
3347
3347
  name: "x-runtime-lib.mesh",
3348
- comp: Ys,
3348
+ comp: Os,
3349
3349
  props: {
3350
3350
  pageScene: [y, X],
3351
3351
  compScene: [y, X]
@@ -3355,19 +3355,19 @@ const ze = {
3355
3355
  slots: []
3356
3356
  };
3357
3357
  _(ze);
3358
- function Ca(t, e) {
3358
+ function $a(t, e) {
3359
3359
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3360
3360
  if (!o) {
3361
3361
  console.error(`barChartV1/spawn prop tag not found, ${i}`);
3362
3362
  return;
3363
3363
  }
3364
- const r = sn.props[o];
3365
- if (!r) {
3364
+ const l = sn.props[o];
3365
+ if (!l) {
3366
3366
  console.error(`barChartV1/spawn props not found, ${i}`);
3367
3367
  return;
3368
3368
  }
3369
3369
  const s = {};
3370
- return P(s, r), s.basic.id = T(16), s.basic.key = sn.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3370
+ return P(s, l), s.basic.id = T(16), s.basic.key = sn.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3371
3371
  {
3372
3372
  type: "bar",
3373
3373
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -3398,7 +3398,7 @@ const si = {
3398
3398
  }, sn = {
3399
3399
  key: Ye,
3400
3400
  name: "x-runtime-lib.barChart",
3401
- comp: nl,
3401
+ comp: Qr,
3402
3402
  props: {
3403
3403
  pageCommon: [y, U, Ge, He, Ke, Fe, si],
3404
3404
  compCommon: [y, U, Ge, He, Ke, Fe, si]
@@ -3407,22 +3407,22 @@ const si = {
3407
3407
  methods: [],
3408
3408
  slots: [],
3409
3409
  leaf: !0,
3410
- spawn: Ca
3410
+ spawn: $a
3411
3411
  };
3412
3412
  _(sn);
3413
- function Ta(t, e) {
3413
+ function Ia(t, e) {
3414
3414
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3415
3415
  if (!o) {
3416
3416
  console.error(`lineChartV1/spawn prop tag not found, ${i}`);
3417
3417
  return;
3418
3418
  }
3419
- const r = rn.props[o];
3420
- if (!r) {
3419
+ const l = rn.props[o];
3420
+ if (!l) {
3421
3421
  console.error(`lineChartV1/spawn props not found, ${i}`);
3422
3422
  return;
3423
3423
  }
3424
3424
  const s = {};
3425
- return P(s, r), s.basic.id = T(16), s.basic.key = rn.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3425
+ return P(s, l), s.basic.id = T(16), s.basic.key = rn.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3426
3426
  {
3427
3427
  type: "line",
3428
3428
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -3453,7 +3453,7 @@ const ri = {
3453
3453
  }, rn = {
3454
3454
  key: ht,
3455
3455
  name: "x-runtime-lib.lineChart",
3456
- comp: il,
3456
+ comp: el,
3457
3457
  props: {
3458
3458
  pageCommon: [y, U, Ge, He, Ke, Fe, ri],
3459
3459
  compCommon: [y, U, Ge, He, Ke, Fe, ri]
@@ -3462,7 +3462,7 @@ const ri = {
3462
3462
  methods: [],
3463
3463
  slots: [],
3464
3464
  leaf: !0,
3465
- spawn: Ta
3465
+ spawn: Ia
3466
3466
  };
3467
3467
  _(rn);
3468
3468
  const Ot = B(j);
@@ -3476,7 +3476,7 @@ const li = {
3476
3476
  key: "settings",
3477
3477
  name: "x-runtime-lib.settings",
3478
3478
  children: [Ot]
3479
- }, Pa = {
3479
+ }, Sa = {
3480
3480
  key: tn,
3481
3481
  name: "x-runtime-lib.globality",
3482
3482
  comp: null,
@@ -3524,7 +3524,7 @@ const li = {
3524
3524
  slots: [],
3525
3525
  internal: !0
3526
3526
  };
3527
- _(Pa);
3527
+ _(Sa);
3528
3528
  const ui = {
3529
3529
  key: "settings",
3530
3530
  name: "x-runtime-lib.settings",
@@ -3563,7 +3563,7 @@ const ui = {
3563
3563
  }, Rc = {
3564
3564
  key: Xe,
3565
3565
  name: "x-runtime-lib.badge",
3566
- comp: ol,
3566
+ comp: tl,
3567
3567
  props: {
3568
3568
  pageCommon: [y, ui],
3569
3569
  compCommon: [y, ui]
@@ -3572,21 +3572,21 @@ const ui = {
3572
3572
  methods: [],
3573
3573
  slots: []
3574
3574
  };
3575
- function za(t, e) {
3575
+ function Ca(t, e) {
3576
3576
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3577
3577
  if (!o) {
3578
3578
  console.error(`btnV1/spawn prop tag not found, ${i}`);
3579
3579
  return;
3580
3580
  }
3581
- const r = ln.props[o];
3582
- if (!r) {
3581
+ const l = ln.props[o];
3582
+ if (!l) {
3583
3583
  console.error(`btnV1/spawn props not found, ${i}`);
3584
3584
  return;
3585
3585
  }
3586
3586
  const s = {};
3587
- return P(s, r), s.basic.id = T(16), s.basic.key = ln.key, s.settings.text = "button", s;
3587
+ return P(s, l), s.basic.id = T(16), s.basic.key = ln.key, s.settings.text = "button", s;
3588
3588
  }
3589
- const Aa = B(j), ci = {
3589
+ const Ta = B(j), ci = {
3590
3590
  key: "settings",
3591
3591
  name: "x-runtime-lib.settings",
3592
3592
  children: [
@@ -3665,7 +3665,7 @@ const Aa = B(j), ci = {
3665
3665
  ui: "switch",
3666
3666
  default: !1
3667
3667
  },
3668
- Aa,
3668
+ Ta,
3669
3669
  {
3670
3670
  key: "ripple",
3671
3671
  name: "x-runtime-lib.ripple",
@@ -3676,7 +3676,7 @@ const Aa = B(j), ci = {
3676
3676
  }, ln = {
3677
3677
  key: Ze,
3678
3678
  name: "x-runtime-lib.button",
3679
- comp: sl,
3679
+ comp: nl,
3680
3680
  props: {
3681
3681
  pageCommon: [y, U, ci],
3682
3682
  compCommon: [y, U, ci]
@@ -3691,13 +3691,13 @@ const Aa = B(j), ci = {
3691
3691
  methods: [],
3692
3692
  slots: [],
3693
3693
  leaf: !0,
3694
- spawn: za
3694
+ spawn: Ca
3695
3695
  };
3696
3696
  _(ln);
3697
- const La = {
3697
+ const Pa = {
3698
3698
  key: qe,
3699
3699
  name: "x-runtime-lib.buttonGroup",
3700
- comp: al,
3700
+ comp: sl,
3701
3701
  props: {
3702
3702
  pageCommon: [y],
3703
3703
  compCommon: [y]
@@ -3706,7 +3706,7 @@ const La = {
3706
3706
  methods: [],
3707
3707
  slots: []
3708
3708
  };
3709
- _(La);
3709
+ _(Pa);
3710
3710
  const mi = {
3711
3711
  key: "settings",
3712
3712
  name: "x-runtime-lib.settings",
@@ -3768,10 +3768,10 @@ const mi = {
3768
3768
  default: !1
3769
3769
  }
3770
3770
  ]
3771
- }, Ba = {
3771
+ }, za = {
3772
3772
  key: Qe,
3773
3773
  name: "x-runtime-lib.buttonToggle",
3774
- comp: ul,
3774
+ comp: rl,
3775
3775
  props: {
3776
3776
  pageCommon: [y, mi],
3777
3777
  compCommon: [y, mi]
@@ -3780,20 +3780,20 @@ const mi = {
3780
3780
  methods: [],
3781
3781
  slots: []
3782
3782
  };
3783
- _(Ba);
3784
- function Wa(t, e) {
3783
+ _(za);
3784
+ function Aa(t, e) {
3785
3785
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3786
3786
  if (!o) {
3787
3787
  console.error(`cardV1/spawn prop tag not found, ${i}`);
3788
3788
  return;
3789
3789
  }
3790
- const r = Ae.props[o];
3791
- if (!r) {
3790
+ const l = Ae.props[o];
3791
+ if (!l) {
3792
3792
  console.error(`cardV1/spawn props not found, ${i}`);
3793
3793
  return;
3794
3794
  }
3795
3795
  const s = {};
3796
- return P(s, r), s.basic.id = T(16), s.basic.key = Ae.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
3796
+ return P(s, l), s.basic.id = T(16), s.basic.key = Ae.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
3797
3797
  }
3798
3798
  const pi = {
3799
3799
  key: "settings",
@@ -3853,7 +3853,7 @@ const pi = {
3853
3853
  }, Ae = {
3854
3854
  key: et,
3855
3855
  name: "x-runtime-lib.card",
3856
- comp: cl,
3856
+ comp: ll,
3857
3857
  props: {
3858
3858
  pageCommon: [y, U, pi],
3859
3859
  compCommon: [y, U, pi]
@@ -3861,7 +3861,7 @@ const pi = {
3861
3861
  events: [],
3862
3862
  methods: [],
3863
3863
  slots: [],
3864
- spawn: Wa
3864
+ spawn: Aa
3865
3865
  };
3866
3866
  _(Ae);
3867
3867
  const di = {
@@ -3881,10 +3881,10 @@ const di = {
3881
3881
  default: ""
3882
3882
  }
3883
3883
  ]
3884
- }, Ea = {
3884
+ }, La = {
3885
3885
  key: tt,
3886
3886
  name: "x-runtime-lib.checkbox",
3887
- comp: ml,
3887
+ comp: al,
3888
3888
  props: {
3889
3889
  pageCommon: [y, di],
3890
3890
  compCommon: [y, di]
@@ -3894,8 +3894,8 @@ const di = {
3894
3894
  slots: [],
3895
3895
  leaf: !0
3896
3896
  };
3897
- _(Ea);
3898
- const Na = B(j), fi = {
3897
+ _(La);
3898
+ const Ba = B(j), fi = {
3899
3899
  key: "settings",
3900
3900
  name: "x-runtime-lib.settings",
3901
3901
  children: [
@@ -3968,12 +3968,12 @@ const Na = B(j), fi = {
3968
3968
  ui: "switch",
3969
3969
  default: !1
3970
3970
  },
3971
- Na
3971
+ Ba
3972
3972
  ]
3973
3973
  }, an = {
3974
3974
  key: nt,
3975
3975
  name: "x-runtime-lib.chip",
3976
- comp: pl,
3976
+ comp: ul,
3977
3977
  props: {
3978
3978
  pageCommon: [y, fi],
3979
3979
  compCommon: [y, fi]
@@ -3984,19 +3984,19 @@ const Na = B(j), fi = {
3984
3984
  leaf: !0
3985
3985
  };
3986
3986
  _(an);
3987
- function Ma(t, e) {
3987
+ function Wa(t, e) {
3988
3988
  const i = `type=${t} subtype=${e}`, o = A(t, e);
3989
3989
  if (!o) {
3990
3990
  console.error(`chipGroupV1/spawn prop tag not found, ${i}`);
3991
3991
  return;
3992
3992
  }
3993
- const r = un.props[o];
3994
- if (!r) {
3993
+ const l = un.props[o];
3994
+ if (!l) {
3995
3995
  console.error(`chipGroupV1/spawn props not found, ${i}`);
3996
3996
  return;
3997
3997
  }
3998
3998
  const s = {};
3999
- return P(s, r), s.basic.id = T(16), s.basic.key = un.key, s.children = [
3999
+ return P(s, l), s.basic.id = T(16), s.basic.key = un.key, s.children = [
4000
4000
  ve(t, e, "chip1", "chip 1"),
4001
4001
  ve(t, e, "chip2", "chip 2"),
4002
4002
  ve(t, e, "chip3", "chip 3"),
@@ -4006,14 +4006,14 @@ function Ma(t, e) {
4006
4006
  ], s;
4007
4007
  }
4008
4008
  function ve(t, e, i, o) {
4009
- const r = `type=${t} subtype=${e}`, s = A(t, e);
4009
+ const l = `type=${t} subtype=${e}`, s = A(t, e);
4010
4010
  if (!s) {
4011
- console.error(`chipGroupV1/spawnChip prop tag not found, ${r}`);
4011
+ console.error(`chipGroupV1/spawnChip prop tag not found, ${l}`);
4012
4012
  return;
4013
4013
  }
4014
4014
  const a = an.props[s];
4015
4015
  if (!a) {
4016
- console.error(`chipGroupV1/spawnChip props not found, ${r}`);
4016
+ console.error(`chipGroupV1/spawnChip props not found, ${l}`);
4017
4017
  return;
4018
4018
  }
4019
4019
  const p = {};
@@ -4076,7 +4076,7 @@ const bi = {
4076
4076
  }, un = {
4077
4077
  key: it,
4078
4078
  name: "x-runtime-lib.chipGroup",
4079
- comp: dl,
4079
+ comp: cl,
4080
4080
  props: {
4081
4081
  pageCommon: [y, bi],
4082
4082
  compCommon: [y, bi]
@@ -4084,13 +4084,13 @@ const bi = {
4084
4084
  events: [],
4085
4085
  methods: [],
4086
4086
  slots: [],
4087
- spawn: Ma
4087
+ spawn: Wa
4088
4088
  };
4089
4089
  _(un);
4090
- const Ra = {
4090
+ const Ea = {
4091
4091
  key: ot,
4092
4092
  name: "x-runtime-lib.colorPicker",
4093
- comp: fl,
4093
+ comp: ml,
4094
4094
  props: {
4095
4095
  pageCommon: [y],
4096
4096
  compCommon: [y]
@@ -4100,7 +4100,7 @@ const Ra = {
4100
4100
  slots: [],
4101
4101
  leaf: !0
4102
4102
  };
4103
- _(Ra);
4103
+ _(Ea);
4104
4104
  const yi = {
4105
4105
  key: "settings",
4106
4106
  name: "x-runtime-lib.settings",
@@ -4142,10 +4142,10 @@ const yi = {
4142
4142
  default: !1
4143
4143
  }
4144
4144
  ]
4145
- }, Da = {
4145
+ }, Na = {
4146
4146
  key: st,
4147
4147
  name: "x-runtime-lib.combobox",
4148
- comp: bl,
4148
+ comp: pl,
4149
4149
  props: {
4150
4150
  pageCommon: [y, yi],
4151
4151
  compCommon: [y, yi]
@@ -4155,7 +4155,7 @@ const yi = {
4155
4155
  slots: [],
4156
4156
  leaf: !0
4157
4157
  };
4158
- _(Da);
4158
+ _(Na);
4159
4159
  const Fn = B(j);
4160
4160
  Fn.key = "backgroundColor";
4161
4161
  Fn.name = "x-runtime-lib.backgroundColor";
@@ -4166,7 +4166,7 @@ const hi = {
4166
4166
  }, cn = {
4167
4167
  key: rt,
4168
4168
  name: "x-runtime-lib.container",
4169
- comp: yl,
4169
+ comp: dl,
4170
4170
  props: {
4171
4171
  pageCommon: [y, U, _e, we, Ve, hi],
4172
4172
  compCommon: [y, U, _e, we, Ve, hi]
@@ -4334,10 +4334,10 @@ const gi = {
4334
4334
  defaultArray: []
4335
4335
  }
4336
4336
  ]
4337
- }, Fa = {
4337
+ }, Ma = {
4338
4338
  key: lt,
4339
4339
  name: "x-runtime-lib.dataTable",
4340
- comp: hl,
4340
+ comp: fl,
4341
4341
  props: {
4342
4342
  pageCommon: [y, gi, xi, vi],
4343
4343
  compCommon: [y, gi, xi, vi]
@@ -4347,11 +4347,11 @@ const gi = {
4347
4347
  slots: [],
4348
4348
  leaf: !0
4349
4349
  };
4350
- _(Fa);
4351
- const Ga = {
4350
+ _(Ma);
4351
+ const Ra = {
4352
4352
  key: at,
4353
4353
  name: "x-runtime-lib.datePicker",
4354
- comp: vl,
4354
+ comp: hl,
4355
4355
  props: {
4356
4356
  pageCommon: [y],
4357
4357
  compCommon: [y]
@@ -4361,11 +4361,11 @@ const Ga = {
4361
4361
  slots: [],
4362
4362
  leaf: !0
4363
4363
  };
4364
- _(Ga);
4365
- const Ha = {
4364
+ _(Ra);
4365
+ const Da = {
4366
4366
  key: ut,
4367
4367
  name: "x-runtime-lib.dialog",
4368
- comp: _l,
4368
+ comp: xl,
4369
4369
  props: {
4370
4370
  pageCommon: [y],
4371
4371
  compCommon: [y]
@@ -4388,7 +4388,7 @@ const Ha = {
4388
4388
  slots: [],
4389
4389
  teleport: !0
4390
4390
  };
4391
- _(Ha);
4391
+ _(Da);
4392
4392
  const ki = {
4393
4393
  key: "settings",
4394
4394
  name: "x-runtime-lib.settings",
@@ -4396,7 +4396,7 @@ const ki = {
4396
4396
  }, Dc = {
4397
4397
  key: mt,
4398
4398
  name: "x-runtime-lib.fileInput",
4399
- comp: wl,
4399
+ comp: vl,
4400
4400
  props: {
4401
4401
  pageCommon: [y, ki],
4402
4402
  compCommon: [y, ki]
@@ -4425,7 +4425,7 @@ const ki = {
4425
4425
  }, mn = {
4426
4426
  key: yo,
4427
4427
  name: "x-runtime-lib.flexLayoutEntry",
4428
- comp: $l,
4428
+ comp: _l,
4429
4429
  props: {
4430
4430
  pageCommon: [y, U, _i],
4431
4431
  compCommon: [y, U, _i]
@@ -4435,19 +4435,19 @@ const ki = {
4435
4435
  slots: []
4436
4436
  };
4437
4437
  _(mn);
4438
- function Ka(t, e) {
4438
+ function Fa(t, e) {
4439
4439
  const i = `type=${t} subtype=${e}`, o = A(t, e);
4440
4440
  if (!o) {
4441
4441
  console.error(`flexLayoutV1/spawn prop tag not found, ${i}`);
4442
4442
  return;
4443
4443
  }
4444
- const r = Le.props[o];
4445
- if (!r) {
4444
+ const l = Le.props[o];
4445
+ if (!l) {
4446
4446
  console.error(`flexLayoutV1/spawn props not found, ${i}`);
4447
4447
  return;
4448
4448
  }
4449
4449
  const s = {};
4450
- return P(s, r), s.basic.id = T(16), s.basic.key = Le.key, s.children = [
4450
+ return P(s, l), s.basic.id = T(16), s.basic.key = Le.key, s.children = [
4451
4451
  pn(
4452
4452
  t,
4453
4453
  e,
@@ -4468,10 +4468,10 @@ function Ka(t, e) {
4468
4468
  "60px",
4469
4469
  void 0
4470
4470
  ),
4471
- ja(t, e)
4471
+ Ga(t, e)
4472
4472
  ], s;
4473
4473
  }
4474
- function pn(t, e, i, o, r, s, a, p, d) {
4474
+ function pn(t, e, i, o, l, s, a, p, d) {
4475
4475
  const b = `type=${t} subtype=${e}`, m = A(t, e);
4476
4476
  if (!m) {
4477
4477
  console.error(
@@ -4485,16 +4485,16 @@ function pn(t, e, i, o, r, s, a, p, d) {
4485
4485
  return;
4486
4486
  }
4487
4487
  const c = {};
4488
- return P(c, u), c.basic.id = T(16), c.basic.key = cn.key, o && (c.size.width = o), r && (c.size.minWidth = r), a && (c.size.height = a), p && (c.size.minHeight = p), i && (c.settings.backgroundColor.mode = "custom", c.settings.backgroundColor.custom.light = i, c.settings.backgroundColor.custom.dark = i), c.children = [], c;
4488
+ return P(c, u), c.basic.id = T(16), c.basic.key = cn.key, o && (c.size.width = o), l && (c.size.minWidth = l), a && (c.size.height = a), p && (c.size.minHeight = p), i && (c.settings.backgroundColor.mode = "custom", c.settings.backgroundColor.custom.light = i, c.settings.backgroundColor.custom.dark = i), c.children = [], c;
4489
4489
  }
4490
- function ja(t, e) {
4490
+ function Ga(t, e) {
4491
4491
  const i = `type=${t} subtype=${e}`, o = A(t, e);
4492
4492
  if (!o) {
4493
4493
  console.error(`flexLayoutV1/spawnEntry prop tag not found, ${i}`);
4494
4494
  return;
4495
4495
  }
4496
- const r = mn.props[o];
4497
- if (!r) {
4496
+ const l = mn.props[o];
4497
+ if (!l) {
4498
4498
  console.error(`flexLayoutV1/spawnEntry props not found, ${i}`);
4499
4499
  return;
4500
4500
  }
@@ -4504,7 +4504,7 @@ function ja(t, e) {
4504
4504
  key: ""
4505
4505
  }
4506
4506
  };
4507
- return P(s, r), s.basic.id = T(16), s.basic.key = mn.key, s.children = [
4507
+ return P(s, l), s.basic.id = T(16), s.basic.key = mn.key, s.children = [
4508
4508
  pn(
4509
4509
  t,
4510
4510
  e,
@@ -4693,7 +4693,7 @@ const wi = {
4693
4693
  }, Le = {
4694
4694
  key: pt,
4695
4695
  name: "x-runtime-lib.flexLayout",
4696
- comp: Vl,
4696
+ comp: kl,
4697
4697
  props: {
4698
4698
  pageCommon: [y, U, _e, we, Ve, wi],
4699
4699
  compCommon: [y, U, _e, we, Ve, wi]
@@ -4707,7 +4707,7 @@ const wi = {
4707
4707
  ],
4708
4708
  methods: [],
4709
4709
  slots: [],
4710
- spawn: Ka
4710
+ spawn: Fa
4711
4711
  };
4712
4712
  _(Le);
4713
4713
  const Vi = {
@@ -4863,7 +4863,7 @@ const Vi = {
4863
4863
  }, dn = {
4864
4864
  key: Rt,
4865
4865
  name: "x-runtime-lib.textField",
4866
- comp: ql,
4866
+ comp: Yl,
4867
4867
  props: {
4868
4868
  pageCommon: [y, Vi, $i],
4869
4869
  compCommon: [y, Vi, $i]
@@ -4899,33 +4899,33 @@ const Vi = {
4899
4899
  leaf: !0
4900
4900
  };
4901
4901
  _(dn);
4902
- function Oa(t, e) {
4902
+ function Ha(t, e) {
4903
4903
  const i = `type=${t} subtype=${e}`, o = A(t, e);
4904
4904
  if (!o) {
4905
4905
  console.error(`formV1/spawn prop tag not found, ${i}`);
4906
4906
  return;
4907
4907
  }
4908
- const r = fn.props[o];
4909
- if (!r) {
4908
+ const l = fn.props[o];
4909
+ if (!l) {
4910
4910
  console.error(`formV1/spawn props not found, ${i}`);
4911
4911
  return;
4912
4912
  }
4913
4913
  const s = {};
4914
- return P(s, r), s.basic.id = T(16), s.basic.key = fn.key, s.children = [Ua(t, e)], s;
4914
+ return P(s, l), s.basic.id = T(16), s.basic.key = fn.key, s.children = [Ka(t, e)], s;
4915
4915
  }
4916
- function Ua(t, e) {
4916
+ function Ka(t, e) {
4917
4917
  const i = `type=${t} subtype=${e}`, o = A(t, e);
4918
4918
  if (!o) {
4919
4919
  console.error(`formV1/spawnTextField prop tag not found, ${i}`);
4920
4920
  return;
4921
4921
  }
4922
- const r = dn.props[o];
4923
- if (!r) {
4922
+ const l = dn.props[o];
4923
+ if (!l) {
4924
4924
  console.error(`formV1/spawnTextField props not found, ${i}`);
4925
4925
  return;
4926
4926
  }
4927
4927
  const s = {};
4928
- return P(s, r), s.basic.id = T(16), s.basic.key = dn.key, s;
4928
+ return P(s, l), s.basic.id = T(16), s.basic.key = dn.key, s;
4929
4929
  }
4930
4930
  const Ii = {
4931
4931
  key: "settings",
@@ -4948,7 +4948,7 @@ const Ii = {
4948
4948
  }, fn = {
4949
4949
  key: dt,
4950
4950
  name: "x-runtime-lib.form",
4951
- comp: Il,
4951
+ comp: wl,
4952
4952
  props: {
4953
4953
  pageCommon: [y, U, _e, we, Ve, Ii],
4954
4954
  compCommon: [y, U, _e, we, Ve, Ii]
@@ -4962,10 +4962,10 @@ const Ii = {
4962
4962
  ],
4963
4963
  methods: [],
4964
4964
  slots: [],
4965
- spawn: Oa
4965
+ spawn: Ha
4966
4966
  };
4967
4967
  _(fn);
4968
- const Xa = B(j), Si = {
4968
+ const ja = B(j), Si = {
4969
4969
  key: "settings",
4970
4970
  name: "x-runtime-lib.settings",
4971
4971
  children: [
@@ -4988,12 +4988,12 @@ const Xa = B(j), Si = {
4988
4988
  items: "sizeItemsV1",
4989
4989
  default: "default"
4990
4990
  },
4991
- Xa
4991
+ ja
4992
4992
  ]
4993
- }, Ya = {
4993
+ }, Oa = {
4994
4994
  key: bt,
4995
4995
  name: "x-runtime-lib.icon",
4996
- comp: Sl,
4996
+ comp: Vl,
4997
4997
  props: {
4998
4998
  pageCommon: [y, Si],
4999
4999
  compCommon: [y, Si]
@@ -5003,11 +5003,11 @@ const Xa = B(j), Si = {
5003
5003
  slots: [],
5004
5004
  leaf: !0
5005
5005
  };
5006
- _(Ya);
5007
- const Ja = {
5006
+ _(Oa);
5007
+ const Ua = {
5008
5008
  key: xt,
5009
5009
  name: "x-runtime-lib.menu",
5010
- comp: Tl,
5010
+ comp: Il,
5011
5011
  props: {
5012
5012
  pageCommon: [y],
5013
5013
  compCommon: [y]
@@ -5030,20 +5030,20 @@ const Ja = {
5030
5030
  slots: [],
5031
5031
  teleport: !0
5032
5032
  };
5033
- _(Ja);
5034
- function Za(t, e) {
5033
+ _(Ua);
5034
+ function Xa(t, e) {
5035
5035
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5036
5036
  if (!o) {
5037
5037
  console.error(`numberInputV1/spawn prop tag not found, ${i}`);
5038
5038
  return;
5039
5039
  }
5040
- const r = bn.props[o];
5041
- if (!r) {
5040
+ const l = bn.props[o];
5041
+ if (!l) {
5042
5042
  console.error(`numberInputV1/spawn props not found, ${i}`);
5043
5043
  return;
5044
5044
  }
5045
5045
  const s = {};
5046
- return P(s, r), s.basic.id = T(16), s.basic.key = bn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
5046
+ return P(s, l), s.basic.id = T(16), s.basic.key = bn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
5047
5047
  }
5048
5048
  const Ci = {
5049
5049
  key: "size",
@@ -5215,7 +5215,7 @@ const Ci = {
5215
5215
  }, bn = {
5216
5216
  key: kt,
5217
5217
  name: "x-runtime-lib.numberInput",
5218
- comp: Pl,
5218
+ comp: Sl,
5219
5219
  props: {
5220
5220
  pageCommon: [y, Ci, Ti],
5221
5221
  compCommon: [y, Ci, Ti]
@@ -5250,7 +5250,7 @@ const Ci = {
5250
5250
  methods: [],
5251
5251
  slots: [],
5252
5252
  leaf: !0,
5253
- spawn: Za
5253
+ spawn: Xa
5254
5254
  };
5255
5255
  _(bn);
5256
5256
  const Pi = {
@@ -5316,10 +5316,10 @@ const Pi = {
5316
5316
  default: !1
5317
5317
  }
5318
5318
  ]
5319
- }, qa = {
5319
+ }, Ya = {
5320
5320
  key: Vt,
5321
5321
  name: "x-runtime-lib.pagination",
5322
- comp: zl,
5322
+ comp: Cl,
5323
5323
  props: {
5324
5324
  pageCommon: [y, Pi],
5325
5325
  compCommon: [y, Pi]
@@ -5329,8 +5329,8 @@ const Pi = {
5329
5329
  slots: [],
5330
5330
  leaf: !0
5331
5331
  };
5332
- _(qa);
5333
- const Qa = B(j), zi = {
5332
+ _(Ya);
5333
+ const Ja = B(j), zi = {
5334
5334
  key: "settings",
5335
5335
  name: "x-runtime-lib.settings",
5336
5336
  children: [
@@ -5365,12 +5365,12 @@ const Qa = B(j), zi = {
5365
5365
  items: "densityItemsV1",
5366
5366
  default: "default"
5367
5367
  },
5368
- Qa
5368
+ Ja
5369
5369
  ]
5370
5370
  }, yn = {
5371
5371
  key: ho,
5372
5372
  name: "x-runtime-lib.radio",
5373
- comp: Al,
5373
+ comp: Tl,
5374
5374
  props: {
5375
5375
  pageCommon: [y, zi],
5376
5376
  compCommon: [y, zi]
@@ -5381,33 +5381,33 @@ const Qa = B(j), zi = {
5381
5381
  leaf: !0
5382
5382
  };
5383
5383
  _(yn);
5384
- function eu(t, e) {
5384
+ function Za(t, e) {
5385
5385
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5386
5386
  if (!o) {
5387
5387
  console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
5388
5388
  return;
5389
5389
  }
5390
- const r = hn.props[o];
5391
- if (!r) {
5390
+ const l = hn.props[o];
5391
+ if (!l) {
5392
5392
  console.error(`radioGroupV1/spawn props not found, ${i}`);
5393
5393
  return;
5394
5394
  }
5395
5395
  const s = {};
5396
- return P(s, r), s.basic.id = T(16), s.basic.key = hn.key, s.children = [
5396
+ return P(s, l), s.basic.id = T(16), s.basic.key = hn.key, s.children = [
5397
5397
  Yt(t, e, "option1", "Option 1"),
5398
5398
  Yt(t, e, "option2", "Option 2"),
5399
5399
  Yt(t, e, "option3", "Option 3")
5400
5400
  ], s.settings.value = "option1", s;
5401
5401
  }
5402
5402
  function Yt(t, e, i, o) {
5403
- const r = `type=${t} subtype=${e}`, s = A(t, e);
5403
+ const l = `type=${t} subtype=${e}`, s = A(t, e);
5404
5404
  if (!s) {
5405
- console.error(`radioGroupV1/spawnEntry prop tag not found, ${r}`);
5405
+ console.error(`radioGroupV1/spawnEntry prop tag not found, ${l}`);
5406
5406
  return;
5407
5407
  }
5408
5408
  const a = yn.props[s];
5409
5409
  if (!a) {
5410
- console.error(`radioGroupV1/spawnEntry props not found, ${r}`);
5410
+ console.error(`radioGroupV1/spawnEntry props not found, ${l}`);
5411
5411
  return;
5412
5412
  }
5413
5413
  const p = {};
@@ -5459,7 +5459,7 @@ const Ai = {
5459
5459
  }, hn = {
5460
5460
  key: St,
5461
5461
  name: "x-runtime-lib.radioGroup",
5462
- comp: Ll,
5462
+ comp: Pl,
5463
5463
  props: {
5464
5464
  pageCommon: [y, Ai],
5465
5465
  compCommon: [y, Ai]
@@ -5467,7 +5467,7 @@ const Ai = {
5467
5467
  events: [],
5468
5468
  methods: [],
5469
5469
  slots: [],
5470
- spawn: eu
5470
+ spawn: Za
5471
5471
  };
5472
5472
  _(hn);
5473
5473
  const Li = {
@@ -5587,10 +5587,10 @@ const Li = {
5587
5587
  ]
5588
5588
  }
5589
5589
  ]
5590
- }, tu = {
5590
+ }, qa = {
5591
5591
  key: Ct,
5592
5592
  name: "x-runtime-lib.rangeSlider",
5593
- comp: Bl,
5593
+ comp: zl,
5594
5594
  props: {
5595
5595
  pageCommon: [y, Li],
5596
5596
  compCommon: [y, Li]
@@ -5600,7 +5600,7 @@ const Li = {
5600
5600
  slots: [],
5601
5601
  leaf: !0
5602
5602
  };
5603
- _(tu);
5603
+ _(qa);
5604
5604
  const Bi = {
5605
5605
  key: "settings",
5606
5606
  name: "x-runtime-lib.settings",
@@ -5656,10 +5656,10 @@ const Bi = {
5656
5656
  default: !1
5657
5657
  }
5658
5658
  ]
5659
- }, nu = {
5659
+ }, Qa = {
5660
5660
  key: Tt,
5661
5661
  name: "x-runtime-lib.rating",
5662
- comp: Wl,
5662
+ comp: Al,
5663
5663
  props: {
5664
5664
  pageCommon: [y, Bi],
5665
5665
  compCommon: [y, Bi]
@@ -5669,7 +5669,7 @@ const Bi = {
5669
5669
  slots: [],
5670
5670
  leaf: !0
5671
5671
  };
5672
- _(nu);
5672
+ _(Qa);
5673
5673
  const Wi = {
5674
5674
  key: "settings",
5675
5675
  name: "x-runtime-lib.settings",
@@ -5711,10 +5711,10 @@ const Wi = {
5711
5711
  default: !1
5712
5712
  }
5713
5713
  ]
5714
- }, iu = {
5714
+ }, eu = {
5715
5715
  key: Pt,
5716
5716
  name: "x-runtime-lib.select",
5717
- comp: El,
5717
+ comp: Ll,
5718
5718
  props: {
5719
5719
  pageCommon: [y, Wi],
5720
5720
  compCommon: [y, Wi]
@@ -5724,7 +5724,7 @@ const Wi = {
5724
5724
  slots: [],
5725
5725
  leaf: !0
5726
5726
  };
5727
- _(iu);
5727
+ _(eu);
5728
5728
  const Hn = B(j);
5729
5729
  Hn.key = "color";
5730
5730
  Hn.name = "x-runtime-lib.color";
@@ -5860,10 +5860,10 @@ const Ei = {
5860
5860
  default: void 0
5861
5861
  }
5862
5862
  ]
5863
- }, ou = {
5863
+ }, tu = {
5864
5864
  key: zt,
5865
5865
  name: "x-runtime-lib.slider",
5866
- comp: Nl,
5866
+ comp: Bl,
5867
5867
  props: {
5868
5868
  pageCommon: [y, Ei, Ni],
5869
5869
  compCommon: [y, Ei, Ni]
@@ -5873,11 +5873,11 @@ const Ei = {
5873
5873
  slots: [],
5874
5874
  leaf: !0
5875
5875
  };
5876
- _(ou);
5876
+ _(tu);
5877
5877
  const gn = {
5878
5878
  key: go,
5879
5879
  name: "x-runtime-lib.stepperHeader",
5880
- comp: Fl,
5880
+ comp: Ml,
5881
5881
  props: {
5882
5882
  pageCommon: [y],
5883
5883
  compCommon: [y]
@@ -5901,7 +5901,7 @@ const Mi = {
5901
5901
  }, xn = {
5902
5902
  key: xo,
5903
5903
  name: "x-runtime-lib.stepperItem",
5904
- comp: Gl,
5904
+ comp: Rl,
5905
5905
  props: {
5906
5906
  pageCommon: [y, Mi],
5907
5907
  compCommon: [y, Mi]
@@ -5914,7 +5914,7 @@ _(xn);
5914
5914
  const vn = {
5915
5915
  key: vo,
5916
5916
  name: "x-runtime-lib.stepperWindow",
5917
- comp: jl,
5917
+ comp: Gl,
5918
5918
  props: {
5919
5919
  pageCommon: [y],
5920
5920
  compCommon: [y]
@@ -5938,7 +5938,7 @@ const Ri = {
5938
5938
  }, kn = {
5939
5939
  key: ko,
5940
5940
  name: "x-runtime-lib.stepperWindowItem",
5941
- comp: Ol,
5941
+ comp: Hl,
5942
5942
  props: {
5943
5943
  pageCommon: [y, Ri],
5944
5944
  compCommon: [y, Ri]
@@ -5948,45 +5948,45 @@ const Ri = {
5948
5948
  slots: []
5949
5949
  };
5950
5950
  _(kn);
5951
- function su(t, e) {
5951
+ function nu(t, e) {
5952
5952
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5953
5953
  if (!o) {
5954
5954
  console.error(`stepperV1/spawn prop tag not found, ${i}`);
5955
5955
  return;
5956
5956
  }
5957
- const r = _n.props[o];
5958
- if (!r) {
5957
+ const l = _n.props[o];
5958
+ if (!l) {
5959
5959
  console.error(`stepperV1/spawn props not found, ${i}`);
5960
5960
  return;
5961
5961
  }
5962
5962
  const s = {};
5963
- return P(s, r), s.basic.id = T(16), s.basic.key = _n.key, s.children = [ru(t, e), lu(t, e)], s;
5963
+ return P(s, l), s.basic.id = T(16), s.basic.key = _n.key, s.children = [iu(t, e), ou(t, e)], s;
5964
5964
  }
5965
- function ru(t, e) {
5965
+ function iu(t, e) {
5966
5966
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5967
5967
  if (!o) {
5968
5968
  console.error(`stepperV1/spawnHeader prop tag not found, ${i}`);
5969
5969
  return;
5970
5970
  }
5971
- const r = gn.props[o];
5972
- if (!r) {
5971
+ const l = gn.props[o];
5972
+ if (!l) {
5973
5973
  console.error(`stepperV1/spawnHeader props not found, ${i}`);
5974
5974
  return;
5975
5975
  }
5976
5976
  const s = {};
5977
- return P(s, r), s.basic.id = T(16), s.basic.key = gn.key, s.children = [
5977
+ return P(s, l), s.basic.id = T(16), s.basic.key = gn.key, s.children = [
5978
5978
  Jt(t, e, "step1"),
5979
5979
  Jt(t, e, "step2"),
5980
5980
  Jt(t, e, "step3")
5981
5981
  ], s;
5982
5982
  }
5983
5983
  function Jt(t, e, i) {
5984
- const o = `type=${t} subtype=${e}`, r = A(t, e);
5985
- if (!r) {
5984
+ const o = `type=${t} subtype=${e}`, l = A(t, e);
5985
+ if (!l) {
5986
5986
  console.error(`stepperV1/spawnItem prop tag not found, ${o}`);
5987
5987
  return;
5988
5988
  }
5989
- const s = xn.props[r];
5989
+ const s = xn.props[l];
5990
5990
  if (!s) {
5991
5991
  console.error(`stepperV1/spawnItem props not found, ${o}`);
5992
5992
  return;
@@ -5994,45 +5994,45 @@ function Jt(t, e, i) {
5994
5994
  const a = {};
5995
5995
  return P(a, s), a.basic.id = T(16), a.basic.key = xn.key, a.children = [], a.settings.value = i, a;
5996
5996
  }
5997
- function lu(t, e) {
5997
+ function ou(t, e) {
5998
5998
  const i = `type=${t} subtype=${e}`, o = A(t, e);
5999
5999
  if (!o) {
6000
6000
  console.error(`stepperV1/spawnWindow prop tag not found, ${i}`);
6001
6001
  return;
6002
6002
  }
6003
- const r = vn.props[o];
6004
- if (!r) {
6003
+ const l = vn.props[o];
6004
+ if (!l) {
6005
6005
  console.error(`stepperV1/spawnWindow props not found, ${i}`);
6006
6006
  return;
6007
6007
  }
6008
6008
  const s = {};
6009
- return P(s, r), s.basic.id = T(16), s.basic.key = vn.key, s.children = [
6009
+ return P(s, l), s.basic.id = T(16), s.basic.key = vn.key, s.children = [
6010
6010
  Zt(t, e, "step1", "step 1"),
6011
6011
  Zt(t, e, "step2", "step 2"),
6012
6012
  Zt(t, e, "step3", "step 3")
6013
6013
  ], s;
6014
6014
  }
6015
6015
  function Zt(t, e, i, o) {
6016
- const r = `type=${t} subtype=${e}`, s = A(t, e);
6016
+ const l = `type=${t} subtype=${e}`, s = A(t, e);
6017
6017
  if (!s) {
6018
- console.error(`stepperV1/spawnWindowItem prop tag not found, ${r}`);
6018
+ console.error(`stepperV1/spawnWindowItem prop tag not found, ${l}`);
6019
6019
  return;
6020
6020
  }
6021
6021
  const a = kn.props[s];
6022
6022
  if (!a) {
6023
- console.error(`stepperV1/spawnWindowItem props not found, ${r}`);
6023
+ console.error(`stepperV1/spawnWindowItem props not found, ${l}`);
6024
6024
  return;
6025
6025
  }
6026
6026
  const p = {};
6027
- return P(p, a), p.basic.id = T(16), p.basic.key = kn.key, p.children = [au(t, e, o)], p.settings.value = i, p;
6027
+ return P(p, a), p.basic.id = T(16), p.basic.key = kn.key, p.children = [su(t, e, o)], p.settings.value = i, p;
6028
6028
  }
6029
- function au(t, e, i) {
6030
- const o = `type=${t} subtype=${e}`, r = A(t, e);
6031
- if (!r) {
6029
+ function su(t, e, i) {
6030
+ const o = `type=${t} subtype=${e}`, l = A(t, e);
6031
+ if (!l) {
6032
6032
  console.error(`stepperV1/spawnCard prop tag not found, ${o}`);
6033
6033
  return;
6034
6034
  }
6035
- const s = Ae.props[r];
6035
+ const s = Ae.props[l];
6036
6036
  if (!s) {
6037
6037
  console.error(`stepperV1/spawnCard props not found, ${o}`);
6038
6038
  return;
@@ -6060,7 +6060,7 @@ const Di = {
6060
6060
  }, _n = {
6061
6061
  key: Bt,
6062
6062
  name: "x-runtime-lib.stepper",
6063
- comp: Ml,
6063
+ comp: Wl,
6064
6064
  props: {
6065
6065
  pageCommon: [y, Di],
6066
6066
  compCommon: [y, Di]
@@ -6068,13 +6068,13 @@ const Di = {
6068
6068
  events: [],
6069
6069
  methods: [],
6070
6070
  slots: [],
6071
- spawn: su
6071
+ spawn: nu
6072
6072
  };
6073
6073
  _(_n);
6074
- const uu = {
6074
+ const ru = {
6075
6075
  key: Wt,
6076
6076
  name: "x-runtime-lib.switch",
6077
- comp: Ul,
6077
+ comp: Kl,
6078
6078
  props: {
6079
6079
  pageCommon: [y],
6080
6080
  compCommon: [y]
@@ -6084,7 +6084,7 @@ const uu = {
6084
6084
  slots: [],
6085
6085
  leaf: !0
6086
6086
  };
6087
- _(uu);
6087
+ _(ru);
6088
6088
  const Fi = {
6089
6089
  key: "settings",
6090
6090
  name: "x-runtime-lib.settings",
@@ -6105,7 +6105,7 @@ const Fi = {
6105
6105
  }, wn = {
6106
6106
  key: _o,
6107
6107
  name: "x-runtime-lib.tab",
6108
- comp: Xl,
6108
+ comp: jl,
6109
6109
  props: {
6110
6110
  pageCommon: [y, Fi],
6111
6111
  compCommon: [y, Fi]
@@ -6116,33 +6116,33 @@ const Fi = {
6116
6116
  leaf: !0
6117
6117
  };
6118
6118
  _(wn);
6119
- function cu(t, e) {
6119
+ function lu(t, e) {
6120
6120
  const i = `type=${t} subtype=${e}`, o = A(t, e);
6121
6121
  if (!o) {
6122
6122
  console.error(`tabsV1/spawn prop tag not found, ${i}`);
6123
6123
  return;
6124
6124
  }
6125
- const r = Vn.props[o];
6126
- if (!r) {
6125
+ const l = Vn.props[o];
6126
+ if (!l) {
6127
6127
  console.error(`tabsV1/spawn props not found, ${i}`);
6128
6128
  return;
6129
6129
  }
6130
6130
  const s = {};
6131
- return P(s, r), s.basic.id = T(16), s.basic.key = Vn.key, s.children = [
6131
+ return P(s, l), s.basic.id = T(16), s.basic.key = Vn.key, s.children = [
6132
6132
  qt(t, e, "tab1", "tab 1"),
6133
6133
  qt(t, e, "tab2", "tab 2"),
6134
6134
  qt(t, e, "tab3", "tab 3")
6135
6135
  ], s;
6136
6136
  }
6137
6137
  function qt(t, e, i, o) {
6138
- const r = `type=${t} subtype=${e}`, s = A(t, e);
6138
+ const l = `type=${t} subtype=${e}`, s = A(t, e);
6139
6139
  if (!s) {
6140
- console.error(`tabsV1/spawnTab prop tag not found, ${r}`);
6140
+ console.error(`tabsV1/spawnTab prop tag not found, ${l}`);
6141
6141
  return;
6142
6142
  }
6143
6143
  const a = wn.props[s];
6144
6144
  if (!a) {
6145
- console.error(`tabsV1/spawnTab props not found, ${r}`);
6145
+ console.error(`tabsV1/spawnTab props not found, ${l}`);
6146
6146
  return;
6147
6147
  }
6148
6148
  const p = {};
@@ -6239,7 +6239,7 @@ const Gi = {
6239
6239
  }, Vn = {
6240
6240
  key: Et,
6241
6241
  name: "x-runtime-lib.tabs",
6242
- comp: Yl,
6242
+ comp: Ol,
6243
6243
  props: {
6244
6244
  pageCommon: [y, Gi],
6245
6245
  compCommon: [y, Gi]
@@ -6247,22 +6247,22 @@ const Gi = {
6247
6247
  events: [],
6248
6248
  methods: [],
6249
6249
  slots: [],
6250
- spawn: cu
6250
+ spawn: lu
6251
6251
  };
6252
6252
  _(Vn);
6253
- function mu(t, e) {
6253
+ function au(t, e) {
6254
6254
  const i = `type=${t} subtype=${e}`, o = A(t, e);
6255
6255
  if (!o) {
6256
6256
  console.error(`textV1/spawn prop tag not found, ${i}`);
6257
6257
  return;
6258
6258
  }
6259
- const r = ye.props[o];
6260
- if (!r) {
6259
+ const l = ye.props[o];
6260
+ if (!l) {
6261
6261
  console.error(`textV1/spawn props not found, ${i}`);
6262
6262
  return;
6263
6263
  }
6264
6264
  const s = {};
6265
- return P(s, r), s.basic.id = T(16), s.basic.key = ye.key, s.settings.text = "text", s;
6265
+ return P(s, l), s.basic.id = T(16), s.basic.key = ye.key, s.settings.text = "text", s;
6266
6266
  }
6267
6267
  const Hi = {
6268
6268
  key: "settings",
@@ -6353,7 +6353,7 @@ const Hi = {
6353
6353
  }, ye = {
6354
6354
  key: Nt,
6355
6355
  name: "x-runtime-lib.text",
6356
- comp: Jl,
6356
+ comp: Ul,
6357
6357
  props: {
6358
6358
  pageCommon: [y, Hi],
6359
6359
  compCommon: [y, Hi]
@@ -6362,22 +6362,22 @@ const Hi = {
6362
6362
  methods: [],
6363
6363
  slots: [],
6364
6364
  leaf: !0,
6365
- spawn: mu
6365
+ spawn: au
6366
6366
  };
6367
6367
  _(ye);
6368
- function pu(t, e) {
6368
+ function uu(t, e) {
6369
6369
  const i = `type=${t} subtype=${e}`, o = A(t, e);
6370
6370
  if (!o) {
6371
6371
  console.error(`textareaV1/spawn prop tag not found, ${i}`);
6372
6372
  return;
6373
6373
  }
6374
- const r = $n.props[o];
6375
- if (!r) {
6374
+ const l = $n.props[o];
6375
+ if (!l) {
6376
6376
  console.error(`textareaV1/spawn props not found, ${i}`);
6377
6377
  return;
6378
6378
  }
6379
6379
  const s = {};
6380
- return P(s, r), s.basic.id = T(16), s.basic.key = $n.key, s.settings.label = "label", s;
6380
+ return P(s, l), s.basic.id = T(16), s.basic.key = $n.key, s.settings.label = "label", s;
6381
6381
  }
6382
6382
  const Ki = {
6383
6383
  key: "settings",
@@ -6453,7 +6453,7 @@ const Ki = {
6453
6453
  }, $n = {
6454
6454
  key: Mt,
6455
6455
  name: "x-runtime-lib.textarea",
6456
- comp: Zl,
6456
+ comp: Xl,
6457
6457
  props: {
6458
6458
  pageCommon: [y, Ki],
6459
6459
  compCommon: [y, Ki]
@@ -6462,13 +6462,13 @@ const Ki = {
6462
6462
  methods: [],
6463
6463
  slots: [],
6464
6464
  leaf: !0,
6465
- spawn: pu
6465
+ spawn: uu
6466
6466
  };
6467
6467
  _($n);
6468
6468
  const In = {
6469
6469
  key: wo,
6470
6470
  name: "x-runtime-lib.timelineItem",
6471
- comp: na,
6471
+ comp: Ql,
6472
6472
  props: {
6473
6473
  pageCommon: [y],
6474
6474
  compCommon: [y]
@@ -6478,45 +6478,45 @@ const In = {
6478
6478
  slots: []
6479
6479
  };
6480
6480
  _(In);
6481
- function du(t, e) {
6481
+ function cu(t, e) {
6482
6482
  const i = `type=${t} subtype=${e}`, o = A(t, e);
6483
6483
  if (!o) {
6484
6484
  console.error(`timelineV1/spawn prop tag not found, ${i}`);
6485
6485
  return;
6486
6486
  }
6487
- const r = Sn.props[o];
6488
- if (!r) {
6487
+ const l = Sn.props[o];
6488
+ if (!l) {
6489
6489
  console.error(`timelineV1/spawn props not found, ${i}`);
6490
6490
  return;
6491
6491
  }
6492
6492
  const s = {};
6493
- return P(s, r), s.basic.id = T(16), s.basic.key = Sn.key, s.children = [
6493
+ return P(s, l), s.basic.id = T(16), s.basic.key = Sn.key, s.children = [
6494
6494
  Qt(t, e, "timeline 1"),
6495
6495
  Qt(t, e, "timeline 2"),
6496
6496
  Qt(t, e, "timeline 3")
6497
6497
  ], s;
6498
6498
  }
6499
6499
  function Qt(t, e, i) {
6500
- const o = `type=${t} subtype=${e}`, r = A(t, e);
6501
- if (!r) {
6500
+ const o = `type=${t} subtype=${e}`, l = A(t, e);
6501
+ if (!l) {
6502
6502
  console.error(`timelineV1/spawnEntry prop tag not found, ${o}`);
6503
6503
  return;
6504
6504
  }
6505
- const s = In.props[r];
6505
+ const s = In.props[l];
6506
6506
  if (!s) {
6507
6507
  console.error(`timelineV1/spawnEntry props not found, ${o}`);
6508
6508
  return;
6509
6509
  }
6510
6510
  const a = {};
6511
- return P(a, s), a.basic.id = T(16), a.basic.key = In.key, a.children = [fu(t, e, i)], a;
6511
+ return P(a, s), a.basic.id = T(16), a.basic.key = In.key, a.children = [mu(t, e, i)], a;
6512
6512
  }
6513
- function fu(t, e, i) {
6514
- const o = `type=${t} subtype=${e}`, r = A(t, e);
6515
- if (!r) {
6513
+ function mu(t, e, i) {
6514
+ const o = `type=${t} subtype=${e}`, l = A(t, e);
6515
+ if (!l) {
6516
6516
  console.error(`timelineV1/spawnText prop tag not found, ${o}`);
6517
6517
  return;
6518
6518
  }
6519
- const s = ye.props[r];
6519
+ const s = ye.props[l];
6520
6520
  if (!s) {
6521
6521
  console.error(`timelineV1/spawnText props not found, ${o}`);
6522
6522
  return;
@@ -6524,7 +6524,7 @@ function fu(t, e, i) {
6524
6524
  const a = {};
6525
6525
  return P(a, s), a.basic.id = T(16), a.basic.key = ye.key, a.settings.text = i, a;
6526
6526
  }
6527
- const bu = B(j), yu = B(j), ji = {
6527
+ const pu = B(j), du = B(j), ji = {
6528
6528
  key: "settings",
6529
6529
  name: "x-runtime-lib.settings",
6530
6530
  children: [
@@ -6572,7 +6572,7 @@ const bu = B(j), yu = B(j), ji = {
6572
6572
  ui: "switch",
6573
6573
  default: !1
6574
6574
  },
6575
- bu
6575
+ pu
6576
6576
  ]
6577
6577
  },
6578
6578
  {
@@ -6598,14 +6598,14 @@ const bu = B(j), yu = B(j), ji = {
6598
6598
  ui: "numInput",
6599
6599
  default: 0
6600
6600
  },
6601
- yu
6601
+ du
6602
6602
  ]
6603
6603
  }
6604
6604
  ]
6605
6605
  }, Sn = {
6606
6606
  key: Dt,
6607
6607
  name: "x-runtime-lib.timeline",
6608
- comp: Ql,
6608
+ comp: Jl,
6609
6609
  props: {
6610
6610
  pageCommon: [y, ji],
6611
6611
  compCommon: [y, ji]
@@ -6613,13 +6613,13 @@ const bu = B(j), yu = B(j), ji = {
6613
6613
  events: [],
6614
6614
  methods: [],
6615
6615
  slots: [],
6616
- spawn: du
6616
+ spawn: cu
6617
6617
  };
6618
6618
  _(Sn);
6619
6619
  const Cn = {
6620
6620
  key: Vo,
6621
6621
  name: "x-runtime-lib.windowItem",
6622
- comp: ra,
6622
+ comp: ia,
6623
6623
  props: {
6624
6624
  pageCommon: [y],
6625
6625
  compCommon: [y]
@@ -6629,59 +6629,59 @@ const Cn = {
6629
6629
  slots: []
6630
6630
  };
6631
6631
  _(Cn);
6632
- function hu(t, e) {
6632
+ function fu(t, e) {
6633
6633
  const i = `type=${t} subtype=${e}`, o = A(t, e);
6634
6634
  if (!o) {
6635
6635
  console.error(`windowV1/spawn prop tag not found, ${i}`);
6636
6636
  return;
6637
6637
  }
6638
- const r = Tn.props[o];
6639
- if (!r) {
6638
+ const l = Tn.props[o];
6639
+ if (!l) {
6640
6640
  console.error(`windowV1/spawn props not found, ${i}`);
6641
6641
  return;
6642
6642
  }
6643
6643
  const s = {};
6644
- return P(s, r), s.basic.id = T(16), s.basic.key = Tn.key, s.children = [
6644
+ return P(s, l), s.basic.id = T(16), s.basic.key = Tn.key, s.children = [
6645
6645
  en(t, e, "window 1"),
6646
6646
  en(t, e, "window 2"),
6647
6647
  en(t, e, "window 3")
6648
6648
  ], s;
6649
6649
  }
6650
6650
  function en(t, e, i) {
6651
- const o = `type=${t} subtype=${e}`, r = A(t, e);
6652
- if (!r) {
6651
+ const o = `type=${t} subtype=${e}`, l = A(t, e);
6652
+ if (!l) {
6653
6653
  console.error(`windowV1/spawnEntry prop tag not found, ${o}`);
6654
6654
  return;
6655
6655
  }
6656
- const s = Cn.props[r];
6656
+ const s = Cn.props[l];
6657
6657
  if (!s) {
6658
6658
  console.error(`windowV1/spawnEntry props not found, ${o}`);
6659
6659
  return;
6660
6660
  }
6661
6661
  const a = {};
6662
- return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [gu(t, e, i)], a;
6662
+ return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [bu(t, e, i)], a;
6663
6663
  }
6664
- function gu(t, e, i) {
6665
- const o = `type=${t} subtype=${e}`, r = A(t, e);
6666
- if (!r) {
6664
+ function bu(t, e, i) {
6665
+ const o = `type=${t} subtype=${e}`, l = A(t, e);
6666
+ if (!l) {
6667
6667
  console.error(`windowV1/spawnFlexLayout prop tag not found, ${o}`);
6668
6668
  return;
6669
6669
  }
6670
- const s = Le.props[r];
6670
+ const s = Le.props[l];
6671
6671
  if (!s) {
6672
6672
  console.error(`windowV1/spawnFlexLayout props not found, ${o}`);
6673
6673
  return;
6674
6674
  }
6675
6675
  const a = {};
6676
- return P(a, s), a.basic.id = T(16), a.basic.key = Le.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [xu(t, e, i)], a;
6676
+ return P(a, s), a.basic.id = T(16), a.basic.key = Le.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [yu(t, e, i)], a;
6677
6677
  }
6678
- function xu(t, e, i) {
6679
- const o = `type=${t} subtype=${e}`, r = A(t, e);
6680
- if (!r) {
6678
+ function yu(t, e, i) {
6679
+ const o = `type=${t} subtype=${e}`, l = A(t, e);
6680
+ if (!l) {
6681
6681
  console.error(`windowV1/spawnText prop tag not found, ${o}`);
6682
6682
  return;
6683
6683
  }
6684
- const s = ye.props[r];
6684
+ const s = ye.props[l];
6685
6685
  if (!s) {
6686
6686
  console.error(`windowV1/spawnText props not found, ${o}`);
6687
6687
  return;
@@ -6740,7 +6740,7 @@ const Oi = {
6740
6740
  }, Tn = {
6741
6741
  key: Ft,
6742
6742
  name: "x-runtime-lib.window",
6743
- comp: ia,
6743
+ comp: ea,
6744
6744
  props: {
6745
6745
  pageCommon: [y, Oi],
6746
6746
  compCommon: [y, Oi]
@@ -6748,36 +6748,36 @@ const Oi = {
6748
6748
  events: [],
6749
6749
  methods: [],
6750
6750
  slots: [],
6751
- spawn: hu
6751
+ spawn: fu
6752
6752
  };
6753
6753
  _(Tn);
6754
- const vu = [
6754
+ const hu = [
6755
6755
  { title: "x-runtime-lib.title", value: "title" },
6756
6756
  { title: "x-runtime-lib.end", value: "end" },
6757
6757
  { title: "x-runtime-lib.start", value: "start" },
6758
6758
  { title: "x-runtime-lib.center", value: "center" }
6759
- ], ku = [
6759
+ ], gu = [
6760
6760
  { title: "x-runtime-lib.value", value: "value" },
6761
6761
  { title: "x-runtime-lib.category", value: "category" },
6762
6762
  { title: "x-runtime-lib.time", value: "time" },
6763
6763
  { title: "x-runtime-lib.log", value: "log" }
6764
- ], _u = [
6764
+ ], xu = [
6765
6765
  { title: "x-runtime-lib.notSet", value: "" },
6766
6766
  { title: "x-runtime-lib.solid", value: "solid" },
6767
6767
  { title: "x-runtime-lib.dashed", value: "dashed" },
6768
6768
  { title: "x-runtime-lib.dotted", value: "dotted" }
6769
- ], wu = [
6769
+ ], vu = [
6770
6770
  { title: "x-runtime-lib.notSet", value: "" },
6771
6771
  { title: "x-runtime-lib.theme", value: "theme" },
6772
6772
  { title: "x-runtime-lib.custom", value: "custom" }
6773
- ], Vu = [
6773
+ ], ku = [
6774
6774
  { title: "x-runtime-lib.default", value: "default" },
6775
6775
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
6776
6776
  { title: "x-runtime-lib.compact", value: "compact" }
6777
- ], $u = [
6777
+ ], _u = [
6778
6778
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6779
6779
  { title: "x-runtime-lib.vertical", value: "vertical" }
6780
- ], Iu = [
6780
+ ], wu = [
6781
6781
  { title: "x-runtime-lib.underlined", value: "underlined" },
6782
6782
  { title: "x-runtime-lib.outlined", value: "outlined" },
6783
6783
  { title: "x-runtime-lib.filled", value: "filled" },
@@ -6785,20 +6785,20 @@ const vu = [
6785
6785
  { title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
6786
6786
  { title: "x-runtime-lib.soloFilled", value: "solo-filled" },
6787
6787
  { title: "x-runtime-lib.plain", value: "plain" }
6788
- ], Su = [
6788
+ ], Vu = [
6789
6789
  { title: "x-runtime-lib.notSet", value: "" },
6790
6790
  { title: "x-runtime-lib.start", value: "start" },
6791
6791
  { title: "x-runtime-lib.end", value: "end" },
6792
6792
  { title: "x-runtime-lib.center", value: "center" },
6793
6793
  { title: "x-runtime-lib.baseline", value: "baseline" },
6794
6794
  { title: "x-runtime-lib.stretch", value: "stretch" }
6795
- ], Cu = [
6795
+ ], $u = [
6796
6796
  { title: "x-runtime-lib.notSet", value: "" },
6797
6797
  { title: "x-runtime-lib.row", value: "row" },
6798
6798
  { title: "x-runtime-lib.rowReverse", value: "rowReverse" },
6799
6799
  { title: "x-runtime-lib.column", value: "column" },
6800
6800
  { title: "x-runtime-lib.columnReverse", value: "columnReverse" }
6801
- ], Tu = [
6801
+ ], Iu = [
6802
6802
  { title: "x-runtime-lib.notSet", value: "" },
6803
6803
  { title: "x-runtime-lib.start", value: "start" },
6804
6804
  { title: "x-runtime-lib.end", value: "end" },
@@ -6806,12 +6806,12 @@ const vu = [
6806
6806
  { title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
6807
6807
  { title: "x-runtime-lib.spaceAround", value: "spaceAround" },
6808
6808
  { title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
6809
- ], Pu = [
6809
+ ], Su = [
6810
6810
  { title: "x-runtime-lib.notSet", value: "" },
6811
6811
  { title: "x-runtime-lib.no", value: "no" },
6812
6812
  { title: "x-runtime-lib.yes", value: "yes" },
6813
6813
  { title: "x-runtime-lib.reverse", value: "reverse" }
6814
- ], zu = [
6814
+ ], Cu = [
6815
6815
  { title: "x-runtime-lib.notSet", value: "" },
6816
6816
  { title: "x-runtime-lib.black", value: "black" },
6817
6817
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -6819,24 +6819,24 @@ const vu = [
6819
6819
  { title: "x-runtime-lib.regular", value: "regular" },
6820
6820
  { title: "x-runtime-lib.light", value: "light" },
6821
6821
  { title: "x-runtime-lib.thin", value: "thin" }
6822
- ], Au = [
6822
+ ], Tu = [
6823
6823
  { title: "x-runtime-lib.elevated", value: "elevated" },
6824
6824
  { title: "x-runtime-lib.flat", value: "flat" },
6825
6825
  { title: "x-runtime-lib.tonal", value: "tonal" },
6826
6826
  { title: "x-runtime-lib.outlined", value: "outlined" },
6827
6827
  { title: "x-runtime-lib.text", value: "text" },
6828
6828
  { title: "x-runtime-lib.plain", value: "plain" }
6829
- ], Lu = [
6829
+ ], Pu = [
6830
6830
  { title: "x-runtime-lib.notSet", value: "" },
6831
6831
  { title: "x-runtime-lib.show", value: "show" },
6832
6832
  { title: "x-runtime-lib.always", value: "always" }
6833
- ], Bu = [
6833
+ ], zu = [
6834
6834
  { title: "x-runtime-lib.xSmall", value: "x-small" },
6835
6835
  { title: "x-runtime-lib.small", value: "small" },
6836
6836
  { title: "x-runtime-lib.default", value: "default" },
6837
6837
  { title: "x-runtime-lib.large", value: "large" },
6838
6838
  { title: "x-runtime-lib.xLarge", value: "x-large" }
6839
- ], Wu = [
6839
+ ], Au = [
6840
6840
  { title: "x-runtime-lib.notSet", value: "" },
6841
6841
  { title: "x-runtime-lib.start", value: "start" },
6842
6842
  { title: "x-runtime-lib.center", value: "center" },
@@ -6844,18 +6844,18 @@ const vu = [
6844
6844
  { title: "x-runtime-lib.justify", value: "justify" },
6845
6845
  { title: "x-runtime-lib.left", value: "left" },
6846
6846
  { title: "x-runtime-lib.right", value: "right" }
6847
- ], Eu = [
6847
+ ], Lu = [
6848
6848
  { title: "x-runtime-lib.notSet", value: "" },
6849
6849
  { title: "x-runtime-lib.none", value: "none" },
6850
6850
  { title: "x-runtime-lib.overline", value: "overline" },
6851
6851
  { title: "x-runtime-lib.underline", value: "underline" },
6852
6852
  { title: "x-runtime-lib.lineThrough", value: "line-through" }
6853
- ], Nu = [
6853
+ ], Bu = [
6854
6854
  { title: "x-runtime-lib.notSet", value: "" },
6855
6855
  { title: "x-runtime-lib.high", value: "high" },
6856
6856
  { title: "x-runtime-lib.medium", value: "medium" },
6857
6857
  { title: "x-runtime-lib.disabled", value: "disabled" }
6858
- ], Mu = [
6858
+ ], Wu = [
6859
6859
  { title: "x-runtime-lib.notSet", value: "" },
6860
6860
  { title: "x-runtime-lib.h1", value: "h1" },
6861
6861
  { title: "x-runtime-lib.h2", value: "h2" },
@@ -6870,7 +6870,7 @@ const vu = [
6870
6870
  { title: "x-runtime-lib.button", value: "button" },
6871
6871
  { title: "x-runtime-lib.caption", value: "caption" },
6872
6872
  { title: "x-runtime-lib.overline", value: "overline" }
6873
- ], Ru = [
6873
+ ], Eu = [
6874
6874
  { title: "x-runtime-lib.notSet", value: "" },
6875
6875
  { title: "x-runtime-lib.primary", value: "primary" },
6876
6876
  { title: "x-runtime-lib.secondary", value: "secondary" },
@@ -6881,53 +6881,53 @@ const vu = [
6881
6881
  { title: "x-runtime-lib.background0", value: "background0" },
6882
6882
  { title: "x-runtime-lib.background1", value: "background1" },
6883
6883
  { title: "x-runtime-lib.background2", value: "background2" }
6884
- ], Du = [
6884
+ ], Nu = [
6885
6885
  { title: "x-runtime-lib.notSet", value: "" },
6886
6886
  { title: "x-runtime-lib.show", value: "show" },
6887
6887
  { title: "x-runtime-lib.always", value: "always" }
6888
- ], Fu = [
6888
+ ], Mu = [
6889
6889
  { title: "x-runtime-lib.start", value: "start" },
6890
6890
  { title: "x-runtime-lib.center", value: "center" }
6891
- ], Gu = [
6891
+ ], Ru = [
6892
6892
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6893
6893
  { title: "x-runtime-lib.vertical", value: "vertical" }
6894
- ], Hu = [
6894
+ ], Du = [
6895
6895
  { title: "x-runtime-lib.notSet", value: "" },
6896
6896
  { title: "x-runtime-lib.end", value: "end" },
6897
6897
  { title: "x-runtime-lib.start", value: "start" }
6898
- ], Ku = [
6898
+ ], Fu = [
6899
6899
  { title: "x-runtime-lib.notSet", value: "" },
6900
6900
  { title: "x-runtime-lib.end", value: "end" },
6901
6901
  { title: "x-runtime-lib.start", value: "start" },
6902
6902
  { title: "x-runtime-lib.both", value: "both" }
6903
- ], ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6903
+ ], Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6904
6904
  __proto__: null,
6905
- alignTabsItemsV1: vu,
6906
- axisTypeItemsV1: ku,
6907
- borderStyleItemsV1: _u,
6908
- colorModeItemsV1: wu,
6909
- densityItemsV1: Vu,
6910
- directionItemsV1: $u,
6911
- fieldVariantItemsV1: Iu,
6912
- flexCrossAlignItemsV1: Su,
6913
- flexDirectionItemsV1: Cu,
6914
- flexMainAlignItemsV1: Tu,
6915
- flexWrapItemsV1: Pu,
6916
- fontWeightItemsV1: zu,
6917
- sheetVariantItemsV1: Au,
6918
- showTicksItemsV1: Lu,
6919
- sizeItemsV1: Bu,
6920
- textAlignItemsV1: Wu,
6921
- textDecorationItemsV1: Eu,
6922
- textEmphasisItemsV1: Nu,
6923
- textStyleItemsV1: Mu,
6924
- themeColorItemsV1: Ru,
6925
- thumbLabelItemsV1: Du,
6926
- timelineAlignItemsV1: Fu,
6927
- timelineDirectionItemsV1: Gu,
6928
- timelineSideItemsV1: Hu,
6929
- timelineTruncateLineItemsV1: Ku
6930
- }, Symbol.toStringTag, { value: "Module" })), Ou = [
6905
+ alignTabsItemsV1: hu,
6906
+ axisTypeItemsV1: gu,
6907
+ borderStyleItemsV1: xu,
6908
+ colorModeItemsV1: vu,
6909
+ densityItemsV1: ku,
6910
+ directionItemsV1: _u,
6911
+ fieldVariantItemsV1: wu,
6912
+ flexCrossAlignItemsV1: Vu,
6913
+ flexDirectionItemsV1: $u,
6914
+ flexMainAlignItemsV1: Iu,
6915
+ flexWrapItemsV1: Su,
6916
+ fontWeightItemsV1: Cu,
6917
+ sheetVariantItemsV1: Tu,
6918
+ showTicksItemsV1: Pu,
6919
+ sizeItemsV1: zu,
6920
+ textAlignItemsV1: Au,
6921
+ textDecorationItemsV1: Lu,
6922
+ textEmphasisItemsV1: Bu,
6923
+ textStyleItemsV1: Wu,
6924
+ themeColorItemsV1: Eu,
6925
+ thumbLabelItemsV1: Nu,
6926
+ timelineAlignItemsV1: Mu,
6927
+ timelineDirectionItemsV1: Ru,
6928
+ timelineSideItemsV1: Du,
6929
+ timelineTruncateLineItemsV1: Fu
6930
+ }, Symbol.toStringTag, { value: "Module" })), Hu = [
6931
6931
  {
6932
6932
  title: "x-runtime-lib.notSet",
6933
6933
  value: "",
@@ -6967,7 +6967,7 @@ const vu = [
6967
6967
  max: 1 / 0,
6968
6968
  step: 1
6969
6969
  }
6970
- ], Uu = [
6970
+ ], Ku = [
6971
6971
  {
6972
6972
  title: "x-runtime-lib.notSet",
6973
6973
  value: "",
@@ -6989,7 +6989,7 @@ const vu = [
6989
6989
  validator: (t) => t === "right",
6990
6990
  default: "right"
6991
6991
  }
6992
- ], Xu = [
6992
+ ], ju = [
6993
6993
  {
6994
6994
  title: "x-runtime-lib.notSet",
6995
6995
  value: "",
@@ -7019,7 +7019,7 @@ const vu = [
7019
7019
  precision: 6,
7020
7020
  default: "0%"
7021
7021
  }
7022
- ], Yu = [
7022
+ ], Ou = [
7023
7023
  {
7024
7024
  title: "x-runtime-lib.notSet",
7025
7025
  value: "",
@@ -7044,7 +7044,7 @@ const vu = [
7044
7044
  min: 0,
7045
7045
  default: "0%"
7046
7046
  }
7047
- ], Ju = [
7047
+ ], Uu = [
7048
7048
  {
7049
7049
  title: "x-runtime-lib.notSet",
7050
7050
  value: "",
@@ -7069,7 +7069,7 @@ const vu = [
7069
7069
  min: 0,
7070
7070
  default: "0%"
7071
7071
  }
7072
- ], Zu = [
7072
+ ], Xu = [
7073
7073
  {
7074
7074
  title: "x-runtime-lib.notSet",
7075
7075
  value: "",
@@ -7098,7 +7098,7 @@ const vu = [
7098
7098
  validator: (t) => t === "end",
7099
7099
  default: "end"
7100
7100
  }
7101
- ], qu = [
7101
+ ], Yu = [
7102
7102
  {
7103
7103
  title: "x-runtime-lib.notSet",
7104
7104
  value: "",
@@ -7120,16 +7120,16 @@ const vu = [
7120
7120
  validator: (t) => t === "bottom",
7121
7121
  default: "bottom"
7122
7122
  }
7123
- ], Qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7123
+ ], Ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7124
7124
  __proto__: null,
7125
- borderWidthTypesV1: Ou,
7126
- leftRightTypesV1: Uu,
7127
- marginTypesV1: Xu,
7128
- paddingTypesV1: Yu,
7129
- sizeTypesV1: Ju,
7130
- tableColumnAlignTypesV1: Zu,
7131
- topBottomTypesV1: qu
7132
- }, Symbol.toStringTag, { value: "Module" })), ec = [
7125
+ borderWidthTypesV1: Hu,
7126
+ leftRightTypesV1: Ku,
7127
+ marginTypesV1: ju,
7128
+ paddingTypesV1: Ou,
7129
+ sizeTypesV1: Uu,
7130
+ tableColumnAlignTypesV1: Xu,
7131
+ topBottomTypesV1: Yu
7132
+ }, Symbol.toStringTag, { value: "Module" })), Zu = [
7133
7133
  {
7134
7134
  key: "containment",
7135
7135
  name: "x-runtime-lib.containment",
@@ -7203,7 +7203,7 @@ const vu = [
7203
7203
  name: "x-runtime-lib.dynamic",
7204
7204
  items: [De, Mn, Rn]
7205
7205
  }
7206
- ], tc = [
7206
+ ], qu = [
7207
7207
  {
7208
7208
  key: "objects",
7209
7209
  name: "x-runtime-lib.objects",
@@ -7234,7 +7234,7 @@ const vu = [
7234
7234
  name: "x-runtime-lib.controls",
7235
7235
  items: [_t, gt, yt]
7236
7236
  }
7237
- ], nc = [
7237
+ ], Qu = [
7238
7238
  {
7239
7239
  key: "containment",
7240
7240
  name: "x-runtime-lib.containment",
@@ -7308,7 +7308,7 @@ const vu = [
7308
7308
  name: "x-runtime-lib.dynamic",
7309
7309
  items: [De, Mn, Rn]
7310
7310
  }
7311
- ], ic = [
7311
+ ], ec = [
7312
7312
  {
7313
7313
  key: "objects",
7314
7314
  name: "x-runtime-lib.objects",
@@ -7339,12 +7339,12 @@ const vu = [
7339
7339
  name: "x-runtime-lib.controls",
7340
7340
  items: [_t, gt, yt]
7341
7341
  }
7342
- ], oc = {
7342
+ ], tc = {
7343
7343
  version: "v1",
7344
7344
  globalityKey: tn,
7345
7345
  refKey: De,
7346
- items: { ...ju },
7347
- types: { ...Qu },
7346
+ items: { ...Gu },
7347
+ types: { ...Ju },
7348
7348
  elements: /* @__PURE__ */ new Set([
7349
7349
  Ue,
7350
7350
  Xe,
@@ -7412,13 +7412,13 @@ const vu = [
7412
7412
  Vo
7413
7413
  ]),
7414
7414
  groups: {
7415
- pageCommon: nc,
7416
- pageScene: ic,
7417
- compCommon: ec,
7418
- compScene: tc
7415
+ pageCommon: Qu,
7416
+ pageScene: ec,
7417
+ compCommon: Zu,
7418
+ compScene: qu
7419
7419
  }
7420
7420
  }, $o = {
7421
- v1: oc
7421
+ v1: tc
7422
7422
  };
7423
7423
  function A(t, e) {
7424
7424
  if (t === "page") {
@@ -7441,20 +7441,20 @@ function Ui(t, e) {
7441
7441
  }
7442
7442
  }
7443
7443
  function P(t, e) {
7444
- function i(o, r) {
7445
- if (r.ui) {
7446
- if (r.ui === "strInput" && r.static)
7444
+ function i(o, l) {
7445
+ if (l.ui) {
7446
+ if (l.ui === "strInput" && l.static)
7447
7447
  return;
7448
- o[r.key] = Ui(r);
7448
+ o[l.key] = Ui(l);
7449
7449
  } else
7450
- r.array ? o[r.key] = Ui(r) : r.children.forEach((s) => {
7451
- o[r.key] || (o[r.key] = {}), i(o[r.key], s);
7450
+ l.array ? o[l.key] = Ui(l) : l.children.forEach((s) => {
7451
+ o[l.key] || (o[l.key] = {}), i(o[l.key], s);
7452
7452
  });
7453
7453
  }
7454
7454
  e.forEach((o) => i(t, o));
7455
7455
  }
7456
- function Fc(t, e, i, o, r) {
7457
- const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${r}`, a = A(t, e);
7456
+ function Fc(t, e, i, o, l) {
7457
+ const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
7458
7458
  if (!a) {
7459
7459
  console.error(`spawnNode prop tag not found, ${s}`);
7460
7460
  return;
@@ -7465,7 +7465,7 @@ function Fc(t, e, i, o, r) {
7465
7465
  return;
7466
7466
  }
7467
7467
  if (o) {
7468
- const d = p.refKey, b = r;
7468
+ const d = p.refKey, b = l;
7469
7469
  if (!p.elements.has(d)) {
7470
7470
  console.error(`spawnNode [ref] element not found in pkg, ${s}`);
7471
7471
  return;
@@ -7490,7 +7490,7 @@ function Fc(t, e, i, o, r) {
7490
7490
  comp: b
7491
7491
  }, c;
7492
7492
  } else {
7493
- const d = r;
7493
+ const d = l;
7494
7494
  if (!p.elements.has(d)) {
7495
7495
  console.error(`spawnNode [key] element not found in pkg, ${s}`);
7496
7496
  return;
@@ -7523,21 +7523,21 @@ function Gc(t, e) {
7523
7523
  if (o.basic.id === e)
7524
7524
  return o;
7525
7525
  if (o.children)
7526
- for (let r = 0; r < o.children.length; r++) {
7527
- const s = i(o.children[r]);
7526
+ for (let l = 0; l < o.children.length; l++) {
7527
+ const s = i(o.children[l]);
7528
7528
  if (s)
7529
7529
  return s;
7530
7530
  }
7531
7531
  }
7532
7532
  for (let o = 0; o < t.length; o++) {
7533
- const r = i(t[o]);
7534
- if (r)
7535
- return r;
7533
+ const l = i(t[o]);
7534
+ if (l)
7535
+ return l;
7536
7536
  }
7537
7537
  }
7538
- function sc(t) {
7538
+ function nc(t) {
7539
7539
  function e(o) {
7540
- o.basic.id = T(16), o.children?.forEach((r) => e(r));
7540
+ o.basic.id = T(16), o.children?.forEach((l) => e(l));
7541
7541
  }
7542
7542
  const i = B(t);
7543
7543
  return e(i), i;
@@ -7545,20 +7545,20 @@ function sc(t) {
7545
7545
  function Hc(t) {
7546
7546
  const e = [];
7547
7547
  return t.forEach((i) => {
7548
- e.push(sc(i));
7548
+ e.push(nc(i));
7549
7549
  }), e;
7550
7550
  }
7551
7551
  const Io = "runtimeOrg", So = "runtimeEnv", Co = "runtimeMode", To = "runtimeDevice", Po = "runtimeDark", zo = "runtimeType", Ao = "runtimeData", Lo = "runtimeDepends", Bo = "runtimeSandbox";
7552
7552
  function Kc(t) {
7553
7553
  se(Io, t);
7554
7554
  }
7555
- function rc() {
7555
+ function ic() {
7556
7556
  return oe(Io);
7557
7557
  }
7558
7558
  function jc(t) {
7559
7559
  se(So, t);
7560
7560
  }
7561
- function lc() {
7561
+ function oc() {
7562
7562
  return oe(So);
7563
7563
  }
7564
7564
  function Oc(t) {
@@ -7594,10 +7594,10 @@ function de() {
7594
7594
  function Zc(t) {
7595
7595
  se(Lo, zn(t));
7596
7596
  }
7597
- function ac() {
7597
+ function sc() {
7598
7598
  return oe(Lo);
7599
7599
  }
7600
- function uc(t) {
7600
+ function rc(t) {
7601
7601
  se(Bo, t);
7602
7602
  }
7603
7603
  function Ee() {
@@ -7607,7 +7607,7 @@ function Se(t) {
7607
7607
  const e = [t.type];
7608
7608
  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("@");
7609
7609
  }
7610
- function Me(t, e, i, o, r) {
7610
+ function Me(t, e, i, o, l) {
7611
7611
  const { watchEffect: s, bind: a } = e;
7612
7612
  if (s[i])
7613
7613
  for (const p of s[i]) {
@@ -7627,12 +7627,12 @@ function Me(t, e, i, o, r) {
7627
7627
  if (u.subKeys) {
7628
7628
  if (!ne(
7629
7629
  ke(o, u.subKeys),
7630
- ke(r, u.subKeys)
7630
+ ke(l, u.subKeys)
7631
7631
  )) {
7632
7632
  b = u;
7633
7633
  break;
7634
7634
  }
7635
- } else if (!ne(o, r)) {
7635
+ } else if (!ne(o, l)) {
7636
7636
  b = u;
7637
7637
  break;
7638
7638
  }
@@ -7685,7 +7685,7 @@ function Me(t, e, i, o, r) {
7685
7685
  }
7686
7686
  }
7687
7687
  }
7688
- function cc(t, e) {
7688
+ function lc(t, e) {
7689
7689
  function i(m) {
7690
7690
  const u = t.pseudoToNative(m), c = [], f = u.split(".");
7691
7691
  for (let h = 0; h < f.length; h++) {
@@ -7708,7 +7708,7 @@ function cc(t, e) {
7708
7708
  return t.nativeToPseudo({});
7709
7709
  }
7710
7710
  }
7711
- function r(m) {
7711
+ function l(m) {
7712
7712
  const u = t.pseudoToNative(m), c = JSON.stringify(u);
7713
7713
  return t.nativeToPseudo(c);
7714
7714
  }
@@ -7748,7 +7748,7 @@ function cc(t, e) {
7748
7748
  ), t.setProperty(
7749
7749
  e,
7750
7750
  "__jsonStringifyV1__",
7751
- t.createNativeFunction(r)
7751
+ t.createNativeFunction(l)
7752
7752
  ), t.setProperty(
7753
7753
  e,
7754
7754
  "__consoleLogV1__",
@@ -7779,14 +7779,14 @@ const Wo = Ko({
7779
7779
  }
7780
7780
  });
7781
7781
  window.API_URL && (Wo.defaults.baseURL = window.API_URL + "/computebase/");
7782
- function mc(t) {
7782
+ function ac(t) {
7783
7783
  return Wo.post("callFunc", t);
7784
7784
  }
7785
- function pc(t, e) {
7786
- async function i(o, r, s, a, p, d) {
7787
- const b = t.pseudoToNative(o), m = t.pseudoToNative(r), u = t.pseudoToNative(s), c = t.pseudoToNative(a), f = t.pseudoToNative(p);
7785
+ function uc(t, e) {
7786
+ async function i(o, l, s, a, p, d) {
7787
+ const b = t.pseudoToNative(o), m = t.pseudoToNative(l), u = t.pseudoToNative(s), c = t.pseudoToNative(a), f = t.pseudoToNative(p);
7788
7788
  try {
7789
- const h = JSON.stringify(u), { strOutputs: x } = await mc({
7789
+ const h = JSON.stringify(u), { strOutputs: x } = await ac({
7790
7790
  spaceId: b,
7791
7791
  id: m,
7792
7792
  strInputs: h,
@@ -7803,7 +7803,7 @@ function pc(t, e) {
7803
7803
  t.createAsyncFunction(i)
7804
7804
  );
7805
7805
  }
7806
- function dc(t, e, i) {
7806
+ function cc(t, e, i) {
7807
7807
  function o(u, c, f) {
7808
7808
  let h;
7809
7809
  const x = e.pseudoToNative(u);
@@ -7820,7 +7820,7 @@ function dc(t, e, i) {
7820
7820
  console.assert(!1);
7821
7821
  return e.nativeToPseudo(h);
7822
7822
  }
7823
- function r(u, c, f, h) {
7823
+ function l(u, c, f, h) {
7824
7824
  const x = e.pseudoToNative(u);
7825
7825
  if (x === "elementProp") {
7826
7826
  const g = e.pseudoToNative(c), w = e.pseudoToNative(f), C = e.pseudoToNative(h);
@@ -7880,7 +7880,7 @@ function dc(t, e, i) {
7880
7880
  ), e.setProperty(
7881
7881
  i,
7882
7882
  "__setPropV1__",
7883
- e.createNativeFunction(r)
7883
+ e.createNativeFunction(l)
7884
7884
  ), e.setProperty(
7885
7885
  i,
7886
7886
  "__callMethodV1__",
@@ -7907,10 +7907,10 @@ function dc(t, e, i) {
7907
7907
  e.createAsyncFunction(m)
7908
7908
  );
7909
7909
  }
7910
- function fc(t, e, i) {
7911
- cc(e, i), pc(e, i), dc(t, e, i);
7910
+ function mc(t, e, i) {
7911
+ lc(e, i), uc(e, i), cc(t, e, i);
7912
7912
  }
7913
- const bc = `
7913
+ const pc = `
7914
7914
  var __env__ = 'dev'
7915
7915
  var __mode__ = 'editor'
7916
7916
 
@@ -7920,7 +7920,7 @@ function __getEnvV1__() {
7920
7920
 
7921
7921
  var __pointerPosX__ = 0
7922
7922
  var __pointerPosY__ = 0
7923
- `, yc = `
7923
+ `, dc = `
7924
7924
  var __events__ = {}
7925
7925
 
7926
7926
  function __onEventV1__(id, callback) {
@@ -7957,7 +7957,7 @@ function __triggerEventV1__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p1
7957
7957
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
7958
7958
  }
7959
7959
  }
7960
- `, hc = `
7960
+ `, fc = `
7961
7961
  var __timers__ = {}
7962
7962
  var __currTimerId__ = 0
7963
7963
 
@@ -7999,21 +7999,21 @@ function __timeoutCallbackV1__(timerId) {
7999
7999
  }
8000
8000
  }
8001
8001
  }
8002
- `, gc = `
8002
+ `, bc = `
8003
8003
  function __destroy__() {
8004
8004
  __events__ = {}
8005
8005
  __timers__ = {}
8006
8006
  }
8007
- `, xc = bc + yc + hc + gc;
8008
- class vc {
8007
+ `, yc = pc + dc + fc + bc;
8008
+ class hc {
8009
8009
  org;
8010
8010
  env;
8011
8011
  mode;
8012
8012
  type;
8013
8013
  eventBus = cs();
8014
8014
  hooks;
8015
- constructor(e, i, o, r, s) {
8016
- this.org = e, this.env = i, this.mode = o, this.type = r, this.hooks = s;
8015
+ constructor(e, i, o, l, s) {
8016
+ this.org = e, this.env = i, this.mode = o, this.type = l, this.hooks = s;
8017
8017
  }
8018
8018
  //--------------------------
8019
8019
  // 元素属性
@@ -8023,7 +8023,7 @@ class vc {
8023
8023
  if (e) {
8024
8024
  this.nodes = { globality: e.view };
8025
8025
  const i = (o) => {
8026
- this.nodes[o.basic.id] = o, o.children?.forEach((r) => i(r));
8026
+ this.nodes[o.basic.id] = o, o.children?.forEach((l) => i(l));
8027
8027
  };
8028
8028
  e.view.nodes.forEach((o) => i(o));
8029
8029
  } else
@@ -8041,12 +8041,12 @@ class vc {
8041
8041
  return this.getElementPropInner(o, i);
8042
8042
  }
8043
8043
  setElementPropInner(e, i, o) {
8044
- const r = ke(e, i);
8045
- ne(o, r) || (ao(e, i, o), this.hooks?.onElementPropChange(e.basic.id, i, o, r));
8044
+ const l = ke(e, i);
8045
+ ne(o, l) || (ao(e, i, o), this.hooks?.onElementPropChange(e.basic.id, i, o, l));
8046
8046
  }
8047
8047
  setElementProp(e, i, o) {
8048
- const r = this.nodes[e];
8049
- if (!r) {
8048
+ const l = this.nodes[e];
8049
+ if (!l) {
8050
8050
  console.warn(
8051
8051
  "Sandbox/setElementProp node not found",
8052
8052
  e,
@@ -8055,7 +8055,7 @@ class vc {
8055
8055
  );
8056
8056
  return;
8057
8057
  }
8058
- this.setElementPropInner(r, i, o);
8058
+ this.setElementPropInner(l, i, o);
8059
8059
  }
8060
8060
  //--------------------------
8061
8061
  // 自定义属性
@@ -8105,9 +8105,9 @@ class vc {
8105
8105
  interpreter;
8106
8106
  createInterpreter(e) {
8107
8107
  this.interpreter = new ms(
8108
- xc,
8108
+ yc,
8109
8109
  (i, o) => {
8110
- fc(this, i, o);
8110
+ mc(this, i, o);
8111
8111
  }
8112
8112
  ), this.interpreter.appendCode(e), this.interpreter.run(), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction("__triggerEventV1__", [
8113
8113
  Ce("elementEvent", "globality", "startup")
@@ -8139,12 +8139,12 @@ class vc {
8139
8139
  if (i)
8140
8140
  for (const s of i)
8141
8141
  o.push(JSON.stringify(s));
8142
- const r = `${e}(${o.join(", ")});`;
8143
- console.log(r), this.interpreter.appendCode(r), this.interpreter.run();
8142
+ const l = `${e}(${o.join(", ")});`;
8143
+ console.log(l), this.interpreter.appendCode(l), this.interpreter.run();
8144
8144
  }
8145
8145
  }
8146
- function kc(t) {
8147
- const e = rc(), i = lc(), o = G(), r = pe(), s = $e(), a = We(), p = (f, h, x, g) => {
8146
+ function gc(t) {
8147
+ const e = ic(), i = oc(), o = G(), l = pe(), s = $e(), a = We(), p = (f, h, x, g) => {
8148
8148
  if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
8149
8149
  `elementPropChange@${f}@${h}`,
8150
8150
  x,
@@ -8195,13 +8195,13 @@ function kc(t) {
8195
8195
  h,
8196
8196
  x
8197
8197
  ));
8198
- }, u = new vc(e, i, o, r, {
8198
+ }, u = new hc(e, i, o, l, {
8199
8199
  onElementPropChange: p,
8200
8200
  onCustomPropChange: d,
8201
8201
  onCustomStateChange: b,
8202
8202
  onAdaptSlotPropChange: m
8203
8203
  });
8204
- uc(u);
8204
+ rc(u);
8205
8205
  const c = () => {
8206
8206
  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));
8207
8207
  };
@@ -8231,43 +8231,43 @@ function kc(t) {
8231
8231
  { immediate: !0 }
8232
8232
  );
8233
8233
  }
8234
- const _c = (t, e, i) => {
8234
+ const xc = (t, e, i) => {
8235
8235
  const o = t[e];
8236
- return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((r, s) => {
8236
+ return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((l, s) => {
8237
8237
  (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." : ""))));
8238
8238
  });
8239
8239
  };
8240
8240
  async function qc(t) {
8241
- return (await _c(/* @__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;
8241
+ 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;
8242
8242
  }
8243
8243
  export {
8244
- vc as Sandbox,
8245
- wa as ambientLightV1,
8244
+ hc as Sandbox,
8245
+ va as ambientLightV1,
8246
8246
  Rc as badgeV1,
8247
8247
  sn as barChartV1,
8248
- fc as bind,
8248
+ mc as bind,
8249
8249
  nn as boxGeometryV1,
8250
8250
  lo as breakpoints,
8251
- La as btnGroupV1,
8252
- Ba as btnToggleV1,
8251
+ Pa as btnGroupV1,
8252
+ za as btnToggleV1,
8253
8253
  ln as btnV1,
8254
8254
  Re as calcBreakpoint,
8255
8255
  Ae as cardV1,
8256
- Ea as checkboxV1,
8256
+ La as checkboxV1,
8257
8257
  un as chipGroupV1,
8258
8258
  an as chipV1,
8259
- Ra as colorPickerV1,
8260
- Da as comboboxV1,
8259
+ Ea as colorPickerV1,
8260
+ Na as comboboxV1,
8261
8261
  ys as compTypes,
8262
8262
  cn as containerV1,
8263
- Fa as dataTableV1,
8264
- Ga as datePickerV1,
8265
- Ha as dialogV1,
8266
- Va as directionalLightV1,
8267
- sc as duplicateNode,
8263
+ Ma as dataTableV1,
8264
+ Ra as datePickerV1,
8265
+ Da as dialogV1,
8266
+ ka as directionalLightV1,
8267
+ nc as duplicateNode,
8268
8268
  Hc as duplicateNodes,
8269
8269
  Te as elements,
8270
- Ac as ensureContext,
8270
+ Tc as ensureContext,
8271
8271
  Dc as fileInputV1,
8272
8272
  mn as flexLayoutEntryV1,
8273
8273
  Le as flexLayoutV1,
@@ -8279,46 +8279,46 @@ export {
8279
8279
  Gc as getNode,
8280
8280
  Ui as getPropDefault,
8281
8281
  A as getPropTag,
8282
- zc as getTypeColor,
8283
- Pa as globalityV1,
8284
- Sa as groupV1,
8285
- Ya as iconV1,
8282
+ Cc as getTypeColor,
8283
+ Sa as globalityV1,
8284
+ Va as groupV1,
8285
+ Oa as iconV1,
8286
8286
  P as initProps,
8287
8287
  We as injectDark,
8288
8288
  de as injectData,
8289
- ac as injectDepends,
8289
+ sc as injectDepends,
8290
8290
  $e as injectDevice,
8291
- lc as injectEnv,
8291
+ oc as injectEnv,
8292
8292
  G as injectMode,
8293
- rc as injectOrg,
8293
+ ic as injectOrg,
8294
8294
  Ee as injectSandbox,
8295
8295
  pe as injectType,
8296
- ks as isLocaleOfEventKind,
8297
- xs as isLocaleOfMethodKind,
8296
+ xs as isLocaleOfEventKind,
8297
+ gs as isLocaleOfMethodKind,
8298
8298
  hs as isLocaleOfPropertyKind,
8299
8299
  An as isPercentStr,
8300
8300
  Oe as isPixelStr,
8301
- fa as keyboardControlsV1,
8301
+ ma as keyboardControlsV1,
8302
8302
  rn as lineChartV1,
8303
8303
  qc as loadLocaleMessageRuntime,
8304
8304
  Ce as makeEventId,
8305
- Bc as makeMethodId,
8306
- Lc as makePropertyId,
8305
+ Ac as makeMethodId,
8306
+ Pc as makePropertyId,
8307
8307
  Se as makeTriggerId,
8308
- ba as mapControlsV1,
8309
- Ja as menuV1,
8308
+ pa as mapControlsV1,
8309
+ Ua as menuV1,
8310
8310
  Pe as meshBasicMaterialV1,
8311
8311
  ze as meshV1,
8312
8312
  bn as numberInputV1,
8313
- ya as orbitControlsV1,
8314
- ua as orthographicCameraV1,
8313
+ da as orbitControlsV1,
8314
+ ra as orthographicCameraV1,
8315
8315
  bs as pageTypes,
8316
- qa as paginationV1,
8316
+ Ya as paginationV1,
8317
8317
  Xt as parsePercentStr,
8318
8318
  Wc as parsePixelStr,
8319
- ca as perspectiveCameraV1,
8319
+ la as perspectiveCameraV1,
8320
8320
  $o as pkgs,
8321
- $a as pointLightV1,
8321
+ _a as pointLightV1,
8322
8322
  Xc as provideDark,
8323
8323
  Jc as provideData,
8324
8324
  Zc as provideDepends,
@@ -8326,26 +8326,26 @@ export {
8326
8326
  jc as provideEnv,
8327
8327
  Oc as provideMode,
8328
8328
  Kc as provideOrg,
8329
- uc as provideSandbox,
8329
+ rc as provideSandbox,
8330
8330
  Yc as provideType,
8331
8331
  hn as radioGroupV1,
8332
8332
  yn as radioV1,
8333
- tu as rangeSliderV1,
8334
- nu as ratingV1,
8335
- ws as reverseBreakpoints,
8336
- xc as runtime,
8337
- iu as selectV1,
8333
+ qa as rangeSliderV1,
8334
+ Qa as ratingV1,
8335
+ vs as reverseBreakpoints,
8336
+ yc as runtime,
8337
+ eu as selectV1,
8338
8338
  ao as setField,
8339
- ou as sliderV1,
8339
+ tu as sliderV1,
8340
8340
  Fc as spawnNode,
8341
8341
  on as sphereGeometryV1,
8342
- Ia as spotLightV1,
8342
+ wa as spotLightV1,
8343
8343
  gn as stepperHeaderV1,
8344
8344
  xn as stepperItemV1,
8345
8345
  _n as stepperV1,
8346
8346
  kn as stepperWindowItemV1,
8347
8347
  vn as stepperWindowV1,
8348
- uu as switchV1,
8348
+ ru as switchV1,
8349
8349
  wn as tabV1,
8350
8350
  Vn as tabsV1,
8351
8351
  dn as textFieldV1,
@@ -8357,11 +8357,11 @@ export {
8357
8357
  Nc as toMethodName,
8358
8358
  Ec as toPropertyName,
8359
8359
  Me as triggerReactivity,
8360
- Pc as types,
8361
- _s as unwrapEventId,
8362
- vs as unwrapMethodId,
8363
- gs as unwrapPropertyId,
8364
- kc as useSandbox,
8360
+ Sc as types,
8361
+ Bc as unwrapEventId,
8362
+ Lc as unwrapMethodId,
8363
+ zc as unwrapPropertyId,
8364
+ gc as useSandbox,
8365
8365
  Cn as windowItemV1,
8366
8366
  Tn as windowV1
8367
8367
  };