x-runtime-lib 0.6.53 → 0.6.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
- var un = Object.defineProperty;
2
- var cn = (t, e, n) => e in t ? un(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
- var he = (t, e, n) => cn(t, typeof e != "symbol" ? e + "" : e, n);
4
- import { computed as c, inject as O, provide as j, readonly as Ue, onBeforeMount as dn, onUnmounted as se, defineComponent as I, useTemplateRef as Ct, onMounted as Vt, watch as Y, nextTick as St, createElementBlock as M, openBlock as V, normalizeStyle as oe, ref as Q, watchEffect as Tt, createBlock as A, h as $, resolveComponent as z, unref as H, withCtx as E, renderSlot as G, createVNode as B, createSlots as _e, renderList as mn, useId as $t, isRef as It, createCommentVNode as Nt, withModifiers as fn, normalizeClass as pn, toDisplayString as bn } from "vue";
5
- import { waitUtil as At, eventBus as Ze, messageInfo as yn, messageSuccess as vn, messageWarning as xn, messageError as Et, createAxios as hn, openConfirmDlg as gn, openPromptDlg as _n, useViewStack as Lt } from "x-essential-lib";
6
- import { useTheme as kn } from "vuetify";
7
- import { c as L, u as wn, r as Pt, e as Wt, i as Cn, a as Vn, b as Sn, d as Tn, f as $n, g as In, h as Nn, j as An, I as En, m as Ln } from "./vendor.k0dcepe8.js";
8
- import { useI18n as Dt } from "vue-i18n";
9
- import { getErrorMessage as Pn } from "x-error-lib";
10
- import { globalState as Wn } from "x-state-lib";
11
- const q = {}, Dn = {
1
+ var mn = Object.defineProperty;
2
+ var fn = (t, e, n) => e in t ? mn(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
+ var he = (t, e, n) => fn(t, typeof e != "symbol" ? e + "" : e, n);
4
+ import { computed as c, inject as O, provide as j, readonly as Ue, onBeforeMount as pn, onUnmounted as se, defineComponent as I, useTemplateRef as Tt, onMounted as $t, watch as Y, nextTick as It, createElementBlock as R, openBlock as V, normalizeStyle as oe, ref as Q, watchEffect as Nt, createBlock as A, h as $, resolveComponent as z, unref as H, withCtx as E, renderSlot as G, createVNode as B, createSlots as _e, renderList as bn, useId as At, isRef as Et, createCommentVNode as Lt, withModifiers as yn, normalizeClass as vn, toDisplayString as xn } from "vue";
5
+ import { waitUtil as Pt, eventBus as Ze, messageInfo as hn, messageSuccess as gn, messageWarning as _n, messageError as Wt, createAxios as kn, openConfirmDlg as wn, openPromptDlg as Cn, useViewStack as Dt } from "x-essential-lib";
6
+ import { useTheme as Vn } from "vuetify";
7
+ import { c as L, u as Sn, r as zt, e as Bt, i as Tn, a as $n, b as In, d as Nn, f as An, g as En, h as Ln, j as Pn, I as Wn, m as Dn } from "./vendor.k0dcepe8.js";
8
+ import { useI18n as Rt } from "vue-i18n";
9
+ import { getErrorMessage as zn } from "x-error-lib";
10
+ import { globalState as Bn } from "x-state-lib";
11
+ const q = {}, Rn = {
12
12
  key: "add",
13
13
  name: "METHOD_ADD",
14
14
  inputs: [],
@@ -19,9 +19,9 @@ const q = {}, Dn = {
19
19
  }
20
20
  ]
21
21
  }, T = (t) => {
22
- t.slots.some((e) => e.key === "default") && t.methods.unshift(Dn), q[t.key] = t;
22
+ t.slots.some((e) => e.key === "default") && t.methods.unshift(Rn), q[t.key] = t;
23
23
  };
24
- function zt(t) {
24
+ function Mt(t) {
25
25
  const e = c(() => {
26
26
  var r;
27
27
  return (r = t.node.legend) == null ? void 0 : r.show;
@@ -37,14 +37,14 @@ function zt(t) {
37
37
  }
38
38
  return { show: e, data: n, applyLegend: l };
39
39
  }
40
- function Bt(t) {
40
+ function Ft(t) {
41
41
  const e = c(() => t.node.series);
42
42
  function n(l) {
43
43
  l.series = e.value;
44
44
  }
45
45
  return { series: e, applySeries: n };
46
46
  }
47
- function Mt(t) {
47
+ function Ht(t) {
48
48
  const e = c(() => {
49
49
  var a;
50
50
  return (a = t.node.title) == null ? void 0 : a.show;
@@ -64,7 +64,7 @@ function Mt(t) {
64
64
  }
65
65
  return { show: e, text: n, subtext: l, applyTitle: r };
66
66
  }
67
- function Rt(t) {
67
+ function Ot(t) {
68
68
  const e = c(() => {
69
69
  var s;
70
70
  return (s = t.node.xAxis) == null ? void 0 : s.show;
@@ -88,7 +88,7 @@ function Rt(t) {
88
88
  }
89
89
  return { show: e, position: n, type: l, data: r, applyXAxis: a };
90
90
  }
91
- function Ft(t) {
91
+ function jt(t) {
92
92
  const e = c(() => {
93
93
  var s;
94
94
  return (s = t.node.yAxis) == null ? void 0 : s.show;
@@ -113,7 +113,7 @@ function Ft(t) {
113
113
  return { show: e, position: n, type: l, data: r, applyYAxis: a };
114
114
  }
115
115
  function ae(t, e) {
116
- const { computedThemes: n } = kn(), l = c(() => {
116
+ const { computedThemes: n } = Vn(), l = c(() => {
117
117
  var f;
118
118
  return (f = e.value) == null ? void 0 : f.mode;
119
119
  }), r = c(() => {
@@ -213,7 +213,7 @@ function Ge(t) {
213
213
  const e = t.substring(0, t.length - 1), n = parseFloat(e);
214
214
  return !isNaN(n);
215
215
  }
216
- function Kl(t) {
216
+ function Yl(t) {
217
217
  if (typeof t != "string" || !t.endsWith("px"))
218
218
  return;
219
219
  const e = t.substring(0, t.length - 2), n = parseFloat(e);
@@ -227,16 +227,16 @@ function ge(t) {
227
227
  if (!isNaN(n))
228
228
  return n;
229
229
  }
230
- const Ht = ["xs", "sm", "md", "lg", "xl"], zn = [...Ht].reverse();
231
- function Ot(t) {
230
+ const Kt = ["xs", "sm", "md", "lg", "xl"], Mn = [...Kt].reverse();
231
+ function Ut(t) {
232
232
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
233
233
  }
234
234
  function it(t) {
235
- return Ht.findIndex((e) => e === t);
235
+ return Kt.findIndex((e) => e === t);
236
236
  }
237
237
  function le(t, e) {
238
238
  let n;
239
- for (const l of zn) {
239
+ for (const l of Mn) {
240
240
  if (it(l) < it(t))
241
241
  break;
242
242
  e[l] && (n = e[l]);
@@ -276,7 +276,7 @@ function re(t, e) {
276
276
  }
277
277
  e.forEach((l) => n(t, l));
278
278
  }
279
- function Bn(t, e, n, l, r) {
279
+ function Fn(t, e, n, l, r) {
280
280
  const a = `type=${t} subtype=${e} version=${n} ref=${l} keyOrRefid=${r}`, s = ve(t, e);
281
281
  if (!s) {
282
282
  console.error(`spawnNode prop tag not found, ${a}`);
@@ -341,7 +341,7 @@ function Bn(t, e, n, l, r) {
341
341
  }
342
342
  }
343
343
  }
344
- function Ul(t, e) {
344
+ function ql(t, e) {
345
345
  function n(l) {
346
346
  if (l.basic.id === e)
347
347
  return l;
@@ -358,7 +358,7 @@ function Ul(t, e) {
358
358
  return r;
359
359
  }
360
360
  }
361
- function Mn(t) {
361
+ function Hn(t) {
362
362
  function e(l) {
363
363
  var r;
364
364
  l.basic.id = ee(16), (r = l.children) == null || r.forEach((a) => e(a));
@@ -366,60 +366,60 @@ function Mn(t) {
366
366
  const n = L(t);
367
367
  return e(n), n;
368
368
  }
369
- function Zl(t) {
369
+ function Gl(t) {
370
370
  const e = [];
371
371
  return t.forEach((n) => {
372
- e.push(Mn(n));
372
+ e.push(Hn(n));
373
373
  }), e;
374
374
  }
375
- const jt = "runtimeEnv", Kt = "runtimeMode", Ut = "runtimeDevice", Zt = "runtimeDark", Xt = "runtimeType", Yt = "runtimeData", qt = "runtimeDepends", Gt = "runtimeSandbox";
376
- function Xl(t) {
377
- j(jt, t);
375
+ const Zt = "runtimeEnv", Xt = "runtimeMode", Yt = "runtimeDevice", qt = "runtimeDark", Gt = "runtimeType", Jt = "runtimeData", Qt = "runtimeDepends", en = "runtimeSandbox";
376
+ function Jl(t) {
377
+ j(Zt, t);
378
378
  }
379
- function Jt() {
380
- return O(jt);
379
+ function tn() {
380
+ return O(Zt);
381
381
  }
382
- function Yl(t) {
383
- j(Kt, t);
382
+ function Ql(t) {
383
+ j(Xt, t);
384
384
  }
385
385
  function P() {
386
- return O(Kt);
386
+ return O(Xt);
387
387
  }
388
- function ql(t) {
389
- j(Ut, Ue(t));
388
+ function er(t) {
389
+ j(Yt, Ue(t));
390
390
  }
391
391
  function K() {
392
- return O(Ut);
392
+ return O(Yt);
393
393
  }
394
- function Gl(t) {
395
- j(Zt, Ue(t));
394
+ function tr(t) {
395
+ j(qt, Ue(t));
396
396
  }
397
- function R() {
398
- return O(Zt);
397
+ function M() {
398
+ return O(qt);
399
399
  }
400
- function Jl(t) {
401
- j(Xt, t);
400
+ function nr(t) {
401
+ j(Gt, t);
402
402
  }
403
403
  function U() {
404
- return O(Xt);
404
+ return O(Gt);
405
405
  }
406
- function Ql(t) {
407
- j(Yt, t);
406
+ function ir(t) {
407
+ j(Jt, t);
408
408
  }
409
409
  function Z() {
410
- return O(Yt);
410
+ return O(Jt);
411
411
  }
412
- function er(t) {
413
- j(qt, Ue(t));
412
+ function or(t) {
413
+ j(Qt, Ue(t));
414
414
  }
415
- function Qt() {
416
- return O(qt);
415
+ function nn() {
416
+ return O(Qt);
417
417
  }
418
- function en(t) {
419
- j(Gt, t);
418
+ function on(t) {
419
+ j(en, t);
420
420
  }
421
421
  function xe() {
422
- return O(Gt);
422
+ return O(en);
423
423
  }
424
424
  function J(t, e, n) {
425
425
  const l = c(() => {
@@ -461,9 +461,9 @@ function J(t, e, n) {
461
461
  }
462
462
  return { width: l, minWidth: r, maxWidth: a, height: s, minHeight: f, maxHeight: y, applySize: b };
463
463
  }
464
- function tn(t, e, n) {
464
+ function ln(t, e, n) {
465
465
  const l = c(() => e.node.basic.id), r = c(() => `callMethod@${l.value}`);
466
- dn(() => {
466
+ pn(() => {
467
467
  var a;
468
468
  (a = t.eventBus) == null || a.on(r.value, n);
469
469
  }), se(() => {
@@ -471,93 +471,93 @@ function tn(t, e, n) {
471
471
  (a = t.eventBus) == null || a.off(r.value, n);
472
472
  });
473
473
  }
474
- const Rn = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Fn = "#242424", Hn = {}, On = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, jn = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Kn = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Un = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Zn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Yn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ei = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ti = { 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" } }, ni = { 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)" } } }, ii = { 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)" } } }, oi = { 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"] } } }, li = { 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"] } } }, ri = { 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"] } } }, si = { 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"] } } }, ai = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ui = { textStyle: { color: "#eeeeee" } }, ci = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, di = { 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" } } }, mi = { color: ["#bf444c", "#d88273", "#f6efa6"] }, fi = { 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" } }, pi = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, bi = {
475
- color: Rn,
476
- backgroundColor: Fn,
477
- textStyle: Hn,
478
- title: On,
479
- line: jn,
480
- radar: Kn,
481
- bar: Un,
482
- pie: Zn,
483
- scatter: Xn,
484
- boxplot: Yn,
485
- parallel: qn,
486
- sankey: Gn,
487
- funnel: Jn,
488
- gauge: Qn,
489
- candlestick: ei,
490
- graph: ti,
491
- map: ni,
492
- geo: ii,
493
- categoryAxis: oi,
494
- valueAxis: li,
495
- logAxis: ri,
496
- timeAxis: si,
497
- toolbox: ai,
498
- legend: ui,
499
- tooltip: ci,
500
- timeline: di,
501
- visualMap: mi,
502
- dataZoom: fi,
503
- markPoint: pi
504
- }, yi = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], vi = "#f5f5f5", xi = {}, hi = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, gi = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _i = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ki = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, wi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ci = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Si = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ti = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $i = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ii = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ni = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Ai = { 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" } }, Ei = { 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)" } } }, Li = { 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)" } } }, Pi = { 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"] } } }, Wi = { 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"] } } }, Di = { 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"] } } }, zi = { 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"] } } }, Bi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Mi = { textStyle: { color: "#333333" } }, Ri = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Fi = { 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" } } }, Hi = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Oi = { 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" } }, ji = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ki = {
505
- color: yi,
506
- backgroundColor: vi,
507
- textStyle: xi,
508
- title: hi,
509
- line: gi,
510
- radar: _i,
511
- bar: ki,
512
- pie: wi,
513
- scatter: Ci,
514
- boxplot: Vi,
515
- parallel: Si,
516
- sankey: Ti,
517
- funnel: $i,
518
- gauge: Ii,
519
- candlestick: Ni,
520
- graph: Ai,
521
- map: Ei,
522
- geo: Li,
523
- categoryAxis: Pi,
524
- valueAxis: Wi,
525
- logAxis: Di,
526
- timeAxis: zi,
527
- toolbox: Bi,
528
- legend: Mi,
529
- tooltip: Ri,
530
- timeline: Fi,
531
- visualMap: Hi,
532
- dataZoom: Oi,
533
- markPoint: ji
474
+ const On = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], jn = "#242424", Kn = {}, Un = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Zn = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Xn = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Yn = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, qn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qn = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ei = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ti = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ni = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ii = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, oi = { 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" } }, li = { 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)" } } }, ri = { 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)" } } }, si = { 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"] } } }, ai = { 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"] } } }, ui = { 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"] } } }, ci = { 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"] } } }, di = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, mi = { textStyle: { color: "#eeeeee" } }, fi = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, pi = { 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" } } }, bi = { color: ["#bf444c", "#d88273", "#f6efa6"] }, yi = { 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" } }, vi = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, xi = {
475
+ color: On,
476
+ backgroundColor: jn,
477
+ textStyle: Kn,
478
+ title: Un,
479
+ line: Zn,
480
+ radar: Xn,
481
+ bar: Yn,
482
+ pie: qn,
483
+ scatter: Gn,
484
+ boxplot: Jn,
485
+ parallel: Qn,
486
+ sankey: ei,
487
+ funnel: ti,
488
+ gauge: ni,
489
+ candlestick: ii,
490
+ graph: oi,
491
+ map: li,
492
+ geo: ri,
493
+ categoryAxis: si,
494
+ valueAxis: ai,
495
+ logAxis: ui,
496
+ timeAxis: ci,
497
+ toolbox: di,
498
+ legend: mi,
499
+ tooltip: fi,
500
+ timeline: pi,
501
+ visualMap: bi,
502
+ dataZoom: yi,
503
+ markPoint: vi
504
+ }, hi = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], gi = "#f5f5f5", _i = {}, ki = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, wi = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ci = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Vi = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Si = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ti = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $i = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ii = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ni = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ai = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ei = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Li = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Pi = { 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" } }, Wi = { 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)" } } }, Di = { 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)" } } }, zi = { 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"] } } }, Bi = { 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"] } } }, Ri = { 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"] } } }, Mi = { 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"] } } }, Fi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Hi = { textStyle: { color: "#333333" } }, Oi = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ji = { 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" } } }, Ki = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ui = { 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" } }, Zi = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Xi = {
505
+ color: hi,
506
+ backgroundColor: gi,
507
+ textStyle: _i,
508
+ title: ki,
509
+ line: wi,
510
+ radar: Ci,
511
+ bar: Vi,
512
+ pie: Si,
513
+ scatter: Ti,
514
+ boxplot: $i,
515
+ parallel: Ii,
516
+ sankey: Ni,
517
+ funnel: Ai,
518
+ gauge: Ei,
519
+ candlestick: Li,
520
+ graph: Pi,
521
+ map: Wi,
522
+ geo: Di,
523
+ categoryAxis: zi,
524
+ valueAxis: Bi,
525
+ logAxis: Ri,
526
+ timeAxis: Mi,
527
+ toolbox: Fi,
528
+ legend: Hi,
529
+ tooltip: Oi,
530
+ timeline: ji,
531
+ visualMap: Ki,
532
+ dataZoom: Ui,
533
+ markPoint: Zi
534
534
  };
535
- wn([
536
- Cn,
537
- Vn,
538
- Sn,
535
+ Sn([
539
536
  Tn,
540
537
  $n,
541
538
  In,
542
539
  Nn,
543
- An
540
+ An,
541
+ En,
542
+ Ln,
543
+ Pn
544
544
  ]);
545
- Pt("dark", bi);
546
- Pt("light", Ki);
547
- const Ui = /* @__PURE__ */ I({
545
+ zt("dark", xi);
546
+ zt("light", Xi);
547
+ const Yi = /* @__PURE__ */ I({
548
548
  __name: "index",
549
549
  props: {
550
550
  node: {},
551
551
  outer: { type: Boolean }
552
552
  },
553
553
  setup(t) {
554
- const e = t, n = P(), l = K(), r = R(), a = U(), s = Z(), { width: f, minWidth: y, maxWidth: b, height: o, minHeight: i, maxHeight: d, applySize: h } = J(n, l, e), { applyTitle: m } = Mt(e), { applyXAxis: u } = Rt(e), { applyYAxis: g } = Ft(e), { applyLegend: w } = zt(e), { applySeries: p } = Bt(e), _ = c(() => {
554
+ const e = t, n = P(), l = K(), r = M(), a = U(), s = Z(), { width: f, minWidth: y, maxWidth: b, height: o, minHeight: i, maxHeight: d, applySize: h } = J(n, l, e), { applyTitle: m } = Ht(e), { applyXAxis: u } = Ot(e), { applyYAxis: g } = jt(e), { applyLegend: w } = Mt(e), { applySeries: p } = Ft(e), _ = c(() => {
555
555
  const C = {}, X = s.value.type;
556
556
  return a === "page" ? X === "common" ? h(C) : console.assert(!1) : a === "comp" && X === "common" ? h(C) : console.assert(!1), C;
557
- }), x = Ct("chart");
557
+ }), x = Tt("chart");
558
558
  let v;
559
559
  const S = () => {
560
- v == null || v.dispose(), v = Wt.init(x.value, r.value ? "dark" : "light");
560
+ v == null || v.dispose(), v = Bt.init(x.value, r.value ? "dark" : "light");
561
561
  const C = {};
562
562
  v.setOption(C);
563
563
  }, N = () => {
@@ -566,8 +566,8 @@ const Ui = /* @__PURE__ */ I({
566
566
  const C = {};
567
567
  m(C), u(C), g(C), w(C), p(C), v == null || v.setOption(C, !0);
568
568
  };
569
- return Vt(async () => {
570
- window.addEventListener("resize", N, !1), await At(() => !!x.value), S(), W();
569
+ return $t(async () => {
570
+ window.addEventListener("resize", N, !1), await Pt(() => !!x.value), S(), W();
571
571
  }), se(() => {
572
572
  window.removeEventListener("resize", N, !1), v == null || v.dispose();
573
573
  }), Y(
@@ -582,7 +582,7 @@ const Ui = /* @__PURE__ */ I({
582
582
  d
583
583
  ],
584
584
  async () => {
585
- await St(), N();
585
+ await It(), N();
586
586
  }
587
587
  ), Y([r], () => {
588
588
  S(), W();
@@ -592,25 +592,25 @@ const Ui = /* @__PURE__ */ I({
592
592
  W();
593
593
  },
594
594
  { deep: !0 }
595
- ), (C, X) => (V(), M("div", {
595
+ ), (C, X) => (V(), R("div", {
596
596
  ref: "chart",
597
597
  style: oe(_.value)
598
598
  }, null, 4));
599
599
  }
600
- }), Zi = /* @__PURE__ */ I({
600
+ }), qi = /* @__PURE__ */ I({
601
601
  __name: "index",
602
602
  props: {
603
603
  node: {},
604
604
  outer: { type: Boolean }
605
605
  },
606
606
  setup(t) {
607
- const e = t, n = P(), l = K(), r = R(), a = U(), s = Z(), { width: f, minWidth: y, maxWidth: b, height: o, minHeight: i, maxHeight: d, applySize: h } = J(n, l, e), { applyTitle: m } = Mt(e), { applyXAxis: u } = Rt(e), { applyYAxis: g } = Ft(e), { applyLegend: w } = zt(e), { applySeries: p } = Bt(e), _ = c(() => {
607
+ const e = t, n = P(), l = K(), r = M(), a = U(), s = Z(), { width: f, minWidth: y, maxWidth: b, height: o, minHeight: i, maxHeight: d, applySize: h } = J(n, l, e), { applyTitle: m } = Ht(e), { applyXAxis: u } = Ot(e), { applyYAxis: g } = jt(e), { applyLegend: w } = Mt(e), { applySeries: p } = Ft(e), _ = c(() => {
608
608
  const C = {}, X = s.value.type;
609
609
  return a === "page" ? X === "common" ? h(C) : console.assert(!1) : a === "comp" && X === "common" ? h(C) : console.assert(!1), C;
610
- }), x = Ct("chart");
610
+ }), x = Tt("chart");
611
611
  let v;
612
612
  const S = () => {
613
- v == null || v.dispose(), v = Wt.init(x.value, r.value ? "dark" : "light");
613
+ v == null || v.dispose(), v = Bt.init(x.value, r.value ? "dark" : "light");
614
614
  const C = {};
615
615
  v.setOption(C);
616
616
  }, N = () => {
@@ -619,8 +619,8 @@ const Ui = /* @__PURE__ */ I({
619
619
  const C = {};
620
620
  m(C), u(C), g(C), w(C), p(C), v == null || v.setOption(C, !0);
621
621
  };
622
- return Vt(async () => {
623
- window.addEventListener("resize", N, !1), await At(() => !!x.value), S(), W();
622
+ return $t(async () => {
623
+ window.addEventListener("resize", N, !1), await Pt(() => !!x.value), S(), W();
624
624
  }), se(() => {
625
625
  window.removeEventListener("resize", N, !1), v == null || v.dispose();
626
626
  }), Y(
@@ -635,7 +635,7 @@ const Ui = /* @__PURE__ */ I({
635
635
  d
636
636
  ],
637
637
  async () => {
638
- await St(), N();
638
+ await It(), N();
639
639
  }
640
640
  ), Y([r], () => {
641
641
  S(), W();
@@ -645,13 +645,13 @@ const Ui = /* @__PURE__ */ I({
645
645
  W();
646
646
  },
647
647
  { deep: !0 }
648
- ), (C, X) => (V(), M("div", {
648
+ ), (C, X) => (V(), R("div", {
649
649
  ref: "chart",
650
650
  style: oe(_.value)
651
651
  }, null, 4));
652
652
  }
653
653
  });
654
- function Xi(t, e) {
654
+ function Gi(t, e) {
655
655
  function n(f) {
656
656
  const y = t.pseudoToNative(f);
657
657
  console.log(y);
@@ -663,7 +663,7 @@ function Xi(t, e) {
663
663
  }
664
664
  function r(f, y) {
665
665
  const b = t.pseudoToNative(f), o = t.pseudoToNative(y);
666
- b === "info" ? yn(o) : b === "success" ? vn(o) : b === "warning" ? xn(o) : b === "error" && Et(o);
666
+ b === "info" ? hn(o) : b === "success" ? gn(o) : b === "warning" ? _n(o) : b === "error" && Wt(o);
667
667
  }
668
668
  function a(f, y) {
669
669
  const b = t.pseudoToNative(f), o = t.pseudoToNative(y);
@@ -699,22 +699,22 @@ function Xi(t, e) {
699
699
  t.createAsyncFunction(s)
700
700
  );
701
701
  }
702
- const nn = hn({
702
+ const rn = kn({
703
703
  baseUrl: "http://localhost/computebase/",
704
704
  onError: (t) => {
705
- const { i18n: e } = Wn.base;
706
- Et(Pn(e, t));
705
+ const { i18n: e } = Bn.base;
706
+ Wt(zn(e, t));
707
707
  }
708
708
  });
709
- window.API_URL && (nn.defaults.baseURL = window.API_URL + "/computebase/");
710
- function Yi(t) {
711
- return nn.post("callFunc", t);
709
+ window.API_URL && (rn.defaults.baseURL = window.API_URL + "/computebase/");
710
+ function Ji(t) {
711
+ return rn.post("callFunc", t);
712
712
  }
713
- function qi(t, e) {
713
+ function Qi(t, e) {
714
714
  async function n(l, r, a, s, f, y) {
715
715
  const b = t.pseudoToNative(l), o = t.pseudoToNative(r), i = t.pseudoToNative(a), d = t.pseudoToNative(s), h = t.pseudoToNative(f);
716
716
  try {
717
- const m = JSON.stringify(i), { strOutputs: u } = await Yi({
717
+ const m = JSON.stringify(i), { strOutputs: u } = await Ji({
718
718
  spaceid: b,
719
719
  id: o,
720
720
  strInputs: m,
@@ -731,7 +731,7 @@ function qi(t, e) {
731
731
  t.createAsyncFunction(n)
732
732
  );
733
733
  }
734
- class Gi {
734
+ class eo {
735
735
  constructor(e) {
736
736
  he(this, "context");
737
737
  he(this, "nodes");
@@ -759,7 +759,7 @@ class Gi {
759
759
  a = this.context.data.view.nodes;
760
760
  if (!a)
761
761
  return "";
762
- const s = Bn(
762
+ const s = Fn(
763
763
  this.context.type,
764
764
  this.context.data.type,
765
765
  this.context.data.version,
@@ -772,8 +772,8 @@ class Gi {
772
772
  this.getNode(e);
773
773
  }
774
774
  }
775
- function Ji(t, e, n) {
776
- const l = new Gi(t);
775
+ function to(t, e, n) {
776
+ const l = new eo(t);
777
777
  function r(i, d, h) {
778
778
  const m = e.pseudoToNative(i), u = e.pseudoToNative(d), g = e.pseudoToNative(h), w = l.addNode(m, u, g);
779
779
  return e.nativeToPseudo(w);
@@ -829,13 +829,13 @@ function Ji(t, e, n) {
829
829
  }
830
830
  function b(i, d, h) {
831
831
  const m = e.pseudoToNative(i), u = e.pseudoToNative(d);
832
- gn({ title: m, text: u }).then((g) => {
832
+ wn({ title: m, text: u }).then((g) => {
833
833
  h(e.nativeToPseudo(g)), e.run();
834
834
  });
835
835
  }
836
836
  function o(i, d, h, m) {
837
837
  const u = e.pseudoToNative(i), g = e.pseudoToNative(d), w = e.pseudoToNative(h);
838
- _n({ title: u, label: g, value: w }).then((p) => {
838
+ Cn({ title: u, label: g, value: w }).then((p) => {
839
839
  m(e.nativeToPseudo(p)), e.run();
840
840
  });
841
841
  }
@@ -869,10 +869,10 @@ function Ji(t, e, n) {
869
869
  e.createAsyncFunction(o)
870
870
  );
871
871
  }
872
- function Qi(t, e, n) {
873
- Xi(e, n), qi(e, n), Ji(t, e, n);
872
+ function no(t, e, n) {
873
+ Gi(e, n), Qi(e, n), to(t, e, n);
874
874
  }
875
- const eo = `
875
+ const io = `
876
876
  var __env__ = 'dev'
877
877
 
878
878
  function __getEnvV1__() {
@@ -881,7 +881,7 @@ function __getEnvV1__() {
881
881
 
882
882
  var __pointerPosX__ = 0
883
883
  var __pointerPosY__ = 0
884
- `, to = `
884
+ `, oo = `
885
885
  var __events__ = {}
886
886
 
887
887
  function __addEventListenerV1__(id, event, callback) {
@@ -952,7 +952,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
952
952
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
953
953
  }
954
954
  }
955
- `, no = `
955
+ `, lo = `
956
956
  var __timers__ = {}
957
957
  var __currTimerId__ = 0
958
958
 
@@ -994,15 +994,15 @@ function __timeoutCallbackV1__(timerId) {
994
994
  }
995
995
  }
996
996
  }
997
- `, io = `
997
+ `, ro = `
998
998
  function __destroy__() {
999
999
  }
1000
- `, oo = eo + to + no + io;
1001
- function on(t, e) {
1002
- const n = new En(
1003
- oo,
1000
+ `, so = io + oo + lo + ro;
1001
+ function sn(t, e) {
1002
+ const n = new Wn(
1003
+ so,
1004
1004
  (l, r) => {
1005
- Qi(t, l, r);
1005
+ no(t, l, r);
1006
1006
  }
1007
1007
  );
1008
1008
  return n.appendCode(e), n.appendCode(`
@@ -1010,10 +1010,10 @@ __env__ = '${t.env}';
1010
1010
  __triggerEvent__('globality', 'startup');
1011
1011
  `), n.run(), n;
1012
1012
  }
1013
- function ln(t) {
1013
+ function an(t) {
1014
1014
  t.appendCode("__destroy__();"), t.run();
1015
1015
  }
1016
- function tr(t, e, n, l, r) {
1016
+ function lr(t, e, n, l, r) {
1017
1017
  let a = t;
1018
1018
  for (let f = 0; f < e.length; f++)
1019
1019
  if (a = a.children[e[f]], !a) {
@@ -1031,17 +1031,17 @@ function tr(t, e, n, l, r) {
1031
1031
  children: {}
1032
1032
  }, a.children[n] = s);
1033
1033
  }
1034
- const nr = [
1034
+ const rr = [
1035
1035
  "string",
1036
1036
  "number",
1037
1037
  "boolean",
1038
1038
  "list",
1039
1039
  "object"
1040
1040
  ];
1041
- function rn() {
1042
- return Ln();
1041
+ function un() {
1042
+ return Dn();
1043
1043
  }
1044
- const lo = /* @__PURE__ */ I({
1044
+ const ao = /* @__PURE__ */ I({
1045
1045
  __name: "index",
1046
1046
  props: {
1047
1047
  id: {},
@@ -1050,12 +1050,12 @@ const lo = /* @__PURE__ */ I({
1050
1050
  outer: { type: Boolean }
1051
1051
  },
1052
1052
  setup(t) {
1053
- const { t: e } = Dt(), n = t, l = Jt(), r = P(), a = K(), s = U(), f = Z(), y = Qt(), b = Q(-1), o = Q(), i = {};
1054
- en(i);
1053
+ const { t: e } = Rt(), n = t, l = tn(), r = P(), a = K(), s = U(), f = Z(), y = nn(), b = Q(-1), o = Q(), i = {};
1054
+ on(i);
1055
1055
  const d = () => {
1056
- i.eventBus && (i.eventBus = void 0), i.interpreter && (ln(i.interpreter), i.interpreter = void 0);
1056
+ i.eventBus && (i.eventBus = void 0), i.interpreter && (an(i.interpreter), i.interpreter = void 0);
1057
1057
  };
1058
- Tt(() => {
1058
+ Nt(() => {
1059
1059
  if (!n.refContext.refid) {
1060
1060
  b.value = -1, o.value = void 0, d();
1061
1061
  return;
@@ -1070,8 +1070,8 @@ const lo = /* @__PURE__ */ I({
1070
1070
  d();
1071
1071
  const v = o.value, S = v.code.script;
1072
1072
  if (S) {
1073
- const N = rn();
1074
- i.eventBus = N, i.interpreter = on(
1073
+ const N = un();
1074
+ i.eventBus = N, i.interpreter = sn(
1075
1075
  { env: l, type: s, data: v, eventBus: N },
1076
1076
  S
1077
1077
  );
@@ -1139,12 +1139,12 @@ const lo = /* @__PURE__ */ I({
1139
1139
  state: {}
1140
1140
  },
1141
1141
  setup(t) {
1142
- const { t: e } = Dt(), n = t, l = Jt(), r = P(), a = U(), s = Z(), f = Qt(), y = Q(-1), b = Q(), o = {};
1143
- en(o);
1142
+ const { t: e } = Rt(), n = t, l = tn(), r = P(), a = U(), s = Z(), f = nn(), y = Q(-1), b = Q(), o = {};
1143
+ on(o);
1144
1144
  const i = () => {
1145
- o.eventBus && (o.eventBus = void 0), o.interpreter && (ln(o.interpreter), o.interpreter = void 0);
1145
+ o.eventBus && (o.eventBus = void 0), o.interpreter && (an(o.interpreter), o.interpreter = void 0);
1146
1146
  };
1147
- Tt(() => {
1147
+ Nt(() => {
1148
1148
  if (!n.refContext.refid) {
1149
1149
  y.value = -1, b.value = void 0, i();
1150
1150
  return;
@@ -1159,8 +1159,8 @@ const lo = /* @__PURE__ */ I({
1159
1159
  i();
1160
1160
  const _ = b.value, x = _.code.script;
1161
1161
  if (x) {
1162
- const v = rn();
1163
- o.eventBus = v, o.interpreter = on(
1162
+ const v = un();
1163
+ o.eventBus = v, o.interpreter = sn(
1164
1164
  { env: l, type: a, data: _, eventBus: v },
1165
1165
  x
1166
1166
  );
@@ -1226,14 +1226,14 @@ const lo = /* @__PURE__ */ I({
1226
1226
  };
1227
1227
  return (p, _) => (V(), A(w));
1228
1228
  }
1229
- }), ro = /* @__PURE__ */ I({
1229
+ }), uo = /* @__PURE__ */ I({
1230
1230
  __name: "index",
1231
1231
  props: {
1232
1232
  node: {},
1233
1233
  outer: { type: Boolean }
1234
1234
  },
1235
1235
  setup(t) {
1236
- const e = t, n = P(), l = R(), r = xe(), a = c(() => {
1236
+ const e = t, n = P(), l = M(), r = xe(), a = c(() => {
1237
1237
  var m;
1238
1238
  return (m = e.node.settings) == null ? void 0 : m.text;
1239
1239
  }), s = c(() => {
@@ -1279,8 +1279,8 @@ const lo = /* @__PURE__ */ I({
1279
1279
  for (const [l, r] of e)
1280
1280
  n[l] = r;
1281
1281
  return n;
1282
- }, so = {};
1283
- function ao(t, e) {
1282
+ }, co = {};
1283
+ function mo(t, e) {
1284
1284
  const n = z("v-card");
1285
1285
  return V(), A(n, null, {
1286
1286
  default: E(() => [
@@ -1289,14 +1289,14 @@ function ao(t, e) {
1289
1289
  _: 3
1290
1290
  });
1291
1291
  }
1292
- const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @__PURE__ */ I({
1292
+ const fo = /* @__PURE__ */ ue(co, [["render", mo]]), po = { key: 0 }, bo = /* @__PURE__ */ I({
1293
1293
  __name: "index",
1294
1294
  props: {
1295
1295
  node: {},
1296
1296
  outer: { type: Boolean }
1297
1297
  },
1298
1298
  setup(t) {
1299
- const e = t, n = P(), l = R(), r = c(() => {
1299
+ const e = t, n = P(), l = M(), r = c(() => {
1300
1300
  var i;
1301
1301
  return (i = e.node.settings) == null ? void 0 : i.value;
1302
1302
  }), a = c(() => {
@@ -1317,7 +1317,7 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1317
1317
  }), o = c(() => l.value ? "dark" : "light");
1318
1318
  return (i, d) => {
1319
1319
  const h = z("v-combobox");
1320
- return H(n) === "editor" ? (V(), M("div", co, [
1320
+ return H(n) === "editor" ? (V(), R("div", po, [
1321
1321
  B(h, {
1322
1322
  "model-value": r.value,
1323
1323
  label: a.value,
@@ -1339,34 +1339,34 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1339
1339
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1340
1340
  };
1341
1341
  }
1342
- }), fo = /* @__PURE__ */ I({
1342
+ }), yo = /* @__PURE__ */ I({
1343
1343
  __name: "index",
1344
1344
  props: {
1345
1345
  node: {},
1346
1346
  outer: { type: Boolean }
1347
1347
  },
1348
1348
  setup(t) {
1349
- const e = t, n = P(), l = K(), r = R(), a = U(), s = Z(), { applySize: f } = J(n, l, e), { applyMargin: y } = Ye(e), { applyPadding: b } = qe(e), { applyBorder: o } = Xe(r, e), i = c(() => {
1349
+ const e = t, n = P(), l = K(), r = M(), a = U(), s = Z(), { applySize: f } = J(n, l, e), { applyMargin: y } = Ye(e), { applyPadding: b } = qe(e), { applyBorder: o } = Xe(r, e), i = c(() => {
1350
1350
  var m;
1351
1351
  return (m = e.node.settings) == null ? void 0 : m.backgroundColor;
1352
1352
  }), { color: d } = ae(r, i), h = c(() => {
1353
1353
  const m = {}, u = s.value.type;
1354
1354
  return a === "page" ? u === "common" ? (f(m), y(m), b(m), o(m), d.value && (m.backgroundColor = d.value)) : console.assert(!1) : a === "comp" && u === "common" ? (f(m), y(m), b(m), o(m), d.value && (m.backgroundColor = d.value)) : console.assert(!1), m;
1355
1355
  });
1356
- return (m, u) => (V(), M("div", {
1356
+ return (m, u) => (V(), R("div", {
1357
1357
  style: oe(h.value)
1358
1358
  }, [
1359
1359
  G(m.$slots, "default")
1360
1360
  ], 4));
1361
1361
  }
1362
- }), po = /* @__PURE__ */ I({
1362
+ }), vo = /* @__PURE__ */ I({
1363
1363
  __name: "index",
1364
1364
  props: {
1365
1365
  node: {},
1366
1366
  outer: { type: Boolean }
1367
1367
  },
1368
1368
  setup(t) {
1369
- const e = t, n = R(), l = c(() => {
1369
+ const e = t, n = M(), l = c(() => {
1370
1370
  var u;
1371
1371
  return (u = e.node.size) == null ? void 0 : u.width;
1372
1372
  }), r = c(() => {
@@ -1419,7 +1419,7 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1419
1419
  "multi-sort": d.value,
1420
1420
  theme: h.value
1421
1421
  }, _e({ _: 2 }, [
1422
- mn(m.value, (p) => ({
1422
+ bn(m.value, (p) => ({
1423
1423
  name: `item.${p.column}`,
1424
1424
  fn: E(({ value: _ }) => [
1425
1425
  B(F, {
@@ -1431,7 +1431,7 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1431
1431
  ]), 1032, ["width", "height", "headers", "items", "density", "hover", "fixed-header", "fixed-footer", "loading", "multi-sort", "theme"]);
1432
1432
  };
1433
1433
  }
1434
- }), bo = ["id"], yo = /* @__PURE__ */ I({
1434
+ }), xo = ["id"], ho = /* @__PURE__ */ I({
1435
1435
  __name: "index",
1436
1436
  props: {
1437
1437
  node: {},
@@ -1441,8 +1441,8 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1441
1441
  const e = t, n = P(), l = xe(), r = c(() => {
1442
1442
  var f;
1443
1443
  return (f = e.node.basic) == null ? void 0 : f.id;
1444
- }), { open: a } = Lt(`runtimeDlg/${$t()}`);
1445
- return tn(l, e, (f) => {
1444
+ }), { open: a } = Dt(`runtimeDlg/${At()}`);
1445
+ return ln(l, e, (f) => {
1446
1446
  if (n !== "runtime" || !l.interpreter)
1447
1447
  return;
1448
1448
  const { name: b } = f;
@@ -1451,14 +1451,14 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1451
1451
  const b = z("v-dialog");
1452
1452
  return V(), A(b, {
1453
1453
  modelValue: H(a),
1454
- "onUpdate:modelValue": y[0] || (y[0] = (o) => It(a) ? a.value = o : null),
1454
+ "onUpdate:modelValue": y[0] || (y[0] = (o) => Et(a) ? a.value = o : null),
1455
1455
  attach: "#dialogContainer"
1456
1456
  }, {
1457
1457
  activator: E(() => [
1458
- H(n) === "editor" ? (V(), M("div", {
1458
+ H(n) === "editor" ? (V(), R("div", {
1459
1459
  key: 0,
1460
1460
  id: `__node__@${r.value}`
1461
- }, null, 8, bo)) : Nt("", !0)
1461
+ }, null, 8, xo)) : Lt("", !0)
1462
1462
  ]),
1463
1463
  default: E(() => [
1464
1464
  G(f.$slots, "default")
@@ -1467,20 +1467,20 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1467
1467
  }, 8, ["modelValue"]);
1468
1468
  };
1469
1469
  }
1470
- }), vo = /* @__PURE__ */ I({
1470
+ }), go = /* @__PURE__ */ I({
1471
1471
  __name: "index",
1472
1472
  props: {
1473
1473
  node: {},
1474
1474
  outer: { type: Boolean }
1475
1475
  },
1476
1476
  setup(t) {
1477
- const e = t, n = P(), l = K(), r = R(), a = U(), s = Z(), { applySize: f } = J(n, l, e), { applyMargin: y } = Ye(e), { applyPadding: b } = qe(e), { applyBorder: o } = Xe(r, e), i = c(() => {
1477
+ const e = t, n = P(), l = K(), r = M(), a = U(), s = Z(), { applySize: f } = J(n, l, e), { applyMargin: y } = Ye(e), { applyPadding: b } = qe(e), { applyBorder: o } = Xe(r, e), i = c(() => {
1478
1478
  var u;
1479
1479
  return (u = e.node.settings) == null ? void 0 : u.backgroundColor;
1480
1480
  }), { color: d } = ae(r, i), h = (u) => {
1481
1481
  var v, S, N, W;
1482
1482
  d.value && (u.backgroundColor = d.value), u.display = "flex";
1483
- const g = Ot(l.value.width), w = le(g, (v = e.node.settings) == null ? void 0 : v.direction);
1483
+ const g = Ut(l.value.width), w = le(g, (v = e.node.settings) == null ? void 0 : v.direction);
1484
1484
  w === "row" ? u.flexDirection = "row" : w === "rowReverse" ? u.flexDirection = "row-reverse" : w === "column" ? u.flexDirection = "column" : w === "columnReverse" && (u.flexDirection = "column-reverse");
1485
1485
  const p = le(g, (S = e.node.settings) == null ? void 0 : S.wrap);
1486
1486
  p === "no" ? u.flexWrap = "nowrap" : p === "yes" ? u.flexWrap = "wrap" : p === "reverse" && (u.flexWrap = "wrap-reverse");
@@ -1492,13 +1492,13 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1492
1492
  const u = {}, g = s.value.type;
1493
1493
  return a === "page" ? g === "common" ? (f(u), y(u), b(u), o(u), h(u)) : console.assert(!1) : a === "comp" && g === "common" ? (f(u), y(u), b(u), o(u), h(u)) : console.assert(!1), u;
1494
1494
  });
1495
- return (u, g) => (V(), M("div", {
1495
+ return (u, g) => (V(), R("div", {
1496
1496
  style: oe(m.value)
1497
1497
  }, [
1498
1498
  G(u.$slots, "default")
1499
1499
  ], 4));
1500
1500
  }
1501
- }), xo = /* @__PURE__ */ I({
1501
+ }), _o = /* @__PURE__ */ I({
1502
1502
  __name: "index",
1503
1503
  props: {
1504
1504
  node: {},
@@ -1515,20 +1515,20 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1515
1515
  const o = {}, i = a.value.type;
1516
1516
  return r === "page" ? i === "common" ? (s(o), o.flexGrow = f.value ? 1 : 0, o.flexShrink = y.value ? 1 : 0) : console.assert(!1) : r === "comp" && i === "common" ? (s(o), o.flexGrow = f.value ? 1 : 0, o.flexShrink = y.value ? 1 : 0) : console.assert(!1), o;
1517
1517
  });
1518
- return (o, i) => (V(), M("div", {
1518
+ return (o, i) => (V(), R("div", {
1519
1519
  style: oe(b.value)
1520
1520
  }, [
1521
1521
  G(o.$slots, "default")
1522
1522
  ], 4));
1523
1523
  }
1524
- }), ho = /* @__PURE__ */ I({
1524
+ }), ko = /* @__PURE__ */ I({
1525
1525
  __name: "index",
1526
1526
  props: {
1527
1527
  node: {},
1528
1528
  outer: { type: Boolean }
1529
1529
  },
1530
1530
  setup(t) {
1531
- const e = t, n = P(), l = K(), r = R(), a = U(), s = Z(), f = xe(), y = c({
1531
+ const e = t, n = P(), l = K(), r = M(), a = U(), s = Z(), f = xe(), y = c({
1532
1532
  get: () => {
1533
1533
  var p;
1534
1534
  return (p = e.node.settings) == null ? void 0 : p.valid;
@@ -1561,7 +1561,7 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1561
1561
  "onUpdate:modelValue": _[0] || (_[0] = (v) => y.value = v),
1562
1562
  style: oe(g.value),
1563
1563
  "fast-fail": b.value,
1564
- onSubmit: fn(w, ["prevent"])
1564
+ onSubmit: yn(w, ["prevent"])
1565
1565
  }, {
1566
1566
  default: E(() => [
1567
1567
  G(p.$slots, "default")
@@ -1570,7 +1570,7 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1570
1570
  }, 8, ["modelValue", "style", "fast-fail"]);
1571
1571
  };
1572
1572
  }
1573
- }), go = ["id"], _o = /* @__PURE__ */ I({
1573
+ }), wo = ["id"], Co = /* @__PURE__ */ I({
1574
1574
  __name: "index",
1575
1575
  props: {
1576
1576
  node: {},
@@ -1580,8 +1580,8 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1580
1580
  const e = t, n = P(), l = xe(), r = Q(0), a = Q(0), s = c(() => [r.value, a.value]), f = c(() => {
1581
1581
  var o;
1582
1582
  return (o = e.node.basic) == null ? void 0 : o.id;
1583
- }), { open: y } = Lt(`runtimeMenu/${$t()}`);
1584
- return tn(l, e, (o) => {
1583
+ }), { open: y } = Dt(`runtimeMenu/${At()}`);
1584
+ return ln(l, e, (o) => {
1585
1585
  if (n !== "runtime")
1586
1586
  return;
1587
1587
  const i = l.interpreter;
@@ -1593,17 +1593,17 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1593
1593
  const d = z("v-menu");
1594
1594
  return V(), A(d, {
1595
1595
  modelValue: H(y),
1596
- "onUpdate:modelValue": i[0] || (i[0] = (h) => It(y) ? y.value = h : null),
1596
+ "onUpdate:modelValue": i[0] || (i[0] = (h) => Et(y) ? y.value = h : null),
1597
1597
  "location-strategy": "connected",
1598
1598
  target: s.value,
1599
1599
  attach: "menuContainer",
1600
1600
  scrim: "transparent"
1601
1601
  }, {
1602
1602
  activator: E(() => [
1603
- H(n) === "editor" ? (V(), M("div", {
1603
+ H(n) === "editor" ? (V(), R("div", {
1604
1604
  key: 0,
1605
1605
  id: `__node__@${f.value}`
1606
- }, null, 8, go)) : Nt("", !0)
1606
+ }, null, 8, wo)) : Lt("", !0)
1607
1607
  ]),
1608
1608
  default: E(() => [
1609
1609
  G(o.$slots, "default")
@@ -1612,14 +1612,14 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1612
1612
  }, 8, ["modelValue", "target"]);
1613
1613
  };
1614
1614
  }
1615
- }), ko = { key: 0 }, wo = /* @__PURE__ */ I({
1615
+ }), Vo = { key: 0 }, So = /* @__PURE__ */ I({
1616
1616
  __name: "index",
1617
1617
  props: {
1618
1618
  node: {},
1619
1619
  outer: { type: Boolean }
1620
1620
  },
1621
1621
  setup(t) {
1622
- const e = t, n = P(), l = R(), r = c(() => {
1622
+ const e = t, n = P(), l = M(), r = c(() => {
1623
1623
  var i;
1624
1624
  return (i = e.node.settings) == null ? void 0 : i.value;
1625
1625
  }), a = c(() => {
@@ -1640,7 +1640,7 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1640
1640
  }), o = c(() => l.value ? "dark" : "light");
1641
1641
  return (i, d) => {
1642
1642
  const h = z("v-number-input");
1643
- return H(n) === "editor" ? (V(), M("div", ko, [
1643
+ return H(n) === "editor" ? (V(), R("div", Vo, [
1644
1644
  B(h, {
1645
1645
  "model-value": r.value,
1646
1646
  label: a.value,
@@ -1662,19 +1662,19 @@ const uo = /* @__PURE__ */ ue(so, [["render", ao]]), co = { key: 0 }, mo = /* @_
1662
1662
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1663
1663
  };
1664
1664
  }
1665
- }), Co = {};
1666
- function Vo(t, e) {
1665
+ }), To = {};
1666
+ function $o(t, e) {
1667
1667
  const n = z("v-rating");
1668
1668
  return V(), A(n);
1669
1669
  }
1670
- const So = /* @__PURE__ */ ue(Co, [["render", Vo]]), To = { key: 0 }, $o = /* @__PURE__ */ I({
1670
+ const Io = /* @__PURE__ */ ue(To, [["render", $o]]), No = { key: 0 }, Ao = /* @__PURE__ */ I({
1671
1671
  __name: "index",
1672
1672
  props: {
1673
1673
  node: {},
1674
1674
  outer: { type: Boolean }
1675
1675
  },
1676
1676
  setup(t) {
1677
- const e = t, n = P(), l = R(), r = c(() => {
1677
+ const e = t, n = P(), l = M(), r = c(() => {
1678
1678
  var i;
1679
1679
  return (i = e.node.settings) == null ? void 0 : i.value;
1680
1680
  }), a = c(() => {
@@ -1695,7 +1695,7 @@ const So = /* @__PURE__ */ ue(Co, [["render", Vo]]), To = { key: 0 }, $o = /* @_
1695
1695
  }), o = c(() => l.value ? "dark" : "light");
1696
1696
  return (i, d) => {
1697
1697
  const h = z("v-select");
1698
- return H(n) === "editor" ? (V(), M("div", To, [
1698
+ return H(n) === "editor" ? (V(), R("div", No, [
1699
1699
  B(h, {
1700
1700
  "model-value": r.value,
1701
1701
  label: a.value,
@@ -1717,7 +1717,7 @@ const So = /* @__PURE__ */ ue(Co, [["render", Vo]]), To = { key: 0 }, $o = /* @_
1717
1717
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1718
1718
  };
1719
1719
  }
1720
- }), Io = /* @__PURE__ */ I({
1720
+ }), Eo = /* @__PURE__ */ I({
1721
1721
  __name: "index",
1722
1722
  props: {
1723
1723
  node: {},
@@ -1744,26 +1744,26 @@ const So = /* @__PURE__ */ ue(Co, [["render", Vo]]), To = { key: 0 }, $o = /* @_
1744
1744
  return (o = e.node.settings) == null ? void 0 : o.italic;
1745
1745
  }), b = c(() => {
1746
1746
  var h;
1747
- const o = [], i = Ot(n.value.width), d = le(i, (h = e.node.settings) == null ? void 0 : h.style);
1747
+ const o = [], i = Ut(n.value.width), d = le(i, (h = e.node.settings) == null ? void 0 : h.style);
1748
1748
  return d && o.push(`text-${d}`), r.value === "high" ? o.push("text-high-emphasis") : r.value === "medium" ? o.push("text-medium-emphasis") : r.value === "disabled" && o.push("text-disabled"), a.value && o.push(`font-${a.value}`), s.value && o.push(`font-decoration-${s.value}`), f.value && o.push(`font-weight-${f.value}`), y.value && o.push("font-italic"), o.join(" ");
1749
1749
  });
1750
- return (o, i) => (V(), M("span", {
1751
- class: pn(b.value)
1752
- }, bn(l.value), 3));
1750
+ return (o, i) => (V(), R("span", {
1751
+ class: vn(b.value)
1752
+ }, xn(l.value), 3));
1753
1753
  }
1754
- }), No = {};
1755
- function Ao(t, e) {
1754
+ }), Lo = {};
1755
+ function Po(t, e) {
1756
1756
  const n = z("v-textarea");
1757
1757
  return V(), A(n);
1758
1758
  }
1759
- const Eo = /* @__PURE__ */ ue(No, [["render", Ao]]), Lo = { key: 0 }, Po = /* @__PURE__ */ I({
1759
+ const Wo = /* @__PURE__ */ ue(Lo, [["render", Po]]), Do = { key: 0 }, zo = /* @__PURE__ */ I({
1760
1760
  __name: "index",
1761
1761
  props: {
1762
1762
  node: {},
1763
1763
  outer: { type: Boolean }
1764
1764
  },
1765
1765
  setup(t) {
1766
- const e = t, n = P(), l = R(), r = c(() => {
1766
+ const e = t, n = P(), l = M(), r = c(() => {
1767
1767
  var m;
1768
1768
  return (m = e.node.settings) == null ? void 0 : m.label;
1769
1769
  }), a = c(() => {
@@ -1793,7 +1793,7 @@ const Eo = /* @__PURE__ */ ue(No, [["render", Ao]]), Lo = { key: 0 }, Po = /* @_
1793
1793
  });
1794
1794
  return (m, u) => {
1795
1795
  const g = z("v-text-field");
1796
- return H(n) === "editor" ? (V(), M("div", Lo, [
1796
+ return H(n) === "editor" ? (V(), R("div", Do, [
1797
1797
  B(g, {
1798
1798
  label: r.value,
1799
1799
  placeholder: a.value,
@@ -1895,17 +1895,17 @@ const Eo = /* @__PURE__ */ ue(No, [["render", Ao]]), Lo = { key: 0 }, Po = /* @_
1895
1895
  ]), 1032, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1896
1896
  };
1897
1897
  }
1898
- }), Wo = {};
1899
- function Do(t, e) {
1898
+ }), Bo = {};
1899
+ function Ro(t, e) {
1900
1900
  const n = z("v-timeline");
1901
1901
  return V(), A(n);
1902
1902
  }
1903
- const zo = /* @__PURE__ */ ue(Wo, [["render", Do]]), Bo = {};
1904
- function Mo(t, e) {
1903
+ const Mo = /* @__PURE__ */ ue(Bo, [["render", Ro]]), Fo = {};
1904
+ function Ho(t, e) {
1905
1905
  const n = z("v-timeline-item");
1906
1906
  return V(), A(n);
1907
1907
  }
1908
- const Ro = /* @__PURE__ */ ue(Bo, [["render", Mo]]), ke = "bar_chart_v1", we = "btn_v1", Ce = "card_v1", lt = "chip_v1", Ve = "combobox_v1", Se = "container_v1", Te = "data_table_v1", $e = "dialog_v1", Ie = "flex_layout_v1", sn = "flex_layout_entry_v1", Ne = "form_v1", Ae = "globality_v1", Ee = "line_chart_v1", Le = "menu_v1", Pe = "number_input_v1", We = "rating_v1", de = "ref_v1", De = "select_v1", ze = "text_v1", Be = "textarea_v1", Me = "text_field_v1", Re = "timeline_v1", an = "timeline_item_v1", k = {
1908
+ const Oo = /* @__PURE__ */ ue(Fo, [["render", Ho]]), ke = "bar_chart_v1", we = "btn_v1", Ce = "card_v1", lt = "chip_v1", Ve = "combobox_v1", Se = "container_v1", Te = "data_table_v1", $e = "dialog_v1", Ie = "flex_layout_v1", cn = "flex_layout_entry_v1", Ne = "form_v1", Ae = "globality_v1", Ee = "line_chart_v1", Le = "menu_v1", Pe = "number_input_v1", jo = "radio_v1", rt = "radio_group_v1", st = "range_slider_v1", We = "rating_v1", de = "ref_v1", De = "select_v1", at = "slider_v1", ze = "text_v1", Be = "textarea_v1", Re = "text_field_v1", Me = "timeline_v1", dn = "timeline_item_v1", k = {
1909
1909
  key: "basic",
1910
1910
  name: "x-runtime-lib.basic",
1911
1911
  children: [
@@ -1967,7 +1967,7 @@ const Ro = /* @__PURE__ */ ue(Bo, [["render", Mo]]), ke = "bar_chart_v1", we = "
1967
1967
  ]
1968
1968
  }
1969
1969
  ]
1970
- }, Fo = L(ce), te = {
1970
+ }, Ko = L(ce), te = {
1971
1971
  key: "border",
1972
1972
  name: "x-runtime-lib.border",
1973
1973
  children: [
@@ -1985,7 +1985,7 @@ const Ro = /* @__PURE__ */ ue(Bo, [["render", Mo]]), ke = "bar_chart_v1", we = "
1985
1985
  types: "borderWidthTypesV1",
1986
1986
  default: ""
1987
1987
  },
1988
- Fo,
1988
+ Ko,
1989
1989
  {
1990
1990
  key: "roundRadius",
1991
1991
  name: "x-runtime-lib.roundRadius",
@@ -2258,7 +2258,7 @@ Fe.children[3].defaultArray = [
2258
2258
  "Sat",
2259
2259
  "Sun"
2260
2260
  ];
2261
- const rt = {
2261
+ const ut = {
2262
2262
  key: "series",
2263
2263
  name: "x-runtime-lib.series",
2264
2264
  children: [
@@ -2284,21 +2284,21 @@ const rt = {
2284
2284
  data: [120, 200, 150, 80, 70, 110, 130]
2285
2285
  }
2286
2286
  ]
2287
- }, Ho = {
2287
+ }, Uo = {
2288
2288
  key: ke,
2289
2289
  name: "x-runtime-lib.barChart",
2290
- comp: Ui,
2290
+ comp: Yi,
2291
2291
  slots: [],
2292
2292
  events: [],
2293
2293
  methods: [],
2294
2294
  props: {
2295
- pageCommon: [k, D, fe, Fe, be, me, rt],
2296
- compCommon: [k, D, fe, Fe, be, me, rt]
2295
+ pageCommon: [k, D, fe, Fe, be, me, ut],
2296
+ compCommon: [k, D, fe, Fe, be, me, ut]
2297
2297
  }
2298
2298
  };
2299
- T(Ho);
2300
- const Oo = L(pe);
2301
- Oo.children[3].defaultArray = [
2299
+ T(Uo);
2300
+ const Zo = L(pe);
2301
+ Zo.children[3].defaultArray = [
2302
2302
  "Mon",
2303
2303
  "Tue",
2304
2304
  "Wed",
@@ -2307,7 +2307,7 @@ Oo.children[3].defaultArray = [
2307
2307
  "Sat",
2308
2308
  "Sun"
2309
2309
  ];
2310
- const st = {
2310
+ const ct = {
2311
2311
  key: "series",
2312
2312
  name: "x-runtime-lib.series",
2313
2313
  children: [
@@ -2333,27 +2333,27 @@ const st = {
2333
2333
  data: [150, 230, 224, 218, 135, 147, 260]
2334
2334
  }
2335
2335
  ]
2336
- }, jo = {
2336
+ }, Xo = {
2337
2337
  key: Ee,
2338
2338
  name: "x-runtime-lib.lineChart",
2339
- comp: Zi,
2339
+ comp: qi,
2340
2340
  slots: [],
2341
2341
  events: [],
2342
2342
  methods: [],
2343
2343
  props: {
2344
- pageCommon: [k, D, fe, pe, be, me, st],
2345
- compCommon: [k, D, fe, pe, be, me, st]
2344
+ pageCommon: [k, D, fe, pe, be, me, ct],
2345
+ compCommon: [k, D, fe, pe, be, me, ct]
2346
2346
  }
2347
2347
  };
2348
- T(jo);
2348
+ T(Xo);
2349
2349
  const Je = L(ce);
2350
2350
  Je.key = "backgroundColor";
2351
2351
  Je.name = "x-runtime-lib.backgroundColor";
2352
- const at = {
2352
+ const dt = {
2353
2353
  key: "globalSettings",
2354
2354
  name: "x-runtime-lib.globalSettings",
2355
2355
  children: [Je]
2356
- }, Ko = {
2356
+ }, Yo = {
2357
2357
  key: Ae,
2358
2358
  name: "x-runtime-lib.globality",
2359
2359
  comp: null,
@@ -2396,13 +2396,13 @@ const at = {
2396
2396
  ],
2397
2397
  methods: [],
2398
2398
  props: {
2399
- pageCommon: [at],
2400
- compCommon: [at]
2399
+ pageCommon: [dt],
2400
+ compCommon: [dt]
2401
2401
  },
2402
2402
  internal: !0
2403
2403
  };
2404
- T(Ko);
2405
- const ut = {
2404
+ T(Yo);
2405
+ const mt = {
2406
2406
  key: "ref",
2407
2407
  name: "x-runtime-lib.ref",
2408
2408
  children: [
@@ -2413,20 +2413,20 @@ const ut = {
2413
2413
  default: void 0
2414
2414
  }
2415
2415
  ]
2416
- }, Uo = {
2416
+ }, qo = {
2417
2417
  key: de,
2418
2418
  name: "x-runtime-lib.ref",
2419
- comp: lo,
2419
+ comp: ao,
2420
2420
  slots: [],
2421
2421
  events: [],
2422
2422
  methods: [],
2423
2423
  props: {
2424
- pageCommon: [k, D, ut],
2425
- compCommon: [k, D, ut]
2424
+ pageCommon: [k, D, mt],
2425
+ compCommon: [k, D, mt]
2426
2426
  }
2427
2427
  };
2428
- T(Uo);
2429
- const Zo = L(ce), ct = {
2428
+ T(qo);
2429
+ const Go = L(ce), ft = {
2430
2430
  key: "settings",
2431
2431
  name: "x-runtime-lib.settings",
2432
2432
  children: [
@@ -2456,7 +2456,7 @@ const Zo = L(ce), ct = {
2456
2456
  items: "densityItemsV1",
2457
2457
  default: "default"
2458
2458
  },
2459
- Zo,
2459
+ Go,
2460
2460
  {
2461
2461
  key: "block",
2462
2462
  name: "x-runtime-lib.block",
@@ -2464,10 +2464,10 @@ const Zo = L(ce), ct = {
2464
2464
  default: !1
2465
2465
  }
2466
2466
  ]
2467
- }, Xo = {
2467
+ }, Jo = {
2468
2468
  key: we,
2469
2469
  name: "x-runtime-lib.button",
2470
- comp: ro,
2470
+ comp: uo,
2471
2471
  slots: [],
2472
2472
  events: [
2473
2473
  {
@@ -2478,15 +2478,15 @@ const Zo = L(ce), ct = {
2478
2478
  ],
2479
2479
  methods: [],
2480
2480
  props: {
2481
- pageCommon: [k, ct],
2482
- compCommon: [k, ct]
2481
+ pageCommon: [k, ft],
2482
+ compCommon: [k, ft]
2483
2483
  }
2484
2484
  };
2485
- T(Xo);
2486
- const Yo = {
2485
+ T(Jo);
2486
+ const Qo = {
2487
2487
  key: Ce,
2488
2488
  name: "x-runtime-lib.card",
2489
- comp: uo,
2489
+ comp: fo,
2490
2490
  slots: [
2491
2491
  {
2492
2492
  key: "default",
@@ -2500,8 +2500,8 @@ const Yo = {
2500
2500
  compCommon: [k]
2501
2501
  }
2502
2502
  };
2503
- T(Yo);
2504
- const dt = {
2503
+ T(Qo);
2504
+ const pt = {
2505
2505
  key: "settings",
2506
2506
  name: "x-runtime-lib.settings",
2507
2507
  children: [
@@ -2542,30 +2542,30 @@ const dt = {
2542
2542
  default: !1
2543
2543
  }
2544
2544
  ]
2545
- }, qo = {
2545
+ }, el = {
2546
2546
  key: Ve,
2547
2547
  name: "x-runtime-lib.combobox",
2548
- comp: mo,
2548
+ comp: bo,
2549
2549
  slots: [],
2550
2550
  events: [],
2551
2551
  methods: [],
2552
2552
  props: {
2553
- pageCommon: [k, dt],
2554
- compCommon: [k, dt]
2553
+ pageCommon: [k, pt],
2554
+ compCommon: [k, pt]
2555
2555
  }
2556
2556
  };
2557
- T(qo);
2557
+ T(el);
2558
2558
  const Qe = L(ce);
2559
2559
  Qe.key = "backgroundColor";
2560
2560
  Qe.name = "x-runtime-lib.backgroundColor";
2561
- const mt = {
2561
+ const bt = {
2562
2562
  key: "settings",
2563
2563
  name: "x-runtime-lib.settings",
2564
2564
  children: [Qe]
2565
2565
  }, He = {
2566
2566
  key: Se,
2567
2567
  name: "x-runtime-lib.container",
2568
- comp: fo,
2568
+ comp: yo,
2569
2569
  slots: [
2570
2570
  {
2571
2571
  key: "default",
@@ -2581,12 +2581,12 @@ const mt = {
2581
2581
  ],
2582
2582
  methods: [],
2583
2583
  props: {
2584
- pageCommon: [k, D, te, ne, ie, mt],
2585
- compCommon: [k, D, te, ne, ie, mt]
2584
+ pageCommon: [k, D, te, ne, ie, bt],
2585
+ compCommon: [k, D, te, ne, ie, bt]
2586
2586
  }
2587
2587
  };
2588
2588
  T(He);
2589
- const ft = {
2589
+ const yt = {
2590
2590
  key: "size",
2591
2591
  name: "x-runtime-lib.size",
2592
2592
  children: [
@@ -2605,7 +2605,7 @@ const ft = {
2605
2605
  default: ""
2606
2606
  }
2607
2607
  ]
2608
- }, pt = {
2608
+ }, vt = {
2609
2609
  key: "settings",
2610
2610
  name: "x-runtime-lib.settings",
2611
2611
  children: [
@@ -2713,7 +2713,7 @@ const ft = {
2713
2713
  default: !1
2714
2714
  }
2715
2715
  ]
2716
- }, bt = {
2716
+ }, xt = {
2717
2717
  key: "slots",
2718
2718
  name: "x-runtime-lib.slots",
2719
2719
  children: [
@@ -2738,23 +2738,23 @@ const ft = {
2738
2738
  defaultArray: []
2739
2739
  }
2740
2740
  ]
2741
- }, Go = {
2741
+ }, tl = {
2742
2742
  key: Te,
2743
2743
  name: "x-runtime-lib.dataTable",
2744
- comp: po,
2744
+ comp: vo,
2745
2745
  slots: [],
2746
2746
  events: [],
2747
2747
  methods: [],
2748
2748
  props: {
2749
- pageCommon: [k, ft, pt, bt],
2750
- compCommon: [k, ft, pt, bt]
2749
+ pageCommon: [k, yt, vt, xt],
2750
+ compCommon: [k, yt, vt, xt]
2751
2751
  }
2752
2752
  };
2753
- T(Go);
2754
- const Jo = {
2753
+ T(tl);
2754
+ const nl = {
2755
2755
  key: $e,
2756
2756
  name: "x-runtime-lib.dialog",
2757
- comp: yo,
2757
+ comp: ho,
2758
2758
  slots: [
2759
2759
  {
2760
2760
  key: "default",
@@ -2782,8 +2782,8 @@ const Jo = {
2782
2782
  },
2783
2783
  teleport: !0
2784
2784
  };
2785
- T(Jo);
2786
- const yt = {
2785
+ T(nl);
2786
+ const ht = {
2787
2787
  key: "settings",
2788
2788
  name: "x-runtime-lib.settings",
2789
2789
  children: [
@@ -2801,9 +2801,9 @@ const yt = {
2801
2801
  }
2802
2802
  ]
2803
2803
  }, Oe = {
2804
- key: sn,
2804
+ key: cn,
2805
2805
  name: "x-runtime-lib.flexLayoutEntry",
2806
- comp: xo,
2806
+ comp: _o,
2807
2807
  slots: [
2808
2808
  {
2809
2809
  key: "default",
@@ -2813,12 +2813,12 @@ const yt = {
2813
2813
  events: [],
2814
2814
  methods: [],
2815
2815
  props: {
2816
- pageCommon: [k, D, yt],
2817
- compCommon: [k, D, yt]
2816
+ pageCommon: [k, D, ht],
2817
+ compCommon: [k, D, ht]
2818
2818
  }
2819
2819
  };
2820
2820
  T(Oe);
2821
- function Qo(t, e) {
2821
+ function il(t, e) {
2822
2822
  const n = `type=${t} subtype=${e}`, l = ve(t, e);
2823
2823
  if (!l) {
2824
2824
  console.error(`flexLayoutV1/spawn prop tag not found, ${n}`);
@@ -2851,7 +2851,7 @@ function Qo(t, e) {
2851
2851
  "60px",
2852
2852
  void 0
2853
2853
  ),
2854
- el(t, e)
2854
+ ol(t, e)
2855
2855
  ], a;
2856
2856
  }
2857
2857
  function je(t, e, n, l, r, a, s, f, y) {
@@ -2870,7 +2870,7 @@ function je(t, e, n, l, r, a, s, f, y) {
2870
2870
  const d = {};
2871
2871
  return re(d, i), d.basic.id = ee(16), d.basic.key = He.key, l && (d.size.width = l), r && (d.size.minWidth = r), s && (d.size.height = s), f && (d.size.minHeight = f), console.log(d), n && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = n, d.settings.backgroundColor.custom.dark = n), d.children = [], d;
2872
2872
  }
2873
- function el(t, e) {
2873
+ function ol(t, e) {
2874
2874
  const n = `type=${t} subtype=${e}`, l = ve(t, e);
2875
2875
  if (!l) {
2876
2876
  console.error(`flexLayoutV1/spawnEntry prop tag not found, ${n}`);
@@ -2903,7 +2903,7 @@ function el(t, e) {
2903
2903
  const et = L(ce);
2904
2904
  et.key = "backgroundColor";
2905
2905
  et.name = "x-runtime-lib.backgroundColor";
2906
- const vt = {
2906
+ const gt = {
2907
2907
  key: "settings",
2908
2908
  name: "x-runtime-lib.settings",
2909
2909
  children: [
@@ -3076,7 +3076,7 @@ const vt = {
3076
3076
  }, Ke = {
3077
3077
  key: Ie,
3078
3078
  name: "x-runtime-lib.flexLayout",
3079
- comp: vo,
3079
+ comp: go,
3080
3080
  slots: [
3081
3081
  {
3082
3082
  key: "default",
@@ -3092,13 +3092,13 @@ const vt = {
3092
3092
  ],
3093
3093
  methods: [],
3094
3094
  props: {
3095
- pageCommon: [k, D, te, ne, ie, vt],
3096
- compCommon: [k, D, te, ne, ie, vt]
3095
+ pageCommon: [k, D, te, ne, ie, gt],
3096
+ compCommon: [k, D, te, ne, ie, gt]
3097
3097
  },
3098
- spawn: Qo
3098
+ spawn: il
3099
3099
  };
3100
3100
  T(Ke);
3101
- const xt = {
3101
+ const _t = {
3102
3102
  key: "settings",
3103
3103
  name: "x-runtime-lib.settings",
3104
3104
  children: [
@@ -3116,10 +3116,10 @@ const xt = {
3116
3116
  default: !1
3117
3117
  }
3118
3118
  ]
3119
- }, tl = {
3119
+ }, ll = {
3120
3120
  key: Ne,
3121
3121
  name: "x-runtime-lib.form",
3122
- comp: ho,
3122
+ comp: ko,
3123
3123
  slots: [
3124
3124
  {
3125
3125
  key: "default",
@@ -3135,15 +3135,15 @@ const xt = {
3135
3135
  ],
3136
3136
  methods: [],
3137
3137
  props: {
3138
- pageCommon: [k, D, te, ne, ie, xt],
3139
- compCommon: [k, D, te, ne, ie, xt]
3138
+ pageCommon: [k, D, te, ne, ie, _t],
3139
+ compCommon: [k, D, te, ne, ie, _t]
3140
3140
  }
3141
3141
  };
3142
- T(tl);
3143
- const nl = {
3142
+ T(ll);
3143
+ const rl = {
3144
3144
  key: Le,
3145
3145
  name: "x-runtime-lib.menu",
3146
- comp: _o,
3146
+ comp: Co,
3147
3147
  slots: [
3148
3148
  {
3149
3149
  key: "default",
@@ -3171,8 +3171,8 @@ const nl = {
3171
3171
  },
3172
3172
  teleport: !0
3173
3173
  };
3174
- T(nl);
3175
- const ht = {
3174
+ T(rl);
3175
+ const kt = {
3176
3176
  key: "settings",
3177
3177
  name: "x-runtime-lib.settings",
3178
3178
  children: [
@@ -3213,23 +3213,23 @@ const ht = {
3213
3213
  default: !1
3214
3214
  }
3215
3215
  ]
3216
- }, il = {
3216
+ }, sl = {
3217
3217
  key: Pe,
3218
3218
  name: "x-runtime-lib.numberInput",
3219
- comp: wo,
3219
+ comp: So,
3220
3220
  slots: [],
3221
3221
  events: [],
3222
3222
  methods: [],
3223
3223
  props: {
3224
- pageCommon: [k, ht],
3225
- compCommon: [k, ht]
3224
+ pageCommon: [k, kt],
3225
+ compCommon: [k, kt]
3226
3226
  }
3227
3227
  };
3228
- T(il);
3229
- const ol = {
3228
+ T(sl);
3229
+ const al = {
3230
3230
  key: We,
3231
3231
  name: "x-runtime-lib.rating",
3232
- comp: So,
3232
+ comp: Io,
3233
3233
  slots: [],
3234
3234
  events: [],
3235
3235
  methods: [],
@@ -3238,8 +3238,8 @@ const ol = {
3238
3238
  compCommon: [k]
3239
3239
  }
3240
3240
  };
3241
- T(ol);
3242
- const gt = {
3241
+ T(al);
3242
+ const wt = {
3243
3243
  key: "settings",
3244
3244
  name: "x-runtime-lib.settings",
3245
3245
  children: [
@@ -3280,20 +3280,20 @@ const gt = {
3280
3280
  default: !1
3281
3281
  }
3282
3282
  ]
3283
- }, ll = {
3283
+ }, ul = {
3284
3284
  key: De,
3285
3285
  name: "x-runtime-lib.select",
3286
- comp: $o,
3286
+ comp: Ao,
3287
3287
  slots: [],
3288
3288
  events: [],
3289
3289
  methods: [],
3290
3290
  props: {
3291
- pageCommon: [k, gt],
3292
- compCommon: [k, gt]
3291
+ pageCommon: [k, wt],
3292
+ compCommon: [k, wt]
3293
3293
  }
3294
3294
  };
3295
- T(ll);
3296
- const _t = {
3295
+ T(ul);
3296
+ const Ct = {
3297
3297
  key: "settings",
3298
3298
  name: "x-runtime-lib.settings",
3299
3299
  children: [
@@ -3379,23 +3379,23 @@ const _t = {
3379
3379
  default: !1
3380
3380
  }
3381
3381
  ]
3382
- }, rl = {
3382
+ }, cl = {
3383
3383
  key: ze,
3384
3384
  name: "x-runtime-lib.text",
3385
- comp: Io,
3385
+ comp: Eo,
3386
3386
  slots: [],
3387
3387
  events: [],
3388
3388
  methods: [],
3389
3389
  props: {
3390
- pageCommon: [k, _t],
3391
- compCommon: [k, _t]
3390
+ pageCommon: [k, Ct],
3391
+ compCommon: [k, Ct]
3392
3392
  }
3393
3393
  };
3394
- T(rl);
3395
- const sl = {
3394
+ T(cl);
3395
+ const dl = {
3396
3396
  key: Be,
3397
3397
  name: "x-runtime-lib.textarea",
3398
- comp: Eo,
3398
+ comp: Wo,
3399
3399
  slots: [],
3400
3400
  events: [],
3401
3401
  methods: [],
@@ -3404,8 +3404,8 @@ const sl = {
3404
3404
  compCommon: [k]
3405
3405
  }
3406
3406
  };
3407
- T(sl);
3408
- const kt = {
3407
+ T(dl);
3408
+ const Vt = {
3409
3409
  key: "settings",
3410
3410
  name: "x-runtime-lib.settings",
3411
3411
  children: [
@@ -3440,7 +3440,7 @@ const kt = {
3440
3440
  default: !1
3441
3441
  }
3442
3442
  ]
3443
- }, wt = {
3443
+ }, St = {
3444
3444
  key: "slots",
3445
3445
  name: "x-runtime-lib.slots",
3446
3446
  children: [
@@ -3469,10 +3469,10 @@ const kt = {
3469
3469
  default: void 0
3470
3470
  }
3471
3471
  ]
3472
- }, al = {
3473
- key: Me,
3472
+ }, ml = {
3473
+ key: Re,
3474
3474
  name: "x-runtime-lib.textField",
3475
- comp: Po,
3475
+ comp: zo,
3476
3476
  slots: [
3477
3477
  {
3478
3478
  key: "append",
@@ -3494,15 +3494,15 @@ const kt = {
3494
3494
  events: [],
3495
3495
  methods: [],
3496
3496
  props: {
3497
- pageCommon: [k, kt, wt],
3498
- compCommon: [k, kt, wt]
3497
+ pageCommon: [k, Vt, St],
3498
+ compCommon: [k, Vt, St]
3499
3499
  }
3500
3500
  };
3501
- T(al);
3502
- const ul = {
3503
- key: Re,
3501
+ T(ml);
3502
+ const fl = {
3503
+ key: Me,
3504
3504
  name: "x-runtime-lib.timeline",
3505
- comp: zo,
3505
+ comp: Mo,
3506
3506
  slots: [
3507
3507
  {
3508
3508
  key: "default",
@@ -3516,11 +3516,11 @@ const ul = {
3516
3516
  compCommon: [k]
3517
3517
  }
3518
3518
  };
3519
- T(ul);
3520
- const cl = {
3521
- key: an,
3519
+ T(fl);
3520
+ const pl = {
3521
+ key: dn,
3522
3522
  name: "x-runtime-lib.timelineItem",
3523
- comp: Ro,
3523
+ comp: Oo,
3524
3524
  slots: [
3525
3525
  {
3526
3526
  key: "default",
@@ -3534,46 +3534,46 @@ const cl = {
3534
3534
  compCommon: [k]
3535
3535
  }
3536
3536
  };
3537
- T(cl);
3538
- const dl = [
3537
+ T(pl);
3538
+ const bl = [
3539
3539
  { title: "x-runtime-lib.value", value: "value" },
3540
3540
  { title: "x-runtime-lib.category", value: "category" },
3541
3541
  { title: "x-runtime-lib.time", value: "time" },
3542
3542
  { title: "x-runtime-lib.log", value: "log" }
3543
- ], ml = [
3543
+ ], yl = [
3544
3544
  { title: "x-runtime-lib.notSet", value: "" },
3545
3545
  { title: "x-runtime-lib.solid", value: "solid" },
3546
3546
  { title: "x-runtime-lib.dashed", value: "dashed" },
3547
3547
  { title: "x-runtime-lib.dotted", value: "dotted" }
3548
- ], fl = [
3548
+ ], vl = [
3549
3549
  { title: "x-runtime-lib.elevated", value: "elevated" },
3550
3550
  { title: "x-runtime-lib.flat", value: "flat" },
3551
3551
  { title: "x-runtime-lib.tonal", value: "tonal" },
3552
3552
  { title: "x-runtime-lib.outlined", value: "outlined" },
3553
3553
  { title: "x-runtime-lib.text", value: "text" },
3554
3554
  { title: "x-runtime-lib.plain", value: "plain" }
3555
- ], pl = [
3555
+ ], xl = [
3556
3556
  { title: "x-runtime-lib.notSet", value: "" },
3557
3557
  { title: "x-runtime-lib.theme", value: "theme" },
3558
3558
  { title: "x-runtime-lib.custom", value: "custom" }
3559
- ], bl = [
3559
+ ], hl = [
3560
3560
  { title: "x-runtime-lib.default", value: "default" },
3561
3561
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
3562
3562
  { title: "x-runtime-lib.compact", value: "compact" }
3563
- ], yl = [
3563
+ ], gl = [
3564
3564
  { title: "x-runtime-lib.notSet", value: "" },
3565
3565
  { title: "x-runtime-lib.start", value: "start" },
3566
3566
  { title: "x-runtime-lib.end", value: "end" },
3567
3567
  { title: "x-runtime-lib.center", value: "center" },
3568
3568
  { title: "x-runtime-lib.baseline", value: "baseline" },
3569
3569
  { title: "x-runtime-lib.stretch", value: "stretch" }
3570
- ], vl = [
3570
+ ], _l = [
3571
3571
  { title: "x-runtime-lib.notSet", value: "" },
3572
3572
  { title: "x-runtime-lib.row", value: "row" },
3573
3573
  { title: "x-runtime-lib.rowReverse", value: "rowReverse" },
3574
3574
  { title: "x-runtime-lib.column", value: "column" },
3575
3575
  { title: "x-runtime-lib.columnReverse", value: "columnReverse" }
3576
- ], xl = [
3576
+ ], kl = [
3577
3577
  { title: "x-runtime-lib.notSet", value: "" },
3578
3578
  { title: "x-runtime-lib.start", value: "start" },
3579
3579
  { title: "x-runtime-lib.end", value: "end" },
@@ -3581,12 +3581,12 @@ const dl = [
3581
3581
  { title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
3582
3582
  { title: "x-runtime-lib.spaceAround", value: "spaceAround" },
3583
3583
  { title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
3584
- ], hl = [
3584
+ ], wl = [
3585
3585
  { title: "x-runtime-lib.notSet", value: "" },
3586
3586
  { title: "x-runtime-lib.no", value: "no" },
3587
3587
  { title: "x-runtime-lib.yes", value: "yes" },
3588
3588
  { title: "x-runtime-lib.reverse", value: "reverse" }
3589
- ], gl = [
3589
+ ], Cl = [
3590
3590
  { title: "x-runtime-lib.notSet", value: "" },
3591
3591
  { title: "x-runtime-lib.black", value: "black" },
3592
3592
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -3594,7 +3594,7 @@ const dl = [
3594
3594
  { title: "x-runtime-lib.regular", value: "regular" },
3595
3595
  { title: "x-runtime-lib.light", value: "light" },
3596
3596
  { title: "x-runtime-lib.thin", value: "thin" }
3597
- ], _l = [
3597
+ ], Vl = [
3598
3598
  { title: "x-runtime-lib.notSet", value: "" },
3599
3599
  { title: "x-runtime-lib.start", value: "start" },
3600
3600
  { title: "x-runtime-lib.center", value: "center" },
@@ -3602,18 +3602,18 @@ const dl = [
3602
3602
  { title: "x-runtime-lib.justify", value: "justify" },
3603
3603
  { title: "x-runtime-lib.left", value: "left" },
3604
3604
  { title: "x-runtime-lib.right", value: "right" }
3605
- ], kl = [
3605
+ ], Sl = [
3606
3606
  { title: "x-runtime-lib.notSet", value: "" },
3607
3607
  { title: "x-runtime-lib.none", value: "none" },
3608
3608
  { title: "x-runtime-lib.overline", value: "overline" },
3609
3609
  { title: "x-runtime-lib.underline", value: "underline" },
3610
3610
  { title: "x-runtime-lib.lineThrough", value: "line-through" }
3611
- ], wl = [
3611
+ ], Tl = [
3612
3612
  { title: "x-runtime-lib.notSet", value: "" },
3613
3613
  { title: "x-runtime-lib.high", value: "high" },
3614
3614
  { title: "x-runtime-lib.medium", value: "medium" },
3615
3615
  { title: "x-runtime-lib.disabled", value: "disabled" }
3616
- ], Cl = [
3616
+ ], $l = [
3617
3617
  { title: "x-runtime-lib.notSet", value: "" },
3618
3618
  { title: "x-runtime-lib.h1", value: "h1" },
3619
3619
  { title: "x-runtime-lib.h2", value: "h2" },
@@ -3628,7 +3628,7 @@ const dl = [
3628
3628
  { title: "x-runtime-lib.button", value: "button" },
3629
3629
  { title: "x-runtime-lib.caption", value: "caption" },
3630
3630
  { title: "x-runtime-lib.overline", value: "overline" }
3631
- ], Vl = [
3631
+ ], Il = [
3632
3632
  { title: "x-runtime-lib.notSet", value: "" },
3633
3633
  { title: "x-runtime-lib.primary", value: "primary" },
3634
3634
  { title: "x-runtime-lib.secondary", value: "secondary" },
@@ -3639,24 +3639,24 @@ const dl = [
3639
3639
  { title: "x-runtime-lib.background0", value: "background0" },
3640
3640
  { title: "x-runtime-lib.background1", value: "background1" },
3641
3641
  { title: "x-runtime-lib.background2", value: "background2" }
3642
- ], Sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3642
+ ], Nl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3643
3643
  __proto__: null,
3644
- axisTypeItemsV1: dl,
3645
- borderStyleItemsV1: ml,
3646
- btnVariantItemsV1: fl,
3647
- colorModeItemsV1: pl,
3648
- densityItemsV1: bl,
3649
- flexCrossAlignItemsV1: yl,
3650
- flexDirectionItemsV1: vl,
3651
- flexMainAlignItemsV1: xl,
3652
- flexWrapItemsV1: hl,
3653
- fontWeightItemsV1: gl,
3654
- textAlignItemsV1: _l,
3655
- textDecorationItemsV1: kl,
3656
- textEmphasisItemsV1: wl,
3657
- textStyleItemsV1: Cl,
3658
- themeColorItemsV1: Vl
3659
- }, Symbol.toStringTag, { value: "Module" })), Tl = [
3644
+ axisTypeItemsV1: bl,
3645
+ borderStyleItemsV1: yl,
3646
+ btnVariantItemsV1: vl,
3647
+ colorModeItemsV1: xl,
3648
+ densityItemsV1: hl,
3649
+ flexCrossAlignItemsV1: gl,
3650
+ flexDirectionItemsV1: _l,
3651
+ flexMainAlignItemsV1: kl,
3652
+ flexWrapItemsV1: wl,
3653
+ fontWeightItemsV1: Cl,
3654
+ textAlignItemsV1: Vl,
3655
+ textDecorationItemsV1: Sl,
3656
+ textEmphasisItemsV1: Tl,
3657
+ textStyleItemsV1: $l,
3658
+ themeColorItemsV1: Il
3659
+ }, Symbol.toStringTag, { value: "Module" })), Al = [
3660
3660
  {
3661
3661
  title: "x-runtime-lib.notSet",
3662
3662
  value: "",
@@ -3696,7 +3696,7 @@ const dl = [
3696
3696
  max: 1 / 0,
3697
3697
  step: 1
3698
3698
  }
3699
- ], $l = [
3699
+ ], El = [
3700
3700
  {
3701
3701
  title: "x-runtime-lib.notSet",
3702
3702
  value: "",
@@ -3718,7 +3718,7 @@ const dl = [
3718
3718
  validator: (t) => t === "right",
3719
3719
  default: "right"
3720
3720
  }
3721
- ], Il = [
3721
+ ], Ll = [
3722
3722
  {
3723
3723
  title: "x-runtime-lib.notSet",
3724
3724
  value: "",
@@ -3748,7 +3748,7 @@ const dl = [
3748
3748
  precision: 6,
3749
3749
  default: "0%"
3750
3750
  }
3751
- ], Nl = [
3751
+ ], Pl = [
3752
3752
  {
3753
3753
  title: "x-runtime-lib.notSet",
3754
3754
  value: "",
@@ -3773,7 +3773,7 @@ const dl = [
3773
3773
  min: 0,
3774
3774
  default: "0%"
3775
3775
  }
3776
- ], Al = [
3776
+ ], Wl = [
3777
3777
  {
3778
3778
  title: "x-runtime-lib.notSet",
3779
3779
  value: "",
@@ -3798,7 +3798,7 @@ const dl = [
3798
3798
  min: 0,
3799
3799
  default: "0%"
3800
3800
  }
3801
- ], El = [
3801
+ ], Dl = [
3802
3802
  {
3803
3803
  title: "x-runtime-lib.notSet",
3804
3804
  value: "",
@@ -3827,7 +3827,7 @@ const dl = [
3827
3827
  validator: (t) => t === "end",
3828
3828
  default: "end"
3829
3829
  }
3830
- ], Ll = [
3830
+ ], zl = [
3831
3831
  {
3832
3832
  title: "x-runtime-lib.notSet",
3833
3833
  value: "",
@@ -3849,21 +3849,21 @@ const dl = [
3849
3849
  validator: (t) => t === "bottom",
3850
3850
  default: "bottom"
3851
3851
  }
3852
- ], Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3852
+ ], Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3853
3853
  __proto__: null,
3854
- borderWidthTypesV1: Tl,
3855
- leftRightTypesV1: $l,
3856
- marginTypesV1: Il,
3857
- paddingTypesV1: Nl,
3858
- sizeTypesV1: Al,
3859
- tableColumnAlignTypesV1: El,
3860
- topBottomTypesV1: Ll
3861
- }, Symbol.toStringTag, { value: "Module" })), Wl = {
3854
+ borderWidthTypesV1: Al,
3855
+ leftRightTypesV1: El,
3856
+ marginTypesV1: Ll,
3857
+ paddingTypesV1: Pl,
3858
+ sizeTypesV1: Wl,
3859
+ tableColumnAlignTypesV1: Dl,
3860
+ topBottomTypesV1: zl
3861
+ }, Symbol.toStringTag, { value: "Module" })), Rl = {
3862
3862
  version: "v1",
3863
3863
  globalityKey: Ae,
3864
3864
  refKey: de,
3865
- items: { ...Sl },
3866
- types: { ...Pl },
3865
+ items: { ...Nl },
3866
+ types: { ...Bl },
3867
3867
  elements: /* @__PURE__ */ new Set([
3868
3868
  ke,
3869
3869
  we,
@@ -3874,20 +3874,24 @@ const dl = [
3874
3874
  Te,
3875
3875
  $e,
3876
3876
  Ie,
3877
- sn,
3877
+ cn,
3878
3878
  Ne,
3879
3879
  Ae,
3880
3880
  Ee,
3881
3881
  Le,
3882
3882
  Pe,
3883
+ jo,
3884
+ rt,
3885
+ st,
3883
3886
  We,
3884
3887
  de,
3885
3888
  De,
3889
+ at,
3886
3890
  ze,
3887
3891
  Be,
3888
- Me,
3889
3892
  Re,
3890
- an
3893
+ Me,
3894
+ dn
3891
3895
  ]),
3892
3896
  groups: [
3893
3897
  {
@@ -3910,11 +3914,14 @@ const dl = [
3910
3914
  items: [
3911
3915
  Ne,
3912
3916
  ze,
3913
- Me,
3917
+ Re,
3914
3918
  Be,
3915
3919
  Pe,
3916
3920
  De,
3917
- Ve
3921
+ Ve,
3922
+ rt,
3923
+ at,
3924
+ st
3918
3925
  ]
3919
3926
  },
3920
3927
  {
@@ -3925,12 +3932,12 @@ const dl = [
3925
3932
  {
3926
3933
  key: "feedback",
3927
3934
  name: "x-runtime-lib.feedback",
3928
- items: [We, Re]
3935
+ items: [We, Me]
3929
3936
  }
3930
3937
  ]
3931
3938
  }, tt = {
3932
- v1: Wl
3933
- }, Dl = (t, e, n) => {
3939
+ v1: Rl
3940
+ }, Ml = (t, e, n) => {
3934
3941
  const l = t[e];
3935
3942
  return l ? typeof l == "function" ? l() : Promise.resolve(l) : new Promise((r, a) => {
3936
3943
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
@@ -3943,71 +3950,71 @@ const dl = [
3943
3950
  );
3944
3951
  });
3945
3952
  };
3946
- async function ir(t) {
3947
- return (await Dl(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.fszyu6so.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.irnr7jqe.js") }), `./locales/${t}/index.ts`, 4)).default;
3953
+ async function sr(t) {
3954
+ return (await Ml(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.dolbu30a.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.em1gz0hz.js") }), `./locales/${t}/index.ts`, 4)).default;
3948
3955
  }
3949
3956
  export {
3950
- Ho as barChartV1,
3951
- Ht as breakpoints,
3952
- Xo as btnV1,
3953
- Ot as calcBreakpoint,
3954
- Yo as cardV1,
3955
- qo as comboboxV1,
3957
+ Uo as barChartV1,
3958
+ Kt as breakpoints,
3959
+ Jo as btnV1,
3960
+ Ut as calcBreakpoint,
3961
+ Qo as cardV1,
3962
+ el as comboboxV1,
3956
3963
  He as containerV1,
3957
- Go as dataTableV1,
3958
- Jo as dialogV1,
3959
- Mn as duplicateNode,
3960
- Zl as duplicateNodes,
3964
+ tl as dataTableV1,
3965
+ nl as dialogV1,
3966
+ Hn as duplicateNode,
3967
+ Gl as duplicateNodes,
3961
3968
  q as elements,
3962
- tr as ensureContext,
3963
- nr as fieldTypes,
3969
+ lr as ensureContext,
3970
+ rr as fieldTypes,
3964
3971
  Oe as flexLayoutEntryV1,
3965
3972
  Ke as flexLayoutV1,
3966
- tl as formV1,
3973
+ ll as formV1,
3967
3974
  ee as genId,
3968
3975
  le as getBreakpointProp,
3969
3976
  it as getIndexOfBreakpoint,
3970
- Ul as getNode,
3977
+ ql as getNode,
3971
3978
  ot as getPropDefault,
3972
3979
  ve as getPropTag,
3973
- Ko as globalityV1,
3980
+ Yo as globalityV1,
3974
3981
  re as initProps,
3975
- R as injectDark,
3982
+ M as injectDark,
3976
3983
  Z as injectData,
3977
- Qt as injectDepends,
3984
+ nn as injectDepends,
3978
3985
  K as injectDevice,
3979
- Jt as injectEnv,
3986
+ tn as injectEnv,
3980
3987
  P as injectMode,
3981
3988
  xe as injectSandbox,
3982
3989
  U as injectType,
3983
3990
  Ge as isPercentStr,
3984
3991
  ye as isPixelStr,
3985
- jo as lineChartV1,
3986
- ir as loadLocaleMessageRuntime,
3987
- nl as menuV1,
3988
- rn as newEventBus,
3989
- il as numberInputV1,
3992
+ Xo as lineChartV1,
3993
+ sr as loadLocaleMessageRuntime,
3994
+ rl as menuV1,
3995
+ un as newEventBus,
3996
+ sl as numberInputV1,
3990
3997
  ge as parsePercentStr,
3991
- Kl as parsePixelStr,
3998
+ Yl as parsePixelStr,
3992
3999
  tt as pkgs,
3993
- Gl as provideDark,
3994
- Ql as provideData,
3995
- er as provideDepends,
3996
- ql as provideDevice,
3997
- Xl as provideEnv,
3998
- Yl as provideMode,
3999
- en as provideSandbox,
4000
- Jl as provideType,
4001
- ol as ratingV1,
4002
- Uo as refV1,
4003
- zn as reverseBreakpoints,
4004
- ll as selectV1,
4005
- Bn as spawnNode,
4006
- on as startInterpreter,
4007
- ln as stopInterpreter,
4008
- al as textFieldV1,
4009
- rl as textV1,
4010
- sl as textareaV1,
4011
- cl as timelineEntryV1,
4012
- ul as timelineV1
4000
+ tr as provideDark,
4001
+ ir as provideData,
4002
+ or as provideDepends,
4003
+ er as provideDevice,
4004
+ Jl as provideEnv,
4005
+ Ql as provideMode,
4006
+ on as provideSandbox,
4007
+ nr as provideType,
4008
+ al as ratingV1,
4009
+ qo as refV1,
4010
+ Mn as reverseBreakpoints,
4011
+ ul as selectV1,
4012
+ Fn as spawnNode,
4013
+ sn as startInterpreter,
4014
+ an as stopInterpreter,
4015
+ ml as textFieldV1,
4016
+ cl as textV1,
4017
+ dl as textareaV1,
4018
+ pl as timelineEntryV1,
4019
+ fl as timelineV1
4013
4020
  };