x-runtime-lib 0.8.3 → 0.8.4

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,76 +1,87 @@
1
- import { c as F, m as Ji, a as Xi, u as Yi, r as oi, e as si, i as Zi, b as qi, d as Qi, f as eo, g as to, h as no, j as io, k as oo, I as so, l as ri } from "./vendor.073f3e7b.js";
2
- import { n as nu } from "./vendor.073f3e7b.js";
3
- import { computed as k, inject as ee, provide as te, readonly as Kt, onBeforeMount as ro, onUnmounted as Ce, ref as he, watchEffect as li, watch as le, defineComponent as T, useTemplateRef as ai, onMounted as ui, nextTick as ci, createElementBlock as ne, openBlock as w, normalizeStyle as q, renderSlot as E, unref as n, createBlock as z, h as ie, resolveComponent as A, withCtx as S, createVNode as H, isRef as G, createSlots as Jt, renderList as lo, useId as di, createCommentVNode as mi, withModifiers as ao, normalizeClass as uo, toDisplayString as co } from "vue";
4
- import { useTheme as mo } from "vuetify";
5
- import { waitUtil as pi, eventBus as fi, messageInfo as po, messageSuccess as fo, messageWarning as bi, messageError as yi, createAxios as bo, globalObjects as Ee, openConfirmDlg as yo, openPromptDlg as ho, useViewStack as hi } from "x-essential-lib";
6
- import { useI18n as go } from "vue-i18n";
7
- import { getErrorMessage as xo } from "x-error-lib";
8
- const ge = {}, C = (t) => {
1
+ import { defineComponent as S, createBlock as z, openBlock as w, unref as n, computed as k, inject as ee, provide as te, readonly as Kt, onBeforeMount as Ji, onUnmounted as Ce, ref as he, watchEffect as oi, watch as re, useTemplateRef as si, onMounted as li, nextTick as ri, createElementBlock as ne, normalizeStyle as q, renderSlot as E, h as ie, resolveComponent as A, withCtx as T, createVNode as H, isRef as G, createSlots as Jt, renderList as Xi, useId as ai, createCommentVNode as ui, withModifiers as Yi, normalizeClass as Zi, toDisplayString as qi } from "vue";
2
+ import { i as Qi, c as F, m as eo, a as to, u as no, r as ci, e as di, b as io, d as oo, f as so, g as lo, h as ro, j as ao, k as uo, l as co, I as mo, n as mi } from "./vendor.m1xt45b7.js";
3
+ import { useTheme as po } from "vuetify";
4
+ import { waitUtil as pi, eventBus as fi, messageInfo as fo, messageSuccess as bo, messageWarning as bi, messageError as yi, createAxios as yo, globalObjects as Ee, openConfirmDlg as ho, openPromptDlg as go, useViewStack as hi } from "x-essential-lib";
5
+ import { useI18n as xo } from "vue-i18n";
6
+ import { getErrorMessage as vo } from "x-error-lib";
7
+ const Ra = /* @__PURE__ */ S({
8
+ __name: "index",
9
+ props: {
10
+ antialias: { type: Boolean },
11
+ clearColor: {}
12
+ },
13
+ setup(t) {
14
+ return (e, i) => (w(), z(n(Qi), {
15
+ antialias: t.antialias,
16
+ "clear-color": t.clearColor
17
+ }, null, 8, ["antialias", "clear-color"]));
18
+ }
19
+ }), ge = {}, C = (t) => {
9
20
  ge[t.key] = t;
10
21
  }, be = (t, e) => {
11
22
  const i = t.__vccOpts || t;
12
- for (const [r, l] of e)
13
- i[r] = l;
23
+ for (const [l, r] of e)
24
+ i[l] = r;
14
25
  return i;
15
26
  };
16
27
  function gi(t) {
17
28
  const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
18
- function r(l) {
19
- l.legend = {
29
+ function l(r) {
30
+ r.legend = {
20
31
  show: e.value,
21
32
  data: i.value
22
33
  };
23
34
  }
24
- return { show: e, data: i, applyLegend: r };
35
+ return { show: e, data: i, applyLegend: l };
25
36
  }
26
37
  function xi(t) {
27
38
  const e = k(() => t.node.series);
28
- function i(r) {
29
- r.series = e.value;
39
+ function i(l) {
40
+ l.series = e.value;
30
41
  }
31
42
  return { series: e, applySeries: i };
32
43
  }
33
44
  function vi(t) {
34
- const e = k(() => t.node.title?.show), i = k(() => t.node.title?.text), r = k(() => t.node.title?.subtext);
35
- function l(o) {
45
+ const e = k(() => t.node.title?.show), i = k(() => t.node.title?.text), l = k(() => t.node.title?.subtext);
46
+ function r(o) {
36
47
  o.title = {
37
48
  show: e.value,
38
49
  text: i.value,
39
- subtext: r.value
50
+ subtext: l.value
40
51
  };
41
52
  }
42
- return { show: e, text: i, subtext: r, applyTitle: l };
53
+ return { show: e, text: i, subtext: l, applyTitle: r };
43
54
  }
44
55
  function ki(t) {
45
- const e = k(() => t.node.xAxis?.show), i = k(() => t.node.xAxis?.position), r = k(() => t.node.xAxis?.type), l = k(() => t.node.xAxis?.data);
56
+ const e = k(() => t.node.xAxis?.show), i = k(() => t.node.xAxis?.position), l = k(() => t.node.xAxis?.type), r = k(() => t.node.xAxis?.data);
46
57
  function o(a) {
47
58
  a.xAxis = {
48
59
  show: e.value,
49
60
  position: i.value,
50
- type: r.value,
51
- data: l.value
61
+ type: l.value,
62
+ data: r.value
52
63
  };
53
64
  }
54
- return { show: e, position: i, type: r, data: l, applyXAxis: o };
65
+ return { show: e, position: i, type: l, data: r, applyXAxis: o };
55
66
  }
56
67
  function _i(t) {
57
- const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), r = k(() => t.node.yAxis?.type), l = k(() => t.node.yAxis?.data);
68
+ const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), l = k(() => t.node.yAxis?.type), r = k(() => t.node.yAxis?.data);
58
69
  function o(a) {
59
70
  a.yAxis = {
60
71
  show: e.value,
61
72
  position: i.value,
62
- type: r.value,
63
- data: l.value
73
+ type: l.value,
74
+ data: r.value
64
75
  };
65
76
  }
66
- return { show: e, position: i, type: r, data: l, applyYAxis: o };
77
+ return { show: e, position: i, type: l, data: r, applyYAxis: o };
67
78
  }
68
79
  const un = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
69
80
  function P(t) {
70
81
  let e = "";
71
82
  for (let i = 0; i < t; i++) {
72
- const r = Math.floor(Math.random() * un.length);
73
- e += un[r];
83
+ const l = Math.floor(Math.random() * un.length);
84
+ e += un[l];
74
85
  }
75
86
  return e;
76
87
  }
@@ -86,7 +97,7 @@ function Xt(t) {
86
97
  const e = t.substring(0, t.length - 1), i = parseFloat(e);
87
98
  return !isNaN(i);
88
99
  }
89
- function Na(t) {
100
+ function Da(t) {
90
101
  if (typeof t != "string" || !t.endsWith("px"))
91
102
  return;
92
103
  const e = t.substring(0, t.length - 2), i = parseFloat(e);
@@ -100,7 +111,7 @@ function Ae(t) {
100
111
  if (!isNaN(i))
101
112
  return i;
102
113
  }
103
- const wi = ["xs", "sm", "md", "lg", "xl"], vo = [...wi].reverse();
114
+ const wi = ["xs", "sm", "md", "lg", "xl"], ko = [...wi].reverse();
104
115
  function Vi(t) {
105
116
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
106
117
  }
@@ -109,15 +120,15 @@ function cn(t) {
109
120
  }
110
121
  function ye(t, e) {
111
122
  let i;
112
- for (const r of vo) {
113
- if (cn(r) < cn(t))
123
+ for (const l of ko) {
124
+ if (cn(l) < cn(t))
114
125
  break;
115
- e[r] && (i = e[r]);
126
+ e[l] && (i = e[l]);
116
127
  }
117
128
  return i;
118
129
  }
119
- const Ra = ["string", "number", "boolean", "array", "object"];
120
- function Da(t) {
130
+ const Ea = ["string", "number", "boolean", "array", "object"];
131
+ function Fa(t) {
121
132
  switch (t) {
122
133
  case "string":
123
134
  return "#5ba58c";
@@ -131,7 +142,7 @@ function Da(t) {
131
142
  return "#80a55b";
132
143
  }
133
144
  }
134
- function Ea(t, e, i, r, l) {
145
+ function Ma(t, e, i, l, r) {
135
146
  let o = t;
136
147
  for (let c = 0; c < e.length; c++)
137
148
  if (o = o.children[e[c]], !o) {
@@ -139,31 +150,31 @@ function Ea(t, e, i, r, l) {
139
150
  return;
140
151
  }
141
152
  let a = o.children[i];
142
- a ? a.dataSeq !== r && (a = {
143
- dataSeq: r,
144
- data: F(l),
153
+ a ? a.dataSeq !== l && (a = {
154
+ dataSeq: l,
155
+ data: F(r),
145
156
  children: {}
146
157
  }) : (a = {
147
- dataSeq: r,
148
- data: F(l),
158
+ dataSeq: l,
159
+ data: F(r),
149
160
  children: {}
150
161
  }, o.children[i] = a);
151
162
  }
152
- const ko = ["common", "scene"], _o = ["common", "scene"];
153
- function wo() {
154
- return Ji();
163
+ const _o = ["common", "scene"], wo = ["common", "scene"];
164
+ function Vo() {
165
+ return eo();
155
166
  }
156
167
  function L(t, e) {
157
168
  if (t === "page") {
158
- if (!ko.includes(e)) {
169
+ if (!_o.includes(e)) {
159
170
  console.error(`get prop tag failed type=${t} subtype=${e}`);
160
171
  return;
161
172
  }
162
- } else if (t === "comp" && !_o.includes(e)) {
173
+ } else if (t === "comp" && !wo.includes(e)) {
163
174
  console.error(`get prop tag failed type=${t} subtype=${e}`);
164
175
  return;
165
176
  }
166
- return `${t}${Xi(e)}`;
177
+ return `${t}${to(e)}`;
167
178
  }
168
179
  function dn(t, e) {
169
180
  if (t.array)
@@ -174,20 +185,20 @@ function dn(t, e) {
174
185
  }
175
186
  }
176
187
  function W(t, e) {
177
- function i(r, l) {
178
- if (l.ui) {
179
- if (l.ui === "strInput" && l.static)
188
+ function i(l, r) {
189
+ if (r.ui) {
190
+ if (r.ui === "strInput" && r.static)
180
191
  return;
181
- r[l.key] = dn(l);
192
+ l[r.key] = dn(r);
182
193
  } else
183
- l.array ? r[l.key] = dn(l) : l.children.forEach((o) => {
184
- r[l.key] || (r[l.key] = {}), i(r[l.key], o);
194
+ r.array ? l[r.key] = dn(r) : r.children.forEach((o) => {
195
+ l[r.key] || (l[r.key] = {}), i(l[r.key], o);
185
196
  });
186
197
  }
187
- e.forEach((r) => i(t, r));
198
+ e.forEach((l) => i(t, l));
188
199
  }
189
- function Fa(t, e, i, r, l) {
190
- const o = `type=${t} subtype=${e} version=${i} ref=${r} keyOrRefid=${l}`, a = L(t, e);
200
+ function Ha(t, e, i, l, r) {
201
+ const o = `type=${t} subtype=${e} version=${i} ref=${l} keyOrRefid=${r}`, a = L(t, e);
191
202
  if (!a) {
192
203
  console.error(`spawnNode prop tag not found, ${o}`);
193
204
  return;
@@ -197,8 +208,8 @@ function Fa(t, e, i, r, l) {
197
208
  console.error(`spawnNode pkg not found version, ${o}`);
198
209
  return;
199
210
  }
200
- if (r) {
201
- const p = c.refKey, b = l;
211
+ if (l) {
212
+ const p = c.refKey, b = r;
202
213
  if (!c.elements.has(p)) {
203
214
  console.error(`spawnNode [ref] element not found in pkg, ${o}`);
204
215
  return;
@@ -223,7 +234,7 @@ function Fa(t, e, i, r, l) {
223
234
  comp: b
224
235
  }, m;
225
236
  } else {
226
- const p = l;
237
+ const p = r;
227
238
  if (!c.elements.has(p)) {
228
239
  console.error(`spawnNode [key] element not found in pkg, ${o}`);
229
240
  return;
@@ -251,121 +262,121 @@ function Fa(t, e, i, r, l) {
251
262
  }
252
263
  }
253
264
  }
254
- function Ma(t, e) {
255
- function i(r) {
256
- if (r.basic.id === e)
257
- return r;
258
- if (r.children)
259
- for (let l = 0; l < r.children.length; l++) {
260
- const o = i(r.children[l]);
265
+ function ja(t, e) {
266
+ function i(l) {
267
+ if (l.basic.id === e)
268
+ return l;
269
+ if (l.children)
270
+ for (let r = 0; r < l.children.length; r++) {
271
+ const o = i(l.children[r]);
261
272
  if (o)
262
273
  return o;
263
274
  }
264
275
  }
265
- for (let r = 0; r < t.length; r++) {
266
- const l = i(t[r]);
267
- if (l)
268
- return l;
276
+ for (let l = 0; l < t.length; l++) {
277
+ const r = i(t[l]);
278
+ if (r)
279
+ return r;
269
280
  }
270
281
  }
271
- function Vo(t) {
272
- function e(r) {
273
- r.basic.id = P(16), r.children?.forEach((l) => e(l));
282
+ function $o(t) {
283
+ function e(l) {
284
+ l.basic.id = P(16), l.children?.forEach((r) => e(r));
274
285
  }
275
286
  const i = F(t);
276
287
  return e(i), i;
277
288
  }
278
- function Ha(t) {
289
+ function Ga(t) {
279
290
  const e = [];
280
291
  return t.forEach((i) => {
281
- e.push(Vo(i));
292
+ e.push($o(i));
282
293
  }), e;
283
294
  }
284
295
  const $i = "runtimeOrg", Ii = "runtimeEnv", Ci = "runtimeMode", Si = "runtimeDevice", Ti = "runtimeDark", zi = "runtimeType", Ai = "runtimeData", Pi = "runtimeDepends", Wi = "runtimeSandbox";
285
- function ja(t) {
296
+ function Ua(t) {
286
297
  te($i, t);
287
298
  }
288
- function $o() {
299
+ function Io() {
289
300
  return ee($i);
290
301
  }
291
- function Ga(t) {
302
+ function Oa(t) {
292
303
  te(Ii, t);
293
304
  }
294
- function Io() {
305
+ function Co() {
295
306
  return ee(Ii);
296
307
  }
297
- function Ua(t) {
308
+ function Ka(t) {
298
309
  te(Ci, t);
299
310
  }
300
311
  function Q() {
301
312
  return ee(Ci);
302
313
  }
303
- function Oa(t) {
314
+ function Ja(t) {
304
315
  te(Si, Kt(t));
305
316
  }
306
317
  function ke() {
307
318
  return ee(Si);
308
319
  }
309
- function Ka(t) {
320
+ function Xa(t) {
310
321
  te(Ti, Kt(t));
311
322
  }
312
323
  function Te() {
313
324
  return ee(Ti);
314
325
  }
315
- function Ja(t) {
326
+ function Ya(t) {
316
327
  te(zi, t);
317
328
  }
318
329
  function oe() {
319
330
  return ee(zi);
320
331
  }
321
- function Xa(t) {
332
+ function Za(t) {
322
333
  te(Ai, t);
323
334
  }
324
335
  function se() {
325
336
  return ee(Ai);
326
337
  }
327
- function Ya(t) {
338
+ function qa(t) {
328
339
  te(Pi, Kt(t));
329
340
  }
330
- function Co() {
341
+ function So() {
331
342
  return ee(Pi);
332
343
  }
333
- function So(t) {
344
+ function To(t) {
334
345
  te(Wi, t);
335
346
  }
336
347
  function _e() {
337
348
  return ee(Wi);
338
349
  }
339
350
  function U(t) {
340
- const { computedThemes: e } = mo(), i = Te(), r = k(() => t.value?.mode), l = k(() => {
351
+ const { computedThemes: e } = po(), i = Te(), l = k(() => t.value?.mode), r = k(() => {
341
352
  const c = t.value?.theme;
342
353
  return c ? c === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : c === "background1" ? i.value ? "#272727" : "#eeeeee" : c === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[c] : void 0;
343
354
  }), o = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light);
344
- return { color: k(() => r.value === "theme" ? l.value : r.value === "custom" ? o.value : "") };
355
+ return { color: k(() => l.value === "theme" ? r.value : l.value === "custom" ? o.value : "") };
345
356
  }
346
357
  function Yt(t) {
347
- const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), r = k(() => t.node.border?.color), { color: l } = U(r), o = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), c = k(() => t.node.border?.roundRadius?.bl), p = k(() => t.node.border?.roundRadius?.br);
358
+ const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), l = k(() => t.node.border?.color), { color: r } = U(l), o = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), c = k(() => t.node.border?.roundRadius?.bl), p = k(() => t.node.border?.roundRadius?.br);
348
359
  function b(u) {
349
- e.value && (u.borderStyle = e.value), i.value && (u.borderWidth = i.value), l.value && (u.borderColor = l.value), o.value && (u.borderTopLeftRadius = o.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), p.value && (u.borderBottomRightRadius = p.value);
360
+ e.value && (u.borderStyle = e.value), i.value && (u.borderWidth = i.value), r.value && (u.borderColor = r.value), o.value && (u.borderTopLeftRadius = o.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), p.value && (u.borderBottomRightRadius = p.value);
350
361
  }
351
- return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: b };
362
+ return { borderStyle: e, borderWidth: i, borderColor: r, applyBorder: b };
352
363
  }
353
364
  function Zt(t) {
354
- const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), r = k(() => t.node.margin?.bottom), l = k(() => t.node.margin?.right);
365
+ const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), l = k(() => t.node.margin?.bottom), r = k(() => t.node.margin?.right);
355
366
  function o(a) {
356
- e.value && (a.marginTop = e.value), i.value && (a.marginLeft = i.value), r.value && (a.marginBottom = r.value), l.value && (a.marginRight = l.value);
367
+ e.value && (a.marginTop = e.value), i.value && (a.marginLeft = i.value), l.value && (a.marginBottom = l.value), r.value && (a.marginRight = r.value);
357
368
  }
358
- return { marginTop: e, marginLeft: i, marginBottom: r, marginRight: l, applyMargin: o };
369
+ return { marginTop: e, marginLeft: i, marginBottom: l, marginRight: r, applyMargin: o };
359
370
  }
360
371
  function qt(t) {
361
- const e = k(() => t.node.padding?.top), i = k(() => t.node.padding?.left), r = k(() => t.node.padding?.bottom), l = k(() => t.node.padding?.right);
372
+ const e = k(() => t.node.padding?.top), i = k(() => t.node.padding?.left), l = k(() => t.node.padding?.bottom), r = k(() => t.node.padding?.right);
362
373
  function o(a) {
363
- e.value && (a.paddingTop = e.value), i.value && (a.paddingLeft = i.value), r.value && (a.paddingBottom = r.value), l.value && (a.paddingRight = l.value);
374
+ e.value && (a.paddingTop = e.value), i.value && (a.paddingLeft = i.value), l.value && (a.paddingBottom = l.value), r.value && (a.paddingRight = r.value);
364
375
  }
365
- return { paddingTop: e, paddingLeft: i, paddingBottom: r, paddingRight: l, applyPadding: o };
376
+ return { paddingTop: e, paddingLeft: i, paddingBottom: l, paddingRight: r, applyPadding: o };
366
377
  }
367
378
  function ue(t) {
368
- const e = Q(), i = ke(), r = k(() => t.node.size?.width), l = k(() => t.node.size?.minWidth), o = k(() => t.node.size?.maxWidth), a = k(() => {
379
+ const e = Q(), i = ke(), l = k(() => t.node.size?.width), r = k(() => t.node.size?.minWidth), o = k(() => t.node.size?.maxWidth), a = k(() => {
369
380
  if (t.outer && e === "editor") {
370
381
  const u = Ae(t.node.size?.height);
371
382
  if (u)
@@ -388,145 +399,145 @@ function ue(t) {
388
399
  return t.node.size?.maxHeight;
389
400
  });
390
401
  function b(u) {
391
- r.value && (u.width = r.value), l.value && (u.minWidth = l.value), o.value && (u.maxWidth = o.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value), p.value && (u.maxHeight = p.value);
402
+ l.value && (u.width = l.value), r.value && (u.minWidth = r.value), o.value && (u.maxWidth = o.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value), p.value && (u.maxHeight = p.value);
392
403
  }
393
- return { width: r, minWidth: l, maxWidth: o, height: a, minHeight: c, maxHeight: p, applySize: b };
404
+ return { width: l, minWidth: r, maxWidth: o, height: a, minHeight: c, maxHeight: p, applySize: b };
394
405
  }
395
406
  function Li(t, e, i) {
396
- const r = k(() => e.node.basic.id), l = k(() => `callMethod@${r.value}`);
397
- ro(() => {
398
- t.eventBus?.on(l.value, i);
407
+ const l = k(() => e.node.basic.id), r = k(() => `callMethod@${l.value}`);
408
+ Ji(() => {
409
+ t.eventBus?.on(r.value, i);
399
410
  }), Ce(() => {
400
- t.eventBus?.off(l.value, i);
411
+ t.eventBus?.off(r.value, i);
401
412
  });
402
413
  }
403
- const To = (t, e, i) => {
404
- let r = t;
405
- if (!r) {
414
+ const zo = (t, e, i) => {
415
+ let l = t;
416
+ if (!l) {
406
417
  console.assert(!1);
407
418
  return;
408
419
  }
409
- for (const l of e)
410
- if (r = r[l], !r)
420
+ for (const r of e)
421
+ if (l = l[r], !l)
411
422
  return;
412
423
  if (i) {
413
- if (typeof r == "string")
414
- return JSON.parse(r);
424
+ if (typeof l == "string")
425
+ return JSON.parse(l);
415
426
  console.assert(!1);
416
427
  } else
417
- return r;
418
- }, zo = (t, e, i, r) => {
419
- let l = t;
420
- if (!l) {
428
+ return l;
429
+ }, Ao = (t, e, i, l) => {
430
+ let r = t;
431
+ if (!r) {
421
432
  console.assert(!1);
422
433
  return;
423
434
  }
424
435
  const o = e.length;
425
436
  for (let a = 0; a < o; a++) {
426
437
  const c = e[a];
427
- a === o - 1 ? r ? typeof i == "object" ? l[c] = JSON.stringify(i, null, 2) : console.assert(!1) : l[c] = i : (l = l[c], l || (l = {}));
438
+ a === o - 1 ? l ? typeof i == "object" ? r[c] = JSON.stringify(i, null, 2) : console.assert(!1) : r[c] = i : (r = r[c], r || (r = {}));
428
439
  }
429
440
  };
430
441
  function s(t, e, i) {
431
- const r = Q(), l = _e(), o = he();
432
- return li(() => {
433
- let a = To(t.node, e, i);
434
- r === "editor" && e[e.length - 1] === "readonly" && (a = !0), o.value = a;
435
- }), le(o, (a, c) => {
436
- zo(t.node, e, o.value, i), l.eventBus?.emit("propChange", { keys: e, newValue: a, oldValue: c });
442
+ const l = Q(), r = _e(), o = he();
443
+ return oi(() => {
444
+ let a = zo(t.node, e, i);
445
+ l === "editor" && e[e.length - 1] === "readonly" && (a = !0), o.value = a;
446
+ }), re(o, (a, c) => {
447
+ Ao(t.node, e, o.value, i), r.eventBus?.emit("propChange", { keys: e, newValue: a, oldValue: c });
437
448
  }), { prop: o };
438
449
  }
439
450
  function R() {
440
451
  const t = Te();
441
452
  return { theme: k(() => t.value ? "dark" : "light") };
442
453
  }
443
- const Ao = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Po = "#242424", Wo = {}, Lo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Bo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, No = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ro = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Do = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Eo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Oo = { 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" } }, Ko = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Jo = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Xo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Yo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, qo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qo = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, es = { textStyle: { color: "#eeeeee" } }, ts = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, ns = { 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" } } }, is = { color: ["#bf444c", "#d88273", "#f6efa6"] }, os = { 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" } }, ss = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, rs = {
444
- color: Ao,
445
- backgroundColor: Po,
446
- textStyle: Wo,
447
- title: Lo,
448
- line: Bo,
449
- radar: No,
450
- bar: Ro,
451
- pie: Do,
452
- scatter: Eo,
453
- boxplot: Fo,
454
- parallel: Mo,
455
- sankey: Ho,
456
- funnel: jo,
457
- gauge: Go,
458
- candlestick: Uo,
459
- graph: Oo,
460
- map: Ko,
461
- geo: Jo,
462
- categoryAxis: Xo,
463
- valueAxis: Yo,
464
- logAxis: Zo,
465
- timeAxis: qo,
466
- toolbox: Qo,
467
- legend: es,
468
- tooltip: ts,
469
- timeline: ns,
470
- visualMap: is,
471
- dataZoom: os,
472
- markPoint: ss
473
- }, ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], as = "#f5f5f5", us = {}, cs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ds = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ms = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ps = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, _s = { 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" } }, ws = { 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)" } } }, Vs = { 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)" } } }, $s = { 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"] } } }, Is = { 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"] } } }, Cs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ss = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, zs = { textStyle: { color: "#333333" } }, As = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ps = { 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" } } }, Ws = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ls = { 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" } }, Bs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ns = {
474
- color: ls,
475
- backgroundColor: as,
476
- textStyle: us,
477
- title: cs,
478
- line: ds,
479
- radar: ms,
480
- bar: ps,
481
- pie: fs,
482
- scatter: bs,
483
- boxplot: ys,
484
- parallel: hs,
485
- sankey: gs,
486
- funnel: xs,
487
- gauge: vs,
488
- candlestick: ks,
489
- graph: _s,
490
- map: ws,
491
- geo: Vs,
492
- categoryAxis: $s,
493
- valueAxis: Is,
494
- logAxis: Cs,
495
- timeAxis: Ss,
496
- toolbox: Ts,
497
- legend: zs,
498
- tooltip: As,
499
- timeline: Ps,
500
- visualMap: Ws,
501
- dataZoom: Ls,
502
- markPoint: Bs
454
+ const Po = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Wo = "#242424", Lo = {}, Bo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, No = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ro = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Do = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Eo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Ko = { 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" } }, Jo = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Xo = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Yo = { 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"] } } }, Zo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, qo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, es = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ts = { textStyle: { color: "#eeeeee" } }, ns = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, is = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, os = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ss = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ls = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, rs = {
455
+ color: Po,
456
+ backgroundColor: Wo,
457
+ textStyle: Lo,
458
+ title: Bo,
459
+ line: No,
460
+ radar: Ro,
461
+ bar: Do,
462
+ pie: Eo,
463
+ scatter: Fo,
464
+ boxplot: Mo,
465
+ parallel: Ho,
466
+ sankey: jo,
467
+ funnel: Go,
468
+ gauge: Uo,
469
+ candlestick: Oo,
470
+ graph: Ko,
471
+ map: Jo,
472
+ geo: Xo,
473
+ categoryAxis: Yo,
474
+ valueAxis: Zo,
475
+ logAxis: qo,
476
+ timeAxis: Qo,
477
+ toolbox: es,
478
+ legend: ts,
479
+ tooltip: ns,
480
+ timeline: is,
481
+ visualMap: os,
482
+ dataZoom: ss,
483
+ markPoint: ls
484
+ }, as = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], us = "#f5f5f5", cs = {}, ds = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ms = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, bs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, ws = { 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" } }, Vs = { 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)" } } }, $s = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Is = { 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"] } } }, Cs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ss = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ts = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, zs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, As = { textStyle: { color: "#333333" } }, Ps = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ws = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Bs = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Ns = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Rs = {
485
+ color: as,
486
+ backgroundColor: us,
487
+ textStyle: cs,
488
+ title: ds,
489
+ line: ms,
490
+ radar: ps,
491
+ bar: fs,
492
+ pie: bs,
493
+ scatter: ys,
494
+ boxplot: hs,
495
+ parallel: gs,
496
+ sankey: xs,
497
+ funnel: vs,
498
+ gauge: ks,
499
+ candlestick: _s,
500
+ graph: ws,
501
+ map: Vs,
502
+ geo: $s,
503
+ categoryAxis: Is,
504
+ valueAxis: Cs,
505
+ logAxis: Ss,
506
+ timeAxis: Ts,
507
+ toolbox: zs,
508
+ legend: As,
509
+ tooltip: Ps,
510
+ timeline: Ws,
511
+ visualMap: Ls,
512
+ dataZoom: Bs,
513
+ markPoint: Ns
503
514
  };
504
- Yi([
505
- Zi,
506
- qi,
507
- Qi,
508
- eo,
509
- to,
510
- no,
515
+ no([
511
516
  io,
512
- oo
517
+ oo,
518
+ so,
519
+ lo,
520
+ ro,
521
+ ao,
522
+ uo,
523
+ co
513
524
  ]);
514
- oi("dark", rs);
515
- oi("light", Ns);
516
- const Rs = /* @__PURE__ */ T({
525
+ ci("dark", rs);
526
+ ci("light", Rs);
527
+ const Ds = /* @__PURE__ */ S({
517
528
  __name: "index",
518
529
  props: {
519
530
  node: {},
520
531
  outer: { type: Boolean }
521
532
  },
522
533
  setup(t) {
523
- const e = t, i = ke(), r = Te(), l = oe(), o = se(), { width: a, minWidth: c, maxWidth: p, height: b, minHeight: u, maxHeight: d, applySize: m } = ue(e), { applyTitle: f } = vi(e), { applyXAxis: h } = ki(e), { applyYAxis: x } = _i(e), { applyLegend: g } = gi(e), { applySeries: _ } = xi(e), v = k(() => {
534
+ const e = t, i = ke(), l = Te(), r = oe(), o = se(), { width: a, minWidth: c, maxWidth: p, height: b, minHeight: u, maxHeight: d, applySize: m } = ue(e), { applyTitle: f } = vi(e), { applyXAxis: h } = ki(e), { applyYAxis: x } = _i(e), { applyLegend: g } = gi(e), { applySeries: _ } = xi(e), v = k(() => {
524
535
  const V = {}, M = o.value.type;
525
- return l === "page" ? M === "common" ? m(V) : console.assert(!1) : l === "comp" && M === "common" ? m(V) : console.assert(!1), V;
526
- }), I = ai("chart");
536
+ return r === "page" ? M === "common" ? m(V) : console.assert(!1) : r === "comp" && M === "common" ? m(V) : console.assert(!1), V;
537
+ }), I = si("chart");
527
538
  let $;
528
539
  const N = () => {
529
- $?.dispose(), $ = si.init(I.value, r.value ? "dark" : "light");
540
+ $?.dispose(), $ = di.init(I.value, l.value ? "dark" : "light");
530
541
  const V = {};
531
542
  $.setOption(V);
532
543
  }, D = () => {
@@ -535,11 +546,11 @@ const Rs = /* @__PURE__ */ T({
535
546
  const V = {};
536
547
  f(V), h(V), x(V), g(V), _(V), $?.setOption(V, !0);
537
548
  };
538
- return ui(async () => {
549
+ return li(async () => {
539
550
  window.addEventListener("resize", D, !1), await pi(() => !!I.value), N(), B();
540
551
  }), Ce(() => {
541
552
  window.removeEventListener("resize", D, !1), $?.dispose();
542
- }), le(
553
+ }), re(
543
554
  [
544
555
  () => i.value.width,
545
556
  () => i.value.height,
@@ -551,11 +562,11 @@ const Rs = /* @__PURE__ */ T({
551
562
  d
552
563
  ],
553
564
  async () => {
554
- await ci(), D();
565
+ await ri(), D();
555
566
  }
556
- ), le([r], () => {
567
+ ), re([l], () => {
557
568
  N(), B();
558
- }), le(
569
+ }), re(
559
570
  [e],
560
571
  () => {
561
572
  B();
@@ -566,20 +577,20 @@ const Rs = /* @__PURE__ */ T({
566
577
  style: q(v.value)
567
578
  }, null, 4));
568
579
  }
569
- }), Ds = /* @__PURE__ */ T({
580
+ }), Es = /* @__PURE__ */ S({
570
581
  __name: "index",
571
582
  props: {
572
583
  node: {},
573
584
  outer: { type: Boolean }
574
585
  },
575
586
  setup(t) {
576
- const e = t, i = ke(), r = Te(), l = oe(), o = se(), { width: a, minWidth: c, maxWidth: p, height: b, minHeight: u, maxHeight: d, applySize: m } = ue(e), { applyTitle: f } = vi(e), { applyXAxis: h } = ki(e), { applyYAxis: x } = _i(e), { applyLegend: g } = gi(e), { applySeries: _ } = xi(e), v = k(() => {
587
+ const e = t, i = ke(), l = Te(), r = oe(), o = se(), { width: a, minWidth: c, maxWidth: p, height: b, minHeight: u, maxHeight: d, applySize: m } = ue(e), { applyTitle: f } = vi(e), { applyXAxis: h } = ki(e), { applyYAxis: x } = _i(e), { applyLegend: g } = gi(e), { applySeries: _ } = xi(e), v = k(() => {
577
588
  const V = {}, M = o.value.type;
578
- return l === "page" ? M === "common" ? m(V) : console.assert(!1) : l === "comp" && M === "common" ? m(V) : console.assert(!1), V;
579
- }), I = ai("chart");
589
+ return r === "page" ? M === "common" ? m(V) : console.assert(!1) : r === "comp" && M === "common" ? m(V) : console.assert(!1), V;
590
+ }), I = si("chart");
580
591
  let $;
581
592
  const N = () => {
582
- $?.dispose(), $ = si.init(I.value, r.value ? "dark" : "light");
593
+ $?.dispose(), $ = di.init(I.value, l.value ? "dark" : "light");
583
594
  const V = {};
584
595
  $.setOption(V);
585
596
  }, D = () => {
@@ -588,11 +599,11 @@ const Rs = /* @__PURE__ */ T({
588
599
  const V = {};
589
600
  f(V), h(V), x(V), g(V), _(V), $?.setOption(V, !0);
590
601
  };
591
- return ui(async () => {
602
+ return li(async () => {
592
603
  window.addEventListener("resize", D, !1), await pi(() => !!I.value), N(), B();
593
604
  }), Ce(() => {
594
605
  window.removeEventListener("resize", D, !1), $?.dispose();
595
- }), le(
606
+ }), re(
596
607
  [
597
608
  () => i.value.width,
598
609
  () => i.value.height,
@@ -604,11 +615,11 @@ const Rs = /* @__PURE__ */ T({
604
615
  d
605
616
  ],
606
617
  async () => {
607
- await ci(), D();
618
+ await ri(), D();
608
619
  }
609
- ), le([r], () => {
620
+ ), re([l], () => {
610
621
  N(), B();
611
- }), le(
622
+ }), re(
612
623
  [e],
613
624
  () => {
614
625
  B();
@@ -619,25 +630,25 @@ const Rs = /* @__PURE__ */ T({
619
630
  style: q(v.value)
620
631
  }, null, 4));
621
632
  }
622
- }), X = /* @__PURE__ */ T({
633
+ }), X = /* @__PURE__ */ S({
623
634
  __name: "index",
624
635
  props: {
625
636
  fitContent: { type: Boolean, default: !1 }
626
637
  },
627
638
  setup(t) {
628
639
  const e = Q(), i = k(() => {
629
- const r = {};
630
- return t.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
640
+ const l = {};
641
+ return t.fitContent && (l.width = "fit-content", l.height = "fit-content"), l;
631
642
  });
632
- return (r, l) => n(e) === "editor" ? (w(), ne("div", {
643
+ return (l, r) => n(e) === "editor" ? (w(), ne("div", {
633
644
  key: 0,
634
645
  style: q(i.value)
635
646
  }, [
636
- E(r.$slots, "default")
637
- ], 4)) : E(r.$slots, "default", { key: 1 });
647
+ E(l.$slots, "default")
648
+ ], 4)) : E(l.$slots, "default", { key: 1 });
638
649
  }
639
650
  });
640
- function Es(t, e) {
651
+ function Fs(t, e) {
641
652
  function i(u) {
642
653
  const d = t.pseudoToNative(u), m = [], f = d.split(".");
643
654
  for (let h = 0; h < f.length; h++) {
@@ -651,7 +662,7 @@ function Es(t, e) {
651
662
  }
652
663
  return t.nativeToPseudo(m);
653
664
  }
654
- function r(u) {
665
+ function l(u) {
655
666
  const d = t.pseudoToNative(u);
656
667
  try {
657
668
  const m = JSON.parse(d);
@@ -660,7 +671,7 @@ function Es(t, e) {
660
671
  return t.nativeToPseudo({});
661
672
  }
662
673
  }
663
- function l(u) {
674
+ function r(u) {
664
675
  const d = t.pseudoToNative(u), m = JSON.stringify(d);
665
676
  return t.nativeToPseudo(m);
666
677
  }
@@ -675,7 +686,7 @@ function Es(t, e) {
675
686
  }
676
687
  function c(u, d) {
677
688
  const m = t.pseudoToNative(u), f = t.pseudoToNative(d);
678
- m === "info" ? po(f) : m === "success" ? fo(f) : m === "warning" ? bi(f) : m === "error" && yi(f);
689
+ m === "info" ? fo(f) : m === "success" ? bo(f) : m === "warning" ? bi(f) : m === "error" && yi(f);
679
690
  }
680
691
  function p(u, d) {
681
692
  const m = t.pseudoToNative(u), f = t.pseudoToNative(d);
@@ -696,11 +707,11 @@ function Es(t, e) {
696
707
  ), t.setProperty(
697
708
  e,
698
709
  "__parseJsonV1__",
699
- t.createNativeFunction(r)
710
+ t.createNativeFunction(l)
700
711
  ), t.setProperty(
701
712
  e,
702
713
  "__jsonStringifyV1__",
703
- t.createNativeFunction(l)
714
+ t.createNativeFunction(r)
704
715
  ), t.setProperty(
705
716
  e,
706
717
  "__consoleLogV1__",
@@ -723,22 +734,22 @@ function Es(t, e) {
723
734
  t.createAsyncFunction(b)
724
735
  );
725
736
  }
726
- const Bi = bo({
737
+ const Bi = yo({
727
738
  baseUrl: "http://localhost/computebase/",
728
739
  onError: (t) => {
729
740
  const { i18n: e } = Ee;
730
- yi(xo(e, t));
741
+ yi(vo(e, t));
731
742
  }
732
743
  });
733
744
  window.API_URL && (Bi.defaults.baseURL = window.API_URL + "/computebase/");
734
- function Fs(t) {
745
+ function Ms(t) {
735
746
  return Bi.post("callFunc", t);
736
747
  }
737
- function Ms(t, e) {
738
- async function i(r, l, o, a, c, p) {
739
- const b = t.pseudoToNative(r), u = t.pseudoToNative(l), d = t.pseudoToNative(o), m = t.pseudoToNative(a), f = t.pseudoToNative(c);
748
+ function Hs(t, e) {
749
+ async function i(l, r, o, a, c, p) {
750
+ const b = t.pseudoToNative(l), u = t.pseudoToNative(r), d = t.pseudoToNative(o), m = t.pseudoToNative(a), f = t.pseudoToNative(c);
740
751
  try {
741
- const h = JSON.stringify(d), { strOutputs: x } = await Fs({
752
+ const h = JSON.stringify(d), { strOutputs: x } = await Ms({
742
753
  spaceid: b,
743
754
  id: u,
744
755
  strInputs: h,
@@ -755,25 +766,25 @@ function Ms(t, e) {
755
766
  t.createAsyncFunction(i)
756
767
  );
757
768
  }
758
- class Hs {
769
+ class js {
759
770
  nodes;
760
771
  constructor(e) {
761
772
  this.nodes = {};
762
- const i = (r) => {
763
- this.nodes[r.basic.id] = r, r.children?.forEach((l) => i(l));
773
+ const i = (l) => {
774
+ this.nodes[l.basic.id] = l, l.children?.forEach((r) => i(r));
764
775
  };
765
- e.data.view.nodes.forEach((r) => i(r));
776
+ e.data.view.nodes.forEach((l) => i(l));
766
777
  }
767
778
  getNode(e) {
768
779
  return this.nodes[e];
769
780
  }
770
781
  }
771
- function js(t, e, i) {
772
- const r = new Hs(t);
773
- function l(u, d) {
782
+ function Gs(t, e, i) {
783
+ const l = new js(t);
784
+ function r(u, d) {
774
785
  const m = e.pseudoToNative(u), f = e.pseudoToNative(d), h = `id=${m} keys=${f}`;
775
786
  let x;
776
- if (m === "globality" ? x = t.data.view : x = r.getNode(m), !x) {
787
+ if (m === "globality" ? x = t.data.view : x = l.getNode(m), !x) {
777
788
  console.error(`getPropV1 node not found, ${h}`);
778
789
  return;
779
790
  }
@@ -792,7 +803,7 @@ function js(t, e, i) {
792
803
  function o(u, d, m) {
793
804
  const f = e.pseudoToNative(u), h = e.pseudoToNative(d), x = e.pseudoToNative(m), g = `id=${f} keys=${h} value=${x}`;
794
805
  let _;
795
- if (f === "globality" ? _ = t.data.view : _ = r.getNode(f), !_) {
806
+ if (f === "globality" ? _ = t.data.view : _ = l.getNode(f), !_) {
796
807
  console.error(`setPropV1 node not found, ${g}`);
797
808
  return;
798
809
  }
@@ -831,20 +842,20 @@ function js(t, e, i) {
831
842
  }
832
843
  function p(u, d, m) {
833
844
  const f = e.pseudoToNative(u), h = e.pseudoToNative(d);
834
- yo({ title: f, text: h }).then((x) => {
845
+ ho({ title: f, text: h }).then((x) => {
835
846
  m(e.nativeToPseudo(x)), e.run();
836
847
  });
837
848
  }
838
849
  function b(u, d, m, f) {
839
850
  const h = e.pseudoToNative(u), x = e.pseudoToNative(d), g = e.pseudoToNative(m);
840
- ho({ title: h, label: x, value: g }).then((_) => {
851
+ go({ title: h, label: x, value: g }).then((_) => {
841
852
  f(e.nativeToPseudo(_)), e.run();
842
853
  });
843
854
  }
844
855
  e.setProperty(
845
856
  i,
846
857
  "__getPropV1__",
847
- e.createNativeFunction(l)
858
+ e.createNativeFunction(r)
848
859
  ), e.setProperty(
849
860
  i,
850
861
  "__setPropV1__",
@@ -867,10 +878,10 @@ function js(t, e, i) {
867
878
  e.createAsyncFunction(b)
868
879
  );
869
880
  }
870
- function Gs(t, e, i) {
871
- Es(e, i), Ms(e, i), js(t, e, i);
881
+ function Us(t, e, i) {
882
+ Fs(e, i), Hs(e, i), Gs(t, e, i);
872
883
  }
873
- const Us = `
884
+ const Os = `
874
885
  var __env__ = 'dev'
875
886
  var __mode__ = 'editor'
876
887
 
@@ -880,7 +891,7 @@ function __getEnvV1__() {
880
891
 
881
892
  var __pointerPosX__ = 0
882
893
  var __pointerPosY__ = 0
883
- `, Os = `
894
+ `, Ks = `
884
895
  var __events__ = {}
885
896
 
886
897
  function __addEventListenerV1__(id, event, callback) {
@@ -951,7 +962,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
951
962
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
952
963
  }
953
964
  }
954
- `, Ks = `
965
+ `, Js = `
955
966
  var __timers__ = {}
956
967
  var __currTimerId__ = 0
957
968
 
@@ -993,15 +1004,15 @@ function __timeoutCallbackV1__(timerId) {
993
1004
  }
994
1005
  }
995
1006
  }
996
- `, Js = `
1007
+ `, Xs = `
997
1008
  function __destroy__() {
998
1009
  }
999
- `, Xs = Us + Os + Ks + Js;
1000
- function Ys(t, e) {
1001
- const i = new so(
1002
- Xs,
1003
- (r, l) => {
1004
- Gs(t, r, l);
1010
+ `, Ys = Os + Ks + Js + Xs;
1011
+ function Zs(t, e) {
1012
+ const i = new mo(
1013
+ Ys,
1014
+ (l, r) => {
1015
+ Us(t, l, r);
1005
1016
  }
1006
1017
  );
1007
1018
  return i.appendCode(e), i.appendCode(`
@@ -1010,22 +1021,22 @@ __mode__ = '${t.mode}';
1010
1021
  __triggerEvent__('globality', 'startup');
1011
1022
  `), i.run(), i;
1012
1023
  }
1013
- function Zs(t) {
1024
+ function qs(t) {
1014
1025
  t.appendCode("__destroy__();"), t.run();
1015
1026
  }
1016
- const re = /* @__PURE__ */ T({
1027
+ const le = /* @__PURE__ */ S({
1017
1028
  __name: "index",
1018
1029
  props: {
1019
1030
  refContext: {},
1020
1031
  state: {}
1021
1032
  },
1022
1033
  setup(t) {
1023
- const { t: e } = go(), i = t, r = $o(), l = Io(), o = Q(), a = oe(), c = se(), p = Co(), b = he(-1), u = he(), d = {};
1024
- So(d);
1034
+ const { t: e } = xo(), i = t, l = Io(), r = Co(), o = Q(), a = oe(), c = se(), p = So(), b = he(-1), u = he(), d = {};
1035
+ To(d);
1025
1036
  const m = () => {
1026
- d.eventBus && (d.eventBus = void 0), d.interpreter && (Zs(d.interpreter), d.interpreter = void 0);
1037
+ d.eventBus && (d.eventBus = void 0), d.interpreter && (qs(d.interpreter), d.interpreter = void 0);
1027
1038
  };
1028
- li(() => {
1039
+ oi(() => {
1029
1040
  if (!i.refContext.refid) {
1030
1041
  b.value = -1, u.value = void 0, m();
1031
1042
  return;
@@ -1037,10 +1048,10 @@ const re = /* @__PURE__ */ T({
1037
1048
  }
1038
1049
  if (b.value === v.dataSeq || (b.value = v.dataSeq, u.value = F(v.data), o !== "runtime" && o !== "preview"))
1039
1050
  return;
1040
- m(), d.eventBus = wo();
1051
+ m(), d.eventBus = Vo();
1041
1052
  const I = u.value, $ = I.code.script;
1042
- $ && (d.interpreter = Ys(
1043
- { org: r, env: l, mode: o, type: a, data: I, sandbox: d },
1053
+ $ && (d.interpreter = Zs(
1054
+ { org: l, env: r, mode: o, type: a, data: I, sandbox: d },
1044
1055
  $
1045
1056
  ));
1046
1057
  }), Ce(() => {
@@ -1094,38 +1105,38 @@ const re = /* @__PURE__ */ T({
1094
1105
  };
1095
1106
  return (v, I) => (w(), z(_));
1096
1107
  }
1097
- }), qs = /* @__PURE__ */ T({
1108
+ }), Qs = /* @__PURE__ */ S({
1098
1109
  __name: "index",
1099
1110
  props: {
1100
1111
  node: {},
1101
1112
  outer: { type: Boolean }
1102
1113
  },
1103
1114
  setup(t) {
1104
- const e = t, { prop: i } = s(e, ["settings", "content"]), { prop: r } = s(e, ["settings", "dot"]), { theme: l } = R(), { prop: o } = s(e, ["settings", "offset", "x"]), { prop: a } = s(e, ["settings", "offset", "y"]);
1115
+ const e = t, { prop: i } = s(e, ["settings", "content"]), { prop: l } = s(e, ["settings", "dot"]), { theme: r } = R(), { prop: o } = s(e, ["settings", "offset", "x"]), { prop: a } = s(e, ["settings", "offset", "y"]);
1105
1116
  return (c, p) => {
1106
1117
  const b = A("v-badge");
1107
1118
  return w(), z(b, {
1108
1119
  content: n(i),
1109
- dot: n(r),
1120
+ dot: n(l),
1110
1121
  "offset-x": n(o),
1111
1122
  "offset-y": n(a),
1112
- theme: n(l)
1123
+ theme: n(r)
1113
1124
  }, {
1114
- default: S(() => [
1125
+ default: T(() => [
1115
1126
  E(c.$slots, "default")
1116
1127
  ]),
1117
1128
  _: 3
1118
1129
  }, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
1119
1130
  };
1120
1131
  }
1121
- }), Qs = /* @__PURE__ */ T({
1132
+ }), el = /* @__PURE__ */ S({
1122
1133
  __name: "index",
1123
1134
  props: {
1124
1135
  node: {},
1125
1136
  outer: { type: Boolean }
1126
1137
  },
1127
1138
  setup(t) {
1128
- const e = t, i = Q(), r = _e(), { prop: l } = s(e, [
1139
+ const e = t, i = Q(), l = _e(), { prop: r } = s(e, [
1129
1140
  "settings",
1130
1141
  "addIcon",
1131
1142
  "append"
@@ -1136,7 +1147,7 @@ const re = /* @__PURE__ */ T({
1136
1147
  ]), { prop: _ } = s(e, ["settings", "readonly"]), { prop: v } = s(e, ["settings", "ripple"]), { prop: I } = s(e, ["settings", "size"]), { prop: $ } = s(e, ["settings", "stacked"]), { prop: N } = s(e, ["settings", "text"]), { theme: D } = R(), { prop: B } = s(e, ["settings", "variant"]), { prop: V } = s(e, ["size", "width"]), M = (J) => {
1137
1148
  if (i !== "runtime" && i !== "preview")
1138
1149
  return;
1139
- const j = r.interpreter;
1150
+ const j = l.interpreter;
1140
1151
  if (!j)
1141
1152
  return;
1142
1153
  const Y = j.nativeToPseudo(J.clientX), Z = j.nativeToPseudo(J.clientY), ce = j.nativeToPseudo(e.node.basic.id);
@@ -1145,9 +1156,9 @@ const re = /* @__PURE__ */ T({
1145
1156
  return (J, j) => {
1146
1157
  const Y = A("v-btn");
1147
1158
  return w(), z(n(X), null, {
1148
- default: S(() => [
1159
+ default: T(() => [
1149
1160
  H(Y, {
1150
- "append-icon": n(l),
1161
+ "append-icon": n(r),
1151
1162
  block: n(o),
1152
1163
  color: n(c),
1153
1164
  density: n(p),
@@ -1174,30 +1185,30 @@ const re = /* @__PURE__ */ T({
1174
1185
  });
1175
1186
  };
1176
1187
  }
1177
- }), er = {};
1178
- function tr(t, e) {
1188
+ }), tl = {};
1189
+ function nl(t, e) {
1179
1190
  const i = A("v-btn-group");
1180
1191
  return w(), z(i, null, {
1181
- default: S(() => [
1192
+ default: T(() => [
1182
1193
  E(t.$slots, "default")
1183
1194
  ]),
1184
1195
  _: 3
1185
1196
  });
1186
1197
  }
1187
- const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1198
+ const il = /* @__PURE__ */ be(tl, [["render", nl]]), ol = /* @__PURE__ */ S({
1188
1199
  __name: "index",
1189
1200
  props: {
1190
1201
  node: {},
1191
1202
  outer: { type: Boolean }
1192
1203
  },
1193
1204
  setup(t) {
1194
- const e = t, { prop: i } = s(e, ["settings", "block"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: l } = s(e, ["settings", "divided"]), { prop: o } = s(e, ["settings", "mandatory"]), { prop: a } = s(e, ["settings", "multiple"]), { prop: c } = s(e, ["settings", "readonly"]), { prop: p } = s(e, ["settings", "size"]), { prop: b } = s(e, ["settings", "stacked"]), { theme: u } = R(), { prop: d } = s(e, ["settings", "tile"]), { prop: m } = s(e, ["settings", "variant"]);
1205
+ const e = t, { prop: i } = s(e, ["settings", "block"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: r } = s(e, ["settings", "divided"]), { prop: o } = s(e, ["settings", "mandatory"]), { prop: a } = s(e, ["settings", "multiple"]), { prop: c } = s(e, ["settings", "readonly"]), { prop: p } = s(e, ["settings", "size"]), { prop: b } = s(e, ["settings", "stacked"]), { theme: u } = R(), { prop: d } = s(e, ["settings", "tile"]), { prop: m } = s(e, ["settings", "variant"]);
1195
1206
  return (f, h) => {
1196
1207
  const x = A("v-btn-toggle");
1197
1208
  return w(), z(x, {
1198
1209
  block: n(i),
1199
- disabled: n(r),
1200
- divided: n(l),
1210
+ disabled: n(l),
1211
+ divided: n(r),
1201
1212
  mandatory: n(o),
1202
1213
  multiple: n(a),
1203
1214
  readonly: n(c),
@@ -1207,27 +1218,27 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1207
1218
  tile: n(d),
1208
1219
  variant: n(m)
1209
1220
  }, {
1210
- default: S(() => [
1221
+ default: T(() => [
1211
1222
  E(f.$slots, "default")
1212
1223
  ]),
1213
1224
  _: 3
1214
1225
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
1215
1226
  };
1216
1227
  }
1217
- }), or = /* @__PURE__ */ T({
1228
+ }), sl = /* @__PURE__ */ S({
1218
1229
  __name: "index",
1219
1230
  props: {
1220
1231
  node: {},
1221
1232
  outer: { type: Boolean }
1222
1233
  },
1223
1234
  setup(t) {
1224
- const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: l } = s(e, ["size", "height"]), { prop: o } = s(e, ["settings", "hover"]), { prop: a } = s(e, ["settings", "loading"]), { prop: c } = s(e, ["size", "maxHeight"]), { prop: p } = s(e, ["size", "maxWidth"]), { prop: b } = s(e, ["size", "minHeight"]), { prop: u } = s(e, ["size", "minWidth"]), { prop: d } = s(e, ["settings", "subtitle"]), { prop: m } = s(e, ["settings", "text"]), { theme: f } = R(), { prop: h } = s(e, ["settings", "title"]), { prop: x } = s(e, ["settings", "variant"]), { prop: g } = s(e, ["size", "width"]);
1235
+ const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: r } = s(e, ["size", "height"]), { prop: o } = s(e, ["settings", "hover"]), { prop: a } = s(e, ["settings", "loading"]), { prop: c } = s(e, ["size", "maxHeight"]), { prop: p } = s(e, ["size", "maxWidth"]), { prop: b } = s(e, ["size", "minHeight"]), { prop: u } = s(e, ["size", "minWidth"]), { prop: d } = s(e, ["settings", "subtitle"]), { prop: m } = s(e, ["settings", "text"]), { theme: f } = R(), { prop: h } = s(e, ["settings", "title"]), { prop: x } = s(e, ["settings", "variant"]), { prop: g } = s(e, ["size", "width"]);
1225
1236
  return (_, v) => {
1226
1237
  const I = A("v-card");
1227
1238
  return w(), z(I, {
1228
1239
  density: n(i),
1229
- disabled: n(r),
1230
- height: n(l),
1240
+ disabled: n(l),
1241
+ height: n(r),
1231
1242
  hover: n(o),
1232
1243
  loading: n(a),
1233
1244
  "max-height": n(c),
@@ -1241,42 +1252,42 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1241
1252
  variant: n(x),
1242
1253
  width: n(g)
1243
1254
  }, {
1244
- default: S(() => [
1255
+ default: T(() => [
1245
1256
  E(_.$slots, "default")
1246
1257
  ]),
1247
1258
  _: 3
1248
1259
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
1249
1260
  };
1250
1261
  }
1251
- }), sr = /* @__PURE__ */ T({
1262
+ }), ll = /* @__PURE__ */ S({
1252
1263
  __name: "index",
1253
1264
  props: {
1254
1265
  node: {},
1255
1266
  outer: { type: Boolean }
1256
1267
  },
1257
1268
  setup(t) {
1258
- const e = t, { prop: i } = s(e, ["settings", "disabled"]), { prop: r } = s(e, ["settings", "readonly"]);
1259
- return (l, o) => {
1269
+ const e = t, { prop: i } = s(e, ["settings", "disabled"]), { prop: l } = s(e, ["settings", "readonly"]);
1270
+ return (r, o) => {
1260
1271
  const a = A("v-checkbox");
1261
1272
  return w(), z(a, {
1262
1273
  disabled: n(i),
1263
- readonly: n(r)
1274
+ readonly: n(l)
1264
1275
  }, null, 8, ["disabled", "readonly"]);
1265
1276
  };
1266
1277
  }
1267
- }), rr = /* @__PURE__ */ T({
1278
+ }), rl = /* @__PURE__ */ S({
1268
1279
  __name: "index",
1269
1280
  props: {
1270
1281
  node: {},
1271
1282
  outer: { type: Boolean }
1272
1283
  },
1273
1284
  setup(t) {
1274
- const e = t, { prop: i } = s(e, ["settings", "closable"]), { prop: r } = s(e, ["settings", "color"]), { color: l } = U(r), { prop: o } = s(e, ["settings", "density"]), { prop: a } = s(e, ["settings", "disabled"]), { prop: c } = s(e, ["settings", "draggable"]), { prop: p } = s(e, ["settings", "filter"]), { prop: b } = s(e, ["settings", "label"]), { prop: u } = s(e, ["settings", "size"]), { prop: d } = s(e, ["settings", "text"]), { theme: m } = R(), { prop: f } = s(e, ["settings", "tile"]), { prop: h } = s(e, ["settings", "value"]), { prop: x } = s(e, ["settings", "variant"]);
1285
+ const e = t, { prop: i } = s(e, ["settings", "closable"]), { prop: l } = s(e, ["settings", "color"]), { color: r } = U(l), { prop: o } = s(e, ["settings", "density"]), { prop: a } = s(e, ["settings", "disabled"]), { prop: c } = s(e, ["settings", "draggable"]), { prop: p } = s(e, ["settings", "filter"]), { prop: b } = s(e, ["settings", "label"]), { prop: u } = s(e, ["settings", "size"]), { prop: d } = s(e, ["settings", "text"]), { theme: m } = R(), { prop: f } = s(e, ["settings", "tile"]), { prop: h } = s(e, ["settings", "value"]), { prop: x } = s(e, ["settings", "variant"]);
1275
1286
  return (g, _) => {
1276
1287
  const v = A("v-chip");
1277
1288
  return w(), z(v, {
1278
1289
  closable: n(i),
1279
- color: n(l),
1290
+ color: n(r),
1280
1291
  density: n(o),
1281
1292
  disabled: n(a),
1282
1293
  draggable: n(c),
@@ -1291,45 +1302,45 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1291
1302
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
1292
1303
  };
1293
1304
  }
1294
- }), lr = /* @__PURE__ */ T({
1305
+ }), al = /* @__PURE__ */ S({
1295
1306
  __name: "index",
1296
1307
  props: {
1297
1308
  node: {},
1298
1309
  outer: { type: Boolean }
1299
1310
  },
1300
1311
  setup(t) {
1301
- const e = t, { prop: i } = s(e, ["settings", "column"]), { prop: r } = s(e, ["settings", "direction"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "filter"]), { prop: a } = s(e, ["settings", "mandatory"]), { prop: c } = s(e, ["settings", "multiple"]), { prop: p } = s(e, ["settings", "showArrows"]), { theme: b } = R(), { prop: u } = s(e, ["settings", "value"]);
1312
+ const e = t, { prop: i } = s(e, ["settings", "column"]), { prop: l } = s(e, ["settings", "direction"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "filter"]), { prop: a } = s(e, ["settings", "mandatory"]), { prop: c } = s(e, ["settings", "multiple"]), { prop: p } = s(e, ["settings", "showArrows"]), { theme: b } = R(), { prop: u } = s(e, ["settings", "value"]);
1302
1313
  return (d, m) => {
1303
1314
  const f = A("v-chip-group");
1304
1315
  return w(), z(f, {
1305
1316
  modelValue: n(u),
1306
1317
  "onUpdate:modelValue": m[0] || (m[0] = (h) => G(u) ? u.value = h : null),
1307
1318
  column: n(i),
1308
- direction: n(r),
1309
- disabled: n(l),
1319
+ direction: n(l),
1320
+ disabled: n(r),
1310
1321
  filter: n(o),
1311
1322
  mandatory: n(a),
1312
1323
  multiple: n(c),
1313
1324
  "show-arrows": n(p),
1314
1325
  theme: n(b)
1315
1326
  }, {
1316
- default: S(() => [
1327
+ default: T(() => [
1317
1328
  E(d.$slots, "default")
1318
1329
  ]),
1319
1330
  _: 3
1320
1331
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
1321
1332
  };
1322
1333
  }
1323
- }), ar = /* @__PURE__ */ T({
1334
+ }), ul = /* @__PURE__ */ S({
1324
1335
  __name: "index",
1325
1336
  props: {
1326
1337
  node: {},
1327
1338
  outer: { type: Boolean }
1328
1339
  },
1329
1340
  setup(t) {
1330
- const e = t, i = oe(), r = se(), { applySize: l } = ue(e), o = k(() => {
1331
- const h = {}, x = r.value.type;
1332
- return i === "page" ? x === "common" ? l(h) : console.assert(!1) : i === "comp" && x === "common" ? l(h) : console.assert(!1), h;
1341
+ const e = t, i = oe(), l = se(), { applySize: r } = ue(e), o = k(() => {
1342
+ const h = {}, x = l.value.type;
1343
+ return i === "page" ? x === "common" ? r(h) : console.assert(!1) : i === "comp" && x === "common" ? r(h) : console.assert(!1), h;
1333
1344
  }), { prop: a } = s(e, ["settings", "disabled"]), { prop: c } = s(e, ["settings", "hideCanvas"]), { prop: p } = s(e, ["settings", "hideHeader"]), { prop: b } = s(e, ["settings", "hideInputs"]), { prop: u } = s(e, ["settings", "hideSliders"]), { prop: d } = s(e, ["settings", "landscape"]), { prop: m } = s(e, [
1334
1345
  "settings",
1335
1346
  "showSwatches"
@@ -1349,24 +1360,24 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1349
1360
  }, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
1350
1361
  };
1351
1362
  }
1352
- }), ur = /* @__PURE__ */ T({
1363
+ }), cl = /* @__PURE__ */ S({
1353
1364
  __name: "index",
1354
1365
  props: {
1355
1366
  node: {},
1356
1367
  outer: { type: Boolean }
1357
1368
  },
1358
1369
  setup(t) {
1359
- const e = t, { prop: i } = s(e, ["settings", "hideDetails"]), { prop: r } = s(e, ["settings", "label"]), { prop: l } = s(e, ["settings", "placeholder"]), { prop: o } = s(e, ["settings", "readonly"]), { prop: a } = s(e, ["settings", "singleLine"]), { theme: c } = R(), { prop: p } = s(e, ["settings", "value"]);
1370
+ const e = t, { prop: i } = s(e, ["settings", "hideDetails"]), { prop: l } = s(e, ["settings", "label"]), { prop: r } = s(e, ["settings", "placeholder"]), { prop: o } = s(e, ["settings", "readonly"]), { prop: a } = s(e, ["settings", "singleLine"]), { theme: c } = R(), { prop: p } = s(e, ["settings", "value"]);
1360
1371
  return (b, u) => {
1361
1372
  const d = A("v-combobox");
1362
1373
  return w(), z(n(X), null, {
1363
- default: S(() => [
1374
+ default: T(() => [
1364
1375
  H(d, {
1365
1376
  modelValue: n(p),
1366
1377
  "onUpdate:modelValue": u[0] || (u[0] = (m) => G(p) ? p.value = m : null),
1367
1378
  "hide-details": n(i),
1368
- label: n(r),
1369
- placeholder: n(l),
1379
+ label: n(l),
1380
+ placeholder: n(r),
1370
1381
  readonly: n(o),
1371
1382
  "single-line": n(a),
1372
1383
  theme: n(c)
@@ -1376,18 +1387,18 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1376
1387
  });
1377
1388
  };
1378
1389
  }
1379
- }), cr = /* @__PURE__ */ T({
1390
+ }), dl = /* @__PURE__ */ S({
1380
1391
  __name: "index",
1381
1392
  props: {
1382
1393
  node: {},
1383
1394
  outer: { type: Boolean }
1384
1395
  },
1385
1396
  setup(t) {
1386
- const e = t, i = oe(), r = se(), { prop: l } = s(e, [
1397
+ const e = t, i = oe(), l = se(), { prop: r } = s(e, [
1387
1398
  "settings",
1388
1399
  "backgroundColor"
1389
- ]), { color: o } = U(l), { applySize: a } = ue(e), { applyMargin: c } = Zt(e), { applyPadding: p } = qt(e), { applyBorder: b } = Yt(e), u = k(() => {
1390
- const d = {}, m = r.value.type;
1400
+ ]), { color: o } = U(r), { applySize: a } = ue(e), { applyMargin: c } = Zt(e), { applyPadding: p } = qt(e), { applyBorder: b } = Yt(e), u = k(() => {
1401
+ const d = {}, m = l.value.type;
1391
1402
  return i === "page" ? m === "common" ? (a(d), c(d), p(d), b(d), o.value && (d.backgroundColor = o.value)) : console.assert(!1) : i === "comp" && m === "common" ? (a(d), c(d), p(d), b(d), o.value && (d.backgroundColor = o.value)) : console.assert(!1), d;
1392
1403
  });
1393
1404
  return (d, m) => (w(), ne("div", {
@@ -1396,14 +1407,14 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1396
1407
  E(d.$slots, "default")
1397
1408
  ], 4));
1398
1409
  }
1399
- }), dr = /* @__PURE__ */ T({
1410
+ }), ml = /* @__PURE__ */ S({
1400
1411
  __name: "index",
1401
1412
  props: {
1402
1413
  node: {},
1403
1414
  outer: { type: Boolean }
1404
1415
  },
1405
1416
  setup(t) {
1406
- const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "fixedFooter"]), { prop: l } = s(e, ["settings", "fixedHeader"]), { prop: o } = s(e, ["settings", "headers"]), { prop: a } = s(e, ["size", "height"]), { prop: c } = s(e, ["settings", "hover"]), { prop: p } = s(e, ["settings", "data"], !0), { prop: b } = s(e, ["settings", "loading"]), { prop: u } = s(e, ["settings", "multiSort"]), { theme: d } = R(), { prop: m } = s(e, ["size", "width"]), f = k(() => {
1417
+ const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "fixedFooter"]), { prop: r } = s(e, ["settings", "fixedHeader"]), { prop: o } = s(e, ["settings", "headers"]), { prop: a } = s(e, ["size", "height"]), { prop: c } = s(e, ["settings", "hover"]), { prop: p } = s(e, ["settings", "data"], !0), { prop: b } = s(e, ["settings", "loading"]), { prop: u } = s(e, ["settings", "multiSort"]), { theme: d } = R(), { prop: m } = s(e, ["size", "width"]), f = k(() => {
1407
1418
  const h = [];
1408
1419
  return (e.node.slots?.items ?? []).forEach((g) => {
1409
1420
  g.column && g.comp && h.push(g);
@@ -1413,8 +1424,8 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1413
1424
  const g = A("v-data-table");
1414
1425
  return w(), z(g, {
1415
1426
  density: n(i),
1416
- "fixed-footer": n(r),
1417
- "fixed-header": n(l),
1427
+ "fixed-footer": n(l),
1428
+ "fixed-header": n(r),
1418
1429
  headers: n(o),
1419
1430
  height: n(a),
1420
1431
  hover: n(c),
@@ -1424,10 +1435,10 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1424
1435
  theme: n(d),
1425
1436
  width: n(m)
1426
1437
  }, Jt({ _: 2 }, [
1427
- lo(f.value, (_) => ({
1438
+ Xi(f.value, (_) => ({
1428
1439
  name: `item.${_.column}`,
1429
- fn: S(({ value: v }) => [
1430
- H(n(re), {
1440
+ fn: T(({ value: v }) => [
1441
+ H(n(le), {
1431
1442
  "ref-context": { refid: _.comp },
1432
1443
  state: { value: v }
1433
1444
  }, null, 8, ["ref-context", "state"])
@@ -1436,21 +1447,21 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
1436
1447
  ]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
1437
1448
  };
1438
1449
  }
1439
- }), mr = {};
1440
- function pr(t, e) {
1450
+ }), pl = {};
1451
+ function fl(t, e) {
1441
1452
  const i = A("v-date-picker");
1442
1453
  return w(), z(i);
1443
1454
  }
1444
- const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PURE__ */ T({
1455
+ const bl = /* @__PURE__ */ be(pl, [["render", fl]]), yl = ["id"], hl = /* @__PURE__ */ S({
1445
1456
  __name: "index",
1446
1457
  props: {
1447
1458
  node: {},
1448
1459
  outer: { type: Boolean }
1449
1460
  },
1450
1461
  setup(t) {
1451
- const e = t, i = Q(), r = _e(), l = k(() => e.node.basic?.id), { open: o } = hi(`runtimeDlg/${di()}`);
1452
- return Li(r, e, (c) => {
1453
- if (i !== "runtime" && i !== "preview" || !r.interpreter)
1462
+ const e = t, i = Q(), l = _e(), r = k(() => e.node.basic?.id), { open: o } = hi(`runtimeDlg/${ai()}`);
1463
+ return Li(l, e, (c) => {
1464
+ if (i !== "runtime" && i !== "preview" || !l.interpreter)
1454
1465
  return;
1455
1466
  const { name: b } = c;
1456
1467
  b === "open" ? o.value = !0 : b === "close" && (o.value = !1);
@@ -1461,33 +1472,33 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1461
1472
  "onUpdate:modelValue": p[0] || (p[0] = (u) => G(o) ? o.value = u : null),
1462
1473
  attach: "#dialogContainer"
1463
1474
  }, {
1464
- activator: S(() => [
1475
+ activator: T(() => [
1465
1476
  n(i) === "editor" ? (w(), ne("div", {
1466
1477
  key: 0,
1467
- id: `__node__@${l.value}`
1468
- }, null, 8, br)) : mi("", !0)
1478
+ id: `__node__@${r.value}`
1479
+ }, null, 8, yl)) : ui("", !0)
1469
1480
  ]),
1470
- default: S(() => [
1481
+ default: T(() => [
1471
1482
  E(c.$slots, "default")
1472
1483
  ]),
1473
1484
  _: 3
1474
1485
  }, 8, ["modelValue"]);
1475
1486
  };
1476
1487
  }
1477
- }), hr = /* @__PURE__ */ T({
1488
+ }), gl = /* @__PURE__ */ S({
1478
1489
  __name: "index",
1479
1490
  props: {
1480
1491
  node: {},
1481
1492
  outer: { type: Boolean }
1482
1493
  },
1483
1494
  setup(t) {
1484
- const e = t, { prop: i } = s(e, ["settings", "chips"]), { prop: r } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "direction"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "loading"]), { prop: p } = s(e, ["settings", "multiple"]), { prop: b } = s(e, ["settings", "readonly"]), { prop: u } = s(e, ["settings", "reverse"]), { prop: d } = s(e, ["settings", "singleLine"]);
1495
+ const e = t, { prop: i } = s(e, ["settings", "chips"]), { prop: l } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "direction"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "loading"]), { prop: p } = s(e, ["settings", "multiple"]), { prop: b } = s(e, ["settings", "readonly"]), { prop: u } = s(e, ["settings", "reverse"]), { prop: d } = s(e, ["settings", "singleLine"]);
1485
1496
  return (m, f) => {
1486
1497
  const h = A("v-file-input");
1487
1498
  return w(), z(h, {
1488
1499
  chips: n(i),
1489
- density: n(r),
1490
- direction: n(l),
1500
+ density: n(l),
1501
+ direction: n(r),
1491
1502
  disabled: n(o),
1492
1503
  label: n(a),
1493
1504
  loading: n(c),
@@ -1498,14 +1509,14 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1498
1509
  }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
1499
1510
  };
1500
1511
  }
1501
- }), gr = /* @__PURE__ */ T({
1512
+ }), xl = /* @__PURE__ */ S({
1502
1513
  __name: "index",
1503
1514
  props: {
1504
1515
  node: {},
1505
1516
  outer: { type: Boolean }
1506
1517
  },
1507
1518
  setup(t) {
1508
- const e = t, i = ke(), r = oe(), l = se(), { applySize: o } = ue(e), { applyMargin: a } = Zt(e), { applyPadding: c } = qt(e), { applyBorder: p } = Yt(e), { prop: b } = s(e, [
1519
+ const e = t, i = ke(), l = oe(), r = se(), { applySize: o } = ue(e), { applyMargin: a } = Zt(e), { applyPadding: c } = qt(e), { applyBorder: p } = Yt(e), { prop: b } = s(e, [
1509
1520
  "settings",
1510
1521
  "backgroundColor"
1511
1522
  ]), { color: u } = U(b), d = (f) => {
@@ -1519,8 +1530,8 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1519
1530
  const v = ye(h, e.node.settings?.crossAlign);
1520
1531
  v === "start" ? f.alignItems = "flex-start" : v === "end" ? f.alignItems = "flex-end" : v === "center" ? f.alignItems = "center" : v === "baseline" ? f.alignItems = "baseline" : v === "stretch" && (f.alignItems = "stretch");
1521
1532
  }, m = k(() => {
1522
- const f = {}, h = l.value.type;
1523
- return r === "page" ? h === "common" ? (o(f), a(f), c(f), p(f), d(f)) : console.assert(!1) : r === "comp" && h === "common" ? (o(f), a(f), c(f), p(f), d(f)) : console.assert(!1), f;
1533
+ const f = {}, h = r.value.type;
1534
+ return l === "page" ? h === "common" ? (o(f), a(f), c(f), p(f), d(f)) : console.assert(!1) : l === "comp" && h === "common" ? (o(f), a(f), c(f), p(f), d(f)) : console.assert(!1), f;
1524
1535
  });
1525
1536
  return (f, h) => (w(), ne("div", {
1526
1537
  style: q(m.value)
@@ -1528,16 +1539,16 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1528
1539
  E(f.$slots, "default")
1529
1540
  ], 4));
1530
1541
  }
1531
- }), xr = /* @__PURE__ */ T({
1542
+ }), vl = /* @__PURE__ */ S({
1532
1543
  __name: "index",
1533
1544
  props: {
1534
1545
  node: {},
1535
1546
  outer: { type: Boolean }
1536
1547
  },
1537
1548
  setup(t) {
1538
- const e = t, i = oe(), r = se(), { applySize: l } = ue(e), { prop: o } = s(e, ["settings", "grow"]), { prop: a } = s(e, ["settings", "shrink"]), c = k(() => {
1539
- const p = {}, b = r.value.type;
1540
- return i === "page" ? b === "common" ? (l(p), p.flexGrow = o.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && b === "common" ? (l(p), p.flexGrow = o.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1), p;
1549
+ const e = t, i = oe(), l = se(), { applySize: r } = ue(e), { prop: o } = s(e, ["settings", "grow"]), { prop: a } = s(e, ["settings", "shrink"]), c = k(() => {
1550
+ const p = {}, b = l.value.type;
1551
+ return i === "page" ? b === "common" ? (r(p), p.flexGrow = o.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && b === "common" ? (r(p), p.flexGrow = o.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1), p;
1541
1552
  });
1542
1553
  return (p, b) => (w(), ne("div", {
1543
1554
  style: q(c.value)
@@ -1545,19 +1556,19 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1545
1556
  E(p.$slots, "default")
1546
1557
  ], 4));
1547
1558
  }
1548
- }), vr = /* @__PURE__ */ T({
1559
+ }), kl = /* @__PURE__ */ S({
1549
1560
  __name: "index",
1550
1561
  props: {
1551
1562
  node: {},
1552
1563
  outer: { type: Boolean }
1553
1564
  },
1554
1565
  setup(t) {
1555
- const e = t, i = Q(), r = oe(), l = se(), o = _e(), { prop: a } = s(e, ["settings", "valid"]), { prop: c } = s(e, ["settings", "fastFail"]), { prop: p } = s(e, [
1566
+ const e = t, i = Q(), l = oe(), r = se(), o = _e(), { prop: a } = s(e, ["settings", "valid"]), { prop: c } = s(e, ["settings", "fastFail"]), { prop: p } = s(e, [
1556
1567
  "settings",
1557
1568
  "backgroundColor"
1558
1569
  ]), { color: b } = U(p), { applySize: u } = ue(e), { applyMargin: d } = Zt(e), { applyPadding: m } = qt(e), { applyBorder: f } = Yt(e), h = k(() => {
1559
- const g = {}, _ = l.value.type;
1560
- return r === "page" ? _ === "common" ? (u(g), d(g), m(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1) : r === "comp" && _ === "common" ? (u(g), d(g), m(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1), g;
1570
+ const g = {}, _ = r.value.type;
1571
+ return l === "page" ? _ === "common" ? (u(g), d(g), m(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1) : l === "comp" && _ === "common" ? (u(g), d(g), m(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1), g;
1561
1572
  }), x = () => {
1562
1573
  if (i !== "runtime" && i !== "preview")
1563
1574
  return;
@@ -1574,50 +1585,50 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1574
1585
  "onUpdate:modelValue": _[0] || (_[0] = (I) => G(a) ? a.value = I : null),
1575
1586
  "fast-fail": n(c),
1576
1587
  style: q(h.value),
1577
- onSubmit: ao(x, ["prevent"])
1588
+ onSubmit: Yi(x, ["prevent"])
1578
1589
  }, {
1579
- default: S(() => [
1590
+ default: T(() => [
1580
1591
  E(g.$slots, "default")
1581
1592
  ]),
1582
1593
  _: 3
1583
1594
  }, 8, ["modelValue", "fast-fail", "style"]);
1584
1595
  };
1585
1596
  }
1586
- }), kr = /* @__PURE__ */ T({
1597
+ }), _l = /* @__PURE__ */ S({
1587
1598
  __name: "index",
1588
1599
  props: {
1589
1600
  node: {},
1590
1601
  outer: { type: Boolean }
1591
1602
  },
1592
1603
  setup(t) {
1593
- const e = t, { prop: i } = s(e, ["settings", "color"]), { color: r } = U(i), { prop: l } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "icon"]), { prop: a } = s(e, ["settings", "size"]), { theme: c } = R();
1604
+ const e = t, { prop: i } = s(e, ["settings", "color"]), { color: l } = U(i), { prop: r } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "icon"]), { prop: a } = s(e, ["settings", "size"]), { theme: c } = R();
1594
1605
  return (p, b) => {
1595
1606
  const u = A("v-icon");
1596
1607
  return w(), z(u, {
1597
- color: n(r),
1598
- disabled: n(l),
1608
+ color: n(l),
1609
+ disabled: n(r),
1599
1610
  icon: n(o),
1600
1611
  size: n(a),
1601
1612
  theme: n(c)
1602
1613
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1603
1614
  };
1604
1615
  }
1605
- }), _r = ["id"], wr = /* @__PURE__ */ T({
1616
+ }), wl = ["id"], Vl = /* @__PURE__ */ S({
1606
1617
  __name: "index",
1607
1618
  props: {
1608
1619
  node: {},
1609
1620
  outer: { type: Boolean }
1610
1621
  },
1611
1622
  setup(t) {
1612
- const e = t, i = Q(), r = _e(), l = he(0), o = he(0), a = k(() => [l.value, o.value]), c = k(() => e.node.basic?.id), { open: p } = hi(`runtimeMenu/${di()}`);
1613
- return Li(r, e, (u) => {
1623
+ const e = t, i = Q(), l = _e(), r = he(0), o = he(0), a = k(() => [r.value, o.value]), c = k(() => e.node.basic?.id), { open: p } = hi(`runtimeMenu/${ai()}`);
1624
+ return Li(l, e, (u) => {
1614
1625
  if (i !== "runtime" && i !== "preview")
1615
1626
  return;
1616
- const d = r.interpreter;
1627
+ const d = l.interpreter;
1617
1628
  if (!d)
1618
1629
  return;
1619
1630
  const { name: m } = u;
1620
- m === "open" ? (l.value = d.getProperty(d.globalObject, "__pointerPosX__"), o.value = d.getProperty(d.globalObject, "__pointerPosY__"), p.value = !0) : m === "close" && (p.value = !1);
1631
+ m === "open" ? (r.value = d.getProperty(d.globalObject, "__pointerPosX__"), o.value = d.getProperty(d.globalObject, "__pointerPosY__"), p.value = !0) : m === "close" && (p.value = !1);
1621
1632
  }), (u, d) => {
1622
1633
  const m = A("v-menu");
1623
1634
  return w(), z(m, {
@@ -1628,20 +1639,20 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1628
1639
  scrim: "transparent",
1629
1640
  target: a.value
1630
1641
  }, {
1631
- activator: S(() => [
1642
+ activator: T(() => [
1632
1643
  n(i) === "editor" ? (w(), ne("div", {
1633
1644
  key: 0,
1634
1645
  id: `__node__@${c.value}`
1635
- }, null, 8, _r)) : mi("", !0)
1646
+ }, null, 8, wl)) : ui("", !0)
1636
1647
  ]),
1637
- default: S(() => [
1648
+ default: T(() => [
1638
1649
  E(u.$slots, "default")
1639
1650
  ]),
1640
1651
  _: 3
1641
1652
  }, 8, ["modelValue", "target"]);
1642
1653
  };
1643
1654
  }
1644
- }), Vr = /* @__PURE__ */ T({
1655
+ }), $l = /* @__PURE__ */ S({
1645
1656
  __name: "index",
1646
1657
  props: {
1647
1658
  node: {},
@@ -1652,11 +1663,11 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1652
1663
  "settings",
1653
1664
  "addIcon",
1654
1665
  "append"
1655
- ]), { prop: r } = s(e, [
1666
+ ]), { prop: l } = s(e, [
1656
1667
  "settings",
1657
1668
  "addIcon",
1658
1669
  "appendInner"
1659
- ]), { prop: l } = s(e, ["settings", "clearable"]), { prop: o } = s(e, ["settings", "hideDetails"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "loading"]), { prop: p } = s(e, ["settings", "max"]), { prop: b } = s(e, ["size", "maxWidth"]), { prop: u } = s(e, ["settings", "min"]), { prop: d } = s(e, ["size", "minWidth"]), { prop: m } = s(e, ["settings", "placeholder"]), { prop: f } = s(e, ["settings", "precision"]), { prop: h } = s(e, ["settings", "prefix"]), { prop: x } = s(e, [
1670
+ ]), { prop: r } = s(e, ["settings", "clearable"]), { prop: o } = s(e, ["settings", "hideDetails"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "loading"]), { prop: p } = s(e, ["settings", "max"]), { prop: b } = s(e, ["size", "maxWidth"]), { prop: u } = s(e, ["settings", "min"]), { prop: d } = s(e, ["size", "minWidth"]), { prop: m } = s(e, ["settings", "placeholder"]), { prop: f } = s(e, ["settings", "precision"]), { prop: h } = s(e, ["settings", "prefix"]), { prop: x } = s(e, [
1660
1671
  "settings",
1661
1672
  "addIcon",
1662
1673
  "prepend"
@@ -1668,13 +1679,13 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1668
1679
  return (J, j) => {
1669
1680
  const Y = A("v-number-input");
1670
1681
  return w(), z(n(X), null, {
1671
- default: S(() => [
1682
+ default: T(() => [
1672
1683
  H(Y, {
1673
1684
  modelValue: n(B),
1674
1685
  "onUpdate:modelValue": j[0] || (j[0] = (Z) => G(B) ? B.value = Z : null),
1675
1686
  "append-icon": n(i),
1676
- "append-inner-icon": n(r),
1677
- clearable: n(l),
1687
+ "append-inner-icon": n(l),
1688
+ clearable: n(r),
1678
1689
  "hide-details": n(o),
1679
1690
  label: n(a),
1680
1691
  loading: n(c),
@@ -1701,14 +1712,14 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1701
1712
  });
1702
1713
  };
1703
1714
  }
1704
- }), $r = /* @__PURE__ */ T({
1715
+ }), Il = /* @__PURE__ */ S({
1705
1716
  __name: "index",
1706
1717
  props: {
1707
1718
  node: {},
1708
1719
  outer: { type: Boolean }
1709
1720
  },
1710
1721
  setup(t) {
1711
- const e = t, i = Q(), { prop: r } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "length"]), { prop: a } = s(e, [
1722
+ const e = t, i = Q(), { prop: l } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "length"]), { prop: a } = s(e, [
1712
1723
  "settings",
1713
1724
  "showFirstLastPage"
1714
1725
  ]), { prop: c } = s(e, ["settings", "size"]), { prop: p } = s(e, ["settings", "start"]), { theme: b } = R(), { prop: u } = s(e, ["settings", "tile"]), { prop: d } = s(e, ["settings", "value"]), { prop: m } = s(e, ["settings", "variant"]), f = k(() => {
@@ -1718,12 +1729,12 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1718
1729
  return (h, x) => {
1719
1730
  const g = A("v-pagination");
1720
1731
  return w(), z(n(X), null, {
1721
- default: S(() => [
1732
+ default: T(() => [
1722
1733
  H(g, {
1723
1734
  modelValue: n(d),
1724
1735
  "onUpdate:modelValue": x[0] || (x[0] = (_) => G(d) ? d.value = _ : null),
1725
- density: n(r),
1726
- disabled: n(l),
1736
+ density: n(l),
1737
+ disabled: n(r),
1727
1738
  length: n(o),
1728
1739
  "show-first-last-page": n(a),
1729
1740
  size: n(c),
@@ -1738,19 +1749,19 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1738
1749
  });
1739
1750
  };
1740
1751
  }
1741
- }), Ir = /* @__PURE__ */ T({
1752
+ }), Cl = /* @__PURE__ */ S({
1742
1753
  __name: "index",
1743
1754
  props: {
1744
1755
  node: {},
1745
1756
  outer: { type: Boolean }
1746
1757
  },
1747
1758
  setup(t) {
1748
- const e = t, { prop: i } = s(e, ["settings", "color"]), { color: r } = U(i), { prop: l } = s(e, ["settings", "density"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "readonly"]), { theme: p } = R(), { prop: b } = s(e, ["settings", "value"]);
1759
+ const e = t, { prop: i } = s(e, ["settings", "color"]), { color: l } = U(i), { prop: r } = s(e, ["settings", "density"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "readonly"]), { theme: p } = R(), { prop: b } = s(e, ["settings", "value"]);
1749
1760
  return (u, d) => {
1750
1761
  const m = A("v-radio");
1751
1762
  return w(), z(m, {
1752
- color: n(r),
1753
- density: n(l),
1763
+ color: n(l),
1764
+ density: n(r),
1754
1765
  disabled: n(o),
1755
1766
  label: n(a),
1756
1767
  readonly: n(c),
@@ -1759,29 +1770,29 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1759
1770
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
1760
1771
  };
1761
1772
  }
1762
- }), Cr = /* @__PURE__ */ T({
1773
+ }), Sl = /* @__PURE__ */ S({
1763
1774
  __name: "index",
1764
1775
  props: {
1765
1776
  node: {},
1766
1777
  outer: { type: Boolean }
1767
1778
  },
1768
1779
  setup(t) {
1769
- const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "direction"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "inline"]), { prop: a } = s(e, ["settings", "readonly"]), { theme: c } = R(), { prop: p } = s(e, ["settings", "value"]);
1780
+ const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "direction"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "inline"]), { prop: a } = s(e, ["settings", "readonly"]), { theme: c } = R(), { prop: p } = s(e, ["settings", "value"]);
1770
1781
  return (b, u) => {
1771
1782
  const d = A("v-radio-group");
1772
1783
  return w(), z(n(X), null, {
1773
- default: S(() => [
1784
+ default: T(() => [
1774
1785
  H(d, {
1775
1786
  modelValue: n(p),
1776
1787
  "onUpdate:modelValue": u[0] || (u[0] = (m) => G(p) ? p.value = m : null),
1777
1788
  density: n(i),
1778
- direction: n(r),
1779
- disabled: n(l),
1789
+ direction: n(l),
1790
+ disabled: n(r),
1780
1791
  inline: n(o),
1781
1792
  readonly: n(a),
1782
1793
  theme: n(c)
1783
1794
  }, {
1784
- default: S(() => [
1795
+ default: T(() => [
1785
1796
  E(b.$slots, "default")
1786
1797
  ]),
1787
1798
  _: 3
@@ -1791,14 +1802,14 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1791
1802
  });
1792
1803
  };
1793
1804
  }
1794
- }), Sr = /* @__PURE__ */ T({
1805
+ }), Tl = /* @__PURE__ */ S({
1795
1806
  __name: "index",
1796
1807
  props: {
1797
1808
  node: {},
1798
1809
  outer: { type: Boolean }
1799
1810
  },
1800
1811
  setup(t) {
1801
- const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "direction"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "hideDetails"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "max"]), { prop: p } = s(e, ["settings", "min"]), { prop: b } = s(e, ["settings", "readonly"]), { prop: u } = s(e, ["settings", "showTicks"]), d = k(() => {
1812
+ const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "direction"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "hideDetails"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "max"]), { prop: p } = s(e, ["settings", "min"]), { prop: b } = s(e, ["settings", "readonly"]), { prop: u } = s(e, ["settings", "showTicks"]), d = k(() => {
1802
1813
  if (u.value === "always")
1803
1814
  return "always";
1804
1815
  if (u.value === "show")
@@ -1817,7 +1828,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1817
1828
  const B = {};
1818
1829
  for (const { value: V, label: M } of _.value)
1819
1830
  B[V] = M;
1820
- if (!ri(B))
1831
+ if (!mi(B))
1821
1832
  return B;
1822
1833
  }), { prop: I } = s(e, ["settings", "tickSize"]), { prop: $ } = s(e, [
1823
1834
  "settings",
@@ -1835,13 +1846,13 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1835
1846
  modelValue: D.value,
1836
1847
  "onUpdate:modelValue": V[1] || (V[1] = (J) => D.value = J)
1837
1848
  }, {
1838
- default: S(() => [
1849
+ default: T(() => [
1839
1850
  H(M, {
1840
1851
  modelValue: D.value,
1841
1852
  "onUpdate:modelValue": V[0] || (V[0] = (J) => D.value = J),
1842
1853
  density: n(i),
1843
- direction: n(r),
1844
- disabled: n(l),
1854
+ direction: n(l),
1855
+ disabled: n(r),
1845
1856
  "hide-details": n(o),
1846
1857
  label: n(a),
1847
1858
  max: n(c),
@@ -1860,27 +1871,27 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1860
1871
  }, 8, ["modelValue"]);
1861
1872
  };
1862
1873
  }
1863
- }), Tr = /* @__PURE__ */ T({
1874
+ }), zl = /* @__PURE__ */ S({
1864
1875
  __name: "index",
1865
1876
  props: {
1866
1877
  node: {},
1867
1878
  outer: { type: Boolean }
1868
1879
  },
1869
1880
  setup(t) {
1870
- const e = t, { prop: i } = s(e, ["settings", "clearable"]), { prop: r } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: o } = s(e, [
1881
+ const e = t, { prop: i } = s(e, ["settings", "clearable"]), { prop: l } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: o } = s(e, [
1871
1882
  "settings",
1872
1883
  "halfIncrements"
1873
1884
  ]), { prop: a } = s(e, ["settings", "hover"]), { prop: c } = s(e, ["settings", "length"]), { prop: p } = s(e, ["settings", "readonly"]), { theme: b } = R(), { prop: u } = s(e, ["settings", "value"]);
1874
1885
  return (d, m) => {
1875
1886
  const f = A("v-rating");
1876
1887
  return w(), z(n(X), { "fit-content": !0 }, {
1877
- default: S(() => [
1888
+ default: T(() => [
1878
1889
  H(f, {
1879
1890
  modelValue: n(u),
1880
1891
  "onUpdate:modelValue": m[0] || (m[0] = (h) => G(u) ? u.value = h : null),
1881
1892
  clearable: n(i),
1882
- density: n(r),
1883
- disabled: n(l),
1893
+ density: n(l),
1894
+ disabled: n(r),
1884
1895
  "half-increments": n(o),
1885
1896
  hover: n(a),
1886
1897
  length: n(c),
@@ -1892,24 +1903,24 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1892
1903
  });
1893
1904
  };
1894
1905
  }
1895
- }), zr = /* @__PURE__ */ T({
1906
+ }), Al = /* @__PURE__ */ S({
1896
1907
  __name: "index",
1897
1908
  props: {
1898
1909
  node: {},
1899
1910
  outer: { type: Boolean }
1900
1911
  },
1901
1912
  setup(t) {
1902
- const e = t, { prop: i } = s(e, ["settings", "hideDetails"]), { prop: r } = s(e, ["settings", "label"]), { prop: l } = s(e, ["settings", "placeholder"]), { prop: o } = s(e, ["settings", "readonly"]), { prop: a } = s(e, ["settings", "singleLine"]), { theme: c } = R(), { prop: p } = s(e, ["settings", "value"]);
1913
+ const e = t, { prop: i } = s(e, ["settings", "hideDetails"]), { prop: l } = s(e, ["settings", "label"]), { prop: r } = s(e, ["settings", "placeholder"]), { prop: o } = s(e, ["settings", "readonly"]), { prop: a } = s(e, ["settings", "singleLine"]), { theme: c } = R(), { prop: p } = s(e, ["settings", "value"]);
1903
1914
  return (b, u) => {
1904
1915
  const d = A("v-select");
1905
1916
  return w(), z(n(X), null, {
1906
- default: S(() => [
1917
+ default: T(() => [
1907
1918
  H(d, {
1908
1919
  modelValue: n(p),
1909
1920
  "onUpdate:modelValue": u[0] || (u[0] = (m) => G(p) ? p.value = m : null),
1910
1921
  "hide-details": n(i),
1911
- label: n(r),
1912
- placeholder: n(l),
1922
+ label: n(l),
1923
+ placeholder: n(r),
1913
1924
  readonly: n(o),
1914
1925
  "single-line": n(a),
1915
1926
  theme: n(c)
@@ -1919,14 +1930,14 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1919
1930
  });
1920
1931
  };
1921
1932
  }
1922
- }), Ar = /* @__PURE__ */ T({
1933
+ }), Pl = /* @__PURE__ */ S({
1923
1934
  __name: "index",
1924
1935
  props: {
1925
1936
  node: {},
1926
1937
  outer: { type: Boolean }
1927
1938
  },
1928
1939
  setup(t) {
1929
- const e = t, { prop: i } = s(e, ["settings", "color"]), { color: r } = U(i), { prop: l } = s(e, ["settings", "direction"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "hideDetails"]), { prop: c } = s(e, ["settings", "label"]), { prop: p } = s(e, ["settings", "max"]), { prop: b } = s(e, ["settings", "min"]), { prop: u } = s(e, ["settings", "readonly"]), { prop: d } = s(e, ["settings", "reverse"]), { prop: m } = s(e, ["settings", "showTicks"]), f = k(() => {
1940
+ const e = t, { prop: i } = s(e, ["settings", "color"]), { color: l } = U(i), { prop: r } = s(e, ["settings", "direction"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "hideDetails"]), { prop: c } = s(e, ["settings", "label"]), { prop: p } = s(e, ["settings", "max"]), { prop: b } = s(e, ["settings", "min"]), { prop: u } = s(e, ["settings", "readonly"]), { prop: d } = s(e, ["settings", "reverse"]), { prop: m } = s(e, ["settings", "showTicks"]), f = k(() => {
1930
1941
  if (m.value === "always")
1931
1942
  return "always";
1932
1943
  if (m.value === "show")
@@ -1948,7 +1959,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1948
1959
  const Z = {};
1949
1960
  for (const { value: ce, label: ze } of N.value)
1950
1961
  Z[ce] = ze;
1951
- if (!ri(Z))
1962
+ if (!mi(Z))
1952
1963
  return Z;
1953
1964
  }), { prop: B } = s(e, ["settings", "tickSize"]), { prop: V } = s(e, [
1954
1965
  "settings",
@@ -1957,12 +1968,12 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1957
1968
  return (Z, ce) => {
1958
1969
  const ze = A("v-slider");
1959
1970
  return w(), z(n(X), null, {
1960
- default: S(() => [
1971
+ default: T(() => [
1961
1972
  H(ze, {
1962
1973
  modelValue: n(J),
1963
1974
  "onUpdate:modelValue": ce[0] || (ce[0] = (Ki) => G(J) ? J.value = Ki : null),
1964
- color: n(r),
1965
- direction: n(l),
1975
+ color: n(l),
1976
+ direction: n(r),
1966
1977
  disabled: n(o),
1967
1978
  "hide-details": n(a),
1968
1979
  label: n(c),
@@ -1982,8 +1993,8 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1982
1993
  }, Jt({ _: 2 }, [
1983
1994
  n(j) ? {
1984
1995
  name: "append",
1985
- fn: S(() => [
1986
- H(n(re), {
1996
+ fn: T(() => [
1997
+ H(n(le), {
1987
1998
  "ref-context": { refid: n(j) },
1988
1999
  state: {}
1989
2000
  }, null, 8, ["ref-context"])
@@ -1992,8 +2003,8 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
1992
2003
  } : void 0,
1993
2004
  n(Y) ? {
1994
2005
  name: "prepend",
1995
- fn: S(() => [
1996
- H(n(re), {
2006
+ fn: T(() => [
2007
+ H(n(le), {
1997
2008
  "ref-context": { refid: n(Y) },
1998
2009
  state: {}
1999
2010
  }, null, 8, ["ref-context"])
@@ -2006,40 +2017,40 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
2006
2017
  });
2007
2018
  };
2008
2019
  }
2009
- }), Pr = /* @__PURE__ */ T({
2020
+ }), Wl = /* @__PURE__ */ S({
2010
2021
  __name: "index",
2011
2022
  props: {
2012
2023
  node: {},
2013
2024
  outer: { type: Boolean }
2014
2025
  },
2015
2026
  setup(t) {
2016
- const e = t, { prop: i } = s(e, ["settings", "hideActions"]), { theme: r } = R(), { prop: l } = s(e, ["settings", "value"]);
2027
+ const e = t, { prop: i } = s(e, ["settings", "hideActions"]), { theme: l } = R(), { prop: r } = s(e, ["settings", "value"]);
2017
2028
  return (o, a) => {
2018
2029
  const c = A("v-stepper");
2019
2030
  return w(), z(c, {
2020
- modelValue: n(l),
2021
- "onUpdate:modelValue": a[0] || (a[0] = (p) => G(l) ? l.value = p : null),
2031
+ modelValue: n(r),
2032
+ "onUpdate:modelValue": a[0] || (a[0] = (p) => G(r) ? r.value = p : null),
2022
2033
  "hide-actions": n(i),
2023
- theme: n(r)
2034
+ theme: n(l)
2024
2035
  }, {
2025
- default: S(() => [
2036
+ default: T(() => [
2026
2037
  E(o.$slots, "default")
2027
2038
  ]),
2028
2039
  _: 3
2029
2040
  }, 8, ["modelValue", "hide-actions", "theme"]);
2030
2041
  };
2031
2042
  }
2032
- }), Wr = {};
2033
- function Lr(t, e) {
2043
+ }), Ll = {};
2044
+ function Bl(t, e) {
2034
2045
  const i = A("v-stepper-header");
2035
2046
  return w(), z(i, null, {
2036
- default: S(() => [
2047
+ default: T(() => [
2037
2048
  E(t.$slots, "default")
2038
2049
  ]),
2039
2050
  _: 3
2040
2051
  });
2041
2052
  }
2042
- const Br = /* @__PURE__ */ be(Wr, [["render", Lr]]), Nr = /* @__PURE__ */ T({
2053
+ const Nl = /* @__PURE__ */ be(Ll, [["render", Bl]]), Rl = /* @__PURE__ */ S({
2043
2054
  __name: "index",
2044
2055
  props: {
2045
2056
  node: {},
@@ -2047,27 +2058,27 @@ const Br = /* @__PURE__ */ be(Wr, [["render", Lr]]), Nr = /* @__PURE__ */ T({
2047
2058
  },
2048
2059
  setup(t) {
2049
2060
  const e = t, { prop: i } = s(e, ["settings", "value"]);
2050
- return (r, l) => {
2061
+ return (l, r) => {
2051
2062
  const o = A("v-stepper-item");
2052
2063
  return w(), z(o, { value: n(i) }, {
2053
- default: S(() => [
2054
- E(r.$slots, "default")
2064
+ default: T(() => [
2065
+ E(l.$slots, "default")
2055
2066
  ]),
2056
2067
  _: 3
2057
2068
  }, 8, ["value"]);
2058
2069
  };
2059
2070
  }
2060
- }), Rr = {};
2061
- function Dr(t, e) {
2071
+ }), Dl = {};
2072
+ function El(t, e) {
2062
2073
  const i = A("v-stepper-window");
2063
2074
  return w(), z(i, null, {
2064
- default: S(() => [
2075
+ default: T(() => [
2065
2076
  E(t.$slots, "default")
2066
2077
  ]),
2067
2078
  _: 3
2068
2079
  });
2069
2080
  }
2070
- const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2081
+ const Fl = /* @__PURE__ */ be(Dl, [["render", El]]), Ml = /* @__PURE__ */ S({
2071
2082
  __name: "index",
2072
2083
  props: {
2073
2084
  node: {},
@@ -2075,37 +2086,37 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2075
2086
  },
2076
2087
  setup(t) {
2077
2088
  const e = t, { prop: i } = s(e, ["settings", "value"]);
2078
- return (r, l) => {
2089
+ return (l, r) => {
2079
2090
  const o = A("v-stepper-window-item");
2080
2091
  return w(), z(o, { value: n(i) }, {
2081
- default: S(() => [
2082
- E(r.$slots, "default")
2092
+ default: T(() => [
2093
+ E(l.$slots, "default")
2083
2094
  ]),
2084
2095
  _: 3
2085
2096
  }, 8, ["value"]);
2086
2097
  };
2087
2098
  }
2088
- }), Mr = /* @__PURE__ */ T({
2099
+ }), Hl = /* @__PURE__ */ S({
2089
2100
  __name: "index",
2090
2101
  props: {
2091
2102
  node: {},
2092
2103
  outer: { type: Boolean }
2093
2104
  },
2094
2105
  setup(t) {
2095
- const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "direction"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "hideDetails"]), { prop: a } = s(e, [
2106
+ const e = t, { prop: i } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "direction"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: o } = s(e, ["settings", "hideDetails"]), { prop: a } = s(e, [
2096
2107
  "settings",
2097
2108
  "indeterminate"
2098
2109
  ]), { prop: c } = s(e, ["settings", "inline"]), { prop: p } = s(e, ["settings", "inset"]), { prop: b } = s(e, ["settings", "label"]), { prop: u } = s(e, ["settings", "loading"]), { theme: d } = R(), { prop: m } = s(e, ["settings", "value"]);
2099
2110
  return (f, h) => {
2100
2111
  const x = A("v-switch");
2101
2112
  return w(), z(n(X), { "fit-content": !0 }, {
2102
- default: S(() => [
2113
+ default: T(() => [
2103
2114
  H(x, {
2104
2115
  modelValue: n(m),
2105
2116
  "onUpdate:modelValue": h[0] || (h[0] = (g) => G(m) ? m.value = g : null),
2106
2117
  density: n(i),
2107
- direction: n(r),
2108
- disabled: n(l),
2118
+ direction: n(l),
2119
+ disabled: n(r),
2109
2120
  "hide-details": n(o),
2110
2121
  indeterminate: n(a),
2111
2122
  inline: n(c),
@@ -2119,25 +2130,25 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2119
2130
  });
2120
2131
  };
2121
2132
  }
2122
- }), Hr = /* @__PURE__ */ T({
2133
+ }), jl = /* @__PURE__ */ S({
2123
2134
  __name: "index",
2124
2135
  props: {
2125
2136
  node: {},
2126
2137
  outer: { type: Boolean }
2127
2138
  },
2128
2139
  setup(t) {
2129
- const e = t, i = Q(), { prop: r } = s(e, ["settings", "text"]), { theme: l } = R(), { prop: o } = s(e, ["settings", "value"]), a = k(() => {
2140
+ const e = t, i = Q(), { prop: l } = s(e, ["settings", "text"]), { theme: r } = R(), { prop: o } = s(e, ["settings", "value"]), a = k(() => {
2130
2141
  const c = {};
2131
2142
  return i === "editor" && (c.pointerEvents = "none"), c;
2132
2143
  });
2133
2144
  return (c, p) => {
2134
2145
  const b = A("v-tab");
2135
2146
  return w(), z(n(X), { "fit-content": !0 }, {
2136
- default: S(() => [
2147
+ default: T(() => [
2137
2148
  H(b, {
2138
2149
  style: q(a.value),
2139
- text: n(r),
2140
- theme: n(l),
2150
+ text: n(l),
2151
+ theme: n(r),
2141
2152
  value: n(o)
2142
2153
  }, null, 8, ["style", "text", "theme", "value"])
2143
2154
  ]),
@@ -2145,18 +2156,18 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2145
2156
  });
2146
2157
  };
2147
2158
  }
2148
- }), jr = /* @__PURE__ */ T({
2159
+ }), Gl = /* @__PURE__ */ S({
2149
2160
  __name: "index",
2150
2161
  props: {
2151
2162
  node: {},
2152
2163
  outer: { type: Boolean }
2153
2164
  },
2154
2165
  setup(t) {
2155
- const e = t, { prop: i } = s(e, ["settings", "alignTabs"]), { prop: r } = s(e, [
2166
+ const e = t, { prop: i } = s(e, ["settings", "alignTabs"]), { prop: l } = s(e, [
2156
2167
  "settings",
2157
2168
  "color",
2158
2169
  "backgroundColor"
2159
- ]), { color: l } = U(r), { prop: o } = s(e, [
2170
+ ]), { color: r } = U(l), { prop: o } = s(e, [
2160
2171
  "settings",
2161
2172
  "centerActive"
2162
2173
  ]), { prop: a } = s(e, [
@@ -2174,7 +2185,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2174
2185
  modelValue: n(N),
2175
2186
  "onUpdate:modelValue": B[0] || (B[0] = (M) => G(N) ? N.value = M : null),
2176
2187
  "align-tabs": n(i),
2177
- "bg-color": n(l),
2188
+ "bg-color": n(r),
2178
2189
  "center-active": n(o),
2179
2190
  color: n(c),
2180
2191
  density: n(p),
@@ -2190,46 +2201,46 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2190
2201
  stacked: n(I),
2191
2202
  theme: n($)
2192
2203
  }, {
2193
- default: S(() => [
2204
+ default: T(() => [
2194
2205
  E(D.$slots, "default")
2195
2206
  ]),
2196
2207
  _: 3
2197
2208
  }, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
2198
2209
  };
2199
2210
  }
2200
- }), Gr = /* @__PURE__ */ T({
2211
+ }), Ul = /* @__PURE__ */ S({
2201
2212
  __name: "index",
2202
2213
  props: {
2203
2214
  node: {},
2204
2215
  outer: { type: Boolean }
2205
2216
  },
2206
2217
  setup(t) {
2207
- const e = t, i = ke(), { prop: r } = s(e, ["settings", "align"]), { prop: l } = s(e, ["settings", "decoration"]), { prop: o } = s(e, ["settings", "emphasis"]), { prop: a } = s(e, ["settings", "italic"]), { prop: c } = s(e, ["settings", "text"]), { prop: p } = s(e, ["settings", "weight"]), b = k(() => {
2218
+ const e = t, i = ke(), { prop: l } = s(e, ["settings", "align"]), { prop: r } = s(e, ["settings", "decoration"]), { prop: o } = s(e, ["settings", "emphasis"]), { prop: a } = s(e, ["settings", "italic"]), { prop: c } = s(e, ["settings", "text"]), { prop: p } = s(e, ["settings", "weight"]), b = k(() => {
2208
2219
  const u = [], d = Vi(i.value.width), m = ye(d, e.node.settings?.style);
2209
- return m && u.push(`text-${m}`), o.value === "high" ? u.push("text-high-emphasis") : o.value === "medium" ? u.push("text-medium-emphasis") : o.value === "disabled" && u.push("text-disabled"), r.value && u.push(`font-${r.value}`), l.value && u.push(`text-decoration-${l.value}`), p.value && u.push(`font-weight-${p.value}`), a.value && u.push("font-italic"), u.join(" ");
2220
+ return m && u.push(`text-${m}`), o.value === "high" ? u.push("text-high-emphasis") : o.value === "medium" ? u.push("text-medium-emphasis") : o.value === "disabled" && u.push("text-disabled"), l.value && u.push(`font-${l.value}`), r.value && u.push(`text-decoration-${r.value}`), p.value && u.push(`font-weight-${p.value}`), a.value && u.push("font-italic"), u.join(" ");
2210
2221
  });
2211
2222
  return (u, d) => (w(), ne("span", {
2212
- class: uo(b.value)
2213
- }, co(n(c)), 3));
2223
+ class: Zi(b.value)
2224
+ }, qi(n(c)), 3));
2214
2225
  }
2215
- }), Ur = /* @__PURE__ */ T({
2226
+ }), Ol = /* @__PURE__ */ S({
2216
2227
  __name: "index",
2217
2228
  props: {
2218
2229
  node: {},
2219
2230
  outer: { type: Boolean }
2220
2231
  },
2221
2232
  setup(t) {
2222
- const e = t, { prop: i } = s(e, ["settings", "autoGrow"]), { prop: r } = s(e, ["settings", "clearable"]), { prop: l } = s(e, ["settings", "density"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "loading"]), { prop: p } = s(e, ["settings", "maxRows"]), { prop: b } = s(e, ["settings", "placeholder"]), { prop: u } = s(e, ["settings", "readonly"]), { prop: d } = s(e, ["settings", "reverse"]), { prop: m } = s(e, ["settings", "rows"]), { prop: f } = s(e, ["settings", "singleLine"]), { theme: h } = R(), { prop: x } = s(e, ["settings", "value"]), { prop: g } = s(e, ["settings", "variant"]);
2233
+ const e = t, { prop: i } = s(e, ["settings", "autoGrow"]), { prop: l } = s(e, ["settings", "clearable"]), { prop: r } = s(e, ["settings", "density"]), { prop: o } = s(e, ["settings", "disabled"]), { prop: a } = s(e, ["settings", "label"]), { prop: c } = s(e, ["settings", "loading"]), { prop: p } = s(e, ["settings", "maxRows"]), { prop: b } = s(e, ["settings", "placeholder"]), { prop: u } = s(e, ["settings", "readonly"]), { prop: d } = s(e, ["settings", "reverse"]), { prop: m } = s(e, ["settings", "rows"]), { prop: f } = s(e, ["settings", "singleLine"]), { theme: h } = R(), { prop: x } = s(e, ["settings", "value"]), { prop: g } = s(e, ["settings", "variant"]);
2223
2234
  return (_, v) => {
2224
2235
  const I = A("v-textarea");
2225
2236
  return w(), z(n(X), null, {
2226
- default: S(() => [
2237
+ default: T(() => [
2227
2238
  H(I, {
2228
2239
  modelValue: n(x),
2229
2240
  "onUpdate:modelValue": v[0] || (v[0] = ($) => G(x) ? x.value = $ : null),
2230
2241
  "auto-grow": n(i),
2231
- clearable: n(r),
2232
- density: n(l),
2242
+ clearable: n(l),
2243
+ density: n(r),
2233
2244
  disabled: n(o),
2234
2245
  label: n(a),
2235
2246
  loading: n(c),
@@ -2247,17 +2258,17 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2247
2258
  });
2248
2259
  };
2249
2260
  }
2250
- }), Or = /* @__PURE__ */ T({
2261
+ }), Kl = /* @__PURE__ */ S({
2251
2262
  __name: "index",
2252
2263
  props: {
2253
2264
  node: {},
2254
2265
  outer: { type: Boolean }
2255
2266
  },
2256
2267
  setup(t) {
2257
- const e = t, { prop: i } = s(e, ["settings", "appendIcon"]), { prop: r } = s(e, [
2268
+ const e = t, { prop: i } = s(e, ["settings", "appendIcon"]), { prop: l } = s(e, [
2258
2269
  "settings",
2259
2270
  "appendInnerIcon"
2260
- ]), { prop: l } = s(e, ["settings", "autofocus"]), { prop: o } = s(e, ["settings", "clearable"]), { prop: a } = s(e, ["settings", "density"]), { prop: c } = s(e, ["settings", "disabled"]), { prop: p } = s(e, ["settings", "hideDetails"]), { prop: b } = s(e, ["settings", "label"]), { prop: u } = s(e, ["settings", "loading"]), { prop: d } = s(e, ["settings", "placeholder"]), { prop: m } = s(e, ["settings", "prefix"]), { prop: f } = s(e, ["settings", "prependIcon"]), { prop: h } = s(e, [
2271
+ ]), { prop: r } = s(e, ["settings", "autofocus"]), { prop: o } = s(e, ["settings", "clearable"]), { prop: a } = s(e, ["settings", "density"]), { prop: c } = s(e, ["settings", "disabled"]), { prop: p } = s(e, ["settings", "hideDetails"]), { prop: b } = s(e, ["settings", "label"]), { prop: u } = s(e, ["settings", "loading"]), { prop: d } = s(e, ["settings", "placeholder"]), { prop: m } = s(e, ["settings", "prefix"]), { prop: f } = s(e, ["settings", "prependIcon"]), { prop: h } = s(e, [
2261
2272
  "settings",
2262
2273
  "prependInnerIcon"
2263
2274
  ]), { prop: x } = s(e, ["settings", "readonly"]), { prop: g } = s(e, ["settings", "reverse"]), { prop: _ } = s(e, ["settings", "singleLine"]), { prop: v } = s(e, ["settings", "suffix"]), { theme: I } = R(), { prop: $ } = s(e, ["settings", "value"]), { prop: N } = s(e, ["settings", "variant"]), { prop: D } = s(e, ["slots", "append"]), { prop: B } = s(e, [
@@ -2270,13 +2281,13 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2270
2281
  return (J, j) => {
2271
2282
  const Y = A("v-text-field");
2272
2283
  return w(), z(n(X), null, {
2273
- default: S(() => [
2284
+ default: T(() => [
2274
2285
  H(Y, {
2275
2286
  modelValue: n($),
2276
2287
  "onUpdate:modelValue": j[0] || (j[0] = (Z) => G($) ? $.value = Z : null),
2277
2288
  "append-icon": n(i),
2278
- "append-inner-icon": n(r),
2279
- autofocus: n(l),
2289
+ "append-inner-icon": n(l),
2290
+ autofocus: n(r),
2280
2291
  clearable: n(o),
2281
2292
  density: n(a),
2282
2293
  disabled: n(c),
@@ -2296,8 +2307,8 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2296
2307
  }, Jt({ _: 2 }, [
2297
2308
  n(D) ? {
2298
2309
  name: "append",
2299
- fn: S(() => [
2300
- H(n(re), {
2310
+ fn: T(() => [
2311
+ H(n(le), {
2301
2312
  "ref-context": { refid: n(D) },
2302
2313
  state: {}
2303
2314
  }, null, 8, ["ref-context"])
@@ -2306,8 +2317,8 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2306
2317
  } : void 0,
2307
2318
  n(B) ? {
2308
2319
  name: "append-inner",
2309
- fn: S(() => [
2310
- H(n(re), {
2320
+ fn: T(() => [
2321
+ H(n(le), {
2311
2322
  "ref-context": { refid: n(B) },
2312
2323
  state: {}
2313
2324
  }, null, 8, ["ref-context"])
@@ -2316,8 +2327,8 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2316
2327
  } : void 0,
2317
2328
  n(V) ? {
2318
2329
  name: "prepend",
2319
- fn: S(() => [
2320
- H(n(re), {
2330
+ fn: T(() => [
2331
+ H(n(le), {
2321
2332
  "ref-context": { refid: n(V) },
2322
2333
  state: {}
2323
2334
  }, null, 8, ["ref-context"])
@@ -2326,8 +2337,8 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2326
2337
  } : void 0,
2327
2338
  n(M) ? {
2328
2339
  name: "prepend-inner",
2329
- fn: S(() => [
2330
- H(n(re), {
2340
+ fn: T(() => [
2341
+ H(n(le), {
2331
2342
  "ref-context": { refid: n(M) },
2332
2343
  state: {}
2333
2344
  }, null, 8, ["ref-context"])
@@ -2340,14 +2351,14 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2340
2351
  });
2341
2352
  };
2342
2353
  }
2343
- }), Kr = /* @__PURE__ */ T({
2354
+ }), Jl = /* @__PURE__ */ S({
2344
2355
  __name: "index",
2345
2356
  props: {
2346
2357
  node: {},
2347
2358
  outer: { type: Boolean }
2348
2359
  },
2349
2360
  setup(t) {
2350
- const e = t, { prop: i } = s(e, ["settings", "align"]), { prop: r } = s(e, ["settings", "density"]), { prop: l } = s(e, ["settings", "direction"]), { prop: o } = s(e, [
2361
+ const e = t, { prop: i } = s(e, ["settings", "align"]), { prop: l } = s(e, ["settings", "density"]), { prop: r } = s(e, ["settings", "direction"]), { prop: o } = s(e, [
2351
2362
  "settings",
2352
2363
  "dot",
2353
2364
  "color"
@@ -2371,8 +2382,8 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2371
2382
  const v = A("v-timeline");
2372
2383
  return w(), z(v, {
2373
2384
  align: n(i),
2374
- density: n(r),
2375
- direction: n(l),
2385
+ density: n(l),
2386
+ direction: n(r),
2376
2387
  "dot-color": n(a),
2377
2388
  "fill-dot": n(c),
2378
2389
  "hide-opposite": n(p),
@@ -2383,62 +2394,62 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
2383
2394
  theme: n(x),
2384
2395
  "truncate-line": n(h)
2385
2396
  }, {
2386
- default: S(() => [
2397
+ default: T(() => [
2387
2398
  E(g.$slots, "default")
2388
2399
  ]),
2389
2400
  _: 3
2390
2401
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
2391
2402
  };
2392
2403
  }
2393
- }), Jr = {};
2394
- function Xr(t, e) {
2404
+ }), Xl = {};
2405
+ function Yl(t, e) {
2395
2406
  const i = A("v-timeline-item");
2396
2407
  return w(), z(i, null, {
2397
- default: S(() => [
2408
+ default: T(() => [
2398
2409
  E(t.$slots, "default")
2399
2410
  ]),
2400
2411
  _: 3
2401
2412
  });
2402
2413
  }
2403
- const Yr = /* @__PURE__ */ be(Jr, [["render", Xr]]), Zr = /* @__PURE__ */ T({
2414
+ const Zl = /* @__PURE__ */ be(Xl, [["render", Yl]]), ql = /* @__PURE__ */ S({
2404
2415
  __name: "index",
2405
2416
  props: {
2406
2417
  node: {},
2407
2418
  outer: { type: Boolean }
2408
2419
  },
2409
2420
  setup(t) {
2410
- const e = t, { prop: i } = s(e, ["settings", "continuous"]), { prop: r } = s(e, ["settings", "disabled"]), { prop: l } = s(e, ["settings", "direction"]), { prop: o } = s(e, ["settings", "reverse"]), { prop: a } = s(e, ["settings", "showArrows"]), { prop: c } = s(e, ["settings", "touch"]), { theme: p } = R(), { prop: b } = s(e, ["settings", "value"]);
2421
+ const e = t, { prop: i } = s(e, ["settings", "continuous"]), { prop: l } = s(e, ["settings", "disabled"]), { prop: r } = s(e, ["settings", "direction"]), { prop: o } = s(e, ["settings", "reverse"]), { prop: a } = s(e, ["settings", "showArrows"]), { prop: c } = s(e, ["settings", "touch"]), { theme: p } = R(), { prop: b } = s(e, ["settings", "value"]);
2411
2422
  return (u, d) => {
2412
2423
  const m = A("v-window");
2413
2424
  return w(), z(m, {
2414
2425
  modelValue: n(b),
2415
2426
  "onUpdate:modelValue": d[0] || (d[0] = (f) => G(b) ? b.value = f : null),
2416
2427
  continuous: n(i),
2417
- direction: n(l),
2418
- disabled: n(r),
2428
+ direction: n(r),
2429
+ disabled: n(l),
2419
2430
  reverse: n(o),
2420
2431
  "show-arrows": n(a),
2421
2432
  theme: n(p),
2422
2433
  touch: n(c)
2423
2434
  }, {
2424
- default: S(() => [
2435
+ default: T(() => [
2425
2436
  E(u.$slots, "default")
2426
2437
  ]),
2427
2438
  _: 3
2428
2439
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
2429
2440
  };
2430
2441
  }
2431
- }), qr = {};
2432
- function Qr(t, e) {
2442
+ }), Ql = {};
2443
+ function er(t, e) {
2433
2444
  const i = A("v-window-item");
2434
2445
  return w(), z(i, null, {
2435
- default: S(() => [
2446
+ default: T(() => [
2436
2447
  E(t.$slots, "default")
2437
2448
  ]),
2438
2449
  _: 3
2439
2450
  });
2440
2451
  }
2441
- const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "breadcrumbs_v1", Fe = "bar_chart_v1", Me = "btn_v1", He = "btn_group_v1", je = "btn_toggle_v1", Ge = "card_v1", Ue = "checkbox_v1", Oe = "chip_v1", Ke = "chip_group_v1", Je = "color_picker_v1", Xe = "combobox_v1", Ye = "container_v1", Ze = "data_table_v1", qe = "date_picker_v1", Qe = "dialog_v1", et = "file_input_v1", tt = "flex_layout_v1", Ri = "flex_layout_entry_v1", nt = "form_v1", it = "icon_v1", ot = "globality_v1", st = "line_chart_v1", rt = "menu_v1", pn = "multiple_ref_v1", lt = "number_input_v1", at = "pagination_v1", Di = "radio_v1", ut = "radio_group_v1", ct = "range_slider_v1", dt = "rating_v1", fn = "render_switch_v1", mt = "select_v1", Pe = "single_ref_v1", pt = "slider_v1", ft = "stepper_v1", Ei = "stepper_header_v1", Fi = "stepper_item_v1", Mi = "stepper_window_v1", Hi = "stepper_window_item_v1", bt = "switch_v1", ji = "tab_v1", bn = "table_v1", yt = "tabs_v1", ht = "text_v1", gt = "textarea_v1", xt = "text_field_v1", vt = "timeline_v1", Gi = "timeline_item_v1", kt = "window_v1", Ui = "window_item_v1", y = {
2452
+ const tr = /* @__PURE__ */ be(Ql, [["render", er]]), Ni = "badge_v1", mn = "breadcrumbs_v1", Fe = "bar_chart_v1", Me = "btn_v1", He = "btn_group_v1", je = "btn_toggle_v1", Ge = "card_v1", Ue = "checkbox_v1", Oe = "chip_v1", Ke = "chip_group_v1", Je = "color_picker_v1", Xe = "combobox_v1", Ye = "container_v1", Ze = "data_table_v1", qe = "date_picker_v1", Qe = "dialog_v1", et = "file_input_v1", tt = "flex_layout_v1", Ri = "flex_layout_entry_v1", nt = "form_v1", it = "icon_v1", ot = "globality_v1", st = "line_chart_v1", lt = "menu_v1", pn = "multiple_ref_v1", rt = "number_input_v1", at = "pagination_v1", Di = "radio_v1", ut = "radio_group_v1", ct = "range_slider_v1", dt = "rating_v1", fn = "render_switch_v1", mt = "select_v1", Pe = "single_ref_v1", pt = "slider_v1", ft = "stepper_v1", Ei = "stepper_header_v1", Fi = "stepper_item_v1", Mi = "stepper_window_v1", Hi = "stepper_window_item_v1", bt = "switch_v1", ji = "tab_v1", bn = "table_v1", yt = "tabs_v1", ht = "text_v1", gt = "textarea_v1", xt = "text_field_v1", vt = "timeline_v1", Gi = "timeline_item_v1", kt = "window_v1", Ui = "window_item_v1", y = {
2442
2453
  key: "basic",
2443
2454
  name: "x-runtime-lib.basic",
2444
2455
  children: [
@@ -2500,7 +2511,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
2500
2511
  ]
2501
2512
  }
2502
2513
  ]
2503
- }, tl = F(K), me = {
2514
+ }, nr = F(K), me = {
2504
2515
  key: "border",
2505
2516
  name: "x-runtime-lib.border",
2506
2517
  children: [
@@ -2518,7 +2529,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
2518
2529
  types: "borderWidthTypesV1",
2519
2530
  default: ""
2520
2531
  },
2521
- tl,
2532
+ nr,
2522
2533
  {
2523
2534
  key: "roundRadius",
2524
2535
  name: "x-runtime-lib.roundRadius",
@@ -2782,19 +2793,19 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
2782
2793
  }
2783
2794
  ]
2784
2795
  };
2785
- function nl(t, e) {
2786
- const i = `type=${t} subtype=${e}`, r = L(t, e);
2787
- if (!r) {
2796
+ function ir(t, e) {
2797
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
2798
+ if (!l) {
2788
2799
  console.error(`barChartV1/spawn prop tag not found, ${i}`);
2789
2800
  return;
2790
2801
  }
2791
- const l = _t.props[r];
2792
- if (!l) {
2802
+ const r = _t.props[l];
2803
+ if (!r) {
2793
2804
  console.error(`barChartV1/spawn props not found, ${i}`);
2794
2805
  return;
2795
2806
  }
2796
2807
  const o = {};
2797
- return W(o, l), o.basic.id = P(16), o.basic.key = _t.key, o.size.height = "300px", o.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], o.series = [
2808
+ return W(o, r), o.basic.id = P(16), o.basic.key = _t.key, o.size.height = "300px", o.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], o.series = [
2798
2809
  {
2799
2810
  type: "bar",
2800
2811
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -2825,7 +2836,7 @@ const yn = {
2825
2836
  }, _t = {
2826
2837
  key: Fe,
2827
2838
  name: "x-runtime-lib.barChart",
2828
- comp: Rs,
2839
+ comp: Ds,
2829
2840
  props: {
2830
2841
  pageCommon: [y, O, Ve, $e, Ie, we, yn],
2831
2842
  compCommon: [y, O, Ve, $e, Ie, we, yn]
@@ -2834,22 +2845,22 @@ const yn = {
2834
2845
  methods: [],
2835
2846
  slots: [],
2836
2847
  leaf: !0,
2837
- spawn: nl
2848
+ spawn: ir
2838
2849
  };
2839
2850
  C(_t);
2840
- function il(t, e) {
2841
- const i = `type=${t} subtype=${e}`, r = L(t, e);
2842
- if (!r) {
2851
+ function or(t, e) {
2852
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
2853
+ if (!l) {
2843
2854
  console.error(`lineChartV1/spawn prop tag not found, ${i}`);
2844
2855
  return;
2845
2856
  }
2846
- const l = wt.props[r];
2847
- if (!l) {
2857
+ const r = wt.props[l];
2858
+ if (!r) {
2848
2859
  console.error(`lineChartV1/spawn props not found, ${i}`);
2849
2860
  return;
2850
2861
  }
2851
2862
  const o = {};
2852
- return W(o, l), o.basic.id = P(16), o.basic.key = wt.key, o.size.height = "300px", o.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], o.series = [
2863
+ return W(o, r), o.basic.id = P(16), o.basic.key = wt.key, o.size.height = "300px", o.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], o.series = [
2853
2864
  {
2854
2865
  type: "line",
2855
2866
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -2880,7 +2891,7 @@ const hn = {
2880
2891
  }, wt = {
2881
2892
  key: st,
2882
2893
  name: "x-runtime-lib.lineChart",
2883
- comp: Ds,
2894
+ comp: Es,
2884
2895
  props: {
2885
2896
  pageCommon: [y, O, Ve, $e, Ie, we, hn],
2886
2897
  compCommon: [y, O, Ve, $e, Ie, we, hn]
@@ -2889,7 +2900,7 @@ const hn = {
2889
2900
  methods: [],
2890
2901
  slots: [],
2891
2902
  leaf: !0,
2892
- spawn: il
2903
+ spawn: or
2893
2904
  };
2894
2905
  C(wt);
2895
2906
  const Qt = F(K);
@@ -2903,7 +2914,7 @@ const gn = {
2903
2914
  key: "settings",
2904
2915
  name: "x-runtime-lib.settings",
2905
2916
  children: []
2906
- }, ol = {
2917
+ }, sr = {
2907
2918
  key: ot,
2908
2919
  name: "x-runtime-lib.globality",
2909
2920
  comp: null,
@@ -2951,7 +2962,7 @@ const gn = {
2951
2962
  slots: [],
2952
2963
  internal: !0
2953
2964
  };
2954
- C(ol);
2965
+ C(sr);
2955
2966
  const vn = {
2956
2967
  key: "settings",
2957
2968
  name: "x-runtime-lib.settings",
@@ -2987,10 +2998,10 @@ const vn = {
2987
2998
  default: !1
2988
2999
  }
2989
3000
  ]
2990
- }, Za = {
3001
+ }, Qa = {
2991
3002
  key: Ni,
2992
3003
  name: "x-runtime-lib.badge",
2993
- comp: qs,
3004
+ comp: Qs,
2994
3005
  props: {
2995
3006
  pageCommon: [y, vn],
2996
3007
  compCommon: [y, vn]
@@ -2999,21 +3010,21 @@ const vn = {
2999
3010
  methods: [],
3000
3011
  slots: []
3001
3012
  };
3002
- function sl(t, e) {
3003
- const i = `type=${t} subtype=${e}`, r = L(t, e);
3004
- if (!r) {
3013
+ function lr(t, e) {
3014
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
3015
+ if (!l) {
3005
3016
  console.error(`btnV1/spawn prop tag not found, ${i}`);
3006
3017
  return;
3007
3018
  }
3008
- const l = Vt.props[r];
3009
- if (!l) {
3019
+ const r = Vt.props[l];
3020
+ if (!r) {
3010
3021
  console.error(`btnV1/spawn props not found, ${i}`);
3011
3022
  return;
3012
3023
  }
3013
3024
  const o = {};
3014
- return W(o, l), o.basic.id = P(16), o.basic.key = Vt.key, o.settings.text = "button", o;
3025
+ return W(o, r), o.basic.id = P(16), o.basic.key = Vt.key, o.settings.text = "button", o;
3015
3026
  }
3016
- const rl = F(K), kn = {
3027
+ const rr = F(K), kn = {
3017
3028
  key: "settings",
3018
3029
  name: "x-runtime-lib.settings",
3019
3030
  children: [
@@ -3092,7 +3103,7 @@ const rl = F(K), kn = {
3092
3103
  ui: "switch",
3093
3104
  default: !1
3094
3105
  },
3095
- rl,
3106
+ rr,
3096
3107
  {
3097
3108
  key: "ripple",
3098
3109
  name: "x-runtime-lib.ripple",
@@ -3103,7 +3114,7 @@ const rl = F(K), kn = {
3103
3114
  }, Vt = {
3104
3115
  key: Me,
3105
3116
  name: "x-runtime-lib.button",
3106
- comp: Qs,
3117
+ comp: el,
3107
3118
  props: {
3108
3119
  pageCommon: [y, O, kn],
3109
3120
  compCommon: [y, O, kn]
@@ -3118,13 +3129,13 @@ const rl = F(K), kn = {
3118
3129
  methods: [],
3119
3130
  slots: [],
3120
3131
  leaf: !0,
3121
- spawn: sl
3132
+ spawn: lr
3122
3133
  };
3123
3134
  C(Vt);
3124
- const ll = {
3135
+ const ar = {
3125
3136
  key: He,
3126
3137
  name: "x-runtime-lib.buttonGroup",
3127
- comp: nr,
3138
+ comp: il,
3128
3139
  props: {
3129
3140
  pageCommon: [y],
3130
3141
  compCommon: [y]
@@ -3133,7 +3144,7 @@ const ll = {
3133
3144
  methods: [],
3134
3145
  slots: []
3135
3146
  };
3136
- C(ll);
3147
+ C(ar);
3137
3148
  const _n = {
3138
3149
  key: "settings",
3139
3150
  name: "x-runtime-lib.settings",
@@ -3195,10 +3206,10 @@ const _n = {
3195
3206
  default: !1
3196
3207
  }
3197
3208
  ]
3198
- }, al = {
3209
+ }, ur = {
3199
3210
  key: je,
3200
3211
  name: "x-runtime-lib.buttonToggle",
3201
- comp: ir,
3212
+ comp: ol,
3202
3213
  props: {
3203
3214
  pageCommon: [y, _n],
3204
3215
  compCommon: [y, _n]
@@ -3207,20 +3218,20 @@ const _n = {
3207
3218
  methods: [],
3208
3219
  slots: []
3209
3220
  };
3210
- C(al);
3211
- function ul(t, e) {
3212
- const i = `type=${t} subtype=${e}`, r = L(t, e);
3213
- if (!r) {
3221
+ C(ur);
3222
+ function cr(t, e) {
3223
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
3224
+ if (!l) {
3214
3225
  console.error(`cardV1/spawn prop tag not found, ${i}`);
3215
3226
  return;
3216
3227
  }
3217
- const l = xe.props[r];
3218
- if (!l) {
3228
+ const r = xe.props[l];
3229
+ if (!r) {
3219
3230
  console.error(`cardV1/spawn props not found, ${i}`);
3220
3231
  return;
3221
3232
  }
3222
3233
  const o = {};
3223
- return W(o, l), o.basic.id = P(16), o.basic.key = xe.key, o.children = [], o.settings.title = "title", o.settings.subtitle = "subtitle", o.settings.text = "text", o;
3234
+ return W(o, r), o.basic.id = P(16), o.basic.key = xe.key, o.children = [], o.settings.title = "title", o.settings.subtitle = "subtitle", o.settings.text = "text", o;
3224
3235
  }
3225
3236
  const wn = {
3226
3237
  key: "settings",
@@ -3280,7 +3291,7 @@ const wn = {
3280
3291
  }, xe = {
3281
3292
  key: Ge,
3282
3293
  name: "x-runtime-lib.card",
3283
- comp: or,
3294
+ comp: sl,
3284
3295
  props: {
3285
3296
  pageCommon: [y, O, wn],
3286
3297
  compCommon: [y, O, wn]
@@ -3288,7 +3299,7 @@ const wn = {
3288
3299
  events: [],
3289
3300
  methods: [],
3290
3301
  slots: [],
3291
- spawn: ul
3302
+ spawn: cr
3292
3303
  };
3293
3304
  C(xe);
3294
3305
  const Vn = {
@@ -3308,10 +3319,10 @@ const Vn = {
3308
3319
  default: ""
3309
3320
  }
3310
3321
  ]
3311
- }, cl = {
3322
+ }, dr = {
3312
3323
  key: Ue,
3313
3324
  name: "x-runtime-lib.checkbox",
3314
- comp: sr,
3325
+ comp: ll,
3315
3326
  props: {
3316
3327
  pageCommon: [y, Vn],
3317
3328
  compCommon: [y, Vn]
@@ -3321,8 +3332,8 @@ const Vn = {
3321
3332
  slots: [],
3322
3333
  leaf: !0
3323
3334
  };
3324
- C(cl);
3325
- const dl = F(K), $n = {
3335
+ C(dr);
3336
+ const mr = F(K), $n = {
3326
3337
  key: "settings",
3327
3338
  name: "x-runtime-lib.settings",
3328
3339
  children: [
@@ -3395,12 +3406,12 @@ const dl = F(K), $n = {
3395
3406
  ui: "switch",
3396
3407
  default: !1
3397
3408
  },
3398
- dl
3409
+ mr
3399
3410
  ]
3400
3411
  }, $t = {
3401
3412
  key: Oe,
3402
3413
  name: "x-runtime-lib.chip",
3403
- comp: rr,
3414
+ comp: rl,
3404
3415
  props: {
3405
3416
  pageCommon: [y, $n],
3406
3417
  compCommon: [y, $n]
@@ -3411,19 +3422,19 @@ const dl = F(K), $n = {
3411
3422
  leaf: !0
3412
3423
  };
3413
3424
  C($t);
3414
- function ml(t, e) {
3415
- const i = `type=${t} subtype=${e}`, r = L(t, e);
3416
- if (!r) {
3425
+ function pr(t, e) {
3426
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
3427
+ if (!l) {
3417
3428
  console.error(`chipGroupV1/spawn prop tag not found, ${i}`);
3418
3429
  return;
3419
3430
  }
3420
- const l = It.props[r];
3421
- if (!l) {
3431
+ const r = It.props[l];
3432
+ if (!r) {
3422
3433
  console.error(`chipGroupV1/spawn props not found, ${i}`);
3423
3434
  return;
3424
3435
  }
3425
3436
  const o = {};
3426
- return W(o, l), o.basic.id = P(16), o.basic.key = It.key, o.children = [
3437
+ return W(o, r), o.basic.id = P(16), o.basic.key = It.key, o.children = [
3427
3438
  de(t, e, "chip1", "chip 1"),
3428
3439
  de(t, e, "chip2", "chip 2"),
3429
3440
  de(t, e, "chip3", "chip 3"),
@@ -3432,19 +3443,19 @@ function ml(t, e) {
3432
3443
  de(t, e, "chip6", "chip 6")
3433
3444
  ], o;
3434
3445
  }
3435
- function de(t, e, i, r) {
3436
- const l = `type=${t} subtype=${e}`, o = L(t, e);
3446
+ function de(t, e, i, l) {
3447
+ const r = `type=${t} subtype=${e}`, o = L(t, e);
3437
3448
  if (!o) {
3438
- console.error(`chipGroupV1/spawnChip prop tag not found, ${l}`);
3449
+ console.error(`chipGroupV1/spawnChip prop tag not found, ${r}`);
3439
3450
  return;
3440
3451
  }
3441
3452
  const a = $t.props[o];
3442
3453
  if (!a) {
3443
- console.error(`chipGroupV1/spawnChip props not found, ${l}`);
3454
+ console.error(`chipGroupV1/spawnChip props not found, ${r}`);
3444
3455
  return;
3445
3456
  }
3446
3457
  const c = {};
3447
- return W(c, a), c.basic.id = P(16), c.basic.key = $t.key, c.settings.value = i, c.settings.text = r, c;
3458
+ return W(c, a), c.basic.id = P(16), c.basic.key = $t.key, c.settings.value = i, c.settings.text = l, c;
3448
3459
  }
3449
3460
  const In = {
3450
3461
  key: "settings",
@@ -3503,7 +3514,7 @@ const In = {
3503
3514
  }, It = {
3504
3515
  key: Ke,
3505
3516
  name: "x-runtime-lib.chipGroup",
3506
- comp: lr,
3517
+ comp: al,
3507
3518
  props: {
3508
3519
  pageCommon: [y, In],
3509
3520
  compCommon: [y, In]
@@ -3511,13 +3522,13 @@ const In = {
3511
3522
  events: [],
3512
3523
  methods: [],
3513
3524
  slots: [],
3514
- spawn: ml
3525
+ spawn: pr
3515
3526
  };
3516
3527
  C(It);
3517
- const pl = {
3528
+ const fr = {
3518
3529
  key: Je,
3519
3530
  name: "x-runtime-lib.colorPicker",
3520
- comp: ar,
3531
+ comp: ul,
3521
3532
  props: {
3522
3533
  pageCommon: [y],
3523
3534
  compCommon: [y]
@@ -3527,7 +3538,7 @@ const pl = {
3527
3538
  slots: [],
3528
3539
  leaf: !0
3529
3540
  };
3530
- C(pl);
3541
+ C(fr);
3531
3542
  const Cn = {
3532
3543
  key: "settings",
3533
3544
  name: "x-runtime-lib.settings",
@@ -3569,10 +3580,10 @@ const Cn = {
3569
3580
  default: !1
3570
3581
  }
3571
3582
  ]
3572
- }, fl = {
3583
+ }, br = {
3573
3584
  key: Xe,
3574
3585
  name: "x-runtime-lib.combobox",
3575
- comp: ur,
3586
+ comp: cl,
3576
3587
  props: {
3577
3588
  pageCommon: [y, Cn],
3578
3589
  compCommon: [y, Cn]
@@ -3582,7 +3593,7 @@ const Cn = {
3582
3593
  slots: [],
3583
3594
  leaf: !0
3584
3595
  };
3585
- C(fl);
3596
+ C(br);
3586
3597
  const en = F(K);
3587
3598
  en.key = "backgroundColor";
3588
3599
  en.name = "x-runtime-lib.backgroundColor";
@@ -3593,7 +3604,7 @@ const Sn = {
3593
3604
  }, Ct = {
3594
3605
  key: Ye,
3595
3606
  name: "x-runtime-lib.container",
3596
- comp: cr,
3607
+ comp: dl,
3597
3608
  props: {
3598
3609
  pageCommon: [y, O, me, pe, fe, Sn],
3599
3610
  compCommon: [y, O, me, pe, fe, Sn]
@@ -3761,10 +3772,10 @@ const Tn = {
3761
3772
  defaultArray: []
3762
3773
  }
3763
3774
  ]
3764
- }, bl = {
3775
+ }, yr = {
3765
3776
  key: Ze,
3766
3777
  name: "x-runtime-lib.dataTable",
3767
- comp: dr,
3778
+ comp: ml,
3768
3779
  props: {
3769
3780
  pageCommon: [y, Tn, zn, An],
3770
3781
  compCommon: [y, Tn, zn, An]
@@ -3774,11 +3785,11 @@ const Tn = {
3774
3785
  slots: [],
3775
3786
  leaf: !0
3776
3787
  };
3777
- C(bl);
3778
- const yl = {
3788
+ C(yr);
3789
+ const hr = {
3779
3790
  key: qe,
3780
3791
  name: "x-runtime-lib.datePicker",
3781
- comp: fr,
3792
+ comp: bl,
3782
3793
  props: {
3783
3794
  pageCommon: [y],
3784
3795
  compCommon: [y]
@@ -3788,11 +3799,11 @@ const yl = {
3788
3799
  slots: [],
3789
3800
  leaf: !0
3790
3801
  };
3791
- C(yl);
3792
- const hl = {
3802
+ C(hr);
3803
+ const gr = {
3793
3804
  key: Qe,
3794
3805
  name: "x-runtime-lib.dialog",
3795
- comp: yr,
3806
+ comp: hl,
3796
3807
  props: {
3797
3808
  pageCommon: [y],
3798
3809
  compCommon: [y]
@@ -3815,15 +3826,15 @@ const hl = {
3815
3826
  slots: [],
3816
3827
  teleport: !0
3817
3828
  };
3818
- C(hl);
3829
+ C(gr);
3819
3830
  const Pn = {
3820
3831
  key: "settings",
3821
3832
  name: "x-runtime-lib.settings",
3822
3833
  children: []
3823
- }, qa = {
3834
+ }, eu = {
3824
3835
  key: et,
3825
3836
  name: "x-runtime-lib.fileInput",
3826
- comp: hr,
3837
+ comp: gl,
3827
3838
  props: {
3828
3839
  pageCommon: [y, Pn],
3829
3840
  compCommon: [y, Pn]
@@ -3852,7 +3863,7 @@ const Pn = {
3852
3863
  }, St = {
3853
3864
  key: Ri,
3854
3865
  name: "x-runtime-lib.flexLayoutEntry",
3855
- comp: xr,
3866
+ comp: vl,
3856
3867
  props: {
3857
3868
  pageCommon: [y, O, Wn],
3858
3869
  compCommon: [y, O, Wn]
@@ -3862,19 +3873,19 @@ const Pn = {
3862
3873
  slots: []
3863
3874
  };
3864
3875
  C(St);
3865
- function gl(t, e) {
3866
- const i = `type=${t} subtype=${e}`, r = L(t, e);
3867
- if (!r) {
3876
+ function xr(t, e) {
3877
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
3878
+ if (!l) {
3868
3879
  console.error(`flexLayoutV1/spawn prop tag not found, ${i}`);
3869
3880
  return;
3870
3881
  }
3871
- const l = ve.props[r];
3872
- if (!l) {
3882
+ const r = ve.props[l];
3883
+ if (!r) {
3873
3884
  console.error(`flexLayoutV1/spawn props not found, ${i}`);
3874
3885
  return;
3875
3886
  }
3876
3887
  const o = {};
3877
- return W(o, l), o.basic.id = P(16), o.basic.key = ve.key, o.children = [
3888
+ return W(o, r), o.basic.id = P(16), o.basic.key = ve.key, o.children = [
3878
3889
  Tt(
3879
3890
  t,
3880
3891
  e,
@@ -3895,10 +3906,10 @@ function gl(t, e) {
3895
3906
  "60px",
3896
3907
  void 0
3897
3908
  ),
3898
- xl(t, e)
3909
+ vr(t, e)
3899
3910
  ], o;
3900
3911
  }
3901
- function Tt(t, e, i, r, l, o, a, c, p) {
3912
+ function Tt(t, e, i, l, r, o, a, c, p) {
3902
3913
  const b = `type=${t} subtype=${e}`, u = L(t, e);
3903
3914
  if (!u) {
3904
3915
  console.error(
@@ -3912,16 +3923,16 @@ function Tt(t, e, i, r, l, o, a, c, p) {
3912
3923
  return;
3913
3924
  }
3914
3925
  const m = {};
3915
- return W(m, d), m.basic.id = P(16), m.basic.key = Ct.key, r && (m.size.width = r), l && (m.size.minWidth = l), a && (m.size.height = a), c && (m.size.minHeight = c), console.log(m), i && (m.settings.backgroundColor.mode = "custom", m.settings.backgroundColor.custom.light = i, m.settings.backgroundColor.custom.dark = i), m.children = [], m;
3926
+ return W(m, d), m.basic.id = P(16), m.basic.key = Ct.key, l && (m.size.width = l), r && (m.size.minWidth = r), a && (m.size.height = a), c && (m.size.minHeight = c), console.log(m), i && (m.settings.backgroundColor.mode = "custom", m.settings.backgroundColor.custom.light = i, m.settings.backgroundColor.custom.dark = i), m.children = [], m;
3916
3927
  }
3917
- function xl(t, e) {
3918
- const i = `type=${t} subtype=${e}`, r = L(t, e);
3919
- if (!r) {
3928
+ function vr(t, e) {
3929
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
3930
+ if (!l) {
3920
3931
  console.error(`flexLayoutV1/spawnEntry prop tag not found, ${i}`);
3921
3932
  return;
3922
3933
  }
3923
- const l = St.props[r];
3924
- if (!l) {
3934
+ const r = St.props[l];
3935
+ if (!r) {
3925
3936
  console.error(`flexLayoutV1/spawnEntry props not found, ${i}`);
3926
3937
  return;
3927
3938
  }
@@ -3931,7 +3942,7 @@ function xl(t, e) {
3931
3942
  key: ""
3932
3943
  }
3933
3944
  };
3934
- return W(o, l), o.basic.id = P(16), o.basic.key = St.key, o.children = [
3945
+ return W(o, r), o.basic.id = P(16), o.basic.key = St.key, o.children = [
3935
3946
  Tt(
3936
3947
  t,
3937
3948
  e,
@@ -4120,7 +4131,7 @@ const Ln = {
4120
4131
  }, ve = {
4121
4132
  key: tt,
4122
4133
  name: "x-runtime-lib.flexLayout",
4123
- comp: gr,
4134
+ comp: xl,
4124
4135
  props: {
4125
4136
  pageCommon: [y, O, me, pe, fe, Ln],
4126
4137
  compCommon: [y, O, me, pe, fe, Ln]
@@ -4134,7 +4145,7 @@ const Ln = {
4134
4145
  ],
4135
4146
  methods: [],
4136
4147
  slots: [],
4137
- spawn: gl
4148
+ spawn: xr
4138
4149
  };
4139
4150
  C(ve);
4140
4151
  const Bn = {
@@ -4290,7 +4301,7 @@ const Bn = {
4290
4301
  }, zt = {
4291
4302
  key: xt,
4292
4303
  name: "x-runtime-lib.textField",
4293
- comp: Or,
4304
+ comp: Kl,
4294
4305
  props: {
4295
4306
  pageCommon: [y, Bn, Nn],
4296
4307
  compCommon: [y, Bn, Nn]
@@ -4326,33 +4337,33 @@ const Bn = {
4326
4337
  leaf: !0
4327
4338
  };
4328
4339
  C(zt);
4329
- function vl(t, e) {
4330
- const i = `type=${t} subtype=${e}`, r = L(t, e);
4331
- if (!r) {
4340
+ function kr(t, e) {
4341
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
4342
+ if (!l) {
4332
4343
  console.error(`formV1/spawn prop tag not found, ${i}`);
4333
4344
  return;
4334
4345
  }
4335
- const l = At.props[r];
4336
- if (!l) {
4346
+ const r = At.props[l];
4347
+ if (!r) {
4337
4348
  console.error(`formV1/spawn props not found, ${i}`);
4338
4349
  return;
4339
4350
  }
4340
4351
  const o = {};
4341
- return W(o, l), o.basic.id = P(16), o.basic.key = At.key, o.children = [kl(t, e)], o;
4352
+ return W(o, r), o.basic.id = P(16), o.basic.key = At.key, o.children = [_r(t, e)], o;
4342
4353
  }
4343
- function kl(t, e) {
4344
- const i = `type=${t} subtype=${e}`, r = L(t, e);
4345
- if (!r) {
4354
+ function _r(t, e) {
4355
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
4356
+ if (!l) {
4346
4357
  console.error(`formV1/spawnTextField prop tag not found, ${i}`);
4347
4358
  return;
4348
4359
  }
4349
- const l = zt.props[r];
4350
- if (!l) {
4360
+ const r = zt.props[l];
4361
+ if (!r) {
4351
4362
  console.error(`formV1/spawnTextField props not found, ${i}`);
4352
4363
  return;
4353
4364
  }
4354
4365
  const o = {};
4355
- return W(o, l), o.basic.id = P(16), o.basic.key = zt.key, o;
4366
+ return W(o, r), o.basic.id = P(16), o.basic.key = zt.key, o;
4356
4367
  }
4357
4368
  const Rn = {
4358
4369
  key: "settings",
@@ -4375,7 +4386,7 @@ const Rn = {
4375
4386
  }, At = {
4376
4387
  key: nt,
4377
4388
  name: "x-runtime-lib.form",
4378
- comp: vr,
4389
+ comp: kl,
4379
4390
  props: {
4380
4391
  pageCommon: [y, O, me, pe, fe, Rn],
4381
4392
  compCommon: [y, O, me, pe, fe, Rn]
@@ -4389,10 +4400,10 @@ const Rn = {
4389
4400
  ],
4390
4401
  methods: [],
4391
4402
  slots: [],
4392
- spawn: vl
4403
+ spawn: kr
4393
4404
  };
4394
4405
  C(At);
4395
- const _l = F(K), Dn = {
4406
+ const wr = F(K), Dn = {
4396
4407
  key: "settings",
4397
4408
  name: "x-runtime-lib.settings",
4398
4409
  children: [
@@ -4415,12 +4426,12 @@ const _l = F(K), Dn = {
4415
4426
  items: "sizeItemsV1",
4416
4427
  default: "default"
4417
4428
  },
4418
- _l
4429
+ wr
4419
4430
  ]
4420
- }, wl = {
4431
+ }, Vr = {
4421
4432
  key: it,
4422
4433
  name: "x-runtime-lib.icon",
4423
- comp: kr,
4434
+ comp: _l,
4424
4435
  props: {
4425
4436
  pageCommon: [y, Dn],
4426
4437
  compCommon: [y, Dn]
@@ -4430,11 +4441,11 @@ const _l = F(K), Dn = {
4430
4441
  slots: [],
4431
4442
  leaf: !0
4432
4443
  };
4433
- C(wl);
4434
- const Vl = {
4435
- key: rt,
4444
+ C(Vr);
4445
+ const $r = {
4446
+ key: lt,
4436
4447
  name: "x-runtime-lib.menu",
4437
- comp: wr,
4448
+ comp: Vl,
4438
4449
  props: {
4439
4450
  pageCommon: [y],
4440
4451
  compCommon: [y]
@@ -4457,20 +4468,20 @@ const Vl = {
4457
4468
  slots: [],
4458
4469
  teleport: !0
4459
4470
  };
4460
- C(Vl);
4461
- function $l(t, e) {
4462
- const i = `type=${t} subtype=${e}`, r = L(t, e);
4463
- if (!r) {
4471
+ C($r);
4472
+ function Ir(t, e) {
4473
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
4474
+ if (!l) {
4464
4475
  console.error(`numberInputV1/spawn prop tag not found, ${i}`);
4465
4476
  return;
4466
4477
  }
4467
- const l = Pt.props[r];
4468
- if (!l) {
4478
+ const r = Pt.props[l];
4479
+ if (!r) {
4469
4480
  console.error(`numberInputV1/spawn props not found, ${i}`);
4470
4481
  return;
4471
4482
  }
4472
4483
  const o = {};
4473
- return W(o, l), o.basic.id = P(16), o.basic.key = Pt.key, o.settings.label = "label", o.settings.placeholder = "placeholder", o;
4484
+ return W(o, r), o.basic.id = P(16), o.basic.key = Pt.key, o.settings.label = "label", o.settings.placeholder = "placeholder", o;
4474
4485
  }
4475
4486
  const En = {
4476
4487
  key: "size",
@@ -4640,9 +4651,9 @@ const En = {
4640
4651
  }
4641
4652
  ]
4642
4653
  }, Pt = {
4643
- key: lt,
4654
+ key: rt,
4644
4655
  name: "x-runtime-lib.numberInput",
4645
- comp: Vr,
4656
+ comp: $l,
4646
4657
  props: {
4647
4658
  pageCommon: [y, En, Fn],
4648
4659
  compCommon: [y, En, Fn]
@@ -4677,7 +4688,7 @@ const En = {
4677
4688
  methods: [],
4678
4689
  slots: [],
4679
4690
  leaf: !0,
4680
- spawn: $l
4691
+ spawn: Ir
4681
4692
  };
4682
4693
  C(Pt);
4683
4694
  const Mn = {
@@ -4743,10 +4754,10 @@ const Mn = {
4743
4754
  default: !1
4744
4755
  }
4745
4756
  ]
4746
- }, Il = {
4757
+ }, Cr = {
4747
4758
  key: at,
4748
4759
  name: "x-runtime-lib.pagination",
4749
- comp: $r,
4760
+ comp: Il,
4750
4761
  props: {
4751
4762
  pageCommon: [y, Mn],
4752
4763
  compCommon: [y, Mn]
@@ -4756,8 +4767,8 @@ const Mn = {
4756
4767
  slots: [],
4757
4768
  leaf: !0
4758
4769
  };
4759
- C(Il);
4760
- const Cl = F(K), Hn = {
4770
+ C(Cr);
4771
+ const Sr = F(K), Hn = {
4761
4772
  key: "settings",
4762
4773
  name: "x-runtime-lib.settings",
4763
4774
  children: [
@@ -4792,12 +4803,12 @@ const Cl = F(K), Hn = {
4792
4803
  items: "densityItemsV1",
4793
4804
  default: "default"
4794
4805
  },
4795
- Cl
4806
+ Sr
4796
4807
  ]
4797
4808
  }, Wt = {
4798
4809
  key: Di,
4799
4810
  name: "x-runtime-lib.radio",
4800
- comp: Ir,
4811
+ comp: Cl,
4801
4812
  props: {
4802
4813
  pageCommon: [y, Hn],
4803
4814
  compCommon: [y, Hn]
@@ -4808,37 +4819,37 @@ const Cl = F(K), Hn = {
4808
4819
  leaf: !0
4809
4820
  };
4810
4821
  C(Wt);
4811
- function Sl(t, e) {
4812
- const i = `type=${t} subtype=${e}`, r = L(t, e);
4813
- if (!r) {
4822
+ function Tr(t, e) {
4823
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
4824
+ if (!l) {
4814
4825
  console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
4815
4826
  return;
4816
4827
  }
4817
- const l = Lt.props[r];
4818
- if (!l) {
4828
+ const r = Lt.props[l];
4829
+ if (!r) {
4819
4830
  console.error(`radioGroupV1/spawn props not found, ${i}`);
4820
4831
  return;
4821
4832
  }
4822
4833
  const o = {};
4823
- return W(o, l), o.basic.id = P(16), o.basic.key = Lt.key, o.children = [
4834
+ return W(o, r), o.basic.id = P(16), o.basic.key = Lt.key, o.children = [
4824
4835
  We(t, e, "option1", "Option 1"),
4825
4836
  We(t, e, "option2", "Option 2"),
4826
4837
  We(t, e, "option3", "Option 3")
4827
4838
  ], o.settings.value = "option1", o;
4828
4839
  }
4829
- function We(t, e, i, r) {
4830
- const l = `type=${t} subtype=${e}`, o = L(t, e);
4840
+ function We(t, e, i, l) {
4841
+ const r = `type=${t} subtype=${e}`, o = L(t, e);
4831
4842
  if (!o) {
4832
- console.error(`radioGroupV1/spawnEntry prop tag not found, ${l}`);
4843
+ console.error(`radioGroupV1/spawnEntry prop tag not found, ${r}`);
4833
4844
  return;
4834
4845
  }
4835
4846
  const a = Wt.props[o];
4836
4847
  if (!a) {
4837
- console.error(`radioGroupV1/spawnEntry props not found, ${l}`);
4848
+ console.error(`radioGroupV1/spawnEntry props not found, ${r}`);
4838
4849
  return;
4839
4850
  }
4840
4851
  const c = {};
4841
- return W(c, a), c.basic.id = P(16), c.basic.key = Wt.key, c.settings.value = i, c.settings.label = r, c;
4852
+ return W(c, a), c.basic.id = P(16), c.basic.key = Wt.key, c.settings.value = i, c.settings.label = l, c;
4842
4853
  }
4843
4854
  const jn = {
4844
4855
  key: "settings",
@@ -4886,7 +4897,7 @@ const jn = {
4886
4897
  }, Lt = {
4887
4898
  key: ut,
4888
4899
  name: "x-runtime-lib.radioGroup",
4889
- comp: Cr,
4900
+ comp: Sl,
4890
4901
  props: {
4891
4902
  pageCommon: [y, jn],
4892
4903
  compCommon: [y, jn]
@@ -4894,7 +4905,7 @@ const jn = {
4894
4905
  events: [],
4895
4906
  methods: [],
4896
4907
  slots: [],
4897
- spawn: Sl
4908
+ spawn: Tr
4898
4909
  };
4899
4910
  C(Lt);
4900
4911
  const Gn = {
@@ -5014,10 +5025,10 @@ const Gn = {
5014
5025
  ]
5015
5026
  }
5016
5027
  ]
5017
- }, Tl = {
5028
+ }, zr = {
5018
5029
  key: ct,
5019
5030
  name: "x-runtime-lib.rangeSlider",
5020
- comp: Sr,
5031
+ comp: Tl,
5021
5032
  props: {
5022
5033
  pageCommon: [y, Gn],
5023
5034
  compCommon: [y, Gn]
@@ -5027,7 +5038,7 @@ const Gn = {
5027
5038
  slots: [],
5028
5039
  leaf: !0
5029
5040
  };
5030
- C(Tl);
5041
+ C(zr);
5031
5042
  const Un = {
5032
5043
  key: "settings",
5033
5044
  name: "x-runtime-lib.settings",
@@ -5083,10 +5094,10 @@ const Un = {
5083
5094
  default: !1
5084
5095
  }
5085
5096
  ]
5086
- }, zl = {
5097
+ }, Ar = {
5087
5098
  key: dt,
5088
5099
  name: "x-runtime-lib.rating",
5089
- comp: Tr,
5100
+ comp: zl,
5090
5101
  props: {
5091
5102
  pageCommon: [y, Un],
5092
5103
  compCommon: [y, Un]
@@ -5096,7 +5107,7 @@ const Un = {
5096
5107
  slots: [],
5097
5108
  leaf: !0
5098
5109
  };
5099
- C(zl);
5110
+ C(Ar);
5100
5111
  const On = {
5101
5112
  key: "settings",
5102
5113
  name: "x-runtime-lib.settings",
@@ -5138,10 +5149,10 @@ const On = {
5138
5149
  default: !1
5139
5150
  }
5140
5151
  ]
5141
- }, Al = {
5152
+ }, Pr = {
5142
5153
  key: mt,
5143
5154
  name: "x-runtime-lib.select",
5144
- comp: zr,
5155
+ comp: Al,
5145
5156
  props: {
5146
5157
  pageCommon: [y, On],
5147
5158
  compCommon: [y, On]
@@ -5151,7 +5162,7 @@ const On = {
5151
5162
  slots: [],
5152
5163
  leaf: !0
5153
5164
  };
5154
- C(Al);
5165
+ C(Pr);
5155
5166
  const nn = F(K);
5156
5167
  nn.key = "color";
5157
5168
  nn.name = "x-runtime-lib.color";
@@ -5287,10 +5298,10 @@ const Kn = {
5287
5298
  default: void 0
5288
5299
  }
5289
5300
  ]
5290
- }, Pl = {
5301
+ }, Wr = {
5291
5302
  key: pt,
5292
5303
  name: "x-runtime-lib.slider",
5293
- comp: Ar,
5304
+ comp: Pl,
5294
5305
  props: {
5295
5306
  pageCommon: [y, Kn, Jn],
5296
5307
  compCommon: [y, Kn, Jn]
@@ -5300,11 +5311,11 @@ const Kn = {
5300
5311
  slots: [],
5301
5312
  leaf: !0
5302
5313
  };
5303
- C(Pl);
5314
+ C(Wr);
5304
5315
  const Bt = {
5305
5316
  key: Ei,
5306
5317
  name: "x-runtime-lib.stepperHeader",
5307
- comp: Br,
5318
+ comp: Nl,
5308
5319
  props: {
5309
5320
  pageCommon: [y],
5310
5321
  compCommon: [y]
@@ -5328,7 +5339,7 @@ const Xn = {
5328
5339
  }, Nt = {
5329
5340
  key: Fi,
5330
5341
  name: "x-runtime-lib.stepperItem",
5331
- comp: Nr,
5342
+ comp: Rl,
5332
5343
  props: {
5333
5344
  pageCommon: [y, Xn],
5334
5345
  compCommon: [y, Xn]
@@ -5341,7 +5352,7 @@ C(Nt);
5341
5352
  const Rt = {
5342
5353
  key: Mi,
5343
5354
  name: "x-runtime-lib.stepperWindow",
5344
- comp: Er,
5355
+ comp: Fl,
5345
5356
  props: {
5346
5357
  pageCommon: [y],
5347
5358
  compCommon: [y]
@@ -5365,7 +5376,7 @@ const Yn = {
5365
5376
  }, Dt = {
5366
5377
  key: Hi,
5367
5378
  name: "x-runtime-lib.stepperWindowItem",
5368
- comp: Fr,
5379
+ comp: Ml,
5369
5380
  props: {
5370
5381
  pageCommon: [y, Yn],
5371
5382
  compCommon: [y, Yn]
@@ -5375,93 +5386,93 @@ const Yn = {
5375
5386
  slots: []
5376
5387
  };
5377
5388
  C(Dt);
5378
- function Wl(t, e) {
5379
- const i = `type=${t} subtype=${e}`, r = L(t, e);
5380
- if (!r) {
5389
+ function Lr(t, e) {
5390
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
5391
+ if (!l) {
5381
5392
  console.error(`stepperV1/spawn prop tag not found, ${i}`);
5382
5393
  return;
5383
5394
  }
5384
- const l = Et.props[r];
5385
- if (!l) {
5395
+ const r = Et.props[l];
5396
+ if (!r) {
5386
5397
  console.error(`stepperV1/spawn props not found, ${i}`);
5387
5398
  return;
5388
5399
  }
5389
5400
  const o = {};
5390
- return W(o, l), o.basic.id = P(16), o.basic.key = Et.key, o.children = [Ll(t, e), Bl(t, e)], o;
5401
+ return W(o, r), o.basic.id = P(16), o.basic.key = Et.key, o.children = [Br(t, e), Nr(t, e)], o;
5391
5402
  }
5392
- function Ll(t, e) {
5393
- const i = `type=${t} subtype=${e}`, r = L(t, e);
5394
- if (!r) {
5403
+ function Br(t, e) {
5404
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
5405
+ if (!l) {
5395
5406
  console.error(`stepperV1/spawnHeader prop tag not found, ${i}`);
5396
5407
  return;
5397
5408
  }
5398
- const l = Bt.props[r];
5399
- if (!l) {
5409
+ const r = Bt.props[l];
5410
+ if (!r) {
5400
5411
  console.error(`stepperV1/spawnHeader props not found, ${i}`);
5401
5412
  return;
5402
5413
  }
5403
5414
  const o = {};
5404
- return W(o, l), o.basic.id = P(16), o.basic.key = Bt.key, o.children = [
5415
+ return W(o, r), o.basic.id = P(16), o.basic.key = Bt.key, o.children = [
5405
5416
  Le(t, e, "step1"),
5406
5417
  Le(t, e, "step2"),
5407
5418
  Le(t, e, "step3")
5408
5419
  ], o;
5409
5420
  }
5410
5421
  function Le(t, e, i) {
5411
- const r = `type=${t} subtype=${e}`, l = L(t, e);
5412
- if (!l) {
5413
- console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
5422
+ const l = `type=${t} subtype=${e}`, r = L(t, e);
5423
+ if (!r) {
5424
+ console.error(`stepperV1/spawnItem prop tag not found, ${l}`);
5414
5425
  return;
5415
5426
  }
5416
- const o = Nt.props[l];
5427
+ const o = Nt.props[r];
5417
5428
  if (!o) {
5418
- console.error(`stepperV1/spawnItem props not found, ${r}`);
5429
+ console.error(`stepperV1/spawnItem props not found, ${l}`);
5419
5430
  return;
5420
5431
  }
5421
5432
  const a = {};
5422
5433
  return W(a, o), a.basic.id = P(16), a.basic.key = Nt.key, a.children = [], a.settings.value = i, a;
5423
5434
  }
5424
- function Bl(t, e) {
5425
- const i = `type=${t} subtype=${e}`, r = L(t, e);
5426
- if (!r) {
5435
+ function Nr(t, e) {
5436
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
5437
+ if (!l) {
5427
5438
  console.error(`stepperV1/spawnWindow prop tag not found, ${i}`);
5428
5439
  return;
5429
5440
  }
5430
- const l = Rt.props[r];
5431
- if (!l) {
5441
+ const r = Rt.props[l];
5442
+ if (!r) {
5432
5443
  console.error(`stepperV1/spawnWindow props not found, ${i}`);
5433
5444
  return;
5434
5445
  }
5435
5446
  const o = {};
5436
- return W(o, l), o.basic.id = P(16), o.basic.key = Rt.key, o.children = [
5447
+ return W(o, r), o.basic.id = P(16), o.basic.key = Rt.key, o.children = [
5437
5448
  Be(t, e, "step1", "step 1"),
5438
5449
  Be(t, e, "step2", "step 2"),
5439
5450
  Be(t, e, "step3", "step 3")
5440
5451
  ], o;
5441
5452
  }
5442
- function Be(t, e, i, r) {
5443
- const l = `type=${t} subtype=${e}`, o = L(t, e);
5453
+ function Be(t, e, i, l) {
5454
+ const r = `type=${t} subtype=${e}`, o = L(t, e);
5444
5455
  if (!o) {
5445
- console.error(`stepperV1/spawnWindowItem prop tag not found, ${l}`);
5456
+ console.error(`stepperV1/spawnWindowItem prop tag not found, ${r}`);
5446
5457
  return;
5447
5458
  }
5448
5459
  const a = Dt.props[o];
5449
5460
  if (!a) {
5450
- console.error(`stepperV1/spawnWindowItem props not found, ${l}`);
5461
+ console.error(`stepperV1/spawnWindowItem props not found, ${r}`);
5451
5462
  return;
5452
5463
  }
5453
5464
  const c = {};
5454
- return W(c, a), c.basic.id = P(16), c.basic.key = Dt.key, c.children = [Nl(t, e, r)], c.settings.value = i, c;
5465
+ return W(c, a), c.basic.id = P(16), c.basic.key = Dt.key, c.children = [Rr(t, e, l)], c.settings.value = i, c;
5455
5466
  }
5456
- function Nl(t, e, i) {
5457
- const r = `type=${t} subtype=${e}`, l = L(t, e);
5458
- if (!l) {
5459
- console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
5467
+ function Rr(t, e, i) {
5468
+ const l = `type=${t} subtype=${e}`, r = L(t, e);
5469
+ if (!r) {
5470
+ console.error(`stepperV1/spawnCard prop tag not found, ${l}`);
5460
5471
  return;
5461
5472
  }
5462
- const o = xe.props[l];
5473
+ const o = xe.props[r];
5463
5474
  if (!o) {
5464
- console.error(`stepperV1/spawnCard props not found, ${r}`);
5475
+ console.error(`stepperV1/spawnCard props not found, ${l}`);
5465
5476
  return;
5466
5477
  }
5467
5478
  const a = {};
@@ -5487,7 +5498,7 @@ const Zn = {
5487
5498
  }, Et = {
5488
5499
  key: ft,
5489
5500
  name: "x-runtime-lib.stepper",
5490
- comp: Pr,
5501
+ comp: Wl,
5491
5502
  props: {
5492
5503
  pageCommon: [y, Zn],
5493
5504
  compCommon: [y, Zn]
@@ -5495,13 +5506,13 @@ const Zn = {
5495
5506
  events: [],
5496
5507
  methods: [],
5497
5508
  slots: [],
5498
- spawn: Wl
5509
+ spawn: Lr
5499
5510
  };
5500
5511
  C(Et);
5501
- const Rl = {
5512
+ const Dr = {
5502
5513
  key: bt,
5503
5514
  name: "x-runtime-lib.switch",
5504
- comp: Mr,
5515
+ comp: Hl,
5505
5516
  props: {
5506
5517
  pageCommon: [y],
5507
5518
  compCommon: [y]
@@ -5511,7 +5522,7 @@ const Rl = {
5511
5522
  slots: [],
5512
5523
  leaf: !0
5513
5524
  };
5514
- C(Rl);
5525
+ C(Dr);
5515
5526
  const qn = {
5516
5527
  key: "settings",
5517
5528
  name: "x-runtime-lib.settings",
@@ -5532,7 +5543,7 @@ const qn = {
5532
5543
  }, Ft = {
5533
5544
  key: ji,
5534
5545
  name: "x-runtime-lib.tab",
5535
- comp: Hr,
5546
+ comp: jl,
5536
5547
  props: {
5537
5548
  pageCommon: [y, qn],
5538
5549
  compCommon: [y, qn]
@@ -5543,44 +5554,44 @@ const qn = {
5543
5554
  leaf: !0
5544
5555
  };
5545
5556
  C(Ft);
5546
- function Dl(t, e) {
5547
- const i = `type=${t} subtype=${e}`, r = L(t, e);
5548
- if (!r) {
5557
+ function Er(t, e) {
5558
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
5559
+ if (!l) {
5549
5560
  console.error(`tabsV1/spawn prop tag not found, ${i}`);
5550
5561
  return;
5551
5562
  }
5552
- const l = Mt.props[r];
5553
- if (!l) {
5563
+ const r = Mt.props[l];
5564
+ if (!r) {
5554
5565
  console.error(`tabsV1/spawn props not found, ${i}`);
5555
5566
  return;
5556
5567
  }
5557
5568
  const o = {};
5558
- return W(o, l), o.basic.id = P(16), o.basic.key = Mt.key, o.children = [
5569
+ return W(o, r), o.basic.id = P(16), o.basic.key = Mt.key, o.children = [
5559
5570
  Ne(t, e, "tab1", "tab 1"),
5560
5571
  Ne(t, e, "tab2", "tab 2"),
5561
5572
  Ne(t, e, "tab3", "tab 3")
5562
5573
  ], o;
5563
5574
  }
5564
- function Ne(t, e, i, r) {
5565
- const l = `type=${t} subtype=${e}`, o = L(t, e);
5575
+ function Ne(t, e, i, l) {
5576
+ const r = `type=${t} subtype=${e}`, o = L(t, e);
5566
5577
  if (!o) {
5567
- console.error(`tabsV1/spawnTab prop tag not found, ${l}`);
5578
+ console.error(`tabsV1/spawnTab prop tag not found, ${r}`);
5568
5579
  return;
5569
5580
  }
5570
5581
  const a = Ft.props[o];
5571
5582
  if (!a) {
5572
- console.error(`tabsV1/spawnTab props not found, ${l}`);
5583
+ console.error(`tabsV1/spawnTab props not found, ${r}`);
5573
5584
  return;
5574
5585
  }
5575
5586
  const c = {};
5576
- return W(c, a), c.basic.id = P(16), c.basic.key = Ft.key, c.settings.value = i, c.settings.text = r, c;
5587
+ return W(c, a), c.basic.id = P(16), c.basic.key = Ft.key, c.settings.value = i, c.settings.text = l, c;
5577
5588
  }
5578
- const rn = F(K);
5579
- rn.key = "backgroundColor";
5580
- rn.name = "x-runtime-lib.backgroundColor";
5581
5589
  const ln = F(K);
5582
- ln.key = "selectedColor";
5583
- ln.name = "x-runtime-lib.selectedColor";
5590
+ ln.key = "backgroundColor";
5591
+ ln.name = "x-runtime-lib.backgroundColor";
5592
+ const rn = F(K);
5593
+ rn.key = "selectedColor";
5594
+ rn.name = "x-runtime-lib.selectedColor";
5584
5595
  const an = F(K);
5585
5596
  an.key = "sliderColor";
5586
5597
  an.name = "x-runtime-lib.sliderColor";
@@ -5660,13 +5671,13 @@ const Qn = {
5660
5671
  {
5661
5672
  key: "color",
5662
5673
  name: "x-runtime-lib.color",
5663
- children: [rn, ln, an]
5674
+ children: [ln, rn, an]
5664
5675
  }
5665
5676
  ]
5666
5677
  }, Mt = {
5667
5678
  key: yt,
5668
5679
  name: "x-runtime-lib.tabs",
5669
- comp: jr,
5680
+ comp: Gl,
5670
5681
  props: {
5671
5682
  pageCommon: [y, Qn],
5672
5683
  compCommon: [y, Qn]
@@ -5674,22 +5685,22 @@ const Qn = {
5674
5685
  events: [],
5675
5686
  methods: [],
5676
5687
  slots: [],
5677
- spawn: Dl
5688
+ spawn: Er
5678
5689
  };
5679
5690
  C(Mt);
5680
- function El(t, e) {
5681
- const i = `type=${t} subtype=${e}`, r = L(t, e);
5682
- if (!r) {
5691
+ function Fr(t, e) {
5692
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
5693
+ if (!l) {
5683
5694
  console.error(`textV1/spawn prop tag not found, ${i}`);
5684
5695
  return;
5685
5696
  }
5686
- const l = ae.props[r];
5687
- if (!l) {
5697
+ const r = ae.props[l];
5698
+ if (!r) {
5688
5699
  console.error(`textV1/spawn props not found, ${i}`);
5689
5700
  return;
5690
5701
  }
5691
5702
  const o = {};
5692
- return W(o, l), o.basic.id = P(16), o.basic.key = ae.key, o.settings.text = "text", o;
5703
+ return W(o, r), o.basic.id = P(16), o.basic.key = ae.key, o.settings.text = "text", o;
5693
5704
  }
5694
5705
  const ei = {
5695
5706
  key: "settings",
@@ -5780,7 +5791,7 @@ const ei = {
5780
5791
  }, ae = {
5781
5792
  key: ht,
5782
5793
  name: "x-runtime-lib.text",
5783
- comp: Gr,
5794
+ comp: Ul,
5784
5795
  props: {
5785
5796
  pageCommon: [y, ei],
5786
5797
  compCommon: [y, ei]
@@ -5789,22 +5800,22 @@ const ei = {
5789
5800
  methods: [],
5790
5801
  slots: [],
5791
5802
  leaf: !0,
5792
- spawn: El
5803
+ spawn: Fr
5793
5804
  };
5794
5805
  C(ae);
5795
- function Fl(t, e) {
5796
- const i = `type=${t} subtype=${e}`, r = L(t, e);
5797
- if (!r) {
5806
+ function Mr(t, e) {
5807
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
5808
+ if (!l) {
5798
5809
  console.error(`textareaV1/spawn prop tag not found, ${i}`);
5799
5810
  return;
5800
5811
  }
5801
- const l = Ht.props[r];
5802
- if (!l) {
5812
+ const r = Ht.props[l];
5813
+ if (!r) {
5803
5814
  console.error(`textareaV1/spawn props not found, ${i}`);
5804
5815
  return;
5805
5816
  }
5806
5817
  const o = {};
5807
- return W(o, l), o.basic.id = P(16), o.basic.key = Ht.key, o.settings.label = "label", o;
5818
+ return W(o, r), o.basic.id = P(16), o.basic.key = Ht.key, o.settings.label = "label", o;
5808
5819
  }
5809
5820
  const ti = {
5810
5821
  key: "settings",
@@ -5880,7 +5891,7 @@ const ti = {
5880
5891
  }, Ht = {
5881
5892
  key: gt,
5882
5893
  name: "x-runtime-lib.textarea",
5883
- comp: Ur,
5894
+ comp: Ol,
5884
5895
  props: {
5885
5896
  pageCommon: [y, ti],
5886
5897
  compCommon: [y, ti]
@@ -5889,13 +5900,13 @@ const ti = {
5889
5900
  methods: [],
5890
5901
  slots: [],
5891
5902
  leaf: !0,
5892
- spawn: Fl
5903
+ spawn: Mr
5893
5904
  };
5894
5905
  C(Ht);
5895
5906
  const jt = {
5896
5907
  key: Gi,
5897
5908
  name: "x-runtime-lib.timelineItem",
5898
- comp: Yr,
5909
+ comp: Zl,
5899
5910
  props: {
5900
5911
  pageCommon: [y],
5901
5912
  compCommon: [y]
@@ -5905,53 +5916,53 @@ const jt = {
5905
5916
  slots: []
5906
5917
  };
5907
5918
  C(jt);
5908
- function Ml(t, e) {
5909
- const i = `type=${t} subtype=${e}`, r = L(t, e);
5910
- if (!r) {
5919
+ function Hr(t, e) {
5920
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
5921
+ if (!l) {
5911
5922
  console.error(`timelineV1/spawn prop tag not found, ${i}`);
5912
5923
  return;
5913
5924
  }
5914
- const l = Gt.props[r];
5915
- if (!l) {
5925
+ const r = Gt.props[l];
5926
+ if (!r) {
5916
5927
  console.error(`timelineV1/spawn props not found, ${i}`);
5917
5928
  return;
5918
5929
  }
5919
5930
  const o = {};
5920
- return W(o, l), o.basic.id = P(16), o.basic.key = Gt.key, o.children = [
5931
+ return W(o, r), o.basic.id = P(16), o.basic.key = Gt.key, o.children = [
5921
5932
  Re(t, e, "timeline 1"),
5922
5933
  Re(t, e, "timeline 2"),
5923
5934
  Re(t, e, "timeline 3")
5924
5935
  ], o;
5925
5936
  }
5926
5937
  function Re(t, e, i) {
5927
- const r = `type=${t} subtype=${e}`, l = L(t, e);
5928
- if (!l) {
5929
- console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
5938
+ const l = `type=${t} subtype=${e}`, r = L(t, e);
5939
+ if (!r) {
5940
+ console.error(`timelineV1/spawnEntry prop tag not found, ${l}`);
5930
5941
  return;
5931
5942
  }
5932
- const o = jt.props[l];
5943
+ const o = jt.props[r];
5933
5944
  if (!o) {
5934
- console.error(`timelineV1/spawnEntry props not found, ${r}`);
5945
+ console.error(`timelineV1/spawnEntry props not found, ${l}`);
5935
5946
  return;
5936
5947
  }
5937
5948
  const a = {};
5938
- return W(a, o), a.basic.id = P(16), a.basic.key = jt.key, a.children = [Hl(t, e, i)], a;
5949
+ return W(a, o), a.basic.id = P(16), a.basic.key = jt.key, a.children = [jr(t, e, i)], a;
5939
5950
  }
5940
- function Hl(t, e, i) {
5941
- const r = `type=${t} subtype=${e}`, l = L(t, e);
5942
- if (!l) {
5943
- console.error(`timelineV1/spawnText prop tag not found, ${r}`);
5951
+ function jr(t, e, i) {
5952
+ const l = `type=${t} subtype=${e}`, r = L(t, e);
5953
+ if (!r) {
5954
+ console.error(`timelineV1/spawnText prop tag not found, ${l}`);
5944
5955
  return;
5945
5956
  }
5946
- const o = ae.props[l];
5957
+ const o = ae.props[r];
5947
5958
  if (!o) {
5948
- console.error(`timelineV1/spawnText props not found, ${r}`);
5959
+ console.error(`timelineV1/spawnText props not found, ${l}`);
5949
5960
  return;
5950
5961
  }
5951
5962
  const a = {};
5952
5963
  return W(a, o), a.basic.id = P(16), a.basic.key = ae.key, a.settings.text = i, a;
5953
5964
  }
5954
- const jl = F(K), Gl = F(K), ni = {
5965
+ const Gr = F(K), Ur = F(K), ni = {
5955
5966
  key: "settings",
5956
5967
  name: "x-runtime-lib.settings",
5957
5968
  children: [
@@ -5999,7 +6010,7 @@ const jl = F(K), Gl = F(K), ni = {
5999
6010
  ui: "switch",
6000
6011
  default: !1
6001
6012
  },
6002
- jl
6013
+ Gr
6003
6014
  ]
6004
6015
  },
6005
6016
  {
@@ -6025,14 +6036,14 @@ const jl = F(K), Gl = F(K), ni = {
6025
6036
  ui: "numInput",
6026
6037
  default: 0
6027
6038
  },
6028
- Gl
6039
+ Ur
6029
6040
  ]
6030
6041
  }
6031
6042
  ]
6032
6043
  }, Gt = {
6033
6044
  key: vt,
6034
6045
  name: "x-runtime-lib.timeline",
6035
- comp: Kr,
6046
+ comp: Jl,
6036
6047
  props: {
6037
6048
  pageCommon: [y, ni],
6038
6049
  compCommon: [y, ni]
@@ -6040,13 +6051,13 @@ const jl = F(K), Gl = F(K), ni = {
6040
6051
  events: [],
6041
6052
  methods: [],
6042
6053
  slots: [],
6043
- spawn: Ml
6054
+ spawn: Hr
6044
6055
  };
6045
6056
  C(Gt);
6046
6057
  const Ut = {
6047
6058
  key: Ui,
6048
6059
  name: "x-runtime-lib.windowItem",
6049
- comp: el,
6060
+ comp: tr,
6050
6061
  props: {
6051
6062
  pageCommon: [y],
6052
6063
  compCommon: [y]
@@ -6056,61 +6067,61 @@ const Ut = {
6056
6067
  slots: []
6057
6068
  };
6058
6069
  C(Ut);
6059
- function Ul(t, e) {
6060
- const i = `type=${t} subtype=${e}`, r = L(t, e);
6061
- if (!r) {
6070
+ function Or(t, e) {
6071
+ const i = `type=${t} subtype=${e}`, l = L(t, e);
6072
+ if (!l) {
6062
6073
  console.error(`windowV1/spawn prop tag not found, ${i}`);
6063
6074
  return;
6064
6075
  }
6065
- const l = Ot.props[r];
6066
- if (!l) {
6076
+ const r = Ot.props[l];
6077
+ if (!r) {
6067
6078
  console.error(`windowV1/spawn props not found, ${i}`);
6068
6079
  return;
6069
6080
  }
6070
6081
  const o = {};
6071
- return W(o, l), o.basic.id = P(16), o.basic.key = Ot.key, o.children = [
6082
+ return W(o, r), o.basic.id = P(16), o.basic.key = Ot.key, o.children = [
6072
6083
  De(t, e, "window 1"),
6073
6084
  De(t, e, "window 2"),
6074
6085
  De(t, e, "window 3")
6075
6086
  ], o;
6076
6087
  }
6077
6088
  function De(t, e, i) {
6078
- const r = `type=${t} subtype=${e}`, l = L(t, e);
6079
- if (!l) {
6080
- console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
6089
+ const l = `type=${t} subtype=${e}`, r = L(t, e);
6090
+ if (!r) {
6091
+ console.error(`windowV1/spawnEntry prop tag not found, ${l}`);
6081
6092
  return;
6082
6093
  }
6083
- const o = Ut.props[l];
6094
+ const o = Ut.props[r];
6084
6095
  if (!o) {
6085
- console.error(`windowV1/spawnEntry props not found, ${r}`);
6096
+ console.error(`windowV1/spawnEntry props not found, ${l}`);
6086
6097
  return;
6087
6098
  }
6088
6099
  const a = {};
6089
- return W(a, o), a.basic.id = P(16), a.basic.key = Ut.key, a.children = [Ol(t, e, i)], a;
6100
+ return W(a, o), a.basic.id = P(16), a.basic.key = Ut.key, a.children = [Kr(t, e, i)], a;
6090
6101
  }
6091
- function Ol(t, e, i) {
6092
- const r = `type=${t} subtype=${e}`, l = L(t, e);
6093
- if (!l) {
6094
- console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
6102
+ function Kr(t, e, i) {
6103
+ const l = `type=${t} subtype=${e}`, r = L(t, e);
6104
+ if (!r) {
6105
+ console.error(`windowV1/spawnFlexLayout prop tag not found, ${l}`);
6095
6106
  return;
6096
6107
  }
6097
- const o = ve.props[l];
6108
+ const o = ve.props[r];
6098
6109
  if (!o) {
6099
- console.error(`windowV1/spawnFlexLayout props not found, ${r}`);
6110
+ console.error(`windowV1/spawnFlexLayout props not found, ${l}`);
6100
6111
  return;
6101
6112
  }
6102
6113
  const a = {};
6103
- return W(a, o), a.basic.id = P(16), a.basic.key = ve.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Kl(t, e, i)], a;
6114
+ return W(a, o), a.basic.id = P(16), a.basic.key = ve.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Jr(t, e, i)], a;
6104
6115
  }
6105
- function Kl(t, e, i) {
6106
- const r = `type=${t} subtype=${e}`, l = L(t, e);
6107
- if (!l) {
6108
- console.error(`windowV1/spawnText prop tag not found, ${r}`);
6116
+ function Jr(t, e, i) {
6117
+ const l = `type=${t} subtype=${e}`, r = L(t, e);
6118
+ if (!r) {
6119
+ console.error(`windowV1/spawnText prop tag not found, ${l}`);
6109
6120
  return;
6110
6121
  }
6111
- const o = ae.props[l];
6122
+ const o = ae.props[r];
6112
6123
  if (!o) {
6113
- console.error(`windowV1/spawnText props not found, ${r}`);
6124
+ console.error(`windowV1/spawnText props not found, ${l}`);
6114
6125
  return;
6115
6126
  }
6116
6127
  const a = {};
@@ -6167,7 +6178,7 @@ const ii = {
6167
6178
  }, Ot = {
6168
6179
  key: kt,
6169
6180
  name: "x-runtime-lib.window",
6170
- comp: Zr,
6181
+ comp: ql,
6171
6182
  props: {
6172
6183
  pageCommon: [y, ii],
6173
6184
  compCommon: [y, ii]
@@ -6175,36 +6186,36 @@ const ii = {
6175
6186
  events: [],
6176
6187
  methods: [],
6177
6188
  slots: [],
6178
- spawn: Ul
6189
+ spawn: Or
6179
6190
  };
6180
6191
  C(Ot);
6181
- const Jl = [
6192
+ const Xr = [
6182
6193
  { title: "x-runtime-lib.title", value: "title" },
6183
6194
  { title: "x-runtime-lib.end", value: "end" },
6184
6195
  { title: "x-runtime-lib.start", value: "start" },
6185
6196
  { title: "x-runtime-lib.center", value: "center" }
6186
- ], Xl = [
6197
+ ], Yr = [
6187
6198
  { title: "x-runtime-lib.value", value: "value" },
6188
6199
  { title: "x-runtime-lib.category", value: "category" },
6189
6200
  { title: "x-runtime-lib.time", value: "time" },
6190
6201
  { title: "x-runtime-lib.log", value: "log" }
6191
- ], Yl = [
6202
+ ], Zr = [
6192
6203
  { title: "x-runtime-lib.notSet", value: "" },
6193
6204
  { title: "x-runtime-lib.solid", value: "solid" },
6194
6205
  { title: "x-runtime-lib.dashed", value: "dashed" },
6195
6206
  { title: "x-runtime-lib.dotted", value: "dotted" }
6196
- ], Zl = [
6207
+ ], qr = [
6197
6208
  { title: "x-runtime-lib.notSet", value: "" },
6198
6209
  { title: "x-runtime-lib.theme", value: "theme" },
6199
6210
  { title: "x-runtime-lib.custom", value: "custom" }
6200
- ], ql = [
6211
+ ], Qr = [
6201
6212
  { title: "x-runtime-lib.default", value: "default" },
6202
6213
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
6203
6214
  { title: "x-runtime-lib.compact", value: "compact" }
6204
- ], Ql = [
6215
+ ], ea = [
6205
6216
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6206
6217
  { title: "x-runtime-lib.vertical", value: "vertical" }
6207
- ], ea = [
6218
+ ], ta = [
6208
6219
  { title: "x-runtime-lib.underlined", value: "underlined" },
6209
6220
  { title: "x-runtime-lib.outlined", value: "outlined" },
6210
6221
  { title: "x-runtime-lib.filled", value: "filled" },
@@ -6212,20 +6223,20 @@ const Jl = [
6212
6223
  { title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
6213
6224
  { title: "x-runtime-lib.soloFilled", value: "solo-filled" },
6214
6225
  { title: "x-runtime-lib.plain", value: "plain" }
6215
- ], ta = [
6226
+ ], na = [
6216
6227
  { title: "x-runtime-lib.notSet", value: "" },
6217
6228
  { title: "x-runtime-lib.start", value: "start" },
6218
6229
  { title: "x-runtime-lib.end", value: "end" },
6219
6230
  { title: "x-runtime-lib.center", value: "center" },
6220
6231
  { title: "x-runtime-lib.baseline", value: "baseline" },
6221
6232
  { title: "x-runtime-lib.stretch", value: "stretch" }
6222
- ], na = [
6233
+ ], ia = [
6223
6234
  { title: "x-runtime-lib.notSet", value: "" },
6224
6235
  { title: "x-runtime-lib.row", value: "row" },
6225
6236
  { title: "x-runtime-lib.rowReverse", value: "rowReverse" },
6226
6237
  { title: "x-runtime-lib.column", value: "column" },
6227
6238
  { title: "x-runtime-lib.columnReverse", value: "columnReverse" }
6228
- ], ia = [
6239
+ ], oa = [
6229
6240
  { title: "x-runtime-lib.notSet", value: "" },
6230
6241
  { title: "x-runtime-lib.start", value: "start" },
6231
6242
  { title: "x-runtime-lib.end", value: "end" },
@@ -6233,12 +6244,12 @@ const Jl = [
6233
6244
  { title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
6234
6245
  { title: "x-runtime-lib.spaceAround", value: "spaceAround" },
6235
6246
  { title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
6236
- ], oa = [
6247
+ ], sa = [
6237
6248
  { title: "x-runtime-lib.notSet", value: "" },
6238
6249
  { title: "x-runtime-lib.no", value: "no" },
6239
6250
  { title: "x-runtime-lib.yes", value: "yes" },
6240
6251
  { title: "x-runtime-lib.reverse", value: "reverse" }
6241
- ], sa = [
6252
+ ], la = [
6242
6253
  { title: "x-runtime-lib.notSet", value: "" },
6243
6254
  { title: "x-runtime-lib.black", value: "black" },
6244
6255
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -6253,17 +6264,17 @@ const Jl = [
6253
6264
  { title: "x-runtime-lib.outlined", value: "outlined" },
6254
6265
  { title: "x-runtime-lib.text", value: "text" },
6255
6266
  { title: "x-runtime-lib.plain", value: "plain" }
6256
- ], la = [
6267
+ ], aa = [
6257
6268
  { title: "x-runtime-lib.notSet", value: "" },
6258
6269
  { title: "x-runtime-lib.show", value: "show" },
6259
6270
  { title: "x-runtime-lib.always", value: "always" }
6260
- ], aa = [
6271
+ ], ua = [
6261
6272
  { title: "x-runtime-lib.xSmall", value: "x-small" },
6262
6273
  { title: "x-runtime-lib.small", value: "small" },
6263
6274
  { title: "x-runtime-lib.default", value: "default" },
6264
6275
  { title: "x-runtime-lib.large", value: "large" },
6265
6276
  { title: "x-runtime-lib.xLarge", value: "x-large" }
6266
- ], ua = [
6277
+ ], ca = [
6267
6278
  { title: "x-runtime-lib.notSet", value: "" },
6268
6279
  { title: "x-runtime-lib.start", value: "start" },
6269
6280
  { title: "x-runtime-lib.center", value: "center" },
@@ -6271,18 +6282,18 @@ const Jl = [
6271
6282
  { title: "x-runtime-lib.justify", value: "justify" },
6272
6283
  { title: "x-runtime-lib.left", value: "left" },
6273
6284
  { title: "x-runtime-lib.right", value: "right" }
6274
- ], ca = [
6285
+ ], da = [
6275
6286
  { title: "x-runtime-lib.notSet", value: "" },
6276
6287
  { title: "x-runtime-lib.none", value: "none" },
6277
6288
  { title: "x-runtime-lib.overline", value: "overline" },
6278
6289
  { title: "x-runtime-lib.underline", value: "underline" },
6279
6290
  { title: "x-runtime-lib.lineThrough", value: "line-through" }
6280
- ], da = [
6291
+ ], ma = [
6281
6292
  { title: "x-runtime-lib.notSet", value: "" },
6282
6293
  { title: "x-runtime-lib.high", value: "high" },
6283
6294
  { title: "x-runtime-lib.medium", value: "medium" },
6284
6295
  { title: "x-runtime-lib.disabled", value: "disabled" }
6285
- ], ma = [
6296
+ ], pa = [
6286
6297
  { title: "x-runtime-lib.notSet", value: "" },
6287
6298
  { title: "x-runtime-lib.h1", value: "h1" },
6288
6299
  { title: "x-runtime-lib.h2", value: "h2" },
@@ -6297,7 +6308,7 @@ const Jl = [
6297
6308
  { title: "x-runtime-lib.button", value: "button" },
6298
6309
  { title: "x-runtime-lib.caption", value: "caption" },
6299
6310
  { title: "x-runtime-lib.overline", value: "overline" }
6300
- ], pa = [
6311
+ ], fa = [
6301
6312
  { title: "x-runtime-lib.notSet", value: "" },
6302
6313
  { title: "x-runtime-lib.primary", value: "primary" },
6303
6314
  { title: "x-runtime-lib.secondary", value: "secondary" },
@@ -6308,53 +6319,53 @@ const Jl = [
6308
6319
  { title: "x-runtime-lib.background0", value: "background0" },
6309
6320
  { title: "x-runtime-lib.background1", value: "background1" },
6310
6321
  { title: "x-runtime-lib.background2", value: "background2" }
6311
- ], fa = [
6322
+ ], ba = [
6312
6323
  { title: "x-runtime-lib.notSet", value: "" },
6313
6324
  { title: "x-runtime-lib.show", value: "show" },
6314
6325
  { title: "x-runtime-lib.always", value: "always" }
6315
- ], ba = [
6326
+ ], ya = [
6316
6327
  { title: "x-runtime-lib.start", value: "start" },
6317
6328
  { title: "x-runtime-lib.center", value: "center" }
6318
- ], ya = [
6329
+ ], ha = [
6319
6330
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6320
6331
  { title: "x-runtime-lib.vertical", value: "vertical" }
6321
- ], ha = [
6332
+ ], ga = [
6322
6333
  { title: "x-runtime-lib.notSet", value: "" },
6323
6334
  { title: "x-runtime-lib.end", value: "end" },
6324
6335
  { title: "x-runtime-lib.start", value: "start" }
6325
- ], ga = [
6336
+ ], xa = [
6326
6337
  { title: "x-runtime-lib.notSet", value: "" },
6327
6338
  { title: "x-runtime-lib.end", value: "end" },
6328
6339
  { title: "x-runtime-lib.start", value: "start" },
6329
6340
  { title: "x-runtime-lib.both", value: "both" }
6330
- ], xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6341
+ ], va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6331
6342
  __proto__: null,
6332
- alignTabsItemsV1: Jl,
6333
- axisTypeItemsV1: Xl,
6334
- borderStyleItemsV1: Yl,
6335
- colorModeItemsV1: Zl,
6336
- densityItemsV1: ql,
6337
- directionItemsV1: Ql,
6338
- fieldVariantItemsV1: ea,
6339
- flexCrossAlignItemsV1: ta,
6340
- flexDirectionItemsV1: na,
6341
- flexMainAlignItemsV1: ia,
6342
- flexWrapItemsV1: oa,
6343
- fontWeightItemsV1: sa,
6343
+ alignTabsItemsV1: Xr,
6344
+ axisTypeItemsV1: Yr,
6345
+ borderStyleItemsV1: Zr,
6346
+ colorModeItemsV1: qr,
6347
+ densityItemsV1: Qr,
6348
+ directionItemsV1: ea,
6349
+ fieldVariantItemsV1: ta,
6350
+ flexCrossAlignItemsV1: na,
6351
+ flexDirectionItemsV1: ia,
6352
+ flexMainAlignItemsV1: oa,
6353
+ flexWrapItemsV1: sa,
6354
+ fontWeightItemsV1: la,
6344
6355
  sheetVariantItemsV1: ra,
6345
- showTicksItemsV1: la,
6346
- sizeItemsV1: aa,
6347
- textAlignItemsV1: ua,
6348
- textDecorationItemsV1: ca,
6349
- textEmphasisItemsV1: da,
6350
- textStyleItemsV1: ma,
6351
- themeColorItemsV1: pa,
6352
- thumbLabelItemsV1: fa,
6353
- timelineAlignItemsV1: ba,
6354
- timelineDirectionItemsV1: ya,
6355
- timelineSideItemsV1: ha,
6356
- timelineTruncateLineItemsV1: ga
6357
- }, Symbol.toStringTag, { value: "Module" })), va = [
6356
+ showTicksItemsV1: aa,
6357
+ sizeItemsV1: ua,
6358
+ textAlignItemsV1: ca,
6359
+ textDecorationItemsV1: da,
6360
+ textEmphasisItemsV1: ma,
6361
+ textStyleItemsV1: pa,
6362
+ themeColorItemsV1: fa,
6363
+ thumbLabelItemsV1: ba,
6364
+ timelineAlignItemsV1: ya,
6365
+ timelineDirectionItemsV1: ha,
6366
+ timelineSideItemsV1: ga,
6367
+ timelineTruncateLineItemsV1: xa
6368
+ }, Symbol.toStringTag, { value: "Module" })), ka = [
6358
6369
  {
6359
6370
  title: "x-runtime-lib.notSet",
6360
6371
  value: "",
@@ -6394,7 +6405,7 @@ const Jl = [
6394
6405
  max: 1 / 0,
6395
6406
  step: 1
6396
6407
  }
6397
- ], ka = [
6408
+ ], _a = [
6398
6409
  {
6399
6410
  title: "x-runtime-lib.notSet",
6400
6411
  value: "",
@@ -6416,7 +6427,7 @@ const Jl = [
6416
6427
  validator: (t) => t === "right",
6417
6428
  default: "right"
6418
6429
  }
6419
- ], _a = [
6430
+ ], wa = [
6420
6431
  {
6421
6432
  title: "x-runtime-lib.notSet",
6422
6433
  value: "",
@@ -6446,7 +6457,7 @@ const Jl = [
6446
6457
  precision: 6,
6447
6458
  default: "0%"
6448
6459
  }
6449
- ], wa = [
6460
+ ], Va = [
6450
6461
  {
6451
6462
  title: "x-runtime-lib.notSet",
6452
6463
  value: "",
@@ -6471,7 +6482,7 @@ const Jl = [
6471
6482
  min: 0,
6472
6483
  default: "0%"
6473
6484
  }
6474
- ], Va = [
6485
+ ], $a = [
6475
6486
  {
6476
6487
  title: "x-runtime-lib.notSet",
6477
6488
  value: "",
@@ -6496,7 +6507,7 @@ const Jl = [
6496
6507
  min: 0,
6497
6508
  default: "0%"
6498
6509
  }
6499
- ], $a = [
6510
+ ], Ia = [
6500
6511
  {
6501
6512
  title: "x-runtime-lib.notSet",
6502
6513
  value: "",
@@ -6525,7 +6536,7 @@ const Jl = [
6525
6536
  validator: (t) => t === "end",
6526
6537
  default: "end"
6527
6538
  }
6528
- ], Ia = [
6539
+ ], Ca = [
6529
6540
  {
6530
6541
  title: "x-runtime-lib.notSet",
6531
6542
  value: "",
@@ -6547,21 +6558,21 @@ const Jl = [
6547
6558
  validator: (t) => t === "bottom",
6548
6559
  default: "bottom"
6549
6560
  }
6550
- ], Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6561
+ ], Sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6551
6562
  __proto__: null,
6552
- borderWidthTypesV1: va,
6553
- leftRightTypesV1: ka,
6554
- marginTypesV1: _a,
6555
- paddingTypesV1: wa,
6556
- sizeTypesV1: Va,
6557
- tableColumnAlignTypesV1: $a,
6558
- topBottomTypesV1: Ia
6559
- }, Symbol.toStringTag, { value: "Module" })), Sa = {
6563
+ borderWidthTypesV1: ka,
6564
+ leftRightTypesV1: _a,
6565
+ marginTypesV1: wa,
6566
+ paddingTypesV1: Va,
6567
+ sizeTypesV1: $a,
6568
+ tableColumnAlignTypesV1: Ia,
6569
+ topBottomTypesV1: Ca
6570
+ }, Symbol.toStringTag, { value: "Module" })), Ta = {
6560
6571
  version: "v1",
6561
6572
  globalityKey: ot,
6562
6573
  refKey: Pe,
6563
- items: { ...xa },
6564
- types: { ...Ca },
6574
+ items: { ...va },
6575
+ types: { ...Sa },
6565
6576
  elements: /* @__PURE__ */ new Set([
6566
6577
  Fe,
6567
6578
  mn,
@@ -6585,9 +6596,9 @@ const Jl = [
6585
6596
  ot,
6586
6597
  it,
6587
6598
  st,
6588
- rt,
6589
- pn,
6590
6599
  lt,
6600
+ pn,
6601
+ rt,
6591
6602
  at,
6592
6603
  Di,
6593
6604
  ut,
@@ -6625,7 +6636,7 @@ const Jl = [
6625
6636
  Ye,
6626
6637
  tt,
6627
6638
  Qe,
6628
- rt
6639
+ lt
6629
6640
  ]
6630
6641
  },
6631
6642
  {
@@ -6641,7 +6652,7 @@ const Jl = [
6641
6652
  ht,
6642
6653
  xt,
6643
6654
  gt,
6644
- lt,
6655
+ rt,
6645
6656
  mt,
6646
6657
  Xe,
6647
6658
  bt,
@@ -6690,100 +6701,100 @@ const Jl = [
6690
6701
  }
6691
6702
  ]
6692
6703
  }, Oi = {
6693
- v1: Sa
6694
- }, Ta = (t, e, i) => {
6695
- const r = t[e];
6696
- return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((l, o) => {
6704
+ v1: Ta
6705
+ }, za = (t, e, i) => {
6706
+ const l = t[e];
6707
+ return l ? typeof l == "function" ? l() : Promise.resolve(l) : new Promise((r, o) => {
6697
6708
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(o.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== i ? ". Note that variables only represent file names one level deep." : ""))));
6698
6709
  });
6699
6710
  };
6700
- async function Qa(t) {
6701
- return (await Ta(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.e52nt0si.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.lm0m4jyu.js") }), `./locales/${t}/index.ts`, 4)).default;
6711
+ async function tu(t) {
6712
+ return (await za(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.e52nt0si.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.lm0m4jyu.js") }), `./locales/${t}/index.ts`, 4)).default;
6702
6713
  }
6703
6714
  export {
6704
- nu as TresCanvas,
6705
- Za as badgeV1,
6715
+ Ra as TresCanvas,
6716
+ Qa as badgeV1,
6706
6717
  _t as barChartV1,
6707
6718
  wi as breakpoints,
6708
- ll as btnGroupV1,
6709
- al as btnToggleV1,
6719
+ ar as btnGroupV1,
6720
+ ur as btnToggleV1,
6710
6721
  Vt as btnV1,
6711
6722
  Vi as calcBreakpoint,
6712
6723
  xe as cardV1,
6713
- cl as checkboxV1,
6724
+ dr as checkboxV1,
6714
6725
  It as chipGroupV1,
6715
6726
  $t as chipV1,
6716
- pl as colorPickerV1,
6717
- fl as comboboxV1,
6718
- _o as compTypes,
6727
+ fr as colorPickerV1,
6728
+ br as comboboxV1,
6729
+ wo as compTypes,
6719
6730
  Ct as containerV1,
6720
- bl as dataTableV1,
6721
- yl as datePickerV1,
6722
- hl as dialogV1,
6723
- Vo as duplicateNode,
6724
- Ha as duplicateNodes,
6731
+ yr as dataTableV1,
6732
+ hr as datePickerV1,
6733
+ gr as dialogV1,
6734
+ $o as duplicateNode,
6735
+ Ga as duplicateNodes,
6725
6736
  ge as elements,
6726
- Ea as ensureContext,
6727
- qa as fileInputV1,
6737
+ Ma as ensureContext,
6738
+ eu as fileInputV1,
6728
6739
  St as flexLayoutEntryV1,
6729
6740
  ve as flexLayoutV1,
6730
6741
  At as formV1,
6731
6742
  P as genId,
6732
6743
  ye as getBreakpointProp,
6733
6744
  cn as getIndexOfBreakpoint,
6734
- Ma as getNode,
6745
+ ja as getNode,
6735
6746
  dn as getPropDefault,
6736
6747
  L as getPropTag,
6737
- Da as getTypeColor,
6738
- ol as globalityV1,
6739
- wl as iconV1,
6748
+ Fa as getTypeColor,
6749
+ sr as globalityV1,
6750
+ Vr as iconV1,
6740
6751
  W as initProps,
6741
6752
  Te as injectDark,
6742
6753
  se as injectData,
6743
- Co as injectDepends,
6754
+ So as injectDepends,
6744
6755
  ke as injectDevice,
6745
- Io as injectEnv,
6756
+ Co as injectEnv,
6746
6757
  Q as injectMode,
6747
- $o as injectOrg,
6758
+ Io as injectOrg,
6748
6759
  _e as injectSandbox,
6749
6760
  oe as injectType,
6750
6761
  Xt as isPercentStr,
6751
6762
  Se as isPixelStr,
6752
6763
  wt as lineChartV1,
6753
- Qa as loadLocaleMessageRuntime,
6754
- Vl as menuV1,
6755
- wo as newEventBus,
6764
+ tu as loadLocaleMessageRuntime,
6765
+ $r as menuV1,
6766
+ Vo as newEventBus,
6756
6767
  Pt as numberInputV1,
6757
- ko as pageTypes,
6758
- Il as paginationV1,
6768
+ _o as pageTypes,
6769
+ Cr as paginationV1,
6759
6770
  Ae as parsePercentStr,
6760
- Na as parsePixelStr,
6771
+ Da as parsePixelStr,
6761
6772
  Oi as pkgs,
6762
- Ka as provideDark,
6763
- Xa as provideData,
6764
- Ya as provideDepends,
6765
- Oa as provideDevice,
6766
- Ga as provideEnv,
6767
- Ua as provideMode,
6768
- ja as provideOrg,
6769
- So as provideSandbox,
6770
- Ja as provideType,
6773
+ Xa as provideDark,
6774
+ Za as provideData,
6775
+ qa as provideDepends,
6776
+ Ja as provideDevice,
6777
+ Oa as provideEnv,
6778
+ Ka as provideMode,
6779
+ Ua as provideOrg,
6780
+ To as provideSandbox,
6781
+ Ya as provideType,
6771
6782
  Lt as radioGroupV1,
6772
6783
  Wt as radioV1,
6773
- Tl as rangeSliderV1,
6774
- zl as ratingV1,
6775
- vo as reverseBreakpoints,
6776
- Al as selectV1,
6777
- Pl as sliderV1,
6778
- Fa as spawnNode,
6779
- Ys as startInterpreter,
6784
+ zr as rangeSliderV1,
6785
+ Ar as ratingV1,
6786
+ ko as reverseBreakpoints,
6787
+ Pr as selectV1,
6788
+ Wr as sliderV1,
6789
+ Ha as spawnNode,
6790
+ Zs as startInterpreter,
6780
6791
  Bt as stepperHeaderV1,
6781
6792
  Nt as stepperItemV1,
6782
6793
  Et as stepperV1,
6783
6794
  Dt as stepperWindowItemV1,
6784
6795
  Rt as stepperWindowV1,
6785
- Zs as stopInterpreter,
6786
- Rl as switchV1,
6796
+ qs as stopInterpreter,
6797
+ Dr as switchV1,
6787
6798
  Ft as tabV1,
6788
6799
  Mt as tabsV1,
6789
6800
  zt as textFieldV1,
@@ -6791,7 +6802,7 @@ export {
6791
6802
  Ht as textareaV1,
6792
6803
  jt as timelineItemV1,
6793
6804
  Gt as timelineV1,
6794
- Ra as types,
6805
+ Ea as types,
6795
6806
  Ut as windowItemV1,
6796
6807
  Ot as windowV1
6797
6808
  };