x-runtime-lib 0.8.153 → 0.8.155

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +599 -579
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var kn = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), wn = (t) => {
2
2
  throw TypeError(t);
3
3
  };
4
- var Oe = (t, n, e) => {
4
+ var Fe = (t, n, e) => {
5
5
  if (n != null) {
6
6
  typeof n != "object" && typeof n != "function" && wn("Object expected");
7
7
  var o, s;
@@ -14,25 +14,25 @@ var Oe = (t, n, e) => {
14
14
  }), t.push([e, o, n]);
15
15
  } else e && t.push([e]);
16
16
  return n;
17
- }, Fe = (t, n, e) => {
18
- var o = typeof SuppressedError == "function" ? SuppressedError : function(l, c, m, u) {
19
- return u = Error(m), u.name = "SuppressedError", u.error = l, u.suppressed = c, u;
17
+ }, Oe = (t, n, e) => {
18
+ var o = typeof SuppressedError == "function" ? SuppressedError : function(l, c, u, m) {
19
+ return m = Error(u), m.name = "SuppressedError", m.error = l, m.suppressed = c, m;
20
20
  }, s = (l) => n = e ? new o(l, n, "An error was suppressed during disposal") : (e = !0, l), i = (l) => {
21
21
  for (; l = t.pop(); )
22
22
  try {
23
23
  var c = l[1] && l[1].call(l[2]);
24
- if (l[0]) return Promise.resolve(c).then(i, (m) => (s(m), i()));
25
- } catch (m) {
26
- s(m);
24
+ if (l[0]) return Promise.resolve(c).then(i, (u) => (s(u), i()));
25
+ } catch (u) {
26
+ s(u);
27
27
  }
28
28
  if (e) throw n;
29
29
  };
30
30
  return i();
31
31
  };
32
- import { defineComponent as S, createElementBlock as te, createCommentVNode as se, unref as r, openBlock as w, createElementVNode as We, computed as I, renderSlot as F, normalizeStyle as fe, ref as ie, watch as de, onUnmounted as Ie, onBeforeMount as oi, watchEffect as ke, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as So, nextTick as sn, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as $o, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as bt, inject as ye, provide as be, readonly as ln } from "vue";
32
+ import { defineComponent as S, createElementBlock as te, createCommentVNode as re, unref as r, openBlock as w, createElementVNode as We, computed as I, renderSlot as O, normalizeStyle as fe, ref as se, watch as de, onUnmounted as Ie, onBeforeMount as oi, watchEffect as ke, createVNode as D, createBlock as C, useTemplateRef as Io, onMounted as So, nextTick as sn, withCtx as V, resolveComponent as B, isRef as ne, h as K, createSlots as rn, renderList as ii, useId as $o, withModifiers as si, normalizeClass as ri, toDisplayString as Co, useAttrs as gt, inject as ye, provide as be, readonly as ln } from "vue";
33
33
  import { globalObjects as _e, waitUtil as Vo, useViewStack as Po, eventBus as Lo, messageInfo as li, messageSuccess as ai, messageWarning as zo, messageError as To, createAxios as ci, openConfirmDlg as ui, openPromptDlg as mi } from "x-essential-lib";
34
34
  import { CameraHelper as Eo, DirectionalLightHelper as pi, PointLightHelper as di, SpotLightHelper as fi } from "three";
35
- import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as $i, l as Wo, m as O, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
35
+ import { i as pe, c as qe, K as yi, M as bi, O as gi, u as hi, r as Ao, e as Mo, a as _i, b as vi, d as xi, f as ki, g as wi, h as Ii, j as Si, k as $i, l as Wo, m as F, H as Ci, n as Vi, o as Pi, p as Li, q as zi } from "./vendor.m8tdmh16.js";
36
36
  import { useTheme as Ti } from "vuetify";
37
37
  import { getErrorMessage as Ei } from "x-error-lib";
38
38
  const In = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
@@ -44,7 +44,7 @@ function E(t) {
44
44
  }
45
45
  return n;
46
46
  }
47
- function gt(t) {
47
+ function ht(t) {
48
48
  if (typeof t != "string" || !t.endsWith("px"))
49
49
  return !1;
50
50
  const n = t.substring(0, t.length - 2), e = parseFloat(n);
@@ -63,7 +63,7 @@ function fu(t) {
63
63
  if (!isNaN(e) && e % 1 === 0)
64
64
  return e;
65
65
  }
66
- function wt(t) {
66
+ function It(t) {
67
67
  if (typeof t != "string" || !t.endsWith("%"))
68
68
  return;
69
69
  const n = t.substring(0, t.length - 1), e = parseFloat(n);
@@ -71,7 +71,7 @@ function wt(t) {
71
71
  return e;
72
72
  }
73
73
  const Bo = ["xs", "sm", "md", "lg", "xl"], Ai = [...Bo].reverse();
74
- function ut(t) {
74
+ function mt(t) {
75
75
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
76
76
  }
77
77
  function Sn(t) {
@@ -126,7 +126,7 @@ function bu(t) {
126
126
  function Xe(t) {
127
127
  return t.startsWith("ref_v") || t.startsWith("multiple_ref_v") || t.startsWith("slot_v") || t.startsWith("multiple_slot_v");
128
128
  }
129
- function ae(t) {
129
+ function ce(t) {
130
130
  return t === "runtime" || t === "preview";
131
131
  }
132
132
  function Ye(t, n) {
@@ -159,11 +159,11 @@ function M(t, n) {
159
159
  }
160
160
  const Mi = ["common", "scene"], Wi = ["common", "scene"];
161
161
  function gu({ type: t, version: n, view: e, code: o }) {
162
- const s = (c, m) => {
163
- const u = { id: m.id };
164
- m.children && (u.children = [], m.children.forEach((d) => {
165
- s(u.children, d);
166
- })), c.push(u);
162
+ const s = (c, u) => {
163
+ const m = { id: u.id };
164
+ u.children && (m.children = [], u.children.forEach((d) => {
165
+ s(m.children, d);
166
+ })), c.push(m);
167
167
  }, i = [];
168
168
  e.nodeLites.forEach((c) => {
169
169
  s(i, c);
@@ -354,7 +354,7 @@ const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ S({
354
354
  visible: !1
355
355
  }, [...o[0] || (o[0] = [
356
356
  We("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)
357
- ])], 8, Di)) : se("", !0);
357
+ ])], 8, Di)) : re("", !0);
358
358
  }
359
359
  }), G = /* @__PURE__ */ S({
360
360
  __name: "index",
@@ -381,31 +381,31 @@ const Di = ["position", "ratation", "scale"], Be = /* @__PURE__ */ S({
381
381
  key: 0,
382
382
  style: fe(e.value)
383
383
  }, [
384
- F(s.$slots, "default"),
384
+ O(s.$slots, "default"),
385
385
  t.mask ? (w(), te("div", {
386
386
  key: 0,
387
387
  style: fe(o.value)
388
- }, null, 4)) : se("", !0)
389
- ], 4)) : F(s.$slots, "default", { key: 1 });
388
+ }, null, 4)) : re("", !0)
389
+ ], 4)) : O(s.$slots, "default", { key: 1 });
390
390
  }
391
391
  });
392
- function Oi(t) {
392
+ function Fi(t) {
393
393
  return { debugTrace: (...e) => {
394
394
  const o = t.value.basic.id, s = t.value.basic.key, i = `element/${o}/${s}`;
395
395
  console.log(`<${i}>`, ...e);
396
396
  } };
397
397
  }
398
398
  function P(t) {
399
- const n = re(), e = ie(n.value.view.nodes[t.nodeId]);
399
+ const n = le(), e = se(n.value.view.nodes[t.nodeId]);
400
400
  console.assert(!!e.value, `invalid node id=${t.nodeId}`), de(n, () => {
401
401
  e.value = n.value.view.nodes[t.nodeId];
402
402
  });
403
- const { debugTrace: o } = Oi(e);
403
+ const { debugTrace: o } = Fi(e);
404
404
  return o("created"), Ie(() => {
405
405
  o("destroyed");
406
406
  }), { node: e };
407
407
  }
408
- function mt(t, n, e) {
408
+ function pt(t, n, e) {
409
409
  const o = ve();
410
410
  if (o) {
411
411
  const s = I(() => Uc("elementMethod", t, n));
@@ -416,7 +416,7 @@ function mt(t, n, e) {
416
416
  });
417
417
  }
418
418
  }
419
- const Fi = (t, n, e, o) => {
419
+ const Oi = (t, n, e, o) => {
420
420
  let s;
421
421
  if (t ? s = t.getElementProperty(n.basic.id, e) : s = $e(n, e), o) {
422
422
  if (typeof s == "string")
@@ -430,9 +430,9 @@ const Fi = (t, n, e, o) => {
430
430
  s ? typeof o == "object" ? i = JSON.stringify(o, null, 2) : (console.assert(!1), i = "{}") : i = o, t ? t.setElementProperty(n.basic.id, e, i) : cn(n, e, i);
431
431
  };
432
432
  function a(t, n, e) {
433
- const o = ve(), s = ie();
433
+ const o = ve(), s = se();
434
434
  return ke(() => {
435
- s.value = Fi(o, t.value, n, e);
435
+ s.value = Oi(o, t.value, n, e);
436
436
  }), de(s, (i, l) => {
437
437
  pe(i, l) || Ni(o, t.value, n, s.value, e);
438
438
  }), { property: s };
@@ -462,7 +462,7 @@ function me(t) {
462
462
  "transform",
463
463
  "rotation",
464
464
  "z"
465
- ]), { property: c } = a(t, ["transform", "scale", "x"]), { property: m } = a(t, ["transform", "scale", "y"]), { property: u } = a(t, ["transform", "scale", "z"]), d = ie([0, 0, 0]), p = ie([0, 0, 0]), f = ie([1, 1, 1]);
465
+ ]), { property: c } = a(t, ["transform", "scale", "x"]), { property: u } = a(t, ["transform", "scale", "y"]), { property: m } = a(t, ["transform", "scale", "z"]), d = se([0, 0, 0]), p = se([0, 0, 0]), f = se([1, 1, 1]);
466
466
  return ke(() => {
467
467
  d.value = [n.value, e.value, o.value];
468
468
  }), ke(() => {
@@ -472,9 +472,9 @@ function me(t) {
472
472
  }), ke(() => {
473
473
  s.value = p.value[0], i.value = p.value[1], l.value = p.value[2];
474
474
  }), ke(() => {
475
- f.value = [c.value, m.value, u.value];
475
+ f.value = [c.value, u.value, m.value];
476
476
  }), ke(() => {
477
- c.value = f.value[0], m.value = f.value[1], u.value = f.value[2];
477
+ c.value = f.value[0], u.value = f.value[1], m.value = f.value[2];
478
478
  }), { position: d, rotation: p, scale: f };
479
479
  }
480
480
  function Ro(t) {
@@ -505,7 +505,7 @@ function Do(t) {
505
505
  }
506
506
  return { show: n, text: e, subtext: o, applyTitle: s };
507
507
  }
508
- function Oo(t) {
508
+ function Fo(t) {
509
509
  const n = I(() => t.value.xAxis?.show), e = I(() => t.value.xAxis?.position), o = I(() => t.value.xAxis?.type), s = I(() => t.value.xAxis?.data);
510
510
  function i(l) {
511
511
  l.xAxis = {
@@ -517,7 +517,7 @@ function Oo(t) {
517
517
  }
518
518
  return { show: n, position: e, type: o, data: s, applyXAxis: i };
519
519
  }
520
- function Fo(t) {
520
+ function Oo(t) {
521
521
  const n = I(() => t.value.yAxis?.show), e = I(() => t.value.yAxis?.position), o = I(() => t.value.yAxis?.type), s = I(() => t.value.yAxis?.data);
522
522
  function i(l) {
523
523
  l.yAxis = {
@@ -531,23 +531,23 @@ function Fo(t) {
531
531
  }
532
532
  function Q(t) {
533
533
  const { computedThemes: n } = Ti(), e = Ze(), o = I(() => t.value?.mode), s = I(() => {
534
- const u = t.value?.theme;
535
- return u ? u === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : u === "background1" ? e.value ? "#272727" : "#eeeeee" : u === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[u] : void 0;
534
+ const m = t.value?.theme;
535
+ return m ? m === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : m === "background1" ? e.value ? "#272727" : "#eeeeee" : m === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[m] : void 0;
536
536
  }), i = I(() => e.value ? t.value.custom?.dark : t.value.custom?.light), l = I(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? i.value ?? "" : ""), c = I(() => {
537
- const u = l.value;
538
- return !u.startsWith("#") || u.length < 7 ? "" : u.substring(0, 7);
539
- }), m = I(() => {
540
- const u = l.value;
541
- return u.startsWith("#") ? u.length < 9 ? 1 : parseInt(u.substring(7, 9)) / 255 : 0;
537
+ const m = l.value;
538
+ return !m.startsWith("#") || m.length < 7 ? "" : m.substring(0, 7);
539
+ }), u = I(() => {
540
+ const m = l.value;
541
+ return m.startsWith("#") ? m.length < 9 ? 1 : parseInt(m.substring(7, 9)) / 255 : 0;
542
542
  });
543
- return { color: l, rgb: c, alpha: m };
543
+ return { color: l, rgb: c, alpha: u };
544
544
  }
545
545
  function mn(t) {
546
- const n = I(() => t.value.border?.style), e = I(() => t.value.border?.width), o = I(() => t.value.border?.color), { color: s } = Q(o), i = I(() => t.value.border?.roundRadius?.tl), l = I(() => t.value.border?.roundRadius?.tr), c = I(() => t.value.border?.roundRadius?.bl), m = I(() => t.value.border?.roundRadius?.br);
547
- function u(d) {
548
- n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), i.value && (d.borderTopLeftRadius = i.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), m.value && (d.borderBottomRightRadius = m.value);
546
+ const n = I(() => t.value.border?.style), e = I(() => t.value.border?.width), o = I(() => t.value.border?.color), { color: s } = Q(o), i = I(() => t.value.border?.roundRadius?.tl), l = I(() => t.value.border?.roundRadius?.tr), c = I(() => t.value.border?.roundRadius?.bl), u = I(() => t.value.border?.roundRadius?.br);
547
+ function m(d) {
548
+ n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), i.value && (d.borderTopLeftRadius = i.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
549
549
  }
550
- return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: u };
550
+ return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: m };
551
551
  }
552
552
  function pn(t) {
553
553
  const n = I(() => t.value.margin?.top), e = I(() => t.value.margin?.left), o = I(() => t.value.margin?.bottom), s = I(() => t.value.margin?.right);
@@ -566,30 +566,30 @@ function dn(t) {
566
566
  function ge(t, n) {
567
567
  const e = Z(), o = De(), s = I(() => n.value.size?.width), i = I(() => n.value.size?.minWidth), l = I(() => n.value.size?.maxWidth), c = I(() => {
568
568
  if (t.outer && e === "editor") {
569
- const p = wt(n.value.size?.height);
569
+ const p = It(n.value.size?.height);
570
570
  if (p)
571
571
  return p / 100 * o.value.height + "px";
572
572
  }
573
573
  return n.value.size?.height;
574
- }), m = I(() => {
574
+ }), u = I(() => {
575
575
  if (t.outer && e === "editor") {
576
- const p = wt(n.value.size?.minHeight);
576
+ const p = It(n.value.size?.minHeight);
577
577
  if (p)
578
578
  return p / 100 * o.value.height + "px";
579
579
  }
580
580
  return n.value.size?.minHeight;
581
- }), u = I(() => {
581
+ }), m = I(() => {
582
582
  if (t.outer && e === "editor") {
583
- const p = wt(n.value.size?.maxHeight);
583
+ const p = It(n.value.size?.maxHeight);
584
584
  if (p)
585
585
  return p / 100 * o.value.height + "px";
586
586
  }
587
587
  return n.value.size?.maxHeight;
588
588
  });
589
589
  function d(p) {
590
- s.value && (p.width = s.value), i.value && (p.minWidth = i.value), l.value && (p.maxWidth = l.value), c.value && (p.height = c.value), m.value && (p.minHeight = m.value), u.value && (p.maxHeight = u.value);
590
+ s.value && (p.width = s.value), i.value && (p.minWidth = i.value), l.value && (p.maxWidth = l.value), c.value && (p.height = c.value), u.value && (p.minHeight = u.value), m.value && (p.maxHeight = m.value);
591
591
  }
592
- return { width: s, minWidth: i, maxWidth: l, height: c, minHeight: m, maxHeight: u, applySize: d };
592
+ return { width: s, minWidth: i, maxWidth: l, height: c, minHeight: u, maxHeight: m, applySize: d };
593
593
  }
594
594
  const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Gi = /* @__PURE__ */ S({
595
595
  __name: "index",
@@ -599,11 +599,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
599
599
  refContext: {}
600
600
  },
601
601
  setup(t) {
602
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "bottom"]), { property: m } = a(e, ["settings", "far"]), { property: u } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
602
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
603
603
  return (b, g) => (w(), te("TresOrthographicCamera", {
604
604
  bottom: r(c),
605
- far: r(m),
606
- left: r(u),
605
+ far: r(u),
606
+ left: r(m),
607
607
  near: r(d),
608
608
  position: r(s),
609
609
  right: r(p),
@@ -615,8 +615,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
615
615
  r(o) === "editor" ? (w(), C(r(qe), {
616
616
  key: 0,
617
617
  type: r(Eo)
618
- }, null, 8, ["type"])) : se("", !0),
619
- F(b.$slots, "default")
618
+ }, null, 8, ["type"])) : re("", !0),
619
+ O(b.$slots, "default")
620
620
  ], 8, ji));
621
621
  }
622
622
  }), Hi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ji = /* @__PURE__ */ S({
@@ -627,11 +627,11 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
627
627
  refContext: {}
628
628
  },
629
629
  setup(t) {
630
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "aspect"]), { property: m } = a(e, ["settings", "far"]), { property: u } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
630
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "aspect"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
631
631
  return (p, f) => (w(), te("TresPerspectiveCamera", {
632
632
  aspect: r(c),
633
- far: r(m),
634
- fov: r(u),
633
+ far: r(u),
634
+ fov: r(m),
635
635
  near: r(d),
636
636
  position: r(s),
637
637
  rotation: r(i),
@@ -641,27 +641,27 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
641
641
  r(o) === "editor" ? (w(), C(r(qe), {
642
642
  key: 0,
643
643
  type: r(Eo)
644
- }, null, 8, ["type"])) : se("", !0),
645
- F(p.$slots, "default")
644
+ }, null, 8, ["type"])) : re("", !0),
645
+ O(p.$slots, "default")
646
646
  ], 8, Hi));
647
647
  }
648
648
  }), Ui = /* @__PURE__ */ S({
649
649
  __name: "index",
650
650
  setup(t) {
651
651
  const n = Z();
652
- return (e, o) => r(n) !== "editor" ? (w(), C(r(yi), { key: 0 })) : se("", !0);
652
+ return (e, o) => r(n) !== "editor" ? (w(), C(r(yi), { key: 0 })) : re("", !0);
653
653
  }
654
654
  }), qi = /* @__PURE__ */ S({
655
655
  __name: "index",
656
656
  setup(t) {
657
657
  const n = Z();
658
- return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) : se("", !0);
658
+ return (e, o) => r(n) !== "editor" ? (w(), C(r(bi), { key: 0 })) : re("", !0);
659
659
  }
660
660
  }), Xi = /* @__PURE__ */ S({
661
661
  __name: "index",
662
662
  setup(t) {
663
663
  const n = Z();
664
- return (e, o) => r(n) !== "editor" ? (w(), C(r(gi), { key: 0 })) : se("", !0);
664
+ return (e, o) => r(n) !== "editor" ? (w(), C(r(gi), { key: 0 })) : re("", !0);
665
665
  }
666
666
  }), Yi = ["args"], Zi = /* @__PURE__ */ S({
667
667
  __name: "index",
@@ -677,16 +677,16 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
677
677
  ]), { property: i } = a(e, ["settings", "height"]), { property: l } = a(e, [
678
678
  "settings",
679
679
  "heightSegements"
680
- ]), { property: c } = a(e, ["settings", "width"]), { property: m } = a(e, [
680
+ ]), { property: c } = a(e, ["settings", "width"]), { property: u } = a(e, [
681
681
  "settings",
682
682
  "widthSegements"
683
683
  ]);
