x-runtime-lib 0.7.42 → 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 +2 -1
- package/dist/components/element/misc/list/v1/index.vue.d.ts +2 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/misc/index.d.ts +1 -0
- package/dist/index.js +1081 -1024
- 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/list/v1/index.d.ts +0 -1
- 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/{i18n-en.bxvae9bx.js → i18n-en.lr0fpebp.js} +1 -1
- package/dist/{i18n-zhHans.pum3a9fg.js → i18n-zhHans.l7xcda6n.js} +1 -1
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
|
|
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: [],
|
|
@@ -16,9 +16,9 @@ const ye = {}, To = {
|
|
|
16
16
|
}
|
|
17
17
|
]
|
|
18
18
|
}, S = (i) => {
|
|
19
|
-
i.leaf || i.methods.unshift(
|
|
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,11 +157,11 @@ 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
|
-
return e ?
|
|
162
|
+
return e ? G(i.default) : G(i.defaultArray);
|
|
163
163
|
{
|
|
164
|
-
const t =
|
|
164
|
+
const t = G(i.default);
|
|
165
165
|
return (i.ui === "switch" || i.ui === "select" || i.ui === "colorPicker" || i.ui === "multiTypes" || i.ui === "compSelect") && !t ? void 0 : t;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
@@ -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 Ga(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
|
-
const t =
|
|
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,103 +393,103 @@ 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 } =
|
|
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
487
|
const T = {}, H = a.value.type;
|
|
488
488
|
return s === "page" ? H === "common" ? f(T) : console.assert(!1) : s === "comp" && H === "common" ? f(T) : console.assert(!1), T;
|
|
489
|
-
}), $ =
|
|
489
|
+
}), $ = mi("chart");
|
|
490
490
|
let v;
|
|
491
491
|
const C = () => {
|
|
492
|
-
v?.dispose(), v =
|
|
492
|
+
v?.dispose(), v = ki.init($.value, n.value ? "dark" : "light");
|
|
493
493
|
const T = {};
|
|
494
494
|
v.setOption(T);
|
|
495
495
|
}, L = () => {
|
|
@@ -498,8 +498,8 @@ const Fs = /* @__PURE__ */ z({
|
|
|
498
498
|
const T = {};
|
|
499
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
504
|
window.removeEventListener("resize", L, !1), v?.dispose();
|
|
505
505
|
}), me(
|
|
@@ -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,25 +524,25 @@ const Fs = /* @__PURE__ */ z({
|
|
|
524
524
|
F();
|
|
525
525
|
},
|
|
526
526
|
{ deep: !0 }
|
|
527
|
-
), (T, H) => (I(),
|
|
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 } =
|
|
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
540
|
const T = {}, H = a.value.type;
|
|
541
541
|
return s === "page" ? H === "common" ? f(T) : console.assert(!1) : s === "comp" && H === "common" ? f(T) : console.assert(!1), T;
|
|
542
|
-
}), $ =
|
|
542
|
+
}), $ = mi("chart");
|
|
543
543
|
let v;
|
|
544
544
|
const C = () => {
|
|
545
|
-
v?.dispose(), v =
|
|
545
|
+
v?.dispose(), v = ki.init($.value, n.value ? "dark" : "light");
|
|
546
546
|
const T = {};
|
|
547
547
|
v.setOption(T);
|
|
548
548
|
}, L = () => {
|
|
@@ -551,8 +551,8 @@ const Fs = /* @__PURE__ */ z({
|
|
|
551
551
|
const T = {};
|
|
552
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
557
|
window.removeEventListener("resize", L, !1), v?.dispose();
|
|
558
558
|
}), me(
|
|
@@ -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,13 +577,22 @@ const Fs = /* @__PURE__ */ z({
|
|
|
577
577
|
F();
|
|
578
578
|
},
|
|
579
579
|
{ deep: !0 }
|
|
580
|
-
), (T, H) => (I(),
|
|
580
|
+
), (T, H) => (I(), ie("div", {
|
|
581
581
|
ref: "chart",
|
|
582
|
-
style:
|
|
582
|
+
style: oe(g.value)
|
|
583
583
|
}, null, 4));
|
|
584
584
|
}
|
|
585
|
-
})
|
|
586
|
-
|
|
585
|
+
}), xe = (i, e) => {
|
|
586
|
+
const t = i.__vccOpts || i;
|
|
587
|
+
for (const [r, n] of e)
|
|
588
|
+
t[r] = n;
|
|
589
|
+
return t;
|
|
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) {
|
|
587
596
|
function t(m) {
|
|
588
597
|
const c = i.pseudoToNative(m), d = [], f = c.split(".");
|
|
589
598
|
for (let k = 0; k < f.length; k++) {
|
|
@@ -617,11 +626,11 @@ function Us(i, e) {
|
|
|
617
626
|
function a(m) {
|
|
618
627
|
const c = i.pseudoToNative(m);
|
|
619
628
|
let d = "";
|
|
620
|
-
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);
|
|
621
630
|
}
|
|
622
631
|
function u(m, c) {
|
|
623
632
|
const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
|
|
624
|
-
d === "info" ?
|
|
633
|
+
d === "info" ? mo(f) : d === "success" ? po(f) : d === "warning" ? hi(f) : d === "error" && xi(f);
|
|
625
634
|
}
|
|
626
635
|
function p(m, c) {
|
|
627
636
|
const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
|
|
@@ -669,22 +678,22 @@ function Us(i, e) {
|
|
|
669
678
|
i.createAsyncFunction(b)
|
|
670
679
|
);
|
|
671
680
|
}
|
|
672
|
-
const
|
|
681
|
+
const Gi = fo({
|
|
673
682
|
baseUrl: "http://localhost/computebase/",
|
|
674
683
|
onError: (i) => {
|
|
675
684
|
const { i18n: e } = He;
|
|
676
|
-
|
|
685
|
+
xi(zo(e, i));
|
|
677
686
|
}
|
|
678
687
|
});
|
|
679
|
-
window.API_URL && (
|
|
680
|
-
function
|
|
681
|
-
return
|
|
688
|
+
window.API_URL && (Gi.defaults.baseURL = window.API_URL + "/computebase/");
|
|
689
|
+
function qs(i) {
|
|
690
|
+
return Gi.post("callFunc", i);
|
|
682
691
|
}
|
|
683
|
-
function
|
|
692
|
+
function Js(i, e) {
|
|
684
693
|
async function t(r, n, s, a, u, p) {
|
|
685
694
|
const b = i.pseudoToNative(r), m = i.pseudoToNative(n), c = i.pseudoToNative(s), d = i.pseudoToNative(a), f = i.pseudoToNative(u);
|
|
686
695
|
try {
|
|
687
|
-
const k = JSON.stringify(c), { strOutputs: h } = await
|
|
696
|
+
const k = JSON.stringify(c), { strOutputs: h } = await qs({
|
|
688
697
|
spaceid: b,
|
|
689
698
|
id: m,
|
|
690
699
|
strInputs: k,
|
|
@@ -701,10 +710,10 @@ function js(i, e) {
|
|
|
701
710
|
i.createAsyncFunction(t)
|
|
702
711
|
);
|
|
703
712
|
}
|
|
704
|
-
function
|
|
713
|
+
function Xs(i, e, t) {
|
|
705
714
|
console.assert(i || e || t);
|
|
706
715
|
}
|
|
707
|
-
class
|
|
716
|
+
class Ys {
|
|
708
717
|
context;
|
|
709
718
|
nodes;
|
|
710
719
|
constructor(e) {
|
|
@@ -731,7 +740,7 @@ class Ks {
|
|
|
731
740
|
s = this.context.data.view.nodes;
|
|
732
741
|
if (!s)
|
|
733
742
|
return "";
|
|
734
|
-
const a =
|
|
743
|
+
const a = No(
|
|
735
744
|
this.context.type,
|
|
736
745
|
this.context.data.type,
|
|
737
746
|
this.context.data.version,
|
|
@@ -744,8 +753,8 @@ class Ks {
|
|
|
744
753
|
this.getNode(e);
|
|
745
754
|
}
|
|
746
755
|
}
|
|
747
|
-
function
|
|
748
|
-
const r = new
|
|
756
|
+
function Qs(i, e, t) {
|
|
757
|
+
const r = new Ys(i);
|
|
749
758
|
function n(d, f, k) {
|
|
750
759
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = r.addNode(h, y, w);
|
|
751
760
|
return e.nativeToPseudo(_);
|
|
@@ -761,10 +770,10 @@ function Zs(i, e, t) {
|
|
|
761
770
|
console.error(`getPropV1 node not found, ${y}`);
|
|
762
771
|
return;
|
|
763
772
|
}
|
|
764
|
-
const _ = h.split("."),
|
|
765
|
-
for (let $ = 0; $ <
|
|
773
|
+
const _ = h.split("."), g = _.length;
|
|
774
|
+
for (let $ = 0; $ < g; $++) {
|
|
766
775
|
const v = _[$];
|
|
767
|
-
if ($ ===
|
|
776
|
+
if ($ === g - 1)
|
|
768
777
|
return e.nativeToPseudo(w[v]);
|
|
769
778
|
if (!w) {
|
|
770
779
|
console.error(`getPropV1 unpkg failed, ${y}`);
|
|
@@ -775,8 +784,8 @@ function Zs(i, e, t) {
|
|
|
775
784
|
}
|
|
776
785
|
function u(d, f, k) {
|
|
777
786
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = `id=${h} keys=${y} value=${w}`;
|
|
778
|
-
let
|
|
779
|
-
if (h === "globality" ?
|
|
787
|
+
let g;
|
|
788
|
+
if (h === "globality" ? g = i.data.view : g = r.getNode(h), !g) {
|
|
780
789
|
console.error(`setPropV1 node not found, ${_}`);
|
|
781
790
|
return;
|
|
782
791
|
}
|
|
@@ -784,19 +793,19 @@ function Zs(i, e, t) {
|
|
|
784
793
|
for (let C = 0; C < v; C++) {
|
|
785
794
|
const L = $[C];
|
|
786
795
|
if (C === v - 1)
|
|
787
|
-
|
|
796
|
+
g[L] = w;
|
|
788
797
|
else {
|
|
789
|
-
if (!
|
|
798
|
+
if (!g) {
|
|
790
799
|
console.error(`setPropV1 unpkg failed, ${_}`);
|
|
791
800
|
return;
|
|
792
801
|
}
|
|
793
|
-
|
|
802
|
+
g = g[L];
|
|
794
803
|
}
|
|
795
804
|
}
|
|
796
805
|
}
|
|
797
806
|
function p(d, f, k, h) {
|
|
798
|
-
const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k),
|
|
799
|
-
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();
|
|
800
809
|
}
|
|
801
810
|
function b(d, f) {
|
|
802
811
|
const k = e.pseudoToNative(d), h = e.pseudoToNative(f);
|
|
@@ -807,7 +816,7 @@ function Zs(i, e, t) {
|
|
|
807
816
|
pageid: h
|
|
808
817
|
};
|
|
809
818
|
He.router.replace({ path: y, query: w });
|
|
810
|
-
} else i.mode === "preview" &&
|
|
819
|
+
} else i.mode === "preview" && hi(
|
|
811
820
|
He.i18n.global.t(
|
|
812
821
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
813
822
|
)
|
|
@@ -815,14 +824,14 @@ function Zs(i, e, t) {
|
|
|
815
824
|
}
|
|
816
825
|
function m(d, f, k) {
|
|
817
826
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f);
|
|
818
|
-
|
|
827
|
+
bo({ title: h, text: y }).then((w) => {
|
|
819
828
|
k(e.nativeToPseudo(w)), e.run();
|
|
820
829
|
});
|
|
821
830
|
}
|
|
822
831
|
function c(d, f, k, h) {
|
|
823
832
|
const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k);
|
|
824
|
-
|
|
825
|
-
h(e.nativeToPseudo(
|
|
833
|
+
yo({ title: y, label: w, value: _ }).then((g) => {
|
|
834
|
+
h(e.nativeToPseudo(g)), e.run();
|
|
826
835
|
});
|
|
827
836
|
}
|
|
828
837
|
e.setProperty(
|
|
@@ -859,10 +868,10 @@ function Zs(i, e, t) {
|
|
|
859
868
|
e.createAsyncFunction(c)
|
|
860
869
|
);
|
|
861
870
|
}
|
|
862
|
-
function
|
|
863
|
-
|
|
871
|
+
function er(i, e, t) {
|
|
872
|
+
Zs(e, t), Js(e, t), Xs(i, e, t), Qs(i, e, t);
|
|
864
873
|
}
|
|
865
|
-
const
|
|
874
|
+
const tr = `
|
|
866
875
|
var __env__ = 'dev'
|
|
867
876
|
var __mode__ = 'editor'
|
|
868
877
|
|
|
@@ -872,7 +881,7 @@ function __getEnvV1__() {
|
|
|
872
881
|
|
|
873
882
|
var __pointerPosX__ = 0
|
|
874
883
|
var __pointerPosY__ = 0
|
|
875
|
-
`,
|
|
884
|
+
`, nr = `
|
|
876
885
|
var __events__ = {}
|
|
877
886
|
|
|
878
887
|
function __addEventListenerV1__(id, event, callback) {
|
|
@@ -943,7 +952,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
|
|
|
943
952
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
944
953
|
}
|
|
945
954
|
}
|
|
946
|
-
`,
|
|
955
|
+
`, ir = `
|
|
947
956
|
var __timers__ = {}
|
|
948
957
|
var __currTimerId__ = 0
|
|
949
958
|
|
|
@@ -985,15 +994,15 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
985
994
|
}
|
|
986
995
|
}
|
|
987
996
|
}
|
|
988
|
-
`,
|
|
997
|
+
`, or = `
|
|
989
998
|
function __destroy__() {
|
|
990
999
|
}
|
|
991
|
-
`,
|
|
992
|
-
function
|
|
993
|
-
const t = new
|
|
994
|
-
|
|
1000
|
+
`, sr = tr + nr + ir + or;
|
|
1001
|
+
function Oi(i, e) {
|
|
1002
|
+
const t = new So(
|
|
1003
|
+
sr,
|
|
995
1004
|
(r, n) => {
|
|
996
|
-
|
|
1005
|
+
er(i, r, n);
|
|
997
1006
|
}
|
|
998
1007
|
);
|
|
999
1008
|
return t.appendCode(e), t.appendCode(`
|
|
@@ -1002,11 +1011,11 @@ __mode__ = '${i.mode}';
|
|
|
1002
1011
|
__triggerEvent__('globality', 'startup');
|
|
1003
1012
|
`), t.run(), t;
|
|
1004
1013
|
}
|
|
1005
|
-
function
|
|
1014
|
+
function Ki(i) {
|
|
1006
1015
|
i.appendCode("__destroy__();"), i.run();
|
|
1007
1016
|
}
|
|
1008
|
-
const
|
|
1009
|
-
function
|
|
1017
|
+
const ru = ["string", "number", "boolean", "array", "object"];
|
|
1018
|
+
function lu(i) {
|
|
1010
1019
|
switch (i) {
|
|
1011
1020
|
case "string":
|
|
1012
1021
|
return "#5ba58c";
|
|
@@ -1020,7 +1029,7 @@ function tu(i) {
|
|
|
1020
1029
|
return "#80a55b";
|
|
1021
1030
|
}
|
|
1022
1031
|
}
|
|
1023
|
-
function
|
|
1032
|
+
function au(i, e, t, r, n) {
|
|
1024
1033
|
let s = i;
|
|
1025
1034
|
for (let u = 0; u < e.length; u++)
|
|
1026
1035
|
if (s = s.children[e[u]], !s) {
|
|
@@ -1030,18 +1039,18 @@ function nu(i, e, t, r, n) {
|
|
|
1030
1039
|
let a = s.children[t];
|
|
1031
1040
|
a ? a.dataSeq !== r && (a = {
|
|
1032
1041
|
dataSeq: r,
|
|
1033
|
-
data:
|
|
1042
|
+
data: G(n),
|
|
1034
1043
|
children: {}
|
|
1035
1044
|
}) : (a = {
|
|
1036
1045
|
dataSeq: r,
|
|
1037
|
-
data:
|
|
1046
|
+
data: G(n),
|
|
1038
1047
|
children: {}
|
|
1039
1048
|
}, s.children[t] = a);
|
|
1040
1049
|
}
|
|
1041
|
-
function
|
|
1042
|
-
return
|
|
1050
|
+
function Zi() {
|
|
1051
|
+
return To();
|
|
1043
1052
|
}
|
|
1044
|
-
const
|
|
1053
|
+
const rr = /* @__PURE__ */ z({
|
|
1045
1054
|
__name: "index",
|
|
1046
1055
|
props: {
|
|
1047
1056
|
id: {},
|
|
@@ -1050,28 +1059,28 @@ const tr = /* @__PURE__ */ z({
|
|
|
1050
1059
|
outer: { type: Boolean }
|
|
1051
1060
|
},
|
|
1052
1061
|
setup(i) {
|
|
1053
|
-
const { t: e } =
|
|
1054
|
-
|
|
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);
|
|
1055
1064
|
const f = () => {
|
|
1056
|
-
d.eventBus && (d.eventBus = void 0), d.interpreter && (
|
|
1065
|
+
d.eventBus && (d.eventBus = void 0), d.interpreter && (Ki(d.interpreter), d.interpreter = void 0);
|
|
1057
1066
|
};
|
|
1058
|
-
|
|
1067
|
+
Qt(() => {
|
|
1059
1068
|
if (!t.refContext.refid) {
|
|
1060
1069
|
m.value = -1, c.value = void 0, f();
|
|
1061
1070
|
return;
|
|
1062
1071
|
}
|
|
1063
1072
|
const v = b.value[t.refContext.refid];
|
|
1064
1073
|
if (!v) {
|
|
1065
|
-
m.value = -1, c.value = null, f(),
|
|
1074
|
+
m.value = -1, c.value = null, f(), nn.emit("compNotAvail", t.refContext.refid);
|
|
1066
1075
|
return;
|
|
1067
1076
|
}
|
|
1068
|
-
if (m.value === v.dataSeq || (m.value = v.dataSeq, c.value =
|
|
1077
|
+
if (m.value === v.dataSeq || (m.value = v.dataSeq, c.value = G(v.data), s !== "runtime" && s !== "preview"))
|
|
1069
1078
|
return;
|
|
1070
1079
|
f();
|
|
1071
1080
|
const C = c.value, L = C.code.script;
|
|
1072
1081
|
if (L) {
|
|
1073
|
-
const F =
|
|
1074
|
-
d.eventBus = F, d.interpreter =
|
|
1082
|
+
const F = Zi();
|
|
1083
|
+
d.eventBus = F, d.interpreter = Oi(
|
|
1075
1084
|
{ org: r, env: n, mode: s, type: u, data: C, eventBus: F },
|
|
1076
1085
|
L
|
|
1077
1086
|
);
|
|
@@ -1084,7 +1093,7 @@ const tr = /* @__PURE__ */ z({
|
|
|
1084
1093
|
return u === "page" ? C === "common" ? k(v) : console.assert(!1) : u === "comp" && C === "common" ? k(v) : console.assert(!1), v;
|
|
1085
1094
|
});
|
|
1086
1095
|
function y(v) {
|
|
1087
|
-
const C =
|
|
1096
|
+
const C = hn[p.value.version].refKey, L = ye[C];
|
|
1088
1097
|
return L ? J(L.comp, {
|
|
1089
1098
|
refContext: {
|
|
1090
1099
|
parent: t.refContext,
|
|
@@ -1106,7 +1115,7 @@ const tr = /* @__PURE__ */ z({
|
|
|
1106
1115
|
function _(v) {
|
|
1107
1116
|
return v.ref ? y(v) : w(v);
|
|
1108
1117
|
}
|
|
1109
|
-
function
|
|
1118
|
+
function g() {
|
|
1110
1119
|
let v = t.refContext.parent;
|
|
1111
1120
|
for (; v; ) {
|
|
1112
1121
|
if (v.refid === t.refContext.refid)
|
|
@@ -1116,7 +1125,7 @@ const tr = /* @__PURE__ */ z({
|
|
|
1116
1125
|
return !1;
|
|
1117
1126
|
}
|
|
1118
1127
|
const $ = () => {
|
|
1119
|
-
if (
|
|
1128
|
+
if (g())
|
|
1120
1129
|
return J("div", { id: t.id }, e("x-runtime-lib.circularRef"));
|
|
1121
1130
|
if (!c.value)
|
|
1122
1131
|
return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
|
|
@@ -1141,14 +1150,14 @@ const tr = /* @__PURE__ */ z({
|
|
|
1141
1150
|
const r = {};
|
|
1142
1151
|
return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
|
|
1143
1152
|
});
|
|
1144
|
-
return (r, n) => o(e) === "editor" ? (I(),
|
|
1153
|
+
return (r, n) => o(e) === "editor" ? (I(), ie("div", {
|
|
1145
1154
|
key: 0,
|
|
1146
|
-
style:
|
|
1155
|
+
style: oe(t.value)
|
|
1147
1156
|
}, [
|
|
1148
|
-
|
|
1149
|
-
], 4)) :
|
|
1157
|
+
j(r.$slots, "default")
|
|
1158
|
+
], 4)) : j(r.$slots, "default", { key: 1 });
|
|
1150
1159
|
}
|
|
1151
|
-
}),
|
|
1160
|
+
}), lr = /* @__PURE__ */ z({
|
|
1152
1161
|
__name: "index",
|
|
1153
1162
|
props: {
|
|
1154
1163
|
node: {},
|
|
@@ -1158,7 +1167,7 @@ const tr = /* @__PURE__ */ z({
|
|
|
1158
1167
|
const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "open"]);
|
|
1159
1168
|
return (s, a) => (I(), N(o(ee), null, {
|
|
1160
1169
|
default: P(() => [
|
|
1161
|
-
o(n) ?
|
|
1170
|
+
o(n) ? j(s.$slots, "default", { key: 0 }) : en("", !0)
|
|
1162
1171
|
]),
|
|
1163
1172
|
_: 3
|
|
1164
1173
|
}));
|
|
@@ -1170,28 +1179,28 @@ const tr = /* @__PURE__ */ z({
|
|
|
1170
1179
|
state: {}
|
|
1171
1180
|
},
|
|
1172
1181
|
setup(i) {
|
|
1173
|
-
const { t: e } =
|
|
1174
|
-
|
|
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);
|
|
1175
1184
|
const d = () => {
|
|
1176
|
-
c.eventBus && (c.eventBus = void 0), c.interpreter && (
|
|
1185
|
+
c.eventBus && (c.eventBus = void 0), c.interpreter && (Ki(c.interpreter), c.interpreter = void 0);
|
|
1177
1186
|
};
|
|
1178
|
-
|
|
1187
|
+
Qt(() => {
|
|
1179
1188
|
if (!t.refContext.refid) {
|
|
1180
1189
|
b.value = -1, m.value = void 0, d();
|
|
1181
1190
|
return;
|
|
1182
1191
|
}
|
|
1183
|
-
const
|
|
1184
|
-
if (!
|
|
1185
|
-
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);
|
|
1186
1195
|
return;
|
|
1187
1196
|
}
|
|
1188
|
-
if (b.value ===
|
|
1197
|
+
if (b.value === g.dataSeq || (b.value = g.dataSeq, m.value = G(g.data), s !== "runtime" && s !== "preview"))
|
|
1189
1198
|
return;
|
|
1190
1199
|
d();
|
|
1191
1200
|
const $ = m.value, v = $.code.script;
|
|
1192
1201
|
if (v) {
|
|
1193
|
-
const C =
|
|
1194
|
-
c.eventBus = C, c.interpreter =
|
|
1202
|
+
const C = Zi();
|
|
1203
|
+
c.eventBus = C, c.interpreter = Oi(
|
|
1195
1204
|
{ org: r, env: n, mode: s, type: a, data: $, eventBus: C },
|
|
1196
1205
|
v
|
|
1197
1206
|
);
|
|
@@ -1209,34 +1218,34 @@ const tr = /* @__PURE__ */ z({
|
|
|
1209
1218
|
},
|
|
1210
1219
|
{ deep: !0, immediate: !0 }
|
|
1211
1220
|
);
|
|
1212
|
-
function k(
|
|
1213
|
-
const $ =
|
|
1221
|
+
function k(g) {
|
|
1222
|
+
const $ = hn[u.value.version].refKey, v = ye[$];
|
|
1214
1223
|
return v ? J(v.comp, {
|
|
1215
1224
|
refContext: {
|
|
1216
1225
|
parent: t.refContext,
|
|
1217
|
-
refid:
|
|
1226
|
+
refid: g.ref.id
|
|
1218
1227
|
},
|
|
1219
|
-
node:
|
|
1228
|
+
node: g
|
|
1220
1229
|
}) : (console.assert(!1, `ref element not found key=${$}`), J("div", `ref element not found key=${$}`));
|
|
1221
1230
|
}
|
|
1222
|
-
function h(
|
|
1223
|
-
const $ = ye[
|
|
1231
|
+
function h(g) {
|
|
1232
|
+
const $ = ye[g.basic.key];
|
|
1224
1233
|
if (!$)
|
|
1225
|
-
return console.assert(!1, `element not found key=${
|
|
1234
|
+
return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
|
|
1226
1235
|
const v = [];
|
|
1227
|
-
return $.leaf ||
|
|
1236
|
+
return $.leaf || g.children?.forEach((C) => {
|
|
1228
1237
|
v.push(y(C));
|
|
1229
|
-
}), J($.comp, { node:
|
|
1238
|
+
}), J($.comp, { node: g }, { default: () => v });
|
|
1230
1239
|
}
|
|
1231
|
-
function y(
|
|
1232
|
-
return
|
|
1240
|
+
function y(g) {
|
|
1241
|
+
return g.ref ? k(g) : h(g);
|
|
1233
1242
|
}
|
|
1234
1243
|
function w() {
|
|
1235
|
-
let
|
|
1236
|
-
for (;
|
|
1237
|
-
if (
|
|
1244
|
+
let g = t.refContext.parent;
|
|
1245
|
+
for (; g; ) {
|
|
1246
|
+
if (g.refid === t.refContext.refid)
|
|
1238
1247
|
return !0;
|
|
1239
|
-
|
|
1248
|
+
g = g.parent;
|
|
1240
1249
|
}
|
|
1241
1250
|
return !1;
|
|
1242
1251
|
}
|
|
@@ -1245,18 +1254,18 @@ const tr = /* @__PURE__ */ z({
|
|
|
1245
1254
|
return J("div", e("x-runtime-lib.circularRef"));
|
|
1246
1255
|
if (!m.value)
|
|
1247
1256
|
return m.value === void 0 ? J("div") : J("div", e("x-runtime-lib.compNotAvail"));
|
|
1248
|
-
const
|
|
1249
|
-
if (
|
|
1257
|
+
const g = m.value.type;
|
|
1258
|
+
if (g === "common") {
|
|
1250
1259
|
const $ = [];
|
|
1251
1260
|
return m.value.view.nodes.forEach((v) => {
|
|
1252
1261
|
$.push(y(v));
|
|
1253
1262
|
}), $;
|
|
1254
1263
|
} else
|
|
1255
|
-
return console.assert(!1, `invalid subtype=${
|
|
1264
|
+
return console.assert(!1, `invalid subtype=${g}`), J("div", `invalid subtype=${g}`);
|
|
1256
1265
|
};
|
|
1257
|
-
return (
|
|
1266
|
+
return (g, $) => (I(), N(_));
|
|
1258
1267
|
}
|
|
1259
|
-
}),
|
|
1268
|
+
}), ar = /* @__PURE__ */ z({
|
|
1260
1269
|
__name: "index",
|
|
1261
1270
|
props: {
|
|
1262
1271
|
node: {},
|
|
@@ -1282,13 +1291,13 @@ const tr = /* @__PURE__ */ z({
|
|
|
1282
1291
|
theme: o(u)
|
|
1283
1292
|
}, {
|
|
1284
1293
|
default: P(() => [
|
|
1285
|
-
|
|
1294
|
+
j(m.$slots, "default")
|
|
1286
1295
|
]),
|
|
1287
1296
|
_: 3
|
|
1288
1297
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1289
1298
|
};
|
|
1290
1299
|
}
|
|
1291
|
-
}),
|
|
1300
|
+
}), ur = /* @__PURE__ */ z({
|
|
1292
1301
|
__name: "index",
|
|
1293
1302
|
props: {
|
|
1294
1303
|
node: {},
|
|
@@ -1309,7 +1318,7 @@ const tr = /* @__PURE__ */ z({
|
|
|
1309
1318
|
]), { prop: _ } = l(t, n, e, [
|
|
1310
1319
|
"settings",
|
|
1311
1320
|
"readonly"
|
|
1312
|
-
]), { 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) => {
|
|
1313
1322
|
if (t !== "runtime" && t !== "preview")
|
|
1314
1323
|
return;
|
|
1315
1324
|
const O = n.interpreter;
|
|
@@ -1336,7 +1345,7 @@ const tr = /* @__PURE__ */ z({
|
|
|
1336
1345
|
"min-width": o(y),
|
|
1337
1346
|
"prepend-icon": o(w),
|
|
1338
1347
|
readonly: o(_),
|
|
1339
|
-
ripple: o(
|
|
1348
|
+
ripple: o(g),
|
|
1340
1349
|
size: o($),
|
|
1341
1350
|
stacked: o(v),
|
|
1342
1351
|
text: o(C),
|
|
@@ -1350,22 +1359,17 @@ const tr = /* @__PURE__ */ z({
|
|
|
1350
1359
|
});
|
|
1351
1360
|
};
|
|
1352
1361
|
}
|
|
1353
|
-
}),
|
|
1354
|
-
|
|
1355
|
-
for (const [r, n] of e)
|
|
1356
|
-
t[r] = n;
|
|
1357
|
-
return t;
|
|
1358
|
-
}, sr = {};
|
|
1359
|
-
function rr(i, e) {
|
|
1362
|
+
}), cr = {};
|
|
1363
|
+
function dr(i, e) {
|
|
1360
1364
|
const t = W("v-btn-group");
|
|
1361
1365
|
return I(), N(t, null, {
|
|
1362
1366
|
default: P(() => [
|
|
1363
|
-
|
|
1367
|
+
j(i.$slots, "default")
|
|
1364
1368
|
]),
|
|
1365
1369
|
_: 3
|
|
1366
1370
|
});
|
|
1367
1371
|
}
|
|
1368
|
-
const
|
|
1372
|
+
const mr = /* @__PURE__ */ xe(cr, [["render", dr]]), pr = /* @__PURE__ */ z({
|
|
1369
1373
|
__name: "index",
|
|
1370
1374
|
props: {
|
|
1371
1375
|
node: {},
|
|
@@ -1401,13 +1405,13 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1401
1405
|
variant: o(h)
|
|
1402
1406
|
}, {
|
|
1403
1407
|
default: P(() => [
|
|
1404
|
-
|
|
1408
|
+
j(y.$slots, "default")
|
|
1405
1409
|
]),
|
|
1406
1410
|
_: 3
|
|
1407
1411
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1408
1412
|
};
|
|
1409
1413
|
}
|
|
1410
|
-
}),
|
|
1414
|
+
}), fr = /* @__PURE__ */ z({
|
|
1411
1415
|
__name: "index",
|
|
1412
1416
|
props: {
|
|
1413
1417
|
node: {},
|
|
@@ -1420,7 +1424,7 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1420
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, [
|
|
1421
1425
|
"settings",
|
|
1422
1426
|
"subtitle"
|
|
1423
|
-
]), { 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:
|
|
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"]);
|
|
1424
1428
|
return ($, v) => {
|
|
1425
1429
|
const C = W("v-card");
|
|
1426
1430
|
return I(), N(C, {
|
|
@@ -1438,16 +1442,16 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1438
1442
|
theme: o(y),
|
|
1439
1443
|
title: o(w),
|
|
1440
1444
|
variant: o(_),
|
|
1441
|
-
width: o(
|
|
1445
|
+
width: o(g)
|
|
1442
1446
|
}, {
|
|
1443
1447
|
default: P(() => [
|
|
1444
|
-
|
|
1448
|
+
j($.$slots, "default")
|
|
1445
1449
|
]),
|
|
1446
1450
|
_: 3
|
|
1447
1451
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1448
1452
|
};
|
|
1449
1453
|
}
|
|
1450
|
-
}),
|
|
1454
|
+
}), br = /* @__PURE__ */ z({
|
|
1451
1455
|
__name: "index",
|
|
1452
1456
|
props: {
|
|
1453
1457
|
node: {},
|
|
@@ -1469,7 +1473,7 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1469
1473
|
}, null, 8, ["disabled", "readonly"]);
|
|
1470
1474
|
};
|
|
1471
1475
|
}
|
|
1472
|
-
}),
|
|
1476
|
+
}), yr = /* @__PURE__ */ z({
|
|
1473
1477
|
__name: "index",
|
|
1474
1478
|
props: {
|
|
1475
1479
|
node: {},
|
|
@@ -1486,7 +1490,7 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1486
1490
|
"settings",
|
|
1487
1491
|
"draggable"
|
|
1488
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"]);
|
|
1489
|
-
return (
|
|
1493
|
+
return (g, $) => {
|
|
1490
1494
|
const v = W("v-chip");
|
|
1491
1495
|
return I(), N(v, {
|
|
1492
1496
|
closable: o(s),
|
|
@@ -1505,7 +1509,7 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1505
1509
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1506
1510
|
};
|
|
1507
1511
|
}
|
|
1508
|
-
}),
|
|
1512
|
+
}), hr = /* @__PURE__ */ z({
|
|
1509
1513
|
__name: "index",
|
|
1510
1514
|
props: {
|
|
1511
1515
|
node: {},
|
|
@@ -1543,13 +1547,13 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1543
1547
|
theme: o(d)
|
|
1544
1548
|
}, {
|
|
1545
1549
|
default: P(() => [
|
|
1546
|
-
|
|
1550
|
+
j(k.$slots, "default")
|
|
1547
1551
|
]),
|
|
1548
1552
|
_: 3
|
|
1549
1553
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1550
1554
|
};
|
|
1551
1555
|
}
|
|
1552
|
-
}),
|
|
1556
|
+
}), xr = /* @__PURE__ */ z({
|
|
1553
1557
|
__name: "index",
|
|
1554
1558
|
props: {
|
|
1555
1559
|
node: {},
|
|
@@ -1557,8 +1561,8 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1557
1561
|
},
|
|
1558
1562
|
setup(i) {
|
|
1559
1563
|
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), b = V(() => {
|
|
1560
|
-
const _ = {},
|
|
1561
|
-
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), _;
|
|
1562
1566
|
}), { prop: m } = l(t, u, e, [
|
|
1563
1567
|
"settings",
|
|
1564
1568
|
"disabled"
|
|
@@ -1581,7 +1585,7 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1581
1585
|
"settings",
|
|
1582
1586
|
"showSwatches"
|
|
1583
1587
|
]), { theme: w } = U(n);
|
|
1584
|
-
return (_,
|
|
1588
|
+
return (_, g) => {
|
|
1585
1589
|
const $ = W("v-color-picker");
|
|
1586
1590
|
return I(), N($, {
|
|
1587
1591
|
disabled: o(m),
|
|
@@ -1591,12 +1595,12 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1591
1595
|
"hide-sliders": o(k),
|
|
1592
1596
|
landscape: o(h),
|
|
1593
1597
|
"show-swatches": o(y),
|
|
1594
|
-
style:
|
|
1598
|
+
style: oe(b.value),
|
|
1595
1599
|
theme: o(w)
|
|
1596
1600
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1597
1601
|
};
|
|
1598
1602
|
}
|
|
1599
|
-
}),
|
|
1603
|
+
}), gr = /* @__PURE__ */ z({
|
|
1600
1604
|
__name: "index",
|
|
1601
1605
|
props: {
|
|
1602
1606
|
node: {},
|
|
@@ -1635,7 +1639,7 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1635
1639
|
});
|
|
1636
1640
|
};
|
|
1637
1641
|
}
|
|
1638
|
-
}),
|
|
1642
|
+
}), vr = /* @__PURE__ */ z({
|
|
1639
1643
|
__name: "index",
|
|
1640
1644
|
props: {
|
|
1641
1645
|
node: {},
|
|
@@ -1645,17 +1649,17 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1645
1649
|
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, [
|
|
1646
1650
|
"settings",
|
|
1647
1651
|
"backgroundColor"
|
|
1648
|
-
]), { 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(() => {
|
|
1649
1653
|
const h = {}, y = a.value.type;
|
|
1650
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;
|
|
1651
1655
|
});
|
|
1652
|
-
return (h, y) => (I(),
|
|
1653
|
-
style:
|
|
1656
|
+
return (h, y) => (I(), ie("div", {
|
|
1657
|
+
style: oe(k.value)
|
|
1654
1658
|
}, [
|
|
1655
|
-
|
|
1659
|
+
j(h.$slots, "default")
|
|
1656
1660
|
], 4));
|
|
1657
1661
|
}
|
|
1658
|
-
}),
|
|
1662
|
+
}), kr = /* @__PURE__ */ z({
|
|
1659
1663
|
__name: "index",
|
|
1660
1664
|
props: {
|
|
1661
1665
|
node: {},
|
|
@@ -1679,13 +1683,13 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1679
1683
|
"multiSort"
|
|
1680
1684
|
]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
|
|
1681
1685
|
const w = [];
|
|
1682
|
-
return (e.node.slots?.items ?? []).forEach((
|
|
1683
|
-
|
|
1686
|
+
return (e.node.slots?.items ?? []).forEach((g) => {
|
|
1687
|
+
g.column && g.comp && w.push(g);
|
|
1684
1688
|
}), w;
|
|
1685
1689
|
});
|
|
1686
1690
|
return (w, _) => {
|
|
1687
|
-
const
|
|
1688
|
-
return I(), N(
|
|
1691
|
+
const g = W("v-data-table");
|
|
1692
|
+
return I(), N(g, {
|
|
1689
1693
|
density: o(s),
|
|
1690
1694
|
"fixed-footer": o(a),
|
|
1691
1695
|
"fixed-header": o(u),
|
|
@@ -1697,8 +1701,8 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1697
1701
|
"multi-sort": o(f),
|
|
1698
1702
|
theme: o(k),
|
|
1699
1703
|
width: o(h)
|
|
1700
|
-
},
|
|
1701
|
-
|
|
1704
|
+
}, tn({ _: 2 }, [
|
|
1705
|
+
lo(y.value, ($) => ({
|
|
1702
1706
|
name: `item.${$.column}`,
|
|
1703
1707
|
fn: P(({ value: v }) => [
|
|
1704
1708
|
Z(o(fe), {
|
|
@@ -1710,20 +1714,20 @@ const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
|
1710
1714
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1711
1715
|
};
|
|
1712
1716
|
}
|
|
1713
|
-
}),
|
|
1714
|
-
function
|
|
1717
|
+
}), _r = {};
|
|
1718
|
+
function wr(i, e) {
|
|
1715
1719
|
const t = W("v-date-picker");
|
|
1716
1720
|
return I(), N(t);
|
|
1717
1721
|
}
|
|
1718
|
-
const
|
|
1722
|
+
const Vr = /* @__PURE__ */ xe(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PURE__ */ z({
|
|
1719
1723
|
__name: "index",
|
|
1720
1724
|
props: {
|
|
1721
1725
|
node: {},
|
|
1722
1726
|
outer: { type: Boolean }
|
|
1723
1727
|
},
|
|
1724
1728
|
setup(i) {
|
|
1725
|
-
const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } =
|
|
1726
|
-
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) => {
|
|
1727
1731
|
if (t !== "runtime" && t !== "preview" || !r.interpreter)
|
|
1728
1732
|
return;
|
|
1729
1733
|
const { name: b } = u;
|
|
@@ -1736,19 +1740,19 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1736
1740
|
attach: "#dialogContainer"
|
|
1737
1741
|
}, {
|
|
1738
1742
|
activator: P(() => [
|
|
1739
|
-
o(t) === "editor" ? (I(),
|
|
1743
|
+
o(t) === "editor" ? (I(), ie("div", {
|
|
1740
1744
|
key: 0,
|
|
1741
1745
|
id: `__node__@${n.value}`
|
|
1742
|
-
}, null, 8,
|
|
1746
|
+
}, null, 8, $r)) : en("", !0)
|
|
1743
1747
|
]),
|
|
1744
1748
|
default: P(() => [
|
|
1745
|
-
|
|
1749
|
+
j(u.$slots, "default")
|
|
1746
1750
|
]),
|
|
1747
1751
|
_: 3
|
|
1748
1752
|
}, 8, ["modelValue"]);
|
|
1749
1753
|
};
|
|
1750
1754
|
}
|
|
1751
|
-
}),
|
|
1755
|
+
}), Cr = /* @__PURE__ */ z({
|
|
1752
1756
|
__name: "index",
|
|
1753
1757
|
props: {
|
|
1754
1758
|
node: {},
|
|
@@ -1787,22 +1791,22 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1787
1791
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1788
1792
|
};
|
|
1789
1793
|
}
|
|
1790
|
-
}),
|
|
1794
|
+
}), Sr = /* @__PURE__ */ z({
|
|
1791
1795
|
__name: "index",
|
|
1792
1796
|
props: {
|
|
1793
1797
|
node: {},
|
|
1794
1798
|
outer: { type: Boolean }
|
|
1795
1799
|
},
|
|
1796
1800
|
setup(i) {
|
|
1797
|
-
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, [
|
|
1798
1802
|
"settings",
|
|
1799
1803
|
"backgroundColor"
|
|
1800
1804
|
]), { color: f } = Y(n, d), k = (y) => {
|
|
1801
1805
|
f.value && (y.backgroundColor = f.value), y.display = "flex";
|
|
1802
|
-
const w =
|
|
1806
|
+
const w = zi(r.value.width), _ = we(w, e.node.settings?.direction);
|
|
1803
1807
|
_ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1804
|
-
const
|
|
1805
|
-
|
|
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");
|
|
1806
1810
|
const $ = we(w, e.node.settings?.mainAlign);
|
|
1807
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");
|
|
1808
1812
|
const v = we(w, e.node.settings?.crossAlign);
|
|
@@ -1811,13 +1815,13 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1811
1815
|
const y = {}, w = a.value.type;
|
|
1812
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;
|
|
1813
1817
|
});
|
|
1814
|
-
return (y, w) => (I(),
|
|
1815
|
-
style:
|
|
1818
|
+
return (y, w) => (I(), ie("div", {
|
|
1819
|
+
style: oe(h.value)
|
|
1816
1820
|
}, [
|
|
1817
|
-
|
|
1821
|
+
j(y.$slots, "default")
|
|
1818
1822
|
], 4));
|
|
1819
1823
|
}
|
|
1820
|
-
}),
|
|
1824
|
+
}), Tr = /* @__PURE__ */ z({
|
|
1821
1825
|
__name: "index",
|
|
1822
1826
|
props: {
|
|
1823
1827
|
node: {},
|
|
@@ -1828,13 +1832,13 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1828
1832
|
const c = {}, d = s.value.type;
|
|
1829
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;
|
|
1830
1834
|
});
|
|
1831
|
-
return (c, d) => (I(),
|
|
1832
|
-
style:
|
|
1835
|
+
return (c, d) => (I(), ie("div", {
|
|
1836
|
+
style: oe(m.value)
|
|
1833
1837
|
}, [
|
|
1834
|
-
|
|
1838
|
+
j(c.$slots, "default")
|
|
1835
1839
|
], 4));
|
|
1836
1840
|
}
|
|
1837
|
-
}),
|
|
1841
|
+
}), zr = /* @__PURE__ */ z({
|
|
1838
1842
|
__name: "index",
|
|
1839
1843
|
props: {
|
|
1840
1844
|
node: {},
|
|
@@ -1847,35 +1851,35 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1847
1851
|
]), { prop: m } = l(t, u, e, [
|
|
1848
1852
|
"settings",
|
|
1849
1853
|
"backgroundColor"
|
|
1850
|
-
]), { color: c } = Y(n, m), { applySize: d } = pe(t, r, e), { applyMargin: f } =
|
|
1851
|
-
const _ = {},
|
|
1852
|
-
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), _;
|
|
1853
1857
|
}), w = () => {
|
|
1854
1858
|
if (t !== "runtime" && t !== "preview")
|
|
1855
1859
|
return;
|
|
1856
1860
|
const _ = u.interpreter;
|
|
1857
1861
|
if (!_)
|
|
1858
1862
|
return;
|
|
1859
|
-
const
|
|
1860
|
-
_.appendCode(`__triggerEvent__('${
|
|
1863
|
+
const g = _.nativeToPseudo(e.node.basic.id);
|
|
1864
|
+
_.appendCode(`__triggerEvent__('${g}', 'submit')`), _.run();
|
|
1861
1865
|
};
|
|
1862
|
-
return (_,
|
|
1866
|
+
return (_, g) => {
|
|
1863
1867
|
const $ = W("v-form");
|
|
1864
1868
|
return I(), N($, {
|
|
1865
1869
|
modelValue: o(p),
|
|
1866
|
-
"onUpdate:modelValue":
|
|
1870
|
+
"onUpdate:modelValue": g[0] || (g[0] = (v) => X(p) ? p.value = v : null),
|
|
1867
1871
|
"fast-fail": o(b),
|
|
1868
|
-
style:
|
|
1869
|
-
onSubmit:
|
|
1872
|
+
style: oe(y.value),
|
|
1873
|
+
onSubmit: ao(w, ["prevent"])
|
|
1870
1874
|
}, {
|
|
1871
1875
|
default: P(() => [
|
|
1872
|
-
|
|
1876
|
+
j(_.$slots, "default")
|
|
1873
1877
|
]),
|
|
1874
1878
|
_: 3
|
|
1875
1879
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1876
1880
|
};
|
|
1877
1881
|
}
|
|
1878
|
-
}),
|
|
1882
|
+
}), Ar = /* @__PURE__ */ z({
|
|
1879
1883
|
__name: "index",
|
|
1880
1884
|
props: {
|
|
1881
1885
|
node: {},
|
|
@@ -1897,15 +1901,15 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1897
1901
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1898
1902
|
};
|
|
1899
1903
|
}
|
|
1900
|
-
}),
|
|
1904
|
+
}), Pr = ["id"], Nr = /* @__PURE__ */ z({
|
|
1901
1905
|
__name: "index",
|
|
1902
1906
|
props: {
|
|
1903
1907
|
node: {},
|
|
1904
1908
|
outer: { type: Boolean }
|
|
1905
1909
|
},
|
|
1906
1910
|
setup(i) {
|
|
1907
|
-
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 } =
|
|
1908
|
-
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) => {
|
|
1909
1913
|
if (t !== "runtime" && t !== "preview")
|
|
1910
1914
|
return;
|
|
1911
1915
|
const c = r.interpreter;
|
|
@@ -1924,19 +1928,19 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1924
1928
|
target: a.value
|
|
1925
1929
|
}, {
|
|
1926
1930
|
activator: P(() => [
|
|
1927
|
-
o(t) === "editor" ? (I(),
|
|
1931
|
+
o(t) === "editor" ? (I(), ie("div", {
|
|
1928
1932
|
key: 0,
|
|
1929
1933
|
id: `__node__@${u.value}`
|
|
1930
|
-
}, null, 8,
|
|
1934
|
+
}, null, 8, Pr)) : en("", !0)
|
|
1931
1935
|
]),
|
|
1932
1936
|
default: P(() => [
|
|
1933
|
-
|
|
1937
|
+
j(m.$slots, "default")
|
|
1934
1938
|
]),
|
|
1935
1939
|
_: 3
|
|
1936
1940
|
}, 8, ["modelValue", "target"]);
|
|
1937
1941
|
};
|
|
1938
1942
|
}
|
|
1939
|
-
}),
|
|
1943
|
+
}), Wr = /* @__PURE__ */ z({
|
|
1940
1944
|
__name: "index",
|
|
1941
1945
|
props: {
|
|
1942
1946
|
node: {},
|
|
@@ -1967,7 +1971,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1967
1971
|
"settings",
|
|
1968
1972
|
"addIcon",
|
|
1969
1973
|
"prepend"
|
|
1970
|
-
]), { prop:
|
|
1974
|
+
]), { prop: g } = l(t, n, e, [
|
|
1971
1975
|
"settings",
|
|
1972
1976
|
"addIcon",
|
|
1973
1977
|
"prependInner"
|
|
@@ -1999,7 +2003,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
1999
2003
|
precision: o(y),
|
|
2000
2004
|
prefix: o(w),
|
|
2001
2005
|
"prepend-icon": o(_),
|
|
2002
|
-
"prepend-inner-icon": o(
|
|
2006
|
+
"prepend-inner-icon": o(g),
|
|
2003
2007
|
readonly: o($),
|
|
2004
2008
|
reverse: o(v),
|
|
2005
2009
|
"single-line": o(C),
|
|
@@ -2014,7 +2018,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2014
2018
|
});
|
|
2015
2019
|
};
|
|
2016
2020
|
}
|
|
2017
|
-
}),
|
|
2021
|
+
}), Lr = /* @__PURE__ */ z({
|
|
2018
2022
|
__name: "index",
|
|
2019
2023
|
props: {
|
|
2020
2024
|
node: {},
|
|
@@ -2037,14 +2041,14 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2037
2041
|
default: P(() => [
|
|
2038
2042
|
Z(_, {
|
|
2039
2043
|
modelValue: o(f),
|
|
2040
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
2044
|
+
"onUpdate:modelValue": w[0] || (w[0] = (g) => X(f) ? f.value = g : null),
|
|
2041
2045
|
density: o(s),
|
|
2042
2046
|
disabled: o(a),
|
|
2043
2047
|
length: o(u),
|
|
2044
2048
|
"show-first-last-page": o(p),
|
|
2045
2049
|
size: o(b),
|
|
2046
2050
|
start: o(m),
|
|
2047
|
-
style:
|
|
2051
|
+
style: oe(h.value),
|
|
2048
2052
|
theme: o(c),
|
|
2049
2053
|
tile: o(d),
|
|
2050
2054
|
variant: o(k)
|
|
@@ -2054,7 +2058,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2054
2058
|
});
|
|
2055
2059
|
};
|
|
2056
2060
|
}
|
|
2057
|
-
}),
|
|
2061
|
+
}), Br = /* @__PURE__ */ z({
|
|
2058
2062
|
__name: "index",
|
|
2059
2063
|
props: {
|
|
2060
2064
|
node: {},
|
|
@@ -2081,7 +2085,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2081
2085
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2082
2086
|
};
|
|
2083
2087
|
}
|
|
2084
|
-
}),
|
|
2088
|
+
}), Rr = /* @__PURE__ */ z({
|
|
2085
2089
|
__name: "index",
|
|
2086
2090
|
props: {
|
|
2087
2091
|
node: {},
|
|
@@ -2113,7 +2117,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2113
2117
|
theme: o(m)
|
|
2114
2118
|
}, {
|
|
2115
2119
|
default: P(() => [
|
|
2116
|
-
|
|
2120
|
+
j(d.$slots, "default")
|
|
2117
2121
|
]),
|
|
2118
2122
|
_: 3
|
|
2119
2123
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2122,7 +2126,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2122
2126
|
});
|
|
2123
2127
|
};
|
|
2124
2128
|
}
|
|
2125
|
-
}),
|
|
2129
|
+
}), Dr = /* @__PURE__ */ z({
|
|
2126
2130
|
__name: "index",
|
|
2127
2131
|
props: {
|
|
2128
2132
|
node: {},
|
|
@@ -2157,7 +2161,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2157
2161
|
return "always";
|
|
2158
2162
|
if (w.value === "show")
|
|
2159
2163
|
return !0;
|
|
2160
|
-
}), { prop:
|
|
2164
|
+
}), { prop: g } = l(t, n, e, [
|
|
2161
2165
|
"settings",
|
|
2162
2166
|
"thumbSize"
|
|
2163
2167
|
]), { prop: $ } = l(t, n, e, ["settings", "ticks"]), v = V(() => {
|
|
@@ -2166,7 +2170,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2166
2170
|
const H = {};
|
|
2167
2171
|
for (const { value: K, label: O } of $.value)
|
|
2168
2172
|
H[K] = O;
|
|
2169
|
-
if (!
|
|
2173
|
+
if (!_i(H))
|
|
2170
2174
|
return H;
|
|
2171
2175
|
}), { prop: C } = l(t, n, e, [
|
|
2172
2176
|
"settings",
|
|
@@ -2207,7 +2211,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2207
2211
|
step: o(h),
|
|
2208
2212
|
theme: o(y),
|
|
2209
2213
|
"thumb-label": _.value,
|
|
2210
|
-
"thumb-size": o(
|
|
2214
|
+
"thumb-size": o(g),
|
|
2211
2215
|
"tick-size": o(C),
|
|
2212
2216
|
ticks: v.value
|
|
2213
2217
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
@@ -2216,7 +2220,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2216
2220
|
}, 8, ["modelValue"]);
|
|
2217
2221
|
};
|
|
2218
2222
|
}
|
|
2219
|
-
}),
|
|
2223
|
+
}), Er = /* @__PURE__ */ z({
|
|
2220
2224
|
__name: "index",
|
|
2221
2225
|
props: {
|
|
2222
2226
|
node: {},
|
|
@@ -2257,7 +2261,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2257
2261
|
});
|
|
2258
2262
|
};
|
|
2259
2263
|
}
|
|
2260
|
-
}),
|
|
2264
|
+
}), Mr = /* @__PURE__ */ z({
|
|
2261
2265
|
__name: "index",
|
|
2262
2266
|
props: {
|
|
2263
2267
|
node: {},
|
|
@@ -2296,14 +2300,14 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2296
2300
|
});
|
|
2297
2301
|
};
|
|
2298
2302
|
}
|
|
2299
|
-
}),
|
|
2303
|
+
}), Fr = /* @__PURE__ */ z({
|
|
2300
2304
|
__name: "index",
|
|
2301
2305
|
props: {
|
|
2302
2306
|
node: {},
|
|
2303
2307
|
outer: { type: Boolean }
|
|
2304
2308
|
},
|
|
2305
2309
|
setup(i) {
|
|
2306
|
-
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, [
|
|
2307
2311
|
"settings",
|
|
2308
2312
|
"direction"
|
|
2309
2313
|
]), { prop: p } = l(t, n, e, [
|
|
@@ -2323,10 +2327,10 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2323
2327
|
return "always";
|
|
2324
2328
|
if (h.value === "show")
|
|
2325
2329
|
return !0;
|
|
2326
|
-
}), { 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, [
|
|
2327
2331
|
"settings",
|
|
2328
2332
|
"thumbColor"
|
|
2329
|
-
]), { color: $ } = Y(r,
|
|
2333
|
+
]), { color: $ } = Y(r, g), { prop: v } = l(t, n, e, [
|
|
2330
2334
|
"settings",
|
|
2331
2335
|
"thumbLabel"
|
|
2332
2336
|
]), C = V(() => {
|
|
@@ -2343,7 +2347,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2343
2347
|
const de = {};
|
|
2344
2348
|
for (const { value: Ce, label: We } of F.value)
|
|
2345
2349
|
de[Ce] = We;
|
|
2346
|
-
if (!
|
|
2350
|
+
if (!_i(de))
|
|
2347
2351
|
return de;
|
|
2348
2352
|
}), { prop: H } = l(t, n, e, [
|
|
2349
2353
|
"settings",
|
|
@@ -2361,7 +2365,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2361
2365
|
default: P(() => [
|
|
2362
2366
|
Z(We, {
|
|
2363
2367
|
modelValue: o(te),
|
|
2364
|
-
"onUpdate:modelValue": Ce[0] || (Ce[0] = (
|
|
2368
|
+
"onUpdate:modelValue": Ce[0] || (Ce[0] = (so) => X(te) ? te.value = so : null),
|
|
2365
2369
|
color: o(a),
|
|
2366
2370
|
direction: o(u),
|
|
2367
2371
|
disabled: o(p),
|
|
@@ -2380,7 +2384,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2380
2384
|
"tick-size": o(H),
|
|
2381
2385
|
ticks: T.value,
|
|
2382
2386
|
"track-color": o(O)
|
|
2383
|
-
},
|
|
2387
|
+
}, tn({ _: 2 }, [
|
|
2384
2388
|
o(ne) ? {
|
|
2385
2389
|
name: "append",
|
|
2386
2390
|
fn: P(() => [
|
|
@@ -2407,7 +2411,7 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2407
2411
|
});
|
|
2408
2412
|
};
|
|
2409
2413
|
}
|
|
2410
|
-
}),
|
|
2414
|
+
}), Hr = /* @__PURE__ */ z({
|
|
2411
2415
|
__name: "index",
|
|
2412
2416
|
props: {
|
|
2413
2417
|
node: {},
|
|
@@ -2427,23 +2431,23 @@ const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PUR
|
|
|
2427
2431
|
theme: o(a)
|
|
2428
2432
|
}, {
|
|
2429
2433
|
default: P(() => [
|
|
2430
|
-
|
|
2434
|
+
j(p.$slots, "default")
|
|
2431
2435
|
]),
|
|
2432
2436
|
_: 3
|
|
2433
2437
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2434
2438
|
};
|
|
2435
2439
|
}
|
|
2436
|
-
}),
|
|
2437
|
-
function
|
|
2440
|
+
}), Ur = {};
|
|
2441
|
+
function jr(i, e) {
|
|
2438
2442
|
const t = W("v-stepper-header");
|
|
2439
2443
|
return I(), N(t, null, {
|
|
2440
2444
|
default: P(() => [
|
|
2441
|
-
|
|
2445
|
+
j(i.$slots, "default")
|
|
2442
2446
|
]),
|
|
2443
2447
|
_: 3
|
|
2444
2448
|
});
|
|
2445
2449
|
}
|
|
2446
|
-
const
|
|
2450
|
+
const Gr = /* @__PURE__ */ xe(Ur, [["render", jr]]), Or = /* @__PURE__ */ z({
|
|
2447
2451
|
__name: "index",
|
|
2448
2452
|
props: {
|
|
2449
2453
|
node: {},
|
|
@@ -2455,23 +2459,23 @@ const Mr = /* @__PURE__ */ _e(Dr, [["render", Er]]), Fr = /* @__PURE__ */ z({
|
|
|
2455
2459
|
const u = W("v-stepper-item");
|
|
2456
2460
|
return I(), N(u, { value: o(n) }, {
|
|
2457
2461
|
default: P(() => [
|
|
2458
|
-
|
|
2462
|
+
j(s.$slots, "default")
|
|
2459
2463
|
]),
|
|
2460
2464
|
_: 3
|
|
2461
2465
|
}, 8, ["value"]);
|
|
2462
2466
|
};
|
|
2463
2467
|
}
|
|
2464
|
-
}),
|
|
2465
|
-
function
|
|
2468
|
+
}), Kr = {};
|
|
2469
|
+
function Zr(i, e) {
|
|
2466
2470
|
const t = W("v-stepper-window");
|
|
2467
2471
|
return I(), N(t, null, {
|
|
2468
2472
|
default: P(() => [
|
|
2469
|
-
|
|
2473
|
+
j(i.$slots, "default")
|
|
2470
2474
|
]),
|
|
2471
2475
|
_: 3
|
|
2472
2476
|
});
|
|
2473
2477
|
}
|
|
2474
|
-
const
|
|
2478
|
+
const qr = /* @__PURE__ */ xe(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ z({
|
|
2475
2479
|
__name: "index",
|
|
2476
2480
|
props: {
|
|
2477
2481
|
node: {},
|
|
@@ -2483,13 +2487,13 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2483
2487
|
const u = W("v-stepper-window-item");
|
|
2484
2488
|
return I(), N(u, { value: o(n) }, {
|
|
2485
2489
|
default: P(() => [
|
|
2486
|
-
|
|
2490
|
+
j(s.$slots, "default")
|
|
2487
2491
|
]),
|
|
2488
2492
|
_: 3
|
|
2489
2493
|
}, 8, ["value"]);
|
|
2490
2494
|
};
|
|
2491
2495
|
}
|
|
2492
|
-
}),
|
|
2496
|
+
}), Xr = /* @__PURE__ */ z({
|
|
2493
2497
|
__name: "index",
|
|
2494
2498
|
props: {
|
|
2495
2499
|
node: {},
|
|
@@ -2515,7 +2519,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2515
2519
|
default: P(() => [
|
|
2516
2520
|
Z(_, {
|
|
2517
2521
|
modelValue: o(h),
|
|
2518
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
2522
|
+
"onUpdate:modelValue": w[0] || (w[0] = (g) => X(h) ? h.value = g : null),
|
|
2519
2523
|
density: o(s),
|
|
2520
2524
|
direction: o(a),
|
|
2521
2525
|
disabled: o(u),
|
|
@@ -2532,7 +2536,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2532
2536
|
});
|
|
2533
2537
|
};
|
|
2534
2538
|
}
|
|
2535
|
-
}),
|
|
2539
|
+
}), Yr = /* @__PURE__ */ z({
|
|
2536
2540
|
__name: "index",
|
|
2537
2541
|
props: {
|
|
2538
2542
|
node: {},
|
|
@@ -2548,7 +2552,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2548
2552
|
return I(), N(o(ee), { "fit-content": !0 }, {
|
|
2549
2553
|
default: P(() => [
|
|
2550
2554
|
Z(c, {
|
|
2551
|
-
style:
|
|
2555
|
+
style: oe(p.value),
|
|
2552
2556
|
text: o(s),
|
|
2553
2557
|
theme: o(a),
|
|
2554
2558
|
value: o(u)
|
|
@@ -2558,7 +2562,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2558
2562
|
});
|
|
2559
2563
|
};
|
|
2560
2564
|
}
|
|
2561
|
-
}),
|
|
2565
|
+
}), Qr = /* @__PURE__ */ z({
|
|
2562
2566
|
__name: "index",
|
|
2563
2567
|
props: {
|
|
2564
2568
|
node: {},
|
|
@@ -2594,7 +2598,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2594
2598
|
]), { prop: w } = l(t, n, e, ["settings", "items"]), { prop: _ } = l(t, n, e, [
|
|
2595
2599
|
"settings",
|
|
2596
2600
|
"mandatory"
|
|
2597
|
-
]), { prop:
|
|
2601
|
+
]), { prop: g } = l(t, n, e, [
|
|
2598
2602
|
"settings",
|
|
2599
2603
|
"showArrows"
|
|
2600
2604
|
]), { prop: $ } = l(t, n, e, [
|
|
@@ -2619,19 +2623,19 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2619
2623
|
"hide-slider": o(y),
|
|
2620
2624
|
items: o(w),
|
|
2621
2625
|
mandatory: o(_),
|
|
2622
|
-
"show-arrows": o(
|
|
2626
|
+
"show-arrows": o(g),
|
|
2623
2627
|
"slider-color": o(v),
|
|
2624
2628
|
stacked: o(C),
|
|
2625
2629
|
theme: o(L)
|
|
2626
2630
|
}, {
|
|
2627
2631
|
default: P(() => [
|
|
2628
|
-
|
|
2632
|
+
j(T.$slots, "default")
|
|
2629
2633
|
]),
|
|
2630
2634
|
_: 3
|
|
2631
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"]);
|
|
2632
2636
|
};
|
|
2633
2637
|
}
|
|
2634
|
-
}),
|
|
2638
|
+
}), el = /* @__PURE__ */ z({
|
|
2635
2639
|
__name: "index",
|
|
2636
2640
|
props: {
|
|
2637
2641
|
node: {},
|
|
@@ -2645,14 +2649,14 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2645
2649
|
"settings",
|
|
2646
2650
|
"emphasis"
|
|
2647
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(() => {
|
|
2648
|
-
const d = [], f =
|
|
2652
|
+
const d = [], f = zi(r.value.width), k = we(f, e.node.settings?.style);
|
|
2649
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(" ");
|
|
2650
2654
|
});
|
|
2651
|
-
return (d, f) => (I(),
|
|
2652
|
-
class:
|
|
2653
|
-
},
|
|
2655
|
+
return (d, f) => (I(), ie("span", {
|
|
2656
|
+
class: uo(c.value)
|
|
2657
|
+
}, co(o(b)), 3));
|
|
2654
2658
|
}
|
|
2655
|
-
}),
|
|
2659
|
+
}), tl = /* @__PURE__ */ z({
|
|
2656
2660
|
__name: "index",
|
|
2657
2661
|
props: {
|
|
2658
2662
|
node: {},
|
|
@@ -2677,7 +2681,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2677
2681
|
]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
|
|
2678
2682
|
"settings",
|
|
2679
2683
|
"singleLine"
|
|
2680
|
-
]), { theme: w } = U(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop:
|
|
2684
|
+
]), { theme: w } = U(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: g } = l(t, n, e, ["settings", "variant"]);
|
|
2681
2685
|
return ($, v) => {
|
|
2682
2686
|
const C = W("v-textarea");
|
|
2683
2687
|
return I(), N(o(ee), null, {
|
|
@@ -2698,14 +2702,14 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2698
2702
|
rows: o(h),
|
|
2699
2703
|
"single-line": o(y),
|
|
2700
2704
|
theme: o(w),
|
|
2701
|
-
variant: o(
|
|
2705
|
+
variant: o(g)
|
|
2702
2706
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2703
2707
|
]),
|
|
2704
2708
|
_: 1
|
|
2705
2709
|
});
|
|
2706
2710
|
};
|
|
2707
2711
|
}
|
|
2708
|
-
}),
|
|
2712
|
+
}), nl = /* @__PURE__ */ z({
|
|
2709
2713
|
__name: "index",
|
|
2710
2714
|
props: {
|
|
2711
2715
|
node: {},
|
|
@@ -2742,7 +2746,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2742
2746
|
]), { prop: _ } = l(t, n, e, [
|
|
2743
2747
|
"settings",
|
|
2744
2748
|
"readonly"
|
|
2745
|
-
]), { prop:
|
|
2749
|
+
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
|
|
2746
2750
|
"settings",
|
|
2747
2751
|
"singleLine"
|
|
2748
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, [
|
|
@@ -2776,12 +2780,12 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2776
2780
|
"prepend-icon": o(y),
|
|
2777
2781
|
"prepend-inner-icon": o(w),
|
|
2778
2782
|
readonly: o(_),
|
|
2779
|
-
reverse: o(
|
|
2783
|
+
reverse: o(g),
|
|
2780
2784
|
"single-line": o($),
|
|
2781
2785
|
suffix: o(v),
|
|
2782
2786
|
theme: o(C),
|
|
2783
2787
|
variant: o(F)
|
|
2784
|
-
},
|
|
2788
|
+
}, tn({ _: 2 }, [
|
|
2785
2789
|
o(T) ? {
|
|
2786
2790
|
name: "append",
|
|
2787
2791
|
fn: P(() => [
|
|
@@ -2828,7 +2832,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2828
2832
|
});
|
|
2829
2833
|
};
|
|
2830
2834
|
}
|
|
2831
|
-
}),
|
|
2835
|
+
}), il = /* @__PURE__ */ z({
|
|
2832
2836
|
__name: "index",
|
|
2833
2837
|
props: {
|
|
2834
2838
|
node: {},
|
|
@@ -2866,7 +2870,7 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2866
2870
|
"line",
|
|
2867
2871
|
"truncate"
|
|
2868
2872
|
]), { theme: _ } = U(r);
|
|
2869
|
-
return (
|
|
2873
|
+
return (g, $) => {
|
|
2870
2874
|
const v = W("v-timeline");
|
|
2871
2875
|
return I(), N(v, {
|
|
2872
2876
|
align: o(s),
|
|
@@ -2883,23 +2887,23 @@ const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
|
2883
2887
|
"truncate-line": o(w)
|
|
2884
2888
|
}, {
|
|
2885
2889
|
default: P(() => [
|
|
2886
|
-
|
|
2890
|
+
j(g.$slots, "default")
|
|
2887
2891
|
]),
|
|
2888
2892
|
_: 3
|
|
2889
2893
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2890
2894
|
};
|
|
2891
2895
|
}
|
|
2892
|
-
}),
|
|
2893
|
-
function
|
|
2896
|
+
}), ol = {};
|
|
2897
|
+
function sl(i, e) {
|
|
2894
2898
|
const t = W("v-timeline-item");
|
|
2895
2899
|
return I(), N(t, null, {
|
|
2896
2900
|
default: P(() => [
|
|
2897
|
-
|
|
2901
|
+
j(i.$slots, "default")
|
|
2898
2902
|
]),
|
|
2899
2903
|
_: 3
|
|
2900
2904
|
});
|
|
2901
2905
|
}
|
|
2902
|
-
const
|
|
2906
|
+
const rl = /* @__PURE__ */ xe(ol, [["render", sl]]), ll = /* @__PURE__ */ z({
|
|
2903
2907
|
__name: "index",
|
|
2904
2908
|
props: {
|
|
2905
2909
|
node: {},
|
|
@@ -2933,23 +2937,23 @@ const tl = /* @__PURE__ */ _e(Qr, [["render", el]]), nl = /* @__PURE__ */ z({
|
|
|
2933
2937
|
touch: o(m)
|
|
2934
2938
|
}, {
|
|
2935
2939
|
default: P(() => [
|
|
2936
|
-
|
|
2940
|
+
j(f.$slots, "default")
|
|
2937
2941
|
]),
|
|
2938
2942
|
_: 3
|
|
2939
2943
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2940
2944
|
};
|
|
2941
2945
|
}
|
|
2942
|
-
}),
|
|
2943
|
-
function
|
|
2946
|
+
}), al = {};
|
|
2947
|
+
function ul(i, e) {
|
|
2944
2948
|
const t = W("v-window-item");
|
|
2945
2949
|
return I(), N(t, null, {
|
|
2946
2950
|
default: P(() => [
|
|
2947
|
-
|
|
2951
|
+
j(i.$slots, "default")
|
|
2948
2952
|
]),
|
|
2949
2953
|
_: 3
|
|
2950
2954
|
});
|
|
2951
2955
|
}
|
|
2952
|
-
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 = {
|
|
2953
2957
|
key: "basic",
|
|
2954
2958
|
name: "x-runtime-lib.basic",
|
|
2955
2959
|
children: [
|
|
@@ -3011,7 +3015,7 @@ const sl = /* @__PURE__ */ _e(il, [["render", ol]]), Ki = "badge_v1", vn = "brea
|
|
|
3011
3015
|
]
|
|
3012
3016
|
}
|
|
3013
3017
|
]
|
|
3014
|
-
},
|
|
3018
|
+
}, dl = G(Q), ve = {
|
|
3015
3019
|
key: "border",
|
|
3016
3020
|
name: "x-runtime-lib.border",
|
|
3017
3021
|
children: [
|
|
@@ -3029,7 +3033,7 @@ const sl = /* @__PURE__ */ _e(il, [["render", ol]]), Ki = "badge_v1", vn = "brea
|
|
|
3029
3033
|
types: "borderWidthTypesV1",
|
|
3030
3034
|
default: ""
|
|
3031
3035
|
},
|
|
3032
|
-
|
|
3036
|
+
dl,
|
|
3033
3037
|
{
|
|
3034
3038
|
key: "roundRadius",
|
|
3035
3039
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3090,7 +3094,7 @@ const sl = /* @__PURE__ */ _e(il, [["render", ol]]), Ki = "badge_v1", vn = "brea
|
|
|
3090
3094
|
defaultArray: []
|
|
3091
3095
|
}
|
|
3092
3096
|
]
|
|
3093
|
-
},
|
|
3097
|
+
}, ke = {
|
|
3094
3098
|
key: "margin",
|
|
3095
3099
|
name: "x-runtime-lib.margin",
|
|
3096
3100
|
children: [
|
|
@@ -3123,7 +3127,7 @@ const sl = /* @__PURE__ */ _e(il, [["render", ol]]), Ki = "badge_v1", vn = "brea
|
|
|
3123
3127
|
default: ""
|
|
3124
3128
|
}
|
|
3125
3129
|
]
|
|
3126
|
-
},
|
|
3130
|
+
}, _e = {
|
|
3127
3131
|
key: "padding",
|
|
3128
3132
|
name: "x-runtime-lib.padding",
|
|
3129
3133
|
children: [
|
|
@@ -3293,26 +3297,26 @@ const sl = /* @__PURE__ */ _e(il, [["render", ol]]), Ki = "badge_v1", vn = "brea
|
|
|
3293
3297
|
}
|
|
3294
3298
|
]
|
|
3295
3299
|
};
|
|
3296
|
-
function
|
|
3300
|
+
function ml(i, e) {
|
|
3297
3301
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3298
3302
|
if (!r) {
|
|
3299
3303
|
console.error(`barChartV1/spawn prop tag not found, ${t}`);
|
|
3300
3304
|
return;
|
|
3301
3305
|
}
|
|
3302
|
-
const n =
|
|
3306
|
+
const n = Ct.props[r];
|
|
3303
3307
|
if (!n) {
|
|
3304
3308
|
console.error(`barChartV1/spawn props not found, ${t}`);
|
|
3305
3309
|
return;
|
|
3306
3310
|
}
|
|
3307
3311
|
const s = {};
|
|
3308
|
-
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 = [
|
|
3309
3313
|
{
|
|
3310
3314
|
type: "bar",
|
|
3311
3315
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3312
3316
|
}
|
|
3313
3317
|
], s;
|
|
3314
3318
|
}
|
|
3315
|
-
const
|
|
3319
|
+
const _n = {
|
|
3316
3320
|
key: "series",
|
|
3317
3321
|
name: "x-runtime-lib.series",
|
|
3318
3322
|
children: [
|
|
@@ -3333,41 +3337,41 @@ const kn = {
|
|
|
3333
3337
|
],
|
|
3334
3338
|
array: !0,
|
|
3335
3339
|
defaultArray: []
|
|
3336
|
-
},
|
|
3340
|
+
}, Ct = {
|
|
3337
3341
|
key: Ue,
|
|
3338
3342
|
name: "x-runtime-lib.barChart",
|
|
3339
|
-
comp:
|
|
3343
|
+
comp: Us,
|
|
3340
3344
|
props: {
|
|
3341
|
-
pageCommon: [
|
|
3342
|
-
compCommon: [
|
|
3345
|
+
pageCommon: [x, q, ze, Ae, Pe, Te, _n],
|
|
3346
|
+
compCommon: [x, q, ze, Ae, Pe, Te, _n]
|
|
3343
3347
|
},
|
|
3344
3348
|
events: [],
|
|
3345
3349
|
methods: [],
|
|
3346
3350
|
slots: [],
|
|
3347
3351
|
leaf: !0,
|
|
3348
|
-
spawn:
|
|
3352
|
+
spawn: ml
|
|
3349
3353
|
};
|
|
3350
|
-
S(
|
|
3351
|
-
function
|
|
3354
|
+
S(Ct);
|
|
3355
|
+
function pl(i, e) {
|
|
3352
3356
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3353
3357
|
if (!r) {
|
|
3354
3358
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
3355
3359
|
return;
|
|
3356
3360
|
}
|
|
3357
|
-
const n =
|
|
3361
|
+
const n = St.props[r];
|
|
3358
3362
|
if (!n) {
|
|
3359
3363
|
console.error(`lineChartV1/spawn props not found, ${t}`);
|
|
3360
3364
|
return;
|
|
3361
3365
|
}
|
|
3362
3366
|
const s = {};
|
|
3363
|
-
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 = [
|
|
3364
3368
|
{
|
|
3365
3369
|
type: "line",
|
|
3366
3370
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3367
3371
|
}
|
|
3368
3372
|
], s;
|
|
3369
3373
|
}
|
|
3370
|
-
const
|
|
3374
|
+
const wn = {
|
|
3371
3375
|
key: "series",
|
|
3372
3376
|
name: "x-runtime-lib.series",
|
|
3373
3377
|
children: [
|
|
@@ -3388,35 +3392,35 @@ const _n = {
|
|
|
3388
3392
|
],
|
|
3389
3393
|
array: !0,
|
|
3390
3394
|
defaultArray: []
|
|
3391
|
-
},
|
|
3395
|
+
}, St = {
|
|
3392
3396
|
key: at,
|
|
3393
3397
|
name: "x-runtime-lib.lineChart",
|
|
3394
|
-
comp:
|
|
3398
|
+
comp: js,
|
|
3395
3399
|
props: {
|
|
3396
|
-
pageCommon: [
|
|
3397
|
-
compCommon: [
|
|
3400
|
+
pageCommon: [x, q, ze, Ae, Pe, Te, wn],
|
|
3401
|
+
compCommon: [x, q, ze, Ae, Pe, Te, wn]
|
|
3398
3402
|
},
|
|
3399
3403
|
events: [],
|
|
3400
3404
|
methods: [],
|
|
3401
3405
|
slots: [],
|
|
3402
3406
|
leaf: !0,
|
|
3403
|
-
spawn:
|
|
3407
|
+
spawn: pl
|
|
3404
3408
|
};
|
|
3405
|
-
S(
|
|
3406
|
-
const
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
const
|
|
3409
|
+
S(St);
|
|
3410
|
+
const an = G(Q);
|
|
3411
|
+
an.key = "backgroundColor";
|
|
3412
|
+
an.name = "x-runtime-lib.backgroundColor";
|
|
3413
|
+
const Vn = {
|
|
3410
3414
|
key: "globalSettings",
|
|
3411
3415
|
name: "x-runtime-lib.globalSettings",
|
|
3412
|
-
children: [
|
|
3413
|
-
},
|
|
3416
|
+
children: [an]
|
|
3417
|
+
}, fl = {
|
|
3414
3418
|
key: lt,
|
|
3415
3419
|
name: "x-runtime-lib.globality",
|
|
3416
3420
|
comp: null,
|
|
3417
3421
|
props: {
|
|
3418
|
-
pageCommon: [
|
|
3419
|
-
compCommon: [
|
|
3422
|
+
pageCommon: [Vn],
|
|
3423
|
+
compCommon: [Vn]
|
|
3420
3424
|
},
|
|
3421
3425
|
events: [
|
|
3422
3426
|
{
|
|
@@ -3456,8 +3460,59 @@ const wn = {
|
|
|
3456
3460
|
slots: [],
|
|
3457
3461
|
internal: !0
|
|
3458
3462
|
};
|
|
3459
|
-
S(
|
|
3460
|
-
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 = {
|
|
3461
3516
|
key: "ref",
|
|
3462
3517
|
name: "x-runtime-lib.ref",
|
|
3463
3518
|
children: [
|
|
@@ -3468,21 +3523,21 @@ const Vn = {
|
|
|
3468
3523
|
default: void 0
|
|
3469
3524
|
}
|
|
3470
3525
|
]
|
|
3471
|
-
},
|
|
3526
|
+
}, yl = {
|
|
3472
3527
|
key: Se,
|
|
3473
3528
|
name: "x-runtime-lib.ref",
|
|
3474
|
-
comp:
|
|
3529
|
+
comp: rr,
|
|
3475
3530
|
props: {
|
|
3476
|
-
pageCommon: [
|
|
3477
|
-
compCommon: [
|
|
3531
|
+
pageCommon: [x, q, In],
|
|
3532
|
+
compCommon: [x, q, In]
|
|
3478
3533
|
},
|
|
3479
3534
|
events: [],
|
|
3480
3535
|
methods: [],
|
|
3481
3536
|
slots: [],
|
|
3482
3537
|
leaf: !0
|
|
3483
3538
|
};
|
|
3484
|
-
S(
|
|
3485
|
-
const
|
|
3539
|
+
S(yl);
|
|
3540
|
+
const Cn = {
|
|
3486
3541
|
key: "settings",
|
|
3487
3542
|
name: "x-runtime-lib.settings",
|
|
3488
3543
|
children: [
|
|
@@ -3493,20 +3548,20 @@ const $n = {
|
|
|
3493
3548
|
default: !1
|
|
3494
3549
|
}
|
|
3495
3550
|
]
|
|
3496
|
-
},
|
|
3497
|
-
key:
|
|
3551
|
+
}, hl = {
|
|
3552
|
+
key: yt,
|
|
3498
3553
|
name: "x-runtime-lib.renderSwitch",
|
|
3499
|
-
comp:
|
|
3554
|
+
comp: lr,
|
|
3500
3555
|
props: {
|
|
3501
|
-
pageCommon: [
|
|
3502
|
-
compCommon: [
|
|
3556
|
+
pageCommon: [x, Cn],
|
|
3557
|
+
compCommon: [x, Cn]
|
|
3503
3558
|
},
|
|
3504
3559
|
events: [],
|
|
3505
3560
|
methods: [],
|
|
3506
3561
|
slots: []
|
|
3507
3562
|
};
|
|
3508
|
-
S(
|
|
3509
|
-
const
|
|
3563
|
+
S(hl);
|
|
3564
|
+
const Sn = {
|
|
3510
3565
|
key: "settings",
|
|
3511
3566
|
name: "x-runtime-lib.settings",
|
|
3512
3567
|
children: [
|
|
@@ -3541,33 +3596,33 @@ const In = {
|
|
|
3541
3596
|
default: !1
|
|
3542
3597
|
}
|
|
3543
3598
|
]
|
|
3544
|
-
},
|
|
3545
|
-
key:
|
|
3599
|
+
}, uu = {
|
|
3600
|
+
key: qi,
|
|
3546
3601
|
name: "x-runtime-lib.badge",
|
|
3547
|
-
comp:
|
|
3602
|
+
comp: ar,
|
|
3548
3603
|
props: {
|
|
3549
|
-
pageCommon: [
|
|
3550
|
-
compCommon: [
|
|
3604
|
+
pageCommon: [x, Sn],
|
|
3605
|
+
compCommon: [x, Sn]
|
|
3551
3606
|
},
|
|
3552
3607
|
events: [],
|
|
3553
3608
|
methods: [],
|
|
3554
3609
|
slots: []
|
|
3555
3610
|
};
|
|
3556
|
-
function
|
|
3611
|
+
function xl(i, e) {
|
|
3557
3612
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3558
3613
|
if (!r) {
|
|
3559
3614
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
3560
3615
|
return;
|
|
3561
3616
|
}
|
|
3562
|
-
const n =
|
|
3617
|
+
const n = Tt.props[r];
|
|
3563
3618
|
if (!n) {
|
|
3564
3619
|
console.error(`btnV1/spawn props not found, ${t}`);
|
|
3565
3620
|
return;
|
|
3566
3621
|
}
|
|
3567
3622
|
const s = {};
|
|
3568
|
-
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;
|
|
3569
3624
|
}
|
|
3570
|
-
const
|
|
3625
|
+
const gl = G(Q), Tn = {
|
|
3571
3626
|
key: "settings",
|
|
3572
3627
|
name: "x-runtime-lib.settings",
|
|
3573
3628
|
children: [
|
|
@@ -3646,7 +3701,7 @@ const pl = j(Q), Cn = {
|
|
|
3646
3701
|
ui: "switch",
|
|
3647
3702
|
default: !1
|
|
3648
3703
|
},
|
|
3649
|
-
|
|
3704
|
+
gl,
|
|
3650
3705
|
{
|
|
3651
3706
|
key: "ripple",
|
|
3652
3707
|
name: "x-runtime-lib.ripple",
|
|
@@ -3654,13 +3709,13 @@ const pl = j(Q), Cn = {
|
|
|
3654
3709
|
default: !0
|
|
3655
3710
|
}
|
|
3656
3711
|
]
|
|
3657
|
-
},
|
|
3658
|
-
key:
|
|
3712
|
+
}, Tt = {
|
|
3713
|
+
key: je,
|
|
3659
3714
|
name: "x-runtime-lib.button",
|
|
3660
|
-
comp:
|
|
3715
|
+
comp: ur,
|
|
3661
3716
|
props: {
|
|
3662
|
-
pageCommon: [
|
|
3663
|
-
compCommon: [
|
|
3717
|
+
pageCommon: [x, q, Tn],
|
|
3718
|
+
compCommon: [x, q, Tn]
|
|
3664
3719
|
},
|
|
3665
3720
|
events: [
|
|
3666
3721
|
{
|
|
@@ -3672,23 +3727,23 @@ const pl = j(Q), Cn = {
|
|
|
3672
3727
|
methods: [],
|
|
3673
3728
|
slots: [],
|
|
3674
3729
|
leaf: !0,
|
|
3675
|
-
spawn:
|
|
3730
|
+
spawn: xl
|
|
3676
3731
|
};
|
|
3677
|
-
S(
|
|
3678
|
-
const
|
|
3679
|
-
key:
|
|
3732
|
+
S(Tt);
|
|
3733
|
+
const vl = {
|
|
3734
|
+
key: Ge,
|
|
3680
3735
|
name: "x-runtime-lib.buttonGroup",
|
|
3681
|
-
comp:
|
|
3736
|
+
comp: mr,
|
|
3682
3737
|
props: {
|
|
3683
|
-
pageCommon: [
|
|
3684
|
-
compCommon: [
|
|
3738
|
+
pageCommon: [x],
|
|
3739
|
+
compCommon: [x]
|
|
3685
3740
|
},
|
|
3686
3741
|
events: [],
|
|
3687
3742
|
methods: [],
|
|
3688
3743
|
slots: []
|
|
3689
3744
|
};
|
|
3690
|
-
S(
|
|
3691
|
-
const
|
|
3745
|
+
S(vl);
|
|
3746
|
+
const zn = {
|
|
3692
3747
|
key: "settings",
|
|
3693
3748
|
name: "x-runtime-lib.settings",
|
|
3694
3749
|
children: [
|
|
@@ -3749,20 +3804,20 @@ const Sn = {
|
|
|
3749
3804
|
default: !1
|
|
3750
3805
|
}
|
|
3751
3806
|
]
|
|
3752
|
-
},
|
|
3807
|
+
}, kl = {
|
|
3753
3808
|
key: Oe,
|
|
3754
3809
|
name: "x-runtime-lib.buttonToggle",
|
|
3755
|
-
comp:
|
|
3810
|
+
comp: pr,
|
|
3756
3811
|
props: {
|
|
3757
|
-
pageCommon: [
|
|
3758
|
-
compCommon: [
|
|
3812
|
+
pageCommon: [x, zn],
|
|
3813
|
+
compCommon: [x, zn]
|
|
3759
3814
|
},
|
|
3760
3815
|
events: [],
|
|
3761
3816
|
methods: [],
|
|
3762
3817
|
slots: []
|
|
3763
3818
|
};
|
|
3764
|
-
S(
|
|
3765
|
-
function
|
|
3819
|
+
S(kl);
|
|
3820
|
+
function _l(i, e) {
|
|
3766
3821
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3767
3822
|
if (!r) {
|
|
3768
3823
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
@@ -3776,7 +3831,7 @@ function yl(i, e) {
|
|
|
3776
3831
|
const s = {};
|
|
3777
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;
|
|
3778
3833
|
}
|
|
3779
|
-
const
|
|
3834
|
+
const An = {
|
|
3780
3835
|
key: "settings",
|
|
3781
3836
|
name: "x-runtime-lib.settings",
|
|
3782
3837
|
children: [
|
|
@@ -3834,18 +3889,18 @@ const Tn = {
|
|
|
3834
3889
|
}, Ve = {
|
|
3835
3890
|
key: Ke,
|
|
3836
3891
|
name: "x-runtime-lib.card",
|
|
3837
|
-
comp:
|
|
3892
|
+
comp: fr,
|
|
3838
3893
|
props: {
|
|
3839
|
-
pageCommon: [
|
|
3840
|
-
compCommon: [
|
|
3894
|
+
pageCommon: [x, q, An],
|
|
3895
|
+
compCommon: [x, q, An]
|
|
3841
3896
|
},
|
|
3842
3897
|
events: [],
|
|
3843
3898
|
methods: [],
|
|
3844
3899
|
slots: [],
|
|
3845
|
-
spawn:
|
|
3900
|
+
spawn: _l
|
|
3846
3901
|
};
|
|
3847
3902
|
S(Ve);
|
|
3848
|
-
const
|
|
3903
|
+
const Pn = {
|
|
3849
3904
|
key: "settings",
|
|
3850
3905
|
name: "x-runtime-lib.settings",
|
|
3851
3906
|
children: [
|
|
@@ -3862,21 +3917,21 @@ const zn = {
|
|
|
3862
3917
|
default: ""
|
|
3863
3918
|
}
|
|
3864
3919
|
]
|
|
3865
|
-
},
|
|
3920
|
+
}, wl = {
|
|
3866
3921
|
key: Ze,
|
|
3867
3922
|
name: "x-runtime-lib.checkbox",
|
|
3868
|
-
comp:
|
|
3923
|
+
comp: br,
|
|
3869
3924
|
props: {
|
|
3870
|
-
pageCommon: [
|
|
3871
|
-
compCommon: [
|
|
3925
|
+
pageCommon: [x, Pn],
|
|
3926
|
+
compCommon: [x, Pn]
|
|
3872
3927
|
},
|
|
3873
3928
|
events: [],
|
|
3874
3929
|
methods: [],
|
|
3875
3930
|
slots: [],
|
|
3876
3931
|
leaf: !0
|
|
3877
3932
|
};
|
|
3878
|
-
S(
|
|
3879
|
-
const
|
|
3933
|
+
S(wl);
|
|
3934
|
+
const Vl = G(Q), Nn = {
|
|
3880
3935
|
key: "settings",
|
|
3881
3936
|
name: "x-runtime-lib.settings",
|
|
3882
3937
|
children: [
|
|
@@ -3949,58 +4004,58 @@ const xl = j(Q), An = {
|
|
|
3949
4004
|
ui: "switch",
|
|
3950
4005
|
default: !1
|
|
3951
4006
|
},
|
|
3952
|
-
|
|
4007
|
+
Vl
|
|
3953
4008
|
]
|
|
3954
|
-
},
|
|
4009
|
+
}, zt = {
|
|
3955
4010
|
key: qe,
|
|
3956
4011
|
name: "x-runtime-lib.chip",
|
|
3957
|
-
comp:
|
|
4012
|
+
comp: yr,
|
|
3958
4013
|
props: {
|
|
3959
|
-
pageCommon: [
|
|
3960
|
-
compCommon: [
|
|
4014
|
+
pageCommon: [x, Nn],
|
|
4015
|
+
compCommon: [x, Nn]
|
|
3961
4016
|
},
|
|
3962
4017
|
events: [],
|
|
3963
4018
|
methods: [],
|
|
3964
4019
|
slots: [],
|
|
3965
4020
|
leaf: !0
|
|
3966
4021
|
};
|
|
3967
|
-
S(
|
|
3968
|
-
function
|
|
4022
|
+
S(zt);
|
|
4023
|
+
function $l(i, e) {
|
|
3969
4024
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3970
4025
|
if (!r) {
|
|
3971
4026
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
3972
4027
|
return;
|
|
3973
4028
|
}
|
|
3974
|
-
const n =
|
|
4029
|
+
const n = At.props[r];
|
|
3975
4030
|
if (!n) {
|
|
3976
4031
|
console.error(`chipGroupV1/spawn props not found, ${t}`);
|
|
3977
4032
|
return;
|
|
3978
4033
|
}
|
|
3979
4034
|
const s = {};
|
|
3980
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
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")
|
|
3987
4042
|
], s;
|
|
3988
4043
|
}
|
|
3989
|
-
function
|
|
4044
|
+
function ge(i, e, t, r) {
|
|
3990
4045
|
const n = `type=${i} subtype=${e}`, s = E(i, e);
|
|
3991
4046
|
if (!s) {
|
|
3992
4047
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${n}`);
|
|
3993
4048
|
return;
|
|
3994
4049
|
}
|
|
3995
|
-
const a =
|
|
4050
|
+
const a = zt.props[s];
|
|
3996
4051
|
if (!a) {
|
|
3997
4052
|
console.error(`chipGroupV1/spawnChip props not found, ${n}`);
|
|
3998
4053
|
return;
|
|
3999
4054
|
}
|
|
4000
4055
|
const u = {};
|
|
4001
|
-
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;
|
|
4002
4057
|
}
|
|
4003
|
-
const
|
|
4058
|
+
const Wn = {
|
|
4004
4059
|
key: "settings",
|
|
4005
4060
|
name: "x-runtime-lib.settings",
|
|
4006
4061
|
children: [
|
|
@@ -4054,35 +4109,35 @@ const Pn = {
|
|
|
4054
4109
|
default: !1
|
|
4055
4110
|
}
|
|
4056
4111
|
]
|
|
4057
|
-
},
|
|
4112
|
+
}, At = {
|
|
4058
4113
|
key: Je,
|
|
4059
4114
|
name: "x-runtime-lib.chipGroup",
|
|
4060
|
-
comp:
|
|
4115
|
+
comp: hr,
|
|
4061
4116
|
props: {
|
|
4062
|
-
pageCommon: [
|
|
4063
|
-
compCommon: [
|
|
4117
|
+
pageCommon: [x, Wn],
|
|
4118
|
+
compCommon: [x, Wn]
|
|
4064
4119
|
},
|
|
4065
4120
|
events: [],
|
|
4066
4121
|
methods: [],
|
|
4067
4122
|
slots: [],
|
|
4068
|
-
spawn:
|
|
4123
|
+
spawn: $l
|
|
4069
4124
|
};
|
|
4070
|
-
S(
|
|
4071
|
-
const
|
|
4125
|
+
S(At);
|
|
4126
|
+
const Il = {
|
|
4072
4127
|
key: Xe,
|
|
4073
4128
|
name: "x-runtime-lib.colorPicker",
|
|
4074
|
-
comp:
|
|
4129
|
+
comp: xr,
|
|
4075
4130
|
props: {
|
|
4076
|
-
pageCommon: [
|
|
4077
|
-
compCommon: [
|
|
4131
|
+
pageCommon: [x],
|
|
4132
|
+
compCommon: [x]
|
|
4078
4133
|
},
|
|
4079
4134
|
events: [],
|
|
4080
4135
|
methods: [],
|
|
4081
4136
|
slots: [],
|
|
4082
4137
|
leaf: !0
|
|
4083
4138
|
};
|
|
4084
|
-
S(
|
|
4085
|
-
const
|
|
4139
|
+
S(Il);
|
|
4140
|
+
const Ln = {
|
|
4086
4141
|
key: "settings",
|
|
4087
4142
|
name: "x-runtime-lib.settings",
|
|
4088
4143
|
children: [
|
|
@@ -4123,34 +4178,34 @@ const Nn = {
|
|
|
4123
4178
|
default: !1
|
|
4124
4179
|
}
|
|
4125
4180
|
]
|
|
4126
|
-
},
|
|
4181
|
+
}, Cl = {
|
|
4127
4182
|
key: Ye,
|
|
4128
4183
|
name: "x-runtime-lib.combobox",
|
|
4129
|
-
comp:
|
|
4184
|
+
comp: gr,
|
|
4130
4185
|
props: {
|
|
4131
|
-
pageCommon: [
|
|
4132
|
-
compCommon: [
|
|
4186
|
+
pageCommon: [x, Ln],
|
|
4187
|
+
compCommon: [x, Ln]
|
|
4133
4188
|
},
|
|
4134
4189
|
events: [],
|
|
4135
4190
|
methods: [],
|
|
4136
4191
|
slots: [],
|
|
4137
4192
|
leaf: !0
|
|
4138
4193
|
};
|
|
4139
|
-
S(
|
|
4140
|
-
const
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
const
|
|
4194
|
+
S(Cl);
|
|
4195
|
+
const un = G(Q);
|
|
4196
|
+
un.key = "backgroundColor";
|
|
4197
|
+
un.name = "x-runtime-lib.backgroundColor";
|
|
4198
|
+
const Bn = {
|
|
4144
4199
|
key: "settings",
|
|
4145
4200
|
name: "x-runtime-lib.settings",
|
|
4146
|
-
children: [
|
|
4147
|
-
},
|
|
4201
|
+
children: [un]
|
|
4202
|
+
}, Pt = {
|
|
4148
4203
|
key: Qe,
|
|
4149
4204
|
name: "x-runtime-lib.container",
|
|
4150
|
-
comp:
|
|
4205
|
+
comp: vr,
|
|
4151
4206
|
props: {
|
|
4152
|
-
pageCommon: [
|
|
4153
|
-
compCommon: [
|
|
4207
|
+
pageCommon: [x, q, ve, ke, _e, Bn],
|
|
4208
|
+
compCommon: [x, q, ve, ke, _e, Bn]
|
|
4154
4209
|
},
|
|
4155
4210
|
events: [
|
|
4156
4211
|
{
|
|
@@ -4162,8 +4217,8 @@ const Wn = {
|
|
|
4162
4217
|
methods: [],
|
|
4163
4218
|
slots: []
|
|
4164
4219
|
};
|
|
4165
|
-
S(
|
|
4166
|
-
const
|
|
4220
|
+
S(Pt);
|
|
4221
|
+
const Rn = {
|
|
4167
4222
|
key: "size",
|
|
4168
4223
|
name: "x-runtime-lib.size",
|
|
4169
4224
|
children: [
|
|
@@ -4182,7 +4237,7 @@ const Ln = {
|
|
|
4182
4237
|
default: ""
|
|
4183
4238
|
}
|
|
4184
4239
|
]
|
|
4185
|
-
},
|
|
4240
|
+
}, Dn = {
|
|
4186
4241
|
key: "settings",
|
|
4187
4242
|
name: "x-runtime-lib.settings",
|
|
4188
4243
|
children: [
|
|
@@ -4290,7 +4345,7 @@ const Ln = {
|
|
|
4290
4345
|
default: !1
|
|
4291
4346
|
}
|
|
4292
4347
|
]
|
|
4293
|
-
},
|
|
4348
|
+
}, En = {
|
|
4294
4349
|
key: "slots",
|
|
4295
4350
|
name: "x-runtime-lib.slots",
|
|
4296
4351
|
children: [
|
|
@@ -4315,41 +4370,41 @@ const Ln = {
|
|
|
4315
4370
|
defaultArray: []
|
|
4316
4371
|
}
|
|
4317
4372
|
]
|
|
4318
|
-
},
|
|
4373
|
+
}, Sl = {
|
|
4319
4374
|
key: et,
|
|
4320
4375
|
name: "x-runtime-lib.dataTable",
|
|
4321
|
-
comp:
|
|
4376
|
+
comp: kr,
|
|
4322
4377
|
props: {
|
|
4323
|
-
pageCommon: [
|
|
4324
|
-
compCommon: [
|
|
4378
|
+
pageCommon: [x, Rn, Dn, En],
|
|
4379
|
+
compCommon: [x, Rn, Dn, En]
|
|
4325
4380
|
},
|
|
4326
4381
|
events: [],
|
|
4327
4382
|
methods: [],
|
|
4328
4383
|
slots: [],
|
|
4329
4384
|
leaf: !0
|
|
4330
4385
|
};
|
|
4331
|
-
S(
|
|
4332
|
-
const
|
|
4386
|
+
S(Sl);
|
|
4387
|
+
const Tl = {
|
|
4333
4388
|
key: tt,
|
|
4334
4389
|
name: "x-runtime-lib.datePicker",
|
|
4335
|
-
comp:
|
|
4390
|
+
comp: Vr,
|
|
4336
4391
|
props: {
|
|
4337
|
-
pageCommon: [
|
|
4338
|
-
compCommon: [
|
|
4392
|
+
pageCommon: [x],
|
|
4393
|
+
compCommon: [x]
|
|
4339
4394
|
},
|
|
4340
4395
|
events: [],
|
|
4341
4396
|
methods: [],
|
|
4342
4397
|
slots: [],
|
|
4343
4398
|
leaf: !0
|
|
4344
4399
|
};
|
|
4345
|
-
S(
|
|
4346
|
-
const
|
|
4400
|
+
S(Tl);
|
|
4401
|
+
const zl = {
|
|
4347
4402
|
key: nt,
|
|
4348
4403
|
name: "x-runtime-lib.dialog",
|
|
4349
|
-
comp:
|
|
4404
|
+
comp: Ir,
|
|
4350
4405
|
props: {
|
|
4351
|
-
pageCommon: [
|
|
4352
|
-
compCommon: [
|
|
4406
|
+
pageCommon: [x],
|
|
4407
|
+
compCommon: [x]
|
|
4353
4408
|
},
|
|
4354
4409
|
events: [],
|
|
4355
4410
|
methods: [
|
|
@@ -4369,24 +4424,24 @@ const Vl = {
|
|
|
4369
4424
|
slots: [],
|
|
4370
4425
|
teleport: !0
|
|
4371
4426
|
};
|
|
4372
|
-
S(
|
|
4373
|
-
const
|
|
4427
|
+
S(zl);
|
|
4428
|
+
const Mn = {
|
|
4374
4429
|
key: "settings",
|
|
4375
4430
|
name: "x-runtime-lib.settings",
|
|
4376
4431
|
children: []
|
|
4377
|
-
},
|
|
4432
|
+
}, cu = {
|
|
4378
4433
|
key: it,
|
|
4379
4434
|
name: "x-runtime-lib.fileInput",
|
|
4380
|
-
comp:
|
|
4435
|
+
comp: Cr,
|
|
4381
4436
|
props: {
|
|
4382
|
-
pageCommon: [
|
|
4383
|
-
compCommon: [
|
|
4437
|
+
pageCommon: [x, Mn],
|
|
4438
|
+
compCommon: [x, Mn]
|
|
4384
4439
|
},
|
|
4385
4440
|
events: [],
|
|
4386
4441
|
methods: [],
|
|
4387
4442
|
slots: [],
|
|
4388
4443
|
leaf: !0
|
|
4389
|
-
},
|
|
4444
|
+
}, Fn = {
|
|
4390
4445
|
key: "settings",
|
|
4391
4446
|
name: "x-runtime-lib.settings",
|
|
4392
4447
|
children: [
|
|
@@ -4403,20 +4458,20 @@ const Dn = {
|
|
|
4403
4458
|
default: !1
|
|
4404
4459
|
}
|
|
4405
4460
|
]
|
|
4406
|
-
},
|
|
4407
|
-
key:
|
|
4461
|
+
}, Nt = {
|
|
4462
|
+
key: Ji,
|
|
4408
4463
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4409
|
-
comp:
|
|
4464
|
+
comp: Tr,
|
|
4410
4465
|
props: {
|
|
4411
|
-
pageCommon: [
|
|
4412
|
-
compCommon: [
|
|
4466
|
+
pageCommon: [x, q, Fn],
|
|
4467
|
+
compCommon: [x, q, Fn]
|
|
4413
4468
|
},
|
|
4414
4469
|
events: [],
|
|
4415
4470
|
methods: [],
|
|
4416
4471
|
slots: []
|
|
4417
4472
|
};
|
|
4418
|
-
S(
|
|
4419
|
-
function
|
|
4473
|
+
S(Nt);
|
|
4474
|
+
function Al(i, e) {
|
|
4420
4475
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4421
4476
|
if (!r) {
|
|
4422
4477
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
@@ -4429,7 +4484,7 @@ function $l(i, e) {
|
|
|
4429
4484
|
}
|
|
4430
4485
|
const s = {};
|
|
4431
4486
|
return D(s, n), s.basic.id = R(16), s.basic.key = $e.key, s.children = [
|
|
4432
|
-
|
|
4487
|
+
Wt(
|
|
4433
4488
|
i,
|
|
4434
4489
|
e,
|
|
4435
4490
|
"#ff0000",
|
|
@@ -4439,7 +4494,7 @@ function $l(i, e) {
|
|
|
4439
4494
|
"40px",
|
|
4440
4495
|
void 0
|
|
4441
4496
|
),
|
|
4442
|
-
|
|
4497
|
+
Wt(
|
|
4443
4498
|
i,
|
|
4444
4499
|
e,
|
|
4445
4500
|
"#00ff00",
|
|
@@ -4449,10 +4504,10 @@ function $l(i, e) {
|
|
|
4449
4504
|
"60px",
|
|
4450
4505
|
void 0
|
|
4451
4506
|
),
|
|
4452
|
-
|
|
4507
|
+
Pl(i, e)
|
|
4453
4508
|
], s;
|
|
4454
4509
|
}
|
|
4455
|
-
function
|
|
4510
|
+
function Wt(i, e, t, r, n, s, a, u, p) {
|
|
4456
4511
|
const b = `type=${i} subtype=${e}`, m = E(i, e);
|
|
4457
4512
|
if (!m) {
|
|
4458
4513
|
console.error(
|
|
@@ -4460,21 +4515,21 @@ function Nt(i, e, t, r, n, s, a, u, p) {
|
|
|
4460
4515
|
);
|
|
4461
4516
|
return;
|
|
4462
4517
|
}
|
|
4463
|
-
const c =
|
|
4518
|
+
const c = Pt.props[m];
|
|
4464
4519
|
if (!c) {
|
|
4465
4520
|
console.error(`flexLayoutV1/spawnContainer props not found, ${b}`);
|
|
4466
4521
|
return;
|
|
4467
4522
|
}
|
|
4468
4523
|
const d = {};
|
|
4469
|
-
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;
|
|
4470
4525
|
}
|
|
4471
|
-
function
|
|
4526
|
+
function Pl(i, e) {
|
|
4472
4527
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4473
4528
|
if (!r) {
|
|
4474
4529
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
4475
4530
|
return;
|
|
4476
4531
|
}
|
|
4477
|
-
const n =
|
|
4532
|
+
const n = Nt.props[r];
|
|
4478
4533
|
if (!n) {
|
|
4479
4534
|
console.error(`flexLayoutV1/spawnEntry props not found, ${t}`);
|
|
4480
4535
|
return;
|
|
@@ -4485,8 +4540,8 @@ function Il(i, e) {
|
|
|
4485
4540
|
key: ""
|
|
4486
4541
|
}
|
|
4487
4542
|
};
|
|
4488
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
4489
|
-
|
|
4543
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Nt.key, s.children = [
|
|
4544
|
+
Wt(
|
|
4490
4545
|
i,
|
|
4491
4546
|
e,
|
|
4492
4547
|
"#0000ff",
|
|
@@ -4498,10 +4553,10 @@ function Il(i, e) {
|
|
|
4498
4553
|
)
|
|
4499
4554
|
], s;
|
|
4500
4555
|
}
|
|
4501
|
-
const
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
const
|
|
4556
|
+
const cn = G(Q);
|
|
4557
|
+
cn.key = "backgroundColor";
|
|
4558
|
+
cn.name = "x-runtime-lib.backgroundColor";
|
|
4559
|
+
const Hn = {
|
|
4505
4560
|
key: "settings",
|
|
4506
4561
|
name: "x-runtime-lib.settings",
|
|
4507
4562
|
children: [
|
|
@@ -4669,15 +4724,15 @@ const Mn = {
|
|
|
4669
4724
|
}
|
|
4670
4725
|
]
|
|
4671
4726
|
},
|
|
4672
|
-
|
|
4727
|
+
cn
|
|
4673
4728
|
]
|
|
4674
4729
|
}, $e = {
|
|
4675
4730
|
key: ot,
|
|
4676
4731
|
name: "x-runtime-lib.flexLayout",
|
|
4677
|
-
comp:
|
|
4732
|
+
comp: Sr,
|
|
4678
4733
|
props: {
|
|
4679
|
-
pageCommon: [
|
|
4680
|
-
compCommon: [
|
|
4734
|
+
pageCommon: [x, q, ve, ke, _e, Hn],
|
|
4735
|
+
compCommon: [x, q, ve, ke, _e, Hn]
|
|
4681
4736
|
},
|
|
4682
4737
|
events: [
|
|
4683
4738
|
{
|
|
@@ -4688,10 +4743,10 @@ const Mn = {
|
|
|
4688
4743
|
],
|
|
4689
4744
|
methods: [],
|
|
4690
4745
|
slots: [],
|
|
4691
|
-
spawn:
|
|
4746
|
+
spawn: Al
|
|
4692
4747
|
};
|
|
4693
4748
|
S($e);
|
|
4694
|
-
const
|
|
4749
|
+
const Un = {
|
|
4695
4750
|
key: "settings",
|
|
4696
4751
|
name: "x-runtime-lib.settings",
|
|
4697
4752
|
children: [
|
|
@@ -4812,7 +4867,7 @@ const Fn = {
|
|
|
4812
4867
|
default: ""
|
|
4813
4868
|
}
|
|
4814
4869
|
]
|
|
4815
|
-
},
|
|
4870
|
+
}, jn = {
|
|
4816
4871
|
key: "slots",
|
|
4817
4872
|
name: "x-runtime-lib.slots",
|
|
4818
4873
|
children: [
|
|
@@ -4841,13 +4896,13 @@ const Fn = {
|
|
|
4841
4896
|
default: void 0
|
|
4842
4897
|
}
|
|
4843
4898
|
]
|
|
4844
|
-
},
|
|
4845
|
-
key:
|
|
4899
|
+
}, Lt = {
|
|
4900
|
+
key: Vt,
|
|
4846
4901
|
name: "x-runtime-lib.textField",
|
|
4847
|
-
comp:
|
|
4902
|
+
comp: nl,
|
|
4848
4903
|
props: {
|
|
4849
|
-
pageCommon: [
|
|
4850
|
-
compCommon: [
|
|
4904
|
+
pageCommon: [x, Un, jn],
|
|
4905
|
+
compCommon: [x, Un, jn]
|
|
4851
4906
|
},
|
|
4852
4907
|
events: [],
|
|
4853
4908
|
methods: [],
|
|
@@ -4879,36 +4934,36 @@ const Fn = {
|
|
|
4879
4934
|
],
|
|
4880
4935
|
leaf: !0
|
|
4881
4936
|
};
|
|
4882
|
-
S(
|
|
4883
|
-
function
|
|
4937
|
+
S(Lt);
|
|
4938
|
+
function Nl(i, e) {
|
|
4884
4939
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4885
4940
|
if (!r) {
|
|
4886
4941
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
4887
4942
|
return;
|
|
4888
4943
|
}
|
|
4889
|
-
const n =
|
|
4944
|
+
const n = Bt.props[r];
|
|
4890
4945
|
if (!n) {
|
|
4891
4946
|
console.error(`formV1/spawn props not found, ${t}`);
|
|
4892
4947
|
return;
|
|
4893
4948
|
}
|
|
4894
4949
|
const s = {};
|
|
4895
|
-
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;
|
|
4896
4951
|
}
|
|
4897
|
-
function
|
|
4952
|
+
function Wl(i, e) {
|
|
4898
4953
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4899
4954
|
if (!r) {
|
|
4900
4955
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
4901
4956
|
return;
|
|
4902
4957
|
}
|
|
4903
|
-
const n =
|
|
4958
|
+
const n = Lt.props[r];
|
|
4904
4959
|
if (!n) {
|
|
4905
4960
|
console.error(`formV1/spawnTextField props not found, ${t}`);
|
|
4906
4961
|
return;
|
|
4907
4962
|
}
|
|
4908
4963
|
const s = {};
|
|
4909
|
-
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;
|
|
4910
4965
|
}
|
|
4911
|
-
const
|
|
4966
|
+
const Gn = {
|
|
4912
4967
|
key: "settings",
|
|
4913
4968
|
name: "x-runtime-lib.settings",
|
|
4914
4969
|
children: [
|
|
@@ -4926,13 +4981,13 @@ const Un = {
|
|
|
4926
4981
|
default: !1
|
|
4927
4982
|
}
|
|
4928
4983
|
]
|
|
4929
|
-
},
|
|
4984
|
+
}, Bt = {
|
|
4930
4985
|
key: st,
|
|
4931
4986
|
name: "x-runtime-lib.form",
|
|
4932
|
-
comp:
|
|
4987
|
+
comp: zr,
|
|
4933
4988
|
props: {
|
|
4934
|
-
pageCommon: [
|
|
4935
|
-
compCommon: [
|
|
4989
|
+
pageCommon: [x, q, ve, ke, _e, Gn],
|
|
4990
|
+
compCommon: [x, q, ve, ke, _e, Gn]
|
|
4936
4991
|
},
|
|
4937
4992
|
events: [
|
|
4938
4993
|
{
|
|
@@ -4943,10 +4998,10 @@ const Un = {
|
|
|
4943
4998
|
],
|
|
4944
4999
|
methods: [],
|
|
4945
5000
|
slots: [],
|
|
4946
|
-
spawn:
|
|
5001
|
+
spawn: Nl
|
|
4947
5002
|
};
|
|
4948
|
-
S(
|
|
4949
|
-
const
|
|
5003
|
+
S(Bt);
|
|
5004
|
+
const Ll = G(Q), On = {
|
|
4950
5005
|
key: "settings",
|
|
4951
5006
|
name: "x-runtime-lib.settings",
|
|
4952
5007
|
children: [
|
|
@@ -4969,29 +5024,29 @@ const Tl = j(Q), Gn = {
|
|
|
4969
5024
|
items: "sizeItemsV1",
|
|
4970
5025
|
default: "default"
|
|
4971
5026
|
},
|
|
4972
|
-
|
|
5027
|
+
Ll
|
|
4973
5028
|
]
|
|
4974
|
-
},
|
|
5029
|
+
}, Bl = {
|
|
4975
5030
|
key: rt,
|
|
4976
5031
|
name: "x-runtime-lib.icon",
|
|
4977
|
-
comp:
|
|
5032
|
+
comp: Ar,
|
|
4978
5033
|
props: {
|
|
4979
|
-
pageCommon: [
|
|
4980
|
-
compCommon: [
|
|
5034
|
+
pageCommon: [x, On],
|
|
5035
|
+
compCommon: [x, On]
|
|
4981
5036
|
},
|
|
4982
5037
|
events: [],
|
|
4983
5038
|
methods: [],
|
|
4984
5039
|
slots: [],
|
|
4985
5040
|
leaf: !0
|
|
4986
5041
|
};
|
|
4987
|
-
S(
|
|
4988
|
-
const
|
|
4989
|
-
key:
|
|
5042
|
+
S(Bl);
|
|
5043
|
+
const Rl = {
|
|
5044
|
+
key: ct,
|
|
4990
5045
|
name: "x-runtime-lib.menu",
|
|
4991
|
-
comp:
|
|
5046
|
+
comp: Nr,
|
|
4992
5047
|
props: {
|
|
4993
|
-
pageCommon: [
|
|
4994
|
-
compCommon: [
|
|
5048
|
+
pageCommon: [x],
|
|
5049
|
+
compCommon: [x]
|
|
4995
5050
|
},
|
|
4996
5051
|
events: [],
|
|
4997
5052
|
methods: [
|
|
@@ -5011,22 +5066,22 @@ const Al = {
|
|
|
5011
5066
|
slots: [],
|
|
5012
5067
|
teleport: !0
|
|
5013
5068
|
};
|
|
5014
|
-
S(
|
|
5015
|
-
function
|
|
5069
|
+
S(Rl);
|
|
5070
|
+
function Dl(i, e) {
|
|
5016
5071
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5017
5072
|
if (!r) {
|
|
5018
5073
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
5019
5074
|
return;
|
|
5020
5075
|
}
|
|
5021
|
-
const n =
|
|
5076
|
+
const n = Rt.props[r];
|
|
5022
5077
|
if (!n) {
|
|
5023
5078
|
console.error(`numberInputV1/spawn props not found, ${t}`);
|
|
5024
5079
|
return;
|
|
5025
5080
|
}
|
|
5026
5081
|
const s = {};
|
|
5027
|
-
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;
|
|
5028
5083
|
}
|
|
5029
|
-
const
|
|
5084
|
+
const Kn = {
|
|
5030
5085
|
key: "size",
|
|
5031
5086
|
name: "x-runtime-lib.size",
|
|
5032
5087
|
children: [
|
|
@@ -5052,7 +5107,7 @@ const jn = {
|
|
|
5052
5107
|
default: ""
|
|
5053
5108
|
}
|
|
5054
5109
|
]
|
|
5055
|
-
},
|
|
5110
|
+
}, Zn = {
|
|
5056
5111
|
key: "settings",
|
|
5057
5112
|
name: "x-runtime-lib.settings",
|
|
5058
5113
|
children: [
|
|
@@ -5193,13 +5248,13 @@ const jn = {
|
|
|
5193
5248
|
]
|
|
5194
5249
|
}
|
|
5195
5250
|
]
|
|
5196
|
-
},
|
|
5197
|
-
key:
|
|
5251
|
+
}, Rt = {
|
|
5252
|
+
key: dt,
|
|
5198
5253
|
name: "x-runtime-lib.numberInput",
|
|
5199
|
-
comp:
|
|
5254
|
+
comp: Wr,
|
|
5200
5255
|
props: {
|
|
5201
|
-
pageCommon: [
|
|
5202
|
-
compCommon: [
|
|
5256
|
+
pageCommon: [x, Kn, Zn],
|
|
5257
|
+
compCommon: [x, Kn, Zn]
|
|
5203
5258
|
},
|
|
5204
5259
|
events: [
|
|
5205
5260
|
{
|
|
@@ -5231,10 +5286,10 @@ const jn = {
|
|
|
5231
5286
|
methods: [],
|
|
5232
5287
|
slots: [],
|
|
5233
5288
|
leaf: !0,
|
|
5234
|
-
spawn:
|
|
5289
|
+
spawn: Dl
|
|
5235
5290
|
};
|
|
5236
|
-
S(
|
|
5237
|
-
const
|
|
5291
|
+
S(Rt);
|
|
5292
|
+
const qn = {
|
|
5238
5293
|
key: "settings",
|
|
5239
5294
|
name: "x-runtime-lib.settings",
|
|
5240
5295
|
children: [
|
|
@@ -5297,21 +5352,21 @@ const Kn = {
|
|
|
5297
5352
|
default: !1
|
|
5298
5353
|
}
|
|
5299
5354
|
]
|
|
5300
|
-
},
|
|
5301
|
-
key:
|
|
5355
|
+
}, El = {
|
|
5356
|
+
key: mt,
|
|
5302
5357
|
name: "x-runtime-lib.pagination",
|
|
5303
|
-
comp:
|
|
5358
|
+
comp: Lr,
|
|
5304
5359
|
props: {
|
|
5305
|
-
pageCommon: [
|
|
5306
|
-
compCommon: [
|
|
5360
|
+
pageCommon: [x, qn],
|
|
5361
|
+
compCommon: [x, qn]
|
|
5307
5362
|
},
|
|
5308
5363
|
events: [],
|
|
5309
5364
|
methods: [],
|
|
5310
5365
|
slots: [],
|
|
5311
5366
|
leaf: !0
|
|
5312
5367
|
};
|
|
5313
|
-
S(
|
|
5314
|
-
const
|
|
5368
|
+
S(El);
|
|
5369
|
+
const Ml = G(Q), Jn = {
|
|
5315
5370
|
key: "settings",
|
|
5316
5371
|
name: "x-runtime-lib.settings",
|
|
5317
5372
|
children: [
|
|
@@ -5346,35 +5401,35 @@ const Wl = j(Q), Zn = {
|
|
|
5346
5401
|
items: "densityItemsV1",
|
|
5347
5402
|
default: "default"
|
|
5348
5403
|
},
|
|
5349
|
-
|
|
5404
|
+
Ml
|
|
5350
5405
|
]
|
|
5351
|
-
},
|
|
5352
|
-
key:
|
|
5406
|
+
}, Dt = {
|
|
5407
|
+
key: Xi,
|
|
5353
5408
|
name: "x-runtime-lib.radio",
|
|
5354
|
-
comp:
|
|
5409
|
+
comp: Br,
|
|
5355
5410
|
props: {
|
|
5356
|
-
pageCommon: [
|
|
5357
|
-
compCommon: [
|
|
5411
|
+
pageCommon: [x, Jn],
|
|
5412
|
+
compCommon: [x, Jn]
|
|
5358
5413
|
},
|
|
5359
5414
|
events: [],
|
|
5360
5415
|
methods: [],
|
|
5361
5416
|
slots: [],
|
|
5362
5417
|
leaf: !0
|
|
5363
5418
|
};
|
|
5364
|
-
S(
|
|
5365
|
-
function
|
|
5419
|
+
S(Dt);
|
|
5420
|
+
function Fl(i, e) {
|
|
5366
5421
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5367
5422
|
if (!r) {
|
|
5368
5423
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
5369
5424
|
return;
|
|
5370
5425
|
}
|
|
5371
|
-
const n =
|
|
5426
|
+
const n = Et.props[r];
|
|
5372
5427
|
if (!n) {
|
|
5373
5428
|
console.error(`radioGroupV1/spawn props not found, ${t}`);
|
|
5374
5429
|
return;
|
|
5375
5430
|
}
|
|
5376
5431
|
const s = {};
|
|
5377
|
-
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 = [
|
|
5378
5433
|
Be(i, e, "option1", "Option 1"),
|
|
5379
5434
|
Be(i, e, "option2", "Option 2"),
|
|
5380
5435
|
Be(i, e, "option3", "Option 3")
|
|
@@ -5386,15 +5441,15 @@ function Be(i, e, t, r) {
|
|
|
5386
5441
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
|
|
5387
5442
|
return;
|
|
5388
5443
|
}
|
|
5389
|
-
const a =
|
|
5444
|
+
const a = Dt.props[s];
|
|
5390
5445
|
if (!a) {
|
|
5391
5446
|
console.error(`radioGroupV1/spawnEntry props not found, ${n}`);
|
|
5392
5447
|
return;
|
|
5393
5448
|
}
|
|
5394
5449
|
const u = {};
|
|
5395
|
-
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;
|
|
5396
5451
|
}
|
|
5397
|
-
const
|
|
5452
|
+
const Xn = {
|
|
5398
5453
|
key: "settings",
|
|
5399
5454
|
name: "x-runtime-lib.settings",
|
|
5400
5455
|
children: [
|
|
@@ -5437,21 +5492,21 @@ const qn = {
|
|
|
5437
5492
|
default: !1
|
|
5438
5493
|
}
|
|
5439
5494
|
]
|
|
5440
|
-
},
|
|
5441
|
-
key:
|
|
5495
|
+
}, Et = {
|
|
5496
|
+
key: pt,
|
|
5442
5497
|
name: "x-runtime-lib.radioGroup",
|
|
5443
|
-
comp:
|
|
5498
|
+
comp: Rr,
|
|
5444
5499
|
props: {
|
|
5445
|
-
pageCommon: [
|
|
5446
|
-
compCommon: [
|
|
5500
|
+
pageCommon: [x, Xn],
|
|
5501
|
+
compCommon: [x, Xn]
|
|
5447
5502
|
},
|
|
5448
5503
|
events: [],
|
|
5449
5504
|
methods: [],
|
|
5450
5505
|
slots: [],
|
|
5451
|
-
spawn:
|
|
5506
|
+
spawn: Fl
|
|
5452
5507
|
};
|
|
5453
|
-
S(
|
|
5454
|
-
const
|
|
5508
|
+
S(Et);
|
|
5509
|
+
const Yn = {
|
|
5455
5510
|
key: "settings",
|
|
5456
5511
|
name: "x-runtime-lib.settings",
|
|
5457
5512
|
children: [
|
|
@@ -5568,21 +5623,21 @@ const Jn = {
|
|
|
5568
5623
|
]
|
|
5569
5624
|
}
|
|
5570
5625
|
]
|
|
5571
|
-
},
|
|
5572
|
-
key:
|
|
5626
|
+
}, Hl = {
|
|
5627
|
+
key: ft,
|
|
5573
5628
|
name: "x-runtime-lib.rangeSlider",
|
|
5574
|
-
comp:
|
|
5629
|
+
comp: Dr,
|
|
5575
5630
|
props: {
|
|
5576
|
-
pageCommon: [
|
|
5577
|
-
compCommon: [
|
|
5631
|
+
pageCommon: [x, Yn],
|
|
5632
|
+
compCommon: [x, Yn]
|
|
5578
5633
|
},
|
|
5579
5634
|
events: [],
|
|
5580
5635
|
methods: [],
|
|
5581
5636
|
slots: [],
|
|
5582
5637
|
leaf: !0
|
|
5583
5638
|
};
|
|
5584
|
-
S(
|
|
5585
|
-
const
|
|
5639
|
+
S(Hl);
|
|
5640
|
+
const Qn = {
|
|
5586
5641
|
key: "settings",
|
|
5587
5642
|
name: "x-runtime-lib.settings",
|
|
5588
5643
|
children: [
|
|
@@ -5637,21 +5692,21 @@ const Xn = {
|
|
|
5637
5692
|
default: !1
|
|
5638
5693
|
}
|
|
5639
5694
|
]
|
|
5640
|
-
},
|
|
5641
|
-
key:
|
|
5695
|
+
}, Ul = {
|
|
5696
|
+
key: bt,
|
|
5642
5697
|
name: "x-runtime-lib.rating",
|
|
5643
|
-
comp:
|
|
5698
|
+
comp: Er,
|
|
5644
5699
|
props: {
|
|
5645
|
-
pageCommon: [
|
|
5646
|
-
compCommon: [
|
|
5700
|
+
pageCommon: [x, Qn],
|
|
5701
|
+
compCommon: [x, Qn]
|
|
5647
5702
|
},
|
|
5648
5703
|
events: [],
|
|
5649
5704
|
methods: [],
|
|
5650
5705
|
slots: [],
|
|
5651
5706
|
leaf: !0
|
|
5652
5707
|
};
|
|
5653
|
-
S(
|
|
5654
|
-
const
|
|
5708
|
+
S(Ul);
|
|
5709
|
+
const ei = {
|
|
5655
5710
|
key: "settings",
|
|
5656
5711
|
name: "x-runtime-lib.settings",
|
|
5657
5712
|
children: [
|
|
@@ -5692,30 +5747,30 @@ const Yn = {
|
|
|
5692
5747
|
default: !1
|
|
5693
5748
|
}
|
|
5694
5749
|
]
|
|
5695
|
-
},
|
|
5696
|
-
key:
|
|
5750
|
+
}, jl = {
|
|
5751
|
+
key: ht,
|
|
5697
5752
|
name: "x-runtime-lib.select",
|
|
5698
|
-
comp:
|
|
5753
|
+
comp: Mr,
|
|
5699
5754
|
props: {
|
|
5700
|
-
pageCommon: [
|
|
5701
|
-
compCommon: [
|
|
5755
|
+
pageCommon: [x, ei],
|
|
5756
|
+
compCommon: [x, ei]
|
|
5702
5757
|
},
|
|
5703
5758
|
events: [],
|
|
5704
5759
|
methods: [],
|
|
5705
5760
|
slots: [],
|
|
5706
5761
|
leaf: !0
|
|
5707
5762
|
};
|
|
5708
|
-
S(
|
|
5709
|
-
const
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
const
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
const
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
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 = {
|
|
5719
5774
|
key: "settings",
|
|
5720
5775
|
name: "x-runtime-lib.settings",
|
|
5721
5776
|
children: [
|
|
@@ -5820,11 +5875,11 @@ const Qn = {
|
|
|
5820
5875
|
ui: "switch",
|
|
5821
5876
|
default: !1
|
|
5822
5877
|
},
|
|
5823
|
-
cn,
|
|
5824
5878
|
dn,
|
|
5825
|
-
mn
|
|
5879
|
+
mn,
|
|
5880
|
+
pn
|
|
5826
5881
|
]
|
|
5827
|
-
},
|
|
5882
|
+
}, ni = {
|
|
5828
5883
|
key: "slots",
|
|
5829
5884
|
name: "x-runtime-lib.slots",
|
|
5830
5885
|
children: [
|
|
@@ -5841,34 +5896,34 @@ const Qn = {
|
|
|
5841
5896
|
default: void 0
|
|
5842
5897
|
}
|
|
5843
5898
|
]
|
|
5844
|
-
},
|
|
5845
|
-
key:
|
|
5899
|
+
}, Gl = {
|
|
5900
|
+
key: xt,
|
|
5846
5901
|
name: "x-runtime-lib.slider",
|
|
5847
|
-
comp:
|
|
5902
|
+
comp: Fr,
|
|
5848
5903
|
props: {
|
|
5849
|
-
pageCommon: [
|
|
5850
|
-
compCommon: [
|
|
5904
|
+
pageCommon: [x, ti, ni],
|
|
5905
|
+
compCommon: [x, ti, ni]
|
|
5851
5906
|
},
|
|
5852
5907
|
events: [],
|
|
5853
5908
|
methods: [],
|
|
5854
5909
|
slots: [],
|
|
5855
5910
|
leaf: !0
|
|
5856
5911
|
};
|
|
5857
|
-
S(
|
|
5858
|
-
const
|
|
5859
|
-
key:
|
|
5912
|
+
S(Gl);
|
|
5913
|
+
const Mt = {
|
|
5914
|
+
key: Yi,
|
|
5860
5915
|
name: "x-runtime-lib.stepperHeader",
|
|
5861
|
-
comp:
|
|
5916
|
+
comp: Gr,
|
|
5862
5917
|
props: {
|
|
5863
|
-
pageCommon: [
|
|
5864
|
-
compCommon: [
|
|
5918
|
+
pageCommon: [x],
|
|
5919
|
+
compCommon: [x]
|
|
5865
5920
|
},
|
|
5866
5921
|
events: [],
|
|
5867
5922
|
methods: [],
|
|
5868
5923
|
slots: []
|
|
5869
5924
|
};
|
|
5870
|
-
S(
|
|
5871
|
-
const
|
|
5925
|
+
S(Mt);
|
|
5926
|
+
const ii = {
|
|
5872
5927
|
key: "settings",
|
|
5873
5928
|
name: "x-runtime-lib.settings",
|
|
5874
5929
|
children: [
|
|
@@ -5879,33 +5934,33 @@ const ti = {
|
|
|
5879
5934
|
default: ""
|
|
5880
5935
|
}
|
|
5881
5936
|
]
|
|
5882
|
-
},
|
|
5883
|
-
key:
|
|
5937
|
+
}, Ft = {
|
|
5938
|
+
key: Qi,
|
|
5884
5939
|
name: "x-runtime-lib.stepperItem",
|
|
5885
|
-
comp:
|
|
5940
|
+
comp: Or,
|
|
5886
5941
|
props: {
|
|
5887
|
-
pageCommon: [
|
|
5888
|
-
compCommon: [
|
|
5942
|
+
pageCommon: [x, ii],
|
|
5943
|
+
compCommon: [x, ii]
|
|
5889
5944
|
},
|
|
5890
5945
|
events: [],
|
|
5891
5946
|
methods: [],
|
|
5892
5947
|
slots: []
|
|
5893
5948
|
};
|
|
5894
|
-
S(
|
|
5895
|
-
const
|
|
5896
|
-
key:
|
|
5949
|
+
S(Ft);
|
|
5950
|
+
const Ht = {
|
|
5951
|
+
key: eo,
|
|
5897
5952
|
name: "x-runtime-lib.stepperWindow",
|
|
5898
|
-
comp:
|
|
5953
|
+
comp: qr,
|
|
5899
5954
|
props: {
|
|
5900
|
-
pageCommon: [
|
|
5901
|
-
compCommon: [
|
|
5955
|
+
pageCommon: [x],
|
|
5956
|
+
compCommon: [x]
|
|
5902
5957
|
},
|
|
5903
5958
|
events: [],
|
|
5904
5959
|
methods: [],
|
|
5905
5960
|
slots: []
|
|
5906
5961
|
};
|
|
5907
|
-
S(
|
|
5908
|
-
const
|
|
5962
|
+
S(Ht);
|
|
5963
|
+
const oi = {
|
|
5909
5964
|
key: "settings",
|
|
5910
5965
|
name: "x-runtime-lib.settings",
|
|
5911
5966
|
children: [
|
|
@@ -5916,46 +5971,46 @@ const ni = {
|
|
|
5916
5971
|
default: ""
|
|
5917
5972
|
}
|
|
5918
5973
|
]
|
|
5919
|
-
},
|
|
5920
|
-
key:
|
|
5974
|
+
}, Ut = {
|
|
5975
|
+
key: to,
|
|
5921
5976
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5922
|
-
comp:
|
|
5977
|
+
comp: Jr,
|
|
5923
5978
|
props: {
|
|
5924
|
-
pageCommon: [
|
|
5925
|
-
compCommon: [
|
|
5979
|
+
pageCommon: [x, oi],
|
|
5980
|
+
compCommon: [x, oi]
|
|
5926
5981
|
},
|
|
5927
5982
|
events: [],
|
|
5928
5983
|
methods: [],
|
|
5929
5984
|
slots: []
|
|
5930
5985
|
};
|
|
5931
|
-
S(
|
|
5932
|
-
function
|
|
5986
|
+
S(Ut);
|
|
5987
|
+
function Ol(i, e) {
|
|
5933
5988
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5934
5989
|
if (!r) {
|
|
5935
5990
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
5936
5991
|
return;
|
|
5937
5992
|
}
|
|
5938
|
-
const n =
|
|
5993
|
+
const n = jt.props[r];
|
|
5939
5994
|
if (!n) {
|
|
5940
5995
|
console.error(`stepperV1/spawn props not found, ${t}`);
|
|
5941
5996
|
return;
|
|
5942
5997
|
}
|
|
5943
5998
|
const s = {};
|
|
5944
|
-
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;
|
|
5945
6000
|
}
|
|
5946
|
-
function
|
|
6001
|
+
function Kl(i, e) {
|
|
5947
6002
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5948
6003
|
if (!r) {
|
|
5949
6004
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
5950
6005
|
return;
|
|
5951
6006
|
}
|
|
5952
|
-
const n =
|
|
6007
|
+
const n = Mt.props[r];
|
|
5953
6008
|
if (!n) {
|
|
5954
6009
|
console.error(`stepperV1/spawnHeader props not found, ${t}`);
|
|
5955
6010
|
return;
|
|
5956
6011
|
}
|
|
5957
6012
|
const s = {};
|
|
5958
|
-
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 = [
|
|
5959
6014
|
Re(i, e, "step1"),
|
|
5960
6015
|
Re(i, e, "step2"),
|
|
5961
6016
|
Re(i, e, "step3")
|
|
@@ -5967,27 +6022,27 @@ function Re(i, e, t) {
|
|
|
5967
6022
|
console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
|
|
5968
6023
|
return;
|
|
5969
6024
|
}
|
|
5970
|
-
const s =
|
|
6025
|
+
const s = Ft.props[n];
|
|
5971
6026
|
if (!s) {
|
|
5972
6027
|
console.error(`stepperV1/spawnItem props not found, ${r}`);
|
|
5973
6028
|
return;
|
|
5974
6029
|
}
|
|
5975
6030
|
const a = {};
|
|
5976
|
-
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;
|
|
5977
6032
|
}
|
|
5978
|
-
function
|
|
6033
|
+
function Zl(i, e) {
|
|
5979
6034
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5980
6035
|
if (!r) {
|
|
5981
6036
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
5982
6037
|
return;
|
|
5983
6038
|
}
|
|
5984
|
-
const n =
|
|
6039
|
+
const n = Ht.props[r];
|
|
5985
6040
|
if (!n) {
|
|
5986
6041
|
console.error(`stepperV1/spawnWindow props not found, ${t}`);
|
|
5987
6042
|
return;
|
|
5988
6043
|
}
|
|
5989
6044
|
const s = {};
|
|
5990
|
-
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 = [
|
|
5991
6046
|
De(i, e, "step1", "step 1"),
|
|
5992
6047
|
De(i, e, "step2", "step 2"),
|
|
5993
6048
|
De(i, e, "step3", "step 3")
|
|
@@ -5999,15 +6054,15 @@ function De(i, e, t, r) {
|
|
|
5999
6054
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
|
|
6000
6055
|
return;
|
|
6001
6056
|
}
|
|
6002
|
-
const a =
|
|
6057
|
+
const a = Ut.props[s];
|
|
6003
6058
|
if (!a) {
|
|
6004
6059
|
console.error(`stepperV1/spawnWindowItem props not found, ${n}`);
|
|
6005
6060
|
return;
|
|
6006
6061
|
}
|
|
6007
6062
|
const u = {};
|
|
6008
|
-
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;
|
|
6009
6064
|
}
|
|
6010
|
-
function
|
|
6065
|
+
function ql(i, e, t) {
|
|
6011
6066
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6012
6067
|
if (!n) {
|
|
6013
6068
|
console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
|
|
@@ -6021,7 +6076,7 @@ function Ul(i, e, t) {
|
|
|
6021
6076
|
const a = {};
|
|
6022
6077
|
return D(a, s), a.basic.id = R(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
|
|
6023
6078
|
}
|
|
6024
|
-
const
|
|
6079
|
+
const si = {
|
|
6025
6080
|
key: "settings",
|
|
6026
6081
|
name: "x-runtime-lib.settings",
|
|
6027
6082
|
children: [
|
|
@@ -6038,35 +6093,35 @@ const ii = {
|
|
|
6038
6093
|
default: !1
|
|
6039
6094
|
}
|
|
6040
6095
|
]
|
|
6041
|
-
},
|
|
6042
|
-
key:
|
|
6096
|
+
}, jt = {
|
|
6097
|
+
key: gt,
|
|
6043
6098
|
name: "x-runtime-lib.stepper",
|
|
6044
|
-
comp:
|
|
6099
|
+
comp: Hr,
|
|
6045
6100
|
props: {
|
|
6046
|
-
pageCommon: [
|
|
6047
|
-
compCommon: [
|
|
6101
|
+
pageCommon: [x, si],
|
|
6102
|
+
compCommon: [x, si]
|
|
6048
6103
|
},
|
|
6049
6104
|
events: [],
|
|
6050
6105
|
methods: [],
|
|
6051
6106
|
slots: [],
|
|
6052
|
-
spawn:
|
|
6107
|
+
spawn: Ol
|
|
6053
6108
|
};
|
|
6054
|
-
S(
|
|
6055
|
-
const
|
|
6056
|
-
key:
|
|
6109
|
+
S(jt);
|
|
6110
|
+
const Jl = {
|
|
6111
|
+
key: vt,
|
|
6057
6112
|
name: "x-runtime-lib.switch",
|
|
6058
|
-
comp:
|
|
6113
|
+
comp: Xr,
|
|
6059
6114
|
props: {
|
|
6060
|
-
pageCommon: [
|
|
6061
|
-
compCommon: [
|
|
6115
|
+
pageCommon: [x],
|
|
6116
|
+
compCommon: [x]
|
|
6062
6117
|
},
|
|
6063
6118
|
events: [],
|
|
6064
6119
|
methods: [],
|
|
6065
6120
|
slots: [],
|
|
6066
6121
|
leaf: !0
|
|
6067
6122
|
};
|
|
6068
|
-
S(
|
|
6069
|
-
const
|
|
6123
|
+
S(Jl);
|
|
6124
|
+
const ri = {
|
|
6070
6125
|
key: "settings",
|
|
6071
6126
|
name: "x-runtime-lib.settings",
|
|
6072
6127
|
children: [
|
|
@@ -6084,12 +6139,12 @@ const oi = {
|
|
|
6084
6139
|
}
|
|
6085
6140
|
]
|
|
6086
6141
|
}, Gt = {
|
|
6087
|
-
key:
|
|
6142
|
+
key: no,
|
|
6088
6143
|
name: "x-runtime-lib.tab",
|
|
6089
|
-
comp:
|
|
6144
|
+
comp: Yr,
|
|
6090
6145
|
props: {
|
|
6091
|
-
pageCommon: [
|
|
6092
|
-
compCommon: [
|
|
6146
|
+
pageCommon: [x, ri],
|
|
6147
|
+
compCommon: [x, ri]
|
|
6093
6148
|
},
|
|
6094
6149
|
events: [],
|
|
6095
6150
|
methods: [],
|
|
@@ -6097,19 +6152,19 @@ const oi = {
|
|
|
6097
6152
|
leaf: !0
|
|
6098
6153
|
};
|
|
6099
6154
|
S(Gt);
|
|
6100
|
-
function
|
|
6155
|
+
function Xl(i, e) {
|
|
6101
6156
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6102
6157
|
if (!r) {
|
|
6103
6158
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
6104
6159
|
return;
|
|
6105
6160
|
}
|
|
6106
|
-
const n =
|
|
6161
|
+
const n = Ot.props[r];
|
|
6107
6162
|
if (!n) {
|
|
6108
6163
|
console.error(`tabsV1/spawn props not found, ${t}`);
|
|
6109
6164
|
return;
|
|
6110
6165
|
}
|
|
6111
6166
|
const s = {};
|
|
6112
|
-
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 = [
|
|
6113
6168
|
Ee(i, e, "tab1", "tab 1"),
|
|
6114
6169
|
Ee(i, e, "tab2", "tab 2"),
|
|
6115
6170
|
Ee(i, e, "tab3", "tab 3")
|
|
@@ -6129,16 +6184,16 @@ function Ee(i, e, t, r) {
|
|
|
6129
6184
|
const u = {};
|
|
6130
6185
|
return D(u, a), u.basic.id = R(16), u.basic.key = Gt.key, u.settings.value = t, u.settings.text = r, u;
|
|
6131
6186
|
}
|
|
6132
|
-
const
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
const
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
const
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
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 = {
|
|
6142
6197
|
key: "settings",
|
|
6143
6198
|
name: "x-runtime-lib.settings",
|
|
6144
6199
|
children: [
|
|
@@ -6214,24 +6269,24 @@ const si = {
|
|
|
6214
6269
|
{
|
|
6215
6270
|
key: "color",
|
|
6216
6271
|
name: "x-runtime-lib.color",
|
|
6217
|
-
children: [
|
|
6272
|
+
children: [fn, bn, yn]
|
|
6218
6273
|
}
|
|
6219
6274
|
]
|
|
6220
|
-
},
|
|
6221
|
-
key:
|
|
6275
|
+
}, Ot = {
|
|
6276
|
+
key: kt,
|
|
6222
6277
|
name: "x-runtime-lib.tabs",
|
|
6223
|
-
comp:
|
|
6278
|
+
comp: Qr,
|
|
6224
6279
|
props: {
|
|
6225
|
-
pageCommon: [
|
|
6226
|
-
compCommon: [
|
|
6280
|
+
pageCommon: [x, li],
|
|
6281
|
+
compCommon: [x, li]
|
|
6227
6282
|
},
|
|
6228
6283
|
events: [],
|
|
6229
6284
|
methods: [],
|
|
6230
6285
|
slots: [],
|
|
6231
|
-
spawn:
|
|
6286
|
+
spawn: Xl
|
|
6232
6287
|
};
|
|
6233
|
-
S(
|
|
6234
|
-
function
|
|
6288
|
+
S(Ot);
|
|
6289
|
+
function Yl(i, e) {
|
|
6235
6290
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6236
6291
|
if (!r) {
|
|
6237
6292
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
@@ -6245,7 +6300,7 @@ function Ol(i, e) {
|
|
|
6245
6300
|
const s = {};
|
|
6246
6301
|
return D(s, n), s.basic.id = R(16), s.basic.key = he.key, s.settings.text = "text", s;
|
|
6247
6302
|
}
|
|
6248
|
-
const
|
|
6303
|
+
const ai = {
|
|
6249
6304
|
key: "settings",
|
|
6250
6305
|
name: "x-runtime-lib.settings",
|
|
6251
6306
|
children: [
|
|
@@ -6332,35 +6387,35 @@ const ri = {
|
|
|
6332
6387
|
}
|
|
6333
6388
|
]
|
|
6334
6389
|
}, he = {
|
|
6335
|
-
key:
|
|
6390
|
+
key: _t,
|
|
6336
6391
|
name: "x-runtime-lib.text",
|
|
6337
|
-
comp:
|
|
6392
|
+
comp: el,
|
|
6338
6393
|
props: {
|
|
6339
|
-
pageCommon: [
|
|
6340
|
-
compCommon: [
|
|
6394
|
+
pageCommon: [x, ai],
|
|
6395
|
+
compCommon: [x, ai]
|
|
6341
6396
|
},
|
|
6342
6397
|
events: [],
|
|
6343
6398
|
methods: [],
|
|
6344
6399
|
slots: [],
|
|
6345
6400
|
leaf: !0,
|
|
6346
|
-
spawn:
|
|
6401
|
+
spawn: Yl
|
|
6347
6402
|
};
|
|
6348
6403
|
S(he);
|
|
6349
|
-
function
|
|
6404
|
+
function Ql(i, e) {
|
|
6350
6405
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6351
6406
|
if (!r) {
|
|
6352
6407
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
6353
6408
|
return;
|
|
6354
6409
|
}
|
|
6355
|
-
const n =
|
|
6410
|
+
const n = Kt.props[r];
|
|
6356
6411
|
if (!n) {
|
|
6357
6412
|
console.error(`textareaV1/spawn props not found, ${t}`);
|
|
6358
6413
|
return;
|
|
6359
6414
|
}
|
|
6360
6415
|
const s = {};
|
|
6361
|
-
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;
|
|
6362
6417
|
}
|
|
6363
|
-
const
|
|
6418
|
+
const ui = {
|
|
6364
6419
|
key: "settings",
|
|
6365
6420
|
name: "x-runtime-lib.settings",
|
|
6366
6421
|
children: [
|
|
@@ -6431,47 +6486,47 @@ const li = {
|
|
|
6431
6486
|
default: 0
|
|
6432
6487
|
}
|
|
6433
6488
|
]
|
|
6434
|
-
},
|
|
6435
|
-
key:
|
|
6489
|
+
}, Kt = {
|
|
6490
|
+
key: wt,
|
|
6436
6491
|
name: "x-runtime-lib.textarea",
|
|
6437
|
-
comp:
|
|
6492
|
+
comp: tl,
|
|
6438
6493
|
props: {
|
|
6439
|
-
pageCommon: [
|
|
6440
|
-
compCommon: [
|
|
6494
|
+
pageCommon: [x, ui],
|
|
6495
|
+
compCommon: [x, ui]
|
|
6441
6496
|
},
|
|
6442
6497
|
events: [],
|
|
6443
6498
|
methods: [],
|
|
6444
6499
|
slots: [],
|
|
6445
6500
|
leaf: !0,
|
|
6446
|
-
spawn:
|
|
6501
|
+
spawn: Ql
|
|
6447
6502
|
};
|
|
6448
|
-
S(
|
|
6449
|
-
const
|
|
6450
|
-
key:
|
|
6503
|
+
S(Kt);
|
|
6504
|
+
const Zt = {
|
|
6505
|
+
key: io,
|
|
6451
6506
|
name: "x-runtime-lib.timelineItem",
|
|
6452
|
-
comp:
|
|
6507
|
+
comp: rl,
|
|
6453
6508
|
props: {
|
|
6454
|
-
pageCommon: [
|
|
6455
|
-
compCommon: [
|
|
6509
|
+
pageCommon: [x],
|
|
6510
|
+
compCommon: [x]
|
|
6456
6511
|
},
|
|
6457
6512
|
events: [],
|
|
6458
6513
|
methods: [],
|
|
6459
6514
|
slots: []
|
|
6460
6515
|
};
|
|
6461
|
-
S(
|
|
6462
|
-
function
|
|
6516
|
+
S(Zt);
|
|
6517
|
+
function ea(i, e) {
|
|
6463
6518
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6464
6519
|
if (!r) {
|
|
6465
6520
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
6466
6521
|
return;
|
|
6467
6522
|
}
|
|
6468
|
-
const n =
|
|
6523
|
+
const n = qt.props[r];
|
|
6469
6524
|
if (!n) {
|
|
6470
6525
|
console.error(`timelineV1/spawn props not found, ${t}`);
|
|
6471
6526
|
return;
|
|
6472
6527
|
}
|
|
6473
6528
|
const s = {};
|
|
6474
|
-
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 = [
|
|
6475
6530
|
Me(i, e, "timeline 1"),
|
|
6476
6531
|
Me(i, e, "timeline 2"),
|
|
6477
6532
|
Me(i, e, "timeline 3")
|
|
@@ -6483,15 +6538,15 @@ function Me(i, e, t) {
|
|
|
6483
6538
|
console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
|
|
6484
6539
|
return;
|
|
6485
6540
|
}
|
|
6486
|
-
const s =
|
|
6541
|
+
const s = Zt.props[n];
|
|
6487
6542
|
if (!s) {
|
|
6488
6543
|
console.error(`timelineV1/spawnEntry props not found, ${r}`);
|
|
6489
6544
|
return;
|
|
6490
6545
|
}
|
|
6491
6546
|
const a = {};
|
|
6492
|
-
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;
|
|
6493
6548
|
}
|
|
6494
|
-
function
|
|
6549
|
+
function ta(i, e, t) {
|
|
6495
6550
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6496
6551
|
if (!n) {
|
|
6497
6552
|
console.error(`timelineV1/spawnText prop tag not found, ${r}`);
|
|
@@ -6505,7 +6560,7 @@ function ql(i, e, t) {
|
|
|
6505
6560
|
const a = {};
|
|
6506
6561
|
return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
|
|
6507
6562
|
}
|
|
6508
|
-
const
|
|
6563
|
+
const na = G(Q), ia = G(Q), ci = {
|
|
6509
6564
|
key: "settings",
|
|
6510
6565
|
name: "x-runtime-lib.settings",
|
|
6511
6566
|
children: [
|
|
@@ -6553,7 +6608,7 @@ const Jl = j(Q), Xl = j(Q), ai = {
|
|
|
6553
6608
|
ui: "switch",
|
|
6554
6609
|
default: !1
|
|
6555
6610
|
},
|
|
6556
|
-
|
|
6611
|
+
na
|
|
6557
6612
|
]
|
|
6558
6613
|
},
|
|
6559
6614
|
{
|
|
@@ -6579,50 +6634,50 @@ const Jl = j(Q), Xl = j(Q), ai = {
|
|
|
6579
6634
|
ui: "numInput",
|
|
6580
6635
|
default: 0
|
|
6581
6636
|
},
|
|
6582
|
-
|
|
6637
|
+
ia
|
|
6583
6638
|
]
|
|
6584
6639
|
}
|
|
6585
6640
|
]
|
|
6586
|
-
},
|
|
6587
|
-
key:
|
|
6641
|
+
}, qt = {
|
|
6642
|
+
key: $t,
|
|
6588
6643
|
name: "x-runtime-lib.timeline",
|
|
6589
|
-
comp:
|
|
6644
|
+
comp: il,
|
|
6590
6645
|
props: {
|
|
6591
|
-
pageCommon: [
|
|
6592
|
-
compCommon: [
|
|
6646
|
+
pageCommon: [x, ci],
|
|
6647
|
+
compCommon: [x, ci]
|
|
6593
6648
|
},
|
|
6594
6649
|
events: [],
|
|
6595
6650
|
methods: [],
|
|
6596
6651
|
slots: [],
|
|
6597
|
-
spawn:
|
|
6652
|
+
spawn: ea
|
|
6598
6653
|
};
|
|
6599
|
-
S(
|
|
6600
|
-
const
|
|
6601
|
-
key:
|
|
6654
|
+
S(qt);
|
|
6655
|
+
const Jt = {
|
|
6656
|
+
key: oo,
|
|
6602
6657
|
name: "x-runtime-lib.windowItem",
|
|
6603
|
-
comp:
|
|
6658
|
+
comp: cl,
|
|
6604
6659
|
props: {
|
|
6605
|
-
pageCommon: [
|
|
6606
|
-
compCommon: [
|
|
6660
|
+
pageCommon: [x],
|
|
6661
|
+
compCommon: [x]
|
|
6607
6662
|
},
|
|
6608
6663
|
events: [],
|
|
6609
6664
|
methods: [],
|
|
6610
6665
|
slots: []
|
|
6611
6666
|
};
|
|
6612
|
-
S(
|
|
6613
|
-
function
|
|
6667
|
+
S(Jt);
|
|
6668
|
+
function oa(i, e) {
|
|
6614
6669
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6615
6670
|
if (!r) {
|
|
6616
6671
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
6617
6672
|
return;
|
|
6618
6673
|
}
|
|
6619
|
-
const n =
|
|
6674
|
+
const n = Xt.props[r];
|
|
6620
6675
|
if (!n) {
|
|
6621
6676
|
console.error(`windowV1/spawn props not found, ${t}`);
|
|
6622
6677
|
return;
|
|
6623
6678
|
}
|
|
6624
6679
|
const s = {};
|
|
6625
|
-
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 = [
|
|
6626
6681
|
Fe(i, e, "window 1"),
|
|
6627
6682
|
Fe(i, e, "window 2"),
|
|
6628
6683
|
Fe(i, e, "window 3")
|
|
@@ -6634,15 +6689,15 @@ function Fe(i, e, t) {
|
|
|
6634
6689
|
console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
|
|
6635
6690
|
return;
|
|
6636
6691
|
}
|
|
6637
|
-
const s =
|
|
6692
|
+
const s = Jt.props[n];
|
|
6638
6693
|
if (!s) {
|
|
6639
6694
|
console.error(`windowV1/spawnEntry props not found, ${r}`);
|
|
6640
6695
|
return;
|
|
6641
6696
|
}
|
|
6642
6697
|
const a = {};
|
|
6643
|
-
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;
|
|
6644
6699
|
}
|
|
6645
|
-
function
|
|
6700
|
+
function sa(i, e, t) {
|
|
6646
6701
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6647
6702
|
if (!n) {
|
|
6648
6703
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
|
|
@@ -6654,9 +6709,9 @@ function Ql(i, e, t) {
|
|
|
6654
6709
|
return;
|
|
6655
6710
|
}
|
|
6656
6711
|
const a = {};
|
|
6657
|
-
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;
|
|
6658
6713
|
}
|
|
6659
|
-
function
|
|
6714
|
+
function ra(i, e, t) {
|
|
6660
6715
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6661
6716
|
if (!n) {
|
|
6662
6717
|
console.error(`windowV1/spawnText prop tag not found, ${r}`);
|
|
@@ -6670,7 +6725,7 @@ function ea(i, e, t) {
|
|
|
6670
6725
|
const a = {};
|
|
6671
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;
|
|
6672
6727
|
}
|
|
6673
|
-
const
|
|
6728
|
+
const di = {
|
|
6674
6729
|
key: "settings",
|
|
6675
6730
|
name: "x-runtime-lib.settings",
|
|
6676
6731
|
children: [
|
|
@@ -6718,47 +6773,47 @@ const ui = {
|
|
|
6718
6773
|
default: !1
|
|
6719
6774
|
}
|
|
6720
6775
|
]
|
|
6721
|
-
},
|
|
6722
|
-
key:
|
|
6776
|
+
}, Xt = {
|
|
6777
|
+
key: It,
|
|
6723
6778
|
name: "x-runtime-lib.window",
|
|
6724
|
-
comp:
|
|
6779
|
+
comp: ll,
|
|
6725
6780
|
props: {
|
|
6726
|
-
pageCommon: [
|
|
6727
|
-
compCommon: [
|
|
6781
|
+
pageCommon: [x, di],
|
|
6782
|
+
compCommon: [x, di]
|
|
6728
6783
|
},
|
|
6729
6784
|
events: [],
|
|
6730
6785
|
methods: [],
|
|
6731
6786
|
slots: [],
|
|
6732
|
-
spawn:
|
|
6787
|
+
spawn: oa
|
|
6733
6788
|
};
|
|
6734
|
-
S(
|
|
6735
|
-
const
|
|
6789
|
+
S(Xt);
|
|
6790
|
+
const la = [
|
|
6736
6791
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
6737
6792
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6738
6793
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6739
6794
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6740
|
-
],
|
|
6795
|
+
], aa = [
|
|
6741
6796
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6742
6797
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6743
6798
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6744
6799
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6745
|
-
],
|
|
6800
|
+
], ua = [
|
|
6746
6801
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6747
6802
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6748
6803
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6749
6804
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
6750
|
-
],
|
|
6805
|
+
], ca = [
|
|
6751
6806
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6752
6807
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6753
6808
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6754
|
-
],
|
|
6809
|
+
], da = [
|
|
6755
6810
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6756
6811
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6757
6812
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6758
|
-
],
|
|
6813
|
+
], ma = [
|
|
6759
6814
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6760
6815
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6761
|
-
],
|
|
6816
|
+
], pa = [
|
|
6762
6817
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
6763
6818
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6764
6819
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -6766,20 +6821,20 @@ const ta = [
|
|
|
6766
6821
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
6767
6822
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
6768
6823
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6769
|
-
],
|
|
6824
|
+
], fa = [
|
|
6770
6825
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6771
6826
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6772
6827
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6773
6828
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6774
6829
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6775
6830
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6776
|
-
],
|
|
6831
|
+
], ba = [
|
|
6777
6832
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6778
6833
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6779
6834
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6780
6835
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6781
6836
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6782
|
-
],
|
|
6837
|
+
], ya = [
|
|
6783
6838
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6784
6839
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6785
6840
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -6787,12 +6842,12 @@ const ta = [
|
|
|
6787
6842
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
6788
6843
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6789
6844
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6790
|
-
],
|
|
6845
|
+
], ha = [
|
|
6791
6846
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6792
6847
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6793
6848
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6794
6849
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6795
|
-
],
|
|
6850
|
+
], xa = [
|
|
6796
6851
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6797
6852
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
6798
6853
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -6800,24 +6855,24 @@ const ta = [
|
|
|
6800
6855
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
6801
6856
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
6802
6857
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
6803
|
-
],
|
|
6858
|
+
], ga = [
|
|
6804
6859
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6805
6860
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6806
6861
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6807
6862
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6808
6863
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6809
6864
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6810
|
-
],
|
|
6865
|
+
], va = [
|
|
6811
6866
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6812
6867
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6813
6868
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6814
|
-
],
|
|
6869
|
+
], ka = [
|
|
6815
6870
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
6816
6871
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
6817
6872
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6818
6873
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
6819
6874
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
6820
|
-
],
|
|
6875
|
+
], _a = [
|
|
6821
6876
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6822
6877
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6823
6878
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6825,18 +6880,18 @@ const ta = [
|
|
|
6825
6880
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6826
6881
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6827
6882
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6828
|
-
],
|
|
6883
|
+
], wa = [
|
|
6829
6884
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6830
6885
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6831
6886
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6832
6887
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6833
6888
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6834
|
-
],
|
|
6889
|
+
], Va = [
|
|
6835
6890
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6836
6891
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6837
6892
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
6838
6893
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
6839
|
-
],
|
|
6894
|
+
], $a = [
|
|
6840
6895
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6841
6896
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
6842
6897
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -6851,7 +6906,7 @@ const ta = [
|
|
|
6851
6906
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
6852
6907
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
6853
6908
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
6854
|
-
],
|
|
6909
|
+
], Ia = [
|
|
6855
6910
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6856
6911
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6857
6912
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -6862,53 +6917,53 @@ const ta = [
|
|
|
6862
6917
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6863
6918
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6864
6919
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6865
|
-
],
|
|
6920
|
+
], Ca = [
|
|
6866
6921
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6867
6922
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6868
6923
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6869
|
-
],
|
|
6924
|
+
], Sa = [
|
|
6870
6925
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6871
6926
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6872
|
-
],
|
|
6927
|
+
], Ta = [
|
|
6873
6928
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6874
6929
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6875
|
-
],
|
|
6930
|
+
], za = [
|
|
6876
6931
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6877
6932
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6878
6933
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
6879
|
-
],
|
|
6934
|
+
], Aa = [
|
|
6880
6935
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6881
6936
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6882
6937
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6883
6938
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
6884
|
-
],
|
|
6939
|
+
], Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6885
6940
|
__proto__: null,
|
|
6886
|
-
alignTabsItemsV1:
|
|
6887
|
-
axisTypeItemsV1:
|
|
6888
|
-
borderStyleItemsV1:
|
|
6889
|
-
colorModeItemsV1:
|
|
6890
|
-
densityItemsV1:
|
|
6891
|
-
directionItemsV1:
|
|
6892
|
-
fieldVariantItemsV1:
|
|
6893
|
-
flexCrossAlignItemsV1:
|
|
6894
|
-
flexDirectionItemsV1:
|
|
6895
|
-
flexMainAlignItemsV1:
|
|
6896
|
-
flexWrapItemsV1:
|
|
6897
|
-
fontWeightItemsV1:
|
|
6898
|
-
sheetVariantItemsV1:
|
|
6899
|
-
showTicksItemsV1:
|
|
6900
|
-
sizeItemsV1:
|
|
6901
|
-
textAlignItemsV1:
|
|
6902
|
-
textDecorationItemsV1:
|
|
6903
|
-
textEmphasisItemsV1:
|
|
6904
|
-
textStyleItemsV1:
|
|
6905
|
-
themeColorItemsV1:
|
|
6906
|
-
thumbLabelItemsV1:
|
|
6907
|
-
timelineAlignItemsV1:
|
|
6908
|
-
timelineDirectionItemsV1:
|
|
6909
|
-
timelineSideItemsV1:
|
|
6910
|
-
timelineTruncateLineItemsV1:
|
|
6911
|
-
}, 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 = [
|
|
6912
6967
|
{
|
|
6913
6968
|
title: "x-runtime-lib.notSet",
|
|
6914
6969
|
value: "",
|
|
@@ -6948,7 +7003,7 @@ const ta = [
|
|
|
6948
7003
|
max: 1 / 0,
|
|
6949
7004
|
step: 1
|
|
6950
7005
|
}
|
|
6951
|
-
],
|
|
7006
|
+
], Wa = [
|
|
6952
7007
|
{
|
|
6953
7008
|
title: "x-runtime-lib.notSet",
|
|
6954
7009
|
value: "",
|
|
@@ -6970,7 +7025,7 @@ const ta = [
|
|
|
6970
7025
|
validator: (i) => i === "right",
|
|
6971
7026
|
default: "right"
|
|
6972
7027
|
}
|
|
6973
|
-
],
|
|
7028
|
+
], La = [
|
|
6974
7029
|
{
|
|
6975
7030
|
title: "x-runtime-lib.notSet",
|
|
6976
7031
|
value: "",
|
|
@@ -6996,11 +7051,11 @@ const ta = [
|
|
|
6996
7051
|
title: "x-runtime-lib.percent",
|
|
6997
7052
|
value: "percent",
|
|
6998
7053
|
ui: "percentInput",
|
|
6999
|
-
validator:
|
|
7054
|
+
validator: ln,
|
|
7000
7055
|
precision: 6,
|
|
7001
7056
|
default: "0%"
|
|
7002
7057
|
}
|
|
7003
|
-
],
|
|
7058
|
+
], Ba = [
|
|
7004
7059
|
{
|
|
7005
7060
|
title: "x-runtime-lib.notSet",
|
|
7006
7061
|
value: "",
|
|
@@ -7020,12 +7075,12 @@ const ta = [
|
|
|
7020
7075
|
title: "x-runtime-lib.percent",
|
|
7021
7076
|
value: "percent",
|
|
7022
7077
|
ui: "percentInput",
|
|
7023
|
-
validator:
|
|
7078
|
+
validator: ln,
|
|
7024
7079
|
precision: 6,
|
|
7025
7080
|
min: 0,
|
|
7026
7081
|
default: "0%"
|
|
7027
7082
|
}
|
|
7028
|
-
],
|
|
7083
|
+
], Ra = [
|
|
7029
7084
|
{
|
|
7030
7085
|
title: "x-runtime-lib.notSet",
|
|
7031
7086
|
value: "",
|
|
@@ -7045,12 +7100,12 @@ const ta = [
|
|
|
7045
7100
|
title: "x-runtime-lib.percent",
|
|
7046
7101
|
value: "percent",
|
|
7047
7102
|
ui: "percentInput",
|
|
7048
|
-
validator:
|
|
7103
|
+
validator: ln,
|
|
7049
7104
|
precision: 6,
|
|
7050
7105
|
min: 0,
|
|
7051
7106
|
default: "0%"
|
|
7052
7107
|
}
|
|
7053
|
-
],
|
|
7108
|
+
], Da = [
|
|
7054
7109
|
{
|
|
7055
7110
|
title: "x-runtime-lib.notSet",
|
|
7056
7111
|
value: "",
|
|
@@ -7079,7 +7134,7 @@ const ta = [
|
|
|
7079
7134
|
validator: (i) => i === "end",
|
|
7080
7135
|
default: "end"
|
|
7081
7136
|
}
|
|
7082
|
-
],
|
|
7137
|
+
], Ea = [
|
|
7083
7138
|
{
|
|
7084
7139
|
title: "x-runtime-lib.notSet",
|
|
7085
7140
|
value: "",
|
|
@@ -7101,26 +7156,26 @@ const ta = [
|
|
|
7101
7156
|
validator: (i) => i === "bottom",
|
|
7102
7157
|
default: "bottom"
|
|
7103
7158
|
}
|
|
7104
|
-
],
|
|
7159
|
+
], Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7105
7160
|
__proto__: null,
|
|
7106
|
-
borderWidthTypesV1:
|
|
7107
|
-
leftRightTypesV1:
|
|
7108
|
-
marginTypesV1:
|
|
7109
|
-
paddingTypesV1:
|
|
7110
|
-
sizeTypesV1:
|
|
7111
|
-
tableColumnAlignTypesV1:
|
|
7112
|
-
topBottomTypesV1:
|
|
7113
|
-
}, 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 = {
|
|
7114
7169
|
version: "v1",
|
|
7115
7170
|
globalityKey: lt,
|
|
7116
7171
|
refKey: Se,
|
|
7117
|
-
items: { ...
|
|
7118
|
-
types: { ...
|
|
7172
|
+
items: { ...Pa },
|
|
7173
|
+
types: { ...Ma },
|
|
7119
7174
|
elements: /* @__PURE__ */ new Set([
|
|
7120
7175
|
Ue,
|
|
7121
|
-
|
|
7122
|
-
Ge,
|
|
7176
|
+
kn,
|
|
7123
7177
|
je,
|
|
7178
|
+
Ge,
|
|
7124
7179
|
Oe,
|
|
7125
7180
|
Ke,
|
|
7126
7181
|
Ze,
|
|
@@ -7134,7 +7189,7 @@ const ta = [
|
|
|
7134
7189
|
nt,
|
|
7135
7190
|
it,
|
|
7136
7191
|
ot,
|
|
7137
|
-
|
|
7192
|
+
Ji,
|
|
7138
7193
|
st,
|
|
7139
7194
|
lt,
|
|
7140
7195
|
rt,
|
|
@@ -7142,65 +7197,66 @@ const ta = [
|
|
|
7142
7197
|
ut,
|
|
7143
7198
|
ct,
|
|
7144
7199
|
dt,
|
|
7145
|
-
qi,
|
|
7146
7200
|
mt,
|
|
7201
|
+
Xi,
|
|
7147
7202
|
pt,
|
|
7148
7203
|
ft,
|
|
7149
|
-
Se,
|
|
7150
7204
|
bt,
|
|
7205
|
+
Se,
|
|
7151
7206
|
yt,
|
|
7152
7207
|
ht,
|
|
7153
7208
|
xt,
|
|
7154
|
-
|
|
7155
|
-
Xi,
|
|
7209
|
+
gt,
|
|
7156
7210
|
Yi,
|
|
7157
7211
|
Qi,
|
|
7158
|
-
gt,
|
|
7159
7212
|
eo,
|
|
7213
|
+
to,
|
|
7160
7214
|
vt,
|
|
7215
|
+
no,
|
|
7161
7216
|
kt,
|
|
7162
7217
|
_t,
|
|
7163
7218
|
wt,
|
|
7164
7219
|
Vt,
|
|
7165
|
-
to,
|
|
7166
7220
|
$t,
|
|
7167
|
-
|
|
7221
|
+
io,
|
|
7222
|
+
It,
|
|
7223
|
+
oo
|
|
7168
7224
|
]),
|
|
7169
7225
|
groups: [
|
|
7170
7226
|
{
|
|
7171
7227
|
key: "containment",
|
|
7172
7228
|
name: "x-runtime-lib.containment",
|
|
7173
7229
|
items: [
|
|
7174
|
-
|
|
7230
|
+
je,
|
|
7175
7231
|
Ke,
|
|
7176
7232
|
qe,
|
|
7177
7233
|
Qe,
|
|
7178
7234
|
ot,
|
|
7179
7235
|
nt,
|
|
7180
|
-
|
|
7236
|
+
ct
|
|
7181
7237
|
]
|
|
7182
7238
|
},
|
|
7183
7239
|
{
|
|
7184
7240
|
key: "navigation",
|
|
7185
7241
|
name: "x-runtime-lib.navigation",
|
|
7186
|
-
items: [
|
|
7242
|
+
items: [kn, mt, kt]
|
|
7187
7243
|
},
|
|
7188
7244
|
{
|
|
7189
7245
|
key: "formRelated",
|
|
7190
7246
|
name: "x-runtime-lib.formRelated",
|
|
7191
7247
|
items: [
|
|
7192
7248
|
st,
|
|
7193
|
-
kt,
|
|
7194
|
-
wt,
|
|
7195
7249
|
_t,
|
|
7196
|
-
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
gt,
|
|
7200
|
-
mt,
|
|
7201
|
-
Ze,
|
|
7250
|
+
Vt,
|
|
7251
|
+
wt,
|
|
7252
|
+
dt,
|
|
7202
7253
|
ht,
|
|
7254
|
+
Ye,
|
|
7255
|
+
vt,
|
|
7203
7256
|
pt,
|
|
7257
|
+
Ze,
|
|
7258
|
+
xt,
|
|
7259
|
+
ft,
|
|
7204
7260
|
it
|
|
7205
7261
|
]
|
|
7206
7262
|
},
|
|
@@ -7214,16 +7270,16 @@ const ta = [
|
|
|
7214
7270
|
name: "x-runtime-lib.selection",
|
|
7215
7271
|
items: [
|
|
7216
7272
|
Oe,
|
|
7217
|
-
|
|
7273
|
+
Ge,
|
|
7218
7274
|
Je,
|
|
7219
|
-
|
|
7220
|
-
|
|
7275
|
+
gt,
|
|
7276
|
+
It
|
|
7221
7277
|
]
|
|
7222
7278
|
},
|
|
7223
7279
|
{
|
|
7224
7280
|
key: "feedback",
|
|
7225
7281
|
name: "x-runtime-lib.feedback",
|
|
7226
|
-
items: [
|
|
7282
|
+
items: [qi, bt, $t]
|
|
7227
7283
|
},
|
|
7228
7284
|
{
|
|
7229
7285
|
key: "imagesAndIcons",
|
|
@@ -7238,111 +7294,112 @@ const ta = [
|
|
|
7238
7294
|
{
|
|
7239
7295
|
key: "dynamic",
|
|
7240
7296
|
name: "x-runtime-lib.dynamic",
|
|
7241
|
-
items: [
|
|
7297
|
+
items: [Se, ut, yt]
|
|
7242
7298
|
}
|
|
7243
7299
|
]
|
|
7244
|
-
},
|
|
7245
|
-
v1:
|
|
7246
|
-
},
|
|
7300
|
+
}, hn = {
|
|
7301
|
+
v1: Fa
|
|
7302
|
+
}, Ha = (i, e, t) => {
|
|
7247
7303
|
const r = i[e];
|
|
7248
7304
|
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
|
|
7249
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." : ""))));
|
|
7250
7306
|
});
|
|
7251
7307
|
};
|
|
7252
|
-
async function
|
|
7253
|
-
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;
|
|
7254
7310
|
}
|
|
7255
7311
|
export {
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
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,
|
|
7263
7319
|
Ve as cardV1,
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
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,
|
|
7275
7331
|
ye as elements,
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7332
|
+
au as ensureContext,
|
|
7333
|
+
cu as fileInputV1,
|
|
7334
|
+
Nt as flexLayoutEntryV1,
|
|
7279
7335
|
$e as flexLayoutV1,
|
|
7280
|
-
|
|
7336
|
+
Bt as formV1,
|
|
7281
7337
|
R as genId,
|
|
7282
7338
|
we as getBreakpointProp,
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7339
|
+
gn as getIndexOfBreakpoint,
|
|
7340
|
+
Ja as getNode,
|
|
7341
|
+
vn as getPropDefault,
|
|
7286
7342
|
E as getPropTag,
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7343
|
+
lu as getTypeColor,
|
|
7344
|
+
fl as globalityV1,
|
|
7345
|
+
Bl as iconV1,
|
|
7290
7346
|
D as initProps,
|
|
7291
7347
|
M as injectDark,
|
|
7292
7348
|
ue as injectData,
|
|
7293
|
-
|
|
7349
|
+
Hi as injectDepends,
|
|
7294
7350
|
le as injectDevice,
|
|
7295
|
-
|
|
7351
|
+
Fi as injectEnv,
|
|
7296
7352
|
A as injectMode,
|
|
7297
|
-
|
|
7353
|
+
Mi as injectOrg,
|
|
7298
7354
|
B as injectSandbox,
|
|
7299
7355
|
ae as injectType,
|
|
7300
|
-
|
|
7356
|
+
ln as isPercentStr,
|
|
7301
7357
|
Ne as isPixelStr,
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
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,
|
|
7308
7365
|
Le as parsePercentStr,
|
|
7309
|
-
|
|
7310
|
-
|
|
7311
|
-
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7317
|
-
|
|
7318
|
-
|
|
7319
|
-
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
|
-
|
|
7325
|
-
|
|
7326
|
-
|
|
7327
|
-
|
|
7328
|
-
|
|
7329
|
-
|
|
7330
|
-
|
|
7331
|
-
|
|
7332
|
-
|
|
7333
|
-
|
|
7334
|
-
|
|
7335
|
-
|
|
7336
|
-
|
|
7337
|
-
|
|
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,
|
|
7338
7395
|
Gt as tabV1,
|
|
7339
|
-
|
|
7340
|
-
|
|
7396
|
+
Ot as tabsV1,
|
|
7397
|
+
Lt as textFieldV1,
|
|
7341
7398
|
he as textV1,
|
|
7342
|
-
|
|
7343
|
-
|
|
7344
|
-
|
|
7345
|
-
|
|
7346
|
-
|
|
7347
|
-
|
|
7399
|
+
Kt as textareaV1,
|
|
7400
|
+
Zt as timelineItemV1,
|
|
7401
|
+
qt as timelineV1,
|
|
7402
|
+
ru as types,
|
|
7403
|
+
Jt as windowItemV1,
|
|
7404
|
+
Xt as windowV1
|
|
7348
7405
|
};
|