x-runtime-lib 0.6.55 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,14 +1,13 @@
1
- var hn = Object.defineProperty;
2
- var gn = (t, e, n) => e in t ? hn(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
- var he = (t, e, n) => gn(t, typeof e != "symbol" ? e + "" : e, n);
4
- import { computed as s, inject as O, provide as j, readonly as Xe, onBeforeMount as _n, onUnmounted as se, defineComponent as $, useTemplateRef as Et, onMounted as Pt, watch as X, nextTick as Wt, createElementBlock as R, openBlock as V, normalizeStyle as oe, ref as Q, watchEffect as Dt, createBlock as I, h as L, resolveComponent as N, unref as H, withCtx as P, renderSlot as K, createVNode as B, createSlots as _e, renderList as kn, useId as zt, isRef as Bt, createCommentVNode as Rt, withModifiers as Cn, normalizeClass as Vn, toDisplayString as wn } from "vue";
5
- import { waitUtil as Mt, eventBus as Ye, messageInfo as Sn, messageSuccess as Tn, messageWarning as $n, messageError as Ft, createAxios as In, openConfirmDlg as Nn, openPromptDlg as An, useViewStack as Ht } from "x-essential-lib";
6
- import { useTheme as Ln } from "vuetify";
7
- import { c as W, u as En, r as Ot, e as jt, i as Pn, a as Wn, b as Dn, d as zn, f as Bn, g as Rn, h as Mn, j as Fn, I as Hn, m as On } from "./vendor.k0dcepe8.js";
8
- import { useI18n as Kt } from "vue-i18n";
9
- import { getErrorMessage as jn } from "x-error-lib";
10
- import { globalState as Kn } from "x-state-lib";
11
- const Y = {}, Un = {
1
+ var _n = Object.defineProperty;
2
+ var kn = (t, e, n) => e in t ? _n(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
+ var he = (t, e, n) => kn(t, typeof e != "symbol" ? e + "" : e, n);
4
+ import { computed as a, inject as j, provide as K, readonly as Xe, onBeforeMount as Cn, onUnmounted as se, defineComponent as T, useTemplateRef as Pt, onMounted as Wt, watch as X, nextTick as Bt, createElementBlock as R, openBlock as C, normalizeStyle as oe, ref as Q, watchEffect as Dt, createBlock as I, h as E, resolveComponent as N, withCtx as A, renderSlot as M, unref as H, createVNode as D, createSlots as _e, renderList as wn, useId as zt, isRef as Rt, createCommentVNode as Mt, withModifiers as Vn, normalizeClass as Sn, toDisplayString as $n } from "vue";
5
+ import { waitUtil as Ft, eventBus as Ye, messageInfo as Tn, messageSuccess as In, messageWarning as Nn, messageError as Ht, createAxios as An, globalObjects as Ln, openConfirmDlg as En, openPromptDlg as Pn, useViewStack as Ot } from "x-essential-lib";
6
+ import { useTheme as Wn } from "vuetify";
7
+ import { c as W, u as Bn, r as jt, e as Kt, i as Dn, a as zn, b as Rn, d as Mn, f as Fn, g as Hn, h as On, j as jn, I as Kn, m as Un } from "./vendor.k0dcepe8.js";
8
+ import { useI18n as Ut } from "vue-i18n";
9
+ import { getErrorMessage as Zn } from "x-error-lib";
10
+ const Y = {}, qn = {
12
11
  key: "add",
13
12
  name: "METHOD_ADD",
14
13
  inputs: [],
@@ -18,190 +17,190 @@ const Y = {}, Un = {
18
17
  name: "PARAM_NEW_NODE"
19
18
  }
20
19
  ]
21
- }, T = (t) => {
22
- t.slots.some((e) => e.key === "default") && t.methods.unshift(Un), Y[t.key] = t;
20
+ }, $ = (t) => {
21
+ t.slots.some((e) => e.key === "default") && t.methods.unshift(qn), Y[t.key] = t;
23
22
  };
24
- function Ut(t) {
25
- const e = s(() => {
26
- var r;
27
- return (r = t.node.legend) == null ? void 0 : r.show;
28
- }), n = s(() => {
29
- var r;
30
- return (r = t.node.legend) == null ? void 0 : r.data;
23
+ function Zt(t) {
24
+ const e = a(() => {
25
+ var l;
26
+ return (l = t.node.legend) == null ? void 0 : l.show;
27
+ }), n = a(() => {
28
+ var l;
29
+ return (l = t.node.legend) == null ? void 0 : l.data;
31
30
  });
32
- function l(r) {
33
- r.legend = {
31
+ function o(l) {
32
+ l.legend = {
34
33
  show: e.value,
35
34
  data: n.value
36
35
  };
37
36
  }
38
- return { show: e, data: n, applyLegend: l };
37
+ return { show: e, data: n, applyLegend: o };
39
38
  }
40
- function Zt(t) {
41
- const e = s(() => t.node.series);
42
- function n(l) {
43
- l.series = e.value;
39
+ function qt(t) {
40
+ const e = a(() => t.node.series);
41
+ function n(o) {
42
+ o.series = e.value;
44
43
  }
45
44
  return { series: e, applySeries: n };
46
45
  }
47
- function qt(t) {
48
- const e = s(() => {
49
- var u;
50
- return (u = t.node.title) == null ? void 0 : u.show;
51
- }), n = s(() => {
52
- var u;
53
- return (u = t.node.title) == null ? void 0 : u.text;
54
- }), l = s(() => {
55
- var u;
56
- return (u = t.node.title) == null ? void 0 : u.subtext;
46
+ function Gt(t) {
47
+ const e = a(() => {
48
+ var s;
49
+ return (s = t.node.title) == null ? void 0 : s.show;
50
+ }), n = a(() => {
51
+ var s;
52
+ return (s = t.node.title) == null ? void 0 : s.text;
53
+ }), o = a(() => {
54
+ var s;
55
+ return (s = t.node.title) == null ? void 0 : s.subtext;
57
56
  });
58
- function r(u) {
59
- u.title = {
57
+ function l(s) {
58
+ s.title = {
60
59
  show: e.value,
61
60
  text: n.value,
62
- subtext: l.value
61
+ subtext: o.value
63
62
  };
64
63
  }
65
- return { show: e, text: n, subtext: l, applyTitle: r };
64
+ return { show: e, text: n, subtext: o, applyTitle: l };
66
65
  }
67
- function Gt(t) {
68
- const e = s(() => {
69
- var a;
70
- return (a = t.node.xAxis) == null ? void 0 : a.show;
71
- }), n = s(() => {
72
- var a;
73
- return (a = t.node.xAxis) == null ? void 0 : a.position;
74
- }), l = s(() => {
75
- var a;
76
- return (a = t.node.xAxis) == null ? void 0 : a.type;
77
- }), r = s(() => {
78
- var a;
79
- return (a = t.node.xAxis) == null ? void 0 : a.data;
66
+ function Xt(t) {
67
+ const e = a(() => {
68
+ var u;
69
+ return (u = t.node.xAxis) == null ? void 0 : u.show;
70
+ }), n = a(() => {
71
+ var u;
72
+ return (u = t.node.xAxis) == null ? void 0 : u.position;
73
+ }), o = a(() => {
74
+ var u;
75
+ return (u = t.node.xAxis) == null ? void 0 : u.type;
76
+ }), l = a(() => {
77
+ var u;
78
+ return (u = t.node.xAxis) == null ? void 0 : u.data;
80
79
  });
81
- function u(a) {
82
- a.xAxis = {
80
+ function s(u) {
81
+ u.xAxis = {
83
82
  show: e.value,
84
83
  position: n.value,
85
- type: l.value,
86
- data: r.value
84
+ type: o.value,
85
+ data: l.value
87
86
  };
88
87
  }
89
- return { show: e, position: n, type: l, data: r, applyXAxis: u };
88
+ return { show: e, position: n, type: o, data: l, applyXAxis: s };
90
89
  }
91
- function Xt(t) {
92
- const e = s(() => {
93
- var a;
94
- return (a = t.node.yAxis) == null ? void 0 : a.show;
95
- }), n = s(() => {
96
- var a;
97
- return (a = t.node.yAxis) == null ? void 0 : a.position;
98
- }), l = s(() => {
99
- var a;
100
- return (a = t.node.yAxis) == null ? void 0 : a.type;
101
- }), r = s(() => {
102
- var a;
103
- return (a = t.node.yAxis) == null ? void 0 : a.data;
90
+ function Yt(t) {
91
+ const e = a(() => {
92
+ var u;
93
+ return (u = t.node.yAxis) == null ? void 0 : u.show;
94
+ }), n = a(() => {
95
+ var u;
96
+ return (u = t.node.yAxis) == null ? void 0 : u.position;
97
+ }), o = a(() => {
98
+ var u;
99
+ return (u = t.node.yAxis) == null ? void 0 : u.type;
100
+ }), l = a(() => {
101
+ var u;
102
+ return (u = t.node.yAxis) == null ? void 0 : u.data;
104
103
  });
105
- function u(a) {
106
- a.yAxis = {
104
+ function s(u) {
105
+ u.yAxis = {
107
106
  show: e.value,
108
107
  position: n.value,
109
- type: l.value,
110
- data: r.value
108
+ type: o.value,
109
+ data: l.value
111
110
  };
112
111
  }
113
- return { show: e, position: n, type: l, data: r, applyYAxis: u };
112
+ return { show: e, position: n, type: o, data: l, applyYAxis: s };
114
113
  }
115
114
  function ae(t, e) {
116
- const { computedThemes: n } = Ln(), l = s(() => {
115
+ const { computedThemes: n } = Wn(), o = a(() => {
117
116
  var p;
118
117
  return (p = e.value) == null ? void 0 : p.mode;
119
- }), r = s(() => {
120
- var d;
121
- const p = (d = e.value) == null ? void 0 : d.theme;
118
+ }), l = a(() => {
119
+ var m;
120
+ const p = (m = e.value) == null ? void 0 : m.theme;
122
121
  return p ? p === "background0" ? t.value ? "#2e2e2e" : "#bdbdbd" : p === "background1" ? t.value ? "#272727" : "#eeeeee" : p === "background2" ? t.value ? "#1e1e1e" : "#ffffff" : (t.value ? n.value.dark : n.value.light).colors[p] : void 0;
123
- }), u = s(() => {
124
- var p, m;
125
- return t.value ? (p = e.value.custom) == null ? void 0 : p.dark : (m = e.value.custom) == null ? void 0 : m.light;
122
+ }), s = a(() => {
123
+ var p, y;
124
+ return t.value ? (p = e.value.custom) == null ? void 0 : p.dark : (y = e.value.custom) == null ? void 0 : y.light;
126
125
  });
127
- return { color: s(() => l.value === "theme" ? r.value : l.value === "custom" ? u.value : "") };
126
+ return { color: a(() => o.value === "theme" ? l.value : o.value === "custom" ? s.value : "") };
128
127
  }
129
128
  function Je(t, e) {
130
- const n = s(() => {
129
+ const n = a(() => {
131
130
  var i;
132
131
  return (i = e.node.border) == null ? void 0 : i.style;
133
- }), l = s(() => {
132
+ }), o = a(() => {
134
133
  var i;
135
134
  return (i = e.node.border) == null ? void 0 : i.width;
136
- }), r = s(() => {
135
+ }), l = a(() => {
137
136
  var i;
138
137
  return (i = e.node.border) == null ? void 0 : i.color;
139
- }), { color: u } = ae(t, r), a = s(() => {
138
+ }), { color: s } = ae(t, l), u = a(() => {
140
139
  var i, f;
141
140
  return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.tl;
142
- }), p = s(() => {
141
+ }), p = a(() => {
143
142
  var i, f;
144
143
  return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.tr;
145
- }), m = s(() => {
144
+ }), y = a(() => {
146
145
  var i, f;
147
146
  return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.bl;
148
- }), d = s(() => {
147
+ }), m = a(() => {
149
148
  var i, f;
150
149
  return (f = (i = e.node.border) == null ? void 0 : i.roundRadius) == null ? void 0 : f.br;
151
150
  });
152
- function o(i) {
153
- n.value && (i.borderStyle = n.value), l.value && (i.borderWidth = l.value), u.value && (i.borderColor = u.value), a.value && (i.borderTopLeftRadius = a.value), p.value && (i.borderTopRightRadius = p.value), m.value && (i.borderBottomLeftRadius = m.value), d.value && (i.borderBottomRightRadius = d.value);
151
+ function r(i) {
152
+ n.value && (i.borderStyle = n.value), o.value && (i.borderWidth = o.value), s.value && (i.borderColor = s.value), u.value && (i.borderTopLeftRadius = u.value), p.value && (i.borderTopRightRadius = p.value), y.value && (i.borderBottomLeftRadius = y.value), m.value && (i.borderBottomRightRadius = m.value);
154
153
  }
155
- return { borderStyle: n, borderWidth: l, borderColor: u, applyBorder: o };
154
+ return { borderStyle: n, borderWidth: o, borderColor: s, applyBorder: r };
156
155
  }
157
156
  function Qe(t) {
158
- const e = s(() => {
159
- var a;
160
- return (a = t.node.margin) == null ? void 0 : a.top;
161
- }), n = s(() => {
162
- var a;
163
- return (a = t.node.margin) == null ? void 0 : a.left;
164
- }), l = s(() => {
165
- var a;
166
- return (a = t.node.margin) == null ? void 0 : a.bottom;
167
- }), r = s(() => {
168
- var a;
169
- return (a = t.node.margin) == null ? void 0 : a.right;
157
+ const e = a(() => {
158
+ var u;
159
+ return (u = t.node.margin) == null ? void 0 : u.top;
160
+ }), n = a(() => {
161
+ var u;
162
+ return (u = t.node.margin) == null ? void 0 : u.left;
163
+ }), o = a(() => {
164
+ var u;
165
+ return (u = t.node.margin) == null ? void 0 : u.bottom;
166
+ }), l = a(() => {
167
+ var u;
168
+ return (u = t.node.margin) == null ? void 0 : u.right;
170
169
  });
171
- function u(a) {
172
- e.value && (a.marginTop = e.value), n.value && (a.marginLeft = n.value), l.value && (a.marginBottom = l.value), r.value && (a.marginRight = r.value);
170
+ function s(u) {
171
+ e.value && (u.marginTop = e.value), n.value && (u.marginLeft = n.value), o.value && (u.marginBottom = o.value), l.value && (u.marginRight = l.value);
173
172
  }
174
- return { marginTop: e, marginLeft: n, marginBottom: l, marginRight: r, applyMargin: u };
173
+ return { marginTop: e, marginLeft: n, marginBottom: o, marginRight: l, applyMargin: s };
175
174
  }
176
175
  function et(t) {
177
- const e = s(() => {
178
- var a;
179
- return (a = t.node.padding) == null ? void 0 : a.top;
180
- }), n = s(() => {
181
- var a;
182
- return (a = t.node.padding) == null ? void 0 : a.left;
183
- }), l = s(() => {
184
- var a;
185
- return (a = t.node.padding) == null ? void 0 : a.bottom;
186
- }), r = s(() => {
187
- var a;
188
- return (a = t.node.padding) == null ? void 0 : a.right;
176
+ const e = a(() => {
177
+ var u;
178
+ return (u = t.node.padding) == null ? void 0 : u.top;
179
+ }), n = a(() => {
180
+ var u;
181
+ return (u = t.node.padding) == null ? void 0 : u.left;
182
+ }), o = a(() => {
183
+ var u;
184
+ return (u = t.node.padding) == null ? void 0 : u.bottom;
185
+ }), l = a(() => {
186
+ var u;
187
+ return (u = t.node.padding) == null ? void 0 : u.right;
189
188
  });
190
- function u(a) {
191
- e.value && (a.paddingTop = e.value), n.value && (a.paddingLeft = n.value), l.value && (a.paddingBottom = l.value), r.value && (a.paddingRight = r.value);
189
+ function s(u) {
190
+ e.value && (u.paddingTop = e.value), n.value && (u.paddingLeft = n.value), o.value && (u.paddingBottom = o.value), l.value && (u.paddingRight = l.value);
192
191
  }
193
- return { paddingTop: e, paddingLeft: n, paddingBottom: l, paddingRight: r, applyPadding: u };
192
+ return { paddingTop: e, paddingLeft: n, paddingBottom: o, paddingRight: l, applyPadding: s };
194
193
  }
195
194
  const rt = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
196
195
  function ee(t) {
197
196
  let e = "";
198
197
  for (let n = 0; n < t; n++) {
199
- const l = Math.floor(Math.random() * rt.length);
200
- e += rt[l];
198
+ const o = Math.floor(Math.random() * rt.length);
199
+ e += rt[o];
201
200
  }
202
201
  return e;
203
202
  }
204
- function be(t) {
203
+ function ye(t) {
205
204
  if (typeof t != "string" || !t.endsWith("px"))
206
205
  return !1;
207
206
  const e = t.substring(0, t.length - 2), n = parseFloat(e);
@@ -213,7 +212,7 @@ function tt(t) {
213
212
  const e = t.substring(0, t.length - 1), n = parseFloat(e);
214
213
  return !isNaN(n);
215
214
  }
216
- function cr(t) {
215
+ function fr(t) {
217
216
  if (typeof t != "string" || !t.endsWith("px"))
218
217
  return;
219
218
  const e = t.substring(0, t.length - 2), n = parseFloat(e);
@@ -227,19 +226,19 @@ function ge(t) {
227
226
  if (!isNaN(n))
228
227
  return n;
229
228
  }
230
- const Yt = ["xs", "sm", "md", "lg", "xl"], Zn = [...Yt].reverse();
231
- function Jt(t) {
229
+ const Jt = ["xs", "sm", "md", "lg", "xl"], Gn = [...Jt].reverse();
230
+ function Qt(t) {
232
231
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
233
232
  }
234
233
  function st(t) {
235
- return Yt.findIndex((e) => e === t);
234
+ return Jt.findIndex((e) => e === t);
236
235
  }
237
236
  function le(t, e) {
238
237
  let n;
239
- for (const l of Zn) {
240
- if (st(l) < st(t))
238
+ for (const o of Gn) {
239
+ if (st(o) < st(t))
241
240
  break;
242
- e[l] && (n = e[l]);
241
+ e[o] && (n = e[o]);
243
242
  }
244
243
  return n;
245
244
  }
@@ -264,43 +263,43 @@ function at(t, e) {
264
263
  }
265
264
  }
266
265
  function re(t, e) {
267
- function n(l, r) {
268
- if (r.ui) {
269
- if (r.ui === "strInput" && r.static)
266
+ function n(o, l) {
267
+ if (l.ui) {
268
+ if (l.ui === "strInput" && l.static)
270
269
  return;
271
- l[r.key] = at(r);
270
+ o[l.key] = at(l);
272
271
  } else
273
- r.array ? l[r.key] = at(r) : r.children.forEach((u) => {
274
- l[r.key] || (l[r.key] = {}), n(l[r.key], u);
272
+ l.array ? o[l.key] = at(l) : l.children.forEach((s) => {
273
+ o[l.key] || (o[l.key] = {}), n(o[l.key], s);
275
274
  });
276
275
  }
277
- e.forEach((l) => n(t, l));
276
+ e.forEach((o) => n(t, o));
278
277
  }
279
- function qn(t, e, n, l, r) {
280
- const u = `type=${t} subtype=${e} version=${n} ref=${l} keyOrRefid=${r}`, a = ve(t, e);
281
- if (!a) {
282
- console.error(`spawnNode prop tag not found, ${u}`);
278
+ function Xn(t, e, n, o, l) {
279
+ const s = `type=${t} subtype=${e} version=${n} ref=${o} keyOrRefid=${l}`, u = ve(t, e);
280
+ if (!u) {
281
+ console.error(`spawnNode prop tag not found, ${s}`);
283
282
  return;
284
283
  }
285
284
  const p = lt[n];
286
285
  if (!p) {
287
- console.error(`spawnNode pkg not found version, ${u}`);
286
+ console.error(`spawnNode pkg not found version, ${s}`);
288
287
  return;
289
288
  }
290
- if (l) {
291
- const m = p.refKey, d = r;
292
- if (!p.elements.has(m)) {
293
- console.error(`spawnNode [ref] element not found in pkg, ${u}`);
289
+ if (o) {
290
+ const y = p.refKey, m = l;
291
+ if (!p.elements.has(y)) {
292
+ console.error(`spawnNode [ref] element not found in pkg, ${s}`);
294
293
  return;
295
294
  }
296
- const o = Y[m];
297
- if (!o) {
298
- console.error(`spawnNode [ref] element not found in global, ${u}`);
295
+ const r = Y[y];
296
+ if (!r) {
297
+ console.error(`spawnNode [ref] element not found in global, ${s}`);
299
298
  return;
300
299
  }
301
- const i = o.props[a];
300
+ const i = r.props[u];
302
301
  if (!i) {
303
- console.error(`spawnNode [ref] props not found, ${u}`);
302
+ console.error(`spawnNode [ref] props not found, ${s}`);
304
303
  return;
305
304
  }
306
305
  const f = {
@@ -309,26 +308,26 @@ function qn(t, e, n, l, r) {
309
308
  key: ""
310
309
  }
311
310
  };
312
- return re(f, i), f.basic.id = ee(16), f.basic.key = m, f.ref = {
313
- id: d
311
+ return re(f, i), f.basic.id = ee(16), f.basic.key = y, f.ref = {
312
+ id: m
314
313
  }, f;
315
314
  } else {
316
- const m = r;
317
- if (!p.elements.has(m)) {
318
- console.error(`spawnNode [key] element not found in pkg, ${u}`);
315
+ const y = l;
316
+ if (!p.elements.has(y)) {
317
+ console.error(`spawnNode [key] element not found in pkg, ${s}`);
319
318
  return;
320
319
  }
321
- const d = Y[m];
322
- if (!d) {
323
- console.error(`spawnNode [key] element not found in global, ${u}`);
320
+ const m = Y[y];
321
+ if (!m) {
322
+ console.error(`spawnNode [key] element not found in global, ${s}`);
324
323
  return;
325
324
  }
326
- if (d.spawn)
327
- return d.spawn(t, e);
325
+ if (m.spawn)
326
+ return m.spawn(t, e);
328
327
  {
329
- const o = d.props[a];
330
- if (!o) {
331
- console.error(`spawnNode [key] props not found, ${u}`);
328
+ const r = m.props[u];
329
+ if (!r) {
330
+ console.error(`spawnNode [key] props not found, ${s}`);
332
331
  return;
333
332
  }
334
333
  const i = {
@@ -337,345 +336,345 @@ function qn(t, e, n, l, r) {
337
336
  key: ""
338
337
  }
339
338
  };
340
- return re(i, o), i.basic.id = ee(16), i.basic.key = m, d.slots.some((f) => f.key === "default") && (i.children = []), i;
339
+ return re(i, r), i.basic.id = ee(16), i.basic.key = y, m.slots.some((f) => f.key === "default") && (i.children = []), i;
341
340
  }
342
341
  }
343
342
  }
344
- function dr(t, e) {
345
- function n(l) {
346
- if (l.basic.id === e)
347
- return l;
348
- if (l.children)
349
- for (let r = 0; r < l.children.length; r++) {
350
- const u = n(l.children[r]);
351
- if (u)
352
- return u;
343
+ function br(t, e) {
344
+ function n(o) {
345
+ if (o.basic.id === e)
346
+ return o;
347
+ if (o.children)
348
+ for (let l = 0; l < o.children.length; l++) {
349
+ const s = n(o.children[l]);
350
+ if (s)
351
+ return s;
353
352
  }
354
353
  }
355
- for (let l = 0; l < t.length; l++) {
356
- const r = n(t[l]);
357
- if (r)
358
- return r;
354
+ for (let o = 0; o < t.length; o++) {
355
+ const l = n(t[o]);
356
+ if (l)
357
+ return l;
359
358
  }
360
359
  }
361
- function Gn(t) {
362
- function e(l) {
363
- var r;
364
- l.basic.id = ee(16), (r = l.children) == null || r.forEach((u) => e(u));
360
+ function Yn(t) {
361
+ function e(o) {
362
+ var l;
363
+ o.basic.id = ee(16), (l = o.children) == null || l.forEach((s) => e(s));
365
364
  }
366
365
  const n = W(t);
367
366
  return e(n), n;
368
367
  }
369
- function mr(t) {
368
+ function yr(t) {
370
369
  const e = [];
371
370
  return t.forEach((n) => {
372
- e.push(Gn(n));
371
+ e.push(Yn(n));
373
372
  }), e;
374
373
  }
375
- const Qt = "runtimeEnv", en = "runtimeMode", tn = "runtimeDevice", nn = "runtimeDark", on = "runtimeType", ln = "runtimeData", rn = "runtimeDepends", sn = "runtimeSandbox";
376
- function pr(t) {
377
- j(Qt, t);
374
+ const en = "runtimeEnv", tn = "runtimeMode", nn = "runtimeDevice", on = "runtimeDark", ln = "runtimeType", rn = "runtimeData", sn = "runtimeDepends", an = "runtimeSandbox";
375
+ function vr(t) {
376
+ K(en, t);
378
377
  }
379
- function an() {
380
- return O(Qt);
378
+ function un() {
379
+ return j(en);
381
380
  }
382
- function fr(t) {
383
- j(en, t);
381
+ function xr(t) {
382
+ K(tn, t);
384
383
  }
385
- function A() {
386
- return O(en);
384
+ function L() {
385
+ return j(tn);
387
386
  }
388
- function yr(t) {
389
- j(tn, Xe(t));
387
+ function hr(t) {
388
+ K(nn, Xe(t));
390
389
  }
391
390
  function U() {
392
- return O(tn);
391
+ return j(nn);
393
392
  }
394
- function br(t) {
395
- j(nn, Xe(t));
393
+ function gr(t) {
394
+ K(on, Xe(t));
396
395
  }
397
- function M() {
398
- return O(nn);
396
+ function F() {
397
+ return j(on);
399
398
  }
400
- function vr(t) {
401
- j(on, t);
399
+ function _r(t) {
400
+ K(ln, t);
402
401
  }
403
402
  function Z() {
404
- return O(on);
403
+ return j(ln);
405
404
  }
406
- function xr(t) {
407
- j(ln, t);
405
+ function kr(t) {
406
+ K(rn, t);
408
407
  }
409
408
  function q() {
410
- return O(ln);
409
+ return j(rn);
411
410
  }
412
- function hr(t) {
413
- j(rn, Xe(t));
411
+ function Cr(t) {
412
+ K(sn, Xe(t));
414
413
  }
415
- function un() {
416
- return O(rn);
414
+ function cn() {
415
+ return j(sn);
417
416
  }
418
- function cn(t) {
419
- j(sn, t);
417
+ function dn(t) {
418
+ K(an, t);
420
419
  }
421
420
  function xe() {
422
- return O(sn);
421
+ return j(an);
423
422
  }
424
423
  function J(t, e, n) {
425
- const l = s(() => {
426
- var o;
427
- return (o = n.node.size) == null ? void 0 : o.width;
428
- }), r = s(() => {
429
- var o;
430
- return (o = n.node.size) == null ? void 0 : o.minWidth;
431
- }), u = s(() => {
432
- var o;
433
- return (o = n.node.size) == null ? void 0 : o.maxWidth;
434
- }), a = s(() => {
435
- var o, i;
424
+ const o = a(() => {
425
+ var r;
426
+ return (r = n.node.size) == null ? void 0 : r.width;
427
+ }), l = a(() => {
428
+ var r;
429
+ return (r = n.node.size) == null ? void 0 : r.minWidth;
430
+ }), s = a(() => {
431
+ var r;
432
+ return (r = n.node.size) == null ? void 0 : r.maxWidth;
433
+ }), u = a(() => {
434
+ var r, i;
436
435
  if (n.outer && t === "editor") {
437
- const f = ge((o = n.node.size) == null ? void 0 : o.height);
436
+ const f = ge((r = n.node.size) == null ? void 0 : r.height);
438
437
  if (f)
439
438
  return f / 100 * e.value.height + "px";
440
439
  }
441
440
  return (i = n.node.size) == null ? void 0 : i.height;
442
- }), p = s(() => {
443
- var o, i;
441
+ }), p = a(() => {
442
+ var r, i;
444
443
  if (n.outer && t === "editor") {
445
- const f = ge((o = n.node.size) == null ? void 0 : o.minHeight);
444
+ const f = ge((r = n.node.size) == null ? void 0 : r.minHeight);
446
445
  if (f)
447
446
  return f / 100 * e.value.height + "px";
448
447
  }
449
448
  return (i = n.node.size) == null ? void 0 : i.minHeight;
450
- }), m = s(() => {
451
- var o, i;
449
+ }), y = a(() => {
450
+ var r, i;
452
451
  if (n.outer && t === "editor") {
453
- const f = ge((o = n.node.size) == null ? void 0 : o.maxHeight);
452
+ const f = ge((r = n.node.size) == null ? void 0 : r.maxHeight);
454
453
  if (f)
455
454
  return f / 100 * e.value.height + "px";
456
455
  }
457
456
  return (i = n.node.size) == null ? void 0 : i.maxHeight;
458
457
  });
459
- function d(o) {
460
- l.value && (o.width = l.value), r.value && (o.minWidth = r.value), u.value && (o.maxWidth = u.value), a.value && (o.height = a.value), p.value && (o.minHeight = p.value), m.value && (o.maxHeight = m.value);
458
+ function m(r) {
459
+ o.value && (r.width = o.value), l.value && (r.minWidth = l.value), s.value && (r.maxWidth = s.value), u.value && (r.height = u.value), p.value && (r.minHeight = p.value), y.value && (r.maxHeight = y.value);
461
460
  }
462
- return { width: l, minWidth: r, maxWidth: u, height: a, minHeight: p, maxHeight: m, applySize: d };
461
+ return { width: o, minWidth: l, maxWidth: s, height: u, minHeight: p, maxHeight: y, applySize: m };
463
462
  }
464
- function dn(t, e, n) {
465
- const l = s(() => e.node.basic.id), r = s(() => `callMethod@${l.value}`);
466
- _n(() => {
467
- var u;
468
- (u = t.eventBus) == null || u.on(r.value, n);
463
+ function mn(t, e, n) {
464
+ const o = a(() => e.node.basic.id), l = a(() => `callMethod@${o.value}`);
465
+ Cn(() => {
466
+ var s;
467
+ (s = t.eventBus) == null || s.on(l.value, n);
469
468
  }), se(() => {
470
- var u;
471
- (u = t.eventBus) == null || u.off(r.value, n);
469
+ var s;
470
+ (s = t.eventBus) == null || s.off(l.value, n);
472
471
  });
473
472
  }
474
- const Xn = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Yn = "#242424", Jn = {}, Qn = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ei = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ti = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ni = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ii = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, oi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, li = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ri = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, si = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ai = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ui = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ci = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, di = { 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" } }, mi = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, pi = { 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)" } } }, fi = { 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"] } } }, yi = { 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"] } } }, bi = { 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"] } } }, vi = { 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"] } } }, xi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, hi = { textStyle: { color: "#eeeeee" } }, gi = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, _i = { 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" } } }, ki = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ci = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Vi = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, wi = {
475
- color: Xn,
476
- backgroundColor: Yn,
477
- textStyle: Jn,
478
- title: Qn,
479
- line: ei,
480
- radar: ti,
481
- bar: ni,
482
- pie: ii,
483
- scatter: oi,
484
- boxplot: li,
485
- parallel: ri,
486
- sankey: si,
487
- funnel: ai,
488
- gauge: ui,
489
- candlestick: ci,
490
- graph: di,
491
- map: mi,
492
- geo: pi,
493
- categoryAxis: fi,
494
- valueAxis: yi,
495
- logAxis: bi,
496
- timeAxis: vi,
497
- toolbox: xi,
498
- legend: hi,
499
- tooltip: gi,
500
- timeline: _i,
501
- visualMap: ki,
502
- dataZoom: Ci,
503
- markPoint: Vi
504
- }, Si = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ti = "#f5f5f5", $i = {}, Ii = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Ni = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ai = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Li = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ei = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Pi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Di = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, zi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Bi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ri = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mi = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Fi = { 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" } }, Hi = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Oi = { 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)" } } }, ji = { 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"] } } }, Ki = { 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"] } } }, Ui = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zi = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, qi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Gi = { textStyle: { color: "#333333" } }, Xi = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Yi = { 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" } } }, Ji = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Qi = { 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" } }, eo = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, to = {
505
- color: Si,
506
- backgroundColor: Ti,
507
- textStyle: $i,
508
- title: Ii,
509
- line: Ni,
510
- radar: Ai,
511
- bar: Li,
512
- pie: Ei,
513
- scatter: Pi,
514
- boxplot: Wi,
515
- parallel: Di,
516
- sankey: zi,
517
- funnel: Bi,
518
- gauge: Ri,
519
- candlestick: Mi,
520
- graph: Fi,
521
- map: Hi,
522
- geo: Oi,
523
- categoryAxis: ji,
524
- valueAxis: Ki,
525
- logAxis: Ui,
526
- timeAxis: Zi,
527
- toolbox: qi,
528
- legend: Gi,
529
- tooltip: Xi,
530
- timeline: Yi,
531
- visualMap: Ji,
532
- dataZoom: Qi,
533
- markPoint: eo
473
+ const Jn = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Qn = "#242424", ei = {}, ti = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, ni = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ii = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, oi = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, li = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ri = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, si = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ai = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ui = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ci = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, di = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, mi = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, pi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, fi = { 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)" } } }, bi = { 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)" } } }, yi = { 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"] } } }, vi = { 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"] } } }, xi = { 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"] } } }, hi = { 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"] } } }, gi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, _i = { textStyle: { color: "#eeeeee" } }, ki = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Ci = { 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" } } }, wi = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Vi = { 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" } }, Si = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, $i = {
474
+ color: Jn,
475
+ backgroundColor: Qn,
476
+ textStyle: ei,
477
+ title: ti,
478
+ line: ni,
479
+ radar: ii,
480
+ bar: oi,
481
+ pie: li,
482
+ scatter: ri,
483
+ boxplot: si,
484
+ parallel: ai,
485
+ sankey: ui,
486
+ funnel: ci,
487
+ gauge: di,
488
+ candlestick: mi,
489
+ graph: pi,
490
+ map: fi,
491
+ geo: bi,
492
+ categoryAxis: yi,
493
+ valueAxis: vi,
494
+ logAxis: xi,
495
+ timeAxis: hi,
496
+ toolbox: gi,
497
+ legend: _i,
498
+ tooltip: ki,
499
+ timeline: Ci,
500
+ visualMap: wi,
501
+ dataZoom: Vi,
502
+ markPoint: Si
503
+ }, Ti = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Ii = "#f5f5f5", Ni = {}, Ai = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Li = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ei = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Pi = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Wi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Bi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Di = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, zi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ri = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hi = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Oi = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, ji = { 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)" } } }, Ki = { 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)" } } }, Ui = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zi = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, qi = { 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"] } } }, Gi = { 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"] } } }, Xi = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Yi = { textStyle: { color: "#333333" } }, Ji = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Qi = { 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" } } }, eo = { color: ["#bf444c", "#d88273", "#f6efa6"] }, to = { 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" } }, no = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, io = {
504
+ color: Ti,
505
+ backgroundColor: Ii,
506
+ textStyle: Ni,
507
+ title: Ai,
508
+ line: Li,
509
+ radar: Ei,
510
+ bar: Pi,
511
+ pie: Wi,
512
+ scatter: Bi,
513
+ boxplot: Di,
514
+ parallel: zi,
515
+ sankey: Ri,
516
+ funnel: Mi,
517
+ gauge: Fi,
518
+ candlestick: Hi,
519
+ graph: Oi,
520
+ map: ji,
521
+ geo: Ki,
522
+ categoryAxis: Ui,
523
+ valueAxis: Zi,
524
+ logAxis: qi,
525
+ timeAxis: Gi,
526
+ toolbox: Xi,
527
+ legend: Yi,
528
+ tooltip: Ji,
529
+ timeline: Qi,
530
+ visualMap: eo,
531
+ dataZoom: to,
532
+ markPoint: no
534
533
  };
535
- En([
536
- Pn,
537
- Wn,
534
+ Bn([
538
535
  Dn,
539
536
  zn,
540
- Bn,
541
537
  Rn,
542
538
  Mn,
543
- Fn
539
+ Fn,
540
+ Hn,
541
+ On,
542
+ jn
544
543
  ]);
545
- Ot("dark", wi);
546
- Ot("light", to);
547
- const no = /* @__PURE__ */ $({
544
+ jt("dark", $i);
545
+ jt("light", io);
546
+ const oo = /* @__PURE__ */ T({
548
547
  __name: "index",
549
548
  props: {
550
549
  node: {},
551
550
  outer: { type: Boolean }
552
551
  },
553
552
  setup(t) {
554
- const e = t, n = A(), l = U(), r = M(), u = Z(), a = q(), { width: p, minWidth: m, maxWidth: d, height: o, minHeight: i, maxHeight: f, applySize: v } = J(n, l, e), { applyTitle: y } = qt(e), { applyXAxis: c } = Gt(e), { applyYAxis: _ } = Xt(e), { applyLegend: C } = Ut(e), { applySeries: b } = Zt(e), k = s(() => {
555
- const w = {}, G = a.value.type;
556
- return u === "page" ? G === "common" ? v(w) : console.assert(!1) : u === "comp" && G === "common" ? v(w) : console.assert(!1), w;
557
- }), h = Et("chart");
553
+ const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { width: p, minWidth: y, maxWidth: m, height: r, minHeight: i, maxHeight: f, applySize: c } = J(n, o, e), { applyTitle: b } = Gt(e), { applyXAxis: d } = Xt(e), { applyYAxis: _ } = Yt(e), { applyLegend: w } = Zt(e), { applySeries: v } = qt(e), k = a(() => {
554
+ const V = {}, G = u.value.type;
555
+ return s === "page" ? G === "common" ? c(V) : console.assert(!1) : s === "comp" && G === "common" ? c(V) : console.assert(!1), V;
556
+ }), h = Pt("chart");
558
557
  let x;
559
558
  const S = () => {
560
- x == null || x.dispose(), x = jt.init(h.value, r.value ? "dark" : "light");
561
- const w = {};
562
- x.setOption(w);
563
- }, E = () => {
559
+ x == null || x.dispose(), x = Kt.init(h.value, l.value ? "dark" : "light");
560
+ const V = {};
561
+ x.setOption(V);
562
+ }, P = () => {
564
563
  x == null || x.resize();
565
- }, D = () => {
566
- const w = {};
567
- y(w), c(w), _(w), C(w), b(w), x == null || x.setOption(w, !0);
564
+ }, B = () => {
565
+ const V = {};
566
+ b(V), d(V), _(V), w(V), v(V), x == null || x.setOption(V, !0);
568
567
  };
569
- return Pt(async () => {
570
- window.addEventListener("resize", E, !1), await Mt(() => !!h.value), S(), D();
568
+ return Wt(async () => {
569
+ window.addEventListener("resize", P, !1), await Ft(() => !!h.value), S(), B();
571
570
  }), se(() => {
572
- window.removeEventListener("resize", E, !1), x == null || x.dispose();
571
+ window.removeEventListener("resize", P, !1), x == null || x.dispose();
573
572
  }), X(
574
573
  [
575
- () => l.value.width,
576
- () => l.value.height,
574
+ () => o.value.width,
575
+ () => o.value.height,
577
576
  p,
577
+ y,
578
578
  m,
579
- d,
580
- o,
579
+ r,
581
580
  i,
582
581
  f
583
582
  ],
584
583
  async () => {
585
- await Wt(), E();
584
+ await Bt(), P();
586
585
  }
587
- ), X([r], () => {
588
- S(), D();
586
+ ), X([l], () => {
587
+ S(), B();
589
588
  }), X(
590
589
  [e],
591
590
  () => {
592
- D();
591
+ B();
593
592
  },
594
593
  { deep: !0 }
595
- ), (w, G) => (V(), R("div", {
594
+ ), (V, G) => (C(), R("div", {
596
595
  ref: "chart",
597
596
  style: oe(k.value)
598
597
  }, null, 4));
599
598
  }
600
- }), io = /* @__PURE__ */ $({
599
+ }), lo = /* @__PURE__ */ T({
601
600
  __name: "index",
602
601
  props: {
603
602
  node: {},
604
603
  outer: { type: Boolean }
605
604
  },
606
605
  setup(t) {
607
- const e = t, n = A(), l = U(), r = M(), u = Z(), a = q(), { width: p, minWidth: m, maxWidth: d, height: o, minHeight: i, maxHeight: f, applySize: v } = J(n, l, e), { applyTitle: y } = qt(e), { applyXAxis: c } = Gt(e), { applyYAxis: _ } = Xt(e), { applyLegend: C } = Ut(e), { applySeries: b } = Zt(e), k = s(() => {
608
- const w = {}, G = a.value.type;
609
- return u === "page" ? G === "common" ? v(w) : console.assert(!1) : u === "comp" && G === "common" ? v(w) : console.assert(!1), w;
610
- }), h = Et("chart");
606
+ const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { width: p, minWidth: y, maxWidth: m, height: r, minHeight: i, maxHeight: f, applySize: c } = J(n, o, e), { applyTitle: b } = Gt(e), { applyXAxis: d } = Xt(e), { applyYAxis: _ } = Yt(e), { applyLegend: w } = Zt(e), { applySeries: v } = qt(e), k = a(() => {
607
+ const V = {}, G = u.value.type;
608
+ return s === "page" ? G === "common" ? c(V) : console.assert(!1) : s === "comp" && G === "common" ? c(V) : console.assert(!1), V;
609
+ }), h = Pt("chart");
611
610
  let x;
612
611
  const S = () => {
613
- x == null || x.dispose(), x = jt.init(h.value, r.value ? "dark" : "light");
614
- const w = {};
615
- x.setOption(w);
616
- }, E = () => {
612
+ x == null || x.dispose(), x = Kt.init(h.value, l.value ? "dark" : "light");
613
+ const V = {};
614
+ x.setOption(V);
615
+ }, P = () => {
617
616
  x == null || x.resize();
618
- }, D = () => {
619
- const w = {};
620
- y(w), c(w), _(w), C(w), b(w), x == null || x.setOption(w, !0);
617
+ }, B = () => {
618
+ const V = {};
619
+ b(V), d(V), _(V), w(V), v(V), x == null || x.setOption(V, !0);
621
620
  };
622
- return Pt(async () => {
623
- window.addEventListener("resize", E, !1), await Mt(() => !!h.value), S(), D();
621
+ return Wt(async () => {
622
+ window.addEventListener("resize", P, !1), await Ft(() => !!h.value), S(), B();
624
623
  }), se(() => {
625
- window.removeEventListener("resize", E, !1), x == null || x.dispose();
624
+ window.removeEventListener("resize", P, !1), x == null || x.dispose();
626
625
  }), X(
627
626
  [
628
- () => l.value.width,
629
- () => l.value.height,
627
+ () => o.value.width,
628
+ () => o.value.height,
630
629
  p,
630
+ y,
631
631
  m,
632
- d,
633
- o,
632
+ r,
634
633
  i,
635
634
  f
636
635
  ],
637
636
  async () => {
638
- await Wt(), E();
637
+ await Bt(), P();
639
638
  }
640
- ), X([r], () => {
641
- S(), D();
639
+ ), X([l], () => {
640
+ S(), B();
642
641
  }), X(
643
642
  [e],
644
643
  () => {
645
- D();
644
+ B();
646
645
  },
647
646
  { deep: !0 }
648
- ), (w, G) => (V(), R("div", {
647
+ ), (V, G) => (C(), R("div", {
649
648
  ref: "chart",
650
649
  style: oe(k.value)
651
650
  }, null, 4));
652
651
  }
653
652
  });
654
- function oo(t, e) {
653
+ function ro(t, e) {
655
654
  function n(p) {
656
- const m = t.pseudoToNative(p);
657
- console.log(m);
655
+ const y = t.pseudoToNative(p);
656
+ console.log(y);
658
657
  }
659
- function l(p) {
660
- const m = t.pseudoToNative(p);
661
- let d = "";
662
- typeof m == "object" ? d = JSON.stringify(m) : d = String(m), Ye.emit("consoleAppend", d);
658
+ function o(p) {
659
+ const y = t.pseudoToNative(p);
660
+ let m = "";
661
+ typeof y == "object" ? m = JSON.stringify(y) : m = String(y), Ye.emit("consoleAppend", m);
663
662
  }
664
- function r(p, m) {
665
- const d = t.pseudoToNative(p), o = t.pseudoToNative(m);
666
- d === "info" ? Sn(o) : d === "success" ? Tn(o) : d === "warning" ? $n(o) : d === "error" && Ft(o);
663
+ function l(p, y) {
664
+ const m = t.pseudoToNative(p), r = t.pseudoToNative(y);
665
+ m === "info" ? Tn(r) : m === "success" ? In(r) : m === "warning" ? Nn(r) : m === "error" && Ht(r);
667
666
  }
668
- function u(p, m) {
669
- const d = t.pseudoToNative(p), o = t.pseudoToNative(m);
667
+ function s(p, y) {
668
+ const m = t.pseudoToNative(p), r = t.pseudoToNative(y);
670
669
  setTimeout(() => {
671
- t.appendCode(`__timeoutCallbackV1__(${d})`), t.run();
672
- }, o);
670
+ t.appendCode(`__timeoutCallbackV1__(${m})`), t.run();
671
+ }, r);
673
672
  }
674
- function a(p, m) {
675
- const d = t.pseudoToNative(p);
673
+ function u(p, y) {
674
+ const m = t.pseudoToNative(p);
676
675
  setTimeout(() => {
677
- m(), t.run();
678
- }, d);
676
+ y(), t.run();
677
+ }, m);
679
678
  }
680
679
  t.setProperty(
681
680
  e,
@@ -684,45 +683,45 @@ function oo(t, e) {
684
683
  ), t.setProperty(
685
684
  e,
686
685
  "__debugTraceV1__",
687
- t.createNativeFunction(l)
686
+ t.createNativeFunction(o)
688
687
  ), t.setProperty(
689
688
  e,
690
689
  "__messageV1__",
691
- t.createNativeFunction(r)
690
+ t.createNativeFunction(l)
692
691
  ), t.setProperty(
693
692
  e,
694
693
  "__timeoutV1__",
695
- t.createNativeFunction(u)
694
+ t.createNativeFunction(s)
696
695
  ), t.setProperty(
697
696
  e,
698
697
  "__delayV1__",
699
- t.createAsyncFunction(a)
698
+ t.createAsyncFunction(u)
700
699
  );
701
700
  }
702
- const mn = In({
701
+ const pn = An({
703
702
  baseUrl: "http://localhost/computebase/",
704
703
  onError: (t) => {
705
- const { i18n: e } = Kn.base;
706
- Ft(jn(e, t));
704
+ const { i18n: e } = Ln;
705
+ Ht(Zn(e, t));
707
706
  }
708
707
  });
709
- window.API_URL && (mn.defaults.baseURL = window.API_URL + "/computebase/");
710
- function lo(t) {
711
- return mn.post("callFunc", t);
708
+ window.API_URL && (pn.defaults.baseURL = window.API_URL + "/computebase/");
709
+ function so(t) {
710
+ return pn.post("callFunc", t);
712
711
  }
713
- function ro(t, e) {
714
- async function n(l, r, u, a, p, m) {
715
- const d = t.pseudoToNative(l), o = t.pseudoToNative(r), i = t.pseudoToNative(u), f = t.pseudoToNative(a), v = t.pseudoToNative(p);
712
+ function ao(t, e) {
713
+ async function n(o, l, s, u, p, y) {
714
+ const m = t.pseudoToNative(o), r = t.pseudoToNative(l), i = t.pseudoToNative(s), f = t.pseudoToNative(u), c = t.pseudoToNative(p);
716
715
  try {
717
- const y = JSON.stringify(i), { strOutputs: c } = await lo({
718
- spaceid: d,
719
- id: o,
720
- strInputs: y,
716
+ const b = JSON.stringify(i), { strOutputs: d } = await so({
717
+ spaceid: m,
718
+ id: r,
719
+ strInputs: b,
721
720
  env: f
722
- }), _ = JSON.parse(c);
723
- m(t.nativeToPseudo(_)), t.run();
724
- } catch (y) {
725
- console.error("callFuncV1 failed", v, y);
721
+ }), _ = JSON.parse(d);
722
+ y(t.nativeToPseudo(_)), t.run();
723
+ } catch (b) {
724
+ console.error("callFuncV1 failed", c, b);
726
725
  }
727
726
  }
728
727
  t.setProperty(
@@ -731,126 +730,126 @@ function ro(t, e) {
731
730
  t.createAsyncFunction(n)
732
731
  );
733
732
  }
734
- class so {
733
+ class uo {
735
734
  constructor(e) {
736
735
  he(this, "context");
737
736
  he(this, "nodes");
738
737
  this.context = e, this.nodes = {};
739
- const n = (l) => {
740
- var r;
741
- this.nodes[l.basic.id] = l, (r = l.children) == null || r.forEach((u) => n(u));
738
+ const n = (o) => {
739
+ var l;
740
+ this.nodes[o.basic.id] = o, (l = o.children) == null || l.forEach((s) => n(s));
742
741
  };
743
- this.context.data.view.nodes.forEach((l) => n(l));
742
+ this.context.data.view.nodes.forEach((o) => n(o));
744
743
  }
745
744
  getNode(e) {
746
745
  return this.nodes[e];
747
746
  }
748
- addNode(e, n, l) {
749
- const r = `parent=${e} ref=${n} keyOrRefid=${l}`;
750
- let u;
747
+ addNode(e, n, o) {
748
+ const l = `parent=${e} ref=${n} keyOrRefid=${o}`;
749
+ let s;
751
750
  if (e) {
752
751
  const p = this.getNode(e);
753
752
  if (!p)
754
- return console.error(`NodeMgr/addNode parent not found, ${r}`), "";
753
+ return console.error(`NodeMgr/addNode parent not found, ${l}`), "";
755
754
  if (!p.children)
756
- return console.error(`NodeMgr/addNode parent no children, ${r}`), "";
757
- u = p.children;
755
+ return console.error(`NodeMgr/addNode parent no children, ${l}`), "";
756
+ s = p.children;
758
757
  } else
759
- u = this.context.data.view.nodes;
760
- if (!u)
758
+ s = this.context.data.view.nodes;
759
+ if (!s)
761
760
  return "";
762
- const a = qn(
761
+ const u = Xn(
763
762
  this.context.type,
764
763
  this.context.data.type,
765
764
  this.context.data.version,
766
765
  n,
767
- l
766
+ o
768
767
  );
769
- return a ? (u.push(a), this.nodes[a.basic.id] = a, a.basic.id) : (console.error(`NodeMgr/addNode spawn node failed, ${r}`), "");
768
+ return u ? (s.push(u), this.nodes[u.basic.id] = u, u.basic.id) : (console.error(`NodeMgr/addNode spawn node failed, ${l}`), "");
770
769
  }
771
770
  deleteNode(e) {
772
771
  this.getNode(e);
773
772
  }
774
773
  }
775
- function ao(t, e, n) {
776
- const l = new so(t);
777
- function r(i, f, v) {
778
- const y = e.pseudoToNative(i), c = e.pseudoToNative(f), _ = e.pseudoToNative(v), C = l.addNode(y, c, _);
779
- return e.nativeToPseudo(C);
774
+ function co(t, e, n) {
775
+ const o = new uo(t);
776
+ function l(i, f, c) {
777
+ const b = e.pseudoToNative(i), d = e.pseudoToNative(f), _ = e.pseudoToNative(c), w = o.addNode(b, d, _);
778
+ return e.nativeToPseudo(w);
780
779
  }
781
- function u(i) {
780
+ function s(i) {
782
781
  const f = e.pseudoToNative(i);
783
- l.deleteNode(f);
782
+ o.deleteNode(f);
784
783
  }
785
- function a(i, f) {
786
- const v = e.pseudoToNative(i), y = e.pseudoToNative(f), c = `id=${v} keys=${y}`;
784
+ function u(i, f) {
785
+ const c = e.pseudoToNative(i), b = e.pseudoToNative(f), d = `id=${c} keys=${b}`;
787
786
  let _;
788
- if (v === "globality" ? _ = t.data.view : _ = l.getNode(v), !_) {
789
- console.error(`getNodePropV1 node not found, ${c}`);
787
+ if (c === "globality" ? _ = t.data.view : _ = o.getNode(c), !_) {
788
+ console.error(`getNodePropV1 node not found, ${d}`);
790
789
  return;
791
790
  }
792
- const C = y.split("."), b = C.length;
793
- for (let k = 0; k < b; k++) {
794
- const h = C[k];
795
- if (k === b - 1)
791
+ const w = b.split("."), v = w.length;
792
+ for (let k = 0; k < v; k++) {
793
+ const h = w[k];
794
+ if (k === v - 1)
796
795
  return e.nativeToPseudo(_[h]);
797
796
  if (!_) {
798
- console.error(`getNodePropV1 unpkg failed, ${c}`);
797
+ console.error(`getNodePropV1 unpkg failed, ${d}`);
799
798
  return;
800
799
  }
801
800
  _ = _[h];
802
801
  }
803
802
  }
804
- function p(i, f, v) {
805
- const y = e.pseudoToNative(i), c = e.pseudoToNative(f), _ = e.pseudoToNative(v), C = `id=${y} keys=${c} value=${_}`;
806
- let b;
807
- if (y === "globality" ? b = t.data.view : b = l.getNode(y), !b) {
808
- console.error(`setNodePropV1 node not found, ${C}`);
803
+ function p(i, f, c) {
804
+ const b = e.pseudoToNative(i), d = e.pseudoToNative(f), _ = e.pseudoToNative(c), w = `id=${b} keys=${d} value=${_}`;
805
+ let v;
806
+ if (b === "globality" ? v = t.data.view : v = o.getNode(b), !v) {
807
+ console.error(`setNodePropV1 node not found, ${w}`);
809
808
  return;
810
809
  }
811
- const k = c.split("."), h = k.length;
810
+ const k = d.split("."), h = k.length;
812
811
  for (let x = 0; x < h; x++) {
813
812
  const S = k[x];
814
813
  if (x === h - 1)
815
- b[S] = _;
814
+ v[S] = _;
816
815
  else {
817
- if (!b) {
818
- console.error(`setNodePropV1 unpkg failed, ${C}`);
816
+ if (!v) {
817
+ console.error(`setNodePropV1 unpkg failed, ${w}`);
819
818
  return;
820
819
  }
821
- b = b[S];
820
+ v = v[S];
822
821
  }
823
822
  }
824
823
  }
825
- function m(i, f, v, y) {
824
+ function y(i, f, c, b) {
826
825
  var k;
827
- const c = e.pseudoToNative(i), _ = e.pseudoToNative(f), C = e.pseudoToNative(v), b = { outputs: [] };
828
- (k = t.eventBus) == null || k.emit(`callMethod@${c}`, { name: _, inputs: C, result: b }), y(e.nativeToPseudo(b.outputs)), e.run();
826
+ const d = e.pseudoToNative(i), _ = e.pseudoToNative(f), w = e.pseudoToNative(c), v = { outputs: [] };
827
+ (k = t.eventBus) == null || k.emit(`callMethod@${d}`, { name: _, inputs: w, result: v }), b(e.nativeToPseudo(v.outputs)), e.run();
829
828
  }
830
- function d(i, f, v) {
831
- const y = e.pseudoToNative(i), c = e.pseudoToNative(f);
832
- Nn({ title: y, text: c }).then((_) => {
833
- v(e.nativeToPseudo(_)), e.run();
829
+ function m(i, f, c) {
830
+ const b = e.pseudoToNative(i), d = e.pseudoToNative(f);
831
+ En({ title: b, text: d }).then((_) => {
832
+ c(e.nativeToPseudo(_)), e.run();
834
833
  });
835
834
  }
836
- function o(i, f, v, y) {
837
- const c = e.pseudoToNative(i), _ = e.pseudoToNative(f), C = e.pseudoToNative(v);
838
- An({ title: c, label: _, value: C }).then((b) => {
839
- y(e.nativeToPseudo(b)), e.run();
835
+ function r(i, f, c, b) {
836
+ const d = e.pseudoToNative(i), _ = e.pseudoToNative(f), w = e.pseudoToNative(c);
837
+ Pn({ title: d, label: _, value: w }).then((v) => {
838
+ b(e.nativeToPseudo(v)), e.run();
840
839
  });
841
840
  }
842
841
  e.setProperty(
843
842
  n,
844
843
  "__addNodeV1__",
845
- e.createNativeFunction(r)
844
+ e.createNativeFunction(l)
846
845
  ), e.setProperty(
847
846
  n,
848
847
  "__deleteNodeV1__",
849
- e.createNativeFunction(u)
848
+ e.createNativeFunction(s)
850
849
  ), e.setProperty(
851
850
  n,
852
851
  "__getNodePropV1__",
853
- e.createNativeFunction(a)
852
+ e.createNativeFunction(u)
854
853
  ), e.setProperty(
855
854
  n,
856
855
  "__setNodePropV1__",
@@ -858,21 +857,21 @@ function ao(t, e, n) {
858
857
  ), e.setProperty(
859
858
  n,
860
859
  "__callNodeMethodV1__",
861
- e.createAsyncFunction(m)
860
+ e.createAsyncFunction(y)
862
861
  ), e.setProperty(
863
862
  n,
864
863
  "__openConfirmDlgV1__",
865
- e.createAsyncFunction(d)
864
+ e.createAsyncFunction(m)
866
865
  ), e.setProperty(
867
866
  n,
868
867
  "__openPromptDlgV1__",
869
- e.createAsyncFunction(o)
868
+ e.createAsyncFunction(r)
870
869
  );
871
870
  }
872
- function uo(t, e, n) {
873
- oo(e, n), ro(e, n), ao(t, e, n);
871
+ function mo(t, e, n) {
872
+ ro(e, n), ao(e, n), co(t, e, n);
874
873
  }
875
- const co = `
874
+ const po = `
876
875
  var __env__ = 'dev'
877
876
 
878
877
  function __getEnvV1__() {
@@ -881,7 +880,7 @@ function __getEnvV1__() {
881
880
 
882
881
  var __pointerPosX__ = 0
883
882
  var __pointerPosY__ = 0
884
- `, mo = `
883
+ `, fo = `
885
884
  var __events__ = {}
886
885
 
887
886
  function __addEventListenerV1__(id, event, callback) {
@@ -952,7 +951,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
952
951
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
953
952
  }
954
953
  }
955
- `, po = `
954
+ `, bo = `
956
955
  var __timers__ = {}
957
956
  var __currTimerId__ = 0
958
957
 
@@ -994,15 +993,15 @@ function __timeoutCallbackV1__(timerId) {
994
993
  }
995
994
  }
996
995
  }
997
- `, fo = `
996
+ `, yo = `
998
997
  function __destroy__() {
999
998
  }
1000
- `, yo = co + mo + po + fo;
1001
- function pn(t, e) {
1002
- const n = new Hn(
1003
- yo,
1004
- (l, r) => {
1005
- uo(t, l, r);
999
+ `, vo = po + fo + bo + yo;
1000
+ function fn(t, e) {
1001
+ const n = new Kn(
1002
+ vo,
1003
+ (o, l) => {
1004
+ mo(t, o, l);
1006
1005
  }
1007
1006
  );
1008
1007
  return n.appendCode(e), n.appendCode(`
@@ -1010,28 +1009,28 @@ __env__ = '${t.env}';
1010
1009
  __triggerEvent__('globality', 'startup');
1011
1010
  `), n.run(), n;
1012
1011
  }
1013
- function fn(t) {
1012
+ function bn(t) {
1014
1013
  t.appendCode("__destroy__();"), t.run();
1015
1014
  }
1016
- function gr(t, e, n, l, r) {
1017
- let u = t;
1015
+ function wr(t, e, n, o, l) {
1016
+ let s = t;
1018
1017
  for (let p = 0; p < e.length; p++)
1019
- if (u = u.children[e[p]], !u) {
1018
+ if (s = s.children[e[p]], !s) {
1020
1019
  console.assert(!1, `unpkg context failed parentKeys=${e}`);
1021
1020
  return;
1022
1021
  }
1023
- let a = u.children[n];
1024
- a ? a.dataSeq !== l && (a = {
1025
- dataSeq: l,
1026
- data: W(r),
1022
+ let u = s.children[n];
1023
+ u ? u.dataSeq !== o && (u = {
1024
+ dataSeq: o,
1025
+ data: W(l),
1027
1026
  children: {}
1028
- }) : (a = {
1029
- dataSeq: l,
1030
- data: W(r),
1027
+ }) : (u = {
1028
+ dataSeq: o,
1029
+ data: W(l),
1031
1030
  children: {}
1032
- }, u.children[n] = a);
1031
+ }, s.children[n] = u);
1033
1032
  }
1034
- const _r = [
1033
+ const Vr = [
1035
1034
  "string",
1036
1035
  "number",
1037
1036
  "boolean",
@@ -1039,9 +1038,9 @@ const _r = [
1039
1038
  "object"
1040
1039
  ];
1041
1040
  function yn() {
1042
- return On();
1041
+ return Un();
1043
1042
  }
1044
- const bo = /* @__PURE__ */ $({
1043
+ const xo = /* @__PURE__ */ T({
1045
1044
  __name: "index",
1046
1045
  props: {
1047
1046
  id: {},
@@ -1050,64 +1049,64 @@ const bo = /* @__PURE__ */ $({
1050
1049
  outer: { type: Boolean }
1051
1050
  },
1052
1051
  setup(t) {
1053
- const { t: e } = Kt(), n = t, l = an(), r = A(), u = U(), a = Z(), p = q(), m = un(), d = Q(-1), o = Q(), i = {};
1054
- cn(i);
1052
+ const { t: e } = Ut(), n = t, o = un(), l = L(), s = U(), u = Z(), p = q(), y = cn(), m = Q(-1), r = Q(), i = {};
1053
+ dn(i);
1055
1054
  const f = () => {
1056
- i.eventBus && (i.eventBus = void 0), i.interpreter && (fn(i.interpreter), i.interpreter = void 0);
1055
+ i.eventBus && (i.eventBus = void 0), i.interpreter && (bn(i.interpreter), i.interpreter = void 0);
1057
1056
  };
1058
1057
  Dt(() => {
1059
1058
  if (!n.refContext.refid) {
1060
- d.value = -1, o.value = void 0, f();
1059
+ m.value = -1, r.value = void 0, f();
1061
1060
  return;
1062
1061
  }
1063
- const h = m.value[n.refContext.refid];
1062
+ const h = y.value[n.refContext.refid];
1064
1063
  if (!h) {
1065
- d.value = -1, o.value = null, f(), Ye.emit("compNotAvail", n.refContext.refid);
1064
+ m.value = -1, r.value = null, f(), Ye.emit("compNotAvail", n.refContext.refid);
1066
1065
  return;
1067
1066
  }
1068
- if (d.value === h.dataSeq || (d.value = h.dataSeq, o.value = W(h.data), r !== "runtime"))
1067
+ if (m.value === h.dataSeq || (m.value = h.dataSeq, r.value = W(h.data), l !== "runtime"))
1069
1068
  return;
1070
1069
  f();
1071
- const x = o.value, S = x.code.script;
1070
+ const x = r.value, S = x.code.script;
1072
1071
  if (S) {
1073
- const E = yn();
1074
- i.eventBus = E, i.interpreter = pn(
1075
- { env: l, type: a, data: x, eventBus: E },
1072
+ const P = yn();
1073
+ i.eventBus = P, i.interpreter = fn(
1074
+ { env: o, type: u, data: x, eventBus: P },
1076
1075
  S
1077
1076
  );
1078
1077
  }
1079
1078
  }), se(() => {
1080
1079
  f();
1081
1080
  });
1082
- const { applySize: v } = J(r, u, n), y = s(() => {
1081
+ const { applySize: c } = J(l, s, n), b = a(() => {
1083
1082
  const h = {}, x = p.value.type;
1084
- return a === "page" ? x === "common" ? v(h) : console.assert(!1) : a === "comp" && x === "common" ? v(h) : console.assert(!1), h;
1083
+ return u === "page" ? x === "common" ? c(h) : console.assert(!1) : u === "comp" && x === "common" ? c(h) : console.assert(!1), h;
1085
1084
  });
1086
- function c(h) {
1085
+ function d(h) {
1087
1086
  const x = lt[p.value.version].refKey, S = Y[x];
1088
- return S ? L(S.comp, {
1087
+ return S ? E(S.comp, {
1089
1088
  refContext: {
1090
1089
  parent: n.refContext,
1091
1090
  refid: h.ref.id
1092
1091
  },
1093
1092
  node: h
1094
- }) : (console.assert(!1, `ref element not found key=${x}`), L("div", `ref element not found key=${x}`));
1093
+ }) : (console.assert(!1, `ref element not found key=${x}`), E("div", `ref element not found key=${x}`));
1095
1094
  }
1096
1095
  function _(h) {
1097
- var E;
1096
+ var P;
1098
1097
  const x = Y[h.basic.key];
1099
1098
  if (!x)
1100
- return console.assert(!1, `element not found key=${h.basic.key}`), L("div", `element not found key=${h.basic.key}`);
1099
+ return console.assert(!1, `element not found key=${h.basic.key}`), E("div", `element not found key=${h.basic.key}`);
1101
1100
  const S = [];
1102
- return x.slots.some((D) => D.key === "default") && ((E = h.children) == null || E.forEach((D) => {
1103
- const w = C(D);
1104
- S.push(w);
1105
- })), L(x.comp, { node: h }, { default: () => S });
1101
+ return x.slots.some((B) => B.key === "default") && ((P = h.children) == null || P.forEach((B) => {
1102
+ const V = w(B);
1103
+ S.push(V);
1104
+ })), E(x.comp, { node: h }, { default: () => S });
1106
1105
  }
1107
- function C(h) {
1108
- return h.ref ? c(h) : _(h);
1106
+ function w(h) {
1107
+ return h.ref ? d(h) : _(h);
1109
1108
  }
1110
- function b() {
1109
+ function v() {
1111
1110
  let h = n.refContext.parent;
1112
1111
  for (; h; ) {
1113
1112
  if (h.refid === n.refContext.refid)
@@ -1117,51 +1116,51 @@ const bo = /* @__PURE__ */ $({
1117
1116
  return !1;
1118
1117
  }
1119
1118
  const k = () => {
1120
- if (b())
1121
- return L("div", { id: n.id }, e("x-runtime-lib.circularRef"));
1122
- if (!o.value)
1123
- return o.value === void 0 ? L("div", { id: n.id }) : L("div", { id: n.id }, e("x-runtime-lib.compNotAvail"));
1124
- const h = o.value.type;
1119
+ if (v())
1120
+ return E("div", { id: n.id }, e("x-runtime-lib.circularRef"));
1121
+ if (!r.value)
1122
+ return r.value === void 0 ? E("div", { id: n.id }) : E("div", { id: n.id }, e("x-runtime-lib.compNotAvail"));
1123
+ const h = r.value.type;
1125
1124
  if (h === "common") {
1126
1125
  const x = [];
1127
- return o.value.view.nodes.forEach((S) => {
1128
- x.push(C(S));
1129
- }), L("div", { id: n.id, style: y.value }, x);
1126
+ return r.value.view.nodes.forEach((S) => {
1127
+ x.push(w(S));
1128
+ }), E("div", { id: n.id, style: b.value }, x);
1130
1129
  } else
1131
- return console.assert(!1, `invalid subtype=${h}`), L("div", { id: n.id }, `invalid subtype=${h}`);
1130
+ return console.assert(!1, `invalid subtype=${h}`), E("div", { id: n.id }, `invalid subtype=${h}`);
1132
1131
  };
1133
- return (h, x) => (V(), I(k));
1132
+ return (h, x) => (C(), I(k));
1134
1133
  }
1135
- }), F = /* @__PURE__ */ $({
1134
+ }), O = /* @__PURE__ */ T({
1136
1135
  __name: "index",
1137
1136
  props: {
1138
1137
  refContext: {},
1139
1138
  state: {}
1140
1139
  },
1141
1140
  setup(t) {
1142
- const { t: e } = Kt(), n = t, l = an(), r = A(), u = Z(), a = q(), p = un(), m = Q(-1), d = Q(), o = {};
1143
- cn(o);
1141
+ const { t: e } = Ut(), n = t, o = un(), l = L(), s = Z(), u = q(), p = cn(), y = Q(-1), m = Q(), r = {};
1142
+ dn(r);
1144
1143
  const i = () => {
1145
- o.eventBus && (o.eventBus = void 0), o.interpreter && (fn(o.interpreter), o.interpreter = void 0);
1144
+ r.eventBus && (r.eventBus = void 0), r.interpreter && (bn(r.interpreter), r.interpreter = void 0);
1146
1145
  };
1147
1146
  Dt(() => {
1148
1147
  if (!n.refContext.refid) {
1149
- m.value = -1, d.value = void 0, i();
1148
+ y.value = -1, m.value = void 0, i();
1150
1149
  return;
1151
1150
  }
1152
- const b = p.value[n.refContext.refid];
1153
- if (!b) {
1154
- m.value = -1, d.value = null, i(), Ye.emit("compNotAvail", n.refContext.refid);
1151
+ const v = p.value[n.refContext.refid];
1152
+ if (!v) {
1153
+ y.value = -1, m.value = null, i(), Ye.emit("compNotAvail", n.refContext.refid);
1155
1154
  return;
1156
1155
  }
1157
- if (m.value === b.dataSeq || (m.value = b.dataSeq, d.value = W(b.data), r !== "runtime"))
1156
+ if (y.value === v.dataSeq || (y.value = v.dataSeq, m.value = W(v.data), l !== "runtime"))
1158
1157
  return;
1159
1158
  i();
1160
- const k = d.value, h = k.code.script;
1159
+ const k = m.value, h = k.code.script;
1161
1160
  if (h) {
1162
1161
  const x = yn();
1163
- o.eventBus = x, o.interpreter = pn(
1164
- { env: l, type: u, data: k, eventBus: x },
1162
+ r.eventBus = x, r.interpreter = fn(
1163
+ { env: o, type: s, data: k, eventBus: x },
1165
1164
  h
1166
1165
  );
1167
1166
  }
@@ -1178,834 +1177,882 @@ const bo = /* @__PURE__ */ $({
1178
1177
  },
1179
1178
  { deep: !0, immediate: !0 }
1180
1179
  );
1181
- function v(b) {
1182
- const k = lt[a.value.version].refKey, h = Y[k];
1183
- return h ? L(h.comp, {
1180
+ function c(v) {
1181
+ const k = lt[u.value.version].refKey, h = Y[k];
1182
+ return h ? E(h.comp, {
1184
1183
  refContext: {
1185
1184
  parent: n.refContext,
1186
- refid: b.ref.id
1185
+ refid: v.ref.id
1187
1186
  },
1188
- node: b
1189
- }) : (console.assert(!1, `ref element not found key=${k}`), L("div", `ref element not found key=${k}`));
1187
+ node: v
1188
+ }) : (console.assert(!1, `ref element not found key=${k}`), E("div", `ref element not found key=${k}`));
1190
1189
  }
1191
- function y(b) {
1190
+ function b(v) {
1192
1191
  var x;
1193
- const k = Y[b.basic.key];
1192
+ const k = Y[v.basic.key];
1194
1193
  if (!k)
1195
- return console.assert(!1, `element not found key=${b.basic.key}`), L("div", `element not found key=${b.basic.key}`);
1194
+ return console.assert(!1, `element not found key=${v.basic.key}`), E("div", `element not found key=${v.basic.key}`);
1196
1195
  const h = [];
1197
- return k.slots.some((S) => S.key === "default") && ((x = b.children) == null || x.forEach((S) => {
1198
- h.push(c(S));
1199
- })), L(k.comp, { node: b }, { default: () => h });
1196
+ return k.slots.some((S) => S.key === "default") && ((x = v.children) == null || x.forEach((S) => {
1197
+ h.push(d(S));
1198
+ })), E(k.comp, { node: v }, { default: () => h });
1200
1199
  }
1201
- function c(b) {
1202
- return b.ref ? v(b) : y(b);
1200
+ function d(v) {
1201
+ return v.ref ? c(v) : b(v);
1203
1202
  }
1204
1203
  function _() {
1205
- let b = n.refContext.parent;
1206
- for (; b; ) {
1207
- if (b.refid === n.refContext.refid)
1204
+ let v = n.refContext.parent;
1205
+ for (; v; ) {
1206
+ if (v.refid === n.refContext.refid)
1208
1207
  return !0;
1209
- b = b.parent;
1208
+ v = v.parent;
1210
1209
  }
1211
1210
  return !1;
1212
1211
  }
1213
- const C = () => {
1212
+ const w = () => {
1214
1213
  if (_())
1215
- return L("div", e("x-runtime-lib.circularRef"));
1216
- if (!d.value)
1217
- return d.value === void 0 ? L("div") : L("div", e("x-runtime-lib.compNotAvail"));
1218
- const b = d.value.type;
1219
- if (b === "common") {
1214
+ return E("div", e("x-runtime-lib.circularRef"));
1215
+ if (!m.value)
1216
+ return m.value === void 0 ? E("div") : E("div", e("x-runtime-lib.compNotAvail"));
1217
+ const v = m.value.type;
1218
+ if (v === "common") {
1220
1219
  const k = [];
1221
- return d.value.view.nodes.forEach((h) => {
1222
- k.push(c(h));
1220
+ return m.value.view.nodes.forEach((h) => {
1221
+ k.push(d(h));
1223
1222
  }), k;
1224
1223
  } else
1225
- return console.assert(!1, `invalid subtype=${b}`), L("div", `invalid subtype=${b}`);
1224
+ return console.assert(!1, `invalid subtype=${v}`), E("div", `invalid subtype=${v}`);
1226
1225
  };
1227
- return (b, k) => (V(), I(C));
1226
+ return (v, k) => (C(), I(w));
1228
1227
  }
1229
- }), vo = /* @__PURE__ */ $({
1228
+ }), ue = (t, e) => {
1229
+ const n = t.__vccOpts || t;
1230
+ for (const [o, l] of e)
1231
+ n[o] = l;
1232
+ return n;
1233
+ }, ho = {};
1234
+ function go(t, e) {
1235
+ const n = N("v-badge");
1236
+ return C(), I(n, null, {
1237
+ default: A(() => [
1238
+ M(t.$slots, "default")
1239
+ ]),
1240
+ _: 3
1241
+ });
1242
+ }
1243
+ const _o = /* @__PURE__ */ ue(ho, [["render", go]]), ko = /* @__PURE__ */ T({
1230
1244
  __name: "index",
1231
1245
  props: {
1232
1246
  node: {},
1233
1247
  outer: { type: Boolean }
1234
1248
  },
1235
1249
  setup(t) {
1236
- const e = t, n = A(), l = M(), r = xe(), u = s(() => {
1237
- var y;
1238
- return (y = e.node.settings) == null ? void 0 : y.text;
1239
- }), a = s(() => {
1240
- var y;
1241
- return (y = e.node.settings) == null ? void 0 : y.disabled;
1242
- }), p = s(() => {
1243
- var y;
1244
- return (y = e.node.settings) == null ? void 0 : y.variant;
1245
- }), m = s(() => {
1246
- var y;
1247
- return (y = e.node.settings) == null ? void 0 : y.density;
1248
- }), d = s(() => {
1249
- var y;
1250
- return (y = e.node.settings) == null ? void 0 : y.block;
1251
- }), o = s(() => l.value ? "dark" : "light"), i = s(() => {
1252
- var y;
1253
- return (y = e.node.settings) == null ? void 0 : y.color;
1254
- }), { color: f } = ae(l, i), v = (y) => {
1250
+ const e = t, n = L(), o = F(), l = xe(), s = a(() => {
1251
+ var b;
1252
+ return (b = e.node.settings) == null ? void 0 : b.block;
1253
+ }), u = a(() => {
1254
+ var b;
1255
+ return (b = e.node.settings) == null ? void 0 : b.color;
1256
+ }), { color: p } = ae(o, u), y = a(() => {
1257
+ var b;
1258
+ return (b = e.node.settings) == null ? void 0 : b.density;
1259
+ }), m = a(() => {
1260
+ var b;
1261
+ return (b = e.node.settings) == null ? void 0 : b.disabled;
1262
+ }), r = a(() => {
1263
+ var b;
1264
+ return (b = e.node.settings) == null ? void 0 : b.text;
1265
+ }), i = a(() => o.value ? "dark" : "light"), f = a(() => {
1266
+ var b;
1267
+ return (b = e.node.settings) == null ? void 0 : b.variant;
1268
+ }), c = (b) => {
1255
1269
  if (n !== "runtime")
1256
1270
  return;
1257
- const c = r.interpreter;
1258
- if (!c)
1271
+ const d = l.interpreter;
1272
+ if (!d)
1259
1273
  return;
1260
- const _ = c.nativeToPseudo(y.clientX), C = c.nativeToPseudo(y.clientY), b = c.nativeToPseudo(e.node.basic.id);
1261
- c.appendCode(`__pointerPosX__ = ${_};`), c.appendCode(`__pointerPosY__ = ${C};`), c.appendCode(`__triggerEvent__('${b}', 'click');`), c.run();
1274
+ const _ = d.nativeToPseudo(b.clientX), w = d.nativeToPseudo(b.clientY), v = d.nativeToPseudo(e.node.basic.id);
1275
+ d.appendCode(`__pointerPosX__ = ${_};`), d.appendCode(`__pointerPosY__ = ${w};`), d.appendCode(`__triggerEvent__('${v}', 'click');`), d.run();
1262
1276
  };
1263
- return (y, c) => {
1277
+ return (b, d) => {
1264
1278
  const _ = N("v-btn");
1265
- return V(), I(_, {
1266
- text: u.value,
1267
- disabled: a.value,
1268
- variant: p.value,
1269
- density: m.value,
1270
- color: H(f),
1271
- block: d.value,
1272
- theme: o.value,
1273
- onClick: v
1274
- }, null, 8, ["text", "disabled", "variant", "density", "color", "block", "theme"]);
1279
+ return C(), I(_, {
1280
+ block: s.value,
1281
+ color: H(p),
1282
+ density: y.value,
1283
+ disabled: m.value,
1284
+ text: r.value,
1285
+ theme: i.value,
1286
+ variant: f.value,
1287
+ onClick: c
1288
+ }, null, 8, ["block", "color", "density", "disabled", "text", "theme", "variant"]);
1275
1289
  };
1276
1290
  }
1277
- }), ue = (t, e) => {
1278
- const n = t.__vccOpts || t;
1279
- for (const [l, r] of e)
1280
- n[l] = r;
1281
- return n;
1282
- }, xo = {};
1283
- function ho(t, e) {
1291
+ }), Co = {};
1292
+ function wo(t, e) {
1284
1293
  const n = N("v-card");
1285
- return V(), I(n, null, {
1286
- default: P(() => [
1287
- K(t.$slots, "default")
1294
+ return C(), I(n, null, {
1295
+ default: A(() => [
1296
+ M(t.$slots, "default")
1288
1297
  ]),
1289
1298
  _: 3
1290
1299
  });
1291
1300
  }
1292
- const go = /* @__PURE__ */ ue(xo, [["render", ho]]), _o = { key: 0 }, ko = /* @__PURE__ */ $({
1301
+ const Vo = /* @__PURE__ */ ue(Co, [["render", wo]]), So = { key: 0 }, $o = /* @__PURE__ */ T({
1293
1302
  __name: "index",
1294
1303
  props: {
1295
1304
  node: {},
1296
1305
  outer: { type: Boolean }
1297
1306
  },
1298
1307
  setup(t) {
1299
- const e = t, n = A(), l = M(), r = s(() => {
1308
+ const e = t, n = L(), o = F(), l = a(() => {
1300
1309
  var i;
1301
- return (i = e.node.settings) == null ? void 0 : i.value;
1302
- }), u = s(() => {
1310
+ return (i = e.node.settings) == null ? void 0 : i.hideDetails;
1311
+ }), s = a(() => {
1303
1312
  var i;
1304
1313
  return (i = e.node.settings) == null ? void 0 : i.label;
1305
- }), a = s(() => {
1314
+ }), u = a(() => {
1315
+ var i;
1316
+ return (i = e.node.settings) == null ? void 0 : i.value;
1317
+ }), p = a(() => {
1306
1318
  var i;
1307
1319
  return (i = e.node.settings) == null ? void 0 : i.placeholder;
1308
- }), p = s(() => {
1320
+ }), y = a(() => {
1309
1321
  var i;
1310
- return (i = e.node.settings) == null ? void 0 : i.hideDetails;
1311
- }), m = s(() => {
1322
+ return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
1323
+ }), m = a(() => {
1312
1324
  var i;
1313
1325
  return (i = e.node.settings) == null ? void 0 : i.singleLine;
1314
- }), d = s(() => {
1315
- var i;
1316
- return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
1317
- }), o = s(() => l.value ? "dark" : "light");
1326
+ }), r = a(() => o.value ? "dark" : "light");
1318
1327
  return (i, f) => {
1319
- const v = N("v-combobox");
1320
- return H(n) === "editor" ? (V(), R("div", _o, [
1321
- B(v, {
1322
- "model-value": r.value,
1323
- label: u.value,
1324
- placeholder: a.value,
1325
- "hide-details": p.value,
1328
+ const c = N("v-combobox");
1329
+ return H(n) === "editor" ? (C(), R("div", So, [
1330
+ D(c, {
1331
+ "hide-details": l.value,
1332
+ label: s.value,
1333
+ "model-value": u.value,
1334
+ placeholder: p.value,
1335
+ readonly: y.value,
1326
1336
  "single-line": m.value,
1327
- readonly: d.value,
1328
- theme: o.value
1329
- }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
1330
- ])) : (V(), I(v, {
1337
+ theme: r.value
1338
+ }, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
1339
+ ])) : (C(), I(c, {
1331
1340
  key: 1,
1332
- "model-value": r.value,
1333
- label: u.value,
1334
- placeholder: a.value,
1335
- "hide-details": p.value,
1341
+ "hide-details": l.value,
1342
+ label: s.value,
1343
+ "model-value": u.value,
1344
+ placeholder: p.value,
1345
+ readonly: y.value,
1336
1346
  "single-line": m.value,
1337
- readonly: d.value,
1338
- theme: o.value
1339
- }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1347
+ theme: r.value
1348
+ }, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
1340
1349
  };
1341
1350
  }
1342
- }), Co = /* @__PURE__ */ $({
1351
+ }), To = /* @__PURE__ */ T({
1343
1352
  __name: "index",
1344
1353
  props: {
1345
1354
  node: {},
1346
1355
  outer: { type: Boolean }
1347
1356
  },
1348
1357
  setup(t) {
1349
- const e = t, n = A(), l = U(), r = M(), u = Z(), a = q(), { applySize: p } = J(n, l, e), { applyMargin: m } = Qe(e), { applyPadding: d } = et(e), { applyBorder: o } = Je(r, e), i = s(() => {
1350
- var y;
1351
- return (y = e.node.settings) == null ? void 0 : y.backgroundColor;
1352
- }), { color: f } = ae(r, i), v = s(() => {
1353
- const y = {}, c = a.value.type;
1354
- return u === "page" ? c === "common" ? (p(y), m(y), d(y), o(y), f.value && (y.backgroundColor = f.value)) : console.assert(!1) : u === "comp" && c === "common" ? (p(y), m(y), d(y), o(y), f.value && (y.backgroundColor = f.value)) : console.assert(!1), y;
1358
+ const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { applySize: p } = J(n, o, e), { applyMargin: y } = Qe(e), { applyPadding: m } = et(e), { applyBorder: r } = Je(l, e), i = a(() => {
1359
+ var b;
1360
+ return (b = e.node.settings) == null ? void 0 : b.backgroundColor;
1361
+ }), { color: f } = ae(l, i), c = a(() => {
1362
+ const b = {}, d = u.value.type;
1363
+ return s === "page" ? d === "common" ? (p(b), y(b), m(b), r(b), f.value && (b.backgroundColor = f.value)) : console.assert(!1) : s === "comp" && d === "common" ? (p(b), y(b), m(b), r(b), f.value && (b.backgroundColor = f.value)) : console.assert(!1), b;
1355
1364
  });
1356
- return (y, c) => (V(), R("div", {
1357
- style: oe(v.value)
1365
+ return (b, d) => (C(), R("div", {
1366
+ style: oe(c.value)
1358
1367
  }, [
1359
- K(y.$slots, "default")
1368
+ M(b.$slots, "default")
1360
1369
  ], 4));
1361
1370
  }
1362
- }), Vo = /* @__PURE__ */ $({
1371
+ }), Io = /* @__PURE__ */ T({
1363
1372
  __name: "index",
1364
1373
  props: {
1365
1374
  node: {},
1366
1375
  outer: { type: Boolean }
1367
1376
  },
1368
1377
  setup(t) {
1369
- const e = t, n = M(), l = s(() => {
1370
- var c;
1371
- return (c = e.node.size) == null ? void 0 : c.width;
1372
- }), r = s(() => {
1373
- var c;
1374
- return (c = e.node.size) == null ? void 0 : c.height;
1375
- }), u = s(() => {
1376
- var c;
1377
- return (c = e.node.settings) == null ? void 0 : c.headers;
1378
- }), a = s(() => {
1378
+ const e = t, n = F(), o = a(() => {
1379
+ var d;
1380
+ return (d = e.node.settings) == null ? void 0 : d.density;
1381
+ }), l = a(() => {
1382
+ var d;
1383
+ return (d = e.node.settings) == null ? void 0 : d.fixedFooter;
1384
+ }), s = a(() => {
1385
+ var d;
1386
+ return (d = e.node.settings) == null ? void 0 : d.fixedHeader;
1387
+ }), u = a(() => {
1388
+ var d;
1389
+ return (d = e.node.settings) == null ? void 0 : d.headers;
1390
+ }), p = a(() => {
1391
+ var d;
1392
+ return (d = e.node.size) == null ? void 0 : d.height;
1393
+ }), y = a(() => {
1394
+ var d;
1395
+ return (d = e.node.settings) == null ? void 0 : d.hover;
1396
+ }), m = a(() => {
1379
1397
  var _;
1380
- const c = (_ = e.node.settings) == null ? void 0 : _.data;
1381
- return typeof c == "string" ? JSON.parse(c) : c;
1382
- }), p = s(() => {
1383
- var c;
1384
- return (c = e.node.settings) == null ? void 0 : c.density;
1385
- }), m = s(() => {
1386
- var c;
1387
- return (c = e.node.settings) == null ? void 0 : c.hover;
1388
- }), d = s(() => {
1389
- var c;
1390
- return (c = e.node.settings) == null ? void 0 : c.fixedHeader;
1391
- }), o = s(() => {
1392
- var c;
1393
- return (c = e.node.settings) == null ? void 0 : c.fixedFooter;
1394
- }), i = s(() => {
1395
- var c;
1396
- return (c = e.node.settings) == null ? void 0 : c.loading;
1397
- }), f = s(() => {
1398
- var c;
1399
- return (c = e.node.settings) == null ? void 0 : c.multiSort;
1400
- }), v = s(() => n.value ? "dark" : "light"), y = s(() => {
1401
- var C;
1402
- const c = [];
1403
- return (((C = e.node.slots) == null ? void 0 : C.items) ?? []).forEach((b) => {
1404
- b.column && b.comp && c.push(b);
1405
- }), c;
1398
+ const d = (_ = e.node.settings) == null ? void 0 : _.data;
1399
+ return typeof d == "string" ? JSON.parse(d) : d;
1400
+ }), r = a(() => {
1401
+ var d;
1402
+ return (d = e.node.settings) == null ? void 0 : d.loading;
1403
+ }), i = a(() => {
1404
+ var d;
1405
+ return (d = e.node.settings) == null ? void 0 : d.multiSort;
1406
+ }), f = a(() => n.value ? "dark" : "light"), c = a(() => {
1407
+ var d;
1408
+ return (d = e.node.size) == null ? void 0 : d.width;
1409
+ }), b = a(() => {
1410
+ var w;
1411
+ const d = [];
1412
+ return (((w = e.node.slots) == null ? void 0 : w.items) ?? []).forEach((v) => {
1413
+ v.column && v.comp && d.push(v);
1414
+ }), d;
1406
1415
  });
1407
- return (c, _) => {
1408
- const C = N("v-data-table");
1409
- return V(), I(C, {
1410
- width: l.value,
1411
- height: r.value,
1416
+ return (d, _) => {
1417
+ const w = N("v-data-table");
1418
+ return C(), I(w, {
1419
+ density: o.value,
1420
+ "fixed-header": s.value,
1421
+ "fixed-footer": l.value,
1412
1422
  headers: u.value,
1413
- items: a.value,
1414
- density: p.value,
1415
- hover: m.value,
1416
- "fixed-header": d.value,
1417
- "fixed-footer": o.value,
1418
- loading: i.value,
1419
- "multi-sort": f.value,
1420
- theme: v.value
1423
+ height: p.value,
1424
+ hover: y.value,
1425
+ items: m.value,
1426
+ loading: r.value,
1427
+ "multi-sort": i.value,
1428
+ theme: f.value,
1429
+ width: c.value
1421
1430
  }, _e({ _: 2 }, [
1422
- kn(y.value, (b) => ({
1423
- name: `item.${b.column}`,
1424
- fn: P(({ value: k }) => [
1425
- B(F, {
1426
- "ref-context": { refid: b.comp },
1431
+ wn(b.value, (v) => ({
1432
+ name: `item.${v.column}`,
1433
+ fn: A(({ value: k }) => [
1434
+ D(O, {
1435
+ "ref-context": { refid: v.comp },
1427
1436
  state: { value: k }
1428
1437
  }, null, 8, ["ref-context", "state"])
1429
1438
  ])
1430
1439
  }))
1431
- ]), 1032, ["width", "height", "headers", "items", "density", "hover", "fixed-header", "fixed-footer", "loading", "multi-sort", "theme"]);
1440
+ ]), 1032, ["density", "fixed-header", "fixed-footer", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
1432
1441
  };
1433
1442
  }
1434
- }), wo = ["id"], So = /* @__PURE__ */ $({
1443
+ }), No = ["id"], Ao = /* @__PURE__ */ T({
1435
1444
  __name: "index",
1436
1445
  props: {
1437
1446
  node: {},
1438
1447
  outer: { type: Boolean }
1439
1448
  },
1440
1449
  setup(t) {
1441
- const e = t, n = A(), l = xe(), r = s(() => {
1450
+ const e = t, n = L(), o = xe(), l = a(() => {
1442
1451
  var p;
1443
1452
  return (p = e.node.basic) == null ? void 0 : p.id;
1444
- }), { open: u } = Ht(`runtimeDlg/${zt()}`);
1445
- return dn(l, e, (p) => {
1446
- if (n !== "runtime" || !l.interpreter)
1453
+ }), { open: s } = Ot(`runtimeDlg/${zt()}`);
1454
+ return mn(o, e, (p) => {
1455
+ if (n !== "runtime" || !o.interpreter)
1447
1456
  return;
1448
- const { name: d } = p;
1449
- d === "open" ? u.value = !0 : d === "close" && (u.value = !1);
1450
- }), (p, m) => {
1451
- const d = N("v-dialog");
1452
- return V(), I(d, {
1453
- modelValue: H(u),
1454
- "onUpdate:modelValue": m[0] || (m[0] = (o) => Bt(u) ? u.value = o : null),
1457
+ const { name: m } = p;
1458
+ m === "open" ? s.value = !0 : m === "close" && (s.value = !1);
1459
+ }), (p, y) => {
1460
+ const m = N("v-dialog");
1461
+ return C(), I(m, {
1462
+ modelValue: H(s),
1463
+ "onUpdate:modelValue": y[0] || (y[0] = (r) => Rt(s) ? s.value = r : null),
1455
1464
  attach: "#dialogContainer"
1456
1465
  }, {
1457
- activator: P(() => [
1458
- H(n) === "editor" ? (V(), R("div", {
1466
+ activator: A(() => [
1467
+ H(n) === "editor" ? (C(), R("div", {
1459
1468
  key: 0,
1460
- id: `__node__@${r.value}`
1461
- }, null, 8, wo)) : Rt("", !0)
1469
+ id: `__node__@${l.value}`
1470
+ }, null, 8, No)) : Mt("", !0)
1462
1471
  ]),
1463
- default: P(() => [
1464
- K(p.$slots, "default")
1472
+ default: A(() => [
1473
+ M(p.$slots, "default")
1465
1474
  ]),
1466
1475
  _: 3
1467
1476
  }, 8, ["modelValue"]);
1468
1477
  };
1469
1478
  }
1470
- }), To = /* @__PURE__ */ $({
1479
+ }), Lo = /* @__PURE__ */ T({
1471
1480
  __name: "index",
1472
1481
  props: {
1473
1482
  node: {},
1474
1483
  outer: { type: Boolean }
1475
1484
  },
1476
1485
  setup(t) {
1477
- const e = t, n = A(), l = s(() => {
1478
- var v;
1479
- return (v = e.node.settings) == null ? void 0 : v.chips;
1480
- }), r = s(() => {
1481
- var v;
1482
- return (v = e.node.settings) == null ? void 0 : v.density;
1483
- }), u = s(() => {
1484
- var v;
1485
- return (v = e.node.settings) == null ? void 0 : v.direction;
1486
- }), a = s(() => {
1487
- var v;
1488
- return (v = e.node.settings) == null ? void 0 : v.disabled;
1489
- }), p = s(() => {
1490
- var v;
1491
- return (v = e.node.settings) == null ? void 0 : v.label;
1492
- }), m = s(() => {
1493
- var v;
1494
- return (v = e.node.settings) == null ? void 0 : v.loading;
1495
- }), d = s(() => {
1496
- var v;
1497
- return (v = e.node.settings) == null ? void 0 : v.multiple;
1498
- }), o = s(() => {
1499
- var v;
1500
- return n !== "runtime" ? !0 : (v = e.node.settings) == null ? void 0 : v.readonly;
1501
- }), i = s(() => {
1502
- var v;
1503
- return (v = e.node.settings) == null ? void 0 : v.reverse;
1504
- }), f = s(() => {
1505
- var v;
1506
- return (v = e.node.settings) == null ? void 0 : v.singleLine;
1486
+ const e = t, n = L(), o = a(() => {
1487
+ var c;
1488
+ return (c = e.node.settings) == null ? void 0 : c.chips;
1489
+ }), l = a(() => {
1490
+ var c;
1491
+ return (c = e.node.settings) == null ? void 0 : c.density;
1492
+ }), s = a(() => {
1493
+ var c;
1494
+ return (c = e.node.settings) == null ? void 0 : c.direction;
1495
+ }), u = a(() => {
1496
+ var c;
1497
+ return (c = e.node.settings) == null ? void 0 : c.disabled;
1498
+ }), p = a(() => {
1499
+ var c;
1500
+ return (c = e.node.settings) == null ? void 0 : c.label;
1501
+ }), y = a(() => {
1502
+ var c;
1503
+ return (c = e.node.settings) == null ? void 0 : c.loading;
1504
+ }), m = a(() => {
1505
+ var c;
1506
+ return (c = e.node.settings) == null ? void 0 : c.multiple;
1507
+ }), r = a(() => {
1508
+ var c;
1509
+ return n !== "runtime" ? !0 : (c = e.node.settings) == null ? void 0 : c.readonly;
1510
+ }), i = a(() => {
1511
+ var c;
1512
+ return (c = e.node.settings) == null ? void 0 : c.reverse;
1513
+ }), f = a(() => {
1514
+ var c;
1515
+ return (c = e.node.settings) == null ? void 0 : c.singleLine;
1507
1516
  });
1508
- return (v, y) => {
1509
- const c = N("v-file-input");
1510
- return V(), I(c, {
1511
- chips: l.value,
1512
- density: r.value,
1513
- direction: u.value,
1514
- disabled: a.value,
1517
+ return (c, b) => {
1518
+ const d = N("v-file-input");
1519
+ return C(), I(d, {
1520
+ chips: o.value,
1521
+ density: l.value,
1522
+ direction: s.value,
1523
+ disabled: u.value,
1515
1524
  label: p.value,
1516
- loading: m.value,
1517
- multiple: d.value,
1518
- readonly: o.value,
1525
+ loading: y.value,
1526
+ multiple: m.value,
1527
+ readonly: r.value,
1519
1528
  reverse: i.value,
1520
- singleLine: f.value
1521
- }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "singleLine"]);
1529
+ "single-line": f.value
1530
+ }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
1522
1531
  };
1523
1532
  }
1524
- }), $o = /* @__PURE__ */ $({
1533
+ }), Eo = /* @__PURE__ */ T({
1525
1534
  __name: "index",
1526
1535
  props: {
1527
1536
  node: {},
1528
1537
  outer: { type: Boolean }
1529
1538
  },
1530
1539
  setup(t) {
1531
- const e = t, n = A(), l = U(), r = M(), u = Z(), a = q(), { applySize: p } = J(n, l, e), { applyMargin: m } = Qe(e), { applyPadding: d } = et(e), { applyBorder: o } = Je(r, e), i = s(() => {
1532
- var c;
1533
- return (c = e.node.settings) == null ? void 0 : c.backgroundColor;
1534
- }), { color: f } = ae(r, i), v = (c) => {
1535
- var x, S, E, D;
1536
- f.value && (c.backgroundColor = f.value), c.display = "flex";
1537
- const _ = Jt(l.value.width), C = le(_, (x = e.node.settings) == null ? void 0 : x.direction);
1538
- C === "row" ? c.flexDirection = "row" : C === "rowReverse" ? c.flexDirection = "row-reverse" : C === "column" ? c.flexDirection = "column" : C === "columnReverse" && (c.flexDirection = "column-reverse");
1539
- const b = le(_, (S = e.node.settings) == null ? void 0 : S.wrap);
1540
- b === "no" ? c.flexWrap = "nowrap" : b === "yes" ? c.flexWrap = "wrap" : b === "reverse" && (c.flexWrap = "wrap-reverse");
1541
- const k = le(_, (E = e.node.settings) == null ? void 0 : E.mainAlign);
1542
- k === "start" ? c.justifyContent = "flex-start" : k === "end" ? c.justifyContent = "flex-end" : k === "center" ? c.justifyContent = "center" : k === "spaceBetween" ? c.justifyContent = "space-between" : k === "spaceAround" ? c.justifyContent = "space-around" : k === "spaceEvenly" && (c.justifyContent = "space-evenly");
1543
- const h = le(_, (D = e.node.settings) == null ? void 0 : D.crossAlign);
1544
- h === "start" ? c.alignItems = "flex-start" : h === "end" ? c.alignItems = "flex-end" : h === "center" ? c.alignItems = "center" : h === "baseline" ? c.alignItems = "baseline" : h === "stretch" && (c.alignItems = "stretch");
1545
- }, y = s(() => {
1546
- const c = {}, _ = a.value.type;
1547
- return u === "page" ? _ === "common" ? (p(c), m(c), d(c), o(c), v(c)) : console.assert(!1) : u === "comp" && _ === "common" ? (p(c), m(c), d(c), o(c), v(c)) : console.assert(!1), c;
1540
+ const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), { applySize: p } = J(n, o, e), { applyMargin: y } = Qe(e), { applyPadding: m } = et(e), { applyBorder: r } = Je(l, e), i = a(() => {
1541
+ var d;
1542
+ return (d = e.node.settings) == null ? void 0 : d.backgroundColor;
1543
+ }), { color: f } = ae(l, i), c = (d) => {
1544
+ var x, S, P, B;
1545
+ f.value && (d.backgroundColor = f.value), d.display = "flex";
1546
+ const _ = Qt(o.value.width), w = le(_, (x = e.node.settings) == null ? void 0 : x.direction);
1547
+ w === "row" ? d.flexDirection = "row" : w === "rowReverse" ? d.flexDirection = "row-reverse" : w === "column" ? d.flexDirection = "column" : w === "columnReverse" && (d.flexDirection = "column-reverse");
1548
+ const v = le(_, (S = e.node.settings) == null ? void 0 : S.wrap);
1549
+ v === "no" ? d.flexWrap = "nowrap" : v === "yes" ? d.flexWrap = "wrap" : v === "reverse" && (d.flexWrap = "wrap-reverse");
1550
+ const k = le(_, (P = e.node.settings) == null ? void 0 : P.mainAlign);
1551
+ k === "start" ? d.justifyContent = "flex-start" : k === "end" ? d.justifyContent = "flex-end" : k === "center" ? d.justifyContent = "center" : k === "spaceBetween" ? d.justifyContent = "space-between" : k === "spaceAround" ? d.justifyContent = "space-around" : k === "spaceEvenly" && (d.justifyContent = "space-evenly");
1552
+ const h = le(_, (B = e.node.settings) == null ? void 0 : B.crossAlign);
1553
+ h === "start" ? d.alignItems = "flex-start" : h === "end" ? d.alignItems = "flex-end" : h === "center" ? d.alignItems = "center" : h === "baseline" ? d.alignItems = "baseline" : h === "stretch" && (d.alignItems = "stretch");
1554
+ }, b = a(() => {
1555
+ const d = {}, _ = u.value.type;
1556
+ return s === "page" ? _ === "common" ? (p(d), y(d), m(d), r(d), c(d)) : console.assert(!1) : s === "comp" && _ === "common" ? (p(d), y(d), m(d), r(d), c(d)) : console.assert(!1), d;
1548
1557
  });
1549
- return (c, _) => (V(), R("div", {
1550
- style: oe(y.value)
1558
+ return (d, _) => (C(), R("div", {
1559
+ style: oe(b.value)
1551
1560
  }, [
1552
- K(c.$slots, "default")
1561
+ M(d.$slots, "default")
1553
1562
  ], 4));
1554
1563
  }
1555
- }), Io = /* @__PURE__ */ $({
1564
+ }), Po = /* @__PURE__ */ T({
1556
1565
  __name: "index",
1557
1566
  props: {
1558
1567
  node: {},
1559
1568
  outer: { type: Boolean }
1560
1569
  },
1561
1570
  setup(t) {
1562
- const e = t, n = A(), l = U(), r = Z(), u = q(), { applySize: a } = J(n, l, e), p = s(() => {
1563
- var o;
1564
- return (o = e.node.settings) == null ? void 0 : o.grow;
1565
- }), m = s(() => {
1566
- var o;
1567
- return (o = e.node.settings) == null ? void 0 : o.shrink;
1568
- }), d = s(() => {
1569
- const o = {}, i = u.value.type;
1570
- return r === "page" ? i === "common" ? (a(o), o.flexGrow = p.value ? 1 : 0, o.flexShrink = m.value ? 1 : 0) : console.assert(!1) : r === "comp" && i === "common" ? (a(o), o.flexGrow = p.value ? 1 : 0, o.flexShrink = m.value ? 1 : 0) : console.assert(!1), o;
1571
+ const e = t, n = L(), o = U(), l = Z(), s = q(), { applySize: u } = J(n, o, e), p = a(() => {
1572
+ var r;
1573
+ return (r = e.node.settings) == null ? void 0 : r.grow;
1574
+ }), y = a(() => {
1575
+ var r;
1576
+ return (r = e.node.settings) == null ? void 0 : r.shrink;
1577
+ }), m = a(() => {
1578
+ const r = {}, i = s.value.type;
1579
+ return l === "page" ? i === "common" ? (u(r), r.flexGrow = p.value ? 1 : 0, r.flexShrink = y.value ? 1 : 0) : console.assert(!1) : l === "comp" && i === "common" ? (u(r), r.flexGrow = p.value ? 1 : 0, r.flexShrink = y.value ? 1 : 0) : console.assert(!1), r;
1571
1580
  });
1572
- return (o, i) => (V(), R("div", {
1573
- style: oe(d.value)
1581
+ return (r, i) => (C(), R("div", {
1582
+ style: oe(m.value)
1574
1583
  }, [
1575
- K(o.$slots, "default")
1584
+ M(r.$slots, "default")
1576
1585
  ], 4));
1577
1586
  }
1578
- }), No = /* @__PURE__ */ $({
1587
+ }), Wo = /* @__PURE__ */ T({
1579
1588
  __name: "index",
1580
1589
  props: {
1581
1590
  node: {},
1582
1591
  outer: { type: Boolean }
1583
1592
  },
1584
1593
  setup(t) {
1585
- const e = t, n = A(), l = U(), r = M(), u = Z(), a = q(), p = xe(), m = s({
1594
+ const e = t, n = L(), o = U(), l = F(), s = Z(), u = q(), p = xe(), y = a({
1586
1595
  get: () => {
1587
- var b;
1588
- return (b = e.node.settings) == null ? void 0 : b.valid;
1596
+ var v;
1597
+ return (v = e.node.settings) == null ? void 0 : v.valid;
1589
1598
  },
1590
- set: (b) => {
1591
- e.node.settings && (e.node.settings.valid = !!b);
1599
+ set: (v) => {
1600
+ e.node.settings && (e.node.settings.valid = !!v);
1592
1601
  }
1593
- }), d = s(() => {
1594
- var b;
1595
- return (b = e.node.settings) == null ? void 0 : b.fastFail;
1596
- }), { applySize: o } = J(n, l, e), { applyMargin: i } = Qe(e), { applyPadding: f } = et(e), { applyBorder: v } = Je(r, e), y = s(() => {
1597
- var b;
1598
- return (b = e.node.settings) == null ? void 0 : b.backgroundColor;
1599
- }), { color: c } = ae(r, y), _ = s(() => {
1600
- const b = {}, k = a.value.type;
1601
- return u === "page" ? k === "common" ? (o(b), i(b), f(b), v(b), c.value && (b.backgroundColor = c.value)) : console.assert(!1) : u === "comp" && k === "common" ? (o(b), i(b), f(b), v(b), c.value && (b.backgroundColor = c.value)) : console.assert(!1), b;
1602
- }), C = () => {
1602
+ }), m = a(() => {
1603
+ var v;
1604
+ return (v = e.node.settings) == null ? void 0 : v.fastFail;
1605
+ }), { applySize: r } = J(n, o, e), { applyMargin: i } = Qe(e), { applyPadding: f } = et(e), { applyBorder: c } = Je(l, e), b = a(() => {
1606
+ var v;
1607
+ return (v = e.node.settings) == null ? void 0 : v.backgroundColor;
1608
+ }), { color: d } = ae(l, b), _ = a(() => {
1609
+ const v = {}, k = u.value.type;
1610
+ return s === "page" ? k === "common" ? (r(v), i(v), f(v), c(v), d.value && (v.backgroundColor = d.value)) : console.assert(!1) : s === "comp" && k === "common" ? (r(v), i(v), f(v), c(v), d.value && (v.backgroundColor = d.value)) : console.assert(!1), v;
1611
+ }), w = () => {
1603
1612
  if (n !== "runtime")
1604
1613
  return;
1605
- const b = p.interpreter;
1606
- if (!b)
1614
+ const v = p.interpreter;
1615
+ if (!v)
1607
1616
  return;
1608
- const k = b.nativeToPseudo(e.node.basic.id);
1609
- b.appendCode(`__triggerEvent__('${k}', 'submit')`), b.run();
1617
+ const k = v.nativeToPseudo(e.node.basic.id);
1618
+ v.appendCode(`__triggerEvent__('${k}', 'submit')`), v.run();
1610
1619
  };
1611
- return (b, k) => {
1620
+ return (v, k) => {
1612
1621
  const h = N("v-form");
1613
- return V(), I(h, {
1614
- modelValue: m.value,
1615
- "onUpdate:modelValue": k[0] || (k[0] = (x) => m.value = x),
1622
+ return C(), I(h, {
1623
+ modelValue: y.value,
1624
+ "onUpdate:modelValue": k[0] || (k[0] = (x) => y.value = x),
1616
1625
  style: oe(_.value),
1617
- "fast-fail": d.value,
1618
- onSubmit: Cn(C, ["prevent"])
1626
+ "fast-fail": m.value,
1627
+ onSubmit: Vn(w, ["prevent"])
1619
1628
  }, {
1620
- default: P(() => [
1621
- K(b.$slots, "default")
1629
+ default: A(() => [
1630
+ M(v.$slots, "default")
1622
1631
  ]),
1623
1632
  _: 3
1624
1633
  }, 8, ["modelValue", "style", "fast-fail"]);
1625
1634
  };
1626
1635
  }
1627
- }), Ao = ["id"], Lo = /* @__PURE__ */ $({
1636
+ }), Bo = ["id"], Do = /* @__PURE__ */ T({
1628
1637
  __name: "index",
1629
1638
  props: {
1630
1639
  node: {},
1631
1640
  outer: { type: Boolean }
1632
1641
  },
1633
1642
  setup(t) {
1634
- const e = t, n = A(), l = xe(), r = Q(0), u = Q(0), a = s(() => [r.value, u.value]), p = s(() => {
1635
- var o;
1636
- return (o = e.node.basic) == null ? void 0 : o.id;
1637
- }), { open: m } = Ht(`runtimeMenu/${zt()}`);
1638
- return dn(l, e, (o) => {
1643
+ const e = t, n = L(), o = xe(), l = Q(0), s = Q(0), u = a(() => [l.value, s.value]), p = a(() => {
1644
+ var r;
1645
+ return (r = e.node.basic) == null ? void 0 : r.id;
1646
+ }), { open: y } = Ot(`runtimeMenu/${zt()}`);
1647
+ return mn(o, e, (r) => {
1639
1648
  if (n !== "runtime")
1640
1649
  return;
1641
- const i = l.interpreter;
1650
+ const i = o.interpreter;
1642
1651
  if (!i)
1643
1652
  return;
1644
- const { name: f } = o;
1645
- f === "open" ? (r.value = i.getProperty(i.globalObject, "__pointerPosX__"), u.value = i.getProperty(i.globalObject, "__pointerPosY__"), m.value = !0) : f === "close" && (m.value = !1);
1646
- }), (o, i) => {
1653
+ const { name: f } = r;
1654
+ f === "open" ? (l.value = i.getProperty(i.globalObject, "__pointerPosX__"), s.value = i.getProperty(i.globalObject, "__pointerPosY__"), y.value = !0) : f === "close" && (y.value = !1);
1655
+ }), (r, i) => {
1647
1656
  const f = N("v-menu");
1648
- return V(), I(f, {
1649
- modelValue: H(m),
1650
- "onUpdate:modelValue": i[0] || (i[0] = (v) => Bt(m) ? m.value = v : null),
1657
+ return C(), I(f, {
1658
+ modelValue: H(y),
1659
+ "onUpdate:modelValue": i[0] || (i[0] = (c) => Rt(y) ? y.value = c : null),
1651
1660
  "location-strategy": "connected",
1652
- target: a.value,
1661
+ target: u.value,
1653
1662
  attach: "menuContainer",
1654
1663
  scrim: "transparent"
1655
1664
  }, {
1656
- activator: P(() => [
1657
- H(n) === "editor" ? (V(), R("div", {
1665
+ activator: A(() => [
1666
+ H(n) === "editor" ? (C(), R("div", {
1658
1667
  key: 0,
1659
1668
  id: `__node__@${p.value}`
1660
- }, null, 8, Ao)) : Rt("", !0)
1669
+ }, null, 8, Bo)) : Mt("", !0)
1661
1670
  ]),
1662
- default: P(() => [
1663
- K(o.$slots, "default")
1671
+ default: A(() => [
1672
+ M(r.$slots, "default")
1664
1673
  ]),
1665
1674
  _: 3
1666
1675
  }, 8, ["modelValue", "target"]);
1667
1676
  };
1668
1677
  }
1669
- }), Eo = { key: 0 }, Po = /* @__PURE__ */ $({
1678
+ }), zo = { key: 0 }, Ro = /* @__PURE__ */ T({
1670
1679
  __name: "index",
1671
1680
  props: {
1672
1681
  node: {},
1673
1682
  outer: { type: Boolean }
1674
1683
  },
1675
1684
  setup(t) {
1676
- const e = t, n = A(), l = M(), r = s(() => {
1685
+ const e = t, n = L(), o = F(), l = a(() => {
1677
1686
  var i;
1678
- return (i = e.node.settings) == null ? void 0 : i.value;
1679
- }), u = s(() => {
1687
+ return (i = e.node.settings) == null ? void 0 : i.hideDetails;
1688
+ }), s = a(() => {
1680
1689
  var i;
1681
1690
  return (i = e.node.settings) == null ? void 0 : i.label;
1682
- }), a = s(() => {
1691
+ }), u = a(() => {
1692
+ var i;
1693
+ return (i = e.node.settings) == null ? void 0 : i.value;
1694
+ }), p = a(() => {
1683
1695
  var i;
1684
1696
  return (i = e.node.settings) == null ? void 0 : i.placeholder;
1685
- }), p = s(() => {
1697
+ }), y = a(() => {
1686
1698
  var i;
1687
- return (i = e.node.settings) == null ? void 0 : i.hideDetails;
1688
- }), m = s(() => {
1699
+ return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
1700
+ }), m = a(() => {
1689
1701
  var i;
1690
1702
  return (i = e.node.settings) == null ? void 0 : i.singleLine;
1691
- }), d = s(() => {
1692
- var i;
1693
- return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
1694
- }), o = s(() => l.value ? "dark" : "light");
1703
+ }), r = a(() => o.value ? "dark" : "light");
1695
1704
  return (i, f) => {
1696
- const v = N("v-number-input");
1697
- return H(n) === "editor" ? (V(), R("div", Eo, [
1698
- B(v, {
1699
- "model-value": r.value,
1700
- label: u.value,
1701
- placeholder: a.value,
1702
- "hide-details": p.value,
1705
+ const c = N("v-number-input");
1706
+ return H(n) === "editor" ? (C(), R("div", zo, [
1707
+ D(c, {
1708
+ "hide-details": l.value,
1709
+ label: s.value,
1710
+ "model-value": u.value,
1711
+ placeholder: p.value,
1712
+ readonly: y.value,
1703
1713
  "single-line": m.value,
1704
- readonly: d.value,
1705
- theme: o.value
1706
- }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
1707
- ])) : (V(), I(v, {
1714
+ theme: r.value
1715
+ }, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
1716
+ ])) : (C(), I(c, {
1708
1717
  key: 1,
1709
- "model-value": r.value,
1710
- label: u.value,
1711
- placeholder: a.value,
1712
- "hide-details": p.value,
1718
+ "hide-details": l.value,
1719
+ label: s.value,
1720
+ "model-value": u.value,
1721
+ placeholder: p.value,
1722
+ readonly: y.value,
1713
1723
  "single-line": m.value,
1714
- readonly: d.value,
1715
- theme: o.value
1716
- }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1724
+ theme: r.value
1725
+ }, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
1717
1726
  };
1718
1727
  }
1719
- }), Wo = /* @__PURE__ */ $({
1728
+ }), Mo = /* @__PURE__ */ T({
1720
1729
  __name: "index",
1721
1730
  props: {
1722
1731
  node: {},
1723
1732
  outer: { type: Boolean }
1724
1733
  },
1725
1734
  setup(t) {
1726
- const e = t, n = s(() => {
1727
- var r;
1728
- return (r = e.node.settings) == null ? void 0 : r.value;
1729
- }), l = s(() => {
1730
- var r;
1731
- return (r = e.node.settings) == null ? void 0 : r.label;
1735
+ const e = t, n = a(() => {
1736
+ var l;
1737
+ return (l = e.node.settings) == null ? void 0 : l.label;
1738
+ }), o = a(() => {
1739
+ var l;
1740
+ return (l = e.node.settings) == null ? void 0 : l.value;
1732
1741
  });
1733
- return (r, u) => {
1734
- const a = N("v-radio");
1735
- return V(), I(a, {
1736
- value: n.value,
1737
- label: l.value
1742
+ return (l, s) => {
1743
+ const u = N("v-radio");
1744
+ return C(), I(u, {
1745
+ value: o.value,
1746
+ label: n.value
1738
1747
  }, null, 8, ["value", "label"]);
1739
1748
  };
1740
1749
  }
1741
- }), Do = /* @__PURE__ */ $({
1750
+ }), Fo = /* @__PURE__ */ T({
1742
1751
  __name: "index",
1743
1752
  props: {
1744
1753
  node: {},
1745
1754
  outer: { type: Boolean }
1746
1755
  },
1747
1756
  setup(t) {
1748
- const e = t, n = A(), l = s(() => {
1749
- var d;
1750
- return (d = e.node.settings) == null ? void 0 : d.value;
1751
- }), r = s(() => {
1752
- var d;
1753
- return (d = e.node.settings) == null ? void 0 : d.disabled;
1754
- }), u = s(() => {
1755
- var d;
1756
- return (d = e.node.settings) == null ? void 0 : d.direction;
1757
- }), a = s(() => {
1758
- var d;
1759
- return (d = e.node.settings) == null ? void 0 : d.density;
1760
- }), p = s(() => {
1761
- var d;
1762
- return (d = e.node.settings) == null ? void 0 : d.inline;
1763
- }), m = s(() => {
1764
- var d;
1765
- return n !== "runtime" ? !0 : (d = e.node.settings) == null ? void 0 : d.readonly;
1757
+ const e = t, n = L(), o = a(() => {
1758
+ var m;
1759
+ return (m = e.node.settings) == null ? void 0 : m.density;
1760
+ }), l = a(() => {
1761
+ var m;
1762
+ return (m = e.node.settings) == null ? void 0 : m.direction;
1763
+ }), s = a(() => {
1764
+ var m;
1765
+ return (m = e.node.settings) == null ? void 0 : m.disabled;
1766
+ }), u = a(() => {
1767
+ var m;
1768
+ return (m = e.node.settings) == null ? void 0 : m.inline;
1769
+ }), p = a(() => {
1770
+ var m;
1771
+ return (m = e.node.settings) == null ? void 0 : m.value;
1772
+ }), y = a(() => {
1773
+ var m;
1774
+ return n !== "runtime" ? !0 : (m = e.node.settings) == null ? void 0 : m.readonly;
1766
1775
  });
1767
- return (d, o) => {
1776
+ return (m, r) => {
1768
1777
  const i = N("v-radio-group");
1769
- return V(), I(i, {
1770
- "model-value": l.value,
1771
- disabled: r.value,
1772
- direction: u.value,
1773
- density: a.value,
1774
- inline: p.value,
1775
- readonly: m.value
1778
+ return C(), I(i, {
1779
+ density: o.value,
1780
+ direction: l.value,
1781
+ disabled: s.value,
1782
+ inline: u.value,
1783
+ "model-value": p.value,
1784
+ readonly: y.value
1776
1785
  }, {
1777
- default: P(() => [
1778
- K(d.$slots, "default")
1786
+ default: A(() => [
1787
+ M(m.$slots, "default")
1779
1788
  ]),
1780
1789
  _: 3
1781
- }, 8, ["model-value", "disabled", "direction", "density", "inline", "readonly"]);
1790
+ }, 8, ["density", "direction", "disabled", "inline", "model-value", "readonly"]);
1782
1791
  };
1783
1792
  }
1784
- }), zo = /* @__PURE__ */ $({
1793
+ }), Ho = /* @__PURE__ */ T({
1785
1794
  __name: "index",
1786
1795
  props: {
1787
1796
  node: {},
1788
1797
  outer: { type: Boolean }
1789
1798
  },
1790
1799
  setup(t) {
1791
- const e = t, n = A(), l = s(() => {
1800
+ const e = t, n = L(), o = a(() => {
1792
1801
  var i;
1793
1802
  return (i = e.node.settings) == null ? void 0 : i.density;
1794
- }), r = s(() => {
1803
+ }), l = a(() => {
1795
1804
  var i;
1796
1805
  return (i = e.node.settings) == null ? void 0 : i.direction;
1797
- }), u = s(() => {
1806
+ }), s = a(() => {
1798
1807
  var i;
1799
1808
  return (i = e.node.settings) == null ? void 0 : i.disabled;
1800
- }), a = s(() => {
1809
+ }), u = a(() => {
1801
1810
  var i;
1802
1811
  return (i = e.node.settings) == null ? void 0 : i.label;
1803
- }), p = s(() => {
1812
+ }), p = a(() => {
1804
1813
  var i;
1805
1814
  return (i = e.node.settings) == null ? void 0 : i.max;
1806
- }), m = s(() => {
1815
+ }), y = a(() => {
1807
1816
  var i;
1808
1817
  return (i = e.node.settings) == null ? void 0 : i.min;
1809
- }), d = s(() => {
1818
+ }), m = a(() => {
1810
1819
  var i;
1811
1820
  return (i = e.node.settings) == null ? void 0 : i.value;
1812
- }), o = s(() => {
1821
+ }), r = a(() => {
1813
1822
  var i;
1814
1823
  return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
1815
1824
  });
1816
1825
  return (i, f) => {
1817
- const v = N("v-range-slider");
1818
- return V(), I(v, {
1819
- density: l.value,
1820
- direction: r.value,
1821
- disabled: u.value,
1822
- label: a.value,
1826
+ const c = N("v-range-slider");
1827
+ return C(), I(c, {
1828
+ density: o.value,
1829
+ direction: l.value,
1830
+ disabled: s.value,
1831
+ label: u.value,
1823
1832
  max: p.value,
1824
- min: m.value,
1825
- "model-value": d.value,
1826
- readonly: o.value
1833
+ min: y.value,
1834
+ "model-value": m.value,
1835
+ readonly: r.value
1827
1836
  }, null, 8, ["density", "direction", "disabled", "label", "max", "min", "model-value", "readonly"]);
1828
1837
  };
1829
1838
  }
1830
- }), Bo = {};
1831
- function Ro(t, e) {
1839
+ }), Oo = {};
1840
+ function jo(t, e) {
1832
1841
  const n = N("v-rating");
1833
- return V(), I(n);
1842
+ return C(), I(n);
1834
1843
  }
1835
- const Mo = /* @__PURE__ */ ue(Bo, [["render", Ro]]), Fo = { key: 0 }, Ho = /* @__PURE__ */ $({
1844
+ const Ko = /* @__PURE__ */ ue(Oo, [["render", jo]]), Uo = { key: 0 }, Zo = /* @__PURE__ */ T({
1836
1845
  __name: "index",
1837
1846
  props: {
1838
1847
  node: {},
1839
1848
  outer: { type: Boolean }
1840
1849
  },
1841
1850
  setup(t) {
1842
- const e = t, n = A(), l = M(), r = s(() => {
1851
+ const e = t, n = L(), o = F(), l = a(() => {
1843
1852
  var i;
1844
- return (i = e.node.settings) == null ? void 0 : i.value;
1845
- }), u = s(() => {
1853
+ return (i = e.node.settings) == null ? void 0 : i.hideDetails;
1854
+ }), s = a(() => {
1846
1855
  var i;
1847
1856
  return (i = e.node.settings) == null ? void 0 : i.label;
1848
- }), a = s(() => {
1857
+ }), u = a(() => {
1858
+ var i;
1859
+ return (i = e.node.settings) == null ? void 0 : i.value;
1860
+ }), p = a(() => {
1849
1861
  var i;
1850
1862
  return (i = e.node.settings) == null ? void 0 : i.placeholder;
1851
- }), p = s(() => {
1863
+ }), y = a(() => {
1852
1864
  var i;
1853
- return (i = e.node.settings) == null ? void 0 : i.hideDetails;
1854
- }), m = s(() => {
1865
+ return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
1866
+ }), m = a(() => {
1855
1867
  var i;
1856
1868
  return (i = e.node.settings) == null ? void 0 : i.singleLine;
1857
- }), d = s(() => {
1858
- var i;
1859
- return n !== "runtime" ? !0 : (i = e.node.settings) == null ? void 0 : i.readonly;
1860
- }), o = s(() => l.value ? "dark" : "light");
1869
+ }), r = a(() => o.value ? "dark" : "light");
1861
1870
  return (i, f) => {
1862
- const v = N("v-select");
1863
- return H(n) === "editor" ? (V(), R("div", Fo, [
1864
- B(v, {
1865
- "model-value": r.value,
1866
- label: u.value,
1867
- placeholder: a.value,
1868
- "hide-details": p.value,
1871
+ const c = N("v-select");
1872
+ return H(n) === "editor" ? (C(), R("div", Uo, [
1873
+ D(c, {
1874
+ "hide-details": l.value,
1875
+ label: s.value,
1876
+ "model-value": u.value,
1877
+ placeholder: p.value,
1878
+ readonly: y.value,
1869
1879
  "single-line": m.value,
1870
- readonly: d.value,
1871
- theme: o.value
1872
- }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
1873
- ])) : (V(), I(v, {
1880
+ theme: r.value
1881
+ }, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
1882
+ ])) : (C(), I(c, {
1874
1883
  key: 1,
1875
- "model-value": r.value,
1876
- label: u.value,
1877
- placeholder: a.value,
1878
- "hide-details": p.value,
1884
+ "hide-details": l.value,
1885
+ label: s.value,
1886
+ "model-value": u.value,
1887
+ placeholder: p.value,
1888
+ readonly: y.value,
1879
1889
  "single-line": m.value,
1880
- readonly: d.value,
1881
- theme: o.value
1882
- }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1890
+ theme: r.value
1891
+ }, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
1883
1892
  };
1884
1893
  }
1885
- }), Oo = /* @__PURE__ */ $({
1894
+ }), qo = { key: 0 }, Go = /* @__PURE__ */ T({
1886
1895
  __name: "index",
1887
1896
  props: {
1888
1897
  node: {},
1889
1898
  outer: { type: Boolean }
1890
1899
  },
1891
1900
  setup(t) {
1892
- const e = t, n = A(), l = s(() => {
1893
- var m;
1894
- return (m = e.node.settings) == null ? void 0 : m.label;
1895
- }), r = s(() => {
1896
- var m;
1897
- return (m = e.node.settings) == null ? void 0 : m.max;
1898
- }), u = s(() => {
1899
- var m;
1900
- return (m = e.node.settings) == null ? void 0 : m.min;
1901
- }), a = s(() => {
1902
- var m;
1903
- return (m = e.node.settings) == null ? void 0 : m.value;
1904
- }), p = s(() => {
1905
- var m;
1906
- return n !== "runtime" ? !0 : (m = e.node.settings) == null ? void 0 : m.readonly;
1901
+ const e = t, n = L(), o = a(() => {
1902
+ var c;
1903
+ return (c = e.node.settings) == null ? void 0 : c.disabled;
1904
+ }), l = a(() => {
1905
+ var c;
1906
+ return (c = e.node.settings) == null ? void 0 : c.label;
1907
+ }), s = a(() => {
1908
+ var c;
1909
+ return (c = e.node.settings) == null ? void 0 : c.max;
1910
+ }), u = a(() => {
1911
+ var c;
1912
+ return (c = e.node.settings) == null ? void 0 : c.min;
1913
+ }), p = a(() => {
1914
+ var c;
1915
+ return (c = e.node.settings) == null ? void 0 : c.value;
1916
+ }), y = a(() => {
1917
+ var c;
1918
+ return (c = e.node.settings) == null ? void 0 : c.readonly;
1919
+ }), m = a(() => {
1920
+ var c;
1921
+ return (c = e.node.settings) == null ? void 0 : c.step;
1922
+ }), r = a(() => {
1923
+ var c;
1924
+ return (c = e.node.settings) == null ? void 0 : c.thumbColor;
1925
+ }), i = a(() => {
1926
+ var b;
1927
+ const c = (b = e.node.settings) == null ? void 0 : b.thumbLabel;
1928
+ if (c === "always")
1929
+ return c;
1930
+ if (c === "show")
1931
+ return !0;
1932
+ }), f = a(() => {
1933
+ var c;
1934
+ return (c = e.node.settings) == null ? void 0 : c.trackColor;
1907
1935
  });
1908
- return (m, d) => {
1909
- const o = N("v-slider");
1910
- return V(), I(o, {
1936
+ return (c, b) => {
1937
+ const d = N("v-slider");
1938
+ return H(n) === "editor" ? (C(), R("div", qo, [
1939
+ D(d, {
1940
+ disabled: o.value,
1941
+ label: l.value,
1942
+ max: s.value,
1943
+ min: u.value,
1944
+ "model-value": p.value,
1945
+ readonly: y.value,
1946
+ step: m.value,
1947
+ "thumb-color": r.value,
1948
+ "thumb-label": i.value,
1949
+ "track-color": f.value
1950
+ }, null, 8, ["disabled", "label", "max", "min", "model-value", "readonly", "step", "thumb-color", "thumb-label", "track-color"])
1951
+ ])) : (C(), I(d, {
1952
+ key: 1,
1953
+ disabled: o.value,
1911
1954
  label: l.value,
1912
- max: r.value,
1955
+ max: s.value,
1913
1956
  min: u.value,
1914
- "model-value": a.value,
1915
- readonly: p.value
1916
- }, null, 8, ["label", "max", "min", "model-value", "readonly"]);
1957
+ "model-value": p.value,
1958
+ readonly: y.value,
1959
+ step: m.value,
1960
+ "thumb-color": r.value,
1961
+ "thumb-label": i.value,
1962
+ "track-color": f.value
1963
+ }, null, 8, ["disabled", "label", "max", "min", "model-value", "readonly", "step", "thumb-color", "thumb-label", "track-color"]));
1917
1964
  };
1918
1965
  }
1919
- }), jo = /* @__PURE__ */ $({
1966
+ }), Xo = /* @__PURE__ */ T({
1920
1967
  __name: "index",
1921
1968
  props: {
1922
1969
  node: {},
1923
1970
  outer: { type: Boolean }
1924
1971
  },
1925
1972
  setup(t) {
1926
- const e = t, n = U(), l = s(() => {
1927
- var o;
1928
- return (o = e.node.settings) == null ? void 0 : o.text;
1929
- }), r = s(() => {
1930
- var o;
1931
- return (o = e.node.settings) == null ? void 0 : o.emphasis;
1932
- }), u = s(() => {
1933
- var o;
1934
- return (o = e.node.settings) == null ? void 0 : o.align;
1935
- }), a = s(() => {
1936
- var o;
1937
- return (o = e.node.settings) == null ? void 0 : o.decoration;
1938
- }), p = s(() => {
1939
- var o;
1940
- return (o = e.node.settings) == null ? void 0 : o.weight;
1941
- }), m = s(() => {
1942
- var o;
1943
- return (o = e.node.settings) == null ? void 0 : o.italic;
1944
- }), d = s(() => {
1945
- var v;
1946
- const o = [], i = Jt(n.value.width), f = le(i, (v = e.node.settings) == null ? void 0 : v.style);
1947
- return f && o.push(`text-${f}`), r.value === "high" ? o.push("text-high-emphasis") : r.value === "medium" ? o.push("text-medium-emphasis") : r.value === "disabled" && o.push("text-disabled"), u.value && o.push(`font-${u.value}`), a.value && o.push(`font-decoration-${a.value}`), p.value && o.push(`font-weight-${p.value}`), m.value && o.push("font-italic"), o.join(" ");
1973
+ const e = t, n = U(), o = a(() => {
1974
+ var r;
1975
+ return (r = e.node.settings) == null ? void 0 : r.align;
1976
+ }), l = a(() => {
1977
+ var r;
1978
+ return (r = e.node.settings) == null ? void 0 : r.decoration;
1979
+ }), s = a(() => {
1980
+ var r;
1981
+ return (r = e.node.settings) == null ? void 0 : r.emphasis;
1982
+ }), u = a(() => {
1983
+ var r;
1984
+ return (r = e.node.settings) == null ? void 0 : r.italic;
1985
+ }), p = a(() => {
1986
+ var r;
1987
+ return (r = e.node.settings) == null ? void 0 : r.text;
1988
+ }), y = a(() => {
1989
+ var r;
1990
+ return (r = e.node.settings) == null ? void 0 : r.weight;
1991
+ }), m = a(() => {
1992
+ var c;
1993
+ const r = [], i = Qt(n.value.width), f = le(i, (c = e.node.settings) == null ? void 0 : c.style);
1994
+ return f && r.push(`text-${f}`), s.value === "high" ? r.push("text-high-emphasis") : s.value === "medium" ? r.push("text-medium-emphasis") : s.value === "disabled" && r.push("text-disabled"), o.value && r.push(`font-${o.value}`), l.value && r.push(`font-decoration-${l.value}`), y.value && r.push(`font-weight-${y.value}`), u.value && r.push("font-italic"), r.join(" ");
1948
1995
  });
1949
- return (o, i) => (V(), R("span", {
1950
- class: Vn(d.value)
1951
- }, wn(l.value), 3));
1996
+ return (r, i) => (C(), R("span", {
1997
+ class: Sn(m.value)
1998
+ }, $n(p.value), 3));
1952
1999
  }
1953
- }), Ko = {};
1954
- function Uo(t, e) {
2000
+ }), Yo = {};
2001
+ function Jo(t, e) {
1955
2002
  const n = N("v-textarea");
1956
- return V(), I(n);
2003
+ return C(), I(n);
1957
2004
  }
1958
- const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @__PURE__ */ $({
2005
+ const Qo = /* @__PURE__ */ ue(Yo, [["render", Jo]]), el = { key: 0 }, tl = /* @__PURE__ */ T({
1959
2006
  __name: "index",
1960
2007
  props: {
1961
2008
  node: {},
1962
2009
  outer: { type: Boolean }
1963
2010
  },
1964
2011
  setup(t) {
1965
- const e = t, n = A(), l = M(), r = s(() => {
1966
- var y;
1967
- return (y = e.node.settings) == null ? void 0 : y.label;
1968
- }), u = s(() => {
1969
- var y;
1970
- return (y = e.node.settings) == null ? void 0 : y.placeholder;
1971
- }), a = s(() => {
1972
- var y;
1973
- return (y = e.node.settings) == null ? void 0 : y.hideDetails;
1974
- }), p = s(() => {
1975
- var y;
1976
- return (y = e.node.settings) == null ? void 0 : y.singleLine;
1977
- }), m = s(() => {
1978
- var y;
1979
- return n !== "runtime" ? !0 : (y = e.node.settings) == null ? void 0 : y.readonly;
1980
- }), d = s(() => l.value ? "dark" : "light"), o = s(() => {
1981
- var y;
1982
- return (y = e.node.slots) == null ? void 0 : y.append;
1983
- }), i = s(() => {
1984
- var y;
1985
- return (y = e.node.slots) == null ? void 0 : y.appendInner;
1986
- }), f = s(() => {
1987
- var y;
1988
- return (y = e.node.slots) == null ? void 0 : y.prepend;
1989
- }), v = s(() => {
1990
- var y;
1991
- return (y = e.node.slots) == null ? void 0 : y.prependInner;
2012
+ const e = t, n = L(), o = F(), l = a(() => {
2013
+ var b;
2014
+ return (b = e.node.settings) == null ? void 0 : b.hideDetails;
2015
+ }), s = a(() => {
2016
+ var b;
2017
+ return (b = e.node.settings) == null ? void 0 : b.label;
2018
+ }), u = a(() => {
2019
+ var b;
2020
+ return (b = e.node.settings) == null ? void 0 : b.placeholder;
2021
+ }), p = a(() => {
2022
+ var b;
2023
+ return n !== "runtime" ? !0 : (b = e.node.settings) == null ? void 0 : b.readonly;
2024
+ }), y = a(() => {
2025
+ var b;
2026
+ return (b = e.node.settings) == null ? void 0 : b.singleLine;
2027
+ }), m = a(() => o.value ? "dark" : "light"), r = a(() => {
2028
+ var b;
2029
+ return (b = e.node.slots) == null ? void 0 : b.append;
2030
+ }), i = a(() => {
2031
+ var b;
2032
+ return (b = e.node.slots) == null ? void 0 : b.appendInner;
2033
+ }), f = a(() => {
2034
+ var b;
2035
+ return (b = e.node.slots) == null ? void 0 : b.prepend;
2036
+ }), c = a(() => {
2037
+ var b;
2038
+ return (b = e.node.slots) == null ? void 0 : b.prependInner;
1992
2039
  });
1993
- return (y, c) => {
2040
+ return (b, d) => {
1994
2041
  const _ = N("v-text-field");
1995
- return H(n) === "editor" ? (V(), R("div", qo, [
1996
- B(_, {
1997
- label: r.value,
2042
+ return H(n) === "editor" ? (C(), R("div", el, [
2043
+ D(_, {
2044
+ "hide-details": l.value,
2045
+ label: s.value,
1998
2046
  placeholder: u.value,
1999
- "hide-details": a.value,
2000
- "single-line": p.value,
2001
- readonly: m.value,
2002
- theme: d.value
2047
+ readonly: p.value,
2048
+ "single-line": y.value,
2049
+ theme: m.value
2003
2050
  }, _e({ _: 2 }, [
2004
- o.value ? {
2051
+ r.value ? {
2005
2052
  name: "append",
2006
- fn: P(() => [
2007
- B(F, {
2008
- "ref-context": { refid: o.value },
2053
+ fn: A(() => [
2054
+ D(O, {
2055
+ "ref-context": { refid: r.value },
2009
2056
  state: {}
2010
2057
  }, null, 8, ["ref-context"])
2011
2058
  ]),
@@ -2013,8 +2060,8 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
2013
2060
  } : void 0,
2014
2061
  i.value ? {
2015
2062
  name: "append-inner",
2016
- fn: P(() => [
2017
- B(F, {
2063
+ fn: A(() => [
2064
+ D(O, {
2018
2065
  "ref-context": { refid: i.value },
2019
2066
  state: {}
2020
2067
  }, null, 8, ["ref-context"])
@@ -2023,39 +2070,39 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
2023
2070
  } : void 0,
2024
2071
  f.value ? {
2025
2072
  name: "prepend",
2026
- fn: P(() => [
2027
- B(F, {
2073
+ fn: A(() => [
2074
+ D(O, {
2028
2075
  "ref-context": { refid: f.value },
2029
2076
  state: {}
2030
2077
  }, null, 8, ["ref-context"])
2031
2078
  ]),
2032
2079
  key: "2"
2033
2080
  } : void 0,
2034
- v.value ? {
2081
+ c.value ? {
2035
2082
  name: "prepend-inner",
2036
- fn: P(() => [
2037
- B(F, {
2038
- "ref-context": { refid: v.value },
2083
+ fn: A(() => [
2084
+ D(O, {
2085
+ "ref-context": { refid: c.value },
2039
2086
  state: {}
2040
2087
  }, null, 8, ["ref-context"])
2041
2088
  ]),
2042
2089
  key: "3"
2043
2090
  } : void 0
2044
- ]), 1032, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
2045
- ])) : (V(), I(_, {
2091
+ ]), 1032, ["hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
2092
+ ])) : (C(), I(_, {
2046
2093
  key: 1,
2047
- label: r.value,
2094
+ "hide-details": l.value,
2095
+ label: s.value,
2048
2096
  placeholder: u.value,
2049
- "hide-details": a.value,
2050
- "single-line": p.value,
2051
- readonly: m.value,
2052
- theme: d.value
2097
+ readonly: p.value,
2098
+ "single-line": y.value,
2099
+ theme: m.value
2053
2100
  }, _e({ _: 2 }, [
2054
- o.value ? {
2101
+ r.value ? {
2055
2102
  name: "append",
2056
- fn: P(() => [
2057
- B(F, {
2058
- "ref-context": { refid: o.value },
2103
+ fn: A(() => [
2104
+ D(O, {
2105
+ "ref-context": { refid: r.value },
2059
2106
  state: {}
2060
2107
  }, null, 8, ["ref-context"])
2061
2108
  ]),
@@ -2063,8 +2110,8 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
2063
2110
  } : void 0,
2064
2111
  i.value ? {
2065
2112
  name: "append-inner",
2066
- fn: P(() => [
2067
- B(F, {
2113
+ fn: A(() => [
2114
+ D(O, {
2068
2115
  "ref-context": { refid: i.value },
2069
2116
  state: {}
2070
2117
  }, null, 8, ["ref-context"])
@@ -2073,38 +2120,69 @@ const Zo = /* @__PURE__ */ ue(Ko, [["render", Uo]]), qo = { key: 0 }, Go = /* @_
2073
2120
  } : void 0,
2074
2121
  f.value ? {
2075
2122
  name: "prepend",
2076
- fn: P(() => [
2077
- B(F, {
2123
+ fn: A(() => [
2124
+ D(O, {
2078
2125
  "ref-context": { refid: f.value },
2079
2126
  state: {}
2080
2127
  }, null, 8, ["ref-context"])
2081
2128
  ]),
2082
2129
  key: "2"
2083
2130
  } : void 0,
2084
- v.value ? {
2131
+ c.value ? {
2085
2132
  name: "prepend-inner",
2086
- fn: P(() => [
2087
- B(F, {
2088
- "ref-context": { refid: v.value },
2133
+ fn: A(() => [
2134
+ D(O, {
2135
+ "ref-context": { refid: c.value },
2089
2136
  state: {}
2090
2137
  }, null, 8, ["ref-context"])
2091
2138
  ]),
2092
2139
  key: "3"
2093
2140
  } : void 0
2094
- ]), 1032, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
2141
+ ]), 1032, ["hide-details", "label", "placeholder", "readonly", "single-line", "theme"]));
2095
2142
  };
2096
2143
  }
2097
- }), Xo = {};
2098
- function Yo(t, e) {
2099
- const n = N("v-timeline");
2100
- return V(), I(n);
2101
- }
2102
- const Jo = /* @__PURE__ */ ue(Xo, [["render", Yo]]), Qo = {};
2103
- function el(t, e) {
2144
+ }), nl = /* @__PURE__ */ T({
2145
+ __name: "index",
2146
+ props: {
2147
+ node: {},
2148
+ outer: { type: Boolean }
2149
+ },
2150
+ setup(t) {
2151
+ const e = t, n = a(() => {
2152
+ var s;
2153
+ return (s = e.node.settings) == null ? void 0 : s.align;
2154
+ }), o = a(() => {
2155
+ var s;
2156
+ return (s = e.node.settings) == null ? void 0 : s.density;
2157
+ }), l = a(() => {
2158
+ var s;
2159
+ return (s = e.node.settings) == null ? void 0 : s.direction;
2160
+ });
2161
+ return (s, u) => {
2162
+ const p = N("v-timeline");
2163
+ return C(), I(p, {
2164
+ align: n.value,
2165
+ density: o.value,
2166
+ direction: l.value
2167
+ }, {
2168
+ default: A(() => [
2169
+ M(s.$slots, "default")
2170
+ ]),
2171
+ _: 3
2172
+ }, 8, ["align", "density", "direction"]);
2173
+ };
2174
+ }
2175
+ }), il = {};
2176
+ function ol(t, e) {
2104
2177
  const n = N("v-timeline-item");
2105
- return V(), I(n);
2178
+ return C(), I(n, null, {
2179
+ default: A(() => [
2180
+ M(t.$slots, "default")
2181
+ ]),
2182
+ _: 3
2183
+ });
2106
2184
  }
2107
- const tl = /* @__PURE__ */ ue(Qo, [["render", el]]), ke = "bar_chart_v1", Ce = "btn_v1", Ve = "card_v1", ut = "chip_v1", we = "combobox_v1", Se = "container_v1", Te = "data_table_v1", $e = "dialog_v1", Ie = "file_input_v1", Ne = "flex_layout_v1", bn = "flex_layout_entry_v1", Ae = "form_v1", Le = "globality_v1", Ee = "line_chart_v1", Pe = "menu_v1", We = "number_input_v1", vn = "radio_v1", De = "radio_group_v1", ze = "range_slider_v1", Be = "rating_v1", de = "ref_v1", Re = "select_v1", Me = "slider_v1", Fe = "text_v1", He = "textarea_v1", Oe = "text_field_v1", je = "timeline_v1", xn = "timeline_item_v1", g = {
2185
+ const ll = /* @__PURE__ */ ue(il, [["render", ol]]), vn = "badge_v1", ke = "bar_chart_v1", Ce = "btn_v1", we = "card_v1", ut = "chip_v1", Ve = "combobox_v1", Se = "container_v1", $e = "data_table_v1", Te = "dialog_v1", Ie = "file_input_v1", Ne = "flex_layout_v1", xn = "flex_layout_entry_v1", Ae = "form_v1", Le = "globality_v1", Ee = "line_chart_v1", Pe = "menu_v1", We = "number_input_v1", hn = "radio_v1", Be = "radio_group_v1", De = "range_slider_v1", ze = "rating_v1", de = "ref_v1", Re = "select_v1", Me = "slider_v1", Fe = "text_v1", He = "textarea_v1", Oe = "text_field_v1", je = "timeline_v1", gn = "timeline_item_v1", g = {
2108
2186
  key: "basic",
2109
2187
  name: "x-runtime-lib.basic",
2110
2188
  children: [
@@ -2166,7 +2244,7 @@ const tl = /* @__PURE__ */ ue(Qo, [["render", el]]), ke = "bar_chart_v1", Ce = "
2166
2244
  ]
2167
2245
  }
2168
2246
  ]
2169
- }, nl = W(ce), te = {
2247
+ }, rl = W(ce), te = {
2170
2248
  key: "border",
2171
2249
  name: "x-runtime-lib.border",
2172
2250
  children: [
@@ -2184,7 +2262,7 @@ const tl = /* @__PURE__ */ ue(Qo, [["render", el]]), ke = "bar_chart_v1", Ce = "
2184
2262
  types: "borderWidthTypesV1",
2185
2263
  default: ""
2186
2264
  },
2187
- nl,
2265
+ rl,
2188
2266
  {
2189
2267
  key: "roundRadius",
2190
2268
  name: "x-runtime-lib.roundRadius",
@@ -2414,7 +2492,7 @@ const tl = /* @__PURE__ */ ue(Qo, [["render", el]]), ke = "bar_chart_v1", Ce = "
2414
2492
  defaultArray: []
2415
2493
  }
2416
2494
  ]
2417
- }, ye = {
2495
+ }, be = {
2418
2496
  key: "yAxis",
2419
2497
  name: "x-runtime-lib.yAxis",
2420
2498
  children: [
@@ -2483,21 +2561,21 @@ const ct = {
2483
2561
  data: [120, 200, 150, 80, 70, 110, 130]
2484
2562
  }
2485
2563
  ]
2486
- }, il = {
2564
+ }, sl = {
2487
2565
  key: ke,
2488
2566
  name: "x-runtime-lib.barChart",
2489
- comp: no,
2567
+ comp: oo,
2490
2568
  slots: [],
2491
2569
  events: [],
2492
2570
  methods: [],
2493
2571
  props: {
2494
- pageCommon: [g, z, pe, Ke, ye, me, ct],
2495
- compCommon: [g, z, pe, Ke, ye, me, ct]
2572
+ pageCommon: [g, z, pe, Ke, be, me, ct],
2573
+ compCommon: [g, z, pe, Ke, be, me, ct]
2496
2574
  }
2497
2575
  };
2498
- T(il);
2499
- const ol = W(fe);
2500
- ol.children[3].defaultArray = [
2576
+ $(sl);
2577
+ const al = W(fe);
2578
+ al.children[3].defaultArray = [
2501
2579
  "Mon",
2502
2580
  "Tue",
2503
2581
  "Wed",
@@ -2532,19 +2610,19 @@ const dt = {
2532
2610
  data: [150, 230, 224, 218, 135, 147, 260]
2533
2611
  }
2534
2612
  ]
2535
- }, ll = {
2613
+ }, ul = {
2536
2614
  key: Ee,
2537
2615
  name: "x-runtime-lib.lineChart",
2538
- comp: io,
2616
+ comp: lo,
2539
2617
  slots: [],
2540
2618
  events: [],
2541
2619
  methods: [],
2542
2620
  props: {
2543
- pageCommon: [g, z, pe, fe, ye, me, dt],
2544
- compCommon: [g, z, pe, fe, ye, me, dt]
2621
+ pageCommon: [g, z, pe, fe, be, me, dt],
2622
+ compCommon: [g, z, pe, fe, be, me, dt]
2545
2623
  }
2546
2624
  };
2547
- T(ll);
2625
+ $(ul);
2548
2626
  const nt = W(ce);
2549
2627
  nt.key = "backgroundColor";
2550
2628
  nt.name = "x-runtime-lib.backgroundColor";
@@ -2552,7 +2630,7 @@ const mt = {
2552
2630
  key: "globalSettings",
2553
2631
  name: "x-runtime-lib.globalSettings",
2554
2632
  children: [nt]
2555
- }, rl = {
2633
+ }, cl = {
2556
2634
  key: Le,
2557
2635
  name: "x-runtime-lib.globality",
2558
2636
  comp: null,
@@ -2600,7 +2678,7 @@ const mt = {
2600
2678
  },
2601
2679
  internal: !0
2602
2680
  };
2603
- T(rl);
2681
+ $(cl);
2604
2682
  const pt = {
2605
2683
  key: "ref",
2606
2684
  name: "x-runtime-lib.ref",
@@ -2612,10 +2690,10 @@ const pt = {
2612
2690
  default: void 0
2613
2691
  }
2614
2692
  ]
2615
- }, sl = {
2693
+ }, dl = {
2616
2694
  key: de,
2617
2695
  name: "x-runtime-lib.ref",
2618
- comp: bo,
2696
+ comp: xo,
2619
2697
  slots: [],
2620
2698
  events: [],
2621
2699
  methods: [],
@@ -2624,8 +2702,28 @@ const pt = {
2624
2702
  compCommon: [g, z, pt]
2625
2703
  }
2626
2704
  };
2627
- T(sl);
2628
- const al = W(ce), ft = {
2705
+ $(dl);
2706
+ const ft = {
2707
+ key: "settings",
2708
+ name: "x-runtime-lib.settings",
2709
+ children: []
2710
+ }, Sr = {
2711
+ key: vn,
2712
+ name: "x-runtime-lib.badge",
2713
+ comp: _o,
2714
+ slots: [
2715
+ {
2716
+ key: "default",
2717
+ name: "x-runtime-lib.default"
2718
+ }
2719
+ ],
2720
+ events: [],
2721
+ methods: [],
2722
+ props: {
2723
+ pageCommon: [g, ft],
2724
+ compCommon: [g, ft]
2725
+ }
2726
+ }, ml = W(ce), bt = {
2629
2727
  key: "settings",
2630
2728
  name: "x-runtime-lib.settings",
2631
2729
  children: [
@@ -2655,7 +2753,7 @@ const al = W(ce), ft = {
2655
2753
  items: "densityItemsV1",
2656
2754
  default: "default"
2657
2755
  },
2658
- al,
2756
+ ml,
2659
2757
  {
2660
2758
  key: "block",
2661
2759
  name: "x-runtime-lib.block",
@@ -2663,10 +2761,10 @@ const al = W(ce), ft = {
2663
2761
  default: !1
2664
2762
  }
2665
2763
  ]
2666
- }, ul = {
2764
+ }, pl = {
2667
2765
  key: Ce,
2668
2766
  name: "x-runtime-lib.button",
2669
- comp: vo,
2767
+ comp: ko,
2670
2768
  slots: [],
2671
2769
  events: [
2672
2770
  {
@@ -2677,15 +2775,15 @@ const al = W(ce), ft = {
2677
2775
  ],
2678
2776
  methods: [],
2679
2777
  props: {
2680
- pageCommon: [g, ft],
2681
- compCommon: [g, ft]
2778
+ pageCommon: [g, bt],
2779
+ compCommon: [g, bt]
2682
2780
  }
2683
2781
  };
2684
- T(ul);
2685
- const cl = {
2686
- key: Ve,
2782
+ $(pl);
2783
+ const fl = {
2784
+ key: we,
2687
2785
  name: "x-runtime-lib.card",
2688
- comp: go,
2786
+ comp: Vo,
2689
2787
  slots: [
2690
2788
  {
2691
2789
  key: "default",
@@ -2699,7 +2797,7 @@ const cl = {
2699
2797
  compCommon: [g]
2700
2798
  }
2701
2799
  };
2702
- T(cl);
2800
+ $(fl);
2703
2801
  const yt = {
2704
2802
  key: "settings",
2705
2803
  name: "x-runtime-lib.settings",
@@ -2741,10 +2839,10 @@ const yt = {
2741
2839
  default: !1
2742
2840
  }
2743
2841
  ]
2744
- }, dl = {
2745
- key: we,
2842
+ }, bl = {
2843
+ key: Ve,
2746
2844
  name: "x-runtime-lib.combobox",
2747
- comp: ko,
2845
+ comp: $o,
2748
2846
  slots: [],
2749
2847
  events: [],
2750
2848
  methods: [],
@@ -2753,18 +2851,18 @@ const yt = {
2753
2851
  compCommon: [g, yt]
2754
2852
  }
2755
2853
  };
2756
- T(dl);
2854
+ $(bl);
2757
2855
  const it = W(ce);
2758
2856
  it.key = "backgroundColor";
2759
2857
  it.name = "x-runtime-lib.backgroundColor";
2760
- const bt = {
2858
+ const vt = {
2761
2859
  key: "settings",
2762
2860
  name: "x-runtime-lib.settings",
2763
2861
  children: [it]
2764
2862
  }, Ue = {
2765
2863
  key: Se,
2766
2864
  name: "x-runtime-lib.container",
2767
- comp: Co,
2865
+ comp: To,
2768
2866
  slots: [
2769
2867
  {
2770
2868
  key: "default",
@@ -2780,12 +2878,12 @@ const bt = {
2780
2878
  ],
2781
2879
  methods: [],
2782
2880
  props: {
2783
- pageCommon: [g, z, te, ne, ie, bt],
2784
- compCommon: [g, z, te, ne, ie, bt]
2881
+ pageCommon: [g, z, te, ne, ie, vt],
2882
+ compCommon: [g, z, te, ne, ie, vt]
2785
2883
  }
2786
2884
  };
2787
- T(Ue);
2788
- const vt = {
2885
+ $(Ue);
2886
+ const xt = {
2789
2887
  key: "size",
2790
2888
  name: "x-runtime-lib.size",
2791
2889
  children: [
@@ -2804,7 +2902,7 @@ const vt = {
2804
2902
  default: ""
2805
2903
  }
2806
2904
  ]
2807
- }, xt = {
2905
+ }, ht = {
2808
2906
  key: "settings",
2809
2907
  name: "x-runtime-lib.settings",
2810
2908
  children: [
@@ -2912,7 +3010,7 @@ const vt = {
2912
3010
  default: !1
2913
3011
  }
2914
3012
  ]
2915
- }, ht = {
3013
+ }, gt = {
2916
3014
  key: "slots",
2917
3015
  name: "x-runtime-lib.slots",
2918
3016
  children: [
@@ -2937,23 +3035,23 @@ const vt = {
2937
3035
  defaultArray: []
2938
3036
  }
2939
3037
  ]
2940
- }, ml = {
2941
- key: Te,
3038
+ }, yl = {
3039
+ key: $e,
2942
3040
  name: "x-runtime-lib.dataTable",
2943
- comp: Vo,
3041
+ comp: Io,
2944
3042
  slots: [],
2945
3043
  events: [],
2946
3044
  methods: [],
2947
3045
  props: {
2948
- pageCommon: [g, vt, xt, ht],
2949
- compCommon: [g, vt, xt, ht]
3046
+ pageCommon: [g, xt, ht, gt],
3047
+ compCommon: [g, xt, ht, gt]
2950
3048
  }
2951
3049
  };
2952
- T(ml);
2953
- const pl = {
2954
- key: $e,
3050
+ $(yl);
3051
+ const vl = {
3052
+ key: Te,
2955
3053
  name: "x-runtime-lib.dialog",
2956
- comp: So,
3054
+ comp: Ao,
2957
3055
  slots: [
2958
3056
  {
2959
3057
  key: "default",
@@ -2981,23 +3079,23 @@ const pl = {
2981
3079
  },
2982
3080
  teleport: !0
2983
3081
  };
2984
- T(pl);
2985
- const gt = {
3082
+ $(vl);
3083
+ const _t = {
2986
3084
  key: "settings",
2987
3085
  name: "x-runtime-lib.settings",
2988
3086
  children: []
2989
- }, kr = {
3087
+ }, $r = {
2990
3088
  key: Ie,
2991
3089
  name: "x-runtime-lib.fileInput",
2992
- comp: To,
3090
+ comp: Lo,
2993
3091
  slots: [],
2994
3092
  events: [],
2995
3093
  methods: [],
2996
3094
  props: {
2997
- pageCommon: [g, gt],
2998
- compCommon: [g, gt]
3095
+ pageCommon: [g, _t],
3096
+ compCommon: [g, _t]
2999
3097
  }
3000
- }, _t = {
3098
+ }, kt = {
3001
3099
  key: "settings",
3002
3100
  name: "x-runtime-lib.settings",
3003
3101
  children: [
@@ -3015,9 +3113,9 @@ const gt = {
3015
3113
  }
3016
3114
  ]
3017
3115
  }, Ze = {
3018
- key: bn,
3116
+ key: xn,
3019
3117
  name: "x-runtime-lib.flexLayoutEntry",
3020
- comp: Io,
3118
+ comp: Po,
3021
3119
  slots: [
3022
3120
  {
3023
3121
  key: "default",
@@ -3027,24 +3125,24 @@ const gt = {
3027
3125
  events: [],
3028
3126
  methods: [],
3029
3127
  props: {
3030
- pageCommon: [g, z, _t],
3031
- compCommon: [g, z, _t]
3128
+ pageCommon: [g, z, kt],
3129
+ compCommon: [g, z, kt]
3032
3130
  }
3033
3131
  };
3034
- T(Ze);
3035
- function fl(t, e) {
3036
- const n = `type=${t} subtype=${e}`, l = ve(t, e);
3037
- if (!l) {
3132
+ $(Ze);
3133
+ function xl(t, e) {
3134
+ const n = `type=${t} subtype=${e}`, o = ve(t, e);
3135
+ if (!o) {
3038
3136
  console.error(`flexLayoutV1/spawn prop tag not found, ${n}`);
3039
3137
  return;
3040
3138
  }
3041
- const r = Ge.props[l];
3042
- if (!r) {
3139
+ const l = Ge.props[o];
3140
+ if (!l) {
3043
3141
  console.error(`flexLayoutV1/spawn props not found, ${n}`);
3044
3142
  return;
3045
3143
  }
3046
- const u = {};
3047
- return re(u, r), u.basic.id = ee(16), u.basic.key = Ge.key, u.children = [
3144
+ const s = {};
3145
+ return re(s, l), s.basic.id = ee(16), s.basic.key = Ge.key, s.children = [
3048
3146
  qe(
3049
3147
  t,
3050
3148
  e,
@@ -3065,43 +3163,43 @@ function fl(t, e) {
3065
3163
  "60px",
3066
3164
  void 0
3067
3165
  ),
3068
- yl(t, e)
3069
- ], u;
3166
+ hl(t, e)
3167
+ ], s;
3070
3168
  }
3071
- function qe(t, e, n, l, r, u, a, p, m) {
3072
- const d = `type=${t} subtype=${e}`, o = ve(t, e);
3073
- if (!o) {
3169
+ function qe(t, e, n, o, l, s, u, p, y) {
3170
+ const m = `type=${t} subtype=${e}`, r = ve(t, e);
3171
+ if (!r) {
3074
3172
  console.error(
3075
- `flexLayoutV1/spawnContainer prop tag not found, ${d}`
3173
+ `flexLayoutV1/spawnContainer prop tag not found, ${m}`
3076
3174
  );
3077
3175
  return;
3078
3176
  }
3079
- const i = Ue.props[o];
3177
+ const i = Ue.props[r];
3080
3178
  if (!i) {
3081
- console.error(`flexLayoutV1/spawnContainer props not found, ${d}`);
3179
+ console.error(`flexLayoutV1/spawnContainer props not found, ${m}`);
3082
3180
  return;
3083
3181
  }
3084
3182
  const f = {};
3085
- return re(f, i), f.basic.id = ee(16), f.basic.key = Ue.key, l && (f.size.width = l), r && (f.size.minWidth = r), a && (f.size.height = a), p && (f.size.minHeight = p), console.log(f), n && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = n, f.settings.backgroundColor.custom.dark = n), f.children = [], f;
3183
+ return re(f, i), f.basic.id = ee(16), f.basic.key = Ue.key, o && (f.size.width = o), l && (f.size.minWidth = l), u && (f.size.height = u), p && (f.size.minHeight = p), console.log(f), n && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = n, f.settings.backgroundColor.custom.dark = n), f.children = [], f;
3086
3184
  }
3087
- function yl(t, e) {
3088
- const n = `type=${t} subtype=${e}`, l = ve(t, e);
3089
- if (!l) {
3185
+ function hl(t, e) {
3186
+ const n = `type=${t} subtype=${e}`, o = ve(t, e);
3187
+ if (!o) {
3090
3188
  console.error(`flexLayoutV1/spawnEntry prop tag not found, ${n}`);
3091
3189
  return;
3092
3190
  }
3093
- const r = Ze.props[l];
3094
- if (!r) {
3191
+ const l = Ze.props[o];
3192
+ if (!l) {
3095
3193
  console.error(`flexLayoutV1/spawnEntry props not found, ${n}`);
3096
3194
  return;
3097
3195
  }
3098
- const u = {
3196
+ const s = {
3099
3197
  basic: {
3100
3198
  id: "",
3101
3199
  key: ""
3102
3200
  }
3103
3201
  };
3104
- return re(u, r), u.basic.id = ee(16), u.basic.key = Ze.key, u.children = [
3202
+ return re(s, l), s.basic.id = ee(16), s.basic.key = Ze.key, s.children = [
3105
3203
  qe(
3106
3204
  t,
3107
3205
  e,
@@ -3112,12 +3210,12 @@ function yl(t, e) {
3112
3210
  void 0,
3113
3211
  "80px"
3114
3212
  )
3115
- ], u;
3213
+ ], s;
3116
3214
  }
3117
3215
  const ot = W(ce);
3118
3216
  ot.key = "backgroundColor";
3119
3217
  ot.name = "x-runtime-lib.backgroundColor";
3120
- const kt = {
3218
+ const Ct = {
3121
3219
  key: "settings",
3122
3220
  name: "x-runtime-lib.settings",
3123
3221
  children: [
@@ -3290,7 +3388,7 @@ const kt = {
3290
3388
  }, Ge = {
3291
3389
  key: Ne,
3292
3390
  name: "x-runtime-lib.flexLayout",
3293
- comp: $o,
3391
+ comp: Eo,
3294
3392
  slots: [
3295
3393
  {
3296
3394
  key: "default",
@@ -3306,13 +3404,13 @@ const kt = {
3306
3404
  ],
3307
3405
  methods: [],
3308
3406
  props: {
3309
- pageCommon: [g, z, te, ne, ie, kt],
3310
- compCommon: [g, z, te, ne, ie, kt]
3407
+ pageCommon: [g, z, te, ne, ie, Ct],
3408
+ compCommon: [g, z, te, ne, ie, Ct]
3311
3409
  },
3312
- spawn: fl
3410
+ spawn: xl
3313
3411
  };
3314
- T(Ge);
3315
- const Ct = {
3412
+ $(Ge);
3413
+ const wt = {
3316
3414
  key: "settings",
3317
3415
  name: "x-runtime-lib.settings",
3318
3416
  children: [
@@ -3330,10 +3428,10 @@ const Ct = {
3330
3428
  default: !1
3331
3429
  }
3332
3430
  ]
3333
- }, bl = {
3431
+ }, gl = {
3334
3432
  key: Ae,
3335
3433
  name: "x-runtime-lib.form",
3336
- comp: No,
3434
+ comp: Wo,
3337
3435
  slots: [
3338
3436
  {
3339
3437
  key: "default",
@@ -3349,15 +3447,15 @@ const Ct = {
3349
3447
  ],
3350
3448
  methods: [],
3351
3449
  props: {
3352
- pageCommon: [g, z, te, ne, ie, Ct],
3353
- compCommon: [g, z, te, ne, ie, Ct]
3450
+ pageCommon: [g, z, te, ne, ie, wt],
3451
+ compCommon: [g, z, te, ne, ie, wt]
3354
3452
  }
3355
3453
  };
3356
- T(bl);
3357
- const vl = {
3454
+ $(gl);
3455
+ const _l = {
3358
3456
  key: Pe,
3359
3457
  name: "x-runtime-lib.menu",
3360
- comp: Lo,
3458
+ comp: Do,
3361
3459
  slots: [
3362
3460
  {
3363
3461
  key: "default",
@@ -3385,7 +3483,7 @@ const vl = {
3385
3483
  },
3386
3484
  teleport: !0
3387
3485
  };
3388
- T(vl);
3486
+ $(_l);
3389
3487
  const Vt = {
3390
3488
  key: "settings",
3391
3489
  name: "x-runtime-lib.settings",
@@ -3427,10 +3525,10 @@ const Vt = {
3427
3525
  default: !1
3428
3526
  }
3429
3527
  ]
3430
- }, xl = {
3528
+ }, kl = {
3431
3529
  key: We,
3432
3530
  name: "x-runtime-lib.numberInput",
3433
- comp: Po,
3531
+ comp: Ro,
3434
3532
  slots: [],
3435
3533
  events: [],
3436
3534
  methods: [],
@@ -3439,49 +3537,54 @@ const Vt = {
3439
3537
  compCommon: [g, Vt]
3440
3538
  }
3441
3539
  };
3442
- T(xl);
3443
- const wt = {
3540
+ $(kl);
3541
+ const St = {
3444
3542
  key: "settings",
3445
3543
  name: "x-runtime-lib.settings",
3446
3544
  children: []
3447
- }, hl = {
3448
- key: vn,
3545
+ }, Cl = {
3546
+ key: hn,
3449
3547
  name: "x-runtime-lib.radio",
3450
- comp: Wo,
3451
- slots: [],
3548
+ comp: Mo,
3549
+ slots: [
3550
+ {
3551
+ key: "default",
3552
+ name: "x-runtime-lib.default"
3553
+ }
3554
+ ],
3452
3555
  events: [],
3453
3556
  methods: [],
3454
3557
  props: {
3455
- pageCommon: [g, wt],
3456
- compCommon: [g, wt]
3558
+ pageCommon: [g, St],
3559
+ compCommon: [g, St]
3457
3560
  }
3458
3561
  };
3459
- T(hl);
3460
- const St = {
3562
+ $(Cl);
3563
+ const $t = {
3461
3564
  key: "settings",
3462
3565
  name: "x-runtime-lib.settings",
3463
3566
  children: []
3464
- }, gl = {
3465
- key: De,
3567
+ }, wl = {
3568
+ key: Be,
3466
3569
  name: "x-runtime-lib.radioGroup",
3467
- comp: Do,
3570
+ comp: Fo,
3468
3571
  slots: [],
3469
3572
  events: [],
3470
3573
  methods: [],
3471
3574
  props: {
3472
- pageCommon: [g, St],
3473
- compCommon: [g, St]
3575
+ pageCommon: [g, $t],
3576
+ compCommon: [g, $t]
3474
3577
  }
3475
3578
  };
3476
- T(gl);
3579
+ $(wl);
3477
3580
  const Tt = {
3478
3581
  key: "settings",
3479
3582
  name: "x-runtime-lib.settings",
3480
3583
  children: []
3481
- }, _l = {
3482
- key: ze,
3584
+ }, Vl = {
3585
+ key: De,
3483
3586
  name: "x-runtime-lib.rangeSlider",
3484
- comp: zo,
3587
+ comp: Ho,
3485
3588
  slots: [],
3486
3589
  events: [],
3487
3590
  methods: [],
@@ -3490,11 +3593,11 @@ const Tt = {
3490
3593
  compCommon: [g, Tt]
3491
3594
  }
3492
3595
  };
3493
- T(_l);
3494
- const kl = {
3495
- key: Be,
3596
+ $(Vl);
3597
+ const Sl = {
3598
+ key: ze,
3496
3599
  name: "x-runtime-lib.rating",
3497
- comp: Mo,
3600
+ comp: Ko,
3498
3601
  slots: [],
3499
3602
  events: [],
3500
3603
  methods: [],
@@ -3503,8 +3606,8 @@ const kl = {
3503
3606
  compCommon: [g]
3504
3607
  }
3505
3608
  };
3506
- T(kl);
3507
- const $t = {
3609
+ $(Sl);
3610
+ const It = {
3508
3611
  key: "settings",
3509
3612
  name: "x-runtime-lib.settings",
3510
3613
  children: [
@@ -3545,37 +3648,81 @@ const $t = {
3545
3648
  default: !1
3546
3649
  }
3547
3650
  ]
3548
- }, Cl = {
3651
+ }, $l = {
3549
3652
  key: Re,
3550
3653
  name: "x-runtime-lib.select",
3551
- comp: Ho,
3654
+ comp: Zo,
3552
3655
  slots: [],
3553
3656
  events: [],
3554
3657
  methods: [],
3555
3658
  props: {
3556
- pageCommon: [g, $t],
3557
- compCommon: [g, $t]
3659
+ pageCommon: [g, It],
3660
+ compCommon: [g, It]
3558
3661
  }
3559
3662
  };
3560
- T(Cl);
3561
- const It = {
3663
+ $($l);
3664
+ const Nt = {
3562
3665
  key: "settings",
3563
3666
  name: "x-runtime-lib.settings",
3564
- children: []
3565
- }, Vl = {
3667
+ children: [
3668
+ {
3669
+ key: "value",
3670
+ name: "x-runtime-lib.value",
3671
+ ui: "numInput",
3672
+ default: 0
3673
+ },
3674
+ {
3675
+ key: "min",
3676
+ name: "x-runtime-lib.min",
3677
+ ui: "numInput",
3678
+ default: 0
3679
+ },
3680
+ {
3681
+ key: "max",
3682
+ name: "x-runtime-lib.max",
3683
+ ui: "numInput",
3684
+ default: 100
3685
+ },
3686
+ {
3687
+ key: "step",
3688
+ name: "x-runtime-lib.step",
3689
+ ui: "numInput",
3690
+ default: 0
3691
+ },
3692
+ {
3693
+ key: "disabled",
3694
+ name: "x-runtime-lib.disabled",
3695
+ ui: "switch",
3696
+ default: !1
3697
+ },
3698
+ {
3699
+ key: "readonly",
3700
+ name: "x-runtime-lib.readonly",
3701
+ ui: "switch",
3702
+ default: !1
3703
+ },
3704
+ {
3705
+ key: "thumbLabel",
3706
+ name: "x-runtime-lib.thumbLabel",
3707
+ ui: "select",
3708
+ items: "thumbLabelItemsV1",
3709
+ default: ""
3710
+ }
3711
+ ]
3712
+ }, Tl = {
3566
3713
  key: Me,
3567
3714
  name: "x-runtime-lib.slider",
3568
- comp: Oo,
3715
+ comp: Go,
3569
3716
  slots: [],
3570
3717
  events: [],
3571
3718
  methods: [],
3572
3719
  props: {
3573
- pageCommon: [g, It],
3574
- compCommon: [g, It]
3720
+ pageCommon: [g, Nt],
3721
+ compCommon: [g, Nt]
3575
3722
  }
3576
3723
  };
3577
- T(Vl);
3578
- const Nt = {
3724
+ $(Tl);
3725
+ const At = {
3579
3726
  key: "settings",
3580
3727
  name: "x-runtime-lib.settings",
3581
3728
  children: [
@@ -3661,23 +3808,23 @@ const Nt = {
3661
3808
  default: !1
3662
3809
  }
3663
3810
  ]
3664
- }, wl = {
3811
+ }, Il = {
3665
3812
  key: Fe,
3666
3813
  name: "x-runtime-lib.text",
3667
- comp: jo,
3814
+ comp: Xo,
3668
3815
  slots: [],
3669
3816
  events: [],
3670
3817
  methods: [],
3671
3818
  props: {
3672
- pageCommon: [g, Nt],
3673
- compCommon: [g, Nt]
3819
+ pageCommon: [g, At],
3820
+ compCommon: [g, At]
3674
3821
  }
3675
3822
  };
3676
- T(wl);
3677
- const Sl = {
3823
+ $(Il);
3824
+ const Nl = {
3678
3825
  key: He,
3679
3826
  name: "x-runtime-lib.textarea",
3680
- comp: Zo,
3827
+ comp: Qo,
3681
3828
  slots: [],
3682
3829
  events: [],
3683
3830
  methods: [],
@@ -3686,8 +3833,8 @@ const Sl = {
3686
3833
  compCommon: [g]
3687
3834
  }
3688
3835
  };
3689
- T(Sl);
3690
- const At = {
3836
+ $(Nl);
3837
+ const Lt = {
3691
3838
  key: "settings",
3692
3839
  name: "x-runtime-lib.settings",
3693
3840
  children: [
@@ -3722,7 +3869,7 @@ const At = {
3722
3869
  default: !1
3723
3870
  }
3724
3871
  ]
3725
- }, Lt = {
3872
+ }, Et = {
3726
3873
  key: "slots",
3727
3874
  name: "x-runtime-lib.slots",
3728
3875
  children: [
@@ -3751,10 +3898,10 @@ const At = {
3751
3898
  default: void 0
3752
3899
  }
3753
3900
  ]
3754
- }, Tl = {
3901
+ }, Al = {
3755
3902
  key: Oe,
3756
3903
  name: "x-runtime-lib.textField",
3757
- comp: Go,
3904
+ comp: tl,
3758
3905
  slots: [
3759
3906
  {
3760
3907
  key: "append",
@@ -3776,15 +3923,15 @@ const At = {
3776
3923
  events: [],
3777
3924
  methods: [],
3778
3925
  props: {
3779
- pageCommon: [g, At, Lt],
3780
- compCommon: [g, At, Lt]
3926
+ pageCommon: [g, Lt, Et],
3927
+ compCommon: [g, Lt, Et]
3781
3928
  }
3782
3929
  };
3783
- T(Tl);
3784
- const $l = {
3930
+ $(Al);
3931
+ const Ll = {
3785
3932
  key: je,
3786
3933
  name: "x-runtime-lib.timeline",
3787
- comp: Jo,
3934
+ comp: nl,
3788
3935
  slots: [
3789
3936
  {
3790
3937
  key: "default",
@@ -3798,11 +3945,11 @@ const $l = {
3798
3945
  compCommon: [g]
3799
3946
  }
3800
3947
  };
3801
- T($l);
3802
- const Il = {
3803
- key: xn,
3948
+ $(Ll);
3949
+ const El = {
3950
+ key: gn,
3804
3951
  name: "x-runtime-lib.timelineItem",
3805
- comp: tl,
3952
+ comp: ll,
3806
3953
  slots: [
3807
3954
  {
3808
3955
  key: "default",
@@ -3816,46 +3963,46 @@ const Il = {
3816
3963
  compCommon: [g]
3817
3964
  }
3818
3965
  };
3819
- T(Il);
3820
- const Nl = [
3966
+ $(El);
3967
+ const Pl = [
3821
3968
  { title: "x-runtime-lib.value", value: "value" },
3822
3969
  { title: "x-runtime-lib.category", value: "category" },
3823
3970
  { title: "x-runtime-lib.time", value: "time" },
3824
3971
  { title: "x-runtime-lib.log", value: "log" }
3825
- ], Al = [
3972
+ ], Wl = [
3826
3973
  { title: "x-runtime-lib.notSet", value: "" },
3827
3974
  { title: "x-runtime-lib.solid", value: "solid" },
3828
3975
  { title: "x-runtime-lib.dashed", value: "dashed" },
3829
3976
  { title: "x-runtime-lib.dotted", value: "dotted" }
3830
- ], Ll = [
3977
+ ], Bl = [
3831
3978
  { title: "x-runtime-lib.elevated", value: "elevated" },
3832
3979
  { title: "x-runtime-lib.flat", value: "flat" },
3833
3980
  { title: "x-runtime-lib.tonal", value: "tonal" },
3834
3981
  { title: "x-runtime-lib.outlined", value: "outlined" },
3835
3982
  { title: "x-runtime-lib.text", value: "text" },
3836
3983
  { title: "x-runtime-lib.plain", value: "plain" }
3837
- ], El = [
3984
+ ], Dl = [
3838
3985
  { title: "x-runtime-lib.notSet", value: "" },
3839
3986
  { title: "x-runtime-lib.theme", value: "theme" },
3840
3987
  { title: "x-runtime-lib.custom", value: "custom" }
3841
- ], Pl = [
3988
+ ], zl = [
3842
3989
  { title: "x-runtime-lib.default", value: "default" },
3843
3990
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
3844
3991
  { title: "x-runtime-lib.compact", value: "compact" }
3845
- ], Wl = [
3992
+ ], Rl = [
3846
3993
  { title: "x-runtime-lib.notSet", value: "" },
3847
3994
  { title: "x-runtime-lib.start", value: "start" },
3848
3995
  { title: "x-runtime-lib.end", value: "end" },
3849
3996
  { title: "x-runtime-lib.center", value: "center" },
3850
3997
  { title: "x-runtime-lib.baseline", value: "baseline" },
3851
3998
  { title: "x-runtime-lib.stretch", value: "stretch" }
3852
- ], Dl = [
3999
+ ], Ml = [
3853
4000
  { title: "x-runtime-lib.notSet", value: "" },
3854
4001
  { title: "x-runtime-lib.row", value: "row" },
3855
4002
  { title: "x-runtime-lib.rowReverse", value: "rowReverse" },
3856
4003
  { title: "x-runtime-lib.column", value: "column" },
3857
4004
  { title: "x-runtime-lib.columnReverse", value: "columnReverse" }
3858
- ], zl = [
4005
+ ], Fl = [
3859
4006
  { title: "x-runtime-lib.notSet", value: "" },
3860
4007
  { title: "x-runtime-lib.start", value: "start" },
3861
4008
  { title: "x-runtime-lib.end", value: "end" },
@@ -3863,12 +4010,12 @@ const Nl = [
3863
4010
  { title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
3864
4011
  { title: "x-runtime-lib.spaceAround", value: "spaceAround" },
3865
4012
  { title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
3866
- ], Bl = [
4013
+ ], Hl = [
3867
4014
  { title: "x-runtime-lib.notSet", value: "" },
3868
4015
  { title: "x-runtime-lib.no", value: "no" },
3869
4016
  { title: "x-runtime-lib.yes", value: "yes" },
3870
4017
  { title: "x-runtime-lib.reverse", value: "reverse" }
3871
- ], Rl = [
4018
+ ], Ol = [
3872
4019
  { title: "x-runtime-lib.notSet", value: "" },
3873
4020
  { title: "x-runtime-lib.black", value: "black" },
3874
4021
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -3876,7 +4023,7 @@ const Nl = [
3876
4023
  { title: "x-runtime-lib.regular", value: "regular" },
3877
4024
  { title: "x-runtime-lib.light", value: "light" },
3878
4025
  { title: "x-runtime-lib.thin", value: "thin" }
3879
- ], Ml = [
4026
+ ], jl = [
3880
4027
  { title: "x-runtime-lib.notSet", value: "" },
3881
4028
  { title: "x-runtime-lib.start", value: "start" },
3882
4029
  { title: "x-runtime-lib.center", value: "center" },
@@ -3884,18 +4031,18 @@ const Nl = [
3884
4031
  { title: "x-runtime-lib.justify", value: "justify" },
3885
4032
  { title: "x-runtime-lib.left", value: "left" },
3886
4033
  { title: "x-runtime-lib.right", value: "right" }
3887
- ], Fl = [
4034
+ ], Kl = [
3888
4035
  { title: "x-runtime-lib.notSet", value: "" },
3889
4036
  { title: "x-runtime-lib.none", value: "none" },
3890
4037
  { title: "x-runtime-lib.overline", value: "overline" },
3891
4038
  { title: "x-runtime-lib.underline", value: "underline" },
3892
4039
  { title: "x-runtime-lib.lineThrough", value: "line-through" }
3893
- ], Hl = [
4040
+ ], Ul = [
3894
4041
  { title: "x-runtime-lib.notSet", value: "" },
3895
4042
  { title: "x-runtime-lib.high", value: "high" },
3896
4043
  { title: "x-runtime-lib.medium", value: "medium" },
3897
4044
  { title: "x-runtime-lib.disabled", value: "disabled" }
3898
- ], Ol = [
4045
+ ], Zl = [
3899
4046
  { title: "x-runtime-lib.notSet", value: "" },
3900
4047
  { title: "x-runtime-lib.h1", value: "h1" },
3901
4048
  { title: "x-runtime-lib.h2", value: "h2" },
@@ -3910,7 +4057,7 @@ const Nl = [
3910
4057
  { title: "x-runtime-lib.button", value: "button" },
3911
4058
  { title: "x-runtime-lib.caption", value: "caption" },
3912
4059
  { title: "x-runtime-lib.overline", value: "overline" }
3913
- ], jl = [
4060
+ ], ql = [
3914
4061
  { title: "x-runtime-lib.notSet", value: "" },
3915
4062
  { title: "x-runtime-lib.primary", value: "primary" },
3916
4063
  { title: "x-runtime-lib.secondary", value: "secondary" },
@@ -3921,24 +4068,29 @@ const Nl = [
3921
4068
  { title: "x-runtime-lib.background0", value: "background0" },
3922
4069
  { title: "x-runtime-lib.background1", value: "background1" },
3923
4070
  { title: "x-runtime-lib.background2", value: "background2" }
3924
- ], Kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4071
+ ], Gl = [
4072
+ { title: "x-runtime-lib.notSet", value: "" },
4073
+ { title: "x-runtime-lib.show", value: "show" },
4074
+ { title: "x-runtime-lib.always", value: "always" }
4075
+ ], Xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3925
4076
  __proto__: null,
3926
- axisTypeItemsV1: Nl,
3927
- borderStyleItemsV1: Al,
3928
- btnVariantItemsV1: Ll,
3929
- colorModeItemsV1: El,
3930
- densityItemsV1: Pl,
3931
- flexCrossAlignItemsV1: Wl,
3932
- flexDirectionItemsV1: Dl,
3933
- flexMainAlignItemsV1: zl,
3934
- flexWrapItemsV1: Bl,
3935
- fontWeightItemsV1: Rl,
3936
- textAlignItemsV1: Ml,
3937
- textDecorationItemsV1: Fl,
3938
- textEmphasisItemsV1: Hl,
3939
- textStyleItemsV1: Ol,
3940
- themeColorItemsV1: jl
3941
- }, Symbol.toStringTag, { value: "Module" })), Ul = [
4077
+ axisTypeItemsV1: Pl,
4078
+ borderStyleItemsV1: Wl,
4079
+ btnVariantItemsV1: Bl,
4080
+ colorModeItemsV1: Dl,
4081
+ densityItemsV1: zl,
4082
+ flexCrossAlignItemsV1: Rl,
4083
+ flexDirectionItemsV1: Ml,
4084
+ flexMainAlignItemsV1: Fl,
4085
+ flexWrapItemsV1: Hl,
4086
+ fontWeightItemsV1: Ol,
4087
+ textAlignItemsV1: jl,
4088
+ textDecorationItemsV1: Kl,
4089
+ textEmphasisItemsV1: Ul,
4090
+ textStyleItemsV1: Zl,
4091
+ themeColorItemsV1: ql,
4092
+ thumbLabelItemsV1: Gl
4093
+ }, Symbol.toStringTag, { value: "Module" })), Yl = [
3942
4094
  {
3943
4095
  title: "x-runtime-lib.notSet",
3944
4096
  value: "",
@@ -3971,14 +4123,14 @@ const Nl = [
3971
4123
  title: "x-runtime-lib.pixel",
3972
4124
  value: "pixel",
3973
4125
  ui: "pixelInput",
3974
- validator: be,
4126
+ validator: ye,
3975
4127
  default: "0px",
3976
4128
  precision: 0,
3977
4129
  min: 0,
3978
4130
  max: 1 / 0,
3979
4131
  step: 1
3980
4132
  }
3981
- ], Zl = [
4133
+ ], Jl = [
3982
4134
  {
3983
4135
  title: "x-runtime-lib.notSet",
3984
4136
  value: "",
@@ -4000,7 +4152,7 @@ const Nl = [
4000
4152
  validator: (t) => t === "right",
4001
4153
  default: "right"
4002
4154
  }
4003
- ], ql = [
4155
+ ], Ql = [
4004
4156
  {
4005
4157
  title: "x-runtime-lib.notSet",
4006
4158
  value: "",
@@ -4019,7 +4171,7 @@ const Nl = [
4019
4171
  title: "x-runtime-lib.pixel",
4020
4172
  value: "pixel",
4021
4173
  ui: "pixelInput",
4022
- validator: be,
4174
+ validator: ye,
4023
4175
  default: "0px"
4024
4176
  },
4025
4177
  {
@@ -4030,7 +4182,7 @@ const Nl = [
4030
4182
  precision: 6,
4031
4183
  default: "0%"
4032
4184
  }
4033
- ], Gl = [
4185
+ ], er = [
4034
4186
  {
4035
4187
  title: "x-runtime-lib.notSet",
4036
4188
  value: "",
@@ -4042,7 +4194,7 @@ const Nl = [
4042
4194
  title: "x-runtime-lib.pixel",
4043
4195
  value: "pixel",
4044
4196
  ui: "pixelInput",
4045
- validator: be,
4197
+ validator: ye,
4046
4198
  min: 0,
4047
4199
  default: "0px"
4048
4200
  },
@@ -4055,7 +4207,7 @@ const Nl = [
4055
4207
  min: 0,
4056
4208
  default: "0%"
4057
4209
  }
4058
- ], Xl = [
4210
+ ], tr = [
4059
4211
  {
4060
4212
  title: "x-runtime-lib.notSet",
4061
4213
  value: "",
@@ -4067,7 +4219,7 @@ const Nl = [
4067
4219
  title: "x-runtime-lib.pixel",
4068
4220
  value: "pixel",
4069
4221
  ui: "pixelInput",
4070
- validator: be,
4222
+ validator: ye,
4071
4223
  min: 0,
4072
4224
  default: "0px"
4073
4225
  },
@@ -4080,7 +4232,7 @@ const Nl = [
4080
4232
  min: 0,
4081
4233
  default: "0%"
4082
4234
  }
4083
- ], Yl = [
4235
+ ], nr = [
4084
4236
  {
4085
4237
  title: "x-runtime-lib.notSet",
4086
4238
  value: "",
@@ -4109,7 +4261,7 @@ const Nl = [
4109
4261
  validator: (t) => t === "end",
4110
4262
  default: "end"
4111
4263
  }
4112
- ], Jl = [
4264
+ ], ir = [
4113
4265
  {
4114
4266
  title: "x-runtime-lib.notSet",
4115
4267
  value: "",
@@ -4131,42 +4283,42 @@ const Nl = [
4131
4283
  validator: (t) => t === "bottom",
4132
4284
  default: "bottom"
4133
4285
  }
4134
- ], Ql = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4286
+ ], or = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4135
4287
  __proto__: null,
4136
- borderWidthTypesV1: Ul,
4137
- leftRightTypesV1: Zl,
4138
- marginTypesV1: ql,
4139
- paddingTypesV1: Gl,
4140
- sizeTypesV1: Xl,
4141
- tableColumnAlignTypesV1: Yl,
4142
- topBottomTypesV1: Jl
4143
- }, Symbol.toStringTag, { value: "Module" })), er = {
4288
+ borderWidthTypesV1: Yl,
4289
+ leftRightTypesV1: Jl,
4290
+ marginTypesV1: Ql,
4291
+ paddingTypesV1: er,
4292
+ sizeTypesV1: tr,
4293
+ tableColumnAlignTypesV1: nr,
4294
+ topBottomTypesV1: ir
4295
+ }, Symbol.toStringTag, { value: "Module" })), lr = {
4144
4296
  version: "v1",
4145
4297
  globalityKey: Le,
4146
4298
  refKey: de,
4147
- items: { ...Kl },
4148
- types: { ...Ql },
4299
+ items: { ...Xl },
4300
+ types: { ...or },
4149
4301
  elements: /* @__PURE__ */ new Set([
4150
4302
  ke,
4151
4303
  Ce,
4152
- Ve,
4153
- ut,
4154
4304
  we,
4305
+ ut,
4306
+ Ve,
4155
4307
  Se,
4156
- Te,
4157
4308
  $e,
4309
+ Te,
4158
4310
  Ie,
4159
4311
  Ne,
4160
- bn,
4312
+ xn,
4161
4313
  Ae,
4162
4314
  Le,
4163
4315
  Ee,
4164
4316
  Pe,
4165
4317
  We,
4166
- vn,
4318
+ hn,
4319
+ Be,
4167
4320
  De,
4168
4321
  ze,
4169
- Be,
4170
4322
  de,
4171
4323
  Re,
4172
4324
  Me,
@@ -4174,7 +4326,7 @@ const Nl = [
4174
4326
  He,
4175
4327
  Oe,
4176
4328
  je,
4177
- xn
4329
+ gn
4178
4330
  ]),
4179
4331
  groups: [
4180
4332
  {
@@ -4182,11 +4334,11 @@ const Nl = [
4182
4334
  name: "x-runtime-lib.containment",
4183
4335
  items: [
4184
4336
  Ce,
4185
- Ve,
4337
+ we,
4186
4338
  ut,
4187
4339
  Se,
4188
4340
  Ne,
4189
- $e,
4341
+ Te,
4190
4342
  Pe,
4191
4343
  de
4192
4344
  ]
@@ -4201,31 +4353,31 @@ const Nl = [
4201
4353
  He,
4202
4354
  We,
4203
4355
  Re,
4204
- we,
4205
- De,
4356
+ Ve,
4357
+ Be,
4206
4358
  Me,
4207
- ze,
4359
+ De,
4208
4360
  Ie
4209
4361
  ]
4210
4362
  },
4211
4363
  {
4212
4364
  key: "dataDisplay",
4213
4365
  name: "x-runtime-lib.dataDisplay",
4214
- items: [Te, ke, Ee]
4366
+ items: [$e, ke, Ee]
4215
4367
  },
4216
4368
  {
4217
4369
  key: "feedback",
4218
4370
  name: "x-runtime-lib.feedback",
4219
- items: [Be, je]
4371
+ items: [ze, vn, je]
4220
4372
  }
4221
4373
  ]
4222
4374
  }, lt = {
4223
- v1: er
4224
- }, tr = (t, e, n) => {
4225
- const l = t[e];
4226
- return l ? typeof l == "function" ? l() : Promise.resolve(l) : new Promise((r, u) => {
4375
+ v1: lr
4376
+ }, rr = (t, e, n) => {
4377
+ const o = t[e];
4378
+ return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((l, s) => {
4227
4379
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
4228
- u.bind(
4380
+ s.bind(
4229
4381
  null,
4230
4382
  new Error(
4231
4383
  "Unknown variable dynamic import: " + e + (e.split("/").length !== n ? ". Note that variables only represent file names one level deep." : "")
@@ -4234,76 +4386,77 @@ const Nl = [
4234
4386
  );
4235
4387
  });
4236
4388
  };
4237
- async function Cr(t) {
4238
- return (await tr(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.kvft1qmc.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ezbvfbzu.js") }), `./locales/${t}/index.ts`, 4)).default;
4389
+ async function Tr(t) {
4390
+ return (await rr(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.a2x9tv02.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.da0zepid.js") }), `./locales/${t}/index.ts`, 4)).default;
4239
4391
  }
4240
4392
  export {
4241
- il as barChartV1,
4242
- Yt as breakpoints,
4243
- ul as btnV1,
4244
- Jt as calcBreakpoint,
4245
- cl as cardV1,
4246
- dl as comboboxV1,
4393
+ Sr as badgeV1,
4394
+ sl as barChartV1,
4395
+ Jt as breakpoints,
4396
+ pl as btnV1,
4397
+ Qt as calcBreakpoint,
4398
+ fl as cardV1,
4399
+ bl as comboboxV1,
4247
4400
  Ue as containerV1,
4248
- ml as dataTableV1,
4249
- pl as dialogV1,
4250
- Gn as duplicateNode,
4251
- mr as duplicateNodes,
4401
+ yl as dataTableV1,
4402
+ vl as dialogV1,
4403
+ Yn as duplicateNode,
4404
+ yr as duplicateNodes,
4252
4405
  Y as elements,
4253
- gr as ensureContext,
4254
- _r as fieldTypes,
4255
- kr as fileInputV1,
4406
+ wr as ensureContext,
4407
+ Vr as fieldTypes,
4408
+ $r as fileInputV1,
4256
4409
  Ze as flexLayoutEntryV1,
4257
4410
  Ge as flexLayoutV1,
4258
- bl as formV1,
4411
+ gl as formV1,
4259
4412
  ee as genId,
4260
4413
  le as getBreakpointProp,
4261
4414
  st as getIndexOfBreakpoint,
4262
- dr as getNode,
4415
+ br as getNode,
4263
4416
  at as getPropDefault,
4264
4417
  ve as getPropTag,
4265
- rl as globalityV1,
4418
+ cl as globalityV1,
4266
4419
  re as initProps,
4267
- M as injectDark,
4420
+ F as injectDark,
4268
4421
  q as injectData,
4269
- un as injectDepends,
4422
+ cn as injectDepends,
4270
4423
  U as injectDevice,
4271
- an as injectEnv,
4272
- A as injectMode,
4424
+ un as injectEnv,
4425
+ L as injectMode,
4273
4426
  xe as injectSandbox,
4274
4427
  Z as injectType,
4275
4428
  tt as isPercentStr,
4276
- be as isPixelStr,
4277
- ll as lineChartV1,
4278
- Cr as loadLocaleMessageRuntime,
4279
- vl as menuV1,
4429
+ ye as isPixelStr,
4430
+ ul as lineChartV1,
4431
+ Tr as loadLocaleMessageRuntime,
4432
+ _l as menuV1,
4280
4433
  yn as newEventBus,
4281
- xl as numberInputV1,
4434
+ kl as numberInputV1,
4282
4435
  ge as parsePercentStr,
4283
- cr as parsePixelStr,
4436
+ fr as parsePixelStr,
4284
4437
  lt as pkgs,
4285
- br as provideDark,
4286
- xr as provideData,
4287
- hr as provideDepends,
4288
- yr as provideDevice,
4289
- pr as provideEnv,
4290
- fr as provideMode,
4291
- cn as provideSandbox,
4292
- vr as provideType,
4293
- gl as radioGroupV1,
4294
- hl as radioV1,
4295
- _l as rangeSliderV1,
4296
- kl as ratingV1,
4297
- sl as refV1,
4298
- Zn as reverseBreakpoints,
4299
- Cl as selectV1,
4300
- Vl as sliderV1,
4301
- qn as spawnNode,
4302
- pn as startInterpreter,
4303
- fn as stopInterpreter,
4304
- Tl as textFieldV1,
4305
- wl as textV1,
4306
- Sl as textareaV1,
4307
- Il as timelineEntryV1,
4308
- $l as timelineV1
4438
+ gr as provideDark,
4439
+ kr as provideData,
4440
+ Cr as provideDepends,
4441
+ hr as provideDevice,
4442
+ vr as provideEnv,
4443
+ xr as provideMode,
4444
+ dn as provideSandbox,
4445
+ _r as provideType,
4446
+ wl as radioGroupV1,
4447
+ Cl as radioV1,
4448
+ Vl as rangeSliderV1,
4449
+ Sl as ratingV1,
4450
+ dl as refV1,
4451
+ Gn as reverseBreakpoints,
4452
+ $l as selectV1,
4453
+ Tl as sliderV1,
4454
+ Xn as spawnNode,
4455
+ fn as startInterpreter,
4456
+ bn as stopInterpreter,
4457
+ Al as textFieldV1,
4458
+ Il as textV1,
4459
+ Nl as textareaV1,
4460
+ El as timelineEntryV1,
4461
+ Ll as timelineV1
4309
4462
  };