684
- return (u, d) => (w(), te("TresBoxGeometry", {
684
+ return (m, d) => (w(), te("TresBoxGeometry", {
685
685
  args: [
686
686
  r(c),
687
687
  r(i),
688
688
  r(o),
689
- r(m),
689
+ r(u),
690
690
  r(l),
691
691
  r(s)
692
692
  ]
@@ -717,21 +717,21 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
717
717
  ]), { property: l } = a(e, ["settings", "radius"]), { property: c } = a(e, [
718
718
  "settings",
719
719
  "thetaLength"
720
- ]), { property: m } = a(e, [
720
+ ]), { property: u } = a(e, [
721
721
  "settings",
722
722
  "thetaStart"
723
- ]), { property: u } = a(e, [
723
+ ]), { property: m } = a(e, [
724
724
  "settings",
725
725
  "widthSegments"
726
726
  ]);
727
727
  return (d, p) => (w(), te("TresSphereGeometry", {
728
728
  args: [
729
729
  r(l),
730
- r(u),
730
+ r(m),
731
731
  r(o),
732
732
  r(i),
733
733
  r(s),
734
- r(m),
734
+ r(u),
735
735
  r(c)
736
736
  ]
737
737
  }, null, 8, Qi));
@@ -744,19 +744,19 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
744
744
  refContext: {}
745
745
  },
746
746
  setup(t) {
747
- const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = me(e), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: m } = a(e, [
747
+ const n = t, { node: e } = P(n), { position: o, rotation: s, scale: i } = me(e), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: u } = a(e, [
748
748
  "settings",
749
749
  "intensity"
750
750
  ]);
751
- return (u, d) => (w(), te("TresAmbientLight", {
751
+ return (m, d) => (w(), te("TresAmbientLight", {
752
752
  color: r(c),
753
- intensity: r(m),
753
+ intensity: r(u),
754
754
  position: r(o),
755
755
  rotation: r(s),
756
756
  scale: r(i)
757
757
  }, [
758
758
  D(r(Be)),
759
- F(u.$slots, "default")
759
+ O(m.$slots, "default")
760
760
  ], 8, ts));
761
761
  }
762
762
  }), os = ["color", "intensity", "position", "rotation", "scale"], is = /* @__PURE__ */ S({
@@ -767,13 +767,13 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
767
767
  refContext: {}
768
768
  },
769
769
  setup(t) {
770
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: m } = Q(c), { property: u } = a(e, [
770
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Q(c), { property: m } = a(e, [
771
771
  "settings",
772
772
  "intensity"
773
773
  ]);
774
774
  return (d, p) => (w(), te("TresDirectionalLight", {
775
- color: r(m),
776
- intensity: r(u),
775
+ color: r(u),
776
+ intensity: r(m),
777
777
  position: r(s),
778
778
  rotation: r(i),
779
779
  scale: r(l)
@@ -782,8 +782,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
782
782
  r(o) === "editor" ? (w(), C(r(qe), {
783
783
  key: 0,
784
784
  type: r(pi)
785
- }, null, 8, ["type"])) : se("", !0),
786
- F(d.$slots, "default")
785
+ }, null, 8, ["type"])) : re("", !0),
786
+ O(d.$slots, "default")
787
787
  ], 8, os));
788
788
  }
789
789
  }), ss = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], rs = /* @__PURE__ */ S({
@@ -794,7 +794,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
794
794
  refContext: {}
795
795
  },
796
796
  setup(t) {
797
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: m } = Q(c), { property: u } = a(e, ["settings", "decay"]), { property: d } = a(e, [
797
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Q(c), { property: m } = a(e, ["settings", "decay"]), { property: d } = a(e, [
798
798
  "settings",
799
799
  "distance"
800
800
  ]), { property: p } = a(e, [
@@ -802,8 +802,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
802
802
  "intensity"
803
803
  ]);
804
804
  return (f, b) => (w(), te("TresPointLight", {
805
- color: r(m),
806
- decay: r(u),
805
+ color: r(u),
806
+ decay: r(m),
807
807
  distance: r(d),
808
808
  intensity: r(p),
809
809
  position: r(s),
@@ -814,8 +814,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
814
814
  r(o) === "editor" ? (w(), C(r(qe), {
815
815
  key: 0,
816
816
  type: r(di)
817
- }, null, 8, ["type"])) : se("", !0),
818
- F(f.$slots, "default")
817
+ }, null, 8, ["type"])) : re("", !0),
818
+ O(f.$slots, "default")
819
819
  ], 8, ss));
820
820
  }
821
821
  }), ls = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], as = /* @__PURE__ */ S({
@@ -826,7 +826,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
826
826
  refContext: {}
827
827
  },
828
828
  setup(t) {
829
- const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "angle"]), { property: m } = a(e, ["settings", "color"]), { color: u } = Q(m), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
829
+ const n = t, { node: e } = P(n), o = Z(), { position: s, rotation: i, scale: l } = me(e), { property: c } = a(e, ["settings", "angle"]), { property: u } = a(e, ["settings", "color"]), { color: m } = Q(u), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
830
830
  "settings",
831
831
  "distance"
832
832
  ]), { property: f } = a(e, [
@@ -838,7 +838,7 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
838
838
  ]);
839
839
  return (g, k) => (w(), te("TresSpotLight", {
840
840
  angle: r(c),
841
- color: r(u),
841
+ color: r(m),
842
842
  decay: r(d),
843
843
  distance: r(p),
844
844
  intensity: r(f),
@@ -851,8 +851,8 @@ const ji = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
851
851
  r(o) === "editor" ? (w(), C(r(qe), {
852
852
  key: 0,
853
853
  type: r(fi)
854
- }, null, 8, ["type"])) : se("", !0),
855
- F(g.$slots, "default")
854
+ }, null, 8, ["type"])) : re("", !0),
855
+ O(g.$slots, "default")
856
856
  ], 8, ls));
857
857
  }
858
858
  }), cs = {};
@@ -873,7 +873,7 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
873
873
  rotation: r(s),
874
874
  scale: r(i)
875
875
  }, [
876
- F(l.$slots, "default")
876
+ O(l.$slots, "default")
877
877
  ], 8, ps));
878
878
  }
879
879
  }), fs = ["position", "rotation", "scale"], ys = /* @__PURE__ */ S({
@@ -890,10 +890,10 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
890
890
  rotation: r(s),
891
891
  scale: r(i)
892
892
  }, [
893
- F(l.$slots, "default")
893
+ O(l.$slots, "default")
894
894
  ], 8, fs));
895
895
  }
896
- }), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { 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" } }, Ts = { 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)" } } }, Es = { 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)" } } }, As = { 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"] } } }, Ms = { 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"] } } }, Ws = { 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"] } } }, Bs = { 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"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Os = { 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" } } }, Fs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { 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" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gs = {
896
+ }), bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gs = "#242424", hs = {}, _s = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ls = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, zs = { 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" } }, Ts = { 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)" } } }, Es = { 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)" } } }, As = { 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"] } } }, Ms = { 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"] } } }, Ws = { 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"] } } }, Bs = { 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"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ks = { textStyle: { color: "#eeeeee" } }, Ds = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Fs = { 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" } } }, Os = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { 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" } }, js = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Gs = {
897
897
  color: bs,
898
898
  backgroundColor: gs,
899
899
  textStyle: hs,
@@ -919,8 +919,8 @@ const ms = /* @__PURE__ */ Re(cs, [["render", us]]), ps = ["position", "rotation
919
919
  toolbox: Rs,
920
920
  legend: Ks,
921
921
  tooltip: Ds,
922
- timeline: Os,
923
- visualMap: Fs,
922
+ timeline: Fs,
923
+ visualMap: Os,
924
924
  dataZoom: Ns,
925
925
  markPoint: js
926
926
  }, Hs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Js = "#f5f5f5", Us = {}, qs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ys = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Zs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Qs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, lr = { 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" } }, ar = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ur = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, mr = { 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"] } } }, pr = { 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"] } } }, dr = { 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"] } } }, fr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, yr = { textStyle: { color: "#333333" } }, br = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, gr = { 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" } } }, hr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, _r = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, vr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, xr = {
@@ -974,7 +974,7 @@ const kr = /* @__PURE__ */ S({
974
974
  refContext: {}
975
975
  },
976
976
  setup(t) {
977
- const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: h } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
977
+ const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
978
978
  const L = {}, U = l.value?.type;
979
979
  return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
980
980
  }), z = Io("chart");
