x-runtime-lib 0.8.104 → 0.8.105

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
@@ -15,21 +15,21 @@ var Ie = (t, n, e) => {
15
15
  } else e && t.push([e]);
16
16
  return n;
17
17
  }, Ve = (t, n, e) => {
18
- var o = typeof SuppressedError == "function" ? SuppressedError : function(a, c, m, p) {
19
- return p = Error(m), p.name = "SuppressedError", p.error = a, p.suppressed = c, p;
18
+ var o = typeof SuppressedError == "function" ? SuppressedError : function(a, c, u, p) {
19
+ return p = Error(u), p.name = "SuppressedError", p.error = a, p.suppressed = c, p;
20
20
  }, s = (a) => n = e ? new o(a, n, "An error was suppressed during disposal") : (e = !0, a), r = (a) => {
21
21
  for (; a = t.pop(); )
22
22
  try {
23
23
  var c = a[1] && a[1].call(a[2]);
24
- if (a[0]) return Promise.resolve(c).then(r, (m) => (s(m), r()));
25
- } catch (m) {
26
- s(m);
24
+ if (a[0]) return Promise.resolve(c).then(r, (u) => (s(u), r()));
25
+ } catch (u) {
26
+ s(u);
27
27
  }
28
28
  if (e) throw n;
29
29
  };
30
30
  return r();
31
31
  };
32
- import { defineComponent as I, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Go, onBeforeMount as Ho, onUnmounted as Ge, ref as ie, watchEffect as ye, watch as ce, createBlock as $, withCtx as w, createCommentVNode as le, useTemplateRef as co, onMounted as uo, nextTick as mo, useAttrs as Uo, h as pe, resolveComponent as M, createVNode as F, isRef as Z, createSlots as Ot, renderList as Jo, useId as po, withModifiers as qo, normalizeClass as Xo, toDisplayString as Yo, inject as ue, provide as me, readonly as jt } from "vue";
32
+ import { defineComponent as I, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Go, onBeforeMount as Ho, onUnmounted as Ge, ref as ie, watchEffect as ye, watch as ce, createBlock as $, withCtx as w, createCommentVNode as le, useTemplateRef as co, onMounted as uo, nextTick as mo, useAttrs as Uo, h as pe, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as Jo, useId as po, withModifiers as qo, normalizeClass as Xo, toDisplayString as Yo, inject as ue, provide as me, readonly as Nt } from "vue";
33
33
  import { globalObjects as we, waitUtil as fo, useViewStack as yo, eventBus as bo, messageInfo as Zo, messageSuccess as Qo, messageWarning as go, messageError as ho, createAxios as ei, openConfirmDlg as ti, openPromptDlg as ni } from "x-essential-lib";
34
34
  import { CameraHelper as _o, DirectionalLightHelper as oi, PointLightHelper as ii, SpotLightHelper as ri } from "three";
35
35
  import { c as K, i as de, a as He, K as si, M as li, O as ai, u as ci, r as vo, e as xo, b as ui, d as mi, f as pi, g as di, h as fi, j as yi, k as bi, l as gi, m as ko, n as hi, o as _i, p as vi, q as xi } from "./vendor.nccqfajx.js";
@@ -51,7 +51,7 @@ function nt(t) {
51
51
  const n = t.substring(0, t.length - 2), e = parseFloat(n);
52
52
  return !(isNaN(e) || e % 1 !== 0);
53
53
  }
54
- function Nt(t) {
54
+ function jt(t) {
55
55
  if (typeof t != "string" || !t.endsWith("%"))
56
56
  return !1;
57
57
  const n = t.substring(0, t.length - 1), e = parseFloat(n);
@@ -157,7 +157,7 @@ function Qc(t, n, e, o, s) {
157
157
  children: {}
158
158
  }, r.children[e] = a);
159
159
  }
160
- function E() {
160
+ function T() {
161
161
  return {
162
162
  basic: {
163
163
  id: "",
@@ -165,15 +165,48 @@ function E() {
165
165
  }
166
166
  };
167
167
  }
168
- function A(t, n) {
168
+ function E(t, n) {
169
169
  return {
170
170
  id: t.basic.id,
171
171
  key: t.basic.key,
172
- ref: t.reference?.comp,
172
+ refId: t.reference?.comp,
173
173
  children: n
174
174
  };
175
175
  }
176
- const $i = ["common", "scene"], Ci = ["common", "scene"], eu = [
176
+ const $i = ["common", "scene"], Ci = ["common", "scene"];
177
+ function eu({ type: t, version: n, view: e, code: o }) {
178
+ const s = JSON.parse(
179
+ JSON.stringify(e.nodeLites, (a, c) => {
180
+ if (["id", "children"].includes(a))
181
+ return c;
182
+ })
183
+ ), r = {
184
+ type: t,
185
+ version: n,
186
+ view: {
187
+ nodeLites: s,
188
+ nodes: e.nodes
189
+ },
190
+ code: o
191
+ };
192
+ return JSON.stringify(r);
193
+ }
194
+ function tu(t) {
195
+ const { type: n, version: e, view: o, code: s } = JSON.parse(t), r = {
196
+ type: n,
197
+ version: e,
198
+ view: o,
199
+ code: s
200
+ }, a = (c, u) => {
201
+ c.key = u.basic.key, c.alias = u.basic.alias, c.refId = u.reference?.comp, c.children?.map((p) => {
202
+ a(p, r.view.nodes[p.id]);
203
+ });
204
+ };
205
+ return r.view.nodeLites.map((c) => {
206
+ a(c, r.view.nodes[c.id]);
207
+ }), r;
208
+ }
209
+ const nu = [
177
210
  "globality_v1",
178
211
  "multiple_ref_v1",
179
212
  "reference_v1",
@@ -282,13 +315,25 @@ function Pi(t) {
282
315
  }
283
316
  return !0;
284
317
  }
285
- function tu(t) {
318
+ function ou(t) {
286
319
  switch (t) {
287
320
  case "customSlot":
288
321
  return !1;
289
322
  }
290
323
  return !0;
291
324
  }
325
+ function iu(t) {
326
+ return JSON.stringify(t);
327
+ }
328
+ function ru(t) {
329
+ return JSON.parse(t);
330
+ }
331
+ function su(t) {
332
+ return JSON.stringify(t);
333
+ }
334
+ function lu(t) {
335
+ return JSON.parse(t);
336
+ }
292
337
  function $o(t) {
293
338
  let n = t;
294
339
  for (; n; ) {
@@ -305,24 +350,24 @@ function Ht(t, n, e) {
305
350
  a > 0 && (s += " - "), e ? s += o.global.t(r) : s += r;
306
351
  }), s;
307
352
  }
308
- function nu(t, n) {
353
+ function au(t, n) {
309
354
  const { i18n: e } = we;
310
355
  let o = "";
311
356
  return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Ii(t));
312
357
  }
313
- function ou(t, n) {
358
+ function cu(t, n) {
314
359
  const { i18n: e } = we;
315
360
  let o = "";
316
361
  return t === "elementMethod" || (t === "referenceMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Vi(t));
317
362
  }
318
- function iu(t, n) {
363
+ function uu(t, n) {
319
364
  const { i18n: e } = we;
320
365
  let o = "";
321
366
  return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n, Pi(t));
322
367
  }
323
368
  const Ke = {}, S = (t) => {
324
369
  Ke[t.key] = t;
325
- }, Ti = ["position", "rotation", "scale"], $e = /* @__PURE__ */ I({
370
+ }, Li = ["position", "rotation", "scale"], $e = /* @__PURE__ */ I({
326
371
  __name: "index",
327
372
  props: {
328
373
  position: {},
@@ -341,9 +386,9 @@ const Ke = {}, S = (t) => {
341
386
  o[0] || (o[0] = te("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
342
387
  o[1] || (o[1] = te("TresMeshBasicMaterial", null, null, -1)),
343
388
  R(e.$slots, "default")
344
- ], 8, Ti)) : R(e.$slots, "default", { key: 1 });
389
+ ], 8, Li)) : R(e.$slots, "default", { key: 1 });
345
390
  }
346
- }), j = /* @__PURE__ */ I({
391
+ }), N = /* @__PURE__ */ I({
347
392
  __name: "index",
348
393
  props: {
349
394
  block: { type: Boolean, default: !1 }
@@ -398,7 +443,7 @@ const zi = (t, n, e, o) => {
398
443
  return;
399
444
  } else
400
445
  return s;
401
- }, Ei = (t, n, e, o, s) => {
446
+ }, Ti = (t, n, e, o, s) => {
402
447
  let r;
403
448
  s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : Gt(n, e, r);
404
449
  };
@@ -407,7 +452,7 @@ function l(t, n, e) {
407
452
  return ye(() => {
408
453
  s.value = zi(o, t.value, n, e);
409
454
  }), ce(s, (r, a) => {
410
- de(r, a) || Ei(o, t.value, n, s.value, e);
455
+ de(r, a) || Ti(o, t.value, n, s.value, e);
411
456
  }), { property: s };
412
457
  }
413
458
  function G() {
@@ -439,20 +484,20 @@ function be(t) {
439
484
  "transform",
440
485
  "rotation",
441
486
  "z"
442
- ]), { property: c } = l(t, ["transform", "scale", "x"]), { property: m } = l(t, ["transform", "scale", "y"]), { property: p } = l(t, ["transform", "scale", "z"]), d = ie([0, 0, 0]), u = ie([0, 0, 0]), f = ie([1, 1, 1]);
487
+ ]), { property: c } = l(t, ["transform", "scale", "x"]), { property: u } = l(t, ["transform", "scale", "y"]), { property: p } = l(t, ["transform", "scale", "z"]), d = ie([0, 0, 0]), m = ie([0, 0, 0]), f = ie([1, 1, 1]);
443
488
  return ye(() => {
444
489
  d.value = [n.value, e.value, o.value];
445
490
  }), ye(() => {
446
491
  n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
447
492
  }), ye(() => {
448
- u.value = [s.value, r.value, a.value];
493
+ m.value = [s.value, r.value, a.value];
449
494
  }), ye(() => {
450
- s.value = u.value[0], r.value = u.value[1], a.value = u.value[2];
495
+ s.value = m.value[0], r.value = m.value[1], a.value = m.value[2];
451
496
  }), ye(() => {
452
- f.value = [c.value, m.value, p.value];
497
+ f.value = [c.value, u.value, p.value];
453
498
  }), ye(() => {
454
- c.value = f.value[0], m.value = f.value[1], p.value = f.value[2];
455
- }), { position: d, rotation: u, scale: f };
499
+ c.value = f.value[0], u.value = f.value[1], p.value = f.value[2];
500
+ }), { position: d, rotation: m, scale: f };
456
501
  }
457
502
  function Co(t) {
458
503
  const n = k(() => t.value.legend?.show), e = k(() => t.value.legend?.data);
@@ -494,7 +539,7 @@ function Po(t) {
494
539
  }
495
540
  return { show: n, position: e, type: o, data: s, applyXAxis: r };
496
541
  }
497
- function To(t) {
542
+ function Lo(t) {
498
543
  const n = k(() => t.value.yAxis?.show), e = k(() => t.value.yAxis?.position), o = k(() => t.value.yAxis?.type), s = k(() => t.value.yAxis?.data);
499
544
  function r(a) {
500
545
  a.yAxis = {
@@ -513,16 +558,16 @@ function q(t) {
513
558
  }), r = k(() => e.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = k(() => {
514
559
  const p = a.value;
515
560
  return !p.startsWith("#") || p.length < 7 ? "" : p.substring(0, 7);
516
- }), m = k(() => {
561
+ }), u = k(() => {
517
562
  const p = a.value;
518
563
  return p.startsWith("#") ? p.length < 9 ? 1 : parseInt(p.substring(7, 9)) / 255 : 0;
519
564
  });
520
- return { color: a, rgb: c, alpha: m };
565
+ return { color: a, rgb: c, alpha: u };
521
566
  }
522
567
  function Ut(t) {
523
- const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = q(o), r = k(() => t.value.border?.roundRadius?.tl), a = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl), m = k(() => t.value.border?.roundRadius?.br);
568
+ const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = q(o), r = k(() => t.value.border?.roundRadius?.tl), a = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl), u = k(() => t.value.border?.roundRadius?.br);
524
569
  function p(d) {
525
- n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), r.value && (d.borderTopLeftRadius = r.value), a.value && (d.borderTopRightRadius = a.value), c.value && (d.borderBottomLeftRadius = c.value), m.value && (d.borderBottomRightRadius = m.value);
570
+ n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), r.value && (d.borderTopLeftRadius = r.value), a.value && (d.borderTopRightRadius = a.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
526
571
  }
527
572
  return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: p };
528
573
  }
@@ -543,32 +588,32 @@ function qt(t) {
543
588
  function ge(t, n) {
544
589
  const e = J(), o = Be(), s = k(() => n.value.size?.width), r = k(() => n.value.size?.minWidth), a = k(() => n.value.size?.maxWidth), c = k(() => {
545
590
  if (t.outer && e === "editor") {
546
- const u = at(n.value.size?.height);
547
- if (u)
548
- return u / 100 * o.value.height + "px";
591
+ const m = at(n.value.size?.height);
592
+ if (m)
593
+ return m / 100 * o.value.height + "px";
549
594
  }
550
595
  return n.value.size?.height;
551
- }), m = k(() => {
596
+ }), u = k(() => {
552
597
  if (t.outer && e === "editor") {
553
- const u = at(n.value.size?.minHeight);
554
- if (u)
555
- return u / 100 * o.value.height + "px";
598
+ const m = at(n.value.size?.minHeight);
599
+ if (m)
600
+ return m / 100 * o.value.height + "px";
556
601
  }
557
602
  return n.value.size?.minHeight;
558
603
  }), p = k(() => {
559
604
  if (t.outer && e === "editor") {
560
- const u = at(n.value.size?.maxHeight);
561
- if (u)
562
- return u / 100 * o.value.height + "px";
605
+ const m = at(n.value.size?.maxHeight);
606
+ if (m)
607
+ return m / 100 * o.value.height + "px";
563
608
  }
564
609
  return n.value.size?.maxHeight;
565
610
  });
566
- function d(u) {
567
- s.value && (u.width = s.value), r.value && (u.minWidth = r.value), a.value && (u.maxWidth = a.value), c.value && (u.height = c.value), m.value && (u.minHeight = m.value), p.value && (u.maxHeight = p.value);
611
+ function d(m) {
612
+ s.value && (m.width = s.value), r.value && (m.minWidth = r.value), a.value && (m.maxWidth = a.value), c.value && (m.height = c.value), u.value && (m.minHeight = u.value), p.value && (m.maxHeight = p.value);
568
613
  }
569
- return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: m, maxHeight: p, applySize: d };
614
+ return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: u, maxHeight: p, applySize: d };
570
615
  }
571
- const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Li = /* @__PURE__ */ I({
616
+ const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Ai = /* @__PURE__ */ I({
572
617
  __name: "index",
573
618
  props: {
574
619
  id: {},
@@ -576,7 +621,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
576
621
  refContext: {}
577
622
  },
578
623
  setup(t) {
579
- const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "bottom"]), { property: m } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: f } = l(e, ["settings", "top"]);
624
+ const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "bottom"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: m } = l(e, ["settings", "right"]), { property: f } = l(e, ["settings", "top"]);
580
625
  return (g, b) => (_(), $(i($e), {
581
626
  position: i(s),
582
627
  rotation: i(r),
@@ -585,11 +630,11 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
585
630
  default: w(() => [
586
631
  te("TresOrthographicCamera", {
587
632
  bottom: i(c),
588
- far: i(m),
633
+ far: i(u),
589
634
  left: i(p),
590
635
  near: i(d),
591
636
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
592
- right: i(u),
637
+ right: i(m),
593
638
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
594
639
  scale: i(o) !== "editor" ? i(a) : [1, 1, 1],
595
640
  top: i(f)
@@ -599,7 +644,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
599
644
  type: i(_o)
600
645
  }, null, 8, ["type"])) : le("", !0),
601
646
  R(g.$slots, "default")
602
- ], 8, Ai)
647
+ ], 8, Ei)
603
648
  ]),
604
649
  _: 3
605
650
  }, 8, ["position", "rotation", "scale"]));
@@ -612,8 +657,8 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
612
657
  refContext: {}
613
658
  },
614
659
  setup(t) {
615
- const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "aspect"]), { property: m } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
616
- return (u, f) => (_(), $(i($e), {
660
+ const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "aspect"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
661
+ return (m, f) => (_(), $(i($e), {
617
662
  position: i(s),
618
663
  rotation: i(r),
619
664
  scale: i(a)
@@ -621,7 +666,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
621
666
  default: w(() => [
622
667
  te("TresPerspectiveCamera", {
623
668
  aspect: i(c),
624
- far: i(m),
669
+ far: i(u),
625
670
  fov: i(p),
626
671
  near: i(d),
627
672
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
@@ -632,7 +677,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
632
677
  key: 0,
633
678
  type: i(_o)
634
679
  }, null, 8, ["type"])) : le("", !0),
635
- R(u.$slots, "default")
680
+ R(m.$slots, "default")
636
681
  ], 8, Mi)
637
682
  ]),
638
683
  _: 3
@@ -656,7 +701,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
656
701
  const n = J();
657
702
  return (e, o) => i(n) !== "editor" ? (_(), $(i(ai), { key: 0 })) : le("", !0);
658
703
  }
659
- }), Di = ["args"], Fi = /* @__PURE__ */ I({
704
+ }), Di = ["args"], Oi = /* @__PURE__ */ I({
660
705
  __name: "index",
661
706
  props: {
662
707
  id: {},
@@ -670,7 +715,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
670
715
  ]), { property: r } = l(e, ["settings", "height"]), { property: a } = l(e, [
671
716
  "settings",
672
717
  "heightSegements"
673
- ]), { property: c } = l(e, ["settings", "width"]), { property: m } = l(e, [
718
+ ]), { property: c } = l(e, ["settings", "width"]), { property: u } = l(e, [
674
719
  "settings",
675
720
  "widthSegements"
676
721
  ]);
@@ -679,18 +724,18 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
679
724
  i(c),
680
725
  i(r),
681
726
  i(o),
682
- i(m),
727
+ i(u),
683
728
  i(a),
684
729
  i(s)
685
730
  ]
686
731
  }, null, 8, Di));
687
732
  }
