x-runtime-lib 0.7.39 → 0.7.41

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,10 +1,10 @@
1
- import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as Ie, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as li, onMounted as ai, nextTick as ui, createElementBlock as re, openBlock as I, normalizeStyle as ie, createBlock as N, h as J, resolveComponent as W, unref as o, withCtx as P, renderSlot as j, createVNode as Z, isRef as X, createSlots as Yt, renderList as io, useId as ci, createCommentVNode as di, withModifiers as oo, normalizeClass as so, toDisplayString as ro } from "vue";
2
- import { waitUtil as mi, eventBus as Qt, messageInfo as lo, messageSuccess as ao, messageWarning as pi, messageError as fi, createAxios as uo, globalObjects as He, openConfirmDlg as co, openPromptDlg as mo, useViewStack as bi, injectDark as po } from "x-essential-lib";
3
- import { useTheme as fo } from "vuetify";
4
- import { c as G, u as bo, r as yi, e as hi, i as yo, a as ho, b as xo, d as go, f as vo, g as ko, h as _o, j as wo, I as Vo, m as $o, k as xi } from "./vendor.hc5p3stp.js";
5
- import { useI18n as gi } from "vue-i18n";
6
- import { getErrorMessage as Io } from "x-error-lib";
7
- const ye = {}, Co = {
1
+ import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as oo, onUnmounted as Ie, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as ui, onMounted as ci, nextTick as di, createElementBlock as re, openBlock as I, normalizeStyle as ie, createBlock as N, h as J, resolveComponent as W, unref as o, withCtx as P, renderSlot as j, createVNode as Z, isRef as X, createSlots as Yt, renderList as so, useId as mi, createCommentVNode as pi, withModifiers as ro, normalizeClass as lo, toDisplayString as ao } from "vue";
2
+ import { waitUtil as fi, eventBus as Qt, messageInfo as uo, messageSuccess as co, messageWarning as bi, messageError as yi, createAxios as mo, globalObjects as He, openConfirmDlg as po, openPromptDlg as fo, useViewStack as hi, injectDark as bo } from "x-essential-lib";
3
+ import { useTheme as yo } from "vuetify";
4
+ import { c as G, u as ho, r as xi, e as gi, i as xo, a as go, b as vo, d as ko, f as _o, g as wo, h as Vo, j as $o, I as Io, m as Co, k as vi } from "./vendor.hc5p3stp.js";
5
+ import { useI18n as ki } from "vue-i18n";
6
+ import { getErrorMessage as So } from "x-error-lib";
7
+ const ye = {}, To = {
8
8
  key: "add",
9
9
  name: "x-runtime-lib.add",
10
10
  inputs: [],
@@ -16,9 +16,9 @@ const ye = {}, Co = {
16
16
  }
17
17
  ]
18
18
  }, T = (i) => {
19
- i.leaf || i.methods.unshift(Co), ye[i.key] = i;
19
+ i.leaf || i.methods.unshift(To), ye[i.key] = i;
20
20
  };
