x-runtime-lib 0.7.27 → 0.7.29
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/element/chart/barChart/v1/meta.d.ts +1 -1
- package/dist/element/chart/barChart/v1/spawn.d.ts +1 -1
- package/dist/element/chart/lineChart/v1/meta.d.ts +1 -1
- package/dist/element/chart/lineChart/v1/spawn.d.ts +1 -1
- package/dist/element/misc/globality/v1/meta.d.ts +1 -1
- package/dist/element/misc/ref/v1/meta.d.ts +1 -1
- package/dist/element/regular/badge/v1/meta.d.ts +1 -1
- package/dist/element/regular/btn/v1/meta.d.ts +1 -1
- package/dist/element/regular/btn/v1/spawn.d.ts +1 -1
- package/dist/element/regular/btnGroup/v1/meta.d.ts +1 -1
- package/dist/element/regular/btnToggle/v1/meta.d.ts +1 -1
- package/dist/element/regular/card/v1/meta.d.ts +1 -1
- package/dist/element/regular/card/v1/spawn.d.ts +1 -1
- package/dist/element/regular/checkbox/v1/meta.d.ts +1 -1
- package/dist/element/regular/chip/v1/meta.d.ts +1 -1
- package/dist/element/regular/chipGroup/v1/meta.d.ts +1 -1
- package/dist/element/regular/chipGroup/v1/spawn.d.ts +1 -1
- package/dist/element/regular/colorPicker/v1/meta.d.ts +1 -1
- package/dist/element/regular/combobox/v1/meta.d.ts +1 -1
- package/dist/element/regular/container/v1/meta.d.ts +1 -1
- package/dist/element/regular/dataTable/v1/meta.d.ts +1 -1
- package/dist/element/regular/datePicker/v1/meta.d.ts +1 -1
- package/dist/element/regular/dialog/v1/meta.d.ts +1 -1
- package/dist/element/regular/fileInput/v1/meta.d.ts +1 -1
- package/dist/element/regular/flexLayout/v1/meta.d.ts +1 -1
- package/dist/element/regular/flexLayout/v1/spawn.d.ts +1 -1
- package/dist/element/regular/flexLayoutEntry/v1/meta.d.ts +1 -1
- package/dist/element/regular/form/v1/meta.d.ts +1 -1
- package/dist/element/regular/form/v1/spawn.d.ts +1 -1
- package/dist/element/regular/icon/v1/meta.d.ts +1 -1
- package/dist/element/regular/menu/v1/meta.d.ts +1 -1
- package/dist/element/regular/numberInput/v1/meta.d.ts +1 -1
- package/dist/element/regular/numberInput/v1/spawn.d.ts +1 -1
- package/dist/element/regular/pagination/v1/meta.d.ts +1 -1
- package/dist/element/regular/radio/v1/meta.d.ts +1 -1
- package/dist/element/regular/radioGroup/v1/meta.d.ts +1 -1
- package/dist/element/regular/radioGroup/v1/spawn.d.ts +1 -1
- package/dist/element/regular/rangeSlider/v1/meta.d.ts +1 -1
- package/dist/element/regular/rating/v1/meta.d.ts +1 -1
- package/dist/element/regular/select/v1/meta.d.ts +1 -1
- package/dist/element/regular/slider/v1/meta.d.ts +1 -1
- package/dist/element/regular/stepper/v1/meta.d.ts +1 -1
- package/dist/element/regular/stepper/v1/spawn.d.ts +1 -1
- package/dist/element/regular/stepperHeader/v1/meta.d.ts +1 -1
- package/dist/element/regular/stepperItem/v1/meta.d.ts +1 -1
- package/dist/element/regular/stepperWindow/v1/meta.d.ts +1 -1
- package/dist/element/regular/stepperWindowItem/v1/meta.d.ts +1 -1
- package/dist/element/regular/switch/v1/meta.d.ts +1 -1
- package/dist/element/regular/tab/v1/meta.d.ts +1 -1
- package/dist/element/regular/tabs/v1/meta.d.ts +1 -1
- package/dist/element/regular/tabs/v1/spawn.d.ts +1 -1
- package/dist/element/regular/text/v1/meta.d.ts +1 -1
- package/dist/element/regular/text/v1/spawn.d.ts +1 -1
- package/dist/element/regular/textField/v1/meta.d.ts +1 -1
- package/dist/element/regular/textarea/v1/meta.d.ts +1 -1
- package/dist/element/regular/textarea/v1/spawn.d.ts +1 -1
- package/dist/element/regular/timeline/v1/meta.d.ts +1 -1
- package/dist/element/regular/timeline/v1/spawn.d.ts +1 -1
- package/dist/element/regular/timelineItem/v1/meta.d.ts +1 -1
- package/dist/element/regular/window/v1/meta.d.ts +1 -1
- package/dist/element/regular/window/v1/spawn.d.ts +1 -1
- package/dist/element/regular/windowItem/v1/meta.d.ts +1 -1
- package/dist/index.js +909 -999
- package/dist/types/element.d.ts +29 -28
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as Ce, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as li, onMounted as ai, nextTick as ui, createElementBlock as re, openBlock as
|
|
1
|
+
import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as Ce, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as li, onMounted as ai, nextTick as ui, createElementBlock as re, openBlock as C, normalizeStyle as ie, createBlock as P, h as J, resolveComponent as L, unref as o, withCtx as N, renderSlot as G, createVNode as Z, isRef as X, createSlots as Yt, renderList as io, useId as ci, createCommentVNode as di, withModifiers as oo, normalizeClass as so, toDisplayString as ro } from "vue";
|
|
2
2
|
import { waitUtil as mi, eventBus as Qt, messageInfo as lo, messageSuccess as ao, messageWarning as pi, messageError as fi, createAxios as uo, globalObjects as He, openConfirmDlg as co, openPromptDlg as mo, useViewStack as bi, injectDark as po } from "x-essential-lib";
|
|
3
3
|
import { useTheme as fo } from "vuetify";
|
|
4
4
|
import { c as U, u as bo, r as yi, e as hi, i as yo, a as ho, b as xo, d as go, f as vo, g as ko, h as _o, j as wo, I as Vo, m as $o, k as xi } from "./vendor.kp4chziz.js";
|
|
@@ -19,90 +19,90 @@ const ye = {}, Io = {
|
|
|
19
19
|
};
|
|
20
20
|
function vi(i) {
|
|
21
21
|
const e = V(() => i.node.legend?.show), t = V(() => i.node.legend?.data);
|
|
22
|
-
function
|
|
22
|
+
function r(n) {
|
|
23
23
|
n.legend = {
|
|
24
24
|
show: e.value,
|
|
25
25
|
data: t.value
|
|
26
26
|
};
|
|
27
27
|
}
|
|
28
|
-
return { show: e, data: t, applyLegend:
|
|
28
|
+
return { show: e, data: t, applyLegend: r };
|
|
29
29
|
}
|
|
30
30
|
function ki(i) {
|
|
31
31
|
const e = V(() => i.node.series);
|
|
32
|
-
function t(
|
|
33
|
-
|
|
32
|
+
function t(r) {
|
|
33
|
+
r.series = e.value;
|
|
34
34
|
}
|
|
35
35
|
return { series: e, applySeries: t };
|
|
36
36
|
}
|
|
37
37
|
function _i(i) {
|
|
38
|
-
const e = V(() => i.node.title?.show), t = V(() => i.node.title?.text),
|
|
39
|
-
function n(
|
|
40
|
-
|
|
38
|
+
const e = V(() => i.node.title?.show), t = V(() => i.node.title?.text), r = V(() => i.node.title?.subtext);
|
|
39
|
+
function n(s) {
|
|
40
|
+
s.title = {
|
|
41
41
|
show: e.value,
|
|
42
42
|
text: t.value,
|
|
43
|
-
subtext:
|
|
43
|
+
subtext: r.value
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
|
-
return { show: e, text: t, subtext:
|
|
46
|
+
return { show: e, text: t, subtext: r, applyTitle: n };
|
|
47
47
|
}
|
|
48
48
|
function wi(i) {
|
|
49
|
-
const e = V(() => i.node.xAxis?.show), t = V(() => i.node.xAxis?.position),
|
|
50
|
-
function
|
|
49
|
+
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);
|
|
50
|
+
function s(a) {
|
|
51
51
|
a.xAxis = {
|
|
52
52
|
show: e.value,
|
|
53
53
|
position: t.value,
|
|
54
|
-
type:
|
|
54
|
+
type: r.value,
|
|
55
55
|
data: n.value
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
-
return { show: e, position: t, type:
|
|
58
|
+
return { show: e, position: t, type: r, data: n, applyXAxis: s };
|
|
59
59
|
}
|
|
60
60
|
function Vi(i) {
|
|
61
|
-
const e = V(() => i.node.yAxis?.show), t = V(() => i.node.yAxis?.position),
|
|
62
|
-
function
|
|
61
|
+
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);
|
|
62
|
+
function s(a) {
|
|
63
63
|
a.yAxis = {
|
|
64
64
|
show: e.value,
|
|
65
65
|
position: t.value,
|
|
66
|
-
type:
|
|
66
|
+
type: r.value,
|
|
67
67
|
data: n.value
|
|
68
68
|
};
|
|
69
69
|
}
|
|
70
|
-
return { show: e, position: t, type:
|
|
70
|
+
return { show: e, position: t, type: r, data: n, applyYAxis: s };
|
|
71
71
|
}
|
|
72
72
|
function Y(i, e) {
|
|
73
|
-
const { computedThemes: t } = fo(),
|
|
73
|
+
const { computedThemes: t } = fo(), r = V(() => e.value?.mode), n = V(() => {
|
|
74
74
|
const u = e.value?.theme;
|
|
75
75
|
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;
|
|
76
|
-
}),
|
|
77
|
-
return { color: V(() =>
|
|
76
|
+
}), s = V(() => i.value ? e.value.custom?.dark : e.value.custom?.light);
|
|
77
|
+
return { color: V(() => r.value === "theme" ? n.value : r.value === "custom" ? s.value : "") };
|
|
78
78
|
}
|
|
79
79
|
function en(i, e) {
|
|
80
|
-
const t = V(() => e.node.border?.style),
|
|
81
|
-
function m(
|
|
82
|
-
t.value && (
|
|
80
|
+
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);
|
|
81
|
+
function m(c) {
|
|
82
|
+
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);
|
|
83
83
|
}
|
|
84
|
-
return { borderStyle: t, borderWidth:
|
|
84
|
+
return { borderStyle: t, borderWidth: r, borderColor: s, applyBorder: m };
|
|
85
85
|
}
|
|
86
86
|
function tn(i) {
|
|
87
|
-
const e = V(() => i.node.margin?.top), t = V(() => i.node.margin?.left),
|
|
88
|
-
function
|
|
89
|
-
e.value && (a.marginTop = e.value), t.value && (a.marginLeft = t.value),
|
|
87
|
+
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);
|
|
88
|
+
function s(a) {
|
|
89
|
+
e.value && (a.marginTop = e.value), t.value && (a.marginLeft = t.value), r.value && (a.marginBottom = r.value), n.value && (a.marginRight = n.value);
|
|
90
90
|
}
|
|
91
|
-
return { marginTop: e, marginLeft: t, marginBottom:
|
|
91
|
+
return { marginTop: e, marginLeft: t, marginBottom: r, marginRight: n, applyMargin: s };
|
|
92
92
|
}
|
|
93
93
|
function nn(i) {
|
|
94
|
-
const e = V(() => i.node.padding?.top), t = V(() => i.node.padding?.left),
|
|
95
|
-
function
|
|
96
|
-
e.value && (a.paddingTop = e.value), t.value && (a.paddingLeft = t.value),
|
|
94
|
+
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);
|
|
95
|
+
function s(a) {
|
|
96
|
+
e.value && (a.paddingTop = e.value), t.value && (a.paddingLeft = t.value), r.value && (a.paddingBottom = r.value), n.value && (a.paddingRight = n.value);
|
|
97
97
|
}
|
|
98
|
-
return { paddingTop: e, paddingLeft: t, paddingBottom:
|
|
98
|
+
return { paddingTop: e, paddingLeft: t, paddingBottom: r, paddingRight: n, applyPadding: s };
|
|
99
99
|
}
|
|
100
100
|
const bn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
101
101
|
function B(i) {
|
|
102
102
|
let e = "";
|
|
103
103
|
for (let t = 0; t < i; t++) {
|
|
104
|
-
const
|
|
105
|
-
e += bn[
|
|
104
|
+
const r = Math.floor(Math.random() * bn.length);
|
|
105
|
+
e += bn[r];
|
|
106
106
|
}
|
|
107
107
|
return e;
|
|
108
108
|
}
|
|
@@ -141,10 +141,10 @@ function yn(i) {
|
|
|
141
141
|
}
|
|
142
142
|
function we(i, e) {
|
|
143
143
|
let t;
|
|
144
|
-
for (const
|
|
145
|
-
if (yn(
|
|
144
|
+
for (const r of So) {
|
|
145
|
+
if (yn(r) < yn(i))
|
|
146
146
|
break;
|
|
147
|
-
e[
|
|
147
|
+
e[r] && (t = e[r]);
|
|
148
148
|
}
|
|
149
149
|
return t;
|
|
150
150
|
}
|
|
@@ -169,63 +169,63 @@ function hn(i, e) {
|
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
function R(i, e) {
|
|
172
|
-
function t(
|
|
172
|
+
function t(r, n) {
|
|
173
173
|
if (n.ui) {
|
|
174
174
|
if (n.ui === "strInput" && n.static)
|
|
175
175
|
return;
|
|
176
|
-
|
|
176
|
+
r[n.key] = hn(n);
|
|
177
177
|
} else
|
|
178
|
-
n.array ?
|
|
179
|
-
|
|
178
|
+
n.array ? r[n.key] = hn(n) : n.children.forEach((s) => {
|
|
179
|
+
r[n.key] || (r[n.key] = {}), t(r[n.key], s);
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
|
-
e.forEach((
|
|
182
|
+
e.forEach((r) => t(i, r));
|
|
183
183
|
}
|
|
184
|
-
function To(i, e, t,
|
|
185
|
-
const
|
|
184
|
+
function To(i, e, t, r, n) {
|
|
185
|
+
const s = `type=${i} subtype=${e} version=${t} ref=${r} keyOrRefid=${n}`, a = D(i, e);
|
|
186
186
|
if (!a) {
|
|
187
|
-
console.error(`spawnNode prop tag not found, ${
|
|
187
|
+
console.error(`spawnNode prop tag not found, ${s}`);
|
|
188
188
|
return;
|
|
189
189
|
}
|
|
190
190
|
const u = fn[t];
|
|
191
191
|
if (!u) {
|
|
192
|
-
console.error(`spawnNode pkg not found version, ${
|
|
192
|
+
console.error(`spawnNode pkg not found version, ${s}`);
|
|
193
193
|
return;
|
|
194
194
|
}
|
|
195
|
-
if (
|
|
195
|
+
if (r) {
|
|
196
196
|
const p = u.refKey, b = n;
|
|
197
197
|
if (!u.elements.has(p)) {
|
|
198
|
-
console.error(`spawnNode [ref] element not found in pkg, ${
|
|
198
|
+
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
199
199
|
return;
|
|
200
200
|
}
|
|
201
201
|
const m = ye[p];
|
|
202
202
|
if (!m) {
|
|
203
|
-
console.error(`spawnNode [ref] element not found in global, ${
|
|
203
|
+
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
204
204
|
return;
|
|
205
205
|
}
|
|
206
|
-
const
|
|
207
|
-
if (!
|
|
208
|
-
console.error(`spawnNode [ref] props not found, ${
|
|
206
|
+
const c = m.props[a];
|
|
207
|
+
if (!c) {
|
|
208
|
+
console.error(`spawnNode [ref] props not found, ${s}`);
|
|
209
209
|
return;
|
|
210
210
|
}
|
|
211
|
-
const
|
|
211
|
+
const d = {
|
|
212
212
|
basic: {
|
|
213
213
|
id: "",
|
|
214
214
|
key: ""
|
|
215
215
|
}
|
|
216
216
|
};
|
|
217
|
-
return R(
|
|
217
|
+
return R(d, c), d.basic.id = B(16), d.basic.key = p, d.ref = {
|
|
218
218
|
id: b
|
|
219
|
-
},
|
|
219
|
+
}, d;
|
|
220
220
|
} else {
|
|
221
221
|
const p = n;
|
|
222
222
|
if (!u.elements.has(p)) {
|
|
223
|
-
console.error(`spawnNode [key] element not found in pkg, ${
|
|
223
|
+
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
224
224
|
return;
|
|
225
225
|
}
|
|
226
226
|
const b = ye[p];
|
|
227
227
|
if (!b) {
|
|
228
|
-
console.error(`spawnNode [key] element not found in global, ${
|
|
228
|
+
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
229
229
|
return;
|
|
230
230
|
}
|
|
231
231
|
if (b.spawn)
|
|
@@ -233,39 +233,39 @@ function To(i, e, t, s, n) {
|
|
|
233
233
|
{
|
|
234
234
|
const m = b.props[a];
|
|
235
235
|
if (!m) {
|
|
236
|
-
console.error(`spawnNode [key] props not found, ${
|
|
236
|
+
console.error(`spawnNode [key] props not found, ${s}`);
|
|
237
237
|
return;
|
|
238
238
|
}
|
|
239
|
-
const
|
|
239
|
+
const c = {
|
|
240
240
|
basic: {
|
|
241
241
|
id: "",
|
|
242
242
|
key: ""
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
return R(
|
|
245
|
+
return R(c, m), c.basic.id = B(16), c.basic.key = p, b.leaf || (c.children = []), c;
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
function Ma(i, e) {
|
|
250
|
-
function t(
|
|
251
|
-
if (
|
|
252
|
-
return
|
|
253
|
-
if (
|
|
254
|
-
for (let n = 0; n <
|
|
255
|
-
const
|
|
256
|
-
if (
|
|
257
|
-
return
|
|
250
|
+
function t(r) {
|
|
251
|
+
if (r.basic.id === e)
|
|
252
|
+
return r;
|
|
253
|
+
if (r.children)
|
|
254
|
+
for (let n = 0; n < r.children.length; n++) {
|
|
255
|
+
const s = t(r.children[n]);
|
|
256
|
+
if (s)
|
|
257
|
+
return s;
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
for (let
|
|
261
|
-
const n = t(i[
|
|
260
|
+
for (let r = 0; r < i.length; r++) {
|
|
261
|
+
const n = t(i[r]);
|
|
262
262
|
if (n)
|
|
263
263
|
return n;
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
function zo(i) {
|
|
267
|
-
function e(
|
|
268
|
-
|
|
267
|
+
function e(r) {
|
|
268
|
+
r.basic.id = B(16), r.children?.forEach((n) => e(n));
|
|
269
269
|
}
|
|
270
270
|
const t = U(i);
|
|
271
271
|
return e(t), t;
|
|
@@ -304,7 +304,7 @@ function le() {
|
|
|
304
304
|
function Ka(i) {
|
|
305
305
|
se(Ai, Jt(i));
|
|
306
306
|
}
|
|
307
|
-
function
|
|
307
|
+
function M() {
|
|
308
308
|
return oe(Ai);
|
|
309
309
|
}
|
|
310
310
|
function ja(i) {
|
|
@@ -332,7 +332,7 @@ function W() {
|
|
|
332
332
|
return oe(Ei);
|
|
333
333
|
}
|
|
334
334
|
function pe(i, e, t) {
|
|
335
|
-
const
|
|
335
|
+
const r = V(() => t.node.size?.width), n = V(() => t.node.size?.minWidth), s = V(() => t.node.size?.maxWidth), a = V(() => {
|
|
336
336
|
if (t.outer && i === "editor") {
|
|
337
337
|
const m = Ee(t.node.size?.height);
|
|
338
338
|
if (m)
|
|
@@ -355,12 +355,12 @@ function pe(i, e, t) {
|
|
|
355
355
|
return t.node.size?.maxHeight;
|
|
356
356
|
});
|
|
357
357
|
function b(m) {
|
|
358
|
-
|
|
358
|
+
r.value && (m.width = r.value), n.value && (m.minWidth = n.value), s.value && (m.maxWidth = s.value), a.value && (m.height = a.value), u.value && (m.minHeight = u.value), p.value && (m.maxHeight = p.value);
|
|
359
359
|
}
|
|
360
|
-
return { width:
|
|
360
|
+
return { width: r, minWidth: n, maxWidth: s, height: a, minHeight: u, maxHeight: p, applySize: b };
|
|
361
361
|
}
|
|
362
362
|
function Mi(i, e, t) {
|
|
363
|
-
const
|
|
363
|
+
const r = V(() => e.node.basic.id), n = V(() => `callMethod@${r.value}`);
|
|
364
364
|
no(() => {
|
|
365
365
|
i.eventBus?.on(n.value, t);
|
|
366
366
|
}), Ce(() => {
|
|
@@ -368,39 +368,40 @@ function Mi(i, e, t) {
|
|
|
368
368
|
});
|
|
369
369
|
}
|
|
370
370
|
const Ao = (i, e, t) => {
|
|
371
|
-
let
|
|
372
|
-
if (!
|
|
371
|
+
let r = i;
|
|
372
|
+
if (!r) {
|
|
373
373
|
console.assert(!1);
|
|
374
374
|
return;
|
|
375
375
|
}
|
|
376
376
|
for (const n of e)
|
|
377
|
-
if (
|
|
377
|
+
if (r = r[n], !r)
|
|
378
378
|
return;
|
|
379
379
|
if (t) {
|
|
380
|
-
if (typeof
|
|
381
|
-
return JSON.parse(
|
|
380
|
+
if (typeof r == "string")
|
|
381
|
+
return JSON.parse(r);
|
|
382
|
+
console.assert(!1);
|
|
382
383
|
} else
|
|
383
|
-
return
|
|
384
|
-
}, No = (i, e, t) => {
|
|
385
|
-
let
|
|
386
|
-
if (!
|
|
384
|
+
return r;
|
|
385
|
+
}, No = (i, e, t, r) => {
|
|
386
|
+
let n = i;
|
|
387
|
+
if (!n) {
|
|
387
388
|
console.assert(!1);
|
|
388
389
|
return;
|
|
389
390
|
}
|
|
390
|
-
const
|
|
391
|
-
for (let
|
|
392
|
-
const
|
|
393
|
-
|
|
391
|
+
const s = e.length;
|
|
392
|
+
for (let a = 0; a < s; a++) {
|
|
393
|
+
const u = e[a];
|
|
394
|
+
a === s - 1 ? r ? typeof t == "object" ? n[u] = JSON.stringify(t, null, 2) : console.assert(!1) : n[u] = t : (n = n[u], n || (n = {}));
|
|
394
395
|
}
|
|
395
396
|
};
|
|
396
|
-
function l(i, e, t,
|
|
397
|
-
const
|
|
397
|
+
function l(i, e, t, r, n) {
|
|
398
|
+
const s = be();
|
|
398
399
|
return console.assert(i && e), Xt(() => {
|
|
399
|
-
let a = Ao(t.node,
|
|
400
|
-
i === "editor" &&
|
|
401
|
-
}), me(
|
|
402
|
-
No(t.node,
|
|
403
|
-
}), { prop:
|
|
400
|
+
let a = Ao(t.node, r, n);
|
|
401
|
+
i === "editor" && r[r.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
402
|
+
}), me(s, () => {
|
|
403
|
+
No(t.node, r, s.value, n);
|
|
404
|
+
}), { prop: s };
|
|
404
405
|
}
|
|
405
406
|
function O(i) {
|
|
406
407
|
return { theme: V(() => i.value ? "dark" : "light") };
|
|
@@ -485,48 +486,48 @@ const Ds = /* @__PURE__ */ z({
|
|
|
485
486
|
outer: { type: Boolean }
|
|
486
487
|
},
|
|
487
488
|
setup(i) {
|
|
488
|
-
const e = i, t = A(),
|
|
489
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = _i(e), { applyXAxis: h } = wi(e), { applyYAxis: y } = Vi(e), { applyLegend: w } = vi(e), { applySeries: _ } = ki(e), x = V(() => {
|
|
489
490
|
const S = {}, H = a.value.type;
|
|
490
|
-
return
|
|
491
|
+
return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
|
|
491
492
|
}), $ = li("chart");
|
|
492
493
|
let g;
|
|
493
|
-
const
|
|
494
|
+
const I = () => {
|
|
494
495
|
g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
|
|
495
496
|
const S = {};
|
|
496
497
|
g.setOption(S);
|
|
497
498
|
}, E = () => {
|
|
498
499
|
g?.resize();
|
|
499
|
-
},
|
|
500
|
+
}, F = () => {
|
|
500
501
|
const S = {};
|
|
501
502
|
k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
|
|
502
503
|
};
|
|
503
504
|
return ai(async () => {
|
|
504
|
-
window.addEventListener("resize", E, !1), await mi(() => !!$.value),
|
|
505
|
+
window.addEventListener("resize", E, !1), await mi(() => !!$.value), I(), F();
|
|
505
506
|
}), Ce(() => {
|
|
506
507
|
window.removeEventListener("resize", E, !1), g?.dispose();
|
|
507
508
|
}), me(
|
|
508
509
|
[
|
|
509
|
-
() =>
|
|
510
|
-
() =>
|
|
510
|
+
() => r.value.width,
|
|
511
|
+
() => r.value.height,
|
|
511
512
|
u,
|
|
512
513
|
p,
|
|
513
514
|
b,
|
|
514
515
|
m,
|
|
515
|
-
|
|
516
|
-
|
|
516
|
+
c,
|
|
517
|
+
d
|
|
517
518
|
],
|
|
518
519
|
async () => {
|
|
519
520
|
await ui(), E();
|
|
520
521
|
}
|
|
521
522
|
), me([n], () => {
|
|
522
|
-
|
|
523
|
+
I(), F();
|
|
523
524
|
}), me(
|
|
524
525
|
[e],
|
|
525
526
|
() => {
|
|
526
|
-
|
|
527
|
+
F();
|
|
527
528
|
},
|
|
528
529
|
{ deep: !0 }
|
|
529
|
-
), (S, H) => (
|
|
530
|
+
), (S, H) => (C(), re("div", {
|
|
530
531
|
ref: "chart",
|
|
531
532
|
style: ie(x.value)
|
|
532
533
|
}, null, 4));
|
|
@@ -538,48 +539,48 @@ const Ds = /* @__PURE__ */ z({
|
|
|
538
539
|
outer: { type: Boolean }
|
|
539
540
|
},
|
|
540
541
|
setup(i) {
|
|
541
|
-
const e = i, t = A(),
|
|
542
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = _i(e), { applyXAxis: h } = wi(e), { applyYAxis: y } = Vi(e), { applyLegend: w } = vi(e), { applySeries: _ } = ki(e), x = V(() => {
|
|
542
543
|
const S = {}, H = a.value.type;
|
|
543
|
-
return
|
|
544
|
+
return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
|
|
544
545
|
}), $ = li("chart");
|
|
545
546
|
let g;
|
|
546
|
-
const
|
|
547
|
+
const I = () => {
|
|
547
548
|
g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
|
|
548
549
|
const S = {};
|
|
549
550
|
g.setOption(S);
|
|
550
551
|
}, E = () => {
|
|
551
552
|
g?.resize();
|
|
552
|
-
},
|
|
553
|
+
}, F = () => {
|
|
553
554
|
const S = {};
|
|
554
555
|
k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
|
|
555
556
|
};
|
|
556
557
|
return ai(async () => {
|
|
557
|
-
window.addEventListener("resize", E, !1), await mi(() => !!$.value),
|
|
558
|
+
window.addEventListener("resize", E, !1), await mi(() => !!$.value), I(), F();
|
|
558
559
|
}), Ce(() => {
|
|
559
560
|
window.removeEventListener("resize", E, !1), g?.dispose();
|
|
560
561
|
}), me(
|
|
561
562
|
[
|
|
562
|
-
() =>
|
|
563
|
-
() =>
|
|
563
|
+
() => r.value.width,
|
|
564
|
+
() => r.value.height,
|
|
564
565
|
u,
|
|
565
566
|
p,
|
|
566
567
|
b,
|
|
567
568
|
m,
|
|
568
|
-
|
|
569
|
-
|
|
569
|
+
c,
|
|
570
|
+
d
|
|
570
571
|
],
|
|
571
572
|
async () => {
|
|
572
573
|
await ui(), E();
|
|
573
574
|
}
|
|
574
575
|
), me([n], () => {
|
|
575
|
-
|
|
576
|
+
I(), F();
|
|
576
577
|
}), me(
|
|
577
578
|
[e],
|
|
578
579
|
() => {
|
|
579
|
-
|
|
580
|
+
F();
|
|
580
581
|
},
|
|
581
582
|
{ deep: !0 }
|
|
582
|
-
), (S, H) => (
|
|
583
|
+
), (S, H) => (C(), re("div", {
|
|
583
584
|
ref: "chart",
|
|
584
585
|
style: ie(x.value)
|
|
585
586
|
}, null, 4));
|
|
@@ -587,55 +588,55 @@ const Ds = /* @__PURE__ */ z({
|
|
|
587
588
|
});
|
|
588
589
|
function Fs(i, e) {
|
|
589
590
|
function t(m) {
|
|
590
|
-
const
|
|
591
|
+
const c = i.pseudoToNative(m), d = [], f = c.split(".");
|
|
591
592
|
for (let k = 0; k < f.length; k++) {
|
|
592
593
|
const h = f[k].trim();
|
|
593
594
|
if (h !== "")
|
|
594
595
|
if (/^\[\d+\]$/.test(h)) {
|
|
595
596
|
let y = parseInt(h.slice(1, -1), 10);
|
|
596
|
-
y > 0 && y--,
|
|
597
|
+
y > 0 && y--, d.push(y);
|
|
597
598
|
} else
|
|
598
|
-
|
|
599
|
+
d.push(h);
|
|
599
600
|
}
|
|
600
|
-
return i.nativeToPseudo(
|
|
601
|
+
return i.nativeToPseudo(d);
|
|
601
602
|
}
|
|
602
|
-
function
|
|
603
|
-
const
|
|
603
|
+
function r(m) {
|
|
604
|
+
const c = i.pseudoToNative(m);
|
|
604
605
|
try {
|
|
605
|
-
const
|
|
606
|
-
return i.nativeToPseudo(
|
|
606
|
+
const d = JSON.parse(c);
|
|
607
|
+
return i.nativeToPseudo(d);
|
|
607
608
|
} catch {
|
|
608
609
|
return i.nativeToPseudo({});
|
|
609
610
|
}
|
|
610
611
|
}
|
|
611
612
|
function n(m) {
|
|
612
|
-
const
|
|
613
|
-
return i.nativeToPseudo(
|
|
613
|
+
const c = i.pseudoToNative(m), d = JSON.stringify(c);
|
|
614
|
+
return i.nativeToPseudo(d);
|
|
614
615
|
}
|
|
615
|
-
function
|
|
616
|
-
const
|
|
617
|
-
console.log(
|
|
616
|
+
function s(m) {
|
|
617
|
+
const c = i.pseudoToNative(m);
|
|
618
|
+
console.log(c);
|
|
618
619
|
}
|
|
619
620
|
function a(m) {
|
|
620
|
-
const
|
|
621
|
-
let
|
|
622
|
-
typeof
|
|
621
|
+
const c = i.pseudoToNative(m);
|
|
622
|
+
let d = "";
|
|
623
|
+
typeof c == "object" ? d = JSON.stringify(c) : d = String(c), Qt.emit("consoleAppend", d);
|
|
623
624
|
}
|
|
624
|
-
function u(m,
|
|
625
|
-
const
|
|
626
|
-
|
|
625
|
+
function u(m, c) {
|
|
626
|
+
const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
|
|
627
|
+
d === "info" ? lo(f) : d === "success" ? ao(f) : d === "warning" ? pi(f) : d === "error" && fi(f);
|
|
627
628
|
}
|
|
628
|
-
function p(m,
|
|
629
|
-
const
|
|
629
|
+
function p(m, c) {
|
|
630
|
+
const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
|
|
630
631
|
window.setTimeout(() => {
|
|
631
|
-
i.appendCode(`__timeoutCallbackV1__(${
|
|
632
|
+
i.appendCode(`__timeoutCallbackV1__(${d})`), i.run();
|
|
632
633
|
}, f);
|
|
633
634
|
}
|
|
634
|
-
function b(m,
|
|
635
|
-
const
|
|
635
|
+
function b(m, c) {
|
|
636
|
+
const d = i.pseudoToNative(m);
|
|
636
637
|
window.setTimeout(() => {
|
|
637
|
-
|
|
638
|
-
},
|
|
638
|
+
c(), i.run();
|
|
639
|
+
}, d);
|
|
639
640
|
}
|
|
640
641
|
i.setProperty(
|
|
641
642
|
e,
|
|
@@ -644,7 +645,7 @@ function Fs(i, e) {
|
|
|
644
645
|
), i.setProperty(
|
|
645
646
|
e,
|
|
646
647
|
"__parseJsonV1__",
|
|
647
|
-
i.createNativeFunction(
|
|
648
|
+
i.createNativeFunction(r)
|
|
648
649
|
), i.setProperty(
|
|
649
650
|
e,
|
|
650
651
|
"__jsonStringifyV1__",
|
|
@@ -652,7 +653,7 @@ function Fs(i, e) {
|
|
|
652
653
|
), i.setProperty(
|
|
653
654
|
e,
|
|
654
655
|
"__consoleLogV1__",
|
|
655
|
-
i.createNativeFunction(
|
|
656
|
+
i.createNativeFunction(s)
|
|
656
657
|
), i.setProperty(
|
|
657
658
|
e,
|
|
658
659
|
"__debugTraceV1__",
|
|
@@ -683,14 +684,14 @@ function Hs(i) {
|
|
|
683
684
|
return Fi.post("callFunc", i);
|
|
684
685
|
}
|
|
685
686
|
function Os(i, e) {
|
|
686
|
-
async function t(
|
|
687
|
-
const b = i.pseudoToNative(
|
|
687
|
+
async function t(r, n, s, a, u, p) {
|
|
688
|
+
const b = i.pseudoToNative(r), m = i.pseudoToNative(n), c = i.pseudoToNative(s), d = i.pseudoToNative(a), f = i.pseudoToNative(u);
|
|
688
689
|
try {
|
|
689
|
-
const k = JSON.stringify(
|
|
690
|
+
const k = JSON.stringify(c), { strOutputs: h } = await Hs({
|
|
690
691
|
spaceid: b,
|
|
691
692
|
id: m,
|
|
692
693
|
strInputs: k,
|
|
693
|
-
env:
|
|
694
|
+
env: d
|
|
694
695
|
}), y = JSON.parse(h);
|
|
695
696
|
p(i.nativeToPseudo(y)), i.run();
|
|
696
697
|
} catch (k) {
|
|
@@ -711,55 +712,55 @@ class Gs {
|
|
|
711
712
|
nodes;
|
|
712
713
|
constructor(e) {
|
|
713
714
|
this.context = e, this.nodes = {};
|
|
714
|
-
const t = (
|
|
715
|
-
this.nodes[
|
|
715
|
+
const t = (r) => {
|
|
716
|
+
this.nodes[r.basic.id] = r, r.children?.forEach((n) => t(n));
|
|
716
717
|
};
|
|
717
|
-
this.context.data.view.nodes.forEach((
|
|
718
|
+
this.context.data.view.nodes.forEach((r) => t(r));
|
|
718
719
|
}
|
|
719
720
|
getNode(e) {
|
|
720
721
|
return this.nodes[e];
|
|
721
722
|
}
|
|
722
|
-
addNode(e, t,
|
|
723
|
-
const n = `parent=${e} ref=${t} keyOrRefid=${
|
|
724
|
-
let
|
|
723
|
+
addNode(e, t, r) {
|
|
724
|
+
const n = `parent=${e} ref=${t} keyOrRefid=${r}`;
|
|
725
|
+
let s;
|
|
725
726
|
if (e) {
|
|
726
727
|
const u = this.getNode(e);
|
|
727
728
|
if (!u)
|
|
728
729
|
return console.error(`NodeMgr/addNode parent not found, ${n}`), "";
|
|
729
730
|
if (!u.children)
|
|
730
731
|
return console.error(`NodeMgr/addNode parent no children, ${n}`), "";
|
|
731
|
-
|
|
732
|
+
s = u.children;
|
|
732
733
|
} else
|
|
733
|
-
|
|
734
|
-
if (!
|
|
734
|
+
s = this.context.data.view.nodes;
|
|
735
|
+
if (!s)
|
|
735
736
|
return "";
|
|
736
737
|
const a = To(
|
|
737
738
|
this.context.type,
|
|
738
739
|
this.context.data.type,
|
|
739
740
|
this.context.data.version,
|
|
740
741
|
t,
|
|
741
|
-
|
|
742
|
+
r
|
|
742
743
|
);
|
|
743
|
-
return a ? (
|
|
744
|
+
return a ? (s.push(a), this.nodes[a.basic.id] = a, a.basic.id) : (console.error(`NodeMgr/addNode spawn node failed, ${n}`), "");
|
|
744
745
|
}
|
|
745
746
|
deleteNode(e) {
|
|
746
747
|
this.getNode(e);
|
|
747
748
|
}
|
|
748
749
|
}
|
|
749
750
|
function Ks(i, e, t) {
|
|
750
|
-
const
|
|
751
|
-
function n(
|
|
752
|
-
const h = e.pseudoToNative(
|
|
751
|
+
const r = new Gs(i);
|
|
752
|
+
function n(d, f, k) {
|
|
753
|
+
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = r.addNode(h, y, w);
|
|
753
754
|
return e.nativeToPseudo(_);
|
|
754
755
|
}
|
|
755
|
-
function
|
|
756
|
-
const f = e.pseudoToNative(
|
|
757
|
-
|
|
756
|
+
function s(d) {
|
|
757
|
+
const f = e.pseudoToNative(d);
|
|
758
|
+
r.deleteNode(f);
|
|
758
759
|
}
|
|
759
|
-
function a(
|
|
760
|
-
const k = e.pseudoToNative(
|
|
760
|
+
function a(d, f) {
|
|
761
|
+
const k = e.pseudoToNative(d), h = e.pseudoToNative(f), y = `id=${k} keys=${h}`;
|
|
761
762
|
let w;
|
|
762
|
-
if (k === "globality" ? w = i.data.view : w =
|
|
763
|
+
if (k === "globality" ? w = i.data.view : w = r.getNode(k), !w) {
|
|
763
764
|
console.error(`getNodePropV1 node not found, ${y}`);
|
|
764
765
|
return;
|
|
765
766
|
}
|
|
@@ -775,17 +776,17 @@ function Ks(i, e, t) {
|
|
|
775
776
|
w = w[g];
|
|
776
777
|
}
|
|
777
778
|
}
|
|
778
|
-
function u(
|
|
779
|
-
const h = e.pseudoToNative(
|
|
779
|
+
function u(d, f, k) {
|
|
780
|
+
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = `id=${h} keys=${y} value=${w}`;
|
|
780
781
|
let x;
|
|
781
|
-
if (h === "globality" ? x = i.data.view : x =
|
|
782
|
+
if (h === "globality" ? x = i.data.view : x = r.getNode(h), !x) {
|
|
782
783
|
console.error(`setNodePropV1 node not found, ${_}`);
|
|
783
784
|
return;
|
|
784
785
|
}
|
|
785
786
|
const $ = y.split("."), g = $.length;
|
|
786
|
-
for (let
|
|
787
|
-
const E = $[
|
|
788
|
-
if (
|
|
787
|
+
for (let I = 0; I < g; I++) {
|
|
788
|
+
const E = $[I];
|
|
789
|
+
if (I === g - 1)
|
|
789
790
|
x[E] = w;
|
|
790
791
|
else {
|
|
791
792
|
if (!x) {
|
|
@@ -796,12 +797,12 @@ function Ks(i, e, t) {
|
|
|
796
797
|
}
|
|
797
798
|
}
|
|
798
799
|
}
|
|
799
|
-
function p(
|
|
800
|
-
const y = e.pseudoToNative(
|
|
800
|
+
function p(d, f, k, h) {
|
|
801
|
+
const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k), x = { outputs: [] };
|
|
801
802
|
i.eventBus?.emit(`callMethod@${y}`, { name: w, inputs: _, result: x }), h(e.nativeToPseudo(x.outputs)), e.run();
|
|
802
803
|
}
|
|
803
|
-
function b(
|
|
804
|
-
const k = e.pseudoToNative(
|
|
804
|
+
function b(d, f) {
|
|
805
|
+
const k = e.pseudoToNative(d), h = e.pseudoToNative(f);
|
|
805
806
|
if (i.mode === "runtime") {
|
|
806
807
|
const y = "/main/" + Date.now(), w = {
|
|
807
808
|
orgid: i.org,
|
|
@@ -815,14 +816,14 @@ function Ks(i, e, t) {
|
|
|
815
816
|
)
|
|
816
817
|
);
|
|
817
818
|
}
|
|
818
|
-
function m(
|
|
819
|
-
const h = e.pseudoToNative(
|
|
819
|
+
function m(d, f, k) {
|
|
820
|
+
const h = e.pseudoToNative(d), y = e.pseudoToNative(f);
|
|
820
821
|
co({ title: h, text: y }).then((w) => {
|
|
821
822
|
k(e.nativeToPseudo(w)), e.run();
|
|
822
823
|
});
|
|
823
824
|
}
|
|
824
|
-
function d
|
|
825
|
-
const y = e.pseudoToNative(
|
|
825
|
+
function c(d, f, k, h) {
|
|
826
|
+
const y = e.pseudoToNative(d), w = e.pseudoToNative(f), _ = e.pseudoToNative(k);
|
|
826
827
|
mo({ title: y, label: w, value: _ }).then((x) => {
|
|
827
828
|
h(e.nativeToPseudo(x)), e.run();
|
|
828
829
|
});
|
|
@@ -834,7 +835,7 @@ function Ks(i, e, t) {
|
|
|
834
835
|
), e.setProperty(
|
|
835
836
|
t,
|
|
836
837
|
"__deleteNodeV1__",
|
|
837
|
-
e.createNativeFunction(
|
|
838
|
+
e.createNativeFunction(s)
|
|
838
839
|
), e.setProperty(
|
|
839
840
|
t,
|
|
840
841
|
"__getNodePropV1__",
|
|
@@ -858,7 +859,7 @@ function Ks(i, e, t) {
|
|
|
858
859
|
), e.setProperty(
|
|
859
860
|
t,
|
|
860
861
|
"__openPromptDlgV1__",
|
|
861
|
-
e.createAsyncFunction(
|
|
862
|
+
e.createAsyncFunction(c)
|
|
862
863
|
);
|
|
863
864
|
}
|
|
864
865
|
function js(i, e, t) {
|
|
@@ -994,8 +995,8 @@ function __destroy__() {
|
|
|
994
995
|
function Hi(i, e) {
|
|
995
996
|
const t = new Vo(
|
|
996
997
|
Ys,
|
|
997
|
-
(
|
|
998
|
-
js(i,
|
|
998
|
+
(r, n) => {
|
|
999
|
+
js(i, r, n);
|
|
999
1000
|
}
|
|
1000
1001
|
);
|
|
1001
1002
|
return t.appendCode(e), t.appendCode(`
|
|
@@ -1007,23 +1008,23 @@ __triggerEvent__('globality', 'startup');
|
|
|
1007
1008
|
function Oi(i) {
|
|
1008
1009
|
i.appendCode("__destroy__();"), i.run();
|
|
1009
1010
|
}
|
|
1010
|
-
function Ja(i, e, t,
|
|
1011
|
-
let
|
|
1011
|
+
function Ja(i, e, t, r, n) {
|
|
1012
|
+
let s = i;
|
|
1012
1013
|
for (let u = 0; u < e.length; u++)
|
|
1013
|
-
if (
|
|
1014
|
+
if (s = s.children[e[u]], !s) {
|
|
1014
1015
|
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
1015
1016
|
return;
|
|
1016
1017
|
}
|
|
1017
|
-
let a =
|
|
1018
|
-
a ? a.dataSeq !==
|
|
1019
|
-
dataSeq:
|
|
1018
|
+
let a = s.children[t];
|
|
1019
|
+
a ? a.dataSeq !== r && (a = {
|
|
1020
|
+
dataSeq: r,
|
|
1020
1021
|
data: U(n),
|
|
1021
1022
|
children: {}
|
|
1022
1023
|
}) : (a = {
|
|
1023
|
-
dataSeq:
|
|
1024
|
+
dataSeq: r,
|
|
1024
1025
|
data: U(n),
|
|
1025
1026
|
children: {}
|
|
1026
|
-
},
|
|
1027
|
+
}, s.children[t] = a);
|
|
1027
1028
|
}
|
|
1028
1029
|
const Xa = [
|
|
1029
1030
|
"string",
|
|
@@ -1044,58 +1045,58 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1044
1045
|
outer: { type: Boolean }
|
|
1045
1046
|
},
|
|
1046
1047
|
setup(i) {
|
|
1047
|
-
const { t: e } = gi(), t = i,
|
|
1048
|
-
Di(
|
|
1048
|
+
const { t: e } = gi(), t = i, r = Wi(), n = Bi(), s = A(), a = le(), u = ae(), p = ue(), b = Ri(), m = be(-1), c = be(), d = {};
|
|
1049
|
+
Di(d);
|
|
1049
1050
|
const f = () => {
|
|
1050
|
-
|
|
1051
|
+
d.eventBus && (d.eventBus = void 0), d.interpreter && (Oi(d.interpreter), d.interpreter = void 0);
|
|
1051
1052
|
};
|
|
1052
1053
|
Xt(() => {
|
|
1053
1054
|
if (!t.refContext.refid) {
|
|
1054
|
-
m.value = -1,
|
|
1055
|
+
m.value = -1, c.value = void 0, f();
|
|
1055
1056
|
return;
|
|
1056
1057
|
}
|
|
1057
1058
|
const g = b.value[t.refContext.refid];
|
|
1058
1059
|
if (!g) {
|
|
1059
|
-
m.value = -1,
|
|
1060
|
+
m.value = -1, c.value = null, f(), Qt.emit("compNotAvail", t.refContext.refid);
|
|
1060
1061
|
return;
|
|
1061
1062
|
}
|
|
1062
|
-
if (m.value === g.dataSeq || (m.value = g.dataSeq,
|
|
1063
|
+
if (m.value === g.dataSeq || (m.value = g.dataSeq, c.value = U(g.data), s !== "runtime" && s !== "preview"))
|
|
1063
1064
|
return;
|
|
1064
1065
|
f();
|
|
1065
|
-
const
|
|
1066
|
+
const I = c.value, E = I.code.script;
|
|
1066
1067
|
if (E) {
|
|
1067
|
-
const
|
|
1068
|
-
|
|
1069
|
-
{ org:
|
|
1068
|
+
const F = Ui();
|
|
1069
|
+
d.eventBus = F, d.interpreter = Hi(
|
|
1070
|
+
{ org: r, env: n, mode: s, type: u, data: I, eventBus: F },
|
|
1070
1071
|
E
|
|
1071
1072
|
);
|
|
1072
1073
|
}
|
|
1073
1074
|
}), Ce(() => {
|
|
1074
1075
|
f();
|
|
1075
1076
|
});
|
|
1076
|
-
const { applySize: k } = pe(
|
|
1077
|
-
const g = {},
|
|
1078
|
-
return u === "page" ?
|
|
1077
|
+
const { applySize: k } = pe(s, a, t), h = V(() => {
|
|
1078
|
+
const g = {}, I = p.value.type;
|
|
1079
|
+
return u === "page" ? I === "common" ? k(g) : console.assert(!1) : u === "comp" && I === "common" ? k(g) : console.assert(!1), g;
|
|
1079
1080
|
});
|
|
1080
1081
|
function y(g) {
|
|
1081
|
-
const
|
|
1082
|
+
const I = fn[p.value.version].refKey, E = ye[I];
|
|
1082
1083
|
return E ? J(E.comp, {
|
|
1083
1084
|
refContext: {
|
|
1084
1085
|
parent: t.refContext,
|
|
1085
1086
|
refid: g.ref.id
|
|
1086
1087
|
},
|
|
1087
1088
|
node: g
|
|
1088
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
1089
|
+
}) : (console.assert(!1, `ref element not found key=${I}`), J("div", `ref element not found key=${I}`));
|
|
1089
1090
|
}
|
|
1090
1091
|
function w(g) {
|
|
1091
|
-
const
|
|
1092
|
-
if (!
|
|
1092
|
+
const I = ye[g.basic.key];
|
|
1093
|
+
if (!I)
|
|
1093
1094
|
return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
|
|
1094
1095
|
const E = [];
|
|
1095
|
-
return
|
|
1096
|
-
const S = _(
|
|
1096
|
+
return I.leaf || g.children?.forEach((F) => {
|
|
1097
|
+
const S = _(F);
|
|
1097
1098
|
E.push(S);
|
|
1098
|
-
}), J(
|
|
1099
|
+
}), J(I.comp, { node: g }, { default: () => E });
|
|
1099
1100
|
}
|
|
1100
1101
|
function _(g) {
|
|
1101
1102
|
return g.ref ? y(g) : w(g);
|
|
@@ -1112,18 +1113,18 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1112
1113
|
const $ = () => {
|
|
1113
1114
|
if (x())
|
|
1114
1115
|
return J("div", { id: t.id }, e("x-runtime-lib.circularRef"));
|
|
1115
|
-
if (!
|
|
1116
|
-
return
|
|
1117
|
-
const g =
|
|
1116
|
+
if (!c.value)
|
|
1117
|
+
return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
|
|
1118
|
+
const g = c.value.type;
|
|
1118
1119
|
if (g === "common") {
|
|
1119
|
-
const
|
|
1120
|
-
return
|
|
1121
|
-
|
|
1122
|
-
}), J("div", { id: t.id, style: h.value },
|
|
1120
|
+
const I = [];
|
|
1121
|
+
return c.value.view.nodes.forEach((E) => {
|
|
1122
|
+
I.push(_(E));
|
|
1123
|
+
}), J("div", { id: t.id, style: h.value }, I);
|
|
1123
1124
|
} else
|
|
1124
1125
|
return console.assert(!1, `invalid subtype=${g}`), J("div", { id: t.id }, `invalid subtype=${g}`);
|
|
1125
1126
|
};
|
|
1126
|
-
return (g,
|
|
1127
|
+
return (g, I) => (C(), P($));
|
|
1127
1128
|
}
|
|
1128
1129
|
}), fe = /* @__PURE__ */ z({
|
|
1129
1130
|
__name: "index",
|
|
@@ -1132,34 +1133,34 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1132
1133
|
state: {}
|
|
1133
1134
|
},
|
|
1134
1135
|
setup(i) {
|
|
1135
|
-
const { t: e } = gi(), t = i,
|
|
1136
|
-
Di(
|
|
1137
|
-
const
|
|
1138
|
-
|
|
1136
|
+
const { t: e } = gi(), t = i, r = Wi(), n = Bi(), s = A(), a = ae(), u = ue(), p = Ri(), b = be(-1), m = be(), c = {};
|
|
1137
|
+
Di(c);
|
|
1138
|
+
const d = () => {
|
|
1139
|
+
c.eventBus && (c.eventBus = void 0), c.interpreter && (Oi(c.interpreter), c.interpreter = void 0);
|
|
1139
1140
|
};
|
|
1140
1141
|
Xt(() => {
|
|
1141
1142
|
if (!t.refContext.refid) {
|
|
1142
|
-
b.value = -1, m.value = void 0,
|
|
1143
|
+
b.value = -1, m.value = void 0, d();
|
|
1143
1144
|
return;
|
|
1144
1145
|
}
|
|
1145
1146
|
const x = p.value[t.refContext.refid];
|
|
1146
1147
|
if (!x) {
|
|
1147
|
-
b.value = -1, m.value = null,
|
|
1148
|
+
b.value = -1, m.value = null, d(), Qt.emit("compNotAvail", t.refContext.refid);
|
|
1148
1149
|
return;
|
|
1149
1150
|
}
|
|
1150
|
-
if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value = U(x.data),
|
|
1151
|
+
if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value = U(x.data), s !== "runtime" && s !== "preview"))
|
|
1151
1152
|
return;
|
|
1152
|
-
|
|
1153
|
+
d();
|
|
1153
1154
|
const $ = m.value, g = $.code.script;
|
|
1154
1155
|
if (g) {
|
|
1155
|
-
const
|
|
1156
|
-
|
|
1157
|
-
{ org:
|
|
1156
|
+
const I = Ui();
|
|
1157
|
+
c.eventBus = I, c.interpreter = Hi(
|
|
1158
|
+
{ org: r, env: n, mode: s, type: a, data: $, eventBus: I },
|
|
1158
1159
|
g
|
|
1159
1160
|
);
|
|
1160
1161
|
}
|
|
1161
1162
|
}), Ce(() => {
|
|
1162
|
-
|
|
1163
|
+
d();
|
|
1163
1164
|
});
|
|
1164
1165
|
const f = () => {
|
|
1165
1166
|
console.log("triggerUpdate");
|
|
@@ -1186,8 +1187,8 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1186
1187
|
if (!$)
|
|
1187
1188
|
return console.assert(!1, `element not found key=${x.basic.key}`), J("div", `element not found key=${x.basic.key}`);
|
|
1188
1189
|
const g = [];
|
|
1189
|
-
return $.
|
|
1190
|
-
g.push(y(
|
|
1190
|
+
return $.leaf || x.children?.forEach((I) => {
|
|
1191
|
+
g.push(y(I));
|
|
1191
1192
|
}), J($.comp, { node: x }, { default: () => g });
|
|
1192
1193
|
}
|
|
1193
1194
|
function y(x) {
|
|
@@ -1216,7 +1217,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1216
1217
|
} else
|
|
1217
1218
|
return console.assert(!1, `invalid subtype=${x}`), J("div", `invalid subtype=${x}`);
|
|
1218
1219
|
};
|
|
1219
|
-
return (x, $) => (
|
|
1220
|
+
return (x, $) => (C(), P(_));
|
|
1220
1221
|
}
|
|
1221
1222
|
}), er = /* @__PURE__ */ z({
|
|
1222
1223
|
__name: "index",
|
|
@@ -1225,7 +1226,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1225
1226
|
outer: { type: Boolean }
|
|
1226
1227
|
},
|
|
1227
1228
|
setup(i) {
|
|
1228
|
-
const e = i, t = A(),
|
|
1229
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "content"]), { prop: a } = l(t, n, e, ["settings", "dot"]), { theme: u } = O(r), { prop: p } = l(t, n, e, [
|
|
1229
1230
|
"settings",
|
|
1230
1231
|
"offset",
|
|
1231
1232
|
"x"
|
|
@@ -1234,10 +1235,10 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1234
1235
|
"offset",
|
|
1235
1236
|
"y"
|
|
1236
1237
|
]);
|
|
1237
|
-
return (m,
|
|
1238
|
-
const
|
|
1239
|
-
return
|
|
1240
|
-
content: o(
|
|
1238
|
+
return (m, c) => {
|
|
1239
|
+
const d = L("v-badge");
|
|
1240
|
+
return C(), P(d, {
|
|
1241
|
+
content: o(s),
|
|
1241
1242
|
dot: o(a),
|
|
1242
1243
|
"offset-x": o(p),
|
|
1243
1244
|
"offset-y": o(b),
|
|
@@ -1257,15 +1258,15 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1257
1258
|
},
|
|
1258
1259
|
setup(i) {
|
|
1259
1260
|
const e = A(), t = V(() => {
|
|
1260
|
-
const
|
|
1261
|
-
return i.fitContent && (
|
|
1261
|
+
const r = {};
|
|
1262
|
+
return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
|
|
1262
1263
|
});
|
|
1263
|
-
return (
|
|
1264
|
+
return (r, n) => o(e) === "editor" ? (C(), re("div", {
|
|
1264
1265
|
key: 0,
|
|
1265
1266
|
style: ie(t.value)
|
|
1266
1267
|
}, [
|
|
1267
|
-
G(
|
|
1268
|
-
], 4)) : G(
|
|
1268
|
+
G(r.$slots, "default")
|
|
1269
|
+
], 4)) : G(r.$slots, "default", { key: 1 });
|
|
1269
1270
|
}
|
|
1270
1271
|
}), tr = /* @__PURE__ */ z({
|
|
1271
1272
|
__name: "index",
|
|
@@ -1274,21 +1275,21 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1274
1275
|
outer: { type: Boolean }
|
|
1275
1276
|
},
|
|
1276
1277
|
setup(i) {
|
|
1277
|
-
const e = i, t = A(),
|
|
1278
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
1278
1279
|
"settings",
|
|
1279
1280
|
"addIcon",
|
|
1280
1281
|
"append"
|
|
1281
|
-
]), { prop: a } = l(t, n, e, ["settings", "block"]), { prop: u } = l(t, n, e, ["settings", "color"]), { color: p } = Y(
|
|
1282
|
+
]), { prop: a } = l(t, n, e, ["settings", "block"]), { prop: u } = l(t, n, e, ["settings", "color"]), { color: p } = Y(r, u), { prop: b } = l(t, n, e, ["settings", "density"]), { prop: m } = l(t, n, e, [
|
|
1282
1283
|
"settings",
|
|
1283
1284
|
"disabled"
|
|
1284
|
-
]), { prop:
|
|
1285
|
+
]), { prop: c } = l(t, n, e, ["size", "height"]), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: f } = l(t, n, e, ["size", "maxHeight"]), { prop: k } = l(t, n, e, ["size", "maxWidth"]), { prop: h } = l(t, n, e, ["size", "minHeight"]), { prop: y } = l(t, n, e, ["size", "minWidth"]), { prop: w } = l(t, n, e, [
|
|
1285
1286
|
"settings",
|
|
1286
1287
|
"addIcon",
|
|
1287
1288
|
"prepend"
|
|
1288
1289
|
]), { prop: _ } = l(t, n, e, [
|
|
1289
1290
|
"settings",
|
|
1290
1291
|
"readonly"
|
|
1291
|
-
]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: g } = l(t, n, e, ["settings", "stacked"]), { prop:
|
|
1292
|
+
]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: g } = l(t, n, e, ["settings", "stacked"]), { prop: I } = l(t, n, e, ["settings", "text"]), { theme: E } = O(r), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["size", "width"]), H = (j) => {
|
|
1292
1293
|
if (t !== "runtime" && t !== "preview")
|
|
1293
1294
|
return;
|
|
1294
1295
|
const K = n.interpreter;
|
|
@@ -1299,16 +1300,16 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1299
1300
|
};
|
|
1300
1301
|
return (j, K) => {
|
|
1301
1302
|
const ee = L("v-btn");
|
|
1302
|
-
return
|
|
1303
|
+
return C(), P(o(te), null, {
|
|
1303
1304
|
default: N(() => [
|
|
1304
1305
|
Z(ee, {
|
|
1305
|
-
"append-icon": o(
|
|
1306
|
+
"append-icon": o(s),
|
|
1306
1307
|
block: o(a),
|
|
1307
1308
|
color: o(p),
|
|
1308
1309
|
density: o(b),
|
|
1309
1310
|
disabled: o(m),
|
|
1310
|
-
height: o(
|
|
1311
|
-
loading: o(
|
|
1311
|
+
height: o(c),
|
|
1312
|
+
loading: o(d),
|
|
1312
1313
|
"max-height": o(f),
|
|
1313
1314
|
"max-width": o(k),
|
|
1314
1315
|
"min-height": o(h),
|
|
@@ -1318,9 +1319,9 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1318
1319
|
ripple: o(x),
|
|
1319
1320
|
size: o($),
|
|
1320
1321
|
stacked: o(g),
|
|
1321
|
-
text: o(
|
|
1322
|
+
text: o(I),
|
|
1322
1323
|
theme: o(E),
|
|
1323
|
-
variant: o(
|
|
1324
|
+
variant: o(F),
|
|
1324
1325
|
width: o(S),
|
|
1325
1326
|
onClick: H
|
|
1326
1327
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
@@ -1331,13 +1332,13 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1331
1332
|
}
|
|
1332
1333
|
}), _e = (i, e) => {
|
|
1333
1334
|
const t = i.__vccOpts || i;
|
|
1334
|
-
for (const [
|
|
1335
|
-
t[
|
|
1335
|
+
for (const [r, n] of e)
|
|
1336
|
+
t[r] = n;
|
|
1336
1337
|
return t;
|
|
1337
1338
|
}, nr = {};
|
|
1338
1339
|
function ir(i, e) {
|
|
1339
1340
|
const t = L("v-btn-group");
|
|
1340
|
-
return
|
|
1341
|
+
return C(), P(t, null, {
|
|
1341
1342
|
default: N(() => [
|
|
1342
1343
|
G(i.$slots, "default")
|
|
1343
1344
|
]),
|
|
@@ -1351,7 +1352,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1351
1352
|
outer: { type: Boolean }
|
|
1352
1353
|
},
|
|
1353
1354
|
setup(i) {
|
|
1354
|
-
const e = i, t = A(),
|
|
1355
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "block"]), { prop: a } = l(t, n, e, [
|
|
1355
1356
|
"settings",
|
|
1356
1357
|
"disabled"
|
|
1357
1358
|
]), { prop: u } = l(t, n, e, ["settings", "divided"]), { prop: p } = l(t, n, e, [
|
|
@@ -1363,18 +1364,18 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1363
1364
|
]), { prop: m } = l(t, n, e, [
|
|
1364
1365
|
"settings",
|
|
1365
1366
|
"readonly"
|
|
1366
|
-
]), { prop:
|
|
1367
|
+
]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: f } = O(r), { prop: k } = l(t, n, e, ["settings", "tile"]), { prop: h } = l(t, n, e, ["settings", "variant"]);
|
|
1367
1368
|
return (y, w) => {
|
|
1368
1369
|
const _ = L("v-btn-toggle");
|
|
1369
|
-
return
|
|
1370
|
-
block: o(
|
|
1370
|
+
return C(), P(_, {
|
|
1371
|
+
block: o(s),
|
|
1371
1372
|
disabled: o(a),
|
|
1372
1373
|
divided: o(u),
|
|
1373
1374
|
mandatory: o(p),
|
|
1374
1375
|
multiple: o(b),
|
|
1375
1376
|
readonly: o(m),
|
|
1376
|
-
size: o(
|
|
1377
|
-
stacked: o(
|
|
1377
|
+
size: o(c),
|
|
1378
|
+
stacked: o(d),
|
|
1378
1379
|
theme: o(f),
|
|
1379
1380
|
tile: o(k),
|
|
1380
1381
|
variant: o(h)
|
|
@@ -1393,24 +1394,24 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1393
1394
|
outer: { type: Boolean }
|
|
1394
1395
|
},
|
|
1395
1396
|
setup(i) {
|
|
1396
|
-
const e = i, t = A(),
|
|
1397
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
1397
1398
|
"settings",
|
|
1398
1399
|
"disabled"
|
|
1399
|
-
]), { 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:
|
|
1400
|
+
]), { 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, [
|
|
1400
1401
|
"settings",
|
|
1401
1402
|
"subtitle"
|
|
1402
|
-
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = O(
|
|
1403
|
+
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = O(r), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: x } = l(t, n, e, ["size", "width"]);
|
|
1403
1404
|
return ($, g) => {
|
|
1404
|
-
const
|
|
1405
|
-
return
|
|
1406
|
-
density: o(
|
|
1405
|
+
const I = L("v-card");
|
|
1406
|
+
return C(), P(I, {
|
|
1407
|
+
density: o(s),
|
|
1407
1408
|
disabled: o(a),
|
|
1408
1409
|
height: o(u),
|
|
1409
1410
|
hover: o(p),
|
|
1410
1411
|
loading: o(b),
|
|
1411
1412
|
"max-height": o(m),
|
|
1412
|
-
"max-width": o(
|
|
1413
|
-
"min-height": o(
|
|
1413
|
+
"max-width": o(c),
|
|
1414
|
+
"min-height": o(d),
|
|
1414
1415
|
"min-width": o(f),
|
|
1415
1416
|
subtitle: o(k),
|
|
1416
1417
|
text: o(h),
|
|
@@ -1433,18 +1434,18 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1433
1434
|
outer: { type: Boolean }
|
|
1434
1435
|
},
|
|
1435
1436
|
setup(i) {
|
|
1436
|
-
const e = i, t = A(),
|
|
1437
|
+
const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, [
|
|
1437
1438
|
"settings",
|
|
1438
1439
|
"disabled"
|
|
1439
|
-
]), { prop:
|
|
1440
|
+
]), { prop: s } = l(t, r, e, [
|
|
1440
1441
|
"settings",
|
|
1441
1442
|
"readonly"
|
|
1442
1443
|
]);
|
|
1443
1444
|
return (a, u) => {
|
|
1444
1445
|
const p = L("v-checkbox");
|
|
1445
|
-
return
|
|
1446
|
+
return C(), P(p, {
|
|
1446
1447
|
disabled: o(n),
|
|
1447
|
-
readonly: o(
|
|
1448
|
+
readonly: o(s)
|
|
1448
1449
|
}, null, 8, ["disabled", "readonly"]);
|
|
1449
1450
|
};
|
|
1450
1451
|
}
|
|
@@ -1455,26 +1456,26 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1455
1456
|
outer: { type: Boolean }
|
|
1456
1457
|
},
|
|
1457
1458
|
setup(i) {
|
|
1458
|
-
const e = i, t = A(),
|
|
1459
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
1459
1460
|
"settings",
|
|
1460
1461
|
"closable"
|
|
1461
|
-
]), { prop: a } = l(t, n, e, ["settings", "color"]), { color: u } = Y(
|
|
1462
|
+
]), { prop: a } = l(t, n, e, ["settings", "color"]), { color: u } = Y(r, a), { prop: p } = l(t, n, e, ["settings", "density"]), { prop: b } = l(t, n, e, [
|
|
1462
1463
|
"settings",
|
|
1463
1464
|
"disabled"
|
|
1464
1465
|
]), { prop: m } = l(t, n, e, [
|
|
1465
1466
|
"settings",
|
|
1466
1467
|
"draggable"
|
|
1467
|
-
]), { prop:
|
|
1468
|
+
]), { 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 } = O(r), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
|
|
1468
1469
|
return (x, $) => {
|
|
1469
1470
|
const g = L("v-chip");
|
|
1470
|
-
return
|
|
1471
|
-
closable: o(
|
|
1471
|
+
return C(), P(g, {
|
|
1472
|
+
closable: o(s),
|
|
1472
1473
|
color: o(u),
|
|
1473
1474
|
density: o(p),
|
|
1474
1475
|
disabled: o(b),
|
|
1475
1476
|
draggable: o(m),
|
|
1476
|
-
filter: o(
|
|
1477
|
-
label: o(
|
|
1477
|
+
filter: o(c),
|
|
1478
|
+
label: o(d),
|
|
1478
1479
|
size: o(f),
|
|
1479
1480
|
text: o(k),
|
|
1480
1481
|
theme: o(h),
|
|
@@ -1491,7 +1492,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1491
1492
|
outer: { type: Boolean }
|
|
1492
1493
|
},
|
|
1493
1494
|
setup(i) {
|
|
1494
|
-
const e = i, t = A(),
|
|
1495
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "column"]), { prop: a } = l(t, n, e, [
|
|
1495
1496
|
"settings",
|
|
1496
1497
|
"direction"
|
|
1497
1498
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -1503,23 +1504,23 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1503
1504
|
]), { prop: m } = l(t, n, e, [
|
|
1504
1505
|
"settings",
|
|
1505
1506
|
"multiple"
|
|
1506
|
-
]), { prop:
|
|
1507
|
+
]), { prop: c } = l(t, n, e, [
|
|
1507
1508
|
"settings",
|
|
1508
1509
|
"showArrows"
|
|
1509
|
-
]), { theme:
|
|
1510
|
+
]), { theme: d } = O(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
1510
1511
|
return (k, h) => {
|
|
1511
1512
|
const y = L("v-chip-group");
|
|
1512
|
-
return
|
|
1513
|
+
return C(), P(y, {
|
|
1513
1514
|
modelValue: o(f),
|
|
1514
1515
|
"onUpdate:modelValue": h[0] || (h[0] = (w) => X(f) ? f.value = w : null),
|
|
1515
|
-
column: o(
|
|
1516
|
+
column: o(s),
|
|
1516
1517
|
direction: o(a),
|
|
1517
1518
|
disabled: o(u),
|
|
1518
1519
|
filter: o(p),
|
|
1519
1520
|
mandatory: o(b),
|
|
1520
1521
|
multiple: o(m),
|
|
1521
|
-
"show-arrows": o(
|
|
1522
|
-
theme: o(
|
|
1522
|
+
"show-arrows": o(c),
|
|
1523
|
+
theme: o(d)
|
|
1523
1524
|
}, {
|
|
1524
1525
|
default: N(() => [
|
|
1525
1526
|
G(k.$slots, "default")
|
|
@@ -1535,16 +1536,16 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1535
1536
|
outer: { type: Boolean }
|
|
1536
1537
|
},
|
|
1537
1538
|
setup(i) {
|
|
1538
|
-
const e = i, t = A(),
|
|
1539
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { applySize: p } = pe(t, r, e), b = V(() => {
|
|
1539
1540
|
const _ = {}, x = a.value.type;
|
|
1540
|
-
return
|
|
1541
|
+
return s === "page" ? x === "common" ? p(_) : console.assert(!1) : s === "comp" && x === "common" ? p(_) : console.assert(!1), _;
|
|
1541
1542
|
}), { prop: m } = l(t, u, e, [
|
|
1542
1543
|
"settings",
|
|
1543
1544
|
"disabled"
|
|
1544
|
-
]), { prop:
|
|
1545
|
+
]), { prop: c } = l(t, u, e, [
|
|
1545
1546
|
"settings",
|
|
1546
1547
|
"hideCanvas"
|
|
1547
|
-
]), { prop:
|
|
1548
|
+
]), { prop: d } = l(t, u, e, [
|
|
1548
1549
|
"settings",
|
|
1549
1550
|
"hideHeader"
|
|
1550
1551
|
]), { prop: f } = l(t, u, e, [
|
|
@@ -1562,10 +1563,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1562
1563
|
]), { theme: w } = O(n);
|
|
1563
1564
|
return (_, x) => {
|
|
1564
1565
|
const $ = L("v-color-picker");
|
|
1565
|
-
return
|
|
1566
|
+
return C(), P($, {
|
|
1566
1567
|
disabled: o(m),
|
|
1567
|
-
"hide-canvas": o(
|
|
1568
|
-
"hide-header": o(
|
|
1568
|
+
"hide-canvas": o(c),
|
|
1569
|
+
"hide-header": o(d),
|
|
1569
1570
|
"hide-inputs": o(f),
|
|
1570
1571
|
"hide-sliders": o(k),
|
|
1571
1572
|
landscape: o(h),
|
|
@@ -1582,7 +1583,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1582
1583
|
outer: { type: Boolean }
|
|
1583
1584
|
},
|
|
1584
1585
|
setup(i) {
|
|
1585
|
-
const e = i, t = A(),
|
|
1586
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
1586
1587
|
"settings",
|
|
1587
1588
|
"hideDetails"
|
|
1588
1589
|
]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
|
|
@@ -1594,15 +1595,15 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1594
1595
|
]), { prop: b } = l(t, n, e, [
|
|
1595
1596
|
"settings",
|
|
1596
1597
|
"singleLine"
|
|
1597
|
-
]), { theme: m } = O(
|
|
1598
|
-
return (
|
|
1598
|
+
]), { theme: m } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
1599
|
+
return (d, f) => {
|
|
1599
1600
|
const k = L("v-combobox");
|
|
1600
|
-
return
|
|
1601
|
+
return C(), P(o(te), null, {
|
|
1601
1602
|
default: N(() => [
|
|
1602
1603
|
Z(k, {
|
|
1603
|
-
modelValue: o(
|
|
1604
|
-
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(
|
|
1605
|
-
"hide-details": o(
|
|
1604
|
+
modelValue: o(c),
|
|
1605
|
+
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
|
|
1606
|
+
"hide-details": o(s),
|
|
1606
1607
|
label: o(a),
|
|
1607
1608
|
placeholder: o(u),
|
|
1608
1609
|
readonly: o(p),
|
|
@@ -1621,14 +1622,14 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1621
1622
|
outer: { type: Boolean }
|
|
1622
1623
|
},
|
|
1623
1624
|
setup(i) {
|
|
1624
|
-
const e = i, t = A(),
|
|
1625
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { prop: p } = l(t, u, e, [
|
|
1625
1626
|
"settings",
|
|
1626
1627
|
"backgroundColor"
|
|
1627
|
-
]), { color: b } = Y(n, p), { applySize: m } = pe(t,
|
|
1628
|
+
]), { color: b } = Y(n, p), { applySize: m } = pe(t, r, e), { applyMargin: c } = tn(e), { applyPadding: d } = nn(e), { applyBorder: f } = en(n, e), k = V(() => {
|
|
1628
1629
|
const h = {}, y = a.value.type;
|
|
1629
|
-
return
|
|
1630
|
+
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;
|
|
1630
1631
|
});
|
|
1631
|
-
return (h, y) => (
|
|
1632
|
+
return (h, y) => (C(), re("div", {
|
|
1632
1633
|
style: ie(k.value)
|
|
1633
1634
|
}, [
|
|
1634
1635
|
G(h.$slots, "default")
|
|
@@ -1641,22 +1642,22 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1641
1642
|
outer: { type: Boolean }
|
|
1642
1643
|
},
|
|
1643
1644
|
setup(i) {
|
|
1644
|
-
const e = i, t = A(),
|
|
1645
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
1645
1646
|
"settings",
|
|
1646
1647
|
"fixedFooter"
|
|
1647
1648
|
]), { prop: u } = l(t, n, e, [
|
|
1648
1649
|
"settings",
|
|
1649
1650
|
"fixedHeader"
|
|
1650
|
-
]), { prop: p } = l(t, n, e, ["settings", "headers"]), { prop: b } = l(t, n, e, ["size", "height"]), { prop: m } = l(t, n, e, ["settings", "hover"]), { prop:
|
|
1651
|
+
]), { prop: p } = l(t, n, e, ["settings", "headers"]), { prop: b } = l(t, n, e, ["size", "height"]), { prop: m } = l(t, n, e, ["settings", "hover"]), { prop: c } = l(
|
|
1651
1652
|
t,
|
|
1652
1653
|
n,
|
|
1653
1654
|
e,
|
|
1654
1655
|
["settings", "data"],
|
|
1655
1656
|
!0
|
|
1656
|
-
), { prop:
|
|
1657
|
+
), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: f } = l(t, n, e, [
|
|
1657
1658
|
"settings",
|
|
1658
1659
|
"multiSort"
|
|
1659
|
-
]), { theme: k } = O(
|
|
1660
|
+
]), { theme: k } = O(r), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
|
|
1660
1661
|
const w = [];
|
|
1661
1662
|
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1662
1663
|
x.column && x.comp && w.push(x);
|
|
@@ -1664,15 +1665,15 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1664
1665
|
});
|
|
1665
1666
|
return (w, _) => {
|
|
1666
1667
|
const x = L("v-data-table");
|
|
1667
|
-
return
|
|
1668
|
-
density: o(
|
|
1668
|
+
return C(), P(x, {
|
|
1669
|
+
density: o(s),
|
|
1669
1670
|
"fixed-footer": o(a),
|
|
1670
1671
|
"fixed-header": o(u),
|
|
1671
1672
|
headers: o(p),
|
|
1672
1673
|
height: o(b),
|
|
1673
1674
|
hover: o(m),
|
|
1674
|
-
items: o(
|
|
1675
|
-
loading: o(
|
|
1675
|
+
items: o(c),
|
|
1676
|
+
loading: o(d),
|
|
1676
1677
|
"multi-sort": o(f),
|
|
1677
1678
|
theme: o(k),
|
|
1678
1679
|
width: o(h)
|
|
@@ -1680,7 +1681,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1680
1681
|
io(y.value, ($) => ({
|
|
1681
1682
|
name: `item.${$.column}`,
|
|
1682
1683
|
fn: N(({ value: g }) => [
|
|
1683
|
-
Z(fe, {
|
|
1684
|
+
Z(o(fe), {
|
|
1684
1685
|
"ref-context": { refid: $.comp },
|
|
1685
1686
|
state: { value: g }
|
|
1686
1687
|
}, null, 8, ["ref-context", "state"])
|
|
@@ -1692,7 +1693,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1692
1693
|
}), fr = {};
|
|
1693
1694
|
function br(i, e) {
|
|
1694
1695
|
const t = L("v-date-picker");
|
|
1695
|
-
return
|
|
1696
|
+
return C(), P(t);
|
|
1696
1697
|
}
|
|
1697
1698
|
const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PURE__ */ z({
|
|
1698
1699
|
__name: "index",
|
|
@@ -1701,21 +1702,21 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1701
1702
|
outer: { type: Boolean }
|
|
1702
1703
|
},
|
|
1703
1704
|
setup(i) {
|
|
1704
|
-
const e = i, t = A(),
|
|
1705
|
-
return Mi(
|
|
1706
|
-
if (t !== "runtime" && t !== "preview" || !
|
|
1705
|
+
const e = i, t = A(), r = W(), n = V(() => e.node.basic?.id), { open: s } = bi(`runtimeDlg/${ci()}`);
|
|
1706
|
+
return Mi(r, e, (u) => {
|
|
1707
|
+
if (t !== "runtime" && t !== "preview" || !r.interpreter)
|
|
1707
1708
|
return;
|
|
1708
1709
|
const { name: b } = u;
|
|
1709
|
-
b === "open" ?
|
|
1710
|
+
b === "open" ? s.value = !0 : b === "close" && (s.value = !1);
|
|
1710
1711
|
}), (u, p) => {
|
|
1711
1712
|
const b = L("v-dialog");
|
|
1712
|
-
return
|
|
1713
|
-
modelValue: o(
|
|
1714
|
-
"onUpdate:modelValue": p[0] || (p[0] = (m) => X(
|
|
1713
|
+
return C(), P(b, {
|
|
1714
|
+
modelValue: o(s),
|
|
1715
|
+
"onUpdate:modelValue": p[0] || (p[0] = (m) => X(s) ? s.value = m : null),
|
|
1715
1716
|
attach: "#dialogContainer"
|
|
1716
1717
|
}, {
|
|
1717
1718
|
activator: N(() => [
|
|
1718
|
-
o(t) === "editor" ? (
|
|
1719
|
+
o(t) === "editor" ? (C(), re("div", {
|
|
1719
1720
|
key: 0,
|
|
1720
1721
|
id: `__node__@${n.value}`
|
|
1721
1722
|
}, null, 8, hr)) : di("", !0)
|
|
@@ -1734,34 +1735,34 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1734
1735
|
outer: { type: Boolean }
|
|
1735
1736
|
},
|
|
1736
1737
|
setup(i) {
|
|
1737
|
-
const e = i, t = A(),
|
|
1738
|
+
const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, ["settings", "chips"]), { prop: s } = l(t, r, e, ["settings", "density"]), { prop: a } = l(t, r, e, [
|
|
1738
1739
|
"settings",
|
|
1739
1740
|
"direction"
|
|
1740
|
-
]), { prop: u } = l(t,
|
|
1741
|
+
]), { prop: u } = l(t, r, e, [
|
|
1741
1742
|
"settings",
|
|
1742
1743
|
"disabled"
|
|
1743
|
-
]), { prop: p } = l(t,
|
|
1744
|
+
]), { prop: p } = l(t, r, e, ["settings", "label"]), { prop: b } = l(t, r, e, ["settings", "loading"]), { prop: m } = l(t, r, e, [
|
|
1744
1745
|
"settings",
|
|
1745
1746
|
"multiple"
|
|
1746
|
-
]), { prop:
|
|
1747
|
+
]), { prop: c } = l(t, r, e, [
|
|
1747
1748
|
"settings",
|
|
1748
1749
|
"readonly"
|
|
1749
|
-
]), { prop:
|
|
1750
|
+
]), { prop: d } = l(t, r, e, ["settings", "reverse"]), { prop: f } = l(t, r, e, [
|
|
1750
1751
|
"settings",
|
|
1751
1752
|
"singleLine"
|
|
1752
1753
|
]);
|
|
1753
1754
|
return (k, h) => {
|
|
1754
1755
|
const y = L("v-file-input");
|
|
1755
|
-
return
|
|
1756
|
+
return C(), P(y, {
|
|
1756
1757
|
chips: o(n),
|
|
1757
|
-
density: o(
|
|
1758
|
+
density: o(s),
|
|
1758
1759
|
direction: o(a),
|
|
1759
1760
|
disabled: o(u),
|
|
1760
1761
|
label: o(p),
|
|
1761
1762
|
loading: o(b),
|
|
1762
1763
|
multiple: o(m),
|
|
1763
|
-
readonly: o(
|
|
1764
|
-
reverse: o(
|
|
1764
|
+
readonly: o(c),
|
|
1765
|
+
reverse: o(d),
|
|
1765
1766
|
"single-line": o(f)
|
|
1766
1767
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1767
1768
|
};
|
|
@@ -1773,12 +1774,12 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1773
1774
|
outer: { type: Boolean }
|
|
1774
1775
|
},
|
|
1775
1776
|
setup(i) {
|
|
1776
|
-
const e = i, t = A(),
|
|
1777
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { applySize: p } = pe(t, r, e), { applyMargin: b } = tn(e), { applyPadding: m } = nn(e), { applyBorder: c } = en(n, e), { prop: d } = l(t, u, e, [
|
|
1777
1778
|
"settings",
|
|
1778
1779
|
"backgroundColor"
|
|
1779
|
-
]), { color: f } = Y(n,
|
|
1780
|
+
]), { color: f } = Y(n, d), k = (y) => {
|
|
1780
1781
|
f.value && (y.backgroundColor = f.value), y.display = "flex";
|
|
1781
|
-
const w = Ci(
|
|
1782
|
+
const w = Ci(r.value.width), _ = we(w, e.node.settings?.direction);
|
|
1782
1783
|
_ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1783
1784
|
const x = we(w, e.node.settings?.wrap);
|
|
1784
1785
|
x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
@@ -1788,9 +1789,9 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1788
1789
|
g === "start" ? y.alignItems = "flex-start" : g === "end" ? y.alignItems = "flex-end" : g === "center" ? y.alignItems = "center" : g === "baseline" ? y.alignItems = "baseline" : g === "stretch" && (y.alignItems = "stretch");
|
|
1789
1790
|
}, h = V(() => {
|
|
1790
1791
|
const y = {}, w = a.value.type;
|
|
1791
|
-
return
|
|
1792
|
+
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;
|
|
1792
1793
|
});
|
|
1793
|
-
return (y, w) => (
|
|
1794
|
+
return (y, w) => (C(), re("div", {
|
|
1794
1795
|
style: ie(h.value)
|
|
1795
1796
|
}, [
|
|
1796
1797
|
G(y.$slots, "default")
|
|
@@ -1803,14 +1804,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1803
1804
|
outer: { type: Boolean }
|
|
1804
1805
|
},
|
|
1805
1806
|
setup(i) {
|
|
1806
|
-
const e = i, t = A(),
|
|
1807
|
-
const
|
|
1808
|
-
return n === "page" ?
|
|
1807
|
+
const e = i, t = A(), r = le(), n = ae(), s = ue(), a = W(), { applySize: u } = pe(t, r, e), { prop: p } = l(t, a, e, ["settings", "grow"]), { prop: b } = l(t, a, e, ["settings", "shrink"]), m = V(() => {
|
|
1808
|
+
const c = {}, d = s.value.type;
|
|
1809
|
+
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;
|
|
1809
1810
|
});
|
|
1810
|
-
return (
|
|
1811
|
+
return (c, d) => (C(), re("div", {
|
|
1811
1812
|
style: ie(m.value)
|
|
1812
1813
|
}, [
|
|
1813
|
-
G(
|
|
1814
|
+
G(c.$slots, "default")
|
|
1814
1815
|
], 4));
|
|
1815
1816
|
}
|
|
1816
1817
|
}), _r = /* @__PURE__ */ z({
|
|
@@ -1820,15 +1821,15 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1820
1821
|
outer: { type: Boolean }
|
|
1821
1822
|
},
|
|
1822
1823
|
setup(i) {
|
|
1823
|
-
const e = i, t = A(),
|
|
1824
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { prop: p } = l(t, u, e, ["settings", "valid"]), { prop: b } = l(t, u, e, [
|
|
1824
1825
|
"settings",
|
|
1825
1826
|
"fastFail"
|
|
1826
1827
|
]), { prop: m } = l(t, u, e, [
|
|
1827
1828
|
"settings",
|
|
1828
1829
|
"backgroundColor"
|
|
1829
|
-
]), { color:
|
|
1830
|
+
]), { color: c } = Y(n, m), { applySize: d } = pe(t, r, e), { applyMargin: f } = tn(e), { applyPadding: k } = nn(e), { applyBorder: h } = en(n, e), y = V(() => {
|
|
1830
1831
|
const _ = {}, x = a.value.type;
|
|
1831
|
-
return
|
|
1832
|
+
return s === "page" ? x === "common" ? (d(_), f(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1) : s === "comp" && x === "common" ? (d(_), f(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1), _;
|
|
1832
1833
|
}), w = () => {
|
|
1833
1834
|
if (t !== "runtime" && t !== "preview")
|
|
1834
1835
|
return;
|
|
@@ -1840,7 +1841,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1840
1841
|
};
|
|
1841
1842
|
return (_, x) => {
|
|
1842
1843
|
const $ = L("v-form");
|
|
1843
|
-
return
|
|
1844
|
+
return C(), P($, {
|
|
1844
1845
|
modelValue: o(p),
|
|
1845
1846
|
"onUpdate:modelValue": x[0] || (x[0] = (g) => X(p) ? p.value = g : null),
|
|
1846
1847
|
"fast-fail": o(b),
|
|
@@ -1861,13 +1862,13 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1861
1862
|
outer: { type: Boolean }
|
|
1862
1863
|
},
|
|
1863
1864
|
setup(i) {
|
|
1864
|
-
const e = i, t = A(),
|
|
1865
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
|
|
1865
1866
|
"settings",
|
|
1866
1867
|
"disabled"
|
|
1867
|
-
]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: b } = l(t, n, e, ["settings", "size"]), { theme: m } = O(
|
|
1868
|
-
return (
|
|
1868
|
+
]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: b } = l(t, n, e, ["settings", "size"]), { theme: m } = O(r);
|
|
1869
|
+
return (c, d) => {
|
|
1869
1870
|
const f = L("v-icon");
|
|
1870
|
-
return
|
|
1871
|
+
return C(), P(f, {
|
|
1871
1872
|
color: o(a),
|
|
1872
1873
|
disabled: o(u),
|
|
1873
1874
|
icon: o(p),
|
|
@@ -1883,27 +1884,27 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1883
1884
|
outer: { type: Boolean }
|
|
1884
1885
|
},
|
|
1885
1886
|
setup(i) {
|
|
1886
|
-
const e = i, t = A(),
|
|
1887
|
-
return Mi(
|
|
1887
|
+
const e = i, t = A(), r = W(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = bi(`runtimeMenu/${ci()}`);
|
|
1888
|
+
return Mi(r, e, (m) => {
|
|
1888
1889
|
if (t !== "runtime" && t !== "preview")
|
|
1889
1890
|
return;
|
|
1890
|
-
const
|
|
1891
|
-
if (!
|
|
1891
|
+
const c = r.interpreter;
|
|
1892
|
+
if (!c)
|
|
1892
1893
|
return;
|
|
1893
|
-
const { name:
|
|
1894
|
-
|
|
1895
|
-
}), (m,
|
|
1896
|
-
const
|
|
1897
|
-
return
|
|
1894
|
+
const { name: d } = m;
|
|
1895
|
+
d === "open" ? (n.value = c.getProperty(c.globalObject, "__pointerPosX__"), s.value = c.getProperty(c.globalObject, "__pointerPosY__"), p.value = !0) : d === "close" && (p.value = !1);
|
|
1896
|
+
}), (m, c) => {
|
|
1897
|
+
const d = L("v-menu");
|
|
1898
|
+
return C(), P(d, {
|
|
1898
1899
|
modelValue: o(p),
|
|
1899
|
-
"onUpdate:modelValue":
|
|
1900
|
+
"onUpdate:modelValue": c[0] || (c[0] = (f) => X(p) ? p.value = f : null),
|
|
1900
1901
|
attach: "menuContainer",
|
|
1901
1902
|
"location-strategy": "connected",
|
|
1902
1903
|
scrim: "transparent",
|
|
1903
1904
|
target: a.value
|
|
1904
1905
|
}, {
|
|
1905
1906
|
activator: N(() => [
|
|
1906
|
-
o(t) === "editor" ? (
|
|
1907
|
+
o(t) === "editor" ? (C(), re("div", {
|
|
1907
1908
|
key: 0,
|
|
1908
1909
|
id: `__node__@${u.value}`
|
|
1909
1910
|
}, null, 8, Vr)) : di("", !0)
|
|
@@ -1922,7 +1923,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1922
1923
|
outer: { type: Boolean }
|
|
1923
1924
|
},
|
|
1924
1925
|
setup(i) {
|
|
1925
|
-
const e = i, t = A(),
|
|
1926
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
1926
1927
|
"settings",
|
|
1927
1928
|
"addIcon",
|
|
1928
1929
|
"append"
|
|
@@ -1936,7 +1937,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1936
1937
|
]), { prop: p } = l(t, n, e, [
|
|
1937
1938
|
"settings",
|
|
1938
1939
|
"hideDetails"
|
|
1939
|
-
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "loading"]), { prop:
|
|
1940
|
+
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "loading"]), { prop: c } = l(t, n, e, ["settings", "max"]), { prop: d } = l(t, n, e, ["size", "maxWidth"]), { prop: f } = l(t, n, e, ["settings", "min"]), { prop: k } = l(t, n, e, ["size", "minWidth"]), { prop: h } = l(t, n, e, [
|
|
1940
1941
|
"settings",
|
|
1941
1942
|
"placeholder"
|
|
1942
1943
|
]), { prop: y } = l(t, n, e, [
|
|
@@ -1953,25 +1954,25 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1953
1954
|
]), { prop: $ } = l(t, n, e, [
|
|
1954
1955
|
"settings",
|
|
1955
1956
|
"readonly"
|
|
1956
|
-
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop:
|
|
1957
|
+
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: I } = l(t, n, e, [
|
|
1957
1958
|
"settings",
|
|
1958
1959
|
"singleLine"
|
|
1959
|
-
]), { prop: E } = l(t, n, e, ["settings", "step"]), { prop:
|
|
1960
|
+
]), { prop: E } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme: S } = O(r), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: j } = l(t, n, e, ["settings", "variant"]), { prop: K } = l(t, n, e, ["size", "width"]);
|
|
1960
1961
|
return (ee, ne) => {
|
|
1961
1962
|
const ce = L("v-number-input");
|
|
1962
|
-
return
|
|
1963
|
+
return C(), P(o(te), null, {
|
|
1963
1964
|
default: N(() => [
|
|
1964
1965
|
Z(ce, {
|
|
1965
1966
|
modelValue: o(H),
|
|
1966
1967
|
"onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(H) ? H.value = de : null),
|
|
1967
|
-
"append-icon": o(
|
|
1968
|
+
"append-icon": o(s),
|
|
1968
1969
|
"append-inner-icon": o(a),
|
|
1969
1970
|
clearable: o(u),
|
|
1970
1971
|
"hide-details": o(p),
|
|
1971
1972
|
label: o(b),
|
|
1972
1973
|
loading: o(m),
|
|
1973
|
-
max: o(
|
|
1974
|
-
"max-width": o(
|
|
1974
|
+
max: o(c),
|
|
1975
|
+
"max-width": o(d),
|
|
1975
1976
|
min: o(f),
|
|
1976
1977
|
"min-width": o(k),
|
|
1977
1978
|
placeholder: o(h),
|
|
@@ -1981,9 +1982,9 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1981
1982
|
"prepend-inner-icon": o(x),
|
|
1982
1983
|
readonly: o($),
|
|
1983
1984
|
reverse: o(g),
|
|
1984
|
-
"single-line": o(
|
|
1985
|
+
"single-line": o(I),
|
|
1985
1986
|
step: o(E),
|
|
1986
|
-
suffix: o(
|
|
1987
|
+
suffix: o(F),
|
|
1987
1988
|
theme: o(S),
|
|
1988
1989
|
variant: o(j),
|
|
1989
1990
|
width: o(K)
|
|
@@ -2000,32 +2001,32 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2000
2001
|
outer: { type: Boolean }
|
|
2001
2002
|
},
|
|
2002
2003
|
setup(i) {
|
|
2003
|
-
const e = i, t = A(),
|
|
2004
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2004
2005
|
"settings",
|
|
2005
2006
|
"disabled"
|
|
2006
2007
|
]), { prop: u } = l(t, n, e, ["settings", "length"]), { prop: p } = l(t, n, e, [
|
|
2007
2008
|
"settings",
|
|
2008
2009
|
"showFirstLastPage"
|
|
2009
|
-
]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme:
|
|
2010
|
+
]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } = O(r), { prop: d } = l(t, n, e, ["settings", "tile"]), { prop: f } = l(t, n, e, ["settings", "value"]), { prop: k } = l(t, n, e, ["settings", "variant"]), h = V(() => {
|
|
2010
2011
|
const y = {};
|
|
2011
2012
|
return t === "editor" && (y.pointerEvents = "none"), y;
|
|
2012
2013
|
});
|
|
2013
2014
|
return (y, w) => {
|
|
2014
2015
|
const _ = L("v-pagination");
|
|
2015
|
-
return
|
|
2016
|
+
return C(), P(o(te), null, {
|
|
2016
2017
|
default: N(() => [
|
|
2017
2018
|
Z(_, {
|
|
2018
2019
|
modelValue: o(f),
|
|
2019
2020
|
"onUpdate:modelValue": w[0] || (w[0] = (x) => X(f) ? f.value = x : null),
|
|
2020
|
-
density: o(
|
|
2021
|
+
density: o(s),
|
|
2021
2022
|
disabled: o(a),
|
|
2022
2023
|
length: o(u),
|
|
2023
2024
|
"show-first-last-page": o(p),
|
|
2024
2025
|
size: o(b),
|
|
2025
2026
|
start: o(m),
|
|
2026
2027
|
style: ie(h.value),
|
|
2027
|
-
theme: o(
|
|
2028
|
-
tile: o(
|
|
2028
|
+
theme: o(c),
|
|
2029
|
+
tile: o(d),
|
|
2029
2030
|
variant: o(k)
|
|
2030
2031
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
2031
2032
|
]),
|
|
@@ -2040,23 +2041,23 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2040
2041
|
outer: { type: Boolean }
|
|
2041
2042
|
},
|
|
2042
2043
|
setup(i) {
|
|
2043
|
-
const e = i, t = A(),
|
|
2044
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, ["settings", "density"]), { prop: p } = l(t, n, e, [
|
|
2044
2045
|
"settings",
|
|
2045
2046
|
"disabled"
|
|
2046
2047
|
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, [
|
|
2047
2048
|
"settings",
|
|
2048
2049
|
"readonly"
|
|
2049
|
-
]), { theme:
|
|
2050
|
+
]), { theme: c } = O(r), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2050
2051
|
return (f, k) => {
|
|
2051
2052
|
const h = L("v-radio");
|
|
2052
|
-
return
|
|
2053
|
+
return C(), P(h, {
|
|
2053
2054
|
color: o(a),
|
|
2054
2055
|
density: o(u),
|
|
2055
2056
|
disabled: o(p),
|
|
2056
2057
|
label: o(b),
|
|
2057
2058
|
readonly: o(m),
|
|
2058
|
-
theme: o(
|
|
2059
|
-
value: o(
|
|
2059
|
+
theme: o(c),
|
|
2060
|
+
value: o(d)
|
|
2060
2061
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2061
2062
|
};
|
|
2062
2063
|
}
|
|
@@ -2067,7 +2068,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2067
2068
|
outer: { type: Boolean }
|
|
2068
2069
|
},
|
|
2069
2070
|
setup(i) {
|
|
2070
|
-
const e = i, t = A(),
|
|
2071
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2071
2072
|
"settings",
|
|
2072
2073
|
"direction"
|
|
2073
2074
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2076,15 +2077,15 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2076
2077
|
]), { prop: p } = l(t, n, e, ["settings", "inline"]), { prop: b } = l(t, n, e, [
|
|
2077
2078
|
"settings",
|
|
2078
2079
|
"readonly"
|
|
2079
|
-
]), { theme: m } = O(
|
|
2080
|
-
return (
|
|
2080
|
+
]), { theme: m } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2081
|
+
return (d, f) => {
|
|
2081
2082
|
const k = L("v-radio-group");
|
|
2082
|
-
return
|
|
2083
|
+
return C(), P(o(te), null, {
|
|
2083
2084
|
default: N(() => [
|
|
2084
2085
|
Z(k, {
|
|
2085
|
-
modelValue: o(
|
|
2086
|
-
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(
|
|
2087
|
-
density: o(
|
|
2086
|
+
modelValue: o(c),
|
|
2087
|
+
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
|
|
2088
|
+
density: o(s),
|
|
2088
2089
|
direction: o(a),
|
|
2089
2090
|
disabled: o(u),
|
|
2090
2091
|
inline: o(p),
|
|
@@ -2092,7 +2093,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2092
2093
|
theme: o(m)
|
|
2093
2094
|
}, {
|
|
2094
2095
|
default: N(() => [
|
|
2095
|
-
G(
|
|
2096
|
+
G(d.$slots, "default")
|
|
2096
2097
|
]),
|
|
2097
2098
|
_: 3
|
|
2098
2099
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2108,7 +2109,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2108
2109
|
outer: { type: Boolean }
|
|
2109
2110
|
},
|
|
2110
2111
|
setup(i) {
|
|
2111
|
-
const e = i, t = A(),
|
|
2112
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2112
2113
|
"settings",
|
|
2113
2114
|
"direction"
|
|
2114
2115
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2117,7 +2118,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2117
2118
|
]), { prop: p } = l(t, n, e, [
|
|
2118
2119
|
"settings",
|
|
2119
2120
|
"hideDetails"
|
|
2120
|
-
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "max"]), { prop:
|
|
2121
|
+
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "max"]), { prop: c } = l(t, n, e, ["settings", "min"]), { prop: d } = l(t, n, e, [
|
|
2121
2122
|
"settings",
|
|
2122
2123
|
"readonly"
|
|
2123
2124
|
]), { prop: f } = l(t, n, e, [
|
|
@@ -2128,7 +2129,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2128
2129
|
return "always";
|
|
2129
2130
|
if (f.value === "show")
|
|
2130
2131
|
return !0;
|
|
2131
|
-
}), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = O(
|
|
2132
|
+
}), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = O(r), { prop: w } = l(t, n, e, [
|
|
2132
2133
|
"settings",
|
|
2133
2134
|
"thumbLabel"
|
|
2134
2135
|
]), _ = V(() => {
|
|
@@ -2147,26 +2148,26 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2147
2148
|
H[j] = K;
|
|
2148
2149
|
if (!xi(H))
|
|
2149
2150
|
return H;
|
|
2150
|
-
}), { prop:
|
|
2151
|
+
}), { prop: I } = l(t, n, e, [
|
|
2151
2152
|
"settings",
|
|
2152
2153
|
"tickSize"
|
|
2153
2154
|
]), { prop: E } = l(t, n, e, [
|
|
2154
2155
|
"settings",
|
|
2155
2156
|
"value",
|
|
2156
2157
|
"start"
|
|
2157
|
-
]), { prop:
|
|
2158
|
+
]), { prop: F } = l(t, n, e, [
|
|
2158
2159
|
"settings",
|
|
2159
2160
|
"value",
|
|
2160
2161
|
"end"
|
|
2161
2162
|
]), S = V({
|
|
2162
|
-
get: () => [E.value,
|
|
2163
|
+
get: () => [E.value, F.value],
|
|
2163
2164
|
set: ([H, j]) => {
|
|
2164
|
-
E.value = H,
|
|
2165
|
+
E.value = H, F.value = j;
|
|
2165
2166
|
}
|
|
2166
2167
|
});
|
|
2167
2168
|
return (H, j) => {
|
|
2168
2169
|
const K = L("v-range-slider");
|
|
2169
|
-
return
|
|
2170
|
+
return C(), P(o(te), {
|
|
2170
2171
|
modelValue: S.value,
|
|
2171
2172
|
"onUpdate:modelValue": j[1] || (j[1] = (ee) => S.value = ee)
|
|
2172
2173
|
}, {
|
|
@@ -2174,20 +2175,20 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2174
2175
|
Z(K, {
|
|
2175
2176
|
modelValue: S.value,
|
|
2176
2177
|
"onUpdate:modelValue": j[0] || (j[0] = (ee) => S.value = ee),
|
|
2177
|
-
density: o(
|
|
2178
|
+
density: o(s),
|
|
2178
2179
|
direction: o(a),
|
|
2179
2180
|
disabled: o(u),
|
|
2180
2181
|
"hide-details": o(p),
|
|
2181
2182
|
label: o(b),
|
|
2182
2183
|
max: o(m),
|
|
2183
|
-
min: o(
|
|
2184
|
-
readonly: o(
|
|
2184
|
+
min: o(c),
|
|
2185
|
+
readonly: o(d),
|
|
2185
2186
|
"show-ticks": k.value,
|
|
2186
2187
|
step: o(h),
|
|
2187
2188
|
theme: o(y),
|
|
2188
2189
|
"thumb-label": _.value,
|
|
2189
2190
|
"thumb-size": o(x),
|
|
2190
|
-
"tick-size": o(
|
|
2191
|
+
"tick-size": o(I),
|
|
2191
2192
|
ticks: g.value
|
|
2192
2193
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2193
2194
|
]),
|
|
@@ -2202,7 +2203,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2202
2203
|
outer: { type: Boolean }
|
|
2203
2204
|
},
|
|
2204
2205
|
setup(i) {
|
|
2205
|
-
const e = i, t = A(),
|
|
2206
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
2206
2207
|
"settings",
|
|
2207
2208
|
"clearable"
|
|
2208
2209
|
]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
|
|
@@ -2211,25 +2212,25 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2211
2212
|
]), { prop: p } = l(t, n, e, [
|
|
2212
2213
|
"settings",
|
|
2213
2214
|
"halfIncrements"
|
|
2214
|
-
]), { prop: b } = l(t, n, e, ["settings", "hover"]), { prop: m } = l(t, n, e, ["settings", "length"]), { prop:
|
|
2215
|
+
]), { prop: b } = l(t, n, e, ["settings", "hover"]), { prop: m } = l(t, n, e, ["settings", "length"]), { prop: c } = l(t, n, e, [
|
|
2215
2216
|
"settings",
|
|
2216
2217
|
"readonly"
|
|
2217
|
-
]), { theme:
|
|
2218
|
+
]), { theme: d } = O(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
2218
2219
|
return (k, h) => {
|
|
2219
2220
|
const y = L("v-rating");
|
|
2220
|
-
return
|
|
2221
|
+
return C(), P(o(te), { "fit-content": !0 }, {
|
|
2221
2222
|
default: N(() => [
|
|
2222
2223
|
Z(y, {
|
|
2223
2224
|
modelValue: o(f),
|
|
2224
2225
|
"onUpdate:modelValue": h[0] || (h[0] = (w) => X(f) ? f.value = w : null),
|
|
2225
|
-
clearable: o(
|
|
2226
|
+
clearable: o(s),
|
|
2226
2227
|
density: o(a),
|
|
2227
2228
|
disabled: o(u),
|
|
2228
2229
|
"half-increments": o(p),
|
|
2229
2230
|
hover: o(b),
|
|
2230
2231
|
length: o(m),
|
|
2231
|
-
readonly: o(
|
|
2232
|
-
theme: o(
|
|
2232
|
+
readonly: o(c),
|
|
2233
|
+
theme: o(d)
|
|
2233
2234
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
2234
2235
|
]),
|
|
2235
2236
|
_: 1
|
|
@@ -2243,7 +2244,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2243
2244
|
outer: { type: Boolean }
|
|
2244
2245
|
},
|
|
2245
2246
|
setup(i) {
|
|
2246
|
-
const e = i, t = A(),
|
|
2247
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
2247
2248
|
"settings",
|
|
2248
2249
|
"hideDetails"
|
|
2249
2250
|
]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
|
|
@@ -2255,15 +2256,15 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2255
2256
|
]), { prop: b } = l(t, n, e, [
|
|
2256
2257
|
"settings",
|
|
2257
2258
|
"singleLine"
|
|
2258
|
-
]), { theme: m } = O(
|
|
2259
|
-
return (
|
|
2259
|
+
]), { theme: m } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2260
|
+
return (d, f) => {
|
|
2260
2261
|
const k = L("v-select");
|
|
2261
|
-
return
|
|
2262
|
+
return C(), P(o(te), null, {
|
|
2262
2263
|
default: N(() => [
|
|
2263
2264
|
Z(k, {
|
|
2264
|
-
modelValue: o(
|
|
2265
|
-
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(
|
|
2266
|
-
"hide-details": o(
|
|
2265
|
+
modelValue: o(c),
|
|
2266
|
+
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
|
|
2267
|
+
"hide-details": o(s),
|
|
2267
2268
|
label: o(a),
|
|
2268
2269
|
placeholder: o(u),
|
|
2269
2270
|
readonly: o(p),
|
|
@@ -2282,7 +2283,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2282
2283
|
outer: { type: Boolean }
|
|
2283
2284
|
},
|
|
2284
2285
|
setup(i) {
|
|
2285
|
-
const e = i, t = A(),
|
|
2286
|
+
const e = i, t = A(), r = po(), n = W(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
|
|
2286
2287
|
"settings",
|
|
2287
2288
|
"direction"
|
|
2288
2289
|
]), { prop: p } = l(t, n, e, [
|
|
@@ -2291,7 +2292,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2291
2292
|
]), { prop: b } = l(t, n, e, [
|
|
2292
2293
|
"settings",
|
|
2293
2294
|
"hideDetails"
|
|
2294
|
-
]), { prop: m } = l(t, n, e, ["settings", "label"]), { prop:
|
|
2295
|
+
]), { prop: m } = l(t, n, e, ["settings", "label"]), { prop: c } = l(t, n, e, ["settings", "max"]), { prop: d } = l(t, n, e, ["settings", "min"]), { prop: f } = l(t, n, e, [
|
|
2295
2296
|
"settings",
|
|
2296
2297
|
"readonly"
|
|
2297
2298
|
]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, [
|
|
@@ -2302,13 +2303,13 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2302
2303
|
return "always";
|
|
2303
2304
|
if (h.value === "show")
|
|
2304
2305
|
return !0;
|
|
2305
|
-
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = O(
|
|
2306
|
+
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = O(r), { prop: x } = l(t, n, e, [
|
|
2306
2307
|
"settings",
|
|
2307
2308
|
"thumbColor"
|
|
2308
|
-
]), { color: $ } = Y(
|
|
2309
|
+
]), { color: $ } = Y(r, x), { prop: g } = l(t, n, e, [
|
|
2309
2310
|
"settings",
|
|
2310
2311
|
"thumbLabel"
|
|
2311
|
-
]),
|
|
2312
|
+
]), I = V(() => {
|
|
2312
2313
|
if (g.value === "always")
|
|
2313
2314
|
return "always";
|
|
2314
2315
|
if (g.value === "show")
|
|
@@ -2316,11 +2317,11 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2316
2317
|
}), { prop: E } = l(t, n, e, [
|
|
2317
2318
|
"settings",
|
|
2318
2319
|
"thumbSize"
|
|
2319
|
-
]), { prop:
|
|
2320
|
-
if (!
|
|
2320
|
+
]), { prop: F } = l(t, n, e, ["settings", "ticks"]), S = V(() => {
|
|
2321
|
+
if (!F.value)
|
|
2321
2322
|
return;
|
|
2322
2323
|
const de = {};
|
|
2323
|
-
for (const { value: Ie, label: Le } of
|
|
2324
|
+
for (const { value: Ie, label: Le } of F.value)
|
|
2324
2325
|
de[Ie] = Le;
|
|
2325
2326
|
if (!xi(de))
|
|
2326
2327
|
return de;
|
|
@@ -2330,13 +2331,13 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2330
2331
|
]), { prop: j } = l(t, n, e, [
|
|
2331
2332
|
"settings",
|
|
2332
2333
|
"trackColor"
|
|
2333
|
-
]), { color: K } = Y(
|
|
2334
|
+
]), { color: K } = Y(r, j), { prop: ee } = l(t, n, e, ["settings", "value"]), { prop: ne } = l(t, n, e, ["slots", "append"]), { prop: ce } = l(t, n, e, [
|
|
2334
2335
|
"slots",
|
|
2335
2336
|
"prepend"
|
|
2336
2337
|
]);
|
|
2337
2338
|
return (de, Ie) => {
|
|
2338
2339
|
const Le = L("v-slider");
|
|
2339
|
-
return
|
|
2340
|
+
return C(), P(o(te), null, {
|
|
2340
2341
|
default: N(() => [
|
|
2341
2342
|
Z(Le, {
|
|
2342
2343
|
modelValue: o(ee),
|
|
@@ -2346,15 +2347,15 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2346
2347
|
disabled: o(p),
|
|
2347
2348
|
"hide-details": o(b),
|
|
2348
2349
|
label: o(m),
|
|
2349
|
-
max: o(
|
|
2350
|
-
min: o(
|
|
2350
|
+
max: o(c),
|
|
2351
|
+
min: o(d),
|
|
2351
2352
|
readonly: o(f),
|
|
2352
2353
|
reverse: o(k),
|
|
2353
2354
|
"show-ticks": y.value,
|
|
2354
2355
|
step: o(w),
|
|
2355
2356
|
theme: o(_),
|
|
2356
2357
|
"thumb-color": o($),
|
|
2357
|
-
"thumb-label":
|
|
2358
|
+
"thumb-label": I.value,
|
|
2358
2359
|
"thumb-size": o(E),
|
|
2359
2360
|
"tick-size": o(H),
|
|
2360
2361
|
ticks: S.value,
|
|
@@ -2393,16 +2394,16 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2393
2394
|
outer: { type: Boolean }
|
|
2394
2395
|
},
|
|
2395
2396
|
setup(i) {
|
|
2396
|
-
const e = i, t = A(),
|
|
2397
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
2397
2398
|
"settings",
|
|
2398
2399
|
"hideActions"
|
|
2399
|
-
]), { theme: a } = O(
|
|
2400
|
+
]), { theme: a } = O(r), { prop: u } = l(t, n, e, ["settings", "value"]);
|
|
2400
2401
|
return (p, b) => {
|
|
2401
2402
|
const m = L("v-stepper");
|
|
2402
|
-
return
|
|
2403
|
+
return C(), P(m, {
|
|
2403
2404
|
modelValue: o(u),
|
|
2404
|
-
"onUpdate:modelValue": b[0] || (b[0] = (
|
|
2405
|
-
"hide-actions": o(
|
|
2405
|
+
"onUpdate:modelValue": b[0] || (b[0] = (c) => X(u) ? u.value = c : null),
|
|
2406
|
+
"hide-actions": o(s),
|
|
2406
2407
|
theme: o(a)
|
|
2407
2408
|
}, {
|
|
2408
2409
|
default: N(() => [
|
|
@@ -2415,7 +2416,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2415
2416
|
}), Er = {};
|
|
2416
2417
|
function Wr(i, e) {
|
|
2417
2418
|
const t = L("v-stepper-header");
|
|
2418
|
-
return
|
|
2419
|
+
return C(), P(t, null, {
|
|
2419
2420
|
default: N(() => [
|
|
2420
2421
|
G(i.$slots, "default")
|
|
2421
2422
|
]),
|
|
@@ -2429,12 +2430,12 @@ const Br = /* @__PURE__ */ _e(Er, [["render", Wr]]), Rr = /* @__PURE__ */ z({
|
|
|
2429
2430
|
outer: { type: Boolean }
|
|
2430
2431
|
},
|
|
2431
2432
|
setup(i) {
|
|
2432
|
-
const e = i, t = A(),
|
|
2433
|
-
return (
|
|
2433
|
+
const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, ["settings", "value"]);
|
|
2434
|
+
return (s, a) => {
|
|
2434
2435
|
const u = L("v-stepper-item");
|
|
2435
|
-
return
|
|
2436
|
+
return C(), P(u, { value: o(n) }, {
|
|
2436
2437
|
default: N(() => [
|
|
2437
|
-
G(
|
|
2438
|
+
G(s.$slots, "default")
|
|
2438
2439
|
]),
|
|
2439
2440
|
_: 3
|
|
2440
2441
|
}, 8, ["value"]);
|
|
@@ -2443,7 +2444,7 @@ const Br = /* @__PURE__ */ _e(Er, [["render", Wr]]), Rr = /* @__PURE__ */ z({
|
|
|
2443
2444
|
}), Dr = {};
|
|
2444
2445
|
function Mr(i, e) {
|
|
2445
2446
|
const t = L("v-stepper-window");
|
|
2446
|
-
return
|
|
2447
|
+
return C(), P(t, null, {
|
|
2447
2448
|
default: N(() => [
|
|
2448
2449
|
G(i.$slots, "default")
|
|
2449
2450
|
]),
|
|
@@ -2457,12 +2458,12 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2457
2458
|
outer: { type: Boolean }
|
|
2458
2459
|
},
|
|
2459
2460
|
setup(i) {
|
|
2460
|
-
const e = i, t = A(),
|
|
2461
|
-
return (
|
|
2461
|
+
const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, ["settings", "value"]);
|
|
2462
|
+
return (s, a) => {
|
|
2462
2463
|
const u = L("v-stepper-window-item");
|
|
2463
|
-
return
|
|
2464
|
+
return C(), P(u, { value: o(n) }, {
|
|
2464
2465
|
default: N(() => [
|
|
2465
|
-
G(
|
|
2466
|
+
G(s.$slots, "default")
|
|
2466
2467
|
]),
|
|
2467
2468
|
_: 3
|
|
2468
2469
|
}, 8, ["value"]);
|
|
@@ -2475,7 +2476,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2475
2476
|
outer: { type: Boolean }
|
|
2476
2477
|
},
|
|
2477
2478
|
setup(i) {
|
|
2478
|
-
const e = i, t = A(),
|
|
2479
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2479
2480
|
"settings",
|
|
2480
2481
|
"direction"
|
|
2481
2482
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2487,22 +2488,22 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2487
2488
|
]), { prop: b } = l(t, n, e, [
|
|
2488
2489
|
"settings",
|
|
2489
2490
|
"indeterminate"
|
|
2490
|
-
]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop:
|
|
2491
|
+
]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: c } = l(t, n, e, ["settings", "inset"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } = O(r), { prop: h } = l(t, n, e, ["settings", "value"]);
|
|
2491
2492
|
return (y, w) => {
|
|
2492
2493
|
const _ = L("v-switch");
|
|
2493
|
-
return
|
|
2494
|
+
return C(), P(te, { "fit-content": !0 }, {
|
|
2494
2495
|
default: N(() => [
|
|
2495
2496
|
Z(_, {
|
|
2496
2497
|
modelValue: o(h),
|
|
2497
2498
|
"onUpdate:modelValue": w[0] || (w[0] = (x) => X(h) ? h.value = x : null),
|
|
2498
|
-
density: o(
|
|
2499
|
+
density: o(s),
|
|
2499
2500
|
direction: o(a),
|
|
2500
2501
|
disabled: o(u),
|
|
2501
2502
|
"hide-details": o(p),
|
|
2502
2503
|
indeterminate: o(b),
|
|
2503
2504
|
inline: o(m),
|
|
2504
|
-
inset: o(
|
|
2505
|
-
label: o(
|
|
2505
|
+
inset: o(c),
|
|
2506
|
+
label: o(d),
|
|
2506
2507
|
loading: o(f),
|
|
2507
2508
|
theme: o(k)
|
|
2508
2509
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
@@ -2518,17 +2519,17 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2518
2519
|
outer: { type: Boolean }
|
|
2519
2520
|
},
|
|
2520
2521
|
setup(i) {
|
|
2521
|
-
const e = i, t = A(),
|
|
2522
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "text"]), { theme: a } = O(r), { prop: u } = l(t, n, e, ["settings", "value"]), p = V(() => {
|
|
2522
2523
|
const b = {};
|
|
2523
2524
|
return t === "editor" && (b.pointerEvents = "none"), b;
|
|
2524
2525
|
});
|
|
2525
2526
|
return (b, m) => {
|
|
2526
|
-
const
|
|
2527
|
-
return
|
|
2527
|
+
const c = L("v-tab");
|
|
2528
|
+
return C(), P(o(te), { "fit-content": !0 }, {
|
|
2528
2529
|
default: N(() => [
|
|
2529
|
-
Z(
|
|
2530
|
+
Z(c, {
|
|
2530
2531
|
style: ie(p.value),
|
|
2531
|
-
text: o(
|
|
2532
|
+
text: o(s),
|
|
2532
2533
|
theme: o(a),
|
|
2533
2534
|
value: o(u)
|
|
2534
2535
|
}, null, 8, ["style", "text", "theme", "value"])
|
|
@@ -2544,21 +2545,21 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2544
2545
|
outer: { type: Boolean }
|
|
2545
2546
|
},
|
|
2546
2547
|
setup(i) {
|
|
2547
|
-
const e = i, t = A(),
|
|
2548
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
2548
2549
|
"settings",
|
|
2549
2550
|
"alignTabs"
|
|
2550
2551
|
]), { prop: a } = l(t, n, e, [
|
|
2551
2552
|
"settings",
|
|
2552
2553
|
"color",
|
|
2553
2554
|
"backgroundColor"
|
|
2554
|
-
]), { color: u } = Y(
|
|
2555
|
+
]), { color: u } = Y(r, a), { prop: p } = l(t, n, e, [
|
|
2555
2556
|
"settings",
|
|
2556
2557
|
"centerActive"
|
|
2557
2558
|
]), { prop: b } = l(t, n, e, [
|
|
2558
2559
|
"settings",
|
|
2559
2560
|
"color",
|
|
2560
2561
|
"selectedColor"
|
|
2561
|
-
]), { color: m } = Y(
|
|
2562
|
+
]), { color: m } = Y(r, b), { prop: c } = l(t, n, e, ["settings", "density"]), { prop: d } = l(t, n, e, [
|
|
2562
2563
|
"settings",
|
|
2563
2564
|
"direction"
|
|
2564
2565
|
]), { prop: f } = l(t, n, e, [
|
|
@@ -2580,18 +2581,18 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2580
2581
|
"settings",
|
|
2581
2582
|
"color",
|
|
2582
2583
|
"sliderColor"
|
|
2583
|
-
]), { color: g } = Y(
|
|
2584
|
+
]), { color: g } = Y(r, $), { prop: I } = l(t, n, e, ["settings", "stacked"]), { theme: E } = O(r), { prop: F } = l(t, n, e, ["settings", "value"]);
|
|
2584
2585
|
return (S, H) => {
|
|
2585
2586
|
const j = L("v-tabs");
|
|
2586
|
-
return
|
|
2587
|
-
modelValue: o(
|
|
2588
|
-
"onUpdate:modelValue": H[0] || (H[0] = (K) => X(
|
|
2589
|
-
"align-tabs": o(
|
|
2587
|
+
return C(), P(j, {
|
|
2588
|
+
modelValue: o(F),
|
|
2589
|
+
"onUpdate:modelValue": H[0] || (H[0] = (K) => X(F) ? F.value = K : null),
|
|
2590
|
+
"align-tabs": o(s),
|
|
2590
2591
|
"bg-color": o(u),
|
|
2591
2592
|
"center-active": o(p),
|
|
2592
2593
|
color: o(m),
|
|
2593
|
-
density: o(
|
|
2594
|
-
direction: o(
|
|
2594
|
+
density: o(c),
|
|
2595
|
+
direction: o(d),
|
|
2595
2596
|
disabled: o(f),
|
|
2596
2597
|
"fixed-tabs": o(k),
|
|
2597
2598
|
grow: o(h),
|
|
@@ -2600,7 +2601,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2600
2601
|
mandatory: o(_),
|
|
2601
2602
|
"show-arrows": o(x),
|
|
2602
2603
|
"slider-color": o(g),
|
|
2603
|
-
stacked: o(
|
|
2604
|
+
stacked: o(I),
|
|
2604
2605
|
theme: o(E)
|
|
2605
2606
|
}, {
|
|
2606
2607
|
default: N(() => [
|
|
@@ -2617,18 +2618,18 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2617
2618
|
outer: { type: Boolean }
|
|
2618
2619
|
},
|
|
2619
2620
|
setup(i) {
|
|
2620
|
-
const e = i, t = A(),
|
|
2621
|
+
const e = i, t = A(), r = le(), n = W(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, [
|
|
2621
2622
|
"settings",
|
|
2622
2623
|
"decoration"
|
|
2623
2624
|
]), { prop: u } = l(t, n, e, [
|
|
2624
2625
|
"settings",
|
|
2625
2626
|
"emphasis"
|
|
2626
|
-
]), { prop: p } = l(t, n, e, ["settings", "italic"]), { prop: b } = l(t, n, e, ["settings", "text"]), { prop: m } = l(t, n, e, ["settings", "weight"]),
|
|
2627
|
-
const
|
|
2628
|
-
return k &&
|
|
2627
|
+
]), { 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(() => {
|
|
2628
|
+
const d = [], f = Ci(r.value.width), k = we(f, e.node.settings?.style);
|
|
2629
|
+
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(" ");
|
|
2629
2630
|
});
|
|
2630
|
-
return (
|
|
2631
|
-
class: so(
|
|
2631
|
+
return (d, f) => (C(), re("span", {
|
|
2632
|
+
class: so(c.value)
|
|
2632
2633
|
}, ro(o(b)), 3));
|
|
2633
2634
|
}
|
|
2634
2635
|
}), jr = /* @__PURE__ */ z({
|
|
@@ -2638,7 +2639,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2638
2639
|
outer: { type: Boolean }
|
|
2639
2640
|
},
|
|
2640
2641
|
setup(i) {
|
|
2641
|
-
const e = i, t = A(),
|
|
2642
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
2642
2643
|
"settings",
|
|
2643
2644
|
"autoGrow"
|
|
2644
2645
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2647,7 +2648,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2647
2648
|
]), { prop: u } = l(t, n, e, ["settings", "density"]), { prop: p } = l(t, n, e, [
|
|
2648
2649
|
"settings",
|
|
2649
2650
|
"disabled"
|
|
2650
|
-
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "loading"]), { prop:
|
|
2651
|
+
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "loading"]), { prop: c } = l(t, n, e, ["settings", "maxRows"]), { prop: d } = l(t, n, e, [
|
|
2651
2652
|
"settings",
|
|
2652
2653
|
"placeholder"
|
|
2653
2654
|
]), { prop: f } = l(t, n, e, [
|
|
@@ -2656,22 +2657,22 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2656
2657
|
]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
|
|
2657
2658
|
"settings",
|
|
2658
2659
|
"singleLine"
|
|
2659
|
-
]), { theme: w } = O(
|
|
2660
|
+
]), { theme: w } = O(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: x } = l(t, n, e, ["settings", "variant"]);
|
|
2660
2661
|
return ($, g) => {
|
|
2661
|
-
const
|
|
2662
|
-
return
|
|
2662
|
+
const I = L("v-textarea");
|
|
2663
|
+
return C(), P(o(te), null, {
|
|
2663
2664
|
default: N(() => [
|
|
2664
|
-
Z(
|
|
2665
|
+
Z(I, {
|
|
2665
2666
|
modelValue: o(_),
|
|
2666
2667
|
"onUpdate:modelValue": g[0] || (g[0] = (E) => X(_) ? _.value = E : null),
|
|
2667
|
-
"auto-grow": o(
|
|
2668
|
+
"auto-grow": o(s),
|
|
2668
2669
|
clearable: o(a),
|
|
2669
2670
|
density: o(u),
|
|
2670
2671
|
disabled: o(p),
|
|
2671
2672
|
label: o(b),
|
|
2672
2673
|
loading: o(m),
|
|
2673
|
-
"max-rows": o(
|
|
2674
|
-
placeholder: o(
|
|
2674
|
+
"max-rows": o(c),
|
|
2675
|
+
placeholder: o(d),
|
|
2675
2676
|
readonly: o(f),
|
|
2676
2677
|
reverse: o(k),
|
|
2677
2678
|
rows: o(h),
|
|
@@ -2691,7 +2692,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2691
2692
|
outer: { type: Boolean }
|
|
2692
2693
|
},
|
|
2693
2694
|
setup(i) {
|
|
2694
|
-
const e = i, t = A(),
|
|
2695
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
2695
2696
|
"settings",
|
|
2696
2697
|
"appendIcon"
|
|
2697
2698
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2706,10 +2707,10 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2706
2707
|
]), { prop: b } = l(t, n, e, ["settings", "density"]), { prop: m } = l(t, n, e, [
|
|
2707
2708
|
"settings",
|
|
2708
2709
|
"disabled"
|
|
2709
|
-
]), { prop:
|
|
2710
|
+
]), { prop: c } = l(t, n, e, [
|
|
2710
2711
|
"settings",
|
|
2711
2712
|
"hideDetails"
|
|
2712
|
-
]), { prop:
|
|
2713
|
+
]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { prop: k } = l(t, n, e, [
|
|
2713
2714
|
"settings",
|
|
2714
2715
|
"placeholder"
|
|
2715
2716
|
]), { prop: h } = l(t, n, e, ["settings", "prefix"]), { prop: y } = l(t, n, e, [
|
|
@@ -2724,7 +2725,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2724
2725
|
]), { prop: x } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
|
|
2725
2726
|
"settings",
|
|
2726
2727
|
"singleLine"
|
|
2727
|
-
]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme:
|
|
2728
|
+
]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme: I } = O(r), { prop: E } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
|
|
2728
2729
|
"slots",
|
|
2729
2730
|
"appendInner"
|
|
2730
2731
|
]), { prop: j } = l(t, n, e, [
|
|
@@ -2736,19 +2737,19 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2736
2737
|
]);
|
|
2737
2738
|
return (ee, ne) => {
|
|
2738
2739
|
const ce = L("v-text-field");
|
|
2739
|
-
return
|
|
2740
|
+
return C(), P(te, null, {
|
|
2740
2741
|
default: N(() => [
|
|
2741
2742
|
Z(ce, {
|
|
2742
2743
|
modelValue: o(E),
|
|
2743
2744
|
"onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(E) ? E.value = de : null),
|
|
2744
|
-
"append-icon": o(
|
|
2745
|
+
"append-icon": o(s),
|
|
2745
2746
|
"append-inner-icon": o(a),
|
|
2746
2747
|
autofocus: o(u),
|
|
2747
2748
|
clearable: o(p),
|
|
2748
2749
|
density: o(b),
|
|
2749
2750
|
disabled: o(m),
|
|
2750
|
-
"hide-details": o(
|
|
2751
|
-
label: o(
|
|
2751
|
+
"hide-details": o(c),
|
|
2752
|
+
label: o(d),
|
|
2752
2753
|
loading: o(f),
|
|
2753
2754
|
placeholder: o(k),
|
|
2754
2755
|
prefix: o(h),
|
|
@@ -2758,8 +2759,8 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2758
2759
|
reverse: o(x),
|
|
2759
2760
|
"single-line": o($),
|
|
2760
2761
|
suffix: o(g),
|
|
2761
|
-
theme: o(
|
|
2762
|
-
variant: o(
|
|
2762
|
+
theme: o(I),
|
|
2763
|
+
variant: o(F)
|
|
2763
2764
|
}, Yt({ _: 2 }, [
|
|
2764
2765
|
o(S) ? {
|
|
2765
2766
|
name: "append",
|
|
@@ -2814,25 +2815,25 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2814
2815
|
outer: { type: Boolean }
|
|
2815
2816
|
},
|
|
2816
2817
|
setup(i) {
|
|
2817
|
-
const e = i, t = A(),
|
|
2818
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
|
|
2818
2819
|
"settings",
|
|
2819
2820
|
"direction"
|
|
2820
2821
|
]), { prop: p } = l(t, n, e, [
|
|
2821
2822
|
"settings",
|
|
2822
2823
|
"dot",
|
|
2823
2824
|
"color"
|
|
2824
|
-
]), { color: b } = Y(
|
|
2825
|
+
]), { color: b } = Y(r, p), { prop: m } = l(t, n, e, [
|
|
2825
2826
|
"settings",
|
|
2826
2827
|
"dot",
|
|
2827
2828
|
"fill"
|
|
2828
|
-
]), { prop:
|
|
2829
|
+
]), { prop: c } = l(t, n, e, [
|
|
2829
2830
|
"settings",
|
|
2830
2831
|
"hideOpposite"
|
|
2831
|
-
]), { prop:
|
|
2832
|
+
]), { prop: d } = l(t, n, e, [
|
|
2832
2833
|
"settings",
|
|
2833
2834
|
"line",
|
|
2834
2835
|
"color"
|
|
2835
|
-
]), { color: f } = Y(
|
|
2836
|
+
]), { color: f } = Y(r, d), { prop: k } = l(t, n, e, [
|
|
2836
2837
|
"settings",
|
|
2837
2838
|
"line",
|
|
2838
2839
|
"inset"
|
|
@@ -2844,16 +2845,16 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2844
2845
|
"settings",
|
|
2845
2846
|
"line",
|
|
2846
2847
|
"truncate"
|
|
2847
|
-
]), { theme: _ } = O(
|
|
2848
|
+
]), { theme: _ } = O(r);
|
|
2848
2849
|
return (x, $) => {
|
|
2849
2850
|
const g = L("v-timeline");
|
|
2850
|
-
return
|
|
2851
|
-
align: o(
|
|
2851
|
+
return C(), P(g, {
|
|
2852
|
+
align: o(s),
|
|
2852
2853
|
density: o(a),
|
|
2853
2854
|
direction: o(u),
|
|
2854
2855
|
"dot-color": o(b),
|
|
2855
2856
|
"fill-dot": o(m),
|
|
2856
|
-
"hide-opposite": o(
|
|
2857
|
+
"hide-opposite": o(c),
|
|
2857
2858
|
"line-color": o(f),
|
|
2858
2859
|
"line-inset": o(k),
|
|
2859
2860
|
"line-thickness": o(h),
|
|
@@ -2871,7 +2872,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2871
2872
|
}), Jr = {};
|
|
2872
2873
|
function Xr(i, e) {
|
|
2873
2874
|
const t = L("v-timeline-item");
|
|
2874
|
-
return
|
|
2875
|
+
return C(), P(t, null, {
|
|
2875
2876
|
default: N(() => [
|
|
2876
2877
|
G(i.$slots, "default")
|
|
2877
2878
|
]),
|
|
@@ -2885,7 +2886,7 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
|
|
|
2885
2886
|
outer: { type: Boolean }
|
|
2886
2887
|
},
|
|
2887
2888
|
setup(i) {
|
|
2888
|
-
const e = i, t = A(),
|
|
2889
|
+
const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
|
|
2889
2890
|
"settings",
|
|
2890
2891
|
"continuous"
|
|
2891
2892
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2897,18 +2898,18 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
|
|
|
2897
2898
|
]), { prop: p } = l(t, n, e, ["settings", "reverse"]), { prop: b } = l(t, n, e, [
|
|
2898
2899
|
"settings",
|
|
2899
2900
|
"showArrows"
|
|
2900
|
-
]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme:
|
|
2901
|
+
]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } = O(r), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2901
2902
|
return (f, k) => {
|
|
2902
2903
|
const h = L("v-window");
|
|
2903
|
-
return
|
|
2904
|
-
modelValue: o(
|
|
2905
|
-
"onUpdate:modelValue": k[0] || (k[0] = (y) => X(
|
|
2906
|
-
continuous: o(
|
|
2904
|
+
return C(), P(h, {
|
|
2905
|
+
modelValue: o(d),
|
|
2906
|
+
"onUpdate:modelValue": k[0] || (k[0] = (y) => X(d) ? d.value = y : null),
|
|
2907
|
+
continuous: o(s),
|
|
2907
2908
|
direction: o(u),
|
|
2908
2909
|
disabled: o(a),
|
|
2909
2910
|
reverse: o(p),
|
|
2910
2911
|
"show-arrows": o(b),
|
|
2911
|
-
theme: o(
|
|
2912
|
+
theme: o(c),
|
|
2912
2913
|
touch: o(m)
|
|
2913
2914
|
}, {
|
|
2914
2915
|
default: N(() => [
|
|
@@ -2921,7 +2922,7 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
|
|
|
2921
2922
|
}), el = {};
|
|
2922
2923
|
function tl(i, e) {
|
|
2923
2924
|
const t = L("v-window-item");
|
|
2924
|
-
return
|
|
2925
|
+
return C(), P(t, null, {
|
|
2925
2926
|
default: N(() => [
|
|
2926
2927
|
G(i.$slots, "default")
|
|
2927
2928
|
]),
|
|
@@ -3273,23 +3274,23 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "brea
|
|
|
3273
3274
|
]
|
|
3274
3275
|
};
|
|
3275
3276
|
function ol(i, e) {
|
|
3276
|
-
const t = `type=${i} subtype=${e}`,
|
|
3277
|
-
if (!
|
|
3277
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3278
|
+
if (!r) {
|
|
3278
3279
|
console.error(`barChartV1/spawn prop tag not found, ${t}`);
|
|
3279
3280
|
return;
|
|
3280
3281
|
}
|
|
3281
|
-
const n = $t.props[
|
|
3282
|
+
const n = $t.props[r];
|
|
3282
3283
|
if (!n) {
|
|
3283
3284
|
console.error(`barChartV1/spawn props not found, ${t}`);
|
|
3284
3285
|
return;
|
|
3285
3286
|
}
|
|
3286
|
-
const
|
|
3287
|
-
return R(
|
|
3287
|
+
const s = {};
|
|
3288
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = $t.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3288
3289
|
{
|
|
3289
3290
|
type: "bar",
|
|
3290
3291
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3291
3292
|
}
|
|
3292
|
-
],
|
|
3293
|
+
], s;
|
|
3293
3294
|
}
|
|
3294
3295
|
const gn = {
|
|
3295
3296
|
key: "series",
|
|
@@ -3316,34 +3317,35 @@ const gn = {
|
|
|
3316
3317
|
key: Oe,
|
|
3317
3318
|
name: "x-runtime-lib.barChart",
|
|
3318
3319
|
comp: Ds,
|
|
3319
|
-
slots: [],
|
|
3320
|
-
events: [],
|
|
3321
|
-
methods: [],
|
|
3322
3320
|
props: {
|
|
3323
3321
|
pageCommon: [v, q, ze, Ae, Ne, Te, gn],
|
|
3324
3322
|
compCommon: [v, q, ze, Ae, Ne, Te, gn]
|
|
3325
3323
|
},
|
|
3324
|
+
events: [],
|
|
3325
|
+
methods: [],
|
|
3326
|
+
slots: [],
|
|
3327
|
+
leaf: !0,
|
|
3326
3328
|
spawn: ol
|
|
3327
3329
|
};
|
|
3328
3330
|
T($t);
|
|
3329
3331
|
function sl(i, e) {
|
|
3330
|
-
const t = `type=${i} subtype=${e}`,
|
|
3331
|
-
if (!
|
|
3332
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3333
|
+
if (!r) {
|
|
3332
3334
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
3333
3335
|
return;
|
|
3334
3336
|
}
|
|
3335
|
-
const n = Ct.props[
|
|
3337
|
+
const n = Ct.props[r];
|
|
3336
3338
|
if (!n) {
|
|
3337
3339
|
console.error(`lineChartV1/spawn props not found, ${t}`);
|
|
3338
3340
|
return;
|
|
3339
3341
|
}
|
|
3340
|
-
const
|
|
3341
|
-
return R(
|
|
3342
|
+
const s = {};
|
|
3343
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Ct.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3342
3344
|
{
|
|
3343
3345
|
type: "line",
|
|
3344
3346
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3345
3347
|
}
|
|
3346
|
-
],
|
|
3348
|
+
], s;
|
|
3347
3349
|
}
|
|
3348
3350
|
const vn = {
|
|
3349
3351
|
key: "series",
|
|
@@ -3370,13 +3372,14 @@ const vn = {
|
|
|
3370
3372
|
key: at,
|
|
3371
3373
|
name: "x-runtime-lib.lineChart",
|
|
3372
3374
|
comp: Ms,
|
|
3373
|
-
slots: [],
|
|
3374
|
-
events: [],
|
|
3375
|
-
methods: [],
|
|
3376
3375
|
props: {
|
|
3377
3376
|
pageCommon: [v, q, ze, Ae, Ne, Te, vn],
|
|
3378
3377
|
compCommon: [v, q, ze, Ae, Ne, Te, vn]
|
|
3379
3378
|
},
|
|
3379
|
+
events: [],
|
|
3380
|
+
methods: [],
|
|
3381
|
+
slots: [],
|
|
3382
|
+
leaf: !0,
|
|
3380
3383
|
spawn: sl
|
|
3381
3384
|
};
|
|
3382
3385
|
T(Ct);
|
|
@@ -3391,12 +3394,10 @@ const kn = {
|
|
|
3391
3394
|
key: lt,
|
|
3392
3395
|
name: "x-runtime-lib.globality",
|
|
3393
3396
|
comp: null,
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
}
|
|
3399
|
-
],
|
|
3397
|
+
props: {
|
|
3398
|
+
pageCommon: [kn],
|
|
3399
|
+
compCommon: [kn]
|
|
3400
|
+
},
|
|
3400
3401
|
events: [
|
|
3401
3402
|
{
|
|
3402
3403
|
key: "startup",
|
|
@@ -3429,10 +3430,7 @@ const kn = {
|
|
|
3429
3430
|
}
|
|
3430
3431
|
],
|
|
3431
3432
|
methods: [],
|
|
3432
|
-
|
|
3433
|
-
pageCommon: [kn],
|
|
3434
|
-
compCommon: [kn]
|
|
3435
|
-
},
|
|
3433
|
+
slots: [],
|
|
3436
3434
|
internal: !0
|
|
3437
3435
|
};
|
|
3438
3436
|
T(rl);
|
|
@@ -3451,13 +3449,14 @@ const _n = {
|
|
|
3451
3449
|
key: Se,
|
|
3452
3450
|
name: "x-runtime-lib.ref",
|
|
3453
3451
|
comp: Qs,
|
|
3454
|
-
slots: [],
|
|
3455
|
-
events: [],
|
|
3456
|
-
methods: [],
|
|
3457
3452
|
props: {
|
|
3458
3453
|
pageCommon: [v, q, _n],
|
|
3459
3454
|
compCommon: [v, q, _n]
|
|
3460
|
-
}
|
|
3455
|
+
},
|
|
3456
|
+
events: [],
|
|
3457
|
+
methods: [],
|
|
3458
|
+
slots: [],
|
|
3459
|
+
leaf: !0
|
|
3461
3460
|
};
|
|
3462
3461
|
T(ll);
|
|
3463
3462
|
const wn = {
|
|
@@ -3499,32 +3498,27 @@ const wn = {
|
|
|
3499
3498
|
key: Gi,
|
|
3500
3499
|
name: "x-runtime-lib.badge",
|
|
3501
3500
|
comp: er,
|
|
3502
|
-
slots: [
|
|
3503
|
-
{
|
|
3504
|
-
key: "default",
|
|
3505
|
-
name: "x-runtime-lib.default"
|
|
3506
|
-
}
|
|
3507
|
-
],
|
|
3508
|
-
events: [],
|
|
3509
|
-
methods: [],
|
|
3510
3501
|
props: {
|
|
3511
3502
|
pageCommon: [v, wn],
|
|
3512
3503
|
compCommon: [v, wn]
|
|
3513
|
-
}
|
|
3504
|
+
},
|
|
3505
|
+
events: [],
|
|
3506
|
+
methods: [],
|
|
3507
|
+
slots: []
|
|
3514
3508
|
};
|
|
3515
3509
|
function al(i, e) {
|
|
3516
|
-
const t = `type=${i} subtype=${e}`,
|
|
3517
|
-
if (!
|
|
3510
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3511
|
+
if (!r) {
|
|
3518
3512
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
3519
3513
|
return;
|
|
3520
3514
|
}
|
|
3521
|
-
const n = It.props[
|
|
3515
|
+
const n = It.props[r];
|
|
3522
3516
|
if (!n) {
|
|
3523
3517
|
console.error(`btnV1/spawn props not found, ${t}`);
|
|
3524
3518
|
return;
|
|
3525
3519
|
}
|
|
3526
|
-
const
|
|
3527
|
-
return R(
|
|
3520
|
+
const s = {};
|
|
3521
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = It.key, s.settings.text = "button", s;
|
|
3528
3522
|
}
|
|
3529
3523
|
const ul = U(Q), Vn = {
|
|
3530
3524
|
key: "settings",
|
|
@@ -3617,7 +3611,10 @@ const ul = U(Q), Vn = {
|
|
|
3617
3611
|
key: Ue,
|
|
3618
3612
|
name: "x-runtime-lib.button",
|
|
3619
3613
|
comp: tr,
|
|
3620
|
-
|
|
3614
|
+
props: {
|
|
3615
|
+
pageCommon: [v, q, Vn],
|
|
3616
|
+
compCommon: [v, q, Vn]
|
|
3617
|
+
},
|
|
3621
3618
|
events: [
|
|
3622
3619
|
{
|
|
3623
3620
|
key: "click",
|
|
@@ -3626,10 +3623,8 @@ const ul = U(Q), Vn = {
|
|
|
3626
3623
|
}
|
|
3627
3624
|
],
|
|
3628
3625
|
methods: [],
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
compCommon: [v, q, Vn]
|
|
3632
|
-
},
|
|
3626
|
+
slots: [],
|
|
3627
|
+
leaf: !0,
|
|
3633
3628
|
spawn: al
|
|
3634
3629
|
};
|
|
3635
3630
|
T(It);
|
|
@@ -3637,18 +3632,13 @@ const cl = {
|
|
|
3637
3632
|
key: Ge,
|
|
3638
3633
|
name: "x-runtime-lib.buttonGroup",
|
|
3639
3634
|
comp: or,
|
|
3640
|
-
slots: [
|
|
3641
|
-
{
|
|
3642
|
-
key: "default",
|
|
3643
|
-
name: "x-runtime-lib.default"
|
|
3644
|
-
}
|
|
3645
|
-
],
|
|
3646
|
-
events: [],
|
|
3647
|
-
methods: [],
|
|
3648
3635
|
props: {
|
|
3649
3636
|
pageCommon: [v],
|
|
3650
3637
|
compCommon: [v]
|
|
3651
|
-
}
|
|
3638
|
+
},
|
|
3639
|
+
events: [],
|
|
3640
|
+
methods: [],
|
|
3641
|
+
slots: []
|
|
3652
3642
|
};
|
|
3653
3643
|
T(cl);
|
|
3654
3644
|
const $n = {
|
|
@@ -3716,33 +3706,28 @@ const $n = {
|
|
|
3716
3706
|
key: Ke,
|
|
3717
3707
|
name: "x-runtime-lib.buttonToggle",
|
|
3718
3708
|
comp: sr,
|
|
3719
|
-
slots: [
|
|
3720
|
-
{
|
|
3721
|
-
key: "default",
|
|
3722
|
-
name: "x-runtime-lib.default"
|
|
3723
|
-
}
|
|
3724
|
-
],
|
|
3725
|
-
events: [],
|
|
3726
|
-
methods: [],
|
|
3727
3709
|
props: {
|
|
3728
3710
|
pageCommon: [v, $n],
|
|
3729
3711
|
compCommon: [v, $n]
|
|
3730
|
-
}
|
|
3712
|
+
},
|
|
3713
|
+
events: [],
|
|
3714
|
+
methods: [],
|
|
3715
|
+
slots: []
|
|
3731
3716
|
};
|
|
3732
3717
|
T(dl);
|
|
3733
3718
|
function ml(i, e) {
|
|
3734
|
-
const t = `type=${i} subtype=${e}`,
|
|
3735
|
-
if (!
|
|
3719
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3720
|
+
if (!r) {
|
|
3736
3721
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
3737
3722
|
return;
|
|
3738
3723
|
}
|
|
3739
|
-
const n = Ve.props[
|
|
3724
|
+
const n = Ve.props[r];
|
|
3740
3725
|
if (!n) {
|
|
3741
3726
|
console.error(`cardV1/spawn props not found, ${t}`);
|
|
3742
3727
|
return;
|
|
3743
3728
|
}
|
|
3744
|
-
const
|
|
3745
|
-
return R(
|
|
3729
|
+
const s = {};
|
|
3730
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Ve.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
3746
3731
|
}
|
|
3747
3732
|
const Cn = {
|
|
3748
3733
|
key: "settings",
|
|
@@ -3803,18 +3788,13 @@ const Cn = {
|
|
|
3803
3788
|
key: je,
|
|
3804
3789
|
name: "x-runtime-lib.card",
|
|
3805
3790
|
comp: rr,
|
|
3806
|
-
slots: [
|
|
3807
|
-
{
|
|
3808
|
-
key: "default",
|
|
3809
|
-
name: "x-runtime-lib.default"
|
|
3810
|
-
}
|
|
3811
|
-
],
|
|
3812
|
-
events: [],
|
|
3813
|
-
methods: [],
|
|
3814
3791
|
props: {
|
|
3815
3792
|
pageCommon: [v, q, Cn],
|
|
3816
3793
|
compCommon: [v, q, Cn]
|
|
3817
3794
|
},
|
|
3795
|
+
events: [],
|
|
3796
|
+
methods: [],
|
|
3797
|
+
slots: [],
|
|
3818
3798
|
spawn: ml
|
|
3819
3799
|
};
|
|
3820
3800
|
T(Ve);
|
|
@@ -3839,13 +3819,14 @@ const In = {
|
|
|
3839
3819
|
key: Ze,
|
|
3840
3820
|
name: "x-runtime-lib.checkbox",
|
|
3841
3821
|
comp: lr,
|
|
3842
|
-
slots: [],
|
|
3843
|
-
events: [],
|
|
3844
|
-
methods: [],
|
|
3845
3822
|
props: {
|
|
3846
3823
|
pageCommon: [v, In],
|
|
3847
3824
|
compCommon: [v, In]
|
|
3848
|
-
}
|
|
3825
|
+
},
|
|
3826
|
+
events: [],
|
|
3827
|
+
methods: [],
|
|
3828
|
+
slots: [],
|
|
3829
|
+
leaf: !0
|
|
3849
3830
|
};
|
|
3850
3831
|
T(pl);
|
|
3851
3832
|
const fl = U(Q), Sn = {
|
|
@@ -3927,49 +3908,50 @@ const fl = U(Q), Sn = {
|
|
|
3927
3908
|
key: qe,
|
|
3928
3909
|
name: "x-runtime-lib.chip",
|
|
3929
3910
|
comp: ar,
|
|
3930
|
-
slots: [],
|
|
3931
|
-
events: [],
|
|
3932
|
-
methods: [],
|
|
3933
3911
|
props: {
|
|
3934
3912
|
pageCommon: [v, Sn],
|
|
3935
3913
|
compCommon: [v, Sn]
|
|
3936
|
-
}
|
|
3914
|
+
},
|
|
3915
|
+
events: [],
|
|
3916
|
+
methods: [],
|
|
3917
|
+
slots: [],
|
|
3918
|
+
leaf: !0
|
|
3937
3919
|
};
|
|
3938
3920
|
T(St);
|
|
3939
3921
|
function bl(i, e) {
|
|
3940
|
-
const t = `type=${i} subtype=${e}`,
|
|
3941
|
-
if (!
|
|
3922
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3923
|
+
if (!r) {
|
|
3942
3924
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
3943
3925
|
return;
|
|
3944
3926
|
}
|
|
3945
|
-
const n = Tt.props[
|
|
3927
|
+
const n = Tt.props[r];
|
|
3946
3928
|
if (!n) {
|
|
3947
3929
|
console.error(`chipGroupV1/spawn props not found, ${t}`);
|
|
3948
3930
|
return;
|
|
3949
3931
|
}
|
|
3950
|
-
const
|
|
3951
|
-
return R(
|
|
3932
|
+
const s = {};
|
|
3933
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Tt.key, s.children = [
|
|
3952
3934
|
xe(i, e, "chip1", "chip 1"),
|
|
3953
3935
|
xe(i, e, "chip2", "chip 2"),
|
|
3954
3936
|
xe(i, e, "chip3", "chip 3"),
|
|
3955
3937
|
xe(i, e, "chip4", "chip 4"),
|
|
3956
3938
|
xe(i, e, "chip5", "chip 5"),
|
|
3957
3939
|
xe(i, e, "chip6", "chip 6")
|
|
3958
|
-
],
|
|
3940
|
+
], s;
|
|
3959
3941
|
}
|
|
3960
|
-
function xe(i, e, t,
|
|
3961
|
-
const n = `type=${i} subtype=${e}`,
|
|
3962
|
-
if (!
|
|
3942
|
+
function xe(i, e, t, r) {
|
|
3943
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
3944
|
+
if (!s) {
|
|
3963
3945
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${n}`);
|
|
3964
3946
|
return;
|
|
3965
3947
|
}
|
|
3966
|
-
const a = St.props[
|
|
3948
|
+
const a = St.props[s];
|
|
3967
3949
|
if (!a) {
|
|
3968
3950
|
console.error(`chipGroupV1/spawnChip props not found, ${n}`);
|
|
3969
3951
|
return;
|
|
3970
3952
|
}
|
|
3971
3953
|
const u = {};
|
|
3972
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = St.key, u.settings.value = t, u.settings.text =
|
|
3954
|
+
return R(u, a), u.basic.id = B(16), u.basic.key = St.key, u.settings.value = t, u.settings.text = r, u;
|
|
3973
3955
|
}
|
|
3974
3956
|
const Tn = {
|
|
3975
3957
|
key: "settings",
|
|
@@ -4029,18 +4011,13 @@ const Tn = {
|
|
|
4029
4011
|
key: Je,
|
|
4030
4012
|
name: "x-runtime-lib.chipGroup",
|
|
4031
4013
|
comp: ur,
|
|
4032
|
-
slots: [
|
|
4033
|
-
{
|
|
4034
|
-
key: "default",
|
|
4035
|
-
name: "x-runtime-lib.default"
|
|
4036
|
-
}
|
|
4037
|
-
],
|
|
4038
|
-
events: [],
|
|
4039
|
-
methods: [],
|
|
4040
4014
|
props: {
|
|
4041
4015
|
pageCommon: [v, Tn],
|
|
4042
4016
|
compCommon: [v, Tn]
|
|
4043
4017
|
},
|
|
4018
|
+
events: [],
|
|
4019
|
+
methods: [],
|
|
4020
|
+
slots: [],
|
|
4044
4021
|
spawn: bl
|
|
4045
4022
|
};
|
|
4046
4023
|
T(Tt);
|
|
@@ -4048,13 +4025,14 @@ const yl = {
|
|
|
4048
4025
|
key: Xe,
|
|
4049
4026
|
name: "x-runtime-lib.colorPicker",
|
|
4050
4027
|
comp: cr,
|
|
4051
|
-
slots: [],
|
|
4052
|
-
events: [],
|
|
4053
|
-
methods: [],
|
|
4054
4028
|
props: {
|
|
4055
4029
|
pageCommon: [v],
|
|
4056
4030
|
compCommon: [v]
|
|
4057
|
-
}
|
|
4031
|
+
},
|
|
4032
|
+
events: [],
|
|
4033
|
+
methods: [],
|
|
4034
|
+
slots: [],
|
|
4035
|
+
leaf: !0
|
|
4058
4036
|
};
|
|
4059
4037
|
T(yl);
|
|
4060
4038
|
const zn = {
|
|
@@ -4102,13 +4080,14 @@ const zn = {
|
|
|
4102
4080
|
key: Ye,
|
|
4103
4081
|
name: "x-runtime-lib.combobox",
|
|
4104
4082
|
comp: dr,
|
|
4105
|
-
slots: [],
|
|
4106
|
-
events: [],
|
|
4107
|
-
methods: [],
|
|
4108
4083
|
props: {
|
|
4109
4084
|
pageCommon: [v, zn],
|
|
4110
4085
|
compCommon: [v, zn]
|
|
4111
|
-
}
|
|
4086
|
+
},
|
|
4087
|
+
events: [],
|
|
4088
|
+
methods: [],
|
|
4089
|
+
slots: [],
|
|
4090
|
+
leaf: !0
|
|
4112
4091
|
};
|
|
4113
4092
|
T(hl);
|
|
4114
4093
|
const rn = U(Q);
|
|
@@ -4122,12 +4101,10 @@ const An = {
|
|
|
4122
4101
|
key: Qe,
|
|
4123
4102
|
name: "x-runtime-lib.container",
|
|
4124
4103
|
comp: mr,
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
}
|
|
4130
|
-
],
|
|
4104
|
+
props: {
|
|
4105
|
+
pageCommon: [v, q, ge, ve, ke, An],
|
|
4106
|
+
compCommon: [v, q, ge, ve, ke, An]
|
|
4107
|
+
},
|
|
4131
4108
|
events: [
|
|
4132
4109
|
{
|
|
4133
4110
|
key: "click",
|
|
@@ -4136,10 +4113,7 @@ const An = {
|
|
|
4136
4113
|
}
|
|
4137
4114
|
],
|
|
4138
4115
|
methods: [],
|
|
4139
|
-
|
|
4140
|
-
pageCommon: [v, q, ge, ve, ke, An],
|
|
4141
|
-
compCommon: [v, q, ge, ve, ke, An]
|
|
4142
|
-
}
|
|
4116
|
+
slots: []
|
|
4143
4117
|
};
|
|
4144
4118
|
T(zt);
|
|
4145
4119
|
const Nn = {
|
|
@@ -4298,38 +4272,38 @@ const Nn = {
|
|
|
4298
4272
|
key: et,
|
|
4299
4273
|
name: "x-runtime-lib.dataTable",
|
|
4300
4274
|
comp: pr,
|
|
4301
|
-
slots: [],
|
|
4302
|
-
events: [],
|
|
4303
|
-
methods: [],
|
|
4304
4275
|
props: {
|
|
4305
4276
|
pageCommon: [v, Nn, Pn, Ln],
|
|
4306
4277
|
compCommon: [v, Nn, Pn, Ln]
|
|
4307
|
-
}
|
|
4278
|
+
},
|
|
4279
|
+
events: [],
|
|
4280
|
+
methods: [],
|
|
4281
|
+
slots: [],
|
|
4282
|
+
leaf: !0
|
|
4308
4283
|
};
|
|
4309
4284
|
T(xl);
|
|
4310
4285
|
const gl = {
|
|
4311
4286
|
key: tt,
|
|
4312
4287
|
name: "x-runtime-lib.datePicker",
|
|
4313
4288
|
comp: yr,
|
|
4314
|
-
slots: [],
|
|
4315
|
-
events: [],
|
|
4316
|
-
methods: [],
|
|
4317
4289
|
props: {
|
|
4318
4290
|
pageCommon: [v],
|
|
4319
4291
|
compCommon: [v]
|
|
4320
|
-
}
|
|
4292
|
+
},
|
|
4293
|
+
events: [],
|
|
4294
|
+
methods: [],
|
|
4295
|
+
slots: [],
|
|
4296
|
+
leaf: !0
|
|
4321
4297
|
};
|
|
4322
4298
|
T(gl);
|
|
4323
4299
|
const vl = {
|
|
4324
4300
|
key: nt,
|
|
4325
4301
|
name: "x-runtime-lib.dialog",
|
|
4326
4302
|
comp: xr,
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
}
|
|
4332
|
-
],
|
|
4303
|
+
props: {
|
|
4304
|
+
pageCommon: [v],
|
|
4305
|
+
compCommon: [v]
|
|
4306
|
+
},
|
|
4333
4307
|
events: [],
|
|
4334
4308
|
methods: [
|
|
4335
4309
|
{
|
|
@@ -4345,10 +4319,7 @@ const vl = {
|
|
|
4345
4319
|
outputs: []
|
|
4346
4320
|
}
|
|
4347
4321
|
],
|
|
4348
|
-
|
|
4349
|
-
pageCommon: [v],
|
|
4350
|
-
compCommon: [v]
|
|
4351
|
-
},
|
|
4322
|
+
slots: [],
|
|
4352
4323
|
teleport: !0
|
|
4353
4324
|
};
|
|
4354
4325
|
T(vl);
|
|
@@ -4360,13 +4331,14 @@ const En = {
|
|
|
4360
4331
|
key: it,
|
|
4361
4332
|
name: "x-runtime-lib.fileInput",
|
|
4362
4333
|
comp: gr,
|
|
4363
|
-
slots: [],
|
|
4364
|
-
events: [],
|
|
4365
|
-
methods: [],
|
|
4366
4334
|
props: {
|
|
4367
4335
|
pageCommon: [v, En],
|
|
4368
4336
|
compCommon: [v, En]
|
|
4369
|
-
}
|
|
4337
|
+
},
|
|
4338
|
+
events: [],
|
|
4339
|
+
methods: [],
|
|
4340
|
+
slots: [],
|
|
4341
|
+
leaf: !0
|
|
4370
4342
|
}, Wn = {
|
|
4371
4343
|
key: "settings",
|
|
4372
4344
|
name: "x-runtime-lib.settings",
|
|
@@ -4388,33 +4360,28 @@ const En = {
|
|
|
4388
4360
|
key: Ki,
|
|
4389
4361
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4390
4362
|
comp: kr,
|
|
4391
|
-
slots: [
|
|
4392
|
-
{
|
|
4393
|
-
key: "default",
|
|
4394
|
-
name: "x-runtime-lib.default"
|
|
4395
|
-
}
|
|
4396
|
-
],
|
|
4397
|
-
events: [],
|
|
4398
|
-
methods: [],
|
|
4399
4363
|
props: {
|
|
4400
4364
|
pageCommon: [v, q, Wn],
|
|
4401
4365
|
compCommon: [v, q, Wn]
|
|
4402
|
-
}
|
|
4366
|
+
},
|
|
4367
|
+
events: [],
|
|
4368
|
+
methods: [],
|
|
4369
|
+
slots: []
|
|
4403
4370
|
};
|
|
4404
4371
|
T(At);
|
|
4405
4372
|
function kl(i, e) {
|
|
4406
|
-
const t = `type=${i} subtype=${e}`,
|
|
4407
|
-
if (!
|
|
4373
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4374
|
+
if (!r) {
|
|
4408
4375
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
4409
4376
|
return;
|
|
4410
4377
|
}
|
|
4411
|
-
const n = $e.props[
|
|
4378
|
+
const n = $e.props[r];
|
|
4412
4379
|
if (!n) {
|
|
4413
4380
|
console.error(`flexLayoutV1/spawn props not found, ${t}`);
|
|
4414
4381
|
return;
|
|
4415
4382
|
}
|
|
4416
|
-
const
|
|
4417
|
-
return R(
|
|
4383
|
+
const s = {};
|
|
4384
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = $e.key, s.children = [
|
|
4418
4385
|
Nt(
|
|
4419
4386
|
i,
|
|
4420
4387
|
e,
|
|
@@ -4436,9 +4403,9 @@ function kl(i, e) {
|
|
|
4436
4403
|
void 0
|
|
4437
4404
|
),
|
|
4438
4405
|
_l(i, e)
|
|
4439
|
-
],
|
|
4406
|
+
], s;
|
|
4440
4407
|
}
|
|
4441
|
-
function Nt(i, e, t,
|
|
4408
|
+
function Nt(i, e, t, r, n, s, a, u, p) {
|
|
4442
4409
|
const b = `type=${i} subtype=${e}`, m = D(i, e);
|
|
4443
4410
|
if (!m) {
|
|
4444
4411
|
console.error(
|
|
@@ -4446,32 +4413,32 @@ function Nt(i, e, t, s, n, r, a, u, p) {
|
|
|
4446
4413
|
);
|
|
4447
4414
|
return;
|
|
4448
4415
|
}
|
|
4449
|
-
const
|
|
4450
|
-
if (!
|
|
4416
|
+
const c = zt.props[m];
|
|
4417
|
+
if (!c) {
|
|
4451
4418
|
console.error(`flexLayoutV1/spawnContainer props not found, ${b}`);
|
|
4452
4419
|
return;
|
|
4453
4420
|
}
|
|
4454
|
-
const
|
|
4455
|
-
return R(
|
|
4421
|
+
const d = {};
|
|
4422
|
+
return R(d, c), d.basic.id = B(16), d.basic.key = zt.key, r && (d.size.width = r), n && (d.size.minWidth = n), a && (d.size.height = a), u && (d.size.minHeight = u), console.log(d), t && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = t, d.settings.backgroundColor.custom.dark = t), d.children = [], d;
|
|
4456
4423
|
}
|
|
4457
4424
|
function _l(i, e) {
|
|
4458
|
-
const t = `type=${i} subtype=${e}`,
|
|
4459
|
-
if (!
|
|
4425
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4426
|
+
if (!r) {
|
|
4460
4427
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
4461
4428
|
return;
|
|
4462
4429
|
}
|
|
4463
|
-
const n = At.props[
|
|
4430
|
+
const n = At.props[r];
|
|
4464
4431
|
if (!n) {
|
|
4465
4432
|
console.error(`flexLayoutV1/spawnEntry props not found, ${t}`);
|
|
4466
4433
|
return;
|
|
4467
4434
|
}
|
|
4468
|
-
const
|
|
4435
|
+
const s = {
|
|
4469
4436
|
basic: {
|
|
4470
4437
|
id: "",
|
|
4471
4438
|
key: ""
|
|
4472
4439
|
}
|
|
4473
4440
|
};
|
|
4474
|
-
return R(
|
|
4441
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = At.key, s.children = [
|
|
4475
4442
|
Nt(
|
|
4476
4443
|
i,
|
|
4477
4444
|
e,
|
|
@@ -4482,7 +4449,7 @@ function _l(i, e) {
|
|
|
4482
4449
|
void 0,
|
|
4483
4450
|
"80px"
|
|
4484
4451
|
)
|
|
4485
|
-
],
|
|
4452
|
+
], s;
|
|
4486
4453
|
}
|
|
4487
4454
|
const ln = U(Q);
|
|
4488
4455
|
ln.key = "backgroundColor";
|
|
@@ -4661,12 +4628,10 @@ const Bn = {
|
|
|
4661
4628
|
key: ot,
|
|
4662
4629
|
name: "x-runtime-lib.flexLayout",
|
|
4663
4630
|
comp: vr,
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
}
|
|
4669
|
-
],
|
|
4631
|
+
props: {
|
|
4632
|
+
pageCommon: [v, q, ge, ve, ke, Bn],
|
|
4633
|
+
compCommon: [v, q, ge, ve, ke, Bn]
|
|
4634
|
+
},
|
|
4670
4635
|
events: [
|
|
4671
4636
|
{
|
|
4672
4637
|
key: "click",
|
|
@@ -4675,10 +4640,7 @@ const Bn = {
|
|
|
4675
4640
|
}
|
|
4676
4641
|
],
|
|
4677
4642
|
methods: [],
|
|
4678
|
-
|
|
4679
|
-
pageCommon: [v, q, ge, ve, ke, Bn],
|
|
4680
|
-
compCommon: [v, q, ge, ve, ke, Bn]
|
|
4681
|
-
},
|
|
4643
|
+
slots: [],
|
|
4682
4644
|
spawn: kl
|
|
4683
4645
|
};
|
|
4684
4646
|
T($e);
|
|
@@ -4836,6 +4798,12 @@ const Rn = {
|
|
|
4836
4798
|
key: _t,
|
|
4837
4799
|
name: "x-runtime-lib.textField",
|
|
4838
4800
|
comp: Zr,
|
|
4801
|
+
props: {
|
|
4802
|
+
pageCommon: [v, Rn, Dn],
|
|
4803
|
+
compCommon: [v, Rn, Dn]
|
|
4804
|
+
},
|
|
4805
|
+
events: [],
|
|
4806
|
+
methods: [],
|
|
4839
4807
|
slots: [
|
|
4840
4808
|
{
|
|
4841
4809
|
key: "append",
|
|
@@ -4854,41 +4822,36 @@ const Rn = {
|
|
|
4854
4822
|
name: "x-runtime-lib.prependInner"
|
|
4855
4823
|
}
|
|
4856
4824
|
],
|
|
4857
|
-
|
|
4858
|
-
methods: [],
|
|
4859
|
-
props: {
|
|
4860
|
-
pageCommon: [v, Rn, Dn],
|
|
4861
|
-
compCommon: [v, Rn, Dn]
|
|
4862
|
-
}
|
|
4825
|
+
leaf: !0
|
|
4863
4826
|
};
|
|
4864
4827
|
T(Pt);
|
|
4865
4828
|
function wl(i, e) {
|
|
4866
|
-
const t = `type=${i} subtype=${e}`,
|
|
4867
|
-
if (!
|
|
4829
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4830
|
+
if (!r) {
|
|
4868
4831
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
4869
4832
|
return;
|
|
4870
4833
|
}
|
|
4871
|
-
const n = Lt.props[
|
|
4834
|
+
const n = Lt.props[r];
|
|
4872
4835
|
if (!n) {
|
|
4873
4836
|
console.error(`formV1/spawn props not found, ${t}`);
|
|
4874
4837
|
return;
|
|
4875
4838
|
}
|
|
4876
|
-
const
|
|
4877
|
-
return R(
|
|
4839
|
+
const s = {};
|
|
4840
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Lt.key, s.children = [Vl(i, e)], s;
|
|
4878
4841
|
}
|
|
4879
4842
|
function Vl(i, e) {
|
|
4880
|
-
const t = `type=${i} subtype=${e}`,
|
|
4881
|
-
if (!
|
|
4843
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4844
|
+
if (!r) {
|
|
4882
4845
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
4883
4846
|
return;
|
|
4884
4847
|
}
|
|
4885
|
-
const n = Pt.props[
|
|
4848
|
+
const n = Pt.props[r];
|
|
4886
4849
|
if (!n) {
|
|
4887
4850
|
console.error(`formV1/spawnTextField props not found, ${t}`);
|
|
4888
4851
|
return;
|
|
4889
4852
|
}
|
|
4890
|
-
const
|
|
4891
|
-
return R(
|
|
4853
|
+
const s = {};
|
|
4854
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Pt.key, s;
|
|
4892
4855
|
}
|
|
4893
4856
|
const Mn = {
|
|
4894
4857
|
key: "settings",
|
|
@@ -4912,12 +4875,10 @@ const Mn = {
|
|
|
4912
4875
|
key: st,
|
|
4913
4876
|
name: "x-runtime-lib.form",
|
|
4914
4877
|
comp: _r,
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
}
|
|
4920
|
-
],
|
|
4878
|
+
props: {
|
|
4879
|
+
pageCommon: [v, q, ge, ve, ke, Mn],
|
|
4880
|
+
compCommon: [v, q, ge, ve, ke, Mn]
|
|
4881
|
+
},
|
|
4921
4882
|
events: [
|
|
4922
4883
|
{
|
|
4923
4884
|
key: "submit",
|
|
@@ -4926,10 +4887,7 @@ const Mn = {
|
|
|
4926
4887
|
}
|
|
4927
4888
|
],
|
|
4928
4889
|
methods: [],
|
|
4929
|
-
|
|
4930
|
-
pageCommon: [v, q, ge, ve, ke, Mn],
|
|
4931
|
-
compCommon: [v, q, ge, ve, ke, Mn]
|
|
4932
|
-
},
|
|
4890
|
+
slots: [],
|
|
4933
4891
|
spawn: wl
|
|
4934
4892
|
};
|
|
4935
4893
|
T(Lt);
|
|
@@ -4962,25 +4920,24 @@ const $l = U(Q), Fn = {
|
|
|
4962
4920
|
key: rt,
|
|
4963
4921
|
name: "x-runtime-lib.icon",
|
|
4964
4922
|
comp: wr,
|
|
4965
|
-
slots: [],
|
|
4966
|
-
events: [],
|
|
4967
|
-
methods: [],
|
|
4968
4923
|
props: {
|
|
4969
4924
|
pageCommon: [v, Fn],
|
|
4970
4925
|
compCommon: [v, Fn]
|
|
4971
|
-
}
|
|
4926
|
+
},
|
|
4927
|
+
events: [],
|
|
4928
|
+
methods: [],
|
|
4929
|
+
slots: [],
|
|
4930
|
+
leaf: !0
|
|
4972
4931
|
};
|
|
4973
4932
|
T(Cl);
|
|
4974
4933
|
const Il = {
|
|
4975
4934
|
key: ut,
|
|
4976
4935
|
name: "x-runtime-lib.menu",
|
|
4977
4936
|
comp: $r,
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
}
|
|
4983
|
-
],
|
|
4937
|
+
props: {
|
|
4938
|
+
pageCommon: [v],
|
|
4939
|
+
compCommon: [v]
|
|
4940
|
+
},
|
|
4984
4941
|
events: [],
|
|
4985
4942
|
methods: [
|
|
4986
4943
|
{
|
|
@@ -4996,26 +4953,23 @@ const Il = {
|
|
|
4996
4953
|
outputs: []
|
|
4997
4954
|
}
|
|
4998
4955
|
],
|
|
4999
|
-
|
|
5000
|
-
pageCommon: [v],
|
|
5001
|
-
compCommon: [v]
|
|
5002
|
-
},
|
|
4956
|
+
slots: [],
|
|
5003
4957
|
teleport: !0
|
|
5004
4958
|
};
|
|
5005
4959
|
T(Il);
|
|
5006
4960
|
function Sl(i, e) {
|
|
5007
|
-
const t = `type=${i} subtype=${e}`,
|
|
5008
|
-
if (!
|
|
4961
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4962
|
+
if (!r) {
|
|
5009
4963
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
5010
4964
|
return;
|
|
5011
4965
|
}
|
|
5012
|
-
const n = Et.props[
|
|
4966
|
+
const n = Et.props[r];
|
|
5013
4967
|
if (!n) {
|
|
5014
4968
|
console.error(`numberInputV1/spawn props not found, ${t}`);
|
|
5015
4969
|
return;
|
|
5016
4970
|
}
|
|
5017
|
-
const
|
|
5018
|
-
return R(
|
|
4971
|
+
const s = {};
|
|
4972
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Et.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
5019
4973
|
}
|
|
5020
4974
|
const Hn = {
|
|
5021
4975
|
key: "size",
|
|
@@ -5188,7 +5142,10 @@ const Hn = {
|
|
|
5188
5142
|
key: ct,
|
|
5189
5143
|
name: "x-runtime-lib.numberInput",
|
|
5190
5144
|
comp: Cr,
|
|
5191
|
-
|
|
5145
|
+
props: {
|
|
5146
|
+
pageCommon: [v, Hn, On],
|
|
5147
|
+
compCommon: [v, Hn, On]
|
|
5148
|
+
},
|
|
5192
5149
|
events: [
|
|
5193
5150
|
{
|
|
5194
5151
|
key: "clickAppend",
|
|
@@ -5217,10 +5174,8 @@ const Hn = {
|
|
|
5217
5174
|
}
|
|
5218
5175
|
],
|
|
5219
5176
|
methods: [],
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
compCommon: [v, Hn, On]
|
|
5223
|
-
},
|
|
5177
|
+
slots: [],
|
|
5178
|
+
leaf: !0,
|
|
5224
5179
|
spawn: Sl
|
|
5225
5180
|
};
|
|
5226
5181
|
T(Et);
|
|
@@ -5291,13 +5246,14 @@ const Un = {
|
|
|
5291
5246
|
key: dt,
|
|
5292
5247
|
name: "x-runtime-lib.pagination",
|
|
5293
5248
|
comp: Ir,
|
|
5294
|
-
slots: [],
|
|
5295
|
-
events: [],
|
|
5296
|
-
methods: [],
|
|
5297
5249
|
props: {
|
|
5298
5250
|
pageCommon: [v, Un],
|
|
5299
5251
|
compCommon: [v, Un]
|
|
5300
|
-
}
|
|
5252
|
+
},
|
|
5253
|
+
events: [],
|
|
5254
|
+
methods: [],
|
|
5255
|
+
slots: [],
|
|
5256
|
+
leaf: !0
|
|
5301
5257
|
};
|
|
5302
5258
|
T(Tl);
|
|
5303
5259
|
const zl = U(Q), Gn = {
|
|
@@ -5341,46 +5297,47 @@ const zl = U(Q), Gn = {
|
|
|
5341
5297
|
key: ji,
|
|
5342
5298
|
name: "x-runtime-lib.radio",
|
|
5343
5299
|
comp: Sr,
|
|
5344
|
-
slots: [],
|
|
5345
|
-
events: [],
|
|
5346
|
-
methods: [],
|
|
5347
5300
|
props: {
|
|
5348
5301
|
pageCommon: [v, Gn],
|
|
5349
5302
|
compCommon: [v, Gn]
|
|
5350
|
-
}
|
|
5303
|
+
},
|
|
5304
|
+
events: [],
|
|
5305
|
+
methods: [],
|
|
5306
|
+
slots: [],
|
|
5307
|
+
leaf: !0
|
|
5351
5308
|
};
|
|
5352
5309
|
T(Wt);
|
|
5353
5310
|
function Al(i, e) {
|
|
5354
|
-
const t = `type=${i} subtype=${e}`,
|
|
5355
|
-
if (!
|
|
5311
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5312
|
+
if (!r) {
|
|
5356
5313
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
5357
5314
|
return;
|
|
5358
5315
|
}
|
|
5359
|
-
const n = Bt.props[
|
|
5316
|
+
const n = Bt.props[r];
|
|
5360
5317
|
if (!n) {
|
|
5361
5318
|
console.error(`radioGroupV1/spawn props not found, ${t}`);
|
|
5362
5319
|
return;
|
|
5363
5320
|
}
|
|
5364
|
-
const
|
|
5365
|
-
return R(
|
|
5321
|
+
const s = {};
|
|
5322
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Bt.key, s.children = [
|
|
5366
5323
|
We(i, e, "option1", "Option 1"),
|
|
5367
5324
|
We(i, e, "option2", "Option 2"),
|
|
5368
5325
|
We(i, e, "option3", "Option 3")
|
|
5369
|
-
],
|
|
5326
|
+
], s.settings.value = "option1", s;
|
|
5370
5327
|
}
|
|
5371
|
-
function We(i, e, t,
|
|
5372
|
-
const n = `type=${i} subtype=${e}`,
|
|
5373
|
-
if (!
|
|
5328
|
+
function We(i, e, t, r) {
|
|
5329
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
5330
|
+
if (!s) {
|
|
5374
5331
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
|
|
5375
5332
|
return;
|
|
5376
5333
|
}
|
|
5377
|
-
const a = Wt.props[
|
|
5334
|
+
const a = Wt.props[s];
|
|
5378
5335
|
if (!a) {
|
|
5379
5336
|
console.error(`radioGroupV1/spawnEntry props not found, ${n}`);
|
|
5380
5337
|
return;
|
|
5381
5338
|
}
|
|
5382
5339
|
const u = {};
|
|
5383
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = Wt.key, u.settings.value = t, u.settings.label =
|
|
5340
|
+
return R(u, a), u.basic.id = B(16), u.basic.key = Wt.key, u.settings.value = t, u.settings.label = r, u;
|
|
5384
5341
|
}
|
|
5385
5342
|
const Kn = {
|
|
5386
5343
|
key: "settings",
|
|
@@ -5429,18 +5386,13 @@ const Kn = {
|
|
|
5429
5386
|
key: mt,
|
|
5430
5387
|
name: "x-runtime-lib.radioGroup",
|
|
5431
5388
|
comp: Tr,
|
|
5432
|
-
slots: [
|
|
5433
|
-
{
|
|
5434
|
-
key: "default",
|
|
5435
|
-
name: "x-runtime-lib.default"
|
|
5436
|
-
}
|
|
5437
|
-
],
|
|
5438
|
-
events: [],
|
|
5439
|
-
methods: [],
|
|
5440
5389
|
props: {
|
|
5441
5390
|
pageCommon: [v, Kn],
|
|
5442
5391
|
compCommon: [v, Kn]
|
|
5443
5392
|
},
|
|
5393
|
+
events: [],
|
|
5394
|
+
methods: [],
|
|
5395
|
+
slots: [],
|
|
5444
5396
|
spawn: Al
|
|
5445
5397
|
};
|
|
5446
5398
|
T(Bt);
|
|
@@ -5565,13 +5517,14 @@ const jn = {
|
|
|
5565
5517
|
key: pt,
|
|
5566
5518
|
name: "x-runtime-lib.rangeSlider",
|
|
5567
5519
|
comp: zr,
|
|
5568
|
-
slots: [],
|
|
5569
|
-
events: [],
|
|
5570
|
-
methods: [],
|
|
5571
5520
|
props: {
|
|
5572
5521
|
pageCommon: [v, jn],
|
|
5573
5522
|
compCommon: [v, jn]
|
|
5574
|
-
}
|
|
5523
|
+
},
|
|
5524
|
+
events: [],
|
|
5525
|
+
methods: [],
|
|
5526
|
+
slots: [],
|
|
5527
|
+
leaf: !0
|
|
5575
5528
|
};
|
|
5576
5529
|
T(Nl);
|
|
5577
5530
|
const Zn = {
|
|
@@ -5633,13 +5586,14 @@ const Zn = {
|
|
|
5633
5586
|
key: ft,
|
|
5634
5587
|
name: "x-runtime-lib.rating",
|
|
5635
5588
|
comp: Ar,
|
|
5636
|
-
slots: [],
|
|
5637
|
-
events: [],
|
|
5638
|
-
methods: [],
|
|
5639
5589
|
props: {
|
|
5640
5590
|
pageCommon: [v, Zn],
|
|
5641
5591
|
compCommon: [v, Zn]
|
|
5642
|
-
}
|
|
5592
|
+
},
|
|
5593
|
+
events: [],
|
|
5594
|
+
methods: [],
|
|
5595
|
+
slots: [],
|
|
5596
|
+
leaf: !0
|
|
5643
5597
|
};
|
|
5644
5598
|
T(Pl);
|
|
5645
5599
|
const qn = {
|
|
@@ -5687,13 +5641,14 @@ const qn = {
|
|
|
5687
5641
|
key: bt,
|
|
5688
5642
|
name: "x-runtime-lib.select",
|
|
5689
5643
|
comp: Nr,
|
|
5690
|
-
slots: [],
|
|
5691
|
-
events: [],
|
|
5692
|
-
methods: [],
|
|
5693
5644
|
props: {
|
|
5694
5645
|
pageCommon: [v, qn],
|
|
5695
5646
|
compCommon: [v, qn]
|
|
5696
|
-
}
|
|
5647
|
+
},
|
|
5648
|
+
events: [],
|
|
5649
|
+
methods: [],
|
|
5650
|
+
slots: [],
|
|
5651
|
+
leaf: !0
|
|
5697
5652
|
};
|
|
5698
5653
|
T(Ll);
|
|
5699
5654
|
const an = U(Q);
|
|
@@ -5835,31 +5790,27 @@ const Jn = {
|
|
|
5835
5790
|
key: yt,
|
|
5836
5791
|
name: "x-runtime-lib.slider",
|
|
5837
5792
|
comp: Pr,
|
|
5838
|
-
slots: [],
|
|
5839
|
-
events: [],
|
|
5840
|
-
methods: [],
|
|
5841
5793
|
props: {
|
|
5842
5794
|
pageCommon: [v, Jn, Xn],
|
|
5843
5795
|
compCommon: [v, Jn, Xn]
|
|
5844
|
-
}
|
|
5796
|
+
},
|
|
5797
|
+
events: [],
|
|
5798
|
+
methods: [],
|
|
5799
|
+
slots: [],
|
|
5800
|
+
leaf: !0
|
|
5845
5801
|
};
|
|
5846
5802
|
T(El);
|
|
5847
5803
|
const Rt = {
|
|
5848
5804
|
key: Zi,
|
|
5849
5805
|
name: "x-runtime-lib.stepperHeader",
|
|
5850
5806
|
comp: Br,
|
|
5851
|
-
slots: [
|
|
5852
|
-
{
|
|
5853
|
-
key: "default",
|
|
5854
|
-
name: "x-runtime-lib.default"
|
|
5855
|
-
}
|
|
5856
|
-
],
|
|
5857
|
-
events: [],
|
|
5858
|
-
methods: [],
|
|
5859
5807
|
props: {
|
|
5860
5808
|
pageCommon: [v],
|
|
5861
5809
|
compCommon: [v]
|
|
5862
|
-
}
|
|
5810
|
+
},
|
|
5811
|
+
events: [],
|
|
5812
|
+
methods: [],
|
|
5813
|
+
slots: []
|
|
5863
5814
|
};
|
|
5864
5815
|
T(Rt);
|
|
5865
5816
|
const Yn = {
|
|
@@ -5877,36 +5828,26 @@ const Yn = {
|
|
|
5877
5828
|
key: qi,
|
|
5878
5829
|
name: "x-runtime-lib.stepperItem",
|
|
5879
5830
|
comp: Rr,
|
|
5880
|
-
slots: [
|
|
5881
|
-
{
|
|
5882
|
-
key: "default",
|
|
5883
|
-
name: "x-runtime-lib.default"
|
|
5884
|
-
}
|
|
5885
|
-
],
|
|
5886
|
-
events: [],
|
|
5887
|
-
methods: [],
|
|
5888
5831
|
props: {
|
|
5889
5832
|
pageCommon: [v, Yn],
|
|
5890
5833
|
compCommon: [v, Yn]
|
|
5891
|
-
}
|
|
5834
|
+
},
|
|
5835
|
+
events: [],
|
|
5836
|
+
methods: [],
|
|
5837
|
+
slots: []
|
|
5892
5838
|
};
|
|
5893
5839
|
T(Dt);
|
|
5894
5840
|
const Mt = {
|
|
5895
5841
|
key: Ji,
|
|
5896
5842
|
name: "x-runtime-lib.stepperWindow",
|
|
5897
5843
|
comp: Fr,
|
|
5898
|
-
slots: [
|
|
5899
|
-
{
|
|
5900
|
-
key: "default",
|
|
5901
|
-
name: "x-runtime-lib.default"
|
|
5902
|
-
}
|
|
5903
|
-
],
|
|
5904
|
-
events: [],
|
|
5905
|
-
methods: [],
|
|
5906
5844
|
props: {
|
|
5907
5845
|
pageCommon: [v],
|
|
5908
5846
|
compCommon: [v]
|
|
5909
|
-
}
|
|
5847
|
+
},
|
|
5848
|
+
events: [],
|
|
5849
|
+
methods: [],
|
|
5850
|
+
slots: []
|
|
5910
5851
|
};
|
|
5911
5852
|
T(Mt);
|
|
5912
5853
|
const Qn = {
|
|
@@ -5924,111 +5865,106 @@ const Qn = {
|
|
|
5924
5865
|
key: Xi,
|
|
5925
5866
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5926
5867
|
comp: Hr,
|
|
5927
|
-
slots: [
|
|
5928
|
-
{
|
|
5929
|
-
key: "default",
|
|
5930
|
-
name: "x-runtime-lib.default"
|
|
5931
|
-
}
|
|
5932
|
-
],
|
|
5933
|
-
events: [],
|
|
5934
|
-
methods: [],
|
|
5935
5868
|
props: {
|
|
5936
5869
|
pageCommon: [v, Qn],
|
|
5937
5870
|
compCommon: [v, Qn]
|
|
5938
|
-
}
|
|
5871
|
+
},
|
|
5872
|
+
events: [],
|
|
5873
|
+
methods: [],
|
|
5874
|
+
slots: []
|
|
5939
5875
|
};
|
|
5940
5876
|
T(Ft);
|
|
5941
5877
|
function Wl(i, e) {
|
|
5942
|
-
const t = `type=${i} subtype=${e}`,
|
|
5943
|
-
if (!
|
|
5878
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5879
|
+
if (!r) {
|
|
5944
5880
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
5945
5881
|
return;
|
|
5946
5882
|
}
|
|
5947
|
-
const n = Ht.props[
|
|
5883
|
+
const n = Ht.props[r];
|
|
5948
5884
|
if (!n) {
|
|
5949
5885
|
console.error(`stepperV1/spawn props not found, ${t}`);
|
|
5950
5886
|
return;
|
|
5951
5887
|
}
|
|
5952
|
-
const
|
|
5953
|
-
return R(
|
|
5888
|
+
const s = {};
|
|
5889
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Ht.key, s.children = [Bl(i, e), Rl(i, e)], s;
|
|
5954
5890
|
}
|
|
5955
5891
|
function Bl(i, e) {
|
|
5956
|
-
const t = `type=${i} subtype=${e}`,
|
|
5957
|
-
if (!
|
|
5892
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5893
|
+
if (!r) {
|
|
5958
5894
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
5959
5895
|
return;
|
|
5960
5896
|
}
|
|
5961
|
-
const n = Rt.props[
|
|
5897
|
+
const n = Rt.props[r];
|
|
5962
5898
|
if (!n) {
|
|
5963
5899
|
console.error(`stepperV1/spawnHeader props not found, ${t}`);
|
|
5964
5900
|
return;
|
|
5965
5901
|
}
|
|
5966
|
-
const
|
|
5967
|
-
return R(
|
|
5902
|
+
const s = {};
|
|
5903
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Rt.key, s.children = [
|
|
5968
5904
|
Be(i, e, "step1"),
|
|
5969
5905
|
Be(i, e, "step2"),
|
|
5970
5906
|
Be(i, e, "step3")
|
|
5971
|
-
],
|
|
5907
|
+
], s;
|
|
5972
5908
|
}
|
|
5973
5909
|
function Be(i, e, t) {
|
|
5974
|
-
const
|
|
5910
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
5975
5911
|
if (!n) {
|
|
5976
|
-
console.error(`stepperV1/spawnItem prop tag not found, ${
|
|
5912
|
+
console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
|
|
5977
5913
|
return;
|
|
5978
5914
|
}
|
|
5979
|
-
const
|
|
5980
|
-
if (!
|
|
5981
|
-
console.error(`stepperV1/spawnItem props not found, ${
|
|
5915
|
+
const s = Dt.props[n];
|
|
5916
|
+
if (!s) {
|
|
5917
|
+
console.error(`stepperV1/spawnItem props not found, ${r}`);
|
|
5982
5918
|
return;
|
|
5983
5919
|
}
|
|
5984
5920
|
const a = {};
|
|
5985
|
-
return R(a,
|
|
5921
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Dt.key, a.children = [], a.settings.value = t, a;
|
|
5986
5922
|
}
|
|
5987
5923
|
function Rl(i, e) {
|
|
5988
|
-
const t = `type=${i} subtype=${e}`,
|
|
5989
|
-
if (!
|
|
5924
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5925
|
+
if (!r) {
|
|
5990
5926
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
5991
5927
|
return;
|
|
5992
5928
|
}
|
|
5993
|
-
const n = Mt.props[
|
|
5929
|
+
const n = Mt.props[r];
|
|
5994
5930
|
if (!n) {
|
|
5995
5931
|
console.error(`stepperV1/spawnWindow props not found, ${t}`);
|
|
5996
5932
|
return;
|
|
5997
5933
|
}
|
|
5998
|
-
const
|
|
5999
|
-
return R(
|
|
5934
|
+
const s = {};
|
|
5935
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Mt.key, s.children = [
|
|
6000
5936
|
Re(i, e, "step1", "step 1"),
|
|
6001
5937
|
Re(i, e, "step2", "step 2"),
|
|
6002
5938
|
Re(i, e, "step3", "step 3")
|
|
6003
|
-
],
|
|
5939
|
+
], s;
|
|
6004
5940
|
}
|
|
6005
|
-
function Re(i, e, t,
|
|
6006
|
-
const n = `type=${i} subtype=${e}`,
|
|
6007
|
-
if (!
|
|
5941
|
+
function Re(i, e, t, r) {
|
|
5942
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
5943
|
+
if (!s) {
|
|
6008
5944
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
|
|
6009
5945
|
return;
|
|
6010
5946
|
}
|
|
6011
|
-
const a = Ft.props[
|
|
5947
|
+
const a = Ft.props[s];
|
|
6012
5948
|
if (!a) {
|
|
6013
5949
|
console.error(`stepperV1/spawnWindowItem props not found, ${n}`);
|
|
6014
5950
|
return;
|
|
6015
5951
|
}
|
|
6016
5952
|
const u = {};
|
|
6017
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = Ft.key, u.children = [Dl(i, e,
|
|
5953
|
+
return R(u, a), u.basic.id = B(16), u.basic.key = Ft.key, u.children = [Dl(i, e, r)], u.settings.value = t, u;
|
|
6018
5954
|
}
|
|
6019
5955
|
function Dl(i, e, t) {
|
|
6020
|
-
const
|
|
5956
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6021
5957
|
if (!n) {
|
|
6022
|
-
console.error(`stepperV1/spawnCard prop tag not found, ${
|
|
5958
|
+
console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
|
|
6023
5959
|
return;
|
|
6024
5960
|
}
|
|
6025
|
-
const
|
|
6026
|
-
if (!
|
|
6027
|
-
console.error(`stepperV1/spawnCard props not found, ${
|
|
5961
|
+
const s = Ve.props[n];
|
|
5962
|
+
if (!s) {
|
|
5963
|
+
console.error(`stepperV1/spawnCard props not found, ${r}`);
|
|
6028
5964
|
return;
|
|
6029
5965
|
}
|
|
6030
5966
|
const a = {};
|
|
6031
|
-
return R(a,
|
|
5967
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
|
|
6032
5968
|
}
|
|
6033
5969
|
const ei = {
|
|
6034
5970
|
key: "settings",
|
|
@@ -6051,18 +5987,13 @@ const ei = {
|
|
|
6051
5987
|
key: ht,
|
|
6052
5988
|
name: "x-runtime-lib.stepper",
|
|
6053
5989
|
comp: Lr,
|
|
6054
|
-
slots: [
|
|
6055
|
-
{
|
|
6056
|
-
key: "default",
|
|
6057
|
-
name: "x-runtime-lib.default"
|
|
6058
|
-
}
|
|
6059
|
-
],
|
|
6060
|
-
events: [],
|
|
6061
|
-
methods: [],
|
|
6062
5990
|
props: {
|
|
6063
5991
|
pageCommon: [v, ei],
|
|
6064
5992
|
compCommon: [v, ei]
|
|
6065
5993
|
},
|
|
5994
|
+
events: [],
|
|
5995
|
+
methods: [],
|
|
5996
|
+
slots: [],
|
|
6066
5997
|
spawn: Wl
|
|
6067
5998
|
};
|
|
6068
5999
|
T(Ht);
|
|
@@ -6070,13 +6001,14 @@ const Ml = {
|
|
|
6070
6001
|
key: xt,
|
|
6071
6002
|
name: "x-runtime-lib.switch",
|
|
6072
6003
|
comp: Or,
|
|
6073
|
-
slots: [],
|
|
6074
|
-
events: [],
|
|
6075
|
-
methods: [],
|
|
6076
6004
|
props: {
|
|
6077
6005
|
pageCommon: [v],
|
|
6078
6006
|
compCommon: [v]
|
|
6079
|
-
}
|
|
6007
|
+
},
|
|
6008
|
+
events: [],
|
|
6009
|
+
methods: [],
|
|
6010
|
+
slots: [],
|
|
6011
|
+
leaf: !0
|
|
6080
6012
|
};
|
|
6081
6013
|
T(Ml);
|
|
6082
6014
|
const ti = {
|
|
@@ -6100,46 +6032,47 @@ const ti = {
|
|
|
6100
6032
|
key: Yi,
|
|
6101
6033
|
name: "x-runtime-lib.tab",
|
|
6102
6034
|
comp: Ur,
|
|
6103
|
-
slots: [],
|
|
6104
|
-
events: [],
|
|
6105
|
-
methods: [],
|
|
6106
6035
|
props: {
|
|
6107
6036
|
pageCommon: [v, ti],
|
|
6108
6037
|
compCommon: [v, ti]
|
|
6109
|
-
}
|
|
6038
|
+
},
|
|
6039
|
+
events: [],
|
|
6040
|
+
methods: [],
|
|
6041
|
+
slots: [],
|
|
6042
|
+
leaf: !0
|
|
6110
6043
|
};
|
|
6111
6044
|
T(Ot);
|
|
6112
6045
|
function Fl(i, e) {
|
|
6113
|
-
const t = `type=${i} subtype=${e}`,
|
|
6114
|
-
if (!
|
|
6046
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6047
|
+
if (!r) {
|
|
6115
6048
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
6116
6049
|
return;
|
|
6117
6050
|
}
|
|
6118
|
-
const n = Ut.props[
|
|
6051
|
+
const n = Ut.props[r];
|
|
6119
6052
|
if (!n) {
|
|
6120
6053
|
console.error(`tabsV1/spawn props not found, ${t}`);
|
|
6121
6054
|
return;
|
|
6122
6055
|
}
|
|
6123
|
-
const
|
|
6124
|
-
return R(
|
|
6056
|
+
const s = {};
|
|
6057
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Ut.key, s.children = [
|
|
6125
6058
|
De(i, e, "tab1", "tab 1"),
|
|
6126
6059
|
De(i, e, "tab2", "tab 2"),
|
|
6127
6060
|
De(i, e, "tab3", "tab 3")
|
|
6128
|
-
],
|
|
6061
|
+
], s;
|
|
6129
6062
|
}
|
|
6130
|
-
function De(i, e, t,
|
|
6131
|
-
const n = `type=${i} subtype=${e}`,
|
|
6132
|
-
if (!
|
|
6063
|
+
function De(i, e, t, r) {
|
|
6064
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
6065
|
+
if (!s) {
|
|
6133
6066
|
console.error(`tabsV1/spawnTab prop tag not found, ${n}`);
|
|
6134
6067
|
return;
|
|
6135
6068
|
}
|
|
6136
|
-
const a = Ot.props[
|
|
6069
|
+
const a = Ot.props[s];
|
|
6137
6070
|
if (!a) {
|
|
6138
6071
|
console.error(`tabsV1/spawnTab props not found, ${n}`);
|
|
6139
6072
|
return;
|
|
6140
6073
|
}
|
|
6141
6074
|
const u = {};
|
|
6142
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = Ot.key, u.settings.value = t, u.settings.text =
|
|
6075
|
+
return R(u, a), u.basic.id = B(16), u.basic.key = Ot.key, u.settings.value = t, u.settings.text = r, u;
|
|
6143
6076
|
}
|
|
6144
6077
|
const dn = U(Q);
|
|
6145
6078
|
dn.key = "backgroundColor";
|
|
@@ -6233,34 +6166,29 @@ const ni = {
|
|
|
6233
6166
|
key: gt,
|
|
6234
6167
|
name: "x-runtime-lib.tabs",
|
|
6235
6168
|
comp: Gr,
|
|
6236
|
-
slots: [
|
|
6237
|
-
{
|
|
6238
|
-
key: "default",
|
|
6239
|
-
name: "x-runtime-lib.default"
|
|
6240
|
-
}
|
|
6241
|
-
],
|
|
6242
|
-
events: [],
|
|
6243
|
-
methods: [],
|
|
6244
6169
|
props: {
|
|
6245
6170
|
pageCommon: [v, ni],
|
|
6246
6171
|
compCommon: [v, ni]
|
|
6247
6172
|
},
|
|
6173
|
+
events: [],
|
|
6174
|
+
methods: [],
|
|
6175
|
+
slots: [],
|
|
6248
6176
|
spawn: Fl
|
|
6249
6177
|
};
|
|
6250
6178
|
T(Ut);
|
|
6251
6179
|
function Hl(i, e) {
|
|
6252
|
-
const t = `type=${i} subtype=${e}`,
|
|
6253
|
-
if (!
|
|
6180
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6181
|
+
if (!r) {
|
|
6254
6182
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
6255
6183
|
return;
|
|
6256
6184
|
}
|
|
6257
|
-
const n = he.props[
|
|
6185
|
+
const n = he.props[r];
|
|
6258
6186
|
if (!n) {
|
|
6259
6187
|
console.error(`textV1/spawn props not found, ${t}`);
|
|
6260
6188
|
return;
|
|
6261
6189
|
}
|
|
6262
|
-
const
|
|
6263
|
-
return R(
|
|
6190
|
+
const s = {};
|
|
6191
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = he.key, s.settings.text = "text", s;
|
|
6264
6192
|
}
|
|
6265
6193
|
const ii = {
|
|
6266
6194
|
key: "settings",
|
|
@@ -6352,29 +6280,30 @@ const ii = {
|
|
|
6352
6280
|
key: vt,
|
|
6353
6281
|
name: "x-runtime-lib.text",
|
|
6354
6282
|
comp: Kr,
|
|
6355
|
-
slots: [],
|
|
6356
|
-
events: [],
|
|
6357
|
-
methods: [],
|
|
6358
6283
|
props: {
|
|
6359
6284
|
pageCommon: [v, ii],
|
|
6360
6285
|
compCommon: [v, ii]
|
|
6361
6286
|
},
|
|
6287
|
+
events: [],
|
|
6288
|
+
methods: [],
|
|
6289
|
+
slots: [],
|
|
6290
|
+
leaf: !0,
|
|
6362
6291
|
spawn: Hl
|
|
6363
6292
|
};
|
|
6364
6293
|
T(he);
|
|
6365
6294
|
function Ol(i, e) {
|
|
6366
|
-
const t = `type=${i} subtype=${e}`,
|
|
6367
|
-
if (!
|
|
6295
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6296
|
+
if (!r) {
|
|
6368
6297
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
6369
6298
|
return;
|
|
6370
6299
|
}
|
|
6371
|
-
const n = Gt.props[
|
|
6300
|
+
const n = Gt.props[r];
|
|
6372
6301
|
if (!n) {
|
|
6373
6302
|
console.error(`textareaV1/spawn props not found, ${t}`);
|
|
6374
6303
|
return;
|
|
6375
6304
|
}
|
|
6376
|
-
const
|
|
6377
|
-
return R(
|
|
6305
|
+
const s = {};
|
|
6306
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Gt.key, s.settings.label = "label", s;
|
|
6378
6307
|
}
|
|
6379
6308
|
const oi = {
|
|
6380
6309
|
key: "settings",
|
|
@@ -6451,13 +6380,14 @@ const oi = {
|
|
|
6451
6380
|
key: kt,
|
|
6452
6381
|
name: "x-runtime-lib.textarea",
|
|
6453
6382
|
comp: jr,
|
|
6454
|
-
slots: [],
|
|
6455
|
-
events: [],
|
|
6456
|
-
methods: [],
|
|
6457
6383
|
props: {
|
|
6458
6384
|
pageCommon: [v, oi],
|
|
6459
6385
|
compCommon: [v, oi]
|
|
6460
6386
|
},
|
|
6387
|
+
events: [],
|
|
6388
|
+
methods: [],
|
|
6389
|
+
slots: [],
|
|
6390
|
+
leaf: !0,
|
|
6461
6391
|
spawn: Ol
|
|
6462
6392
|
};
|
|
6463
6393
|
T(Gt);
|
|
@@ -6465,65 +6395,60 @@ const Kt = {
|
|
|
6465
6395
|
key: Qi,
|
|
6466
6396
|
name: "x-runtime-lib.timelineItem",
|
|
6467
6397
|
comp: Yr,
|
|
6468
|
-
slots: [
|
|
6469
|
-
{
|
|
6470
|
-
key: "default",
|
|
6471
|
-
name: "x-runtime-lib.default"
|
|
6472
|
-
}
|
|
6473
|
-
],
|
|
6474
|
-
events: [],
|
|
6475
|
-
methods: [],
|
|
6476
6398
|
props: {
|
|
6477
6399
|
pageCommon: [v],
|
|
6478
6400
|
compCommon: [v]
|
|
6479
|
-
}
|
|
6401
|
+
},
|
|
6402
|
+
events: [],
|
|
6403
|
+
methods: [],
|
|
6404
|
+
slots: []
|
|
6480
6405
|
};
|
|
6481
6406
|
T(Kt);
|
|
6482
6407
|
function Ul(i, e) {
|
|
6483
|
-
const t = `type=${i} subtype=${e}`,
|
|
6484
|
-
if (!
|
|
6408
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6409
|
+
if (!r) {
|
|
6485
6410
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
6486
6411
|
return;
|
|
6487
6412
|
}
|
|
6488
|
-
const n = jt.props[
|
|
6413
|
+
const n = jt.props[r];
|
|
6489
6414
|
if (!n) {
|
|
6490
6415
|
console.error(`timelineV1/spawn props not found, ${t}`);
|
|
6491
6416
|
return;
|
|
6492
6417
|
}
|
|
6493
|
-
const
|
|
6494
|
-
return R(
|
|
6418
|
+
const s = {};
|
|
6419
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = jt.key, s.children = [
|
|
6495
6420
|
Me(i, e, "timeline 1"),
|
|
6496
6421
|
Me(i, e, "timeline 2"),
|
|
6497
6422
|
Me(i, e, "timeline 3")
|
|
6498
|
-
],
|
|
6423
|
+
], s;
|
|
6499
6424
|
}
|
|
6500
6425
|
function Me(i, e, t) {
|
|
6501
|
-
const
|
|
6426
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6502
6427
|
if (!n) {
|
|
6503
|
-
console.error(`timelineV1/spawnEntry prop tag not found, ${
|
|
6428
|
+
console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
|
|
6504
6429
|
return;
|
|
6505
6430
|
}
|
|
6506
|
-
const
|
|
6507
|
-
if (!
|
|
6508
|
-
console.error(`timelineV1/spawnEntry props not found, ${
|
|
6431
|
+
const s = Kt.props[n];
|
|
6432
|
+
if (!s) {
|
|
6433
|
+
console.error(`timelineV1/spawnEntry props not found, ${r}`);
|
|
6509
6434
|
return;
|
|
6510
6435
|
}
|
|
6511
6436
|
const a = {};
|
|
6512
|
-
return R(a,
|
|
6437
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Kt.key, a.children = [Gl(i, e, t)], a;
|
|
6513
6438
|
}
|
|
6514
6439
|
function Gl(i, e, t) {
|
|
6515
|
-
const
|
|
6440
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6516
6441
|
if (!n) {
|
|
6517
|
-
console.error(`timelineV1/spawnText prop tag not found, ${
|
|
6442
|
+
console.error(`timelineV1/spawnText prop tag not found, ${r}`);
|
|
6518
6443
|
return;
|
|
6519
6444
|
}
|
|
6520
|
-
const
|
|
6521
|
-
if (!
|
|
6522
|
-
console.error(`timelineV1/spawnText props not found, ${
|
|
6445
|
+
const s = he.props[n];
|
|
6446
|
+
if (!s) {
|
|
6447
|
+
console.error(`timelineV1/spawnText props not found, ${r}`);
|
|
6523
6448
|
return;
|
|
6524
6449
|
}
|
|
6525
6450
|
const a = {};
|
|
6526
|
-
return R(a,
|
|
6451
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = he.key, a.settings.text = t, a;
|
|
6527
6452
|
}
|
|
6528
6453
|
const Kl = U(Q), jl = U(Q), si = {
|
|
6529
6454
|
key: "settings",
|
|
@@ -6607,18 +6532,13 @@ const Kl = U(Q), jl = U(Q), si = {
|
|
|
6607
6532
|
key: wt,
|
|
6608
6533
|
name: "x-runtime-lib.timeline",
|
|
6609
6534
|
comp: qr,
|
|
6610
|
-
slots: [
|
|
6611
|
-
{
|
|
6612
|
-
key: "default",
|
|
6613
|
-
name: "x-runtime-lib.default"
|
|
6614
|
-
}
|
|
6615
|
-
],
|
|
6616
|
-
events: [],
|
|
6617
|
-
methods: [],
|
|
6618
6535
|
props: {
|
|
6619
6536
|
pageCommon: [v, si],
|
|
6620
6537
|
compCommon: [v, si]
|
|
6621
6538
|
},
|
|
6539
|
+
events: [],
|
|
6540
|
+
methods: [],
|
|
6541
|
+
slots: [],
|
|
6622
6542
|
spawn: Ul
|
|
6623
6543
|
};
|
|
6624
6544
|
T(jt);
|
|
@@ -6626,79 +6546,74 @@ const Zt = {
|
|
|
6626
6546
|
key: eo,
|
|
6627
6547
|
name: "x-runtime-lib.windowItem",
|
|
6628
6548
|
comp: nl,
|
|
6629
|
-
slots: [
|
|
6630
|
-
{
|
|
6631
|
-
key: "default",
|
|
6632
|
-
name: "x-runtime-lib.default"
|
|
6633
|
-
}
|
|
6634
|
-
],
|
|
6635
|
-
events: [],
|
|
6636
|
-
methods: [],
|
|
6637
6549
|
props: {
|
|
6638
6550
|
pageCommon: [v],
|
|
6639
6551
|
compCommon: [v]
|
|
6640
|
-
}
|
|
6552
|
+
},
|
|
6553
|
+
events: [],
|
|
6554
|
+
methods: [],
|
|
6555
|
+
slots: []
|
|
6641
6556
|
};
|
|
6642
6557
|
T(Zt);
|
|
6643
6558
|
function Zl(i, e) {
|
|
6644
|
-
const t = `type=${i} subtype=${e}`,
|
|
6645
|
-
if (!
|
|
6559
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6560
|
+
if (!r) {
|
|
6646
6561
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
6647
6562
|
return;
|
|
6648
6563
|
}
|
|
6649
|
-
const n = qt.props[
|
|
6564
|
+
const n = qt.props[r];
|
|
6650
6565
|
if (!n) {
|
|
6651
6566
|
console.error(`windowV1/spawn props not found, ${t}`);
|
|
6652
6567
|
return;
|
|
6653
6568
|
}
|
|
6654
|
-
const
|
|
6655
|
-
return R(
|
|
6569
|
+
const s = {};
|
|
6570
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = qt.key, s.children = [
|
|
6656
6571
|
Fe(i, e, "window 1"),
|
|
6657
6572
|
Fe(i, e, "window 2"),
|
|
6658
6573
|
Fe(i, e, "window 3")
|
|
6659
|
-
],
|
|
6574
|
+
], s;
|
|
6660
6575
|
}
|
|
6661
6576
|
function Fe(i, e, t) {
|
|
6662
|
-
const
|
|
6577
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6663
6578
|
if (!n) {
|
|
6664
|
-
console.error(`windowV1/spawnEntry prop tag not found, ${
|
|
6579
|
+
console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
|
|
6665
6580
|
return;
|
|
6666
6581
|
}
|
|
6667
|
-
const
|
|
6668
|
-
if (!
|
|
6669
|
-
console.error(`windowV1/spawnEntry props not found, ${
|
|
6582
|
+
const s = Zt.props[n];
|
|
6583
|
+
if (!s) {
|
|
6584
|
+
console.error(`windowV1/spawnEntry props not found, ${r}`);
|
|
6670
6585
|
return;
|
|
6671
6586
|
}
|
|
6672
6587
|
const a = {};
|
|
6673
|
-
return R(a,
|
|
6588
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Zt.key, a.children = [ql(i, e, t)], a;
|
|
6674
6589
|
}
|
|
6675
6590
|
function ql(i, e, t) {
|
|
6676
|
-
const
|
|
6591
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6677
6592
|
if (!n) {
|
|
6678
|
-
console.error(`windowV1/spawnFlexLayout prop tag not found, ${
|
|
6593
|
+
console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
|
|
6679
6594
|
return;
|
|
6680
6595
|
}
|
|
6681
|
-
const
|
|
6682
|
-
if (!
|
|
6683
|
-
console.error(`windowV1/spawnFlexLayout props not found, ${
|
|
6596
|
+
const s = $e.props[n];
|
|
6597
|
+
if (!s) {
|
|
6598
|
+
console.error(`windowV1/spawnFlexLayout props not found, ${r}`);
|
|
6684
6599
|
return;
|
|
6685
6600
|
}
|
|
6686
6601
|
const a = {};
|
|
6687
|
-
return R(a,
|
|
6602
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Jl(i, e, t)], a;
|
|
6688
6603
|
}
|
|
6689
6604
|
function Jl(i, e, t) {
|
|
6690
|
-
const
|
|
6605
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6691
6606
|
if (!n) {
|
|
6692
|
-
console.error(`windowV1/spawnText prop tag not found, ${
|
|
6607
|
+
console.error(`windowV1/spawnText prop tag not found, ${r}`);
|
|
6693
6608
|
return;
|
|
6694
6609
|
}
|
|
6695
|
-
const
|
|
6696
|
-
if (!
|
|
6697
|
-
console.error(`windowV1/spawnText props not found, ${
|
|
6610
|
+
const s = he.props[n];
|
|
6611
|
+
if (!s) {
|
|
6612
|
+
console.error(`windowV1/spawnText props not found, ${r}`);
|
|
6698
6613
|
return;
|
|
6699
6614
|
}
|
|
6700
6615
|
const a = {};
|
|
6701
|
-
return R(a,
|
|
6616
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = he.key, a.settings.text = t, a.settings.style.xs = "h6", a;
|
|
6702
6617
|
}
|
|
6703
6618
|
const ri = {
|
|
6704
6619
|
key: "settings",
|
|
@@ -6752,18 +6667,13 @@ const ri = {
|
|
|
6752
6667
|
key: Vt,
|
|
6753
6668
|
name: "x-runtime-lib.window",
|
|
6754
6669
|
comp: Qr,
|
|
6755
|
-
slots: [
|
|
6756
|
-
{
|
|
6757
|
-
key: "default",
|
|
6758
|
-
name: "x-runtime-lib.default"
|
|
6759
|
-
}
|
|
6760
|
-
],
|
|
6761
|
-
events: [],
|
|
6762
|
-
methods: [],
|
|
6763
6670
|
props: {
|
|
6764
6671
|
pageCommon: [v, ri],
|
|
6765
6672
|
compCommon: [v, ri]
|
|
6766
6673
|
},
|
|
6674
|
+
events: [],
|
|
6675
|
+
methods: [],
|
|
6676
|
+
slots: [],
|
|
6767
6677
|
spawn: Zl
|
|
6768
6678
|
};
|
|
6769
6679
|
T(qt);
|
|
@@ -7274,9 +7184,9 @@ const Xl = [
|
|
|
7274
7184
|
}, fn = {
|
|
7275
7185
|
v1: Aa
|
|
7276
7186
|
}, Na = (i, e, t) => {
|
|
7277
|
-
const
|
|
7278
|
-
return
|
|
7279
|
-
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
7187
|
+
const r = i[e];
|
|
7188
|
+
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
|
|
7189
|
+
(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." : ""))));
|
|
7280
7190
|
});
|
|
7281
7191
|
};
|
|
7282
7192
|
async function eu(i) {
|
|
@@ -7318,7 +7228,7 @@ export {
|
|
|
7318
7228
|
rl as globalityV1,
|
|
7319
7229
|
Cl as iconV1,
|
|
7320
7230
|
R as initProps,
|
|
7321
|
-
|
|
7231
|
+
M as injectDark,
|
|
7322
7232
|
ue as injectData,
|
|
7323
7233
|
Ri as injectDepends,
|
|
7324
7234
|
le as injectDevice,
|