x-runtime-lib 0.7.41 → 0.7.43
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/components/element/index.d.ts +3 -3
- package/dist/components/element/misc/list/v1/index.vue.d.ts +2 -0
- package/dist/components/element/misc/renderSwitch/v1/index.vue.d.ts +13 -0
- package/dist/element/_common/keys.d.ts +1 -1
- package/dist/element/misc/index.d.ts +2 -0
- package/dist/element/misc/renderSwitch/v1/meta.d.ts +2 -0
- package/dist/{i18n-en.dkcd6khi.js → i18n-en.lr0fpebp.js} +3 -3
- package/dist/{i18n-zhHans.g2xas2zq.js → i18n-zhHans.l7xcda6n.js} +3 -3
- package/dist/index.js +1221 -1126
- package/package.json +1 -1
- package/dist/components/element/control/conditional/v1/index.vue.d.ts +0 -12
- package/dist/components/element/control/list/v1/index.vue.d.ts +0 -3
- package/dist/components/element/control/list/v1/item.vue.d.ts +0 -16
- package/dist/element/control/conditional/v1/meta.d.ts +0 -2
- /package/dist/element/{control/conditional → misc/list}/v1/index.d.ts +0 -0
- /package/dist/element/{control → misc}/list/v1/meta.d.ts +0 -0
- /package/dist/element/{control/list → misc/renderSwitch}/v1/index.d.ts +0 -0
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { computed as V, inject as
|
|
2
|
-
import { waitUtil as
|
|
3
|
-
import { useTheme as
|
|
4
|
-
import { c as G, u as
|
|
5
|
-
import { useI18n as
|
|
6
|
-
import { getErrorMessage as
|
|
7
|
-
const ye = {},
|
|
1
|
+
import { computed as V, inject as se, provide as re, readonly as Yt, onBeforeMount as ro, onUnmounted as Ie, ref as be, watchEffect as Qt, watch as me, defineComponent as z, useTemplateRef as mi, onMounted as pi, nextTick as fi, createElementBlock as ie, openBlock as I, normalizeStyle as oe, createBlock as N, h as J, renderSlot as j, unref as o, withCtx as P, createCommentVNode as en, resolveComponent as W, createVNode as Z, isRef as X, createSlots as tn, renderList as lo, useId as bi, withModifiers as ao, normalizeClass as uo, toDisplayString as co } from "vue";
|
|
2
|
+
import { waitUtil as yi, eventBus as nn, messageInfo as mo, messageSuccess as po, messageWarning as hi, messageError as xi, createAxios as fo, globalObjects as He, openConfirmDlg as bo, openPromptDlg as yo, useViewStack as gi, injectDark as ho } from "x-essential-lib";
|
|
3
|
+
import { useTheme as xo } from "vuetify";
|
|
4
|
+
import { c as G, u as go, r as vi, e as ki, i as vo, a as ko, b as _o, d as wo, f as Vo, g as $o, h as Io, j as Co, I as So, m as To, k as _i } from "./vendor.hc5p3stp.js";
|
|
5
|
+
import { useI18n as wi } from "vue-i18n";
|
|
6
|
+
import { getErrorMessage as zo } from "x-error-lib";
|
|
7
|
+
const ye = {}, Ao = {
|
|
8
8
|
key: "add",
|
|
9
9
|
name: "x-runtime-lib.add",
|
|
10
10
|
inputs: [],
|
|
@@ -15,10 +15,10 @@ const ye = {}, To = {
|
|
|
15
15
|
type: "string"
|
|
16
16
|
}
|
|
17
17
|
]
|
|
18
|
-
},
|
|
19
|
-
i.leaf || i.methods.unshift(
|
|
18
|
+
}, S = (i) => {
|
|
19
|
+
i.leaf || i.methods.unshift(Ao), ye[i.key] = i;
|
|
20
20
|
};
|
|
21
|
-
function
|
|
21
|
+
function Vi(i) {
|
|
22
22
|
const e = V(() => i.node.legend?.show), t = V(() => i.node.legend?.data);
|
|
23
23
|
function r(n) {
|
|
24
24
|
n.legend = {
|
|
@@ -28,14 +28,14 @@ function _i(i) {
|
|
|
28
28
|
}
|
|
29
29
|
return { show: e, data: t, applyLegend: r };
|
|
30
30
|
}
|
|
31
|
-
function
|
|
31
|
+
function $i(i) {
|
|
32
32
|
const e = V(() => i.node.series);
|
|
33
33
|
function t(r) {
|
|
34
34
|
r.series = e.value;
|
|
35
35
|
}
|
|
36
36
|
return { series: e, applySeries: t };
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function Ii(i) {
|
|
39
39
|
const e = V(() => i.node.title?.show), t = V(() => i.node.title?.text), r = V(() => i.node.title?.subtext);
|
|
40
40
|
function n(s) {
|
|
41
41
|
s.title = {
|
|
@@ -46,7 +46,7 @@ function Vi(i) {
|
|
|
46
46
|
}
|
|
47
47
|
return { show: e, text: t, subtext: r, applyTitle: n };
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function Ci(i) {
|
|
50
50
|
const e = V(() => i.node.xAxis?.show), t = V(() => i.node.xAxis?.position), r = V(() => i.node.xAxis?.type), n = V(() => i.node.xAxis?.data);
|
|
51
51
|
function s(a) {
|
|
52
52
|
a.xAxis = {
|
|
@@ -58,7 +58,7 @@ function $i(i) {
|
|
|
58
58
|
}
|
|
59
59
|
return { show: e, position: t, type: r, data: n, applyXAxis: s };
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function Si(i) {
|
|
62
62
|
const e = V(() => i.node.yAxis?.show), t = V(() => i.node.yAxis?.position), r = V(() => i.node.yAxis?.type), n = V(() => i.node.yAxis?.data);
|
|
63
63
|
function s(a) {
|
|
64
64
|
a.yAxis = {
|
|
@@ -71,39 +71,39 @@ function Ii(i) {
|
|
|
71
71
|
return { show: e, position: t, type: r, data: n, applyYAxis: s };
|
|
72
72
|
}
|
|
73
73
|
function Y(i, e) {
|
|
74
|
-
const { computedThemes: t } =
|
|
74
|
+
const { computedThemes: t } = xo(), r = V(() => e.value?.mode), n = V(() => {
|
|
75
75
|
const u = e.value?.theme;
|
|
76
76
|
return u ? u === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : u === "background1" ? i.value ? "#272727" : "#eeeeee" : u === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? t.value.dark : t.value.light).colors[u] : void 0;
|
|
77
77
|
}), s = V(() => i.value ? e.value.custom?.dark : e.value.custom?.light);
|
|
78
78
|
return { color: V(() => r.value === "theme" ? n.value : r.value === "custom" ? s.value : "") };
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function on(i, e) {
|
|
81
81
|
const t = V(() => e.node.border?.style), r = V(() => e.node.border?.width), n = V(() => e.node.border?.color), { color: s } = Y(i, n), a = V(() => e.node.border?.roundRadius?.tl), u = V(() => e.node.border?.roundRadius?.tr), p = V(() => e.node.border?.roundRadius?.bl), b = V(() => e.node.border?.roundRadius?.br);
|
|
82
82
|
function m(c) {
|
|
83
83
|
t.value && (c.borderStyle = t.value), r.value && (c.borderWidth = r.value), s.value && (c.borderColor = s.value), a.value && (c.borderTopLeftRadius = a.value), u.value && (c.borderTopRightRadius = u.value), p.value && (c.borderBottomLeftRadius = p.value), b.value && (c.borderBottomRightRadius = b.value);
|
|
84
84
|
}
|
|
85
85
|
return { borderStyle: t, borderWidth: r, borderColor: s, applyBorder: m };
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function sn(i) {
|
|
88
88
|
const e = V(() => i.node.margin?.top), t = V(() => i.node.margin?.left), r = V(() => i.node.margin?.bottom), n = V(() => i.node.margin?.right);
|
|
89
89
|
function s(a) {
|
|
90
90
|
e.value && (a.marginTop = e.value), t.value && (a.marginLeft = t.value), r.value && (a.marginBottom = r.value), n.value && (a.marginRight = n.value);
|
|
91
91
|
}
|
|
92
92
|
return { marginTop: e, marginLeft: t, marginBottom: r, marginRight: n, applyMargin: s };
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function rn(i) {
|
|
95
95
|
const e = V(() => i.node.padding?.top), t = V(() => i.node.padding?.left), r = V(() => i.node.padding?.bottom), n = V(() => i.node.padding?.right);
|
|
96
96
|
function s(a) {
|
|
97
97
|
e.value && (a.paddingTop = e.value), t.value && (a.paddingLeft = t.value), r.value && (a.paddingBottom = r.value), n.value && (a.paddingRight = n.value);
|
|
98
98
|
}
|
|
99
99
|
return { paddingTop: e, paddingLeft: t, paddingBottom: r, paddingRight: n, applyPadding: s };
|
|
100
100
|
}
|
|
101
|
-
const
|
|
101
|
+
const xn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
102
102
|
function R(i) {
|
|
103
103
|
let e = "";
|
|
104
104
|
for (let t = 0; t < i; t++) {
|
|
105
|
-
const r = Math.floor(Math.random() *
|
|
106
|
-
e +=
|
|
105
|
+
const r = Math.floor(Math.random() * xn.length);
|
|
106
|
+
e += xn[r];
|
|
107
107
|
}
|
|
108
108
|
return e;
|
|
109
109
|
}
|
|
@@ -113,13 +113,13 @@ function Ne(i) {
|
|
|
113
113
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
114
114
|
return !(isNaN(t) || t % 1 !== 0);
|
|
115
115
|
}
|
|
116
|
-
function
|
|
116
|
+
function ln(i) {
|
|
117
117
|
if (typeof i != "string" || !i.endsWith("%"))
|
|
118
118
|
return !1;
|
|
119
119
|
const e = i.substring(0, i.length - 1), t = parseFloat(e);
|
|
120
120
|
return !isNaN(t);
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function qa(i) {
|
|
123
123
|
if (typeof i != "string" || !i.endsWith("px"))
|
|
124
124
|
return;
|
|
125
125
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
@@ -133,17 +133,17 @@ function Le(i) {
|
|
|
133
133
|
if (!isNaN(t))
|
|
134
134
|
return t;
|
|
135
135
|
}
|
|
136
|
-
const
|
|
137
|
-
function
|
|
136
|
+
const Ti = ["xs", "sm", "md", "lg", "xl"], Po = [...Ti].reverse();
|
|
137
|
+
function zi(i) {
|
|
138
138
|
return i < 600 ? "xs" : i < 960 ? "sm" : i < 1280 ? "md" : i < 1920 ? "lg" : "xl";
|
|
139
139
|
}
|
|
140
|
-
function
|
|
141
|
-
return
|
|
140
|
+
function gn(i) {
|
|
141
|
+
return Ti.findIndex((e) => e === i);
|
|
142
142
|
}
|
|
143
143
|
function we(i, e) {
|
|
144
144
|
let t;
|
|
145
|
-
for (const r of
|
|
146
|
-
if (
|
|
145
|
+
for (const r of Po) {
|
|
146
|
+
if (gn(r) < gn(i))
|
|
147
147
|
break;
|
|
148
148
|
e[r] && (t = e[r]);
|
|
149
149
|
}
|
|
@@ -157,7 +157,7 @@ function E(i, e) {
|
|
|
157
157
|
return "compCommon";
|
|
158
158
|
console.assert(!1, `invalid prop tag type=${i} subtype=${e}`);
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function vn(i, e) {
|
|
161
161
|
if (i.array)
|
|
162
162
|
return e ? G(i.default) : G(i.defaultArray);
|
|
163
163
|
{
|
|
@@ -170,21 +170,21 @@ function D(i, e) {
|
|
|
170
170
|
if (n.ui) {
|
|
171
171
|
if (n.ui === "strInput" && n.static)
|
|
172
172
|
return;
|
|
173
|
-
r[n.key] =
|
|
173
|
+
r[n.key] = vn(n);
|
|
174
174
|
} else
|
|
175
|
-
n.array ? r[n.key] =
|
|
175
|
+
n.array ? r[n.key] = vn(n) : n.children.forEach((s) => {
|
|
176
176
|
r[n.key] || (r[n.key] = {}), t(r[n.key], s);
|
|
177
177
|
});
|
|
178
178
|
}
|
|
179
179
|
e.forEach((r) => t(i, r));
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function No(i, e, t, r, n) {
|
|
182
182
|
const s = `type=${i} subtype=${e} version=${t} ref=${r} keyOrRefid=${n}`, a = E(i, e);
|
|
183
183
|
if (!a) {
|
|
184
184
|
console.error(`spawnNode prop tag not found, ${s}`);
|
|
185
185
|
return;
|
|
186
186
|
}
|
|
187
|
-
const u =
|
|
187
|
+
const u = hn[t];
|
|
188
188
|
if (!u) {
|
|
189
189
|
console.error(`spawnNode pkg not found version, ${s}`);
|
|
190
190
|
return;
|
|
@@ -243,7 +243,7 @@ function Ao(i, e, t, r, n) {
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
function
|
|
246
|
+
function Ja(i, e) {
|
|
247
247
|
function t(r) {
|
|
248
248
|
if (r.basic.id === e)
|
|
249
249
|
return r;
|
|
@@ -260,73 +260,73 @@ function Ha(i, e) {
|
|
|
260
260
|
return n;
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
|
-
function
|
|
263
|
+
function Wo(i) {
|
|
264
264
|
function e(r) {
|
|
265
265
|
r.basic.id = R(16), r.children?.forEach((n) => e(n));
|
|
266
266
|
}
|
|
267
267
|
const t = G(i);
|
|
268
268
|
return e(t), t;
|
|
269
269
|
}
|
|
270
|
-
function
|
|
270
|
+
function Xa(i) {
|
|
271
271
|
const e = [];
|
|
272
272
|
return i.forEach((t) => {
|
|
273
|
-
e.push(
|
|
273
|
+
e.push(Wo(t));
|
|
274
274
|
}), e;
|
|
275
275
|
}
|
|
276
|
-
const
|
|
277
|
-
function
|
|
278
|
-
|
|
276
|
+
const Ai = "runtimeOrg", Pi = "runtimeEnv", Ni = "runtimeMode", Wi = "runtimeDevice", Li = "runtimeDark", Bi = "runtimeType", Ri = "runtimeData", Di = "runtimeDepends", Ei = "runtimeSandbox";
|
|
277
|
+
function Ya(i) {
|
|
278
|
+
re(Ai, i);
|
|
279
279
|
}
|
|
280
|
-
function
|
|
281
|
-
return
|
|
280
|
+
function Mi() {
|
|
281
|
+
return se(Ai);
|
|
282
282
|
}
|
|
283
|
-
function
|
|
284
|
-
|
|
283
|
+
function Qa(i) {
|
|
284
|
+
re(Pi, i);
|
|
285
285
|
}
|
|
286
|
-
function
|
|
287
|
-
return
|
|
286
|
+
function Fi() {
|
|
287
|
+
return se(Pi);
|
|
288
288
|
}
|
|
289
|
-
function
|
|
290
|
-
|
|
289
|
+
function eu(i) {
|
|
290
|
+
re(Ni, i);
|
|
291
291
|
}
|
|
292
292
|
function A() {
|
|
293
|
-
return
|
|
293
|
+
return se(Ni);
|
|
294
294
|
}
|
|
295
|
-
function
|
|
296
|
-
|
|
295
|
+
function tu(i) {
|
|
296
|
+
re(Wi, Yt(i));
|
|
297
297
|
}
|
|
298
298
|
function le() {
|
|
299
|
-
return
|
|
299
|
+
return se(Wi);
|
|
300
300
|
}
|
|
301
|
-
function
|
|
302
|
-
|
|
301
|
+
function nu(i) {
|
|
302
|
+
re(Li, Yt(i));
|
|
303
303
|
}
|
|
304
304
|
function M() {
|
|
305
|
-
return
|
|
305
|
+
return se(Li);
|
|
306
306
|
}
|
|
307
|
-
function
|
|
308
|
-
|
|
307
|
+
function iu(i) {
|
|
308
|
+
re(Bi, i);
|
|
309
309
|
}
|
|
310
310
|
function ae() {
|
|
311
|
-
return
|
|
311
|
+
return se(Bi);
|
|
312
312
|
}
|
|
313
|
-
function
|
|
314
|
-
|
|
313
|
+
function ou(i) {
|
|
314
|
+
re(Ri, i);
|
|
315
315
|
}
|
|
316
316
|
function ue() {
|
|
317
|
-
return
|
|
317
|
+
return se(Ri);
|
|
318
318
|
}
|
|
319
|
-
function
|
|
320
|
-
|
|
319
|
+
function su(i) {
|
|
320
|
+
re(Di, Yt(i));
|
|
321
321
|
}
|
|
322
|
-
function
|
|
323
|
-
return
|
|
322
|
+
function Hi() {
|
|
323
|
+
return se(Di);
|
|
324
324
|
}
|
|
325
|
-
function
|
|
326
|
-
|
|
325
|
+
function Ui(i) {
|
|
326
|
+
re(Ei, i);
|
|
327
327
|
}
|
|
328
328
|
function B() {
|
|
329
|
-
return
|
|
329
|
+
return se(Ei);
|
|
330
330
|
}
|
|
331
331
|
function pe(i, e, t) {
|
|
332
332
|
const r = V(() => t.node.size?.width), n = V(() => t.node.size?.minWidth), s = V(() => t.node.size?.maxWidth), a = V(() => {
|
|
@@ -356,15 +356,15 @@ function pe(i, e, t) {
|
|
|
356
356
|
}
|
|
357
357
|
return { width: r, minWidth: n, maxWidth: s, height: a, minHeight: u, maxHeight: p, applySize: b };
|
|
358
358
|
}
|
|
359
|
-
function
|
|
359
|
+
function ji(i, e, t) {
|
|
360
360
|
const r = V(() => e.node.basic.id), n = V(() => `callMethod@${r.value}`);
|
|
361
|
-
|
|
361
|
+
ro(() => {
|
|
362
362
|
i.eventBus?.on(n.value, t);
|
|
363
363
|
}), Ie(() => {
|
|
364
364
|
i.eventBus?.off(n.value, t);
|
|
365
365
|
});
|
|
366
366
|
}
|
|
367
|
-
const
|
|
367
|
+
const Lo = (i, e, t) => {
|
|
368
368
|
let r = i;
|
|
369
369
|
if (!r) {
|
|
370
370
|
console.assert(!1);
|
|
@@ -379,7 +379,7 @@ const No = (i, e, t) => {
|
|
|
379
379
|
console.assert(!1);
|
|
380
380
|
} else
|
|
381
381
|
return r;
|
|
382
|
-
},
|
|
382
|
+
}, Bo = (i, e, t, r) => {
|
|
383
383
|
let n = i;
|
|
384
384
|
if (!n) {
|
|
385
385
|
console.assert(!1);
|
|
@@ -393,115 +393,115 @@ const No = (i, e, t) => {
|
|
|
393
393
|
};
|
|
394
394
|
function l(i, e, t, r, n) {
|
|
395
395
|
const s = be();
|
|
396
|
-
return console.assert(i && e),
|
|
397
|
-
let a =
|
|
396
|
+
return console.assert(i && e), Qt(() => {
|
|
397
|
+
let a = Lo(t.node, r, n);
|
|
398
398
|
i === "editor" && r[r.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
399
399
|
}), me(s, () => {
|
|
400
|
-
|
|
400
|
+
Bo(t.node, r, s.value, n);
|
|
401
401
|
}), { prop: s };
|
|
402
402
|
}
|
|
403
403
|
function U(i) {
|
|
404
404
|
return { theme: V(() => i.value ? "dark" : "light") };
|
|
405
405
|
}
|
|
406
|
-
const
|
|
407
|
-
color:
|
|
408
|
-
backgroundColor:
|
|
409
|
-
textStyle:
|
|
410
|
-
title:
|
|
411
|
-
line:
|
|
412
|
-
radar:
|
|
413
|
-
bar:
|
|
414
|
-
pie:
|
|
415
|
-
scatter:
|
|
416
|
-
boxplot:
|
|
417
|
-
parallel:
|
|
418
|
-
sankey:
|
|
419
|
-
funnel:
|
|
420
|
-
gauge:
|
|
421
|
-
candlestick:
|
|
422
|
-
graph:
|
|
423
|
-
map:
|
|
424
|
-
geo:
|
|
425
|
-
categoryAxis:
|
|
426
|
-
valueAxis:
|
|
427
|
-
logAxis:
|
|
428
|
-
timeAxis:
|
|
429
|
-
toolbox:
|
|
430
|
-
legend:
|
|
431
|
-
tooltip:
|
|
432
|
-
timeline:
|
|
433
|
-
visualMap:
|
|
434
|
-
dataZoom:
|
|
435
|
-
markPoint:
|
|
436
|
-
},
|
|
437
|
-
color:
|
|
438
|
-
backgroundColor:
|
|
439
|
-
textStyle:
|
|
440
|
-
title:
|
|
441
|
-
line:
|
|
442
|
-
radar:
|
|
443
|
-
bar:
|
|
444
|
-
pie:
|
|
445
|
-
scatter:
|
|
446
|
-
boxplot:
|
|
447
|
-
parallel:
|
|
448
|
-
sankey:
|
|
449
|
-
funnel:
|
|
450
|
-
gauge:
|
|
451
|
-
candlestick:
|
|
452
|
-
graph:
|
|
453
|
-
map:
|
|
454
|
-
geo:
|
|
455
|
-
categoryAxis:
|
|
456
|
-
valueAxis:
|
|
457
|
-
logAxis:
|
|
458
|
-
timeAxis:
|
|
459
|
-
toolbox:
|
|
460
|
-
legend:
|
|
461
|
-
tooltip:
|
|
462
|
-
timeline:
|
|
463
|
-
visualMap:
|
|
464
|
-
dataZoom:
|
|
465
|
-
markPoint:
|
|
406
|
+
const Ro = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Do = "#242424", Eo = {}, Mo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Fo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ho = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Uo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Yo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Qo = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ts = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ns = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, is = { 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"] } } }, os = { 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"] } } }, ss = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, rs = { textStyle: { color: "#eeeeee" } }, ls = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, as = { 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" } } }, us = { color: ["#bf444c", "#d88273", "#f6efa6"] }, cs = { 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" } }, ds = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ms = {
|
|
407
|
+
color: Ro,
|
|
408
|
+
backgroundColor: Do,
|
|
409
|
+
textStyle: Eo,
|
|
410
|
+
title: Mo,
|
|
411
|
+
line: Fo,
|
|
412
|
+
radar: Ho,
|
|
413
|
+
bar: Uo,
|
|
414
|
+
pie: jo,
|
|
415
|
+
scatter: Go,
|
|
416
|
+
boxplot: Oo,
|
|
417
|
+
parallel: Ko,
|
|
418
|
+
sankey: Zo,
|
|
419
|
+
funnel: qo,
|
|
420
|
+
gauge: Jo,
|
|
421
|
+
candlestick: Xo,
|
|
422
|
+
graph: Yo,
|
|
423
|
+
map: Qo,
|
|
424
|
+
geo: es,
|
|
425
|
+
categoryAxis: ts,
|
|
426
|
+
valueAxis: ns,
|
|
427
|
+
logAxis: is,
|
|
428
|
+
timeAxis: os,
|
|
429
|
+
toolbox: ss,
|
|
430
|
+
legend: rs,
|
|
431
|
+
tooltip: ls,
|
|
432
|
+
timeline: as,
|
|
433
|
+
visualMap: us,
|
|
434
|
+
dataZoom: cs,
|
|
435
|
+
markPoint: ds
|
|
436
|
+
}, ps = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], fs = "#f5f5f5", bs = {}, ys = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, hs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, gs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, zs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, As = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ps = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ns = { 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"] } } }, Ws = { 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"] } } }, Ls = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Bs = { textStyle: { color: "#333333" } }, Rs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ds = { 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" } } }, Es = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ms = { 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" } }, Fs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Hs = {
|
|
437
|
+
color: ps,
|
|
438
|
+
backgroundColor: fs,
|
|
439
|
+
textStyle: bs,
|
|
440
|
+
title: ys,
|
|
441
|
+
line: hs,
|
|
442
|
+
radar: xs,
|
|
443
|
+
bar: gs,
|
|
444
|
+
pie: vs,
|
|
445
|
+
scatter: ks,
|
|
446
|
+
boxplot: _s,
|
|
447
|
+
parallel: ws,
|
|
448
|
+
sankey: Vs,
|
|
449
|
+
funnel: $s,
|
|
450
|
+
gauge: Is,
|
|
451
|
+
candlestick: Cs,
|
|
452
|
+
graph: Ss,
|
|
453
|
+
map: Ts,
|
|
454
|
+
geo: zs,
|
|
455
|
+
categoryAxis: As,
|
|
456
|
+
valueAxis: Ps,
|
|
457
|
+
logAxis: Ns,
|
|
458
|
+
timeAxis: Ws,
|
|
459
|
+
toolbox: Ls,
|
|
460
|
+
legend: Bs,
|
|
461
|
+
tooltip: Rs,
|
|
462
|
+
timeline: Ds,
|
|
463
|
+
visualMap: Es,
|
|
464
|
+
dataZoom: Ms,
|
|
465
|
+
markPoint: Fs
|
|
466
466
|
};
|
|
467
|
-
|
|
468
|
-
xo,
|
|
469
|
-
go,
|
|
467
|
+
go([
|
|
470
468
|
vo,
|
|
471
469
|
ko,
|
|
472
470
|
_o,
|
|
473
471
|
wo,
|
|
474
472
|
Vo,
|
|
475
|
-
$o
|
|
473
|
+
$o,
|
|
474
|
+
Io,
|
|
475
|
+
Co
|
|
476
476
|
]);
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
const
|
|
477
|
+
vi("dark", ms);
|
|
478
|
+
vi("light", Hs);
|
|
479
|
+
const Us = /* @__PURE__ */ z({
|
|
480
480
|
__name: "index",
|
|
481
481
|
props: {
|
|
482
482
|
node: {},
|
|
483
483
|
outer: { type: Boolean }
|
|
484
484
|
},
|
|
485
485
|
setup(i) {
|
|
486
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } =
|
|
487
|
-
const
|
|
488
|
-
return s === "page" ? H === "common" ? f(
|
|
489
|
-
}), $ =
|
|
490
|
-
let
|
|
486
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = Ii(e), { applyXAxis: h } = Ci(e), { applyYAxis: y } = Si(e), { applyLegend: w } = Vi(e), { applySeries: _ } = $i(e), g = V(() => {
|
|
487
|
+
const T = {}, H = a.value.type;
|
|
488
|
+
return s === "page" ? H === "common" ? f(T) : console.assert(!1) : s === "comp" && H === "common" ? f(T) : console.assert(!1), T;
|
|
489
|
+
}), $ = mi("chart");
|
|
490
|
+
let v;
|
|
491
491
|
const C = () => {
|
|
492
|
-
|
|
493
|
-
const
|
|
494
|
-
|
|
492
|
+
v?.dispose(), v = ki.init($.value, n.value ? "dark" : "light");
|
|
493
|
+
const T = {};
|
|
494
|
+
v.setOption(T);
|
|
495
495
|
}, L = () => {
|
|
496
|
-
|
|
496
|
+
v?.resize();
|
|
497
497
|
}, F = () => {
|
|
498
|
-
const
|
|
499
|
-
k(
|
|
498
|
+
const T = {};
|
|
499
|
+
k(T), h(T), y(T), w(T), _(T), v?.setOption(T, !0);
|
|
500
500
|
};
|
|
501
|
-
return
|
|
502
|
-
window.addEventListener("resize", L, !1), await
|
|
501
|
+
return pi(async () => {
|
|
502
|
+
window.addEventListener("resize", L, !1), await yi(() => !!$.value), C(), F();
|
|
503
503
|
}), Ie(() => {
|
|
504
|
-
window.removeEventListener("resize", L, !1),
|
|
504
|
+
window.removeEventListener("resize", L, !1), v?.dispose();
|
|
505
505
|
}), me(
|
|
506
506
|
[
|
|
507
507
|
() => r.value.width,
|
|
@@ -514,7 +514,7 @@ const Fs = /* @__PURE__ */ z({
|
|
|
514
514
|
d
|
|
515
515
|
],
|
|
516
516
|
async () => {
|
|
517
|
-
await
|
|
517
|
+
await fi(), L();
|
|
518
518
|
}
|
|
519
519
|
), me([n], () => {
|
|
520
520
|
C(), F();
|
|
@@ -524,37 +524,37 @@ const Fs = /* @__PURE__ */ z({
|
|
|
524
524
|
F();
|
|
525
525
|
},
|
|
526
526
|
{ deep: !0 }
|
|
527
|
-
), (
|
|
527
|
+
), (T, H) => (I(), ie("div", {
|
|
528
528
|
ref: "chart",
|
|
529
|
-
style:
|
|
529
|
+
style: oe(g.value)
|
|
530
530
|
}, null, 4));
|
|
531
531
|
}
|
|
532
|
-
}),
|
|
532
|
+
}), js = /* @__PURE__ */ z({
|
|
533
533
|
__name: "index",
|
|
534
534
|
props: {
|
|
535
535
|
node: {},
|
|
536
536
|
outer: { type: Boolean }
|
|
537
537
|
},
|
|
538
538
|
setup(i) {
|
|
539
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } =
|
|
540
|
-
const
|
|
541
|
-
return s === "page" ? H === "common" ? f(
|
|
542
|
-
}), $ =
|
|
543
|
-
let
|
|
539
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = Ii(e), { applyXAxis: h } = Ci(e), { applyYAxis: y } = Si(e), { applyLegend: w } = Vi(e), { applySeries: _ } = $i(e), g = V(() => {
|
|
540
|
+
const T = {}, H = a.value.type;
|
|
541
|
+
return s === "page" ? H === "common" ? f(T) : console.assert(!1) : s === "comp" && H === "common" ? f(T) : console.assert(!1), T;
|
|
542
|
+
}), $ = mi("chart");
|
|
543
|
+
let v;
|
|
544
544
|
const C = () => {
|
|
545
|
-
|
|
546
|
-
const
|
|
547
|
-
|
|
545
|
+
v?.dispose(), v = ki.init($.value, n.value ? "dark" : "light");
|
|
546
|
+
const T = {};
|
|
547
|
+
v.setOption(T);
|
|
548
548
|
}, L = () => {
|
|
549
|
-
|
|
549
|
+
v?.resize();
|
|
550
550
|
}, F = () => {
|
|
551
|
-
const
|
|
552
|
-
k(
|
|
551
|
+
const T = {};
|
|
552
|
+
k(T), h(T), y(T), w(T), _(T), v?.setOption(T, !0);
|
|
553
553
|
};
|
|
554
|
-
return
|
|
555
|
-
window.addEventListener("resize", L, !1), await
|
|
554
|
+
return pi(async () => {
|
|
555
|
+
window.addEventListener("resize", L, !1), await yi(() => !!$.value), C(), F();
|
|
556
556
|
}), Ie(() => {
|
|
557
|
-
window.removeEventListener("resize", L, !1),
|
|
557
|
+
window.removeEventListener("resize", L, !1), v?.dispose();
|
|
558
558
|
}), me(
|
|
559
559
|
[
|
|
560
560
|
() => r.value.width,
|
|
@@ -567,7 +567,7 @@ const Fs = /* @__PURE__ */ z({
|
|
|
567
567
|
d
|
|
568
568
|
],
|
|
569
569
|
async () => {
|
|
570
|
-
await
|
|
570
|
+
await fi(), L();
|
|
571
571
|
}
|
|
572
572
|
), me([n], () => {
|
|
573
573
|
C(), F();
|
|
@@ -577,18 +577,22 @@ const Fs = /* @__PURE__ */ z({
|
|
|
577
577
|
F();
|
|
578
578
|
},
|
|
579
579
|
{ deep: !0 }
|
|
580
|
-
), (
|
|
580
|
+
), (T, H) => (I(), ie("div", {
|
|
581
581
|
ref: "chart",
|
|
582
|
-
style:
|
|
582
|
+
style: oe(g.value)
|
|
583
583
|
}, null, 4));
|
|
584
584
|
}
|
|
585
|
-
}),
|
|
585
|
+
}), xe = (i, e) => {
|
|
586
586
|
const t = i.__vccOpts || i;
|
|
587
587
|
for (const [r, n] of e)
|
|
588
588
|
t[r] = n;
|
|
589
589
|
return t;
|
|
590
|
-
};
|
|
591
|
-
function
|
|
590
|
+
}, Gs = {};
|
|
591
|
+
function Os(i, e) {
|
|
592
|
+
return I(), ie("div");
|
|
593
|
+
}
|
|
594
|
+
const Ks = /* @__PURE__ */ xe(Gs, [["render", Os]]);
|
|
595
|
+
function Zs(i, e) {
|
|
592
596
|
function t(m) {
|
|
593
597
|
const c = i.pseudoToNative(m), d = [], f = c.split(".");
|
|
594
598
|
for (let k = 0; k < f.length; k++) {
|
|
@@ -622,11 +626,11 @@ function Us(i, e) {
|
|
|
622
626
|
function a(m) {
|
|
623
627
|
const c = i.pseudoToNative(m);
|
|
624
628
|
let d = "";
|
|
625
|
-
typeof c == "object" ? d = JSON.stringify(c) : d = String(c),
|
|
629
|
+
typeof c == "object" ? d = JSON.stringify(c) : d = String(c), nn.emit("consoleAppend", d);
|
|
626
630
|
}
|
|
627
631
|
function u(m, c) {
|
|
628
632
|
const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
|
|
629
|
-
d === "info" ?
|
|
633
|
+
d === "info" ? mo(f) : d === "success" ? po(f) : d === "warning" ? hi(f) : d === "error" && xi(f);
|
|
630
634
|
}
|
|
631
635
|
function p(m, c) {
|
|
632
636
|
const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
|
|
@@ -674,22 +678,22 @@ function Us(i, e) {
|
|
|
674
678
|
i.createAsyncFunction(b)
|
|
675
679
|
);
|
|
676
680
|
}
|
|
677
|
-
const
|
|
681
|
+
const Gi = fo({
|
|
678
682
|
baseUrl: "http://localhost/computebase/",
|
|
679
683
|
onError: (i) => {
|
|
680
684
|
const { i18n: e } = He;
|
|
681
|
-
|
|
685
|
+
xi(zo(e, i));
|
|
682
686
|
}
|
|
683
687
|
});
|
|
684
|
-
window.API_URL && (
|
|
685
|
-
function
|
|
686
|
-
return
|
|
688
|
+
window.API_URL && (Gi.defaults.baseURL = window.API_URL + "/computebase/");
|
|
689
|
+
function qs(i) {
|
|
690
|
+
return Gi.post("callFunc", i);
|
|
687
691
|
}
|
|
688
|
-
function
|
|
692
|
+
function Js(i, e) {
|
|
689
693
|
async function t(r, n, s, a, u, p) {
|
|
690
694
|
const b = i.pseudoToNative(r), m = i.pseudoToNative(n), c = i.pseudoToNative(s), d = i.pseudoToNative(a), f = i.pseudoToNative(u);
|
|
691
695
|
try {
|
|
692
|
-
const k = JSON.stringify(c), { strOutputs: h } = await
|
|
696
|
+
const k = JSON.stringify(c), { strOutputs: h } = await qs({
|
|
693
697
|
spaceid: b,
|
|
694
698
|
id: m,
|
|
695
699
|
strInputs: k,
|
|
@@ -706,10 +710,10 @@ function js(i, e) {
|
|
|
706
710
|
i.createAsyncFunction(t)
|
|
707
711
|
);
|
|
708
712
|
}
|
|
709
|
-
function
|
|
713
|
+
function Xs(i, e, t) {
|
|
710
714
|
console.assert(i || e || t);
|
|
711
715
|
}
|
|
712
|
-
class
|
|
716
|
+
class Ys {
|
|
713
717
|
context;
|
|
714
718
|
nodes;
|
|
715
719
|
constructor(e) {
|
|
@@ -736,7 +740,7 @@ class Ks {
|
|
|
736
740
|
s = this.context.data.view.nodes;
|
|
737
741
|
if (!s)
|
|
738
742
|
return "";
|
|
739
|
-
const a =
|
|
743
|
+
const a = No(
|
|
740
744
|
this.context.type,
|
|
741
745
|
this.context.data.type,
|
|
742
746
|
this.context.data.version,
|
|
@@ -749,8 +753,8 @@ class Ks {
|
|
|
749
753
|
this.getNode(e);
|
|
750
754
|
}
|
|
751
755
|
}
|
|
752
|
-
function
|
|
753
|
-
const r = new
|
|
756
|
+
function Qs(i, e, t) {
|
|
757
|
+
const r = new Ys(i);
|
|
754
758
|
function n(d, f, k) {
|
|
755
759
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = r.addNode(h, y, w);
|
|
756
760
|
return e.nativeToPseudo(_);
|
|
@@ -766,42 +770,42 @@ function Zs(i, e, t) {
|
|
|
766
770
|
console.error(`getPropV1 node not found, ${y}`);
|
|
767
771
|
return;
|
|
768
772
|
}
|
|
769
|
-
const _ = h.split("."),
|
|
770
|
-
for (let $ = 0; $ <
|
|
771
|
-
const
|
|
772
|
-
if ($ ===
|
|
773
|
-
return e.nativeToPseudo(w[
|
|
773
|
+
const _ = h.split("."), g = _.length;
|
|
774
|
+
for (let $ = 0; $ < g; $++) {
|
|
775
|
+
const v = _[$];
|
|
776
|
+
if ($ === g - 1)
|
|
777
|
+
return e.nativeToPseudo(w[v]);
|
|
774
778
|
if (!w) {
|
|
775
779
|
console.error(`getPropV1 unpkg failed, ${y}`);
|
|
776
780
|
return;
|
|
777
781
|
}
|
|
778
|
-
w = w[
|
|
782
|
+
w = w[v];
|
|
779
783
|
}
|
|
780
784
|
}
|
|
781
785
|
function u(d, f, k) {
|
|
782
786
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = `id=${h} keys=${y} value=${w}`;
|
|
783
|
-
let
|
|
784
|
-
if (h === "globality" ?
|
|
787
|
+
let g;
|
|
788
|
+
if (h === "globality" ? g = i.data.view : g = r.getNode(h), !g) {
|
|
785
789
|
console.error(`setPropV1 node not found, ${_}`);
|
|
786
790
|
return;
|
|
787
791
|
}
|
|
788
|
-
const $ = y.split("."),
|
|
789
|
-
for (let C = 0; C <
|
|
792
|
+
const $ = y.split("."), v = $.length;
|
|
793
|
+
for (let C = 0; C < v; C++) {
|
|
790
794
|
const L = $[C];
|
|
791
|
-
if (C ===
|
|
792
|
-
|
|
795
|
+
if (C === v - 1)
|
|
796
|
+
g[L] = w;
|
|
793
797
|
else {
|
|
794
|
-
if (!
|
|
798
|
+
if (!g) {
|
|
795
799
|
console.error(`setPropV1 unpkg failed, ${_}`);
|
|
796
800
|
return;
|
|
797
801
|
}
|
|
798
|
-
|
|
802
|
+
g = g[L];
|
|
799
803
|
}
|
|
800
804
|
}
|
|
801
805
|
}
|
|
802
806
|
function p(d, f, k, h) {
|
|
803
|
-
const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k),
|
|
804
|
-
i.eventBus?.emit(`callMethod@${y}`, { name: w, inputs: _, result:
|
|
807
|
+
const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k), g = { outputs: [] };
|
|
808
|
+
i.eventBus?.emit(`callMethod@${y}`, { name: w, inputs: _, result: g }), h(e.nativeToPseudo(g.outputs)), e.run();
|
|
805
809
|
}
|
|
806
810
|
function b(d, f) {
|
|
807
811
|
const k = e.pseudoToNative(d), h = e.pseudoToNative(f);
|
|
@@ -812,7 +816,7 @@ function Zs(i, e, t) {
|
|
|
812
816
|
pageid: h
|
|
813
817
|
};
|
|
814
818
|
He.router.replace({ path: y, query: w });
|
|
815
|
-
} else i.mode === "preview" &&
|
|
819
|
+
} else i.mode === "preview" && hi(
|
|
816
820
|
He.i18n.global.t(
|
|
817
821
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
818
822
|
)
|
|
@@ -820,14 +824,14 @@ function Zs(i, e, t) {
|
|
|
820
824
|
}
|
|
821
825
|
function m(d, f, k) {
|
|
822
826
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f);
|
|
823
|
-
|
|
827
|
+
bo({ title: h, text: y }).then((w) => {
|
|
824
828
|
k(e.nativeToPseudo(w)), e.run();
|
|
825
829
|
});
|
|
826
830
|
}
|
|
827
831
|
function c(d, f, k, h) {
|
|
828
832
|
const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k);
|
|
829
|
-
|
|
830
|
-
h(e.nativeToPseudo(
|
|
833
|
+
yo({ title: y, label: w, value: _ }).then((g) => {
|
|
834
|
+
h(e.nativeToPseudo(g)), e.run();
|
|
831
835
|
});
|
|
832
836
|
}
|
|
833
837
|
e.setProperty(
|
|
@@ -864,10 +868,10 @@ function Zs(i, e, t) {
|
|
|
864
868
|
e.createAsyncFunction(c)
|
|
865
869
|
);
|
|
866
870
|
}
|
|
867
|
-
function
|
|
868
|
-
|
|
871
|
+
function er(i, e, t) {
|
|
872
|
+
Zs(e, t), Js(e, t), Xs(i, e, t), Qs(i, e, t);
|
|
869
873
|
}
|
|
870
|
-
const
|
|
874
|
+
const tr = `
|
|
871
875
|
var __env__ = 'dev'
|
|
872
876
|
var __mode__ = 'editor'
|
|
873
877
|
|
|
@@ -877,7 +881,7 @@ function __getEnvV1__() {
|
|
|
877
881
|
|
|
878
882
|
var __pointerPosX__ = 0
|
|
879
883
|
var __pointerPosY__ = 0
|
|
880
|
-
`,
|
|
884
|
+
`, nr = `
|
|
881
885
|
var __events__ = {}
|
|
882
886
|
|
|
883
887
|
function __addEventListenerV1__(id, event, callback) {
|
|
@@ -948,7 +952,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
|
|
|
948
952
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
949
953
|
}
|
|
950
954
|
}
|
|
951
|
-
`,
|
|
955
|
+
`, ir = `
|
|
952
956
|
var __timers__ = {}
|
|
953
957
|
var __currTimerId__ = 0
|
|
954
958
|
|
|
@@ -990,15 +994,15 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
990
994
|
}
|
|
991
995
|
}
|
|
992
996
|
}
|
|
993
|
-
`,
|
|
997
|
+
`, or = `
|
|
994
998
|
function __destroy__() {
|
|
995
999
|
}
|
|
996
|
-
`,
|
|
997
|
-
function
|
|
998
|
-
const t = new
|
|
999
|
-
|
|
1000
|
+
`, sr = tr + nr + ir + or;
|
|
1001
|
+
function Oi(i, e) {
|
|
1002
|
+
const t = new So(
|
|
1003
|
+
sr,
|
|
1000
1004
|
(r, n) => {
|
|
1001
|
-
|
|
1005
|
+
er(i, r, n);
|
|
1002
1006
|
}
|
|
1003
1007
|
);
|
|
1004
1008
|
return t.appendCode(e), t.appendCode(`
|
|
@@ -1007,11 +1011,11 @@ __mode__ = '${i.mode}';
|
|
|
1007
1011
|
__triggerEvent__('globality', 'startup');
|
|
1008
1012
|
`), t.run(), t;
|
|
1009
1013
|
}
|
|
1010
|
-
function
|
|
1014
|
+
function Ki(i) {
|
|
1011
1015
|
i.appendCode("__destroy__();"), i.run();
|
|
1012
1016
|
}
|
|
1013
|
-
const
|
|
1014
|
-
function
|
|
1017
|
+
const ru = ["string", "number", "boolean", "array", "object"];
|
|
1018
|
+
function lu(i) {
|
|
1015
1019
|
switch (i) {
|
|
1016
1020
|
case "string":
|
|
1017
1021
|
return "#5ba58c";
|
|
@@ -1025,7 +1029,7 @@ function Qa(i) {
|
|
|
1025
1029
|
return "#80a55b";
|
|
1026
1030
|
}
|
|
1027
1031
|
}
|
|
1028
|
-
function
|
|
1032
|
+
function au(i, e, t, r, n) {
|
|
1029
1033
|
let s = i;
|
|
1030
1034
|
for (let u = 0; u < e.length; u++)
|
|
1031
1035
|
if (s = s.children[e[u]], !s) {
|
|
@@ -1043,10 +1047,10 @@ function eu(i, e, t, r, n) {
|
|
|
1043
1047
|
children: {}
|
|
1044
1048
|
}, s.children[t] = a);
|
|
1045
1049
|
}
|
|
1046
|
-
function
|
|
1047
|
-
return
|
|
1050
|
+
function Zi() {
|
|
1051
|
+
return To();
|
|
1048
1052
|
}
|
|
1049
|
-
const
|
|
1053
|
+
const rr = /* @__PURE__ */ z({
|
|
1050
1054
|
__name: "index",
|
|
1051
1055
|
props: {
|
|
1052
1056
|
id: {},
|
|
@@ -1055,28 +1059,28 @@ const tr = /* @__PURE__ */ z({
|
|
|
1055
1059
|
outer: { type: Boolean }
|
|
1056
1060
|
},
|
|
1057
1061
|
setup(i) {
|
|
1058
|
-
const { t: e } =
|
|
1059
|
-
|
|
1062
|
+
const { t: e } = wi(), t = i, r = Mi(), n = Fi(), s = A(), a = le(), u = ae(), p = ue(), b = Hi(), m = be(-1), c = be(), d = {};
|
|
1063
|
+
Ui(d);
|
|
1060
1064
|
const f = () => {
|
|
1061
|
-
d.eventBus && (d.eventBus = void 0), d.interpreter && (
|
|
1065
|
+
d.eventBus && (d.eventBus = void 0), d.interpreter && (Ki(d.interpreter), d.interpreter = void 0);
|
|
1062
1066
|
};
|
|
1063
|
-
|
|
1067
|
+
Qt(() => {
|
|
1064
1068
|
if (!t.refContext.refid) {
|
|
1065
1069
|
m.value = -1, c.value = void 0, f();
|
|
1066
1070
|
return;
|
|
1067
1071
|
}
|
|
1068
|
-
const
|
|
1069
|
-
if (!
|
|
1070
|
-
m.value = -1, c.value = null, f(),
|
|
1072
|
+
const v = b.value[t.refContext.refid];
|
|
1073
|
+
if (!v) {
|
|
1074
|
+
m.value = -1, c.value = null, f(), nn.emit("compNotAvail", t.refContext.refid);
|
|
1071
1075
|
return;
|
|
1072
1076
|
}
|
|
1073
|
-
if (m.value ===
|
|
1077
|
+
if (m.value === v.dataSeq || (m.value = v.dataSeq, c.value = G(v.data), s !== "runtime" && s !== "preview"))
|
|
1074
1078
|
return;
|
|
1075
1079
|
f();
|
|
1076
1080
|
const C = c.value, L = C.code.script;
|
|
1077
1081
|
if (L) {
|
|
1078
|
-
const F =
|
|
1079
|
-
d.eventBus = F, d.interpreter =
|
|
1082
|
+
const F = Zi();
|
|
1083
|
+
d.eventBus = F, d.interpreter = Oi(
|
|
1080
1084
|
{ org: r, env: n, mode: s, type: u, data: C, eventBus: F },
|
|
1081
1085
|
L
|
|
1082
1086
|
);
|
|
@@ -1085,56 +1089,88 @@ const tr = /* @__PURE__ */ z({
|
|
|
1085
1089
|
f();
|
|
1086
1090
|
});
|
|
1087
1091
|
const { applySize: k } = pe(s, a, t), h = V(() => {
|
|
1088
|
-
const
|
|
1089
|
-
return u === "page" ? C === "common" ? k(
|
|
1092
|
+
const v = {}, C = p.value.type;
|
|
1093
|
+
return u === "page" ? C === "common" ? k(v) : console.assert(!1) : u === "comp" && C === "common" ? k(v) : console.assert(!1), v;
|
|
1090
1094
|
});
|
|
1091
|
-
function y(
|
|
1092
|
-
const C =
|
|
1095
|
+
function y(v) {
|
|
1096
|
+
const C = hn[p.value.version].refKey, L = ye[C];
|
|
1093
1097
|
return L ? J(L.comp, {
|
|
1094
1098
|
refContext: {
|
|
1095
1099
|
parent: t.refContext,
|
|
1096
|
-
refid:
|
|
1100
|
+
refid: v.ref.id
|
|
1097
1101
|
},
|
|
1098
|
-
node:
|
|
1102
|
+
node: v
|
|
1099
1103
|
}) : (console.assert(!1, `ref element not found key=${C}`), J("div", `ref element not found key=${C}`));
|
|
1100
1104
|
}
|
|
1101
|
-
function w(
|
|
1102
|
-
const C = ye[
|
|
1105
|
+
function w(v) {
|
|
1106
|
+
const C = ye[v.basic.key];
|
|
1103
1107
|
if (!C)
|
|
1104
|
-
return console.assert(!1, `element not found key=${
|
|
1108
|
+
return console.assert(!1, `element not found key=${v.basic.key}`), J("div", `element not found key=${v.basic.key}`);
|
|
1105
1109
|
const L = [];
|
|
1106
|
-
return C.leaf ||
|
|
1107
|
-
const
|
|
1108
|
-
L.push(
|
|
1109
|
-
}), J(C.comp, { node:
|
|
1110
|
+
return C.leaf || v.children?.forEach((F) => {
|
|
1111
|
+
const T = _(F);
|
|
1112
|
+
L.push(T);
|
|
1113
|
+
}), J(C.comp, { node: v }, { default: () => L });
|
|
1110
1114
|
}
|
|
1111
|
-
function _(
|
|
1112
|
-
return
|
|
1115
|
+
function _(v) {
|
|
1116
|
+
return v.ref ? y(v) : w(v);
|
|
1113
1117
|
}
|
|
1114
|
-
function
|
|
1115
|
-
let
|
|
1116
|
-
for (;
|
|
1117
|
-
if (
|
|
1118
|
+
function g() {
|
|
1119
|
+
let v = t.refContext.parent;
|
|
1120
|
+
for (; v; ) {
|
|
1121
|
+
if (v.refid === t.refContext.refid)
|
|
1118
1122
|
return !0;
|
|
1119
|
-
|
|
1123
|
+
v = v.parent;
|
|
1120
1124
|
}
|
|
1121
1125
|
return !1;
|
|
1122
1126
|
}
|
|
1123
1127
|
const $ = () => {
|
|
1124
|
-
if (
|
|
1128
|
+
if (g())
|
|
1125
1129
|
return J("div", { id: t.id }, e("x-runtime-lib.circularRef"));
|
|
1126
1130
|
if (!c.value)
|
|
1127
1131
|
return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
|
|
1128
|
-
const
|
|
1129
|
-
if (
|
|
1132
|
+
const v = c.value.type;
|
|
1133
|
+
if (v === "common") {
|
|
1130
1134
|
const C = [];
|
|
1131
1135
|
return c.value.view.nodes.forEach((L) => {
|
|
1132
1136
|
C.push(_(L));
|
|
1133
1137
|
}), J("div", { id: t.id, style: h.value }, C);
|
|
1134
1138
|
} else
|
|
1135
|
-
return console.assert(!1, `invalid subtype=${
|
|
1139
|
+
return console.assert(!1, `invalid subtype=${v}`), J("div", { id: t.id }, `invalid subtype=${v}`);
|
|
1136
1140
|
};
|
|
1137
|
-
return (
|
|
1141
|
+
return (v, C) => (I(), N($));
|
|
1142
|
+
}
|
|
1143
|
+
}), ee = /* @__PURE__ */ z({
|
|
1144
|
+
__name: "index",
|
|
1145
|
+
props: {
|
|
1146
|
+
fitContent: { type: Boolean, default: !1 }
|
|
1147
|
+
},
|
|
1148
|
+
setup(i) {
|
|
1149
|
+
const e = A(), t = V(() => {
|
|
1150
|
+
const r = {};
|
|
1151
|
+
return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
|
|
1152
|
+
});
|
|
1153
|
+
return (r, n) => o(e) === "editor" ? (I(), ie("div", {
|
|
1154
|
+
key: 0,
|
|
1155
|
+
style: oe(t.value)
|
|
1156
|
+
}, [
|
|
1157
|
+
j(r.$slots, "default")
|
|
1158
|
+
], 4)) : j(r.$slots, "default", { key: 1 });
|
|
1159
|
+
}
|
|
1160
|
+
}), lr = /* @__PURE__ */ z({
|
|
1161
|
+
__name: "index",
|
|
1162
|
+
props: {
|
|
1163
|
+
node: {},
|
|
1164
|
+
outer: { type: Boolean }
|
|
1165
|
+
},
|
|
1166
|
+
setup(i) {
|
|
1167
|
+
const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "open"]);
|
|
1168
|
+
return (s, a) => (I(), N(o(ee), null, {
|
|
1169
|
+
default: P(() => [
|
|
1170
|
+
o(n) ? j(s.$slots, "default", { key: 0 }) : en("", !0)
|
|
1171
|
+
]),
|
|
1172
|
+
_: 3
|
|
1173
|
+
}));
|
|
1138
1174
|
}
|
|
1139
1175
|
}), fe = /* @__PURE__ */ z({
|
|
1140
1176
|
__name: "index",
|
|
@@ -1143,30 +1179,30 @@ const tr = /* @__PURE__ */ z({
|
|
|
1143
1179
|
state: {}
|
|
1144
1180
|
},
|
|
1145
1181
|
setup(i) {
|
|
1146
|
-
const { t: e } =
|
|
1147
|
-
|
|
1182
|
+
const { t: e } = wi(), t = i, r = Mi(), n = Fi(), s = A(), a = ae(), u = ue(), p = Hi(), b = be(-1), m = be(), c = {};
|
|
1183
|
+
Ui(c);
|
|
1148
1184
|
const d = () => {
|
|
1149
|
-
c.eventBus && (c.eventBus = void 0), c.interpreter && (
|
|
1185
|
+
c.eventBus && (c.eventBus = void 0), c.interpreter && (Ki(c.interpreter), c.interpreter = void 0);
|
|
1150
1186
|
};
|
|
1151
|
-
|
|
1187
|
+
Qt(() => {
|
|
1152
1188
|
if (!t.refContext.refid) {
|
|
1153
1189
|
b.value = -1, m.value = void 0, d();
|
|
1154
1190
|
return;
|
|
1155
1191
|
}
|
|
1156
|
-
const
|
|
1157
|
-
if (!
|
|
1158
|
-
b.value = -1, m.value = null, d(),
|
|
1192
|
+
const g = p.value[t.refContext.refid];
|
|
1193
|
+
if (!g) {
|
|
1194
|
+
b.value = -1, m.value = null, d(), nn.emit("compNotAvail", t.refContext.refid);
|
|
1159
1195
|
return;
|
|
1160
1196
|
}
|
|
1161
|
-
if (b.value ===
|
|
1197
|
+
if (b.value === g.dataSeq || (b.value = g.dataSeq, m.value = G(g.data), s !== "runtime" && s !== "preview"))
|
|
1162
1198
|
return;
|
|
1163
1199
|
d();
|
|
1164
|
-
const $ = m.value,
|
|
1165
|
-
if (
|
|
1166
|
-
const C =
|
|
1167
|
-
c.eventBus = C, c.interpreter =
|
|
1200
|
+
const $ = m.value, v = $.code.script;
|
|
1201
|
+
if (v) {
|
|
1202
|
+
const C = Zi();
|
|
1203
|
+
c.eventBus = C, c.interpreter = Oi(
|
|
1168
1204
|
{ org: r, env: n, mode: s, type: a, data: $, eventBus: C },
|
|
1169
|
-
|
|
1205
|
+
v
|
|
1170
1206
|
);
|
|
1171
1207
|
}
|
|
1172
1208
|
}), Ie(() => {
|
|
@@ -1182,34 +1218,34 @@ const tr = /* @__PURE__ */ z({
|
|
|
1182
1218
|
},
|
|
1183
1219
|
{ deep: !0, immediate: !0 }
|
|
1184
1220
|
);
|
|
1185
|
-
function k(
|
|
1186
|
-
const $ =
|
|
1187
|
-
return
|
|
1221
|
+
function k(g) {
|
|
1222
|
+
const $ = hn[u.value.version].refKey, v = ye[$];
|
|
1223
|
+
return v ? J(v.comp, {
|
|
1188
1224
|
refContext: {
|
|
1189
1225
|
parent: t.refContext,
|
|
1190
|
-
refid:
|
|
1226
|
+
refid: g.ref.id
|
|
1191
1227
|
},
|
|
1192
|
-
node:
|
|
1228
|
+
node: g
|
|
1193
1229
|
}) : (console.assert(!1, `ref element not found key=${$}`), J("div", `ref element not found key=${$}`));
|
|
1194
1230
|
}
|
|
1195
|
-
function h(
|
|
1196
|
-
const $ = ye[
|
|
1231
|
+
function h(g) {
|
|
1232
|
+
const $ = ye[g.basic.key];
|
|
1197
1233
|
if (!$)
|
|
1198
|
-
return console.assert(!1, `element not found key=${
|
|
1199
|
-
const
|
|
1200
|
-
return $.leaf ||
|
|
1201
|
-
|
|
1202
|
-
}), J($.comp, { node:
|
|
1234
|
+
return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
|
|
1235
|
+
const v = [];
|
|
1236
|
+
return $.leaf || g.children?.forEach((C) => {
|
|
1237
|
+
v.push(y(C));
|
|
1238
|
+
}), J($.comp, { node: g }, { default: () => v });
|
|
1203
1239
|
}
|
|
1204
|
-
function y(
|
|
1205
|
-
return
|
|
1240
|
+
function y(g) {
|
|
1241
|
+
return g.ref ? k(g) : h(g);
|
|
1206
1242
|
}
|
|
1207
1243
|
function w() {
|
|
1208
|
-
let
|
|
1209
|
-
for (;
|
|
1210
|
-
if (
|
|
1244
|
+
let g = t.refContext.parent;
|
|
1245
|
+
for (; g; ) {
|
|
1246
|
+
if (g.refid === t.refContext.refid)
|
|
1211
1247
|
return !0;
|
|
1212
|
-
|
|
1248
|
+
g = g.parent;
|
|
1213
1249
|
}
|
|
1214
1250
|
return !1;
|
|
1215
1251
|
}
|
|
@@ -1218,18 +1254,18 @@ const tr = /* @__PURE__ */ z({
|
|
|
1218
1254
|
return J("div", e("x-runtime-lib.circularRef"));
|
|
1219
1255
|
if (!m.value)
|
|
1220
1256
|
return m.value === void 0 ? J("div") : J("div", e("x-runtime-lib.compNotAvail"));
|
|
1221
|
-
const
|
|
1222
|
-
if (
|
|
1257
|
+
const g = m.value.type;
|
|
1258
|
+
if (g === "common") {
|
|
1223
1259
|
const $ = [];
|
|
1224
|
-
return m.value.view.nodes.forEach((
|
|
1225
|
-
$.push(y(
|
|
1260
|
+
return m.value.view.nodes.forEach((v) => {
|
|
1261
|
+
$.push(y(v));
|
|
1226
1262
|
}), $;
|
|
1227
1263
|
} else
|
|
1228
|
-
return console.assert(!1, `invalid subtype=${
|
|
1264
|
+
return console.assert(!1, `invalid subtype=${g}`), J("div", `invalid subtype=${g}`);
|
|
1229
1265
|
};
|
|
1230
|
-
return (
|
|
1266
|
+
return (g, $) => (I(), N(_));
|
|
1231
1267
|
}
|
|
1232
|
-
}),
|
|
1268
|
+
}), ar = /* @__PURE__ */ z({
|
|
1233
1269
|
__name: "index",
|
|
1234
1270
|
props: {
|
|
1235
1271
|
node: {},
|
|
@@ -1261,24 +1297,7 @@ const tr = /* @__PURE__ */ z({
|
|
|
1261
1297
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1262
1298
|
};
|
|
1263
1299
|
}
|
|
1264
|
-
}),
|
|
1265
|
-
__name: "index",
|
|
1266
|
-
props: {
|
|
1267
|
-
fitContent: { type: Boolean, default: !1 }
|
|
1268
|
-
},
|
|
1269
|
-
setup(i) {
|
|
1270
|
-
const e = A(), t = V(() => {
|
|
1271
|
-
const r = {};
|
|
1272
|
-
return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
|
|
1273
|
-
});
|
|
1274
|
-
return (r, n) => o(e) === "editor" ? (I(), re("div", {
|
|
1275
|
-
key: 0,
|
|
1276
|
-
style: ie(t.value)
|
|
1277
|
-
}, [
|
|
1278
|
-
j(r.$slots, "default")
|
|
1279
|
-
], 4)) : j(r.$slots, "default", { key: 1 });
|
|
1280
|
-
}
|
|
1281
|
-
}), ir = /* @__PURE__ */ z({
|
|
1300
|
+
}), ur = /* @__PURE__ */ z({
|
|
1282
1301
|
__name: "index",
|
|
1283
1302
|
props: {
|
|
1284
1303
|
node: {},
|
|
@@ -1299,20 +1318,20 @@ const tr = /* @__PURE__ */ z({
|
|
|
1299
1318
|
]), { prop: _ } = l(t, n, e, [
|
|
1300
1319
|
"settings",
|
|
1301
1320
|
"readonly"
|
|
1302
|
-
]), { prop:
|
|
1321
|
+
]), { prop: g } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: v } = l(t, n, e, ["settings", "stacked"]), { prop: C } = l(t, n, e, ["settings", "text"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: T } = l(t, n, e, ["size", "width"]), H = (K) => {
|
|
1303
1322
|
if (t !== "runtime" && t !== "preview")
|
|
1304
1323
|
return;
|
|
1305
1324
|
const O = n.interpreter;
|
|
1306
1325
|
if (!O)
|
|
1307
1326
|
return;
|
|
1308
|
-
const
|
|
1309
|
-
O.appendCode(`__pointerPosX__ = ${
|
|
1327
|
+
const te = O.nativeToPseudo(K.clientX), ne = O.nativeToPseudo(K.clientY), ce = O.nativeToPseudo(e.node.basic.id);
|
|
1328
|
+
O.appendCode(`__pointerPosX__ = ${te};`), O.appendCode(`__pointerPosY__ = ${ne};`), O.appendCode(`__triggerEvent__('${ce}', 'click');`), O.run();
|
|
1310
1329
|
};
|
|
1311
1330
|
return (K, O) => {
|
|
1312
|
-
const
|
|
1313
|
-
return I(), N(o(
|
|
1331
|
+
const te = W("v-btn");
|
|
1332
|
+
return I(), N(o(ee), null, {
|
|
1314
1333
|
default: P(() => [
|
|
1315
|
-
Z(
|
|
1334
|
+
Z(te, {
|
|
1316
1335
|
"append-icon": o(s),
|
|
1317
1336
|
block: o(a),
|
|
1318
1337
|
color: o(p),
|
|
@@ -1326,13 +1345,13 @@ const tr = /* @__PURE__ */ z({
|
|
|
1326
1345
|
"min-width": o(y),
|
|
1327
1346
|
"prepend-icon": o(w),
|
|
1328
1347
|
readonly: o(_),
|
|
1329
|
-
ripple: o(
|
|
1348
|
+
ripple: o(g),
|
|
1330
1349
|
size: o($),
|
|
1331
|
-
stacked: o(
|
|
1350
|
+
stacked: o(v),
|
|
1332
1351
|
text: o(C),
|
|
1333
1352
|
theme: o(L),
|
|
1334
1353
|
variant: o(F),
|
|
1335
|
-
width: o(
|
|
1354
|
+
width: o(T),
|
|
1336
1355
|
onClick: H
|
|
1337
1356
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1338
1357
|
]),
|
|
@@ -1340,8 +1359,8 @@ const tr = /* @__PURE__ */ z({
|
|
|
1340
1359
|
});
|
|
1341
1360
|
};
|
|
1342
1361
|
}
|
|
1343
|
-
}),
|
|
1344
|
-
function
|
|
1362
|
+
}), cr = {};
|
|
1363
|
+
function dr(i, e) {
|
|
1345
1364
|
const t = W("v-btn-group");
|
|
1346
1365
|
return I(), N(t, null, {
|
|
1347
1366
|
default: P(() => [
|
|
@@ -1350,7 +1369,7 @@ function sr(i, e) {
|
|
|
1350
1369
|
_: 3
|
|
1351
1370
|
});
|
|
1352
1371
|
}
|
|
1353
|
-
const
|
|
1372
|
+
const mr = /* @__PURE__ */ xe(cr, [["render", dr]]), pr = /* @__PURE__ */ z({
|
|
1354
1373
|
__name: "index",
|
|
1355
1374
|
props: {
|
|
1356
1375
|
node: {},
|
|
@@ -1392,7 +1411,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1392
1411
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1393
1412
|
};
|
|
1394
1413
|
}
|
|
1395
|
-
}),
|
|
1414
|
+
}), fr = /* @__PURE__ */ z({
|
|
1396
1415
|
__name: "index",
|
|
1397
1416
|
props: {
|
|
1398
1417
|
node: {},
|
|
@@ -1405,8 +1424,8 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1405
1424
|
]), { prop: u } = l(t, n, e, ["size", "height"]), { prop: p } = l(t, n, e, ["settings", "hover"]), { prop: b } = l(t, n, e, ["settings", "loading"]), { prop: m } = l(t, n, e, ["size", "maxHeight"]), { prop: c } = l(t, n, e, ["size", "maxWidth"]), { prop: d } = l(t, n, e, ["size", "minHeight"]), { prop: f } = l(t, n, e, ["size", "minWidth"]), { prop: k } = l(t, n, e, [
|
|
1406
1425
|
"settings",
|
|
1407
1426
|
"subtitle"
|
|
1408
|
-
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = U(r), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop:
|
|
1409
|
-
return ($,
|
|
1427
|
+
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = U(r), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: g } = l(t, n, e, ["size", "width"]);
|
|
1428
|
+
return ($, v) => {
|
|
1410
1429
|
const C = W("v-card");
|
|
1411
1430
|
return I(), N(C, {
|
|
1412
1431
|
density: o(s),
|
|
@@ -1423,7 +1442,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1423
1442
|
theme: o(y),
|
|
1424
1443
|
title: o(w),
|
|
1425
1444
|
variant: o(_),
|
|
1426
|
-
width: o(
|
|
1445
|
+
width: o(g)
|
|
1427
1446
|
}, {
|
|
1428
1447
|
default: P(() => [
|
|
1429
1448
|
j($.$slots, "default")
|
|
@@ -1432,7 +1451,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1432
1451
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1433
1452
|
};
|
|
1434
1453
|
}
|
|
1435
|
-
}),
|
|
1454
|
+
}), br = /* @__PURE__ */ z({
|
|
1436
1455
|
__name: "index",
|
|
1437
1456
|
props: {
|
|
1438
1457
|
node: {},
|
|
@@ -1454,7 +1473,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1454
1473
|
}, null, 8, ["disabled", "readonly"]);
|
|
1455
1474
|
};
|
|
1456
1475
|
}
|
|
1457
|
-
}),
|
|
1476
|
+
}), yr = /* @__PURE__ */ z({
|
|
1458
1477
|
__name: "index",
|
|
1459
1478
|
props: {
|
|
1460
1479
|
node: {},
|
|
@@ -1471,9 +1490,9 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1471
1490
|
"settings",
|
|
1472
1491
|
"draggable"
|
|
1473
1492
|
]), { prop: c } = l(t, n, e, ["settings", "filter"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: k } = l(t, n, e, ["settings", "text"]), { theme: h } = U(r), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
|
|
1474
|
-
return (
|
|
1475
|
-
const
|
|
1476
|
-
return I(), N(
|
|
1493
|
+
return (g, $) => {
|
|
1494
|
+
const v = W("v-chip");
|
|
1495
|
+
return I(), N(v, {
|
|
1477
1496
|
closable: o(s),
|
|
1478
1497
|
color: o(u),
|
|
1479
1498
|
density: o(p),
|
|
@@ -1490,7 +1509,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1490
1509
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1491
1510
|
};
|
|
1492
1511
|
}
|
|
1493
|
-
}),
|
|
1512
|
+
}), hr = /* @__PURE__ */ z({
|
|
1494
1513
|
__name: "index",
|
|
1495
1514
|
props: {
|
|
1496
1515
|
node: {},
|
|
@@ -1534,7 +1553,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1534
1553
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1535
1554
|
};
|
|
1536
1555
|
}
|
|
1537
|
-
}),
|
|
1556
|
+
}), xr = /* @__PURE__ */ z({
|
|
1538
1557
|
__name: "index",
|
|
1539
1558
|
props: {
|
|
1540
1559
|
node: {},
|
|
@@ -1542,8 +1561,8 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1542
1561
|
},
|
|
1543
1562
|
setup(i) {
|
|
1544
1563
|
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), b = V(() => {
|
|
1545
|
-
const _ = {},
|
|
1546
|
-
return s === "page" ?
|
|
1564
|
+
const _ = {}, g = a.value.type;
|
|
1565
|
+
return s === "page" ? g === "common" ? p(_) : console.assert(!1) : s === "comp" && g === "common" ? p(_) : console.assert(!1), _;
|
|
1547
1566
|
}), { prop: m } = l(t, u, e, [
|
|
1548
1567
|
"settings",
|
|
1549
1568
|
"disabled"
|
|
@@ -1566,7 +1585,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1566
1585
|
"settings",
|
|
1567
1586
|
"showSwatches"
|
|
1568
1587
|
]), { theme: w } = U(n);
|
|
1569
|
-
return (_,
|
|
1588
|
+
return (_, g) => {
|
|
1570
1589
|
const $ = W("v-color-picker");
|
|
1571
1590
|
return I(), N($, {
|
|
1572
1591
|
disabled: o(m),
|
|
@@ -1576,12 +1595,12 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1576
1595
|
"hide-sliders": o(k),
|
|
1577
1596
|
landscape: o(h),
|
|
1578
1597
|
"show-swatches": o(y),
|
|
1579
|
-
style:
|
|
1598
|
+
style: oe(b.value),
|
|
1580
1599
|
theme: o(w)
|
|
1581
1600
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1582
1601
|
};
|
|
1583
1602
|
}
|
|
1584
|
-
}),
|
|
1603
|
+
}), gr = /* @__PURE__ */ z({
|
|
1585
1604
|
__name: "index",
|
|
1586
1605
|
props: {
|
|
1587
1606
|
node: {},
|
|
@@ -1603,7 +1622,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1603
1622
|
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
1604
1623
|
return (d, f) => {
|
|
1605
1624
|
const k = W("v-combobox");
|
|
1606
|
-
return I(), N(o(
|
|
1625
|
+
return I(), N(o(ee), null, {
|
|
1607
1626
|
default: P(() => [
|
|
1608
1627
|
Z(k, {
|
|
1609
1628
|
modelValue: o(c),
|
|
@@ -1620,7 +1639,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1620
1639
|
});
|
|
1621
1640
|
};
|
|
1622
1641
|
}
|
|
1623
|
-
}),
|
|
1642
|
+
}), vr = /* @__PURE__ */ z({
|
|
1624
1643
|
__name: "index",
|
|
1625
1644
|
props: {
|
|
1626
1645
|
node: {},
|
|
@@ -1630,17 +1649,17 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1630
1649
|
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, [
|
|
1631
1650
|
"settings",
|
|
1632
1651
|
"backgroundColor"
|
|
1633
|
-
]), { color: b } = Y(n, p), { applySize: m } = pe(t, r, e), { applyMargin: c } =
|
|
1652
|
+
]), { color: b } = Y(n, p), { applySize: m } = pe(t, r, e), { applyMargin: c } = sn(e), { applyPadding: d } = rn(e), { applyBorder: f } = on(n, e), k = V(() => {
|
|
1634
1653
|
const h = {}, y = a.value.type;
|
|
1635
1654
|
return s === "page" ? y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1) : s === "comp" && y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1), h;
|
|
1636
1655
|
});
|
|
1637
|
-
return (h, y) => (I(),
|
|
1638
|
-
style:
|
|
1656
|
+
return (h, y) => (I(), ie("div", {
|
|
1657
|
+
style: oe(k.value)
|
|
1639
1658
|
}, [
|
|
1640
1659
|
j(h.$slots, "default")
|
|
1641
1660
|
], 4));
|
|
1642
1661
|
}
|
|
1643
|
-
}),
|
|
1662
|
+
}), kr = /* @__PURE__ */ z({
|
|
1644
1663
|
__name: "index",
|
|
1645
1664
|
props: {
|
|
1646
1665
|
node: {},
|
|
@@ -1664,13 +1683,13 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1664
1683
|
"multiSort"
|
|
1665
1684
|
]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
|
|
1666
1685
|
const w = [];
|
|
1667
|
-
return (e.node.slots?.items ?? []).forEach((
|
|
1668
|
-
|
|
1686
|
+
return (e.node.slots?.items ?? []).forEach((g) => {
|
|
1687
|
+
g.column && g.comp && w.push(g);
|
|
1669
1688
|
}), w;
|
|
1670
1689
|
});
|
|
1671
1690
|
return (w, _) => {
|
|
1672
|
-
const
|
|
1673
|
-
return I(), N(
|
|
1691
|
+
const g = W("v-data-table");
|
|
1692
|
+
return I(), N(g, {
|
|
1674
1693
|
density: o(s),
|
|
1675
1694
|
"fixed-footer": o(a),
|
|
1676
1695
|
"fixed-header": o(u),
|
|
@@ -1682,33 +1701,33 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1682
1701
|
"multi-sort": o(f),
|
|
1683
1702
|
theme: o(k),
|
|
1684
1703
|
width: o(h)
|
|
1685
|
-
},
|
|
1686
|
-
|
|
1704
|
+
}, tn({ _: 2 }, [
|
|
1705
|
+
lo(y.value, ($) => ({
|
|
1687
1706
|
name: `item.${$.column}`,
|
|
1688
|
-
fn: P(({ value:
|
|
1707
|
+
fn: P(({ value: v }) => [
|
|
1689
1708
|
Z(o(fe), {
|
|
1690
1709
|
"ref-context": { refid: $.comp },
|
|
1691
|
-
state: { value:
|
|
1710
|
+
state: { value: v }
|
|
1692
1711
|
}, null, 8, ["ref-context", "state"])
|
|
1693
1712
|
])
|
|
1694
1713
|
}))
|
|
1695
1714
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1696
1715
|
};
|
|
1697
1716
|
}
|
|
1698
|
-
}),
|
|
1699
|
-
function
|
|
1717
|
+
}), _r = {};
|
|
1718
|
+
function wr(i, e) {
|
|
1700
1719
|
const t = W("v-date-picker");
|
|
1701
1720
|
return I(), N(t);
|
|
1702
1721
|
}
|
|
1703
|
-
const
|
|
1722
|
+
const Vr = /* @__PURE__ */ xe(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PURE__ */ z({
|
|
1704
1723
|
__name: "index",
|
|
1705
1724
|
props: {
|
|
1706
1725
|
node: {},
|
|
1707
1726
|
outer: { type: Boolean }
|
|
1708
1727
|
},
|
|
1709
1728
|
setup(i) {
|
|
1710
|
-
const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } =
|
|
1711
|
-
return
|
|
1729
|
+
const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } = gi(`runtimeDlg/${bi()}`);
|
|
1730
|
+
return ji(r, e, (u) => {
|
|
1712
1731
|
if (t !== "runtime" && t !== "preview" || !r.interpreter)
|
|
1713
1732
|
return;
|
|
1714
1733
|
const { name: b } = u;
|
|
@@ -1721,10 +1740,10 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1721
1740
|
attach: "#dialogContainer"
|
|
1722
1741
|
}, {
|
|
1723
1742
|
activator: P(() => [
|
|
1724
|
-
o(t) === "editor" ? (I(),
|
|
1743
|
+
o(t) === "editor" ? (I(), ie("div", {
|
|
1725
1744
|
key: 0,
|
|
1726
1745
|
id: `__node__@${n.value}`
|
|
1727
|
-
}, null, 8,
|
|
1746
|
+
}, null, 8, $r)) : en("", !0)
|
|
1728
1747
|
]),
|
|
1729
1748
|
default: P(() => [
|
|
1730
1749
|
j(u.$slots, "default")
|
|
@@ -1733,7 +1752,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1733
1752
|
}, 8, ["modelValue"]);
|
|
1734
1753
|
};
|
|
1735
1754
|
}
|
|
1736
|
-
}),
|
|
1755
|
+
}), Cr = /* @__PURE__ */ z({
|
|
1737
1756
|
__name: "index",
|
|
1738
1757
|
props: {
|
|
1739
1758
|
node: {},
|
|
@@ -1772,37 +1791,37 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1772
1791
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1773
1792
|
};
|
|
1774
1793
|
}
|
|
1775
|
-
}),
|
|
1794
|
+
}), Sr = /* @__PURE__ */ z({
|
|
1776
1795
|
__name: "index",
|
|
1777
1796
|
props: {
|
|
1778
1797
|
node: {},
|
|
1779
1798
|
outer: { type: Boolean }
|
|
1780
1799
|
},
|
|
1781
1800
|
setup(i) {
|
|
1782
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), { applyMargin: b } =
|
|
1801
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), { applyMargin: b } = sn(e), { applyPadding: m } = rn(e), { applyBorder: c } = on(n, e), { prop: d } = l(t, u, e, [
|
|
1783
1802
|
"settings",
|
|
1784
1803
|
"backgroundColor"
|
|
1785
1804
|
]), { color: f } = Y(n, d), k = (y) => {
|
|
1786
1805
|
f.value && (y.backgroundColor = f.value), y.display = "flex";
|
|
1787
|
-
const w =
|
|
1806
|
+
const w = zi(r.value.width), _ = we(w, e.node.settings?.direction);
|
|
1788
1807
|
_ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1789
|
-
const
|
|
1790
|
-
|
|
1808
|
+
const g = we(w, e.node.settings?.wrap);
|
|
1809
|
+
g === "no" ? y.flexWrap = "nowrap" : g === "yes" ? y.flexWrap = "wrap" : g === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
1791
1810
|
const $ = we(w, e.node.settings?.mainAlign);
|
|
1792
1811
|
$ === "start" ? y.justifyContent = "flex-start" : $ === "end" ? y.justifyContent = "flex-end" : $ === "center" ? y.justifyContent = "center" : $ === "spaceBetween" ? y.justifyContent = "space-between" : $ === "spaceAround" ? y.justifyContent = "space-around" : $ === "spaceEvenly" && (y.justifyContent = "space-evenly");
|
|
1793
|
-
const
|
|
1794
|
-
|
|
1812
|
+
const v = we(w, e.node.settings?.crossAlign);
|
|
1813
|
+
v === "start" ? y.alignItems = "flex-start" : v === "end" ? y.alignItems = "flex-end" : v === "center" ? y.alignItems = "center" : v === "baseline" ? y.alignItems = "baseline" : v === "stretch" && (y.alignItems = "stretch");
|
|
1795
1814
|
}, h = V(() => {
|
|
1796
1815
|
const y = {}, w = a.value.type;
|
|
1797
1816
|
return s === "page" ? w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1) : s === "comp" && w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1), y;
|
|
1798
1817
|
});
|
|
1799
|
-
return (y, w) => (I(),
|
|
1800
|
-
style:
|
|
1818
|
+
return (y, w) => (I(), ie("div", {
|
|
1819
|
+
style: oe(h.value)
|
|
1801
1820
|
}, [
|
|
1802
1821
|
j(y.$slots, "default")
|
|
1803
1822
|
], 4));
|
|
1804
1823
|
}
|
|
1805
|
-
}),
|
|
1824
|
+
}), Tr = /* @__PURE__ */ z({
|
|
1806
1825
|
__name: "index",
|
|
1807
1826
|
props: {
|
|
1808
1827
|
node: {},
|
|
@@ -1813,13 +1832,13 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1813
1832
|
const c = {}, d = s.value.type;
|
|
1814
1833
|
return n === "page" ? d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = b.value ? 1 : 0) : console.assert(!1) : n === "comp" && d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = b.value ? 1 : 0) : console.assert(!1), c;
|
|
1815
1834
|
});
|
|
1816
|
-
return (c, d) => (I(),
|
|
1817
|
-
style:
|
|
1835
|
+
return (c, d) => (I(), ie("div", {
|
|
1836
|
+
style: oe(m.value)
|
|
1818
1837
|
}, [
|
|
1819
1838
|
j(c.$slots, "default")
|
|
1820
1839
|
], 4));
|
|
1821
1840
|
}
|
|
1822
|
-
}),
|
|
1841
|
+
}), zr = /* @__PURE__ */ z({
|
|
1823
1842
|
__name: "index",
|
|
1824
1843
|
props: {
|
|
1825
1844
|
node: {},
|
|
@@ -1832,26 +1851,26 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1832
1851
|
]), { prop: m } = l(t, u, e, [
|
|
1833
1852
|
"settings",
|
|
1834
1853
|
"backgroundColor"
|
|
1835
|
-
]), { color: c } = Y(n, m), { applySize: d } = pe(t, r, e), { applyMargin: f } =
|
|
1836
|
-
const _ = {},
|
|
1837
|
-
return s === "page" ?
|
|
1854
|
+
]), { color: c } = Y(n, m), { applySize: d } = pe(t, r, e), { applyMargin: f } = sn(e), { applyPadding: k } = rn(e), { applyBorder: h } = on(n, e), y = V(() => {
|
|
1855
|
+
const _ = {}, g = a.value.type;
|
|
1856
|
+
return s === "page" ? g === "common" ? (d(_), f(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1) : s === "comp" && g === "common" ? (d(_), f(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1), _;
|
|
1838
1857
|
}), w = () => {
|
|
1839
1858
|
if (t !== "runtime" && t !== "preview")
|
|
1840
1859
|
return;
|
|
1841
1860
|
const _ = u.interpreter;
|
|
1842
1861
|
if (!_)
|
|
1843
1862
|
return;
|
|
1844
|
-
const
|
|
1845
|
-
_.appendCode(`__triggerEvent__('${
|
|
1863
|
+
const g = _.nativeToPseudo(e.node.basic.id);
|
|
1864
|
+
_.appendCode(`__triggerEvent__('${g}', 'submit')`), _.run();
|
|
1846
1865
|
};
|
|
1847
|
-
return (_,
|
|
1866
|
+
return (_, g) => {
|
|
1848
1867
|
const $ = W("v-form");
|
|
1849
1868
|
return I(), N($, {
|
|
1850
1869
|
modelValue: o(p),
|
|
1851
|
-
"onUpdate:modelValue":
|
|
1870
|
+
"onUpdate:modelValue": g[0] || (g[0] = (v) => X(p) ? p.value = v : null),
|
|
1852
1871
|
"fast-fail": o(b),
|
|
1853
|
-
style:
|
|
1854
|
-
onSubmit:
|
|
1872
|
+
style: oe(y.value),
|
|
1873
|
+
onSubmit: ao(w, ["prevent"])
|
|
1855
1874
|
}, {
|
|
1856
1875
|
default: P(() => [
|
|
1857
1876
|
j(_.$slots, "default")
|
|
@@ -1860,7 +1879,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1860
1879
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1861
1880
|
};
|
|
1862
1881
|
}
|
|
1863
|
-
}),
|
|
1882
|
+
}), Ar = /* @__PURE__ */ z({
|
|
1864
1883
|
__name: "index",
|
|
1865
1884
|
props: {
|
|
1866
1885
|
node: {},
|
|
@@ -1882,15 +1901,15 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1882
1901
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1883
1902
|
};
|
|
1884
1903
|
}
|
|
1885
|
-
}),
|
|
1904
|
+
}), Pr = ["id"], Nr = /* @__PURE__ */ z({
|
|
1886
1905
|
__name: "index",
|
|
1887
1906
|
props: {
|
|
1888
1907
|
node: {},
|
|
1889
1908
|
outer: { type: Boolean }
|
|
1890
1909
|
},
|
|
1891
1910
|
setup(i) {
|
|
1892
|
-
const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } =
|
|
1893
|
-
return
|
|
1911
|
+
const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = gi(`runtimeMenu/${bi()}`);
|
|
1912
|
+
return ji(r, e, (m) => {
|
|
1894
1913
|
if (t !== "runtime" && t !== "preview")
|
|
1895
1914
|
return;
|
|
1896
1915
|
const c = r.interpreter;
|
|
@@ -1909,10 +1928,10 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1909
1928
|
target: a.value
|
|
1910
1929
|
}, {
|
|
1911
1930
|
activator: P(() => [
|
|
1912
|
-
o(t) === "editor" ? (I(),
|
|
1931
|
+
o(t) === "editor" ? (I(), ie("div", {
|
|
1913
1932
|
key: 0,
|
|
1914
1933
|
id: `__node__@${u.value}`
|
|
1915
|
-
}, null, 8,
|
|
1934
|
+
}, null, 8, Pr)) : en("", !0)
|
|
1916
1935
|
]),
|
|
1917
1936
|
default: P(() => [
|
|
1918
1937
|
j(m.$slots, "default")
|
|
@@ -1921,7 +1940,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1921
1940
|
}, 8, ["modelValue", "target"]);
|
|
1922
1941
|
};
|
|
1923
1942
|
}
|
|
1924
|
-
}),
|
|
1943
|
+
}), Wr = /* @__PURE__ */ z({
|
|
1925
1944
|
__name: "index",
|
|
1926
1945
|
props: {
|
|
1927
1946
|
node: {},
|
|
@@ -1952,20 +1971,20 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1952
1971
|
"settings",
|
|
1953
1972
|
"addIcon",
|
|
1954
1973
|
"prepend"
|
|
1955
|
-
]), { prop:
|
|
1974
|
+
]), { prop: g } = l(t, n, e, [
|
|
1956
1975
|
"settings",
|
|
1957
1976
|
"addIcon",
|
|
1958
1977
|
"prependInner"
|
|
1959
1978
|
]), { prop: $ } = l(t, n, e, [
|
|
1960
1979
|
"settings",
|
|
1961
1980
|
"readonly"
|
|
1962
|
-
]), { prop:
|
|
1981
|
+
]), { prop: v } = l(t, n, e, ["settings", "reverse"]), { prop: C } = l(t, n, e, [
|
|
1963
1982
|
"settings",
|
|
1964
1983
|
"singleLine"
|
|
1965
|
-
]), { prop: L } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme:
|
|
1966
|
-
return (
|
|
1984
|
+
]), { prop: L } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme: T } = U(r), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: K } = l(t, n, e, ["settings", "variant"]), { prop: O } = l(t, n, e, ["size", "width"]);
|
|
1985
|
+
return (te, ne) => {
|
|
1967
1986
|
const ce = W("v-number-input");
|
|
1968
|
-
return I(), N(o(
|
|
1987
|
+
return I(), N(o(ee), null, {
|
|
1969
1988
|
default: P(() => [
|
|
1970
1989
|
Z(ce, {
|
|
1971
1990
|
modelValue: o(H),
|
|
@@ -1984,13 +2003,13 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1984
2003
|
precision: o(y),
|
|
1985
2004
|
prefix: o(w),
|
|
1986
2005
|
"prepend-icon": o(_),
|
|
1987
|
-
"prepend-inner-icon": o(
|
|
2006
|
+
"prepend-inner-icon": o(g),
|
|
1988
2007
|
readonly: o($),
|
|
1989
|
-
reverse: o(
|
|
2008
|
+
reverse: o(v),
|
|
1990
2009
|
"single-line": o(C),
|
|
1991
2010
|
step: o(L),
|
|
1992
2011
|
suffix: o(F),
|
|
1993
|
-
theme: o(
|
|
2012
|
+
theme: o(T),
|
|
1994
2013
|
variant: o(K),
|
|
1995
2014
|
width: o(O)
|
|
1996
2015
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
@@ -1999,7 +2018,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1999
2018
|
});
|
|
2000
2019
|
};
|
|
2001
2020
|
}
|
|
2002
|
-
}),
|
|
2021
|
+
}), Lr = /* @__PURE__ */ z({
|
|
2003
2022
|
__name: "index",
|
|
2004
2023
|
props: {
|
|
2005
2024
|
node: {},
|
|
@@ -2018,18 +2037,18 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2018
2037
|
});
|
|
2019
2038
|
return (y, w) => {
|
|
2020
2039
|
const _ = W("v-pagination");
|
|
2021
|
-
return I(), N(o(
|
|
2040
|
+
return I(), N(o(ee), null, {
|
|
2022
2041
|
default: P(() => [
|
|
2023
2042
|
Z(_, {
|
|
2024
2043
|
modelValue: o(f),
|
|
2025
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
2044
|
+
"onUpdate:modelValue": w[0] || (w[0] = (g) => X(f) ? f.value = g : null),
|
|
2026
2045
|
density: o(s),
|
|
2027
2046
|
disabled: o(a),
|
|
2028
2047
|
length: o(u),
|
|
2029
2048
|
"show-first-last-page": o(p),
|
|
2030
2049
|
size: o(b),
|
|
2031
2050
|
start: o(m),
|
|
2032
|
-
style:
|
|
2051
|
+
style: oe(h.value),
|
|
2033
2052
|
theme: o(c),
|
|
2034
2053
|
tile: o(d),
|
|
2035
2054
|
variant: o(k)
|
|
@@ -2039,7 +2058,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2039
2058
|
});
|
|
2040
2059
|
};
|
|
2041
2060
|
}
|
|
2042
|
-
}),
|
|
2061
|
+
}), Br = /* @__PURE__ */ z({
|
|
2043
2062
|
__name: "index",
|
|
2044
2063
|
props: {
|
|
2045
2064
|
node: {},
|
|
@@ -2066,7 +2085,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2066
2085
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2067
2086
|
};
|
|
2068
2087
|
}
|
|
2069
|
-
}),
|
|
2088
|
+
}), Rr = /* @__PURE__ */ z({
|
|
2070
2089
|
__name: "index",
|
|
2071
2090
|
props: {
|
|
2072
2091
|
node: {},
|
|
@@ -2085,7 +2104,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2085
2104
|
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2086
2105
|
return (d, f) => {
|
|
2087
2106
|
const k = W("v-radio-group");
|
|
2088
|
-
return I(), N(o(
|
|
2107
|
+
return I(), N(o(ee), null, {
|
|
2089
2108
|
default: P(() => [
|
|
2090
2109
|
Z(k, {
|
|
2091
2110
|
modelValue: o(c),
|
|
@@ -2107,7 +2126,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2107
2126
|
});
|
|
2108
2127
|
};
|
|
2109
2128
|
}
|
|
2110
|
-
}),
|
|
2129
|
+
}), Dr = /* @__PURE__ */ z({
|
|
2111
2130
|
__name: "index",
|
|
2112
2131
|
props: {
|
|
2113
2132
|
node: {},
|
|
@@ -2142,16 +2161,16 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2142
2161
|
return "always";
|
|
2143
2162
|
if (w.value === "show")
|
|
2144
2163
|
return !0;
|
|
2145
|
-
}), { prop:
|
|
2164
|
+
}), { prop: g } = l(t, n, e, [
|
|
2146
2165
|
"settings",
|
|
2147
2166
|
"thumbSize"
|
|
2148
|
-
]), { prop: $ } = l(t, n, e, ["settings", "ticks"]),
|
|
2167
|
+
]), { prop: $ } = l(t, n, e, ["settings", "ticks"]), v = V(() => {
|
|
2149
2168
|
if (!$.value)
|
|
2150
2169
|
return;
|
|
2151
2170
|
const H = {};
|
|
2152
2171
|
for (const { value: K, label: O } of $.value)
|
|
2153
2172
|
H[K] = O;
|
|
2154
|
-
if (!
|
|
2173
|
+
if (!_i(H))
|
|
2155
2174
|
return H;
|
|
2156
2175
|
}), { prop: C } = l(t, n, e, [
|
|
2157
2176
|
"settings",
|
|
@@ -2164,7 +2183,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2164
2183
|
"settings",
|
|
2165
2184
|
"value",
|
|
2166
2185
|
"end"
|
|
2167
|
-
]),
|
|
2186
|
+
]), T = V({
|
|
2168
2187
|
get: () => [L.value, F.value],
|
|
2169
2188
|
set: ([H, K]) => {
|
|
2170
2189
|
L.value = H, F.value = K;
|
|
@@ -2172,14 +2191,14 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2172
2191
|
});
|
|
2173
2192
|
return (H, K) => {
|
|
2174
2193
|
const O = W("v-range-slider");
|
|
2175
|
-
return I(), N(o(
|
|
2176
|
-
modelValue:
|
|
2177
|
-
"onUpdate:modelValue": K[1] || (K[1] = (
|
|
2194
|
+
return I(), N(o(ee), {
|
|
2195
|
+
modelValue: T.value,
|
|
2196
|
+
"onUpdate:modelValue": K[1] || (K[1] = (te) => T.value = te)
|
|
2178
2197
|
}, {
|
|
2179
2198
|
default: P(() => [
|
|
2180
2199
|
Z(O, {
|
|
2181
|
-
modelValue:
|
|
2182
|
-
"onUpdate:modelValue": K[0] || (K[0] = (
|
|
2200
|
+
modelValue: T.value,
|
|
2201
|
+
"onUpdate:modelValue": K[0] || (K[0] = (te) => T.value = te),
|
|
2183
2202
|
density: o(s),
|
|
2184
2203
|
direction: o(a),
|
|
2185
2204
|
disabled: o(u),
|
|
@@ -2192,16 +2211,16 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2192
2211
|
step: o(h),
|
|
2193
2212
|
theme: o(y),
|
|
2194
2213
|
"thumb-label": _.value,
|
|
2195
|
-
"thumb-size": o(
|
|
2214
|
+
"thumb-size": o(g),
|
|
2196
2215
|
"tick-size": o(C),
|
|
2197
|
-
ticks:
|
|
2216
|
+
ticks: v.value
|
|
2198
2217
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2199
2218
|
]),
|
|
2200
2219
|
_: 1
|
|
2201
2220
|
}, 8, ["modelValue"]);
|
|
2202
2221
|
};
|
|
2203
2222
|
}
|
|
2204
|
-
}),
|
|
2223
|
+
}), Er = /* @__PURE__ */ z({
|
|
2205
2224
|
__name: "index",
|
|
2206
2225
|
props: {
|
|
2207
2226
|
node: {},
|
|
@@ -2223,7 +2242,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2223
2242
|
]), { theme: d } = U(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
2224
2243
|
return (k, h) => {
|
|
2225
2244
|
const y = W("v-rating");
|
|
2226
|
-
return I(), N(o(
|
|
2245
|
+
return I(), N(o(ee), { "fit-content": !0 }, {
|
|
2227
2246
|
default: P(() => [
|
|
2228
2247
|
Z(y, {
|
|
2229
2248
|
modelValue: o(f),
|
|
@@ -2242,7 +2261,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2242
2261
|
});
|
|
2243
2262
|
};
|
|
2244
2263
|
}
|
|
2245
|
-
}),
|
|
2264
|
+
}), Mr = /* @__PURE__ */ z({
|
|
2246
2265
|
__name: "index",
|
|
2247
2266
|
props: {
|
|
2248
2267
|
node: {},
|
|
@@ -2264,7 +2283,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2264
2283
|
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2265
2284
|
return (d, f) => {
|
|
2266
2285
|
const k = W("v-select");
|
|
2267
|
-
return I(), N(o(
|
|
2286
|
+
return I(), N(o(ee), null, {
|
|
2268
2287
|
default: P(() => [
|
|
2269
2288
|
Z(k, {
|
|
2270
2289
|
modelValue: o(c),
|
|
@@ -2281,14 +2300,14 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2281
2300
|
});
|
|
2282
2301
|
};
|
|
2283
2302
|
}
|
|
2284
|
-
}),
|
|
2303
|
+
}), Fr = /* @__PURE__ */ z({
|
|
2285
2304
|
__name: "index",
|
|
2286
2305
|
props: {
|
|
2287
2306
|
node: {},
|
|
2288
2307
|
outer: { type: Boolean }
|
|
2289
2308
|
},
|
|
2290
2309
|
setup(i) {
|
|
2291
|
-
const e = i, t = A(), r =
|
|
2310
|
+
const e = i, t = A(), r = ho(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
|
|
2292
2311
|
"settings",
|
|
2293
2312
|
"direction"
|
|
2294
2313
|
]), { prop: p } = l(t, n, e, [
|
|
@@ -2308,27 +2327,27 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2308
2327
|
return "always";
|
|
2309
2328
|
if (h.value === "show")
|
|
2310
2329
|
return !0;
|
|
2311
|
-
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = U(r), { prop:
|
|
2330
|
+
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = U(r), { prop: g } = l(t, n, e, [
|
|
2312
2331
|
"settings",
|
|
2313
2332
|
"thumbColor"
|
|
2314
|
-
]), { color: $ } = Y(r,
|
|
2333
|
+
]), { color: $ } = Y(r, g), { prop: v } = l(t, n, e, [
|
|
2315
2334
|
"settings",
|
|
2316
2335
|
"thumbLabel"
|
|
2317
2336
|
]), C = V(() => {
|
|
2318
|
-
if (
|
|
2337
|
+
if (v.value === "always")
|
|
2319
2338
|
return "always";
|
|
2320
|
-
if (
|
|
2339
|
+
if (v.value === "show")
|
|
2321
2340
|
return !0;
|
|
2322
2341
|
}), { prop: L } = l(t, n, e, [
|
|
2323
2342
|
"settings",
|
|
2324
2343
|
"thumbSize"
|
|
2325
|
-
]), { prop: F } = l(t, n, e, ["settings", "ticks"]),
|
|
2344
|
+
]), { prop: F } = l(t, n, e, ["settings", "ticks"]), T = V(() => {
|
|
2326
2345
|
if (!F.value)
|
|
2327
2346
|
return;
|
|
2328
2347
|
const de = {};
|
|
2329
2348
|
for (const { value: Ce, label: We } of F.value)
|
|
2330
2349
|
de[Ce] = We;
|
|
2331
|
-
if (!
|
|
2350
|
+
if (!_i(de))
|
|
2332
2351
|
return de;
|
|
2333
2352
|
}), { prop: H } = l(t, n, e, [
|
|
2334
2353
|
"settings",
|
|
@@ -2336,17 +2355,17 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2336
2355
|
]), { prop: K } = l(t, n, e, [
|
|
2337
2356
|
"settings",
|
|
2338
2357
|
"trackColor"
|
|
2339
|
-
]), { color: O } = Y(r, K), { prop:
|
|
2358
|
+
]), { color: O } = Y(r, K), { prop: te } = l(t, n, e, ["settings", "value"]), { prop: ne } = l(t, n, e, ["slots", "append"]), { prop: ce } = l(t, n, e, [
|
|
2340
2359
|
"slots",
|
|
2341
2360
|
"prepend"
|
|
2342
2361
|
]);
|
|
2343
2362
|
return (de, Ce) => {
|
|
2344
2363
|
const We = W("v-slider");
|
|
2345
|
-
return I(), N(o(
|
|
2364
|
+
return I(), N(o(ee), null, {
|
|
2346
2365
|
default: P(() => [
|
|
2347
2366
|
Z(We, {
|
|
2348
|
-
modelValue: o(
|
|
2349
|
-
"onUpdate:modelValue": Ce[0] || (Ce[0] = (
|
|
2367
|
+
modelValue: o(te),
|
|
2368
|
+
"onUpdate:modelValue": Ce[0] || (Ce[0] = (so) => X(te) ? te.value = so : null),
|
|
2350
2369
|
color: o(a),
|
|
2351
2370
|
direction: o(u),
|
|
2352
2371
|
disabled: o(p),
|
|
@@ -2363,9 +2382,9 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2363
2382
|
"thumb-label": C.value,
|
|
2364
2383
|
"thumb-size": o(L),
|
|
2365
2384
|
"tick-size": o(H),
|
|
2366
|
-
ticks:
|
|
2385
|
+
ticks: T.value,
|
|
2367
2386
|
"track-color": o(O)
|
|
2368
|
-
},
|
|
2387
|
+
}, tn({ _: 2 }, [
|
|
2369
2388
|
o(ne) ? {
|
|
2370
2389
|
name: "append",
|
|
2371
2390
|
fn: P(() => [
|
|
@@ -2392,7 +2411,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2392
2411
|
});
|
|
2393
2412
|
};
|
|
2394
2413
|
}
|
|
2395
|
-
}),
|
|
2414
|
+
}), Hr = /* @__PURE__ */ z({
|
|
2396
2415
|
__name: "index",
|
|
2397
2416
|
props: {
|
|
2398
2417
|
node: {},
|
|
@@ -2418,8 +2437,8 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2418
2437
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2419
2438
|
};
|
|
2420
2439
|
}
|
|
2421
|
-
}),
|
|
2422
|
-
function
|
|
2440
|
+
}), Ur = {};
|
|
2441
|
+
function jr(i, e) {
|
|
2423
2442
|
const t = W("v-stepper-header");
|
|
2424
2443
|
return I(), N(t, null, {
|
|
2425
2444
|
default: P(() => [
|
|
@@ -2428,7 +2447,7 @@ function Dr(i, e) {
|
|
|
2428
2447
|
_: 3
|
|
2429
2448
|
});
|
|
2430
2449
|
}
|
|
2431
|
-
const
|
|
2450
|
+
const Gr = /* @__PURE__ */ xe(Ur, [["render", jr]]), Or = /* @__PURE__ */ z({
|
|
2432
2451
|
__name: "index",
|
|
2433
2452
|
props: {
|
|
2434
2453
|
node: {},
|
|
@@ -2446,8 +2465,8 @@ const Er = /* @__PURE__ */ _e(Rr, [["render", Dr]]), Mr = /* @__PURE__ */ z({
|
|
|
2446
2465
|
}, 8, ["value"]);
|
|
2447
2466
|
};
|
|
2448
2467
|
}
|
|
2449
|
-
}),
|
|
2450
|
-
function
|
|
2468
|
+
}), Kr = {};
|
|
2469
|
+
function Zr(i, e) {
|
|
2451
2470
|
const t = W("v-stepper-window");
|
|
2452
2471
|
return I(), N(t, null, {
|
|
2453
2472
|
default: P(() => [
|
|
@@ -2456,7 +2475,7 @@ function Hr(i, e) {
|
|
|
2456
2475
|
_: 3
|
|
2457
2476
|
});
|
|
2458
2477
|
}
|
|
2459
|
-
const
|
|
2478
|
+
const qr = /* @__PURE__ */ xe(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ z({
|
|
2460
2479
|
__name: "index",
|
|
2461
2480
|
props: {
|
|
2462
2481
|
node: {},
|
|
@@ -2474,7 +2493,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2474
2493
|
}, 8, ["value"]);
|
|
2475
2494
|
};
|
|
2476
2495
|
}
|
|
2477
|
-
}),
|
|
2496
|
+
}), Xr = /* @__PURE__ */ z({
|
|
2478
2497
|
__name: "index",
|
|
2479
2498
|
props: {
|
|
2480
2499
|
node: {},
|
|
@@ -2496,11 +2515,11 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2496
2515
|
]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: c } = l(t, n, e, ["settings", "inset"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["settings", "value"]);
|
|
2497
2516
|
return (y, w) => {
|
|
2498
2517
|
const _ = W("v-switch");
|
|
2499
|
-
return I(), N(
|
|
2518
|
+
return I(), N(ee, { "fit-content": !0 }, {
|
|
2500
2519
|
default: P(() => [
|
|
2501
2520
|
Z(_, {
|
|
2502
2521
|
modelValue: o(h),
|
|
2503
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
2522
|
+
"onUpdate:modelValue": w[0] || (w[0] = (g) => X(h) ? h.value = g : null),
|
|
2504
2523
|
density: o(s),
|
|
2505
2524
|
direction: o(a),
|
|
2506
2525
|
disabled: o(u),
|
|
@@ -2517,7 +2536,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2517
2536
|
});
|
|
2518
2537
|
};
|
|
2519
2538
|
}
|
|
2520
|
-
}),
|
|
2539
|
+
}), Yr = /* @__PURE__ */ z({
|
|
2521
2540
|
__name: "index",
|
|
2522
2541
|
props: {
|
|
2523
2542
|
node: {},
|
|
@@ -2530,10 +2549,10 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2530
2549
|
});
|
|
2531
2550
|
return (b, m) => {
|
|
2532
2551
|
const c = W("v-tab");
|
|
2533
|
-
return I(), N(o(
|
|
2552
|
+
return I(), N(o(ee), { "fit-content": !0 }, {
|
|
2534
2553
|
default: P(() => [
|
|
2535
2554
|
Z(c, {
|
|
2536
|
-
style:
|
|
2555
|
+
style: oe(p.value),
|
|
2537
2556
|
text: o(s),
|
|
2538
2557
|
theme: o(a),
|
|
2539
2558
|
value: o(u)
|
|
@@ -2543,7 +2562,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2543
2562
|
});
|
|
2544
2563
|
};
|
|
2545
2564
|
}
|
|
2546
|
-
}),
|
|
2565
|
+
}), Qr = /* @__PURE__ */ z({
|
|
2547
2566
|
__name: "index",
|
|
2548
2567
|
props: {
|
|
2549
2568
|
node: {},
|
|
@@ -2579,15 +2598,15 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2579
2598
|
]), { prop: w } = l(t, n, e, ["settings", "items"]), { prop: _ } = l(t, n, e, [
|
|
2580
2599
|
"settings",
|
|
2581
2600
|
"mandatory"
|
|
2582
|
-
]), { prop:
|
|
2601
|
+
]), { prop: g } = l(t, n, e, [
|
|
2583
2602
|
"settings",
|
|
2584
2603
|
"showArrows"
|
|
2585
2604
|
]), { prop: $ } = l(t, n, e, [
|
|
2586
2605
|
"settings",
|
|
2587
2606
|
"color",
|
|
2588
2607
|
"sliderColor"
|
|
2589
|
-
]), { color:
|
|
2590
|
-
return (
|
|
2608
|
+
]), { color: v } = Y(r, $), { prop: C } = l(t, n, e, ["settings", "stacked"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "value"]);
|
|
2609
|
+
return (T, H) => {
|
|
2591
2610
|
const K = W("v-tabs");
|
|
2592
2611
|
return I(), N(K, {
|
|
2593
2612
|
modelValue: o(F),
|
|
@@ -2604,19 +2623,19 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2604
2623
|
"hide-slider": o(y),
|
|
2605
2624
|
items: o(w),
|
|
2606
2625
|
mandatory: o(_),
|
|
2607
|
-
"show-arrows": o(
|
|
2608
|
-
"slider-color": o(
|
|
2626
|
+
"show-arrows": o(g),
|
|
2627
|
+
"slider-color": o(v),
|
|
2609
2628
|
stacked: o(C),
|
|
2610
2629
|
theme: o(L)
|
|
2611
2630
|
}, {
|
|
2612
2631
|
default: P(() => [
|
|
2613
|
-
j(
|
|
2632
|
+
j(T.$slots, "default")
|
|
2614
2633
|
]),
|
|
2615
2634
|
_: 3
|
|
2616
2635
|
}, 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"]);
|
|
2617
2636
|
};
|
|
2618
2637
|
}
|
|
2619
|
-
}),
|
|
2638
|
+
}), el = /* @__PURE__ */ z({
|
|
2620
2639
|
__name: "index",
|
|
2621
2640
|
props: {
|
|
2622
2641
|
node: {},
|
|
@@ -2630,14 +2649,14 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2630
2649
|
"settings",
|
|
2631
2650
|
"emphasis"
|
|
2632
2651
|
]), { prop: p } = l(t, n, e, ["settings", "italic"]), { prop: b } = l(t, n, e, ["settings", "text"]), { prop: m } = l(t, n, e, ["settings", "weight"]), c = V(() => {
|
|
2633
|
-
const d = [], f =
|
|
2652
|
+
const d = [], f = zi(r.value.width), k = we(f, e.node.settings?.style);
|
|
2634
2653
|
return k && d.push(`text-${k}`), u.value === "high" ? d.push("text-high-emphasis") : u.value === "medium" ? d.push("text-medium-emphasis") : u.value === "disabled" && d.push("text-disabled"), s.value && d.push(`font-${s.value}`), a.value && d.push(`text-decoration-${a.value}`), m.value && d.push(`font-weight-${m.value}`), p.value && d.push("font-italic"), d.join(" ");
|
|
2635
2654
|
});
|
|
2636
|
-
return (d, f) => (I(),
|
|
2637
|
-
class:
|
|
2638
|
-
},
|
|
2655
|
+
return (d, f) => (I(), ie("span", {
|
|
2656
|
+
class: uo(c.value)
|
|
2657
|
+
}, co(o(b)), 3));
|
|
2639
2658
|
}
|
|
2640
|
-
}),
|
|
2659
|
+
}), tl = /* @__PURE__ */ z({
|
|
2641
2660
|
__name: "index",
|
|
2642
2661
|
props: {
|
|
2643
2662
|
node: {},
|
|
@@ -2662,14 +2681,14 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2662
2681
|
]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
|
|
2663
2682
|
"settings",
|
|
2664
2683
|
"singleLine"
|
|
2665
|
-
]), { theme: w } = U(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop:
|
|
2666
|
-
return ($,
|
|
2684
|
+
]), { theme: w } = U(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: g } = l(t, n, e, ["settings", "variant"]);
|
|
2685
|
+
return ($, v) => {
|
|
2667
2686
|
const C = W("v-textarea");
|
|
2668
|
-
return I(), N(o(
|
|
2687
|
+
return I(), N(o(ee), null, {
|
|
2669
2688
|
default: P(() => [
|
|
2670
2689
|
Z(C, {
|
|
2671
2690
|
modelValue: o(_),
|
|
2672
|
-
"onUpdate:modelValue":
|
|
2691
|
+
"onUpdate:modelValue": v[0] || (v[0] = (L) => X(_) ? _.value = L : null),
|
|
2673
2692
|
"auto-grow": o(s),
|
|
2674
2693
|
clearable: o(a),
|
|
2675
2694
|
density: o(u),
|
|
@@ -2683,14 +2702,14 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2683
2702
|
rows: o(h),
|
|
2684
2703
|
"single-line": o(y),
|
|
2685
2704
|
theme: o(w),
|
|
2686
|
-
variant: o(
|
|
2705
|
+
variant: o(g)
|
|
2687
2706
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2688
2707
|
]),
|
|
2689
2708
|
_: 1
|
|
2690
2709
|
});
|
|
2691
2710
|
};
|
|
2692
2711
|
}
|
|
2693
|
-
}),
|
|
2712
|
+
}), nl = /* @__PURE__ */ z({
|
|
2694
2713
|
__name: "index",
|
|
2695
2714
|
props: {
|
|
2696
2715
|
node: {},
|
|
@@ -2727,10 +2746,10 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2727
2746
|
]), { prop: _ } = l(t, n, e, [
|
|
2728
2747
|
"settings",
|
|
2729
2748
|
"readonly"
|
|
2730
|
-
]), { prop:
|
|
2749
|
+
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
|
|
2731
2750
|
"settings",
|
|
2732
2751
|
"singleLine"
|
|
2733
|
-
]), { prop:
|
|
2752
|
+
]), { prop: v } = l(t, n, e, ["settings", "suffix"]), { theme: C } = U(r), { prop: L } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: T } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
|
|
2734
2753
|
"slots",
|
|
2735
2754
|
"appendInner"
|
|
2736
2755
|
]), { prop: K } = l(t, n, e, [
|
|
@@ -2740,9 +2759,9 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2740
2759
|
"slots",
|
|
2741
2760
|
"prependInner"
|
|
2742
2761
|
]);
|
|
2743
|
-
return (
|
|
2762
|
+
return (te, ne) => {
|
|
2744
2763
|
const ce = W("v-text-field");
|
|
2745
|
-
return I(), N(
|
|
2764
|
+
return I(), N(ee, null, {
|
|
2746
2765
|
default: P(() => [
|
|
2747
2766
|
Z(ce, {
|
|
2748
2767
|
modelValue: o(L),
|
|
@@ -2761,17 +2780,17 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2761
2780
|
"prepend-icon": o(y),
|
|
2762
2781
|
"prepend-inner-icon": o(w),
|
|
2763
2782
|
readonly: o(_),
|
|
2764
|
-
reverse: o(
|
|
2783
|
+
reverse: o(g),
|
|
2765
2784
|
"single-line": o($),
|
|
2766
|
-
suffix: o(
|
|
2785
|
+
suffix: o(v),
|
|
2767
2786
|
theme: o(C),
|
|
2768
2787
|
variant: o(F)
|
|
2769
|
-
},
|
|
2770
|
-
o(
|
|
2788
|
+
}, tn({ _: 2 }, [
|
|
2789
|
+
o(T) ? {
|
|
2771
2790
|
name: "append",
|
|
2772
2791
|
fn: P(() => [
|
|
2773
2792
|
Z(fe, {
|
|
2774
|
-
"ref-context": { refid: o(
|
|
2793
|
+
"ref-context": { refid: o(T) },
|
|
2775
2794
|
state: {}
|
|
2776
2795
|
}, null, 8, ["ref-context"])
|
|
2777
2796
|
]),
|
|
@@ -2813,7 +2832,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2813
2832
|
});
|
|
2814
2833
|
};
|
|
2815
2834
|
}
|
|
2816
|
-
}),
|
|
2835
|
+
}), il = /* @__PURE__ */ z({
|
|
2817
2836
|
__name: "index",
|
|
2818
2837
|
props: {
|
|
2819
2838
|
node: {},
|
|
@@ -2851,9 +2870,9 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2851
2870
|
"line",
|
|
2852
2871
|
"truncate"
|
|
2853
2872
|
]), { theme: _ } = U(r);
|
|
2854
|
-
return (
|
|
2855
|
-
const
|
|
2856
|
-
return I(), N(
|
|
2873
|
+
return (g, $) => {
|
|
2874
|
+
const v = W("v-timeline");
|
|
2875
|
+
return I(), N(v, {
|
|
2857
2876
|
align: o(s),
|
|
2858
2877
|
density: o(a),
|
|
2859
2878
|
direction: o(u),
|
|
@@ -2868,14 +2887,14 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2868
2887
|
"truncate-line": o(w)
|
|
2869
2888
|
}, {
|
|
2870
2889
|
default: P(() => [
|
|
2871
|
-
j(
|
|
2890
|
+
j(g.$slots, "default")
|
|
2872
2891
|
]),
|
|
2873
2892
|
_: 3
|
|
2874
2893
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2875
2894
|
};
|
|
2876
2895
|
}
|
|
2877
|
-
}),
|
|
2878
|
-
function
|
|
2896
|
+
}), ol = {};
|
|
2897
|
+
function sl(i, e) {
|
|
2879
2898
|
const t = W("v-timeline-item");
|
|
2880
2899
|
return I(), N(t, null, {
|
|
2881
2900
|
default: P(() => [
|
|
@@ -2884,7 +2903,7 @@ function Qr(i, e) {
|
|
|
2884
2903
|
_: 3
|
|
2885
2904
|
});
|
|
2886
2905
|
}
|
|
2887
|
-
const
|
|
2906
|
+
const rl = /* @__PURE__ */ xe(ol, [["render", sl]]), ll = /* @__PURE__ */ z({
|
|
2888
2907
|
__name: "index",
|
|
2889
2908
|
props: {
|
|
2890
2909
|
node: {},
|
|
@@ -2924,8 +2943,8 @@ const el = /* @__PURE__ */ _e(Yr, [["render", Qr]]), tl = /* @__PURE__ */ z({
|
|
|
2924
2943
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2925
2944
|
};
|
|
2926
2945
|
}
|
|
2927
|
-
}),
|
|
2928
|
-
function
|
|
2946
|
+
}), al = {};
|
|
2947
|
+
function ul(i, e) {
|
|
2929
2948
|
const t = W("v-window-item");
|
|
2930
2949
|
return I(), N(t, null, {
|
|
2931
2950
|
default: P(() => [
|
|
@@ -2934,7 +2953,7 @@ function il(i, e) {
|
|
|
2934
2953
|
_: 3
|
|
2935
2954
|
});
|
|
2936
2955
|
}
|
|
2937
|
-
const
|
|
2956
|
+
const cl = /* @__PURE__ */ xe(al, [["render", ul]]), qi = "badge_v1", kn = "breadcrumbs_v1", Ue = "bar_chart_v1", je = "btn_v1", Ge = "btn_group_v1", Oe = "btn_toggle_v1", Ke = "card_v1", Ze = "checkbox_v1", qe = "chip_v1", Je = "chip_group_v1", Xe = "color_picker_v1", Ye = "combobox_v1", Qe = "container_v1", et = "data_table_v1", tt = "date_picker_v1", nt = "dialog_v1", it = "file_input_v1", ot = "flex_layout_v1", Ji = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "list_v1", ct = "menu_v1", dt = "number_input_v1", mt = "pagination_v1", Xi = "radio_v1", pt = "radio_group_v1", ft = "range_slider_v1", bt = "rating_v1", Se = "ref_v1", yt = "render_switch_v1", ht = "select_v1", xt = "slider_v1", gt = "stepper_v1", Yi = "stepper_header_v1", Qi = "stepper_item_v1", eo = "stepper_window_v1", to = "stepper_window_item_v1", vt = "switch_v1", no = "tab_v1", kt = "tabs_v1", _t = "text_v1", wt = "textarea_v1", Vt = "text_field_v1", $t = "timeline_v1", io = "timeline_item_v1", It = "window_v1", oo = "window_item_v1", x = {
|
|
2938
2957
|
key: "basic",
|
|
2939
2958
|
name: "x-runtime-lib.basic",
|
|
2940
2959
|
children: [
|
|
@@ -2996,7 +3015,7 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
2996
3015
|
]
|
|
2997
3016
|
}
|
|
2998
3017
|
]
|
|
2999
|
-
},
|
|
3018
|
+
}, dl = G(Q), ve = {
|
|
3000
3019
|
key: "border",
|
|
3001
3020
|
name: "x-runtime-lib.border",
|
|
3002
3021
|
children: [
|
|
@@ -3014,7 +3033,7 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
3014
3033
|
types: "borderWidthTypesV1",
|
|
3015
3034
|
default: ""
|
|
3016
3035
|
},
|
|
3017
|
-
|
|
3036
|
+
dl,
|
|
3018
3037
|
{
|
|
3019
3038
|
key: "roundRadius",
|
|
3020
3039
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3075,7 +3094,7 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
3075
3094
|
defaultArray: []
|
|
3076
3095
|
}
|
|
3077
3096
|
]
|
|
3078
|
-
},
|
|
3097
|
+
}, ke = {
|
|
3079
3098
|
key: "margin",
|
|
3080
3099
|
name: "x-runtime-lib.margin",
|
|
3081
3100
|
children: [
|
|
@@ -3108,7 +3127,7 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
3108
3127
|
default: ""
|
|
3109
3128
|
}
|
|
3110
3129
|
]
|
|
3111
|
-
},
|
|
3130
|
+
}, _e = {
|
|
3112
3131
|
key: "padding",
|
|
3113
3132
|
name: "x-runtime-lib.padding",
|
|
3114
3133
|
children: [
|
|
@@ -3278,26 +3297,26 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
3278
3297
|
}
|
|
3279
3298
|
]
|
|
3280
3299
|
};
|
|
3281
|
-
function
|
|
3300
|
+
function ml(i, e) {
|
|
3282
3301
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3283
3302
|
if (!r) {
|
|
3284
3303
|
console.error(`barChartV1/spawn prop tag not found, ${t}`);
|
|
3285
3304
|
return;
|
|
3286
3305
|
}
|
|
3287
|
-
const n =
|
|
3306
|
+
const n = Ct.props[r];
|
|
3288
3307
|
if (!n) {
|
|
3289
3308
|
console.error(`barChartV1/spawn props not found, ${t}`);
|
|
3290
3309
|
return;
|
|
3291
3310
|
}
|
|
3292
3311
|
const s = {};
|
|
3293
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3312
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ct.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3294
3313
|
{
|
|
3295
3314
|
type: "bar",
|
|
3296
3315
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3297
3316
|
}
|
|
3298
3317
|
], s;
|
|
3299
3318
|
}
|
|
3300
|
-
const
|
|
3319
|
+
const _n = {
|
|
3301
3320
|
key: "series",
|
|
3302
3321
|
name: "x-runtime-lib.series",
|
|
3303
3322
|
children: [
|
|
@@ -3318,41 +3337,41 @@ const kn = {
|
|
|
3318
3337
|
],
|
|
3319
3338
|
array: !0,
|
|
3320
3339
|
defaultArray: []
|
|
3321
|
-
},
|
|
3340
|
+
}, Ct = {
|
|
3322
3341
|
key: Ue,
|
|
3323
3342
|
name: "x-runtime-lib.barChart",
|
|
3324
|
-
comp:
|
|
3343
|
+
comp: Us,
|
|
3325
3344
|
props: {
|
|
3326
|
-
pageCommon: [
|
|
3327
|
-
compCommon: [
|
|
3345
|
+
pageCommon: [x, q, ze, Ae, Pe, Te, _n],
|
|
3346
|
+
compCommon: [x, q, ze, Ae, Pe, Te, _n]
|
|
3328
3347
|
},
|
|
3329
3348
|
events: [],
|
|
3330
3349
|
methods: [],
|
|
3331
3350
|
slots: [],
|
|
3332
3351
|
leaf: !0,
|
|
3333
|
-
spawn:
|
|
3352
|
+
spawn: ml
|
|
3334
3353
|
};
|
|
3335
|
-
|
|
3336
|
-
function
|
|
3354
|
+
S(Ct);
|
|
3355
|
+
function pl(i, e) {
|
|
3337
3356
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3338
3357
|
if (!r) {
|
|
3339
3358
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
3340
3359
|
return;
|
|
3341
3360
|
}
|
|
3342
|
-
const n =
|
|
3361
|
+
const n = St.props[r];
|
|
3343
3362
|
if (!n) {
|
|
3344
3363
|
console.error(`lineChartV1/spawn props not found, ${t}`);
|
|
3345
3364
|
return;
|
|
3346
3365
|
}
|
|
3347
3366
|
const s = {};
|
|
3348
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3367
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = St.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3349
3368
|
{
|
|
3350
3369
|
type: "line",
|
|
3351
3370
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3352
3371
|
}
|
|
3353
3372
|
], s;
|
|
3354
3373
|
}
|
|
3355
|
-
const
|
|
3374
|
+
const wn = {
|
|
3356
3375
|
key: "series",
|
|
3357
3376
|
name: "x-runtime-lib.series",
|
|
3358
3377
|
children: [
|
|
@@ -3373,35 +3392,35 @@ const _n = {
|
|
|
3373
3392
|
],
|
|
3374
3393
|
array: !0,
|
|
3375
3394
|
defaultArray: []
|
|
3376
|
-
},
|
|
3395
|
+
}, St = {
|
|
3377
3396
|
key: at,
|
|
3378
3397
|
name: "x-runtime-lib.lineChart",
|
|
3379
|
-
comp:
|
|
3398
|
+
comp: js,
|
|
3380
3399
|
props: {
|
|
3381
|
-
pageCommon: [
|
|
3382
|
-
compCommon: [
|
|
3400
|
+
pageCommon: [x, q, ze, Ae, Pe, Te, wn],
|
|
3401
|
+
compCommon: [x, q, ze, Ae, Pe, Te, wn]
|
|
3383
3402
|
},
|
|
3384
3403
|
events: [],
|
|
3385
3404
|
methods: [],
|
|
3386
3405
|
slots: [],
|
|
3387
3406
|
leaf: !0,
|
|
3388
|
-
spawn:
|
|
3407
|
+
spawn: pl
|
|
3389
3408
|
};
|
|
3390
|
-
|
|
3391
|
-
const
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
const
|
|
3409
|
+
S(St);
|
|
3410
|
+
const an = G(Q);
|
|
3411
|
+
an.key = "backgroundColor";
|
|
3412
|
+
an.name = "x-runtime-lib.backgroundColor";
|
|
3413
|
+
const Vn = {
|
|
3395
3414
|
key: "globalSettings",
|
|
3396
3415
|
name: "x-runtime-lib.globalSettings",
|
|
3397
|
-
children: [
|
|
3398
|
-
},
|
|
3416
|
+
children: [an]
|
|
3417
|
+
}, fl = {
|
|
3399
3418
|
key: lt,
|
|
3400
3419
|
name: "x-runtime-lib.globality",
|
|
3401
3420
|
comp: null,
|
|
3402
3421
|
props: {
|
|
3403
|
-
pageCommon: [
|
|
3404
|
-
compCommon: [
|
|
3422
|
+
pageCommon: [Vn],
|
|
3423
|
+
compCommon: [Vn]
|
|
3405
3424
|
},
|
|
3406
3425
|
events: [
|
|
3407
3426
|
{
|
|
@@ -3441,8 +3460,59 @@ const wn = {
|
|
|
3441
3460
|
slots: [],
|
|
3442
3461
|
internal: !0
|
|
3443
3462
|
};
|
|
3444
|
-
|
|
3445
|
-
const
|
|
3463
|
+
S(fl);
|
|
3464
|
+
const $n = {
|
|
3465
|
+
key: "settings",
|
|
3466
|
+
name: "x-runtime-lib.settings",
|
|
3467
|
+
children: [
|
|
3468
|
+
{
|
|
3469
|
+
key: "list",
|
|
3470
|
+
name: "x-runtime-lib.list",
|
|
3471
|
+
ui: "jsonEditor",
|
|
3472
|
+
default: "[]"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
key: "comp",
|
|
3476
|
+
name: "x-runtime-lib.comp",
|
|
3477
|
+
ui: "compSelect",
|
|
3478
|
+
default: void 0
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
key: "slots",
|
|
3482
|
+
name: "x-runtime-lib.slots",
|
|
3483
|
+
children: [
|
|
3484
|
+
{
|
|
3485
|
+
key: "name",
|
|
3486
|
+
name: "x-runtime-lib.name",
|
|
3487
|
+
ui: "strInput",
|
|
3488
|
+
default: ""
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
key: "comp",
|
|
3492
|
+
name: "x-runtime-lib.comp",
|
|
3493
|
+
ui: "compSelect",
|
|
3494
|
+
default: void 0
|
|
3495
|
+
}
|
|
3496
|
+
],
|
|
3497
|
+
array: !0,
|
|
3498
|
+
defaultArray: []
|
|
3499
|
+
}
|
|
3500
|
+
]
|
|
3501
|
+
}, bl = {
|
|
3502
|
+
key: ut,
|
|
3503
|
+
name: "x-runtime-lib.list",
|
|
3504
|
+
comp: Ks,
|
|
3505
|
+
props: {
|
|
3506
|
+
pageCommon: [x, $n],
|
|
3507
|
+
compCommon: [x, $n]
|
|
3508
|
+
},
|
|
3509
|
+
events: [],
|
|
3510
|
+
methods: [],
|
|
3511
|
+
slots: [],
|
|
3512
|
+
leaf: !0
|
|
3513
|
+
};
|
|
3514
|
+
S(bl);
|
|
3515
|
+
const In = {
|
|
3446
3516
|
key: "ref",
|
|
3447
3517
|
name: "x-runtime-lib.ref",
|
|
3448
3518
|
children: [
|
|
@@ -3453,21 +3523,45 @@ const Vn = {
|
|
|
3453
3523
|
default: void 0
|
|
3454
3524
|
}
|
|
3455
3525
|
]
|
|
3456
|
-
},
|
|
3526
|
+
}, yl = {
|
|
3457
3527
|
key: Se,
|
|
3458
3528
|
name: "x-runtime-lib.ref",
|
|
3459
|
-
comp:
|
|
3529
|
+
comp: rr,
|
|
3460
3530
|
props: {
|
|
3461
|
-
pageCommon: [
|
|
3462
|
-
compCommon: [
|
|
3531
|
+
pageCommon: [x, q, In],
|
|
3532
|
+
compCommon: [x, q, In]
|
|
3463
3533
|
},
|
|
3464
3534
|
events: [],
|
|
3465
3535
|
methods: [],
|
|
3466
3536
|
slots: [],
|
|
3467
3537
|
leaf: !0
|
|
3468
3538
|
};
|
|
3469
|
-
|
|
3470
|
-
const
|
|
3539
|
+
S(yl);
|
|
3540
|
+
const Cn = {
|
|
3541
|
+
key: "settings",
|
|
3542
|
+
name: "x-runtime-lib.settings",
|
|
3543
|
+
children: [
|
|
3544
|
+
{
|
|
3545
|
+
key: "open",
|
|
3546
|
+
name: "x-runtime-lib.open",
|
|
3547
|
+
ui: "switch",
|
|
3548
|
+
default: !1
|
|
3549
|
+
}
|
|
3550
|
+
]
|
|
3551
|
+
}, hl = {
|
|
3552
|
+
key: yt,
|
|
3553
|
+
name: "x-runtime-lib.renderSwitch",
|
|
3554
|
+
comp: lr,
|
|
3555
|
+
props: {
|
|
3556
|
+
pageCommon: [x, Cn],
|
|
3557
|
+
compCommon: [x, Cn]
|
|
3558
|
+
},
|
|
3559
|
+
events: [],
|
|
3560
|
+
methods: [],
|
|
3561
|
+
slots: []
|
|
3562
|
+
};
|
|
3563
|
+
S(hl);
|
|
3564
|
+
const Sn = {
|
|
3471
3565
|
key: "settings",
|
|
3472
3566
|
name: "x-runtime-lib.settings",
|
|
3473
3567
|
children: [
|
|
@@ -3502,33 +3596,33 @@ const $n = {
|
|
|
3502
3596
|
default: !1
|
|
3503
3597
|
}
|
|
3504
3598
|
]
|
|
3505
|
-
},
|
|
3506
|
-
key:
|
|
3599
|
+
}, uu = {
|
|
3600
|
+
key: qi,
|
|
3507
3601
|
name: "x-runtime-lib.badge",
|
|
3508
|
-
comp:
|
|
3602
|
+
comp: ar,
|
|
3509
3603
|
props: {
|
|
3510
|
-
pageCommon: [
|
|
3511
|
-
compCommon: [
|
|
3604
|
+
pageCommon: [x, Sn],
|
|
3605
|
+
compCommon: [x, Sn]
|
|
3512
3606
|
},
|
|
3513
3607
|
events: [],
|
|
3514
3608
|
methods: [],
|
|
3515
3609
|
slots: []
|
|
3516
3610
|
};
|
|
3517
|
-
function
|
|
3611
|
+
function xl(i, e) {
|
|
3518
3612
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3519
3613
|
if (!r) {
|
|
3520
3614
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
3521
3615
|
return;
|
|
3522
3616
|
}
|
|
3523
|
-
const n =
|
|
3617
|
+
const n = Tt.props[r];
|
|
3524
3618
|
if (!n) {
|
|
3525
3619
|
console.error(`btnV1/spawn props not found, ${t}`);
|
|
3526
3620
|
return;
|
|
3527
3621
|
}
|
|
3528
3622
|
const s = {};
|
|
3529
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3623
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Tt.key, s.settings.text = "button", s;
|
|
3530
3624
|
}
|
|
3531
|
-
const
|
|
3625
|
+
const gl = G(Q), Tn = {
|
|
3532
3626
|
key: "settings",
|
|
3533
3627
|
name: "x-runtime-lib.settings",
|
|
3534
3628
|
children: [
|
|
@@ -3607,7 +3701,7 @@ const dl = G(Q), In = {
|
|
|
3607
3701
|
ui: "switch",
|
|
3608
3702
|
default: !1
|
|
3609
3703
|
},
|
|
3610
|
-
|
|
3704
|
+
gl,
|
|
3611
3705
|
{
|
|
3612
3706
|
key: "ripple",
|
|
3613
3707
|
name: "x-runtime-lib.ripple",
|
|
@@ -3615,13 +3709,13 @@ const dl = G(Q), In = {
|
|
|
3615
3709
|
default: !0
|
|
3616
3710
|
}
|
|
3617
3711
|
]
|
|
3618
|
-
},
|
|
3619
|
-
key:
|
|
3712
|
+
}, Tt = {
|
|
3713
|
+
key: je,
|
|
3620
3714
|
name: "x-runtime-lib.button",
|
|
3621
|
-
comp:
|
|
3715
|
+
comp: ur,
|
|
3622
3716
|
props: {
|
|
3623
|
-
pageCommon: [
|
|
3624
|
-
compCommon: [
|
|
3717
|
+
pageCommon: [x, q, Tn],
|
|
3718
|
+
compCommon: [x, q, Tn]
|
|
3625
3719
|
},
|
|
3626
3720
|
events: [
|
|
3627
3721
|
{
|
|
@@ -3633,23 +3727,23 @@ const dl = G(Q), In = {
|
|
|
3633
3727
|
methods: [],
|
|
3634
3728
|
slots: [],
|
|
3635
3729
|
leaf: !0,
|
|
3636
|
-
spawn:
|
|
3730
|
+
spawn: xl
|
|
3637
3731
|
};
|
|
3638
|
-
|
|
3639
|
-
const
|
|
3640
|
-
key:
|
|
3732
|
+
S(Tt);
|
|
3733
|
+
const vl = {
|
|
3734
|
+
key: Ge,
|
|
3641
3735
|
name: "x-runtime-lib.buttonGroup",
|
|
3642
|
-
comp:
|
|
3736
|
+
comp: mr,
|
|
3643
3737
|
props: {
|
|
3644
|
-
pageCommon: [
|
|
3645
|
-
compCommon: [
|
|
3738
|
+
pageCommon: [x],
|
|
3739
|
+
compCommon: [x]
|
|
3646
3740
|
},
|
|
3647
3741
|
events: [],
|
|
3648
3742
|
methods: [],
|
|
3649
3743
|
slots: []
|
|
3650
3744
|
};
|
|
3651
|
-
|
|
3652
|
-
const
|
|
3745
|
+
S(vl);
|
|
3746
|
+
const zn = {
|
|
3653
3747
|
key: "settings",
|
|
3654
3748
|
name: "x-runtime-lib.settings",
|
|
3655
3749
|
children: [
|
|
@@ -3710,20 +3804,20 @@ const Cn = {
|
|
|
3710
3804
|
default: !1
|
|
3711
3805
|
}
|
|
3712
3806
|
]
|
|
3713
|
-
},
|
|
3807
|
+
}, kl = {
|
|
3714
3808
|
key: Oe,
|
|
3715
3809
|
name: "x-runtime-lib.buttonToggle",
|
|
3716
|
-
comp:
|
|
3810
|
+
comp: pr,
|
|
3717
3811
|
props: {
|
|
3718
|
-
pageCommon: [
|
|
3719
|
-
compCommon: [
|
|
3812
|
+
pageCommon: [x, zn],
|
|
3813
|
+
compCommon: [x, zn]
|
|
3720
3814
|
},
|
|
3721
3815
|
events: [],
|
|
3722
3816
|
methods: [],
|
|
3723
3817
|
slots: []
|
|
3724
3818
|
};
|
|
3725
|
-
|
|
3726
|
-
function
|
|
3819
|
+
S(kl);
|
|
3820
|
+
function _l(i, e) {
|
|
3727
3821
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3728
3822
|
if (!r) {
|
|
3729
3823
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
@@ -3737,7 +3831,7 @@ function fl(i, e) {
|
|
|
3737
3831
|
const s = {};
|
|
3738
3832
|
return D(s, n), s.basic.id = R(16), s.basic.key = Ve.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
3739
3833
|
}
|
|
3740
|
-
const
|
|
3834
|
+
const An = {
|
|
3741
3835
|
key: "settings",
|
|
3742
3836
|
name: "x-runtime-lib.settings",
|
|
3743
3837
|
children: [
|
|
@@ -3795,18 +3889,18 @@ const Sn = {
|
|
|
3795
3889
|
}, Ve = {
|
|
3796
3890
|
key: Ke,
|
|
3797
3891
|
name: "x-runtime-lib.card",
|
|
3798
|
-
comp:
|
|
3892
|
+
comp: fr,
|
|
3799
3893
|
props: {
|
|
3800
|
-
pageCommon: [
|
|
3801
|
-
compCommon: [
|
|
3894
|
+
pageCommon: [x, q, An],
|
|
3895
|
+
compCommon: [x, q, An]
|
|
3802
3896
|
},
|
|
3803
3897
|
events: [],
|
|
3804
3898
|
methods: [],
|
|
3805
3899
|
slots: [],
|
|
3806
|
-
spawn:
|
|
3900
|
+
spawn: _l
|
|
3807
3901
|
};
|
|
3808
|
-
|
|
3809
|
-
const
|
|
3902
|
+
S(Ve);
|
|
3903
|
+
const Pn = {
|
|
3810
3904
|
key: "settings",
|
|
3811
3905
|
name: "x-runtime-lib.settings",
|
|
3812
3906
|
children: [
|
|
@@ -3823,21 +3917,21 @@ const Tn = {
|
|
|
3823
3917
|
default: ""
|
|
3824
3918
|
}
|
|
3825
3919
|
]
|
|
3826
|
-
},
|
|
3920
|
+
}, wl = {
|
|
3827
3921
|
key: Ze,
|
|
3828
3922
|
name: "x-runtime-lib.checkbox",
|
|
3829
|
-
comp:
|
|
3923
|
+
comp: br,
|
|
3830
3924
|
props: {
|
|
3831
|
-
pageCommon: [
|
|
3832
|
-
compCommon: [
|
|
3925
|
+
pageCommon: [x, Pn],
|
|
3926
|
+
compCommon: [x, Pn]
|
|
3833
3927
|
},
|
|
3834
3928
|
events: [],
|
|
3835
3929
|
methods: [],
|
|
3836
3930
|
slots: [],
|
|
3837
3931
|
leaf: !0
|
|
3838
3932
|
};
|
|
3839
|
-
|
|
3840
|
-
const
|
|
3933
|
+
S(wl);
|
|
3934
|
+
const Vl = G(Q), Nn = {
|
|
3841
3935
|
key: "settings",
|
|
3842
3936
|
name: "x-runtime-lib.settings",
|
|
3843
3937
|
children: [
|
|
@@ -3910,58 +4004,58 @@ const yl = G(Q), zn = {
|
|
|
3910
4004
|
ui: "switch",
|
|
3911
4005
|
default: !1
|
|
3912
4006
|
},
|
|
3913
|
-
|
|
4007
|
+
Vl
|
|
3914
4008
|
]
|
|
3915
|
-
},
|
|
4009
|
+
}, zt = {
|
|
3916
4010
|
key: qe,
|
|
3917
4011
|
name: "x-runtime-lib.chip",
|
|
3918
|
-
comp:
|
|
4012
|
+
comp: yr,
|
|
3919
4013
|
props: {
|
|
3920
|
-
pageCommon: [
|
|
3921
|
-
compCommon: [
|
|
4014
|
+
pageCommon: [x, Nn],
|
|
4015
|
+
compCommon: [x, Nn]
|
|
3922
4016
|
},
|
|
3923
4017
|
events: [],
|
|
3924
4018
|
methods: [],
|
|
3925
4019
|
slots: [],
|
|
3926
4020
|
leaf: !0
|
|
3927
4021
|
};
|
|
3928
|
-
|
|
3929
|
-
function
|
|
4022
|
+
S(zt);
|
|
4023
|
+
function $l(i, e) {
|
|
3930
4024
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3931
4025
|
if (!r) {
|
|
3932
4026
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
3933
4027
|
return;
|
|
3934
4028
|
}
|
|
3935
|
-
const n =
|
|
4029
|
+
const n = At.props[r];
|
|
3936
4030
|
if (!n) {
|
|
3937
4031
|
console.error(`chipGroupV1/spawn props not found, ${t}`);
|
|
3938
4032
|
return;
|
|
3939
4033
|
}
|
|
3940
4034
|
const s = {};
|
|
3941
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
4035
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = At.key, s.children = [
|
|
4036
|
+
ge(i, e, "chip1", "chip 1"),
|
|
4037
|
+
ge(i, e, "chip2", "chip 2"),
|
|
4038
|
+
ge(i, e, "chip3", "chip 3"),
|
|
4039
|
+
ge(i, e, "chip4", "chip 4"),
|
|
4040
|
+
ge(i, e, "chip5", "chip 5"),
|
|
4041
|
+
ge(i, e, "chip6", "chip 6")
|
|
3948
4042
|
], s;
|
|
3949
4043
|
}
|
|
3950
|
-
function
|
|
4044
|
+
function ge(i, e, t, r) {
|
|
3951
4045
|
const n = `type=${i} subtype=${e}`, s = E(i, e);
|
|
3952
4046
|
if (!s) {
|
|
3953
4047
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${n}`);
|
|
3954
4048
|
return;
|
|
3955
4049
|
}
|
|
3956
|
-
const a =
|
|
4050
|
+
const a = zt.props[s];
|
|
3957
4051
|
if (!a) {
|
|
3958
4052
|
console.error(`chipGroupV1/spawnChip props not found, ${n}`);
|
|
3959
4053
|
return;
|
|
3960
4054
|
}
|
|
3961
4055
|
const u = {};
|
|
3962
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
4056
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = zt.key, u.settings.value = t, u.settings.text = r, u;
|
|
3963
4057
|
}
|
|
3964
|
-
const
|
|
4058
|
+
const Wn = {
|
|
3965
4059
|
key: "settings",
|
|
3966
4060
|
name: "x-runtime-lib.settings",
|
|
3967
4061
|
children: [
|
|
@@ -4015,35 +4109,35 @@ const An = {
|
|
|
4015
4109
|
default: !1
|
|
4016
4110
|
}
|
|
4017
4111
|
]
|
|
4018
|
-
},
|
|
4112
|
+
}, At = {
|
|
4019
4113
|
key: Je,
|
|
4020
4114
|
name: "x-runtime-lib.chipGroup",
|
|
4021
|
-
comp:
|
|
4115
|
+
comp: hr,
|
|
4022
4116
|
props: {
|
|
4023
|
-
pageCommon: [
|
|
4024
|
-
compCommon: [
|
|
4117
|
+
pageCommon: [x, Wn],
|
|
4118
|
+
compCommon: [x, Wn]
|
|
4025
4119
|
},
|
|
4026
4120
|
events: [],
|
|
4027
4121
|
methods: [],
|
|
4028
4122
|
slots: [],
|
|
4029
|
-
spawn:
|
|
4123
|
+
spawn: $l
|
|
4030
4124
|
};
|
|
4031
|
-
|
|
4032
|
-
const
|
|
4125
|
+
S(At);
|
|
4126
|
+
const Il = {
|
|
4033
4127
|
key: Xe,
|
|
4034
4128
|
name: "x-runtime-lib.colorPicker",
|
|
4035
|
-
comp:
|
|
4129
|
+
comp: xr,
|
|
4036
4130
|
props: {
|
|
4037
|
-
pageCommon: [
|
|
4038
|
-
compCommon: [
|
|
4131
|
+
pageCommon: [x],
|
|
4132
|
+
compCommon: [x]
|
|
4039
4133
|
},
|
|
4040
4134
|
events: [],
|
|
4041
4135
|
methods: [],
|
|
4042
4136
|
slots: [],
|
|
4043
4137
|
leaf: !0
|
|
4044
4138
|
};
|
|
4045
|
-
|
|
4046
|
-
const
|
|
4139
|
+
S(Il);
|
|
4140
|
+
const Ln = {
|
|
4047
4141
|
key: "settings",
|
|
4048
4142
|
name: "x-runtime-lib.settings",
|
|
4049
4143
|
children: [
|
|
@@ -4084,34 +4178,34 @@ const Pn = {
|
|
|
4084
4178
|
default: !1
|
|
4085
4179
|
}
|
|
4086
4180
|
]
|
|
4087
|
-
},
|
|
4181
|
+
}, Cl = {
|
|
4088
4182
|
key: Ye,
|
|
4089
4183
|
name: "x-runtime-lib.combobox",
|
|
4090
|
-
comp:
|
|
4184
|
+
comp: gr,
|
|
4091
4185
|
props: {
|
|
4092
|
-
pageCommon: [
|
|
4093
|
-
compCommon: [
|
|
4186
|
+
pageCommon: [x, Ln],
|
|
4187
|
+
compCommon: [x, Ln]
|
|
4094
4188
|
},
|
|
4095
4189
|
events: [],
|
|
4096
4190
|
methods: [],
|
|
4097
4191
|
slots: [],
|
|
4098
4192
|
leaf: !0
|
|
4099
4193
|
};
|
|
4100
|
-
|
|
4101
|
-
const
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
const
|
|
4194
|
+
S(Cl);
|
|
4195
|
+
const un = G(Q);
|
|
4196
|
+
un.key = "backgroundColor";
|
|
4197
|
+
un.name = "x-runtime-lib.backgroundColor";
|
|
4198
|
+
const Bn = {
|
|
4105
4199
|
key: "settings",
|
|
4106
4200
|
name: "x-runtime-lib.settings",
|
|
4107
|
-
children: [
|
|
4108
|
-
},
|
|
4201
|
+
children: [un]
|
|
4202
|
+
}, Pt = {
|
|
4109
4203
|
key: Qe,
|
|
4110
4204
|
name: "x-runtime-lib.container",
|
|
4111
|
-
comp:
|
|
4205
|
+
comp: vr,
|
|
4112
4206
|
props: {
|
|
4113
|
-
pageCommon: [
|
|
4114
|
-
compCommon: [
|
|
4207
|
+
pageCommon: [x, q, ve, ke, _e, Bn],
|
|
4208
|
+
compCommon: [x, q, ve, ke, _e, Bn]
|
|
4115
4209
|
},
|
|
4116
4210
|
events: [
|
|
4117
4211
|
{
|
|
@@ -4123,8 +4217,8 @@ const Nn = {
|
|
|
4123
4217
|
methods: [],
|
|
4124
4218
|
slots: []
|
|
4125
4219
|
};
|
|
4126
|
-
|
|
4127
|
-
const
|
|
4220
|
+
S(Pt);
|
|
4221
|
+
const Rn = {
|
|
4128
4222
|
key: "size",
|
|
4129
4223
|
name: "x-runtime-lib.size",
|
|
4130
4224
|
children: [
|
|
@@ -4143,7 +4237,7 @@ const Wn = {
|
|
|
4143
4237
|
default: ""
|
|
4144
4238
|
}
|
|
4145
4239
|
]
|
|
4146
|
-
},
|
|
4240
|
+
}, Dn = {
|
|
4147
4241
|
key: "settings",
|
|
4148
4242
|
name: "x-runtime-lib.settings",
|
|
4149
4243
|
children: [
|
|
@@ -4251,7 +4345,7 @@ const Wn = {
|
|
|
4251
4345
|
default: !1
|
|
4252
4346
|
}
|
|
4253
4347
|
]
|
|
4254
|
-
},
|
|
4348
|
+
}, En = {
|
|
4255
4349
|
key: "slots",
|
|
4256
4350
|
name: "x-runtime-lib.slots",
|
|
4257
4351
|
children: [
|
|
@@ -4276,41 +4370,41 @@ const Wn = {
|
|
|
4276
4370
|
defaultArray: []
|
|
4277
4371
|
}
|
|
4278
4372
|
]
|
|
4279
|
-
},
|
|
4373
|
+
}, Sl = {
|
|
4280
4374
|
key: et,
|
|
4281
4375
|
name: "x-runtime-lib.dataTable",
|
|
4282
|
-
comp:
|
|
4376
|
+
comp: kr,
|
|
4283
4377
|
props: {
|
|
4284
|
-
pageCommon: [
|
|
4285
|
-
compCommon: [
|
|
4378
|
+
pageCommon: [x, Rn, Dn, En],
|
|
4379
|
+
compCommon: [x, Rn, Dn, En]
|
|
4286
4380
|
},
|
|
4287
4381
|
events: [],
|
|
4288
4382
|
methods: [],
|
|
4289
4383
|
slots: [],
|
|
4290
4384
|
leaf: !0
|
|
4291
4385
|
};
|
|
4292
|
-
|
|
4293
|
-
const
|
|
4386
|
+
S(Sl);
|
|
4387
|
+
const Tl = {
|
|
4294
4388
|
key: tt,
|
|
4295
4389
|
name: "x-runtime-lib.datePicker",
|
|
4296
|
-
comp:
|
|
4390
|
+
comp: Vr,
|
|
4297
4391
|
props: {
|
|
4298
|
-
pageCommon: [
|
|
4299
|
-
compCommon: [
|
|
4392
|
+
pageCommon: [x],
|
|
4393
|
+
compCommon: [x]
|
|
4300
4394
|
},
|
|
4301
4395
|
events: [],
|
|
4302
4396
|
methods: [],
|
|
4303
4397
|
slots: [],
|
|
4304
4398
|
leaf: !0
|
|
4305
4399
|
};
|
|
4306
|
-
|
|
4307
|
-
const
|
|
4400
|
+
S(Tl);
|
|
4401
|
+
const zl = {
|
|
4308
4402
|
key: nt,
|
|
4309
4403
|
name: "x-runtime-lib.dialog",
|
|
4310
|
-
comp:
|
|
4404
|
+
comp: Ir,
|
|
4311
4405
|
props: {
|
|
4312
|
-
pageCommon: [
|
|
4313
|
-
compCommon: [
|
|
4406
|
+
pageCommon: [x],
|
|
4407
|
+
compCommon: [x]
|
|
4314
4408
|
},
|
|
4315
4409
|
events: [],
|
|
4316
4410
|
methods: [
|
|
@@ -4330,24 +4424,24 @@ const _l = {
|
|
|
4330
4424
|
slots: [],
|
|
4331
4425
|
teleport: !0
|
|
4332
4426
|
};
|
|
4333
|
-
|
|
4334
|
-
const
|
|
4427
|
+
S(zl);
|
|
4428
|
+
const Mn = {
|
|
4335
4429
|
key: "settings",
|
|
4336
4430
|
name: "x-runtime-lib.settings",
|
|
4337
4431
|
children: []
|
|
4338
|
-
},
|
|
4432
|
+
}, cu = {
|
|
4339
4433
|
key: it,
|
|
4340
4434
|
name: "x-runtime-lib.fileInput",
|
|
4341
|
-
comp:
|
|
4435
|
+
comp: Cr,
|
|
4342
4436
|
props: {
|
|
4343
|
-
pageCommon: [
|
|
4344
|
-
compCommon: [
|
|
4437
|
+
pageCommon: [x, Mn],
|
|
4438
|
+
compCommon: [x, Mn]
|
|
4345
4439
|
},
|
|
4346
4440
|
events: [],
|
|
4347
4441
|
methods: [],
|
|
4348
4442
|
slots: [],
|
|
4349
4443
|
leaf: !0
|
|
4350
|
-
},
|
|
4444
|
+
}, Fn = {
|
|
4351
4445
|
key: "settings",
|
|
4352
4446
|
name: "x-runtime-lib.settings",
|
|
4353
4447
|
children: [
|
|
@@ -4364,20 +4458,20 @@ const Rn = {
|
|
|
4364
4458
|
default: !1
|
|
4365
4459
|
}
|
|
4366
4460
|
]
|
|
4367
|
-
},
|
|
4368
|
-
key:
|
|
4461
|
+
}, Nt = {
|
|
4462
|
+
key: Ji,
|
|
4369
4463
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4370
|
-
comp:
|
|
4464
|
+
comp: Tr,
|
|
4371
4465
|
props: {
|
|
4372
|
-
pageCommon: [
|
|
4373
|
-
compCommon: [
|
|
4466
|
+
pageCommon: [x, q, Fn],
|
|
4467
|
+
compCommon: [x, q, Fn]
|
|
4374
4468
|
},
|
|
4375
4469
|
events: [],
|
|
4376
4470
|
methods: [],
|
|
4377
4471
|
slots: []
|
|
4378
4472
|
};
|
|
4379
|
-
|
|
4380
|
-
function
|
|
4473
|
+
S(Nt);
|
|
4474
|
+
function Al(i, e) {
|
|
4381
4475
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4382
4476
|
if (!r) {
|
|
4383
4477
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
@@ -4390,7 +4484,7 @@ function wl(i, e) {
|
|
|
4390
4484
|
}
|
|
4391
4485
|
const s = {};
|
|
4392
4486
|
return D(s, n), s.basic.id = R(16), s.basic.key = $e.key, s.children = [
|
|
4393
|
-
|
|
4487
|
+
Wt(
|
|
4394
4488
|
i,
|
|
4395
4489
|
e,
|
|
4396
4490
|
"#ff0000",
|
|
@@ -4400,7 +4494,7 @@ function wl(i, e) {
|
|
|
4400
4494
|
"40px",
|
|
4401
4495
|
void 0
|
|
4402
4496
|
),
|
|
4403
|
-
|
|
4497
|
+
Wt(
|
|
4404
4498
|
i,
|
|
4405
4499
|
e,
|
|
4406
4500
|
"#00ff00",
|
|
@@ -4410,10 +4504,10 @@ function wl(i, e) {
|
|
|
4410
4504
|
"60px",
|
|
4411
4505
|
void 0
|
|
4412
4506
|
),
|
|
4413
|
-
|
|
4507
|
+
Pl(i, e)
|
|
4414
4508
|
], s;
|
|
4415
4509
|
}
|
|
4416
|
-
function
|
|
4510
|
+
function Wt(i, e, t, r, n, s, a, u, p) {
|
|
4417
4511
|
const b = `type=${i} subtype=${e}`, m = E(i, e);
|
|
4418
4512
|
if (!m) {
|
|
4419
4513
|
console.error(
|
|
@@ -4421,21 +4515,21 @@ function Pt(i, e, t, r, n, s, a, u, p) {
|
|
|
4421
4515
|
);
|
|
4422
4516
|
return;
|
|
4423
4517
|
}
|
|
4424
|
-
const c =
|
|
4518
|
+
const c = Pt.props[m];
|
|
4425
4519
|
if (!c) {
|
|
4426
4520
|
console.error(`flexLayoutV1/spawnContainer props not found, ${b}`);
|
|
4427
4521
|
return;
|
|
4428
4522
|
}
|
|
4429
4523
|
const d = {};
|
|
4430
|
-
return D(d, c), d.basic.id = R(16), d.basic.key =
|
|
4524
|
+
return D(d, c), d.basic.id = R(16), d.basic.key = Pt.key, r && (d.size.width = r), n && (d.size.minWidth = n), a && (d.size.height = a), u && (d.size.minHeight = u), console.log(d), t && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = t, d.settings.backgroundColor.custom.dark = t), d.children = [], d;
|
|
4431
4525
|
}
|
|
4432
|
-
function
|
|
4526
|
+
function Pl(i, e) {
|
|
4433
4527
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4434
4528
|
if (!r) {
|
|
4435
4529
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
4436
4530
|
return;
|
|
4437
4531
|
}
|
|
4438
|
-
const n =
|
|
4532
|
+
const n = Nt.props[r];
|
|
4439
4533
|
if (!n) {
|
|
4440
4534
|
console.error(`flexLayoutV1/spawnEntry props not found, ${t}`);
|
|
4441
4535
|
return;
|
|
@@ -4446,8 +4540,8 @@ function Vl(i, e) {
|
|
|
4446
4540
|
key: ""
|
|
4447
4541
|
}
|
|
4448
4542
|
};
|
|
4449
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
4450
|
-
|
|
4543
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Nt.key, s.children = [
|
|
4544
|
+
Wt(
|
|
4451
4545
|
i,
|
|
4452
4546
|
e,
|
|
4453
4547
|
"#0000ff",
|
|
@@ -4459,10 +4553,10 @@ function Vl(i, e) {
|
|
|
4459
4553
|
)
|
|
4460
4554
|
], s;
|
|
4461
4555
|
}
|
|
4462
|
-
const
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
const
|
|
4556
|
+
const cn = G(Q);
|
|
4557
|
+
cn.key = "backgroundColor";
|
|
4558
|
+
cn.name = "x-runtime-lib.backgroundColor";
|
|
4559
|
+
const Hn = {
|
|
4466
4560
|
key: "settings",
|
|
4467
4561
|
name: "x-runtime-lib.settings",
|
|
4468
4562
|
children: [
|
|
@@ -4630,15 +4724,15 @@ const En = {
|
|
|
4630
4724
|
}
|
|
4631
4725
|
]
|
|
4632
4726
|
},
|
|
4633
|
-
|
|
4727
|
+
cn
|
|
4634
4728
|
]
|
|
4635
4729
|
}, $e = {
|
|
4636
4730
|
key: ot,
|
|
4637
4731
|
name: "x-runtime-lib.flexLayout",
|
|
4638
|
-
comp:
|
|
4732
|
+
comp: Sr,
|
|
4639
4733
|
props: {
|
|
4640
|
-
pageCommon: [
|
|
4641
|
-
compCommon: [
|
|
4734
|
+
pageCommon: [x, q, ve, ke, _e, Hn],
|
|
4735
|
+
compCommon: [x, q, ve, ke, _e, Hn]
|
|
4642
4736
|
},
|
|
4643
4737
|
events: [
|
|
4644
4738
|
{
|
|
@@ -4649,10 +4743,10 @@ const En = {
|
|
|
4649
4743
|
],
|
|
4650
4744
|
methods: [],
|
|
4651
4745
|
slots: [],
|
|
4652
|
-
spawn:
|
|
4746
|
+
spawn: Al
|
|
4653
4747
|
};
|
|
4654
|
-
|
|
4655
|
-
const
|
|
4748
|
+
S($e);
|
|
4749
|
+
const Un = {
|
|
4656
4750
|
key: "settings",
|
|
4657
4751
|
name: "x-runtime-lib.settings",
|
|
4658
4752
|
children: [
|
|
@@ -4773,7 +4867,7 @@ const Mn = {
|
|
|
4773
4867
|
default: ""
|
|
4774
4868
|
}
|
|
4775
4869
|
]
|
|
4776
|
-
},
|
|
4870
|
+
}, jn = {
|
|
4777
4871
|
key: "slots",
|
|
4778
4872
|
name: "x-runtime-lib.slots",
|
|
4779
4873
|
children: [
|
|
@@ -4802,13 +4896,13 @@ const Mn = {
|
|
|
4802
4896
|
default: void 0
|
|
4803
4897
|
}
|
|
4804
4898
|
]
|
|
4805
|
-
},
|
|
4806
|
-
key:
|
|
4899
|
+
}, Lt = {
|
|
4900
|
+
key: Vt,
|
|
4807
4901
|
name: "x-runtime-lib.textField",
|
|
4808
|
-
comp:
|
|
4902
|
+
comp: nl,
|
|
4809
4903
|
props: {
|
|
4810
|
-
pageCommon: [
|
|
4811
|
-
compCommon: [
|
|
4904
|
+
pageCommon: [x, Un, jn],
|
|
4905
|
+
compCommon: [x, Un, jn]
|
|
4812
4906
|
},
|
|
4813
4907
|
events: [],
|
|
4814
4908
|
methods: [],
|
|
@@ -4840,36 +4934,36 @@ const Mn = {
|
|
|
4840
4934
|
],
|
|
4841
4935
|
leaf: !0
|
|
4842
4936
|
};
|
|
4843
|
-
|
|
4844
|
-
function
|
|
4937
|
+
S(Lt);
|
|
4938
|
+
function Nl(i, e) {
|
|
4845
4939
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4846
4940
|
if (!r) {
|
|
4847
4941
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
4848
4942
|
return;
|
|
4849
4943
|
}
|
|
4850
|
-
const n =
|
|
4944
|
+
const n = Bt.props[r];
|
|
4851
4945
|
if (!n) {
|
|
4852
4946
|
console.error(`formV1/spawn props not found, ${t}`);
|
|
4853
4947
|
return;
|
|
4854
4948
|
}
|
|
4855
4949
|
const s = {};
|
|
4856
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
4950
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Bt.key, s.children = [Wl(i, e)], s;
|
|
4857
4951
|
}
|
|
4858
|
-
function
|
|
4952
|
+
function Wl(i, e) {
|
|
4859
4953
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4860
4954
|
if (!r) {
|
|
4861
4955
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
4862
4956
|
return;
|
|
4863
4957
|
}
|
|
4864
|
-
const n =
|
|
4958
|
+
const n = Lt.props[r];
|
|
4865
4959
|
if (!n) {
|
|
4866
4960
|
console.error(`formV1/spawnTextField props not found, ${t}`);
|
|
4867
4961
|
return;
|
|
4868
4962
|
}
|
|
4869
4963
|
const s = {};
|
|
4870
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
4964
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Lt.key, s;
|
|
4871
4965
|
}
|
|
4872
|
-
const
|
|
4966
|
+
const Gn = {
|
|
4873
4967
|
key: "settings",
|
|
4874
4968
|
name: "x-runtime-lib.settings",
|
|
4875
4969
|
children: [
|
|
@@ -4887,13 +4981,13 @@ const Hn = {
|
|
|
4887
4981
|
default: !1
|
|
4888
4982
|
}
|
|
4889
4983
|
]
|
|
4890
|
-
},
|
|
4984
|
+
}, Bt = {
|
|
4891
4985
|
key: st,
|
|
4892
4986
|
name: "x-runtime-lib.form",
|
|
4893
|
-
comp:
|
|
4987
|
+
comp: zr,
|
|
4894
4988
|
props: {
|
|
4895
|
-
pageCommon: [
|
|
4896
|
-
compCommon: [
|
|
4989
|
+
pageCommon: [x, q, ve, ke, _e, Gn],
|
|
4990
|
+
compCommon: [x, q, ve, ke, _e, Gn]
|
|
4897
4991
|
},
|
|
4898
4992
|
events: [
|
|
4899
4993
|
{
|
|
@@ -4904,10 +4998,10 @@ const Hn = {
|
|
|
4904
4998
|
],
|
|
4905
4999
|
methods: [],
|
|
4906
5000
|
slots: [],
|
|
4907
|
-
spawn:
|
|
5001
|
+
spawn: Nl
|
|
4908
5002
|
};
|
|
4909
|
-
|
|
4910
|
-
const
|
|
5003
|
+
S(Bt);
|
|
5004
|
+
const Ll = G(Q), On = {
|
|
4911
5005
|
key: "settings",
|
|
4912
5006
|
name: "x-runtime-lib.settings",
|
|
4913
5007
|
children: [
|
|
@@ -4930,29 +5024,29 @@ const Cl = G(Q), Un = {
|
|
|
4930
5024
|
items: "sizeItemsV1",
|
|
4931
5025
|
default: "default"
|
|
4932
5026
|
},
|
|
4933
|
-
|
|
5027
|
+
Ll
|
|
4934
5028
|
]
|
|
4935
|
-
},
|
|
5029
|
+
}, Bl = {
|
|
4936
5030
|
key: rt,
|
|
4937
5031
|
name: "x-runtime-lib.icon",
|
|
4938
|
-
comp:
|
|
5032
|
+
comp: Ar,
|
|
4939
5033
|
props: {
|
|
4940
|
-
pageCommon: [
|
|
4941
|
-
compCommon: [
|
|
5034
|
+
pageCommon: [x, On],
|
|
5035
|
+
compCommon: [x, On]
|
|
4942
5036
|
},
|
|
4943
5037
|
events: [],
|
|
4944
5038
|
methods: [],
|
|
4945
5039
|
slots: [],
|
|
4946
5040
|
leaf: !0
|
|
4947
5041
|
};
|
|
4948
|
-
|
|
4949
|
-
const
|
|
4950
|
-
key:
|
|
5042
|
+
S(Bl);
|
|
5043
|
+
const Rl = {
|
|
5044
|
+
key: ct,
|
|
4951
5045
|
name: "x-runtime-lib.menu",
|
|
4952
|
-
comp:
|
|
5046
|
+
comp: Nr,
|
|
4953
5047
|
props: {
|
|
4954
|
-
pageCommon: [
|
|
4955
|
-
compCommon: [
|
|
5048
|
+
pageCommon: [x],
|
|
5049
|
+
compCommon: [x]
|
|
4956
5050
|
},
|
|
4957
5051
|
events: [],
|
|
4958
5052
|
methods: [
|
|
@@ -4972,22 +5066,22 @@ const Tl = {
|
|
|
4972
5066
|
slots: [],
|
|
4973
5067
|
teleport: !0
|
|
4974
5068
|
};
|
|
4975
|
-
|
|
4976
|
-
function
|
|
5069
|
+
S(Rl);
|
|
5070
|
+
function Dl(i, e) {
|
|
4977
5071
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4978
5072
|
if (!r) {
|
|
4979
5073
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
4980
5074
|
return;
|
|
4981
5075
|
}
|
|
4982
|
-
const n =
|
|
5076
|
+
const n = Rt.props[r];
|
|
4983
5077
|
if (!n) {
|
|
4984
5078
|
console.error(`numberInputV1/spawn props not found, ${t}`);
|
|
4985
5079
|
return;
|
|
4986
5080
|
}
|
|
4987
5081
|
const s = {};
|
|
4988
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5082
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Rt.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
4989
5083
|
}
|
|
4990
|
-
const
|
|
5084
|
+
const Kn = {
|
|
4991
5085
|
key: "size",
|
|
4992
5086
|
name: "x-runtime-lib.size",
|
|
4993
5087
|
children: [
|
|
@@ -5013,7 +5107,7 @@ const Gn = {
|
|
|
5013
5107
|
default: ""
|
|
5014
5108
|
}
|
|
5015
5109
|
]
|
|
5016
|
-
},
|
|
5110
|
+
}, Zn = {
|
|
5017
5111
|
key: "settings",
|
|
5018
5112
|
name: "x-runtime-lib.settings",
|
|
5019
5113
|
children: [
|
|
@@ -5154,13 +5248,13 @@ const Gn = {
|
|
|
5154
5248
|
]
|
|
5155
5249
|
}
|
|
5156
5250
|
]
|
|
5157
|
-
},
|
|
5158
|
-
key:
|
|
5251
|
+
}, Rt = {
|
|
5252
|
+
key: dt,
|
|
5159
5253
|
name: "x-runtime-lib.numberInput",
|
|
5160
|
-
comp:
|
|
5254
|
+
comp: Wr,
|
|
5161
5255
|
props: {
|
|
5162
|
-
pageCommon: [
|
|
5163
|
-
compCommon: [
|
|
5256
|
+
pageCommon: [x, Kn, Zn],
|
|
5257
|
+
compCommon: [x, Kn, Zn]
|
|
5164
5258
|
},
|
|
5165
5259
|
events: [
|
|
5166
5260
|
{
|
|
@@ -5192,10 +5286,10 @@ const Gn = {
|
|
|
5192
5286
|
methods: [],
|
|
5193
5287
|
slots: [],
|
|
5194
5288
|
leaf: !0,
|
|
5195
|
-
spawn:
|
|
5289
|
+
spawn: Dl
|
|
5196
5290
|
};
|
|
5197
|
-
|
|
5198
|
-
const
|
|
5291
|
+
S(Rt);
|
|
5292
|
+
const qn = {
|
|
5199
5293
|
key: "settings",
|
|
5200
5294
|
name: "x-runtime-lib.settings",
|
|
5201
5295
|
children: [
|
|
@@ -5258,21 +5352,21 @@ const On = {
|
|
|
5258
5352
|
default: !1
|
|
5259
5353
|
}
|
|
5260
5354
|
]
|
|
5261
|
-
},
|
|
5262
|
-
key:
|
|
5355
|
+
}, El = {
|
|
5356
|
+
key: mt,
|
|
5263
5357
|
name: "x-runtime-lib.pagination",
|
|
5264
|
-
comp:
|
|
5358
|
+
comp: Lr,
|
|
5265
5359
|
props: {
|
|
5266
|
-
pageCommon: [
|
|
5267
|
-
compCommon: [
|
|
5360
|
+
pageCommon: [x, qn],
|
|
5361
|
+
compCommon: [x, qn]
|
|
5268
5362
|
},
|
|
5269
5363
|
events: [],
|
|
5270
5364
|
methods: [],
|
|
5271
5365
|
slots: [],
|
|
5272
5366
|
leaf: !0
|
|
5273
5367
|
};
|
|
5274
|
-
|
|
5275
|
-
const
|
|
5368
|
+
S(El);
|
|
5369
|
+
const Ml = G(Q), Jn = {
|
|
5276
5370
|
key: "settings",
|
|
5277
5371
|
name: "x-runtime-lib.settings",
|
|
5278
5372
|
children: [
|
|
@@ -5307,35 +5401,35 @@ const Pl = G(Q), Kn = {
|
|
|
5307
5401
|
items: "densityItemsV1",
|
|
5308
5402
|
default: "default"
|
|
5309
5403
|
},
|
|
5310
|
-
|
|
5404
|
+
Ml
|
|
5311
5405
|
]
|
|
5312
|
-
},
|
|
5313
|
-
key:
|
|
5406
|
+
}, Dt = {
|
|
5407
|
+
key: Xi,
|
|
5314
5408
|
name: "x-runtime-lib.radio",
|
|
5315
|
-
comp:
|
|
5409
|
+
comp: Br,
|
|
5316
5410
|
props: {
|
|
5317
|
-
pageCommon: [
|
|
5318
|
-
compCommon: [
|
|
5411
|
+
pageCommon: [x, Jn],
|
|
5412
|
+
compCommon: [x, Jn]
|
|
5319
5413
|
},
|
|
5320
5414
|
events: [],
|
|
5321
5415
|
methods: [],
|
|
5322
5416
|
slots: [],
|
|
5323
5417
|
leaf: !0
|
|
5324
5418
|
};
|
|
5325
|
-
|
|
5326
|
-
function
|
|
5419
|
+
S(Dt);
|
|
5420
|
+
function Fl(i, e) {
|
|
5327
5421
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5328
5422
|
if (!r) {
|
|
5329
5423
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
5330
5424
|
return;
|
|
5331
5425
|
}
|
|
5332
|
-
const n =
|
|
5426
|
+
const n = Et.props[r];
|
|
5333
5427
|
if (!n) {
|
|
5334
5428
|
console.error(`radioGroupV1/spawn props not found, ${t}`);
|
|
5335
5429
|
return;
|
|
5336
5430
|
}
|
|
5337
5431
|
const s = {};
|
|
5338
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5432
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Et.key, s.children = [
|
|
5339
5433
|
Be(i, e, "option1", "Option 1"),
|
|
5340
5434
|
Be(i, e, "option2", "Option 2"),
|
|
5341
5435
|
Be(i, e, "option3", "Option 3")
|
|
@@ -5347,15 +5441,15 @@ function Be(i, e, t, r) {
|
|
|
5347
5441
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
|
|
5348
5442
|
return;
|
|
5349
5443
|
}
|
|
5350
|
-
const a =
|
|
5444
|
+
const a = Dt.props[s];
|
|
5351
5445
|
if (!a) {
|
|
5352
5446
|
console.error(`radioGroupV1/spawnEntry props not found, ${n}`);
|
|
5353
5447
|
return;
|
|
5354
5448
|
}
|
|
5355
5449
|
const u = {};
|
|
5356
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
5450
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Dt.key, u.settings.value = t, u.settings.label = r, u;
|
|
5357
5451
|
}
|
|
5358
|
-
const
|
|
5452
|
+
const Xn = {
|
|
5359
5453
|
key: "settings",
|
|
5360
5454
|
name: "x-runtime-lib.settings",
|
|
5361
5455
|
children: [
|
|
@@ -5398,21 +5492,21 @@ const Zn = {
|
|
|
5398
5492
|
default: !1
|
|
5399
5493
|
}
|
|
5400
5494
|
]
|
|
5401
|
-
},
|
|
5402
|
-
key:
|
|
5495
|
+
}, Et = {
|
|
5496
|
+
key: pt,
|
|
5403
5497
|
name: "x-runtime-lib.radioGroup",
|
|
5404
|
-
comp:
|
|
5498
|
+
comp: Rr,
|
|
5405
5499
|
props: {
|
|
5406
|
-
pageCommon: [
|
|
5407
|
-
compCommon: [
|
|
5500
|
+
pageCommon: [x, Xn],
|
|
5501
|
+
compCommon: [x, Xn]
|
|
5408
5502
|
},
|
|
5409
5503
|
events: [],
|
|
5410
5504
|
methods: [],
|
|
5411
5505
|
slots: [],
|
|
5412
|
-
spawn:
|
|
5506
|
+
spawn: Fl
|
|
5413
5507
|
};
|
|
5414
|
-
|
|
5415
|
-
const
|
|
5508
|
+
S(Et);
|
|
5509
|
+
const Yn = {
|
|
5416
5510
|
key: "settings",
|
|
5417
5511
|
name: "x-runtime-lib.settings",
|
|
5418
5512
|
children: [
|
|
@@ -5529,21 +5623,21 @@ const qn = {
|
|
|
5529
5623
|
]
|
|
5530
5624
|
}
|
|
5531
5625
|
]
|
|
5532
|
-
},
|
|
5533
|
-
key:
|
|
5626
|
+
}, Hl = {
|
|
5627
|
+
key: ft,
|
|
5534
5628
|
name: "x-runtime-lib.rangeSlider",
|
|
5535
|
-
comp:
|
|
5629
|
+
comp: Dr,
|
|
5536
5630
|
props: {
|
|
5537
|
-
pageCommon: [
|
|
5538
|
-
compCommon: [
|
|
5631
|
+
pageCommon: [x, Yn],
|
|
5632
|
+
compCommon: [x, Yn]
|
|
5539
5633
|
},
|
|
5540
5634
|
events: [],
|
|
5541
5635
|
methods: [],
|
|
5542
5636
|
slots: [],
|
|
5543
5637
|
leaf: !0
|
|
5544
5638
|
};
|
|
5545
|
-
|
|
5546
|
-
const
|
|
5639
|
+
S(Hl);
|
|
5640
|
+
const Qn = {
|
|
5547
5641
|
key: "settings",
|
|
5548
5642
|
name: "x-runtime-lib.settings",
|
|
5549
5643
|
children: [
|
|
@@ -5598,21 +5692,21 @@ const Jn = {
|
|
|
5598
5692
|
default: !1
|
|
5599
5693
|
}
|
|
5600
5694
|
]
|
|
5601
|
-
},
|
|
5602
|
-
key:
|
|
5695
|
+
}, Ul = {
|
|
5696
|
+
key: bt,
|
|
5603
5697
|
name: "x-runtime-lib.rating",
|
|
5604
|
-
comp:
|
|
5698
|
+
comp: Er,
|
|
5605
5699
|
props: {
|
|
5606
|
-
pageCommon: [
|
|
5607
|
-
compCommon: [
|
|
5700
|
+
pageCommon: [x, Qn],
|
|
5701
|
+
compCommon: [x, Qn]
|
|
5608
5702
|
},
|
|
5609
5703
|
events: [],
|
|
5610
5704
|
methods: [],
|
|
5611
5705
|
slots: [],
|
|
5612
5706
|
leaf: !0
|
|
5613
5707
|
};
|
|
5614
|
-
|
|
5615
|
-
const
|
|
5708
|
+
S(Ul);
|
|
5709
|
+
const ei = {
|
|
5616
5710
|
key: "settings",
|
|
5617
5711
|
name: "x-runtime-lib.settings",
|
|
5618
5712
|
children: [
|
|
@@ -5653,30 +5747,30 @@ const Xn = {
|
|
|
5653
5747
|
default: !1
|
|
5654
5748
|
}
|
|
5655
5749
|
]
|
|
5656
|
-
},
|
|
5657
|
-
key:
|
|
5750
|
+
}, jl = {
|
|
5751
|
+
key: ht,
|
|
5658
5752
|
name: "x-runtime-lib.select",
|
|
5659
|
-
comp:
|
|
5753
|
+
comp: Mr,
|
|
5660
5754
|
props: {
|
|
5661
|
-
pageCommon: [
|
|
5662
|
-
compCommon: [
|
|
5755
|
+
pageCommon: [x, ei],
|
|
5756
|
+
compCommon: [x, ei]
|
|
5663
5757
|
},
|
|
5664
5758
|
events: [],
|
|
5665
5759
|
methods: [],
|
|
5666
5760
|
slots: [],
|
|
5667
5761
|
leaf: !0
|
|
5668
5762
|
};
|
|
5669
|
-
|
|
5670
|
-
const
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
const
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
const
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
const
|
|
5763
|
+
S(jl);
|
|
5764
|
+
const dn = G(Q);
|
|
5765
|
+
dn.key = "color";
|
|
5766
|
+
dn.name = "x-runtime-lib.color";
|
|
5767
|
+
const mn = G(Q);
|
|
5768
|
+
mn.key = "trackColor";
|
|
5769
|
+
mn.name = "x-runtime-lib.trackColor";
|
|
5770
|
+
const pn = G(Q);
|
|
5771
|
+
pn.key = "thumbColor";
|
|
5772
|
+
pn.name = "x-runtime-lib.thumbColor";
|
|
5773
|
+
const ti = {
|
|
5680
5774
|
key: "settings",
|
|
5681
5775
|
name: "x-runtime-lib.settings",
|
|
5682
5776
|
children: [
|
|
@@ -5781,11 +5875,11 @@ const Yn = {
|
|
|
5781
5875
|
ui: "switch",
|
|
5782
5876
|
default: !1
|
|
5783
5877
|
},
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
|
|
5878
|
+
dn,
|
|
5879
|
+
mn,
|
|
5880
|
+
pn
|
|
5787
5881
|
]
|
|
5788
|
-
},
|
|
5882
|
+
}, ni = {
|
|
5789
5883
|
key: "slots",
|
|
5790
5884
|
name: "x-runtime-lib.slots",
|
|
5791
5885
|
children: [
|
|
@@ -5802,34 +5896,34 @@ const Yn = {
|
|
|
5802
5896
|
default: void 0
|
|
5803
5897
|
}
|
|
5804
5898
|
]
|
|
5805
|
-
},
|
|
5806
|
-
key:
|
|
5899
|
+
}, Gl = {
|
|
5900
|
+
key: xt,
|
|
5807
5901
|
name: "x-runtime-lib.slider",
|
|
5808
|
-
comp:
|
|
5902
|
+
comp: Fr,
|
|
5809
5903
|
props: {
|
|
5810
|
-
pageCommon: [
|
|
5811
|
-
compCommon: [
|
|
5904
|
+
pageCommon: [x, ti, ni],
|
|
5905
|
+
compCommon: [x, ti, ni]
|
|
5812
5906
|
},
|
|
5813
5907
|
events: [],
|
|
5814
5908
|
methods: [],
|
|
5815
5909
|
slots: [],
|
|
5816
5910
|
leaf: !0
|
|
5817
5911
|
};
|
|
5818
|
-
|
|
5819
|
-
const
|
|
5820
|
-
key:
|
|
5912
|
+
S(Gl);
|
|
5913
|
+
const Mt = {
|
|
5914
|
+
key: Yi,
|
|
5821
5915
|
name: "x-runtime-lib.stepperHeader",
|
|
5822
|
-
comp:
|
|
5916
|
+
comp: Gr,
|
|
5823
5917
|
props: {
|
|
5824
|
-
pageCommon: [
|
|
5825
|
-
compCommon: [
|
|
5918
|
+
pageCommon: [x],
|
|
5919
|
+
compCommon: [x]
|
|
5826
5920
|
},
|
|
5827
5921
|
events: [],
|
|
5828
5922
|
methods: [],
|
|
5829
5923
|
slots: []
|
|
5830
5924
|
};
|
|
5831
|
-
|
|
5832
|
-
const
|
|
5925
|
+
S(Mt);
|
|
5926
|
+
const ii = {
|
|
5833
5927
|
key: "settings",
|
|
5834
5928
|
name: "x-runtime-lib.settings",
|
|
5835
5929
|
children: [
|
|
@@ -5840,33 +5934,33 @@ const ei = {
|
|
|
5840
5934
|
default: ""
|
|
5841
5935
|
}
|
|
5842
5936
|
]
|
|
5843
|
-
},
|
|
5844
|
-
key:
|
|
5937
|
+
}, Ft = {
|
|
5938
|
+
key: Qi,
|
|
5845
5939
|
name: "x-runtime-lib.stepperItem",
|
|
5846
|
-
comp:
|
|
5940
|
+
comp: Or,
|
|
5847
5941
|
props: {
|
|
5848
|
-
pageCommon: [
|
|
5849
|
-
compCommon: [
|
|
5942
|
+
pageCommon: [x, ii],
|
|
5943
|
+
compCommon: [x, ii]
|
|
5850
5944
|
},
|
|
5851
5945
|
events: [],
|
|
5852
5946
|
methods: [],
|
|
5853
5947
|
slots: []
|
|
5854
5948
|
};
|
|
5855
|
-
|
|
5856
|
-
const
|
|
5857
|
-
key:
|
|
5949
|
+
S(Ft);
|
|
5950
|
+
const Ht = {
|
|
5951
|
+
key: eo,
|
|
5858
5952
|
name: "x-runtime-lib.stepperWindow",
|
|
5859
|
-
comp:
|
|
5953
|
+
comp: qr,
|
|
5860
5954
|
props: {
|
|
5861
|
-
pageCommon: [
|
|
5862
|
-
compCommon: [
|
|
5955
|
+
pageCommon: [x],
|
|
5956
|
+
compCommon: [x]
|
|
5863
5957
|
},
|
|
5864
5958
|
events: [],
|
|
5865
5959
|
methods: [],
|
|
5866
5960
|
slots: []
|
|
5867
5961
|
};
|
|
5868
|
-
|
|
5869
|
-
const
|
|
5962
|
+
S(Ht);
|
|
5963
|
+
const oi = {
|
|
5870
5964
|
key: "settings",
|
|
5871
5965
|
name: "x-runtime-lib.settings",
|
|
5872
5966
|
children: [
|
|
@@ -5877,46 +5971,46 @@ const ti = {
|
|
|
5877
5971
|
default: ""
|
|
5878
5972
|
}
|
|
5879
5973
|
]
|
|
5880
|
-
},
|
|
5881
|
-
key:
|
|
5974
|
+
}, Ut = {
|
|
5975
|
+
key: to,
|
|
5882
5976
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5883
|
-
comp:
|
|
5977
|
+
comp: Jr,
|
|
5884
5978
|
props: {
|
|
5885
|
-
pageCommon: [
|
|
5886
|
-
compCommon: [
|
|
5979
|
+
pageCommon: [x, oi],
|
|
5980
|
+
compCommon: [x, oi]
|
|
5887
5981
|
},
|
|
5888
5982
|
events: [],
|
|
5889
5983
|
methods: [],
|
|
5890
5984
|
slots: []
|
|
5891
5985
|
};
|
|
5892
|
-
|
|
5893
|
-
function
|
|
5986
|
+
S(Ut);
|
|
5987
|
+
function Ol(i, e) {
|
|
5894
5988
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5895
5989
|
if (!r) {
|
|
5896
5990
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
5897
5991
|
return;
|
|
5898
5992
|
}
|
|
5899
|
-
const n =
|
|
5993
|
+
const n = jt.props[r];
|
|
5900
5994
|
if (!n) {
|
|
5901
5995
|
console.error(`stepperV1/spawn props not found, ${t}`);
|
|
5902
5996
|
return;
|
|
5903
5997
|
}
|
|
5904
5998
|
const s = {};
|
|
5905
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5999
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = jt.key, s.children = [Kl(i, e), Zl(i, e)], s;
|
|
5906
6000
|
}
|
|
5907
|
-
function
|
|
6001
|
+
function Kl(i, e) {
|
|
5908
6002
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5909
6003
|
if (!r) {
|
|
5910
6004
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
5911
6005
|
return;
|
|
5912
6006
|
}
|
|
5913
|
-
const n =
|
|
6007
|
+
const n = Mt.props[r];
|
|
5914
6008
|
if (!n) {
|
|
5915
6009
|
console.error(`stepperV1/spawnHeader props not found, ${t}`);
|
|
5916
6010
|
return;
|
|
5917
6011
|
}
|
|
5918
6012
|
const s = {};
|
|
5919
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6013
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Mt.key, s.children = [
|
|
5920
6014
|
Re(i, e, "step1"),
|
|
5921
6015
|
Re(i, e, "step2"),
|
|
5922
6016
|
Re(i, e, "step3")
|
|
@@ -5928,27 +6022,27 @@ function Re(i, e, t) {
|
|
|
5928
6022
|
console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
|
|
5929
6023
|
return;
|
|
5930
6024
|
}
|
|
5931
|
-
const s =
|
|
6025
|
+
const s = Ft.props[n];
|
|
5932
6026
|
if (!s) {
|
|
5933
6027
|
console.error(`stepperV1/spawnItem props not found, ${r}`);
|
|
5934
6028
|
return;
|
|
5935
6029
|
}
|
|
5936
6030
|
const a = {};
|
|
5937
|
-
return D(a, s), a.basic.id = R(16), a.basic.key =
|
|
6031
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Ft.key, a.children = [], a.settings.value = t, a;
|
|
5938
6032
|
}
|
|
5939
|
-
function
|
|
6033
|
+
function Zl(i, e) {
|
|
5940
6034
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5941
6035
|
if (!r) {
|
|
5942
6036
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
5943
6037
|
return;
|
|
5944
6038
|
}
|
|
5945
|
-
const n =
|
|
6039
|
+
const n = Ht.props[r];
|
|
5946
6040
|
if (!n) {
|
|
5947
6041
|
console.error(`stepperV1/spawnWindow props not found, ${t}`);
|
|
5948
6042
|
return;
|
|
5949
6043
|
}
|
|
5950
6044
|
const s = {};
|
|
5951
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6045
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ht.key, s.children = [
|
|
5952
6046
|
De(i, e, "step1", "step 1"),
|
|
5953
6047
|
De(i, e, "step2", "step 2"),
|
|
5954
6048
|
De(i, e, "step3", "step 3")
|
|
@@ -5960,15 +6054,15 @@ function De(i, e, t, r) {
|
|
|
5960
6054
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
|
|
5961
6055
|
return;
|
|
5962
6056
|
}
|
|
5963
|
-
const a =
|
|
6057
|
+
const a = Ut.props[s];
|
|
5964
6058
|
if (!a) {
|
|
5965
6059
|
console.error(`stepperV1/spawnWindowItem props not found, ${n}`);
|
|
5966
6060
|
return;
|
|
5967
6061
|
}
|
|
5968
6062
|
const u = {};
|
|
5969
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
6063
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Ut.key, u.children = [ql(i, e, r)], u.settings.value = t, u;
|
|
5970
6064
|
}
|
|
5971
|
-
function
|
|
6065
|
+
function ql(i, e, t) {
|
|
5972
6066
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
5973
6067
|
if (!n) {
|
|
5974
6068
|
console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
|
|
@@ -5982,7 +6076,7 @@ function Fl(i, e, t) {
|
|
|
5982
6076
|
const a = {};
|
|
5983
6077
|
return D(a, s), a.basic.id = R(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
|
|
5984
6078
|
}
|
|
5985
|
-
const
|
|
6079
|
+
const si = {
|
|
5986
6080
|
key: "settings",
|
|
5987
6081
|
name: "x-runtime-lib.settings",
|
|
5988
6082
|
children: [
|
|
@@ -5999,35 +6093,35 @@ const ni = {
|
|
|
5999
6093
|
default: !1
|
|
6000
6094
|
}
|
|
6001
6095
|
]
|
|
6002
|
-
},
|
|
6003
|
-
key:
|
|
6096
|
+
}, jt = {
|
|
6097
|
+
key: gt,
|
|
6004
6098
|
name: "x-runtime-lib.stepper",
|
|
6005
|
-
comp:
|
|
6099
|
+
comp: Hr,
|
|
6006
6100
|
props: {
|
|
6007
|
-
pageCommon: [
|
|
6008
|
-
compCommon: [
|
|
6101
|
+
pageCommon: [x, si],
|
|
6102
|
+
compCommon: [x, si]
|
|
6009
6103
|
},
|
|
6010
6104
|
events: [],
|
|
6011
6105
|
methods: [],
|
|
6012
6106
|
slots: [],
|
|
6013
|
-
spawn:
|
|
6107
|
+
spawn: Ol
|
|
6014
6108
|
};
|
|
6015
|
-
|
|
6016
|
-
const
|
|
6017
|
-
key:
|
|
6109
|
+
S(jt);
|
|
6110
|
+
const Jl = {
|
|
6111
|
+
key: vt,
|
|
6018
6112
|
name: "x-runtime-lib.switch",
|
|
6019
|
-
comp:
|
|
6113
|
+
comp: Xr,
|
|
6020
6114
|
props: {
|
|
6021
|
-
pageCommon: [
|
|
6022
|
-
compCommon: [
|
|
6115
|
+
pageCommon: [x],
|
|
6116
|
+
compCommon: [x]
|
|
6023
6117
|
},
|
|
6024
6118
|
events: [],
|
|
6025
6119
|
methods: [],
|
|
6026
6120
|
slots: [],
|
|
6027
6121
|
leaf: !0
|
|
6028
6122
|
};
|
|
6029
|
-
|
|
6030
|
-
const
|
|
6123
|
+
S(Jl);
|
|
6124
|
+
const ri = {
|
|
6031
6125
|
key: "settings",
|
|
6032
6126
|
name: "x-runtime-lib.settings",
|
|
6033
6127
|
children: [
|
|
@@ -6044,33 +6138,33 @@ const ii = {
|
|
|
6044
6138
|
default: ""
|
|
6045
6139
|
}
|
|
6046
6140
|
]
|
|
6047
|
-
},
|
|
6048
|
-
key:
|
|
6141
|
+
}, Gt = {
|
|
6142
|
+
key: no,
|
|
6049
6143
|
name: "x-runtime-lib.tab",
|
|
6050
|
-
comp:
|
|
6144
|
+
comp: Yr,
|
|
6051
6145
|
props: {
|
|
6052
|
-
pageCommon: [
|
|
6053
|
-
compCommon: [
|
|
6146
|
+
pageCommon: [x, ri],
|
|
6147
|
+
compCommon: [x, ri]
|
|
6054
6148
|
},
|
|
6055
6149
|
events: [],
|
|
6056
6150
|
methods: [],
|
|
6057
6151
|
slots: [],
|
|
6058
6152
|
leaf: !0
|
|
6059
6153
|
};
|
|
6060
|
-
|
|
6061
|
-
function
|
|
6154
|
+
S(Gt);
|
|
6155
|
+
function Xl(i, e) {
|
|
6062
6156
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6063
6157
|
if (!r) {
|
|
6064
6158
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
6065
6159
|
return;
|
|
6066
6160
|
}
|
|
6067
|
-
const n =
|
|
6161
|
+
const n = Ot.props[r];
|
|
6068
6162
|
if (!n) {
|
|
6069
6163
|
console.error(`tabsV1/spawn props not found, ${t}`);
|
|
6070
6164
|
return;
|
|
6071
6165
|
}
|
|
6072
6166
|
const s = {};
|
|
6073
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6167
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ot.key, s.children = [
|
|
6074
6168
|
Ee(i, e, "tab1", "tab 1"),
|
|
6075
6169
|
Ee(i, e, "tab2", "tab 2"),
|
|
6076
6170
|
Ee(i, e, "tab3", "tab 3")
|
|
@@ -6082,24 +6176,24 @@ function Ee(i, e, t, r) {
|
|
|
6082
6176
|
console.error(`tabsV1/spawnTab prop tag not found, ${n}`);
|
|
6083
6177
|
return;
|
|
6084
6178
|
}
|
|
6085
|
-
const a =
|
|
6179
|
+
const a = Gt.props[s];
|
|
6086
6180
|
if (!a) {
|
|
6087
6181
|
console.error(`tabsV1/spawnTab props not found, ${n}`);
|
|
6088
6182
|
return;
|
|
6089
6183
|
}
|
|
6090
6184
|
const u = {};
|
|
6091
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
6185
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Gt.key, u.settings.value = t, u.settings.text = r, u;
|
|
6092
6186
|
}
|
|
6093
|
-
const
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
const
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
const
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
const
|
|
6187
|
+
const fn = G(Q);
|
|
6188
|
+
fn.key = "backgroundColor";
|
|
6189
|
+
fn.name = "x-runtime-lib.backgroundColor";
|
|
6190
|
+
const bn = G(Q);
|
|
6191
|
+
bn.key = "selectedColor";
|
|
6192
|
+
bn.name = "x-runtime-lib.selectedColor";
|
|
6193
|
+
const yn = G(Q);
|
|
6194
|
+
yn.key = "sliderColor";
|
|
6195
|
+
yn.name = "x-runtime-lib.sliderColor";
|
|
6196
|
+
const li = {
|
|
6103
6197
|
key: "settings",
|
|
6104
6198
|
name: "x-runtime-lib.settings",
|
|
6105
6199
|
children: [
|
|
@@ -6175,24 +6269,24 @@ const oi = {
|
|
|
6175
6269
|
{
|
|
6176
6270
|
key: "color",
|
|
6177
6271
|
name: "x-runtime-lib.color",
|
|
6178
|
-
children: [
|
|
6272
|
+
children: [fn, bn, yn]
|
|
6179
6273
|
}
|
|
6180
6274
|
]
|
|
6181
|
-
},
|
|
6182
|
-
key:
|
|
6275
|
+
}, Ot = {
|
|
6276
|
+
key: kt,
|
|
6183
6277
|
name: "x-runtime-lib.tabs",
|
|
6184
|
-
comp:
|
|
6278
|
+
comp: Qr,
|
|
6185
6279
|
props: {
|
|
6186
|
-
pageCommon: [
|
|
6187
|
-
compCommon: [
|
|
6280
|
+
pageCommon: [x, li],
|
|
6281
|
+
compCommon: [x, li]
|
|
6188
6282
|
},
|
|
6189
6283
|
events: [],
|
|
6190
6284
|
methods: [],
|
|
6191
6285
|
slots: [],
|
|
6192
|
-
spawn:
|
|
6286
|
+
spawn: Xl
|
|
6193
6287
|
};
|
|
6194
|
-
|
|
6195
|
-
function
|
|
6288
|
+
S(Ot);
|
|
6289
|
+
function Yl(i, e) {
|
|
6196
6290
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6197
6291
|
if (!r) {
|
|
6198
6292
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
@@ -6206,7 +6300,7 @@ function Gl(i, e) {
|
|
|
6206
6300
|
const s = {};
|
|
6207
6301
|
return D(s, n), s.basic.id = R(16), s.basic.key = he.key, s.settings.text = "text", s;
|
|
6208
6302
|
}
|
|
6209
|
-
const
|
|
6303
|
+
const ai = {
|
|
6210
6304
|
key: "settings",
|
|
6211
6305
|
name: "x-runtime-lib.settings",
|
|
6212
6306
|
children: [
|
|
@@ -6293,35 +6387,35 @@ const si = {
|
|
|
6293
6387
|
}
|
|
6294
6388
|
]
|
|
6295
6389
|
}, he = {
|
|
6296
|
-
key:
|
|
6390
|
+
key: _t,
|
|
6297
6391
|
name: "x-runtime-lib.text",
|
|
6298
|
-
comp:
|
|
6392
|
+
comp: el,
|
|
6299
6393
|
props: {
|
|
6300
|
-
pageCommon: [
|
|
6301
|
-
compCommon: [
|
|
6394
|
+
pageCommon: [x, ai],
|
|
6395
|
+
compCommon: [x, ai]
|
|
6302
6396
|
},
|
|
6303
6397
|
events: [],
|
|
6304
6398
|
methods: [],
|
|
6305
6399
|
slots: [],
|
|
6306
6400
|
leaf: !0,
|
|
6307
|
-
spawn:
|
|
6401
|
+
spawn: Yl
|
|
6308
6402
|
};
|
|
6309
|
-
|
|
6310
|
-
function
|
|
6403
|
+
S(he);
|
|
6404
|
+
function Ql(i, e) {
|
|
6311
6405
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6312
6406
|
if (!r) {
|
|
6313
6407
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
6314
6408
|
return;
|
|
6315
6409
|
}
|
|
6316
|
-
const n =
|
|
6410
|
+
const n = Kt.props[r];
|
|
6317
6411
|
if (!n) {
|
|
6318
6412
|
console.error(`textareaV1/spawn props not found, ${t}`);
|
|
6319
6413
|
return;
|
|
6320
6414
|
}
|
|
6321
6415
|
const s = {};
|
|
6322
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6416
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Kt.key, s.settings.label = "label", s;
|
|
6323
6417
|
}
|
|
6324
|
-
const
|
|
6418
|
+
const ui = {
|
|
6325
6419
|
key: "settings",
|
|
6326
6420
|
name: "x-runtime-lib.settings",
|
|
6327
6421
|
children: [
|
|
@@ -6392,47 +6486,47 @@ const ri = {
|
|
|
6392
6486
|
default: 0
|
|
6393
6487
|
}
|
|
6394
6488
|
]
|
|
6395
|
-
},
|
|
6396
|
-
key:
|
|
6489
|
+
}, Kt = {
|
|
6490
|
+
key: wt,
|
|
6397
6491
|
name: "x-runtime-lib.textarea",
|
|
6398
|
-
comp:
|
|
6492
|
+
comp: tl,
|
|
6399
6493
|
props: {
|
|
6400
|
-
pageCommon: [
|
|
6401
|
-
compCommon: [
|
|
6494
|
+
pageCommon: [x, ui],
|
|
6495
|
+
compCommon: [x, ui]
|
|
6402
6496
|
},
|
|
6403
6497
|
events: [],
|
|
6404
6498
|
methods: [],
|
|
6405
6499
|
slots: [],
|
|
6406
6500
|
leaf: !0,
|
|
6407
|
-
spawn:
|
|
6501
|
+
spawn: Ql
|
|
6408
6502
|
};
|
|
6409
|
-
|
|
6410
|
-
const
|
|
6411
|
-
key:
|
|
6503
|
+
S(Kt);
|
|
6504
|
+
const Zt = {
|
|
6505
|
+
key: io,
|
|
6412
6506
|
name: "x-runtime-lib.timelineItem",
|
|
6413
|
-
comp:
|
|
6507
|
+
comp: rl,
|
|
6414
6508
|
props: {
|
|
6415
|
-
pageCommon: [
|
|
6416
|
-
compCommon: [
|
|
6509
|
+
pageCommon: [x],
|
|
6510
|
+
compCommon: [x]
|
|
6417
6511
|
},
|
|
6418
6512
|
events: [],
|
|
6419
6513
|
methods: [],
|
|
6420
6514
|
slots: []
|
|
6421
6515
|
};
|
|
6422
|
-
|
|
6423
|
-
function
|
|
6516
|
+
S(Zt);
|
|
6517
|
+
function ea(i, e) {
|
|
6424
6518
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6425
6519
|
if (!r) {
|
|
6426
6520
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
6427
6521
|
return;
|
|
6428
6522
|
}
|
|
6429
|
-
const n =
|
|
6523
|
+
const n = qt.props[r];
|
|
6430
6524
|
if (!n) {
|
|
6431
6525
|
console.error(`timelineV1/spawn props not found, ${t}`);
|
|
6432
6526
|
return;
|
|
6433
6527
|
}
|
|
6434
6528
|
const s = {};
|
|
6435
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6529
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = qt.key, s.children = [
|
|
6436
6530
|
Me(i, e, "timeline 1"),
|
|
6437
6531
|
Me(i, e, "timeline 2"),
|
|
6438
6532
|
Me(i, e, "timeline 3")
|
|
@@ -6444,15 +6538,15 @@ function Me(i, e, t) {
|
|
|
6444
6538
|
console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
|
|
6445
6539
|
return;
|
|
6446
6540
|
}
|
|
6447
|
-
const s =
|
|
6541
|
+
const s = Zt.props[n];
|
|
6448
6542
|
if (!s) {
|
|
6449
6543
|
console.error(`timelineV1/spawnEntry props not found, ${r}`);
|
|
6450
6544
|
return;
|
|
6451
6545
|
}
|
|
6452
6546
|
const a = {};
|
|
6453
|
-
return D(a, s), a.basic.id = R(16), a.basic.key =
|
|
6547
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [ta(i, e, t)], a;
|
|
6454
6548
|
}
|
|
6455
|
-
function
|
|
6549
|
+
function ta(i, e, t) {
|
|
6456
6550
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6457
6551
|
if (!n) {
|
|
6458
6552
|
console.error(`timelineV1/spawnText prop tag not found, ${r}`);
|
|
@@ -6466,7 +6560,7 @@ function Kl(i, e, t) {
|
|
|
6466
6560
|
const a = {};
|
|
6467
6561
|
return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
|
|
6468
6562
|
}
|
|
6469
|
-
const
|
|
6563
|
+
const na = G(Q), ia = G(Q), ci = {
|
|
6470
6564
|
key: "settings",
|
|
6471
6565
|
name: "x-runtime-lib.settings",
|
|
6472
6566
|
children: [
|
|
@@ -6514,7 +6608,7 @@ const Zl = G(Q), ql = G(Q), li = {
|
|
|
6514
6608
|
ui: "switch",
|
|
6515
6609
|
default: !1
|
|
6516
6610
|
},
|
|
6517
|
-
|
|
6611
|
+
na
|
|
6518
6612
|
]
|
|
6519
6613
|
},
|
|
6520
6614
|
{
|
|
@@ -6540,50 +6634,50 @@ const Zl = G(Q), ql = G(Q), li = {
|
|
|
6540
6634
|
ui: "numInput",
|
|
6541
6635
|
default: 0
|
|
6542
6636
|
},
|
|
6543
|
-
|
|
6637
|
+
ia
|
|
6544
6638
|
]
|
|
6545
6639
|
}
|
|
6546
6640
|
]
|
|
6547
|
-
},
|
|
6548
|
-
key:
|
|
6641
|
+
}, qt = {
|
|
6642
|
+
key: $t,
|
|
6549
6643
|
name: "x-runtime-lib.timeline",
|
|
6550
|
-
comp:
|
|
6644
|
+
comp: il,
|
|
6551
6645
|
props: {
|
|
6552
|
-
pageCommon: [
|
|
6553
|
-
compCommon: [
|
|
6646
|
+
pageCommon: [x, ci],
|
|
6647
|
+
compCommon: [x, ci]
|
|
6554
6648
|
},
|
|
6555
6649
|
events: [],
|
|
6556
6650
|
methods: [],
|
|
6557
6651
|
slots: [],
|
|
6558
|
-
spawn:
|
|
6652
|
+
spawn: ea
|
|
6559
6653
|
};
|
|
6560
|
-
|
|
6561
|
-
const
|
|
6562
|
-
key:
|
|
6654
|
+
S(qt);
|
|
6655
|
+
const Jt = {
|
|
6656
|
+
key: oo,
|
|
6563
6657
|
name: "x-runtime-lib.windowItem",
|
|
6564
|
-
comp:
|
|
6658
|
+
comp: cl,
|
|
6565
6659
|
props: {
|
|
6566
|
-
pageCommon: [
|
|
6567
|
-
compCommon: [
|
|
6660
|
+
pageCommon: [x],
|
|
6661
|
+
compCommon: [x]
|
|
6568
6662
|
},
|
|
6569
6663
|
events: [],
|
|
6570
6664
|
methods: [],
|
|
6571
6665
|
slots: []
|
|
6572
6666
|
};
|
|
6573
|
-
|
|
6574
|
-
function
|
|
6667
|
+
S(Jt);
|
|
6668
|
+
function oa(i, e) {
|
|
6575
6669
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6576
6670
|
if (!r) {
|
|
6577
6671
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
6578
6672
|
return;
|
|
6579
6673
|
}
|
|
6580
|
-
const n =
|
|
6674
|
+
const n = Xt.props[r];
|
|
6581
6675
|
if (!n) {
|
|
6582
6676
|
console.error(`windowV1/spawn props not found, ${t}`);
|
|
6583
6677
|
return;
|
|
6584
6678
|
}
|
|
6585
6679
|
const s = {};
|
|
6586
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6680
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Xt.key, s.children = [
|
|
6587
6681
|
Fe(i, e, "window 1"),
|
|
6588
6682
|
Fe(i, e, "window 2"),
|
|
6589
6683
|
Fe(i, e, "window 3")
|
|
@@ -6595,15 +6689,15 @@ function Fe(i, e, t) {
|
|
|
6595
6689
|
console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
|
|
6596
6690
|
return;
|
|
6597
6691
|
}
|
|
6598
|
-
const s =
|
|
6692
|
+
const s = Jt.props[n];
|
|
6599
6693
|
if (!s) {
|
|
6600
6694
|
console.error(`windowV1/spawnEntry props not found, ${r}`);
|
|
6601
6695
|
return;
|
|
6602
6696
|
}
|
|
6603
6697
|
const a = {};
|
|
6604
|
-
return D(a, s), a.basic.id = R(16), a.basic.key =
|
|
6698
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Jt.key, a.children = [sa(i, e, t)], a;
|
|
6605
6699
|
}
|
|
6606
|
-
function
|
|
6700
|
+
function sa(i, e, t) {
|
|
6607
6701
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6608
6702
|
if (!n) {
|
|
6609
6703
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
|
|
@@ -6615,9 +6709,9 @@ function Xl(i, e, t) {
|
|
|
6615
6709
|
return;
|
|
6616
6710
|
}
|
|
6617
6711
|
const a = {};
|
|
6618
|
-
return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [
|
|
6712
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [ra(i, e, t)], a;
|
|
6619
6713
|
}
|
|
6620
|
-
function
|
|
6714
|
+
function ra(i, e, t) {
|
|
6621
6715
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6622
6716
|
if (!n) {
|
|
6623
6717
|
console.error(`windowV1/spawnText prop tag not found, ${r}`);
|
|
@@ -6631,7 +6725,7 @@ function Yl(i, e, t) {
|
|
|
6631
6725
|
const a = {};
|
|
6632
6726
|
return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a.settings.style.xs = "h6", a;
|
|
6633
6727
|
}
|
|
6634
|
-
const
|
|
6728
|
+
const di = {
|
|
6635
6729
|
key: "settings",
|
|
6636
6730
|
name: "x-runtime-lib.settings",
|
|
6637
6731
|
children: [
|
|
@@ -6679,47 +6773,47 @@ const ai = {
|
|
|
6679
6773
|
default: !1
|
|
6680
6774
|
}
|
|
6681
6775
|
]
|
|
6682
|
-
},
|
|
6683
|
-
key:
|
|
6776
|
+
}, Xt = {
|
|
6777
|
+
key: It,
|
|
6684
6778
|
name: "x-runtime-lib.window",
|
|
6685
|
-
comp:
|
|
6779
|
+
comp: ll,
|
|
6686
6780
|
props: {
|
|
6687
|
-
pageCommon: [
|
|
6688
|
-
compCommon: [
|
|
6781
|
+
pageCommon: [x, di],
|
|
6782
|
+
compCommon: [x, di]
|
|
6689
6783
|
},
|
|
6690
6784
|
events: [],
|
|
6691
6785
|
methods: [],
|
|
6692
6786
|
slots: [],
|
|
6693
|
-
spawn:
|
|
6787
|
+
spawn: oa
|
|
6694
6788
|
};
|
|
6695
|
-
|
|
6696
|
-
const
|
|
6789
|
+
S(Xt);
|
|
6790
|
+
const la = [
|
|
6697
6791
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
6698
6792
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6699
6793
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6700
6794
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6701
|
-
],
|
|
6795
|
+
], aa = [
|
|
6702
6796
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6703
6797
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6704
6798
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6705
6799
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6706
|
-
],
|
|
6800
|
+
], ua = [
|
|
6707
6801
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6708
6802
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6709
6803
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6710
6804
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
6711
|
-
],
|
|
6805
|
+
], ca = [
|
|
6712
6806
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6713
6807
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6714
6808
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6715
|
-
],
|
|
6809
|
+
], da = [
|
|
6716
6810
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6717
6811
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6718
6812
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6719
|
-
],
|
|
6813
|
+
], ma = [
|
|
6720
6814
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6721
6815
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6722
|
-
],
|
|
6816
|
+
], pa = [
|
|
6723
6817
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
6724
6818
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6725
6819
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -6727,20 +6821,20 @@ const Ql = [
|
|
|
6727
6821
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
6728
6822
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
6729
6823
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6730
|
-
],
|
|
6824
|
+
], fa = [
|
|
6731
6825
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6732
6826
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6733
6827
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6734
6828
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6735
6829
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6736
6830
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6737
|
-
],
|
|
6831
|
+
], ba = [
|
|
6738
6832
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6739
6833
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6740
6834
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6741
6835
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6742
6836
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6743
|
-
],
|
|
6837
|
+
], ya = [
|
|
6744
6838
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6745
6839
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6746
6840
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -6748,12 +6842,12 @@ const Ql = [
|
|
|
6748
6842
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
6749
6843
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6750
6844
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6751
|
-
],
|
|
6845
|
+
], ha = [
|
|
6752
6846
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6753
6847
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6754
6848
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6755
6849
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6756
|
-
],
|
|
6850
|
+
], xa = [
|
|
6757
6851
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6758
6852
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
6759
6853
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -6761,24 +6855,24 @@ const Ql = [
|
|
|
6761
6855
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
6762
6856
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
6763
6857
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
6764
|
-
],
|
|
6858
|
+
], ga = [
|
|
6765
6859
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6766
6860
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6767
6861
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6768
6862
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6769
6863
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6770
6864
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6771
|
-
],
|
|
6865
|
+
], va = [
|
|
6772
6866
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6773
6867
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6774
6868
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6775
|
-
],
|
|
6869
|
+
], ka = [
|
|
6776
6870
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
6777
6871
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
6778
6872
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6779
6873
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
6780
6874
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
6781
|
-
],
|
|
6875
|
+
], _a = [
|
|
6782
6876
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6783
6877
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6784
6878
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6786,18 +6880,18 @@ const Ql = [
|
|
|
6786
6880
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6787
6881
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6788
6882
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6789
|
-
],
|
|
6883
|
+
], wa = [
|
|
6790
6884
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6791
6885
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6792
6886
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6793
6887
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6794
6888
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6795
|
-
],
|
|
6889
|
+
], Va = [
|
|
6796
6890
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6797
6891
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6798
6892
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
6799
6893
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
6800
|
-
],
|
|
6894
|
+
], $a = [
|
|
6801
6895
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6802
6896
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
6803
6897
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -6812,7 +6906,7 @@ const Ql = [
|
|
|
6812
6906
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
6813
6907
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
6814
6908
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
6815
|
-
],
|
|
6909
|
+
], Ia = [
|
|
6816
6910
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6817
6911
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6818
6912
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -6823,53 +6917,53 @@ const Ql = [
|
|
|
6823
6917
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6824
6918
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6825
6919
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6826
|
-
],
|
|
6920
|
+
], Ca = [
|
|
6827
6921
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6828
6922
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6829
6923
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6830
|
-
],
|
|
6924
|
+
], Sa = [
|
|
6831
6925
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6832
6926
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6833
|
-
],
|
|
6927
|
+
], Ta = [
|
|
6834
6928
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6835
6929
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6836
|
-
],
|
|
6930
|
+
], za = [
|
|
6837
6931
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6838
6932
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6839
6933
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
6840
|
-
],
|
|
6934
|
+
], Aa = [
|
|
6841
6935
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6842
6936
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6843
6937
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6844
6938
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
6845
|
-
],
|
|
6939
|
+
], Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6846
6940
|
__proto__: null,
|
|
6847
|
-
alignTabsItemsV1:
|
|
6848
|
-
axisTypeItemsV1:
|
|
6849
|
-
borderStyleItemsV1:
|
|
6850
|
-
colorModeItemsV1:
|
|
6851
|
-
densityItemsV1:
|
|
6852
|
-
directionItemsV1:
|
|
6853
|
-
fieldVariantItemsV1:
|
|
6854
|
-
flexCrossAlignItemsV1:
|
|
6855
|
-
flexDirectionItemsV1:
|
|
6856
|
-
flexMainAlignItemsV1:
|
|
6857
|
-
flexWrapItemsV1:
|
|
6858
|
-
fontWeightItemsV1:
|
|
6859
|
-
sheetVariantItemsV1:
|
|
6860
|
-
showTicksItemsV1:
|
|
6861
|
-
sizeItemsV1:
|
|
6862
|
-
textAlignItemsV1:
|
|
6863
|
-
textDecorationItemsV1:
|
|
6864
|
-
textEmphasisItemsV1:
|
|
6865
|
-
textStyleItemsV1:
|
|
6866
|
-
themeColorItemsV1:
|
|
6867
|
-
thumbLabelItemsV1:
|
|
6868
|
-
timelineAlignItemsV1:
|
|
6869
|
-
timelineDirectionItemsV1:
|
|
6870
|
-
timelineSideItemsV1:
|
|
6871
|
-
timelineTruncateLineItemsV1:
|
|
6872
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6941
|
+
alignTabsItemsV1: la,
|
|
6942
|
+
axisTypeItemsV1: aa,
|
|
6943
|
+
borderStyleItemsV1: ua,
|
|
6944
|
+
colorModeItemsV1: ca,
|
|
6945
|
+
densityItemsV1: da,
|
|
6946
|
+
directionItemsV1: ma,
|
|
6947
|
+
fieldVariantItemsV1: pa,
|
|
6948
|
+
flexCrossAlignItemsV1: fa,
|
|
6949
|
+
flexDirectionItemsV1: ba,
|
|
6950
|
+
flexMainAlignItemsV1: ya,
|
|
6951
|
+
flexWrapItemsV1: ha,
|
|
6952
|
+
fontWeightItemsV1: xa,
|
|
6953
|
+
sheetVariantItemsV1: ga,
|
|
6954
|
+
showTicksItemsV1: va,
|
|
6955
|
+
sizeItemsV1: ka,
|
|
6956
|
+
textAlignItemsV1: _a,
|
|
6957
|
+
textDecorationItemsV1: wa,
|
|
6958
|
+
textEmphasisItemsV1: Va,
|
|
6959
|
+
textStyleItemsV1: $a,
|
|
6960
|
+
themeColorItemsV1: Ia,
|
|
6961
|
+
thumbLabelItemsV1: Ca,
|
|
6962
|
+
timelineAlignItemsV1: Sa,
|
|
6963
|
+
timelineDirectionItemsV1: Ta,
|
|
6964
|
+
timelineSideItemsV1: za,
|
|
6965
|
+
timelineTruncateLineItemsV1: Aa
|
|
6966
|
+
}, Symbol.toStringTag, { value: "Module" })), Na = [
|
|
6873
6967
|
{
|
|
6874
6968
|
title: "x-runtime-lib.notSet",
|
|
6875
6969
|
value: "",
|
|
@@ -6909,7 +7003,7 @@ const Ql = [
|
|
|
6909
7003
|
max: 1 / 0,
|
|
6910
7004
|
step: 1
|
|
6911
7005
|
}
|
|
6912
|
-
],
|
|
7006
|
+
], Wa = [
|
|
6913
7007
|
{
|
|
6914
7008
|
title: "x-runtime-lib.notSet",
|
|
6915
7009
|
value: "",
|
|
@@ -6931,7 +7025,7 @@ const Ql = [
|
|
|
6931
7025
|
validator: (i) => i === "right",
|
|
6932
7026
|
default: "right"
|
|
6933
7027
|
}
|
|
6934
|
-
],
|
|
7028
|
+
], La = [
|
|
6935
7029
|
{
|
|
6936
7030
|
title: "x-runtime-lib.notSet",
|
|
6937
7031
|
value: "",
|
|
@@ -6957,11 +7051,11 @@ const Ql = [
|
|
|
6957
7051
|
title: "x-runtime-lib.percent",
|
|
6958
7052
|
value: "percent",
|
|
6959
7053
|
ui: "percentInput",
|
|
6960
|
-
validator:
|
|
7054
|
+
validator: ln,
|
|
6961
7055
|
precision: 6,
|
|
6962
7056
|
default: "0%"
|
|
6963
7057
|
}
|
|
6964
|
-
],
|
|
7058
|
+
], Ba = [
|
|
6965
7059
|
{
|
|
6966
7060
|
title: "x-runtime-lib.notSet",
|
|
6967
7061
|
value: "",
|
|
@@ -6981,12 +7075,12 @@ const Ql = [
|
|
|
6981
7075
|
title: "x-runtime-lib.percent",
|
|
6982
7076
|
value: "percent",
|
|
6983
7077
|
ui: "percentInput",
|
|
6984
|
-
validator:
|
|
7078
|
+
validator: ln,
|
|
6985
7079
|
precision: 6,
|
|
6986
7080
|
min: 0,
|
|
6987
7081
|
default: "0%"
|
|
6988
7082
|
}
|
|
6989
|
-
],
|
|
7083
|
+
], Ra = [
|
|
6990
7084
|
{
|
|
6991
7085
|
title: "x-runtime-lib.notSet",
|
|
6992
7086
|
value: "",
|
|
@@ -7006,12 +7100,12 @@ const Ql = [
|
|
|
7006
7100
|
title: "x-runtime-lib.percent",
|
|
7007
7101
|
value: "percent",
|
|
7008
7102
|
ui: "percentInput",
|
|
7009
|
-
validator:
|
|
7103
|
+
validator: ln,
|
|
7010
7104
|
precision: 6,
|
|
7011
7105
|
min: 0,
|
|
7012
7106
|
default: "0%"
|
|
7013
7107
|
}
|
|
7014
|
-
],
|
|
7108
|
+
], Da = [
|
|
7015
7109
|
{
|
|
7016
7110
|
title: "x-runtime-lib.notSet",
|
|
7017
7111
|
value: "",
|
|
@@ -7040,7 +7134,7 @@ const Ql = [
|
|
|
7040
7134
|
validator: (i) => i === "end",
|
|
7041
7135
|
default: "end"
|
|
7042
7136
|
}
|
|
7043
|
-
],
|
|
7137
|
+
], Ea = [
|
|
7044
7138
|
{
|
|
7045
7139
|
title: "x-runtime-lib.notSet",
|
|
7046
7140
|
value: "",
|
|
@@ -7062,26 +7156,26 @@ const Ql = [
|
|
|
7062
7156
|
validator: (i) => i === "bottom",
|
|
7063
7157
|
default: "bottom"
|
|
7064
7158
|
}
|
|
7065
|
-
],
|
|
7159
|
+
], Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7066
7160
|
__proto__: null,
|
|
7067
|
-
borderWidthTypesV1:
|
|
7068
|
-
leftRightTypesV1:
|
|
7069
|
-
marginTypesV1:
|
|
7070
|
-
paddingTypesV1:
|
|
7071
|
-
sizeTypesV1:
|
|
7072
|
-
tableColumnAlignTypesV1:
|
|
7073
|
-
topBottomTypesV1:
|
|
7074
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7161
|
+
borderWidthTypesV1: Na,
|
|
7162
|
+
leftRightTypesV1: Wa,
|
|
7163
|
+
marginTypesV1: La,
|
|
7164
|
+
paddingTypesV1: Ba,
|
|
7165
|
+
sizeTypesV1: Ra,
|
|
7166
|
+
tableColumnAlignTypesV1: Da,
|
|
7167
|
+
topBottomTypesV1: Ea
|
|
7168
|
+
}, Symbol.toStringTag, { value: "Module" })), Fa = {
|
|
7075
7169
|
version: "v1",
|
|
7076
7170
|
globalityKey: lt,
|
|
7077
7171
|
refKey: Se,
|
|
7078
|
-
items: { ...
|
|
7079
|
-
types: { ...
|
|
7172
|
+
items: { ...Pa },
|
|
7173
|
+
types: { ...Ma },
|
|
7080
7174
|
elements: /* @__PURE__ */ new Set([
|
|
7081
7175
|
Ue,
|
|
7082
|
-
|
|
7083
|
-
Ge,
|
|
7176
|
+
kn,
|
|
7084
7177
|
je,
|
|
7178
|
+
Ge,
|
|
7085
7179
|
Oe,
|
|
7086
7180
|
Ke,
|
|
7087
7181
|
Ze,
|
|
@@ -7089,81 +7183,80 @@ const Ql = [
|
|
|
7089
7183
|
Je,
|
|
7090
7184
|
Xe,
|
|
7091
7185
|
Ye,
|
|
7092
|
-
gn,
|
|
7093
7186
|
Qe,
|
|
7094
7187
|
et,
|
|
7095
7188
|
tt,
|
|
7096
7189
|
nt,
|
|
7097
7190
|
it,
|
|
7098
7191
|
ot,
|
|
7099
|
-
|
|
7192
|
+
Ji,
|
|
7100
7193
|
st,
|
|
7101
7194
|
lt,
|
|
7102
7195
|
rt,
|
|
7103
7196
|
at,
|
|
7104
|
-
vn,
|
|
7105
7197
|
ut,
|
|
7106
7198
|
ct,
|
|
7107
7199
|
dt,
|
|
7108
|
-
qi,
|
|
7109
7200
|
mt,
|
|
7201
|
+
Xi,
|
|
7110
7202
|
pt,
|
|
7111
7203
|
ft,
|
|
7112
|
-
Se,
|
|
7113
7204
|
bt,
|
|
7205
|
+
Se,
|
|
7114
7206
|
yt,
|
|
7115
7207
|
ht,
|
|
7116
|
-
|
|
7117
|
-
|
|
7208
|
+
xt,
|
|
7209
|
+
gt,
|
|
7118
7210
|
Yi,
|
|
7119
7211
|
Qi,
|
|
7120
|
-
xt,
|
|
7121
7212
|
eo,
|
|
7122
|
-
|
|
7213
|
+
to,
|
|
7123
7214
|
vt,
|
|
7215
|
+
no,
|
|
7124
7216
|
kt,
|
|
7125
7217
|
_t,
|
|
7126
7218
|
wt,
|
|
7127
|
-
to,
|
|
7128
7219
|
Vt,
|
|
7129
|
-
|
|
7220
|
+
$t,
|
|
7221
|
+
io,
|
|
7222
|
+
It,
|
|
7223
|
+
oo
|
|
7130
7224
|
]),
|
|
7131
7225
|
groups: [
|
|
7132
7226
|
{
|
|
7133
7227
|
key: "containment",
|
|
7134
7228
|
name: "x-runtime-lib.containment",
|
|
7135
7229
|
items: [
|
|
7136
|
-
|
|
7230
|
+
je,
|
|
7137
7231
|
Ke,
|
|
7138
7232
|
qe,
|
|
7139
7233
|
Qe,
|
|
7140
7234
|
ot,
|
|
7141
7235
|
nt,
|
|
7142
|
-
|
|
7143
|
-
Se
|
|
7236
|
+
ct
|
|
7144
7237
|
]
|
|
7145
7238
|
},
|
|
7146
7239
|
{
|
|
7147
7240
|
key: "navigation",
|
|
7148
7241
|
name: "x-runtime-lib.navigation",
|
|
7149
|
-
items: [
|
|
7242
|
+
items: [kn, mt, kt]
|
|
7150
7243
|
},
|
|
7151
7244
|
{
|
|
7152
7245
|
key: "formRelated",
|
|
7153
7246
|
name: "x-runtime-lib.formRelated",
|
|
7154
7247
|
items: [
|
|
7155
7248
|
st,
|
|
7156
|
-
vt,
|
|
7157
7249
|
_t,
|
|
7158
|
-
|
|
7159
|
-
|
|
7160
|
-
|
|
7250
|
+
Vt,
|
|
7251
|
+
wt,
|
|
7252
|
+
dt,
|
|
7253
|
+
ht,
|
|
7161
7254
|
Ye,
|
|
7162
|
-
|
|
7163
|
-
mt,
|
|
7164
|
-
Ze,
|
|
7165
|
-
yt,
|
|
7255
|
+
vt,
|
|
7166
7256
|
pt,
|
|
7257
|
+
Ze,
|
|
7258
|
+
xt,
|
|
7259
|
+
ft,
|
|
7167
7260
|
it
|
|
7168
7261
|
]
|
|
7169
7262
|
},
|
|
@@ -7177,16 +7270,16 @@ const Ql = [
|
|
|
7177
7270
|
name: "x-runtime-lib.selection",
|
|
7178
7271
|
items: [
|
|
7179
7272
|
Oe,
|
|
7180
|
-
|
|
7273
|
+
Ge,
|
|
7181
7274
|
Je,
|
|
7182
|
-
|
|
7183
|
-
|
|
7275
|
+
gt,
|
|
7276
|
+
It
|
|
7184
7277
|
]
|
|
7185
7278
|
},
|
|
7186
7279
|
{
|
|
7187
7280
|
key: "feedback",
|
|
7188
7281
|
name: "x-runtime-lib.feedback",
|
|
7189
|
-
items: [
|
|
7282
|
+
items: [qi, bt, $t]
|
|
7190
7283
|
},
|
|
7191
7284
|
{
|
|
7192
7285
|
key: "imagesAndIcons",
|
|
@@ -7199,112 +7292,114 @@ const Ql = [
|
|
|
7199
7292
|
items: [Xe, tt]
|
|
7200
7293
|
},
|
|
7201
7294
|
{
|
|
7202
|
-
key: "
|
|
7203
|
-
name: "x-runtime-lib.
|
|
7204
|
-
items: [
|
|
7295
|
+
key: "dynamic",
|
|
7296
|
+
name: "x-runtime-lib.dynamic",
|
|
7297
|
+
items: [Se, ut, yt]
|
|
7205
7298
|
}
|
|
7206
7299
|
]
|
|
7207
|
-
},
|
|
7208
|
-
v1:
|
|
7209
|
-
},
|
|
7300
|
+
}, hn = {
|
|
7301
|
+
v1: Fa
|
|
7302
|
+
}, Ha = (i, e, t) => {
|
|
7210
7303
|
const r = i[e];
|
|
7211
7304
|
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
|
|
7212
7305
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== t ? ". Note that variables only represent file names one level deep." : ""))));
|
|
7213
7306
|
});
|
|
7214
7307
|
};
|
|
7215
|
-
async function
|
|
7216
|
-
return (await
|
|
7308
|
+
async function du(i) {
|
|
7309
|
+
return (await Ha(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.lr0fpebp.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.l7xcda6n.js") }), `./locales/${i}/index.ts`, 4)).default;
|
|
7217
7310
|
}
|
|
7218
7311
|
export {
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7312
|
+
uu as badgeV1,
|
|
7313
|
+
Ct as barChartV1,
|
|
7314
|
+
Ti as breakpoints,
|
|
7315
|
+
vl as btnGroupV1,
|
|
7316
|
+
kl as btnToggleV1,
|
|
7317
|
+
Tt as btnV1,
|
|
7318
|
+
zi as calcBreakpoint,
|
|
7226
7319
|
Ve as cardV1,
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7320
|
+
wl as checkboxV1,
|
|
7321
|
+
At as chipGroupV1,
|
|
7322
|
+
zt as chipV1,
|
|
7323
|
+
Il as colorPickerV1,
|
|
7324
|
+
Cl as comboboxV1,
|
|
7325
|
+
Pt as containerV1,
|
|
7326
|
+
Sl as dataTableV1,
|
|
7327
|
+
Tl as datePickerV1,
|
|
7328
|
+
zl as dialogV1,
|
|
7329
|
+
Wo as duplicateNode,
|
|
7330
|
+
Xa as duplicateNodes,
|
|
7238
7331
|
ye as elements,
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7332
|
+
au as ensureContext,
|
|
7333
|
+
cu as fileInputV1,
|
|
7334
|
+
Nt as flexLayoutEntryV1,
|
|
7242
7335
|
$e as flexLayoutV1,
|
|
7243
|
-
|
|
7336
|
+
Bt as formV1,
|
|
7244
7337
|
R as genId,
|
|
7245
7338
|
we as getBreakpointProp,
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7339
|
+
gn as getIndexOfBreakpoint,
|
|
7340
|
+
Ja as getNode,
|
|
7341
|
+
vn as getPropDefault,
|
|
7249
7342
|
E as getPropTag,
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7343
|
+
lu as getTypeColor,
|
|
7344
|
+
fl as globalityV1,
|
|
7345
|
+
Bl as iconV1,
|
|
7253
7346
|
D as initProps,
|
|
7254
7347
|
M as injectDark,
|
|
7255
7348
|
ue as injectData,
|
|
7256
|
-
|
|
7349
|
+
Hi as injectDepends,
|
|
7257
7350
|
le as injectDevice,
|
|
7258
|
-
|
|
7351
|
+
Fi as injectEnv,
|
|
7259
7352
|
A as injectMode,
|
|
7260
|
-
|
|
7353
|
+
Mi as injectOrg,
|
|
7261
7354
|
B as injectSandbox,
|
|
7262
7355
|
ae as injectType,
|
|
7263
|
-
|
|
7356
|
+
ln as isPercentStr,
|
|
7264
7357
|
Ne as isPixelStr,
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
|
|
7269
|
-
|
|
7270
|
-
|
|
7358
|
+
St as lineChartV1,
|
|
7359
|
+
bl as listV1,
|
|
7360
|
+
du as loadLocaleMessageRuntime,
|
|
7361
|
+
Rl as menuV1,
|
|
7362
|
+
Zi as newEventBus,
|
|
7363
|
+
Rt as numberInputV1,
|
|
7364
|
+
El as paginationV1,
|
|
7271
7365
|
Le as parsePercentStr,
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
Gt as
|
|
7302
|
-
|
|
7366
|
+
qa as parsePixelStr,
|
|
7367
|
+
hn as pkgs,
|
|
7368
|
+
nu as provideDark,
|
|
7369
|
+
ou as provideData,
|
|
7370
|
+
su as provideDepends,
|
|
7371
|
+
tu as provideDevice,
|
|
7372
|
+
Qa as provideEnv,
|
|
7373
|
+
eu as provideMode,
|
|
7374
|
+
Ya as provideOrg,
|
|
7375
|
+
Ui as provideSandbox,
|
|
7376
|
+
iu as provideType,
|
|
7377
|
+
Et as radioGroupV1,
|
|
7378
|
+
Dt as radioV1,
|
|
7379
|
+
Hl as rangeSliderV1,
|
|
7380
|
+
Ul as ratingV1,
|
|
7381
|
+
yl as refV1,
|
|
7382
|
+
hl as renderSwitchV1,
|
|
7383
|
+
Po as reverseBreakpoints,
|
|
7384
|
+
jl as selectV1,
|
|
7385
|
+
Gl as sliderV1,
|
|
7386
|
+
No as spawnNode,
|
|
7387
|
+
Oi as startInterpreter,
|
|
7388
|
+
Mt as stepperHeaderV1,
|
|
7389
|
+
Ft as stepperItemV1,
|
|
7390
|
+
jt as stepperV1,
|
|
7391
|
+
Ut as stepperWindowItemV1,
|
|
7392
|
+
Ht as stepperWindowV1,
|
|
7393
|
+
Ki as stopInterpreter,
|
|
7394
|
+
Jl as switchV1,
|
|
7395
|
+
Gt as tabV1,
|
|
7396
|
+
Ot as tabsV1,
|
|
7397
|
+
Lt as textFieldV1,
|
|
7303
7398
|
he as textV1,
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
|
|
7399
|
+
Kt as textareaV1,
|
|
7400
|
+
Zt as timelineItemV1,
|
|
7401
|
+
qt as timelineV1,
|
|
7402
|
+
ru as types,
|
|
7403
|
+
Jt as windowItemV1,
|
|
7404
|
+
Xt as windowV1
|
|
7310
7405
|
};
|