688
- }), Le = (t, n) => {
733
+ }), Ae = (t, n) => {
689
734
  const e = t.__vccOpts || t;
690
735
  for (const [o, s] of n)
691
736
  e[o] = s;
692
737
  return e;
693
- }, Oi = ["args"], ji = /* @__PURE__ */ I({
738
+ }, Fi = ["args"], Ni = /* @__PURE__ */ I({
694
739
  __name: "index",
695
740
  props: {
696
741
  id: {},
@@ -710,26 +755,26 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
710
755
  ]), { property: a } = l(e, ["settings", "radius"]), { property: c } = l(e, [
711
756
  "settings",
712
757
  "thetaLength"
713
- ]), { property: m } = l(e, [
758
+ ]), { property: u } = l(e, [
714
759
  "settings",
715
760
  "thetaStart"
716
761
  ]), { property: p } = l(e, [
717
762
  "settings",
718
763
  "widthSegments"
719
764
  ]);
720
- return (d, u) => (_(), se("TresSphereGeometry", {
765
+ return (d, m) => (_(), se("TresSphereGeometry", {
721
766
  args: [
722
767
  i(a),
723
768
  i(p),
724
769
  i(o),
725
770
  i(r),
726
771
  i(s),
727
- i(m),
772
+ i(u),
728
773
  i(c)
729
774
  ]
730
- }, null, 8, Oi));
775
+ }, null, 8, Fi));
731
776
  }
732
- }), Ni = ["color", "intensity", "position", "rotation", "scale"], Gi = /* @__PURE__ */ I({
777
+ }), ji = ["color", "intensity", "position", "rotation", "scale"], Gi = /* @__PURE__ */ I({
733
778
  __name: "index",
734
779
  props: {
735
780
  id: {},
@@ -737,25 +782,25 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
737
782
  refContext: {}
738
783
  },
739
784
  setup(t) {
740
- const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: m } = q(c), { property: p } = l(e, [
785
+ const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
741
786
  "settings",
742
787
  "intensity"
743
788
  ]);
744
- return (d, u) => (_(), $(i($e), {
789
+ return (d, m) => (_(), $(i($e), {
745
790
  position: i(s),
746
791
  rotation: i(r),
747
792
  scale: i(a)
748
793
  }, {
749
794
  default: w(() => [
750
795
  te("TresAmbientLight", {
751
- color: i(m),
796
+ color: i(u),
752
797
  intensity: i(p),
753
798
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
754
799
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
755
800
  scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
756
801
  }, [
757
802
  R(d.$slots, "default")
758
- ], 8, Ni)
803
+ ], 8, ji)
759
804
  ]),
760
805
  _: 3
761
806
  }, 8, ["position", "rotation", "scale"]));
@@ -768,18 +813,18 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
768
813
  refContext: {}
769
814
  },
770
815
  setup(t) {
771
- const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: m } = q(c), { property: p } = l(e, [
816
+ const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
772
817
  "settings",
773
818
  "intensity"
774
819
  ]);
775
- return (d, u) => (_(), $(i($e), {
820
+ return (d, m) => (_(), $(i($e), {
776
821
  position: i(s),
777
822
  rotation: i(r),
778
823
  scale: i(a)
779
824
  }, {
780
825
  default: w(() => [
781
826
  te("TresDirectionalLight", {
782
- color: i(m),
827
+ color: i(u),
783
828
  intensity: i(p),
784
829
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
785
830
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
@@ -803,10 +848,10 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
803
848
  refContext: {}
804
849
  },
805
850
  setup(t) {
806
- const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: m } = q(c), { property: p } = l(e, ["settings", "decay"]), { property: d } = l(e, [
851
+ const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, ["settings", "decay"]), { property: d } = l(e, [
807
852
  "settings",
808
853
  "distance"
809
- ]), { property: u } = l(e, [
854
+ ]), { property: m } = l(e, [
810
855
  "settings",
811
856
  "intensity"
812
857
  ]);
@@ -817,10 +862,10 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
817
862
  }, {
818
863
  default: w(() => [
819
864
  te("TresPointLight", {
820
- color: i(m),
865
+ color: i(u),
821
866
  decay: i(p),
822
867
  distance: i(d),
823
- intensity: i(u),
868
+ intensity: i(m),
824
869
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
825
870
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
826
871
  scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
@@ -843,7 +888,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
843
888
  refContext: {}
844
889
  },
845
890
  setup(t) {
846
- const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "angle"]), { property: m } = l(e, ["settings", "color"]), { color: p } = q(m), { property: d } = l(e, ["settings", "decay"]), { property: u } = l(e, [
891
+ const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "angle"]), { property: u } = l(e, ["settings", "color"]), { color: p } = q(u), { property: d } = l(e, ["settings", "decay"]), { property: m } = l(e, [
847
892
  "settings",
848
893
  "distance"
849
894
  ]), { property: f } = l(e, [
@@ -863,7 +908,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
863
908
  angle: i(c),
864
909
  color: i(p),
865
910
  decay: i(d),
866
- distance: i(u),
911
+ distance: i(m),
867
912
  intensity: i(f),
868
913
  penumbra: i(g),
869
914
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
@@ -884,7 +929,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
884
929
  function Qi(t, n) {
885
930
  return _(), se("TresMeshBasicMaterial");
886
931
  }
887
- const er = /* @__PURE__ */ Le(Zi, [["render", Qi]]), tr = ["position", "rotation", "scale"], nr = /* @__PURE__ */ I({
932
+ const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation", "scale"], nr = /* @__PURE__ */ I({
888
933
  __name: "index",
889
934
  props: {
890
935
  id: {},
@@ -893,7 +938,7 @@ const er = /* @__PURE__ */ Le(Zi, [["render", Qi]]), tr = ["position", "rotation
893
938
  },
894
939
  setup(t) {
895
940
  const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e);
896
- return (c, m) => (_(), $(i($e), {
941
+ return (c, u) => (_(), $(i($e), {
897
942
  position: i(s),
898
943
  rotation: i(r),
899
944
  scale: i(a)
@@ -927,7 +972,7 @@ const er = /* @__PURE__ */ Le(Zi, [["render", Qi]]), tr = ["position", "rotation
927
972
  R(a.$slots, "default")
928
973
  ], 8, or));
929
974
  }
930
- }), rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], sr = "#242424", lr = {}, ar = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ur = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, vr = { 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" } }, xr = { 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 = { 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)" } } }, wr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Sr = { 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"] } } }, $r = { 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"] } } }, Cr = { 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"] } } }, Ir = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Vr = { textStyle: { color: "#eeeeee" } }, Pr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Tr = { 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" } } }, zr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Er = { 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" } }, Ar = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Lr = {
975
+ }), rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], sr = "#242424", lr = {}, ar = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ur = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, vr = { 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" } }, xr = { 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 = { 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)" } } }, wr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Sr = { 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"] } } }, $r = { 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"] } } }, Cr = { 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"] } } }, Ir = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Vr = { textStyle: { color: "#eeeeee" } }, Pr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Lr = { 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" } } }, zr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Tr = { 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" } }, Er = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ar = {
931
976
  color: rr,
932
977
  backgroundColor: sr,
933
978
  textStyle: lr,
@@ -953,21 +998,21 @@ const er = /* @__PURE__ */ Le(Zi, [["render", Qi]]), tr = ["position", "rotation
953
998
  toolbox: Ir,
954
999
  legend: Vr,
955
1000
  tooltip: Pr,
956
- timeline: Tr,
1001
+ timeline: Lr,
957
1002
  visualMap: zr,
958
- dataZoom: Er,
959
- markPoint: Ar
960
- }, Mr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Br = "#f5f5f5", Wr = {}, Rr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Fr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Xr = { 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" } }, Yr = { 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)" } } }, Zr = { 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)" } } }, Qr = { 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"] } } }, es = { 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"] } } }, ts = { 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"] } } }, ns = { 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"] } } }, os = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, is = { textStyle: { color: "#333333" } }, rs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ss = { 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" } } }, ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, as = { 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" } }, cs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, us = {
1003
+ dataZoom: Tr,
1004
+ markPoint: Er
1005
+ }, Mr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Br = "#f5f5f5", Wr = {}, Rr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Or = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Xr = { 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" } }, Yr = { 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)" } } }, Zr = { 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)" } } }, Qr = { 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"] } } }, es = { 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"] } } }, ts = { 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"] } } }, ns = { 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"] } } }, os = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, is = { textStyle: { color: "#333333" } }, rs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ss = { 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" } } }, ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, as = { 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" } }, cs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, us = {
961
1006
  color: Mr,
962
1007
  backgroundColor: Br,
963
1008
  textStyle: Wr,
964
1009
  title: Rr,
965
1010
  line: Kr,
966
1011
  radar: Dr,
967
- bar: Fr,
968
- pie: Or,
969
- scatter: jr,
970
- boxplot: Nr,
1012
+ bar: Or,
1013
+ pie: Fr,
1014
+ scatter: Nr,
1015
+ boxplot: jr,
971
1016
  parallel: Gr,
972
1017
  sankey: Hr,
973
1018
  funnel: Ur,
@@ -998,7 +1043,7 @@ ci([
998
1043
  bi,
999
1044
  gi
1000
1045
  ]);
1001
- vo("dark", Lr);
1046
+ vo("dark", Ar);
1002
1047
  vo("light", us);
1003
1048
  const ms = /* @__PURE__ */ I({
1004
1049
  __name: "index",
@@ -1008,38 +1053,38 @@ const ms = /* @__PURE__ */ I({
1008
1053
  refContext: {}
1009
1054
  },
1010
1055
  setup(t) {
1011
- const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: m, maxWidth: p, height: d, minHeight: u, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = To(e), { applyLegend: x } = Co(e), { applySeries: C } = Io(e), V = k(() => {
1012
- const T = {}, H = a.value.type;
1013
- return r === "page" ? H === "common" ? g(T) : console.assert(!1) : r === "comp" && H === "common" ? g(T) : console.assert(!1), T;
1014
- }), O = co("chart");
1056
+ const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = Co(e), { applySeries: C } = Io(e), V = k(() => {
1057
+ const L = {}, H = a.value.type;
1058
+ return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
1059
+ }), F = co("chart");
1015
1060
  let W;
1016
1061
  const U = () => {
1017
- W?.dispose(), W = xo.init(O.value, s.value ? "dark" : "light");
1018
- const T = {};
1019
- W.setOption(T);
1020
- }, N = () => {
1062
+ W?.dispose(), W = xo.init(F.value, s.value ? "dark" : "light");
1063
+ const L = {};
1064
+ W.setOption(L);
1065
+ }, j = () => {
1021
1066
  W?.resize();
1022
1067
  }, D = () => {
1023
- const T = {};
1024
- b(T), v(T), h(T), x(T), C(T), W?.setOption(T, !0);
1068
+ const L = {};
1069
+ b(L), v(L), h(L), x(L), C(L), W?.setOption(L, !0);
1025
1070
  };
1026
1071
  return uo(async () => {
1027
- window.addEventListener("resize", N, !1), await fo(() => !!O.value), U(), D();
1072
+ window.addEventListener("resize", j, !1), await fo(() => !!F.value), U(), D();
1028
1073
  }), Ge(() => {
1029
- window.removeEventListener("resize", N, !1), W?.dispose();
1074
+ window.removeEventListener("resize", j, !1), W?.dispose();
1030
1075
  }), ce(
1031
1076
  [
1032
1077
  () => o.value.width,
1033
1078
  () => o.value.height,
1034
1079
  c,
1035
- m,
1080
+ u,
1036
1081
  p,
1037
1082
  d,
1038
- u,
1083
+ m,
1039
1084
  f
1040
1085
  ],
1041
1086
  async () => {
1042
- await mo(), N();
1087
+ await mo(), j();
1043
1088
  }
1044
1089
  ), ce([s], () => {
1045
1090
  U(), D();
@@ -1049,7 +1094,7 @@ const ms = /* @__PURE__ */ I({
1049
1094
  D();
1050
1095
  },
1051
1096
  { deep: !0 }
1052
- ), (T, H) => (_(), $(i(j), { block: "" }, {
1097
+ ), (L, H) => (_(), $(i(N), { block: "" }, {
1053
1098
  default: w(() => [
1054
1099
  te("div", {
1055
1100
  ref: "chart",
@@ -1067,38 +1112,38 @@ const ms = /* @__PURE__ */ I({
1067
1112
  refContext: {}
1068
1113
  },
1069
1114
  setup(t) {
1070
- const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: m, maxWidth: p, height: d, minHeight: u, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = To(e), { applyLegend: x } = Co(e), { applySeries: C } = Io(e), V = k(() => {
1071
- const T = {}, H = a.value.type;
1072
- return r === "page" ? H === "common" ? g(T) : console.assert(!1) : r === "comp" && H === "common" ? g(T) : console.assert(!1), T;
1073
- }), O = co("chart");
1115
+ const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = Co(e), { applySeries: C } = Io(e), V = k(() => {
1116
+ const L = {}, H = a.value.type;
1117
+ return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
1118
+ }), F = co("chart");
1074
1119
  let W;
1075
1120
  const U = () => {
1076
- W?.dispose(), W = xo.init(O.value, s.value ? "dark" : "light");
1077
- const T = {};
1078
- W.setOption(T);
1079
- }, N = () => {
1121
+ W?.dispose(), W = xo.init(F.value, s.value ? "dark" : "light");
1122
+ const L = {};
1123
+ W.setOption(L);
1124
+ }, j = () => {
1080
1125
  W?.resize();
1081
1126
  }, D = () => {
1082
- const T = {};
1083
- b(T), v(T), h(T), x(T), C(T), W?.setOption(T, !0);
1127
+ const L = {};
1128
+ b(L), v(L), h(L), x(L), C(L), W?.setOption(L, !0);
1084
1129
  };
1085
1130
  return uo(async () => {
1086
- window.addEventListener("resize", N, !1), await fo(() => !!O.value), U(), D();
1131
+ window.addEventListener("resize", j, !1), await fo(() => !!F.value), U(), D();
1087
1132
  }), Ge(() => {
1088
- window.removeEventListener("resize", N, !1), W?.dispose();
1133
+ window.removeEventListener("resize", j, !1), W?.dispose();
1089
1134
  }), ce(
1090
1135
  [
1091
1136
  () => o.value.width,
1092
1137
  () => o.value.height,
1093
1138
  c,
1094
- m,
1139
+ u,
1095
1140
  p,
1096
1141
  d,
1097
- u,
1142
+ m,
1098
1143
  f
1099
1144
  ],
1100
1145
  async () => {
1101
- await mo(), N();
1146
+ await mo(), j();
1102
1147
  }
1103
1148
  ), ce([s], () => {
1104
1149
  U(), D();
@@ -1108,7 +1153,7 @@ const ms = /* @__PURE__ */ I({
1108
1153
  D();
1109
1154
  },
1110
1155
  { deep: !0 }
1111
- ), (T, H) => (_(), $(i(j), { block: "" }, {
1156
+ ), (L, H) => (_(), $(i(N), { block: "" }, {
1112
1157
  default: w(() => [
1113
1158
  te("div", {
1114
1159
  ref: "chart",
@@ -1139,21 +1184,21 @@ const ms = /* @__PURE__ */ I({
1139
1184
  setup(t) {
1140
1185
  const { t: n } = wo(), e = t, { node: o } = P(e), s = ie(), r = J();
1141
1186
  ne(r) && sn(s, "reference", e.id, "", ve()), rn(e.refContext.compId, s);
1142
- const a = Uo(), { applySize: c } = ge(e, o), m = k(() => {
1143
- const u = {};
1144
- return s.value?.type === "common" && c(u), u;
1187
+ const a = Uo(), { applySize: c } = ge(e, o), u = k(() => {
1188
+ const m = {};
1189
+ return s.value?.type === "common" && c(m), m;
1145
1190
  });
1146
- function p(u) {
1147
- const f = Ke[u.key];
1191
+ function p(m) {
1192
+ const f = Ke[m.key];
1148
1193
  if (!f)
1149
- return console.assert(!1, `element not found key=${u.key}`), pe("div", `element not found key=${u.key}`);
1150
- const g = { id: u.id };
1151
- u.ref && (g.refContext = {
1194
+ return console.assert(!1, `element not found key=${m.key}`), pe("div", `element not found key=${m.key}`);
1195
+ const g = { id: m.id };
1196
+ m.refId && (g.refContext = {
1152
1197
  parent: e.refContext,
1153
- compId: u.ref
1198
+ compId: m.refId
1154
1199
  });
1155
1200
  const b = [];
1156
- return f.leaf || u.children?.forEach((v) => {
1201
+ return f.leaf || m.children?.forEach((v) => {
1157
1202
  b.push(p(v));
1158
1203
  }), pe(f.comp, { key: "", ...g }, { default: () => b });
1159
1204
  }
@@ -1162,17 +1207,17 @@ const ms = /* @__PURE__ */ I({
1162
1207
  return pe("div", n("x-runtime-lib.circularRef"));
1163
1208
  if (!s.value)
1164
1209
  return pe("div");
1165
- const u = [];
1166
- if (s.value.view.nodeTree.forEach((g) => {
1167
- u.push(p(g));
1168
- }), s.value.type === "common")
1210
+ const m = s.value.view.nodeLites.map(
1211
+ (g) => p(g)
1212
+ );
1213
+ if (s.value.type === "common")
1169
1214
  return pe(
1170
1215
  "div",
1171
- { id: a.id, style: m.value },
1172
- { default: () => u }
1216
+ { id: a.id, style: u.value },
1217
+ { default: () => m }
1173
1218
  );
1174
1219
  };
1175
- return (u, f) => (_(), $(d));
1220
+ return (m, f) => (_(), $(d));
1176
1221
  }
1177
1222
  }), ys = /* @__PURE__ */ I({
1178
1223
  __name: "index",
@@ -1183,7 +1228,7 @@ const ms = /* @__PURE__ */ I({
1183
1228
  },
1184
1229
  setup(t) {
1185
1230
  const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "open"]);
1186
- return (s, r) => (_(), $(i(j), null, {
1231
+ return (s, r) => (_(), $(i(N), null, {
1187
1232
  default: w(() => [
1188
1233
  i(o) ? R(s.$slots, "default", { key: 0 }) : le("", !0)
1189
1234
  ]),
@@ -1201,30 +1246,21 @@ const ms = /* @__PURE__ */ I({
1201
1246
  const { t: n } = wo(), e = t, o = ie(), s = J();
1202
1247
  ne(s) && sn(o, "slot", e.id, "", ve()), rn(e.refContext.compId, o);
1203
1248
  function r(c) {
1204
- const m = Ke[c.key];
1205
- if (!m)
1249
+ const u = Ke[c.key];
1250
+ if (!u)
1206
1251
  return console.assert(!1, `element not found key=${c.key}`), pe("div", `element not found key=${c.key}`);
1207
1252
  const p = { id: c.id };
1208
- c.ref && (p.refContext = {
1253
+ c.refId && (p.refContext = {
1209
1254
  parent: e.refContext,
1210
- compId: c.ref
1255
+ compId: c.refId
1211
1256
  });
1212
1257
  const d = [];
1213
- return m.leaf || c.children?.forEach((u) => {
1214
- d.push(r(u));
1215
- }), pe(m.comp, { key: "", ...p }, { default: () => d });
1258
+ return u.leaf || c.children?.forEach((m) => {
1259
+ d.push(r(m));
1260
+ }), pe(u.comp, { key: "", ...p }, { default: () => d });
1216
1261
  }
1217
- const a = () => {
1218
- if ($o(e.refContext))
1219
- return pe("div", n("x-runtime-lib.circularRef"));
1220
- if (!o.value)
1221
- return pe("div");
1222
- const c = [];
1223
- return o.value.view.nodeTree.forEach((m) => {
1224
- c.push(r(m));
1225
- }), c;
1226
- };
1227
- return (c, m) => (_(), $(a));
1262
+ const a = () => $o(e.refContext) ? pe("div", n("x-runtime-lib.circularRef")) : o.value ? o.value.view.nodeLites.map((c) => r(c)) : pe("div");
1263
+ return (c, u) => (_(), $(a));
1228
1264
  }
1229
1265
  }), bs = /* @__PURE__ */ I({
1230
1266
  __name: "index",
@@ -1243,11 +1279,11 @@ const ms = /* @__PURE__ */ I({
1243
1279
  "offset",
1244
1280
  "y"
1245
1281
  ]);
1246
- return (m, p) => {
1282
+ return (u, p) => {
1247
1283
  const d = M("v-badge");
1248
- return _(), $(i(j), null, {
1284
+ return _(), $(i(N), null, {
1249
1285
  default: w(() => [
1250
- F(d, {
1286
+ O(d, {
1251
1287
  content: i(o),
1252
1288
  dot: i(s),
1253
1289
  "offset-x": i(a),
@@ -1255,7 +1291,7 @@ const ms = /* @__PURE__ */ I({
1255
1291
  theme: i(r)
1256
1292
  }, {
1257
1293
  default: w(() => [
1258
- R(m.$slots, "default")
1294
+ R(u.$slots, "default")
1259
1295
  ]),
1260
1296
  _: 3
1261
1297
  }, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
@@ -1276,17 +1312,17 @@ const ms = /* @__PURE__ */ I({
1276
1312
  "settings",
1277
1313
  "addIcon",
1278
1314
  "append"
1279
- ]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = q(a), { property: m } = l(e, ["settings", "density"]), { property: p } = l(e, [
1315
+ ]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = q(a), { property: u } = l(e, ["settings", "density"]), { property: p } = l(e, [
1280
1316
  "settings",
1281
1317
  "disabled"
1282
- ]), { property: d } = l(e, ["size", "height"]), { property: u } = l(e, ["settings", "loading"]), { property: f } = l(e, ["size", "maxHeight"]), { property: g } = l(e, ["size", "maxWidth"]), { property: b } = l(e, ["size", "minHeight"]), { property: v } = l(e, ["size", "minWidth"]), { property: h } = l(e, [
1318
+ ]), { property: d } = l(e, ["size", "height"]), { property: m } = l(e, ["settings", "loading"]), { property: f } = l(e, ["size", "maxHeight"]), { property: g } = l(e, ["size", "maxWidth"]), { property: b } = l(e, ["size", "minHeight"]), { property: v } = l(e, ["size", "minWidth"]), { property: h } = l(e, [
1283
1319
  "settings",
1284
1320
  "addIcon",
1285
1321
  "prepend"
1286
1322
  ]), { property: x } = l(e, [
1287
1323
  "settings",
1288
1324
  "readonly"
1289
- ]), { property: C } = l(e, ["settings", "ripple"]), { property: V } = l(e, ["settings", "size"]), { property: O } = l(e, ["settings", "stacked"]), { property: W } = l(e, ["settings", "text"]), { theme: U } = G(), { property: N } = l(e, ["settings", "variant"]), { property: D } = l(e, ["size", "width"]), T = (H) => {
1325
+ ]), { property: C } = l(e, ["settings", "ripple"]), { property: V } = l(e, ["settings", "size"]), { property: F } = l(e, ["settings", "stacked"]), { property: W } = l(e, ["settings", "text"]), { theme: U } = G(), { property: j } = l(e, ["settings", "variant"]), { property: D } = l(e, ["size", "width"]), L = (H) => {
1290
1326
  if (!o || !o.vm)
1291
1327
  return;
1292
1328
  const { vm: ee } = o;
@@ -1297,16 +1333,16 @@ const ms = /* @__PURE__ */ I({
1297
1333
  };
1298
1334
  return (H, ee) => {
1299
1335
  const ae = M("v-btn");
1300
- return _(), $(i(j), { block: i(r) }, {
1336
+ return _(), $(i(N), { block: i(r) }, {
1301
1337
  default: w(() => [
1302
- F(ae, {
1338
+ O(ae, {
1303
1339
  "append-icon": i(s),
1304
1340
  block: i(r),
1305
1341
  color: i(c),
1306
- density: i(m),
1342
+ density: i(u),
1307
1343
  disabled: i(p),
1308
1344
  height: i(d),
1309
- loading: i(u),
1345
+ loading: i(m),
1310
1346
  "max-height": i(f),
1311
1347
  "max-width": i(g),
1312
1348
  "min-height": i(b),
@@ -1315,12 +1351,12 @@ const ms = /* @__PURE__ */ I({
1315
1351
  readonly: i(x),
1316
1352
  ripple: i(C),
1317
1353
  size: i(V),
1318
- stacked: i(O),
1354
+ stacked: i(F),
1319
1355
  text: i(W),
1320
1356
  theme: i(U),
1321
- variant: i(N),
1357
+ variant: i(j),
1322
1358
  width: i(D),
1323
- onClick: T
1359
+ onClick: L
1324
1360
  }, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
1325
1361
  ]),
1326
1362
  _: 1
@@ -1337,7 +1373,7 @@ function _s(t, n) {
1337
1373
  _: 3
1338
1374
  });
1339
1375
  }
1340
- const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1376
+ const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1341
1377
  __name: "index",
1342
1378
  props: {
1343
1379
  id: {},
@@ -1354,10 +1390,10 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1354
1390
  ]), { property: c } = l(e, [
1355
1391
  "settings",
1356
1392
  "multiple"
1357
- ]), { property: m } = l(e, [
1393
+ ]), { property: u } = l(e, [
1358
1394
  "settings",
1359
1395
  "readonly"
1360
- ]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: u } = G(), { property: f } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "variant"]);
1396
+ ]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: m } = G(), { property: f } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "variant"]);
1361
1397
  return (b, v) => {
1362
1398
  const h = M("v-btn-toggle");
1363
1399
  return _(), $(h, {
@@ -1366,10 +1402,10 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1366
1402
  divided: i(r),
1367
1403
  mandatory: i(a),
1368
1404
  multiple: i(c),
1369
- readonly: i(m),
1405
+ readonly: i(u),
1370
1406
  size: i(p),
1371
1407
  stacked: i(d),
1372
- theme: i(u),
1408
+ theme: i(m),
1373
1409
  tile: i(f),
1374
1410
  variant: i(g)
1375
1411
  }, {
@@ -1391,24 +1427,24 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1391
1427
  const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
1392
1428
  "settings",
1393
1429
  "disabled"
1394
- ]), { property: r } = l(e, ["size", "height"]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "loading"]), { property: m } = l(e, ["size", "maxHeight"]), { property: p } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: f } = l(e, [
1430
+ ]), { property: r } = l(e, ["size", "height"]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "loading"]), { property: u } = l(e, ["size", "maxHeight"]), { property: p } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: m } = l(e, ["size", "minWidth"]), { property: f } = l(e, [
1395
1431
  "settings",
1396
1432
  "subtitle"
1397
1433
  ]), { property: g } = l(e, ["settings", "text"]), { theme: b } = G(), { property: v } = l(e, ["settings", "title"]), { property: h } = l(e, ["settings", "variant"]), { property: x } = l(e, ["size", "width"]);
1398
1434
  return (C, V) => {
1399
- const O = M("v-card");
1400
- return _(), $(i(j), { block: "" }, {
1435
+ const F = M("v-card");
1436
+ return _(), $(i(N), { block: "" }, {
1401
1437
  default: w(() => [
1402
- F(O, {
1438
+ O(F, {
1403
1439
  density: i(o),
1404
1440
  disabled: i(s),
1405
1441
  height: i(r),
1406
1442
  hover: i(a),
1407
1443
  loading: i(c),
1408
- "max-height": i(m),
1444
+ "max-height": i(u),
1409
1445
  "max-width": i(p),
1410
1446
  "min-height": i(d),
1411
- "min-width": i(u),
1447
+ "min-width": i(m),
1412
1448
  subtitle: i(f),
1413
1449
  text: i(g),
1414
1450
  theme: i(b),
@@ -1443,9 +1479,9 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1443
1479
  ]);
1444
1480
  return (r, a) => {
1445
1481
  const c = M("v-checkbox");
1446
- return _(), $(i(j), null, {
1482
+ return _(), $(i(N), null, {
1447
1483
  default: w(() => [
1448
- F(c, {
1484
+ O(c, {
1449
1485
  disabled: i(o),
1450
1486
  readonly: i(s)
1451
1487
  }, null, 8, ["disabled", "readonly"])
@@ -1468,23 +1504,23 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1468
1504
  ]), { property: s } = l(e, ["settings", "color"]), { color: r } = q(s), { property: a } = l(e, ["settings", "density"]), { property: c } = l(e, [
1469
1505
  "settings",
1470
1506
  "disabled"
1471
- ]), { property: m } = l(e, [
1507
+ ]), { property: u } = l(e, [
1472
1508
  "settings",
1473
1509
  "draggable"
1474
- ]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: f } = l(e, ["settings", "text"]), { theme: g } = G(), { property: b } = l(e, ["settings", "tile"]), { property: v } = l(e, ["settings", "value"]), { property: h } = l(e, ["settings", "variant"]);
1510
+ ]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "size"]), { property: f } = l(e, ["settings", "text"]), { theme: g } = G(), { property: b } = l(e, ["settings", "tile"]), { property: v } = l(e, ["settings", "value"]), { property: h } = l(e, ["settings", "variant"]);
1475
1511
  return (x, C) => {
1476
1512
  const V = M("v-chip");
1477
- return _(), $(i(j), null, {
1513
+ return _(), $(i(N), null, {
1478
1514
  default: w(() => [
1479
- F(V, {
1515
+ O(V, {
1480
1516
  closable: i(o),
1481
1517
  color: i(r),
1482
1518
  density: i(a),
1483
1519
  disabled: i(c),
1484
- draggable: i(m),
1520
+ draggable: i(u),
1485
1521
  filter: i(p),
1486
1522
  label: i(d),
1487
- size: i(u),
1523
+ size: i(m),
1488
1524
  text: i(f),
1489
1525
  theme: i(g),
1490
1526
  tile: i(b),
@@ -1513,24 +1549,24 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1513
1549
  ]), { property: a } = l(e, ["settings", "filter"]), { property: c } = l(e, [
1514
1550
  "settings",
1515
1551
  "mandatory"
1516
- ]), { property: m } = l(e, [
1552
+ ]), { property: u } = l(e, [
1517
1553
  "settings",
1518
1554
  "multiple"
1519
1555
  ]), { property: p } = l(e, [
1520
1556
  "settings",
1521
1557
  "showArrows"
1522
- ]), { theme: d } = G(), { property: u } = l(e, ["settings", "value"]);
1558
+ ]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
1523
1559
  return (f, g) => {
1524
1560
  const b = M("v-chip-group");
1525
1561
  return _(), $(b, {
1526
- modelValue: i(u),
1527
- "onUpdate:modelValue": g[0] || (g[0] = (v) => Z(u) ? u.value = v : null),
1562
+ modelValue: i(m),
1563
+ "onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
1528
1564
  column: i(o),
1529
1565
  direction: i(s),
1530
1566
  disabled: i(r),
1531
1567
  filter: i(a),
1532
1568
  mandatory: i(c),
1533
- multiple: i(m),
1569
+ multiple: i(u),
1534
1570
  "show-arrows": i(p),
1535
1571
  theme: i(d)
1536
1572
  }, {
@@ -1555,7 +1591,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1555
1591
  }), { property: c } = l(e, [
1556
1592
  "settings",
1557
1593
  "disabled"
1558
- ]), { property: m } = l(e, [
1594
+ ]), { property: u } = l(e, [
1559
1595
  "settings",
1560
1596
  "hideCanvas"
1561
1597
  ]), { property: p } = l(e, [
@@ -1564,7 +1600,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1564
1600
  ]), { property: d } = l(e, [
1565
1601
  "settings",
1566
1602
  "hideInputs"
1567
- ]), { property: u } = l(e, [
1603
+ ]), { property: m } = l(e, [
1568
1604
  "settings",
1569
1605
  "hideSliders"
1570
1606
  ]), { property: f } = l(e, [
@@ -1576,14 +1612,14 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1576
1612
  ]), { theme: b } = G();
1577
1613
  return (v, h) => {
1578
1614
  const x = M("v-color-picker");
1579
- return _(), $(i(j), null, {
1615
+ return _(), $(i(N), null, {
1580
1616
  default: w(() => [
1581
- F(x, {
1617
+ O(x, {
1582
1618
  disabled: i(c),
1583
- "hide-canvas": i(m),
1619
+ "hide-canvas": i(u),
1584
1620
  "hide-header": i(p),
1585
1621
  "hide-inputs": i(d),
1586
- "hide-sliders": i(u),
1622
+ "hide-sliders": i(m),
1587
1623
  landscape: i(f),
1588
1624
  "show-swatches": i(g),
1589
1625
  style: re(a.value),
@@ -1614,20 +1650,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1614
1650
  ]), { property: c } = l(e, [
1615
1651
  "settings",
1616
1652
  "singleLine"
1617
- ]), { theme: m } = G(), { property: p } = l(e, ["settings", "value"]);
1618
- return (d, u) => {
1653
+ ]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
1654
+ return (d, m) => {
1619
1655
  const f = M("v-combobox");
1620
- return _(), $(i(j), null, {
1656
+ return _(), $(i(N), null, {
1621
1657
  default: w(() => [
1622
- F(f, {
1658
+ O(f, {
1623
1659
  modelValue: i(p),
1624
- "onUpdate:modelValue": u[0] || (u[0] = (g) => Z(p) ? p.value = g : null),
1660
+ "onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
1625
1661
  "hide-details": i(o),
1626
1662
  label: i(s),
1627
1663
  placeholder: i(r),
1628
1664
  readonly: i(a),
1629
1665
  "single-line": i(c),
1630
- theme: i(m)
1666
+ theme: i(u)
1631
1667
  }, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
1632
1668
  ]),
1633
1669
  _: 1
@@ -1645,14 +1681,14 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1645
1681
  const n = t, { node: e } = P(n), o = he(), s = _e(), { property: r } = l(e, [
1646
1682
  "settings",
1647
1683
  "backgroundColor"
1648
- ]), { color: a } = q(r), { applySize: c } = ge(n, e), { applyMargin: m } = Jt(e), { applyPadding: p } = qt(e), { applyBorder: d } = Ut(e), u = k(() => {
1684
+ ]), { color: a } = q(r), { applySize: c } = ge(n, e), { applyMargin: u } = Jt(e), { applyPadding: p } = qt(e), { applyBorder: d } = Ut(e), m = k(() => {
1649
1685
  const f = {}, g = s.value.type;
1650
- return o === "page" ? g === "common" ? (c(f), m(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1) : o === "comp" && g === "common" ? (c(f), m(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1), f;
1686
+ return o === "page" ? g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1) : o === "comp" && g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1), f;
1651
1687
  });
1652
- return (f, g) => (_(), $(i(j), { block: "" }, {
1688
+ return (f, g) => (_(), $(i(N), { block: "" }, {
1653
1689
  default: w(() => [
1654
1690
  te("div", {
1655
- style: re(u.value)
1691
+ style: re(m.value)
1656
1692
  }, [
1657
1693
  R(f.$slots, "default")
1658
1694
  ], 4)
@@ -1674,7 +1710,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1674
1710
  ]), { property: r } = l(e, [
1675
1711
  "settings",
1676
1712
  "fixedHeader"
1677
- ]), { property: a } = l(e, ["settings", "headers"]), { property: c } = l(e, ["size", "height"]), { property: m } = l(e, ["settings", "hover"]), { property: p } = l(e, ["settings", "data"], !0), { property: d } = l(e, ["settings", "loading"]), { property: u } = l(e, [
1713
+ ]), { property: a } = l(e, ["settings", "headers"]), { property: c } = l(e, ["size", "height"]), { property: u } = l(e, ["settings", "hover"]), { property: p } = l(e, ["settings", "data"], !0), { property: d } = l(e, ["settings", "loading"]), { property: m } = l(e, [
1678
1714
  "settings",
1679
1715
  "multiSort"
1680
1716
  ]), { theme: f } = G(), { property: g } = l(e, ["size", "width"]), b = k(() => {
@@ -1685,25 +1721,25 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1685
1721
  });
1686
1722
  return (v, h) => {
1687
1723
  const x = M("v-data-table");
1688
- return _(), $(i(j), { block: "" }, {
1724
+ return _(), $(i(N), { block: "" }, {
1689
1725
  default: w(() => [
1690
- F(x, {
1726
+ O(x, {
1691
1727
  density: i(o),
1692
1728
  "fixed-footer": i(s),
1693
1729
  "fixed-header": i(r),
1694
1730
  headers: i(a),
1695
1731
  height: i(c),
1696
- hover: i(m),
1732
+ hover: i(u),
1697
1733
  items: i(p),
1698
1734
  loading: i(d),
1699
- "multi-sort": i(u),
1735
+ "multi-sort": i(m),
1700
1736
  theme: i(f),
1701
1737
  width: i(g)
1702
- }, Ot({ _: 2 }, [
1738
+ }, Ft({ _: 2 }, [
1703
1739
  Jo(b.value, (C) => ({
1704
1740
  name: `item.${C.column}`,
1705
1741
  fn: w(({ value: V }) => [
1706
- F(i(ke), {
1742
+ O(i(ke), {
1707
1743
  id: C.column,
1708
1744
  "ref-context": { compId: C.comp },
1709
1745
  state: { value: V }
@@ -1716,20 +1752,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1716
1752
  });
1717
1753
  };
1718
1754
  }
1719
- }), Ts = /* @__PURE__ */ I({
1755
+ }), Ls = /* @__PURE__ */ I({
1720
1756
  __name: "index",
1721
1757
  setup(t) {
1722
1758
  return (n, e) => {
1723
1759
  const o = M("v-date-picker");
1724
- return _(), $(i(j), null, {
1760
+ return _(), $(i(N), null, {
1725
1761
  default: w(() => [
1726
- F(o)
1762
+ O(o)
1727
1763
  ]),
1728
1764
  _: 1
1729
1765
  });
1730
1766
  };
1731
1767
  }
1732
- }), zs = ["id"], Es = /* @__PURE__ */ I({
1768
+ }), zs = ["id"], Ts = /* @__PURE__ */ I({
1733
1769
  __name: "index",
1734
1770
  props: {
1735
1771
  id: {},
@@ -1762,7 +1798,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1762
1798
  }, 8, ["modelValue"]);
1763
1799
  };
1764
1800
  }
1765
- }), As = /* @__PURE__ */ I({
1801
+ }), Es = /* @__PURE__ */ I({
1766
1802
  __name: "index",
1767
1803
  props: {
1768
1804
  id: {},
@@ -1776,30 +1812,30 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1776
1812
  ]), { property: a } = l(e, [
1777
1813
  "settings",
1778
1814
  "disabled"
1779
- ]), { property: c } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { property: p } = l(e, [
1815
+ ]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, [
1780
1816
  "settings",
1781
1817
  "multiple"
1782
1818
  ]), { property: d } = l(e, [
1783
1819
  "settings",
1784
1820
  "readonly"
1785
- ]), { property: u } = l(e, ["settings", "reverse"]), { property: f } = l(e, [
1821
+ ]), { property: m } = l(e, ["settings", "reverse"]), { property: f } = l(e, [
1786
1822
  "settings",
1787
1823
  "singleLine"
1788
1824
  ]);
1789
1825
  return (g, b) => {
1790
1826
  const v = M("v-file-input");
1791
- return _(), $(i(j), { block: "" }, {
1827
+ return _(), $(i(N), { block: "" }, {
1792
1828
  default: w(() => [
1793
- F(v, {
1829
+ O(v, {
1794
1830
  chips: i(o),
1795
1831
  density: i(s),
1796
1832
  direction: i(r),
1797
1833
  disabled: i(a),
1798
1834
  label: i(c),
1799
- loading: i(m),
1835
+ loading: i(u),
1800
1836
  multiple: i(p),
1801
1837
  readonly: i(d),
1802
- reverse: i(u),
1838
+ reverse: i(m),
1803
1839
  "single-line": i(f)
1804
1840
  }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"])
1805
1841
  ]),
@@ -1807,7 +1843,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1807
1843
  });
1808
1844
  };
1809
1845
  }
1810
- }), Ls = /* @__PURE__ */ I({
1846
+ }), As = /* @__PURE__ */ I({
1811
1847
  __name: "index",
1812
1848
  props: {
1813
1849
  id: {},
@@ -1815,11 +1851,11 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1815
1851
  refContext: {}
1816
1852
  },
1817
1853
  setup(t) {
1818
- const n = t, { node: e } = P(n), o = Be(), s = he(), r = _e(), { applySize: a } = ge(n, e), { applyMargin: c } = Jt(e), { applyPadding: m } = qt(e), { applyBorder: p } = Ut(e), { property: d } = l(e, [
1854
+ const n = t, { node: e } = P(n), o = Be(), s = he(), r = _e(), { applySize: a } = ge(n, e), { applyMargin: c } = Jt(e), { applyPadding: u } = qt(e), { applyBorder: p } = Ut(e), { property: d } = l(e, [
1819
1855
  "settings",
1820
1856
  "backgroundColor"
1821
- ]), { color: u } = q(d), f = (b) => {
1822
- u.value && (b.backgroundColor = u.value), b.display = "flex";
1857
+ ]), { color: m } = q(d), f = (b) => {
1858
+ m.value && (b.backgroundColor = m.value), b.display = "flex";
1823
1859
  const v = Xe(o.value.width), h = We(v, e.value.settings?.direction);
1824
1860
  h === "row" ? b.flexDirection = "row" : h === "rowReverse" ? b.flexDirection = "row-reverse" : h === "column" ? b.flexDirection = "column" : h === "columnReverse" && (b.flexDirection = "column-reverse");
1825
1861
  const x = We(v, e.value.settings?.wrap);
@@ -1830,7 +1866,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1830
1866
  V === "start" ? b.alignItems = "flex-start" : V === "end" ? b.alignItems = "flex-end" : V === "center" ? b.alignItems = "center" : V === "baseline" ? b.alignItems = "baseline" : V === "stretch" && (b.alignItems = "stretch");
1831
1867
  }, g = k(() => {
1832
1868
  const b = {}, v = r.value.type;
1833
- return s === "page" ? v === "common" ? (a(b), c(b), m(b), p(b), f(b)) : console.assert(!1) : s === "comp" && v === "common" ? (a(b), c(b), m(b), p(b), f(b)) : console.assert(!1), b;
1869
+ return s === "page" ? v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1) : s === "comp" && v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1), b;
1834
1870
  });
1835
1871
  return (b, v) => (_(), se("div", {
1836
1872
  style: re(g.value)
@@ -1846,12 +1882,12 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1846
1882
  refContext: {}
1847
1883
  },
1848
1884
  setup(t) {
1849
- const n = t, { node: e } = P(n), o = he(), s = _e(), { applySize: r } = ge(n, e), { property: a } = l(e, ["settings", "grow"]), { property: c } = l(e, ["settings", "shrink"]), m = k(() => {
1885
+ const n = t, { node: e } = P(n), o = he(), s = _e(), { applySize: r } = ge(n, e), { property: a } = l(e, ["settings", "grow"]), { property: c } = l(e, ["settings", "shrink"]), u = k(() => {
1850
1886
  const p = {}, d = s.value.type;
1851
1887
  return o === "page" ? d === "common" ? (r(p), p.flexGrow = a.value ? 1 : 0, p.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (r(p), p.flexGrow = a.value ? 1 : 0, p.flexShrink = c.value ? 1 : 0) : console.assert(!1), p;
1852
1888
  });
1853
1889
  return (p, d) => (_(), se("div", {
1854
- style: re(m.value)
1890
+ style: re(u.value)
1855
1891
  }, [
1856
1892
  R(p.$slots, "default")
1857
1893
  ], 4));
@@ -1867,12 +1903,12 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1867
1903
  const n = t, { node: e } = P(n), o = he(), s = _e(), r = ve(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
1868
1904
  "settings",
1869
1905
  "fastFail"
1870
- ]), { property: m } = l(e, [
1906
+ ]), { property: u } = l(e, [
1871
1907
  "settings",
1872
1908
  "backgroundColor"
1873
- ]), { color: p } = q(m), { applySize: d } = ge(n, e), { applyMargin: u } = Jt(e), { applyPadding: f } = qt(e), { applyBorder: g } = Ut(e), b = k(() => {
1909
+ ]), { color: p } = q(u), { applySize: d } = ge(n, e), { applyMargin: m } = Jt(e), { applyPadding: f } = qt(e), { applyBorder: g } = Ut(e), b = k(() => {
1874
1910
  const h = {}, x = s.value.type;
1875
- return o === "page" ? x === "common" ? (d(h), u(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), u(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1), h;
1911
+ return o === "page" ? x === "common" ? (d(h), m(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), m(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1), h;
1876
1912
  }), v = () => {
1877
1913
  r && r.callFunction(
1878
1914
  "__triggerEventV1__",
@@ -1906,15 +1942,15 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1906
1942
  const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "color"]), { color: s } = q(o), { property: r } = l(e, [
1907
1943
  "settings",
1908
1944
  "disabled"
1909
- ]), { property: a } = l(e, ["settings", "icon"]), { property: c } = l(e, ["settings", "size"]), { theme: m } = G();
1945
+ ]), { property: a } = l(e, ["settings", "icon"]), { property: c } = l(e, ["settings", "size"]), { theme: u } = G();
1910
1946
  return (p, d) => {
1911
- const u = M("v-icon");
1912
- return _(), $(u, {
1947
+ const m = M("v-icon");
1948
+ return _(), $(m, {
1913
1949
  color: i(s),
1914
1950
  disabled: i(r),
1915
1951
  icon: i(a),
1916
1952
  size: i(c),
1917
- theme: i(m)
1953
+ theme: i(u)
1918
1954
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1919
1955
  };
1920
1956
  }
@@ -1930,15 +1966,15 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1930
1966
  return Ye(n, "open", () => {
1931
1967
  if (!o || !o.vm)
1932
1968
  return;
1933
- const { vm: m } = o, p = m.getProp(m.global, "__pointerPosX__"), d = m.getProp(m.global, "__pointerPosY__");
1934
- s.value = m.getNumber(p), r.value = m.getNumber(d), p.dispose(), d.dispose(), c.value = !0;
1969
+ const { vm: u } = o, p = u.getProp(u.global, "__pointerPosX__"), d = u.getProp(u.global, "__pointerPosY__");
1970
+ s.value = u.getNumber(p), r.value = u.getNumber(d), p.dispose(), d.dispose(), c.value = !0;
1935
1971
  }), Ye(n, "close", () => {
1936
1972
  o && (c.value = !1);
1937
- }), (m, p) => {
1973
+ }), (u, p) => {
1938
1974
  const d = M("v-menu");
1939
1975
  return _(), $(d, {
1940
1976
  modelValue: i(c),
1941
- "onUpdate:modelValue": p[0] || (p[0] = (u) => Z(c) ? c.value = u : null),
1977
+ "onUpdate:modelValue": p[0] || (p[0] = (m) => Z(c) ? c.value = m : null),
1942
1978
  attach: "menuContainer",
1943
1979
  "location-strategy": "connected",
1944
1980
  scrim: "transparent",
@@ -1951,7 +1987,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1951
1987
  }, null, 8, Rs)) : le("", !0)
1952
1988
  ]),
1953
1989
  default: w(() => [
1954
- R(m.$slots, "default")
1990
+ R(u.$slots, "default")
1955
1991
  ]),
1956
1992
  _: 3
1957
1993
  }, 8, ["modelValue", "target"]);
@@ -1979,7 +2015,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1979
2015
  ]), { property: a } = l(e, [
1980
2016
  "settings",
1981
2017
  "hideDetails"
1982
- ]), { property: c } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["size", "maxWidth"]), { property: u } = l(e, ["settings", "min"]), { property: f } = l(e, ["size", "minWidth"]), { property: g } = l(e, [
2018
+ ]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["size", "maxWidth"]), { property: m } = l(e, ["settings", "min"]), { property: f } = l(e, ["size", "minWidth"]), { property: g } = l(e, [
1983
2019
  "settings",
1984
2020
  "placeholder"
1985
2021
  ]), { property: b } = l(e, [
@@ -1996,15 +2032,15 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
1996
2032
  ]), { property: C } = l(e, [
1997
2033
  "settings",
1998
2034
  "readonly"
1999
- ]), { property: V } = l(e, ["settings", "reverse"]), { property: O } = l(e, [
2035
+ ]), { property: V } = l(e, ["settings", "reverse"]), { property: F } = l(e, [
2000
2036
  "settings",
2001
2037
  "singleLine"
2002
- ]), { property: W } = l(e, ["settings", "step"]), { property: U } = l(e, ["settings", "suffix"]), { theme: N } = G(), { property: D } = l(e, ["settings", "value"]), { property: T } = l(e, ["settings", "variant"]), { property: H } = l(e, ["size", "width"]);
2038
+ ]), { property: W } = l(e, ["settings", "step"]), { property: U } = l(e, ["settings", "suffix"]), { theme: j } = G(), { property: D } = l(e, ["settings", "value"]), { property: L } = l(e, ["settings", "variant"]), { property: H } = l(e, ["size", "width"]);
2003
2039
  return (ee, ae) => {
2004
2040
  const Ce = M("v-number-input");
2005
- return _(), $(i(j), { block: "" }, {
2041
+ return _(), $(i(N), { block: "" }, {
2006
2042
  default: w(() => [
2007
- F(Ce, {
2043
+ O(Ce, {
2008
2044
  modelValue: i(D),
2009
2045
  "onUpdate:modelValue": ae[0] || (ae[0] = (fe) => Z(D) ? D.value = fe : null),
2010
2046
  "append-icon": i(o),
@@ -2012,10 +2048,10 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2012
2048
  clearable: i(r),
2013
2049
  "hide-details": i(a),
2014
2050
  label: i(c),
2015
- loading: i(m),
2051
+ loading: i(u),
2016
2052
  max: i(p),
2017
2053
  "max-width": i(d),
2018
- min: i(u),
2054
+ min: i(m),
2019
2055
  "min-width": i(f),
2020
2056
  placeholder: i(g),
2021
2057
  precision: i(b),
@@ -2024,11 +2060,11 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2024
2060
  "prepend-inner-icon": i(x),
2025
2061
  readonly: i(C),
2026
2062
  reverse: i(V),
2027
- "single-line": i(O),
2063
+ "single-line": i(F),
2028
2064
  step: i(W),
2029
2065
  suffix: i(U),
2030
- theme: i(N),
2031
- variant: i(T),
2066
+ theme: i(j),
2067
+ variant: i(L),
2032
2068
  width: i(H)
2033
2069
  }, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
2034
2070
  ]),
@@ -2036,7 +2072,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2036
2072
  });
2037
2073
  };
2038
2074
  }
2039
- }), Fs = /* @__PURE__ */ I({
2075
+ }), Os = /* @__PURE__ */ I({
2040
2076
  __name: "index",
2041
2077
  props: {
2042
2078
  id: {},
@@ -2050,26 +2086,26 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2050
2086
  ]), { property: a } = l(e, ["settings", "length"]), { property: c } = l(e, [
2051
2087
  "settings",
2052
2088
  "showFirstLastPage"
2053
- ]), { property: m } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "start"]), { theme: d } = G(), { property: u } = l(e, ["settings", "tile"]), { property: f } = l(e, ["settings", "value"]), { property: g } = l(e, ["settings", "variant"]), b = k(() => {
2089
+ ]), { property: u } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "start"]), { theme: d } = G(), { property: m } = l(e, ["settings", "tile"]), { property: f } = l(e, ["settings", "value"]), { property: g } = l(e, ["settings", "variant"]), b = k(() => {
2054
2090
  const v = {};
2055
2091
  return o === "editor" && (v.pointerEvents = "none"), v;
2056
2092
  });
2057
2093
  return (v, h) => {
2058
2094
  const x = M("v-pagination");
2059
- return _(), $(i(j), { block: "" }, {
2095
+ return _(), $(i(N), { block: "" }, {
2060
2096
  default: w(() => [
2061
- F(x, {
2097
+ O(x, {
2062
2098
  modelValue: i(f),
2063
2099
  "onUpdate:modelValue": h[0] || (h[0] = (C) => Z(f) ? f.value = C : null),
2064
2100
  density: i(s),
2065
2101
  disabled: i(r),
2066
2102
  length: i(a),
2067
2103
  "show-first-last-page": i(c),
2068
- size: i(m),
2104
+ size: i(u),
2069
2105
  start: i(p),
2070
2106
  style: re(b.value),
2071
2107
  theme: i(d),
2072
- tile: i(u),
2108
+ tile: i(m),
2073
2109
  variant: i(g)
2074
2110
  }, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
2075
2111
  ]),
@@ -2077,7 +2113,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2077
2113
  });
2078
2114
  };
2079
2115
  }
2080
- }), Os = /* @__PURE__ */ I({
2116
+ }), Fs = /* @__PURE__ */ I({
2081
2117
  __name: "index",
2082
2118
  props: {
2083
2119
  id: {},
@@ -2088,24 +2124,24 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2088
2124
  const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "color"]), { color: s } = q(o), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
2089
2125
  "settings",
2090
2126
  "disabled"
2091
- ]), { property: c } = l(e, ["settings", "label"]), { property: m } = l(e, [
2127
+ ]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, [
2092
2128
  "settings",
2093
2129
  "readonly"
2094
2130
  ]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
2095
- return (u, f) => {
2131
+ return (m, f) => {
2096
2132
  const g = M("v-radio");
2097
2133
  return _(), $(g, {
2098
2134
  color: i(s),
2099
2135
  density: i(r),
2100
2136
  disabled: i(a),
2101
2137
  label: i(c),
2102
- readonly: i(m),
2138
+ readonly: i(u),
2103
2139
  theme: i(p),
2104
2140
  value: i(d)
2105
2141
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2106
2142
  };
2107
2143
  }
2108
- }), js = /* @__PURE__ */ I({
2144
+ }), Ns = /* @__PURE__ */ I({
2109
2145
  __name: "index",
2110
2146
  props: {
2111
2147
  id: {},
@@ -2122,20 +2158,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2122
2158
  ]), { property: a } = l(e, ["settings", "inline"]), { property: c } = l(e, [
2123
2159
  "settings",
2124
2160
  "readonly"
2125
- ]), { theme: m } = G(), { property: p } = l(e, ["settings", "value"]);
2126
- return (d, u) => {
2161
+ ]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
2162
+ return (d, m) => {
2127
2163
  const f = M("v-radio-group");
2128
- return _(), $(i(j), null, {
2164
+ return _(), $(i(N), null, {
2129
2165
  default: w(() => [
2130
- F(f, {
2166
+ O(f, {
2131
2167
  modelValue: i(p),
2132
- "onUpdate:modelValue": u[0] || (u[0] = (g) => Z(p) ? p.value = g : null),
2168
+ "onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
2133
2169
  density: i(o),
2134
2170
  direction: i(s),
2135
2171
  disabled: i(r),
2136
2172
  inline: i(a),
2137
2173
  readonly: i(c),
2138
- theme: i(m)
2174
+ theme: i(u)
2139
2175
  }, {
2140
2176
  default: w(() => [
2141
2177
  R(d.$slots, "default")
@@ -2147,7 +2183,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2147
2183
  });
2148
2184
  };
2149
2185
  }
2150
- }), Ns = /* @__PURE__ */ I({
2186
+ }), js = /* @__PURE__ */ I({
2151
2187
  __name: "index",
2152
2188
  props: {
2153
2189
  id: {},
@@ -2164,16 +2200,16 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2164
2200
  ]), { property: a } = l(e, [
2165
2201
  "settings",
2166
2202
  "hideDetails"
2167
- ]), { property: c } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "max"]), { property: p } = l(e, ["settings", "min"]), { property: d } = l(e, [
2203
+ ]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "max"]), { property: p } = l(e, ["settings", "min"]), { property: d } = l(e, [
2168
2204
  "settings",
2169
2205
  "readonly"
2170
- ]), { property: u } = l(e, [
2206
+ ]), { property: m } = l(e, [
2171
2207
  "settings",
2172
2208
  "showTicks"
2173
2209
  ]), f = k(() => {
2174
- if (u.value === "always")
2210
+ if (m.value === "always")
2175
2211
  return "always";
2176
- if (u.value === "show")
2212
+ if (m.value === "show")
2177
2213
  return !0;
2178
2214
  }), { property: g } = l(e, ["settings", "step"]), { theme: b } = G(), { property: v } = l(e, [
2179
2215
  "settings",
@@ -2190,11 +2226,11 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2190
2226
  if (!C.value)
2191
2227
  return;
2192
2228
  const D = {};
2193
- for (const { value: T, label: H } of C.value)
2194
- D[T] = H;
2229
+ for (const { value: L, label: H } of C.value)
2230
+ D[L] = H;
2195
2231
  if (!ko(D))
2196
2232
  return D;
2197
- }), { property: O } = l(e, [
2233
+ }), { property: F } = l(e, [
2198
2234
  "settings",
2199
2235
  "tickSize"
2200
2236
  ]), { property: W } = l(e, [
@@ -2205,25 +2241,25 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2205
2241
  "settings",
2206
2242
  "value",
2207
2243
  "end"
2208
- ]), N = k({
2244
+ ]), j = k({
2209
2245
  get: () => [W.value, U.value],
2210
- set: ([D, T]) => {
2211
- W.value = D, U.value = T;
2246
+ set: ([D, L]) => {
2247
+ W.value = D, U.value = L;
2212
2248
  }
2213
2249
  });
2214
- return (D, T) => {
2250
+ return (D, L) => {
2215
2251
  const H = M("v-range-slider");
2216
- return _(), $(i(j), { block: "" }, {
2252
+ return _(), $(i(N), { block: "" }, {
2217
2253
  default: w(() => [
2218
- F(H, {
2219
- modelValue: N.value,
2220
- "onUpdate:modelValue": T[0] || (T[0] = (ee) => N.value = ee),
2254
+ O(H, {
2255
+ modelValue: j.value,
2256
+ "onUpdate:modelValue": L[0] || (L[0] = (ee) => j.value = ee),
2221
2257
  density: i(o),
2222
2258
  direction: i(s),
2223
2259
  disabled: i(r),
2224
2260
  "hide-details": i(a),
2225
2261
  label: i(c),
2226
- max: i(m),
2262
+ max: i(u),
2227
2263
  min: i(p),
2228
2264
  readonly: i(d),
2229
2265
  "show-ticks": f.value,
@@ -2231,7 +2267,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2231
2267
  theme: i(b),
2232
2268
  "thumb-label": h.value,
2233
2269
  "thumb-size": i(x),
2234
- "tick-size": i(O),
2270
+ "tick-size": i(F),
2235
2271
  ticks: V.value
2236
2272
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
2237
2273
  ]),
@@ -2256,23 +2292,23 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2256
2292
  ]), { property: a } = l(e, [
2257
2293
  "settings",
2258
2294
  "halfIncrements"
2259
- ]), { property: c } = l(e, ["settings", "hover"]), { property: m } = l(e, ["settings", "length"]), { property: p } = l(e, [
2295
+ ]), { property: c } = l(e, ["settings", "hover"]), { property: u } = l(e, ["settings", "length"]), { property: p } = l(e, [
2260
2296
  "settings",
2261
2297
  "readonly"
2262
- ]), { theme: d } = G(), { property: u } = l(e, ["settings", "value"]);
2298
+ ]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
2263
2299
  return (f, g) => {
2264
2300
  const b = M("v-rating");
2265
- return _(), $(i(j), null, {
2301
+ return _(), $(i(N), null, {
2266
2302
  default: w(() => [
2267
- F(b, {
2268
- modelValue: i(u),
2269
- "onUpdate:modelValue": g[0] || (g[0] = (v) => Z(u) ? u.value = v : null),
2303
+ O(b, {
2304
+ modelValue: i(m),
2305
+ "onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
2270
2306
  clearable: i(o),
2271
2307
  density: i(s),
2272
2308
  disabled: i(r),
2273
2309
  "half-increments": i(a),
2274
2310
  hover: i(c),
2275
- length: i(m),
2311
+ length: i(u),
2276
2312
  readonly: i(p),
2277
2313
  theme: i(d)
2278
2314
  }, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
@@ -2301,20 +2337,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2301
2337
  ]), { property: c } = l(e, [
2302
2338
  "settings",
2303
2339
  "singleLine"
2304
- ]), { theme: m } = G(), { property: p } = l(e, ["settings", "value"]);
2305
- return (d, u) => {
2340
+ ]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
2341
+ return (d, m) => {
2306
2342
  const f = M("v-select");
2307
- return _(), $(i(j), { block: "" }, {
2343
+ return _(), $(i(N), { block: "" }, {
2308
2344
  default: w(() => [
2309
- F(f, {
2345
+ O(f, {
2310
2346
  modelValue: i(p),
2311
- "onUpdate:modelValue": u[0] || (u[0] = (g) => Z(p) ? p.value = g : null),
2347
+ "onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
2312
2348
  "hide-details": i(o),
2313
2349
  label: i(s),
2314
2350
  placeholder: i(r),
2315
2351
  readonly: i(a),
2316
2352
  "single-line": i(c),
2317
- theme: i(m)
2353
+ theme: i(u)
2318
2354
  }, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
2319
2355
  ]),
2320
2356
  _: 1
@@ -2338,7 +2374,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2338
2374
  ]), { property: c } = l(e, [
2339
2375
  "settings",
2340
2376
  "hideDetails"
2341
- ]), { property: m } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: u } = l(e, [
2377
+ ]), { property: u } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: m } = l(e, [
2342
2378
  "settings",
2343
2379
  "readonly"
2344
2380
  ]), { property: f } = l(e, ["settings", "reverse"]), { property: g } = l(e, [
@@ -2355,7 +2391,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2355
2391
  ]), { color: C } = q(x), { property: V } = l(e, [
2356
2392
  "settings",
2357
2393
  "thumbLabel"
2358
- ]), O = k(() => {
2394
+ ]), F = k(() => {
2359
2395
  if (V.value === "always")
2360
2396
  return "always";
2361
2397
  if (V.value === "show")
@@ -2363,7 +2399,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2363
2399
  }), { property: W } = l(e, [
2364
2400
  "settings",
2365
2401
  "thumbSize"
2366
- ]), { property: U } = l(e, ["settings", "ticks"]), N = k(() => {
2402
+ ]), { property: U } = l(e, ["settings", "ticks"]), j = k(() => {
2367
2403
  if (!U.value)
2368
2404
  return;
2369
2405
  const fe = {};
@@ -2374,40 +2410,40 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2374
2410
  }), { property: D } = l(e, [
2375
2411
  "settings",
2376
2412
  "tickSize"
2377
- ]), { property: T } = l(e, [
2413
+ ]), { property: L } = l(e, [
2378
2414
  "settings",
2379
2415
  "trackColor"
2380
- ]), { color: H } = q(T), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property: Ce } = l(e, ["slots", "prepend"]);
2416
+ ]), { color: H } = q(L), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property: Ce } = l(e, ["slots", "prepend"]);
2381
2417
  return (fe, Je) => {
2382
2418
  const lt = M("v-slider");
2383
- return _(), $(i(j), { block: "" }, {
2419
+ return _(), $(i(N), { block: "" }, {
2384
2420
  default: w(() => [
2385
- F(lt, {
2421
+ O(lt, {
2386
2422
  modelValue: i(ee),
2387
- "onUpdate:modelValue": Je[0] || (Je[0] = (No) => Z(ee) ? ee.value = No : null),
2423
+ "onUpdate:modelValue": Je[0] || (Je[0] = (jo) => Z(ee) ? ee.value = jo : null),
2388
2424
  color: i(s),
2389
2425
  direction: i(r),
2390
2426
  disabled: i(a),
2391
2427
  "hide-details": i(c),
2392
- label: i(m),
2428
+ label: i(u),
2393
2429
  max: i(p),
2394
2430
  min: i(d),
2395
- readonly: i(u),
2431
+ readonly: i(m),
2396
2432
  reverse: i(f),
2397
2433
  "show-ticks": b.value,
2398
2434
  step: i(v),
2399
2435
  theme: i(h),
2400
2436
  "thumb-color": i(C),
2401
- "thumb-label": O.value,
2437
+ "thumb-label": F.value,
2402
2438
  "thumb-size": i(W),
2403
2439
  "tick-size": i(D),
2404
- ticks: N.value,
2440
+ ticks: j.value,
2405
2441
  "track-color": i(H)
2406
- }, Ot({ _: 2 }, [
2442
+ }, Ft({ _: 2 }, [
2407
2443
  i(ae) ? {
2408
2444
  name: "append",
2409
2445
  fn: w(() => [
2410
- F(i(ke), {
2446
+ O(i(ke), {
2411
2447
  id: "append",
2412
2448
  "ref-context": { compId: i(ae) },
2413
2449
  state: {}
@@ -2418,7 +2454,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2418
2454
  i(Ce) ? {
2419
2455
  name: "prepend",
2420
2456
  fn: w(() => [
2421
- F(i(ke), {
2457
+ O(i(ke), {
2422
2458
  id: "prepend",
2423
2459
  "ref-context": { compId: i(Ce) },
2424
2460
  state: {}
@@ -2445,8 +2481,8 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
2445
2481
  "hideActions"
2446
2482
  ]), { theme: s } = G(), { property: r } = l(e, ["settings", "value"]);
2447
2483
  return (a, c) => {
2448
- const m = M("v-stepper");
2449
- return _(), $(m, {
2484
+ const u = M("v-stepper");
2485
+ return _(), $(u, {
2450
2486
  modelValue: i(r),
2451
2487
  "onUpdate:modelValue": c[0] || (c[0] = (p) => Z(r) ? r.value = p : null),
2452
2488
  "hide-actions": i(o),
@@ -2469,7 +2505,7 @@ function Xs(t, n) {
2469
2505
  _: 3
2470
2506
  });
2471
2507
  }
2472
- const Ys = /* @__PURE__ */ Le(qs, [["render", Xs]]), Zs = /* @__PURE__ */ I({
2508
+ const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */ I({
2473
2509
  __name: "index",
2474
2510
  props: {
2475
2511
  id: {},
@@ -2498,7 +2534,7 @@ function el(t, n) {
2498
2534
  _: 3
2499
2535
  });
2500
2536
  }
2501
- const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2537
+ const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2502
2538
  __name: "index",
2503
2539
  props: {
2504
2540
  id: {},
@@ -2537,12 +2573,12 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2537
2573
  ]), { property: c } = l(e, [
2538
2574
  "settings",
2539
2575
  "indeterminate"
2540
- ]), { property: m } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: f } = G(), { property: g } = l(e, ["settings", "value"]);
2576
+ ]), { property: u } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { theme: f } = G(), { property: g } = l(e, ["settings", "value"]);
2541
2577
  return (b, v) => {
2542
2578
  const h = M("v-switch");
2543
- return _(), $(i(j), { "fit-content": !0 }, {
2579
+ return _(), $(i(N), { "fit-content": !0 }, {
2544
2580
  default: w(() => [
2545
- F(h, {
2581
+ O(h, {
2546
2582
  modelValue: i(g),
2547
2583
  "onUpdate:modelValue": v[0] || (v[0] = (x) => Z(g) ? g.value = x : null),
2548
2584
  density: i(o),
@@ -2550,10 +2586,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2550
2586
  disabled: i(r),
2551
2587
  "hide-details": i(a),
2552
2588
  indeterminate: i(c),
2553
- inline: i(m),
2589
+ inline: i(u),
2554
2590
  inset: i(p),
2555
2591
  label: i(d),
2556
- loading: i(u),
2592
+ loading: i(m),
2557
2593
  theme: i(f)
2558
2594
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
2559
2595
  ]),
@@ -2570,14 +2606,14 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2570
2606
  },
2571
2607
  setup(t) {
2572
2608
  const n = t, { node: e } = P(n), o = J(), { property: s } = l(e, ["settings", "text"]), { theme: r } = G(), { property: a } = l(e, ["settings", "value"]), c = k(() => {
2573
- const m = {};
2574
- return o === "editor" && (m.pointerEvents = "none"), m;
2609
+ const u = {};
2610
+ return o === "editor" && (u.pointerEvents = "none"), u;
2575
2611
  });
2576
- return (m, p) => {
2612
+ return (u, p) => {
2577
2613
  const d = M("v-tab");
2578
- return _(), $(i(j), null, {
2614
+ return _(), $(i(N), null, {
2579
2615
  default: w(() => [
2580
- F(d, {
2616
+ O(d, {
2581
2617
  style: re(c.value),
2582
2618
  text: i(s),
2583
2619
  theme: i(r),
@@ -2610,10 +2646,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2610
2646
  "settings",
2611
2647
  "color",
2612
2648
  "selectedColor"
2613
- ]), { color: m } = q(c), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
2649
+ ]), { color: u } = q(c), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
2614
2650
  "settings",
2615
2651
  "direction"
2616
- ]), { property: u } = l(e, [
2652
+ ]), { property: m } = l(e, [
2617
2653
  "settings",
2618
2654
  "disabled"
2619
2655
  ]), { property: f } = l(e, [
@@ -2632,21 +2668,21 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2632
2668
  "settings",
2633
2669
  "color",
2634
2670
  "sliderColor"
2635
- ]), { color: V } = q(C), { property: O } = l(e, ["settings", "stacked"]), { theme: W } = G(), { property: U } = l(e, ["settings", "value"]);
2636
- return (N, D) => {
2637
- const T = M("v-tabs");
2638
- return _(), $(i(j), { block: "" }, {
2671
+ ]), { color: V } = q(C), { property: F } = l(e, ["settings", "stacked"]), { theme: W } = G(), { property: U } = l(e, ["settings", "value"]);
2672
+ return (j, D) => {
2673
+ const L = M("v-tabs");
2674
+ return _(), $(i(N), { block: "" }, {
2639
2675
  default: w(() => [
2640
- F(T, {
2676
+ O(L, {
2641
2677
  modelValue: i(U),
2642
2678
  "onUpdate:modelValue": D[0] || (D[0] = (H) => Z(U) ? U.value = H : null),
2643
2679
  "align-tabs": i(o),
2644
2680
  "bg-color": i(r),
2645
2681
  "center-active": i(a),
2646
- color: i(m),
2682
+ color: i(u),
2647
2683
  density: i(p),
2648
2684
  direction: i(d),
2649
- disabled: i(u),
2685
+ disabled: i(m),
2650
2686
  "fixed-tabs": i(f),
2651
2687
  grow: i(g),
2652
2688
  "hide-slider": i(b),
@@ -2654,11 +2690,11 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2654
2690
  mandatory: i(h),
2655
2691
  "show-arrows": i(x),
2656
2692
  "slider-color": i(V),
2657
- stacked: i(O),
2693
+ stacked: i(F),
2658
2694
  theme: i(W)
2659
2695
  }, {
2660
2696
  default: w(() => [
2661
- R(N.$slots, "default")
2697
+ R(j.$slots, "default")
2662
2698
  ]),
2663
2699
  _: 3
2664
2700
  }, 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"])
@@ -2681,15 +2717,15 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2681
2717
  ]), { property: a } = l(e, [
2682
2718
  "settings",
2683
2719
  "emphasis"
2684
- ]), { property: c } = l(e, ["settings", "italic"]), { property: m } = l(e, ["settings", "text"]), { property: p } = l(e, ["settings", "weight"]), d = k(() => {
2685
- const u = [], f = Xe(o.value.width), g = We(f, e.value.settings?.style);
2686
- return g && u.push(`text-${g}`), a.value === "high" ? u.push("text-high-emphasis") : a.value === "medium" ? u.push("text-medium-emphasis") : a.value === "disabled" && u.push("text-disabled"), s.value && u.push(`font-${s.value}`), r.value && u.push(`text-decoration-${r.value}`), p.value && u.push(`font-weight-${p.value}`), c.value && u.push("font-italic"), u.join(" ");
2720
+ ]), { property: c } = l(e, ["settings", "italic"]), { property: u } = l(e, ["settings", "text"]), { property: p } = l(e, ["settings", "weight"]), d = k(() => {
2721
+ const m = [], f = Xe(o.value.width), g = We(f, e.value.settings?.style);
2722
+ return g && m.push(`text-${g}`), a.value === "high" ? m.push("text-high-emphasis") : a.value === "medium" ? m.push("text-medium-emphasis") : a.value === "disabled" && m.push("text-disabled"), s.value && m.push(`font-${s.value}`), r.value && m.push(`text-decoration-${r.value}`), p.value && m.push(`font-weight-${p.value}`), c.value && m.push("font-italic"), m.join(" ");
2687
2723
  });
2688
- return (u, f) => (_(), $(i(j), null, {
2724
+ return (m, f) => (_(), $(i(N), null, {
2689
2725
  default: w(() => [
2690
2726
  te("span", {
2691
2727
  class: Xo(d.value)
2692
- }, Yo(i(m)), 3)
2728
+ }, Yo(i(u)), 3)
2693
2729
  ]),
2694
2730
  _: 1
2695
2731
  }));
@@ -2711,10 +2747,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2711
2747
  ]), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
2712
2748
  "settings",
2713
2749
  "disabled"
2714
- ]), { property: c } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "maxRows"]), { property: d } = l(e, [
2750
+ ]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "maxRows"]), { property: d } = l(e, [
2715
2751
  "settings",
2716
2752
  "placeholder"
2717
- ]), { property: u } = l(e, [
2753
+ ]), { property: m } = l(e, [
2718
2754
  "settings",
2719
2755
  "readonly"
2720
2756
  ]), { property: f } = l(e, ["settings", "reverse"]), { property: g } = l(e, ["settings", "rows"]), { property: b } = l(e, [
@@ -2722,10 +2758,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2722
2758
  "singleLine"
2723
2759
  ]), { theme: v } = G(), { property: h } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
2724
2760
  return (C, V) => {
2725
- const O = M("v-textarea");
2726
- return _(), $(i(j), { block: "" }, {
2761
+ const F = M("v-textarea");
2762
+ return _(), $(i(N), { block: "" }, {
2727
2763
  default: w(() => [
2728
- F(O, {
2764
+ O(F, {
2729
2765
  modelValue: i(h),
2730
2766
  "onUpdate:modelValue": V[0] || (V[0] = (W) => Z(h) ? h.value = W : null),
2731
2767
  "auto-grow": i(o),
@@ -2733,10 +2769,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2733
2769
  density: i(r),
2734
2770
  disabled: i(a),
2735
2771
  label: i(c),
2736
- loading: i(m),
2772
+ loading: i(u),
2737
2773
  "max-rows": i(p),
2738
2774
  placeholder: i(d),
2739
- readonly: i(u),
2775
+ readonly: i(m),
2740
2776
  reverse: i(f),
2741
2777
  rows: i(g),
2742
2778
  "single-line": i(b),
@@ -2768,13 +2804,13 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2768
2804
  ]), { property: a } = l(e, [
2769
2805
  "settings",
2770
2806
  "clearable"
2771
- ]), { property: c } = l(e, ["settings", "density"]), { property: m } = l(e, [
2807
+ ]), { property: c } = l(e, ["settings", "density"]), { property: u } = l(e, [
2772
2808
  "settings",
2773
2809
  "disabled"
2774
2810
  ]), { property: p } = l(e, [
2775
2811
  "settings",
2776
2812
  "hideDetails"
2777
- ]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: f } = l(e, [
2813
+ ]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { property: f } = l(e, [
2778
2814
  "settings",
2779
2815
  "placeholder"
2780
2816
  ]), { property: g } = l(e, ["settings", "prefix"]), { property: b } = l(e, [
@@ -2789,18 +2825,18 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2789
2825
  ]), { property: x } = l(e, ["settings", "reverse"]), { property: C } = l(e, [
2790
2826
  "settings",
2791
2827
  "singleLine"
2792
- ]), { property: V } = l(e, ["settings", "suffix"]), { theme: O } = G(), { property: W } = l(e, ["settings", "value"]), { property: U } = l(e, ["settings", "variant"]), { property: N } = l(e, ["slots", "append"]), { property: D } = l(e, [
2828
+ ]), { property: V } = l(e, ["settings", "suffix"]), { theme: F } = G(), { property: W } = l(e, ["settings", "value"]), { property: U } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: D } = l(e, [
2793
2829
  "slots",
2794
2830
  "appendInner"
2795
- ]), { property: T } = l(e, ["slots", "prepend"]), { property: H } = l(e, [
2831
+ ]), { property: L } = l(e, ["slots", "prepend"]), { property: H } = l(e, [
2796
2832
  "slots",
2797
2833
  "prependInner"
2798
2834
  ]);
2799
2835
  return (ee, ae) => {
2800
2836
  const Ce = M("v-text-field");
2801
- return _(), $(i(j), { block: "" }, {
2837
+ return _(), $(i(N), { block: "" }, {
2802
2838
  default: w(() => [
2803
- F(Ce, {
2839
+ O(Ce, {
2804
2840
  modelValue: i(W),
2805
2841
  "onUpdate:modelValue": ae[0] || (ae[0] = (fe) => Z(W) ? W.value = fe : null),
2806
2842
  "append-icon": i(o),
@@ -2808,10 +2844,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2808
2844
  autofocus: i(r),
2809
2845
  clearable: i(a),
2810
2846
  density: i(c),
2811
- disabled: i(m),
2847
+ disabled: i(u),
2812
2848
  "hide-details": i(p),
2813
2849
  label: i(d),
2814
- loading: i(u),
2850
+ loading: i(m),
2815
2851
  placeholder: i(f),
2816
2852
  prefix: i(g),
2817
2853
  "prepend-icon": i(b),
@@ -2820,15 +2856,15 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2820
2856
  reverse: i(x),
2821
2857
  "single-line": i(C),
2822
2858
  suffix: i(V),
2823
- theme: i(O),
2859
+ theme: i(F),
2824
2860
  variant: i(U)
2825
- }, Ot({ _: 2 }, [
2826
- i(N) ? {
2861
+ }, Ft({ _: 2 }, [
2862
+ i(j) ? {
2827
2863
  name: "append",
2828
2864
  fn: w(() => [
2829
- F(i(ke), {
2865
+ O(i(ke), {
2830
2866
  id: "append",
2831
- "ref-context": { compId: i(N) },
2867
+ "ref-context": { compId: i(j) },
2832
2868
  state: {}
2833
2869
  }, null, 8, ["ref-context"])
2834
2870
  ]),
@@ -2837,7 +2873,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2837
2873
  i(D) ? {
2838
2874
  name: "append-inner",
2839
2875
  fn: w(() => [
2840
- F(i(ke), {
2876
+ O(i(ke), {
2841
2877
  id: "append-inner",
2842
2878
  "ref-context": { compId: i(D) },
2843
2879
  state: {}
@@ -2845,12 +2881,12 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2845
2881
  ]),
2846
2882
  key: "1"
2847
2883
  } : void 0,
2848
- i(T) ? {
2884
+ i(L) ? {
2849
2885
  name: "prepend",
2850
2886
  fn: w(() => [
2851
- F(i(ke), {
2887
+ O(i(ke), {
2852
2888
  id: "prepend",
2853
- "ref-context": { compId: i(T) },
2889
+ "ref-context": { compId: i(L) },
2854
2890
  state: {}
2855
2891
  }, null, 8, ["ref-context"])
2856
2892
  ]),
@@ -2859,7 +2895,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2859
2895
  i(H) ? {
2860
2896
  name: "prepend-inner",
2861
2897
  fn: w(() => [
2862
- F(i(ke), {
2898
+ O(i(ke), {
2863
2899
  id: "prepend-inner",
2864
2900
  "ref-context": { compId: i(H) },
2865
2901
  state: {}
@@ -2888,7 +2924,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2888
2924
  "settings",
2889
2925
  "dot",
2890
2926
  "color"
2891
- ]), { color: c } = q(a), { property: m } = l(e, [
2927
+ ]), { color: c } = q(a), { property: u } = l(e, [
2892
2928
  "settings",
2893
2929
  "dot",
2894
2930
  "fill"
@@ -2899,7 +2935,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2899
2935
  "settings",
2900
2936
  "line",
2901
2937
  "color"
2902
- ]), { color: u } = q(d), { property: f } = l(e, [
2938
+ ]), { color: m } = q(d), { property: f } = l(e, [
2903
2939
  "settings",
2904
2940
  "line",
2905
2941
  "inset"
@@ -2919,9 +2955,9 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
2919
2955
  density: i(s),
2920
2956
  direction: i(r),
2921
2957
  "dot-color": i(c),
2922
- "fill-dot": i(m),
2958
+ "fill-dot": i(u),
2923
2959
  "hide-opposite": i(p),
2924
- "line-color": i(u),
2960
+ "line-color": i(m),
2925
2961
  "line-inset": i(f),
2926
2962
  "line-thickness": i(g),
2927
2963
  side: i(b),
@@ -2945,7 +2981,7 @@ function ml(t, n) {
2945
2981
  _: 3
2946
2982
  });
2947
2983
  }
2948
- const pl = /* @__PURE__ */ Le(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
2984
+ const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
2949
2985
  __name: "index",
2950
2986
  props: {
2951
2987
  id: {},
@@ -2965,8 +3001,8 @@ const pl = /* @__PURE__ */ Le(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
2965
3001
  ]), { property: a } = l(e, ["settings", "reverse"]), { property: c } = l(e, [
2966
3002
  "settings",
2967
3003
  "showArrows"
2968
- ]), { property: m } = l(e, ["settings", "touch"]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
2969
- return (u, f) => {
3004
+ ]), { property: u } = l(e, ["settings", "touch"]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
3005
+ return (m, f) => {
2970
3006
  const g = M("v-window");
2971
3007
  return _(), $(g, {
2972
3008
  modelValue: i(d),
@@ -2977,10 +3013,10 @@ const pl = /* @__PURE__ */ Le(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
2977
3013
  reverse: i(a),
2978
3014
  "show-arrows": i(c),
2979
3015
  theme: i(p),
2980
- touch: i(m)
3016
+ touch: i(u)
2981
3017
  }, {
2982
3018
  default: w(() => [
2983
- R(u.$slots, "default")
3019
+ R(m.$slots, "default")
2984
3020
  ]),
2985
3021
  _: 3
2986
3022
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
@@ -2996,7 +3032,7 @@ function yl(t, n) {
2996
3032
  _: 3
2997
3033
  });
2998
3034
  }
2999
- const bl = /* @__PURE__ */ Le(fl, [["render", yl]]), y = {
3035
+ const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
3000
3036
  key: "basic",
3001
3037
  name: "x-runtime-lib.basic",
3002
3038
  children: [
@@ -3058,7 +3094,7 @@ const bl = /* @__PURE__ */ Le(fl, [["render", yl]]), y = {
3058
3094
  ]
3059
3095
  }
3060
3096
  ]
3061
- }, gl = K(X), Te = {
3097
+ }, gl = K(X), Le = {
3062
3098
  key: "border",
3063
3099
  name: "x-runtime-lib.border",
3064
3100
  children: [
@@ -3170,7 +3206,7 @@ const bl = /* @__PURE__ */ Le(fl, [["render", yl]]), y = {
3170
3206
  default: ""
3171
3207
  }
3172
3208
  ]
3173
- }, Ee = {
3209
+ }, Te = {
3174
3210
  key: "padding",
3175
3211
  name: "x-runtime-lib.padding",
3176
3212
  children: [
@@ -3475,7 +3511,7 @@ const bl = /* @__PURE__ */ Le(fl, [["render", yl]]), y = {
3475
3511
  }, hl = {
3476
3512
  key: "scene_orthographic_camera_v1",
3477
3513
  name: "x-runtime-lib.orthographicCamera",
3478
- comp: Li,
3514
+ comp: Ai,
3479
3515
  properties: {
3480
3516
  pageScene: [y, Q, mn],
3481
3517
  compScene: [y, Q, mn]
@@ -3579,13 +3615,13 @@ function wl(t, n) {
3579
3615
  console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
3580
3616
  return;
3581
3617
  }
3582
- const s = Fe.properties[o];
3618
+ const s = Oe.properties[o];
3583
3619
  if (!s) {
3584
3620
  console.error(`boxGeometryV1/spawn properties not found, ${e}`);
3585
3621
  return;
3586
3622
  }
3587
- const r = E();
3588
- L(r, s), r.basic.id = z(16), r.basic.key = Fe.key, r.transform = {
3623
+ const r = T();
3624
+ A(r, s), r.basic.id = z(16), r.basic.key = Oe.key, r.transform = {
3589
3625
  position: {
3590
3626
  x: 0,
3591
3627
  y: 0,
@@ -3604,7 +3640,7 @@ function wl(t, n) {
3604
3640
  };
3605
3641
  const a = Sl(t, n), c = $l(t, n);
3606
3642
  return {
3607
- nodeTree: A(r, [a.nodeTree, c.nodeTree]),
3643
+ nodeLite: E(r, [a.nodeLite, c.nodeLite]),
3608
3644
  nodes: {
3609
3645
  [r.basic.id]: r,
3610
3646
  ...a.nodes,
@@ -3627,8 +3663,8 @@ function Sl(t, n) {
3627
3663
  );
3628
3664
  return;
3629
3665
  }
3630
- const r = E();
3631
- return L(r, s), r.basic.id = z(16), r.basic.key = yt.key, r.settings = {
3666
+ const r = T();
3667
+ return A(r, s), r.basic.id = z(16), r.basic.key = yt.key, r.settings = {
3632
3668
  width: 1,
3633
3669
  height: 1,
3634
3670
  depth: 1,
@@ -3636,7 +3672,7 @@ function Sl(t, n) {
3636
3672
  heightSegements: 1,
3637
3673
  depthSegements: 1
3638
3674
  }, {
3639
- nodeTree: A(r),
3675
+ nodeLite: E(r),
3640
3676
  nodes: {
3641
3677
  [r.basic.id]: r
3642
3678
  }
@@ -3657,9 +3693,9 @@ function $l(t, n) {
3657
3693
  );
3658
3694
  return;
3659
3695
  }
3660
- const r = E();
3661
- return L(r, s), r.basic.id = z(16), r.basic.key = De.key, {
3662
- nodeTree: A(r),
3696
+ const r = T();
3697
+ return A(r, s), r.basic.id = z(16), r.basic.key = De.key, {
3698
+ nodeLite: E(r),
3663
3699
  nodes: {
3664
3700
  [r.basic.id]: r
3665
3701
  }
@@ -3712,7 +3748,7 @@ const dn = {
3712
3748
  }, yt = {
3713
3749
  key: "scene_box_geometry_v1",
3714
3750
  name: "x-runtime-lib.boxGeometry",
3715
- comp: Fi,
3751
+ comp: Oi,
3716
3752
  properties: {
3717
3753
  pageScene: [y, dn],
3718
3754
  compScene: [y, dn]
@@ -3730,13 +3766,13 @@ function Cl(t, n) {
3730
3766
  console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
3731
3767
  return;
3732
3768
  }
3733
- const s = Fe.properties[o];
3769
+ const s = Oe.properties[o];
3734
3770
  if (!s) {
3735
3771
  console.error(`sphereGeometryV1/spawn properties not found, ${e}`);
3736
3772
  return;
3737
3773
  }
3738
- const r = E();
3739
- L(r, s), r.basic.id = z(16), r.basic.key = Fe.key, r.transform = {
3774
+ const r = T();
3775
+ A(r, s), r.basic.id = z(16), r.basic.key = Oe.key, r.transform = {
3740
3776
  position: {
3741
3777
  x: 0,
3742
3778
  y: 0,
@@ -3755,7 +3791,7 @@ function Cl(t, n) {
3755
3791
  };
3756
3792
  const a = Il(t, n), c = Vl(t, n);
3757
3793
  return {
3758
- nodeTree: A(r, [a.nodeTree, c.nodeTree]),
3794
+ nodeLite: E(r, [a.nodeLite, c.nodeLite]),
3759
3795
  nodes: {
3760
3796
  [r.basic.id]: r,
3761
3797
  ...a.nodes,
@@ -3778,8 +3814,8 @@ function Il(t, n) {
3778
3814
  );
3779
3815
  return;
3780
3816
  }
3781
- const r = E();
3782
- return L(r, s), r.basic.id = z(16), r.basic.key = bt.key, r.settings = {
3817
+ const r = T();
3818
+ return A(r, s), r.basic.id = z(16), r.basic.key = bt.key, r.settings = {
3783
3819
  radius: 1,
3784
3820
  widthSegements: 32,
3785
3821
  heightSegements: 16,
@@ -3788,7 +3824,7 @@ function Il(t, n) {
3788
3824
  thetaStart: 0,
3789
3825
  thetaLength: 3.141592653589793
3790
3826
  }, {
3791
- nodeTree: A(r),
3827
+ nodeLite: E(r),
3792
3828
  nodes: {
3793
3829
  [r.basic.id]: r
3794
3830
  }
@@ -3809,9 +3845,9 @@ function Vl(t, n) {
3809
3845
  );
3810
3846
  return;
3811
3847
  }
3812
- const r = E();
3813
- return L(r, s), r.basic.id = z(16), r.basic.key = De.key, {
3814
- nodeTree: A(r),
3848
+ const r = T();
3849
+ return A(r, s), r.basic.id = z(16), r.basic.key = De.key, {
3850
+ nodeLite: E(r),
3815
3851
  nodes: {
3816
3852
  [r.basic.id]: r
3817
3853
  }
@@ -3872,7 +3908,7 @@ const fn = {
3872
3908
  }, bt = {
3873
3909
  key: "scene_sphere_geometry_v1",
3874
3910
  name: "x-runtime-lib.sphereGeometry",
3875
- comp: ji,
3911
+ comp: Ni,
3876
3912
  properties: {
3877
3913
  pageScene: [y, fn],
3878
3914
  compScene: [y, fn]
@@ -3931,7 +3967,7 @@ const bn = {
3931
3967
  default: 1
3932
3968
  }
3933
3969
  ]
3934
- }, Tl = {
3970
+ }, Ll = {
3935
3971
  key: "scene_directional_light_v1",
3936
3972
  name: "x-runtime-lib.directionalLight",
3937
3973
  comp: Ui,
@@ -3943,7 +3979,7 @@ const bn = {
3943
3979
  methods: [],
3944
3980
  slots: []
3945
3981
  };
3946
- S(Tl);
3982
+ S(Ll);
3947
3983
  const rt = K(X);
3948
3984
  rt.children[0].default = "custom";
3949
3985
  rt.children[2].children[0].default = "0xffffff";
@@ -4036,7 +4072,7 @@ const hn = {
4036
4072
  default: 0
4037
4073
  }
4038
4074
  ]
4039
- }, El = {
4075
+ }, Tl = {
4040
4076
  key: "scene_spot_light_v1",
4041
4077
  name: "x-runtime-lib.spotLight",
4042
4078
  comp: Yi,
@@ -4048,7 +4084,7 @@ const hn = {
4048
4084
  methods: [],
4049
4085
  slots: []
4050
4086
  };
4051
- S(El);
4087
+ S(Tl);
4052
4088
  const De = {
4053
4089
  key: "scene_mesh_basic_material_v1",
4054
4090
  name: "x-runtime-lib.meshBasicMaterial",
@@ -4063,7 +4099,7 @@ const De = {
4063
4099
  leaf: !0
4064
4100
  };
4065
4101
  S(De);
4066
- const Al = {
4102
+ const El = {
4067
4103
  key: "scene_group_v1",
4068
4104
  name: "x-runtime-lib.group",
4069
4105
  comp: nr,
@@ -4075,8 +4111,8 @@ const Al = {
4075
4111
  methods: [],
4076
4112
  slots: []
4077
4113
  };
4078
- S(Al);
4079
- const Fe = {
4114
+ S(El);
4115
+ const Oe = {
4080
4116
  key: "scene_mesh_v1",
4081
4117
  name: "x-runtime-lib.mesh",
4082
4118
  comp: ir,
@@ -4088,8 +4124,8 @@ const Fe = {
4088
4124
  methods: [],
4089
4125
  slots: []
4090
4126
  };
4091
- S(Fe);
4092
- function Ll(t, n) {
4127
+ S(Oe);
4128
+ function Al(t, n) {
4093
4129
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4094
4130
  if (!o) {
4095
4131
  console.error(`barChartV1/spawn property tag not found, ${e}`);
@@ -4100,14 +4136,14 @@ function Ll(t, n) {
4100
4136
  console.error(`barChartV1/spawn properties not found, ${e}`);
4101
4137
  return;
4102
4138
  }
4103
- const r = E();
4104
- return L(r, s), r.basic.id = z(16), r.basic.key = gt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4139
+ const r = T();
4140
+ return A(r, s), r.basic.id = z(16), r.basic.key = gt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4105
4141
  {
4106
4142
  type: "bar",
4107
4143
  data: [120, 200, 150, 80, 70, 110, 130]
4108
4144
  }
4109
4145
  ], {
4110
- nodeTree: A(r),
4146
+ nodeLite: E(r),
4111
4147
  nodes: {
4112
4148
  [r.basic.id]: r
4113
4149
  }
@@ -4143,7 +4179,7 @@ const _n = {
4143
4179
  compCommon: [y, Y, Qe, et, tt, Ze, _n]
4144
4180
  },
4145
4181
  leaf: !0,
4146
- spawn: Ll
4182
+ spawn: Al
4147
4183
  };
4148
4184
  S(gt);
4149
4185
  function Ml(t, n) {
@@ -4157,14 +4193,14 @@ function Ml(t, n) {
4157
4193
  console.error(`lineChartV1/spawn properties not found, ${e}`);
4158
4194
  return;
4159
4195
  }
4160
- const r = E();
4161
- return L(r, s), r.basic.id = z(16), r.basic.key = ht.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4196
+ const r = T();
4197
+ return A(r, s), r.basic.id = z(16), r.basic.key = ht.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4162
4198
  {
4163
4199
  type: "line",
4164
4200
  data: [120, 200, 150, 80, 70, 110, 130]
4165
4201
  }
4166
4202
  ], {
4167
- nodeTree: A(r),
4203
+ nodeLite: E(r),
4168
4204
  nodes: {
4169
4205
  [r.basic.id]: r
4170
4206
  }
@@ -4273,18 +4309,18 @@ const zo = {
4273
4309
  key: "settings",
4274
4310
  name: "x-runtime-lib.settings",
4275
4311
  children: [Me, zo]
4276
- }, Fl = {
4312
+ }, Ol = {
4277
4313
  key: "settings",
4278
4314
  name: "x-runtime-lib.settings",
4279
4315
  children: [Me]
4280
- }, Ol = {
4316
+ }, Fl = {
4281
4317
  key: "settings",
4282
4318
  name: "x-runtime-lib.settings",
4283
4319
  children: [Me, zo]
4284
- }, jl = {
4320
+ }, Nl = {
4285
4321
  key: "startup",
4286
4322
  name: "x-runtime-lib.startup"
4287
- }, Nl = {
4323
+ }, jl = {
4288
4324
  key: "screenSizeChange",
4289
4325
  name: "x-runtime-lib.screenSizeChange",
4290
4326
  params: [
@@ -4315,11 +4351,11 @@ const zo = {
4315
4351
  comp: null,
4316
4352
  properties: {
4317
4353
  pageCommon: [Kl],
4318
- pageScene: [Fl],
4354
+ pageScene: [Ol],
4319
4355
  compCommon: [Dl],
4320
- compScene: [Ol]
4356
+ compScene: [Fl]
4321
4357
  },
4322
- events: [jl, Nl, Gl],
4358
+ events: [Nl, jl, Gl],
4323
4359
  internal: !0
4324
4360
  };
4325
4361
  S(Hl);
@@ -4379,9 +4415,9 @@ function Jl(t, n) {
4379
4415
  console.error(`btnV1/spawn properties not found, ${e}`);
4380
4416
  return;
4381
4417
  }
4382
- const r = E();
4383
- return L(r, s), r.basic.id = z(16), r.basic.key = _t.key, r.settings.text = "button", {
4384
- nodeTree: A(r),
4418
+ const r = T();
4419
+ return A(r, s), r.basic.id = z(16), r.basic.key = _t.key, r.settings.text = "button", {
4420
+ nodeLite: E(r),
4385
4421
  nodes: {
4386
4422
  [r.basic.id]: r
4387
4423
  }
@@ -4579,14 +4615,14 @@ function Zl(t, n) {
4579
4615
  console.error(`cardV1/spawn property tag not found, ${e}`);
4580
4616
  return;
4581
4617
  }
4582
- const s = Oe.properties[o];
4618
+ const s = Fe.properties[o];
4583
4619
  if (!s) {
4584
4620
  console.error(`cardV1/spawn properties not found, ${e}`);
4585
4621
  return;
4586
4622
  }
4587
- const r = E();
4588
- return L(r, s), r.basic.id = z(16), r.basic.key = Oe.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", {
4589
- nodeTree: A(r),
4623
+ const r = T();
4624
+ return A(r, s), r.basic.id = z(16), r.basic.key = Fe.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", {
4625
+ nodeLite: E(r),
4590
4626
  nodes: {
4591
4627
  [r.basic.id]: r
4592
4628
  }
@@ -4647,7 +4683,7 @@ const Cn = {
4647
4683
  default: !1
4648
4684
  }
4649
4685
  ]
4650
- }, Oe = {
4686
+ }, Fe = {
4651
4687
  key: "common_card_v1",
4652
4688
  name: "x-runtime-lib.card",
4653
4689
  comp: ks,
@@ -4657,7 +4693,7 @@ const Cn = {
4657
4693
  },
4658
4694
  spawn: Zl
4659
4695
  };
4660
- S(Oe);
4696
+ S(Fe);
4661
4697
  const In = {
4662
4698
  key: "settings",
4663
4699
  name: "x-runtime-lib.settings",
@@ -4783,26 +4819,26 @@ function ta(t, n) {
4783
4819
  console.error(`chipGroupV1/spawn properties not found, ${e}`);
4784
4820
  return;
4785
4821
  }
4786
- const r = E();
4787
- L(r, s), r.basic.id = z(16), r.basic.key = xt.key;
4788
- const a = Pe(t, n, "chip1", "chip 1"), c = Pe(t, n, "chip2", "chip 2"), m = Pe(t, n, "chip3", "chip 3"), p = Pe(t, n, "chip4", "chip 4"), d = Pe(t, n, "chip5", "chip 5"), u = Pe(t, n, "chip6", "chip 6");
4822
+ const r = T();
4823
+ A(r, s), r.basic.id = z(16), r.basic.key = xt.key;
4824
+ const a = Pe(t, n, "chip1", "chip 1"), c = Pe(t, n, "chip2", "chip 2"), u = Pe(t, n, "chip3", "chip 3"), p = Pe(t, n, "chip4", "chip 4"), d = Pe(t, n, "chip5", "chip 5"), m = Pe(t, n, "chip6", "chip 6");
4789
4825
  return {
4790
- nodeTree: A(r, [
4791
- a.nodeTree,
4792
- c.nodeTree,
4793
- m.nodeTree,
4794
- p.nodeTree,
4795
- d.nodeTree,
4796
- u.nodeTree
4826
+ nodeLite: E(r, [
4827
+ a.nodeLite,
4828
+ c.nodeLite,
4829
+ u.nodeLite,
4830
+ p.nodeLite,
4831
+ d.nodeLite,
4832
+ m.nodeLite
4797
4833
  ]),
4798
4834
  nodes: {
4799
4835
  [r.basic.id]: r,
4800
4836
  ...a.nodes,
4801
4837
  ...c.nodes,
4802
- ...m.nodes,
4838
+ ...u.nodes,
4803
4839
  ...p.nodes,
4804
4840
  ...d.nodes,
4805
- ...u.nodes
4841
+ ...m.nodes
4806
4842
  }
4807
4843
  };
4808
4844
  }
@@ -4817,9 +4853,9 @@ function Pe(t, n, e, o) {
4817
4853
  console.error(`chipGroupV1/spawnChip properties not found, ${s}`);
4818
4854
  return;
4819
4855
  }
4820
- const c = E();
4821
- return L(c, a), c.basic.id = z(16), c.basic.key = vt.key, c.settings.value = e, c.settings.text = o, {
4822
- nodeTree: A(c),
4856
+ const c = T();
4857
+ return A(c, a), c.basic.id = z(16), c.basic.key = vt.key, c.settings.value = e, c.settings.text = o, {
4858
+ nodeLite: E(c),
4823
4859
  nodes: {
4824
4860
  [c.basic.id]: c
4825
4861
  }
@@ -4901,7 +4937,7 @@ const na = {
4901
4937
  leaf: !0
4902
4938
  };
4903
4939
  S(na);
4904
- const Tn = {
4940
+ const Ln = {
4905
4941
  key: "settings",
4906
4942
  name: "x-runtime-lib.settings",
4907
4943
  children: [
@@ -4947,8 +4983,8 @@ const Tn = {
4947
4983
  name: "x-runtime-lib.combobox",
4948
4984
  comp: Is,
4949
4985
  properties: {
4950
- pageCommon: [y, Tn],
4951
- compCommon: [y, Tn]
4986
+ pageCommon: [y, Ln],
4987
+ compCommon: [y, Ln]
4952
4988
  },
4953
4989
  leaf: !0
4954
4990
  };
@@ -4965,8 +5001,8 @@ const zn = {
4965
5001
  name: "x-runtime-lib.container",
4966
5002
  comp: Vs,
4967
5003
  properties: {
4968
- pageCommon: [y, Y, Te, ze, Ee, zn],
4969
- compCommon: [y, Y, Te, ze, Ee, zn]
5004
+ pageCommon: [y, Y, Le, ze, Te, zn],
5005
+ compCommon: [y, Y, Le, ze, Te, zn]
4970
5006
  },
4971
5007
  events: [
4972
5008
  {
@@ -4976,7 +5012,7 @@ const zn = {
4976
5012
  ]
4977
5013
  };
4978
5014
  S(kt);
4979
- const En = {
5015
+ const Tn = {
4980
5016
  key: "size",
4981
5017
  name: "x-runtime-lib.size",
4982
5018
  children: [
@@ -4995,7 +5031,7 @@ const En = {
4995
5031
  default: ""
4996
5032
  }
4997
5033
  ]
4998
- }, An = {
5034
+ }, En = {
4999
5035
  key: "settings",
5000
5036
  name: "x-runtime-lib.settings",
5001
5037
  children: [
@@ -5103,7 +5139,7 @@ const En = {
5103
5139
  default: !1
5104
5140
  }
5105
5141
  ]
5106
- }, Ln = {
5142
+ }, An = {
5107
5143
  key: "slots",
5108
5144
  name: "x-runtime-lib.slots",
5109
5145
  children: [
@@ -5133,8 +5169,8 @@ const En = {
5133
5169
  name: "x-runtime-lib.dataTable",
5134
5170
  comp: Ps,
5135
5171
  properties: {
5136
- pageCommon: [y, En, An, Ln],
5137
- compCommon: [y, En, An, Ln]
5172
+ pageCommon: [y, Tn, En, An],
5173
+ compCommon: [y, Tn, En, An]
5138
5174
  },
5139
5175
  leaf: !0
5140
5176
  };
@@ -5142,7 +5178,7 @@ S(ia);
5142
5178
  const ra = {
5143
5179
  key: "common_date_picker_v1",
5144
5180
  name: "x-runtime-lib.datePicker",
5145
- comp: Ts,
5181
+ comp: Ls,
5146
5182
  properties: {
5147
5183
  pageCommon: [y],
5148
5184
  compCommon: [y]
@@ -5153,7 +5189,7 @@ S(ra);
5153
5189
  const sa = {
5154
5190
  key: "common_dialog_v1",
5155
5191
  name: "x-runtime-lib.dialog",
5156
- comp: Es,
5192
+ comp: Ts,
5157
5193
  properties: {
5158
5194
  pageCommon: [y],
5159
5195
  compCommon: [y]
@@ -5175,10 +5211,10 @@ const Mn = {
5175
5211
  key: "settings",
5176
5212
  name: "x-runtime-lib.settings",
5177
5213
  children: []
5178
- }, ru = {
5214
+ }, mu = {
5179
5215
  key: "common_file_input_v1",
5180
5216
  name: "x-runtime-lib.fileInput",
5181
- comp: As,
5217
+ comp: Es,
5182
5218
  properties: {
5183
5219
  pageCommon: [y, Mn],
5184
5220
  compCommon: [y, Mn]
@@ -5217,13 +5253,13 @@ function la(t, n) {
5217
5253
  console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
5218
5254
  return;
5219
5255
  }
5220
- const s = je.properties[o];
5256
+ const s = Ne.properties[o];
5221
5257
  if (!s) {
5222
5258
  console.error(`flexLayoutV1/spawn properties not found, ${e}`);
5223
5259
  return;
5224
5260
  }
5225
- const r = E();
5226
- L(r, s), r.basic.id = z(16), r.basic.key = je.key;
5261
+ const r = T();
5262
+ A(r, s), r.basic.id = z(16), r.basic.key = Ne.key;
5227
5263
  const a = St(
5228
5264
  t,
5229
5265
  n,
@@ -5242,14 +5278,14 @@ function la(t, n) {
5242
5278
  void 0,
5243
5279
  "60px",
5244
5280
  void 0
5245
- ), m = aa(t, n);
5281
+ ), u = aa(t, n);
5246
5282
  return {
5247
- nodeTree: A(r, [a.nodeTree, c.nodeTree, m.nodeTree]),
5283
+ nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
5248
5284
  nodes: {
5249
5285
  [r.basic.id]: r,
5250
5286
  ...a.nodes,
5251
5287
  ...c.nodes,
5252
- ...m.nodes
5288
+ ...u.nodes
5253
5289
  }
5254
5290
  };
5255
5291
  }
@@ -5266,8 +5302,8 @@ function aa(t, n) {
5266
5302
  console.error(`flexLayoutV1/spawnEntry properties not found, ${e}`);
5267
5303
  return;
5268
5304
  }
5269
- const r = E();
5270
- L(r, s), r.basic.id = z(16), r.basic.key = wt.key;
5305
+ const r = T();
5306
+ A(r, s), r.basic.id = z(16), r.basic.key = wt.key;
5271
5307
  const a = St(
5272
5308
  t,
5273
5309
  n,
@@ -5279,14 +5315,14 @@ function aa(t, n) {
5279
5315
  "80px"
5280
5316
  );
5281
5317
  return {
5282
- nodeTree: A(r, [a.nodeTree]),
5318
+ nodeLite: E(r, [a.nodeLite]),
5283
5319
  nodes: {
5284
5320
  [r.basic.id]: r,
5285
5321
  ...a.nodes
5286
5322
  }
5287
5323
  };
5288
5324
  }
5289
- function St(t, n, e, o, s, r, a, c, m) {
5325
+ function St(t, n, e, o, s, r, a, c, u) {
5290
5326
  const p = `type=${t} subtype=${n}`, d = B(t, n);
5291
5327
  if (!d) {
5292
5328
  console.error(
@@ -5294,16 +5330,16 @@ function St(t, n, e, o, s, r, a, c, m) {
5294
5330
  );
5295
5331
  return;
5296
5332
  }
5297
- const u = kt.properties[d];
5298
- if (!u) {
5333
+ const m = kt.properties[d];
5334
+ if (!m) {
5299
5335
  console.error(
5300
5336
  `flexLayoutV1/spawnContainer properties not found, ${p}`
5301
5337
  );
5302
5338
  return;
5303
5339
  }
5304
- const f = E();
5305
- return L(f, u), f.basic.id = z(16), f.basic.key = kt.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
5306
- nodeTree: A(f, []),
5340
+ const f = T();
5341
+ return A(f, m), f.basic.id = z(16), f.basic.key = kt.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
5342
+ nodeLite: E(f, []),
5307
5343
  nodes: {
5308
5344
  [f.basic.id]: f
5309
5345
  }
@@ -5482,13 +5518,13 @@ const Wn = {
5482
5518
  },
5483
5519
  Yt
5484
5520
  ]
5485
- }, je = {
5521
+ }, Ne = {
5486
5522
  key: "common_flex_layout_v1",
5487
5523
  name: "x-runtime-lib.flexLayout",
5488
- comp: Ls,
5524
+ comp: As,
5489
5525
  properties: {
5490
- pageCommon: [y, Y, Te, ze, Ee, Wn],
5491
- compCommon: [y, Y, Te, ze, Ee, Wn]
5526
+ pageCommon: [y, Y, Le, ze, Te, Wn],
5527
+ compCommon: [y, Y, Le, ze, Te, Wn]
5492
5528
  },
5493
5529
  events: [
5494
5530
  {
@@ -5498,7 +5534,7 @@ const Wn = {
5498
5534
  ],
5499
5535
  spawn: la
5500
5536
  };
5501
- S(je);
5537
+ S(Ne);
5502
5538
  const Rn = {
5503
5539
  key: "settings",
5504
5540
  name: "x-runtime-lib.settings",
@@ -5691,11 +5727,11 @@ function ca(t, n) {
5691
5727
  console.error(`formV1/spawn properties not found, ${e}`);
5692
5728
  return;
5693
5729
  }
5694
- const r = E();
5695
- L(r, s), r.basic.id = z(16), r.basic.key = Ct.key;
5730
+ const r = T();
5731
+ A(r, s), r.basic.id = z(16), r.basic.key = Ct.key;
5696
5732
  const a = ua(t, n);
5697
5733
  return {
5698
- nodeTree: A(r, [a.nodeTree]),
5734
+ nodeLite: E(r, [a.nodeLite]),
5699
5735
  nodes: {
5700
5736
  [r.basic.id]: r,
5701
5737
  ...a.nodes
@@ -5713,9 +5749,9 @@ function ua(t, n) {
5713
5749
  console.error(`formV1/spawnTextField properties not found, ${e}`);
5714
5750
  return;
5715
5751
  }
5716
- const r = E();
5717
- return L(r, s), r.basic.id = z(16), r.basic.key = $t.key, {
5718
- nodeTree: A(r),
5752
+ const r = T();
5753
+ return A(r, s), r.basic.id = z(16), r.basic.key = $t.key, {
5754
+ nodeLite: E(r),
5719
5755
  nodes: {
5720
5756
  [r.basic.id]: r
5721
5757
  }
@@ -5744,8 +5780,8 @@ const Dn = {
5744
5780
  name: "x-runtime-lib.form",
5745
5781
  comp: Bs,
5746
5782
  properties: {
5747
- pageCommon: [y, Y, Te, ze, Ee, Dn],
5748
- compCommon: [y, Y, Te, ze, Ee, Dn]
5783
+ pageCommon: [y, Y, Le, ze, Te, Dn],
5784
+ compCommon: [y, Y, Le, ze, Te, Dn]
5749
5785
  },
5750
5786
  events: [
5751
5787
  {
@@ -5756,7 +5792,7 @@ const Dn = {
5756
5792
  spawn: ca
5757
5793
  };
5758
5794
  S(Ct);
5759
- const ma = K(X), Fn = {
5795
+ const ma = K(X), On = {
5760
5796
  key: "settings",
5761
5797
  name: "x-runtime-lib.settings",
5762
5798
  children: [
@@ -5786,8 +5822,8 @@ const ma = K(X), Fn = {
5786
5822
  name: "x-runtime-lib.icon",
5787
5823
  comp: Ws,
5788
5824
  properties: {
5789
- pageCommon: [y, Fn],
5790
- compCommon: [y, Fn]
5825
+ pageCommon: [y, On],
5826
+ compCommon: [y, On]
5791
5827
  },
5792
5828
  leaf: !0
5793
5829
  };
@@ -5824,15 +5860,15 @@ function fa(t, n) {
5824
5860
  console.error(`numberInputV1/spawn properties not found, ${e}`);
5825
5861
  return;
5826
5862
  }
5827
- const r = E();
5828
- return L(r, s), r.basic.id = z(16), r.basic.key = It.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
5829
- nodeTree: A(r),
5863
+ const r = T();
5864
+ return A(r, s), r.basic.id = z(16), r.basic.key = It.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
5865
+ nodeLite: E(r),
5830
5866
  nodes: {
5831
5867
  [r.basic.id]: r
5832
5868
  }
5833
5869
  };
5834
5870
  }
5835
- const On = {
5871
+ const Fn = {
5836
5872
  key: "size",
5837
5873
  name: "x-runtime-lib.size",
5838
5874
  children: [
@@ -5858,7 +5894,7 @@ const On = {
5858
5894
  default: ""
5859
5895
  }
5860
5896
  ]
5861
- }, jn = {
5897
+ }, Nn = {
5862
5898
  key: "settings",
5863
5899
  name: "x-runtime-lib.settings",
5864
5900
  children: [
@@ -6004,8 +6040,8 @@ const On = {
6004
6040
  name: "x-runtime-lib.numberInput",
6005
6041
  comp: Ds,
6006
6042
  properties: {
6007
- pageCommon: [y, On, jn],
6008
- compCommon: [y, On, jn]
6043
+ pageCommon: [y, Fn, Nn],
6044
+ compCommon: [y, Fn, Nn]
6009
6045
  },
6010
6046
  events: [
6011
6047
  {
@@ -6033,7 +6069,7 @@ const On = {
6033
6069
  spawn: fa
6034
6070
  };
6035
6071
  S(It);
6036
- const Nn = {
6072
+ const jn = {
6037
6073
  key: "settings",
6038
6074
  name: "x-runtime-lib.settings",
6039
6075
  children: [
@@ -6099,10 +6135,10 @@ const Nn = {
6099
6135
  }, ya = {
6100
6136
  key: "common_pagination_v1",
6101
6137
  name: "x-runtime-lib.pagination",
6102
- comp: Fs,
6138
+ comp: Os,
6103
6139
  properties: {
6104
- pageCommon: [y, Nn],
6105
- compCommon: [y, Nn]
6140
+ pageCommon: [y, jn],
6141
+ compCommon: [y, jn]
6106
6142
  },
6107
6143
  leaf: !0
6108
6144
  };
@@ -6147,7 +6183,7 @@ const ba = K(X), Gn = {
6147
6183
  }, Vt = {
6148
6184
  key: "common_radio_v1",
6149
6185
  name: "x-runtime-lib.radio",
6150
- comp: Os,
6186
+ comp: Fs,
6151
6187
  properties: {
6152
6188
  pageCommon: [y, Gn],
6153
6189
  compCommon: [y, Gn]
@@ -6166,20 +6202,20 @@ function ga(t, n) {
6166
6202
  console.error(`radioGroupV1/spawn properties not found, ${e}`);
6167
6203
  return;
6168
6204
  }
6169
- const r = E();
6170
- L(r, s), r.basic.id = z(16), r.basic.key = Pt.key, r.settings.value = "option1";
6171
- const a = ct(t, n, "option1", "Option 1"), c = ct(t, n, "option2", "Option 2"), m = ct(t, n, "option3", "Option 3");
6205
+ const r = T();
6206
+ A(r, s), r.basic.id = z(16), r.basic.key = Pt.key, r.settings.value = "option1";
6207
+ const a = ct(t, n, "option1", "Option 1"), c = ct(t, n, "option2", "Option 2"), u = ct(t, n, "option3", "Option 3");
6172
6208
  return {
6173
- nodeTree: A(r, [
6174
- a.nodeTree,
6175
- c.nodeTree,
6176
- m.nodeTree
6209
+ nodeLite: E(r, [
6210
+ a.nodeLite,
6211
+ c.nodeLite,
6212
+ u.nodeLite
6177
6213
  ]),
6178
6214
  nodes: {
6179
6215
  [r.basic.id]: r,
6180
6216
  ...a.nodes,
6181
6217
  ...c.nodes,
6182
- ...m.nodes
6218
+ ...u.nodes
6183
6219
  }
6184
6220
  };
6185
6221
  }
@@ -6196,9 +6232,9 @@ function ct(t, n, e, o) {
6196
6232
  console.error(`radioGroupV1/spawnEntry properties not found, ${s}`);
6197
6233
  return;
6198
6234
  }
6199
- const c = E();
6200
- return L(c, a), c.basic.id = z(16), c.basic.key = Vt.key, c.settings.value = e, c.settings.label = o, {
6201
- nodeTree: A(c),
6235
+ const c = T();
6236
+ return A(c, a), c.basic.id = z(16), c.basic.key = Vt.key, c.settings.value = e, c.settings.label = o, {
6237
+ nodeLite: E(c),
6202
6238
  nodes: {
6203
6239
  [c.basic.id]: c
6204
6240
  }
@@ -6250,7 +6286,7 @@ const Hn = {
6250
6286
  }, Pt = {
6251
6287
  key: "common_radio_group_v1",
6252
6288
  name: "x-runtime-lib.radioGroup",
6253
- comp: js,
6289
+ comp: Ns,
6254
6290
  properties: {
6255
6291
  pageCommon: [y, Hn],
6256
6292
  compCommon: [y, Hn]
@@ -6378,7 +6414,7 @@ const Un = {
6378
6414
  }, ha = {
6379
6415
  key: "common_range_slider_v1",
6380
6416
  name: "x-runtime-lib.rangeSlider",
6381
- comp: Ns,
6417
+ comp: js,
6382
6418
  properties: {
6383
6419
  pageCommon: [y, Un],
6384
6420
  compCommon: [y, Un]
@@ -6650,7 +6686,7 @@ const Xn = {
6650
6686
  leaf: !0
6651
6687
  };
6652
6688
  S(xa);
6653
- const Tt = {
6689
+ const Lt = {
6654
6690
  key: "common_stepper_header_v1",
6655
6691
  name: "x-runtime-lib.stepperHeader",
6656
6692
  comp: Ys,
@@ -6659,7 +6695,7 @@ const Tt = {
6659
6695
  compCommon: [y]
6660
6696
  }
6661
6697
  };
6662
- S(Tt);
6698
+ S(Lt);
6663
6699
  const Zn = {
6664
6700
  key: "settings",
6665
6701
  name: "x-runtime-lib.settings",
@@ -6681,7 +6717,7 @@ const Zn = {
6681
6717
  }
6682
6718
  };
6683
6719
  S(zt);
6684
- const Et = {
6720
+ const Tt = {
6685
6721
  key: "common_stepper_window_v1",
6686
6722
  name: "x-runtime-lib.stepperWindow",
6687
6723
  comp: tl,
@@ -6690,7 +6726,7 @@ const Et = {
6690
6726
  compCommon: [y]
6691
6727
  }
6692
6728
  };
6693
- S(Et);
6729
+ S(Tt);
6694
6730
  const Qn = {
6695
6731
  key: "settings",
6696
6732
  name: "x-runtime-lib.settings",
@@ -6702,7 +6738,7 @@ const Qn = {
6702
6738
  default: ""
6703
6739
  }
6704
6740
  ]
6705
- }, At = {
6741
+ }, Et = {
6706
6742
  key: "common_stepper_window_item_v1",
6707
6743
  name: "x-runtime-lib.stepperWindowItem",
6708
6744
  comp: nl,
@@ -6711,23 +6747,23 @@ const Qn = {
6711
6747
  compCommon: [y, Qn]
6712
6748
  }
6713
6749
  };
6714
- S(At);
6750
+ S(Et);
6715
6751
  function ka(t, n) {
6716
6752
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6717
6753
  if (!o) {
6718
6754
  console.error(`stepperV1/spawn property tag not found, ${e}`);
6719
6755
  return;
6720
6756
  }
6721
- const s = Lt.properties[o];
6757
+ const s = At.properties[o];
6722
6758
  if (!s) {
6723
6759
  console.error(`stepperV1/spawn properties not found, ${e}`);
6724
6760
  return;
6725
6761
  }
6726
- const r = E();
6727
- L(r, s), r.basic.id = z(16), r.basic.key = Lt.key;
6762
+ const r = T();
6763
+ A(r, s), r.basic.id = z(16), r.basic.key = At.key;
6728
6764
  const a = wa(t, n), c = Sa(t, n);
6729
6765
  return {
6730
- nodeTree: A(r, [a.nodeTree, c.nodeTree]),
6766
+ nodeLite: E(r, [a.nodeLite, c.nodeLite]),
6731
6767
  nodes: {
6732
6768
  [r.basic.id]: r,
6733
6769
  ...a.nodes,
@@ -6741,21 +6777,21 @@ function wa(t, n) {
6741
6777
  console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
6742
6778
  return;
6743
6779
  }
6744
- const s = Tt.properties[o];
6780
+ const s = Lt.properties[o];
6745
6781
  if (!s) {
6746
6782
  console.error(`stepperV1/spawnHeader properties not found, ${e}`);
6747
6783
  return;
6748
6784
  }
6749
- const r = E();
6750
- L(r, s), r.basic.id = z(16), r.basic.key = Tt.key;
6751
- const a = ut(t, n, "step1"), c = ut(t, n, "step2"), m = ut(t, n, "step3");
6785
+ const r = T();
6786
+ A(r, s), r.basic.id = z(16), r.basic.key = Lt.key;
6787
+ const a = ut(t, n, "step1"), c = ut(t, n, "step2"), u = ut(t, n, "step3");
6752
6788
  return {
6753
- nodeTree: A(r, [a.nodeTree, c.nodeTree, m.nodeTree]),
6789
+ nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
6754
6790
  nodes: {
6755
6791
  [r.basic.id]: r,
6756
6792
  ...a.nodes,
6757
6793
  ...c.nodes,
6758
- ...m.nodes
6794
+ ...u.nodes
6759
6795
  }
6760
6796
  };
6761
6797
  }
@@ -6770,9 +6806,9 @@ function ut(t, n, e) {
6770
6806
  console.error(`stepperV1/spawnItem properties not found, ${o}`);
6771
6807
  return;
6772
6808
  }
6773
- const a = E();
6774
- return L(a, r), a.basic.id = z(16), a.basic.key = zt.key, a.settings.value = e, {
6775
- nodeTree: A(a, []),
6809
+ const a = T();
6810
+ return A(a, r), a.basic.id = z(16), a.basic.key = zt.key, a.settings.value = e, {
6811
+ nodeLite: E(a, []),
6776
6812
  nodes: {
6777
6813
  [a.basic.id]: a
6778
6814
  }
@@ -6784,21 +6820,21 @@ function Sa(t, n) {
6784
6820
  console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
6785
6821
  return;
6786
6822
  }
6787
- const s = Et.properties[o];
6823
+ const s = Tt.properties[o];
6788
6824
  if (!s) {
6789
6825
  console.error(`stepperV1/spawnWindow properties not found, ${e}`);
6790
6826
  return;
6791
6827
  }
6792
- const r = E();
6793
- L(r, s), r.basic.id = z(16), r.basic.key = Et.key;
6794
- const a = mt(t, n, "step1", "step 1"), c = mt(t, n, "step2", "step 2"), m = mt(t, n, "step3", "step 3");
6828
+ const r = T();
6829
+ A(r, s), r.basic.id = z(16), r.basic.key = Tt.key;
6830
+ const a = mt(t, n, "step1", "step 1"), c = mt(t, n, "step2", "step 2"), u = mt(t, n, "step3", "step 3");
6795
6831
  return {
6796
- nodeTree: A(r, [a.nodeTree, c.nodeTree, m.nodeTree]),
6832
+ nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
6797
6833
  nodes: {
6798
6834
  [r.basic.id]: r,
6799
6835
  ...a.nodes,
6800
6836
  ...c.nodes,
6801
- ...m.nodes
6837
+ ...u.nodes
6802
6838
  }
6803
6839
  };
6804
6840
  }
@@ -6810,21 +6846,21 @@ function mt(t, n, e, o) {
6810
6846
  );
6811
6847
  return;
6812
6848
  }
6813
- const a = At.properties[r];
6849
+ const a = Et.properties[r];
6814
6850
  if (!a) {
6815
6851
  console.error(
6816
6852
  `stepperV1/spawnWindowItem properties not found, ${s}`
6817
6853
  );
6818
6854
  return;
6819
6855
  }
6820
- const c = E();
6821
- L(c, a), c.basic.id = z(16), c.basic.key = At.key, c.settings.value = e;
6822
- const m = $a(t, n, o);
6856
+ const c = T();
6857
+ A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
6858
+ const u = $a(t, n, o);
6823
6859
  return {
6824
- nodeTree: A(c, [m.nodeTree]),
6860
+ nodeLite: E(c, [u.nodeLite]),
6825
6861
  nodes: {
6826
6862
  [c.basic.id]: c,
6827
- ...m.nodes
6863
+ ...u.nodes
6828
6864
  }
6829
6865
  };
6830
6866
  }
@@ -6834,14 +6870,14 @@ function $a(t, n, e) {
6834
6870
  console.error(`stepperV1/spawnCard property tag not found, ${o}`);
6835
6871
  return;
6836
6872
  }
6837
- const r = Oe.properties[s];
6873
+ const r = Fe.properties[s];
6838
6874
  if (!r) {
6839
6875
  console.error(`stepperV1/spawnCard properties not found, ${o}`);
6840
6876
  return;
6841
6877
  }
6842
- const a = E();
6843
- return L(a, r), a.basic.id = z(16), a.basic.key = Oe.key, a.settings.title = e, {
6844
- nodeTree: A(a, []),
6878
+ const a = T();
6879
+ return A(a, r), a.basic.id = z(16), a.basic.key = Fe.key, a.settings.title = e, {
6880
+ nodeLite: E(a, []),
6845
6881
  nodes: {
6846
6882
  [a.basic.id]: a
6847
6883
  }
@@ -6864,7 +6900,7 @@ const eo = {
6864
6900
  default: !1
6865
6901
  }
6866
6902
  ]
6867
- }, Lt = {
6903
+ }, At = {
6868
6904
  key: "common_stepper_v1",
6869
6905
  name: "x-runtime-lib.stepper",
6870
6906
  comp: Js,
@@ -6874,7 +6910,7 @@ const eo = {
6874
6910
  },
6875
6911
  spawn: ka
6876
6912
  };
6877
- S(Lt);
6913
+ S(At);
6878
6914
  const Ca = {
6879
6915
  key: "common_switch_v1",
6880
6916
  name: "x-runtime-lib.switch",
@@ -6925,16 +6961,16 @@ function Ia(t, n) {
6925
6961
  console.error(`tabsV1/spawn properties not found, ${e}`);
6926
6962
  return;
6927
6963
  }
6928
- const r = E();
6929
- L(r, s), r.basic.id = z(16), r.basic.key = Bt.key;
6930
- const a = pt(t, n, "tab1", "tab 1"), c = pt(t, n, "tab2", "tab 2"), m = pt(t, n, "tab3", "tab 3");
6964
+ const r = T();
6965
+ A(r, s), r.basic.id = z(16), r.basic.key = Bt.key;
6966
+ const a = pt(t, n, "tab1", "tab 1"), c = pt(t, n, "tab2", "tab 2"), u = pt(t, n, "tab3", "tab 3");
6931
6967
  return {
6932
- nodeTree: A(r, [a.nodeTree, c.nodeTree, m.nodeTree]),
6968
+ nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
6933
6969
  nodes: {
6934
6970
  [r.basic.id]: r,
6935
6971
  ...a.nodes,
6936
6972
  ...c.nodes,
6937
- ...m.nodes
6973
+ ...u.nodes
6938
6974
  }
6939
6975
  };
6940
6976
  }
@@ -6949,9 +6985,9 @@ function pt(t, n, e, o) {
6949
6985
  console.error(`tabsV1/spawnTab properties not found, ${s}`);
6950
6986
  return;
6951
6987
  }
6952
- const c = E();
6953
- return L(c, a), c.basic.id = z(16), c.basic.key = Mt.key, c.settings.value = e, c.settings.text = o, {
6954
- nodeTree: A(c),
6988
+ const c = T();
6989
+ return A(c, a), c.basic.id = z(16), c.basic.key = Mt.key, c.settings.value = e, c.settings.text = o, {
6990
+ nodeLite: E(c),
6955
6991
  nodes: {
6956
6992
  [c.basic.id]: c
6957
6993
  }
@@ -7067,9 +7103,9 @@ function Va(t, n) {
7067
7103
  console.error(`textV1/spawn properties not found, ${e}`);
7068
7104
  return;
7069
7105
  }
7070
- const r = E();
7071
- return L(r, s), r.basic.id = z(16), r.basic.key = Se.key, r.settings.text = "text", {
7072
- nodeTree: A(r),
7106
+ const r = T();
7107
+ return A(r, s), r.basic.id = z(16), r.basic.key = Se.key, r.settings.text = "text", {
7108
+ nodeLite: E(r),
7073
7109
  nodes: {
7074
7110
  [r.basic.id]: r
7075
7111
  }
@@ -7184,9 +7220,9 @@ function Pa(t, n) {
7184
7220
  console.error(`textareaV1/spawn properties not found, ${e}`);
7185
7221
  return;
7186
7222
  }
7187
- const r = E();
7188
- return L(r, s), r.basic.id = z(16), r.basic.key = Wt.key, r.settings.label = "label", {
7189
- nodeTree: A(r),
7223
+ const r = T();
7224
+ return A(r, s), r.basic.id = z(16), r.basic.key = Wt.key, r.settings.label = "label", {
7225
+ nodeLite: E(r),
7190
7226
  nodes: {
7191
7227
  [r.basic.id]: r
7192
7228
  }
@@ -7285,7 +7321,7 @@ const Rt = {
7285
7321
  }
7286
7322
  };
7287
7323
  S(Rt);
7288
- function Ta(t, n) {
7324
+ function La(t, n) {
7289
7325
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7290
7326
  if (!o) {
7291
7327
  console.error(`timelineV1/spawn property tag not found, ${e}`);
@@ -7296,16 +7332,16 @@ function Ta(t, n) {
7296
7332
  console.error(`timelineV1/spawn properties not found, ${e}`);
7297
7333
  return;
7298
7334
  }
7299
- const r = E();
7300
- L(r, s), r.basic.id = z(16), r.basic.key = Kt.key;
7301
- const a = dt(t, n, "timeline 1"), c = dt(t, n, "timeline 2"), m = dt(t, n, "timeline 3");
7335
+ const r = T();
7336
+ A(r, s), r.basic.id = z(16), r.basic.key = Kt.key;
7337
+ const a = dt(t, n, "timeline 1"), c = dt(t, n, "timeline 2"), u = dt(t, n, "timeline 3");
7302
7338
  return {
7303
- nodeTree: A(r, [a.nodeTree, c.nodeTree, m.nodeTree]),
7339
+ nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
7304
7340
  nodes: {
7305
7341
  [r.basic.id]: r,
7306
7342
  ...a.nodes,
7307
7343
  ...c.nodes,
7308
- ...m.nodes
7344
+ ...u.nodes
7309
7345
  }
7310
7346
  };
7311
7347
  }
@@ -7320,11 +7356,11 @@ function dt(t, n, e) {
7320
7356
  console.error(`timelineV1/spawnEntry properties not found, ${o}`);
7321
7357
  return;
7322
7358
  }
7323
- const a = E();
7324
- L(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
7359
+ const a = T();
7360
+ A(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
7325
7361
  const c = za(t, n, e);
7326
7362
  return {
7327
- nodeTree: A(a, [c.nodeTree]),
7363
+ nodeLite: E(a, [c.nodeLite]),
7328
7364
  nodes: {
7329
7365
  [a.basic.id]: a,
7330
7366
  ...c.nodes
@@ -7342,15 +7378,15 @@ function za(t, n, e) {
7342
7378
  console.error(`timelineV1/spawnText properties not found, ${o}`);
7343
7379
  return;
7344
7380
  }
7345
- const a = E();
7346
- return L(a, r), a.basic.id = z(16), a.basic.key = Se.key, a.settings.text = e, {
7347
- nodeTree: A(a),
7381
+ const a = T();
7382
+ return A(a, r), a.basic.id = z(16), a.basic.key = Se.key, a.settings.text = e, {
7383
+ nodeLite: E(a),
7348
7384
  nodes: {
7349
7385
  [a.basic.id]: a
7350
7386
  }
7351
7387
  };
7352
7388
  }
7353
- const Ea = K(X), Aa = K(X), ro = {
7389
+ const Ta = K(X), Ea = K(X), ro = {
7354
7390
  key: "settings",
7355
7391
  name: "x-runtime-lib.settings",
7356
7392
  children: [
@@ -7398,7 +7434,7 @@ const Ea = K(X), Aa = K(X), ro = {
7398
7434
  ui: "switch",
7399
7435
  default: !1
7400
7436
  },
7401
- Ea
7437
+ Ta
7402
7438
  ]
7403
7439
  },
7404
7440
  {
@@ -7424,7 +7460,7 @@ const Ea = K(X), Aa = K(X), ro = {
7424
7460
  ui: "numInput",
7425
7461
  default: 0
7426
7462
  },
7427
- Aa
7463
+ Ea
7428
7464
  ]
7429
7465
  }
7430
7466
  ]
@@ -7436,7 +7472,7 @@ const Ea = K(X), Aa = K(X), ro = {
7436
7472
  pageCommon: [y, ro],
7437
7473
  compCommon: [y, ro]
7438
7474
  },
7439
- spawn: Ta
7475
+ spawn: La
7440
7476
  };
7441
7477
  S(Kt);
7442
7478
  const Dt = {
@@ -7449,27 +7485,27 @@ const Dt = {
7449
7485
  }
7450
7486
  };
7451
7487
  S(Dt);
7452
- function La(t, n) {
7488
+ function Aa(t, n) {
7453
7489
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7454
7490
  if (!o) {
7455
7491
  console.error(`windowV1/spawn property tag not found, ${e}`);
7456
7492
  return;
7457
7493
  }
7458
- const s = Ft.properties[o];
7494
+ const s = Ot.properties[o];
7459
7495
  if (!s) {
7460
7496
  console.error(`windowV1/spawn properties not found, ${e}`);
7461
7497
  return;
7462
7498
  }
7463
- const r = E();
7464
- L(r, s), r.basic.id = z(16), r.basic.key = Ft.key;
7465
- const a = ft(t, n, "window 1"), c = ft(t, n, "window 2"), m = ft(t, n, "window 3");
7499
+ const r = T();
7500
+ A(r, s), r.basic.id = z(16), r.basic.key = Ot.key;
7501
+ const a = ft(t, n, "window 1"), c = ft(t, n, "window 2"), u = ft(t, n, "window 3");
7466
7502
  return {
7467
- nodeTree: A(r, [a.nodeTree, c.nodeTree, m.nodeTree]),
7503
+ nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
7468
7504
  nodes: {
7469
7505
  [r.basic.id]: r,
7470
7506
  ...a.nodes,
7471
7507
  ...c.nodes,
7472
- ...m.nodes
7508
+ ...u.nodes
7473
7509
  }
7474
7510
  };
7475
7511
  }
@@ -7484,11 +7520,11 @@ function ft(t, n, e) {
7484
7520
  console.error(`windowV1/spawnEntry properties not found, ${o}`);
7485
7521
  return;
7486
7522
  }
7487
- const a = E();
7488
- L(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
7523
+ const a = T();
7524
+ A(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
7489
7525
  const c = Ma(t, n, e);
7490
7526
  return {
7491
- nodeTree: A(a, [c.nodeTree]),
7527
+ nodeLite: E(a, [c.nodeLite]),
7492
7528
  nodes: {
7493
7529
  [a.basic.id]: a,
7494
7530
  ...c.nodes
@@ -7503,16 +7539,16 @@ function Ma(t, n, e) {
7503
7539
  );
7504
7540
  return;
7505
7541
  }
7506
- const r = je.properties[s];
7542
+ const r = Ne.properties[s];
7507
7543
  if (!r) {
7508
7544
  console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
7509
7545
  return;
7510
7546
  }
7511
- const a = E();
7512
- L(a, r), a.basic.id = z(16), a.basic.key = je.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";
7547
+ const a = T();
7548
+ A(a, r), a.basic.id = z(16), a.basic.key = Ne.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";
7513
7549
  const c = Ba(t, n, e);
7514
7550
  return {
7515
- nodeTree: A(a, [c.nodeTree]),
7551
+ nodeLite: E(a, [c.nodeLite]),
7516
7552
  nodes: {
7517
7553
  [a.basic.id]: a,
7518
7554
  ...c.nodes
@@ -7530,9 +7566,9 @@ function Ba(t, n, e) {
7530
7566
  console.error(`windowV1/spawnText properties not found, ${o}`);
7531
7567
  return;
7532
7568
  }
7533
- const a = E();
7534
- return L(a, r), a.basic.id = z(16), a.basic.key = Se.key, a.settings.text = e, a.settings.style.xs = "h6", {
7535
- nodeTree: A(a),
7569
+ const a = T();
7570
+ return A(a, r), a.basic.id = z(16), a.basic.key = Se.key, a.settings.text = e, a.settings.style.xs = "h6", {
7571
+ nodeLite: E(a),
7536
7572
  nodes: {
7537
7573
  [a.basic.id]: a
7538
7574
  }
@@ -7586,7 +7622,7 @@ const so = {
7586
7622
  default: !1
7587
7623
  }
7588
7624
  ]
7589
- }, Ft = {
7625
+ }, Ot = {
7590
7626
  key: "common_window_v1",
7591
7627
  name: "x-runtime-lib.window",
7592
7628
  comp: dl,
@@ -7594,9 +7630,9 @@ const so = {
7594
7630
  pageCommon: [y, so],
7595
7631
  compCommon: [y, so]
7596
7632
  },
7597
- spawn: La
7633
+ spawn: Aa
7598
7634
  };
7599
- S(Ft);
7635
+ S(Ot);
7600
7636
  const Wa = [
7601
7637
  { title: "x-runtime-lib.title", value: "title" },
7602
7638
  { title: "x-runtime-lib.end", value: "end" },
@@ -7616,14 +7652,14 @@ const Wa = [
7616
7652
  { title: "x-runtime-lib.notSet", value: "" },
7617
7653
  { title: "x-runtime-lib.theme", value: "theme" },
7618
7654
  { title: "x-runtime-lib.custom", value: "custom" }
7619
- ], Fa = [
7655
+ ], Oa = [
7620
7656
  { title: "x-runtime-lib.default", value: "default" },
7621
7657
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
7622
7658
  { title: "x-runtime-lib.compact", value: "compact" }
7623
- ], Oa = [
7659
+ ], Fa = [
7624
7660
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
7625
7661
  { title: "x-runtime-lib.vertical", value: "vertical" }
7626
- ], ja = [
7662
+ ], Na = [
7627
7663
  { title: "x-runtime-lib.underlined", value: "underlined" },
7628
7664
  { title: "x-runtime-lib.outlined", value: "outlined" },
7629
7665
  { title: "x-runtime-lib.filled", value: "filled" },
@@ -7631,7 +7667,7 @@ const Wa = [
7631
7667
  { title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
7632
7668
  { title: "x-runtime-lib.soloFilled", value: "solo-filled" },
7633
7669
  { title: "x-runtime-lib.plain", value: "plain" }
7634
- ], Na = [
7670
+ ], ja = [
7635
7671
  { title: "x-runtime-lib.notSet", value: "" },
7636
7672
  { title: "x-runtime-lib.start", value: "start" },
7637
7673
  { title: "x-runtime-lib.end", value: "end" },
@@ -7752,10 +7788,10 @@ const Wa = [
7752
7788
  axisTypeItemsV1: Ra,
7753
7789
  borderStyleItemsV1: Ka,
7754
7790
  colorModeItemsV1: Da,
7755
- densityItemsV1: Fa,
7756
- directionItemsV1: Oa,
7757
- fieldVariantItemsV1: ja,
7758
- flexCrossAlignItemsV1: Na,
7791
+ densityItemsV1: Oa,
7792
+ directionItemsV1: Fa,
7793
+ fieldVariantItemsV1: Na,
7794
+ flexCrossAlignItemsV1: ja,
7759
7795
  flexDirectionItemsV1: Ga,
7760
7796
  flexMainAlignItemsV1: Ha,
7761
7797
  flexWrapItemsV1: Ua,
@@ -7861,7 +7897,7 @@ const Wa = [
7861
7897
  title: "x-runtime-lib.percent",
7862
7898
  value: "percent",
7863
7899
  ui: "percentInput",
7864
- validator: Nt,
7900
+ validator: jt,
7865
7901
  precision: 6,
7866
7902
  default: "0%"
7867
7903
  }
@@ -7885,7 +7921,7 @@ const Wa = [
7885
7921
  title: "x-runtime-lib.percent",
7886
7922
  value: "percent",
7887
7923
  ui: "percentInput",
7888
- validator: Nt,
7924
+ validator: jt,
7889
7925
  precision: 6,
7890
7926
  min: 0,
7891
7927
  default: "0%"
@@ -7910,7 +7946,7 @@ const Wa = [
7910
7946
  title: "x-runtime-lib.percent",
7911
7947
  value: "percent",
7912
7948
  ui: "percentInput",
7913
- validator: Nt,
7949
+ validator: jt,
7914
7950
  precision: 6,
7915
7951
  min: 0,
7916
7952
  default: "0%"
@@ -8308,7 +8344,7 @@ function lo(t, n) {
8308
8344
  return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !e ? void 0 : e;
8309
8345
  }
8310
8346
  }
8311
- function L(t, n) {
8347
+ function A(t, n) {
8312
8348
  function e(o, s) {
8313
8349
  if (s.ui) {
8314
8350
  if (s.ui === "strInput" && s.static)
@@ -8321,7 +8357,7 @@ function L(t, n) {
8321
8357
  }
8322
8358
  n.forEach((o) => e(t, o));
8323
8359
  }
8324
- function su(t, n, e, o, s) {
8360
+ function pu(t, n, e, o, s) {
8325
8361
  const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = B(t, n);
8326
8362
  if (!a) {
8327
8363
  console.error(`spawnNode property tag not found, ${r}`);
@@ -8333,37 +8369,37 @@ function su(t, n, e, o, s) {
8333
8369
  return;
8334
8370
  }
8335
8371
  if (o) {
8336
- const m = c.refKey, p = s;
8337
- if (!c.elements.has(m)) {
8372
+ const u = c.refKey, p = s;
8373
+ if (!c.elements.has(u)) {
8338
8374
  console.error(`spawnNode [ref] element not found in pkg, ${r}`);
8339
8375
  return;
8340
8376
  }
8341
- const d = Ke[m];
8377
+ const d = Ke[u];
8342
8378
  if (!d) {
8343
8379
  console.error(`spawnNode [ref] element not found in global, ${r}`);
8344
8380
  return;
8345
8381
  }
8346
- const u = d.properties[a];
8347
- if (!u) {
8382
+ const m = d.properties[a];
8383
+ if (!m) {
8348
8384
  console.error(`spawnNode [ref] properties not found, ${r}`);
8349
8385
  return;
8350
8386
  }
8351
- const f = E();
8352
- return L(f, u), f.basic.id = z(16), f.basic.key = m, f.reference = {
8387
+ const f = T();
8388
+ return A(f, m), f.basic.id = z(16), f.basic.key = u, f.reference = {
8353
8389
  comp: p
8354
8390
  }, {
8355
- nodeTree: A(f),
8391
+ nodeLite: E(f),
8356
8392
  nodes: {
8357
8393
  [f.basic.id]: f
8358
8394
  }
8359
8395
  };
8360
8396
  } else {
8361
- const m = s;
8362
- if (!c.elements.has(m)) {
8397
+ const u = s;
8398
+ if (!c.elements.has(u)) {
8363
8399
  console.error(`spawnNode [key] element not found in pkg, ${r}`);
8364
8400
  return;
8365
8401
  }
8366
- const p = Ke[m];
8402
+ const p = Ke[u];
8367
8403
  if (!p) {
8368
8404
  console.error(`spawnNode [key] element not found in global, ${r}`);
8369
8405
  return;
@@ -8376,19 +8412,19 @@ function su(t, n, e, o, s) {
8376
8412
  console.error(`spawnNode [key] properties not found, ${r}`);
8377
8413
  return;
8378
8414
  }
8379
- const u = E();
8380
- L(u, d), u.basic.id = z(16), u.basic.key = m;
8415
+ const m = T();
8416
+ A(m, d), m.basic.id = z(16), m.basic.key = u;
8381
8417
  let f;
8382
8418
  return p.leaf || (f = []), {
8383
- nodeTree: A(u, f),
8419
+ nodeLite: E(m, f),
8384
8420
  nodes: {
8385
- [u.basic.id]: u
8421
+ [m.basic.id]: m
8386
8422
  }
8387
8423
  };
8388
8424
  }
8389
8425
  }
8390
8426
  }
8391
- function lu(t, n) {
8427
+ function du(t, n) {
8392
8428
  function e(o) {
8393
8429
  if (o.id === n)
8394
8430
  return o;
@@ -8412,72 +8448,72 @@ function wc(t) {
8412
8448
  const e = K(t);
8413
8449
  return n(e), e;
8414
8450
  }
8415
- function au(t) {
8451
+ function fu(t) {
8416
8452
  const n = [];
8417
8453
  return t.forEach((e) => {
8418
8454
  n.push(wc(e));
8419
8455
  }), n;
8420
8456
  }
8421
- const Eo = "runtimeOrg", Ao = "runtimeEnv", Lo = "runtimeMode", Mo = "runtimeDevice", Bo = "runtimeDark", Wo = "runtimeType", Ro = "runtimeData", Ko = "runtimeDepends", Do = "runtimeRuntime", Fo = "runtimeSandbox";
8422
- function cu(t) {
8423
- me(Eo, t);
8457
+ const To = "runtimeOrg", Eo = "runtimeEnv", Ao = "runtimeMode", Mo = "runtimeDevice", Bo = "runtimeDark", Wo = "runtimeType", Ro = "runtimeData", Ko = "runtimeDepends", Do = "runtimeRuntime", Oo = "runtimeSandbox";
8458
+ function yu(t) {
8459
+ me(To, t);
8424
8460
  }
8425
8461
  function Sc() {
8426
- return ue(Eo);
8462
+ return ue(To);
8427
8463
  }
8428
- function uu(t) {
8429
- me(Ao, t);
8464
+ function bu(t) {
8465
+ me(Eo, t);
8430
8466
  }
8431
8467
  function $c() {
8432
- return ue(Ao);
8468
+ return ue(Eo);
8433
8469
  }
8434
- function mu(t) {
8435
- me(Lo, t);
8470
+ function gu(t) {
8471
+ me(Ao, t);
8436
8472
  }
8437
8473
  function J() {
8438
- return ue(Lo);
8474
+ return ue(Ao);
8439
8475
  }
8440
- function pu(t) {
8441
- me(Mo, jt(t));
8476
+ function hu(t) {
8477
+ me(Mo, Nt(t));
8442
8478
  }
8443
8479
  function Be() {
8444
8480
  return ue(Mo);
8445
8481
  }
8446
- function du(t) {
8447
- me(Bo, jt(t));
8482
+ function _u(t) {
8483
+ me(Bo, Nt(t));
8448
8484
  }
8449
8485
  function Ue() {
8450
8486
  return ue(Bo);
8451
8487
  }
8452
- function fu(t) {
8488
+ function vu(t) {
8453
8489
  me(Wo, t);
8454
8490
  }
8455
8491
  function he() {
8456
8492
  return ue(Wo);
8457
8493
  }
8458
- function yu(t) {
8494
+ function xu(t) {
8459
8495
  me(Ro, t);
8460
8496
  }
8461
8497
  function _e() {
8462
8498
  return ue(Ro);
8463
8499
  }
8464
- function bu(t) {
8465
- me(Ko, jt(t));
8500
+ function ku(t) {
8501
+ me(Ko, Nt(t));
8466
8502
  }
8467
8503
  function Cc() {
8468
8504
  return ue(Ko);
8469
8505
  }
8470
- function gu(t) {
8506
+ function wu(t) {
8471
8507
  me(Do, t);
8472
8508
  }
8473
8509
  function Ic() {
8474
8510
  return ue(Do);
8475
8511
  }
8476
8512
  function Vc(t) {
8477
- me(Fo, t);
8513
+ me(Oo, t);
8478
8514
  }
8479
8515
  function ve() {
8480
- return ue(Fo, void 0);
8516
+ return ue(Oo, void 0);
8481
8517
  }
8482
8518
  function Re(t) {
8483
8519
  const n = [t.type];
@@ -8487,29 +8523,29 @@ function qe(t, n, e, o, s) {
8487
8523
  const { watchEffect: r, bind: a } = n;
8488
8524
  if (r[e])
8489
8525
  for (const c of r[e]) {
8490
- const m = _i(c);
8491
- t.callFunction(`__watchEffect$${m}__`);
8526
+ const u = _i(c);
8527
+ t.callFunction(`__watchEffect$${u}__`);
8492
8528
  }
8493
8529
  if (a.triggers[e])
8494
8530
  for (const c of a.triggers[e]) {
8495
- const m = a.sets[c];
8496
- if (!m) {
8531
+ const u = a.sets[c];
8532
+ if (!u) {
8497
8533
  console.assert(!1);
8498
8534
  continue;
8499
8535
  }
8500
8536
  let p = null;
8501
- for (const u of m)
8502
- if (e === Re(u)) {
8503
- if (u.subKeys) {
8537
+ for (const m of u)
8538
+ if (e === Re(m)) {
8539
+ if (m.subKeys) {
8504
8540
  if (!de(
8505
- xe(o, u.subKeys),
8506
- xe(s, u.subKeys)
8541
+ xe(o, m.subKeys),
8542
+ xe(s, m.subKeys)
8507
8543
  )) {
8508
- p = u;
8544
+ p = m;
8509
8545
  break;
8510
8546
  }
8511
8547
  } else if (!de(o, s)) {
8512
- p = u;
8548
+ p = m;
8513
8549
  break;
8514
8550
  }
8515
8551
  }
@@ -8517,61 +8553,61 @@ function qe(t, n, e, o, s) {
8517
8553
  continue;
8518
8554
  let d;
8519
8555
  p.subKeys ? d = xe(o, p.subKeys) : d = o;
8520
- for (const u of m)
8521
- if (u.subKeys) {
8556
+ for (const m of u)
8557
+ if (m.subKeys) {
8522
8558
  let f;
8523
- if (u.type === "elementProperty")
8559
+ if (m.type === "elementProperty")
8524
8560
  f = t.getElementProperty(
8525
- u.nodeId,
8526
- u.propertyKeys.split(".")
8561
+ m.nodeId,
8562
+ m.propertyKeys.split(".")
8527
8563
  );
8528
- else if (u.type === "customProperty")
8529
- f = t.getCustomProperty(u.propertyId);
8530
- else if (u.type === "state")
8531
- f = t.getState(u.stateId);
8532
- else if (u.type === "adaptSlotProperty")
8533
- f = t.getAdaptSlotProperty(u.propertyId);
8564
+ else if (m.type === "customProperty")
8565
+ f = t.getCustomProperty(m.propertyId);
8566
+ else if (m.type === "state")
8567
+ f = t.getState(m.stateId);
8568
+ else if (m.type === "adaptSlotProperty")
8569
+ f = t.getAdaptSlotProperty(m.propertyId);
8534
8570
  else {
8535
8571
  console.assert(!1);
8536
8572
  continue;
8537
8573
  }
8538
- const g = xe(f, u.subKeys);
8574
+ const g = xe(f, m.subKeys);
8539
8575
  if (de(d, g))
8540
8576
  continue;
8541
8577
  const b = K(f);
8542
- Gt(b, u.subKeys, K(d)), u.type === "elementProperty" ? t.setElementProperty(
8543
- u.nodeId,
8544
- u.propertyKeys.split("."),
8578
+ Gt(b, m.subKeys, K(d)), m.type === "elementProperty" ? t.setElementProperty(
8579
+ m.nodeId,
8580
+ m.propertyKeys.split("."),
8545
8581
  b
8546
- ) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, b) : u.type === "state" ? t.setState(u.stateId, b) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, b) : console.assert(!1);
8582
+ ) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, b) : m.type === "state" ? t.setState(m.stateId, b) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, b) : console.assert(!1);
8547
8583
  } else {
8548
8584
  let f;
8549
- if (u.type === "elementProperty")
8585
+ if (m.type === "elementProperty")
8550
8586
  f = t.getElementProperty(
8551
- u.nodeId,
8552
- u.propertyKeys.split(".")
8587
+ m.nodeId,
8588
+ m.propertyKeys.split(".")
8553
8589
  );
8554
- else if (u.type === "customProperty")
8555
- f = t.getCustomProperty(u.propertyId);
8556
- else if (u.type === "state")
8557
- f = t.getState(u.stateId);
8558
- else if (u.type === "adaptSlotProperty")
8559
- f = t.getAdaptSlotProperty(u.propertyId);
8590
+ else if (m.type === "customProperty")
8591
+ f = t.getCustomProperty(m.propertyId);
8592
+ else if (m.type === "state")
8593
+ f = t.getState(m.stateId);
8594
+ else if (m.type === "adaptSlotProperty")
8595
+ f = t.getAdaptSlotProperty(m.propertyId);
8560
8596
  else {
8561
8597
  console.assert(!1);
8562
8598
  continue;
8563
8599
  }
8564
8600
  if (de(d, f))
8565
8601
  continue;
8566
- u.type === "elementProperty" ? t.setElementProperty(
8567
- u.nodeId,
8568
- u.propertyKeys.split("."),
8602
+ m.type === "elementProperty" ? t.setElementProperty(
8603
+ m.nodeId,
8604
+ m.propertyKeys.split("."),
8569
8605
  K(d)
8570
- ) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, K(d)) : u.type === "state" ? t.setState(u.stateId, K(d)) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, K(d)) : console.assert(!1);
8606
+ ) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, K(d)) : m.type === "state" ? t.setState(m.stateId, K(d)) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, K(d)) : console.assert(!1);
8571
8607
  }
8572
8608
  }
8573
8609
  }
8574
- function hu(t, n, e) {
8610
+ function Su(t, n, e) {
8575
8611
  return `${t}/${n}/${e}`;
8576
8612
  }
8577
8613
  function ao(t) {
@@ -8583,10 +8619,10 @@ function ao(t) {
8583
8619
  let s = "";
8584
8620
  return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
8585
8621
  }
8586
- function _u(t, n, e) {
8622
+ function $u(t, n, e) {
8587
8623
  return `${t}.${n}.${e}`;
8588
8624
  }
8589
- function vu(t) {
8625
+ function Cu(t) {
8590
8626
  const n = t.split(".");
8591
8627
  let e = "";
8592
8628
  n.length > 0 ? e = n[0] : console.error(
@@ -8603,10 +8639,10 @@ function vu(t) {
8603
8639
  propertyKey: s
8604
8640
  };
8605
8641
  }
8606
- function xu(t, n, e) {
8642
+ function Iu(t, n, e) {
8607
8643
  return `${t}.${n}.${e}`;
8608
8644
  }
8609
- function ku(t) {
8645
+ function Vu(t) {
8610
8646
  const n = t.split(".");
8611
8647
  let e = "";
8612
8648
  n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
@@ -8618,7 +8654,7 @@ function ku(t) {
8618
8654
  function Pc(t, n, e) {
8619
8655
  return `${t}/${n}/${e}`;
8620
8656
  }
8621
- function Oo(t) {
8657
+ function Fo(t) {
8622
8658
  const n = t.split("/");
8623
8659
  let e = "elementMethod";
8624
8660
  n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
@@ -8627,10 +8663,10 @@ function Oo(t) {
8627
8663
  let s = "";
8628
8664
  return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
8629
8665
  }
8630
- function wu(t, n, e) {
8666
+ function Pu(t, n, e) {
8631
8667
  return `${t}.${n}.${e}`;
8632
8668
  }
8633
- function Su(t) {
8669
+ function Lu(t) {
8634
8670
  const n = t.split(".");
8635
8671
  let e = "";
8636
8672
  n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
@@ -8639,10 +8675,10 @@ function Su(t) {
8639
8675
  let s = "";
8640
8676
  return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: s };
8641
8677
  }
8642
- function $u(t, n, e) {
8678
+ function zu(t, n, e) {
8643
8679
  return `${t}.${n}.${e}`;
8644
8680
  }
8645
- function Cu(t) {
8681
+ function Tu(t) {
8646
8682
  const n = t.split(".");
8647
8683
  let e = "";
8648
8684
  n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
@@ -8654,7 +8690,7 @@ function Cu(t) {
8654
8690
  function oe(t, n, e) {
8655
8691
  return `${t}/${n}/${e}`;
8656
8692
  }
8657
- function Tc(t) {
8693
+ function Lc(t) {
8658
8694
  const n = t.split("/");
8659
8695
  let e = "elementEvent";
8660
8696
  n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
@@ -8663,10 +8699,10 @@ function Tc(t) {
8663
8699
  let s = "";
8664
8700
  return n.length > 2 ? s = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: s };
8665
8701
  }
8666
- function Iu(t, n, e) {
8702
+ function Eu(t, n, e) {
8667
8703
  return `${t}.${n}.${e}`;
8668
8704
  }
8669
- function Vu(t) {
8705
+ function Au(t) {
8670
8706
  const n = t.split(".");
8671
8707
  let e = "";
8672
8708
  n.length > 0 ? e = n[0] : console.error(`unwrapEventKeyOfElementSlot invalid elementKey key=${t}`);
@@ -8675,10 +8711,10 @@ function Vu(t) {
8675
8711
  let s = "";
8676
8712
  return n.length > 2 ? s = n[2] : console.error(`unwrapEventKeyOfElementSlot invalid eventKey key=${t}`), { elementKey: e, slotKey: o, eventKey: s };
8677
8713
  }
8678
- function Pu(t, n, e) {
8714
+ function Mu(t, n, e) {
8679
8715
  return `${t}.${n}.${e}`;
8680
8716
  }
8681
- function Tu(t) {
8717
+ function Bu(t) {
8682
8718
  const n = t.split(".");
8683
8719
  let e = "";
8684
8720
  n.length > 0 ? e = n[0] : console.error(`makeEventKeyOfCustomSlot invalid compId key=${t}`);
@@ -8687,10 +8723,10 @@ function Tu(t) {
8687
8723
  let s = "";
8688
8724
  return n.length > 2 ? s = n[2] : console.error(`makeEventKeyOfCustomSlot invalid eventId key=${t}`), { compId: e, slotId: o, eventId: s };
8689
8725
  }
8690
- function zu(t, n, e) {
8726
+ function Wu(t, n, e) {
8691
8727
  return `${t}/${n}/${e}`;
8692
8728
  }
8693
- function Eu(t) {
8729
+ function Ru(t) {
8694
8730
  const n = t.split("/");
8695
8731
  let e = "elementSlot";
8696
8732
  n.length > 0 ? e = n[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
@@ -8710,17 +8746,17 @@ function rn(t, n) {
8710
8746
  o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = K(s.data));
8711
8747
  });
8712
8748
  }
8713
- function Au() {
8749
+ function Ku() {
8714
8750
  let t;
8715
8751
  const n = async () => (t = (await vi()).newRuntime(), console.log("runtime created"), t);
8716
8752
  return Ge(() => {
8717
8753
  t && (t.dispose(), console.log("runtime dispose"));
8718
8754
  }), { createRuntime: n };
8719
8755
  }
8720
- function Ae(t) {
8756
+ function Ee(t) {
8721
8757
  return !!t.vm;
8722
8758
  }
8723
- function Ne(t, n) {
8759
+ function je(t, n) {
8724
8760
  if (n === null)
8725
8761
  return t.null;
8726
8762
  if (n === !0)
@@ -8730,7 +8766,7 @@ function Ne(t, n) {
8730
8766
  if (Array.isArray(n)) {
8731
8767
  const e = t.newArray();
8732
8768
  for (let o = 0; o < n.length; o++) {
8733
- const s = Ne(t, n[o]);
8769
+ const s = je(t, n[o]);
8734
8770
  t.setProp(e, o.toString(), s), s.dispose();
8735
8771
  }
8736
8772
  return e;
@@ -8743,7 +8779,7 @@ function Ne(t, n) {
8743
8779
  case "object": {
8744
8780
  const e = t.newObject();
8745
8781
  for (const o of Object.keys(n)) {
8746
- const s = Ne(t, n[o]);
8782
+ const s = je(t, n[o]);
8747
8783
  t.setProp(e, o, s), s.dispose();
8748
8784
  }
8749
8785
  return e;
@@ -8762,15 +8798,15 @@ function zc(t) {
8762
8798
  const o = n.getString(e), s = n.newArray(), r = o.split(".");
8763
8799
  let a = 0;
8764
8800
  for (let c = 0; c < r.length; c++) {
8765
- const m = r[c].trim();
8766
- if (m !== "")
8767
- if (/^\[\d+\]$/.test(m)) {
8768
- let p = parseInt(m.slice(1, -1), 10);
8801
+ const u = r[c].trim();
8802
+ if (u !== "")
8803
+ if (/^\[\d+\]$/.test(u)) {
8804
+ let p = parseInt(u.slice(1, -1), 10);
8769
8805
  p > 0 && p--;
8770
8806
  const d = n.newNumber(p);
8771
8807
  n.setProp(s, a.toString(), d), d.dispose(), a++;
8772
8808
  } else {
8773
- const p = n.newString(m);
8809
+ const p = n.newString(u);
8774
8810
  n.setProp(s, a.toString(), p), p.dispose(), a++;
8775
8811
  }
8776
8812
  }
@@ -8794,60 +8830,60 @@ function zc(t) {
8794
8830
  }).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
8795
8831
  const s = n.getNumber(e), r = n.getNumber(o);
8796
8832
  window.setTimeout(() => {
8797
- if (Ae(t)) {
8833
+ if (Ee(t)) {
8798
8834
  var a = [];
8799
8835
  try {
8800
8836
  const d = Ie(a, n.getProp(n.global, "__timeoutCallback__"));
8801
8837
  n.callFunction(d, n.global, n.newNumber(s));
8802
8838
  } catch (c) {
8803
- var m = c, p = !0;
8839
+ var u = c, p = !0;
8804
8840
  } finally {
8805
- Ve(a, m, p);
8841
+ Ve(a, u, p);
8806
8842
  }
8807
8843
  }
8808
8844
  }, r);
8809
8845
  }).consume((e) => n.setProp(n.global, "__timeoutV1__", e)), n.newFunction("__delayV1__", (e) => {
8810
8846
  const o = n.getNumber(e), { id: s, promise: r } = t.promiseManager.acquire();
8811
8847
  return window.setTimeout(() => {
8812
- Ae(t) && (r.resolve(), t.promiseManager.release(s));
8848
+ Ee(t) && (r.resolve(), t.promiseManager.release(s));
8813
8849
  }, o), r.settled.then(n.runtime.executePendingJobs), r.handle;
8814
8850
  }).consume((e) => n.setProp(n.global, "__delayV1__", e));
8815
8851
  }
8816
- const jo = ei({
8852
+ const No = ei({
8817
8853
  baseUrl: "http://localhost/computebase/",
8818
8854
  onError: (t) => {
8819
8855
  const { i18n: n } = we;
8820
8856
  ho(wi(n, t));
8821
8857
  }
8822
8858
  });
8823
- window.API_URL && (jo.defaults.baseURL = window.API_URL + "/computebase/");
8824
- function Ec(t) {
8825
- return jo.post("callFunc", t);
8859
+ window.API_URL && (No.defaults.baseURL = window.API_URL + "/computebase/");
8860
+ function Tc(t) {
8861
+ return No.post("callFunc", t);
8826
8862
  }
8827
- function Ac(t) {
8863
+ function Ec(t) {
8828
8864
  if (!t.vm) {
8829
8865
  console.error("bindCompute invalid sandbox vm");
8830
8866
  return;
8831
8867
  }
8832
8868
  const { vm: n } = t;
8833
8869
  n.newFunction("__callFuncV1__", (e, o, s, r, a) => {
8834
- const c = n.getString(e), m = n.getString(o), p = n.dump(s), d = n.getString(r), u = n.getString(a), { id: f, promise: g } = t.promiseManager.acquire(), b = JSON.stringify(p);
8835
- return Ec({
8870
+ const c = n.getString(e), u = n.getString(o), p = n.dump(s), d = n.getString(r), m = n.getString(a), { id: f, promise: g } = t.promiseManager.acquire(), b = JSON.stringify(p);
8871
+ return Tc({
8836
8872
  spaceId: c,
8837
- id: m,
8873
+ id: u,
8838
8874
  strInputs: b,
8839
8875
  env: d
8840
8876
  }).then(
8841
8877
  ({ strOutputs: v }) => {
8842
- Ae(t) && (g.resolve(n.evalCode(`JSON.parse('${v}')`).unwrap()), t.promiseManager.release(f));
8878
+ Ee(t) && (g.resolve(n.evalCode(`JSON.parse('${v}')`).unwrap()), t.promiseManager.release(f));
8843
8879
  },
8844
8880
  (v) => {
8845
- Ae(t) && (g.reject(n.newString(`call func <${u}> failed, ${v}`)), t.promiseManager.release(f));
8881
+ Ee(t) && (g.reject(n.newString(`call func <${m}> failed, ${v}`)), t.promiseManager.release(f));
8846
8882
  }
8847
8883
  ), g.settled.then(n.runtime.executePendingJobs), g.handle;
8848
8884
  }).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
8849
8885
  }
8850
- function Lc(t) {
8886
+ function Ac(t) {
8851
8887
  if (!t.vm) {
8852
8888
  console.error("bindSystem invalid sandbox vm");
8853
8889
  return;
@@ -8865,30 +8901,30 @@ function Mc(t) {
8865
8901
  {
8866
8902
  var c = [];
8867
8903
  try {
8868
- const N = Ie(c, n.getProp(n.global, "__triggerEventInner__"));
8869
- n.callFunction(N, n.global, e, ...o);
8870
- } catch (m) {
8871
- var p = m, d = !0;
8904
+ const j = Ie(c, n.getProp(n.global, "__triggerEventInner__"));
8905
+ n.callFunction(j, n.global, e, ...o);
8906
+ } catch (u) {
8907
+ var p = u, d = !0;
8872
8908
  } finally {
8873
8909
  Ve(c, p, d);
8874
8910
  }
8875
8911
  }
8876
- const s = n.getString(e), { kind: r, eventKey: a } = Tc(s);
8912
+ const s = n.getString(e), { kind: r, eventKey: a } = Lc(s);
8877
8913
  if (r === "customEvent") {
8878
8914
  var V = [];
8879
8915
  try {
8880
- const N = Ie(V, n.getProp(n.global, "__triggerEventV1__"));
8916
+ const j = Ie(V, n.getProp(n.global, "__triggerEventV1__"));
8881
8917
  {
8882
- var u = [];
8918
+ var m = [];
8883
8919
  try {
8884
- const D = Ie(u, n.newString(
8920
+ const D = Ie(m, n.newString(
8885
8921
  oe("referenceEvent", t.id, a)
8886
8922
  ));
8887
- n.callFunction(N, n.global, D, ...o);
8923
+ n.callFunction(j, n.global, D, ...o);
8888
8924
  } catch (f) {
8889
8925
  var g = f, b = !0;
8890
8926
  } finally {
8891
- Ve(u, g, b);
8927
+ Ve(m, g, b);
8892
8928
  }
8893
8929
  }
8894
8930
  {
@@ -8897,59 +8933,59 @@ function Mc(t) {
8897
8933
  const D = Ie(v, n.newString(
8898
8934
  oe("multipleRefEvent", t.id, a)
8899
8935
  ));
8900
- n.callFunction(N, n.global, D, ...o);
8936
+ n.callFunction(j, n.global, D, ...o);
8901
8937
  } catch (h) {
8902
8938
  var x = h, C = !0;
8903
8939
  } finally {
8904
8940
  Ve(v, x, C);
8905
8941
  }
8906
8942
  }
8907
- } catch (O) {
8908
- var W = O, U = !0;
8943
+ } catch (F) {
8944
+ var W = F, U = !0;
8909
8945
  } finally {
8910
8946
  Ve(V, W, U);
8911
8947
  }
8912
8948
  }
8913
8949
  }).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
8914
- const s = n.getString(e), r = n.getString(o), { kind: a, nodeId: c, propertyKey: m } = ao(s);
8950
+ const s = n.getString(e), r = n.getString(o), { kind: a, nodeId: c, propertyKey: u } = ao(s);
8915
8951
  let p;
8916
8952
  if (a === "elementProperty")
8917
- p = t.getElementProperty(c, m.split("."));
8953
+ p = t.getElementProperty(c, u.split("."));
8918
8954
  else if (a === "referenceProperty") {
8919
8955
  const d = t.children[c];
8920
- d && (p = d.getCustomProperty(m));
8956
+ d && (p = d.getCustomProperty(u));
8921
8957
  } else if (a === "multipleRefProperty") {
8922
8958
  const d = t.children[c + "/" + r];
8923
- d && (p = d.getCustomProperty(m));
8924
- } else a === "customProperty" ? p = t.getCustomProperty(m) : a === "customSlotProperty" || (a === "adaptSlotElementProperty" || a === "adaptSlotCustomProperty" ? p = t.getAdaptSlotProperty(m) : console.assert(!1));
8925
- return Ne(n, p);
8959
+ d && (p = d.getCustomProperty(u));
8960
+ } else a === "customProperty" ? p = t.getCustomProperty(u) : a === "customSlotProperty" || (a === "adaptSlotElementProperty" || a === "adaptSlotCustomProperty" ? p = t.getAdaptSlotProperty(u) : console.assert(!1));
8961
+ return je(n, p);
8926
8962
  }).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
8927
- const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: m, nodeId: p, propertyKey: d } = ao(r);
8928
- if (m === "elementProperty")
8963
+ const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, propertyKey: d } = ao(r);
8964
+ if (u === "elementProperty")
8929
8965
  t.setElementProperty(p, d.split("."), c);
8930
- else if (m === "referenceProperty") {
8931
- const u = t.children[p];
8932
- u && u.setCustomProperty(d, c);
8933
- } else if (m === "multipleRefProperty") {
8934
- const u = t.children[p + "/" + a];
8935
- u && u.setCustomProperty(d, c);
8936
- } else m === "customProperty" ? t.setCustomProperty(d, c) : m === "customSlotProperty" || (m === "adaptSlotElementProperty" || m === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
8966
+ else if (u === "referenceProperty") {
8967
+ const m = t.children[p];
8968
+ m && m.setCustomProperty(d, c);
8969
+ } else if (u === "multipleRefProperty") {
8970
+ const m = t.children[p + "/" + a];
8971
+ m && m.setCustomProperty(d, c);
8972
+ } else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
8937
8973
  }).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
8938
- const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: m, nodeId: p, methodKey: d } = Oo(r);
8939
- let u;
8940
- if (m === "elementMethod")
8941
- u = t.callElementMethod(r, c);
8942
- else if (m === "referenceMethod") {
8974
+ const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = Fo(r);
8975
+ let m;
8976
+ if (u === "elementMethod")
8977
+ m = t.callElementMethod(r, c);
8978
+ else if (u === "referenceMethod") {
8943
8979
  const f = t.children[p];
8944
- f && (u = f.callCustomMethod(d, c));
8945
- } else if (m === "multipleRefMethod") {
8980
+ f && (m = f.callCustomMethod(d, c));
8981
+ } else if (u === "multipleRefMethod") {
8946
8982
  const f = t.children[p + "/" + a];
8947
- f && (u = f.callCustomMethod(d, c));
8948
- } else m === "customMethod" || m === "customSlotMethod" || m === "adaptSlotElementMethod" || m === "adaptSlotCustomMethod" || console.assert(!1);
8949
- return u;
8983
+ f && (m = f.callCustomMethod(d, c));
8984
+ } else u === "customMethod" || u === "customSlotMethod" || u === "adaptSlotElementMethod" || u === "adaptSlotCustomMethod" || console.assert(!1);
8985
+ return m;
8950
8986
  }).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
8951
8987
  const o = n.getString(e), s = t.getState(o);
8952
- return Ne(n, s);
8988
+ return je(n, s);
8953
8989
  }).consume((e) => n.setProp(n.global, "__getStateV1__", e)), n.newFunction("__setStateV1__", (e, o) => {
8954
8990
  const s = n.getString(e), r = n.dump(o);
8955
8991
  t.setState(s, r);
@@ -8969,18 +9005,18 @@ function Mc(t) {
8969
9005
  );
8970
9006
  }).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
8971
9007
  const s = n.getString(e), r = n.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
8972
- return ti({ title: s, text: r }).then((m) => {
8973
- Ae(t) && (m === void 0 ? c.resolve(n.undefined) : c.resolve(m ? n.true : n.false), t.promiseManager.release(a));
9008
+ return ti({ title: s, text: r }).then((u) => {
9009
+ Ee(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(a));
8974
9010
  }), c.settled.then(n.runtime.executePendingJobs), c.handle;
8975
9011
  }).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
8976
- const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: m, promise: p } = t.promiseManager.acquire();
9012
+ const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: u, promise: p } = t.promiseManager.acquire();
8977
9013
  return ni({ title: r, label: a, value: c }).then((d) => {
8978
- Ae(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(m));
9014
+ Ee(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(u));
8979
9015
  }), p.settled.then(n.runtime.executePendingJobs), p.handle;
8980
9016
  }).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
8981
9017
  }
8982
9018
  function Bc(t) {
8983
- zc(t), Ac(t), Lc(t), Mc(t);
9019
+ zc(t), Ec(t), Ac(t), Mc(t);
8984
9020
  }
8985
9021
  const Wc = `
8986
9022
  let __events__ = {}
@@ -9096,8 +9132,8 @@ class Kc {
9096
9132
  type;
9097
9133
  eventBus = xi();
9098
9134
  hooks;
9099
- constructor(n, e, o, s, r, a, c, m, p) {
9100
- this.kind = n, this.id = e, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = m, this.hooks = p, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
9135
+ constructor(n, e, o, s, r, a, c, u, p) {
9136
+ this.kind = n, this.id = e, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = u, this.hooks = p, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
9101
9137
  }
9102
9138
  dispose() {
9103
9139
  this.parent?.removeChild(this.id), this.destroyVm(), console.log(`Sandbox/dispose id='${this.id}'`);
@@ -9128,7 +9164,7 @@ class Kc {
9128
9164
  console.log(`callFunction ${n} ${[...e]}`);
9129
9165
  const o = this.vm.getProp(this.vm.global, n), s = [];
9130
9166
  for (const r of e)
9131
- s.push(Ne(this.vm, r));
9167
+ s.push(je(this.vm, r));
9132
9168
  this.vm.callFunction(o, this.vm.global, ...s), o.dispose();
9133
9169
  }
9134
9170
  //--------------------------
@@ -9203,7 +9239,7 @@ class Kc {
9203
9239
  callElementMethod(n, e) {
9204
9240
  if (!ne(this.mode))
9205
9241
  return;
9206
- const { methodKey: o } = Oo(n), s = {};
9242
+ const { methodKey: o } = Fo(n), s = {};
9207
9243
  return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
9208
9244
  }
9209
9245
  callCustomMethod(n, e) {
@@ -9226,12 +9262,12 @@ class Kc {
9226
9262
  }
9227
9263
  }
9228
9264
  function sn(t, n, e, o, s) {
9229
- const r = Sc(), a = $c(), c = J(), m = he(), p = Be(), d = Ue(), u = Ic(), f = (x, C, V, O) => {
9265
+ const r = Sc(), a = $c(), c = J(), u = he(), p = Be(), d = Ue(), m = Ic(), f = (x, C, V, F) => {
9230
9266
  if (ne(c) && (h.callFunction(
9231
9267
  "__triggerEventV1__",
9232
9268
  oe("elementPropertyChangeEvent", x, C.join(".")),
9233
9269
  V,
9234
- O ?? V
9270
+ F ?? V
9235
9271
  ), t.value?.code.reactivity)) {
9236
9272
  let W = "";
9237
9273
  C instanceof Array ? W = C.join(".") : W = C, qe(
@@ -9243,7 +9279,7 @@ function sn(t, n, e, o, s) {
9243
9279
  propertyKeys: W
9244
9280
  }),
9245
9281
  V,
9246
- O
9282
+ F
9247
9283
  );
9248
9284
  }
9249
9285
  }, g = (x, C, V) => {
@@ -9290,7 +9326,7 @@ function sn(t, n, e, o, s) {
9290
9326
  C,
9291
9327
  V
9292
9328
  ));
9293
- }, h = new Kc(n, e, o, s, r, a, c, m, {
9329
+ }, h = new Kc(n, e, o, s, r, a, c, u, {
9294
9330
  onElementPropertyChange: f,
9295
9331
  onCustomPropertyChange: g,
9296
9332
  onAdaptSlotPropertyChange: b,
@@ -9300,7 +9336,7 @@ function sn(t, n, e, o, s) {
9300
9336
  h.dispose();
9301
9337
  }), ne(c)) {
9302
9338
  const x = async () => {
9303
- h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetAdaptSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(u, t.value.code.script);
9339
+ h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetAdaptSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(m, t.value.code.script);
9304
9340
  };
9305
9341
  x(), ce(t, () => {
9306
9342
  x();
@@ -9309,12 +9345,12 @@ function sn(t, n, e, o, s) {
9309
9345
  ne(c) && ce(
9310
9346
  p,
9311
9347
  (x, C) => {
9312
- const V = Xe(x.width), O = Xe(C?.width ?? x.width);
9348
+ const V = Xe(x.width), F = Xe(C?.width ?? x.width);
9313
9349
  h.callFunction(
9314
9350
  "__triggerEventV1__",
9315
9351
  oe("elementEvent", "globality", "screenSizeChange"),
9316
9352
  V,
9317
- O
9353
+ F
9318
9354
  );
9319
9355
  },
9320
9356
  { immediate: !0 }
@@ -9336,7 +9372,7 @@ const Dc = (t, n, e) => {
9336
9372
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== e ? ". Note that variables only represent file names one level deep." : ""))));
9337
9373
  });
9338
9374
  };
9339
- async function Lu(t) {
9375
+ async function Du(t) {
9340
9376
  return (await Dc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.fcu7dx2e.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ab9hc9dj.js") }), `./locales/${t}/index.ts`, 4)).default;
9341
9377
  }
9342
9378
  export {
@@ -9350,26 +9386,28 @@ export {
9350
9386
  Yl as btnToggleV1,
9351
9387
  _t as btnV1,
9352
9388
  Xe as calcBreakpoint,
9353
- Oe as cardV1,
9389
+ Fe as cardV1,
9354
9390
  Ql as checkboxV1,
9355
9391
  xt as chipGroupV1,
9356
9392
  vt as chipV1,
9357
9393
  na as colorPickerV1,
9358
9394
  oa as comboboxV1,
9395
+ su as compMetaStringify,
9359
9396
  Ci as compTypes,
9360
9397
  kt as containerV1,
9398
+ eu as dataStringify,
9361
9399
  ia as dataTableV1,
9362
9400
  ra as datePickerV1,
9363
9401
  sa as dialogV1,
9364
- Tl as directionalLightV1,
9402
+ Ll as directionalLightV1,
9365
9403
  wc as duplicateNode,
9366
- au as duplicateNodes,
9367
- eu as elementKeys,
9404
+ fu as duplicateNodes,
9405
+ nu as elementKeys,
9368
9406
  Ke as elements,
9369
9407
  Qc as ensureContext,
9370
- ru as fileInputV1,
9408
+ mu as fileInputV1,
9371
9409
  wt as flexLayoutEntryV1,
9372
- je as flexLayoutV1,
9410
+ Ne as flexLayoutV1,
9373
9411
  Ct as formV1,
9374
9412
  z as genId,
9375
9413
  We as getBreakpointProp,
@@ -9377,13 +9415,13 @@ export {
9377
9415
  un as getIndexOfBreakpoint,
9378
9416
  lo as getPropertyDefault,
9379
9417
  B as getPropertyTag,
9380
- lu as getTreeNode,
9418
+ du as getTreeNode,
9381
9419
  Zc as getTypeColor,
9382
9420
  Hl as globalityV1,
9383
- Al as groupV1,
9421
+ El as groupV1,
9384
9422
  pa as iconV1,
9385
- E as initNode,
9386
- L as initProperties,
9423
+ T as initNode,
9424
+ A as initProperties,
9387
9425
  Ue as injectDark,
9388
9426
  _e as injectData,
9389
9427
  Cc as injectDepends,
@@ -9399,48 +9437,52 @@ export {
9399
9437
  Pi as isLocaleOfEventKind,
9400
9438
  Vi as isLocaleOfMethodKind,
9401
9439
  Ii as isLocaleOfPropertyKind,
9402
- tu as isLocaleOfSlotKind,
9403
- Nt as isPercentStr,
9440
+ ou as isLocaleOfSlotKind,
9441
+ jt as isPercentStr,
9404
9442
  nt as isPixelStr,
9405
9443
  vl as keyboardControlsV1,
9406
9444
  ht as lineChartV1,
9407
- Lu as loadLocaleMessageRuntime,
9445
+ Du as loadLocaleMessageRuntime,
9408
9446
  oe as makeEventId,
9409
- Pu as makeEventKeyOfCustomSlot,
9410
- Iu as makeEventKeyOfElementSlot,
9447
+ Mu as makeEventKeyOfCustomSlot,
9448
+ Eu as makeEventKeyOfElementSlot,
9411
9449
  Pc as makeMethodId,
9412
- $u as makeMethodKeyOfCustomSlot,
9413
- wu as makeMethodKeyOfElementSlot,
9414
- hu as makePropertyId,
9415
- xu as makePropertyKeyOfCustomSlot,
9416
- _u as makePropertyKeyOfElementSlot,
9417
- zu as makeSlotId,
9450
+ zu as makeMethodKeyOfCustomSlot,
9451
+ Pu as makeMethodKeyOfElementSlot,
9452
+ Su as makePropertyId,
9453
+ Iu as makePropertyKeyOfCustomSlot,
9454
+ $u as makePropertyKeyOfElementSlot,
9455
+ Wu as makeSlotId,
9418
9456
  Re as makeTriggerId,
9419
9457
  xl as mapControlsV1,
9420
9458
  da as menuV1,
9421
9459
  De as meshBasicMaterialV1,
9422
- Fe as meshV1,
9460
+ Oe as meshV1,
9423
9461
  Bl as multipleRefV1,
9424
9462
  It as numberInputV1,
9425
9463
  kl as orbitControlsV1,
9426
9464
  hl as orthographicCameraV1,
9465
+ iu as pageMetaStringify,
9427
9466
  $i as pageTypes,
9428
9467
  ya as paginationV1,
9468
+ lu as parseCompMeta,
9469
+ tu as parseData,
9470
+ ru as parsePageMeta,
9429
9471
  at as parsePercentStr,
9430
9472
  qc as parsePixelStr,
9431
9473
  _l as perspectiveCameraV1,
9432
9474
  kc as pkgs,
9433
9475
  zl as pointLightV1,
9434
- du as provideDark,
9435
- yu as provideData,
9436
- bu as provideDepends,
9437
- pu as provideDevice,
9438
- uu as provideEnv,
9439
- mu as provideMode,
9440
- cu as provideOrg,
9441
- gu as provideRuntime,
9476
+ _u as provideDark,
9477
+ xu as provideData,
9478
+ ku as provideDepends,
9479
+ hu as provideDevice,
9480
+ bu as provideEnv,
9481
+ gu as provideMode,
9482
+ yu as provideOrg,
9483
+ wu as provideRuntime,
9442
9484
  Vc as provideSandbox,
9443
- fu as provideType,
9485
+ vu as provideType,
9444
9486
  Pt as radioGroupV1,
9445
9487
  Vt as radioV1,
9446
9488
  ha as rangeSliderV1,
@@ -9451,14 +9493,14 @@ export {
9451
9493
  va as selectV1,
9452
9494
  Gt as setField,
9453
9495
  xa as sliderV1,
9454
- su as spawnNode,
9496
+ pu as spawnNode,
9455
9497
  bt as sphereGeometryV1,
9456
- El as spotLightV1,
9457
- Tt as stepperHeaderV1,
9498
+ Tl as spotLightV1,
9499
+ Lt as stepperHeaderV1,
9458
9500
  zt as stepperItemV1,
9459
- Lt as stepperV1,
9460
- At as stepperWindowItemV1,
9461
- Et as stepperWindowV1,
9501
+ At as stepperV1,
9502
+ Et as stepperWindowItemV1,
9503
+ Tt as stepperWindowV1,
9462
9504
  Ca as switchV1,
9463
9505
  Mt as tabV1,
9464
9506
  Bt as tabsV1,
@@ -9467,25 +9509,25 @@ export {
9467
9509
  Wt as textareaV1,
9468
9510
  Rt as timelineItemV1,
9469
9511
  Kt as timelineV1,
9470
- iu as toEventName,
9471
- ou as toMethodName,
9472
- A as toNodeLite,
9473
- nu as toPropertyName,
9512
+ uu as toEventName,
9513
+ cu as toMethodName,
9514
+ E as toNodeLite,
9515
+ au as toPropertyName,
9474
9516
  qe as triggerReactivity,
9475
9517
  Yc as types,
9476
- Tc as unwrapEventId,
9477
- Tu as unwrapEventKeyOfCustomSlot,
9478
- Vu as unwrapEventKeyOfElementSlot,
9479
- Oo as unwrapMethodId,
9480
- Cu as unwrapMethodKeyOfCustomSlot,
9481
- Su as unwrapMethodKeyOfElementSlot,
9518
+ Lc as unwrapEventId,
9519
+ Bu as unwrapEventKeyOfCustomSlot,
9520
+ Au as unwrapEventKeyOfElementSlot,
9521
+ Fo as unwrapMethodId,
9522
+ Tu as unwrapMethodKeyOfCustomSlot,
9523
+ Lu as unwrapMethodKeyOfElementSlot,
9482
9524
  ao as unwrapPropertyId,
9483
- ku as unwrapPropertyKeyOfCustomSlot,
9484
- vu as unwrapPropertyKeyOfElementSlot,
9485
- Eu as unwrapSlotId,
9525
+ Vu as unwrapPropertyKeyOfCustomSlot,
9526
+ Cu as unwrapPropertyKeyOfElementSlot,
9527
+ Ru as unwrapSlotId,
9486
9528
  rn as useDepend,
9487
- Au as useRuntime,
9529
+ Ku as useRuntime,
9488
9530
  sn as useSandbox,
9489
9531
  Dt as windowItemV1,
9490
- Ft as windowV1
9532
+ Ot as windowV1
9491
9533
  };