@@ -998,8 +998,8 @@ const kr = /* @__PURE__ */ S({
998
998
  () => o.value.width,
999
999
  () => o.value.height,
1000
1000
  c,
1001
- m,
1002
1001
  u,
1002
+ m,
1003
1003
  d,
1004
1004
  p,
1005
1005
  f
@@ -1036,7 +1036,7 @@ const kr = /* @__PURE__ */ S({
1036
1036
  refContext: {}
1037
1037
  },
1038
1038
  setup(t) {
1039
- const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = re(), { width: c, minWidth: m, maxWidth: u, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Oo(e), { applyYAxis: h } = Fo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
1039
+ const n = t, { node: e } = P(n), o = De(), s = Ze(), i = Se(), l = le(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = ge(n, e), { applyTitle: g } = Do(e), { applyXAxis: k } = Fo(e), { applyYAxis: h } = Oo(e), { applyLegend: x } = Ro(e), { applySeries: _ } = Ko(e), v = I(() => {
1040
1040
  const L = {}, U = l.value?.type;
1041
1041
  return i === "page" ? U === "common" ? b(L) : console.assert(!1) : i === "comp" && U === "common" ? b(L) : console.assert(!1), L;
1042
1042
  }), z = Io("chart");
@@ -1060,8 +1060,8 @@ const kr = /* @__PURE__ */ S({
1060
1060
  () => o.value.width,
1061
1061
  () => o.value.height,
1062
1062
  c,
1063
- m,
1064
1063
  u,
1064
+ m,
1065
1065
  d,
1066
1066
  p,
1067
1067
  f
@@ -1107,7 +1107,7 @@ const kr = /* @__PURE__ */ S({
1107
1107
  "offset",
1108
1108
  "y"
1109
1109
  ]);
1110
- return (m, u) => {
1110
+ return (u, m) => {
1111
1111
  const d = B("v-badge");
1112
1112
  return w(), C(r(G), null, {
1113
1113
  default: V(() => [
@@ -1119,7 +1119,7 @@ const kr = /* @__PURE__ */ S({
1119
1119
  theme: r(i)
1120
1120
  }, {
1121
1121
  default: V(() => [
1122
- F(m.$slots, "default")
1122
+ O(u.$slots, "default")
1123
1123
  ]),
1124
1124
  _: 3
1125
1125
  }, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
@@ -1140,7 +1140,7 @@ const kr = /* @__PURE__ */ S({
1140
1140
  "settings",
1141
1141
  "addIcon",
1142
1142
  "append"
1143
- ]), { property: i } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: m } = a(e, ["settings", "density"]), { property: u } = a(e, [
1143
+ ]), { property: i } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Q(l), { property: u } = a(e, ["settings", "density"]), { property: m } = a(e, [
1144
1144
  "settings",
1145
1145
  "disabled"
1146
1146
  ]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: b } = a(e, ["size", "maxWidth"]), { property: g } = a(e, ["size", "minHeight"]), { property: k } = a(e, ["size", "minWidth"]), { property: h } = a(e, [
@@ -1156,7 +1156,7 @@ const kr = /* @__PURE__ */ S({
1156
1156
  const { vm: oe } = o;
1157
1157
  oe.setProp(oe.global, "__pointerPosX__", oe.newNumber(U.clientX)), oe.setProp(oe.global, "__pointerPosY__", oe.newNumber(U.clientY)), await o.callFunctionAsync(
1158
1158
  "__triggerEventV1__",
1159
- ce("elementEvent", n.nodeId, "click"),
1159
+ ie("elementEvent", n.nodeId, "click"),
1160
1160
  ""
1161
1161
  );
1162
1162
  };
@@ -1171,8 +1171,8 @@ const kr = /* @__PURE__ */ S({
1171
1171
  "append-icon": r(s),
1172
1172
  block: r(i),
1173
1173
  color: r(c),
1174
- density: r(m),
1175
- disabled: r(u),
1174
+ density: r(u),
1175
+ disabled: r(m),
1176
1176
  height: r(d),
1177
1177
  loading: r(p),
1178
1178
  "max-height": r(f),
@@ -1200,7 +1200,7 @@ function Cr(t, n) {
1200
1200
  const e = B("v-btn-group");
1201
1201
  return w(), C(e, null, {
1202
1202
  default: V(() => [
1203
- F(t.$slots, "default")
1203
+ O(t.$slots, "default")
1204
1204
  ]),
1205
1205
  _: 3
1206
1206
  });
@@ -1222,10 +1222,10 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1222
1222
  ]), { property: c } = a(e, [
1223
1223
  "settings",
1224
1224
  "multiple"
1225
- ]), { property: m } = a(e, [
1225
+ ]), { property: u } = a(e, [
1226
1226
  "settings",
1227
1227
  "readonly"
1228
- ]), { property: u } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = H(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
1228
+ ]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = H(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
1229
1229
  return (g, k) => {
1230
1230
  const h = B("v-btn-toggle");
1231
1231
  return w(), C(h, {
@@ -1234,15 +1234,15 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1234
1234
  divided: r(i),
1235
1235
  mandatory: r(l),
1236
1236
  multiple: r(c),
1237
- readonly: r(m),
1238
- size: r(u),
1237
+ readonly: r(u),
1238
+ size: r(m),
1239
1239
  stacked: r(d),
1240
1240
  theme: r(p),
1241
1241
  tile: r(f),
1242
1242
  variant: r(b)
1243
1243
  }, {
1244
1244
  default: V(() => [
1245
- F(g.$slots, "default")
1245
+ O(g.$slots, "default")
1246
1246
  ]),
1247
1247
  _: 3
1248
1248
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
@@ -1259,7 +1259,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1259
1259
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
1260
1260
  "settings",
1261
1261
  "disabled"
1262
- ]), { property: i } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: m } = a(e, ["size", "maxHeight"]), { property: u } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
1262
+ ]), { property: i } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: u } = a(e, ["size", "maxHeight"]), { property: m } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
1263
1263
  "settings",
1264
1264
  "subtitle"
1265
1265
  ]), { property: b } = a(e, ["settings", "text"]), { theme: g } = H(), { property: k } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: x } = a(e, ["size", "width"]);
@@ -1273,8 +1273,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1273
1273
  height: r(i),
1274
1274
  hover: r(l),
1275
1275
  loading: r(c),
1276
- "max-height": r(m),
1277
- "max-width": r(u),
1276
+ "max-height": r(u),
1277
+ "max-width": r(m),
1278
1278
  "min-height": r(d),
1279
1279
  "min-width": r(p),
1280
1280
  subtitle: r(f),
@@ -1285,7 +1285,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1285
1285
  width: r(x)
1286
1286
  }, {
1287
1287
  default: V(() => [
1288
- F(_.$slots, "default")
1288
+ O(_.$slots, "default")
1289
1289
  ]),
1290
1290
  _: 3
1291
1291
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"])
@@ -1336,10 +1336,10 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1336
1336
  ]), { property: s } = a(e, ["settings", "color"]), { color: i } = Q(s), { property: l } = a(e, ["settings", "density"]), { property: c } = a(e, [
1337
1337
  "settings",
1338
1338
  "disabled"
1339
- ]), { property: m } = a(e, [
1339
+ ]), { property: u } = a(e, [
1340
1340
  "settings",
1341
1341
  "draggable"
1342
- ]), { property: u } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = H(), { property: g } = a(e, ["settings", "tile"]), { property: k } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
1342
+ ]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = H(), { property: g } = a(e, ["settings", "tile"]), { property: k } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
1343
1343
  return (x, _) => {
1344
1344
  const v = B("v-chip");
1345
1345
  return w(), C(r(G), { mask: "" }, {
@@ -1349,8 +1349,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1349
1349
  color: r(i),
1350
1350
  density: r(l),
1351
1351
  disabled: r(c),
1352
- draggable: r(m),
1353
- filter: r(u),
1352
+ draggable: r(u),
1353
+ filter: r(m),
1354
1354
  label: r(d),
1355
1355
  size: r(p),
1356
1356
  text: r(f),
@@ -1381,10 +1381,10 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1381
1381
  ]), { property: l } = a(e, ["settings", "filter"]), { property: c } = a(e, [
1382
1382
  "settings",
1383
1383
  "mandatory"
1384
- ]), { property: m } = a(e, [
1384
+ ]), { property: u } = a(e, [
1385
1385
  "settings",
1386
1386
  "multiple"
1387
- ]), { property: u } = a(e, [
1387
+ ]), { property: m } = a(e, [
1388
1388
  "settings",
1389
1389
  "showArrows"
1390
1390
  ]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
@@ -1398,12 +1398,12 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1398
1398
  disabled: r(i),
1399
1399
  filter: r(l),
1400
1400
  mandatory: r(c),
1401
- multiple: r(m),
1402
- "show-arrows": r(u),
1401
+ multiple: r(u),
1402
+ "show-arrows": r(m),
1403
1403
  theme: r(d)
1404
1404
  }, {
1405
1405
  default: V(() => [
1406
- F(f.$slots, "default")
1406
+ O(f.$slots, "default")
1407
1407
  ]),
1408
1408
  _: 3
1409
1409
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
@@ -1417,16 +1417,16 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1417
1417
  refContext: {}
1418
1418
  },
1419
1419
  setup(t) {
1420
- const n = t, { node: e } = P(n), o = Se(), s = re(), { applySize: i } = ge(n, e), l = I(() => {
1420
+ const n = t, { node: e } = P(n), o = Se(), s = le(), { applySize: i } = ge(n, e), l = I(() => {
1421
1421
  const k = {}, h = s.value?.type;
1422
1422
  return o === "page" ? h === "common" ? i(k) : console.assert(!1) : o === "comp" && h === "common" ? i(k) : console.assert(!1), k;
1423
1423
  }), { property: c } = a(e, [
1424
1424
  "settings",
1425
1425
  "disabled"
1426
- ]), { property: m } = a(e, [
1426
+ ]), { property: u } = a(e, [
1427
1427
  "settings",
1428
1428
  "hideCanvas"
1429
- ]), { property: u } = a(e, [
1429
+ ]), { property: m } = a(e, [
1430
1430
  "settings",
1431
1431
  "hideHeader"
1432
1432
  ]), { property: d } = a(e, [
@@ -1448,8 +1448,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1448
1448
  default: V(() => [
1449
1449
  D(x, {
1450
1450
  disabled: r(c),
1451
- "hide-canvas": r(m),
1452
- "hide-header": r(u),
1451
+ "hide-canvas": r(u),
1452
+ "hide-header": r(m),
1453
1453
  "hide-inputs": r(d),
1454
1454
  "hide-sliders": r(p),
1455
1455
  landscape: r(f),
@@ -1482,20 +1482,20 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1482
1482
  ]), { property: c } = a(e, [
1483
1483
  "settings",
1484
1484
  "singleLine"
1485
- ]), { theme: m } = H(), { property: u } = a(e, ["settings", "value"]);
1485
+ ]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
1486
1486
  return (d, p) => {
1487
1487
  const f = B("v-combobox");
1488
1488
  return w(), C(r(G), { mask: "" }, {
1489
1489
  default: V(() => [
1490
1490
  D(f, {
1491
- modelValue: r(u),
1492
- "onUpdate:modelValue": p[0] || (p[0] = (b) => ne(u) ? u.value = b : null),
1491
+ modelValue: r(m),
1492
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => ne(m) ? m.value = b : null),
1493
1493
  "hide-details": r(o),
1494
1494
  label: r(s),
1495
1495
  placeholder: r(i),
1496
1496
  readonly: r(l),
1497
1497
  "single-line": r(c),
1498
- theme: r(m)
1498
+ theme: r(u)
1499
1499
  }, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
1500
1500
  ]),
1501
1501
  _: 1
@@ -1510,19 +1510,19 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1510
1510
  refContext: {}
1511
1511
  },
1512
1512
  setup(t) {
1513
- const n = t, { node: e } = P(n), o = Se(), s = re(), { property: i } = a(e, [
1513
+ const n = t, { node: e } = P(n), o = Se(), s = le(), { property: i } = a(e, [
1514
1514
  "settings",
1515
1515
  "backgroundColor"
1516
- ]), { color: l } = Q(i), { applySize: c } = ge(n, e), { applyMargin: m } = pn(e), { applyPadding: u } = dn(e), { applyBorder: d } = mn(e), p = I(() => {
1516
+ ]), { color: l } = Q(i), { applySize: c } = ge(n, e), { applyMargin: u } = pn(e), { applyPadding: m } = dn(e), { applyBorder: d } = mn(e), p = I(() => {
1517
1517
  const f = {}, b = s.value?.type;
1518
- return o === "page" ? b === "common" ? (c(f), m(f), u(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), m(f), u(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
1518
+ return o === "page" ? b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
1519
1519
  });
1520
1520
  return (f, b) => (w(), C(r(G), { block: "" }, {
1521
1521
  default: V(() => [
1522
1522
  We("div", {
1523
1523
  style: fe(p.value)
1524
1524
  }, [
1525
- F(f.$slots, "default")
1525
+ O(f.$slots, "default")
1526
1526
  ], 4)
1527
1527
  ]),
1528
1528
  _: 3
@@ -1536,40 +1536,40 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1536
1536
  value: {}
1537
1537
  },
1538
1538
  setup(t) {
1539
- const n = t, e = Z(), o = Qe(), s = ie();
1539
+ const n = t, e = Z(), o = Qe(), s = se();
1540
1540
  Pe(s);
1541
1541
  const i = I(() => n.refContext.compId);
1542
- et(i, s), ae(e) && tt(s, "slot", "", "", ve());
1543
- function l(m) {
1544
- const u = we[m.key];
1545
- if (!u) {
1546
- console.assert(!1, `element not found key=${m.key}`);
1542
+ et(i, s), ce(e) && tt(s, "slot", "", "", ve());
1543
+ function l(u) {
1544
+ const m = we[u.key];
1545
+ if (!m) {
1546
+ console.assert(!1, `element not found key=${u.key}`);
1547
1547
  return;
1548
1548
  }
1549
1549
  const d = {
1550
- nodeId: m.id
1550
+ nodeId: u.id
1551
1551
  };
1552
- return Xe(m.key) && (d.refContext = {
1552
+ return Xe(u.key) && (d.refContext = {
1553
1553
  parent: n.refContext,
1554
- compId: m.compId
1554
+ compId: u.compId
1555
1555
  }), K(
1556
- u.comp,
1556
+ m.comp,
1557
1557
  {
1558
- key: m.id,
1558
+ key: u.id,
1559
1559
  ...d
1560
1560
  },
1561
1561
  {
1562
1562
  default: () => {
1563
- if (!u.leaf)
1564
- return m.children?.map((p) => l(p));
1563
+ if (!m.leaf)
1564
+ return u.children?.map((p) => l(p));
1565
1565
  }
1566
1566
  }
1567
1567
  );
1568
1568
  }
1569
1569
  const c = () => {
1570
- const { i18n: m } = _e;
1570
+ const { i18n: u } = _e;
1571
1571
  if (Ye(n.refContext, o))
1572
- return K("div", null, m.global.t("x-runtime-lib.circularReference"));
1572
+ return K("div", null, u.global.t("x-runtime-lib.circularReference"));
1573
1573
  if (!s.value)
1574
1574
  return;
1575
1575
  if (s.value.type === "common")
@@ -1579,7 +1579,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1579
1579
  { default: () => s.value.view.nodeLites.map((d) => l(d)) }
1580
1580
  );
1581
1581
  };
1582
- return (m, u) => (w(), C(c));
1582
+ return (u, m) => (w(), C(c));
1583
1583
  }
1584
1584
  }), Rr = /* @__PURE__ */ S({
1585
1585
  __name: "index",
@@ -1595,7 +1595,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1595
1595
  ]), { property: i } = a(e, [
1596
1596
  "settings",
1597
1597
  "fixedHeader"
1598
- ]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: m } = a(e, ["settings", "hover"]), { property: u } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
1598
+ ]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: u } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
1599
1599
  "settings",
1600
1600
  "multiSort"
1601
1601
  ]), { theme: f } = H(), { property: b } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
@@ -1612,8 +1612,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1612
1612
  "fixed-header": r(i),
1613
1613
  headers: r(l),
1614
1614
  height: r(c),
1615
- hover: r(m),
1616
- items: r(u),
1615
+ hover: r(u),
1616
+ items: r(m),
1617
1617
  loading: r(d),
1618
1618
  "multi-sort": r(p),
1619
1619
  theme: r(f),
@@ -1651,7 +1651,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1651
1651
  });
1652
1652
  };
1653
1653
  }
1654
- }), Dr = ["id"], Or = /* @__PURE__ */ S({
1654
+ }), Dr = ["id"], Fr = /* @__PURE__ */ S({
1655
1655
  __name: "index",
1656
1656
  props: {
1657
1657
  nodeId: {},
@@ -1660,9 +1660,9 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1660
1660
  },
1661
1661
  setup(t) {
1662
1662
  const n = t, e = Z(), { open: o } = Po(`runtimeDlg/${$o()}`);
1663
- return mt(n.nodeId, "open", () => {
1663
+ return pt(n.nodeId, "open", () => {
1664
1664
  o.value = !0;
1665
- }), mt(n.nodeId, "close", () => {
1665
+ }), pt(n.nodeId, "close", () => {
1666
1666
  o.value = !1;
1667
1667
  }), (s, i) => {
1668
1668
  const l = B("v-dialog");
@@ -1675,16 +1675,16 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1675
1675
  r(e) === "editor" ? (w(), te("div", {
1676
1676
  key: 0,
1677
1677
  id: `__node__@${n.nodeId}`
1678
- }, null, 8, Dr)) : se("", !0)
1678
+ }, null, 8, Dr)) : re("", !0)
1679
1679
  ]),
1680
1680
  default: V(() => [
1681
- F(s.$slots, "default")
1681
+ O(s.$slots, "default")
1682
1682
  ]),
1683
1683
  _: 3
1684
1684
  }, 8, ["modelValue"]);
1685
1685
  };
1686
1686
  }
1687
- }), Fr = /* @__PURE__ */ S({
1687
+ }), Or = /* @__PURE__ */ S({
1688
1688
  __name: "index",
1689
1689
  props: {
1690
1690
  nodeId: {},
@@ -1698,7 +1698,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1698
1698
  ]), { property: l } = a(e, [
1699
1699
  "settings",
1700
1700
  "disabled"
1701
- ]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "loading"]), { property: u } = a(e, [
1701
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, [
1702
1702
  "settings",
1703
1703
  "multiple"
1704
1704
  ]), { property: d } = a(e, [
@@ -1721,8 +1721,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1721
1721
  direction: r(i),
1722
1722
  disabled: r(l),
1723
1723
  label: r(c),
1724
- loading: r(m),
1725
- multiple: r(u),
1724
+ loading: r(u),
1725
+ multiple: r(m),
1726
1726
  readonly: r(d),
1727
1727
  reverse: r(p),
1728
1728
  "single-line": r(f)
@@ -1740,12 +1740,12 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1740
1740
  refContext: {}
1741
1741
  },
1742
1742
  setup(t) {
1743
- const n = t, { node: e } = P(n), o = De(), s = Se(), i = re(), { applySize: l } = ge(n, e), { applyMargin: c } = pn(e), { applyPadding: m } = dn(e), { applyBorder: u } = mn(e), { property: d } = a(e, [
1743
+ const n = t, { node: e } = P(n), o = De(), s = Se(), i = le(), { applySize: l } = ge(n, e), { applyMargin: c } = pn(e), { applyPadding: u } = dn(e), { applyBorder: m } = mn(e), { property: d } = a(e, [
1744
1744
  "settings",
1745
1745
  "backgroundColor"
1746
1746
  ]), { color: p } = Q(d), f = (g) => {
1747
1747
  p.value && (g.backgroundColor = p.value), g.display = "flex";
1748
- const k = ut(o.value.width), h = Ne(k, e.value.settings?.direction);
1748
+ const k = mt(o.value.width), h = Ne(k, e.value.settings?.direction);
1749
1749
  h === "row" ? g.flexDirection = "row" : h === "rowReverse" ? g.flexDirection = "row-reverse" : h === "column" ? g.flexDirection = "column" : h === "columnReverse" && (g.flexDirection = "column-reverse");
1750
1750
  const x = Ne(k, e.value.settings?.wrap);
1751
1751
  x === "no" ? g.flexWrap = "nowrap" : x === "yes" ? g.flexWrap = "wrap" : x === "reverse" && (g.flexWrap = "wrap-reverse");
@@ -1755,12 +1755,12 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1755
1755
  v === "start" ? g.alignItems = "flex-start" : v === "end" ? g.alignItems = "flex-end" : v === "center" ? g.alignItems = "center" : v === "baseline" ? g.alignItems = "baseline" : v === "stretch" && (g.alignItems = "stretch");
1756
1756
  }, b = I(() => {
1757
1757
  const g = {}, k = i.value?.type;
1758
- return s === "page" ? k === "common" ? (l(g), c(g), m(g), u(g), f(g)) : console.assert(!1) : s === "comp" && k === "common" ? (l(g), c(g), m(g), u(g), f(g)) : console.assert(!1), g;
1758
+ return s === "page" ? k === "common" ? (l(g), c(g), u(g), m(g), f(g)) : console.assert(!1) : s === "comp" && k === "common" ? (l(g), c(g), u(g), m(g), f(g)) : console.assert(!1), g;
1759
1759
  });
1760
1760
  return (g, k) => (w(), te("div", {
1761
1761
  style: fe(b.value)
1762
1762
  }, [
1763
- F(g.$slots, "default")
1763
+ O(g.$slots, "default")
1764
1764
  ], 4));
1765
1765
  }
1766
1766
  }), jr = /* @__PURE__ */ S({
@@ -1771,14 +1771,14 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1771
1771
  refContext: {}
1772
1772
  },
1773
1773
  setup(t) {
1774
- const n = t, { node: e } = P(n), o = Se(), s = re(), { applySize: i } = ge(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), m = I(() => {
1775
- const u = {}, d = s.value?.type;
1776
- return o === "page" ? d === "common" ? (i(u), u.flexGrow = l.value ? 1 : 0, u.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (i(u), u.flexGrow = l.value ? 1 : 0, u.flexShrink = c.value ? 1 : 0) : console.assert(!1), u;
1774
+ const n = t, { node: e } = P(n), o = Se(), s = le(), { applySize: i } = ge(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), u = I(() => {
1775
+ const m = {}, d = s.value?.type;
1776
+ return o === "page" ? d === "common" ? (i(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (i(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1), m;
1777
1777
  });
1778
- return (u, d) => (w(), te("div", {
1779
- style: fe(m.value)
1778
+ return (m, d) => (w(), te("div", {
1779
+ style: fe(u.value)
1780
1780
  }, [
1781
- F(u.$slots, "default")
1781
+ O(m.$slots, "default")
1782
1782
  ], 4));
1783
1783
  }
1784
1784
  }), Gr = /* @__PURE__ */ S({
@@ -1789,19 +1789,19 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1789
1789
  refContext: {}
1790
1790
  },
1791
1791
  setup(t) {
1792
- const n = t, { node: e } = P(n), o = Se(), s = re(), i = ve(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
1792
+ const n = t, { node: e } = P(n), o = Se(), s = le(), i = ve(), { property: l } = a(e, ["settings", "valid"]), { property: c } = a(e, [
1793
1793
  "settings",
1794
1794
  "fastFail"
1795
- ]), { property: m } = a(e, [
1795
+ ]), { property: u } = a(e, [
1796
1796
  "settings",
1797
1797
  "backgroundColor"
1798
- ]), { color: u } = Q(m), { applySize: d } = ge(n, e), { applyMargin: p } = pn(e), { applyPadding: f } = dn(e), { applyBorder: b } = mn(e), g = I(() => {
1798
+ ]), { color: m } = Q(u), { applySize: d } = ge(n, e), { applyMargin: p } = pn(e), { applyPadding: f } = dn(e), { applyBorder: b } = mn(e), g = I(() => {
1799
1799
  const h = {}, x = s.value?.type;
1800
- return o === "page" ? x === "common" ? (d(h), p(h), f(h), b(h), u.value && (h.backgroundColor = u.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), p(h), f(h), b(h), u.value && (h.backgroundColor = u.value)) : console.assert(!1), h;
1800
+ return o === "page" ? x === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1), h;
1801
1801
  }), k = async () => {
1802
1802
  await i?.callFunctionAsync(
1803
1803
  "__triggerEventV1__",
1804
- ce("elementEvent", n.nodeId, "submit"),
1804
+ ie("elementEvent", n.nodeId, "submit"),
1805
1805
  ""
1806
1806
  );
1807
1807
  };
@@ -1815,7 +1815,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1815
1815
  onSubmit: si(k, ["prevent"])
1816
1816
  }, {
1817
1817
  default: V(() => [
1818
- F(h.$slots, "default")
1818
+ O(h.$slots, "default")
1819
1819
  ]),
1820
1820
  _: 3
1821
1821
  }, 8, ["modelValue", "fast-fail", "style"]);
@@ -1832,15 +1832,15 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1832
1832
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, [
1833
1833
  "settings",
1834
1834
  "disabled"
1835
- ]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: m } = H();
1836
- return (u, d) => {
1835
+ ]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = H();
1836
+ return (m, d) => {
1837
1837
  const p = B("v-icon");
1838
1838
  return w(), C(p, {
1839
1839
  color: r(s),
1840
1840
  disabled: r(i),
1841
1841
  icon: r(l),
1842
1842
  size: r(c),
1843
- theme: r(m)
1843
+ theme: r(u)
1844
1844
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1845
1845
  };
1846
1846
  }
@@ -1852,19 +1852,19 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1852
1852
  refContext: {}
1853
1853
  },
1854
1854
  setup(t) {
1855
- const n = t, e = Z(), o = ve(), s = ie(0), i = ie(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${$o()}`);
1856
- return mt(n.nodeId, "open", () => {
1855
+ const n = t, e = Z(), o = ve(), s = se(0), i = se(0), l = I(() => [s.value, i.value]), { open: c } = Po(`runtimeMenu/${$o()}`);
1856
+ return pt(n.nodeId, "open", () => {
1857
1857
  if (!o || !o.vm)
1858
1858
  return;
1859
- const { vm: m } = o, u = m.getProp(m.global, "__pointerPosX__"), d = m.getProp(m.global, "__pointerPosY__");
1860
- s.value = m.getNumber(u), i.value = m.getNumber(d), u.dispose(), d.dispose(), c.value = !0;
1861
- }), mt(n.nodeId, "close", () => {
1859
+ const { vm: u } = o, m = u.getProp(u.global, "__pointerPosX__"), d = u.getProp(u.global, "__pointerPosY__");
1860
+ s.value = u.getNumber(m), i.value = u.getNumber(d), m.dispose(), d.dispose(), c.value = !0;
1861
+ }), pt(n.nodeId, "close", () => {
1862
1862
  o && (c.value = !1);
1863
- }), (m, u) => {
1863
+ }), (u, m) => {
1864
1864
  const d = B("v-menu");
1865
1865
  return w(), C(d, {
1866
1866
  modelValue: r(c),
1867
- "onUpdate:modelValue": u[0] || (u[0] = (p) => ne(c) ? c.value = p : null),
1867
+ "onUpdate:modelValue": m[0] || (m[0] = (p) => ne(c) ? c.value = p : null),
1868
1868
  attach: "menuContainer",
1869
1869
  "location-strategy": "connected",
1870
1870
  scrim: "transparent",
@@ -1874,10 +1874,10 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1874
1874
  r(e) === "editor" ? (w(), te("div", {
1875
1875
  key: 0,
1876
1876
  id: `__node__@${n.nodeId}`
1877
- }, null, 8, Jr)) : se("", !0)
1877
+ }, null, 8, Jr)) : re("", !0)
1878
1878
  ]),
1879
1879
  default: V(() => [
1880
- F(m.$slots, "default")
1880
+ O(u.$slots, "default")
1881
1881
  ]),
1882
1882
  _: 3
1883
1883
  }, 8, ["modelValue", "target"]);
@@ -1905,7 +1905,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1905
1905
  ]), { property: l } = a(e, [
1906
1906
  "settings",
1907
1907
  "hideDetails"
1908
- ]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "loading"]), { property: u } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
1908
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
1909
1909
  "settings",
1910
1910
  "placeholder"
1911
1911
  ]), { property: g } = a(e, [
@@ -1941,8 +1941,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1941
1941
  clearable: r(i),
1942
1942
  "hide-details": r(l),
1943
1943
  label: r(c),
1944
- loading: r(m),
1945
- max: r(u),
1944
+ loading: r(u),
1945
+ max: r(m),
1946
1946
  "max-width": r(d),
1947
1947
  min: r(p),
1948
1948
  "min-width": r(f),
@@ -1979,7 +1979,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1979
1979
  ]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
1980
1980
  "settings",
1981
1981
  "showFirstLastPage"
1982
- ]), { property: m } = a(e, ["settings", "size"]), { property: u } = a(e, ["settings", "start"]), { theme: d } = H(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = I(() => {
1982
+ ]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = H(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = I(() => {
1983
1983
  const k = {};
1984
1984
  return o === "editor" && (k.pointerEvents = "none"), k;
1985
1985
  });
@@ -1997,8 +1997,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
1997
1997
  disabled: r(i),
1998
1998
  length: r(l),
1999
1999
  "show-first-last-page": r(c),
2000
- size: r(m),
2001
- start: r(u),
2000
+ size: r(u),
2001
+ start: r(m),
2002
2002
  style: fe(g.value),
2003
2003
  theme: r(d),
2004
2004
  tile: r(p),
@@ -2020,10 +2020,10 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2020
2020
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "color"]), { color: s } = Q(o), { property: i } = a(e, ["settings", "density"]), { property: l } = a(e, [
2021
2021
  "settings",
2022
2022
  "disabled"
2023
- ]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, [
2023
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, [
2024
2024
  "settings",
2025
2025
  "readonly"
2026
- ]), { theme: u } = H(), { property: d } = a(e, ["settings", "value"]);
2026
+ ]), { theme: m } = H(), { property: d } = a(e, ["settings", "value"]);
2027
2027
  return (p, f) => {
2028
2028
  const b = B("v-radio");
2029
2029
  return w(), C(b, {
@@ -2031,8 +2031,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2031
2031
  density: r(i),
2032
2032
  disabled: r(l),
2033
2033
  label: r(c),
2034
- readonly: r(m),
2035
- theme: r(u),
2034
+ readonly: r(u),
2035
+ theme: r(m),
2036
2036
  value: r(d)
2037
2037
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2038
2038
  };
@@ -2054,23 +2054,23 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2054
2054
  ]), { property: l } = a(e, ["settings", "inline"]), { property: c } = a(e, [
2055
2055
  "settings",
2056
2056
  "readonly"
2057
- ]), { theme: m } = H(), { property: u } = a(e, ["settings", "value"]);
2057
+ ]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
2058
2058
  return (d, p) => {
2059
2059
  const f = B("v-radio-group");
2060
2060
  return w(), C(r(G), null, {
2061
2061
  default: V(() => [
2062
2062
  D(f, {
2063
- modelValue: r(u),
2064
- "onUpdate:modelValue": p[0] || (p[0] = (b) => ne(u) ? u.value = b : null),
2063
+ modelValue: r(m),
2064
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => ne(m) ? m.value = b : null),
2065
2065
  density: r(o),
2066
2066
  direction: r(s),
2067
2067
  disabled: r(i),
2068
2068
  inline: r(l),
2069
2069
  readonly: r(c),
2070
- theme: r(m)
2070
+ theme: r(u)
2071
2071
  }, {
2072
2072
  default: V(() => [
2073
- F(d.$slots, "default")
2073
+ O(d.$slots, "default")
2074
2074
  ]),
2075
2075
  _: 3
2076
2076
  }, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
@@ -2096,7 +2096,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2096
2096
  ]), { property: l } = a(e, [
2097
2097
  "settings",
2098
2098
  "hideDetails"
2099
- ]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: u } = a(e, ["settings", "min"]), { property: d } = a(e, [
2099
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "max"]), { property: m } = a(e, ["settings", "min"]), { property: d } = a(e, [
2100
2100
  "settings",
2101
2101
  "readonly"
2102
2102
  ]), { property: p } = a(e, [
@@ -2158,8 +2158,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2158
2158
  disabled: r(i),
2159
2159
  "hide-details": r(l),
2160
2160
  label: r(c),
2161
- max: r(m),
2162
- min: r(u),
2161
+ max: r(u),
2162
+ min: r(m),
2163
2163
  readonly: r(d),
2164
2164
  "show-ticks": f.value,
2165
2165
  step: r(b),
@@ -2191,7 +2191,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2191
2191
  ]), { property: l } = a(e, [
2192
2192
  "settings",
2193
2193
  "halfIncrements"
2194
- ]), { property: c } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "length"]), { property: u } = a(e, [
2194
+ ]), { property: c } = a(e, ["settings", "hover"]), { property: u } = a(e, ["settings", "length"]), { property: m } = a(e, [
2195
2195
  "settings",
2196
2196
  "readonly"
2197
2197
  ]), { theme: d } = H(), { property: p } = a(e, ["settings", "value"]);
@@ -2207,8 +2207,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2207
2207
  disabled: r(i),
2208
2208
  "half-increments": r(l),
2209
2209
  hover: r(c),
2210
- length: r(m),
2211
- readonly: r(u),
2210
+ length: r(u),
2211
+ readonly: r(m),
2212
2212
  theme: r(d)
2213
2213
  }, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
2214
2214
  ]),
@@ -2236,7 +2236,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2236
2236
  ]), { property: c } = a(e, [
2237
2237
  "settings",
2238
2238
  "singleLine"
2239
- ]), { theme: m } = H(), { property: u } = a(e, ["settings", "value"]);
2239
+ ]), { theme: u } = H(), { property: m } = a(e, ["settings", "value"]);
2240
2240
  return (d, p) => {
2241
2241
  const f = B("v-select");
2242
2242
  return w(), C(r(G), {
@@ -2245,14 +2245,14 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2245
2245
  }, {
2246
2246
  default: V(() => [
2247
2247
  D(f, {
2248
- modelValue: r(u),
2249
- "onUpdate:modelValue": p[0] || (p[0] = (b) => ne(u) ? u.value = b : null),
2248
+ modelValue: r(m),
2249
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => ne(m) ? m.value = b : null),
2250
2250
  "hide-details": r(o),
2251
2251
  label: r(s),
2252
2252
  placeholder: r(i),
2253
2253
  readonly: r(l),
2254
2254
  "single-line": r(c),
2255
- theme: r(m)
2255
+ theme: r(u)
2256
2256
  }, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
2257
2257
  ]),
2258
2258
  _: 1
@@ -2276,7 +2276,7 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2276
2276
  ]), { property: c } = a(e, [
2277
2277
  "settings",
2278
2278
  "hideDetails"
2279
- ]), { property: m } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
2279
+ ]), { property: u } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
2280
2280
  "settings",
2281
2281
  "readonly"
2282
2282
  ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, [
@@ -2305,8 +2305,8 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2305
2305
  if (!J.value)
2306
2306
  return;
2307
2307
  const xe = {};
2308
- for (const { value: nt, label: kt } of J.value)
2309
- xe[nt] = kt;
2308
+ for (const { value: nt, label: wt } of J.value)
2309
+ xe[nt] = wt;
2310
2310
  if (!Wo(xe))
2311
2311
  return xe;
2312
2312
  }), { property: j } = a(e, [
@@ -2317,21 +2317,21 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2317
2317
  "trackColor"
2318
2318
  ]), { color: U } = Q(L), { property: oe } = a(e, ["settings", "value"]), { property: he } = a(e, ["slots", "append"]), { property: Le } = a(e, ["slots", "prepend"]);
2319
2319
  return (xe, nt) => {
2320
- const kt = B("v-slider");
2320
+ const wt = B("v-slider");
2321
2321
  return w(), C(r(G), {
2322
2322
  block: "",
2323
2323
  mask: ""
2324
2324
  }, {
2325
2325
  default: V(() => [
2326
- D(kt, {
2326
+ D(wt, {
2327
2327
  modelValue: r(oe),
2328
2328
  "onUpdate:modelValue": nt[0] || (nt[0] = (ni) => ne(oe) ? oe.value = ni : null),
2329
2329
  color: r(s),
2330
2330
  direction: r(i),
2331
2331
  disabled: r(l),
2332
2332
  "hide-details": r(c),
2333
- label: r(m),
2334
- max: r(u),
2333
+ label: r(u),
2334
+ max: r(m),
2335
2335
  min: r(d),
2336
2336
  readonly: r(p),
2337
2337
  reverse: r(f),
@@ -2386,15 +2386,15 @@ const Vr = /* @__PURE__ */ Re($r, [["render", Cr]]), Pr = /* @__PURE__ */ S({
2386
2386
  "hideActions"
2387
2387
  ]), { theme: s } = H(), { property: i } = a(e, ["settings", "value"]);
2388
2388
  return (l, c) => {
2389
- const m = B("v-stepper");
2390
- return w(), C(m, {
2389
+ const u = B("v-stepper");
2390
+ return w(), C(u, {
2391
2391
  modelValue: r(i),
2392
- "onUpdate:modelValue": c[0] || (c[0] = (u) => ne(i) ? i.value = u : null),
2392
+ "onUpdate:modelValue": c[0] || (c[0] = (m) => ne(i) ? i.value = m : null),
2393
2393
  "hide-actions": r(o),
2394
2394
  theme: r(s)
2395
2395
  }, {
2396
2396
  default: V(() => [
2397
- F(l.$slots, "default")
2397
+ O(l.$slots, "default")
2398
2398
  ]),
2399
2399
  _: 3
2400
2400
  }, 8, ["modelValue", "hide-actions", "theme"]);
@@ -2405,7 +2405,7 @@ function sl(t, n) {
2405
2405
  const e = B("v-stepper-header");
2406
2406
  return w(), C(e, null, {
2407
2407
  default: V(() => [
2408
- F(t.$slots, "default")
2408
+ O(t.$slots, "default")
2409
2409
  ]),
2410
2410
  _: 3
2411
2411
  });
@@ -2423,7 +2423,7 @@ const rl = /* @__PURE__ */ Re(il, [["render", sl]]), ll = /* @__PURE__ */ S({
2423
2423
  const l = B("v-stepper-item");
2424
2424
  return w(), C(l, { value: r(o) }, {
2425
2425
  default: V(() => [
2426
- F(s.$slots, "default")
2426
+ O(s.$slots, "default")
2427
2427
  ]),
2428
2428
  _: 3
2429
2429
  }, 8, ["value"]);
@@ -2434,7 +2434,7 @@ function cl(t, n) {
2434
2434
  const e = B("v-stepper-window");
2435
2435
  return w(), C(e, null, {
2436
2436
  default: V(() => [
2437
- F(t.$slots, "default")
2437
+ O(t.$slots, "default")
2438
2438
  ]),
2439
2439
  _: 3
2440
2440
  });
@@ -2452,7 +2452,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2452
2452
  const l = B("v-stepper-window-item");
2453
2453
  return w(), C(l, { value: r(o) }, {
2454
2454
  default: V(() => [
2455
- F(s.$slots, "default")
2455
+ O(s.$slots, "default")
2456
2456
  ]),
2457
2457
  _: 3
2458
2458
  }, 8, ["value"]);
@@ -2478,7 +2478,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2478
2478
  ]), { property: c } = a(e, [
2479
2479
  "settings",
2480
2480
  "indeterminate"
2481
- ]), { property: m } = a(e, ["settings", "inline"]), { property: u } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = H(), { property: b } = a(e, ["settings", "value"]);
2481
+ ]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = H(), { property: b } = a(e, ["settings", "value"]);
2482
2482
  return (g, k) => {
2483
2483
  const h = B("v-switch");
2484
2484
  return w(), C(r(G), { mask: "" }, {
@@ -2491,8 +2491,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2491
2491
  disabled: r(i),
2492
2492
  "hide-details": r(l),
2493
2493
  indeterminate: r(c),
2494
- inline: r(m),
2495
- inset: r(u),
2494
+ inline: r(u),
2495
+ inset: r(m),
2496
2496
  label: r(d),
2497
2497
  loading: r(p),
2498
2498
  theme: r(f)
@@ -2511,10 +2511,10 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2511
2511
  },
2512
2512
  setup(t) {
2513
2513
  const n = t, { node: e } = P(n), o = Z(), { property: s } = a(e, ["settings", "text"]), { theme: i } = H(), { property: l } = a(e, ["settings", "value"]), c = I(() => {
2514
- const m = {};
2515
- return o === "editor" && (m.pointerEvents = "none"), m;
2514
+ const u = {};
2515
+ return o === "editor" && (u.pointerEvents = "none"), u;
2516
2516
  });
2517
- return (m, u) => {
2517
+ return (u, m) => {
2518
2518
  const d = B("v-tab");
2519
2519
  return w(), C(r(G), { mask: "" }, {
2520
2520
  default: V(() => [
@@ -2551,7 +2551,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2551
2551
  "settings",
2552
2552
  "color",
2553
2553
  "selectedColor"
2554
- ]), { color: m } = Q(c), { property: u } = a(e, ["settings", "density"]), { property: d } = a(e, [
2554
+ ]), { color: u } = Q(c), { property: m } = a(e, ["settings", "density"]), { property: d } = a(e, [
2555
2555
  "settings",
2556
2556
  "direction"
2557
2557
  ]), { property: p } = a(e, [
@@ -2587,8 +2587,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2587
2587
  "align-tabs": r(o),
2588
2588
  "bg-color": r(i),
2589
2589
  "center-active": r(l),
2590
- color: r(m),
2591
- density: r(u),
2590
+ color: r(u),
2591
+ density: r(m),
2592
2592
  direction: r(d),
2593
2593
  disabled: r(p),
2594
2594
  "fixed-tabs": r(f),
@@ -2602,7 +2602,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2602
2602
  theme: r(T)
2603
2603
  }, {
2604
2604
  default: V(() => [
2605
- F(Y.$slots, "default")
2605
+ O(Y.$slots, "default")
2606
2606
  ]),
2607
2607
  _: 3
2608
2608
  }, 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"])
@@ -2625,15 +2625,15 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2625
2625
  ]), { property: l } = a(e, [
2626
2626
  "settings",
2627
2627
  "emphasis"
2628
- ]), { property: c } = a(e, ["settings", "italic"]), { property: m } = a(e, ["settings", "text"]), { property: u } = a(e, ["settings", "weight"]), d = I(() => {
2629
- const p = [], f = ut(o.value.width), b = Ne(f, e.value.settings?.style);
2630
- return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), i.value && p.push(`text-decoration-${i.value}`), u.value && p.push(`font-weight-${u.value}`), c.value && p.push("font-italic"), p.join(" ");
2628
+ ]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = I(() => {
2629
+ const p = [], f = mt(o.value.width), b = Ne(f, e.value.settings?.style);
2630
+ return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), i.value && p.push(`text-decoration-${i.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
2631
2631
  });
2632
2632
  return (p, f) => (w(), C(r(G), { mask: "" }, {
2633
2633
  default: V(() => [
2634
2634
  We("span", {
2635
2635
  class: ri(d.value)
2636
- }, Co(r(m)), 3)
2636
+ }, Co(r(u)), 3)
2637
2637
  ]),
2638
2638
  _: 1
2639
2639
  }));
@@ -2655,7 +2655,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2655
2655
  ]), { property: i } = a(e, ["settings", "density"]), { property: l } = a(e, [
2656
2656
  "settings",
2657
2657
  "disabled"
2658
- ]), { property: c } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "loading"]), { property: u } = a(e, ["settings", "maxRows"]), { property: d } = a(e, [
2658
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "maxRows"]), { property: d } = a(e, [
2659
2659
  "settings",
2660
2660
  "placeholder"
2661
2661
  ]), { property: p } = a(e, [
@@ -2680,8 +2680,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2680
2680
  density: r(i),
2681
2681
  disabled: r(l),
2682
2682
  label: r(c),
2683
- loading: r(m),
2684
- "max-rows": r(u),
2683
+ loading: r(u),
2684
+ "max-rows": r(m),
2685
2685
  placeholder: r(d),
2686
2686
  readonly: r(p),
2687
2687
  reverse: r(f),
@@ -2715,10 +2715,10 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2715
2715
  ]), { property: l } = a(e, [
2716
2716
  "settings",
2717
2717
  "clearable"
2718
- ]), { property: c } = a(e, ["settings", "density"]), { property: m } = a(e, [
2718
+ ]), { property: c } = a(e, ["settings", "density"]), { property: u } = a(e, [
2719
2719
  "settings",
2720
2720
  "disabled"
2721
- ]), { property: u } = a(e, [
2721
+ ]), { property: m } = a(e, [
2722
2722
  "settings",
2723
2723
  "hideDetails"
2724
2724
  ]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
@@ -2758,8 +2758,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2758
2758
  autofocus: r(i),
2759
2759
  clearable: r(l),
2760
2760
  density: r(c),
2761
- disabled: r(m),
2762
- "hide-details": r(u),
2761
+ disabled: r(u),
2762
+ "hide-details": r(m),
2763
2763
  label: r(d),
2764
2764
  loading: r(p),
2765
2765
  placeholder: r(f),
@@ -2838,11 +2838,11 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2838
2838
  "settings",
2839
2839
  "dot",
2840
2840
  "color"
2841
- ]), { color: c } = Q(l), { property: m } = a(e, [
2841
+ ]), { color: c } = Q(l), { property: u } = a(e, [
2842
2842
  "settings",
2843
2843
  "dot",
2844
2844
  "fill"
2845
- ]), { property: u } = a(e, [
2845
+ ]), { property: m } = a(e, [
2846
2846
  "settings",
2847
2847
  "hideOpposite"
2848
2848
  ]), { property: d } = a(e, [
@@ -2869,8 +2869,8 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2869
2869
  density: r(s),
2870
2870
  direction: r(i),
2871
2871
  "dot-color": r(c),
2872
- "fill-dot": r(m),
2873
- "hide-opposite": r(u),
2872
+ "fill-dot": r(u),
2873
+ "hide-opposite": r(m),
2874
2874
  "line-color": r(p),
2875
2875
  "line-inset": r(f),
2876
2876
  "line-thickness": r(b),
@@ -2879,7 +2879,7 @@ const ul = /* @__PURE__ */ Re(al, [["render", cl]]), ml = /* @__PURE__ */ S({
2879
2879
  "truncate-line": r(k)
2880
2880
  }, {
2881
2881
  default: V(() => [
2882
- F(x.$slots, "default")
2882
+ O(x.$slots, "default")
2883
2883
  ]),
2884
2884
  _: 3
2885
2885
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
@@ -2890,7 +2890,7 @@ function vl(t, n) {
2890
2890
  const e = B("v-timeline-item");
2891
2891
  return w(), C(e, null, {
2892
2892
  default: V(() => [
2893
- F(t.$slots, "default")
2893
+ O(t.$slots, "default")
2894
2894
  ]),
2895
2895
  _: 3
2896
2896
  });
@@ -2915,7 +2915,7 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
2915
2915
  ]), { property: l } = a(e, ["settings", "reverse"]), { property: c } = a(e, [
2916
2916
  "settings",
2917
2917
  "showArrows"
2918
- ]), { property: m } = a(e, ["settings", "touch"]), { theme: u } = H(), { property: d } = a(e, ["settings", "value"]);
2918
+ ]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = H(), { property: d } = a(e, ["settings", "value"]);
2919
2919
  return (p, f) => {
2920
2920
  const b = B("v-window");
2921
2921
  return w(), C(b, {
@@ -2926,11 +2926,11 @@ const xl = /* @__PURE__ */ Re(_l, [["render", vl]]), kl = /* @__PURE__ */ S({
2926
2926
  disabled: r(s),
2927
2927
  reverse: r(l),
2928
2928
  "show-arrows": r(c),
2929
- theme: r(u),
2930
- touch: r(m)
2929
+ theme: r(m),
2930
+ touch: r(u)
2931
2931
  }, {
2932
2932
  default: V(() => [
2933
- F(p.$slots, "default")
2933
+ O(p.$slots, "default")
2934
2934
  ]),
2935
2935
  _: 3
2936
2936
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
@@ -2941,7 +2941,7 @@ function Il(t, n) {
2941
2941
  const e = B("v-window-item");
2942
2942
  return w(), C(e, null, {
2943
2943
  default: V(() => [
2944
- F(t.$slots, "default")
2944
+ O(t.$slots, "default")
2945
2945
  ]),
2946
2946
  _: 3
2947
2947
  });
@@ -2958,30 +2958,30 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
2958
2958
  console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> created`), Ie(() => {
2959
2959
  console.log(`<element/${t.nodeId}/multiple_ref_v1/${t.instance}> destroyed`);
2960
2960
  });
2961
- const n = Z(), e = re(), o = I(() => O(e.value));
2962
- Pe(o), ae(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
2961
+ const n = Z(), e = le(), o = I(() => F(e.value));
2962
+ Pe(o), ce(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
2963
2963
  const s = (l) => {
2964
2964
  const c = we[l.key];
2965
2965
  if (!c) {
2966
2966
  console.assert(!1, `element not found key=${l.key}`);
2967
2967
  return;
2968
2968
  }
2969
- const m = {
2969
+ const u = {
2970
2970
  nodeId: l.id
2971
2971
  };
2972
- return Xe(l.key) && (m.refContext = {
2972
+ return Xe(l.key) && (u.refContext = {
2973
2973
  parent: t.refContext,
2974
2974
  compId: l.compId
2975
2975
  }), K(
2976
2976
  c.comp,
2977
2977
  {
2978
2978
  key: l.id,
2979
- ...m
2979
+ ...u
2980
2980
  },
2981
2981
  {
2982
2982
  default: () => {
2983
2983
  if (!c.leaf)
2984
- return l.children?.map((u) => s(u));
2984
+ return l.children?.map((m) => s(m));
2985
2985
  }
2986
2986
  }
2987
2987
  );
@@ -3021,8 +3021,8 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3021
3021
  We("div", Vl, Co(t.label), 1)
3022
3022
  ]),
3023
3023
  _: 1
3024
- })) : se("", !0),
3025
- F(n.$slots, "default")
3024
+ })) : re("", !0),
3025
+ O(n.$slots, "default")
3026
3026
  ], 8, Cl));
3027
3027
  }
3028
3028
  }), Pl = /* @__PURE__ */ S({
@@ -3033,13 +3033,13 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3033
3033
  refContext: {}
3034
3034
  },
3035
3035
  setup(t) {
3036
- const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
3036
+ const n = gt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
3037
3037
  Pe(l);
3038
3038
  const c = I(() => e.refContext?.compId);
3039
3039
  et(c, l);
3040
- const { applySize: m } = ge(e, o), u = I(() => {
3040
+ const { applySize: u } = ge(e, o), m = I(() => {
3041
3041
  const _ = {};
3042
- return l.value?.type === "common" && m(_), _;
3042
+ return l.value?.type === "common" && u(_), _;
3043
3043
  }), { position: d, rotation: p, scale: f } = me(o), { property: b } = a(o, ["instances"]), g = (_, v) => {
3044
3044
  _.findIndex((z) => z === v) >= 0 || _.push(v);
3045
3045
  }, k = I(() => {
@@ -3068,7 +3068,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3068
3068
  if (Ye(e.refContext, s))
3069
3069
  return i.value.type === "common" ? K(
3070
3070
  "div",
3071
- { id: n.id, style: u.value },
3071
+ { id: n.id, style: m.value },
3072
3072
  _.global.t("x-runtime-lib.circularReference")
3073
3073
  ) : i.value.type === "scene" ? K(ue, {
3074
3074
  name: n.name,
@@ -3078,7 +3078,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3078
3078
  label: _.global.t("x-runtime-lib.circularReference")
3079
3079
  }) : void 0;
3080
3080
  if (!l.value)
3081
- return i.value.type === "common" ? K("div", { id: n.id, style: u.value }) : i.value.type === "scene" ? K(ue, {
3081
+ return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ue, {
3082
3082
  name: n.name,
3083
3083
  position: d.value,
3084
3084
  rotation: p.value,
@@ -3094,7 +3094,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3094
3094
  "div",
3095
3095
  {
3096
3096
  id: n.id,
3097
- style: u.value
3097
+ style: m.value
3098
3098
  },
3099
3099
  {
3100
3100
  default: () => k.value.map((z) => h(z, v))
@@ -3128,30 +3128,30 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3128
3128
  console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> created`), Ie(() => {
3129
3129
  console.log(`<element/${t.nodeId}/multiple_slot_v1/${t.instance}> destroyed`);
3130
3130
  });
3131
- const n = Z(), e = re(), o = I(() => O(e.value));
3132
- Pe(o), ae(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
3131
+ const n = Z(), e = le(), o = I(() => F(e.value));
3132
+ Pe(o), ce(n) && tt(o, "multipleSlot", t.nodeId, t.instance, ve());
3133
3133
  const s = (l) => {
3134
3134
  const c = we[l.key];
3135
3135
  if (!c) {
3136
3136
  console.assert(!1, `element not found key=${l.key}`);
3137
3137
  return;
3138
3138
  }
3139
- const m = {
3139
+ const u = {
3140
3140
  nodeId: l.id
3141
3141
  };
3142
- return Xe(l.key) && (m.refContext = {
3142
+ return Xe(l.key) && (u.refContext = {
3143
3143
  parent: t.refContext,
3144
3144
  compId: l.compId
3145
3145
  }), K(
3146
3146
  c.comp,
3147
3147
  {
3148
3148
  key: l.id,
3149
- ...m
3149
+ ...u
3150
3150
  },
3151
3151
  {
3152
3152
  default: () => {
3153
3153
  if (!c.leaf)
3154
- return l.children?.map((u) => s(u));
3154
+ return l.children?.map((m) => s(m));
3155
3155
  }
3156
3156
  }
3157
3157
  );
@@ -3175,13 +3175,13 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3175
3175
  refContext: {}
3176
3176
  },
3177
3177
  setup(t) {
3178
- const n = bt(), e = t, { node: o } = P(e), s = Qe(), i = re(), l = ie();
3178
+ const n = gt(), e = t, { node: o } = P(e), s = Qe(), i = le(), l = se();
3179
3179
  Pe(l);
3180
3180
  const c = I(() => e.refContext?.compId);
3181
3181
  et(c, l);
3182
- const { applySize: m } = ge(e, o), u = I(() => {
3182
+ const { applySize: u } = ge(e, o), m = I(() => {
3183
3183
  const _ = {};
3184
- return l.value?.type === "common" && m(_), _;
3184
+ return l.value?.type === "common" && u(_), _;
3185
3185
  }), { position: d, rotation: p, scale: f } = me(o), { property: b } = a(o, ["instances"]), g = (_, v) => {
3186
3186
  _.findIndex((z) => z === v) >= 0 || _.push(v);
3187
3187
  }, k = I(() => {
@@ -3210,7 +3210,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3210
3210
  if (Ye(e.refContext, s))
3211
3211
  return i.value.type === "common" ? K(
3212
3212
  "div",
3213
- { id: n.id, style: u.value },
3213
+ { id: n.id, style: m.value },
3214
3214
  _.global.t("x-runtime-lib.circularReference")
3215
3215
  ) : i.value.type === "scene" ? K(ue, {
3216
3216
  name: n.name,
@@ -3220,7 +3220,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3220
3220
  label: _.global.t("x-runtime-lib.circularReference")
3221
3221
  }) : void 0;
3222
3222
  if (!l.value)
3223
- return i.value.type === "common" ? K("div", { id: n.id, style: u.value }) : i.value.type === "scene" ? K(ue, {
3223
+ return i.value.type === "common" ? K("div", { id: n.id, style: m.value }) : i.value.type === "scene" ? K(ue, {
3224
3224
  name: n.name,
3225
3225
  position: d.value,
3226
3226
  rotation: p.value,
@@ -3236,7 +3236,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3236
3236
  "div",
3237
3237
  {
3238
3238
  id: n.id,
3239
- style: u.value
3239
+ style: m.value
3240
3240
  },
3241
3241
  {
3242
3242
  default: () => k.value.map((z) => h(z, v))
@@ -3266,13 +3266,13 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3266
3266
  refContext: {}
3267
3267
  },
3268
3268
  setup(t) {
3269
- const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
3269
+ const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
3270
3270
  Pe(c);
3271
- const m = I(() => e.refContext?.compId);
3272
- et(m, c), ae(s) && tt(c, "ref", e.nodeId, "", ve());
3273
- const { applySize: u } = ge(e, o), d = I(() => {
3271
+ const u = I(() => e.refContext?.compId);
3272
+ et(u, c), ce(s) && tt(c, "ref", e.nodeId, "", ve());
3273
+ const { applySize: m } = ge(e, o), d = I(() => {
3274
3274
  const h = {};
3275
- return l.value?.type === "common" && u(h), h;
3275
+ return l.value?.type === "common" && m(h), h;
3276
3276
  }), { position: p, rotation: f, scale: b } = me(o), g = (h) => {
3277
3277
  const x = we[h.key];
3278
3278
  if (!x) {
@@ -3370,7 +3370,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3370
3370
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "open"]);
3371
3371
  return (s, i) => (w(), C(r(G), null, {
3372
3372
  default: V(() => [
3373
- r(o) ? F(s.$slots, "default", { key: 0 }) : se("", !0)
3373
+ r(o) ? O(s.$slots, "default", { key: 0 }) : re("", !0)
3374
3374
  ]),
3375
3375
  _: 3
3376
3376
  }));
@@ -3383,13 +3383,13 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3383
3383
  refContext: {}
3384
3384
  },
3385
3385
  setup(t) {
3386
- const n = bt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = re(), c = ie();
3386
+ const n = gt(), e = t, { node: o } = P(e), s = Z(), i = Qe(), l = le(), c = se();
3387
3387
  Pe(c);
3388
- const m = I(() => e.refContext?.compId);
3389
- et(m, c), ae(s) && tt(c, "slot", e.nodeId, "", ve());
3390
- const { applySize: u } = ge(e, o), d = I(() => {
3388
+ const u = I(() => e.refContext?.compId);
3389
+ et(u, c), ce(s) && tt(c, "slot", e.nodeId, "", ve());
3390
+ const { applySize: m } = ge(e, o), d = I(() => {
3391
3391
  const h = {};
3392
- return c.value?.type === "common" && u(h), h;
3392
+ return c.value?.type === "common" && m(h), h;
3393
3393
  }), { position: p, rotation: f, scale: b } = me(o);
3394
3394
  function g(h) {
3395
3395
  const x = we[h.key];
@@ -3540,7 +3540,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3540
3540
  ]
3541
3541
  }
3542
3542
  ]
3543
- }, Al = O(ee), Te = {
3543
+ }, Al = F(ee), Te = {
3544
3544
  key: "border",
3545
3545
  name: "x-runtime-lib.border",
3546
3546
  children: [
@@ -3594,7 +3594,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3594
3594
  ]
3595
3595
  }
3596
3596
  ]
3597
- }, pt = {
3597
+ }, dt = {
3598
3598
  key: "legend",
3599
3599
  name: "x-runtime-lib.legend",
3600
3600
  children: [
@@ -3732,7 +3732,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3732
3732
  default: ""
3733
3733
  }
3734
3734
  ]
3735
- }, dt = {
3735
+ }, ft = {
3736
3736
  key: "title",
3737
3737
  name: "x-runtime-lib.title",
3738
3738
  children: [
@@ -3841,7 +3841,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3841
3841
  ]
3842
3842
  }
3843
3843
  ]
3844
- }, ft = {
3844
+ }, yt = {
3845
3845
  key: "xAxis",
3846
3846
  name: "x-runtime-lib.xAxis",
3847
3847
  children: [
@@ -3874,7 +3874,7 @@ const Sl = /* @__PURE__ */ Re(wl, [["render", Il]]), $l = /* @__PURE__ */ S({
3874
3874
  defaultArray: []
3875
3875
  }
3876
3876
  ]
3877
- }, yt = {
3877
+ }, bt = {
3878
3878
  key: "yAxis",
3879
3879
  name: "x-runtime-lib.yAxis",
3880
3880
  children: [
@@ -4086,7 +4086,7 @@ function Dl(t, n) {
4086
4086
  z: 1
4087
4087
  }
4088
4088
  };
4089
- const l = Ol(t, n), c = Fl(t, n);
4089
+ const l = Fl(t, n), c = Ol(t, n);
4090
4090
  return {
4091
4091
  nodeLite: M(i, [l.nodeLite, c.nodeLite]),
4092
4092
  nodes: {
@@ -4096,7 +4096,7 @@ function Dl(t, n) {
4096
4096
  }
4097
4097
  };
4098
4098
  }
4099
- function Ol(t, n) {
4099
+ function Fl(t, n) {
4100
4100
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4101
4101
  if (!o) {
4102
4102
  console.error(
@@ -4126,7 +4126,7 @@ function Ol(t, n) {
4126
4126
  }
4127
4127
  };
4128
4128
  }
4129
- function Fl(t, n) {
4129
+ function Ol(t, n) {
4130
4130
  const e = `type=${t} subtype=${n}`, o = R(t, n);
4131
4131
  if (!o) {
4132
4132
  console.error(
@@ -4368,15 +4368,15 @@ const Pn = {
4368
4368
  spawn: Nl
4369
4369
  };
4370
4370
  $(Tt);
4371
- const ht = O(ee);
4372
- ht.children[0].default = "custom";
4373
- ht.children[2].children[0].default = "0xffffff";
4374
- ht.children[2].children[1].default = "0xffffff";
4371
+ const _t = F(ee);
4372
+ _t.children[0].default = "custom";
4373
+ _t.children[2].children[0].default = "0xffffff";
4374
+ _t.children[2].children[1].default = "0xffffff";
4375
4375
  const Ln = {
4376
4376
  key: "settings",
4377
4377
  name: "x-runtime-lib.settings",
4378
4378
  children: [
4379
- ht,
4379
+ _t,
4380
4380
  {
4381
4381
  key: "intensity",
4382
4382
  name: "x-runtime-lib.intensity",
@@ -4398,15 +4398,15 @@ const Ln = {
4398
4398
  slots: []
4399
4399
  };
4400
4400
  $(Hl);
4401
- const _t = O(ee);
4402
- _t.children[0].default = "custom";
4403
- _t.children[2].children[0].default = "0xffffff";
4404
- _t.children[2].children[1].default = "0xffffff";
4401
+ const vt = F(ee);
4402
+ vt.children[0].default = "custom";
4403
+ vt.children[2].children[0].default = "0xffffff";
4404
+ vt.children[2].children[1].default = "0xffffff";
4405
4405
  const zn = {
4406
4406
  key: "settings",
4407
4407
  name: "x-runtime-lib.settings",
4408
4408
  children: [
4409
- _t,
4409
+ vt,
4410
4410
  {
4411
4411
  key: "intensity",
4412
4412
  name: "x-runtime-lib.intensity",
@@ -4428,15 +4428,15 @@ const zn = {
4428
4428
  slots: []
4429
4429
  };
4430
4430
  $(Jl);
4431
- const vt = O(ee);
4432
- vt.children[0].default = "custom";
4433
- vt.children[2].children[0].default = "0xffffff";
4434
- vt.children[2].children[1].default = "0xffffff";
4431
+ const xt = F(ee);
4432
+ xt.children[0].default = "custom";
4433
+ xt.children[2].children[0].default = "0xffffff";
4434
+ xt.children[2].children[1].default = "0xffffff";
4435
4435
  const Tn = {
4436
4436
  key: "settings",
4437
4437
  name: "x-runtime-lib.settings",
4438
4438
  children: [
4439
- vt,
4439
+ xt,
4440
4440
  {
4441
4441
  key: "intensity",
4442
4442
  name: "x-runtime-lib.intensity",
@@ -4472,15 +4472,15 @@ const Tn = {
4472
4472
  slots: []
4473
4473
  };
4474
4474
  $(Ul);
4475
- const xt = O(ee);
4476
- xt.children[0].default = "custom";
4477
- xt.children[2].children[0].default = "0xffffff";
4478
- xt.children[2].children[1].default = "0xffffff";
4475
+ const kt = F(ee);
4476
+ kt.children[0].default = "custom";
4477
+ kt.children[2].children[0].default = "0xffffff";
4478
+ kt.children[2].children[1].default = "0xffffff";
4479
4479
  const En = {
4480
4480
  key: "settings",
4481
4481
  name: "x-runtime-lib.settings",
4482
4482
  children: [
4483
- xt,
4483
+ kt,
4484
4484
  {
4485
4485
  key: "intensity",
4486
4486
  name: "x-runtime-lib.intensity",
@@ -4623,8 +4623,8 @@ const An = {
4623
4623
  name: "x-runtime-lib.barChart",
4624
4624
  comp: kr,
4625
4625
  properties: {
4626
- pageCommon: [y, q, dt, ft, yt, pt, An],
4627
- compCommon: [y, q, dt, ft, yt, pt, An]
4626
+ pageCommon: [y, q, ft, yt, bt, dt, An],
4627
+ compCommon: [y, q, ft, yt, bt, dt, An]
4628
4628
  },
4629
4629
  leaf: !0,
4630
4630
  spawn: Yl
@@ -4680,8 +4680,8 @@ const Mn = {
4680
4680
  name: "x-runtime-lib.lineChart",
4681
4681
  comp: wr,
4682
4682
  properties: {
4683
- pageCommon: [y, q, dt, ft, yt, pt, Mn],
4684
- compCommon: [y, q, dt, ft, yt, pt, Mn]
4683
+ pageCommon: [y, q, ft, yt, bt, dt, Mn],
4684
+ compCommon: [y, q, ft, yt, bt, dt, Mn]
4685
4685
  },
4686
4686
  leaf: !0,
4687
4687
  spawn: Zl
@@ -4751,7 +4751,7 @@ function ea(t, n) {
4751
4751
  }
4752
4752
  };
4753
4753
  }
4754
- const ta = O(ee), Bn = {
4754
+ const ta = F(ee), Bn = {
4755
4755
  key: "settings",
4756
4756
  name: "x-runtime-lib.settings",
4757
4757
  children: [
@@ -5050,7 +5050,7 @@ const Dn = {
5050
5050
  leaf: !0
5051
5051
  };
5052
5052
  $(sa);
5053
- const ra = O(ee), On = {
5053
+ const ra = F(ee), Fn = {
5054
5054
  key: "settings",
5055
5055
  name: "x-runtime-lib.settings",
5056
5056
  children: [
@@ -5130,8 +5130,8 @@ const ra = O(ee), On = {
5130
5130
  name: "x-runtime-lib.chip",
5131
5131
  comp: Tr,
5132
5132
  properties: {
5133
- pageCommon: [y, On],
5134
- compCommon: [y, On]
5133
+ pageCommon: [y, Fn],
5134
+ compCommon: [y, Fn]
5135
5135
  },
5136
5136
  leaf: !0
5137
5137
  };
@@ -5149,13 +5149,13 @@ function la(t, n) {
5149
5149
  }
5150
5150
  const i = A();
5151
5151
  W(i, s), i.basic.id = E(16), i.basic.key = Bt.key;
5152
- const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), m = ze(t, n, "chip3", "chip 3"), u = ze(t, n, "chip4", "chip 4"), d = ze(t, n, "chip5", "chip 5"), p = ze(t, n, "chip6", "chip 6");
5152
+ const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), u = ze(t, n, "chip3", "chip 3"), m = ze(t, n, "chip4", "chip 4"), d = ze(t, n, "chip5", "chip 5"), p = ze(t, n, "chip6", "chip 6");
5153
5153
  return {
5154
5154
  nodeLite: M(i, [
5155
5155
  l.nodeLite,
5156
5156
  c.nodeLite,
5157
- m.nodeLite,
5158
5157
  u.nodeLite,
5158
+ m.nodeLite,
5159
5159
  d.nodeLite,
5160
5160
  p.nodeLite
5161
5161
  ]),
@@ -5163,8 +5163,8 @@ function la(t, n) {
5163
5163
  [i.basic.id]: i,
5164
5164
  ...l.nodes,
5165
5165
  ...c.nodes,
5166
- ...m.nodes,
5167
5166
  ...u.nodes,
5167
+ ...m.nodes,
5168
5168
  ...d.nodes,
5169
5169
  ...p.nodes
5170
5170
  }
@@ -5189,7 +5189,7 @@ function ze(t, n, e, o) {
5189
5189
  }
5190
5190
  };
5191
5191
  }
5192
- const Fn = {
5192
+ const On = {
5193
5193
  key: "settings",
5194
5194
  name: "x-runtime-lib.settings",
5195
5195
  children: [
@@ -5248,8 +5248,8 @@ const Fn = {
5248
5248
  name: "x-runtime-lib.chipGroup",
5249
5249
  comp: Er,
5250
5250
  properties: {
5251
- pageCommon: [y, Fn],
5252
- compCommon: [y, Fn]
5251
+ pageCommon: [y, On],
5252
+ compCommon: [y, On]
5253
5253
  },
5254
5254
  spawn: la
5255
5255
  };
@@ -5317,7 +5317,7 @@ const Nn = {
5317
5317
  leaf: !0
5318
5318
  };
5319
5319
  $(ca);
5320
- const fn = O(ee);
5320
+ const fn = F(ee);
5321
5321
  fn.key = "backgroundColor";
5322
5322
  fn.name = "x-runtime-lib.backgroundColor";
5323
5323
  const jn = {
@@ -5517,7 +5517,7 @@ $(ma);
5517
5517
  const pa = {
5518
5518
  key: "common_dialog_v1",
5519
5519
  name: "x-runtime-lib.dialog",
5520
- comp: Or,
5520
+ comp: Fr,
5521
5521
  properties: {
5522
5522
  pageCommon: [y],
5523
5523
  compCommon: [y]
@@ -5542,7 +5542,7 @@ const Un = {
5542
5542
  }, Vu = {
5543
5543
  key: "common_file_input_v1",
5544
5544
  name: "x-runtime-lib.fileInput",
5545
- comp: Fr,
5545
+ comp: Or,
5546
5546
  properties: {
5547
5547
  pageCommon: [y, Un],
5548
5548
  compCommon: [y, Un]
@@ -5606,14 +5606,14 @@ function da(t, n) {
5606
5606
  void 0,
5607
5607
  "60px",
5608
5608
  void 0
5609
- ), m = fa(t, n);
5609
+ ), u = fa(t, n);
5610
5610
  return {
5611
- nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
5611
+ nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
5612
5612
  nodes: {
5613
5613
  [i.basic.id]: i,
5614
5614
  ...l.nodes,
5615
5615
  ...c.nodes,
5616
- ...m.nodes
5616
+ ...u.nodes
5617
5617
  }
5618
5618
  };
5619
5619
  }
@@ -5650,18 +5650,18 @@ function fa(t, n) {
5650
5650
  }
5651
5651
  };
5652
5652
  }
5653
- function Dt(t, n, e, o, s, i, l, c, m) {
5654
- const u = `type=${t} subtype=${n}`, d = R(t, n);
5653
+ function Dt(t, n, e, o, s, i, l, c, u) {
5654
+ const m = `type=${t} subtype=${n}`, d = R(t, n);
5655
5655
  if (!d) {
5656
5656
  console.error(
5657
- `flexLayoutV1/spawnContainer property tag not found, ${u}`
5657
+ `flexLayoutV1/spawnContainer property tag not found, ${m}`
5658
5658
  );
5659
5659
  return;
5660
5660
  }
5661
5661
  const p = Rt.properties[d];
5662
5662
  if (!p) {
5663
5663
  console.error(
5664
- `flexLayoutV1/spawnContainer properties not found, ${u}`
5664
+ `flexLayoutV1/spawnContainer properties not found, ${m}`
5665
5665
  );
5666
5666
  return;
5667
5667
  }
@@ -5673,7 +5673,7 @@ function Dt(t, n, e, o, s, i, l, c, m) {
5673
5673
  }
5674
5674
  };
5675
5675
  }
5676
- const yn = O(ee);
5676
+ const yn = F(ee);
5677
5677
  yn.key = "backgroundColor";
5678
5678
  yn.name = "x-runtime-lib.backgroundColor";
5679
5679
  const Xn = {
@@ -6013,7 +6013,7 @@ const Yn = {
6013
6013
  default: void 0
6014
6014
  }
6015
6015
  ]
6016
- }, Ot = {
6016
+ }, Ft = {
6017
6017
  key: "common_text_field_v1",
6018
6018
  name: "x-runtime-lib.textField",
6019
6019
  comp: gl,
@@ -6043,20 +6043,20 @@ const Yn = {
6043
6043
  ],
6044
6044
  leaf: !0
6045
6045
  };
6046
- $(Ot);
6046
+ $(Ft);
6047
6047
  function ya(t, n) {
6048
6048
  const e = `type=${t} subtype=${n}`, o = R(t, n);
6049
6049
  if (!o) {
6050
6050
  console.error(`formV1/spawn property tag not found, ${e}`);
6051
6051
  return;
6052
6052
  }
6053
- const s = Ft.properties[o];
6053
+ const s = Ot.properties[o];
6054
6054
  if (!s) {
6055
6055
  console.error(`formV1/spawn properties not found, ${e}`);
6056
6056
  return;
6057
6057
  }
6058
6058
  const i = A();
6059
- W(i, s), i.basic.id = E(16), i.basic.key = Ft.key;
6059
+ W(i, s), i.basic.id = E(16), i.basic.key = Ot.key;
6060
6060
  const l = ba(t, n);
6061
6061
  return {
6062
6062
  nodeLite: M(i, [l.nodeLite]),
@@ -6072,13 +6072,13 @@ function ba(t, n) {
6072
6072
  console.error(`formV1/spawnTextField property tag not found, ${e}`);
6073
6073
  return;
6074
6074
  }
6075
- const s = Ot.properties[o];
6075
+ const s = Ft.properties[o];
6076
6076
  if (!s) {
6077
6077
  console.error(`formV1/spawnTextField properties not found, ${e}`);
6078
6078
  return;
6079
6079
  }
6080
6080
  const i = A();
6081
- return W(i, s), i.basic.id = E(16), i.basic.key = Ot.key, {
6081
+ return W(i, s), i.basic.id = E(16), i.basic.key = Ft.key, {
6082
6082
  nodeLite: M(i),
6083
6083
  nodes: {
6084
6084
  [i.basic.id]: i
@@ -6103,7 +6103,7 @@ const Qn = {
6103
6103
  default: !1
6104
6104
  }
6105
6105
  ]
6106
- }, Ft = {
6106
+ }, Ot = {
6107
6107
  key: "common_form_v1",
6108
6108
  name: "x-runtime-lib.form",
6109
6109
  comp: Gr,
@@ -6119,8 +6119,8 @@ const Qn = {
6119
6119
  ],
6120
6120
  spawn: ya
6121
6121
  };
6122
- $(Ft);
6123
- const ga = O(ee), eo = {
6122
+ $(Ot);
6123
+ const ga = F(ee), eo = {
6124
6124
  key: "settings",
6125
6125
  name: "x-runtime-lib.settings",
6126
6126
  children: [
@@ -6471,7 +6471,7 @@ const oo = {
6471
6471
  leaf: !0
6472
6472
  };
6473
6473
  $(xa);
6474
- const ka = O(ee), io = {
6474
+ const ka = F(ee), io = {
6475
6475
  key: "settings",
6476
6476
  name: "x-runtime-lib.settings",
6477
6477
  children: [
@@ -6532,22 +6532,22 @@ function wa(t, n) {
6532
6532
  }
6533
6533
  const i = A();
6534
6534
  W(i, s), i.basic.id = E(16), i.basic.key = Gt.key, i.settings.value = "option1";
6535
- const l = It(t, n, "option1", "Option 1"), c = It(t, n, "option2", "Option 2"), m = It(t, n, "option3", "Option 3");
6535
+ const l = St(t, n, "option1", "Option 1"), c = St(t, n, "option2", "Option 2"), u = St(t, n, "option3", "Option 3");
6536
6536
  return {
6537
6537
  nodeLite: M(i, [
6538
6538
  l.nodeLite,
6539
6539
  c.nodeLite,
6540
- m.nodeLite
6540
+ u.nodeLite
6541
6541
  ]),
6542
6542
  nodes: {
6543
6543
  [i.basic.id]: i,
6544
6544
  ...l.nodes,
6545
6545
  ...c.nodes,
6546
- ...m.nodes
6546
+ ...u.nodes
6547
6547
  }
6548
6548
  };
6549
6549
  }
6550
- function It(t, n, e, o) {
6550
+ function St(t, n, e, o) {
6551
6551
  const s = `type=${t} subtype=${n}`, i = R(t, n);
6552
6552
  if (!i) {
6553
6553
  console.error(
@@ -6868,13 +6868,13 @@ const ao = {
6868
6868
  leaf: !0
6869
6869
  };
6870
6870
  $($a);
6871
- const bn = O(ee);
6871
+ const bn = F(ee);
6872
6872
  bn.key = "color";
6873
6873
  bn.name = "x-runtime-lib.color";
6874
- const gn = O(ee);
6874
+ const gn = F(ee);
6875
6875
  gn.key = "trackColor";
6876
6876
  gn.name = "x-runtime-lib.trackColor";
6877
- const hn = O(ee);
6877
+ const hn = F(ee);
6878
6878
  hn.key = "thumbColor";
6879
6879
  hn.name = "x-runtime-lib.thumbColor";
6880
6880
  const co = {
@@ -7112,18 +7112,18 @@ function Pa(t, n) {
7112
7112
  }
7113
7113
  const i = A();
7114
7114
  W(i, s), i.basic.id = E(16), i.basic.key = Ht.key;
7115
- const l = St(t, n, "step1"), c = St(t, n, "step2"), m = St(t, n, "step3");
7115
+ const l = $t(t, n, "step1"), c = $t(t, n, "step2"), u = $t(t, n, "step3");
7116
7116
  return {
7117
- nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
7117
+ nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
7118
7118
  nodes: {
7119
7119
  [i.basic.id]: i,
7120
7120
  ...l.nodes,
7121
7121
  ...c.nodes,
7122
- ...m.nodes
7122
+ ...u.nodes
7123
7123
  }
7124
7124
  };
7125
7125
  }
7126
- function St(t, n, e) {
7126
+ function $t(t, n, e) {
7127
7127
  const o = `type=${t} subtype=${n}`, s = R(t, n);
7128
7128
  if (!s) {
7129
7129
  console.error(`stepperV1/spawnItem property tag not found, ${o}`);
@@ -7155,18 +7155,18 @@ function La(t, n) {
7155
7155
  }
7156
7156
  const i = A();
7157
7157
  W(i, s), i.basic.id = E(16), i.basic.key = Ut.key;
7158
- const l = $t(t, n, "step1", "step 1"), c = $t(t, n, "step2", "step 2"), m = $t(t, n, "step3", "step 3");
7158
+ const l = Ct(t, n, "step1", "step 1"), c = Ct(t, n, "step2", "step 2"), u = Ct(t, n, "step3", "step 3");
7159
7159
  return {
7160
- nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
7160
+ nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
7161
7161
  nodes: {
7162
7162
  [i.basic.id]: i,
7163
7163
  ...l.nodes,
7164
7164
  ...c.nodes,
7165
- ...m.nodes
7165
+ ...u.nodes
7166
7166
  }
7167
7167
  };
7168
7168
  }
7169
- function $t(t, n, e, o) {
7169
+ function Ct(t, n, e, o) {
7170
7170
  const s = `type=${t} subtype=${n}`, i = R(t, n);
7171
7171
  if (!i) {
7172
7172
  console.error(
@@ -7183,12 +7183,12 @@ function $t(t, n, e, o) {
7183
7183
  }
7184
7184
  const c = A();
7185
7185
  W(c, l), c.basic.id = E(16), c.basic.key = qt.key, c.settings.value = e;
7186
- const m = za(t, n, o);
7186
+ const u = za(t, n, o);
7187
7187
  return {
7188
- nodeLite: M(c, [m.nodeLite]),
7188
+ nodeLite: M(c, [u.nodeLite]),
7189
7189
  nodes: {
7190
7190
  [c.basic.id]: c,
7191
- ...m.nodes
7191
+ ...u.nodes
7192
7192
  }
7193
7193
  };
7194
7194
  }
@@ -7291,18 +7291,18 @@ function Ea(t, n) {
7291
7291
  }
7292
7292
  const i = A();
7293
7293
  W(i, s), i.basic.id = E(16), i.basic.key = Zt.key;
7294
- const l = Ct(t, n, "tab1", "tab 1"), c = Ct(t, n, "tab2", "tab 2"), m = Ct(t, n, "tab3", "tab 3");
7294
+ const l = Vt(t, n, "tab1", "tab 1"), c = Vt(t, n, "tab2", "tab 2"), u = Vt(t, n, "tab3", "tab 3");
7295
7295
  return {
7296
- nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
7296
+ nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
7297
7297
  nodes: {
7298
7298
  [i.basic.id]: i,
7299
7299
  ...l.nodes,
7300
7300
  ...c.nodes,
7301
- ...m.nodes
7301
+ ...u.nodes
7302
7302
  }
7303
7303
  };
7304
7304
  }
7305
- function Ct(t, n, e, o) {
7305
+ function Vt(t, n, e, o) {
7306
7306
  const s = `type=${t} subtype=${n}`, i = R(t, n);
7307
7307
  if (!i) {
7308
7308
  console.error(`tabsV1/spawnTab property tag not found, ${s}`);
@@ -7321,13 +7321,13 @@ function Ct(t, n, e, o) {
7321
7321
  }
7322
7322
  };
7323
7323
  }
7324
- const _n = O(ee);
7324
+ const _n = F(ee);
7325
7325
  _n.key = "backgroundColor";
7326
7326
  _n.name = "x-runtime-lib.backgroundColor";
7327
- const vn = O(ee);
7327
+ const vn = F(ee);
7328
7328
  vn.key = "selectedColor";
7329
7329
  vn.name = "x-runtime-lib.selectedColor";
7330
- const xn = O(ee);
7330
+ const xn = F(ee);
7331
7331
  xn.key = "sliderColor";
7332
7332
  xn.name = "x-runtime-lib.sliderColor";
7333
7333
  const bo = {
@@ -7662,18 +7662,18 @@ function Wa(t, n) {
7662
7662
  }
7663
7663
  const i = A();
7664
7664
  W(i, s), i.basic.id = E(16), i.basic.key = tn.key;
7665
- const l = Vt(t, n, "timeline 1"), c = Vt(t, n, "timeline 2"), m = Vt(t, n, "timeline 3");
7665
+ const l = Pt(t, n, "timeline 1"), c = Pt(t, n, "timeline 2"), u = Pt(t, n, "timeline 3");
7666
7666
  return {
7667
- nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
7667
+ nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
7668
7668
  nodes: {
7669
7669
  [i.basic.id]: i,
7670
7670
  ...l.nodes,
7671
7671
  ...c.nodes,
7672
- ...m.nodes
7672
+ ...u.nodes
7673
7673
  }
7674
7674
  };
7675
7675
  }
7676
- function Vt(t, n, e) {
7676
+ function Pt(t, n, e) {
7677
7677
  const o = `type=${t} subtype=${n}`, s = R(t, n);
7678
7678
  if (!s) {
7679
7679
  console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
@@ -7714,7 +7714,7 @@ function Ba(t, n, e) {
7714
7714
  }
7715
7715
  };
7716
7716
  }
7717
- const Ra = O(ee), Ka = O(ee), _o = {
7717
+ const Ra = F(ee), Ka = F(ee), _o = {
7718
7718
  key: "settings",
7719
7719
  name: "x-runtime-lib.settings",
7720
7720
  children: [
@@ -7826,18 +7826,18 @@ function Da(t, n) {
7826
7826
  }
7827
7827
  const i = A();
7828
7828
  W(i, s), i.basic.id = E(16), i.basic.key = on.key;
7829
- const l = Pt(t, n, "window 1"), c = Pt(t, n, "window 2"), m = Pt(t, n, "window 3");
7829
+ const l = Lt(t, n, "window 1"), c = Lt(t, n, "window 2"), u = Lt(t, n, "window 3");
7830
7830
  return {
7831
- nodeLite: M(i, [l.nodeLite, c.nodeLite, m.nodeLite]),
7831
+ nodeLite: M(i, [l.nodeLite, c.nodeLite, u.nodeLite]),
7832
7832
  nodes: {
7833
7833
  [i.basic.id]: i,
7834
7834
  ...l.nodes,
7835
7835
  ...c.nodes,
7836
- ...m.nodes
7836
+ ...u.nodes
7837
7837
  }
7838
7838
  };
7839
7839
  }
7840
- function Pt(t, n, e) {
7840
+ function Lt(t, n, e) {
7841
7841
  const o = `type=${t} subtype=${n}`, s = R(t, n);
7842
7842
  if (!s) {
7843
7843
  console.error(`windowV1/spawnEntry property tag not found, ${o}`);
@@ -7850,7 +7850,7 @@ function Pt(t, n, e) {
7850
7850
  }
7851
7851
  const l = A();
7852
7852
  W(l, i), l.basic.id = E(16), l.basic.key = nn.key;
7853
- const c = Oa(t, n, e);
7853
+ const c = Fa(t, n, e);
7854
7854
  return {
7855
7855
  nodeLite: M(l, [c.nodeLite]),
7856
7856
  nodes: {
@@ -7859,7 +7859,7 @@ function Pt(t, n, e) {
7859
7859
  }
7860
7860
  };
7861
7861
  }
7862
- function Oa(t, n, e) {
7862
+ function Fa(t, n, e) {
7863
7863
  const o = `type=${t} subtype=${n}`, s = R(t, n);
7864
7864
  if (!s) {
7865
7865
  console.error(
@@ -7874,7 +7874,7 @@ function Oa(t, n, e) {
7874
7874
  }
7875
7875
  const l = A();
7876
7876
  W(l, i), l.basic.id = E(16), l.basic.key = Ue.key, l.size.height = "200px", l.settings.mainAlign.xs = "center", l.settings.crossAlign.xs = "center", l.settings.backgroundColor.mode = "theme", l.settings.backgroundColor.theme = "background2";
7877
- const c = Fa(t, n, e);
7877
+ const c = Oa(t, n, e);
7878
7878
  return {
7879
7879
  nodeLite: M(l, [c.nodeLite]),
7880
7880
  nodes: {
@@ -7883,7 +7883,7 @@ function Oa(t, n, e) {
7883
7883
  }
7884
7884
  };
7885
7885
  }
7886
- function Fa(t, n, e) {
7886
+ function Oa(t, n, e) {
7887
7887
  const o = `type=${t} subtype=${n}`, s = R(t, n);
7888
7888
  if (!s) {
7889
7889
  console.error(`windowV1/spawnText property tag not found, ${o}`);
@@ -8104,7 +8104,7 @@ const at = {
8104
8104
  leaf: !0
8105
8105
  };
8106
8106
  $(Ja);
8107
- const Ke = O(ee);
8107
+ const Ke = F(ee);
8108
8108
  Ke.key = "backgroundColor";
8109
8109
  Ke.name = "x-runtime-lib.backgroundColor";
8110
8110
  const No = {
@@ -8379,7 +8379,7 @@ const nc = [
8379
8379
  title: "x-runtime-lib.pixel",
8380
8380
  value: "pixel",
8381
8381
  ui: "pixelInput",
8382
- validator: gt,
8382
+ validator: ht,
8383
8383
  default: "0px",
8384
8384
  precision: 0,
8385
8385
  min: 0,
@@ -8427,7 +8427,7 @@ const nc = [
8427
8427
  title: "x-runtime-lib.pixel",
8428
8428
  value: "pixel",
8429
8429
  ui: "pixelInput",
8430
- validator: gt,
8430
+ validator: ht,
8431
8431
  default: "0px"
8432
8432
  },
8433
8433
  {
@@ -8450,7 +8450,7 @@ const nc = [
8450
8450
  title: "x-runtime-lib.pixel",
8451
8451
  value: "pixel",
8452
8452
  ui: "pixelInput",
8453
- validator: gt,
8453
+ validator: ht,
8454
8454
  min: 0,
8455
8455
  default: "0px"
8456
8456
  },
@@ -8475,7 +8475,7 @@ const nc = [
8475
8475
  title: "x-runtime-lib.pixel",
8476
8476
  value: "pixel",
8477
8477
  ui: "pixelInput",
8478
- validator: gt,
8478
+ validator: ht,
8479
8479
  min: 0,
8480
8480
  default: "0px"
8481
8481
  },
@@ -8893,7 +8893,7 @@ const nc = [
8893
8893
  compCommon: Wc,
8894
8894
  compScene: Bc
8895
8895
  }
8896
- }, Oc = {
8896
+ }, Fc = {
8897
8897
  v1: Dc
8898
8898
  };
8899
8899
  function R(t, n) {
@@ -8910,9 +8910,9 @@ function R(t, n) {
8910
8910
  }
8911
8911
  function ko(t, n) {
8912
8912
  if (t.array)
8913
- return n ? O(t.default) : O(t.defaultArray);
8913
+ return n ? F(t.default) : F(t.defaultArray);
8914
8914
  {
8915
- const e = O(t.default);
8915
+ const e = F(t.default);
8916
8916
  return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "selectComp" || t.ui === "selectSlot" || t.ui === "selectAdaptSlot") && !e ? void 0 : e;
8917
8917
  }
8918
8918
  }
@@ -8935,18 +8935,18 @@ function Pu(t, n, e, o, s) {
8935
8935
  console.error(`spawnNode property tag not found, ${i}`);
8936
8936
  return;
8937
8937
  }
8938
- const c = Oc[e];
8938
+ const c = Fc[e];
8939
8939
  if (!c) {
8940
8940
  console.error(`spawnNode pkg not found version, ${i}`);
8941
8941
  return;
8942
8942
  }
8943
8943
  if (o) {
8944
- const m = c.refKey, u = s;
8945
- if (!c.elements.has(m)) {
8944
+ const u = c.refKey, m = s;
8945
+ if (!c.elements.has(u)) {
8946
8946
  console.error(`spawnNode [ref] element not found in pkg, ${i}`);
8947
8947
  return;
8948
8948
  }
8949
- const d = we[m];
8949
+ const d = we[u];
8950
8950
  if (!d) {
8951
8951
  console.error(`spawnNode [ref] element not found in global, ${i}`);
8952
8952
  return;
@@ -8957,35 +8957,35 @@ function Pu(t, n, e, o, s) {
8957
8957
  return;
8958
8958
  }
8959
8959
  const f = A();
8960
- return W(f, p), f.basic.id = E(16), f.basic.key = m, f.settings || (f.settings = {}), f.settings.comp = u, {
8960
+ return W(f, p), f.basic.id = E(16), f.basic.key = u, f.settings || (f.settings = {}), f.settings.comp = m, {
8961
8961
  nodeLite: M(f),
8962
8962
  nodes: {
8963
8963
  [f.basic.id]: f
8964
8964
  }
8965
8965
  };
8966
8966
  } else {
8967
- const m = s;
8968
- if (!c.elements.has(m)) {
8967
+ const u = s;
8968
+ if (!c.elements.has(u)) {
8969
8969
  console.error(`spawnNode [key] element not found in pkg, ${i}`);
8970
8970
  return;
8971
8971
  }
8972
- const u = we[m];
8973
- if (!u) {
8972
+ const m = we[u];
8973
+ if (!m) {
8974
8974
  console.error(`spawnNode [key] element not found in global, ${i}`);
8975
8975
  return;
8976
8976
  }
8977
- if (u.spawn)
8978
- return u.spawn(t, n);
8977
+ if (m.spawn)
8978
+ return m.spawn(t, n);
8979
8979
  {
8980
- const d = u.properties[l];
8980
+ const d = m.properties[l];
8981
8981
  if (!d) {
8982
8982
  console.error(`spawnNode [key] properties not found, ${i}`);
8983
8983
  return;
8984
8984
  }
8985
8985
  const p = A();
8986
- W(p, d), p.basic.id = E(16), p.basic.key = m;
8986
+ W(p, d), p.basic.id = E(16), p.basic.key = u;
8987
8987
  let f;
8988
- return u.leaf || (f = []), {
8988
+ return m.leaf || (f = []), {
8989
8989
  nodeLite: M(p, f),
8990
8990
  nodes: {
8991
8991
  [p.basic.id]: p
@@ -9011,20 +9011,20 @@ function Lu(t, n) {
9011
9011
  return s;
9012
9012
  }
9013
9013
  }
9014
- function Fc(t) {
9014
+ function Oc(t) {
9015
9015
  const n = {}, e = (i) => {
9016
9016
  const l = E(16);
9017
9017
  n[i.id] = l, i.id = l, i.children?.map((c) => e(c));
9018
- }, o = O(t.nodeLite);
9018
+ }, o = F(t.nodeLite);
9019
9019
  e(o);
9020
9020
  const s = {};
9021
9021
  return Object.values(t.nodes).forEach((i) => {
9022
- const l = O(i);
9022
+ const l = F(i);
9023
9023
  l.basic.id = n[l.basic.id], s[l.basic.id] = l;
9024
9024
  }), { nodeLite: o, nodes: s };
9025
9025
  }
9026
9026
  function zu(t) {
9027
- return t.map((n) => Fc(n));
9027
+ return t.map((n) => Oc(n));
9028
9028
  }
9029
9029
  const jo = "runtimeOrg", Go = "runtimeEnv", Ho = "runtimeMode", Jo = "runtimeDevice", Uo = "runtimeDark", qo = "runtimeId", Xo = "runtimeType", Yo = "runtimeData", Zo = "runtimeDepends", Qo = "runtimeRuntime", ei = "runtimeSandbox";
9030
9030
  function Tu(t) {
@@ -9072,7 +9072,7 @@ function Se() {
9072
9072
  function Pe(t) {
9073
9073
  be(Yo, t);
9074
9074
  }
9075
- function re() {
9075
+ function le() {
9076
9076
  return ye(Yo);
9077
9077
  }
9078
9078
  function Ku(t) {
@@ -9101,37 +9101,37 @@ async function ct(t, n, e, o, s) {
9101
9101
  const { watchEffect: i, bind: l } = n;
9102
9102
  if (i[e])
9103
9103
  for (const c of i[e]) {
9104
- const m = Pi(c);
9105
- await t.callFunctionAsync(`__watchEffect$${m}__`);
9104
+ const u = Pi(c);
9105
+ await t.callFunctionAsync(`__watchEffect$${u}__`);
9106
9106
  }
9107
9107
  if (l.triggers[e])
9108
9108
  for (const c of l.triggers[e]) {
9109
- const m = l.sets[c];
9110
- if (!m) {
9109
+ const u = l.sets[c];
9110
+ if (!u) {
9111
9111
  console.assert(!1);
9112
9112
  continue;
9113
9113
  }
9114
- let u = null;
9115
- for (const p of m)
9114
+ let m = null;
9115
+ for (const p of u)
9116
9116
  if (e === je(p)) {
9117
9117
  if (p.subKeys) {
9118
9118
  if (!pe(
9119
9119
  $e(o, p.subKeys),
9120
9120
  $e(s, p.subKeys)
9121
9121
  )) {
9122
- u = p;
9122
+ m = p;
9123
9123
  break;
9124
9124
  }
9125
9125
  } else if (!pe(o, s)) {
9126
- u = p;
9126
+ m = p;
9127
9127
  break;
9128
9128
  }
9129
9129
  }
9130
- if (!u)
9130
+ if (!m)
9131
9131
  continue;
9132
9132
  let d;
9133
- u.subKeys ? d = $e(o, u.subKeys) : d = o;
9134
- for (const p of m)
9133
+ m.subKeys ? d = $e(o, m.subKeys) : d = o;
9134
+ for (const p of u)
9135
9135
  if (p.subKeys) {
9136
9136
  let f;
9137
9137
  if (p.type === "elementProperty")
@@ -9152,8 +9152,8 @@ async function ct(t, n, e, o, s) {
9152
9152
  const b = $e(f, p.subKeys);
9153
9153
  if (pe(d, b))
9154
9154
  continue;
9155
- const g = O(f);
9156
- cn(g, p.subKeys, O(d)), p.type === "elementProperty" ? t.setElementProperty(
9155
+ const g = F(f);
9156
+ cn(g, p.subKeys, F(d)), p.type === "elementProperty" ? t.setElementProperty(
9157
9157
  p.nodeId,
9158
9158
  p.propertyKeys.split("."),
9159
9159
  g
@@ -9180,16 +9180,16 @@ async function ct(t, n, e, o, s) {
9180
9180
  p.type === "elementProperty" ? t.setElementProperty(
9181
9181
  p.nodeId,
9182
9182
  p.propertyKeys.split("."),
9183
- O(d)
9184
- ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, O(d)) : p.type === "customSlotProperty" ? t.setCustomSlotProperty(p.propertyId, O(d)) : p.type === "state" ? t.setState(p.stateId, O(d)) : console.assert(!1);
9183
+ F(d)
9184
+ ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, F(d)) : p.type === "customSlotProperty" ? t.setCustomSlotProperty(p.propertyId, F(d)) : p.type === "state" ? t.setState(p.stateId, F(d)) : console.assert(!1);
9185
9185
  }
9186
9186
  }
9187
9187
  }
9188
- function Lt(t, n, e) {
9188
+ function ut(t, n, e) {
9189
9189
  const o = [t, n], s = e.split(".");
9190
9190
  return s.length > 1 ? o.push(...s.slice(1)) : o.push(e), `__implementMethod$${o.join("$")}__`;
9191
9191
  }
9192
- function Ou(t, n, e) {
9192
+ function Fu(t, n, e) {
9193
9193
  return `${t}/${n}/${e}`;
9194
9194
  }
9195
9195
  function wo(t) {
@@ -9201,7 +9201,7 @@ function wo(t) {
9201
9201
  let s = "";
9202
9202
  return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
9203
9203
  }
9204
- function Fu(t, n, e) {
9204
+ function Ou(t, n, e) {
9205
9205
  return `${t}.${n}.${e}`;
9206
9206
  }
9207
9207
  function Nu(t) {
@@ -9269,7 +9269,7 @@ function qu(t) {
9269
9269
  let s = "";
9270
9270
  return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfCustomSlot invalid methodId key=${t}`), { compId: e, slotId: o, methodId: s };
9271
9271
  }
9272
- function ce(t, n, e) {
9272
+ function ie(t, n, e) {
9273
9273
  return `${t}/${n}/${e}`;
9274
9274
  }
9275
9275
  function Xc(t) {
@@ -9318,7 +9318,7 @@ function tm(t) {
9318
9318
  return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
9319
9319
  }
9320
9320
  function et(t, n) {
9321
- const e = Gc(), o = ie(-1);
9321
+ const e = Gc(), o = se(-1);
9322
9322
  ke(() => {
9323
9323
  if (!t.value) {
9324
9324
  o.value = -1, n.value = void 0;
@@ -9329,7 +9329,7 @@ function et(t, n) {
9329
9329
  o.value = -1, n.value = void 0, Lo.emit("compNotAvail", t.value);
9330
9330
  return;
9331
9331
  }
9332
- o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = O(s.data));
9332
+ o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = F(s.data));
9333
9333
  });
9334
9334
  }
9335
9335
  function nm() {
@@ -9342,7 +9342,7 @@ function nm() {
9342
9342
  function Me(t) {
9343
9343
  return !!t.vm;
9344
9344
  }
9345
- function le(t, n) {
9345
+ function ae(t, n) {
9346
9346
  if (n === void 0)
9347
9347
  return t.undefined;
9348
9348
  if (n === null)
@@ -9361,12 +9361,12 @@ function le(t, n) {
9361
9361
  for (const c of Object.keys(n)) {
9362
9362
  var e = [];
9363
9363
  try {
9364
- const m = Oe(e, le(t, n[c]));
9365
- t.setProp(l, c, m);
9364
+ const u = Fe(e, ae(t, n[c]));
9365
+ t.setProp(l, c, u);
9366
9366
  } catch (o) {
9367
9367
  var s = o, i = !0;
9368
9368
  } finally {
9369
- Fe(e, s, i);
9369
+ Oe(e, s, i);
9370
9370
  }
9371
9371
  }
9372
9372
  return l;
@@ -9385,16 +9385,16 @@ function Yc(t) {
9385
9385
  const o = n.getString(e), s = n.newArray(), i = o.split(".");
9386
9386
  let l = 0;
9387
9387
  for (let c = 0; c < i.length; c++) {
9388
- const m = i[c].trim();
9389
- if (m !== "")
9390
- if (/^\[\d+\]$/.test(m)) {
9391
- let u = parseInt(m.slice(1, -1), 10);
9392
- u > 0 && u--;
9393
- const d = n.newNumber(u);
9388
+ const u = i[c].trim();
9389
+ if (u !== "")
9390
+ if (/^\[\d+\]$/.test(u)) {
9391
+ let m = parseInt(u.slice(1, -1), 10);
9392
+ m > 0 && m--;
9393
+ const d = n.newNumber(m);
9394
9394
  n.setProp(s, l.toString(), d), d.dispose(), l++;
9395
9395
  } else {
9396
- const u = n.newString(m);
9397
- n.setProp(s, l.toString(), u), u.dispose(), l++;
9396
+ const m = n.newString(u);
9397
+ n.setProp(s, l.toString(), m), m.dispose(), l++;
9398
9398
  }
9399
9399
  }
9400
9400
  return s;
@@ -9420,13 +9420,13 @@ function Yc(t) {
9420
9420
  if (Me(t)) {
9421
9421
  var l = [];
9422
9422
  try {
9423
- const d = Oe(l, n.getProp(n.global, "__timeoutCallback__"));
9423
+ const d = Fe(l, n.getProp(n.global, "__timeoutCallback__"));
9424
9424
  n.callFunction(d, n.undefined, n.newNumber(s)).unwrap().dispose();
9425
9425
  n.runtime.executePendingJobs();
9426
9426
  } catch (c) {
9427
- var m = c, u = !0;
9427
+ var u = c, m = !0;
9428
9428
  } finally {
9429
- Fe(l, m, u);
9429
+ Oe(l, u, m);
9430
9430
  }
9431
9431
  }
9432
9432
  }, i);
@@ -9455,10 +9455,10 @@ function Qc(t) {
9455
9455
  }
9456
9456
  const { vm: n } = t;
9457
9457
  n.newFunction("__callFuncV1__", (e, o, s, i, l) => {
9458
- const c = n.getString(e), m = n.getString(o), u = n.dump(s), d = n.getString(i), p = n.getString(l), { promiseId: f, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(u);
9458
+ const c = n.getString(e), u = n.getString(o), m = n.dump(s), d = n.getString(i), p = n.getString(l), { promiseId: f, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(m);
9459
9459
  return Zc({
9460
9460
  spaceId: c,
9461
- id: m,
9461
+ id: u,
9462
9462
  strInputs: g,
9463
9463
  env: d
9464
9464
  }).then(
@@ -9486,41 +9486,59 @@ function tu(t) {
9486
9486
  }
9487
9487
  const { vm: n } = t;
9488
9488
  n.newFunction("__triggerEventV1__", (e, o, ...s) => {
9489
- const i = n.getString(e), l = n.getString(o), c = s.map((d) => n.dump(d));
9489
+ const i = n.getString(e), l = n.getString(o), c = s.map((p) => n.dump(p));
9490
9490
  t.callFunctionAsync("__triggerEventInner__", i, l, c);
9491
- const { kind: m, eventKey: u } = Xc(i);
9492
- m === "customEvent" && t.parent && (t.parent.callFunctionAsync(
9493
- "__triggerEventV1__",
9494
- ce("refEvent", t.nodeId, u),
9495
- "",
9496
- ...c
9497
- ), t.parent.callFunctionAsync(
9498
- "__triggerEventV1__",
9499
- ce("multipleRefEvent", t.nodeId, u),
9500
- t.instance,
9501
- ...c
9502
- ));
9491
+ const { kind: u, nodeId: m, eventKey: d } = Xc(i);
9492
+ if (u === "customEvent")
9493
+ t.parent && (t.parent.callFunctionAsync(
9494
+ "__triggerEventV1__",
9495
+ ie("refEvent", t.nodeId, d),
9496
+ "",
9497
+ ...c
9498
+ ), t.parent.callFunctionAsync(
9499
+ "__triggerEventV1__",
9500
+ ie("multipleRefEvent", t.nodeId, d),
9501
+ t.instance,
9502
+ ...c
9503
+ ));
9504
+ else if (u === "slotEvent") {
9505
+ const p = t.children[m];
9506
+ p && p.callFunctionAsync(
9507
+ "__triggerEventV1__",
9508
+ ie("adaptSlotCustomEvent", "globality", d),
9509
+ "",
9510
+ ...c
9511
+ );
9512
+ } else if (u === "multipleSlotEvent") {
9513
+ const p = t.children[m];
9514
+ p && p.callFunctionAsync(
9515
+ "__triggerEventV1__",
9516
+ ie("adaptSlotCustomEvent", "globality", d),
9517
+ "",
9518
+ ...c
9519
+ );
9520
+ }
9503
9521
  }).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
9504
- const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: m } = wo(s);
9505
- let u;
9522
+ const s = n.getString(e), i = n.getString(o), { kind: l, nodeId: c, propertyKey: u } = wo(s);
9523
+ let m;
9506
9524
  if (l === "elementProperty")
9507
- u = t.getElementProperty(c, m.split("."));
9525
+ m = t.getElementProperty(c, u.split("."));
9508
9526
  else if (l === "refProperty") {
9509
9527
  const d = t.children[c];
9510
- d && (u = d.getCustomProperty(m));
9528
+ d && (m = d.getCustomProperty(u));
9511
9529
  } else if (l === "multipleRefProperty") {
9512
9530
  const d = t.children[`${c}/${i}`];
9513
- d && (u = d.getCustomProperty(m));
9531
+ d && (m = d.getCustomProperty(u));
9514
9532
  } else if (l === "slotProperty") {
9515
9533
  const d = t.children[c];
9516
- d && (u = d.getCustomSlotProperty(m));
9534
+ d && (m = d.getCustomSlotProperty(u));
9517
9535
  } else if (l === "multipleSlotProperty") {
9518
9536
  const d = t.children[`${c}/${i}`];
9519
- d && (u = d.getCustomSlotProperty(m));
9520
- } else l === "customProperty" ? u = t.getCustomProperty(m) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? u = t.parent?.getCustomSlotProperty(m) : console.assert(!1);
9521
- return le(n, u);
9537
+ d && (m = d.getCustomSlotProperty(u));
9538
+ } else l === "customProperty" ? m = t.getCustomProperty(u) : l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.parent?.getCustomSlotProperty(u) : console.assert(!1);
9539
+ return ae(n, m);
9522
9540
  }).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
9523
- const i = n.getString(e), l = n.dump(o), c = n.getString(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, propertyKey: f } = wo(i);
9541
+ const i = n.getString(e), l = n.dump(o), c = n.getString(s), { promiseId: u, promise: m } = t.promiseManager.acquire(), { kind: d, nodeId: p, propertyKey: f } = wo(i);
9524
9542
  if (d === "elementProperty")
9525
9543
  t.setElementProperty(p, f.split("."), l);
9526
9544
  else if (d === "refProperty") {
@@ -9537,49 +9555,55 @@ function tu(t) {
9537
9555
  b && b.setCustomSlotProperty(f, l);
9538
9556
  } else d === "customProperty" ? t.setCustomProperty(f, l) : d === "adaptSlotElementProperty" || d === "adaptSlotCustomProperty" ? t.parent.setCustomSlotProperty(f, l) : console.assert(!1);
9539
9557
  return sn().then(() => {
9540
- u.resolve(n.undefined), t.promiseManager.release(m);
9541
- }), u.settled.then(n.runtime.executePendingJobs), u.handle;
9558
+ m.resolve(n.undefined), t.promiseManager.release(u);
9559
+ }), m.settled.then(n.runtime.executePendingJobs), m.handle;
9542
9560
  }).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
9543
- const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire(), { kind: d, nodeId: p, methodKey: f } = qc(i);
9561
+ const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: u, promise: m } = t.promiseManager.acquire(), { kind: d, nodeId: p, methodKey: f } = qc(i);
9544
9562
  if (d === "elementMethod")
9545
9563
  t.callElementMethod(i, f, c).then(
9546
9564
  (b) => {
9547
- le(n, b).consume((g) => u.resolve(g)), t.promiseManager.release(m);
9565
+ ae(n, b).consume((g) => m.resolve(g)), t.promiseManager.release(u);
9548
9566
  },
9549
9567
  (b) => {
9550
- le(n, b).consume((g) => u.reject(g)), t.promiseManager.release(m);
9568
+ ae(n, b).consume((g) => m.reject(g)), t.promiseManager.release(u);
9551
9569
  }
9552
9570
  );
9553
9571
  else if (d === "refMethod") {
9554
9572
  const b = t.children[p];
9555
- b && b.callFunctionAsync(
9556
- Lt("customMethod", "globality", f),
9573
+ b ? b.callFunctionAsync(
9574
+ ut("customMethod", "globality", f),
9557
9575
  l,
9558
9576
  c
9559
9577
  ).then(
9560
9578
  (g) => {
9561
- le(n, g).consume((k) => u.resolve(k)), t.promiseManager.release(m);
9579
+ ae(n, g).consume((k) => m.resolve(k)), t.promiseManager.release(u);
9562
9580
  },
9563
9581
  (g) => {
9564
- le(n, g).consume((k) => u.reject(k)), t.promiseManager.release(m);
9582
+ ae(n, g).consume((k) => m.reject(k)), t.promiseManager.release(u);
9565
9583
  }
9566
- );
9584
+ ) : (n.newError("sandbox not found").consume((g) => m.reject(g)), t.promiseManager.release(u));
9567
9585
  } else if (d === "multipleRefMethod") {
9568
9586
  const b = t.children[`${p}/${l}`];
9569
- b && b.callFunctionAsync(
9570
- Lt("customMethod", "globality", f),
9587
+ b ? b.callFunctionAsync(
9588
+ ut("customMethod", "globality", f),
9571
9589
  l,
9572
9590
  c
9573
9591
  ).then(
9574
9592
  (g) => {
9575
- le(n, g).consume((k) => u.resolve(k)), t.promiseManager.release(m);
9593
+ ae(n, g).consume((k) => m.resolve(k)), t.promiseManager.release(u);
9576
9594
  },
9577
9595
  (g) => {
9578
- le(n, g).consume((k) => u.resolve(k)), t.promiseManager.release(m);
9596
+ ae(n, g).consume((k) => m.resolve(k)), t.promiseManager.release(u);
9579
9597
  }
9580
- );
9581
- } else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" || d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent ? t.parent.callFunctionAsync(
9582
- Lt(
9598
+ ) : (n.newError("sandbox not found").consume((g) => m.reject(g)), t.promiseManager.release(u));
9599
+ } else d === "slotMethod" || d === "multipleSlotMethod" || d === "customMethod" ? console.assert(!1, "no need to implement") : d === "adaptSlotElementMethod" || (d === "adaptSlotCustomMethod" ? t.parent ? t.kind === "slot" ? t.parent.callFunctionAsync(
9600
+ ut("slotMethod", t.nodeId, f),
9601
+ "",
9602
+ c
9603
+ ).then((b) => {
9604
+ ae(n, b).consume((g) => m.resolve(g)), t.promiseManager.release(u);
9605
+ }) : t.kind === "multipleSlot" && t.parent.callFunctionAsync(
9606
+ ut(
9583
9607
  "multipleSlotMethod",
9584
9608
  t.nodeId,
9585
9609
  f
@@ -9587,14 +9611,14 @@ function tu(t) {
9587
9611
  l,
9588
9612
  c
9589
9613
  ).then((b) => {
9590
- le(n, b).consume((g) => u.resolve(g)), t.promiseManager.release(m);
9614
+ ae(n, b).consume((g) => m.resolve(g)), t.promiseManager.release(u);
9591
9615
  }) : (n.newError("Not inserted into the slot").consume(
9592
- (b) => u.reject(b)
9593
- ), t.promiseManager.release(m)) : console.assert(!1));
9594
- return u.settled.then(n.runtime.executePendingJobs), u.handle;
9616
+ (b) => m.reject(b)
9617
+ ), t.promiseManager.release(u)) : console.assert(!1, `not implemented kind=${d}`));
9618
+ return m.settled.then(n.runtime.executePendingJobs), m.handle;
9595
9619
  }).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
9596
9620
  const o = n.getString(e), s = t.getState(o);
9597
- return le(n, s);
9621
+ return ae(n, s);
9598
9622
  }).consume((e) => n.setProp(n.global, "__getStateV1__", e)), n.newFunction("__setStateV1__", (e, o) => {
9599
9623
  const s = n.getString(e), i = n.dump(o);
9600
9624
  t.setState(s, i);
@@ -9614,14 +9638,14 @@ function tu(t) {
9614
9638
  );
9615
9639
  }).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
9616
9640
  const s = n.getString(e), i = n.getString(o), { promiseId: l, promise: c } = t.promiseManager.acquire();
9617
- return ui({ title: s, text: i }).then((m) => {
9618
- Me(t) && (m === void 0 ? c.resolve(n.undefined) : c.resolve(m ? n.true : n.false), t.promiseManager.release(l));
9641
+ return ui({ title: s, text: i }).then((u) => {
9642
+ Me(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(l));
9619
9643
  }), c.settled.then(n.runtime.executePendingJobs), c.handle;
9620
9644
  }).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
9621
- const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: m, promise: u } = t.promiseManager.acquire();
9645
+ const i = n.getString(e), l = n.getString(o), c = n.dump(s), { promiseId: u, promise: m } = t.promiseManager.acquire();
9622
9646
  return mi({ title: i, label: l, value: c }).then((d) => {
9623
- Me(t) && (d === void 0 ? u.resolve(n.undefined) : u.resolve(n.newString(d)), t.promiseManager.release(m));
9624
- }), u.settled.then(n.runtime.executePendingJobs), u.handle;
9647
+ Me(t) && (d === void 0 ? m.resolve(n.undefined) : m.resolve(n.newString(d)), t.promiseManager.release(u));
9648
+ }), m.settled.then(n.runtime.executePendingJobs), m.handle;
9625
9649
  }).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
9626
9650
  }
9627
9651
  function nu(t) {
@@ -9745,8 +9769,8 @@ class su {
9745
9769
  eventBus = zi();
9746
9770
  // 钩子
9747
9771
  hooks;
9748
- constructor(n, e, o, s, i, l, c, m, u) {
9749
- this.kind = n, this.nodeId = e, this.instance = o, this.parent = s, this.org = i, this.env = l, this.mode = c, this.type = m, this.hooks = u, this.parent?.addChild(this), this.debugTrace("constructor");
9772
+ constructor(n, e, o, s, i, l, c, u, m) {
9773
+ this.kind = n, this.nodeId = e, this.instance = o, this.parent = s, this.org = i, this.env = l, this.mode = c, this.type = u, this.hooks = m, this.parent?.addChild(this), this.debugTrace("constructor");
9750
9774
  }
9751
9775
  dispose() {
9752
9776
  this.parent?.removeChild(this.nodeId, this.instance), this.destroyVm(), this.debugTrace("dispose");
@@ -9771,65 +9795,61 @@ class su {
9771
9795
  async createVm(n, e) {
9772
9796
  this.vm = n.newContext(), this.promiseManager = new iu(this.vm), nu(this), this.vm.evalCode(ou), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), await this.callFunctionAsync(
9773
9797
  "__triggerEventV1__",
9774
- ce("elementEvent", "globality", "startup"),
9798
+ ie("elementEvent", "globality", "startup"),
9775
9799
  ""
9776
9800
  );
9777
9801
  }
9778
9802
  destroyVm() {
9779
- this.callFunctionSync("__destroy__"), this.promiseManager && (this.promiseManager.dispose(), this.promiseManager = void 0), this.vm && (this.vm.dispose(), this.vm = void 0);
9803
+ this.vm && this.callFunctionSync("__destroy__"), this.promiseManager && (this.promiseManager.dispose(), this.promiseManager = void 0), this.vm && (this.vm.dispose(), this.vm = void 0);
9780
9804
  }
9781
9805
  callFunctionSync(n, ...e) {
9782
- var m = [];
9806
+ var u = [];
9783
9807
  try {
9784
9808
  const { vm: o } = this;
9785
9809
  if (!o)
9786
- return;
9810
+ throw new Error("vm not available");
9787
9811
  const s = `${n}(${e.map((f) => JSON.stringify(f)).join(", ")})`;
9788
- this.debugTrace(`callFunctionSync ${s})`);
9789
- const i = Oe(m, o.getProp(o.global, n));
9790
- if (!i) {
9791
- console.error(`callFunctionSync function<${n}> not available`);
9792
- return;
9793
- }
9794
- const l = e.map((f) => le(o, f));
9812
+ this.debugTrace(`callFunctionSync ${s}`);
9813
+ const i = Fe(u, o.getProp(o.global, n));
9814
+ if (!i)
9815
+ throw new Error(`function<${n}> not available`);
9816
+ const l = e.map((f) => ae(o, f));
9795
9817
  const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((f) => o.dump(f));
9796
9818
  l.forEach((f) => f.dispose());
9797
9819
  return c;
9798
- } catch (u) {
9799
- var d = u, p = !0;
9820
+ } catch (m) {
9821
+ var d = m, p = !0;
9800
9822
  } finally {
9801
- Fe(m, d, p);
9823
+ Oe(u, d, p);
9802
9824
  }
9803
9825
  }
9804
9826
  async callFunctionAsync(n, ...e) {
9805
- var u = [];
9827
+ var m = [];
9806
9828
  try {
9807
9829
  const { vm: o } = this;
9808
9830
  if (!o)
9809
- return;
9831
+ throw new Error("vm not available");
9810
9832
  const s = `${n}(${e.map((b) => JSON.stringify(b)).join(", ")})`;
9811
9833
  this.debugTrace(`callFunctionAsync ${s}`);
9812
- const i = Oe(u, o.getProp(o.global, n));
9813
- if (!i) {
9814
- console.error(`callFunctionAsync function<${n}> not available`);
9815
- return;
9816
- }
9817
- const l = e.map((b) => le(o, b));
9834
+ const i = Fe(m, o.getProp(o.global, n));
9835
+ if (!i)
9836
+ throw new Error(`function<${n}> not available`);
9837
+ const l = e.map((b) => ae(o, b));
9818
9838
  const c = o.unwrapResult(o.callFunction(i, o.undefined, ...l)).consume((b) => o.resolvePromise(b));
9819
9839
  o.runtime.executePendingJobs();
9820
9840
  l.map((b) => b.dispose());
9821
- const m = o.unwrapResult(await c).consume((b) => o.dump(b));
9822
- return m;
9841
+ const u = o.unwrapResult(await c).consume((b) => o.dump(b));
9842
+ return u;
9823
9843
  } catch (d) {
9824
9844
  var p = d, f = !0;
9825
9845
  } finally {
9826
- Fe(u, p, f);
9846
+ Oe(m, p, f);
9827
9847
  }
9828
9848
  }
9829
9849
  //--------------------------
9830
9850
  // 元素属性
9831
9851
  //--------------------------
9832
- data = ie();
9852
+ data = se();
9833
9853
  associateData(n) {
9834
9854
  this.data.value = n.value;
9835
9855
  }
@@ -9915,8 +9935,8 @@ class su {
9915
9935
  }
9916
9936
  }
9917
9937
  function tt(t, n, e, o, s) {
9918
- const i = Nc(), l = jc(), c = Z(), m = Se(), u = De(), d = Ze(), p = Hc(), f = async (x, _, v, z) => {
9919
- if (ae(c)) {
9938
+ const i = Nc(), l = jc(), c = Z(), u = Se(), m = De(), d = Ze(), p = Hc(), f = async (x, _, v, z) => {
9939
+ if (ce(c)) {
9920
9940
  if (pe(_, ["settings", "slot"])) {
9921
9941
  const T = t.value?.view.nodeLites.find(
9922
9942
  (J) => J.id === x
@@ -9931,7 +9951,7 @@ function tt(t, n, e, o, s) {
9931
9951
  }
9932
9952
  if (await h.callFunctionAsync(
9933
9953
  "__triggerEventV1__",
9934
- ce("elementPropertyChangeEvent", x, _.join(".")),
9954
+ ie("elementPropertyChangeEvent", x, _.join(".")),
9935
9955
  "",
9936
9956
  v,
9937
9957
  z ?? v
@@ -9951,21 +9971,21 @@ function tt(t, n, e, o, s) {
9951
9971
  }
9952
9972
  }
9953
9973
  }, b = async (x, _, v) => {
9954
- ae(c) && (await h.callFunctionAsync(
9974
+ ce(c) && (await h.callFunctionAsync(
9955
9975
  "__triggerEventV1__",
9956
- ce("customPropertyChangeEvent", "globality", x),
9976
+ ie("customPropertyChangeEvent", "globality", x),
9957
9977
  "",
9958
9978
  _,
9959
9979
  v ?? _
9960
9980
  ), await h.parent.callFunctionAsync(
9961
9981
  "__triggerEventV1__",
9962
- ce("refPropertyChangeEvent", h.nodeId, x),
9982
+ ie("refPropertyChangeEvent", h.nodeId, x),
9963
9983
  "",
9964
9984
  _,
9965
9985
  v ?? _
9966
9986
  ), await h.parent.callFunctionAsync(
9967
9987
  "__triggerEventV1__",
9968
- ce(
9988
+ ie(
9969
9989
  "multipleRefPropertyChangeEvent",
9970
9990
  h.nodeId,
9971
9991
  x
@@ -9981,7 +10001,7 @@ function tt(t, n, e, o, s) {
9981
10001
  v
9982
10002
  ));
9983
10003
  }, g = (x, _, v) => {
9984
- ae(c) && t.value?.code.reactivity && ct(
10004
+ ce(c) && t.value?.code.reactivity && ct(
9985
10005
  h,
9986
10006
  t.value.code.reactivity,
9987
10007
  je({ type: "customSlotProperty", propertyId: x }),
@@ -9989,9 +10009,9 @@ function tt(t, n, e, o, s) {
9989
10009
  v
9990
10010
  );
9991
10011
  }, k = async (x, _, v) => {
9992
- ae(c) && (await h.callFunctionAsync(
10012
+ ce(c) && (await h.callFunctionAsync(
9993
10013
  "__triggerEventV1__",
9994
- ce("stateChangeEvent", "globality", x),
10014
+ ie("stateChangeEvent", "globality", x),
9995
10015
  "",
9996
10016
  _,
9997
10017
  v ?? _
@@ -10010,7 +10030,7 @@ function tt(t, n, e, o, s) {
10010
10030
  i,
10011
10031
  l,
10012
10032
  c,
10013
- m,
10033
+ u,
10014
10034
  {
10015
10035
  onElementPropertyChange: f,
10016
10036
  onCustomPropertyChange: b,
@@ -10020,33 +10040,33 @@ function tt(t, n, e, o, s) {
10020
10040
  );
10021
10041
  if (Jc(h), Ie(() => {
10022
10042
  h.dispose();
10023
- }), ae(c)) {
10043
+ }), ce(c)) {
10024
10044
  const x = async () => {
10025
- h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetCustomSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(p, t.value.code.script);
10045
+ h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetCustomSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && await h.createVm(p, t.value.code.script);
10026
10046
  };
10027
10047
  x(), de(t, () => {
10028
10048
  x();
10029
10049
  });
10030
10050
  }
10031
- ae(c) && de(
10032
- u,
10051
+ ce(c) && de(
10052
+ m,
10033
10053
  async (x, _) => {
10034
- const v = ut(x.width), z = ut(_?.width ?? x.width);
10054
+ const v = mt(x.width), z = mt(_?.width ?? x.width);
10035
10055
  await h.callFunctionAsync(
10036
10056
  "__triggerEventV1__",
10037
- ce("elementEvent", "globality", "screenSizeChange"),
10057
+ ie("elementEvent", "globality", "screenSizeChange"),
10038
10058
  "",
10039
10059
  v,
10040
10060
  z
10041
10061
  );
10042
10062
  },
10043
10063
  { immediate: !0 }
10044
- ), ae(c) && de(
10064
+ ), ce(c) && de(
10045
10065
  d,
10046
10066
  async (x) => {
10047
10067
  await h.callFunctionAsync(
10048
10068
  "__triggerEventV1__",
10049
- ce("elementEvent", "globality", "darkModeChange"),
10069
+ ie("elementEvent", "globality", "darkModeChange"),
10050
10070
  "",
10051
10071
  x
10052
10072
  );
@@ -10077,7 +10097,7 @@ export {
10077
10097
  na as btnGroupV1,
10078
10098
  oa as btnToggleV1,
10079
10099
  Mt as btnV1,
10080
- ut as calcBreakpoint,
10100
+ mt as calcBreakpoint,
10081
10101
  Je as cardV1,
10082
10102
  sa as checkboxV1,
10083
10103
  Bt as chipGroupV1,
@@ -10092,18 +10112,18 @@ export {
10092
10112
  ma as datePickerV1,
10093
10113
  pa as dialogV1,
10094
10114
  Jl as directionalLightV1,
10095
- Fc as duplicateNodePair,
10115
+ Oc as duplicateNodePair,
10096
10116
  zu as duplicateNodePairs,
10097
10117
  Iu as elementKeys,
10098
10118
  we as elements,
10099
10119
  Vu as fileInputV1,
10100
10120
  Kt as flexLayoutEntryV1,
10101
10121
  Ue as flexLayoutV1,
10102
- Ft as formV1,
10122
+ Ot as formV1,
10103
10123
  E as genId,
10104
10124
  Ne as getBreakpointProp,
10105
10125
  $e as getField,
10106
- Lt as getImplementMethodName,
10126
+ ut as getImplementMethodName,
10107
10127
  Sn as getIndexOfBreakpoint,
10108
10128
  Lu as getNodeLite,
10109
10129
  ko as getPropertyDefault,
@@ -10116,7 +10136,7 @@ export {
10116
10136
  A as initNode,
10117
10137
  W as initProperties,
10118
10138
  Ze as injectDark,
10119
- re as injectData,
10139
+ le as injectData,
10120
10140
  Gc as injectDepends,
10121
10141
  De as injectDevice,
10122
10142
  jc as injectEnv,
@@ -10127,25 +10147,25 @@ export {
10127
10147
  ve as injectSandbox,
10128
10148
  Se as injectType,
10129
10149
  Ye as isCircularReference,
10130
- ae as isExecutableMode,
10150
+ ce as isExecutableMode,
10131
10151
  Ki as isLocaleOfEventKind,
10132
10152
  Ri as isLocaleOfMethodKind,
10133
10153
  Bi as isLocaleOfPropertyKind,
10134
10154
  _u as isLocaleOfSlotKind,
10135
10155
  an as isPercentStr,
10136
- gt as isPixelStr,
10156
+ ht as isPixelStr,
10137
10157
  Bl as keyboardControlsV1,
10138
10158
  At as lineChartV1,
10139
10159
  om as loadLocaleMessageRuntime,
10140
- ce as makeEventId,
10160
+ ie as makeEventId,
10141
10161
  Zu as makeEventKeyOfCustomSlot,
10142
10162
  Xu as makeEventKeyOfElementSlot,
10143
10163
  Uc as makeMethodId,
10144
10164
  Uu as makeMethodKeyOfCustomSlot,
10145
10165
  Hu as makeMethodKeyOfElementSlot,
10146
- Ou as makePropertyId,
10166
+ Fu as makePropertyId,
10147
10167
  ju as makePropertyKeyOfCustomSlot,
10148
- Fu as makePropertyKeyOfElementSlot,
10168
+ Ou as makePropertyKeyOfElementSlot,
10149
10169
  em as makeSlotId,
10150
10170
  je as makeTriggerId,
10151
10171
  Rl as mapControlsV1,
@@ -10163,10 +10183,10 @@ export {
10163
10183
  wu as parseCompMeta,
10164
10184
  hu as parseData,
10165
10185
  xu as parsePageMeta,
10166
- wt as parsePercentStr,
10186
+ It as parsePercentStr,
10167
10187
  fu as parsePixelStr,
10168
10188
  Wl as perspectiveCameraV1,
10169
- Oc as pkgs,
10189
+ Fc as pkgs,
10170
10190
  Ul as pointLightV1,
10171
10191
  Wu as provideDark,
10172
10192
  Pe as provideData,
@@ -10202,7 +10222,7 @@ export {
10202
10222
  Ta as switchV1,
10203
10223
  Yt as tabV1,
10204
10224
  Zt as tabsV1,
10205
- Ot as textFieldV1,
10225
+ Ft as textFieldV1,
10206
10226
  Ve as textV1,
10207
10227
  Qt as textareaV1,
10208
10228
  en as timelineItemV1,