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