21
- function vi(i) {
21
+ function _i(i) {
22
22
  const e = V(() => i.node.legend?.show), t = V(() => i.node.legend?.data);
23
23
  function r(n) {
24
24
  n.legend = {
@@ -28,14 +28,14 @@ function vi(i) {
28
28
  }
29
29
  return { show: e, data: t, applyLegend: r };
30
30
  }
31
- function ki(i) {
31
+ function wi(i) {
32
32
  const e = V(() => i.node.series);
33
33
  function t(r) {
34
34
  r.series = e.value;
35
35
  }
36
36
  return { series: e, applySeries: t };
37
37
  }
38
- function _i(i) {
38
+ function Vi(i) {
39
39
  const e = V(() => i.node.title?.show), t = V(() => i.node.title?.text), r = V(() => i.node.title?.subtext);
40
40
  function n(s) {
41
41
  s.title = {
@@ -46,7 +46,7 @@ function _i(i) {
46
46
  }
47
47
  return { show: e, text: t, subtext: r, applyTitle: n };
48
48
  }
49
- function wi(i) {
49
+ function $i(i) {
50
50
  const e = V(() => i.node.xAxis?.show), t = V(() => i.node.xAxis?.position), r = V(() => i.node.xAxis?.type), n = V(() => i.node.xAxis?.data);
51
51
  function s(a) {
52
52
  a.xAxis = {
@@ -58,7 +58,7 @@ function wi(i) {
58
58
  }
59
59
  return { show: e, position: t, type: r, data: n, applyXAxis: s };
60
60
  }
61
- function Vi(i) {
61
+ function Ii(i) {
62
62
  const e = V(() => i.node.yAxis?.show), t = V(() => i.node.yAxis?.position), r = V(() => i.node.yAxis?.type), n = V(() => i.node.yAxis?.data);
63
63
  function s(a) {
64
64
  a.yAxis = {
@@ -71,7 +71,7 @@ function Vi(i) {
71
71
  return { show: e, position: t, type: r, data: n, applyYAxis: s };
72
72
  }
73
73
  function Y(i, e) {
74
- const { computedThemes: t } = fo(), r = V(() => e.value?.mode), n = V(() => {
74
+ const { computedThemes: t } = yo(), r = V(() => e.value?.mode), n = V(() => {
75
75
  const u = e.value?.theme;
76
76
  return u ? u === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : u === "background1" ? i.value ? "#272727" : "#eeeeee" : u === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? t.value.dark : t.value.light).colors[u] : void 0;
77
77
  }), s = V(() => i.value ? e.value.custom?.dark : e.value.custom?.light);
@@ -119,7 +119,7 @@ function on(i) {
119
119
  const e = i.substring(0, i.length - 1), t = parseFloat(e);
120
120
  return !isNaN(t);
121
121
  }
122
- function Ea(i) {
122
+ function Fa(i) {
123
123
  if (typeof i != "string" || !i.endsWith("px"))
124
124
  return;
125
125
  const e = i.substring(0, i.length - 2), t = parseFloat(e);
@@ -133,16 +133,16 @@ function Le(i) {
133
133
  if (!isNaN(t))
134
134
  return t;
135
135
  }
136
- const $i = ["xs", "sm", "md", "lg", "xl"], So = [...$i].reverse();
137
- function Ii(i) {
136
+ const Ci = ["xs", "sm", "md", "lg", "xl"], zo = [...Ci].reverse();
137
+ function Si(i) {
138
138
  return i < 600 ? "xs" : i < 960 ? "sm" : i < 1280 ? "md" : i < 1920 ? "lg" : "xl";
139
139
  }
140
140
  function yn(i) {
141
- return $i.findIndex((e) => e === i);
141
+ return Ci.findIndex((e) => e === i);
142
142
  }
143
143
  function we(i, e) {
144
144
  let t;
145
- for (const r of So) {
145
+ for (const r of zo) {
146
146
  if (yn(r) < yn(i))
147
147
  break;
148
148
  e[r] && (t = e[r]);
@@ -153,13 +153,9 @@ function E(i, e) {
153
153
  if (i === "page") {
154
154
  if (e == "common")
155
155
  return "pageCommon";
156
- console.assert(!1);
157
- } else if (i === "comp") {
158
- if (e === "common")
159
- return "compCommon";
160
- console.assert(!1);
161
- } else
162
- console.assert(!1);
156
+ } else if (i === "comp" && e === "common")
157
+ return "compCommon";
158
+ console.assert(!1, `invalid prop tag type=${i} subtype=${e}`);
163
159
  }
164
160
  function hn(i, e) {
165
161
  if (i.array)
@@ -182,7 +178,7 @@ function D(i, e) {
182
178
  }
183
179
  e.forEach((r) => t(i, r));
184
180
  }
185
- function To(i, e, t, r, n) {
181
+ function Ao(i, e, t, r, n) {
186
182
  const s = `type=${i} subtype=${e} version=${t} ref=${r} keyOrRefid=${n}`, a = E(i, e);
187
183
  if (!a) {
188
184
  console.error(`spawnNode prop tag not found, ${s}`);
@@ -247,7 +243,7 @@ function To(i, e, t, r, n) {
247
243
  }
248
244
  }
249
245
  }
250
- function Ma(i, e) {
246
+ function Ha(i, e) {
251
247
  function t(r) {
252
248
  if (r.basic.id === e)
253
249
  return r;
@@ -264,74 +260,74 @@ function Ma(i, e) {
264
260
  return n;
265
261
  }
266
262
  }
267
- function zo(i) {
263
+ function Po(i) {
268
264
  function e(r) {
269
265
  r.basic.id = R(16), r.children?.forEach((n) => e(n));
270
266
  }
271
267
  const t = G(i);
272
268
  return e(t), t;
273
269
  }
274
- function Fa(i) {
270
+ function Ua(i) {
275
271
  const e = [];
276
272
  return i.forEach((t) => {
277
- e.push(zo(t));
273
+ e.push(Po(t));
278
274
  }), e;
279
275
  }
280
- const Ci = "runtimeOrg", Si = "runtimeEnv", Ti = "runtimeMode", zi = "runtimeDevice", Ai = "runtimeDark", Pi = "runtimeType", Ni = "runtimeData", Wi = "runtimeDepends", Li = "runtimeSandbox";
281
- function Ha(i) {
282
- se(Ci, i);
283
- }
284
- function Bi() {
285
- return oe(Ci);
286
- }
287
- function Ua(i) {
288
- se(Si, i);
289
- }
290
- function Ri() {
291
- return oe(Si);
292
- }
276
+ const Ti = "runtimeOrg", zi = "runtimeEnv", Ai = "runtimeMode", Pi = "runtimeDevice", Ni = "runtimeDark", Wi = "runtimeType", Li = "runtimeData", Bi = "runtimeDepends", Ri = "runtimeSandbox";
293
277
  function Ga(i) {
294
278
  se(Ti, i);
295
279
  }
296
- function A() {
280
+ function Di() {
297
281
  return oe(Ti);
298
282
  }
299
283
  function ja(i) {
300
- se(zi, Jt(i));
284
+ se(zi, i);
301
285
  }
302
- function le() {
286
+ function Ei() {
303
287
  return oe(zi);
304
288
  }
305
289
  function Oa(i) {
306
- se(Ai, Jt(i));
290
+ se(Ai, i);
307
291
  }
308
- function M() {
292
+ function A() {
309
293
  return oe(Ai);
310
294
  }
311
295
  function Ka(i) {
312
- se(Pi, i);
296
+ se(Pi, Jt(i));
313
297
  }
314
- function ae() {
298
+ function le() {
315
299
  return oe(Pi);
316
300
  }
317
301
  function Za(i) {
318
- se(Ni, i);
302
+ se(Ni, Jt(i));
319
303
  }
320
- function ue() {
304
+ function M() {
321
305
  return oe(Ni);
322
306
  }
323
307
  function qa(i) {
324
- se(Wi, Jt(i));
308
+ se(Wi, i);
325
309
  }
326
- function Di() {
310
+ function ae() {
327
311
  return oe(Wi);
328
312
  }
329
- function Ei(i) {
313
+ function Ja(i) {
330
314
  se(Li, i);
331
315
  }
332
- function B() {
316
+ function ue() {
333
317
  return oe(Li);
334
318
  }
319
+ function Xa(i) {
320
+ se(Bi, Jt(i));
321
+ }
322
+ function Mi() {
323
+ return oe(Bi);
324
+ }
325
+ function Fi(i) {
326
+ se(Ri, i);
327
+ }
328
+ function B() {
329
+ return oe(Ri);
330
+ }
335
331
  function pe(i, e, t) {
336
332
  const r = V(() => t.node.size?.width), n = V(() => t.node.size?.minWidth), s = V(() => t.node.size?.maxWidth), a = V(() => {
337
333
  if (t.outer && i === "editor") {
@@ -360,15 +356,15 @@ function pe(i, e, t) {
360
356
  }
361
357
  return { width: r, minWidth: n, maxWidth: s, height: a, minHeight: u, maxHeight: p, applySize: b };
362
358
  }
363
- function Mi(i, e, t) {
359
+ function Hi(i, e, t) {
364
360
  const r = V(() => e.node.basic.id), n = V(() => `callMethod@${r.value}`);
365
- no(() => {
361
+ oo(() => {
366
362
  i.eventBus?.on(n.value, t);
367
363
  }), Ie(() => {
368
364
  i.eventBus?.off(n.value, t);
369
365
  });
370
366
  }
371
- const Ao = (i, e, t) => {
367
+ const No = (i, e, t) => {
372
368
  let r = i;
373
369
  if (!r) {
374
370
  console.assert(!1);
@@ -383,7 +379,7 @@ const Ao = (i, e, t) => {
383
379
  console.assert(!1);
384
380
  } else
385
381
  return r;
386
- }, Po = (i, e, t, r) => {
382
+ }, Wo = (i, e, t, r) => {
387
383
  let n = i;
388
384
  if (!n) {
389
385
  console.assert(!1);
@@ -398,102 +394,102 @@ const Ao = (i, e, t) => {
398
394
  function l(i, e, t, r, n) {
399
395
  const s = be();
400
396
  return console.assert(i && e), Xt(() => {
401
- let a = Ao(t.node, r, n);
397
+ let a = No(t.node, r, n);
402
398
  i === "editor" && r[r.length - 1] === "readonly" && (a = !0), s.value = a;
403
399
  }), me(s, () => {
404
- Po(t.node, r, s.value, n);
400
+ Wo(t.node, r, s.value, n);
405
401
  }), { prop: s };
406
402
  }
407
403
  function U(i) {
408
404
  return { theme: V(() => i.value ? "dark" : "light") };
409
405
  }
410
- const No = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Wo = "#242424", Lo = {}, Bo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Ro = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Do = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Eo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Mo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Zo = { 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" } }, qo = { 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)" } } }, Jo = { 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)" } } }, Xo = { 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"] } } }, Yo = { 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"] } } }, Qo = { 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"] } } }, es = { 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"] } } }, ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ns = { textStyle: { color: "#eeeeee" } }, is = { 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" } } }, ss = { color: ["#bf444c", "#d88273", "#f6efa6"] }, rs = { 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" } }, ls = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, as = {
411
- color: No,
412
- backgroundColor: Wo,
413
- textStyle: Lo,
414
- title: Bo,
415
- line: Ro,
416
- radar: Do,
417
- bar: Eo,
418
- pie: Mo,
419
- scatter: Fo,
420
- boxplot: Ho,
421
- parallel: Uo,
422
- sankey: Go,
423
- funnel: jo,
424
- gauge: Oo,
425
- candlestick: Ko,
426
- graph: Zo,
427
- map: qo,
428
- geo: Jo,
429
- categoryAxis: Xo,
430
- valueAxis: Yo,
431
- logAxis: Qo,
432
- timeAxis: es,
433
- toolbox: ts,
434
- legend: ns,
435
- tooltip: is,
436
- timeline: os,
437
- visualMap: ss,
438
- dataZoom: rs,
439
- markPoint: ls
440
- }, us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#f5f5f5", ds = {}, ms = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, bs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Vs = { 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" } }, $s = { 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)" } } }, Is = { 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)" } } }, Cs = { 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"] } } }, Ss = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ts = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, zs = { 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"] } } }, As = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ps = { textStyle: { color: "#333333" } }, Ns = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ws = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Bs = { 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" } }, Rs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ds = {
441
- color: us,
442
- backgroundColor: cs,
443
- textStyle: ds,
444
- title: ms,
445
- line: ps,
446
- radar: fs,
447
- bar: bs,
448
- pie: ys,
449
- scatter: hs,
450
- boxplot: xs,
451
- parallel: gs,
452
- sankey: vs,
453
- funnel: ks,
454
- gauge: _s,
455
- candlestick: ws,
456
- graph: Vs,
457
- map: $s,
458
- geo: Is,
459
- categoryAxis: Cs,
460
- valueAxis: Ss,
461
- logAxis: Ts,
462
- timeAxis: zs,
463
- toolbox: As,
464
- legend: Ps,
465
- tooltip: Ns,
466
- timeline: Ws,
467
- visualMap: Ls,
468
- dataZoom: Bs,
469
- markPoint: Rs
406
+ const Lo = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Bo = "#242424", Ro = {}, Do = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Eo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Mo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Fo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Jo = { 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" } }, Xo = { 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)" } } }, Yo = { 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)" } } }, Qo = { 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"] } } }, es = { 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"] } } }, ts = { 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"] } } }, ns = { 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"] } } }, is = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, os = { textStyle: { color: "#eeeeee" } }, ss = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, rs = { 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" } } }, ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, as = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, us = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, cs = {
407
+ color: Lo,
408
+ backgroundColor: Bo,
409
+ textStyle: Ro,
410
+ title: Do,
411
+ line: Eo,
412
+ radar: Mo,
413
+ bar: Fo,
414
+ pie: Ho,
415
+ scatter: Uo,
416
+ boxplot: Go,
417
+ parallel: jo,
418
+ sankey: Oo,
419
+ funnel: Ko,
420
+ gauge: Zo,
421
+ candlestick: qo,
422
+ graph: Jo,
423
+ map: Xo,
424
+ geo: Yo,
425
+ categoryAxis: Qo,
426
+ valueAxis: es,
427
+ logAxis: ts,
428
+ timeAxis: ns,
429
+ toolbox: is,
430
+ legend: os,
431
+ tooltip: ss,
432
+ timeline: rs,
433
+ visualMap: ls,
434
+ dataZoom: as,
435
+ markPoint: us
436
+ }, ds = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], ms = "#f5f5f5", ps = {}, fs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, bs = { 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 }, hs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Is = { 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" } }, Cs = { 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)" } } }, Ss = { 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)" } } }, Ts = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, zs = { 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"] } } }, As = { 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"] } } }, Ps = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ns = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ws = { textStyle: { color: "#333333" } }, Ls = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Bs = { 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" } } }, Rs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ds = { 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" } }, Es = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ms = {
437
+ color: ds,
438
+ backgroundColor: ms,
439
+ textStyle: ps,
440
+ title: fs,
441
+ line: bs,
442
+ radar: ys,
443
+ bar: hs,
444
+ pie: xs,
445
+ scatter: gs,
446
+ boxplot: vs,
447
+ parallel: ks,
448
+ sankey: _s,
449
+ funnel: ws,
450
+ gauge: Vs,
451
+ candlestick: $s,
452
+ graph: Is,
453
+ map: Cs,
454
+ geo: Ss,
455
+ categoryAxis: Ts,
456
+ valueAxis: zs,
457
+ logAxis: As,
458
+ timeAxis: Ps,
459
+ toolbox: Ns,
460
+ legend: Ws,
461
+ tooltip: Ls,
462
+ timeline: Bs,
463
+ visualMap: Rs,
464
+ dataZoom: Ds,
465
+ markPoint: Es
470
466
  };
471
- bo([
472
- yo,
473
- ho,
467
+ ho([
474
468
  xo,
475
469
  go,
476
470
  vo,
477
471
  ko,
478
472
  _o,
479
- wo
473
+ wo,
474
+ Vo,
475
+ $o
480
476
  ]);
481
- yi("dark", as);
482
- yi("light", Ds);
483
- const Es = /* @__PURE__ */ z({
477
+ xi("dark", cs);
478
+ xi("light", Ms);
479
+ const Fs = /* @__PURE__ */ z({
484
480
  __name: "index",
485
481
  props: {
486
482
  node: {},
487
483
  outer: { type: Boolean }
488
484
  },
489
485
  setup(i) {
490
- const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = _i(e), { applyXAxis: h } = wi(e), { applyYAxis: y } = Vi(e), { applyLegend: w } = vi(e), { applySeries: _ } = ki(e), x = V(() => {
486
+ const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = Vi(e), { applyXAxis: h } = $i(e), { applyYAxis: y } = Ii(e), { applyLegend: w } = _i(e), { applySeries: _ } = wi(e), x = V(() => {
491
487
  const S = {}, H = a.value.type;
492
488
  return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
493
- }), $ = li("chart");
489
+ }), $ = ui("chart");
494
490
  let g;
495
491
  const C = () => {
496
- g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
492
+ g?.dispose(), g = gi.init($.value, n.value ? "dark" : "light");
497
493
  const S = {};
498
494
  g.setOption(S);
499
495
  }, L = () => {
@@ -502,8 +498,8 @@ const Es = /* @__PURE__ */ z({
502
498
  const S = {};
503
499
  k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
504
500
  };
505
- return ai(async () => {
506
- window.addEventListener("resize", L, !1), await mi(() => !!$.value), C(), F();
501
+ return ci(async () => {
502
+ window.addEventListener("resize", L, !1), await fi(() => !!$.value), C(), F();
507
503
  }), Ie(() => {
508
504
  window.removeEventListener("resize", L, !1), g?.dispose();
509
505
  }), me(
@@ -518,7 +514,7 @@ const Es = /* @__PURE__ */ z({
518
514
  d
519
515
  ],
520
516
  async () => {
521
- await ui(), L();
517
+ await di(), L();
522
518
  }
523
519
  ), me([n], () => {
524
520
  C(), F();
@@ -533,20 +529,20 @@ const Es = /* @__PURE__ */ z({
533
529
  style: ie(x.value)
534
530
  }, null, 4));
535
531
  }
536
- }), Ms = /* @__PURE__ */ z({
532
+ }), Hs = /* @__PURE__ */ z({
537
533
  __name: "index",
538
534
  props: {
539
535
  node: {},
540
536
  outer: { type: Boolean }
541
537
  },
542
538
  setup(i) {
543
- const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = _i(e), { applyXAxis: h } = wi(e), { applyYAxis: y } = Vi(e), { applyLegend: w } = vi(e), { applySeries: _ } = ki(e), x = V(() => {
539
+ const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = Vi(e), { applyXAxis: h } = $i(e), { applyYAxis: y } = Ii(e), { applyLegend: w } = _i(e), { applySeries: _ } = wi(e), x = V(() => {
544
540
  const S = {}, H = a.value.type;
545
541
  return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
546
- }), $ = li("chart");
542
+ }), $ = ui("chart");
547
543
  let g;
548
544
  const C = () => {
549
- g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
545
+ g?.dispose(), g = gi.init($.value, n.value ? "dark" : "light");
550
546
  const S = {};
551
547
  g.setOption(S);
552
548
  }, L = () => {
@@ -555,8 +551,8 @@ const Es = /* @__PURE__ */ z({
555
551
  const S = {};
556
552
  k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
557
553
  };
558
- return ai(async () => {
559
- window.addEventListener("resize", L, !1), await mi(() => !!$.value), C(), F();
554
+ return ci(async () => {
555
+ window.addEventListener("resize", L, !1), await fi(() => !!$.value), C(), F();
560
556
  }), Ie(() => {
561
557
  window.removeEventListener("resize", L, !1), g?.dispose();
562
558
  }), me(
@@ -571,7 +567,7 @@ const Es = /* @__PURE__ */ z({
571
567
  d
572
568
  ],
573
569
  async () => {
574
- await ui(), L();
570
+ await di(), L();
575
571
  }
576
572
  ), me([n], () => {
577
573
  C(), F();
@@ -586,8 +582,13 @@ const Es = /* @__PURE__ */ z({
586
582
  style: ie(x.value)
587
583
  }, null, 4));
588
584
  }
589
- });
590
- function Fs(i, e) {
585
+ }), _e = (i, e) => {
586
+ const t = i.__vccOpts || i;
587
+ for (const [r, n] of e)
588
+ t[r] = n;
589
+ return t;
590
+ };
591
+ function Us(i, e) {
591
592
  function t(m) {
592
593
  const c = i.pseudoToNative(m), d = [], f = c.split(".");
593
594
  for (let k = 0; k < f.length; k++) {
@@ -625,7 +626,7 @@ function Fs(i, e) {
625
626
  }
626
627
  function u(m, c) {
627
628
  const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
628
- d === "info" ? lo(f) : d === "success" ? ao(f) : d === "warning" ? pi(f) : d === "error" && fi(f);
629
+ d === "info" ? uo(f) : d === "success" ? co(f) : d === "warning" ? bi(f) : d === "error" && yi(f);
629
630
  }
630
631
  function p(m, c) {
631
632
  const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
@@ -673,22 +674,22 @@ function Fs(i, e) {
673
674
  i.createAsyncFunction(b)
674
675
  );
675
676
  }
676
- const Fi = uo({
677
+ const Ui = mo({
677
678
  baseUrl: "http://localhost/computebase/",
678
679
  onError: (i) => {
679
680
  const { i18n: e } = He;
680
- fi(Io(e, i));
681
+ yi(So(e, i));
681
682
  }
682
683
  });
683
- window.API_URL && (Fi.defaults.baseURL = window.API_URL + "/computebase/");
684
- function Hs(i) {
685
- return Fi.post("callFunc", i);
684
+ window.API_URL && (Ui.defaults.baseURL = window.API_URL + "/computebase/");
685
+ function Gs(i) {
686
+ return Ui.post("callFunc", i);
686
687
  }
687
- function Us(i, e) {
688
+ function js(i, e) {
688
689
  async function t(r, n, s, a, u, p) {
689
690
  const b = i.pseudoToNative(r), m = i.pseudoToNative(n), c = i.pseudoToNative(s), d = i.pseudoToNative(a), f = i.pseudoToNative(u);
690
691
  try {
691
- const k = JSON.stringify(c), { strOutputs: h } = await Hs({
692
+ const k = JSON.stringify(c), { strOutputs: h } = await Gs({
692
693
  spaceid: b,
693
694
  id: m,
694
695
  strInputs: k,
@@ -705,10 +706,10 @@ function Us(i, e) {
705
706
  i.createAsyncFunction(t)
706
707
  );
707
708
  }
708
- function Gs(i, e, t) {
709
+ function Os(i, e, t) {
709
710
  console.assert(i || e || t);
710
711
  }
711
- class js {
712
+ class Ks {
712
713
  context;
713
714
  nodes;
714
715
  constructor(e) {
@@ -735,7 +736,7 @@ class js {
735
736
  s = this.context.data.view.nodes;
736
737
  if (!s)
737
738
  return "";
738
- const a = To(
739
+ const a = Ao(
739
740
  this.context.type,
740
741
  this.context.data.type,
741
742
  this.context.data.version,
@@ -748,8 +749,8 @@ class js {
748
749
  this.getNode(e);
749
750
  }
750
751
  }
751
- function Os(i, e, t) {
752
- const r = new js(i);
752
+ function Zs(i, e, t) {
753
+ const r = new Ks(i);
753
754
  function n(d, f, k) {
754
755
  const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = r.addNode(h, y, w);
755
756
  return e.nativeToPseudo(_);
@@ -811,7 +812,7 @@ function Os(i, e, t) {
811
812
  pageid: h
812
813
  };
813
814
  He.router.replace({ path: y, query: w });
814
- } else i.mode === "preview" && pi(
815
+ } else i.mode === "preview" && bi(
815
816
  He.i18n.global.t(
816
817
  "x-runtime-lib.msg.takeEffectOnlyAfterReleased"
817
818
  )
@@ -819,13 +820,13 @@ function Os(i, e, t) {
819
820
  }
820
821
  function m(d, f, k) {
821
822
  const h = e.pseudoToNative(d), y = e.pseudoToNative(f);
822
- co({ title: h, text: y }).then((w) => {
823
+ po({ title: h, text: y }).then((w) => {
823
824
  k(e.nativeToPseudo(w)), e.run();
824
825
  });
825
826
  }
826
827
  function c(d, f, k, h) {
827
828
  const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k);
828
- mo({ title: y, label: w, value: _ }).then((x) => {
829
+ fo({ title: y, label: w, value: _ }).then((x) => {
829
830
  h(e.nativeToPseudo(x)), e.run();
830
831
  });
831
832
  }
@@ -863,10 +864,10 @@ function Os(i, e, t) {
863
864
  e.createAsyncFunction(c)
864
865
  );
865
866
  }
866
- function Ks(i, e, t) {
867
- Fs(e, t), Us(e, t), Gs(i, e, t), Os(i, e, t);
867
+ function qs(i, e, t) {
868
+ Us(e, t), js(e, t), Os(i, e, t), Zs(i, e, t);
868
869
  }
869
- const Zs = `
870
+ const Js = `
870
871
  var __env__ = 'dev'
871
872
  var __mode__ = 'editor'
872
873
 
@@ -876,7 +877,7 @@ function __getEnvV1__() {
876
877
 
877
878
  var __pointerPosX__ = 0
878
879
  var __pointerPosY__ = 0
879
- `, qs = `
880
+ `, Xs = `
880
881
  var __events__ = {}
881
882
 
882
883
  function __addEventListenerV1__(id, event, callback) {
@@ -947,7 +948,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
947
948
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
948
949
  }
949
950
  }
950
- `, Js = `
951
+ `, Ys = `
951
952
  var __timers__ = {}
952
953
  var __currTimerId__ = 0
953
954
 
@@ -989,15 +990,15 @@ function __timeoutCallbackV1__(timerId) {
989
990
  }
990
991
  }
991
992
  }
992
- `, Xs = `
993
+ `, Qs = `
993
994
  function __destroy__() {
994
995
  }
995
- `, Ys = Zs + qs + Js + Xs;
996
- function Hi(i, e) {
997
- const t = new Vo(
998
- Ys,
996
+ `, er = Js + Xs + Ys + Qs;
997
+ function Gi(i, e) {
998
+ const t = new Io(
999
+ er,
999
1000
  (r, n) => {
1000
- Ks(i, r, n);
1001
+ qs(i, r, n);
1001
1002
  }
1002
1003
  );
1003
1004
  return t.appendCode(e), t.appendCode(`
@@ -1006,11 +1007,11 @@ __mode__ = '${i.mode}';
1006
1007
  __triggerEvent__('globality', 'startup');
1007
1008
  `), t.run(), t;
1008
1009
  }
1009
- function Ui(i) {
1010
+ function ji(i) {
1010
1011
  i.appendCode("__destroy__();"), i.run();
1011
1012
  }
1012
- const Ja = ["string", "number", "boolean", "array", "object"];
1013
- function Xa(i) {
1013
+ const Ya = ["string", "number", "boolean", "array", "object"];
1014
+ function Qa(i) {
1014
1015
  switch (i) {
1015
1016
  case "string":
1016
1017
  return "#5ba58c";
@@ -1024,7 +1025,7 @@ function Xa(i) {
1024
1025
  return "#80a55b";
1025
1026
  }
1026
1027
  }
1027
- function Ya(i, e, t, r, n) {
1028
+ function eu(i, e, t, r, n) {
1028
1029
  let s = i;
1029
1030
  for (let u = 0; u < e.length; u++)
1030
1031
  if (s = s.children[e[u]], !s) {
@@ -1042,10 +1043,10 @@ function Ya(i, e, t, r, n) {
1042
1043
  children: {}
1043
1044
  }, s.children[t] = a);
1044
1045
  }
1045
- function Gi() {
1046
- return $o();
1046
+ function Oi() {
1047
+ return Co();
1047
1048
  }
1048
- const Qs = /* @__PURE__ */ z({
1049
+ const tr = /* @__PURE__ */ z({
1049
1050
  __name: "index",
1050
1051
  props: {
1051
1052
  id: {},
@@ -1054,10 +1055,10 @@ const Qs = /* @__PURE__ */ z({
1054
1055
  outer: { type: Boolean }
1055
1056
  },
1056
1057
  setup(i) {
1057
- const { t: e } = gi(), t = i, r = Bi(), n = Ri(), s = A(), a = le(), u = ae(), p = ue(), b = Di(), m = be(-1), c = be(), d = {};
1058
- Ei(d);
1058
+ const { t: e } = ki(), t = i, r = Di(), n = Ei(), s = A(), a = le(), u = ae(), p = ue(), b = Mi(), m = be(-1), c = be(), d = {};
1059
+ Fi(d);
1059
1060
  const f = () => {
1060
- d.eventBus && (d.eventBus = void 0), d.interpreter && (Ui(d.interpreter), d.interpreter = void 0);
1061
+ d.eventBus && (d.eventBus = void 0), d.interpreter && (ji(d.interpreter), d.interpreter = void 0);
1061
1062
  };
1062
1063
  Xt(() => {
1063
1064
  if (!t.refContext.refid) {
@@ -1074,8 +1075,8 @@ const Qs = /* @__PURE__ */ z({
1074
1075
  f();
1075
1076
  const C = c.value, L = C.code.script;
1076
1077
  if (L) {
1077
- const F = Gi();
1078
- d.eventBus = F, d.interpreter = Hi(
1078
+ const F = Oi();
1079
+ d.eventBus = F, d.interpreter = Gi(
1079
1080
  { org: r, env: n, mode: s, type: u, data: C, eventBus: F },
1080
1081
  L
1081
1082
  );
@@ -1142,10 +1143,10 @@ const Qs = /* @__PURE__ */ z({
1142
1143
  state: {}
1143
1144
  },
1144
1145
  setup(i) {
1145
- const { t: e } = gi(), t = i, r = Bi(), n = Ri(), s = A(), a = ae(), u = ue(), p = Di(), b = be(-1), m = be(), c = {};
1146
- Ei(c);
1146
+ const { t: e } = ki(), t = i, r = Di(), n = Ei(), s = A(), a = ae(), u = ue(), p = Mi(), b = be(-1), m = be(), c = {};
1147
+ Fi(c);
1147
1148
  const d = () => {
1148
- c.eventBus && (c.eventBus = void 0), c.interpreter && (Ui(c.interpreter), c.interpreter = void 0);
1149
+ c.eventBus && (c.eventBus = void 0), c.interpreter && (ji(c.interpreter), c.interpreter = void 0);
1149
1150
  };
1150
1151
  Xt(() => {
1151
1152
  if (!t.refContext.refid) {
@@ -1162,8 +1163,8 @@ const Qs = /* @__PURE__ */ z({
1162
1163
  d();
1163
1164
  const $ = m.value, g = $.code.script;
1164
1165
  if (g) {
1165
- const C = Gi();
1166
- c.eventBus = C, c.interpreter = Hi(
1166
+ const C = Oi();
1167
+ c.eventBus = C, c.interpreter = Gi(
1167
1168
  { org: r, env: n, mode: s, type: a, data: $, eventBus: C },
1168
1169
  g
1169
1170
  );
@@ -1228,7 +1229,7 @@ const Qs = /* @__PURE__ */ z({
1228
1229
  };
1229
1230
  return (x, $) => (I(), N(_));
1230
1231
  }
1231
- }), er = /* @__PURE__ */ z({
1232
+ }), nr = /* @__PURE__ */ z({
1232
1233
  __name: "index",
1233
1234
  props: {
1234
1235
  node: {},
@@ -1277,7 +1278,7 @@ const Qs = /* @__PURE__ */ z({
1277
1278
  j(r.$slots, "default")
1278
1279
  ], 4)) : j(r.$slots, "default", { key: 1 });
1279
1280
  }
1280
- }), tr = /* @__PURE__ */ z({
1281
+ }), ir = /* @__PURE__ */ z({
1281
1282
  __name: "index",
1282
1283
  props: {
1283
1284
  node: {},
@@ -1339,13 +1340,8 @@ const Qs = /* @__PURE__ */ z({
1339
1340
  });
1340
1341
  };
1341
1342
  }
1342
- }), _e = (i, e) => {
1343
- const t = i.__vccOpts || i;
1344
- for (const [r, n] of e)
1345
- t[r] = n;
1346
- return t;
1347
- }, nr = {};
1348
- function ir(i, e) {
1343
+ }), or = {};
1344
+ function sr(i, e) {
1349
1345
  const t = W("v-btn-group");
1350
1346
  return I(), N(t, null, {
1351
1347
  default: P(() => [
@@ -1354,7 +1350,7 @@ function ir(i, e) {
1354
1350
  _: 3
1355
1351
  });
1356
1352
  }
1357
- const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1353
+ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
1358
1354
  __name: "index",
1359
1355
  props: {
1360
1356
  node: {},
@@ -1396,7 +1392,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1396
1392
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
1397
1393
  };
1398
1394
  }
1399
- }), rr = /* @__PURE__ */ z({
1395
+ }), ar = /* @__PURE__ */ z({
1400
1396
  __name: "index",
1401
1397
  props: {
1402
1398
  node: {},
@@ -1436,7 +1432,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1436
1432
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
1437
1433
  };
1438
1434
  }
1439
- }), lr = /* @__PURE__ */ z({
1435
+ }), ur = /* @__PURE__ */ z({
1440
1436
  __name: "index",
1441
1437
  props: {
1442
1438
  node: {},
@@ -1458,7 +1454,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1458
1454
  }, null, 8, ["disabled", "readonly"]);
1459
1455
  };
1460
1456
  }
1461
- }), ar = /* @__PURE__ */ z({
1457
+ }), cr = /* @__PURE__ */ z({
1462
1458
  __name: "index",
1463
1459
  props: {
1464
1460
  node: {},
@@ -1494,7 +1490,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1494
1490
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
1495
1491
  };
1496
1492
  }
1497
- }), ur = /* @__PURE__ */ z({
1493
+ }), dr = /* @__PURE__ */ z({
1498
1494
  __name: "index",
1499
1495
  props: {
1500
1496
  node: {},
@@ -1538,7 +1534,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1538
1534
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
1539
1535
  };
1540
1536
  }
1541
- }), cr = /* @__PURE__ */ z({
1537
+ }), mr = /* @__PURE__ */ z({
1542
1538
  __name: "index",
1543
1539
  props: {
1544
1540
  node: {},
@@ -1585,7 +1581,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1585
1581
  }, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
1586
1582
  };
1587
1583
  }
1588
- }), dr = /* @__PURE__ */ z({
1584
+ }), pr = /* @__PURE__ */ z({
1589
1585
  __name: "index",
1590
1586
  props: {
1591
1587
  node: {},
@@ -1624,7 +1620,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1624
1620
  });
1625
1621
  };
1626
1622
  }
1627
- }), mr = /* @__PURE__ */ z({
1623
+ }), fr = /* @__PURE__ */ z({
1628
1624
  __name: "index",
1629
1625
  props: {
1630
1626
  node: {},
@@ -1644,7 +1640,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1644
1640
  j(h.$slots, "default")
1645
1641
  ], 4));
1646
1642
  }
1647
- }), pr = /* @__PURE__ */ z({
1643
+ }), br = /* @__PURE__ */ z({
1648
1644
  __name: "index",
1649
1645
  props: {
1650
1646
  node: {},
@@ -1687,7 +1683,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1687
1683
  theme: o(k),
1688
1684
  width: o(h)
1689
1685
  }, Yt({ _: 2 }, [
1690
- io(y.value, ($) => ({
1686
+ so(y.value, ($) => ({
1691
1687
  name: `item.${$.column}`,
1692
1688
  fn: P(({ value: g }) => [
1693
1689
  Z(o(fe), {
@@ -1699,20 +1695,20 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1699
1695
  ]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
1700
1696
  };
1701
1697
  }
1702
- }), fr = {};
1703
- function br(i, e) {
1698
+ }), yr = {};
1699
+ function hr(i, e) {
1704
1700
  const t = W("v-date-picker");
1705
1701
  return I(), N(t);
1706
1702
  }
1707
- const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PURE__ */ z({
1703
+ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PURE__ */ z({
1708
1704
  __name: "index",
1709
1705
  props: {
1710
1706
  node: {},
1711
1707
  outer: { type: Boolean }
1712
1708
  },
1713
1709
  setup(i) {
1714
- const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } = bi(`runtimeDlg/${ci()}`);
1715
- return Mi(r, e, (u) => {
1710
+ const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } = hi(`runtimeDlg/${mi()}`);
1711
+ return Hi(r, e, (u) => {
1716
1712
  if (t !== "runtime" && t !== "preview" || !r.interpreter)
1717
1713
  return;
1718
1714
  const { name: b } = u;
@@ -1728,7 +1724,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1728
1724
  o(t) === "editor" ? (I(), re("div", {
1729
1725
  key: 0,
1730
1726
  id: `__node__@${n.value}`
1731
- }, null, 8, hr)) : di("", !0)
1727
+ }, null, 8, gr)) : pi("", !0)
1732
1728
  ]),
1733
1729
  default: P(() => [
1734
1730
  j(u.$slots, "default")
@@ -1737,7 +1733,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1737
1733
  }, 8, ["modelValue"]);
1738
1734
  };
1739
1735
  }
1740
- }), gr = /* @__PURE__ */ z({
1736
+ }), kr = /* @__PURE__ */ z({
1741
1737
  __name: "index",
1742
1738
  props: {
1743
1739
  node: {},
@@ -1776,7 +1772,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1776
1772
  }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
1777
1773
  };
1778
1774
  }
1779
- }), vr = /* @__PURE__ */ z({
1775
+ }), _r = /* @__PURE__ */ z({
1780
1776
  __name: "index",
1781
1777
  props: {
1782
1778
  node: {},
@@ -1788,7 +1784,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1788
1784
  "backgroundColor"
1789
1785
  ]), { color: f } = Y(n, d), k = (y) => {
1790
1786
  f.value && (y.backgroundColor = f.value), y.display = "flex";
1791
- const w = Ii(r.value.width), _ = we(w, e.node.settings?.direction);
1787
+ const w = Si(r.value.width), _ = we(w, e.node.settings?.direction);
1792
1788
  _ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
1793
1789
  const x = we(w, e.node.settings?.wrap);
1794
1790
  x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
@@ -1806,7 +1802,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1806
1802
  j(y.$slots, "default")
1807
1803
  ], 4));
1808
1804
  }
1809
- }), kr = /* @__PURE__ */ z({
1805
+ }), wr = /* @__PURE__ */ z({
1810
1806
  __name: "index",
1811
1807
  props: {
1812
1808
  node: {},
@@ -1823,7 +1819,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1823
1819
  j(c.$slots, "default")
1824
1820
  ], 4));
1825
1821
  }
1826
- }), _r = /* @__PURE__ */ z({
1822
+ }), Vr = /* @__PURE__ */ z({
1827
1823
  __name: "index",
1828
1824
  props: {
1829
1825
  node: {},
@@ -1855,7 +1851,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1855
1851
  "onUpdate:modelValue": x[0] || (x[0] = (g) => X(p) ? p.value = g : null),
1856
1852
  "fast-fail": o(b),
1857
1853
  style: ie(y.value),
1858
- onSubmit: oo(w, ["prevent"])
1854
+ onSubmit: ro(w, ["prevent"])
1859
1855
  }, {
1860
1856
  default: P(() => [
1861
1857
  j(_.$slots, "default")
@@ -1864,7 +1860,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1864
1860
  }, 8, ["modelValue", "fast-fail", "style"]);
1865
1861
  };
1866
1862
  }
1867
- }), wr = /* @__PURE__ */ z({
1863
+ }), $r = /* @__PURE__ */ z({
1868
1864
  __name: "index",
1869
1865
  props: {
1870
1866
  node: {},
@@ -1886,15 +1882,15 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1886
1882
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1887
1883
  };
1888
1884
  }
1889
- }), Vr = ["id"], $r = /* @__PURE__ */ z({
1885
+ }), Ir = ["id"], Cr = /* @__PURE__ */ z({
1890
1886
  __name: "index",
1891
1887
  props: {
1892
1888
  node: {},
1893
1889
  outer: { type: Boolean }
1894
1890
  },
1895
1891
  setup(i) {
1896
- const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = bi(`runtimeMenu/${ci()}`);
1897
- return Mi(r, e, (m) => {
1892
+ const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = hi(`runtimeMenu/${mi()}`);
1893
+ return Hi(r, e, (m) => {
1898
1894
  if (t !== "runtime" && t !== "preview")
1899
1895
  return;
1900
1896
  const c = r.interpreter;
@@ -1916,7 +1912,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1916
1912
  o(t) === "editor" ? (I(), re("div", {
1917
1913
  key: 0,
1918
1914
  id: `__node__@${u.value}`
1919
- }, null, 8, Vr)) : di("", !0)
1915
+ }, null, 8, Ir)) : pi("", !0)
1920
1916
  ]),
1921
1917
  default: P(() => [
1922
1918
  j(m.$slots, "default")
@@ -1925,7 +1921,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1925
1921
  }, 8, ["modelValue", "target"]);
1926
1922
  };
1927
1923
  }
1928
- }), Ir = /* @__PURE__ */ z({
1924
+ }), Sr = /* @__PURE__ */ z({
1929
1925
  __name: "index",
1930
1926
  props: {
1931
1927
  node: {},
@@ -2003,7 +1999,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2003
1999
  });
2004
2000
  };
2005
2001
  }
2006
- }), Cr = /* @__PURE__ */ z({
2002
+ }), Tr = /* @__PURE__ */ z({
2007
2003
  __name: "index",
2008
2004
  props: {
2009
2005
  node: {},
@@ -2043,7 +2039,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2043
2039
  });
2044
2040
  };
2045
2041
  }
2046
- }), Sr = /* @__PURE__ */ z({
2042
+ }), zr = /* @__PURE__ */ z({
2047
2043
  __name: "index",
2048
2044
  props: {
2049
2045
  node: {},
@@ -2070,7 +2066,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2070
2066
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2071
2067
  };
2072
2068
  }
2073
- }), Tr = /* @__PURE__ */ z({
2069
+ }), Ar = /* @__PURE__ */ z({
2074
2070
  __name: "index",
2075
2071
  props: {
2076
2072
  node: {},
@@ -2111,7 +2107,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2111
2107
  });
2112
2108
  };
2113
2109
  }
2114
- }), zr = /* @__PURE__ */ z({
2110
+ }), Pr = /* @__PURE__ */ z({
2115
2111
  __name: "index",
2116
2112
  props: {
2117
2113
  node: {},
@@ -2155,7 +2151,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2155
2151
  const H = {};
2156
2152
  for (const { value: K, label: O } of $.value)
2157
2153
  H[K] = O;
2158
- if (!xi(H))
2154
+ if (!vi(H))
2159
2155
  return H;
2160
2156
  }), { prop: C } = l(t, n, e, [
2161
2157
  "settings",
@@ -2205,7 +2201,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2205
2201
  }, 8, ["modelValue"]);
2206
2202
  };
2207
2203
  }
2208
- }), Ar = /* @__PURE__ */ z({
2204
+ }), Nr = /* @__PURE__ */ z({
2209
2205
  __name: "index",
2210
2206
  props: {
2211
2207
  node: {},
@@ -2246,7 +2242,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2246
2242
  });
2247
2243
  };
2248
2244
  }
2249
- }), Pr = /* @__PURE__ */ z({
2245
+ }), Wr = /* @__PURE__ */ z({
2250
2246
  __name: "index",
2251
2247
  props: {
2252
2248
  node: {},
@@ -2285,14 +2281,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2285
2281
  });
2286
2282
  };
2287
2283
  }
2288
- }), Nr = /* @__PURE__ */ z({
2284
+ }), Lr = /* @__PURE__ */ z({
2289
2285
  __name: "index",
2290
2286
  props: {
2291
2287
  node: {},
2292
2288
  outer: { type: Boolean }
2293
2289
  },
2294
2290
  setup(i) {
2295
- const e = i, t = A(), r = po(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
2291
+ const e = i, t = A(), r = bo(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
2296
2292
  "settings",
2297
2293
  "direction"
2298
2294
  ]), { prop: p } = l(t, n, e, [
@@ -2332,7 +2328,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2332
2328
  const de = {};
2333
2329
  for (const { value: Ce, label: We } of F.value)
2334
2330
  de[Ce] = We;
2335
- if (!xi(de))
2331
+ if (!vi(de))
2336
2332
  return de;
2337
2333
  }), { prop: H } = l(t, n, e, [
2338
2334
  "settings",
@@ -2350,7 +2346,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2350
2346
  default: P(() => [
2351
2347
  Z(We, {
2352
2348
  modelValue: o(ee),
2353
- "onUpdate:modelValue": Ce[0] || (Ce[0] = (to) => X(ee) ? ee.value = to : null),
2349
+ "onUpdate:modelValue": Ce[0] || (Ce[0] = (io) => X(ee) ? ee.value = io : null),
2354
2350
  color: o(a),
2355
2351
  direction: o(u),
2356
2352
  disabled: o(p),
@@ -2396,7 +2392,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2396
2392
  });
2397
2393
  };
2398
2394
  }
2399
- }), Wr = /* @__PURE__ */ z({
2395
+ }), Br = /* @__PURE__ */ z({
2400
2396
  __name: "index",
2401
2397
  props: {
2402
2398
  node: {},
@@ -2422,8 +2418,8 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2422
2418
  }, 8, ["modelValue", "hide-actions", "theme"]);
2423
2419
  };
2424
2420
  }
2425
- }), Lr = {};
2426
- function Br(i, e) {
2421
+ }), Rr = {};
2422
+ function Dr(i, e) {
2427
2423
  const t = W("v-stepper-header");
2428
2424
  return I(), N(t, null, {
2429
2425
  default: P(() => [
@@ -2432,7 +2428,7 @@ function Br(i, e) {
2432
2428
  _: 3
2433
2429
  });
2434
2430
  }
2435
- const Rr = /* @__PURE__ */ _e(Lr, [["render", Br]]), Dr = /* @__PURE__ */ z({
2431
+ const Er = /* @__PURE__ */ _e(Rr, [["render", Dr]]), Mr = /* @__PURE__ */ z({
2436
2432
  __name: "index",
2437
2433
  props: {
2438
2434
  node: {},
@@ -2450,8 +2446,8 @@ const Rr = /* @__PURE__ */ _e(Lr, [["render", Br]]), Dr = /* @__PURE__ */ z({
2450
2446
  }, 8, ["value"]);
2451
2447
  };
2452
2448
  }
2453
- }), Er = {};
2454
- function Mr(i, e) {
2449
+ }), Fr = {};
2450
+ function Hr(i, e) {
2455
2451
  const t = W("v-stepper-window");
2456
2452
  return I(), N(t, null, {
2457
2453
  default: P(() => [
@@ -2460,7 +2456,7 @@ function Mr(i, e) {
2460
2456
  _: 3
2461
2457
  });
2462
2458
  }
2463
- const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2459
+ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
2464
2460
  __name: "index",
2465
2461
  props: {
2466
2462
  node: {},
@@ -2478,7 +2474,7 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2478
2474
  }, 8, ["value"]);
2479
2475
  };
2480
2476
  }
2481
- }), Ur = /* @__PURE__ */ z({
2477
+ }), jr = /* @__PURE__ */ z({
2482
2478
  __name: "index",
2483
2479
  props: {
2484
2480
  node: {},
@@ -2521,7 +2517,7 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2521
2517
  });
2522
2518
  };
2523
2519
  }
2524
- }), Gr = /* @__PURE__ */ z({
2520
+ }), Or = /* @__PURE__ */ z({
2525
2521
  __name: "index",
2526
2522
  props: {
2527
2523
  node: {},
@@ -2547,7 +2543,7 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2547
2543
  });
2548
2544
  };
2549
2545
  }
2550
- }), jr = /* @__PURE__ */ z({
2546
+ }), Kr = /* @__PURE__ */ z({
2551
2547
  __name: "index",
2552
2548
  props: {
2553
2549
  node: {},
@@ -2620,7 +2616,7 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2620
2616
  }, 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"]);
2621
2617
  };
2622
2618
  }
2623
- }), Or = /* @__PURE__ */ z({
2619
+ }), Zr = /* @__PURE__ */ z({
2624
2620
  __name: "index",
2625
2621
  props: {
2626
2622
  node: {},
@@ -2634,14 +2630,14 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2634
2630
  "settings",
2635
2631
  "emphasis"
2636
2632
  ]), { prop: p } = l(t, n, e, ["settings", "italic"]), { prop: b } = l(t, n, e, ["settings", "text"]), { prop: m } = l(t, n, e, ["settings", "weight"]), c = V(() => {
2637
- const d = [], f = Ii(r.value.width), k = we(f, e.node.settings?.style);
2633
+ const d = [], f = Si(r.value.width), k = we(f, e.node.settings?.style);
2638
2634
  return k && d.push(`text-${k}`), u.value === "high" ? d.push("text-high-emphasis") : u.value === "medium" ? d.push("text-medium-emphasis") : u.value === "disabled" && d.push("text-disabled"), s.value && d.push(`font-${s.value}`), a.value && d.push(`text-decoration-${a.value}`), m.value && d.push(`font-weight-${m.value}`), p.value && d.push("font-italic"), d.join(" ");
2639
2635
  });
2640
2636
  return (d, f) => (I(), re("span", {
2641
- class: so(c.value)
2642
- }, ro(o(b)), 3));
2637
+ class: lo(c.value)
2638
+ }, ao(o(b)), 3));
2643
2639
  }
2644
- }), Kr = /* @__PURE__ */ z({
2640
+ }), qr = /* @__PURE__ */ z({
2645
2641
  __name: "index",
2646
2642
  props: {
2647
2643
  node: {},
@@ -2694,7 +2690,7 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2694
2690
  });
2695
2691
  };
2696
2692
  }
2697
- }), Zr = /* @__PURE__ */ z({
2693
+ }), Jr = /* @__PURE__ */ z({
2698
2694
  __name: "index",
2699
2695
  props: {
2700
2696
  node: {},
@@ -2817,7 +2813,7 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2817
2813
  });
2818
2814
  };
2819
2815
  }
2820
- }), qr = /* @__PURE__ */ z({
2816
+ }), Xr = /* @__PURE__ */ z({
2821
2817
  __name: "index",
2822
2818
  props: {
2823
2819
  node: {},
@@ -2878,8 +2874,8 @@ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2878
2874
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
2879
2875
  };
2880
2876
  }
2881
- }), Jr = {};
2882
- function Xr(i, e) {
2877
+ }), Yr = {};
2878
+ function Qr(i, e) {
2883
2879
  const t = W("v-timeline-item");
2884
2880
  return I(), N(t, null, {
2885
2881
  default: P(() => [
@@ -2888,7 +2884,7 @@ function Xr(i, e) {
2888
2884
  _: 3
2889
2885
  });
2890
2886
  }
2891
- const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
2887
+ const el = /* @__PURE__ */ _e(Yr, [["render", Qr]]), tl = /* @__PURE__ */ z({
2892
2888
  __name: "index",
2893
2889
  props: {
2894
2890
  node: {},
@@ -2928,8 +2924,8 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
2928
2924
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
2929
2925
  };
2930
2926
  }
2931
- }), el = {};
2932
- function tl(i, e) {
2927
+ }), nl = {};
2928
+ function il(i, e) {
2933
2929
  const t = W("v-window-item");
2934
2930
  return I(), N(t, null, {
2935
2931
  default: P(() => [
@@ -2938,7 +2934,7 @@ function tl(i, e) {
2938
2934
  _: 3
2939
2935
  });
2940
2936
  }
2941
- const nl = /* @__PURE__ */ _e(el, [["render", tl]]), ji = "badge_v1", xn = "breadcrumbs_v1", Ue = "bar_chart_v1", Ge = "btn_v1", je = "btn_group_v1", Oe = "btn_toggle_v1", Ke = "card_v1", Ze = "checkbox_v1", qe = "chip_v1", Je = "chip_group_v1", Xe = "color_picker_v1", Ye = "combobox_v1", Qe = "container_v1", et = "data_table_v1", tt = "date_picker_v1", nt = "dialog_v1", it = "file_input_v1", ot = "flex_layout_v1", Oi = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "menu_v1", ct = "number_input_v1", dt = "pagination_v1", Ki = "radio_v1", mt = "radio_group_v1", pt = "range_slider_v1", ft = "rating_v1", Se = "ref_v1", bt = "select_v1", yt = "slider_v1", ht = "stepper_v1", Zi = "stepper_header_v1", qi = "stepper_item_v1", Ji = "stepper_window_v1", Xi = "stepper_window_item_v1", xt = "switch_v1", Yi = "tab_v1", gt = "tabs_v1", vt = "text_v1", kt = "textarea_v1", _t = "text_field_v1", wt = "timeline_v1", Qi = "timeline_item_v1", Vt = "window_v1", eo = "window_item_v1", v = {
2937
+ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "breadcrumbs_v1", Ue = "bar_chart_v1", Ge = "btn_v1", je = "btn_group_v1", Oe = "btn_toggle_v1", Ke = "card_v1", Ze = "checkbox_v1", qe = "chip_v1", Je = "chip_group_v1", Xe = "color_picker_v1", Ye = "combobox_v1", gn = "conditional_v1", Qe = "container_v1", et = "data_table_v1", tt = "date_picker_v1", nt = "dialog_v1", it = "file_input_v1", ot = "flex_layout_v1", Zi = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", vn = "list_v1", ut = "menu_v1", ct = "number_input_v1", dt = "pagination_v1", qi = "radio_v1", mt = "radio_group_v1", pt = "range_slider_v1", ft = "rating_v1", Se = "ref_v1", bt = "select_v1", yt = "slider_v1", ht = "stepper_v1", Ji = "stepper_header_v1", Xi = "stepper_item_v1", Yi = "stepper_window_v1", Qi = "stepper_window_item_v1", xt = "switch_v1", eo = "tab_v1", gt = "tabs_v1", vt = "text_v1", kt = "textarea_v1", _t = "text_field_v1", wt = "timeline_v1", to = "timeline_item_v1", Vt = "window_v1", no = "window_item_v1", v = {
2942
2938
  key: "basic",
2943
2939
  name: "x-runtime-lib.basic",
2944
2940
  children: [
@@ -3000,7 +2996,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), ji = "badge_v1", xn = "brea
3000
2996
  ]
3001
2997
  }
3002
2998
  ]
3003
- }, il = G(Q), ge = {
2999
+ }, sl = G(Q), ge = {
3004
3000
  key: "border",
3005
3001
  name: "x-runtime-lib.border",
3006
3002
  children: [
@@ -3018,7 +3014,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), ji = "badge_v1", xn = "brea
3018
3014
  types: "borderWidthTypesV1",
3019
3015
  default: ""
3020
3016
  },
3021
- il,
3017
+ sl,
3022
3018
  {
3023
3019
  key: "roundRadius",
3024
3020
  name: "x-runtime-lib.roundRadius",
@@ -3282,7 +3278,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), ji = "badge_v1", xn = "brea
3282
3278
  }
3283
3279
  ]
3284
3280
  };
3285
- function ol(i, e) {
3281
+ function rl(i, e) {
3286
3282
  const t = `type=${i} subtype=${e}`, r = E(i, e);
3287
3283
  if (!r) {
3288
3284
  console.error(`barChartV1/spawn prop tag not found, ${t}`);
@@ -3301,7 +3297,7 @@ function ol(i, e) {
3301
3297
  }
3302
3298
  ], s;
3303
3299
  }
3304
- const gn = {
3300
+ const kn = {
3305
3301
  key: "series",
3306
3302
  name: "x-runtime-lib.series",
3307
3303
  children: [
@@ -3325,19 +3321,19 @@ const gn = {
3325
3321
  }, $t = {
3326
3322
  key: Ue,
3327
3323
  name: "x-runtime-lib.barChart",
3328
- comp: Es,
3324
+ comp: Fs,
3329
3325
  props: {
3330
- pageCommon: [v, q, ze, Ae, Pe, Te, gn],
3331
- compCommon: [v, q, ze, Ae, Pe, Te, gn]
3326
+ pageCommon: [v, q, ze, Ae, Pe, Te, kn],
3327
+ compCommon: [v, q, ze, Ae, Pe, Te, kn]
3332
3328
  },
3333
3329
  events: [],
3334
3330
  methods: [],
3335
3331
  slots: [],
3336
3332
  leaf: !0,
3337
- spawn: ol
3333
+ spawn: rl
3338
3334
  };
3339
3335
  T($t);
3340
- function sl(i, e) {
3336
+ function ll(i, e) {
3341
3337
  const t = `type=${i} subtype=${e}`, r = E(i, e);
3342
3338
  if (!r) {
3343
3339
  console.error(`lineChartV1/spawn prop tag not found, ${t}`);
@@ -3356,7 +3352,7 @@ function sl(i, e) {
3356
3352
  }
3357
3353
  ], s;
3358
3354
  }
3359
- const vn = {
3355
+ const _n = {
3360
3356
  key: "series",
3361
3357
  name: "x-runtime-lib.series",
3362
3358
  children: [
@@ -3380,32 +3376,32 @@ const vn = {
3380
3376
  }, It = {
3381
3377
  key: at,
3382
3378
  name: "x-runtime-lib.lineChart",
3383
- comp: Ms,
3379
+ comp: Hs,
3384
3380
  props: {
3385
- pageCommon: [v, q, ze, Ae, Pe, Te, vn],
3386
- compCommon: [v, q, ze, Ae, Pe, Te, vn]
3381
+ pageCommon: [v, q, ze, Ae, Pe, Te, _n],
3382
+ compCommon: [v, q, ze, Ae, Pe, Te, _n]
3387
3383
  },
3388
3384
  events: [],
3389
3385
  methods: [],
3390
3386
  slots: [],
3391
3387
  leaf: !0,
3392
- spawn: sl
3388
+ spawn: ll
3393
3389
  };
3394
3390
  T(It);
3395
3391
  const sn = G(Q);
3396
3392
  sn.key = "backgroundColor";
3397
3393
  sn.name = "x-runtime-lib.backgroundColor";
3398
- const kn = {
3394
+ const wn = {
3399
3395
  key: "globalSettings",
3400
3396
  name: "x-runtime-lib.globalSettings",
3401
3397
  children: [sn]
3402
- }, rl = {
3398
+ }, al = {
3403
3399
  key: lt,
3404
3400
  name: "x-runtime-lib.globality",
3405
3401
  comp: null,
3406
3402
  props: {
3407
- pageCommon: [kn],
3408
- compCommon: [kn]
3403
+ pageCommon: [wn],
3404
+ compCommon: [wn]
3409
3405
  },
3410
3406
  events: [
3411
3407
  {
@@ -3445,8 +3441,8 @@ const kn = {
3445
3441
  slots: [],
3446
3442
  internal: !0
3447
3443
  };
3448
- T(rl);
3449
- const _n = {
3444
+ T(al);
3445
+ const Vn = {
3450
3446
  key: "ref",
3451
3447
  name: "x-runtime-lib.ref",
3452
3448
  children: [
@@ -3457,21 +3453,21 @@ const _n = {
3457
3453
  default: void 0
3458
3454
  }
3459
3455
  ]
3460
- }, ll = {
3456
+ }, ul = {
3461
3457
  key: Se,
3462
3458
  name: "x-runtime-lib.ref",
3463
- comp: Qs,
3459
+ comp: tr,
3464
3460
  props: {
3465
- pageCommon: [v, q, _n],
3466
- compCommon: [v, q, _n]
3461
+ pageCommon: [v, q, Vn],
3462
+ compCommon: [v, q, Vn]
3467
3463
  },
3468
3464
  events: [],
3469
3465
  methods: [],
3470
3466
  slots: [],
3471
3467
  leaf: !0
3472
3468
  };
3473
- T(ll);
3474
- const wn = {
3469
+ T(ul);
3470
+ const $n = {
3475
3471
  key: "settings",
3476
3472
  name: "x-runtime-lib.settings",
3477
3473
  children: [
@@ -3506,19 +3502,19 @@ const wn = {
3506
3502
  default: !1
3507
3503
  }
3508
3504
  ]
3509
- }, Qa = {
3510
- key: ji,
3505
+ }, tu = {
3506
+ key: Ki,
3511
3507
  name: "x-runtime-lib.badge",
3512
- comp: er,
3508
+ comp: nr,
3513
3509
  props: {
3514
- pageCommon: [v, wn],
3515
- compCommon: [v, wn]
3510
+ pageCommon: [v, $n],
3511
+ compCommon: [v, $n]
3516
3512
  },
3517
3513
  events: [],
3518
3514
  methods: [],
3519
3515
  slots: []
3520
3516
  };
3521
- function al(i, e) {
3517
+ function cl(i, e) {
3522
3518
  const t = `type=${i} subtype=${e}`, r = E(i, e);
3523
3519
  if (!r) {
3524
3520
  console.error(`btnV1/spawn prop tag not found, ${t}`);
@@ -3532,7 +3528,7 @@ function al(i, e) {
3532
3528
  const s = {};
3533
3529
  return D(s, n), s.basic.id = R(16), s.basic.key = Ct.key, s.settings.text = "button", s;
3534
3530
  }
3535
- const ul = G(Q), Vn = {
3531
+ const dl = G(Q), In = {
3536
3532
  key: "settings",
3537
3533
  name: "x-runtime-lib.settings",
3538
3534
  children: [
@@ -3611,7 +3607,7 @@ const ul = G(Q), Vn = {
3611
3607
  ui: "switch",
3612
3608
  default: !1
3613
3609
  },
3614
- ul,
3610
+ dl,
3615
3611
  {
3616
3612
  key: "ripple",
3617
3613
  name: "x-runtime-lib.ripple",
@@ -3622,10 +3618,10 @@ const ul = G(Q), Vn = {
3622
3618
  }, Ct = {
3623
3619
  key: Ge,
3624
3620
  name: "x-runtime-lib.button",
3625
- comp: tr,
3621
+ comp: ir,
3626
3622
  props: {
3627
- pageCommon: [v, q, Vn],
3628
- compCommon: [v, q, Vn]
3623
+ pageCommon: [v, q, In],
3624
+ compCommon: [v, q, In]
3629
3625
  },
3630
3626
  events: [
3631
3627
  {
@@ -3637,13 +3633,13 @@ const ul = G(Q), Vn = {
3637
3633
  methods: [],
3638
3634
  slots: [],
3639
3635
  leaf: !0,
3640
- spawn: al
3636
+ spawn: cl
3641
3637
  };
3642
3638
  T(Ct);
3643
- const cl = {
3639
+ const ml = {
3644
3640
  key: je,
3645
3641
  name: "x-runtime-lib.buttonGroup",
3646
- comp: or,
3642
+ comp: rr,
3647
3643
  props: {
3648
3644
  pageCommon: [v],
3649
3645
  compCommon: [v]
@@ -3652,8 +3648,8 @@ const cl = {
3652
3648
  methods: [],
3653
3649
  slots: []
3654
3650
  };
3655
- T(cl);
3656
- const $n = {
3651
+ T(ml);
3652
+ const Cn = {
3657
3653
  key: "settings",
3658
3654
  name: "x-runtime-lib.settings",
3659
3655
  children: [
@@ -3714,20 +3710,20 @@ const $n = {
3714
3710
  default: !1
3715
3711
  }
3716
3712
  ]
3717
- }, dl = {
3713
+ }, pl = {
3718
3714
  key: Oe,
3719
3715
  name: "x-runtime-lib.buttonToggle",
3720
- comp: sr,
3716
+ comp: lr,
3721
3717
  props: {
3722
- pageCommon: [v, $n],
3723
- compCommon: [v, $n]
3718
+ pageCommon: [v, Cn],
3719
+ compCommon: [v, Cn]
3724
3720
  },
3725
3721
  events: [],
3726
3722
  methods: [],
3727
3723
  slots: []
3728
3724
  };
3729
- T(dl);
3730
- function ml(i, e) {
3725
+ T(pl);
3726
+ function fl(i, e) {
3731
3727
  const t = `type=${i} subtype=${e}`, r = E(i, e);
3732
3728
  if (!r) {
3733
3729
  console.error(`cardV1/spawn prop tag not found, ${t}`);
@@ -3741,7 +3737,7 @@ function ml(i, e) {
3741
3737
  const s = {};
3742
3738
  return D(s, n), s.basic.id = R(16), s.basic.key = Ve.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
3743
3739
  }
3744
- const In = {
3740
+ const Sn = {
3745
3741
  key: "settings",
3746
3742
  name: "x-runtime-lib.settings",
3747
3743
  children: [
@@ -3799,18 +3795,18 @@ const In = {
3799
3795
  }, Ve = {
3800
3796
  key: Ke,
3801
3797
  name: "x-runtime-lib.card",
3802
- comp: rr,
3798
+ comp: ar,
3803
3799
  props: {
3804
- pageCommon: [v, q, In],
3805
- compCommon: [v, q, In]
3800
+ pageCommon: [v, q, Sn],
3801
+ compCommon: [v, q, Sn]
3806
3802
  },
3807
3803
  events: [],
3808
3804
  methods: [],
3809
3805
  slots: [],
3810
- spawn: ml
3806
+ spawn: fl
3811
3807
  };
3812
3808
  T(Ve);
3813
- const Cn = {
3809
+ const Tn = {
3814
3810
  key: "settings",
3815
3811
  name: "x-runtime-lib.settings",
3816
3812
  children: [
@@ -3827,21 +3823,21 @@ const Cn = {
3827
3823
  default: ""
3828
3824
  }
3829
3825
  ]
3830
- }, pl = {
3826
+ }, bl = {
3831
3827
  key: Ze,
3832
3828
  name: "x-runtime-lib.checkbox",
3833
- comp: lr,
3829
+ comp: ur,
3834
3830
  props: {
3835
- pageCommon: [v, Cn],
3836
- compCommon: [v, Cn]
3831
+ pageCommon: [v, Tn],
3832
+ compCommon: [v, Tn]
3837
3833
  },
3838
3834
  events: [],
3839
3835
  methods: [],
3840
3836
  slots: [],
3841
3837
  leaf: !0
3842
3838
  };
3843
- T(pl);
3844
- const fl = G(Q), Sn = {
3839
+ T(bl);
3840
+ const yl = G(Q), zn = {
3845
3841
  key: "settings",
3846
3842
  name: "x-runtime-lib.settings",
3847
3843
  children: [
@@ -3914,15 +3910,15 @@ const fl = G(Q), Sn = {
3914
3910
  ui: "switch",
3915
3911
  default: !1
3916
3912
  },
3917
- fl
3913
+ yl
3918
3914
  ]
3919
3915
  }, St = {
3920
3916
  key: qe,
3921
3917
  name: "x-runtime-lib.chip",
3922
- comp: ar,
3918
+ comp: cr,
3923
3919
  props: {
3924
- pageCommon: [v, Sn],
3925
- compCommon: [v, Sn]
3920
+ pageCommon: [v, zn],
3921
+ compCommon: [v, zn]
3926
3922
  },
3927
3923
  events: [],
3928
3924
  methods: [],
@@ -3930,7 +3926,7 @@ const fl = G(Q), Sn = {
3930
3926
  leaf: !0
3931
3927
  };
3932
3928
  T(St);
3933
- function bl(i, e) {
3929
+ function hl(i, e) {
3934
3930
  const t = `type=${i} subtype=${e}`, r = E(i, e);
3935
3931
  if (!r) {
3936
3932
  console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
@@ -3965,7 +3961,7 @@ function xe(i, e, t, r) {
3965
3961
  const u = {};
3966
3962
  return D(u, a), u.basic.id = R(16), u.basic.key = St.key, u.settings.value = t, u.settings.text = r, u;
3967
3963
  }
3968
- const Tn = {
3964
+ const An = {
3969
3965
  key: "settings",
3970
3966
  name: "x-runtime-lib.settings",
3971
3967
  children: [
@@ -4022,21 +4018,21 @@ const Tn = {
4022
4018
  }, Tt = {
4023
4019
  key: Je,
4024
4020
  name: "x-runtime-lib.chipGroup",
4025
- comp: ur,
4021
+ comp: dr,
4026
4022
  props: {
4027
- pageCommon: [v, Tn],
4028
- compCommon: [v, Tn]
4023
+ pageCommon: [v, An],
4024
+ compCommon: [v, An]
4029
4025
  },
4030
4026
  events: [],
4031
4027
  methods: [],
4032
4028
  slots: [],
4033
- spawn: bl
4029
+ spawn: hl
4034
4030
  };
4035
4031
  T(Tt);
4036
- const yl = {
4032
+ const xl = {
4037
4033
  key: Xe,
4038
4034
  name: "x-runtime-lib.colorPicker",
4039
- comp: cr,
4035
+ comp: mr,
4040
4036
  props: {
4041
4037
  pageCommon: [v],
4042
4038
  compCommon: [v]
@@ -4046,8 +4042,8 @@ const yl = {
4046
4042
  slots: [],
4047
4043
  leaf: !0
4048
4044
  };
4049
- T(yl);
4050
- const zn = {
4045
+ T(xl);
4046
+ const Pn = {
4051
4047
  key: "settings",
4052
4048
  name: "x-runtime-lib.settings",
4053
4049
  children: [
@@ -4088,34 +4084,34 @@ const zn = {
4088
4084
  default: !1
4089
4085
  }
4090
4086
  ]
4091
- }, hl = {
4087
+ }, gl = {
4092
4088
  key: Ye,
4093
4089
  name: "x-runtime-lib.combobox",
4094
- comp: dr,
4090
+ comp: pr,
4095
4091
  props: {
4096
- pageCommon: [v, zn],
4097
- compCommon: [v, zn]
4092
+ pageCommon: [v, Pn],
4093
+ compCommon: [v, Pn]
4098
4094
  },
4099
4095
  events: [],
4100
4096
  methods: [],
4101
4097
  slots: [],
4102
4098
  leaf: !0
4103
4099
  };
4104
- T(hl);
4100
+ T(gl);
4105
4101
  const rn = G(Q);
4106
4102
  rn.key = "backgroundColor";
4107
4103
  rn.name = "x-runtime-lib.backgroundColor";
4108
- const An = {
4104
+ const Nn = {
4109
4105
  key: "settings",
4110
4106
  name: "x-runtime-lib.settings",
4111
4107
  children: [rn]
4112
4108
  }, zt = {
4113
4109
  key: Qe,
4114
4110
  name: "x-runtime-lib.container",
4115
- comp: mr,
4111
+ comp: fr,
4116
4112
  props: {
4117
- pageCommon: [v, q, ge, ve, ke, An],
4118
- compCommon: [v, q, ge, ve, ke, An]
4113
+ pageCommon: [v, q, ge, ve, ke, Nn],
4114
+ compCommon: [v, q, ge, ve, ke, Nn]
4119
4115
  },
4120
4116
  events: [
4121
4117
  {
@@ -4128,7 +4124,7 @@ const An = {
4128
4124
  slots: []
4129
4125
  };
4130
4126
  T(zt);
4131
- const Pn = {
4127
+ const Wn = {
4132
4128
  key: "size",
4133
4129
  name: "x-runtime-lib.size",
4134
4130
  children: [
@@ -4147,7 +4143,7 @@ const Pn = {
4147
4143
  default: ""
4148
4144
  }
4149
4145
  ]
4150
- }, Nn = {
4146
+ }, Ln = {
4151
4147
  key: "settings",
4152
4148
  name: "x-runtime-lib.settings",
4153
4149
  children: [
@@ -4255,7 +4251,7 @@ const Pn = {
4255
4251
  default: !1
4256
4252
  }
4257
4253
  ]
4258
- }, Wn = {
4254
+ }, Bn = {
4259
4255
  key: "slots",
4260
4256
  name: "x-runtime-lib.slots",
4261
4257
  children: [
@@ -4280,24 +4276,24 @@ const Pn = {
4280
4276
  defaultArray: []
4281
4277
  }
4282
4278
  ]
4283
- }, xl = {
4279
+ }, vl = {
4284
4280
  key: et,
4285
4281
  name: "x-runtime-lib.dataTable",
4286
- comp: pr,
4282
+ comp: br,
4287
4283
  props: {
4288
- pageCommon: [v, Pn, Nn, Wn],
4289
- compCommon: [v, Pn, Nn, Wn]
4284
+ pageCommon: [v, Wn, Ln, Bn],
4285
+ compCommon: [v, Wn, Ln, Bn]
4290
4286
  },
4291
4287
  events: [],
4292
4288
  methods: [],
4293
4289
  slots: [],
4294
4290
  leaf: !0
4295
4291
  };
4296
- T(xl);
4297
- const gl = {
4292
+ T(vl);
4293
+ const kl = {
4298
4294
  key: tt,
4299
4295
  name: "x-runtime-lib.datePicker",
4300
- comp: yr,
4296
+ comp: xr,
4301
4297
  props: {
4302
4298
  pageCommon: [v],
4303
4299
  compCommon: [v]
@@ -4307,11 +4303,11 @@ const gl = {
4307
4303
  slots: [],
4308
4304
  leaf: !0
4309
4305
  };
4310
- T(gl);
4311
- const vl = {
4306
+ T(kl);
4307
+ const _l = {
4312
4308
  key: nt,
4313
4309
  name: "x-runtime-lib.dialog",
4314
- comp: xr,
4310
+ comp: vr,
4315
4311
  props: {
4316
4312
  pageCommon: [v],
4317
4313
  compCommon: [v]
@@ -4334,24 +4330,24 @@ const vl = {
4334
4330
  slots: [],
4335
4331
  teleport: !0
4336
4332
  };
4337
- T(vl);
4338
- const Ln = {
4333
+ T(_l);
4334
+ const Rn = {
4339
4335
  key: "settings",
4340
4336
  name: "x-runtime-lib.settings",
4341
4337
  children: []
4342
- }, eu = {
4338
+ }, nu = {
4343
4339
  key: it,
4344
4340
  name: "x-runtime-lib.fileInput",
4345
- comp: gr,
4341
+ comp: kr,
4346
4342
  props: {
4347
- pageCommon: [v, Ln],
4348
- compCommon: [v, Ln]
4343
+ pageCommon: [v, Rn],
4344
+ compCommon: [v, Rn]
4349
4345
  },
4350
4346
  events: [],
4351
4347
  methods: [],
4352
4348
  slots: [],
4353
4349
  leaf: !0
4354
- }, Bn = {
4350
+ }, Dn = {
4355
4351
  key: "settings",
4356
4352
  name: "x-runtime-lib.settings",
4357
4353
  children: [
@@ -4369,19 +4365,19 @@ const Ln = {
4369
4365
  }
4370
4366
  ]
4371
4367
  }, At = {
4372
- key: Oi,
4368
+ key: Zi,
4373
4369
  name: "x-runtime-lib.flexLayoutEntry",
4374
- comp: kr,
4370
+ comp: wr,
4375
4371
  props: {
4376
- pageCommon: [v, q, Bn],
4377
- compCommon: [v, q, Bn]
4372
+ pageCommon: [v, q, Dn],
4373
+ compCommon: [v, q, Dn]
4378
4374
  },
4379
4375
  events: [],
4380
4376
  methods: [],
4381
4377
  slots: []
4382
4378
  };
4383
4379
  T(At);
4384
- function kl(i, e) {
4380
+ function wl(i, e) {
4385
4381
  const t = `type=${i} subtype=${e}`, r = E(i, e);
4386
4382
  if (!r) {
4387
4383
  console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
@@ -4414,7 +4410,7 @@ function kl(i, e) {
4414
4410
  "60px",
4415
4411
  void 0
4416
4412
  ),
4417
- _l(i, e)
4413
+ Vl(i, e)
4418
4414
  ], s;
4419
4415
  }
4420
4416
  function Pt(i, e, t, r, n, s, a, u, p) {
@@ -4433,7 +4429,7 @@ function Pt(i, e, t, r, n, s, a, u, p) {
4433
4429
  const d = {};
4434
4430
  return D(d, c), d.basic.id = R(16), d.basic.key = zt.key, r && (d.size.width = r), n && (d.size.minWidth = n), a && (d.size.height = a), u && (d.size.minHeight = u), console.log(d), t && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = t, d.settings.backgroundColor.custom.dark = t), d.children = [], d;
4435
4431
  }
4436
- function _l(i, e) {
4432
+ function Vl(i, e) {
4437
4433
  const t = `type=${i} subtype=${e}`, r = E(i, e);
4438
4434
  if (!r) {
4439
4435
  console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
@@ -4466,7 +4462,7 @@ function _l(i, e) {
4466
4462
  const ln = G(Q);
4467
4463
  ln.key = "backgroundColor";
4468
4464
  ln.name = "x-runtime-lib.backgroundColor";
4469
- const Rn = {
4465
+ const En = {
4470
4466
  key: "settings",
4471
4467
  name: "x-runtime-lib.settings",
4472
4468
  children: [
@@ -4639,10 +4635,10 @@ const Rn = {
4639
4635
  }, $e = {
4640
4636
  key: ot,
4641
4637
  name: "x-runtime-lib.flexLayout",
4642
- comp: vr,
4638
+ comp: _r,
4643
4639
  props: {
4644
- pageCommon: [v, q, ge, ve, ke, Rn],
4645
- compCommon: [v, q, ge, ve, ke, Rn]
4640
+ pageCommon: [v, q, ge, ve, ke, En],
4641
+ compCommon: [v, q, ge, ve, ke, En]
4646
4642
  },
4647
4643
  events: [
4648
4644
  {
@@ -4653,10 +4649,10 @@ const Rn = {
4653
4649
  ],
4654
4650
  methods: [],
4655
4651
  slots: [],
4656
- spawn: kl
4652
+ spawn: wl
4657
4653
  };
4658
4654
  T($e);
4659
- const Dn = {
4655
+ const Mn = {
4660
4656
  key: "settings",
4661
4657
  name: "x-runtime-lib.settings",
4662
4658
  children: [
@@ -4777,7 +4773,7 @@ const Dn = {
4777
4773
  default: ""
4778
4774
  }
4779
4775
  ]
4780
- }, En = {
4776
+ }, Fn = {
4781
4777
  key: "slots",
4782
4778
  name: "x-runtime-lib.slots",
4783
4779
  children: [
@@ -4809,10 +4805,10 @@ const Dn = {
4809
4805
  }, Nt = {
4810
4806
  key: _t,
4811
4807
  name: "x-runtime-lib.textField",
4812
- comp: Zr,
4808
+ comp: Jr,
4813
4809
  props: {
4814
- pageCommon: [v, Dn, En],
4815
- compCommon: [v, Dn, En]
4810
+ pageCommon: [v, Mn, Fn],
4811
+ compCommon: [v, Mn, Fn]
4816
4812
  },
4817
4813
  events: [],
4818
4814
  methods: [],
@@ -4845,7 +4841,7 @@ const Dn = {
4845
4841
  leaf: !0
4846
4842
  };
4847
4843
  T(Nt);
4848
- function wl(i, e) {
4844
+ function $l(i, e) {
4849
4845
  const t = `type=${i} subtype=${e}`, r = E(i, e);
4850
4846
  if (!r) {
4851
4847
  console.error(`formV1/spawn prop tag not found, ${t}`);
@@ -4857,9 +4853,9 @@ function wl(i, e) {
4857
4853
  return;
4858
4854
  }
4859
4855
  const s = {};
4860
- return D(s, n), s.basic.id = R(16), s.basic.key = Wt.key, s.children = [Vl(i, e)], s;
4856
+ return D(s, n), s.basic.id = R(16), s.basic.key = Wt.key, s.children = [Il(i, e)], s;
4861
4857
  }
4862
- function Vl(i, e) {
4858
+ function Il(i, e) {
4863
4859
  const t = `type=${i} subtype=${e}`, r = E(i, e);
4864
4860
  if (!r) {
4865
4861
  console.error(`formV1/spawnTextField prop tag not found, ${t}`);
@@ -4873,7 +4869,7 @@ function Vl(i, e) {
4873
4869
  const s = {};
4874
4870
  return D(s, n), s.basic.id = R(16), s.basic.key = Nt.key, s;
4875
4871
  }
4876
- const Mn = {
4872
+ const Hn = {
4877
4873
  key: "settings",
4878
4874
  name: "x-runtime-lib.settings",
4879
4875
  children: [
@@ -4894,10 +4890,10 @@ const Mn = {
4894
4890
  }, Wt = {
4895
4891
  key: st,
4896
4892
  name: "x-runtime-lib.form",
4897
- comp: _r,
4893
+ comp: Vr,
4898
4894
  props: {
4899
- pageCommon: [v, q, ge, ve, ke, Mn],
4900
- compCommon: [v, q, ge, ve, ke, Mn]
4895
+ pageCommon: [v, q, ge, ve, ke, Hn],
4896
+ compCommon: [v, q, ge, ve, ke, Hn]
4901
4897
  },
4902
4898
  events: [
4903
4899
  {
@@ -4908,10 +4904,10 @@ const Mn = {
4908
4904
  ],
4909
4905
  methods: [],
4910
4906
  slots: [],
4911
- spawn: wl
4907
+ spawn: $l
4912
4908
  };
4913
4909
  T(Wt);
4914
- const $l = G(Q), Fn = {
4910
+ const Cl = G(Q), Un = {
4915
4911
  key: "settings",
4916
4912
  name: "x-runtime-lib.settings",
4917
4913
  children: [
@@ -4934,26 +4930,26 @@ const $l = G(Q), Fn = {
4934
4930
  items: "sizeItemsV1",
4935
4931
  default: "default"
4936
4932
  },
4937
- $l
4933
+ Cl
4938
4934
  ]
4939
- }, Il = {
4935
+ }, Sl = {
4940
4936
  key: rt,
4941
4937
  name: "x-runtime-lib.icon",
4942
- comp: wr,
4938
+ comp: $r,
4943
4939
  props: {
4944
- pageCommon: [v, Fn],
4945
- compCommon: [v, Fn]
4940
+ pageCommon: [v, Un],
4941
+ compCommon: [v, Un]
4946
4942
  },
4947
4943
  events: [],
4948
4944
  methods: [],
4949
4945
  slots: [],
4950
4946
  leaf: !0
4951
4947
  };
4952
- T(Il);
4953
- const Cl = {
4948
+ T(Sl);
4949
+ const Tl = {
4954
4950
  key: ut,
4955
4951
  name: "x-runtime-lib.menu",
4956
- comp: $r,
4952
+ comp: Cr,
4957
4953
  props: {
4958
4954
  pageCommon: [v],
4959
4955
  compCommon: [v]
@@ -4976,8 +4972,8 @@ const Cl = {
4976
4972
  slots: [],
4977
4973
  teleport: !0
4978
4974
  };
4979
- T(Cl);
4980
- function Sl(i, e) {
4975
+ T(Tl);
4976
+ function zl(i, e) {
4981
4977
  const t = `type=${i} subtype=${e}`, r = E(i, e);
4982
4978
  if (!r) {
4983
4979
  console.error(`numberInputV1/spawn prop tag not found, ${t}`);
@@ -4991,7 +4987,7 @@ function Sl(i, e) {
4991
4987
  const s = {};
4992
4988
  return D(s, n), s.basic.id = R(16), s.basic.key = Lt.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
4993
4989
  }
4994
- const Hn = {
4990
+ const Gn = {
4995
4991
  key: "size",
4996
4992
  name: "x-runtime-lib.size",
4997
4993
  children: [
@@ -5017,7 +5013,7 @@ const Hn = {
5017
5013
  default: ""
5018
5014
  }
5019
5015
  ]
5020
- }, Un = {
5016
+ }, jn = {
5021
5017
  key: "settings",
5022
5018
  name: "x-runtime-lib.settings",
5023
5019
  children: [
@@ -5161,10 +5157,10 @@ const Hn = {
5161
5157
  }, Lt = {
5162
5158
  key: ct,
5163
5159
  name: "x-runtime-lib.numberInput",
5164
- comp: Ir,
5160
+ comp: Sr,
5165
5161
  props: {
5166
- pageCommon: [v, Hn, Un],
5167
- compCommon: [v, Hn, Un]
5162
+ pageCommon: [v, Gn, jn],
5163
+ compCommon: [v, Gn, jn]
5168
5164
  },
5169
5165
  events: [
5170
5166
  {
@@ -5196,10 +5192,10 @@ const Hn = {
5196
5192
  methods: [],
5197
5193
  slots: [],
5198
5194
  leaf: !0,
5199
- spawn: Sl
5195
+ spawn: zl
5200
5196
  };
5201
5197
  T(Lt);
5202
- const Gn = {
5198
+ const On = {
5203
5199
  key: "settings",
5204
5200
  name: "x-runtime-lib.settings",
5205
5201
  children: [
@@ -5262,21 +5258,21 @@ const Gn = {
5262
5258
  default: !1
5263
5259
  }
5264
5260
  ]
5265
- }, Tl = {
5261
+ }, Al = {
5266
5262
  key: dt,
5267
5263
  name: "x-runtime-lib.pagination",
5268
- comp: Cr,
5264
+ comp: Tr,
5269
5265
  props: {
5270
- pageCommon: [v, Gn],
5271
- compCommon: [v, Gn]
5266
+ pageCommon: [v, On],
5267
+ compCommon: [v, On]
5272
5268
  },
5273
5269
  events: [],
5274
5270
  methods: [],
5275
5271
  slots: [],
5276
5272
  leaf: !0
5277
5273
  };
5278
- T(Tl);
5279
- const zl = G(Q), jn = {
5274
+ T(Al);
5275
+ const Pl = G(Q), Kn = {
5280
5276
  key: "settings",
5281
5277
  name: "x-runtime-lib.settings",
5282
5278
  children: [
@@ -5311,15 +5307,15 @@ const zl = G(Q), jn = {
5311
5307
  items: "densityItemsV1",
5312
5308
  default: "default"
5313
5309
  },
5314
- zl
5310
+ Pl
5315
5311
  ]
5316
5312
  }, Bt = {
5317
- key: Ki,
5313
+ key: qi,
5318
5314
  name: "x-runtime-lib.radio",
5319
- comp: Sr,
5315
+ comp: zr,
5320
5316
  props: {
5321
- pageCommon: [v, jn],
5322
- compCommon: [v, jn]
5317
+ pageCommon: [v, Kn],
5318
+ compCommon: [v, Kn]
5323
5319
  },
5324
5320
  events: [],
5325
5321
  methods: [],
@@ -5327,7 +5323,7 @@ const zl = G(Q), jn = {
5327
5323
  leaf: !0
5328
5324
  };
5329
5325
  T(Bt);
5330
- function Al(i, e) {
5326
+ function Nl(i, e) {
5331
5327
  const t = `type=${i} subtype=${e}`, r = E(i, e);
5332
5328
  if (!r) {
5333
5329
  console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
@@ -5359,7 +5355,7 @@ function Be(i, e, t, r) {
5359
5355
  const u = {};
5360
5356
  return D(u, a), u.basic.id = R(16), u.basic.key = Bt.key, u.settings.value = t, u.settings.label = r, u;
5361
5357
  }
5362
- const On = {
5358
+ const Zn = {
5363
5359
  key: "settings",
5364
5360
  name: "x-runtime-lib.settings",
5365
5361
  children: [
@@ -5405,18 +5401,18 @@ const On = {
5405
5401
  }, Rt = {
5406
5402
  key: mt,
5407
5403
  name: "x-runtime-lib.radioGroup",
5408
- comp: Tr,
5404
+ comp: Ar,
5409
5405
  props: {
5410
- pageCommon: [v, On],
5411
- compCommon: [v, On]
5406
+ pageCommon: [v, Zn],
5407
+ compCommon: [v, Zn]
5412
5408
  },
5413
5409
  events: [],
5414
5410
  methods: [],
5415
5411
  slots: [],
5416
- spawn: Al
5412
+ spawn: Nl
5417
5413
  };
5418
5414
  T(Rt);
5419
- const Kn = {
5415
+ const qn = {
5420
5416
  key: "settings",
5421
5417
  name: "x-runtime-lib.settings",
5422
5418
  children: [
@@ -5533,21 +5529,21 @@ const Kn = {
5533
5529
  ]
5534
5530
  }
5535
5531
  ]
5536
- }, Pl = {
5532
+ }, Wl = {
5537
5533
  key: pt,
5538
5534
  name: "x-runtime-lib.rangeSlider",
5539
- comp: zr,
5535
+ comp: Pr,
5540
5536
  props: {
5541
- pageCommon: [v, Kn],
5542
- compCommon: [v, Kn]
5537
+ pageCommon: [v, qn],
5538
+ compCommon: [v, qn]
5543
5539
  },
5544
5540
  events: [],
5545
5541
  methods: [],
5546
5542
  slots: [],
5547
5543
  leaf: !0
5548
5544
  };
5549
- T(Pl);
5550
- const Zn = {
5545
+ T(Wl);
5546
+ const Jn = {
5551
5547
  key: "settings",
5552
5548
  name: "x-runtime-lib.settings",
5553
5549
  children: [
@@ -5602,21 +5598,21 @@ const Zn = {
5602
5598
  default: !1
5603
5599
  }
5604
5600
  ]
5605
- }, Nl = {
5601
+ }, Ll = {
5606
5602
  key: ft,
5607
5603
  name: "x-runtime-lib.rating",
5608
- comp: Ar,
5604
+ comp: Nr,
5609
5605
  props: {
5610
- pageCommon: [v, Zn],
5611
- compCommon: [v, Zn]
5606
+ pageCommon: [v, Jn],
5607
+ compCommon: [v, Jn]
5612
5608
  },
5613
5609
  events: [],
5614
5610
  methods: [],
5615
5611
  slots: [],
5616
5612
  leaf: !0
5617
5613
  };
5618
- T(Nl);
5619
- const qn = {
5614
+ T(Ll);
5615
+ const Xn = {
5620
5616
  key: "settings",
5621
5617
  name: "x-runtime-lib.settings",
5622
5618
  children: [
@@ -5657,20 +5653,20 @@ const qn = {
5657
5653
  default: !1
5658
5654
  }
5659
5655
  ]
5660
- }, Wl = {
5656
+ }, Bl = {
5661
5657
  key: bt,
5662
5658
  name: "x-runtime-lib.select",
5663
- comp: Pr,
5659
+ comp: Wr,
5664
5660
  props: {
5665
- pageCommon: [v, qn],
5666
- compCommon: [v, qn]
5661
+ pageCommon: [v, Xn],
5662
+ compCommon: [v, Xn]
5667
5663
  },
5668
5664
  events: [],
5669
5665
  methods: [],
5670
5666
  slots: [],
5671
5667
  leaf: !0
5672
5668
  };
5673
- T(Wl);
5669
+ T(Bl);
5674
5670
  const an = G(Q);
5675
5671
  an.key = "color";
5676
5672
  an.name = "x-runtime-lib.color";
@@ -5680,7 +5676,7 @@ un.name = "x-runtime-lib.trackColor";
5680
5676
  const cn = G(Q);
5681
5677
  cn.key = "thumbColor";
5682
5678
  cn.name = "x-runtime-lib.thumbColor";
5683
- const Jn = {
5679
+ const Yn = {
5684
5680
  key: "settings",
5685
5681
  name: "x-runtime-lib.settings",
5686
5682
  children: [
@@ -5789,7 +5785,7 @@ const Jn = {
5789
5785
  un,
5790
5786
  cn
5791
5787
  ]
5792
- }, Xn = {
5788
+ }, Qn = {
5793
5789
  key: "slots",
5794
5790
  name: "x-runtime-lib.slots",
5795
5791
  children: [
@@ -5806,24 +5802,24 @@ const Jn = {
5806
5802
  default: void 0
5807
5803
  }
5808
5804
  ]
5809
- }, Ll = {
5805
+ }, Rl = {
5810
5806
  key: yt,
5811
5807
  name: "x-runtime-lib.slider",
5812
- comp: Nr,
5808
+ comp: Lr,
5813
5809
  props: {
5814
- pageCommon: [v, Jn, Xn],
5815
- compCommon: [v, Jn, Xn]
5810
+ pageCommon: [v, Yn, Qn],
5811
+ compCommon: [v, Yn, Qn]
5816
5812
  },
5817
5813
  events: [],
5818
5814
  methods: [],
5819
5815
  slots: [],
5820
5816
  leaf: !0
5821
5817
  };
5822
- T(Ll);
5818
+ T(Rl);
5823
5819
  const Dt = {
5824
- key: Zi,
5820
+ key: Ji,
5825
5821
  name: "x-runtime-lib.stepperHeader",
5826
- comp: Rr,
5822
+ comp: Er,
5827
5823
  props: {
5828
5824
  pageCommon: [v],
5829
5825
  compCommon: [v]
@@ -5833,7 +5829,7 @@ const Dt = {
5833
5829
  slots: []
5834
5830
  };
5835
5831
  T(Dt);
5836
- const Yn = {
5832
+ const ei = {
5837
5833
  key: "settings",
5838
5834
  name: "x-runtime-lib.settings",
5839
5835
  children: [
@@ -5845,12 +5841,12 @@ const Yn = {
5845
5841
  }
5846
5842
  ]
5847
5843
  }, Et = {
5848
- key: qi,
5844
+ key: Xi,
5849
5845
  name: "x-runtime-lib.stepperItem",
5850
- comp: Dr,
5846
+ comp: Mr,
5851
5847
  props: {
5852
- pageCommon: [v, Yn],
5853
- compCommon: [v, Yn]
5848
+ pageCommon: [v, ei],
5849
+ compCommon: [v, ei]
5854
5850
  },
5855
5851
  events: [],
5856
5852
  methods: [],
@@ -5858,9 +5854,9 @@ const Yn = {
5858
5854
  };
5859
5855
  T(Et);
5860
5856
  const Mt = {
5861
- key: Ji,
5857
+ key: Yi,
5862
5858
  name: "x-runtime-lib.stepperWindow",
5863
- comp: Fr,
5859
+ comp: Ur,
5864
5860
  props: {
5865
5861
  pageCommon: [v],
5866
5862
  compCommon: [v]
@@ -5870,7 +5866,7 @@ const Mt = {
5870
5866
  slots: []
5871
5867
  };
5872
5868
  T(Mt);
5873
- const Qn = {
5869
+ const ti = {
5874
5870
  key: "settings",
5875
5871
  name: "x-runtime-lib.settings",
5876
5872
  children: [
@@ -5882,19 +5878,19 @@ const Qn = {
5882
5878
  }
5883
5879
  ]
5884
5880
  }, Ft = {
5885
- key: Xi,
5881
+ key: Qi,
5886
5882
  name: "x-runtime-lib.stepperWindowItem",
5887
- comp: Hr,
5883
+ comp: Gr,
5888
5884
  props: {
5889
- pageCommon: [v, Qn],
5890
- compCommon: [v, Qn]
5885
+ pageCommon: [v, ti],
5886
+ compCommon: [v, ti]
5891
5887
  },
5892
5888
  events: [],
5893
5889
  methods: [],
5894
5890
  slots: []
5895
5891
  };
5896
5892
  T(Ft);
5897
- function Bl(i, e) {
5893
+ function Dl(i, e) {
5898
5894
  const t = `type=${i} subtype=${e}`, r = E(i, e);
5899
5895
  if (!r) {
5900
5896
  console.error(`stepperV1/spawn prop tag not found, ${t}`);
@@ -5906,9 +5902,9 @@ function Bl(i, e) {
5906
5902
  return;
5907
5903
  }
5908
5904
  const s = {};
5909
- return D(s, n), s.basic.id = R(16), s.basic.key = Ht.key, s.children = [Rl(i, e), Dl(i, e)], s;
5905
+ return D(s, n), s.basic.id = R(16), s.basic.key = Ht.key, s.children = [El(i, e), Ml(i, e)], s;
5910
5906
  }
5911
- function Rl(i, e) {
5907
+ function El(i, e) {
5912
5908
  const t = `type=${i} subtype=${e}`, r = E(i, e);
5913
5909
  if (!r) {
5914
5910
  console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
@@ -5940,7 +5936,7 @@ function Re(i, e, t) {
5940
5936
  const a = {};
5941
5937
  return D(a, s), a.basic.id = R(16), a.basic.key = Et.key, a.children = [], a.settings.value = t, a;
5942
5938
  }
5943
- function Dl(i, e) {
5939
+ function Ml(i, e) {
5944
5940
  const t = `type=${i} subtype=${e}`, r = E(i, e);
5945
5941
  if (!r) {
5946
5942
  console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
@@ -5970,9 +5966,9 @@ function De(i, e, t, r) {
5970
5966
  return;
5971
5967
  }
5972
5968
  const u = {};
5973
- return D(u, a), u.basic.id = R(16), u.basic.key = Ft.key, u.children = [El(i, e, r)], u.settings.value = t, u;
5969
+ return D(u, a), u.basic.id = R(16), u.basic.key = Ft.key, u.children = [Fl(i, e, r)], u.settings.value = t, u;
5974
5970
  }
5975
- function El(i, e, t) {
5971
+ function Fl(i, e, t) {
5976
5972
  const r = `type=${i} subtype=${e}`, n = E(i, e);
5977
5973
  if (!n) {
5978
5974
  console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
@@ -5986,7 +5982,7 @@ function El(i, e, t) {
5986
5982
  const a = {};
5987
5983
  return D(a, s), a.basic.id = R(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
5988
5984
  }
5989
- const ei = {
5985
+ const ni = {
5990
5986
  key: "settings",
5991
5987
  name: "x-runtime-lib.settings",
5992
5988
  children: [
@@ -6006,21 +6002,21 @@ const ei = {
6006
6002
  }, Ht = {
6007
6003
  key: ht,
6008
6004
  name: "x-runtime-lib.stepper",
6009
- comp: Wr,
6005
+ comp: Br,
6010
6006
  props: {
6011
- pageCommon: [v, ei],
6012
- compCommon: [v, ei]
6007
+ pageCommon: [v, ni],
6008
+ compCommon: [v, ni]
6013
6009
  },
6014
6010
  events: [],
6015
6011
  methods: [],
6016
6012
  slots: [],
6017
- spawn: Bl
6013
+ spawn: Dl
6018
6014
  };
6019
6015
  T(Ht);
6020
- const Ml = {
6016
+ const Hl = {
6021
6017
  key: xt,
6022
6018
  name: "x-runtime-lib.switch",
6023
- comp: Ur,
6019
+ comp: jr,
6024
6020
  props: {
6025
6021
  pageCommon: [v],
6026
6022
  compCommon: [v]
@@ -6030,8 +6026,8 @@ const Ml = {
6030
6026
  slots: [],
6031
6027
  leaf: !0
6032
6028
  };
6033
- T(Ml);
6034
- const ti = {
6029
+ T(Hl);
6030
+ const ii = {
6035
6031
  key: "settings",
6036
6032
  name: "x-runtime-lib.settings",
6037
6033
  children: [
@@ -6049,12 +6045,12 @@ const ti = {
6049
6045
  }
6050
6046
  ]
6051
6047
  }, Ut = {
6052
- key: Yi,
6048
+ key: eo,
6053
6049
  name: "x-runtime-lib.tab",
6054
- comp: Gr,
6050
+ comp: Or,
6055
6051
  props: {
6056
- pageCommon: [v, ti],
6057
- compCommon: [v, ti]
6052
+ pageCommon: [v, ii],
6053
+ compCommon: [v, ii]
6058
6054
  },
6059
6055
  events: [],
6060
6056
  methods: [],
@@ -6062,7 +6058,7 @@ const ti = {
6062
6058
  leaf: !0
6063
6059
  };
6064
6060
  T(Ut);
6065
- function Fl(i, e) {
6061
+ function Ul(i, e) {
6066
6062
  const t = `type=${i} subtype=${e}`, r = E(i, e);
6067
6063
  if (!r) {
6068
6064
  console.error(`tabsV1/spawn prop tag not found, ${t}`);
@@ -6103,7 +6099,7 @@ mn.name = "x-runtime-lib.selectedColor";
6103
6099
  const pn = G(Q);
6104
6100
  pn.key = "sliderColor";
6105
6101
  pn.name = "x-runtime-lib.sliderColor";
6106
- const ni = {
6102
+ const oi = {
6107
6103
  key: "settings",
6108
6104
  name: "x-runtime-lib.settings",
6109
6105
  children: [
@@ -6185,18 +6181,18 @@ const ni = {
6185
6181
  }, Gt = {
6186
6182
  key: gt,
6187
6183
  name: "x-runtime-lib.tabs",
6188
- comp: jr,
6184
+ comp: Kr,
6189
6185
  props: {
6190
- pageCommon: [v, ni],
6191
- compCommon: [v, ni]
6186
+ pageCommon: [v, oi],
6187
+ compCommon: [v, oi]
6192
6188
  },
6193
6189
  events: [],
6194
6190
  methods: [],
6195
6191
  slots: [],
6196
- spawn: Fl
6192
+ spawn: Ul
6197
6193
  };
6198
6194
  T(Gt);
6199
- function Hl(i, e) {
6195
+ function Gl(i, e) {
6200
6196
  const t = `type=${i} subtype=${e}`, r = E(i, e);
6201
6197
  if (!r) {
6202
6198
  console.error(`textV1/spawn prop tag not found, ${t}`);
@@ -6210,7 +6206,7 @@ function Hl(i, e) {
6210
6206
  const s = {};
6211
6207
  return D(s, n), s.basic.id = R(16), s.basic.key = he.key, s.settings.text = "text", s;
6212
6208
  }
6213
- const ii = {
6209
+ const si = {
6214
6210
  key: "settings",
6215
6211
  name: "x-runtime-lib.settings",
6216
6212
  children: [
@@ -6299,19 +6295,19 @@ const ii = {
6299
6295
  }, he = {
6300
6296
  key: vt,
6301
6297
  name: "x-runtime-lib.text",
6302
- comp: Or,
6298
+ comp: Zr,
6303
6299
  props: {
6304
- pageCommon: [v, ii],
6305
- compCommon: [v, ii]
6300
+ pageCommon: [v, si],
6301
+ compCommon: [v, si]
6306
6302
  },
6307
6303
  events: [],
6308
6304
  methods: [],
6309
6305
  slots: [],
6310
6306
  leaf: !0,
6311
- spawn: Hl
6307
+ spawn: Gl
6312
6308
  };
6313
6309
  T(he);
6314
- function Ul(i, e) {
6310
+ function jl(i, e) {
6315
6311
  const t = `type=${i} subtype=${e}`, r = E(i, e);
6316
6312
  if (!r) {
6317
6313
  console.error(`textareaV1/spawn prop tag not found, ${t}`);
@@ -6325,7 +6321,7 @@ function Ul(i, e) {
6325
6321
  const s = {};
6326
6322
  return D(s, n), s.basic.id = R(16), s.basic.key = jt.key, s.settings.label = "label", s;
6327
6323
  }
6328
- const oi = {
6324
+ const ri = {
6329
6325
  key: "settings",
6330
6326
  name: "x-runtime-lib.settings",
6331
6327
  children: [
@@ -6399,22 +6395,22 @@ const oi = {
6399
6395
  }, jt = {
6400
6396
  key: kt,
6401
6397
  name: "x-runtime-lib.textarea",
6402
- comp: Kr,
6398
+ comp: qr,
6403
6399
  props: {
6404
- pageCommon: [v, oi],
6405
- compCommon: [v, oi]
6400
+ pageCommon: [v, ri],
6401
+ compCommon: [v, ri]
6406
6402
  },
6407
6403
  events: [],
6408
6404
  methods: [],
6409
6405
  slots: [],
6410
6406
  leaf: !0,
6411
- spawn: Ul
6407
+ spawn: jl
6412
6408
  };
6413
6409
  T(jt);
6414
6410
  const Ot = {
6415
- key: Qi,
6411
+ key: to,
6416
6412
  name: "x-runtime-lib.timelineItem",
6417
- comp: Yr,
6413
+ comp: el,
6418
6414
  props: {
6419
6415
  pageCommon: [v],
6420
6416
  compCommon: [v]
@@ -6424,7 +6420,7 @@ const Ot = {
6424
6420
  slots: []
6425
6421
  };
6426
6422
  T(Ot);
6427
- function Gl(i, e) {
6423
+ function Ol(i, e) {
6428
6424
  const t = `type=${i} subtype=${e}`, r = E(i, e);
6429
6425
  if (!r) {
6430
6426
  console.error(`timelineV1/spawn prop tag not found, ${t}`);
@@ -6454,9 +6450,9 @@ function Me(i, e, t) {
6454
6450
  return;
6455
6451
  }
6456
6452
  const a = {};
6457
- return D(a, s), a.basic.id = R(16), a.basic.key = Ot.key, a.children = [jl(i, e, t)], a;
6453
+ return D(a, s), a.basic.id = R(16), a.basic.key = Ot.key, a.children = [Kl(i, e, t)], a;
6458
6454
  }
6459
- function jl(i, e, t) {
6455
+ function Kl(i, e, t) {
6460
6456
  const r = `type=${i} subtype=${e}`, n = E(i, e);
6461
6457
  if (!n) {
6462
6458
  console.error(`timelineV1/spawnText prop tag not found, ${r}`);
@@ -6470,7 +6466,7 @@ function jl(i, e, t) {
6470
6466
  const a = {};
6471
6467
  return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
6472
6468
  }
6473
- const Ol = G(Q), Kl = G(Q), si = {
6469
+ const Zl = G(Q), ql = G(Q), li = {
6474
6470
  key: "settings",
6475
6471
  name: "x-runtime-lib.settings",
6476
6472
  children: [
@@ -6518,7 +6514,7 @@ const Ol = G(Q), Kl = G(Q), si = {
6518
6514
  ui: "switch",
6519
6515
  default: !1
6520
6516
  },
6521
- Ol
6517
+ Zl
6522
6518
  ]
6523
6519
  },
6524
6520
  {
@@ -6544,28 +6540,28 @@ const Ol = G(Q), Kl = G(Q), si = {
6544
6540
  ui: "numInput",
6545
6541
  default: 0
6546
6542
  },
6547
- Kl
6543
+ ql
6548
6544
  ]
6549
6545
  }
6550
6546
  ]
6551
6547
  }, Kt = {
6552
6548
  key: wt,
6553
6549
  name: "x-runtime-lib.timeline",
6554
- comp: qr,
6550
+ comp: Xr,
6555
6551
  props: {
6556
- pageCommon: [v, si],
6557
- compCommon: [v, si]
6552
+ pageCommon: [v, li],
6553
+ compCommon: [v, li]
6558
6554
  },
6559
6555
  events: [],
6560
6556
  methods: [],
6561
6557
  slots: [],
6562
- spawn: Gl
6558
+ spawn: Ol
6563
6559
  };
6564
6560
  T(Kt);
6565
6561
  const Zt = {
6566
- key: eo,
6562
+ key: no,
6567
6563
  name: "x-runtime-lib.windowItem",
6568
- comp: nl,
6564
+ comp: ol,
6569
6565
  props: {
6570
6566
  pageCommon: [v],
6571
6567
  compCommon: [v]
@@ -6575,7 +6571,7 @@ const Zt = {
6575
6571
  slots: []
6576
6572
  };
6577
6573
  T(Zt);
6578
- function Zl(i, e) {
6574
+ function Jl(i, e) {
6579
6575
  const t = `type=${i} subtype=${e}`, r = E(i, e);
6580
6576
  if (!r) {
6581
6577
  console.error(`windowV1/spawn prop tag not found, ${t}`);
@@ -6605,9 +6601,9 @@ function Fe(i, e, t) {
6605
6601
  return;
6606
6602
  }
6607
6603
  const a = {};
6608
- return D(a, s), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [ql(i, e, t)], a;
6604
+ return D(a, s), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [Xl(i, e, t)], a;
6609
6605
  }
6610
- function ql(i, e, t) {
6606
+ function Xl(i, e, t) {
6611
6607
  const r = `type=${i} subtype=${e}`, n = E(i, e);
6612
6608
  if (!n) {
6613
6609
  console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
@@ -6619,9 +6615,9 @@ function ql(i, e, t) {
6619
6615
  return;
6620
6616
  }
6621
6617
  const a = {};
6622
- return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Jl(i, e, t)], a;
6618
+ return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Yl(i, e, t)], a;
6623
6619
  }
6624
- function Jl(i, e, t) {
6620
+ function Yl(i, e, t) {
6625
6621
  const r = `type=${i} subtype=${e}`, n = E(i, e);
6626
6622
  if (!n) {
6627
6623
  console.error(`windowV1/spawnText prop tag not found, ${r}`);
@@ -6635,7 +6631,7 @@ function Jl(i, e, t) {
6635
6631
  const a = {};
6636
6632
  return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a.settings.style.xs = "h6", a;
6637
6633
  }
6638
- const ri = {
6634
+ const ai = {
6639
6635
  key: "settings",
6640
6636
  name: "x-runtime-lib.settings",
6641
6637
  children: [
@@ -6686,44 +6682,44 @@ const ri = {
6686
6682
  }, qt = {
6687
6683
  key: Vt,
6688
6684
  name: "x-runtime-lib.window",
6689
- comp: Qr,
6685
+ comp: tl,
6690
6686
  props: {
6691
- pageCommon: [v, ri],
6692
- compCommon: [v, ri]
6687
+ pageCommon: [v, ai],
6688
+ compCommon: [v, ai]
6693
6689
  },
6694
6690
  events: [],
6695
6691
  methods: [],
6696
6692
  slots: [],
6697
- spawn: Zl
6693
+ spawn: Jl
6698
6694
  };
6699
6695
  T(qt);
6700
- const Xl = [
6696
+ const Ql = [
6701
6697
  { title: "x-runtime-lib.title", value: "title" },
6702
6698
  { title: "x-runtime-lib.end", value: "end" },
6703
6699
  { title: "x-runtime-lib.start", value: "start" },
6704
6700
  { title: "x-runtime-lib.center", value: "center" }
6705
- ], Yl = [
6701
+ ], ea = [
6706
6702
  { title: "x-runtime-lib.value", value: "value" },
6707
6703
  { title: "x-runtime-lib.category", value: "category" },
6708
6704
  { title: "x-runtime-lib.time", value: "time" },
6709
6705
  { title: "x-runtime-lib.log", value: "log" }
6710
- ], Ql = [
6706
+ ], ta = [
6711
6707
  { title: "x-runtime-lib.notSet", value: "" },
6712
6708
  { title: "x-runtime-lib.solid", value: "solid" },
6713
6709
  { title: "x-runtime-lib.dashed", value: "dashed" },
6714
6710
  { title: "x-runtime-lib.dotted", value: "dotted" }
6715
- ], ea = [
6711
+ ], na = [
6716
6712
  { title: "x-runtime-lib.notSet", value: "" },
6717
6713
  { title: "x-runtime-lib.theme", value: "theme" },
6718
6714
  { title: "x-runtime-lib.custom", value: "custom" }
6719
- ], ta = [
6715
+ ], ia = [
6720
6716
  { title: "x-runtime-lib.default", value: "default" },
6721
6717
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
6722
6718
  { title: "x-runtime-lib.compact", value: "compact" }
6723
- ], na = [
6719
+ ], oa = [
6724
6720
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6725
6721
  { title: "x-runtime-lib.vertical", value: "vertical" }
6726
- ], ia = [
6722
+ ], sa = [
6727
6723
  { title: "x-runtime-lib.underlined", value: "underlined" },
6728
6724
  { title: "x-runtime-lib.outlined", value: "outlined" },
6729
6725
  { title: "x-runtime-lib.filled", value: "filled" },
@@ -6731,20 +6727,20 @@ const Xl = [
6731
6727
  { title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
6732
6728
  { title: "x-runtime-lib.soloFilled", value: "solo-filled" },
6733
6729
  { title: "x-runtime-lib.plain", value: "plain" }
6734
- ], oa = [
6730
+ ], ra = [
6735
6731
  { title: "x-runtime-lib.notSet", value: "" },
6736
6732
  { title: "x-runtime-lib.start", value: "start" },
6737
6733
  { title: "x-runtime-lib.end", value: "end" },
6738
6734
  { title: "x-runtime-lib.center", value: "center" },
6739
6735
  { title: "x-runtime-lib.baseline", value: "baseline" },
6740
6736
  { title: "x-runtime-lib.stretch", value: "stretch" }
6741
- ], sa = [
6737
+ ], la = [
6742
6738
  { title: "x-runtime-lib.notSet", value: "" },
6743
6739
  { title: "x-runtime-lib.row", value: "row" },
6744
6740
  { title: "x-runtime-lib.rowReverse", value: "rowReverse" },
6745
6741
  { title: "x-runtime-lib.column", value: "column" },
6746
6742
  { title: "x-runtime-lib.columnReverse", value: "columnReverse" }
6747
- ], ra = [
6743
+ ], aa = [
6748
6744
  { title: "x-runtime-lib.notSet", value: "" },
6749
6745
  { title: "x-runtime-lib.start", value: "start" },
6750
6746
  { title: "x-runtime-lib.end", value: "end" },
@@ -6752,12 +6748,12 @@ const Xl = [
6752
6748
  { title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
6753
6749
  { title: "x-runtime-lib.spaceAround", value: "spaceAround" },
6754
6750
  { title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
6755
- ], la = [
6751
+ ], ua = [
6756
6752
  { title: "x-runtime-lib.notSet", value: "" },
6757
6753
  { title: "x-runtime-lib.no", value: "no" },
6758
6754
  { title: "x-runtime-lib.yes", value: "yes" },
6759
6755
  { title: "x-runtime-lib.reverse", value: "reverse" }
6760
- ], aa = [
6756
+ ], ca = [
6761
6757
  { title: "x-runtime-lib.notSet", value: "" },
6762
6758
  { title: "x-runtime-lib.black", value: "black" },
6763
6759
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -6765,24 +6761,24 @@ const Xl = [
6765
6761
  { title: "x-runtime-lib.regular", value: "regular" },
6766
6762
  { title: "x-runtime-lib.light", value: "light" },
6767
6763
  { title: "x-runtime-lib.thin", value: "thin" }
6768
- ], ua = [
6764
+ ], da = [
6769
6765
  { title: "x-runtime-lib.elevated", value: "elevated" },
6770
6766
  { title: "x-runtime-lib.flat", value: "flat" },
6771
6767
  { title: "x-runtime-lib.tonal", value: "tonal" },
6772
6768
  { title: "x-runtime-lib.outlined", value: "outlined" },
6773
6769
  { title: "x-runtime-lib.text", value: "text" },
6774
6770
  { title: "x-runtime-lib.plain", value: "plain" }
6775
- ], ca = [
6771
+ ], ma = [
6776
6772
  { title: "x-runtime-lib.notSet", value: "" },
6777
6773
  { title: "x-runtime-lib.show", value: "show" },
6778
6774
  { title: "x-runtime-lib.always", value: "always" }
6779
- ], da = [
6775
+ ], pa = [
6780
6776
  { title: "x-runtime-lib.xSmall", value: "x-small" },
6781
6777
  { title: "x-runtime-lib.small", value: "small" },
6782
6778
  { title: "x-runtime-lib.default", value: "default" },
6783
6779
  { title: "x-runtime-lib.large", value: "large" },
6784
6780
  { title: "x-runtime-lib.xLarge", value: "x-large" }
6785
- ], ma = [
6781
+ ], fa = [
6786
6782
  { title: "x-runtime-lib.notSet", value: "" },
6787
6783
  { title: "x-runtime-lib.start", value: "start" },
6788
6784
  { title: "x-runtime-lib.center", value: "center" },
@@ -6790,18 +6786,18 @@ const Xl = [
6790
6786
  { title: "x-runtime-lib.justify", value: "justify" },
6791
6787
  { title: "x-runtime-lib.left", value: "left" },
6792
6788
  { title: "x-runtime-lib.right", value: "right" }
6793
- ], pa = [
6789
+ ], ba = [
6794
6790
  { title: "x-runtime-lib.notSet", value: "" },
6795
6791
  { title: "x-runtime-lib.none", value: "none" },
6796
6792
  { title: "x-runtime-lib.overline", value: "overline" },
6797
6793
  { title: "x-runtime-lib.underline", value: "underline" },
6798
6794
  { title: "x-runtime-lib.lineThrough", value: "line-through" }
6799
- ], fa = [
6795
+ ], ya = [
6800
6796
  { title: "x-runtime-lib.notSet", value: "" },
6801
6797
  { title: "x-runtime-lib.high", value: "high" },
6802
6798
  { title: "x-runtime-lib.medium", value: "medium" },
6803
6799
  { title: "x-runtime-lib.disabled", value: "disabled" }
6804
- ], ba = [
6800
+ ], ha = [
6805
6801
  { title: "x-runtime-lib.notSet", value: "" },
6806
6802
  { title: "x-runtime-lib.h1", value: "h1" },
6807
6803
  { title: "x-runtime-lib.h2", value: "h2" },
@@ -6816,7 +6812,7 @@ const Xl = [
6816
6812
  { title: "x-runtime-lib.button", value: "button" },
6817
6813
  { title: "x-runtime-lib.caption", value: "caption" },
6818
6814
  { title: "x-runtime-lib.overline", value: "overline" }
6819
- ], ya = [
6815
+ ], xa = [
6820
6816
  { title: "x-runtime-lib.notSet", value: "" },
6821
6817
  { title: "x-runtime-lib.primary", value: "primary" },
6822
6818
  { title: "x-runtime-lib.secondary", value: "secondary" },
@@ -6827,53 +6823,53 @@ const Xl = [
6827
6823
  { title: "x-runtime-lib.background0", value: "background0" },
6828
6824
  { title: "x-runtime-lib.background1", value: "background1" },
6829
6825
  { title: "x-runtime-lib.background2", value: "background2" }
6830
- ], ha = [
6826
+ ], ga = [
6831
6827
  { title: "x-runtime-lib.notSet", value: "" },
6832
6828
  { title: "x-runtime-lib.show", value: "show" },
6833
6829
  { title: "x-runtime-lib.always", value: "always" }
6834
- ], xa = [
6830
+ ], va = [
6835
6831
  { title: "x-runtime-lib.start", value: "start" },
6836
6832
  { title: "x-runtime-lib.center", value: "center" }
6837
- ], ga = [
6833
+ ], ka = [
6838
6834
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6839
6835
  { title: "x-runtime-lib.vertical", value: "vertical" }
6840
- ], va = [
6836
+ ], _a = [
6841
6837
  { title: "x-runtime-lib.notSet", value: "" },
6842
6838
  { title: "x-runtime-lib.end", value: "end" },
6843
6839
  { title: "x-runtime-lib.start", value: "start" }
6844
- ], ka = [
6840
+ ], wa = [
6845
6841
  { title: "x-runtime-lib.notSet", value: "" },
6846
6842
  { title: "x-runtime-lib.end", value: "end" },
6847
6843
  { title: "x-runtime-lib.start", value: "start" },
6848
6844
  { title: "x-runtime-lib.both", value: "both" }
6849
- ], _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6845
+ ], Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6850
6846
  __proto__: null,
6851
- alignTabsItemsV1: Xl,
6852
- axisTypeItemsV1: Yl,
6853
- borderStyleItemsV1: Ql,
6854
- colorModeItemsV1: ea,
6855
- densityItemsV1: ta,
6856
- directionItemsV1: na,
6857
- fieldVariantItemsV1: ia,
6858
- flexCrossAlignItemsV1: oa,
6859
- flexDirectionItemsV1: sa,
6860
- flexMainAlignItemsV1: ra,
6861
- flexWrapItemsV1: la,
6862
- fontWeightItemsV1: aa,
6863
- sheetVariantItemsV1: ua,
6864
- showTicksItemsV1: ca,
6865
- sizeItemsV1: da,
6866
- textAlignItemsV1: ma,
6867
- textDecorationItemsV1: pa,
6868
- textEmphasisItemsV1: fa,
6869
- textStyleItemsV1: ba,
6870
- themeColorItemsV1: ya,
6871
- thumbLabelItemsV1: ha,
6872
- timelineAlignItemsV1: xa,
6873
- timelineDirectionItemsV1: ga,
6874
- timelineSideItemsV1: va,
6875
- timelineTruncateLineItemsV1: ka
6876
- }, Symbol.toStringTag, { value: "Module" })), wa = [
6847
+ alignTabsItemsV1: Ql,
6848
+ axisTypeItemsV1: ea,
6849
+ borderStyleItemsV1: ta,
6850
+ colorModeItemsV1: na,
6851
+ densityItemsV1: ia,
6852
+ directionItemsV1: oa,
6853
+ fieldVariantItemsV1: sa,
6854
+ flexCrossAlignItemsV1: ra,
6855
+ flexDirectionItemsV1: la,
6856
+ flexMainAlignItemsV1: aa,
6857
+ flexWrapItemsV1: ua,
6858
+ fontWeightItemsV1: ca,
6859
+ sheetVariantItemsV1: da,
6860
+ showTicksItemsV1: ma,
6861
+ sizeItemsV1: pa,
6862
+ textAlignItemsV1: fa,
6863
+ textDecorationItemsV1: ba,
6864
+ textEmphasisItemsV1: ya,
6865
+ textStyleItemsV1: ha,
6866
+ themeColorItemsV1: xa,
6867
+ thumbLabelItemsV1: ga,
6868
+ timelineAlignItemsV1: va,
6869
+ timelineDirectionItemsV1: ka,
6870
+ timelineSideItemsV1: _a,
6871
+ timelineTruncateLineItemsV1: wa
6872
+ }, Symbol.toStringTag, { value: "Module" })), $a = [
6877
6873
  {
6878
6874
  title: "x-runtime-lib.notSet",
6879
6875
  value: "",
@@ -6913,7 +6909,7 @@ const Xl = [
6913
6909
  max: 1 / 0,
6914
6910
  step: 1
6915
6911
  }
6916
- ], Va = [
6912
+ ], Ia = [
6917
6913
  {
6918
6914
  title: "x-runtime-lib.notSet",
6919
6915
  value: "",
@@ -6935,7 +6931,7 @@ const Xl = [
6935
6931
  validator: (i) => i === "right",
6936
6932
  default: "right"
6937
6933
  }
6938
- ], $a = [
6934
+ ], Ca = [
6939
6935
  {
6940
6936
  title: "x-runtime-lib.notSet",
6941
6937
  value: "",
@@ -6965,7 +6961,7 @@ const Xl = [
6965
6961
  precision: 6,
6966
6962
  default: "0%"
6967
6963
  }
6968
- ], Ia = [
6964
+ ], Sa = [
6969
6965
  {
6970
6966
  title: "x-runtime-lib.notSet",
6971
6967
  value: "",
@@ -6990,7 +6986,7 @@ const Xl = [
6990
6986
  min: 0,
6991
6987
  default: "0%"
6992
6988
  }
6993
- ], Ca = [
6989
+ ], Ta = [
6994
6990
  {
6995
6991
  title: "x-runtime-lib.notSet",
6996
6992
  value: "",
@@ -7015,7 +7011,7 @@ const Xl = [
7015
7011
  min: 0,
7016
7012
  default: "0%"
7017
7013
  }
7018
- ], Sa = [
7014
+ ], za = [
7019
7015
  {
7020
7016
  title: "x-runtime-lib.notSet",
7021
7017
  value: "",
@@ -7044,7 +7040,7 @@ const Xl = [
7044
7040
  validator: (i) => i === "end",
7045
7041
  default: "end"
7046
7042
  }
7047
- ], Ta = [
7043
+ ], Aa = [
7048
7044
  {
7049
7045
  title: "x-runtime-lib.notSet",
7050
7046
  value: "",
@@ -7066,21 +7062,21 @@ const Xl = [
7066
7062
  validator: (i) => i === "bottom",
7067
7063
  default: "bottom"
7068
7064
  }
7069
- ], za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7065
+ ], Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7070
7066
  __proto__: null,
7071
- borderWidthTypesV1: wa,
7072
- leftRightTypesV1: Va,
7073
- marginTypesV1: $a,
7074
- paddingTypesV1: Ia,
7075
- sizeTypesV1: Ca,
7076
- tableColumnAlignTypesV1: Sa,
7077
- topBottomTypesV1: Ta
7078
- }, Symbol.toStringTag, { value: "Module" })), Aa = {
7067
+ borderWidthTypesV1: $a,
7068
+ leftRightTypesV1: Ia,
7069
+ marginTypesV1: Ca,
7070
+ paddingTypesV1: Sa,
7071
+ sizeTypesV1: Ta,
7072
+ tableColumnAlignTypesV1: za,
7073
+ topBottomTypesV1: Aa
7074
+ }, Symbol.toStringTag, { value: "Module" })), Na = {
7079
7075
  version: "v1",
7080
7076
  globalityKey: lt,
7081
7077
  refKey: Se,
7082
- items: { ..._a },
7083
- types: { ...za },
7078
+ items: { ...Va },
7079
+ types: { ...Pa },
7084
7080
  elements: /* @__PURE__ */ new Set([
7085
7081
  Ue,
7086
7082
  xn,
@@ -7093,21 +7089,23 @@ const Xl = [
7093
7089
  Je,
7094
7090
  Xe,
7095
7091
  Ye,
7092
+ gn,
7096
7093
  Qe,
7097
7094
  et,
7098
7095
  tt,
7099
7096
  nt,
7100
7097
  it,
7101
7098
  ot,
7102
- Oi,
7099
+ Zi,
7103
7100
  st,
7104
7101
  lt,
7105
7102
  rt,
7106
7103
  at,
7104
+ vn,
7107
7105
  ut,
7108
7106
  ct,
7109
7107
  dt,
7110
- Ki,
7108
+ qi,
7111
7109
  mt,
7112
7110
  pt,
7113
7111
  ft,
@@ -7115,20 +7113,20 @@ const Xl = [
7115
7113
  bt,
7116
7114
  yt,
7117
7115
  ht,
7118
- Zi,
7119
- qi,
7120
7116
  Ji,
7121
7117
  Xi,
7122
- xt,
7123
7118
  Yi,
7119
+ Qi,
7120
+ xt,
7121
+ eo,
7124
7122
  gt,
7125
7123
  vt,
7126
7124
  kt,
7127
7125
  _t,
7128
7126
  wt,
7129
- Qi,
7127
+ to,
7130
7128
  Vt,
7131
- eo
7129
+ no
7132
7130
  ]),
7133
7131
  groups: [
7134
7132
  {
@@ -7188,7 +7186,7 @@ const Xl = [
7188
7186
  {
7189
7187
  key: "feedback",
7190
7188
  name: "x-runtime-lib.feedback",
7191
- items: [ji, ft, wt]
7189
+ items: [Ki, ft, wt]
7192
7190
  },
7193
7191
  {
7194
7192
  key: "imagesAndIcons",
@@ -7199,101 +7197,106 @@ const Xl = [
7199
7197
  key: "pickers",
7200
7198
  name: "x-runtime-lib.pickers",
7201
7199
  items: [Xe, tt]
7200
+ },
7201
+ {
7202
+ key: "control",
7203
+ name: "x-runtime-lib.control",
7204
+ items: [gn, vn]
7202
7205
  }
7203
7206
  ]
7204
7207
  }, fn = {
7205
- v1: Aa
7206
- }, Pa = (i, e, t) => {
7208
+ v1: Na
7209
+ }, Wa = (i, e, t) => {
7207
7210
  const r = i[e];
7208
7211
  return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
7209
7212
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== t ? ". Note that variables only represent file names one level deep." : ""))));
7210
7213
  });
7211
7214
  };
7212
- async function tu(i) {
7213
- return (await Pa(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.gzfmjy3s.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.iikqghyl.js") }), `./locales/${i}/index.ts`, 4)).default;
7215
+ async function iu(i) {
7216
+ return (await Wa(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.dkcd6khi.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.g2xas2zq.js") }), `./locales/${i}/index.ts`, 4)).default;
7214
7217
  }
7215
7218
  export {
7216
- Qa as badgeV1,
7219
+ tu as badgeV1,
7217
7220
  $t as barChartV1,
7218
- $i as breakpoints,
7219
- cl as btnGroupV1,
7220
- dl as btnToggleV1,
7221
+ Ci as breakpoints,
7222
+ ml as btnGroupV1,
7223
+ pl as btnToggleV1,
7221
7224
  Ct as btnV1,
7222
- Ii as calcBreakpoint,
7225
+ Si as calcBreakpoint,
7223
7226
  Ve as cardV1,
7224
- pl as checkboxV1,
7227
+ bl as checkboxV1,
7225
7228
  Tt as chipGroupV1,
7226
7229
  St as chipV1,
7227
- yl as colorPickerV1,
7228
- hl as comboboxV1,
7230
+ xl as colorPickerV1,
7231
+ gl as comboboxV1,
7229
7232
  zt as containerV1,
7230
- xl as dataTableV1,
7231
- gl as datePickerV1,
7232
- vl as dialogV1,
7233
- zo as duplicateNode,
7234
- Fa as duplicateNodes,
7233
+ vl as dataTableV1,
7234
+ kl as datePickerV1,
7235
+ _l as dialogV1,
7236
+ Po as duplicateNode,
7237
+ Ua as duplicateNodes,
7235
7238
  ye as elements,
7236
- Ya as ensureContext,
7237
- eu as fileInputV1,
7239
+ eu as ensureContext,
7240
+ nu as fileInputV1,
7238
7241
  At as flexLayoutEntryV1,
7239
7242
  $e as flexLayoutV1,
7240
7243
  Wt as formV1,
7241
7244
  R as genId,
7242
7245
  we as getBreakpointProp,
7243
7246
  yn as getIndexOfBreakpoint,
7244
- Ma as getNode,
7247
+ Ha as getNode,
7245
7248
  hn as getPropDefault,
7246
7249
  E as getPropTag,
7247
- Xa as getTypeColor,
7248
- rl as globalityV1,
7249
- Il as iconV1,
7250
+ Qa as getTypeColor,
7251
+ al as globalityV1,
7252
+ Sl as iconV1,
7250
7253
  D as initProps,
7251
7254
  M as injectDark,
7252
7255
  ue as injectData,
7253
- Di as injectDepends,
7256
+ Mi as injectDepends,
7254
7257
  le as injectDevice,
7255
- Ri as injectEnv,
7258
+ Ei as injectEnv,
7256
7259
  A as injectMode,
7257
- Bi as injectOrg,
7260
+ Di as injectOrg,
7258
7261
  B as injectSandbox,
7259
7262
  ae as injectType,
7260
7263
  on as isPercentStr,
7261
7264
  Ne as isPixelStr,
7262
7265
  It as lineChartV1,
7263
- tu as loadLocaleMessageRuntime,
7264
- Cl as menuV1,
7265
- Gi as newEventBus,
7266
+ iu as loadLocaleMessageRuntime,
7267
+ Tl as menuV1,
7268
+ Oi as newEventBus,
7266
7269
  Lt as numberInputV1,
7267
- Tl as paginationV1,
7270
+ Al as paginationV1,
7268
7271
  Le as parsePercentStr,
7269
- Ea as parsePixelStr,
7272
+ Fa as parsePixelStr,
7270
7273
  fn as pkgs,
7271
- Oa as provideDark,
7272
- Za as provideData,
7273
- qa as provideDepends,
7274
- ja as provideDevice,
7275
- Ua as provideEnv,
7276
- Ga as provideMode,
7277
- Ha as provideOrg,
7278
- Ei as provideSandbox,
7279
- Ka as provideType,
7274
+ Za as provideDark,
7275
+ Ja as provideData,
7276
+ Xa as provideDepends,
7277
+ Ka as provideDevice,
7278
+ ja as provideEnv,
7279
+ Oa as provideMode,
7280
+ Ga as provideOrg,
7281
+ Fi as provideSandbox,
7282
+ qa as provideType,
7280
7283
  Rt as radioGroupV1,
7281
7284
  Bt as radioV1,
7282
- Pl as rangeSliderV1,
7283
- Nl as ratingV1,
7284
- ll as refV1,
7285
- So as reverseBreakpoints,
7286
- Wl as selectV1,
7287
- Ll as sliderV1,
7288
- To as spawnNode,
7289
- Hi as startInterpreter,
7285
+ Wl as rangeSliderV1,
7286
+ Ll as ratingV1,
7287
+ ul as refV1,
7288
+ zo as reverseBreakpoints,
7289
+ Bl as selectV1,
7290
+ Rl as sliderV1,
7291
+ Ao as spawnNode,
7292
+ Gi as startInterpreter,
7290
7293
  Dt as stepperHeaderV1,
7291
7294
  Et as stepperItemV1,
7292
7295
  Ht as stepperV1,
7293
7296
  Ft as stepperWindowItemV1,
7294
7297
  Mt as stepperWindowV1,
7295
- Ui as stopInterpreter,
7296
- Ml as switchV1,
7298
+ ji as stopInterpreter,
7299
+ Hl as switchV1,
7297
7300
  Ut as tabV1,
7298
7301
  Gt as tabsV1,
7299
7302
  Nt as textFieldV1,
@@ -7301,7 +7304,7 @@ export {
7301
7304
  jt as textareaV1,
7302
7305
  Ot as timelineItemV1,
7303
7306
  Kt as timelineV1,
7304
- Ja as types,
7307
+ Ya as types,
7305
7308
  Zt as windowItemV1,
7306
7309
  qt as windowV1
7307
7310
  };