x-runtime-lib 0.7.27 → 0.7.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +437 -436
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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),
|
|
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
81
|
function m(d) {
|
|
82
|
-
t.value && (d.borderStyle = t.value),
|
|
82
|
+
t.value && (d.borderStyle = t.value), r.value && (d.borderWidth = r.value), s.value && (d.borderColor = s.value), a.value && (d.borderTopLeftRadius = a.value), u.value && (d.borderTopRightRadius = u.value), p.value && (d.borderBottomLeftRadius = p.value), b.value && (d.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,43 +169,43 @@ 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
206
|
const d = m.props[a];
|
|
207
207
|
if (!d) {
|
|
208
|
-
console.error(`spawnNode [ref] props not found, ${
|
|
208
|
+
console.error(`spawnNode [ref] props not found, ${s}`);
|
|
209
209
|
return;
|
|
210
210
|
}
|
|
211
211
|
const c = {
|
|
@@ -220,12 +220,12 @@ function To(i, e, t, s, n) {
|
|
|
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,7 +233,7 @@ 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
239
|
const d = {
|
|
@@ -247,25 +247,25 @@ function To(i, e, t, s, n) {
|
|
|
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;
|
|
@@ -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,9 +486,9 @@ 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 = F(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: d, maxHeight: c, 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
494
|
const C = () => {
|
|
@@ -506,8 +507,8 @@ const Ds = /* @__PURE__ */ z({
|
|
|
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,
|
|
@@ -538,9 +539,9 @@ 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 = F(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: d, maxHeight: c, 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
547
|
const C = () => {
|
|
@@ -559,8 +560,8 @@ const Ds = /* @__PURE__ */ z({
|
|
|
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,
|
|
@@ -599,7 +600,7 @@ function Fs(i, e) {
|
|
|
599
600
|
}
|
|
600
601
|
return i.nativeToPseudo(c);
|
|
601
602
|
}
|
|
602
|
-
function
|
|
603
|
+
function r(m) {
|
|
603
604
|
const d = i.pseudoToNative(m);
|
|
604
605
|
try {
|
|
605
606
|
const c = JSON.parse(d);
|
|
@@ -612,7 +613,7 @@ function Fs(i, e) {
|
|
|
612
613
|
const d = i.pseudoToNative(m), c = JSON.stringify(d);
|
|
613
614
|
return i.nativeToPseudo(c);
|
|
614
615
|
}
|
|
615
|
-
function
|
|
616
|
+
function s(m) {
|
|
616
617
|
const d = i.pseudoToNative(m);
|
|
617
618
|
console.log(d);
|
|
618
619
|
}
|
|
@@ -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,8 +684,8 @@ 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), d = i.pseudoToNative(s), c = i.pseudoToNative(a), f = i.pseudoToNative(u);
|
|
688
689
|
try {
|
|
689
690
|
const k = JSON.stringify(d), { strOutputs: h } = await Hs({
|
|
690
691
|
spaceid: b,
|
|
@@ -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
|
+
const r = new Gs(i);
|
|
751
752
|
function n(c, f, k) {
|
|
752
|
-
const h = e.pseudoToNative(c), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ =
|
|
753
|
+
const h = e.pseudoToNative(c), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = r.addNode(h, y, w);
|
|
753
754
|
return e.nativeToPseudo(_);
|
|
754
755
|
}
|
|
755
|
-
function
|
|
756
|
+
function s(c) {
|
|
756
757
|
const f = e.pseudoToNative(c);
|
|
757
|
-
|
|
758
|
+
r.deleteNode(f);
|
|
758
759
|
}
|
|
759
760
|
function a(c, f) {
|
|
760
761
|
const k = e.pseudoToNative(c), 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
|
}
|
|
@@ -778,7 +779,7 @@ function Ks(i, e, t) {
|
|
|
778
779
|
function u(c, f, k) {
|
|
779
780
|
const h = e.pseudoToNative(c), 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
|
}
|
|
@@ -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__",
|
|
@@ -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,7 +1045,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1044
1045
|
outer: { type: Boolean }
|
|
1045
1046
|
},
|
|
1046
1047
|
setup(i) {
|
|
1047
|
-
const { t: e } = gi(), t = i,
|
|
1048
|
+
const { t: e } = gi(), t = i, r = Wi(), n = Bi(), s = A(), a = le(), u = ae(), p = ue(), b = Ri(), m = be(-1), d = be(), c = {};
|
|
1048
1049
|
Di(c);
|
|
1049
1050
|
const f = () => {
|
|
1050
1051
|
c.eventBus && (c.eventBus = void 0), c.interpreter && (Oi(c.interpreter), c.interpreter = void 0);
|
|
@@ -1059,21 +1060,21 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1059
1060
|
m.value = -1, d.value = null, f(), Qt.emit("compNotAvail", t.refContext.refid);
|
|
1060
1061
|
return;
|
|
1061
1062
|
}
|
|
1062
|
-
if (m.value === g.dataSeq || (m.value = g.dataSeq, d.value = U(g.data),
|
|
1063
|
+
if (m.value === g.dataSeq || (m.value = g.dataSeq, d.value = U(g.data), s !== "runtime" && s !== "preview"))
|
|
1063
1064
|
return;
|
|
1064
1065
|
f();
|
|
1065
1066
|
const C = d.value, E = C.code.script;
|
|
1066
1067
|
if (E) {
|
|
1067
1068
|
const M = Ui();
|
|
1068
1069
|
c.eventBus = M, c.interpreter = Hi(
|
|
1069
|
-
{ org:
|
|
1070
|
+
{ org: r, env: n, mode: s, type: u, data: C, eventBus: M },
|
|
1070
1071
|
E
|
|
1071
1072
|
);
|
|
1072
1073
|
}
|
|
1073
1074
|
}), Ce(() => {
|
|
1074
1075
|
f();
|
|
1075
1076
|
});
|
|
1076
|
-
const { applySize: k } = pe(
|
|
1077
|
+
const { applySize: k } = pe(s, a, t), h = V(() => {
|
|
1077
1078
|
const g = {}, C = p.value.type;
|
|
1078
1079
|
return u === "page" ? C === "common" ? k(g) : console.assert(!1) : u === "comp" && C === "common" ? k(g) : console.assert(!1), g;
|
|
1079
1080
|
});
|
|
@@ -1132,7 +1133,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1132
1133
|
state: {}
|
|
1133
1134
|
},
|
|
1134
1135
|
setup(i) {
|
|
1135
|
-
const { t: e } = gi(), t = i,
|
|
1136
|
+
const { t: e } = gi(), t = i, r = Wi(), n = Bi(), s = A(), a = ae(), u = ue(), p = Ri(), b = be(-1), m = be(), d = {};
|
|
1136
1137
|
Di(d);
|
|
1137
1138
|
const c = () => {
|
|
1138
1139
|
d.eventBus && (d.eventBus = void 0), d.interpreter && (Oi(d.interpreter), d.interpreter = void 0);
|
|
@@ -1147,14 +1148,14 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1147
1148
|
b.value = -1, m.value = null, c(), 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
|
c();
|
|
1153
1154
|
const $ = m.value, g = $.code.script;
|
|
1154
1155
|
if (g) {
|
|
1155
1156
|
const C = Ui();
|
|
1156
1157
|
d.eventBus = C, d.interpreter = Hi(
|
|
1157
|
-
{ org:
|
|
1158
|
+
{ org: r, env: n, mode: s, type: a, data: $, eventBus: C },
|
|
1158
1159
|
g
|
|
1159
1160
|
);
|
|
1160
1161
|
}
|
|
@@ -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 = F(), 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"
|
|
@@ -1237,7 +1238,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1237
1238
|
return (m, d) => {
|
|
1238
1239
|
const c = L("v-badge");
|
|
1239
1240
|
return I(), P(c, {
|
|
1240
|
-
content: o(
|
|
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" ? (I(), 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,11 +1275,11 @@ 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 = F(), 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
1285
|
]), { prop: d } = l(t, n, e, ["size", "height"]), { prop: c } = 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, [
|
|
@@ -1288,7 +1289,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
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: C } = l(t, n, e, ["settings", "text"]), { theme: E } = O(
|
|
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: C } = l(t, n, e, ["settings", "text"]), { theme: E } = O(r), { prop: M } = 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;
|
|
@@ -1302,7 +1303,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1302
1303
|
return I(), 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),
|
|
@@ -1331,8 +1332,8 @@ 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) {
|
|
@@ -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 = F(), 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,11 +1364,11 @@ 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: d } = l(t, n, e, ["settings", "size"]), { prop: c } = l(t, n, e, ["settings", "stacked"]), { theme: f } = O(
|
|
1367
|
+
]), { prop: d } = l(t, n, e, ["settings", "size"]), { prop: c } = 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
1370
|
return I(), P(_, {
|
|
1370
|
-
block: o(
|
|
1371
|
+
block: o(s),
|
|
1371
1372
|
disabled: o(a),
|
|
1372
1373
|
divided: o(u),
|
|
1373
1374
|
mandatory: o(p),
|
|
@@ -1393,17 +1394,17 @@ 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 = F(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
1397
1398
|
"settings",
|
|
1398
1399
|
"disabled"
|
|
1399
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: d } = l(t, n, e, ["size", "maxWidth"]), { prop: c } = 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
1405
|
const C = L("v-card");
|
|
1405
1406
|
return I(), P(C, {
|
|
1406
|
-
density: o(
|
|
1407
|
+
density: o(s),
|
|
1407
1408
|
disabled: o(a),
|
|
1408
1409
|
height: o(u),
|
|
1409
1410
|
hover: o(p),
|
|
@@ -1433,10 +1434,10 @@ 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
|
]);
|
|
@@ -1444,7 +1445,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1444
1445
|
const p = L("v-checkbox");
|
|
1445
1446
|
return I(), 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,20 +1456,20 @@ 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 = F(), 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: d } = l(t, n, e, ["settings", "filter"]), { prop: c } = 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(
|
|
1468
|
+
]), { prop: d } = l(t, n, e, ["settings", "filter"]), { prop: c } = 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
1471
|
return I(), P(g, {
|
|
1471
|
-
closable: o(
|
|
1472
|
+
closable: o(s),
|
|
1472
1473
|
color: o(u),
|
|
1473
1474
|
density: o(p),
|
|
1474
1475
|
disabled: o(b),
|
|
@@ -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 = F(), 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, [
|
|
@@ -1506,13 +1507,13 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1506
1507
|
]), { prop: d } = l(t, n, e, [
|
|
1507
1508
|
"settings",
|
|
1508
1509
|
"showArrows"
|
|
1509
|
-
]), { theme: c } = O(
|
|
1510
|
+
]), { theme: c } = O(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
1510
1511
|
return (k, h) => {
|
|
1511
1512
|
const y = L("v-chip-group");
|
|
1512
1513
|
return I(), 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),
|
|
@@ -1535,9 +1536,9 @@ 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 = F(), 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"
|
|
@@ -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 = F(), 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,7 +1595,7 @@ 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
|
+
]), { theme: m } = O(r), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
1598
1599
|
return (c, f) => {
|
|
1599
1600
|
const k = L("v-combobox");
|
|
1600
1601
|
return I(), P(o(te), null, {
|
|
@@ -1602,7 +1603,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1602
1603
|
Z(k, {
|
|
1603
1604
|
modelValue: o(d),
|
|
1604
1605
|
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(d) ? d.value = h : null),
|
|
1605
|
-
"hide-details": o(
|
|
1606
|
+
"hide-details": o(s),
|
|
1606
1607
|
label: o(a),
|
|
1607
1608
|
placeholder: o(u),
|
|
1608
1609
|
readonly: o(p),
|
|
@@ -1621,12 +1622,12 @@ 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 = F(), 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: d } = tn(e), { applyPadding: c } = 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), d(h), c(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1) : s === "comp" && y === "common" ? (m(h), d(h), c(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1), h;
|
|
1630
1631
|
});
|
|
1631
1632
|
return (h, y) => (I(), re("div", {
|
|
1632
1633
|
style: ie(k.value)
|
|
@@ -1641,7 +1642,7 @@ 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 = F(), 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, [
|
|
@@ -1656,7 +1657,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1656
1657
|
), { prop: c } = 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);
|
|
@@ -1665,7 +1666,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1665
1666
|
return (w, _) => {
|
|
1666
1667
|
const x = L("v-data-table");
|
|
1667
1668
|
return I(), P(x, {
|
|
1668
|
-
density: o(
|
|
1669
|
+
density: o(s),
|
|
1669
1670
|
"fixed-footer": o(a),
|
|
1670
1671
|
"fixed-header": o(u),
|
|
1671
1672
|
headers: o(p),
|
|
@@ -1701,17 +1702,17 @@ 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
1713
|
return I(), P(b, {
|
|
1713
|
-
modelValue: o(
|
|
1714
|
-
"onUpdate:modelValue": p[0] || (p[0] = (m) => X(
|
|
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(() => [
|
|
@@ -1734,19 +1735,19 @@ 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: d } = l(t,
|
|
1747
|
+
]), { prop: d } = l(t, r, e, [
|
|
1747
1748
|
"settings",
|
|
1748
1749
|
"readonly"
|
|
1749
|
-
]), { prop: c } = l(t,
|
|
1750
|
+
]), { prop: c } = l(t, r, e, ["settings", "reverse"]), { prop: f } = l(t, r, e, [
|
|
1750
1751
|
"settings",
|
|
1751
1752
|
"singleLine"
|
|
1752
1753
|
]);
|
|
@@ -1754,7 +1755,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1754
1755
|
const y = L("v-file-input");
|
|
1755
1756
|
return I(), 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),
|
|
@@ -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 = F(), s = ae(), a = ue(), u = W(), { applySize: p } = pe(t, r, e), { applyMargin: b } = tn(e), { applyPadding: m } = nn(e), { applyBorder: d } = en(n, e), { prop: c } = l(t, u, e, [
|
|
1777
1778
|
"settings",
|
|
1778
1779
|
"backgroundColor"
|
|
1779
1780
|
]), { color: f } = Y(n, c), 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,7 +1789,7 @@ 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), d(y), k(y)) : console.assert(!1) : s === "comp" && w === "common" ? (p(y), b(y), m(y), d(y), k(y)) : console.assert(!1), y;
|
|
1792
1793
|
});
|
|
1793
1794
|
return (y, w) => (I(), re("div", {
|
|
1794
1795
|
style: ie(h.value)
|
|
@@ -1803,8 +1804,8 @@ 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 d = {}, c =
|
|
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 d = {}, c = s.value.type;
|
|
1808
1809
|
return n === "page" ? c === "common" ? (u(d), d.flexGrow = p.value ? 1 : 0, d.flexShrink = b.value ? 1 : 0) : console.assert(!1) : n === "comp" && c === "common" ? (u(d), d.flexGrow = p.value ? 1 : 0, d.flexShrink = b.value ? 1 : 0) : console.assert(!1), d;
|
|
1809
1810
|
});
|
|
1810
1811
|
return (d, c) => (I(), re("div", {
|
|
@@ -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 = F(), 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: d } = Y(n, m), { applySize: c } = pe(t,
|
|
1830
|
+
]), { color: d } = Y(n, m), { applySize: c } = 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" ? (c(_), f(_), k(_), h(_), d.value && (_.backgroundColor = d.value)) : console.assert(!1) : s === "comp" && x === "common" ? (c(_), f(_), k(_), h(_), d.value && (_.backgroundColor = d.value)) : console.assert(!1), _;
|
|
1832
1833
|
}), w = () => {
|
|
1833
1834
|
if (t !== "runtime" && t !== "preview")
|
|
1834
1835
|
return;
|
|
@@ -1861,10 +1862,10 @@ 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 = F(), 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
|
+
]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: b } = l(t, n, e, ["settings", "size"]), { theme: m } = O(r);
|
|
1868
1869
|
return (d, c) => {
|
|
1869
1870
|
const f = L("v-icon");
|
|
1870
1871
|
return I(), P(f, {
|
|
@@ -1883,15 +1884,15 @@ 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 d =
|
|
1891
|
+
const d = r.interpreter;
|
|
1891
1892
|
if (!d)
|
|
1892
1893
|
return;
|
|
1893
1894
|
const { name: c } = m;
|
|
1894
|
-
c === "open" ? (n.value = d.getProperty(d.globalObject, "__pointerPosX__"),
|
|
1895
|
+
c === "open" ? (n.value = d.getProperty(d.globalObject, "__pointerPosX__"), s.value = d.getProperty(d.globalObject, "__pointerPosY__"), p.value = !0) : c === "close" && (p.value = !1);
|
|
1895
1896
|
}), (m, d) => {
|
|
1896
1897
|
const c = L("v-menu");
|
|
1897
1898
|
return I(), P(c, {
|
|
@@ -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 = F(), n = W(), { prop: s } = l(t, n, e, [
|
|
1926
1927
|
"settings",
|
|
1927
1928
|
"addIcon",
|
|
1928
1929
|
"append"
|
|
@@ -1956,7 +1957,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1956
1957
|
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: C } = l(t, n, e, [
|
|
1957
1958
|
"settings",
|
|
1958
1959
|
"singleLine"
|
|
1959
|
-
]), { prop: E } = l(t, n, e, ["settings", "step"]), { prop: M } = l(t, n, e, ["settings", "suffix"]), { theme: S } = O(
|
|
1960
|
+
]), { prop: E } = l(t, n, e, ["settings", "step"]), { prop: M } = 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
1963
|
return I(), P(o(te), null, {
|
|
@@ -1964,7 +1965,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
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),
|
|
@@ -2000,13 +2001,13 @@ 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 = F(), 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: d } = O(
|
|
2010
|
+
]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: d } = O(r), { prop: c } = 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
|
});
|
|
@@ -2017,7 +2018,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
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),
|
|
@@ -2040,13 +2041,13 @@ 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 = F(), 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: d } = O(
|
|
2050
|
+
]), { theme: d } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2050
2051
|
return (f, k) => {
|
|
2051
2052
|
const h = L("v-radio");
|
|
2052
2053
|
return I(), P(h, {
|
|
@@ -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 = F(), 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,7 +2077,7 @@ 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
|
+
]), { theme: m } = O(r), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2080
2081
|
return (c, f) => {
|
|
2081
2082
|
const k = L("v-radio-group");
|
|
2082
2083
|
return I(), P(o(te), null, {
|
|
@@ -2084,7 +2085,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2084
2085
|
Z(k, {
|
|
2085
2086
|
modelValue: o(d),
|
|
2086
2087
|
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(d) ? d.value = h : null),
|
|
2087
|
-
density: o(
|
|
2088
|
+
density: o(s),
|
|
2088
2089
|
direction: o(a),
|
|
2089
2090
|
disabled: o(u),
|
|
2090
2091
|
inline: o(p),
|
|
@@ -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 = F(), 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, [
|
|
@@ -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(() => {
|
|
@@ -2174,7 +2175,7 @@ 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),
|
|
@@ -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 = F(), 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, [
|
|
@@ -2214,7 +2215,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2214
2215
|
]), { prop: b } = l(t, n, e, ["settings", "hover"]), { prop: m } = l(t, n, e, ["settings", "length"]), { prop: d } = l(t, n, e, [
|
|
2215
2216
|
"settings",
|
|
2216
2217
|
"readonly"
|
|
2217
|
-
]), { theme: c } = O(
|
|
2218
|
+
]), { theme: c } = O(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
2218
2219
|
return (k, h) => {
|
|
2219
2220
|
const y = L("v-rating");
|
|
2220
2221
|
return I(), P(o(te), { "fit-content": !0 }, {
|
|
@@ -2222,7 +2223,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
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),
|
|
@@ -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 = F(), 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,7 +2256,7 @@ 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
|
+
]), { theme: m } = O(r), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2259
2260
|
return (c, f) => {
|
|
2260
2261
|
const k = L("v-select");
|
|
2261
2262
|
return I(), P(o(te), null, {
|
|
@@ -2263,7 +2264,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2263
2264
|
Z(k, {
|
|
2264
2265
|
modelValue: o(d),
|
|
2265
2266
|
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(d) ? d.value = h : null),
|
|
2266
|
-
"hide-details": o(
|
|
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, [
|
|
@@ -2302,10 +2303,10 @@ 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
|
]), C = V(() => {
|
|
@@ -2330,7 +2331,7 @@ 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
|
]);
|
|
@@ -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 = F(), 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
2403
|
return I(), P(m, {
|
|
2403
2404
|
modelValue: o(u),
|
|
2404
2405
|
"onUpdate:modelValue": b[0] || (b[0] = (d) => X(u) ? u.value = d : null),
|
|
2405
|
-
"hide-actions": o(
|
|
2406
|
+
"hide-actions": o(s),
|
|
2406
2407
|
theme: o(a)
|
|
2407
2408
|
}, {
|
|
2408
2409
|
default: N(() => [
|
|
@@ -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
2436
|
return I(), 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"]);
|
|
@@ -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
2464
|
return I(), 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 = F(), 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,7 +2488,7 @@ 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: d } = l(t, n, e, ["settings", "inset"]), { prop: c } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } = O(
|
|
2491
|
+
]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: d } = l(t, n, e, ["settings", "inset"]), { prop: c } = 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
2494
|
return I(), P(te, { "fit-content": !0 }, {
|
|
@@ -2495,7 +2496,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
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),
|
|
@@ -2518,7 +2519,7 @@ 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 = F(), 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
|
});
|
|
@@ -2528,7 +2529,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2528
2529
|
default: N(() => [
|
|
2529
2530
|
Z(d, {
|
|
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 = F(), 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: d } = l(t, n, e, ["settings", "density"]), { prop: c } = l(t, n, e, [
|
|
2562
2563
|
"settings",
|
|
2563
2564
|
"direction"
|
|
2564
2565
|
]), { prop: f } = l(t, n, e, [
|
|
@@ -2580,13 +2581,13 @@ 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: C } = l(t, n, e, ["settings", "stacked"]), { theme: E } = O(r), { prop: M } = l(t, n, e, ["settings", "value"]);
|
|
2584
2585
|
return (S, H) => {
|
|
2585
2586
|
const j = L("v-tabs");
|
|
2586
2587
|
return I(), P(j, {
|
|
2587
2588
|
modelValue: o(M),
|
|
2588
2589
|
"onUpdate:modelValue": H[0] || (H[0] = (K) => X(M) ? M.value = K : null),
|
|
2589
|
-
"align-tabs": o(
|
|
2590
|
+
"align-tabs": o(s),
|
|
2590
2591
|
"bg-color": o(u),
|
|
2591
2592
|
"center-active": o(p),
|
|
2592
2593
|
color: o(m),
|
|
@@ -2617,15 +2618,15 @@ 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
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"]), d = V(() => {
|
|
2627
|
-
const c = [], f = Ci(
|
|
2628
|
-
return k && c.push(`text-${k}`), u.value === "high" ? c.push("text-high-emphasis") : u.value === "medium" ? c.push("text-medium-emphasis") : u.value === "disabled" && c.push("text-disabled"),
|
|
2628
|
+
const c = [], f = Ci(r.value.width), k = we(f, e.node.settings?.style);
|
|
2629
|
+
return k && c.push(`text-${k}`), u.value === "high" ? c.push("text-high-emphasis") : u.value === "medium" ? c.push("text-medium-emphasis") : u.value === "disabled" && c.push("text-disabled"), s.value && c.push(`font-${s.value}`), a.value && c.push(`text-decoration-${a.value}`), m.value && c.push(`font-weight-${m.value}`), p.value && c.push("font-italic"), c.join(" ");
|
|
2629
2630
|
});
|
|
2630
2631
|
return (c, f) => (I(), re("span", {
|
|
2631
2632
|
class: so(d.value)
|
|
@@ -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 = F(), n = W(), { prop: s } = l(t, n, e, [
|
|
2642
2643
|
"settings",
|
|
2643
2644
|
"autoGrow"
|
|
2644
2645
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2656,7 +2657,7 @@ 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
2662
|
const C = L("v-textarea");
|
|
2662
2663
|
return I(), P(o(te), null, {
|
|
@@ -2664,7 +2665,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2664
2665
|
Z(C, {
|
|
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),
|
|
@@ -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 = F(), n = W(), { prop: s } = l(t, n, e, [
|
|
2695
2696
|
"settings",
|
|
2696
2697
|
"appendIcon"
|
|
2697
2698
|
]), { prop: a } = 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: C } = O(
|
|
2728
|
+
]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme: C } = O(r), { prop: E } = l(t, n, e, ["settings", "value"]), { prop: M } = 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, [
|
|
@@ -2741,7 +2742,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
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),
|
|
@@ -2814,14 +2815,14 @@ 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 = F(), 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"
|
|
@@ -2832,7 +2833,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2832
2833
|
"settings",
|
|
2833
2834
|
"line",
|
|
2834
2835
|
"color"
|
|
2835
|
-
]), { color: f } = Y(
|
|
2836
|
+
]), { color: f } = Y(r, c), { prop: k } = l(t, n, e, [
|
|
2836
2837
|
"settings",
|
|
2837
2838
|
"line",
|
|
2838
2839
|
"inset"
|
|
@@ -2844,11 +2845,11 @@ 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
2851
|
return I(), P(g, {
|
|
2851
|
-
align: o(
|
|
2852
|
+
align: o(s),
|
|
2852
2853
|
density: o(a),
|
|
2853
2854
|
direction: o(u),
|
|
2854
2855
|
"dot-color": o(b),
|
|
@@ -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 = F(), n = W(), { prop: s } = l(t, n, e, [
|
|
2889
2890
|
"settings",
|
|
2890
2891
|
"continuous"
|
|
2891
2892
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2897,13 +2898,13 @@ 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: d } = O(
|
|
2901
|
+
]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: d } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2901
2902
|
return (f, k) => {
|
|
2902
2903
|
const h = L("v-window");
|
|
2903
2904
|
return I(), P(h, {
|
|
2904
2905
|
modelValue: o(c),
|
|
2905
2906
|
"onUpdate:modelValue": k[0] || (k[0] = (y) => X(c) ? c.value = y : null),
|
|
2906
|
-
continuous: o(
|
|
2907
|
+
continuous: o(s),
|
|
2907
2908
|
direction: o(u),
|
|
2908
2909
|
disabled: o(a),
|
|
2909
2910
|
reverse: o(p),
|
|
@@ -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",
|
|
@@ -3327,23 +3328,23 @@ const gn = {
|
|
|
3327
3328
|
};
|
|
3328
3329
|
T($t);
|
|
3329
3330
|
function sl(i, e) {
|
|
3330
|
-
const t = `type=${i} subtype=${e}`,
|
|
3331
|
-
if (!
|
|
3331
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3332
|
+
if (!r) {
|
|
3332
3333
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
3333
3334
|
return;
|
|
3334
3335
|
}
|
|
3335
|
-
const n = Ct.props[
|
|
3336
|
+
const n = Ct.props[r];
|
|
3336
3337
|
if (!n) {
|
|
3337
3338
|
console.error(`lineChartV1/spawn props not found, ${t}`);
|
|
3338
3339
|
return;
|
|
3339
3340
|
}
|
|
3340
|
-
const
|
|
3341
|
-
return R(
|
|
3341
|
+
const s = {};
|
|
3342
|
+
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
3343
|
{
|
|
3343
3344
|
type: "line",
|
|
3344
3345
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
3345
3346
|
}
|
|
3346
|
-
],
|
|
3347
|
+
], s;
|
|
3347
3348
|
}
|
|
3348
3349
|
const vn = {
|
|
3349
3350
|
key: "series",
|
|
@@ -3513,18 +3514,18 @@ const wn = {
|
|
|
3513
3514
|
}
|
|
3514
3515
|
};
|
|
3515
3516
|
function al(i, e) {
|
|
3516
|
-
const t = `type=${i} subtype=${e}`,
|
|
3517
|
-
if (!
|
|
3517
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3518
|
+
if (!r) {
|
|
3518
3519
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
3519
3520
|
return;
|
|
3520
3521
|
}
|
|
3521
|
-
const n = It.props[
|
|
3522
|
+
const n = It.props[r];
|
|
3522
3523
|
if (!n) {
|
|
3523
3524
|
console.error(`btnV1/spawn props not found, ${t}`);
|
|
3524
3525
|
return;
|
|
3525
3526
|
}
|
|
3526
|
-
const
|
|
3527
|
-
return R(
|
|
3527
|
+
const s = {};
|
|
3528
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = It.key, s.settings.text = "button", s;
|
|
3528
3529
|
}
|
|
3529
3530
|
const ul = U(Q), Vn = {
|
|
3530
3531
|
key: "settings",
|
|
@@ -3731,18 +3732,18 @@ const $n = {
|
|
|
3731
3732
|
};
|
|
3732
3733
|
T(dl);
|
|
3733
3734
|
function ml(i, e) {
|
|
3734
|
-
const t = `type=${i} subtype=${e}`,
|
|
3735
|
-
if (!
|
|
3735
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3736
|
+
if (!r) {
|
|
3736
3737
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
3737
3738
|
return;
|
|
3738
3739
|
}
|
|
3739
|
-
const n = Ve.props[
|
|
3740
|
+
const n = Ve.props[r];
|
|
3740
3741
|
if (!n) {
|
|
3741
3742
|
console.error(`cardV1/spawn props not found, ${t}`);
|
|
3742
3743
|
return;
|
|
3743
3744
|
}
|
|
3744
|
-
const
|
|
3745
|
-
return R(
|
|
3745
|
+
const s = {};
|
|
3746
|
+
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
3747
|
}
|
|
3747
3748
|
const Cn = {
|
|
3748
3749
|
key: "settings",
|
|
@@ -3937,39 +3938,39 @@ const fl = U(Q), Sn = {
|
|
|
3937
3938
|
};
|
|
3938
3939
|
T(St);
|
|
3939
3940
|
function bl(i, e) {
|
|
3940
|
-
const t = `type=${i} subtype=${e}`,
|
|
3941
|
-
if (!
|
|
3941
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
3942
|
+
if (!r) {
|
|
3942
3943
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
3943
3944
|
return;
|
|
3944
3945
|
}
|
|
3945
|
-
const n = Tt.props[
|
|
3946
|
+
const n = Tt.props[r];
|
|
3946
3947
|
if (!n) {
|
|
3947
3948
|
console.error(`chipGroupV1/spawn props not found, ${t}`);
|
|
3948
3949
|
return;
|
|
3949
3950
|
}
|
|
3950
|
-
const
|
|
3951
|
-
return R(
|
|
3951
|
+
const s = {};
|
|
3952
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Tt.key, s.children = [
|
|
3952
3953
|
xe(i, e, "chip1", "chip 1"),
|
|
3953
3954
|
xe(i, e, "chip2", "chip 2"),
|
|
3954
3955
|
xe(i, e, "chip3", "chip 3"),
|
|
3955
3956
|
xe(i, e, "chip4", "chip 4"),
|
|
3956
3957
|
xe(i, e, "chip5", "chip 5"),
|
|
3957
3958
|
xe(i, e, "chip6", "chip 6")
|
|
3958
|
-
],
|
|
3959
|
+
], s;
|
|
3959
3960
|
}
|
|
3960
|
-
function xe(i, e, t,
|
|
3961
|
-
const n = `type=${i} subtype=${e}`,
|
|
3962
|
-
if (!
|
|
3961
|
+
function xe(i, e, t, r) {
|
|
3962
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
3963
|
+
if (!s) {
|
|
3963
3964
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${n}`);
|
|
3964
3965
|
return;
|
|
3965
3966
|
}
|
|
3966
|
-
const a = St.props[
|
|
3967
|
+
const a = St.props[s];
|
|
3967
3968
|
if (!a) {
|
|
3968
3969
|
console.error(`chipGroupV1/spawnChip props not found, ${n}`);
|
|
3969
3970
|
return;
|
|
3970
3971
|
}
|
|
3971
3972
|
const u = {};
|
|
3972
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = St.key, u.settings.value = t, u.settings.text =
|
|
3973
|
+
return R(u, a), u.basic.id = B(16), u.basic.key = St.key, u.settings.value = t, u.settings.text = r, u;
|
|
3973
3974
|
}
|
|
3974
3975
|
const Tn = {
|
|
3975
3976
|
key: "settings",
|
|
@@ -4403,18 +4404,18 @@ const En = {
|
|
|
4403
4404
|
};
|
|
4404
4405
|
T(At);
|
|
4405
4406
|
function kl(i, e) {
|
|
4406
|
-
const t = `type=${i} subtype=${e}`,
|
|
4407
|
-
if (!
|
|
4407
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4408
|
+
if (!r) {
|
|
4408
4409
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
4409
4410
|
return;
|
|
4410
4411
|
}
|
|
4411
|
-
const n = $e.props[
|
|
4412
|
+
const n = $e.props[r];
|
|
4412
4413
|
if (!n) {
|
|
4413
4414
|
console.error(`flexLayoutV1/spawn props not found, ${t}`);
|
|
4414
4415
|
return;
|
|
4415
4416
|
}
|
|
4416
|
-
const
|
|
4417
|
-
return R(
|
|
4417
|
+
const s = {};
|
|
4418
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = $e.key, s.children = [
|
|
4418
4419
|
Nt(
|
|
4419
4420
|
i,
|
|
4420
4421
|
e,
|
|
@@ -4436,9 +4437,9 @@ function kl(i, e) {
|
|
|
4436
4437
|
void 0
|
|
4437
4438
|
),
|
|
4438
4439
|
_l(i, e)
|
|
4439
|
-
],
|
|
4440
|
+
], s;
|
|
4440
4441
|
}
|
|
4441
|
-
function Nt(i, e, t,
|
|
4442
|
+
function Nt(i, e, t, r, n, s, a, u, p) {
|
|
4442
4443
|
const b = `type=${i} subtype=${e}`, m = D(i, e);
|
|
4443
4444
|
if (!m) {
|
|
4444
4445
|
console.error(
|
|
@@ -4452,26 +4453,26 @@ function Nt(i, e, t, s, n, r, a, u, p) {
|
|
|
4452
4453
|
return;
|
|
4453
4454
|
}
|
|
4454
4455
|
const c = {};
|
|
4455
|
-
return R(c, d), c.basic.id = B(16), c.basic.key = zt.key,
|
|
4456
|
+
return R(c, d), c.basic.id = B(16), c.basic.key = zt.key, r && (c.size.width = r), n && (c.size.minWidth = n), a && (c.size.height = a), u && (c.size.minHeight = u), console.log(c), t && (c.settings.backgroundColor.mode = "custom", c.settings.backgroundColor.custom.light = t, c.settings.backgroundColor.custom.dark = t), c.children = [], c;
|
|
4456
4457
|
}
|
|
4457
4458
|
function _l(i, e) {
|
|
4458
|
-
const t = `type=${i} subtype=${e}`,
|
|
4459
|
-
if (!
|
|
4459
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4460
|
+
if (!r) {
|
|
4460
4461
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
4461
4462
|
return;
|
|
4462
4463
|
}
|
|
4463
|
-
const n = At.props[
|
|
4464
|
+
const n = At.props[r];
|
|
4464
4465
|
if (!n) {
|
|
4465
4466
|
console.error(`flexLayoutV1/spawnEntry props not found, ${t}`);
|
|
4466
4467
|
return;
|
|
4467
4468
|
}
|
|
4468
|
-
const
|
|
4469
|
+
const s = {
|
|
4469
4470
|
basic: {
|
|
4470
4471
|
id: "",
|
|
4471
4472
|
key: ""
|
|
4472
4473
|
}
|
|
4473
4474
|
};
|
|
4474
|
-
return R(
|
|
4475
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = At.key, s.children = [
|
|
4475
4476
|
Nt(
|
|
4476
4477
|
i,
|
|
4477
4478
|
e,
|
|
@@ -4482,7 +4483,7 @@ function _l(i, e) {
|
|
|
4482
4483
|
void 0,
|
|
4483
4484
|
"80px"
|
|
4484
4485
|
)
|
|
4485
|
-
],
|
|
4486
|
+
], s;
|
|
4486
4487
|
}
|
|
4487
4488
|
const ln = U(Q);
|
|
4488
4489
|
ln.key = "backgroundColor";
|
|
@@ -4863,32 +4864,32 @@ const Rn = {
|
|
|
4863
4864
|
};
|
|
4864
4865
|
T(Pt);
|
|
4865
4866
|
function wl(i, e) {
|
|
4866
|
-
const t = `type=${i} subtype=${e}`,
|
|
4867
|
-
if (!
|
|
4867
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4868
|
+
if (!r) {
|
|
4868
4869
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
4869
4870
|
return;
|
|
4870
4871
|
}
|
|
4871
|
-
const n = Lt.props[
|
|
4872
|
+
const n = Lt.props[r];
|
|
4872
4873
|
if (!n) {
|
|
4873
4874
|
console.error(`formV1/spawn props not found, ${t}`);
|
|
4874
4875
|
return;
|
|
4875
4876
|
}
|
|
4876
|
-
const
|
|
4877
|
-
return R(
|
|
4877
|
+
const s = {};
|
|
4878
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Lt.key, s.children = [Vl(i, e)], s;
|
|
4878
4879
|
}
|
|
4879
4880
|
function Vl(i, e) {
|
|
4880
|
-
const t = `type=${i} subtype=${e}`,
|
|
4881
|
-
if (!
|
|
4881
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
4882
|
+
if (!r) {
|
|
4882
4883
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
4883
4884
|
return;
|
|
4884
4885
|
}
|
|
4885
|
-
const n = Pt.props[
|
|
4886
|
+
const n = Pt.props[r];
|
|
4886
4887
|
if (!n) {
|
|
4887
4888
|
console.error(`formV1/spawnTextField props not found, ${t}`);
|
|
4888
4889
|
return;
|
|
4889
4890
|
}
|
|
4890
|
-
const
|
|
4891
|
-
return R(
|
|
4891
|
+
const s = {};
|
|
4892
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Pt.key, s;
|
|
4892
4893
|
}
|
|
4893
4894
|
const Mn = {
|
|
4894
4895
|
key: "settings",
|
|
@@ -5004,18 +5005,18 @@ const Il = {
|
|
|
5004
5005
|
};
|
|
5005
5006
|
T(Il);
|
|
5006
5007
|
function Sl(i, e) {
|
|
5007
|
-
const t = `type=${i} subtype=${e}`,
|
|
5008
|
-
if (!
|
|
5008
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5009
|
+
if (!r) {
|
|
5009
5010
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
5010
5011
|
return;
|
|
5011
5012
|
}
|
|
5012
|
-
const n = Et.props[
|
|
5013
|
+
const n = Et.props[r];
|
|
5013
5014
|
if (!n) {
|
|
5014
5015
|
console.error(`numberInputV1/spawn props not found, ${t}`);
|
|
5015
5016
|
return;
|
|
5016
5017
|
}
|
|
5017
|
-
const
|
|
5018
|
-
return R(
|
|
5018
|
+
const s = {};
|
|
5019
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Et.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
5019
5020
|
}
|
|
5020
5021
|
const Hn = {
|
|
5021
5022
|
key: "size",
|
|
@@ -5351,36 +5352,36 @@ const zl = U(Q), Gn = {
|
|
|
5351
5352
|
};
|
|
5352
5353
|
T(Wt);
|
|
5353
5354
|
function Al(i, e) {
|
|
5354
|
-
const t = `type=${i} subtype=${e}`,
|
|
5355
|
-
if (!
|
|
5355
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5356
|
+
if (!r) {
|
|
5356
5357
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
5357
5358
|
return;
|
|
5358
5359
|
}
|
|
5359
|
-
const n = Bt.props[
|
|
5360
|
+
const n = Bt.props[r];
|
|
5360
5361
|
if (!n) {
|
|
5361
5362
|
console.error(`radioGroupV1/spawn props not found, ${t}`);
|
|
5362
5363
|
return;
|
|
5363
5364
|
}
|
|
5364
|
-
const
|
|
5365
|
-
return R(
|
|
5365
|
+
const s = {};
|
|
5366
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Bt.key, s.children = [
|
|
5366
5367
|
We(i, e, "option1", "Option 1"),
|
|
5367
5368
|
We(i, e, "option2", "Option 2"),
|
|
5368
5369
|
We(i, e, "option3", "Option 3")
|
|
5369
|
-
],
|
|
5370
|
+
], s.settings.value = "option1", s;
|
|
5370
5371
|
}
|
|
5371
|
-
function We(i, e, t,
|
|
5372
|
-
const n = `type=${i} subtype=${e}`,
|
|
5373
|
-
if (!
|
|
5372
|
+
function We(i, e, t, r) {
|
|
5373
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
5374
|
+
if (!s) {
|
|
5374
5375
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
|
|
5375
5376
|
return;
|
|
5376
5377
|
}
|
|
5377
|
-
const a = Wt.props[
|
|
5378
|
+
const a = Wt.props[s];
|
|
5378
5379
|
if (!a) {
|
|
5379
5380
|
console.error(`radioGroupV1/spawnEntry props not found, ${n}`);
|
|
5380
5381
|
return;
|
|
5381
5382
|
}
|
|
5382
5383
|
const u = {};
|
|
5383
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = Wt.key, u.settings.value = t, u.settings.label =
|
|
5384
|
+
return R(u, a), u.basic.id = B(16), u.basic.key = Wt.key, u.settings.value = t, u.settings.label = r, u;
|
|
5384
5385
|
}
|
|
5385
5386
|
const Kn = {
|
|
5386
5387
|
key: "settings",
|
|
@@ -5939,96 +5940,96 @@ const Qn = {
|
|
|
5939
5940
|
};
|
|
5940
5941
|
T(Ft);
|
|
5941
5942
|
function Wl(i, e) {
|
|
5942
|
-
const t = `type=${i} subtype=${e}`,
|
|
5943
|
-
if (!
|
|
5943
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5944
|
+
if (!r) {
|
|
5944
5945
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
5945
5946
|
return;
|
|
5946
5947
|
}
|
|
5947
|
-
const n = Ht.props[
|
|
5948
|
+
const n = Ht.props[r];
|
|
5948
5949
|
if (!n) {
|
|
5949
5950
|
console.error(`stepperV1/spawn props not found, ${t}`);
|
|
5950
5951
|
return;
|
|
5951
5952
|
}
|
|
5952
|
-
const
|
|
5953
|
-
return R(
|
|
5953
|
+
const s = {};
|
|
5954
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Ht.key, s.children = [Bl(i, e), Rl(i, e)], s;
|
|
5954
5955
|
}
|
|
5955
5956
|
function Bl(i, e) {
|
|
5956
|
-
const t = `type=${i} subtype=${e}`,
|
|
5957
|
-
if (!
|
|
5957
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5958
|
+
if (!r) {
|
|
5958
5959
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
5959
5960
|
return;
|
|
5960
5961
|
}
|
|
5961
|
-
const n = Rt.props[
|
|
5962
|
+
const n = Rt.props[r];
|
|
5962
5963
|
if (!n) {
|
|
5963
5964
|
console.error(`stepperV1/spawnHeader props not found, ${t}`);
|
|
5964
5965
|
return;
|
|
5965
5966
|
}
|
|
5966
|
-
const
|
|
5967
|
-
return R(
|
|
5967
|
+
const s = {};
|
|
5968
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Rt.key, s.children = [
|
|
5968
5969
|
Be(i, e, "step1"),
|
|
5969
5970
|
Be(i, e, "step2"),
|
|
5970
5971
|
Be(i, e, "step3")
|
|
5971
|
-
],
|
|
5972
|
+
], s;
|
|
5972
5973
|
}
|
|
5973
5974
|
function Be(i, e, t) {
|
|
5974
|
-
const
|
|
5975
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
5975
5976
|
if (!n) {
|
|
5976
|
-
console.error(`stepperV1/spawnItem prop tag not found, ${
|
|
5977
|
+
console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
|
|
5977
5978
|
return;
|
|
5978
5979
|
}
|
|
5979
|
-
const
|
|
5980
|
-
if (!
|
|
5981
|
-
console.error(`stepperV1/spawnItem props not found, ${
|
|
5980
|
+
const s = Dt.props[n];
|
|
5981
|
+
if (!s) {
|
|
5982
|
+
console.error(`stepperV1/spawnItem props not found, ${r}`);
|
|
5982
5983
|
return;
|
|
5983
5984
|
}
|
|
5984
5985
|
const a = {};
|
|
5985
|
-
return R(a,
|
|
5986
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Dt.key, a.children = [], a.settings.value = t, a;
|
|
5986
5987
|
}
|
|
5987
5988
|
function Rl(i, e) {
|
|
5988
|
-
const t = `type=${i} subtype=${e}`,
|
|
5989
|
-
if (!
|
|
5989
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
5990
|
+
if (!r) {
|
|
5990
5991
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
5991
5992
|
return;
|
|
5992
5993
|
}
|
|
5993
|
-
const n = Mt.props[
|
|
5994
|
+
const n = Mt.props[r];
|
|
5994
5995
|
if (!n) {
|
|
5995
5996
|
console.error(`stepperV1/spawnWindow props not found, ${t}`);
|
|
5996
5997
|
return;
|
|
5997
5998
|
}
|
|
5998
|
-
const
|
|
5999
|
-
return R(
|
|
5999
|
+
const s = {};
|
|
6000
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Mt.key, s.children = [
|
|
6000
6001
|
Re(i, e, "step1", "step 1"),
|
|
6001
6002
|
Re(i, e, "step2", "step 2"),
|
|
6002
6003
|
Re(i, e, "step3", "step 3")
|
|
6003
|
-
],
|
|
6004
|
+
], s;
|
|
6004
6005
|
}
|
|
6005
|
-
function Re(i, e, t,
|
|
6006
|
-
const n = `type=${i} subtype=${e}`,
|
|
6007
|
-
if (!
|
|
6006
|
+
function Re(i, e, t, r) {
|
|
6007
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
6008
|
+
if (!s) {
|
|
6008
6009
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
|
|
6009
6010
|
return;
|
|
6010
6011
|
}
|
|
6011
|
-
const a = Ft.props[
|
|
6012
|
+
const a = Ft.props[s];
|
|
6012
6013
|
if (!a) {
|
|
6013
6014
|
console.error(`stepperV1/spawnWindowItem props not found, ${n}`);
|
|
6014
6015
|
return;
|
|
6015
6016
|
}
|
|
6016
6017
|
const u = {};
|
|
6017
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = Ft.key, u.children = [Dl(i, e,
|
|
6018
|
+
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
6019
|
}
|
|
6019
6020
|
function Dl(i, e, t) {
|
|
6020
|
-
const
|
|
6021
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6021
6022
|
if (!n) {
|
|
6022
|
-
console.error(`stepperV1/spawnCard prop tag not found, ${
|
|
6023
|
+
console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
|
|
6023
6024
|
return;
|
|
6024
6025
|
}
|
|
6025
|
-
const
|
|
6026
|
-
if (!
|
|
6027
|
-
console.error(`stepperV1/spawnCard props not found, ${
|
|
6026
|
+
const s = Ve.props[n];
|
|
6027
|
+
if (!s) {
|
|
6028
|
+
console.error(`stepperV1/spawnCard props not found, ${r}`);
|
|
6028
6029
|
return;
|
|
6029
6030
|
}
|
|
6030
6031
|
const a = {};
|
|
6031
|
-
return R(a,
|
|
6032
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
|
|
6032
6033
|
}
|
|
6033
6034
|
const ei = {
|
|
6034
6035
|
key: "settings",
|
|
@@ -6110,36 +6111,36 @@ const ti = {
|
|
|
6110
6111
|
};
|
|
6111
6112
|
T(Ot);
|
|
6112
6113
|
function Fl(i, e) {
|
|
6113
|
-
const t = `type=${i} subtype=${e}`,
|
|
6114
|
-
if (!
|
|
6114
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6115
|
+
if (!r) {
|
|
6115
6116
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
6116
6117
|
return;
|
|
6117
6118
|
}
|
|
6118
|
-
const n = Ut.props[
|
|
6119
|
+
const n = Ut.props[r];
|
|
6119
6120
|
if (!n) {
|
|
6120
6121
|
console.error(`tabsV1/spawn props not found, ${t}`);
|
|
6121
6122
|
return;
|
|
6122
6123
|
}
|
|
6123
|
-
const
|
|
6124
|
-
return R(
|
|
6124
|
+
const s = {};
|
|
6125
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Ut.key, s.children = [
|
|
6125
6126
|
De(i, e, "tab1", "tab 1"),
|
|
6126
6127
|
De(i, e, "tab2", "tab 2"),
|
|
6127
6128
|
De(i, e, "tab3", "tab 3")
|
|
6128
|
-
],
|
|
6129
|
+
], s;
|
|
6129
6130
|
}
|
|
6130
|
-
function De(i, e, t,
|
|
6131
|
-
const n = `type=${i} subtype=${e}`,
|
|
6132
|
-
if (!
|
|
6131
|
+
function De(i, e, t, r) {
|
|
6132
|
+
const n = `type=${i} subtype=${e}`, s = D(i, e);
|
|
6133
|
+
if (!s) {
|
|
6133
6134
|
console.error(`tabsV1/spawnTab prop tag not found, ${n}`);
|
|
6134
6135
|
return;
|
|
6135
6136
|
}
|
|
6136
|
-
const a = Ot.props[
|
|
6137
|
+
const a = Ot.props[s];
|
|
6137
6138
|
if (!a) {
|
|
6138
6139
|
console.error(`tabsV1/spawnTab props not found, ${n}`);
|
|
6139
6140
|
return;
|
|
6140
6141
|
}
|
|
6141
6142
|
const u = {};
|
|
6142
|
-
return R(u, a), u.basic.id = B(16), u.basic.key = Ot.key, u.settings.value = t, u.settings.text =
|
|
6143
|
+
return R(u, a), u.basic.id = B(16), u.basic.key = Ot.key, u.settings.value = t, u.settings.text = r, u;
|
|
6143
6144
|
}
|
|
6144
6145
|
const dn = U(Q);
|
|
6145
6146
|
dn.key = "backgroundColor";
|
|
@@ -6249,18 +6250,18 @@ const ni = {
|
|
|
6249
6250
|
};
|
|
6250
6251
|
T(Ut);
|
|
6251
6252
|
function Hl(i, e) {
|
|
6252
|
-
const t = `type=${i} subtype=${e}`,
|
|
6253
|
-
if (!
|
|
6253
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6254
|
+
if (!r) {
|
|
6254
6255
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
6255
6256
|
return;
|
|
6256
6257
|
}
|
|
6257
|
-
const n = he.props[
|
|
6258
|
+
const n = he.props[r];
|
|
6258
6259
|
if (!n) {
|
|
6259
6260
|
console.error(`textV1/spawn props not found, ${t}`);
|
|
6260
6261
|
return;
|
|
6261
6262
|
}
|
|
6262
|
-
const
|
|
6263
|
-
return R(
|
|
6263
|
+
const s = {};
|
|
6264
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = he.key, s.settings.text = "text", s;
|
|
6264
6265
|
}
|
|
6265
6266
|
const ii = {
|
|
6266
6267
|
key: "settings",
|
|
@@ -6363,18 +6364,18 @@ const ii = {
|
|
|
6363
6364
|
};
|
|
6364
6365
|
T(he);
|
|
6365
6366
|
function Ol(i, e) {
|
|
6366
|
-
const t = `type=${i} subtype=${e}`,
|
|
6367
|
-
if (!
|
|
6367
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6368
|
+
if (!r) {
|
|
6368
6369
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
6369
6370
|
return;
|
|
6370
6371
|
}
|
|
6371
|
-
const n = Gt.props[
|
|
6372
|
+
const n = Gt.props[r];
|
|
6372
6373
|
if (!n) {
|
|
6373
6374
|
console.error(`textareaV1/spawn props not found, ${t}`);
|
|
6374
6375
|
return;
|
|
6375
6376
|
}
|
|
6376
|
-
const
|
|
6377
|
-
return R(
|
|
6377
|
+
const s = {};
|
|
6378
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = Gt.key, s.settings.label = "label", s;
|
|
6378
6379
|
}
|
|
6379
6380
|
const oi = {
|
|
6380
6381
|
key: "settings",
|
|
@@ -6480,50 +6481,50 @@ const Kt = {
|
|
|
6480
6481
|
};
|
|
6481
6482
|
T(Kt);
|
|
6482
6483
|
function Ul(i, e) {
|
|
6483
|
-
const t = `type=${i} subtype=${e}`,
|
|
6484
|
-
if (!
|
|
6484
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6485
|
+
if (!r) {
|
|
6485
6486
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
6486
6487
|
return;
|
|
6487
6488
|
}
|
|
6488
|
-
const n = jt.props[
|
|
6489
|
+
const n = jt.props[r];
|
|
6489
6490
|
if (!n) {
|
|
6490
6491
|
console.error(`timelineV1/spawn props not found, ${t}`);
|
|
6491
6492
|
return;
|
|
6492
6493
|
}
|
|
6493
|
-
const
|
|
6494
|
-
return R(
|
|
6494
|
+
const s = {};
|
|
6495
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = jt.key, s.children = [
|
|
6495
6496
|
Me(i, e, "timeline 1"),
|
|
6496
6497
|
Me(i, e, "timeline 2"),
|
|
6497
6498
|
Me(i, e, "timeline 3")
|
|
6498
|
-
],
|
|
6499
|
+
], s;
|
|
6499
6500
|
}
|
|
6500
6501
|
function Me(i, e, t) {
|
|
6501
|
-
const
|
|
6502
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6502
6503
|
if (!n) {
|
|
6503
|
-
console.error(`timelineV1/spawnEntry prop tag not found, ${
|
|
6504
|
+
console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
|
|
6504
6505
|
return;
|
|
6505
6506
|
}
|
|
6506
|
-
const
|
|
6507
|
-
if (!
|
|
6508
|
-
console.error(`timelineV1/spawnEntry props not found, ${
|
|
6507
|
+
const s = Kt.props[n];
|
|
6508
|
+
if (!s) {
|
|
6509
|
+
console.error(`timelineV1/spawnEntry props not found, ${r}`);
|
|
6509
6510
|
return;
|
|
6510
6511
|
}
|
|
6511
6512
|
const a = {};
|
|
6512
|
-
return R(a,
|
|
6513
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Kt.key, a.children = [Gl(i, e, t)], a;
|
|
6513
6514
|
}
|
|
6514
6515
|
function Gl(i, e, t) {
|
|
6515
|
-
const
|
|
6516
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6516
6517
|
if (!n) {
|
|
6517
|
-
console.error(`timelineV1/spawnText prop tag not found, ${
|
|
6518
|
+
console.error(`timelineV1/spawnText prop tag not found, ${r}`);
|
|
6518
6519
|
return;
|
|
6519
6520
|
}
|
|
6520
|
-
const
|
|
6521
|
-
if (!
|
|
6522
|
-
console.error(`timelineV1/spawnText props not found, ${
|
|
6521
|
+
const s = he.props[n];
|
|
6522
|
+
if (!s) {
|
|
6523
|
+
console.error(`timelineV1/spawnText props not found, ${r}`);
|
|
6523
6524
|
return;
|
|
6524
6525
|
}
|
|
6525
6526
|
const a = {};
|
|
6526
|
-
return R(a,
|
|
6527
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = he.key, a.settings.text = t, a;
|
|
6527
6528
|
}
|
|
6528
6529
|
const Kl = U(Q), jl = U(Q), si = {
|
|
6529
6530
|
key: "settings",
|
|
@@ -6641,64 +6642,64 @@ const Zt = {
|
|
|
6641
6642
|
};
|
|
6642
6643
|
T(Zt);
|
|
6643
6644
|
function Zl(i, e) {
|
|
6644
|
-
const t = `type=${i} subtype=${e}`,
|
|
6645
|
-
if (!
|
|
6645
|
+
const t = `type=${i} subtype=${e}`, r = D(i, e);
|
|
6646
|
+
if (!r) {
|
|
6646
6647
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
6647
6648
|
return;
|
|
6648
6649
|
}
|
|
6649
|
-
const n = qt.props[
|
|
6650
|
+
const n = qt.props[r];
|
|
6650
6651
|
if (!n) {
|
|
6651
6652
|
console.error(`windowV1/spawn props not found, ${t}`);
|
|
6652
6653
|
return;
|
|
6653
6654
|
}
|
|
6654
|
-
const
|
|
6655
|
-
return R(
|
|
6655
|
+
const s = {};
|
|
6656
|
+
return R(s, n), s.basic.id = B(16), s.basic.key = qt.key, s.children = [
|
|
6656
6657
|
Fe(i, e, "window 1"),
|
|
6657
6658
|
Fe(i, e, "window 2"),
|
|
6658
6659
|
Fe(i, e, "window 3")
|
|
6659
|
-
],
|
|
6660
|
+
], s;
|
|
6660
6661
|
}
|
|
6661
6662
|
function Fe(i, e, t) {
|
|
6662
|
-
const
|
|
6663
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6663
6664
|
if (!n) {
|
|
6664
|
-
console.error(`windowV1/spawnEntry prop tag not found, ${
|
|
6665
|
+
console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
|
|
6665
6666
|
return;
|
|
6666
6667
|
}
|
|
6667
|
-
const
|
|
6668
|
-
if (!
|
|
6669
|
-
console.error(`windowV1/spawnEntry props not found, ${
|
|
6668
|
+
const s = Zt.props[n];
|
|
6669
|
+
if (!s) {
|
|
6670
|
+
console.error(`windowV1/spawnEntry props not found, ${r}`);
|
|
6670
6671
|
return;
|
|
6671
6672
|
}
|
|
6672
6673
|
const a = {};
|
|
6673
|
-
return R(a,
|
|
6674
|
+
return R(a, s), a.basic.id = B(16), a.basic.key = Zt.key, a.children = [ql(i, e, t)], a;
|
|
6674
6675
|
}
|
|
6675
6676
|
function ql(i, e, t) {
|
|
6676
|
-
const
|
|
6677
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6677
6678
|
if (!n) {
|
|
6678
|
-
console.error(`windowV1/spawnFlexLayout prop tag not found, ${
|
|
6679
|
+
console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
|
|
6679
6680
|
return;
|
|
6680
6681
|
}
|
|
6681
|
-
const
|
|
6682
|
-
if (!
|
|
6683
|
-
console.error(`windowV1/spawnFlexLayout props not found, ${
|
|
6682
|
+
const s = $e.props[n];
|
|
6683
|
+
if (!s) {
|
|
6684
|
+
console.error(`windowV1/spawnFlexLayout props not found, ${r}`);
|
|
6684
6685
|
return;
|
|
6685
6686
|
}
|
|
6686
6687
|
const a = {};
|
|
6687
|
-
return R(a,
|
|
6688
|
+
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
6689
|
}
|
|
6689
6690
|
function Jl(i, e, t) {
|
|
6690
|
-
const
|
|
6691
|
+
const r = `type=${i} subtype=${e}`, n = D(i, e);
|
|
6691
6692
|
if (!n) {
|
|
6692
|
-
console.error(`windowV1/spawnText prop tag not found, ${
|
|
6693
|
+
console.error(`windowV1/spawnText prop tag not found, ${r}`);
|
|
6693
6694
|
return;
|
|
6694
6695
|
}
|
|
6695
|
-
const
|
|
6696
|
-
if (!
|
|
6697
|
-
console.error(`windowV1/spawnText props not found, ${
|
|
6696
|
+
const s = he.props[n];
|
|
6697
|
+
if (!s) {
|
|
6698
|
+
console.error(`windowV1/spawnText props not found, ${r}`);
|
|
6698
6699
|
return;
|
|
6699
6700
|
}
|
|
6700
6701
|
const a = {};
|
|
6701
|
-
return R(a,
|
|
6702
|
+
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
6703
|
}
|
|
6703
6704
|
const ri = {
|
|
6704
6705
|
key: "settings",
|
|
@@ -7274,9 +7275,9 @@ const Xl = [
|
|
|
7274
7275
|
}, fn = {
|
|
7275
7276
|
v1: Aa
|
|
7276
7277
|
}, Na = (i, e, t) => {
|
|
7277
|
-
const
|
|
7278
|
-
return
|
|
7279
|
-
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
7278
|
+
const r = i[e];
|
|
7279
|
+
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
|
|
7280
|
+
(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
7281
|
});
|
|
7281
7282
|
};
|
|
7282
7283
|
async function eu(i) {
|