x-runtime-lib 0.8.5 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/element/3d/boxGeometry/v1/index.vue.d.ts +12 -0
- package/dist/components/element/index.d.ts +3 -3
- package/dist/element/3d/BoxGeometry/v1/index.d.ts +1 -0
- package/dist/element/3d/BoxGeometry/v1/meta.d.ts +2 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/_pkgs/v1/groups/compCommon.d.ts +2 -0
- package/dist/element/_pkgs/v1/groups/compScene.d.ts +2 -0
- package/dist/element/_pkgs/v1/groups/index.d.ts +4 -0
- package/dist/element/_pkgs/v1/groups/pageCommon.d.ts +2 -0
- package/dist/element/_pkgs/v1/groups/pageScene.d.ts +2 -0
- package/dist/element/_pkgs/v1/index.d.ts +1 -1
- package/dist/{i18n-en.e52nt0si.js → i18n-en.ismra9q9.js} +7 -1
- package/dist/{i18n-zhHans.lm0m4jyu.js → i18n-zhHans.i2x2m2im.js} +7 -1
- package/dist/index.js +1128 -1024
- package/dist/types/element.d.ts +3 -1
- package/dist/{vendor.oswbh038.js → vendor.b0vpapvh.js} +5074 -5314
- package/package.json +1 -1
- package/dist/components/element/3d/scene/v1/index.vue.d.ts +0 -13
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { computed as k, inject as ee, provide as te, readonly as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { useI18n as
|
|
6
|
-
import { getErrorMessage as
|
|
1
|
+
import { computed as k, inject as ee, provide as te, readonly as Jt, onBeforeMount as Yi, onUnmounted as Se, ref as he, watchEffect as li, watch as le, defineComponent as T, useTemplateRef as ai, onMounted as ui, nextTick as ci, createElementBlock as ne, openBlock as w, normalizeStyle as q, renderSlot as E, unref as n, createBlock as z, h as ie, resolveComponent as A, withCtx as S, createVNode as H, isRef as j, createSlots as Xt, renderList as Zi, useId as di, createCommentVNode as mi, withModifiers as qi, normalizeClass as Qi, toDisplayString as eo } from "vue";
|
|
2
|
+
import { waitUtil as pi, eventBus as fi, messageInfo as to, messageSuccess as no, messageWarning as bi, messageError as yi, createAxios as io, globalObjects as kt, openConfirmDlg as oo, openPromptDlg as so, useViewStack as hi } from "x-essential-lib";
|
|
3
|
+
import { useTheme as ro } from "vuetify";
|
|
4
|
+
import { c as F, m as lo, a as ao, u as uo, r as gi, e as xi, i as co, b as mo, d as po, f as fo, g as bo, h as yo, j as ho, k as go, I as xo, l as vi } from "./vendor.b0vpapvh.js";
|
|
5
|
+
import { useI18n as vo } from "vue-i18n";
|
|
6
|
+
import { getErrorMessage as ko } from "x-error-lib";
|
|
7
7
|
const ge = {}, C = (t) => {
|
|
8
8
|
ge[t.key] = t;
|
|
9
9
|
}, be = (t, e) => {
|
|
@@ -12,7 +12,7 @@ const ge = {}, C = (t) => {
|
|
|
12
12
|
i[r] = l;
|
|
13
13
|
return i;
|
|
14
14
|
};
|
|
15
|
-
function
|
|
15
|
+
function ki(t) {
|
|
16
16
|
const e = k(() => t.node.legend?.show), i = k(() => t.node.legend?.data);
|
|
17
17
|
function r(l) {
|
|
18
18
|
l.legend = {
|
|
@@ -22,14 +22,14 @@ function gi(t) {
|
|
|
22
22
|
}
|
|
23
23
|
return { show: e, data: i, applyLegend: r };
|
|
24
24
|
}
|
|
25
|
-
function
|
|
25
|
+
function _i(t) {
|
|
26
26
|
const e = k(() => t.node.series);
|
|
27
27
|
function i(r) {
|
|
28
28
|
r.series = e.value;
|
|
29
29
|
}
|
|
30
30
|
return { series: e, applySeries: i };
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function wi(t) {
|
|
33
33
|
const e = k(() => t.node.title?.show), i = k(() => t.node.title?.text), r = k(() => t.node.title?.subtext);
|
|
34
34
|
function l(o) {
|
|
35
35
|
o.title = {
|
|
@@ -40,7 +40,7 @@ function vi(t) {
|
|
|
40
40
|
}
|
|
41
41
|
return { show: e, text: i, subtext: r, applyTitle: l };
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function Vi(t) {
|
|
44
44
|
const e = k(() => t.node.xAxis?.show), i = k(() => t.node.xAxis?.position), r = k(() => t.node.xAxis?.type), l = k(() => t.node.xAxis?.data);
|
|
45
45
|
function o(a) {
|
|
46
46
|
a.xAxis = {
|
|
@@ -52,7 +52,7 @@ function ki(t) {
|
|
|
52
52
|
}
|
|
53
53
|
return { show: e, position: i, type: r, data: l, applyXAxis: o };
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function $i(t) {
|
|
56
56
|
const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), r = k(() => t.node.yAxis?.type), l = k(() => t.node.yAxis?.data);
|
|
57
57
|
function o(a) {
|
|
58
58
|
a.yAxis = {
|
|
@@ -64,59 +64,59 @@ function _i(t) {
|
|
|
64
64
|
}
|
|
65
65
|
return { show: e, position: i, type: r, data: l, applyYAxis: o };
|
|
66
66
|
}
|
|
67
|
-
const
|
|
67
|
+
const yn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
68
68
|
function P(t) {
|
|
69
69
|
let e = "";
|
|
70
70
|
for (let i = 0; i < t; i++) {
|
|
71
|
-
const r = Math.floor(Math.random() *
|
|
72
|
-
e +=
|
|
71
|
+
const r = Math.floor(Math.random() * yn.length);
|
|
72
|
+
e += yn[r];
|
|
73
73
|
}
|
|
74
74
|
return e;
|
|
75
75
|
}
|
|
76
|
-
function
|
|
76
|
+
function Te(t) {
|
|
77
77
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
78
78
|
return !1;
|
|
79
79
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
80
80
|
return !(isNaN(i) || i % 1 !== 0);
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function Yt(t) {
|
|
83
83
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
84
84
|
return !1;
|
|
85
85
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
86
86
|
return !isNaN(i);
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function Ha(t) {
|
|
89
89
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
90
90
|
return;
|
|
91
91
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
92
92
|
if (!isNaN(i) && i % 1 === 0)
|
|
93
93
|
return i;
|
|
94
94
|
}
|
|
95
|
-
function
|
|
95
|
+
function ft(t) {
|
|
96
96
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
97
97
|
return;
|
|
98
98
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
99
99
|
if (!isNaN(i))
|
|
100
100
|
return i;
|
|
101
101
|
}
|
|
102
|
-
const
|
|
103
|
-
function
|
|
102
|
+
const Ii = ["xs", "sm", "md", "lg", "xl"], _o = [...Ii].reverse();
|
|
103
|
+
function Ci(t) {
|
|
104
104
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
105
105
|
}
|
|
106
|
-
function
|
|
107
|
-
return
|
|
106
|
+
function hn(t) {
|
|
107
|
+
return Ii.findIndex((e) => e === t);
|
|
108
108
|
}
|
|
109
109
|
function ye(t, e) {
|
|
110
110
|
let i;
|
|
111
|
-
for (const r of
|
|
112
|
-
if (
|
|
111
|
+
for (const r of _o) {
|
|
112
|
+
if (hn(r) < hn(t))
|
|
113
113
|
break;
|
|
114
114
|
e[r] && (i = e[r]);
|
|
115
115
|
}
|
|
116
116
|
return i;
|
|
117
117
|
}
|
|
118
|
-
const
|
|
119
|
-
function
|
|
118
|
+
const Ga = ["string", "number", "boolean", "array", "object"];
|
|
119
|
+
function ja(t) {
|
|
120
120
|
switch (t) {
|
|
121
121
|
case "string":
|
|
122
122
|
return "#5ba58c";
|
|
@@ -130,7 +130,7 @@ function Da(t) {
|
|
|
130
130
|
return "#80a55b";
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
function
|
|
133
|
+
function Ua(t, e, i, r, l) {
|
|
134
134
|
let o = t;
|
|
135
135
|
for (let c = 0; c < e.length; c++)
|
|
136
136
|
if (o = o.children[e[c]], !o) {
|
|
@@ -148,23 +148,23 @@ function Ea(t, e, i, r, l) {
|
|
|
148
148
|
children: {}
|
|
149
149
|
}, o.children[i] = a);
|
|
150
150
|
}
|
|
151
|
-
const
|
|
152
|
-
function
|
|
153
|
-
return
|
|
151
|
+
const wo = ["common", "scene"], Vo = ["common", "scene"];
|
|
152
|
+
function $o() {
|
|
153
|
+
return lo();
|
|
154
154
|
}
|
|
155
155
|
function L(t, e) {
|
|
156
156
|
if (t === "page") {
|
|
157
|
-
if (!
|
|
157
|
+
if (!wo.includes(e)) {
|
|
158
158
|
console.error(`get prop tag failed type=${t} subtype=${e}`);
|
|
159
159
|
return;
|
|
160
160
|
}
|
|
161
|
-
} else if (t === "comp" && !
|
|
161
|
+
} else if (t === "comp" && !Vo.includes(e)) {
|
|
162
162
|
console.error(`get prop tag failed type=${t} subtype=${e}`);
|
|
163
163
|
return;
|
|
164
164
|
}
|
|
165
|
-
return `${t}${
|
|
165
|
+
return `${t}${ao(e)}`;
|
|
166
166
|
}
|
|
167
|
-
function
|
|
167
|
+
function gn(t, e) {
|
|
168
168
|
if (t.array)
|
|
169
169
|
return e ? F(t.default) : F(t.defaultArray);
|
|
170
170
|
{
|
|
@@ -177,21 +177,21 @@ function W(t, e) {
|
|
|
177
177
|
if (l.ui) {
|
|
178
178
|
if (l.ui === "strInput" && l.static)
|
|
179
179
|
return;
|
|
180
|
-
r[l.key] =
|
|
180
|
+
r[l.key] = gn(l);
|
|
181
181
|
} else
|
|
182
|
-
l.array ? r[l.key] =
|
|
182
|
+
l.array ? r[l.key] = gn(l) : l.children.forEach((o) => {
|
|
183
183
|
r[l.key] || (r[l.key] = {}), i(r[l.key], o);
|
|
184
184
|
});
|
|
185
185
|
}
|
|
186
186
|
e.forEach((r) => i(t, r));
|
|
187
187
|
}
|
|
188
|
-
function
|
|
188
|
+
function Oa(t, e, i, r, l) {
|
|
189
189
|
const o = `type=${t} subtype=${e} version=${i} ref=${r} keyOrRefid=${l}`, a = L(t, e);
|
|
190
190
|
if (!a) {
|
|
191
191
|
console.error(`spawnNode prop tag not found, ${o}`);
|
|
192
192
|
return;
|
|
193
193
|
}
|
|
194
|
-
const c =
|
|
194
|
+
const c = Ji[i];
|
|
195
195
|
if (!c) {
|
|
196
196
|
console.error(`spawnNode pkg not found version, ${o}`);
|
|
197
197
|
return;
|
|
@@ -250,7 +250,7 @@ function Fa(t, e, i, r, l) {
|
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
function
|
|
253
|
+
function Ka(t, e) {
|
|
254
254
|
function i(r) {
|
|
255
255
|
if (r.basic.id === e)
|
|
256
256
|
return r;
|
|
@@ -267,96 +267,96 @@ function Ma(t, e) {
|
|
|
267
267
|
return l;
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
function
|
|
270
|
+
function Io(t) {
|
|
271
271
|
function e(r) {
|
|
272
272
|
r.basic.id = P(16), r.children?.forEach((l) => e(l));
|
|
273
273
|
}
|
|
274
274
|
const i = F(t);
|
|
275
275
|
return e(i), i;
|
|
276
276
|
}
|
|
277
|
-
function
|
|
277
|
+
function Ja(t) {
|
|
278
278
|
const e = [];
|
|
279
279
|
return t.forEach((i) => {
|
|
280
|
-
e.push(
|
|
280
|
+
e.push(Io(i));
|
|
281
281
|
}), e;
|
|
282
282
|
}
|
|
283
|
-
const
|
|
284
|
-
function
|
|
285
|
-
te(
|
|
283
|
+
const Si = "runtimeOrg", Ti = "runtimeEnv", zi = "runtimeMode", Ai = "runtimeDevice", Pi = "runtimeDark", Wi = "runtimeType", Li = "runtimeData", Bi = "runtimeDepends", Ni = "runtimeSandbox";
|
|
284
|
+
function Xa(t) {
|
|
285
|
+
te(Si, t);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
288
|
-
return ee(
|
|
287
|
+
function Co() {
|
|
288
|
+
return ee(Si);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
291
|
-
te(
|
|
290
|
+
function Ya(t) {
|
|
291
|
+
te(Ti, t);
|
|
292
292
|
}
|
|
293
|
-
function
|
|
294
|
-
return ee(
|
|
293
|
+
function So() {
|
|
294
|
+
return ee(Ti);
|
|
295
295
|
}
|
|
296
|
-
function
|
|
297
|
-
te(
|
|
296
|
+
function Za(t) {
|
|
297
|
+
te(zi, t);
|
|
298
298
|
}
|
|
299
299
|
function Q() {
|
|
300
|
-
return ee(
|
|
300
|
+
return ee(zi);
|
|
301
301
|
}
|
|
302
|
-
function
|
|
303
|
-
te(
|
|
302
|
+
function qa(t) {
|
|
303
|
+
te(Ai, Jt(t));
|
|
304
304
|
}
|
|
305
305
|
function ke() {
|
|
306
|
-
return ee(
|
|
306
|
+
return ee(Ai);
|
|
307
307
|
}
|
|
308
|
-
function
|
|
309
|
-
te(
|
|
308
|
+
function Qa(t) {
|
|
309
|
+
te(Pi, Jt(t));
|
|
310
310
|
}
|
|
311
|
-
function
|
|
312
|
-
return ee(
|
|
311
|
+
function ze() {
|
|
312
|
+
return ee(Pi);
|
|
313
313
|
}
|
|
314
|
-
function
|
|
315
|
-
te(
|
|
314
|
+
function eu(t) {
|
|
315
|
+
te(Wi, t);
|
|
316
316
|
}
|
|
317
317
|
function oe() {
|
|
318
|
-
return ee(
|
|
318
|
+
return ee(Wi);
|
|
319
319
|
}
|
|
320
|
-
function
|
|
321
|
-
te(
|
|
320
|
+
function tu(t) {
|
|
321
|
+
te(Li, t);
|
|
322
322
|
}
|
|
323
323
|
function se() {
|
|
324
|
-
return ee(
|
|
324
|
+
return ee(Li);
|
|
325
325
|
}
|
|
326
|
-
function
|
|
327
|
-
te(
|
|
326
|
+
function nu(t) {
|
|
327
|
+
te(Bi, Jt(t));
|
|
328
328
|
}
|
|
329
|
-
function
|
|
330
|
-
return ee(
|
|
329
|
+
function To() {
|
|
330
|
+
return ee(Bi);
|
|
331
331
|
}
|
|
332
|
-
function
|
|
333
|
-
te(
|
|
332
|
+
function zo(t) {
|
|
333
|
+
te(Ni, t);
|
|
334
334
|
}
|
|
335
335
|
function _e() {
|
|
336
|
-
return ee(
|
|
336
|
+
return ee(Ni);
|
|
337
337
|
}
|
|
338
338
|
function U(t) {
|
|
339
|
-
const { computedThemes: e } =
|
|
339
|
+
const { computedThemes: e } = ro(), i = ze(), r = k(() => t.value?.mode), l = k(() => {
|
|
340
340
|
const c = t.value?.theme;
|
|
341
341
|
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;
|
|
342
342
|
}), o = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light);
|
|
343
343
|
return { color: k(() => r.value === "theme" ? l.value : r.value === "custom" ? o.value : "") };
|
|
344
344
|
}
|
|
345
|
-
function
|
|
345
|
+
function Zt(t) {
|
|
346
346
|
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), r = k(() => t.node.border?.color), { color: l } = U(r), 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);
|
|
347
347
|
function b(u) {
|
|
348
348
|
e.value && (u.borderStyle = e.value), i.value && (u.borderWidth = i.value), l.value && (u.borderColor = l.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);
|
|
349
349
|
}
|
|
350
350
|
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: b };
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function qt(t) {
|
|
353
353
|
const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), r = k(() => t.node.margin?.bottom), l = k(() => t.node.margin?.right);
|
|
354
354
|
function o(a) {
|
|
355
355
|
e.value && (a.marginTop = e.value), i.value && (a.marginLeft = i.value), r.value && (a.marginBottom = r.value), l.value && (a.marginRight = l.value);
|
|
356
356
|
}
|
|
357
357
|
return { marginTop: e, marginLeft: i, marginBottom: r, marginRight: l, applyMargin: o };
|
|
358
358
|
}
|
|
359
|
-
function
|
|
359
|
+
function Qt(t) {
|
|
360
360
|
const e = k(() => t.node.padding?.top), i = k(() => t.node.padding?.left), r = k(() => t.node.padding?.bottom), l = k(() => t.node.padding?.right);
|
|
361
361
|
function o(a) {
|
|
362
362
|
e.value && (a.paddingTop = e.value), i.value && (a.paddingLeft = i.value), r.value && (a.paddingBottom = r.value), l.value && (a.paddingRight = l.value);
|
|
@@ -366,21 +366,21 @@ function qt(t) {
|
|
|
366
366
|
function ue(t) {
|
|
367
367
|
const e = Q(), i = ke(), r = k(() => t.node.size?.width), l = k(() => t.node.size?.minWidth), o = k(() => t.node.size?.maxWidth), a = k(() => {
|
|
368
368
|
if (t.outer && e === "editor") {
|
|
369
|
-
const u =
|
|
369
|
+
const u = ft(t.node.size?.height);
|
|
370
370
|
if (u)
|
|
371
371
|
return u / 100 * i.value.height + "px";
|
|
372
372
|
}
|
|
373
373
|
return t.node.size?.height;
|
|
374
374
|
}), c = k(() => {
|
|
375
375
|
if (t.outer && e === "editor") {
|
|
376
|
-
const u =
|
|
376
|
+
const u = ft(t.node.size?.minHeight);
|
|
377
377
|
if (u)
|
|
378
378
|
return u / 100 * i.value.height + "px";
|
|
379
379
|
}
|
|
380
380
|
return t.node.size?.minHeight;
|
|
381
381
|
}), p = k(() => {
|
|
382
382
|
if (t.outer && e === "editor") {
|
|
383
|
-
const u =
|
|
383
|
+
const u = ft(t.node.size?.maxHeight);
|
|
384
384
|
if (u)
|
|
385
385
|
return u / 100 * i.value.height + "px";
|
|
386
386
|
}
|
|
@@ -391,15 +391,15 @@ function ue(t) {
|
|
|
391
391
|
}
|
|
392
392
|
return { width: r, minWidth: l, maxWidth: o, height: a, minHeight: c, maxHeight: p, applySize: b };
|
|
393
393
|
}
|
|
394
|
-
function
|
|
394
|
+
function Ri(t, e, i) {
|
|
395
395
|
const r = k(() => e.node.basic.id), l = k(() => `callMethod@${r.value}`);
|
|
396
|
-
|
|
396
|
+
Yi(() => {
|
|
397
397
|
t.eventBus?.on(l.value, i);
|
|
398
|
-
}),
|
|
398
|
+
}), Se(() => {
|
|
399
399
|
t.eventBus?.off(l.value, i);
|
|
400
400
|
});
|
|
401
401
|
}
|
|
402
|
-
const
|
|
402
|
+
const Ao = (t, e, i) => {
|
|
403
403
|
let r = t;
|
|
404
404
|
if (!r) {
|
|
405
405
|
console.assert(!1);
|
|
@@ -414,7 +414,7 @@ const To = (t, e, i) => {
|
|
|
414
414
|
console.assert(!1);
|
|
415
415
|
} else
|
|
416
416
|
return r;
|
|
417
|
-
},
|
|
417
|
+
}, Po = (t, e, i, r) => {
|
|
418
418
|
let l = t;
|
|
419
419
|
if (!l) {
|
|
420
420
|
console.assert(!1);
|
|
@@ -428,104 +428,104 @@ const To = (t, e, i) => {
|
|
|
428
428
|
};
|
|
429
429
|
function s(t, e, i) {
|
|
430
430
|
const r = Q(), l = _e(), o = he();
|
|
431
|
-
return
|
|
432
|
-
let a =
|
|
431
|
+
return li(() => {
|
|
432
|
+
let a = Ao(t.node, e, i);
|
|
433
433
|
r === "editor" && e[e.length - 1] === "readonly" && (a = !0), o.value = a;
|
|
434
434
|
}), le(o, (a, c) => {
|
|
435
|
-
|
|
435
|
+
Po(t.node, e, o.value, i), l.eventBus?.emit("propChange", { keys: e, newValue: a, oldValue: c });
|
|
436
436
|
}), { prop: o };
|
|
437
437
|
}
|
|
438
438
|
function R() {
|
|
439
|
-
const t =
|
|
439
|
+
const t = ze();
|
|
440
440
|
return { theme: k(() => t.value ? "dark" : "light") };
|
|
441
441
|
}
|
|
442
|
-
const
|
|
443
|
-
color:
|
|
444
|
-
backgroundColor:
|
|
445
|
-
textStyle:
|
|
446
|
-
title:
|
|
447
|
-
line:
|
|
448
|
-
radar:
|
|
449
|
-
bar:
|
|
450
|
-
pie:
|
|
451
|
-
scatter:
|
|
452
|
-
boxplot:
|
|
453
|
-
parallel:
|
|
454
|
-
sankey:
|
|
455
|
-
funnel:
|
|
456
|
-
gauge:
|
|
457
|
-
candlestick:
|
|
458
|
-
graph:
|
|
459
|
-
map:
|
|
460
|
-
geo:
|
|
461
|
-
categoryAxis:
|
|
462
|
-
valueAxis:
|
|
463
|
-
logAxis:
|
|
464
|
-
timeAxis:
|
|
465
|
-
toolbox:
|
|
466
|
-
legend:
|
|
467
|
-
tooltip:
|
|
468
|
-
timeline:
|
|
469
|
-
visualMap:
|
|
470
|
-
dataZoom:
|
|
471
|
-
markPoint:
|
|
472
|
-
},
|
|
473
|
-
color:
|
|
474
|
-
backgroundColor:
|
|
475
|
-
textStyle:
|
|
476
|
-
title:
|
|
477
|
-
line:
|
|
478
|
-
radar:
|
|
479
|
-
bar:
|
|
480
|
-
pie:
|
|
481
|
-
scatter:
|
|
482
|
-
boxplot:
|
|
483
|
-
parallel:
|
|
484
|
-
sankey:
|
|
485
|
-
funnel:
|
|
486
|
-
gauge:
|
|
487
|
-
candlestick:
|
|
488
|
-
graph:
|
|
489
|
-
map:
|
|
490
|
-
geo:
|
|
491
|
-
categoryAxis:
|
|
492
|
-
valueAxis:
|
|
493
|
-
logAxis:
|
|
494
|
-
timeAxis:
|
|
495
|
-
toolbox:
|
|
496
|
-
legend:
|
|
497
|
-
tooltip:
|
|
498
|
-
timeline:
|
|
499
|
-
visualMap:
|
|
500
|
-
dataZoom:
|
|
501
|
-
markPoint:
|
|
442
|
+
const Wo = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Lo = "#242424", Bo = {}, No = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Ro = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Do = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Eo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Fo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Mo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Jo = { 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" } }, 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 = { 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)" } } }, 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 = { 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"] } } }, ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ns = { textStyle: { color: "#eeeeee" } }, is = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, os = { 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" } } }, ss = { color: ["#bf444c", "#d88273", "#f6efa6"] }, rs = { 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" } } }, as = {
|
|
443
|
+
color: Wo,
|
|
444
|
+
backgroundColor: Lo,
|
|
445
|
+
textStyle: Bo,
|
|
446
|
+
title: No,
|
|
447
|
+
line: Ro,
|
|
448
|
+
radar: Do,
|
|
449
|
+
bar: Eo,
|
|
450
|
+
pie: Fo,
|
|
451
|
+
scatter: Mo,
|
|
452
|
+
boxplot: Ho,
|
|
453
|
+
parallel: Go,
|
|
454
|
+
sankey: jo,
|
|
455
|
+
funnel: Uo,
|
|
456
|
+
gauge: Oo,
|
|
457
|
+
candlestick: Ko,
|
|
458
|
+
graph: Jo,
|
|
459
|
+
map: Xo,
|
|
460
|
+
geo: Yo,
|
|
461
|
+
categoryAxis: Zo,
|
|
462
|
+
valueAxis: qo,
|
|
463
|
+
logAxis: Qo,
|
|
464
|
+
timeAxis: es,
|
|
465
|
+
toolbox: ts,
|
|
466
|
+
legend: ns,
|
|
467
|
+
tooltip: is,
|
|
468
|
+
timeline: os,
|
|
469
|
+
visualMap: ss,
|
|
470
|
+
dataZoom: rs,
|
|
471
|
+
markPoint: ls
|
|
472
|
+
}, us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#f5f5f5", ds = {}, ms = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, bs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#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: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Vs = { 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" } }, $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 = { 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)" } } }, 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 = { 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"] } } }, As = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ps = { textStyle: { color: "#333333" } }, Ws = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ls = { 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" } } }, Bs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ns = { 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" } }, Rs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ds = {
|
|
473
|
+
color: us,
|
|
474
|
+
backgroundColor: cs,
|
|
475
|
+
textStyle: ds,
|
|
476
|
+
title: ms,
|
|
477
|
+
line: ps,
|
|
478
|
+
radar: fs,
|
|
479
|
+
bar: bs,
|
|
480
|
+
pie: ys,
|
|
481
|
+
scatter: hs,
|
|
482
|
+
boxplot: gs,
|
|
483
|
+
parallel: xs,
|
|
484
|
+
sankey: vs,
|
|
485
|
+
funnel: ks,
|
|
486
|
+
gauge: _s,
|
|
487
|
+
candlestick: ws,
|
|
488
|
+
graph: Vs,
|
|
489
|
+
map: $s,
|
|
490
|
+
geo: Is,
|
|
491
|
+
categoryAxis: Cs,
|
|
492
|
+
valueAxis: Ss,
|
|
493
|
+
logAxis: Ts,
|
|
494
|
+
timeAxis: zs,
|
|
495
|
+
toolbox: As,
|
|
496
|
+
legend: Ps,
|
|
497
|
+
tooltip: Ws,
|
|
498
|
+
timeline: Ls,
|
|
499
|
+
visualMap: Bs,
|
|
500
|
+
dataZoom: Ns,
|
|
501
|
+
markPoint: Rs
|
|
502
502
|
};
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
503
|
+
uo([
|
|
504
|
+
co,
|
|
505
|
+
mo,
|
|
506
|
+
po,
|
|
507
|
+
fo,
|
|
508
|
+
bo,
|
|
509
|
+
yo,
|
|
510
|
+
ho,
|
|
511
|
+
go
|
|
512
512
|
]);
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
const
|
|
513
|
+
gi("dark", as);
|
|
514
|
+
gi("light", Ds);
|
|
515
|
+
const Es = /* @__PURE__ */ T({
|
|
516
516
|
__name: "index",
|
|
517
517
|
props: {
|
|
518
518
|
node: {},
|
|
519
519
|
outer: { type: Boolean }
|
|
520
520
|
},
|
|
521
521
|
setup(t) {
|
|
522
|
-
const e = t, i = ke(), r =
|
|
522
|
+
const e = t, i = ke(), r = ze(), l = oe(), o = se(), { width: a, minWidth: c, maxWidth: p, height: b, minHeight: u, maxHeight: d, applySize: m } = ue(e), { applyTitle: f } = wi(e), { applyXAxis: h } = Vi(e), { applyYAxis: x } = $i(e), { applyLegend: g } = ki(e), { applySeries: _ } = _i(e), v = k(() => {
|
|
523
523
|
const V = {}, M = o.value.type;
|
|
524
524
|
return l === "page" ? M === "common" ? m(V) : console.assert(!1) : l === "comp" && M === "common" ? m(V) : console.assert(!1), V;
|
|
525
|
-
}), I =
|
|
525
|
+
}), I = ai("chart");
|
|
526
526
|
let $;
|
|
527
527
|
const N = () => {
|
|
528
|
-
$?.dispose(), $ =
|
|
528
|
+
$?.dispose(), $ = xi.init(I.value, r.value ? "dark" : "light");
|
|
529
529
|
const V = {};
|
|
530
530
|
$.setOption(V);
|
|
531
531
|
}, D = () => {
|
|
@@ -534,9 +534,9 @@ const Rs = /* @__PURE__ */ T({
|
|
|
534
534
|
const V = {};
|
|
535
535
|
f(V), h(V), x(V), g(V), _(V), $?.setOption(V, !0);
|
|
536
536
|
};
|
|
537
|
-
return
|
|
537
|
+
return ui(async () => {
|
|
538
538
|
window.addEventListener("resize", D, !1), await pi(() => !!I.value), N(), B();
|
|
539
|
-
}),
|
|
539
|
+
}), Se(() => {
|
|
540
540
|
window.removeEventListener("resize", D, !1), $?.dispose();
|
|
541
541
|
}), le(
|
|
542
542
|
[
|
|
@@ -550,7 +550,7 @@ const Rs = /* @__PURE__ */ T({
|
|
|
550
550
|
d
|
|
551
551
|
],
|
|
552
552
|
async () => {
|
|
553
|
-
await
|
|
553
|
+
await ci(), D();
|
|
554
554
|
}
|
|
555
555
|
), le([r], () => {
|
|
556
556
|
N(), B();
|
|
@@ -565,20 +565,20 @@ const Rs = /* @__PURE__ */ T({
|
|
|
565
565
|
style: q(v.value)
|
|
566
566
|
}, null, 4));
|
|
567
567
|
}
|
|
568
|
-
}),
|
|
568
|
+
}), Fs = /* @__PURE__ */ T({
|
|
569
569
|
__name: "index",
|
|
570
570
|
props: {
|
|
571
571
|
node: {},
|
|
572
572
|
outer: { type: Boolean }
|
|
573
573
|
},
|
|
574
574
|
setup(t) {
|
|
575
|
-
const e = t, i = ke(), r =
|
|
575
|
+
const e = t, i = ke(), r = ze(), l = oe(), o = se(), { width: a, minWidth: c, maxWidth: p, height: b, minHeight: u, maxHeight: d, applySize: m } = ue(e), { applyTitle: f } = wi(e), { applyXAxis: h } = Vi(e), { applyYAxis: x } = $i(e), { applyLegend: g } = ki(e), { applySeries: _ } = _i(e), v = k(() => {
|
|
576
576
|
const V = {}, M = o.value.type;
|
|
577
577
|
return l === "page" ? M === "common" ? m(V) : console.assert(!1) : l === "comp" && M === "common" ? m(V) : console.assert(!1), V;
|
|
578
|
-
}), I =
|
|
578
|
+
}), I = ai("chart");
|
|
579
579
|
let $;
|
|
580
580
|
const N = () => {
|
|
581
|
-
$?.dispose(), $ =
|
|
581
|
+
$?.dispose(), $ = xi.init(I.value, r.value ? "dark" : "light");
|
|
582
582
|
const V = {};
|
|
583
583
|
$.setOption(V);
|
|
584
584
|
}, D = () => {
|
|
@@ -587,9 +587,9 @@ const Rs = /* @__PURE__ */ T({
|
|
|
587
587
|
const V = {};
|
|
588
588
|
f(V), h(V), x(V), g(V), _(V), $?.setOption(V, !0);
|
|
589
589
|
};
|
|
590
|
-
return
|
|
590
|
+
return ui(async () => {
|
|
591
591
|
window.addEventListener("resize", D, !1), await pi(() => !!I.value), N(), B();
|
|
592
|
-
}),
|
|
592
|
+
}), Se(() => {
|
|
593
593
|
window.removeEventListener("resize", D, !1), $?.dispose();
|
|
594
594
|
}), le(
|
|
595
595
|
[
|
|
@@ -603,7 +603,7 @@ const Rs = /* @__PURE__ */ T({
|
|
|
603
603
|
d
|
|
604
604
|
],
|
|
605
605
|
async () => {
|
|
606
|
-
await
|
|
606
|
+
await ci(), D();
|
|
607
607
|
}
|
|
608
608
|
), le([r], () => {
|
|
609
609
|
N(), B();
|
|
@@ -636,7 +636,7 @@ const Rs = /* @__PURE__ */ T({
|
|
|
636
636
|
], 4)) : E(r.$slots, "default", { key: 1 });
|
|
637
637
|
}
|
|
638
638
|
});
|
|
639
|
-
function
|
|
639
|
+
function Ms(t, e) {
|
|
640
640
|
function i(u) {
|
|
641
641
|
const d = t.pseudoToNative(u), m = [], f = d.split(".");
|
|
642
642
|
for (let h = 0; h < f.length; h++) {
|
|
@@ -674,7 +674,7 @@ function Es(t, e) {
|
|
|
674
674
|
}
|
|
675
675
|
function c(u, d) {
|
|
676
676
|
const m = t.pseudoToNative(u), f = t.pseudoToNative(d);
|
|
677
|
-
m === "info" ?
|
|
677
|
+
m === "info" ? to(f) : m === "success" ? no(f) : m === "warning" ? bi(f) : m === "error" && yi(f);
|
|
678
678
|
}
|
|
679
679
|
function p(u, d) {
|
|
680
680
|
const m = t.pseudoToNative(u), f = t.pseudoToNative(d);
|
|
@@ -722,22 +722,22 @@ function Es(t, e) {
|
|
|
722
722
|
t.createAsyncFunction(b)
|
|
723
723
|
);
|
|
724
724
|
}
|
|
725
|
-
const
|
|
725
|
+
const Di = io({
|
|
726
726
|
baseUrl: "http://localhost/computebase/",
|
|
727
727
|
onError: (t) => {
|
|
728
|
-
const { i18n: e } =
|
|
729
|
-
yi(
|
|
728
|
+
const { i18n: e } = kt;
|
|
729
|
+
yi(ko(e, t));
|
|
730
730
|
}
|
|
731
731
|
});
|
|
732
|
-
window.API_URL && (
|
|
733
|
-
function
|
|
734
|
-
return
|
|
732
|
+
window.API_URL && (Di.defaults.baseURL = window.API_URL + "/computebase/");
|
|
733
|
+
function Hs(t) {
|
|
734
|
+
return Di.post("callFunc", t);
|
|
735
735
|
}
|
|
736
|
-
function
|
|
736
|
+
function Gs(t, e) {
|
|
737
737
|
async function i(r, l, o, a, c, p) {
|
|
738
738
|
const b = t.pseudoToNative(r), u = t.pseudoToNative(l), d = t.pseudoToNative(o), m = t.pseudoToNative(a), f = t.pseudoToNative(c);
|
|
739
739
|
try {
|
|
740
|
-
const h = JSON.stringify(d), { strOutputs: x } = await
|
|
740
|
+
const h = JSON.stringify(d), { strOutputs: x } = await Hs({
|
|
741
741
|
spaceid: b,
|
|
742
742
|
id: u,
|
|
743
743
|
strInputs: h,
|
|
@@ -754,7 +754,7 @@ function Ms(t, e) {
|
|
|
754
754
|
t.createAsyncFunction(i)
|
|
755
755
|
);
|
|
756
756
|
}
|
|
757
|
-
class
|
|
757
|
+
class js {
|
|
758
758
|
nodes;
|
|
759
759
|
constructor(e) {
|
|
760
760
|
this.nodes = {};
|
|
@@ -767,8 +767,8 @@ class Hs {
|
|
|
767
767
|
return this.nodes[e];
|
|
768
768
|
}
|
|
769
769
|
}
|
|
770
|
-
function
|
|
771
|
-
const r = new
|
|
770
|
+
function Us(t, e, i) {
|
|
771
|
+
const r = new js(t);
|
|
772
772
|
function l(u, d) {
|
|
773
773
|
const m = e.pseudoToNative(u), f = e.pseudoToNative(d), h = `id=${m} keys=${f}`;
|
|
774
774
|
let x;
|
|
@@ -821,22 +821,22 @@ function js(t, e, i) {
|
|
|
821
821
|
appid: `${m}${t.env}`,
|
|
822
822
|
pageid: f
|
|
823
823
|
};
|
|
824
|
-
|
|
824
|
+
kt.router.replace({ path: h, query: x });
|
|
825
825
|
} else t.mode === "preview" && bi(
|
|
826
|
-
|
|
826
|
+
kt.i18n.global.t(
|
|
827
827
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
828
828
|
)
|
|
829
829
|
);
|
|
830
830
|
}
|
|
831
831
|
function p(u, d, m) {
|
|
832
832
|
const f = e.pseudoToNative(u), h = e.pseudoToNative(d);
|
|
833
|
-
|
|
833
|
+
oo({ title: f, text: h }).then((x) => {
|
|
834
834
|
m(e.nativeToPseudo(x)), e.run();
|
|
835
835
|
});
|
|
836
836
|
}
|
|
837
837
|
function b(u, d, m, f) {
|
|
838
838
|
const h = e.pseudoToNative(u), x = e.pseudoToNative(d), g = e.pseudoToNative(m);
|
|
839
|
-
|
|
839
|
+
so({ title: h, label: x, value: g }).then((_) => {
|
|
840
840
|
f(e.nativeToPseudo(_)), e.run();
|
|
841
841
|
});
|
|
842
842
|
}
|
|
@@ -866,10 +866,10 @@ function js(t, e, i) {
|
|
|
866
866
|
e.createAsyncFunction(b)
|
|
867
867
|
);
|
|
868
868
|
}
|
|
869
|
-
function
|
|
870
|
-
|
|
869
|
+
function Os(t, e, i) {
|
|
870
|
+
Ms(e, i), Gs(e, i), Us(t, e, i);
|
|
871
871
|
}
|
|
872
|
-
const
|
|
872
|
+
const Ks = `
|
|
873
873
|
var __env__ = 'dev'
|
|
874
874
|
var __mode__ = 'editor'
|
|
875
875
|
|
|
@@ -879,7 +879,7 @@ function __getEnvV1__() {
|
|
|
879
879
|
|
|
880
880
|
var __pointerPosX__ = 0
|
|
881
881
|
var __pointerPosY__ = 0
|
|
882
|
-
`,
|
|
882
|
+
`, Js = `
|
|
883
883
|
var __events__ = {}
|
|
884
884
|
|
|
885
885
|
function __addEventListenerV1__(id, event, callback) {
|
|
@@ -950,7 +950,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
|
|
|
950
950
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
|
-
`,
|
|
953
|
+
`, Xs = `
|
|
954
954
|
var __timers__ = {}
|
|
955
955
|
var __currTimerId__ = 0
|
|
956
956
|
|
|
@@ -992,15 +992,15 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
992
992
|
}
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
|
-
`,
|
|
995
|
+
`, Ys = `
|
|
996
996
|
function __destroy__() {
|
|
997
997
|
}
|
|
998
|
-
`,
|
|
999
|
-
function
|
|
1000
|
-
const i = new
|
|
1001
|
-
|
|
998
|
+
`, Zs = Ks + Js + Xs + Ys;
|
|
999
|
+
function qs(t, e) {
|
|
1000
|
+
const i = new xo(
|
|
1001
|
+
Zs,
|
|
1002
1002
|
(r, l) => {
|
|
1003
|
-
|
|
1003
|
+
Os(t, r, l);
|
|
1004
1004
|
}
|
|
1005
1005
|
);
|
|
1006
1006
|
return i.appendCode(e), i.appendCode(`
|
|
@@ -1009,7 +1009,7 @@ __mode__ = '${t.mode}';
|
|
|
1009
1009
|
__triggerEvent__('globality', 'startup');
|
|
1010
1010
|
`), i.run(), i;
|
|
1011
1011
|
}
|
|
1012
|
-
function
|
|
1012
|
+
function Qs(t) {
|
|
1013
1013
|
t.appendCode("__destroy__();"), t.run();
|
|
1014
1014
|
}
|
|
1015
1015
|
const re = /* @__PURE__ */ T({
|
|
@@ -1019,12 +1019,12 @@ const re = /* @__PURE__ */ T({
|
|
|
1019
1019
|
state: {}
|
|
1020
1020
|
},
|
|
1021
1021
|
setup(t) {
|
|
1022
|
-
const { t: e } =
|
|
1023
|
-
|
|
1022
|
+
const { t: e } = vo(), i = t, r = Co(), l = So(), o = Q(), a = oe(), c = se(), p = To(), b = he(-1), u = he(), d = {};
|
|
1023
|
+
zo(d);
|
|
1024
1024
|
const m = () => {
|
|
1025
|
-
d.eventBus && (d.eventBus = void 0), d.interpreter && (
|
|
1025
|
+
d.eventBus && (d.eventBus = void 0), d.interpreter && (Qs(d.interpreter), d.interpreter = void 0);
|
|
1026
1026
|
};
|
|
1027
|
-
|
|
1027
|
+
li(() => {
|
|
1028
1028
|
if (!i.refContext.refid) {
|
|
1029
1029
|
b.value = -1, u.value = void 0, m();
|
|
1030
1030
|
return;
|
|
@@ -1036,17 +1036,17 @@ const re = /* @__PURE__ */ T({
|
|
|
1036
1036
|
}
|
|
1037
1037
|
if (b.value === v.dataSeq || (b.value = v.dataSeq, u.value = F(v.data), o !== "runtime" && o !== "preview"))
|
|
1038
1038
|
return;
|
|
1039
|
-
m(), d.eventBus =
|
|
1039
|
+
m(), d.eventBus = $o();
|
|
1040
1040
|
const I = u.value, $ = I.code.script;
|
|
1041
|
-
$ && (d.interpreter =
|
|
1041
|
+
$ && (d.interpreter = qs(
|
|
1042
1042
|
{ org: r, env: l, mode: o, type: a, data: I, sandbox: d },
|
|
1043
1043
|
$
|
|
1044
1044
|
));
|
|
1045
|
-
}),
|
|
1045
|
+
}), Se(() => {
|
|
1046
1046
|
m();
|
|
1047
1047
|
});
|
|
1048
1048
|
function f(v) {
|
|
1049
|
-
const I =
|
|
1049
|
+
const I = Ji[c.value.version].refKey, $ = ge[I];
|
|
1050
1050
|
return $ ? ie($.comp, {
|
|
1051
1051
|
refContext: {
|
|
1052
1052
|
parent: i.refContext,
|
|
@@ -1093,7 +1093,7 @@ const re = /* @__PURE__ */ T({
|
|
|
1093
1093
|
};
|
|
1094
1094
|
return (v, I) => (w(), z(_));
|
|
1095
1095
|
}
|
|
1096
|
-
}),
|
|
1096
|
+
}), er = /* @__PURE__ */ T({
|
|
1097
1097
|
__name: "index",
|
|
1098
1098
|
props: {
|
|
1099
1099
|
node: {},
|
|
@@ -1117,7 +1117,7 @@ const re = /* @__PURE__ */ T({
|
|
|
1117
1117
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1118
1118
|
};
|
|
1119
1119
|
}
|
|
1120
|
-
}),
|
|
1120
|
+
}), tr = /* @__PURE__ */ T({
|
|
1121
1121
|
__name: "index",
|
|
1122
1122
|
props: {
|
|
1123
1123
|
node: {},
|
|
@@ -1135,13 +1135,13 @@ const re = /* @__PURE__ */ T({
|
|
|
1135
1135
|
]), { 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) => {
|
|
1136
1136
|
if (i !== "runtime" && i !== "preview")
|
|
1137
1137
|
return;
|
|
1138
|
-
const
|
|
1139
|
-
if (!
|
|
1138
|
+
const G = r.interpreter;
|
|
1139
|
+
if (!G)
|
|
1140
1140
|
return;
|
|
1141
|
-
const Y =
|
|
1142
|
-
|
|
1141
|
+
const Y = G.nativeToPseudo(J.clientX), Z = G.nativeToPseudo(J.clientY), ce = G.nativeToPseudo(e.node.basic.id);
|
|
1142
|
+
G.appendCode(`__pointerPosX__ = ${Y};`), G.appendCode(`__pointerPosY__ = ${Z};`), G.appendCode(`__triggerEvent__('${ce}', 'click');`), G.run();
|
|
1143
1143
|
};
|
|
1144
|
-
return (J,
|
|
1144
|
+
return (J, G) => {
|
|
1145
1145
|
const Y = A("v-btn");
|
|
1146
1146
|
return w(), z(n(X), null, {
|
|
1147
1147
|
default: S(() => [
|
|
@@ -1173,8 +1173,8 @@ const re = /* @__PURE__ */ T({
|
|
|
1173
1173
|
});
|
|
1174
1174
|
};
|
|
1175
1175
|
}
|
|
1176
|
-
}),
|
|
1177
|
-
function
|
|
1176
|
+
}), nr = {};
|
|
1177
|
+
function ir(t, e) {
|
|
1178
1178
|
const i = A("v-btn-group");
|
|
1179
1179
|
return w(), z(i, null, {
|
|
1180
1180
|
default: S(() => [
|
|
@@ -1183,7 +1183,7 @@ function tr(t, e) {
|
|
|
1183
1183
|
_: 3
|
|
1184
1184
|
});
|
|
1185
1185
|
}
|
|
1186
|
-
const
|
|
1186
|
+
const or = /* @__PURE__ */ be(nr, [["render", ir]]), sr = /* @__PURE__ */ T({
|
|
1187
1187
|
__name: "index",
|
|
1188
1188
|
props: {
|
|
1189
1189
|
node: {},
|
|
@@ -1213,7 +1213,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1213
1213
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1214
1214
|
};
|
|
1215
1215
|
}
|
|
1216
|
-
}),
|
|
1216
|
+
}), rr = /* @__PURE__ */ T({
|
|
1217
1217
|
__name: "index",
|
|
1218
1218
|
props: {
|
|
1219
1219
|
node: {},
|
|
@@ -1247,7 +1247,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1247
1247
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1248
1248
|
};
|
|
1249
1249
|
}
|
|
1250
|
-
}),
|
|
1250
|
+
}), lr = /* @__PURE__ */ T({
|
|
1251
1251
|
__name: "index",
|
|
1252
1252
|
props: {
|
|
1253
1253
|
node: {},
|
|
@@ -1263,7 +1263,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1263
1263
|
}, null, 8, ["disabled", "readonly"]);
|
|
1264
1264
|
};
|
|
1265
1265
|
}
|
|
1266
|
-
}),
|
|
1266
|
+
}), ar = /* @__PURE__ */ T({
|
|
1267
1267
|
__name: "index",
|
|
1268
1268
|
props: {
|
|
1269
1269
|
node: {},
|
|
@@ -1290,7 +1290,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1290
1290
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1291
1291
|
};
|
|
1292
1292
|
}
|
|
1293
|
-
}),
|
|
1293
|
+
}), ur = /* @__PURE__ */ T({
|
|
1294
1294
|
__name: "index",
|
|
1295
1295
|
props: {
|
|
1296
1296
|
node: {},
|
|
@@ -1302,7 +1302,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1302
1302
|
const f = A("v-chip-group");
|
|
1303
1303
|
return w(), z(f, {
|
|
1304
1304
|
modelValue: n(u),
|
|
1305
|
-
"onUpdate:modelValue": m[0] || (m[0] = (h) =>
|
|
1305
|
+
"onUpdate:modelValue": m[0] || (m[0] = (h) => j(u) ? u.value = h : null),
|
|
1306
1306
|
column: n(i),
|
|
1307
1307
|
direction: n(r),
|
|
1308
1308
|
disabled: n(l),
|
|
@@ -1319,7 +1319,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1319
1319
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1320
1320
|
};
|
|
1321
1321
|
}
|
|
1322
|
-
}),
|
|
1322
|
+
}), cr = /* @__PURE__ */ T({
|
|
1323
1323
|
__name: "index",
|
|
1324
1324
|
props: {
|
|
1325
1325
|
node: {},
|
|
@@ -1348,7 +1348,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1348
1348
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1349
1349
|
};
|
|
1350
1350
|
}
|
|
1351
|
-
}),
|
|
1351
|
+
}), dr = /* @__PURE__ */ T({
|
|
1352
1352
|
__name: "index",
|
|
1353
1353
|
props: {
|
|
1354
1354
|
node: {},
|
|
@@ -1362,7 +1362,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1362
1362
|
default: S(() => [
|
|
1363
1363
|
H(d, {
|
|
1364
1364
|
modelValue: n(p),
|
|
1365
|
-
"onUpdate:modelValue": u[0] || (u[0] = (m) =>
|
|
1365
|
+
"onUpdate:modelValue": u[0] || (u[0] = (m) => j(p) ? p.value = m : null),
|
|
1366
1366
|
"hide-details": n(i),
|
|
1367
1367
|
label: n(r),
|
|
1368
1368
|
placeholder: n(l),
|
|
@@ -1375,7 +1375,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1375
1375
|
});
|
|
1376
1376
|
};
|
|
1377
1377
|
}
|
|
1378
|
-
}),
|
|
1378
|
+
}), mr = /* @__PURE__ */ T({
|
|
1379
1379
|
__name: "index",
|
|
1380
1380
|
props: {
|
|
1381
1381
|
node: {},
|
|
@@ -1385,7 +1385,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1385
1385
|
const e = t, i = oe(), r = se(), { prop: l } = s(e, [
|
|
1386
1386
|
"settings",
|
|
1387
1387
|
"backgroundColor"
|
|
1388
|
-
]), { color: o } = U(l), { applySize: a } = ue(e), { applyMargin: c } =
|
|
1388
|
+
]), { color: o } = U(l), { applySize: a } = ue(e), { applyMargin: c } = qt(e), { applyPadding: p } = Qt(e), { applyBorder: b } = Zt(e), u = k(() => {
|
|
1389
1389
|
const d = {}, m = r.value.type;
|
|
1390
1390
|
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;
|
|
1391
1391
|
});
|
|
@@ -1395,7 +1395,7 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1395
1395
|
E(d.$slots, "default")
|
|
1396
1396
|
], 4));
|
|
1397
1397
|
}
|
|
1398
|
-
}),
|
|
1398
|
+
}), pr = /* @__PURE__ */ T({
|
|
1399
1399
|
__name: "index",
|
|
1400
1400
|
props: {
|
|
1401
1401
|
node: {},
|
|
@@ -1422,8 +1422,8 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1422
1422
|
"multi-sort": n(u),
|
|
1423
1423
|
theme: n(d),
|
|
1424
1424
|
width: n(m)
|
|
1425
|
-
},
|
|
1426
|
-
|
|
1425
|
+
}, Xt({ _: 2 }, [
|
|
1426
|
+
Zi(f.value, (_) => ({
|
|
1427
1427
|
name: `item.${_.column}`,
|
|
1428
1428
|
fn: S(({ value: v }) => [
|
|
1429
1429
|
H(n(re), {
|
|
@@ -1435,20 +1435,20 @@ const nr = /* @__PURE__ */ be(er, [["render", tr]]), ir = /* @__PURE__ */ T({
|
|
|
1435
1435
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1436
1436
|
};
|
|
1437
1437
|
}
|
|
1438
|
-
}),
|
|
1439
|
-
function
|
|
1438
|
+
}), fr = {};
|
|
1439
|
+
function br(t, e) {
|
|
1440
1440
|
const i = A("v-date-picker");
|
|
1441
1441
|
return w(), z(i);
|
|
1442
1442
|
}
|
|
1443
|
-
const
|
|
1443
|
+
const yr = /* @__PURE__ */ be(fr, [["render", br]]), hr = ["id"], gr = /* @__PURE__ */ T({
|
|
1444
1444
|
__name: "index",
|
|
1445
1445
|
props: {
|
|
1446
1446
|
node: {},
|
|
1447
1447
|
outer: { type: Boolean }
|
|
1448
1448
|
},
|
|
1449
1449
|
setup(t) {
|
|
1450
|
-
const e = t, i = Q(), r = _e(), l = k(() => e.node.basic?.id), { open: o } = hi(`runtimeDlg/${
|
|
1451
|
-
return
|
|
1450
|
+
const e = t, i = Q(), r = _e(), l = k(() => e.node.basic?.id), { open: o } = hi(`runtimeDlg/${di()}`);
|
|
1451
|
+
return Ri(r, e, (c) => {
|
|
1452
1452
|
if (i !== "runtime" && i !== "preview" || !r.interpreter)
|
|
1453
1453
|
return;
|
|
1454
1454
|
const { name: b } = c;
|
|
@@ -1457,14 +1457,14 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1457
1457
|
const b = A("v-dialog");
|
|
1458
1458
|
return w(), z(b, {
|
|
1459
1459
|
modelValue: n(o),
|
|
1460
|
-
"onUpdate:modelValue": p[0] || (p[0] = (u) =>
|
|
1460
|
+
"onUpdate:modelValue": p[0] || (p[0] = (u) => j(o) ? o.value = u : null),
|
|
1461
1461
|
attach: "#dialogContainer"
|
|
1462
1462
|
}, {
|
|
1463
1463
|
activator: S(() => [
|
|
1464
1464
|
n(i) === "editor" ? (w(), ne("div", {
|
|
1465
1465
|
key: 0,
|
|
1466
1466
|
id: `__node__@${l.value}`
|
|
1467
|
-
}, null, 8,
|
|
1467
|
+
}, null, 8, hr)) : mi("", !0)
|
|
1468
1468
|
]),
|
|
1469
1469
|
default: S(() => [
|
|
1470
1470
|
E(c.$slots, "default")
|
|
@@ -1473,7 +1473,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1473
1473
|
}, 8, ["modelValue"]);
|
|
1474
1474
|
};
|
|
1475
1475
|
}
|
|
1476
|
-
}),
|
|
1476
|
+
}), xr = /* @__PURE__ */ T({
|
|
1477
1477
|
__name: "index",
|
|
1478
1478
|
props: {
|
|
1479
1479
|
node: {},
|
|
@@ -1497,19 +1497,19 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1497
1497
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1498
1498
|
};
|
|
1499
1499
|
}
|
|
1500
|
-
}),
|
|
1500
|
+
}), vr = /* @__PURE__ */ T({
|
|
1501
1501
|
__name: "index",
|
|
1502
1502
|
props: {
|
|
1503
1503
|
node: {},
|
|
1504
1504
|
outer: { type: Boolean }
|
|
1505
1505
|
},
|
|
1506
1506
|
setup(t) {
|
|
1507
|
-
const e = t, i = ke(), r = oe(), l = se(), { applySize: o } = ue(e), { applyMargin: a } =
|
|
1507
|
+
const e = t, i = ke(), r = oe(), l = se(), { applySize: o } = ue(e), { applyMargin: a } = qt(e), { applyPadding: c } = Qt(e), { applyBorder: p } = Zt(e), { prop: b } = s(e, [
|
|
1508
1508
|
"settings",
|
|
1509
1509
|
"backgroundColor"
|
|
1510
1510
|
]), { color: u } = U(b), d = (f) => {
|
|
1511
1511
|
u.value && (f.backgroundColor = u.value), f.display = "flex";
|
|
1512
|
-
const h =
|
|
1512
|
+
const h = Ci(i.value.width), x = ye(h, e.node.settings?.direction);
|
|
1513
1513
|
x === "row" ? f.flexDirection = "row" : x === "rowReverse" ? f.flexDirection = "row-reverse" : x === "column" ? f.flexDirection = "column" : x === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
1514
1514
|
const g = ye(h, e.node.settings?.wrap);
|
|
1515
1515
|
g === "no" ? f.flexWrap = "nowrap" : g === "yes" ? f.flexWrap = "wrap" : g === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
@@ -1527,7 +1527,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1527
1527
|
E(f.$slots, "default")
|
|
1528
1528
|
], 4));
|
|
1529
1529
|
}
|
|
1530
|
-
}),
|
|
1530
|
+
}), kr = /* @__PURE__ */ T({
|
|
1531
1531
|
__name: "index",
|
|
1532
1532
|
props: {
|
|
1533
1533
|
node: {},
|
|
@@ -1544,7 +1544,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1544
1544
|
E(p.$slots, "default")
|
|
1545
1545
|
], 4));
|
|
1546
1546
|
}
|
|
1547
|
-
}),
|
|
1547
|
+
}), _r = /* @__PURE__ */ T({
|
|
1548
1548
|
__name: "index",
|
|
1549
1549
|
props: {
|
|
1550
1550
|
node: {},
|
|
@@ -1554,7 +1554,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1554
1554
|
const e = t, i = Q(), r = oe(), l = se(), o = _e(), { prop: a } = s(e, ["settings", "valid"]), { prop: c } = s(e, ["settings", "fastFail"]), { prop: p } = s(e, [
|
|
1555
1555
|
"settings",
|
|
1556
1556
|
"backgroundColor"
|
|
1557
|
-
]), { color: b } = U(p), { applySize: u } = ue(e), { applyMargin: d } =
|
|
1557
|
+
]), { color: b } = U(p), { applySize: u } = ue(e), { applyMargin: d } = qt(e), { applyPadding: m } = Qt(e), { applyBorder: f } = Zt(e), h = k(() => {
|
|
1558
1558
|
const g = {}, _ = l.value.type;
|
|
1559
1559
|
return r === "page" ? _ === "common" ? (u(g), d(g), m(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1) : r === "comp" && _ === "common" ? (u(g), d(g), m(g), f(g), b.value && (g.backgroundColor = b.value)) : console.assert(!1), g;
|
|
1560
1560
|
}), x = () => {
|
|
@@ -1570,10 +1570,10 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1570
1570
|
const v = A("v-form");
|
|
1571
1571
|
return w(), z(v, {
|
|
1572
1572
|
modelValue: n(a),
|
|
1573
|
-
"onUpdate:modelValue": _[0] || (_[0] = (I) =>
|
|
1573
|
+
"onUpdate:modelValue": _[0] || (_[0] = (I) => j(a) ? a.value = I : null),
|
|
1574
1574
|
"fast-fail": n(c),
|
|
1575
1575
|
style: q(h.value),
|
|
1576
|
-
onSubmit:
|
|
1576
|
+
onSubmit: qi(x, ["prevent"])
|
|
1577
1577
|
}, {
|
|
1578
1578
|
default: S(() => [
|
|
1579
1579
|
E(g.$slots, "default")
|
|
@@ -1582,7 +1582,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1582
1582
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1583
1583
|
};
|
|
1584
1584
|
}
|
|
1585
|
-
}),
|
|
1585
|
+
}), wr = /* @__PURE__ */ T({
|
|
1586
1586
|
__name: "index",
|
|
1587
1587
|
props: {
|
|
1588
1588
|
node: {},
|
|
@@ -1601,15 +1601,15 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1601
1601
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1602
1602
|
};
|
|
1603
1603
|
}
|
|
1604
|
-
}),
|
|
1604
|
+
}), Vr = ["id"], $r = /* @__PURE__ */ T({
|
|
1605
1605
|
__name: "index",
|
|
1606
1606
|
props: {
|
|
1607
1607
|
node: {},
|
|
1608
1608
|
outer: { type: Boolean }
|
|
1609
1609
|
},
|
|
1610
1610
|
setup(t) {
|
|
1611
|
-
const e = t, i = Q(), r = _e(), l = he(0), o = he(0), a = k(() => [l.value, o.value]), c = k(() => e.node.basic?.id), { open: p } = hi(`runtimeMenu/${
|
|
1612
|
-
return
|
|
1611
|
+
const e = t, i = Q(), r = _e(), l = he(0), o = he(0), a = k(() => [l.value, o.value]), c = k(() => e.node.basic?.id), { open: p } = hi(`runtimeMenu/${di()}`);
|
|
1612
|
+
return Ri(r, e, (u) => {
|
|
1613
1613
|
if (i !== "runtime" && i !== "preview")
|
|
1614
1614
|
return;
|
|
1615
1615
|
const d = r.interpreter;
|
|
@@ -1621,7 +1621,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1621
1621
|
const m = A("v-menu");
|
|
1622
1622
|
return w(), z(m, {
|
|
1623
1623
|
modelValue: n(p),
|
|
1624
|
-
"onUpdate:modelValue": d[0] || (d[0] = (f) =>
|
|
1624
|
+
"onUpdate:modelValue": d[0] || (d[0] = (f) => j(p) ? p.value = f : null),
|
|
1625
1625
|
attach: "menuContainer",
|
|
1626
1626
|
"location-strategy": "connected",
|
|
1627
1627
|
scrim: "transparent",
|
|
@@ -1631,7 +1631,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1631
1631
|
n(i) === "editor" ? (w(), ne("div", {
|
|
1632
1632
|
key: 0,
|
|
1633
1633
|
id: `__node__@${c.value}`
|
|
1634
|
-
}, null, 8,
|
|
1634
|
+
}, null, 8, Vr)) : mi("", !0)
|
|
1635
1635
|
]),
|
|
1636
1636
|
default: S(() => [
|
|
1637
1637
|
E(u.$slots, "default")
|
|
@@ -1640,7 +1640,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1640
1640
|
}, 8, ["modelValue", "target"]);
|
|
1641
1641
|
};
|
|
1642
1642
|
}
|
|
1643
|
-
}),
|
|
1643
|
+
}), Ir = /* @__PURE__ */ T({
|
|
1644
1644
|
__name: "index",
|
|
1645
1645
|
props: {
|
|
1646
1646
|
node: {},
|
|
@@ -1664,13 +1664,13 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1664
1664
|
"addIcon",
|
|
1665
1665
|
"prependInner"
|
|
1666
1666
|
]), { prop: _ } = s(e, ["settings", "readonly"]), { prop: v } = s(e, ["settings", "reverse"]), { prop: I } = s(e, ["settings", "singleLine"]), { prop: $ } = s(e, ["settings", "step"]), { prop: N } = s(e, ["settings", "suffix"]), { theme: D } = R(), { prop: B } = s(e, ["settings", "value"]), { prop: V } = s(e, ["settings", "variant"]), { prop: M } = s(e, ["size", "width"]);
|
|
1667
|
-
return (J,
|
|
1667
|
+
return (J, G) => {
|
|
1668
1668
|
const Y = A("v-number-input");
|
|
1669
1669
|
return w(), z(n(X), null, {
|
|
1670
1670
|
default: S(() => [
|
|
1671
1671
|
H(Y, {
|
|
1672
1672
|
modelValue: n(B),
|
|
1673
|
-
"onUpdate:modelValue":
|
|
1673
|
+
"onUpdate:modelValue": G[0] || (G[0] = (Z) => j(B) ? B.value = Z : null),
|
|
1674
1674
|
"append-icon": n(i),
|
|
1675
1675
|
"append-inner-icon": n(r),
|
|
1676
1676
|
clearable: n(l),
|
|
@@ -1700,7 +1700,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1700
1700
|
});
|
|
1701
1701
|
};
|
|
1702
1702
|
}
|
|
1703
|
-
}),
|
|
1703
|
+
}), Cr = /* @__PURE__ */ T({
|
|
1704
1704
|
__name: "index",
|
|
1705
1705
|
props: {
|
|
1706
1706
|
node: {},
|
|
@@ -1720,7 +1720,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1720
1720
|
default: S(() => [
|
|
1721
1721
|
H(g, {
|
|
1722
1722
|
modelValue: n(d),
|
|
1723
|
-
"onUpdate:modelValue": x[0] || (x[0] = (_) =>
|
|
1723
|
+
"onUpdate:modelValue": x[0] || (x[0] = (_) => j(d) ? d.value = _ : null),
|
|
1724
1724
|
density: n(r),
|
|
1725
1725
|
disabled: n(l),
|
|
1726
1726
|
length: n(o),
|
|
@@ -1737,7 +1737,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1737
1737
|
});
|
|
1738
1738
|
};
|
|
1739
1739
|
}
|
|
1740
|
-
}),
|
|
1740
|
+
}), Sr = /* @__PURE__ */ T({
|
|
1741
1741
|
__name: "index",
|
|
1742
1742
|
props: {
|
|
1743
1743
|
node: {},
|
|
@@ -1758,7 +1758,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1758
1758
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1759
1759
|
};
|
|
1760
1760
|
}
|
|
1761
|
-
}),
|
|
1761
|
+
}), Tr = /* @__PURE__ */ T({
|
|
1762
1762
|
__name: "index",
|
|
1763
1763
|
props: {
|
|
1764
1764
|
node: {},
|
|
@@ -1772,7 +1772,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1772
1772
|
default: S(() => [
|
|
1773
1773
|
H(d, {
|
|
1774
1774
|
modelValue: n(p),
|
|
1775
|
-
"onUpdate:modelValue": u[0] || (u[0] = (m) =>
|
|
1775
|
+
"onUpdate:modelValue": u[0] || (u[0] = (m) => j(p) ? p.value = m : null),
|
|
1776
1776
|
density: n(i),
|
|
1777
1777
|
direction: n(r),
|
|
1778
1778
|
disabled: n(l),
|
|
@@ -1790,7 +1790,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1790
1790
|
});
|
|
1791
1791
|
};
|
|
1792
1792
|
}
|
|
1793
|
-
}),
|
|
1793
|
+
}), zr = /* @__PURE__ */ T({
|
|
1794
1794
|
__name: "index",
|
|
1795
1795
|
props: {
|
|
1796
1796
|
node: {},
|
|
@@ -1816,7 +1816,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1816
1816
|
const B = {};
|
|
1817
1817
|
for (const { value: V, label: M } of _.value)
|
|
1818
1818
|
B[V] = M;
|
|
1819
|
-
if (!
|
|
1819
|
+
if (!vi(B))
|
|
1820
1820
|
return B;
|
|
1821
1821
|
}), { prop: I } = s(e, ["settings", "tickSize"]), { prop: $ } = s(e, [
|
|
1822
1822
|
"settings",
|
|
@@ -1859,7 +1859,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1859
1859
|
}, 8, ["modelValue"]);
|
|
1860
1860
|
};
|
|
1861
1861
|
}
|
|
1862
|
-
}),
|
|
1862
|
+
}), Ar = /* @__PURE__ */ T({
|
|
1863
1863
|
__name: "index",
|
|
1864
1864
|
props: {
|
|
1865
1865
|
node: {},
|
|
@@ -1876,7 +1876,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1876
1876
|
default: S(() => [
|
|
1877
1877
|
H(f, {
|
|
1878
1878
|
modelValue: n(u),
|
|
1879
|
-
"onUpdate:modelValue": m[0] || (m[0] = (h) =>
|
|
1879
|
+
"onUpdate:modelValue": m[0] || (m[0] = (h) => j(u) ? u.value = h : null),
|
|
1880
1880
|
clearable: n(i),
|
|
1881
1881
|
density: n(r),
|
|
1882
1882
|
disabled: n(l),
|
|
@@ -1891,7 +1891,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1891
1891
|
});
|
|
1892
1892
|
};
|
|
1893
1893
|
}
|
|
1894
|
-
}),
|
|
1894
|
+
}), Pr = /* @__PURE__ */ T({
|
|
1895
1895
|
__name: "index",
|
|
1896
1896
|
props: {
|
|
1897
1897
|
node: {},
|
|
@@ -1905,7 +1905,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1905
1905
|
default: S(() => [
|
|
1906
1906
|
H(d, {
|
|
1907
1907
|
modelValue: n(p),
|
|
1908
|
-
"onUpdate:modelValue": u[0] || (u[0] = (m) =>
|
|
1908
|
+
"onUpdate:modelValue": u[0] || (u[0] = (m) => j(p) ? p.value = m : null),
|
|
1909
1909
|
"hide-details": n(i),
|
|
1910
1910
|
label: n(r),
|
|
1911
1911
|
placeholder: n(l),
|
|
@@ -1918,7 +1918,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1918
1918
|
});
|
|
1919
1919
|
};
|
|
1920
1920
|
}
|
|
1921
|
-
}),
|
|
1921
|
+
}), Wr = /* @__PURE__ */ T({
|
|
1922
1922
|
__name: "index",
|
|
1923
1923
|
props: {
|
|
1924
1924
|
node: {},
|
|
@@ -1945,21 +1945,21 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1945
1945
|
if (!N.value)
|
|
1946
1946
|
return;
|
|
1947
1947
|
const Z = {};
|
|
1948
|
-
for (const { value: ce, label:
|
|
1949
|
-
Z[ce] =
|
|
1950
|
-
if (!
|
|
1948
|
+
for (const { value: ce, label: pt } of N.value)
|
|
1949
|
+
Z[ce] = pt;
|
|
1950
|
+
if (!vi(Z))
|
|
1951
1951
|
return Z;
|
|
1952
1952
|
}), { prop: B } = s(e, ["settings", "tickSize"]), { prop: V } = s(e, [
|
|
1953
1953
|
"settings",
|
|
1954
1954
|
"trackColor"
|
|
1955
|
-
]), { color: M } = U(V), { prop: J } = s(e, ["settings", "value"]), { prop:
|
|
1955
|
+
]), { color: M } = U(V), { prop: J } = s(e, ["settings", "value"]), { prop: G } = s(e, ["slots", "append"]), { prop: Y } = s(e, ["slots", "prepend"]);
|
|
1956
1956
|
return (Z, ce) => {
|
|
1957
|
-
const
|
|
1957
|
+
const pt = A("v-slider");
|
|
1958
1958
|
return w(), z(n(X), null, {
|
|
1959
1959
|
default: S(() => [
|
|
1960
|
-
H(
|
|
1960
|
+
H(pt, {
|
|
1961
1961
|
modelValue: n(J),
|
|
1962
|
-
"onUpdate:modelValue": ce[0] || (ce[0] = (
|
|
1962
|
+
"onUpdate:modelValue": ce[0] || (ce[0] = (Xi) => j(J) ? J.value = Xi : null),
|
|
1963
1963
|
color: n(r),
|
|
1964
1964
|
direction: n(l),
|
|
1965
1965
|
disabled: n(o),
|
|
@@ -1978,12 +1978,12 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
1978
1978
|
"tick-size": n(B),
|
|
1979
1979
|
ticks: D.value,
|
|
1980
1980
|
"track-color": n(M)
|
|
1981
|
-
},
|
|
1982
|
-
n(
|
|
1981
|
+
}, Xt({ _: 2 }, [
|
|
1982
|
+
n(G) ? {
|
|
1983
1983
|
name: "append",
|
|
1984
1984
|
fn: S(() => [
|
|
1985
1985
|
H(n(re), {
|
|
1986
|
-
"ref-context": { refid: n(
|
|
1986
|
+
"ref-context": { refid: n(G) },
|
|
1987
1987
|
state: {}
|
|
1988
1988
|
}, null, 8, ["ref-context"])
|
|
1989
1989
|
]),
|
|
@@ -2005,7 +2005,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
2005
2005
|
});
|
|
2006
2006
|
};
|
|
2007
2007
|
}
|
|
2008
|
-
}),
|
|
2008
|
+
}), Lr = /* @__PURE__ */ T({
|
|
2009
2009
|
__name: "index",
|
|
2010
2010
|
props: {
|
|
2011
2011
|
node: {},
|
|
@@ -2017,7 +2017,7 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
2017
2017
|
const c = A("v-stepper");
|
|
2018
2018
|
return w(), z(c, {
|
|
2019
2019
|
modelValue: n(l),
|
|
2020
|
-
"onUpdate:modelValue": a[0] || (a[0] = (p) =>
|
|
2020
|
+
"onUpdate:modelValue": a[0] || (a[0] = (p) => j(l) ? l.value = p : null),
|
|
2021
2021
|
"hide-actions": n(i),
|
|
2022
2022
|
theme: n(r)
|
|
2023
2023
|
}, {
|
|
@@ -2028,8 +2028,8 @@ const fr = /* @__PURE__ */ be(mr, [["render", pr]]), br = ["id"], yr = /* @__PUR
|
|
|
2028
2028
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2029
2029
|
};
|
|
2030
2030
|
}
|
|
2031
|
-
}),
|
|
2032
|
-
function
|
|
2031
|
+
}), Br = {};
|
|
2032
|
+
function Nr(t, e) {
|
|
2033
2033
|
const i = A("v-stepper-header");
|
|
2034
2034
|
return w(), z(i, null, {
|
|
2035
2035
|
default: S(() => [
|
|
@@ -2038,7 +2038,7 @@ function Lr(t, e) {
|
|
|
2038
2038
|
_: 3
|
|
2039
2039
|
});
|
|
2040
2040
|
}
|
|
2041
|
-
const
|
|
2041
|
+
const Rr = /* @__PURE__ */ be(Br, [["render", Nr]]), Dr = /* @__PURE__ */ T({
|
|
2042
2042
|
__name: "index",
|
|
2043
2043
|
props: {
|
|
2044
2044
|
node: {},
|
|
@@ -2056,8 +2056,8 @@ const Br = /* @__PURE__ */ be(Wr, [["render", Lr]]), Nr = /* @__PURE__ */ T({
|
|
|
2056
2056
|
}, 8, ["value"]);
|
|
2057
2057
|
};
|
|
2058
2058
|
}
|
|
2059
|
-
}),
|
|
2060
|
-
function
|
|
2059
|
+
}), Er = {};
|
|
2060
|
+
function Fr(t, e) {
|
|
2061
2061
|
const i = A("v-stepper-window");
|
|
2062
2062
|
return w(), z(i, null, {
|
|
2063
2063
|
default: S(() => [
|
|
@@ -2066,7 +2066,7 @@ function Dr(t, e) {
|
|
|
2066
2066
|
_: 3
|
|
2067
2067
|
});
|
|
2068
2068
|
}
|
|
2069
|
-
const
|
|
2069
|
+
const Mr = /* @__PURE__ */ be(Er, [["render", Fr]]), Hr = /* @__PURE__ */ T({
|
|
2070
2070
|
__name: "index",
|
|
2071
2071
|
props: {
|
|
2072
2072
|
node: {},
|
|
@@ -2084,7 +2084,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2084
2084
|
}, 8, ["value"]);
|
|
2085
2085
|
};
|
|
2086
2086
|
}
|
|
2087
|
-
}),
|
|
2087
|
+
}), Gr = /* @__PURE__ */ T({
|
|
2088
2088
|
__name: "index",
|
|
2089
2089
|
props: {
|
|
2090
2090
|
node: {},
|
|
@@ -2101,7 +2101,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2101
2101
|
default: S(() => [
|
|
2102
2102
|
H(x, {
|
|
2103
2103
|
modelValue: n(m),
|
|
2104
|
-
"onUpdate:modelValue": h[0] || (h[0] = (g) =>
|
|
2104
|
+
"onUpdate:modelValue": h[0] || (h[0] = (g) => j(m) ? m.value = g : null),
|
|
2105
2105
|
density: n(i),
|
|
2106
2106
|
direction: n(r),
|
|
2107
2107
|
disabled: n(l),
|
|
@@ -2118,7 +2118,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2118
2118
|
});
|
|
2119
2119
|
};
|
|
2120
2120
|
}
|
|
2121
|
-
}),
|
|
2121
|
+
}), jr = /* @__PURE__ */ T({
|
|
2122
2122
|
__name: "index",
|
|
2123
2123
|
props: {
|
|
2124
2124
|
node: {},
|
|
@@ -2144,7 +2144,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2144
2144
|
});
|
|
2145
2145
|
};
|
|
2146
2146
|
}
|
|
2147
|
-
}),
|
|
2147
|
+
}), Ur = /* @__PURE__ */ T({
|
|
2148
2148
|
__name: "index",
|
|
2149
2149
|
props: {
|
|
2150
2150
|
node: {},
|
|
@@ -2171,7 +2171,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2171
2171
|
const V = A("v-tabs");
|
|
2172
2172
|
return w(), z(V, {
|
|
2173
2173
|
modelValue: n(N),
|
|
2174
|
-
"onUpdate:modelValue": B[0] || (B[0] = (M) =>
|
|
2174
|
+
"onUpdate:modelValue": B[0] || (B[0] = (M) => j(N) ? N.value = M : null),
|
|
2175
2175
|
"align-tabs": n(i),
|
|
2176
2176
|
"bg-color": n(l),
|
|
2177
2177
|
"center-active": n(o),
|
|
@@ -2196,7 +2196,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2196
2196
|
}, 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"]);
|
|
2197
2197
|
};
|
|
2198
2198
|
}
|
|
2199
|
-
}),
|
|
2199
|
+
}), Or = /* @__PURE__ */ T({
|
|
2200
2200
|
__name: "index",
|
|
2201
2201
|
props: {
|
|
2202
2202
|
node: {},
|
|
@@ -2204,14 +2204,14 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2204
2204
|
},
|
|
2205
2205
|
setup(t) {
|
|
2206
2206
|
const e = t, i = ke(), { prop: r } = s(e, ["settings", "align"]), { prop: l } = 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(() => {
|
|
2207
|
-
const u = [], d =
|
|
2207
|
+
const u = [], d = Ci(i.value.width), m = ye(d, e.node.settings?.style);
|
|
2208
2208
|
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"), r.value && u.push(`font-${r.value}`), l.value && u.push(`text-decoration-${l.value}`), p.value && u.push(`font-weight-${p.value}`), a.value && u.push("font-italic"), u.join(" ");
|
|
2209
2209
|
});
|
|
2210
2210
|
return (u, d) => (w(), ne("span", {
|
|
2211
|
-
class:
|
|
2212
|
-
},
|
|
2211
|
+
class: Qi(b.value)
|
|
2212
|
+
}, eo(n(c)), 3));
|
|
2213
2213
|
}
|
|
2214
|
-
}),
|
|
2214
|
+
}), Kr = /* @__PURE__ */ T({
|
|
2215
2215
|
__name: "index",
|
|
2216
2216
|
props: {
|
|
2217
2217
|
node: {},
|
|
@@ -2225,7 +2225,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2225
2225
|
default: S(() => [
|
|
2226
2226
|
H(I, {
|
|
2227
2227
|
modelValue: n(x),
|
|
2228
|
-
"onUpdate:modelValue": v[0] || (v[0] = ($) =>
|
|
2228
|
+
"onUpdate:modelValue": v[0] || (v[0] = ($) => j(x) ? x.value = $ : null),
|
|
2229
2229
|
"auto-grow": n(i),
|
|
2230
2230
|
clearable: n(r),
|
|
2231
2231
|
density: n(l),
|
|
@@ -2246,7 +2246,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2246
2246
|
});
|
|
2247
2247
|
};
|
|
2248
2248
|
}
|
|
2249
|
-
}),
|
|
2249
|
+
}), Jr = /* @__PURE__ */ T({
|
|
2250
2250
|
__name: "index",
|
|
2251
2251
|
props: {
|
|
2252
2252
|
node: {},
|
|
@@ -2266,13 +2266,13 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2266
2266
|
"slots",
|
|
2267
2267
|
"prependInner"
|
|
2268
2268
|
]);
|
|
2269
|
-
return (J,
|
|
2269
|
+
return (J, G) => {
|
|
2270
2270
|
const Y = A("v-text-field");
|
|
2271
2271
|
return w(), z(n(X), null, {
|
|
2272
2272
|
default: S(() => [
|
|
2273
2273
|
H(Y, {
|
|
2274
2274
|
modelValue: n($),
|
|
2275
|
-
"onUpdate:modelValue":
|
|
2275
|
+
"onUpdate:modelValue": G[0] || (G[0] = (Z) => j($) ? $.value = Z : null),
|
|
2276
2276
|
"append-icon": n(i),
|
|
2277
2277
|
"append-inner-icon": n(r),
|
|
2278
2278
|
autofocus: n(l),
|
|
@@ -2292,7 +2292,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2292
2292
|
suffix: n(v),
|
|
2293
2293
|
theme: n(I),
|
|
2294
2294
|
variant: n(N)
|
|
2295
|
-
},
|
|
2295
|
+
}, Xt({ _: 2 }, [
|
|
2296
2296
|
n(D) ? {
|
|
2297
2297
|
name: "append",
|
|
2298
2298
|
fn: S(() => [
|
|
@@ -2339,7 +2339,7 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2339
2339
|
});
|
|
2340
2340
|
};
|
|
2341
2341
|
}
|
|
2342
|
-
}),
|
|
2342
|
+
}), Xr = /* @__PURE__ */ T({
|
|
2343
2343
|
__name: "index",
|
|
2344
2344
|
props: {
|
|
2345
2345
|
node: {},
|
|
@@ -2389,8 +2389,8 @@ const Er = /* @__PURE__ */ be(Rr, [["render", Dr]]), Fr = /* @__PURE__ */ T({
|
|
|
2389
2389
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2390
2390
|
};
|
|
2391
2391
|
}
|
|
2392
|
-
}),
|
|
2393
|
-
function
|
|
2392
|
+
}), Yr = {};
|
|
2393
|
+
function Zr(t, e) {
|
|
2394
2394
|
const i = A("v-timeline-item");
|
|
2395
2395
|
return w(), z(i, null, {
|
|
2396
2396
|
default: S(() => [
|
|
@@ -2399,7 +2399,7 @@ function Xr(t, e) {
|
|
|
2399
2399
|
_: 3
|
|
2400
2400
|
});
|
|
2401
2401
|
}
|
|
2402
|
-
const
|
|
2402
|
+
const qr = /* @__PURE__ */ be(Yr, [["render", Zr]]), Qr = /* @__PURE__ */ T({
|
|
2403
2403
|
__name: "index",
|
|
2404
2404
|
props: {
|
|
2405
2405
|
node: {},
|
|
@@ -2411,7 +2411,7 @@ const Yr = /* @__PURE__ */ be(Jr, [["render", Xr]]), Zr = /* @__PURE__ */ T({
|
|
|
2411
2411
|
const m = A("v-window");
|
|
2412
2412
|
return w(), z(m, {
|
|
2413
2413
|
modelValue: n(b),
|
|
2414
|
-
"onUpdate:modelValue": d[0] || (d[0] = (f) =>
|
|
2414
|
+
"onUpdate:modelValue": d[0] || (d[0] = (f) => j(b) ? b.value = f : null),
|
|
2415
2415
|
continuous: n(i),
|
|
2416
2416
|
direction: n(l),
|
|
2417
2417
|
disabled: n(r),
|
|
@@ -2427,8 +2427,8 @@ const Yr = /* @__PURE__ */ be(Jr, [["render", Xr]]), Zr = /* @__PURE__ */ T({
|
|
|
2427
2427
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2428
2428
|
};
|
|
2429
2429
|
}
|
|
2430
|
-
}),
|
|
2431
|
-
function
|
|
2430
|
+
}), el = {};
|
|
2431
|
+
function tl(t, e) {
|
|
2432
2432
|
const i = A("v-window-item");
|
|
2433
2433
|
return w(), z(i, null, {
|
|
2434
2434
|
default: S(() => [
|
|
@@ -2437,7 +2437,7 @@ function Qr(t, e) {
|
|
|
2437
2437
|
_: 3
|
|
2438
2438
|
});
|
|
2439
2439
|
}
|
|
2440
|
-
const
|
|
2440
|
+
const nl = /* @__PURE__ */ be(el, [["render", tl]]), Ae = "badge_v1", en = "breadcrumbs_v1", Pe = "bar_chart_v1", tn = "box_geometry_v1", We = "btn_v1", Le = "btn_group_v1", Be = "btn_toggle_v1", Ne = "card_v1", Re = "checkbox_v1", De = "chip_v1", Ee = "chip_group_v1", Fe = "color_picker_v1", Me = "combobox_v1", He = "container_v1", Ge = "data_table_v1", je = "date_picker_v1", Ue = "dialog_v1", Oe = "file_input_v1", Ke = "flex_layout_v1", Ei = "flex_layout_entry_v1", Je = "form_v1", Xe = "icon_v1", _t = "globality_v1", Ye = "line_chart_v1", Ze = "menu_v1", nn = "mesh_v1", on = "multiple_ref_v1", qe = "number_input_v1", Qe = "pagination_v1", Fi = "radio_v1", et = "radio_group_v1", tt = "range_slider_v1", nt = "rating_v1", sn = "render_switch_v1", it = "select_v1", we = "single_ref_v1", ot = "slider_v1", st = "stepper_v1", Mi = "stepper_header_v1", Hi = "stepper_item_v1", Gi = "stepper_window_v1", ji = "stepper_window_item_v1", rt = "switch_v1", Ui = "tab_v1", rn = "table_v1", lt = "tabs_v1", at = "text_v1", ut = "textarea_v1", ct = "text_field_v1", dt = "timeline_v1", Oi = "timeline_item_v1", mt = "window_v1", Ki = "window_item_v1", y = {
|
|
2441
2441
|
key: "basic",
|
|
2442
2442
|
name: "x-runtime-lib.basic",
|
|
2443
2443
|
children: [
|
|
@@ -2499,7 +2499,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
|
|
|
2499
2499
|
]
|
|
2500
2500
|
}
|
|
2501
2501
|
]
|
|
2502
|
-
},
|
|
2502
|
+
}, il = F(K), me = {
|
|
2503
2503
|
key: "border",
|
|
2504
2504
|
name: "x-runtime-lib.border",
|
|
2505
2505
|
children: [
|
|
@@ -2517,7 +2517,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
|
|
|
2517
2517
|
types: "borderWidthTypesV1",
|
|
2518
2518
|
default: ""
|
|
2519
2519
|
},
|
|
2520
|
-
|
|
2520
|
+
il,
|
|
2521
2521
|
{
|
|
2522
2522
|
key: "roundRadius",
|
|
2523
2523
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -2553,7 +2553,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
|
|
|
2553
2553
|
]
|
|
2554
2554
|
}
|
|
2555
2555
|
]
|
|
2556
|
-
},
|
|
2556
|
+
}, Ve = {
|
|
2557
2557
|
key: "legend",
|
|
2558
2558
|
name: "x-runtime-lib.legend",
|
|
2559
2559
|
children: [
|
|
@@ -2691,7 +2691,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
|
|
|
2691
2691
|
default: ""
|
|
2692
2692
|
}
|
|
2693
2693
|
]
|
|
2694
|
-
},
|
|
2694
|
+
}, $e = {
|
|
2695
2695
|
key: "title",
|
|
2696
2696
|
name: "x-runtime-lib.title",
|
|
2697
2697
|
children: [
|
|
@@ -2714,7 +2714,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
|
|
|
2714
2714
|
default: ""
|
|
2715
2715
|
}
|
|
2716
2716
|
]
|
|
2717
|
-
},
|
|
2717
|
+
}, Ie = {
|
|
2718
2718
|
key: "xAxis",
|
|
2719
2719
|
name: "x-runtime-lib.xAxis",
|
|
2720
2720
|
children: [
|
|
@@ -2747,7 +2747,7 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
|
|
|
2747
2747
|
defaultArray: []
|
|
2748
2748
|
}
|
|
2749
2749
|
]
|
|
2750
|
-
},
|
|
2750
|
+
}, Ce = {
|
|
2751
2751
|
key: "yAxis",
|
|
2752
2752
|
name: "x-runtime-lib.yAxis",
|
|
2753
2753
|
children: [
|
|
@@ -2781,26 +2781,26 @@ const el = /* @__PURE__ */ be(qr, [["render", Qr]]), Ni = "badge_v1", mn = "brea
|
|
|
2781
2781
|
}
|
|
2782
2782
|
]
|
|
2783
2783
|
};
|
|
2784
|
-
function
|
|
2784
|
+
function ol(t, e) {
|
|
2785
2785
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
2786
2786
|
if (!r) {
|
|
2787
2787
|
console.error(`barChartV1/spawn prop tag not found, ${i}`);
|
|
2788
2788
|
return;
|
|
2789
2789
|
}
|
|
2790
|
-
const l =
|
|
2790
|
+
const l = wt.props[r];
|
|
2791
2791
|
if (!l) {
|
|
2792
2792
|
console.error(`barChartV1/spawn props not found, ${i}`);
|
|
2793
2793
|
return;
|
|
2794
2794
|
}
|
|
2795
2795
|
const o = {};
|
|
2796
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
2796
|
+
return W(o, l), 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 = [
|
|
2797
2797
|
{
|
|
2798
2798
|
type: "bar",
|
|
2799
2799
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
2800
2800
|
}
|
|
2801
2801
|
], o;
|
|
2802
2802
|
}
|
|
2803
|
-
const
|
|
2803
|
+
const xn = {
|
|
2804
2804
|
key: "series",
|
|
2805
2805
|
name: "x-runtime-lib.series",
|
|
2806
2806
|
children: [
|
|
@@ -2821,41 +2821,41 @@ const yn = {
|
|
|
2821
2821
|
],
|
|
2822
2822
|
array: !0,
|
|
2823
2823
|
defaultArray: []
|
|
2824
|
-
},
|
|
2825
|
-
key:
|
|
2824
|
+
}, wt = {
|
|
2825
|
+
key: Pe,
|
|
2826
2826
|
name: "x-runtime-lib.barChart",
|
|
2827
|
-
comp:
|
|
2827
|
+
comp: Es,
|
|
2828
2828
|
props: {
|
|
2829
|
-
pageCommon: [y, O,
|
|
2830
|
-
compCommon: [y, O,
|
|
2829
|
+
pageCommon: [y, O, $e, Ie, Ce, Ve, xn],
|
|
2830
|
+
compCommon: [y, O, $e, Ie, Ce, Ve, xn]
|
|
2831
2831
|
},
|
|
2832
2832
|
events: [],
|
|
2833
2833
|
methods: [],
|
|
2834
2834
|
slots: [],
|
|
2835
2835
|
leaf: !0,
|
|
2836
|
-
spawn:
|
|
2836
|
+
spawn: ol
|
|
2837
2837
|
};
|
|
2838
|
-
C(
|
|
2839
|
-
function
|
|
2838
|
+
C(wt);
|
|
2839
|
+
function sl(t, e) {
|
|
2840
2840
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
2841
2841
|
if (!r) {
|
|
2842
2842
|
console.error(`lineChartV1/spawn prop tag not found, ${i}`);
|
|
2843
2843
|
return;
|
|
2844
2844
|
}
|
|
2845
|
-
const l =
|
|
2845
|
+
const l = Vt.props[r];
|
|
2846
2846
|
if (!l) {
|
|
2847
2847
|
console.error(`lineChartV1/spawn props not found, ${i}`);
|
|
2848
2848
|
return;
|
|
2849
2849
|
}
|
|
2850
2850
|
const o = {};
|
|
2851
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
2851
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Vt.key, o.size.height = "300px", o.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], o.series = [
|
|
2852
2852
|
{
|
|
2853
2853
|
type: "line",
|
|
2854
2854
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
2855
2855
|
}
|
|
2856
2856
|
], o;
|
|
2857
2857
|
}
|
|
2858
|
-
const
|
|
2858
|
+
const vn = {
|
|
2859
2859
|
key: "series",
|
|
2860
2860
|
name: "x-runtime-lib.series",
|
|
2861
2861
|
children: [
|
|
@@ -2876,41 +2876,41 @@ const hn = {
|
|
|
2876
2876
|
],
|
|
2877
2877
|
array: !0,
|
|
2878
2878
|
defaultArray: []
|
|
2879
|
-
},
|
|
2880
|
-
key:
|
|
2879
|
+
}, Vt = {
|
|
2880
|
+
key: Ye,
|
|
2881
2881
|
name: "x-runtime-lib.lineChart",
|
|
2882
|
-
comp:
|
|
2882
|
+
comp: Fs,
|
|
2883
2883
|
props: {
|
|
2884
|
-
pageCommon: [y, O,
|
|
2885
|
-
compCommon: [y, O,
|
|
2884
|
+
pageCommon: [y, O, $e, Ie, Ce, Ve, vn],
|
|
2885
|
+
compCommon: [y, O, $e, Ie, Ce, Ve, vn]
|
|
2886
2886
|
},
|
|
2887
2887
|
events: [],
|
|
2888
2888
|
methods: [],
|
|
2889
2889
|
slots: [],
|
|
2890
2890
|
leaf: !0,
|
|
2891
|
-
spawn:
|
|
2891
|
+
spawn: sl
|
|
2892
2892
|
};
|
|
2893
|
-
C(
|
|
2894
|
-
const
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
const
|
|
2893
|
+
C(Vt);
|
|
2894
|
+
const ln = F(K);
|
|
2895
|
+
ln.key = "backgroundColor";
|
|
2896
|
+
ln.name = "x-runtime-lib.backgroundColor";
|
|
2897
|
+
const kn = {
|
|
2898
2898
|
key: "settings",
|
|
2899
2899
|
name: "x-runtime-lib.settings",
|
|
2900
|
-
children: [
|
|
2901
|
-
},
|
|
2900
|
+
children: [ln]
|
|
2901
|
+
}, _n = {
|
|
2902
2902
|
key: "settings",
|
|
2903
2903
|
name: "x-runtime-lib.settings",
|
|
2904
2904
|
children: []
|
|
2905
|
-
},
|
|
2906
|
-
key:
|
|
2905
|
+
}, rl = {
|
|
2906
|
+
key: _t,
|
|
2907
2907
|
name: "x-runtime-lib.globality",
|
|
2908
2908
|
comp: null,
|
|
2909
2909
|
props: {
|
|
2910
|
-
pageCommon: [
|
|
2911
|
-
pageScene: [
|
|
2912
|
-
compCommon: [
|
|
2913
|
-
compScene: [
|
|
2910
|
+
pageCommon: [kn],
|
|
2911
|
+
pageScene: [_n],
|
|
2912
|
+
compCommon: [kn],
|
|
2913
|
+
compScene: [_n]
|
|
2914
2914
|
},
|
|
2915
2915
|
events: [
|
|
2916
2916
|
{
|
|
@@ -2950,8 +2950,8 @@ const gn = {
|
|
|
2950
2950
|
slots: [],
|
|
2951
2951
|
internal: !0
|
|
2952
2952
|
};
|
|
2953
|
-
C(
|
|
2954
|
-
const
|
|
2953
|
+
C(rl);
|
|
2954
|
+
const wn = {
|
|
2955
2955
|
key: "settings",
|
|
2956
2956
|
name: "x-runtime-lib.settings",
|
|
2957
2957
|
children: [
|
|
@@ -2986,33 +2986,33 @@ const vn = {
|
|
|
2986
2986
|
default: !1
|
|
2987
2987
|
}
|
|
2988
2988
|
]
|
|
2989
|
-
},
|
|
2990
|
-
key:
|
|
2989
|
+
}, iu = {
|
|
2990
|
+
key: Ae,
|
|
2991
2991
|
name: "x-runtime-lib.badge",
|
|
2992
|
-
comp:
|
|
2992
|
+
comp: er,
|
|
2993
2993
|
props: {
|
|
2994
|
-
pageCommon: [y,
|
|
2995
|
-
compCommon: [y,
|
|
2994
|
+
pageCommon: [y, wn],
|
|
2995
|
+
compCommon: [y, wn]
|
|
2996
2996
|
},
|
|
2997
2997
|
events: [],
|
|
2998
2998
|
methods: [],
|
|
2999
2999
|
slots: []
|
|
3000
3000
|
};
|
|
3001
|
-
function
|
|
3001
|
+
function ll(t, e) {
|
|
3002
3002
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
3003
3003
|
if (!r) {
|
|
3004
3004
|
console.error(`btnV1/spawn prop tag not found, ${i}`);
|
|
3005
3005
|
return;
|
|
3006
3006
|
}
|
|
3007
|
-
const l =
|
|
3007
|
+
const l = $t.props[r];
|
|
3008
3008
|
if (!l) {
|
|
3009
3009
|
console.error(`btnV1/spawn props not found, ${i}`);
|
|
3010
3010
|
return;
|
|
3011
3011
|
}
|
|
3012
3012
|
const o = {};
|
|
3013
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
3013
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = $t.key, o.settings.text = "button", o;
|
|
3014
3014
|
}
|
|
3015
|
-
const
|
|
3015
|
+
const al = F(K), Vn = {
|
|
3016
3016
|
key: "settings",
|
|
3017
3017
|
name: "x-runtime-lib.settings",
|
|
3018
3018
|
children: [
|
|
@@ -3091,7 +3091,7 @@ const rl = F(K), kn = {
|
|
|
3091
3091
|
ui: "switch",
|
|
3092
3092
|
default: !1
|
|
3093
3093
|
},
|
|
3094
|
-
|
|
3094
|
+
al,
|
|
3095
3095
|
{
|
|
3096
3096
|
key: "ripple",
|
|
3097
3097
|
name: "x-runtime-lib.ripple",
|
|
@@ -3099,13 +3099,13 @@ const rl = F(K), kn = {
|
|
|
3099
3099
|
default: !0
|
|
3100
3100
|
}
|
|
3101
3101
|
]
|
|
3102
|
-
},
|
|
3103
|
-
key:
|
|
3102
|
+
}, $t = {
|
|
3103
|
+
key: We,
|
|
3104
3104
|
name: "x-runtime-lib.button",
|
|
3105
|
-
comp:
|
|
3105
|
+
comp: tr,
|
|
3106
3106
|
props: {
|
|
3107
|
-
pageCommon: [y, O,
|
|
3108
|
-
compCommon: [y, O,
|
|
3107
|
+
pageCommon: [y, O, Vn],
|
|
3108
|
+
compCommon: [y, O, Vn]
|
|
3109
3109
|
},
|
|
3110
3110
|
events: [
|
|
3111
3111
|
{
|
|
@@ -3117,13 +3117,13 @@ const rl = F(K), kn = {
|
|
|
3117
3117
|
methods: [],
|
|
3118
3118
|
slots: [],
|
|
3119
3119
|
leaf: !0,
|
|
3120
|
-
spawn:
|
|
3120
|
+
spawn: ll
|
|
3121
3121
|
};
|
|
3122
|
-
C(
|
|
3123
|
-
const
|
|
3124
|
-
key:
|
|
3122
|
+
C($t);
|
|
3123
|
+
const ul = {
|
|
3124
|
+
key: Le,
|
|
3125
3125
|
name: "x-runtime-lib.buttonGroup",
|
|
3126
|
-
comp:
|
|
3126
|
+
comp: or,
|
|
3127
3127
|
props: {
|
|
3128
3128
|
pageCommon: [y],
|
|
3129
3129
|
compCommon: [y]
|
|
@@ -3132,8 +3132,8 @@ const ll = {
|
|
|
3132
3132
|
methods: [],
|
|
3133
3133
|
slots: []
|
|
3134
3134
|
};
|
|
3135
|
-
C(
|
|
3136
|
-
const
|
|
3135
|
+
C(ul);
|
|
3136
|
+
const $n = {
|
|
3137
3137
|
key: "settings",
|
|
3138
3138
|
name: "x-runtime-lib.settings",
|
|
3139
3139
|
children: [
|
|
@@ -3194,20 +3194,20 @@ const _n = {
|
|
|
3194
3194
|
default: !1
|
|
3195
3195
|
}
|
|
3196
3196
|
]
|
|
3197
|
-
},
|
|
3198
|
-
key:
|
|
3197
|
+
}, cl = {
|
|
3198
|
+
key: Be,
|
|
3199
3199
|
name: "x-runtime-lib.buttonToggle",
|
|
3200
|
-
comp:
|
|
3200
|
+
comp: sr,
|
|
3201
3201
|
props: {
|
|
3202
|
-
pageCommon: [y,
|
|
3203
|
-
compCommon: [y,
|
|
3202
|
+
pageCommon: [y, $n],
|
|
3203
|
+
compCommon: [y, $n]
|
|
3204
3204
|
},
|
|
3205
3205
|
events: [],
|
|
3206
3206
|
methods: [],
|
|
3207
3207
|
slots: []
|
|
3208
3208
|
};
|
|
3209
|
-
C(
|
|
3210
|
-
function
|
|
3209
|
+
C(cl);
|
|
3210
|
+
function dl(t, e) {
|
|
3211
3211
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
3212
3212
|
if (!r) {
|
|
3213
3213
|
console.error(`cardV1/spawn prop tag not found, ${i}`);
|
|
@@ -3221,7 +3221,7 @@ function ul(t, e) {
|
|
|
3221
3221
|
const o = {};
|
|
3222
3222
|
return W(o, l), 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;
|
|
3223
3223
|
}
|
|
3224
|
-
const
|
|
3224
|
+
const In = {
|
|
3225
3225
|
key: "settings",
|
|
3226
3226
|
name: "x-runtime-lib.settings",
|
|
3227
3227
|
children: [
|
|
@@ -3277,20 +3277,20 @@ const wn = {
|
|
|
3277
3277
|
}
|
|
3278
3278
|
]
|
|
3279
3279
|
}, xe = {
|
|
3280
|
-
key:
|
|
3280
|
+
key: Ne,
|
|
3281
3281
|
name: "x-runtime-lib.card",
|
|
3282
|
-
comp:
|
|
3282
|
+
comp: rr,
|
|
3283
3283
|
props: {
|
|
3284
|
-
pageCommon: [y, O,
|
|
3285
|
-
compCommon: [y, O,
|
|
3284
|
+
pageCommon: [y, O, In],
|
|
3285
|
+
compCommon: [y, O, In]
|
|
3286
3286
|
},
|
|
3287
3287
|
events: [],
|
|
3288
3288
|
methods: [],
|
|
3289
3289
|
slots: [],
|
|
3290
|
-
spawn:
|
|
3290
|
+
spawn: dl
|
|
3291
3291
|
};
|
|
3292
3292
|
C(xe);
|
|
3293
|
-
const
|
|
3293
|
+
const Cn = {
|
|
3294
3294
|
key: "settings",
|
|
3295
3295
|
name: "x-runtime-lib.settings",
|
|
3296
3296
|
children: [
|
|
@@ -3307,21 +3307,21 @@ const Vn = {
|
|
|
3307
3307
|
default: ""
|
|
3308
3308
|
}
|
|
3309
3309
|
]
|
|
3310
|
-
},
|
|
3311
|
-
key:
|
|
3310
|
+
}, ml = {
|
|
3311
|
+
key: Re,
|
|
3312
3312
|
name: "x-runtime-lib.checkbox",
|
|
3313
|
-
comp:
|
|
3313
|
+
comp: lr,
|
|
3314
3314
|
props: {
|
|
3315
|
-
pageCommon: [y,
|
|
3316
|
-
compCommon: [y,
|
|
3315
|
+
pageCommon: [y, Cn],
|
|
3316
|
+
compCommon: [y, Cn]
|
|
3317
3317
|
},
|
|
3318
3318
|
events: [],
|
|
3319
3319
|
methods: [],
|
|
3320
3320
|
slots: [],
|
|
3321
3321
|
leaf: !0
|
|
3322
3322
|
};
|
|
3323
|
-
C(
|
|
3324
|
-
const
|
|
3323
|
+
C(ml);
|
|
3324
|
+
const pl = F(K), Sn = {
|
|
3325
3325
|
key: "settings",
|
|
3326
3326
|
name: "x-runtime-lib.settings",
|
|
3327
3327
|
children: [
|
|
@@ -3394,35 +3394,35 @@ const dl = F(K), $n = {
|
|
|
3394
3394
|
ui: "switch",
|
|
3395
3395
|
default: !1
|
|
3396
3396
|
},
|
|
3397
|
-
|
|
3397
|
+
pl
|
|
3398
3398
|
]
|
|
3399
|
-
},
|
|
3400
|
-
key:
|
|
3399
|
+
}, It = {
|
|
3400
|
+
key: De,
|
|
3401
3401
|
name: "x-runtime-lib.chip",
|
|
3402
|
-
comp:
|
|
3402
|
+
comp: ar,
|
|
3403
3403
|
props: {
|
|
3404
|
-
pageCommon: [y,
|
|
3405
|
-
compCommon: [y,
|
|
3404
|
+
pageCommon: [y, Sn],
|
|
3405
|
+
compCommon: [y, Sn]
|
|
3406
3406
|
},
|
|
3407
3407
|
events: [],
|
|
3408
3408
|
methods: [],
|
|
3409
3409
|
slots: [],
|
|
3410
3410
|
leaf: !0
|
|
3411
3411
|
};
|
|
3412
|
-
C(
|
|
3413
|
-
function
|
|
3412
|
+
C(It);
|
|
3413
|
+
function fl(t, e) {
|
|
3414
3414
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
3415
3415
|
if (!r) {
|
|
3416
3416
|
console.error(`chipGroupV1/spawn prop tag not found, ${i}`);
|
|
3417
3417
|
return;
|
|
3418
3418
|
}
|
|
3419
|
-
const l =
|
|
3419
|
+
const l = Ct.props[r];
|
|
3420
3420
|
if (!l) {
|
|
3421
3421
|
console.error(`chipGroupV1/spawn props not found, ${i}`);
|
|
3422
3422
|
return;
|
|
3423
3423
|
}
|
|
3424
3424
|
const o = {};
|
|
3425
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
3425
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Ct.key, o.children = [
|
|
3426
3426
|
de(t, e, "chip1", "chip 1"),
|
|
3427
3427
|
de(t, e, "chip2", "chip 2"),
|
|
3428
3428
|
de(t, e, "chip3", "chip 3"),
|
|
@@ -3437,15 +3437,15 @@ function de(t, e, i, r) {
|
|
|
3437
3437
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${l}`);
|
|
3438
3438
|
return;
|
|
3439
3439
|
}
|
|
3440
|
-
const a =
|
|
3440
|
+
const a = It.props[o];
|
|
3441
3441
|
if (!a) {
|
|
3442
3442
|
console.error(`chipGroupV1/spawnChip props not found, ${l}`);
|
|
3443
3443
|
return;
|
|
3444
3444
|
}
|
|
3445
3445
|
const c = {};
|
|
3446
|
-
return W(c, a), c.basic.id = P(16), c.basic.key =
|
|
3446
|
+
return W(c, a), c.basic.id = P(16), c.basic.key = It.key, c.settings.value = i, c.settings.text = r, c;
|
|
3447
3447
|
}
|
|
3448
|
-
const
|
|
3448
|
+
const Tn = {
|
|
3449
3449
|
key: "settings",
|
|
3450
3450
|
name: "x-runtime-lib.settings",
|
|
3451
3451
|
children: [
|
|
@@ -3499,24 +3499,24 @@ const In = {
|
|
|
3499
3499
|
default: !1
|
|
3500
3500
|
}
|
|
3501
3501
|
]
|
|
3502
|
-
},
|
|
3503
|
-
key:
|
|
3502
|
+
}, Ct = {
|
|
3503
|
+
key: Ee,
|
|
3504
3504
|
name: "x-runtime-lib.chipGroup",
|
|
3505
|
-
comp:
|
|
3505
|
+
comp: ur,
|
|
3506
3506
|
props: {
|
|
3507
|
-
pageCommon: [y,
|
|
3508
|
-
compCommon: [y,
|
|
3507
|
+
pageCommon: [y, Tn],
|
|
3508
|
+
compCommon: [y, Tn]
|
|
3509
3509
|
},
|
|
3510
3510
|
events: [],
|
|
3511
3511
|
methods: [],
|
|
3512
3512
|
slots: [],
|
|
3513
|
-
spawn:
|
|
3513
|
+
spawn: fl
|
|
3514
3514
|
};
|
|
3515
|
-
C(
|
|
3516
|
-
const
|
|
3517
|
-
key:
|
|
3515
|
+
C(Ct);
|
|
3516
|
+
const bl = {
|
|
3517
|
+
key: Fe,
|
|
3518
3518
|
name: "x-runtime-lib.colorPicker",
|
|
3519
|
-
comp:
|
|
3519
|
+
comp: cr,
|
|
3520
3520
|
props: {
|
|
3521
3521
|
pageCommon: [y],
|
|
3522
3522
|
compCommon: [y]
|
|
@@ -3526,8 +3526,8 @@ const pl = {
|
|
|
3526
3526
|
slots: [],
|
|
3527
3527
|
leaf: !0
|
|
3528
3528
|
};
|
|
3529
|
-
C(
|
|
3530
|
-
const
|
|
3529
|
+
C(bl);
|
|
3530
|
+
const zn = {
|
|
3531
3531
|
key: "settings",
|
|
3532
3532
|
name: "x-runtime-lib.settings",
|
|
3533
3533
|
children: [
|
|
@@ -3568,34 +3568,34 @@ const Cn = {
|
|
|
3568
3568
|
default: !1
|
|
3569
3569
|
}
|
|
3570
3570
|
]
|
|
3571
|
-
},
|
|
3572
|
-
key:
|
|
3571
|
+
}, yl = {
|
|
3572
|
+
key: Me,
|
|
3573
3573
|
name: "x-runtime-lib.combobox",
|
|
3574
|
-
comp:
|
|
3574
|
+
comp: dr,
|
|
3575
3575
|
props: {
|
|
3576
|
-
pageCommon: [y,
|
|
3577
|
-
compCommon: [y,
|
|
3576
|
+
pageCommon: [y, zn],
|
|
3577
|
+
compCommon: [y, zn]
|
|
3578
3578
|
},
|
|
3579
3579
|
events: [],
|
|
3580
3580
|
methods: [],
|
|
3581
3581
|
slots: [],
|
|
3582
3582
|
leaf: !0
|
|
3583
3583
|
};
|
|
3584
|
-
C(
|
|
3585
|
-
const
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
const
|
|
3584
|
+
C(yl);
|
|
3585
|
+
const an = F(K);
|
|
3586
|
+
an.key = "backgroundColor";
|
|
3587
|
+
an.name = "x-runtime-lib.backgroundColor";
|
|
3588
|
+
const An = {
|
|
3589
3589
|
key: "settings",
|
|
3590
3590
|
name: "x-runtime-lib.settings",
|
|
3591
|
-
children: [
|
|
3592
|
-
},
|
|
3593
|
-
key:
|
|
3591
|
+
children: [an]
|
|
3592
|
+
}, St = {
|
|
3593
|
+
key: He,
|
|
3594
3594
|
name: "x-runtime-lib.container",
|
|
3595
|
-
comp:
|
|
3595
|
+
comp: mr,
|
|
3596
3596
|
props: {
|
|
3597
|
-
pageCommon: [y, O, me, pe, fe,
|
|
3598
|
-
compCommon: [y, O, me, pe, fe,
|
|
3597
|
+
pageCommon: [y, O, me, pe, fe, An],
|
|
3598
|
+
compCommon: [y, O, me, pe, fe, An]
|
|
3599
3599
|
},
|
|
3600
3600
|
events: [
|
|
3601
3601
|
{
|
|
@@ -3607,8 +3607,8 @@ const Sn = {
|
|
|
3607
3607
|
methods: [],
|
|
3608
3608
|
slots: []
|
|
3609
3609
|
};
|
|
3610
|
-
C(
|
|
3611
|
-
const
|
|
3610
|
+
C(St);
|
|
3611
|
+
const Pn = {
|
|
3612
3612
|
key: "size",
|
|
3613
3613
|
name: "x-runtime-lib.size",
|
|
3614
3614
|
children: [
|
|
@@ -3627,7 +3627,7 @@ const Tn = {
|
|
|
3627
3627
|
default: ""
|
|
3628
3628
|
}
|
|
3629
3629
|
]
|
|
3630
|
-
},
|
|
3630
|
+
}, Wn = {
|
|
3631
3631
|
key: "settings",
|
|
3632
3632
|
name: "x-runtime-lib.settings",
|
|
3633
3633
|
children: [
|
|
@@ -3735,7 +3735,7 @@ const Tn = {
|
|
|
3735
3735
|
default: !1
|
|
3736
3736
|
}
|
|
3737
3737
|
]
|
|
3738
|
-
},
|
|
3738
|
+
}, Ln = {
|
|
3739
3739
|
key: "slots",
|
|
3740
3740
|
name: "x-runtime-lib.slots",
|
|
3741
3741
|
children: [
|
|
@@ -3760,24 +3760,24 @@ const Tn = {
|
|
|
3760
3760
|
defaultArray: []
|
|
3761
3761
|
}
|
|
3762
3762
|
]
|
|
3763
|
-
},
|
|
3764
|
-
key:
|
|
3763
|
+
}, hl = {
|
|
3764
|
+
key: Ge,
|
|
3765
3765
|
name: "x-runtime-lib.dataTable",
|
|
3766
|
-
comp:
|
|
3766
|
+
comp: pr,
|
|
3767
3767
|
props: {
|
|
3768
|
-
pageCommon: [y,
|
|
3769
|
-
compCommon: [y,
|
|
3768
|
+
pageCommon: [y, Pn, Wn, Ln],
|
|
3769
|
+
compCommon: [y, Pn, Wn, Ln]
|
|
3770
3770
|
},
|
|
3771
3771
|
events: [],
|
|
3772
3772
|
methods: [],
|
|
3773
3773
|
slots: [],
|
|
3774
3774
|
leaf: !0
|
|
3775
3775
|
};
|
|
3776
|
-
C(
|
|
3777
|
-
const
|
|
3778
|
-
key:
|
|
3776
|
+
C(hl);
|
|
3777
|
+
const gl = {
|
|
3778
|
+
key: je,
|
|
3779
3779
|
name: "x-runtime-lib.datePicker",
|
|
3780
|
-
comp:
|
|
3780
|
+
comp: yr,
|
|
3781
3781
|
props: {
|
|
3782
3782
|
pageCommon: [y],
|
|
3783
3783
|
compCommon: [y]
|
|
@@ -3787,11 +3787,11 @@ const yl = {
|
|
|
3787
3787
|
slots: [],
|
|
3788
3788
|
leaf: !0
|
|
3789
3789
|
};
|
|
3790
|
-
C(
|
|
3791
|
-
const
|
|
3792
|
-
key:
|
|
3790
|
+
C(gl);
|
|
3791
|
+
const xl = {
|
|
3792
|
+
key: Ue,
|
|
3793
3793
|
name: "x-runtime-lib.dialog",
|
|
3794
|
-
comp:
|
|
3794
|
+
comp: gr,
|
|
3795
3795
|
props: {
|
|
3796
3796
|
pageCommon: [y],
|
|
3797
3797
|
compCommon: [y]
|
|
@@ -3814,24 +3814,24 @@ const hl = {
|
|
|
3814
3814
|
slots: [],
|
|
3815
3815
|
teleport: !0
|
|
3816
3816
|
};
|
|
3817
|
-
C(
|
|
3818
|
-
const
|
|
3817
|
+
C(xl);
|
|
3818
|
+
const Bn = {
|
|
3819
3819
|
key: "settings",
|
|
3820
3820
|
name: "x-runtime-lib.settings",
|
|
3821
3821
|
children: []
|
|
3822
|
-
},
|
|
3823
|
-
key:
|
|
3822
|
+
}, ou = {
|
|
3823
|
+
key: Oe,
|
|
3824
3824
|
name: "x-runtime-lib.fileInput",
|
|
3825
|
-
comp:
|
|
3825
|
+
comp: xr,
|
|
3826
3826
|
props: {
|
|
3827
|
-
pageCommon: [y,
|
|
3828
|
-
compCommon: [y,
|
|
3827
|
+
pageCommon: [y, Bn],
|
|
3828
|
+
compCommon: [y, Bn]
|
|
3829
3829
|
},
|
|
3830
3830
|
events: [],
|
|
3831
3831
|
methods: [],
|
|
3832
3832
|
slots: [],
|
|
3833
3833
|
leaf: !0
|
|
3834
|
-
},
|
|
3834
|
+
}, Nn = {
|
|
3835
3835
|
key: "settings",
|
|
3836
3836
|
name: "x-runtime-lib.settings",
|
|
3837
3837
|
children: [
|
|
@@ -3848,20 +3848,20 @@ const Pn = {
|
|
|
3848
3848
|
default: !1
|
|
3849
3849
|
}
|
|
3850
3850
|
]
|
|
3851
|
-
},
|
|
3852
|
-
key:
|
|
3851
|
+
}, Tt = {
|
|
3852
|
+
key: Ei,
|
|
3853
3853
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
3854
|
-
comp:
|
|
3854
|
+
comp: kr,
|
|
3855
3855
|
props: {
|
|
3856
|
-
pageCommon: [y, O,
|
|
3857
|
-
compCommon: [y, O,
|
|
3856
|
+
pageCommon: [y, O, Nn],
|
|
3857
|
+
compCommon: [y, O, Nn]
|
|
3858
3858
|
},
|
|
3859
3859
|
events: [],
|
|
3860
3860
|
methods: [],
|
|
3861
3861
|
slots: []
|
|
3862
3862
|
};
|
|
3863
|
-
C(
|
|
3864
|
-
function
|
|
3863
|
+
C(Tt);
|
|
3864
|
+
function vl(t, e) {
|
|
3865
3865
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
3866
3866
|
if (!r) {
|
|
3867
3867
|
console.error(`flexLayoutV1/spawn prop tag not found, ${i}`);
|
|
@@ -3874,7 +3874,7 @@ function gl(t, e) {
|
|
|
3874
3874
|
}
|
|
3875
3875
|
const o = {};
|
|
3876
3876
|
return W(o, l), o.basic.id = P(16), o.basic.key = ve.key, o.children = [
|
|
3877
|
-
|
|
3877
|
+
zt(
|
|
3878
3878
|
t,
|
|
3879
3879
|
e,
|
|
3880
3880
|
"#ff0000",
|
|
@@ -3884,7 +3884,7 @@ function gl(t, e) {
|
|
|
3884
3884
|
"40px",
|
|
3885
3885
|
void 0
|
|
3886
3886
|
),
|
|
3887
|
-
|
|
3887
|
+
zt(
|
|
3888
3888
|
t,
|
|
3889
3889
|
e,
|
|
3890
3890
|
"#00ff00",
|
|
@@ -3894,10 +3894,10 @@ function gl(t, e) {
|
|
|
3894
3894
|
"60px",
|
|
3895
3895
|
void 0
|
|
3896
3896
|
),
|
|
3897
|
-
|
|
3897
|
+
kl(t, e)
|
|
3898
3898
|
], o;
|
|
3899
3899
|
}
|
|
3900
|
-
function
|
|
3900
|
+
function zt(t, e, i, r, l, o, a, c, p) {
|
|
3901
3901
|
const b = `type=${t} subtype=${e}`, u = L(t, e);
|
|
3902
3902
|
if (!u) {
|
|
3903
3903
|
console.error(
|
|
@@ -3905,21 +3905,21 @@ function Tt(t, e, i, r, l, o, a, c, p) {
|
|
|
3905
3905
|
);
|
|
3906
3906
|
return;
|
|
3907
3907
|
}
|
|
3908
|
-
const d =
|
|
3908
|
+
const d = St.props[u];
|
|
3909
3909
|
if (!d) {
|
|
3910
3910
|
console.error(`flexLayoutV1/spawnContainer props not found, ${b}`);
|
|
3911
3911
|
return;
|
|
3912
3912
|
}
|
|
3913
3913
|
const m = {};
|
|
3914
|
-
return W(m, d), m.basic.id = P(16), m.basic.key =
|
|
3914
|
+
return W(m, d), m.basic.id = P(16), m.basic.key = St.key, r && (m.size.width = r), l && (m.size.minWidth = l), 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;
|
|
3915
3915
|
}
|
|
3916
|
-
function
|
|
3916
|
+
function kl(t, e) {
|
|
3917
3917
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
3918
3918
|
if (!r) {
|
|
3919
3919
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${i}`);
|
|
3920
3920
|
return;
|
|
3921
3921
|
}
|
|
3922
|
-
const l =
|
|
3922
|
+
const l = Tt.props[r];
|
|
3923
3923
|
if (!l) {
|
|
3924
3924
|
console.error(`flexLayoutV1/spawnEntry props not found, ${i}`);
|
|
3925
3925
|
return;
|
|
@@ -3930,8 +3930,8 @@ function xl(t, e) {
|
|
|
3930
3930
|
key: ""
|
|
3931
3931
|
}
|
|
3932
3932
|
};
|
|
3933
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
3934
|
-
|
|
3933
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Tt.key, o.children = [
|
|
3934
|
+
zt(
|
|
3935
3935
|
t,
|
|
3936
3936
|
e,
|
|
3937
3937
|
"#0000ff",
|
|
@@ -3943,10 +3943,10 @@ function xl(t, e) {
|
|
|
3943
3943
|
)
|
|
3944
3944
|
], o;
|
|
3945
3945
|
}
|
|
3946
|
-
const
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
const
|
|
3946
|
+
const un = F(K);
|
|
3947
|
+
un.key = "backgroundColor";
|
|
3948
|
+
un.name = "x-runtime-lib.backgroundColor";
|
|
3949
|
+
const Rn = {
|
|
3950
3950
|
key: "settings",
|
|
3951
3951
|
name: "x-runtime-lib.settings",
|
|
3952
3952
|
children: [
|
|
@@ -4114,15 +4114,15 @@ const Ln = {
|
|
|
4114
4114
|
}
|
|
4115
4115
|
]
|
|
4116
4116
|
},
|
|
4117
|
-
|
|
4117
|
+
un
|
|
4118
4118
|
]
|
|
4119
4119
|
}, ve = {
|
|
4120
|
-
key:
|
|
4120
|
+
key: Ke,
|
|
4121
4121
|
name: "x-runtime-lib.flexLayout",
|
|
4122
|
-
comp:
|
|
4122
|
+
comp: vr,
|
|
4123
4123
|
props: {
|
|
4124
|
-
pageCommon: [y, O, me, pe, fe,
|
|
4125
|
-
compCommon: [y, O, me, pe, fe,
|
|
4124
|
+
pageCommon: [y, O, me, pe, fe, Rn],
|
|
4125
|
+
compCommon: [y, O, me, pe, fe, Rn]
|
|
4126
4126
|
},
|
|
4127
4127
|
events: [
|
|
4128
4128
|
{
|
|
@@ -4133,10 +4133,10 @@ const Ln = {
|
|
|
4133
4133
|
],
|
|
4134
4134
|
methods: [],
|
|
4135
4135
|
slots: [],
|
|
4136
|
-
spawn:
|
|
4136
|
+
spawn: vl
|
|
4137
4137
|
};
|
|
4138
4138
|
C(ve);
|
|
4139
|
-
const
|
|
4139
|
+
const Dn = {
|
|
4140
4140
|
key: "settings",
|
|
4141
4141
|
name: "x-runtime-lib.settings",
|
|
4142
4142
|
children: [
|
|
@@ -4257,7 +4257,7 @@ const Bn = {
|
|
|
4257
4257
|
default: ""
|
|
4258
4258
|
}
|
|
4259
4259
|
]
|
|
4260
|
-
},
|
|
4260
|
+
}, En = {
|
|
4261
4261
|
key: "slots",
|
|
4262
4262
|
name: "x-runtime-lib.slots",
|
|
4263
4263
|
children: [
|
|
@@ -4286,13 +4286,13 @@ const Bn = {
|
|
|
4286
4286
|
default: void 0
|
|
4287
4287
|
}
|
|
4288
4288
|
]
|
|
4289
|
-
},
|
|
4290
|
-
key:
|
|
4289
|
+
}, At = {
|
|
4290
|
+
key: ct,
|
|
4291
4291
|
name: "x-runtime-lib.textField",
|
|
4292
|
-
comp:
|
|
4292
|
+
comp: Jr,
|
|
4293
4293
|
props: {
|
|
4294
|
-
pageCommon: [y,
|
|
4295
|
-
compCommon: [y,
|
|
4294
|
+
pageCommon: [y, Dn, En],
|
|
4295
|
+
compCommon: [y, Dn, En]
|
|
4296
4296
|
},
|
|
4297
4297
|
events: [],
|
|
4298
4298
|
methods: [],
|
|
@@ -4324,36 +4324,36 @@ const Bn = {
|
|
|
4324
4324
|
],
|
|
4325
4325
|
leaf: !0
|
|
4326
4326
|
};
|
|
4327
|
-
C(
|
|
4328
|
-
function
|
|
4327
|
+
C(At);
|
|
4328
|
+
function _l(t, e) {
|
|
4329
4329
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
4330
4330
|
if (!r) {
|
|
4331
4331
|
console.error(`formV1/spawn prop tag not found, ${i}`);
|
|
4332
4332
|
return;
|
|
4333
4333
|
}
|
|
4334
|
-
const l =
|
|
4334
|
+
const l = Pt.props[r];
|
|
4335
4335
|
if (!l) {
|
|
4336
4336
|
console.error(`formV1/spawn props not found, ${i}`);
|
|
4337
4337
|
return;
|
|
4338
4338
|
}
|
|
4339
4339
|
const o = {};
|
|
4340
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
4340
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Pt.key, o.children = [wl(t, e)], o;
|
|
4341
4341
|
}
|
|
4342
|
-
function
|
|
4342
|
+
function wl(t, e) {
|
|
4343
4343
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
4344
4344
|
if (!r) {
|
|
4345
4345
|
console.error(`formV1/spawnTextField prop tag not found, ${i}`);
|
|
4346
4346
|
return;
|
|
4347
4347
|
}
|
|
4348
|
-
const l =
|
|
4348
|
+
const l = At.props[r];
|
|
4349
4349
|
if (!l) {
|
|
4350
4350
|
console.error(`formV1/spawnTextField props not found, ${i}`);
|
|
4351
4351
|
return;
|
|
4352
4352
|
}
|
|
4353
4353
|
const o = {};
|
|
4354
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
4354
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = At.key, o;
|
|
4355
4355
|
}
|
|
4356
|
-
const
|
|
4356
|
+
const Fn = {
|
|
4357
4357
|
key: "settings",
|
|
4358
4358
|
name: "x-runtime-lib.settings",
|
|
4359
4359
|
children: [
|
|
@@ -4371,13 +4371,13 @@ const Rn = {
|
|
|
4371
4371
|
default: !1
|
|
4372
4372
|
}
|
|
4373
4373
|
]
|
|
4374
|
-
},
|
|
4375
|
-
key:
|
|
4374
|
+
}, Pt = {
|
|
4375
|
+
key: Je,
|
|
4376
4376
|
name: "x-runtime-lib.form",
|
|
4377
|
-
comp:
|
|
4377
|
+
comp: _r,
|
|
4378
4378
|
props: {
|
|
4379
|
-
pageCommon: [y, O, me, pe, fe,
|
|
4380
|
-
compCommon: [y, O, me, pe, fe,
|
|
4379
|
+
pageCommon: [y, O, me, pe, fe, Fn],
|
|
4380
|
+
compCommon: [y, O, me, pe, fe, Fn]
|
|
4381
4381
|
},
|
|
4382
4382
|
events: [
|
|
4383
4383
|
{
|
|
@@ -4388,10 +4388,10 @@ const Rn = {
|
|
|
4388
4388
|
],
|
|
4389
4389
|
methods: [],
|
|
4390
4390
|
slots: [],
|
|
4391
|
-
spawn:
|
|
4391
|
+
spawn: _l
|
|
4392
4392
|
};
|
|
4393
|
-
C(
|
|
4394
|
-
const
|
|
4393
|
+
C(Pt);
|
|
4394
|
+
const Vl = F(K), Mn = {
|
|
4395
4395
|
key: "settings",
|
|
4396
4396
|
name: "x-runtime-lib.settings",
|
|
4397
4397
|
children: [
|
|
@@ -4414,26 +4414,26 @@ const _l = F(K), Dn = {
|
|
|
4414
4414
|
items: "sizeItemsV1",
|
|
4415
4415
|
default: "default"
|
|
4416
4416
|
},
|
|
4417
|
-
|
|
4417
|
+
Vl
|
|
4418
4418
|
]
|
|
4419
|
-
},
|
|
4420
|
-
key:
|
|
4419
|
+
}, $l = {
|
|
4420
|
+
key: Xe,
|
|
4421
4421
|
name: "x-runtime-lib.icon",
|
|
4422
|
-
comp:
|
|
4422
|
+
comp: wr,
|
|
4423
4423
|
props: {
|
|
4424
|
-
pageCommon: [y,
|
|
4425
|
-
compCommon: [y,
|
|
4424
|
+
pageCommon: [y, Mn],
|
|
4425
|
+
compCommon: [y, Mn]
|
|
4426
4426
|
},
|
|
4427
4427
|
events: [],
|
|
4428
4428
|
methods: [],
|
|
4429
4429
|
slots: [],
|
|
4430
4430
|
leaf: !0
|
|
4431
4431
|
};
|
|
4432
|
-
C(
|
|
4433
|
-
const
|
|
4434
|
-
key:
|
|
4432
|
+
C($l);
|
|
4433
|
+
const Il = {
|
|
4434
|
+
key: Ze,
|
|
4435
4435
|
name: "x-runtime-lib.menu",
|
|
4436
|
-
comp:
|
|
4436
|
+
comp: $r,
|
|
4437
4437
|
props: {
|
|
4438
4438
|
pageCommon: [y],
|
|
4439
4439
|
compCommon: [y]
|
|
@@ -4456,22 +4456,22 @@ const Vl = {
|
|
|
4456
4456
|
slots: [],
|
|
4457
4457
|
teleport: !0
|
|
4458
4458
|
};
|
|
4459
|
-
C(
|
|
4460
|
-
function
|
|
4459
|
+
C(Il);
|
|
4460
|
+
function Cl(t, e) {
|
|
4461
4461
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
4462
4462
|
if (!r) {
|
|
4463
4463
|
console.error(`numberInputV1/spawn prop tag not found, ${i}`);
|
|
4464
4464
|
return;
|
|
4465
4465
|
}
|
|
4466
|
-
const l =
|
|
4466
|
+
const l = Wt.props[r];
|
|
4467
4467
|
if (!l) {
|
|
4468
4468
|
console.error(`numberInputV1/spawn props not found, ${i}`);
|
|
4469
4469
|
return;
|
|
4470
4470
|
}
|
|
4471
4471
|
const o = {};
|
|
4472
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
4472
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Wt.key, o.settings.label = "label", o.settings.placeholder = "placeholder", o;
|
|
4473
4473
|
}
|
|
4474
|
-
const
|
|
4474
|
+
const Hn = {
|
|
4475
4475
|
key: "size",
|
|
4476
4476
|
name: "x-runtime-lib.size",
|
|
4477
4477
|
children: [
|
|
@@ -4497,7 +4497,7 @@ const En = {
|
|
|
4497
4497
|
default: ""
|
|
4498
4498
|
}
|
|
4499
4499
|
]
|
|
4500
|
-
},
|
|
4500
|
+
}, Gn = {
|
|
4501
4501
|
key: "settings",
|
|
4502
4502
|
name: "x-runtime-lib.settings",
|
|
4503
4503
|
children: [
|
|
@@ -4638,13 +4638,13 @@ const En = {
|
|
|
4638
4638
|
]
|
|
4639
4639
|
}
|
|
4640
4640
|
]
|
|
4641
|
-
},
|
|
4642
|
-
key:
|
|
4641
|
+
}, Wt = {
|
|
4642
|
+
key: qe,
|
|
4643
4643
|
name: "x-runtime-lib.numberInput",
|
|
4644
|
-
comp:
|
|
4644
|
+
comp: Ir,
|
|
4645
4645
|
props: {
|
|
4646
|
-
pageCommon: [y,
|
|
4647
|
-
compCommon: [y,
|
|
4646
|
+
pageCommon: [y, Hn, Gn],
|
|
4647
|
+
compCommon: [y, Hn, Gn]
|
|
4648
4648
|
},
|
|
4649
4649
|
events: [
|
|
4650
4650
|
{
|
|
@@ -4676,10 +4676,10 @@ const En = {
|
|
|
4676
4676
|
methods: [],
|
|
4677
4677
|
slots: [],
|
|
4678
4678
|
leaf: !0,
|
|
4679
|
-
spawn:
|
|
4679
|
+
spawn: Cl
|
|
4680
4680
|
};
|
|
4681
|
-
C(
|
|
4682
|
-
const
|
|
4681
|
+
C(Wt);
|
|
4682
|
+
const jn = {
|
|
4683
4683
|
key: "settings",
|
|
4684
4684
|
name: "x-runtime-lib.settings",
|
|
4685
4685
|
children: [
|
|
@@ -4742,21 +4742,21 @@ const Mn = {
|
|
|
4742
4742
|
default: !1
|
|
4743
4743
|
}
|
|
4744
4744
|
]
|
|
4745
|
-
},
|
|
4746
|
-
key:
|
|
4745
|
+
}, Sl = {
|
|
4746
|
+
key: Qe,
|
|
4747
4747
|
name: "x-runtime-lib.pagination",
|
|
4748
|
-
comp:
|
|
4748
|
+
comp: Cr,
|
|
4749
4749
|
props: {
|
|
4750
|
-
pageCommon: [y,
|
|
4751
|
-
compCommon: [y,
|
|
4750
|
+
pageCommon: [y, jn],
|
|
4751
|
+
compCommon: [y, jn]
|
|
4752
4752
|
},
|
|
4753
4753
|
events: [],
|
|
4754
4754
|
methods: [],
|
|
4755
4755
|
slots: [],
|
|
4756
4756
|
leaf: !0
|
|
4757
4757
|
};
|
|
4758
|
-
C(
|
|
4759
|
-
const
|
|
4758
|
+
C(Sl);
|
|
4759
|
+
const Tl = F(K), Un = {
|
|
4760
4760
|
key: "settings",
|
|
4761
4761
|
name: "x-runtime-lib.settings",
|
|
4762
4762
|
children: [
|
|
@@ -4791,55 +4791,55 @@ const Cl = F(K), Hn = {
|
|
|
4791
4791
|
items: "densityItemsV1",
|
|
4792
4792
|
default: "default"
|
|
4793
4793
|
},
|
|
4794
|
-
|
|
4794
|
+
Tl
|
|
4795
4795
|
]
|
|
4796
|
-
},
|
|
4797
|
-
key:
|
|
4796
|
+
}, Lt = {
|
|
4797
|
+
key: Fi,
|
|
4798
4798
|
name: "x-runtime-lib.radio",
|
|
4799
|
-
comp:
|
|
4799
|
+
comp: Sr,
|
|
4800
4800
|
props: {
|
|
4801
|
-
pageCommon: [y,
|
|
4802
|
-
compCommon: [y,
|
|
4801
|
+
pageCommon: [y, Un],
|
|
4802
|
+
compCommon: [y, Un]
|
|
4803
4803
|
},
|
|
4804
4804
|
events: [],
|
|
4805
4805
|
methods: [],
|
|
4806
4806
|
slots: [],
|
|
4807
4807
|
leaf: !0
|
|
4808
4808
|
};
|
|
4809
|
-
C(
|
|
4810
|
-
function
|
|
4809
|
+
C(Lt);
|
|
4810
|
+
function zl(t, e) {
|
|
4811
4811
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
4812
4812
|
if (!r) {
|
|
4813
4813
|
console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
|
|
4814
4814
|
return;
|
|
4815
4815
|
}
|
|
4816
|
-
const l =
|
|
4816
|
+
const l = Bt.props[r];
|
|
4817
4817
|
if (!l) {
|
|
4818
4818
|
console.error(`radioGroupV1/spawn props not found, ${i}`);
|
|
4819
4819
|
return;
|
|
4820
4820
|
}
|
|
4821
4821
|
const o = {};
|
|
4822
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4822
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Bt.key, o.children = [
|
|
4823
|
+
bt(t, e, "option1", "Option 1"),
|
|
4824
|
+
bt(t, e, "option2", "Option 2"),
|
|
4825
|
+
bt(t, e, "option3", "Option 3")
|
|
4826
4826
|
], o.settings.value = "option1", o;
|
|
4827
4827
|
}
|
|
4828
|
-
function
|
|
4828
|
+
function bt(t, e, i, r) {
|
|
4829
4829
|
const l = `type=${t} subtype=${e}`, o = L(t, e);
|
|
4830
4830
|
if (!o) {
|
|
4831
4831
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${l}`);
|
|
4832
4832
|
return;
|
|
4833
4833
|
}
|
|
4834
|
-
const a =
|
|
4834
|
+
const a = Lt.props[o];
|
|
4835
4835
|
if (!a) {
|
|
4836
4836
|
console.error(`radioGroupV1/spawnEntry props not found, ${l}`);
|
|
4837
4837
|
return;
|
|
4838
4838
|
}
|
|
4839
4839
|
const c = {};
|
|
4840
|
-
return W(c, a), c.basic.id = P(16), c.basic.key =
|
|
4840
|
+
return W(c, a), c.basic.id = P(16), c.basic.key = Lt.key, c.settings.value = i, c.settings.label = r, c;
|
|
4841
4841
|
}
|
|
4842
|
-
const
|
|
4842
|
+
const On = {
|
|
4843
4843
|
key: "settings",
|
|
4844
4844
|
name: "x-runtime-lib.settings",
|
|
4845
4845
|
children: [
|
|
@@ -4882,21 +4882,21 @@ const jn = {
|
|
|
4882
4882
|
default: !1
|
|
4883
4883
|
}
|
|
4884
4884
|
]
|
|
4885
|
-
},
|
|
4886
|
-
key:
|
|
4885
|
+
}, Bt = {
|
|
4886
|
+
key: et,
|
|
4887
4887
|
name: "x-runtime-lib.radioGroup",
|
|
4888
|
-
comp:
|
|
4888
|
+
comp: Tr,
|
|
4889
4889
|
props: {
|
|
4890
|
-
pageCommon: [y,
|
|
4891
|
-
compCommon: [y,
|
|
4890
|
+
pageCommon: [y, On],
|
|
4891
|
+
compCommon: [y, On]
|
|
4892
4892
|
},
|
|
4893
4893
|
events: [],
|
|
4894
4894
|
methods: [],
|
|
4895
4895
|
slots: [],
|
|
4896
|
-
spawn:
|
|
4896
|
+
spawn: zl
|
|
4897
4897
|
};
|
|
4898
|
-
C(
|
|
4899
|
-
const
|
|
4898
|
+
C(Bt);
|
|
4899
|
+
const Kn = {
|
|
4900
4900
|
key: "settings",
|
|
4901
4901
|
name: "x-runtime-lib.settings",
|
|
4902
4902
|
children: [
|
|
@@ -5013,21 +5013,21 @@ const Gn = {
|
|
|
5013
5013
|
]
|
|
5014
5014
|
}
|
|
5015
5015
|
]
|
|
5016
|
-
},
|
|
5017
|
-
key:
|
|
5016
|
+
}, Al = {
|
|
5017
|
+
key: tt,
|
|
5018
5018
|
name: "x-runtime-lib.rangeSlider",
|
|
5019
|
-
comp:
|
|
5019
|
+
comp: zr,
|
|
5020
5020
|
props: {
|
|
5021
|
-
pageCommon: [y,
|
|
5022
|
-
compCommon: [y,
|
|
5021
|
+
pageCommon: [y, Kn],
|
|
5022
|
+
compCommon: [y, Kn]
|
|
5023
5023
|
},
|
|
5024
5024
|
events: [],
|
|
5025
5025
|
methods: [],
|
|
5026
5026
|
slots: [],
|
|
5027
5027
|
leaf: !0
|
|
5028
5028
|
};
|
|
5029
|
-
C(
|
|
5030
|
-
const
|
|
5029
|
+
C(Al);
|
|
5030
|
+
const Jn = {
|
|
5031
5031
|
key: "settings",
|
|
5032
5032
|
name: "x-runtime-lib.settings",
|
|
5033
5033
|
children: [
|
|
@@ -5082,21 +5082,21 @@ const Un = {
|
|
|
5082
5082
|
default: !1
|
|
5083
5083
|
}
|
|
5084
5084
|
]
|
|
5085
|
-
},
|
|
5086
|
-
key:
|
|
5085
|
+
}, Pl = {
|
|
5086
|
+
key: nt,
|
|
5087
5087
|
name: "x-runtime-lib.rating",
|
|
5088
|
-
comp:
|
|
5088
|
+
comp: Ar,
|
|
5089
5089
|
props: {
|
|
5090
|
-
pageCommon: [y,
|
|
5091
|
-
compCommon: [y,
|
|
5090
|
+
pageCommon: [y, Jn],
|
|
5091
|
+
compCommon: [y, Jn]
|
|
5092
5092
|
},
|
|
5093
5093
|
events: [],
|
|
5094
5094
|
methods: [],
|
|
5095
5095
|
slots: [],
|
|
5096
5096
|
leaf: !0
|
|
5097
5097
|
};
|
|
5098
|
-
C(
|
|
5099
|
-
const
|
|
5098
|
+
C(Pl);
|
|
5099
|
+
const Xn = {
|
|
5100
5100
|
key: "settings",
|
|
5101
5101
|
name: "x-runtime-lib.settings",
|
|
5102
5102
|
children: [
|
|
@@ -5137,30 +5137,30 @@ const On = {
|
|
|
5137
5137
|
default: !1
|
|
5138
5138
|
}
|
|
5139
5139
|
]
|
|
5140
|
-
},
|
|
5141
|
-
key:
|
|
5140
|
+
}, Wl = {
|
|
5141
|
+
key: it,
|
|
5142
5142
|
name: "x-runtime-lib.select",
|
|
5143
|
-
comp:
|
|
5143
|
+
comp: Pr,
|
|
5144
5144
|
props: {
|
|
5145
|
-
pageCommon: [y,
|
|
5146
|
-
compCommon: [y,
|
|
5145
|
+
pageCommon: [y, Xn],
|
|
5146
|
+
compCommon: [y, Xn]
|
|
5147
5147
|
},
|
|
5148
5148
|
events: [],
|
|
5149
5149
|
methods: [],
|
|
5150
5150
|
slots: [],
|
|
5151
5151
|
leaf: !0
|
|
5152
5152
|
};
|
|
5153
|
-
C(
|
|
5154
|
-
const
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
const
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
const
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
const
|
|
5153
|
+
C(Wl);
|
|
5154
|
+
const cn = F(K);
|
|
5155
|
+
cn.key = "color";
|
|
5156
|
+
cn.name = "x-runtime-lib.color";
|
|
5157
|
+
const dn = F(K);
|
|
5158
|
+
dn.key = "trackColor";
|
|
5159
|
+
dn.name = "x-runtime-lib.trackColor";
|
|
5160
|
+
const mn = F(K);
|
|
5161
|
+
mn.key = "thumbColor";
|
|
5162
|
+
mn.name = "x-runtime-lib.thumbColor";
|
|
5163
|
+
const Yn = {
|
|
5164
5164
|
key: "settings",
|
|
5165
5165
|
name: "x-runtime-lib.settings",
|
|
5166
5166
|
children: [
|
|
@@ -5265,11 +5265,11 @@ const Kn = {
|
|
|
5265
5265
|
ui: "switch",
|
|
5266
5266
|
default: !1
|
|
5267
5267
|
},
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
|
|
5268
|
+
cn,
|
|
5269
|
+
dn,
|
|
5270
|
+
mn
|
|
5271
5271
|
]
|
|
5272
|
-
},
|
|
5272
|
+
}, Zn = {
|
|
5273
5273
|
key: "slots",
|
|
5274
5274
|
name: "x-runtime-lib.slots",
|
|
5275
5275
|
children: [
|
|
@@ -5286,24 +5286,24 @@ const Kn = {
|
|
|
5286
5286
|
default: void 0
|
|
5287
5287
|
}
|
|
5288
5288
|
]
|
|
5289
|
-
},
|
|
5290
|
-
key:
|
|
5289
|
+
}, Ll = {
|
|
5290
|
+
key: ot,
|
|
5291
5291
|
name: "x-runtime-lib.slider",
|
|
5292
|
-
comp:
|
|
5292
|
+
comp: Wr,
|
|
5293
5293
|
props: {
|
|
5294
|
-
pageCommon: [y,
|
|
5295
|
-
compCommon: [y,
|
|
5294
|
+
pageCommon: [y, Yn, Zn],
|
|
5295
|
+
compCommon: [y, Yn, Zn]
|
|
5296
5296
|
},
|
|
5297
5297
|
events: [],
|
|
5298
5298
|
methods: [],
|
|
5299
5299
|
slots: [],
|
|
5300
5300
|
leaf: !0
|
|
5301
5301
|
};
|
|
5302
|
-
C(
|
|
5303
|
-
const
|
|
5304
|
-
key:
|
|
5302
|
+
C(Ll);
|
|
5303
|
+
const Nt = {
|
|
5304
|
+
key: Mi,
|
|
5305
5305
|
name: "x-runtime-lib.stepperHeader",
|
|
5306
|
-
comp:
|
|
5306
|
+
comp: Rr,
|
|
5307
5307
|
props: {
|
|
5308
5308
|
pageCommon: [y],
|
|
5309
5309
|
compCommon: [y]
|
|
@@ -5312,8 +5312,8 @@ const Bt = {
|
|
|
5312
5312
|
methods: [],
|
|
5313
5313
|
slots: []
|
|
5314
5314
|
};
|
|
5315
|
-
C(
|
|
5316
|
-
const
|
|
5315
|
+
C(Nt);
|
|
5316
|
+
const qn = {
|
|
5317
5317
|
key: "settings",
|
|
5318
5318
|
name: "x-runtime-lib.settings",
|
|
5319
5319
|
children: [
|
|
@@ -5324,23 +5324,23 @@ const Xn = {
|
|
|
5324
5324
|
default: ""
|
|
5325
5325
|
}
|
|
5326
5326
|
]
|
|
5327
|
-
},
|
|
5328
|
-
key:
|
|
5327
|
+
}, Rt = {
|
|
5328
|
+
key: Hi,
|
|
5329
5329
|
name: "x-runtime-lib.stepperItem",
|
|
5330
|
-
comp:
|
|
5330
|
+
comp: Dr,
|
|
5331
5331
|
props: {
|
|
5332
|
-
pageCommon: [y,
|
|
5333
|
-
compCommon: [y,
|
|
5332
|
+
pageCommon: [y, qn],
|
|
5333
|
+
compCommon: [y, qn]
|
|
5334
5334
|
},
|
|
5335
5335
|
events: [],
|
|
5336
5336
|
methods: [],
|
|
5337
5337
|
slots: []
|
|
5338
5338
|
};
|
|
5339
|
-
C(
|
|
5340
|
-
const
|
|
5341
|
-
key:
|
|
5339
|
+
C(Rt);
|
|
5340
|
+
const Dt = {
|
|
5341
|
+
key: Gi,
|
|
5342
5342
|
name: "x-runtime-lib.stepperWindow",
|
|
5343
|
-
comp:
|
|
5343
|
+
comp: Mr,
|
|
5344
5344
|
props: {
|
|
5345
5345
|
pageCommon: [y],
|
|
5346
5346
|
compCommon: [y]
|
|
@@ -5349,8 +5349,8 @@ const Rt = {
|
|
|
5349
5349
|
methods: [],
|
|
5350
5350
|
slots: []
|
|
5351
5351
|
};
|
|
5352
|
-
C(
|
|
5353
|
-
const
|
|
5352
|
+
C(Dt);
|
|
5353
|
+
const Qn = {
|
|
5354
5354
|
key: "settings",
|
|
5355
5355
|
name: "x-runtime-lib.settings",
|
|
5356
5356
|
children: [
|
|
@@ -5361,98 +5361,98 @@ const Yn = {
|
|
|
5361
5361
|
default: ""
|
|
5362
5362
|
}
|
|
5363
5363
|
]
|
|
5364
|
-
},
|
|
5365
|
-
key:
|
|
5364
|
+
}, Et = {
|
|
5365
|
+
key: ji,
|
|
5366
5366
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5367
|
-
comp:
|
|
5367
|
+
comp: Hr,
|
|
5368
5368
|
props: {
|
|
5369
|
-
pageCommon: [y,
|
|
5370
|
-
compCommon: [y,
|
|
5369
|
+
pageCommon: [y, Qn],
|
|
5370
|
+
compCommon: [y, Qn]
|
|
5371
5371
|
},
|
|
5372
5372
|
events: [],
|
|
5373
5373
|
methods: [],
|
|
5374
5374
|
slots: []
|
|
5375
5375
|
};
|
|
5376
|
-
C(
|
|
5377
|
-
function
|
|
5376
|
+
C(Et);
|
|
5377
|
+
function Bl(t, e) {
|
|
5378
5378
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
5379
5379
|
if (!r) {
|
|
5380
5380
|
console.error(`stepperV1/spawn prop tag not found, ${i}`);
|
|
5381
5381
|
return;
|
|
5382
5382
|
}
|
|
5383
|
-
const l =
|
|
5383
|
+
const l = Ft.props[r];
|
|
5384
5384
|
if (!l) {
|
|
5385
5385
|
console.error(`stepperV1/spawn props not found, ${i}`);
|
|
5386
5386
|
return;
|
|
5387
5387
|
}
|
|
5388
5388
|
const o = {};
|
|
5389
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
5389
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Ft.key, o.children = [Nl(t, e), Rl(t, e)], o;
|
|
5390
5390
|
}
|
|
5391
|
-
function
|
|
5391
|
+
function Nl(t, e) {
|
|
5392
5392
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
5393
5393
|
if (!r) {
|
|
5394
5394
|
console.error(`stepperV1/spawnHeader prop tag not found, ${i}`);
|
|
5395
5395
|
return;
|
|
5396
5396
|
}
|
|
5397
|
-
const l =
|
|
5397
|
+
const l = Nt.props[r];
|
|
5398
5398
|
if (!l) {
|
|
5399
5399
|
console.error(`stepperV1/spawnHeader props not found, ${i}`);
|
|
5400
5400
|
return;
|
|
5401
5401
|
}
|
|
5402
5402
|
const o = {};
|
|
5403
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5403
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Nt.key, o.children = [
|
|
5404
|
+
yt(t, e, "step1"),
|
|
5405
|
+
yt(t, e, "step2"),
|
|
5406
|
+
yt(t, e, "step3")
|
|
5407
5407
|
], o;
|
|
5408
5408
|
}
|
|
5409
|
-
function
|
|
5409
|
+
function yt(t, e, i) {
|
|
5410
5410
|
const r = `type=${t} subtype=${e}`, l = L(t, e);
|
|
5411
5411
|
if (!l) {
|
|
5412
5412
|
console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
|
|
5413
5413
|
return;
|
|
5414
5414
|
}
|
|
5415
|
-
const o =
|
|
5415
|
+
const o = Rt.props[l];
|
|
5416
5416
|
if (!o) {
|
|
5417
5417
|
console.error(`stepperV1/spawnItem props not found, ${r}`);
|
|
5418
5418
|
return;
|
|
5419
5419
|
}
|
|
5420
5420
|
const a = {};
|
|
5421
|
-
return W(a, o), a.basic.id = P(16), a.basic.key =
|
|
5421
|
+
return W(a, o), a.basic.id = P(16), a.basic.key = Rt.key, a.children = [], a.settings.value = i, a;
|
|
5422
5422
|
}
|
|
5423
|
-
function
|
|
5423
|
+
function Rl(t, e) {
|
|
5424
5424
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
5425
5425
|
if (!r) {
|
|
5426
5426
|
console.error(`stepperV1/spawnWindow prop tag not found, ${i}`);
|
|
5427
5427
|
return;
|
|
5428
5428
|
}
|
|
5429
|
-
const l =
|
|
5429
|
+
const l = Dt.props[r];
|
|
5430
5430
|
if (!l) {
|
|
5431
5431
|
console.error(`stepperV1/spawnWindow props not found, ${i}`);
|
|
5432
5432
|
return;
|
|
5433
5433
|
}
|
|
5434
5434
|
const o = {};
|
|
5435
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5435
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Dt.key, o.children = [
|
|
5436
|
+
ht(t, e, "step1", "step 1"),
|
|
5437
|
+
ht(t, e, "step2", "step 2"),
|
|
5438
|
+
ht(t, e, "step3", "step 3")
|
|
5439
5439
|
], o;
|
|
5440
5440
|
}
|
|
5441
|
-
function
|
|
5441
|
+
function ht(t, e, i, r) {
|
|
5442
5442
|
const l = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5443
5443
|
if (!o) {
|
|
5444
5444
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${l}`);
|
|
5445
5445
|
return;
|
|
5446
5446
|
}
|
|
5447
|
-
const a =
|
|
5447
|
+
const a = Et.props[o];
|
|
5448
5448
|
if (!a) {
|
|
5449
5449
|
console.error(`stepperV1/spawnWindowItem props not found, ${l}`);
|
|
5450
5450
|
return;
|
|
5451
5451
|
}
|
|
5452
5452
|
const c = {};
|
|
5453
|
-
return W(c, a), c.basic.id = P(16), c.basic.key =
|
|
5453
|
+
return W(c, a), c.basic.id = P(16), c.basic.key = Et.key, c.children = [Dl(t, e, r)], c.settings.value = i, c;
|
|
5454
5454
|
}
|
|
5455
|
-
function
|
|
5455
|
+
function Dl(t, e, i) {
|
|
5456
5456
|
const r = `type=${t} subtype=${e}`, l = L(t, e);
|
|
5457
5457
|
if (!l) {
|
|
5458
5458
|
console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
|
|
@@ -5466,7 +5466,7 @@ function Nl(t, e, i) {
|
|
|
5466
5466
|
const a = {};
|
|
5467
5467
|
return W(a, o), a.basic.id = P(16), a.basic.key = xe.key, a.children = [], a.settings.title = i, a;
|
|
5468
5468
|
}
|
|
5469
|
-
const
|
|
5469
|
+
const ei = {
|
|
5470
5470
|
key: "settings",
|
|
5471
5471
|
name: "x-runtime-lib.settings",
|
|
5472
5472
|
children: [
|
|
@@ -5483,24 +5483,24 @@ const Zn = {
|
|
|
5483
5483
|
default: !1
|
|
5484
5484
|
}
|
|
5485
5485
|
]
|
|
5486
|
-
},
|
|
5487
|
-
key:
|
|
5486
|
+
}, Ft = {
|
|
5487
|
+
key: st,
|
|
5488
5488
|
name: "x-runtime-lib.stepper",
|
|
5489
|
-
comp:
|
|
5489
|
+
comp: Lr,
|
|
5490
5490
|
props: {
|
|
5491
|
-
pageCommon: [y,
|
|
5492
|
-
compCommon: [y,
|
|
5491
|
+
pageCommon: [y, ei],
|
|
5492
|
+
compCommon: [y, ei]
|
|
5493
5493
|
},
|
|
5494
5494
|
events: [],
|
|
5495
5495
|
methods: [],
|
|
5496
5496
|
slots: [],
|
|
5497
|
-
spawn:
|
|
5497
|
+
spawn: Bl
|
|
5498
5498
|
};
|
|
5499
|
-
C(
|
|
5500
|
-
const
|
|
5501
|
-
key:
|
|
5499
|
+
C(Ft);
|
|
5500
|
+
const El = {
|
|
5501
|
+
key: rt,
|
|
5502
5502
|
name: "x-runtime-lib.switch",
|
|
5503
|
-
comp:
|
|
5503
|
+
comp: Gr,
|
|
5504
5504
|
props: {
|
|
5505
5505
|
pageCommon: [y],
|
|
5506
5506
|
compCommon: [y]
|
|
@@ -5510,8 +5510,8 @@ const Rl = {
|
|
|
5510
5510
|
slots: [],
|
|
5511
5511
|
leaf: !0
|
|
5512
5512
|
};
|
|
5513
|
-
C(
|
|
5514
|
-
const
|
|
5513
|
+
C(El);
|
|
5514
|
+
const ti = {
|
|
5515
5515
|
key: "settings",
|
|
5516
5516
|
name: "x-runtime-lib.settings",
|
|
5517
5517
|
children: [
|
|
@@ -5528,62 +5528,62 @@ const qn = {
|
|
|
5528
5528
|
default: ""
|
|
5529
5529
|
}
|
|
5530
5530
|
]
|
|
5531
|
-
},
|
|
5532
|
-
key:
|
|
5531
|
+
}, Mt = {
|
|
5532
|
+
key: Ui,
|
|
5533
5533
|
name: "x-runtime-lib.tab",
|
|
5534
|
-
comp:
|
|
5534
|
+
comp: jr,
|
|
5535
5535
|
props: {
|
|
5536
|
-
pageCommon: [y,
|
|
5537
|
-
compCommon: [y,
|
|
5536
|
+
pageCommon: [y, ti],
|
|
5537
|
+
compCommon: [y, ti]
|
|
5538
5538
|
},
|
|
5539
5539
|
events: [],
|
|
5540
5540
|
methods: [],
|
|
5541
5541
|
slots: [],
|
|
5542
5542
|
leaf: !0
|
|
5543
5543
|
};
|
|
5544
|
-
C(
|
|
5545
|
-
function
|
|
5544
|
+
C(Mt);
|
|
5545
|
+
function Fl(t, e) {
|
|
5546
5546
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
5547
5547
|
if (!r) {
|
|
5548
5548
|
console.error(`tabsV1/spawn prop tag not found, ${i}`);
|
|
5549
5549
|
return;
|
|
5550
5550
|
}
|
|
5551
|
-
const l =
|
|
5551
|
+
const l = Ht.props[r];
|
|
5552
5552
|
if (!l) {
|
|
5553
5553
|
console.error(`tabsV1/spawn props not found, ${i}`);
|
|
5554
5554
|
return;
|
|
5555
5555
|
}
|
|
5556
5556
|
const o = {};
|
|
5557
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5557
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Ht.key, o.children = [
|
|
5558
|
+
gt(t, e, "tab1", "tab 1"),
|
|
5559
|
+
gt(t, e, "tab2", "tab 2"),
|
|
5560
|
+
gt(t, e, "tab3", "tab 3")
|
|
5561
5561
|
], o;
|
|
5562
5562
|
}
|
|
5563
|
-
function
|
|
5563
|
+
function gt(t, e, i, r) {
|
|
5564
5564
|
const l = `type=${t} subtype=${e}`, o = L(t, e);
|
|
5565
5565
|
if (!o) {
|
|
5566
5566
|
console.error(`tabsV1/spawnTab prop tag not found, ${l}`);
|
|
5567
5567
|
return;
|
|
5568
5568
|
}
|
|
5569
|
-
const a =
|
|
5569
|
+
const a = Mt.props[o];
|
|
5570
5570
|
if (!a) {
|
|
5571
5571
|
console.error(`tabsV1/spawnTab props not found, ${l}`);
|
|
5572
5572
|
return;
|
|
5573
5573
|
}
|
|
5574
5574
|
const c = {};
|
|
5575
|
-
return W(c, a), c.basic.id = P(16), c.basic.key =
|
|
5575
|
+
return W(c, a), c.basic.id = P(16), c.basic.key = Mt.key, c.settings.value = i, c.settings.text = r, c;
|
|
5576
5576
|
}
|
|
5577
|
-
const
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
const
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
const
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
const
|
|
5577
|
+
const pn = F(K);
|
|
5578
|
+
pn.key = "backgroundColor";
|
|
5579
|
+
pn.name = "x-runtime-lib.backgroundColor";
|
|
5580
|
+
const fn = F(K);
|
|
5581
|
+
fn.key = "selectedColor";
|
|
5582
|
+
fn.name = "x-runtime-lib.selectedColor";
|
|
5583
|
+
const bn = F(K);
|
|
5584
|
+
bn.key = "sliderColor";
|
|
5585
|
+
bn.name = "x-runtime-lib.sliderColor";
|
|
5586
|
+
const ni = {
|
|
5587
5587
|
key: "settings",
|
|
5588
5588
|
name: "x-runtime-lib.settings",
|
|
5589
5589
|
children: [
|
|
@@ -5659,24 +5659,24 @@ const Qn = {
|
|
|
5659
5659
|
{
|
|
5660
5660
|
key: "color",
|
|
5661
5661
|
name: "x-runtime-lib.color",
|
|
5662
|
-
children: [
|
|
5662
|
+
children: [pn, fn, bn]
|
|
5663
5663
|
}
|
|
5664
5664
|
]
|
|
5665
|
-
},
|
|
5666
|
-
key:
|
|
5665
|
+
}, Ht = {
|
|
5666
|
+
key: lt,
|
|
5667
5667
|
name: "x-runtime-lib.tabs",
|
|
5668
|
-
comp:
|
|
5668
|
+
comp: Ur,
|
|
5669
5669
|
props: {
|
|
5670
|
-
pageCommon: [y,
|
|
5671
|
-
compCommon: [y,
|
|
5670
|
+
pageCommon: [y, ni],
|
|
5671
|
+
compCommon: [y, ni]
|
|
5672
5672
|
},
|
|
5673
5673
|
events: [],
|
|
5674
5674
|
methods: [],
|
|
5675
5675
|
slots: [],
|
|
5676
|
-
spawn:
|
|
5676
|
+
spawn: Fl
|
|
5677
5677
|
};
|
|
5678
|
-
C(
|
|
5679
|
-
function
|
|
5678
|
+
C(Ht);
|
|
5679
|
+
function Ml(t, e) {
|
|
5680
5680
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
5681
5681
|
if (!r) {
|
|
5682
5682
|
console.error(`textV1/spawn prop tag not found, ${i}`);
|
|
@@ -5690,7 +5690,7 @@ function El(t, e) {
|
|
|
5690
5690
|
const o = {};
|
|
5691
5691
|
return W(o, l), o.basic.id = P(16), o.basic.key = ae.key, o.settings.text = "text", o;
|
|
5692
5692
|
}
|
|
5693
|
-
const
|
|
5693
|
+
const ii = {
|
|
5694
5694
|
key: "settings",
|
|
5695
5695
|
name: "x-runtime-lib.settings",
|
|
5696
5696
|
children: [
|
|
@@ -5777,35 +5777,35 @@ const ei = {
|
|
|
5777
5777
|
}
|
|
5778
5778
|
]
|
|
5779
5779
|
}, ae = {
|
|
5780
|
-
key:
|
|
5780
|
+
key: at,
|
|
5781
5781
|
name: "x-runtime-lib.text",
|
|
5782
|
-
comp:
|
|
5782
|
+
comp: Or,
|
|
5783
5783
|
props: {
|
|
5784
|
-
pageCommon: [y,
|
|
5785
|
-
compCommon: [y,
|
|
5784
|
+
pageCommon: [y, ii],
|
|
5785
|
+
compCommon: [y, ii]
|
|
5786
5786
|
},
|
|
5787
5787
|
events: [],
|
|
5788
5788
|
methods: [],
|
|
5789
5789
|
slots: [],
|
|
5790
5790
|
leaf: !0,
|
|
5791
|
-
spawn:
|
|
5791
|
+
spawn: Ml
|
|
5792
5792
|
};
|
|
5793
5793
|
C(ae);
|
|
5794
|
-
function
|
|
5794
|
+
function Hl(t, e) {
|
|
5795
5795
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
5796
5796
|
if (!r) {
|
|
5797
5797
|
console.error(`textareaV1/spawn prop tag not found, ${i}`);
|
|
5798
5798
|
return;
|
|
5799
5799
|
}
|
|
5800
|
-
const l =
|
|
5800
|
+
const l = Gt.props[r];
|
|
5801
5801
|
if (!l) {
|
|
5802
5802
|
console.error(`textareaV1/spawn props not found, ${i}`);
|
|
5803
5803
|
return;
|
|
5804
5804
|
}
|
|
5805
5805
|
const o = {};
|
|
5806
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
5806
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Gt.key, o.settings.label = "label", o;
|
|
5807
5807
|
}
|
|
5808
|
-
const
|
|
5808
|
+
const oi = {
|
|
5809
5809
|
key: "settings",
|
|
5810
5810
|
name: "x-runtime-lib.settings",
|
|
5811
5811
|
children: [
|
|
@@ -5876,25 +5876,25 @@ const ti = {
|
|
|
5876
5876
|
default: 0
|
|
5877
5877
|
}
|
|
5878
5878
|
]
|
|
5879
|
-
},
|
|
5880
|
-
key:
|
|
5879
|
+
}, Gt = {
|
|
5880
|
+
key: ut,
|
|
5881
5881
|
name: "x-runtime-lib.textarea",
|
|
5882
|
-
comp:
|
|
5882
|
+
comp: Kr,
|
|
5883
5883
|
props: {
|
|
5884
|
-
pageCommon: [y,
|
|
5885
|
-
compCommon: [y,
|
|
5884
|
+
pageCommon: [y, oi],
|
|
5885
|
+
compCommon: [y, oi]
|
|
5886
5886
|
},
|
|
5887
5887
|
events: [],
|
|
5888
5888
|
methods: [],
|
|
5889
5889
|
slots: [],
|
|
5890
5890
|
leaf: !0,
|
|
5891
|
-
spawn:
|
|
5891
|
+
spawn: Hl
|
|
5892
5892
|
};
|
|
5893
|
-
C(
|
|
5893
|
+
C(Gt);
|
|
5894
5894
|
const jt = {
|
|
5895
|
-
key:
|
|
5895
|
+
key: Oi,
|
|
5896
5896
|
name: "x-runtime-lib.timelineItem",
|
|
5897
|
-
comp:
|
|
5897
|
+
comp: qr,
|
|
5898
5898
|
props: {
|
|
5899
5899
|
pageCommon: [y],
|
|
5900
5900
|
compCommon: [y]
|
|
@@ -5904,25 +5904,25 @@ const jt = {
|
|
|
5904
5904
|
slots: []
|
|
5905
5905
|
};
|
|
5906
5906
|
C(jt);
|
|
5907
|
-
function
|
|
5907
|
+
function Gl(t, e) {
|
|
5908
5908
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
5909
5909
|
if (!r) {
|
|
5910
5910
|
console.error(`timelineV1/spawn prop tag not found, ${i}`);
|
|
5911
5911
|
return;
|
|
5912
5912
|
}
|
|
5913
|
-
const l =
|
|
5913
|
+
const l = Ut.props[r];
|
|
5914
5914
|
if (!l) {
|
|
5915
5915
|
console.error(`timelineV1/spawn props not found, ${i}`);
|
|
5916
5916
|
return;
|
|
5917
5917
|
}
|
|
5918
5918
|
const o = {};
|
|
5919
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
5920
|
-
|
|
5921
|
-
|
|
5922
|
-
|
|
5919
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Ut.key, o.children = [
|
|
5920
|
+
xt(t, e, "timeline 1"),
|
|
5921
|
+
xt(t, e, "timeline 2"),
|
|
5922
|
+
xt(t, e, "timeline 3")
|
|
5923
5923
|
], o;
|
|
5924
5924
|
}
|
|
5925
|
-
function
|
|
5925
|
+
function xt(t, e, i) {
|
|
5926
5926
|
const r = `type=${t} subtype=${e}`, l = L(t, e);
|
|
5927
5927
|
if (!l) {
|
|
5928
5928
|
console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
|
|
@@ -5934,9 +5934,9 @@ function Re(t, e, i) {
|
|
|
5934
5934
|
return;
|
|
5935
5935
|
}
|
|
5936
5936
|
const a = {};
|
|
5937
|
-
return W(a, o), a.basic.id = P(16), a.basic.key = jt.key, a.children = [
|
|
5937
|
+
return W(a, o), a.basic.id = P(16), a.basic.key = jt.key, a.children = [jl(t, e, i)], a;
|
|
5938
5938
|
}
|
|
5939
|
-
function
|
|
5939
|
+
function jl(t, e, i) {
|
|
5940
5940
|
const r = `type=${t} subtype=${e}`, l = L(t, e);
|
|
5941
5941
|
if (!l) {
|
|
5942
5942
|
console.error(`timelineV1/spawnText prop tag not found, ${r}`);
|
|
@@ -5950,7 +5950,7 @@ function Hl(t, e, i) {
|
|
|
5950
5950
|
const a = {};
|
|
5951
5951
|
return W(a, o), a.basic.id = P(16), a.basic.key = ae.key, a.settings.text = i, a;
|
|
5952
5952
|
}
|
|
5953
|
-
const
|
|
5953
|
+
const Ul = F(K), Ol = F(K), si = {
|
|
5954
5954
|
key: "settings",
|
|
5955
5955
|
name: "x-runtime-lib.settings",
|
|
5956
5956
|
children: [
|
|
@@ -5998,7 +5998,7 @@ const jl = F(K), Gl = F(K), ni = {
|
|
|
5998
5998
|
ui: "switch",
|
|
5999
5999
|
default: !1
|
|
6000
6000
|
},
|
|
6001
|
-
|
|
6001
|
+
Ul
|
|
6002
6002
|
]
|
|
6003
6003
|
},
|
|
6004
6004
|
{
|
|
@@ -6024,28 +6024,28 @@ const jl = F(K), Gl = F(K), ni = {
|
|
|
6024
6024
|
ui: "numInput",
|
|
6025
6025
|
default: 0
|
|
6026
6026
|
},
|
|
6027
|
-
|
|
6027
|
+
Ol
|
|
6028
6028
|
]
|
|
6029
6029
|
}
|
|
6030
6030
|
]
|
|
6031
|
-
},
|
|
6032
|
-
key:
|
|
6031
|
+
}, Ut = {
|
|
6032
|
+
key: dt,
|
|
6033
6033
|
name: "x-runtime-lib.timeline",
|
|
6034
|
-
comp:
|
|
6034
|
+
comp: Xr,
|
|
6035
6035
|
props: {
|
|
6036
|
-
pageCommon: [y,
|
|
6037
|
-
compCommon: [y,
|
|
6036
|
+
pageCommon: [y, si],
|
|
6037
|
+
compCommon: [y, si]
|
|
6038
6038
|
},
|
|
6039
6039
|
events: [],
|
|
6040
6040
|
methods: [],
|
|
6041
6041
|
slots: [],
|
|
6042
|
-
spawn:
|
|
6042
|
+
spawn: Gl
|
|
6043
6043
|
};
|
|
6044
|
-
C(
|
|
6045
|
-
const
|
|
6046
|
-
key:
|
|
6044
|
+
C(Ut);
|
|
6045
|
+
const Ot = {
|
|
6046
|
+
key: Ki,
|
|
6047
6047
|
name: "x-runtime-lib.windowItem",
|
|
6048
|
-
comp:
|
|
6048
|
+
comp: nl,
|
|
6049
6049
|
props: {
|
|
6050
6050
|
pageCommon: [y],
|
|
6051
6051
|
compCommon: [y]
|
|
@@ -6054,40 +6054,40 @@ const Ut = {
|
|
|
6054
6054
|
methods: [],
|
|
6055
6055
|
slots: []
|
|
6056
6056
|
};
|
|
6057
|
-
C(
|
|
6058
|
-
function
|
|
6057
|
+
C(Ot);
|
|
6058
|
+
function Kl(t, e) {
|
|
6059
6059
|
const i = `type=${t} subtype=${e}`, r = L(t, e);
|
|
6060
6060
|
if (!r) {
|
|
6061
6061
|
console.error(`windowV1/spawn prop tag not found, ${i}`);
|
|
6062
6062
|
return;
|
|
6063
6063
|
}
|
|
6064
|
-
const l =
|
|
6064
|
+
const l = Kt.props[r];
|
|
6065
6065
|
if (!l) {
|
|
6066
6066
|
console.error(`windowV1/spawn props not found, ${i}`);
|
|
6067
6067
|
return;
|
|
6068
6068
|
}
|
|
6069
6069
|
const o = {};
|
|
6070
|
-
return W(o, l), o.basic.id = P(16), o.basic.key =
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6070
|
+
return W(o, l), o.basic.id = P(16), o.basic.key = Kt.key, o.children = [
|
|
6071
|
+
vt(t, e, "window 1"),
|
|
6072
|
+
vt(t, e, "window 2"),
|
|
6073
|
+
vt(t, e, "window 3")
|
|
6074
6074
|
], o;
|
|
6075
6075
|
}
|
|
6076
|
-
function
|
|
6076
|
+
function vt(t, e, i) {
|
|
6077
6077
|
const r = `type=${t} subtype=${e}`, l = L(t, e);
|
|
6078
6078
|
if (!l) {
|
|
6079
6079
|
console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
|
|
6080
6080
|
return;
|
|
6081
6081
|
}
|
|
6082
|
-
const o =
|
|
6082
|
+
const o = Ot.props[l];
|
|
6083
6083
|
if (!o) {
|
|
6084
6084
|
console.error(`windowV1/spawnEntry props not found, ${r}`);
|
|
6085
6085
|
return;
|
|
6086
6086
|
}
|
|
6087
6087
|
const a = {};
|
|
6088
|
-
return W(a, o), a.basic.id = P(16), a.basic.key =
|
|
6088
|
+
return W(a, o), a.basic.id = P(16), a.basic.key = Ot.key, a.children = [Jl(t, e, i)], a;
|
|
6089
6089
|
}
|
|
6090
|
-
function
|
|
6090
|
+
function Jl(t, e, i) {
|
|
6091
6091
|
const r = `type=${t} subtype=${e}`, l = L(t, e);
|
|
6092
6092
|
if (!l) {
|
|
6093
6093
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
|
|
@@ -6099,9 +6099,9 @@ function Ol(t, e, i) {
|
|
|
6099
6099
|
return;
|
|
6100
6100
|
}
|
|
6101
6101
|
const a = {};
|
|
6102
|
-
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 = [
|
|
6102
|
+
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 = [Xl(t, e, i)], a;
|
|
6103
6103
|
}
|
|
6104
|
-
function
|
|
6104
|
+
function Xl(t, e, i) {
|
|
6105
6105
|
const r = `type=${t} subtype=${e}`, l = L(t, e);
|
|
6106
6106
|
if (!l) {
|
|
6107
6107
|
console.error(`windowV1/spawnText prop tag not found, ${r}`);
|
|
@@ -6115,7 +6115,7 @@ function Kl(t, e, i) {
|
|
|
6115
6115
|
const a = {};
|
|
6116
6116
|
return W(a, o), a.basic.id = P(16), a.basic.key = ae.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
6117
6117
|
}
|
|
6118
|
-
const
|
|
6118
|
+
const ri = {
|
|
6119
6119
|
key: "settings",
|
|
6120
6120
|
name: "x-runtime-lib.settings",
|
|
6121
6121
|
children: [
|
|
@@ -6163,47 +6163,47 @@ const ii = {
|
|
|
6163
6163
|
default: !1
|
|
6164
6164
|
}
|
|
6165
6165
|
]
|
|
6166
|
-
},
|
|
6167
|
-
key:
|
|
6166
|
+
}, Kt = {
|
|
6167
|
+
key: mt,
|
|
6168
6168
|
name: "x-runtime-lib.window",
|
|
6169
|
-
comp:
|
|
6169
|
+
comp: Qr,
|
|
6170
6170
|
props: {
|
|
6171
|
-
pageCommon: [y,
|
|
6172
|
-
compCommon: [y,
|
|
6171
|
+
pageCommon: [y, ri],
|
|
6172
|
+
compCommon: [y, ri]
|
|
6173
6173
|
},
|
|
6174
6174
|
events: [],
|
|
6175
6175
|
methods: [],
|
|
6176
6176
|
slots: [],
|
|
6177
|
-
spawn:
|
|
6177
|
+
spawn: Kl
|
|
6178
6178
|
};
|
|
6179
|
-
C(
|
|
6180
|
-
const
|
|
6179
|
+
C(Kt);
|
|
6180
|
+
const Yl = [
|
|
6181
6181
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
6182
6182
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6183
6183
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6184
6184
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6185
|
-
],
|
|
6185
|
+
], Zl = [
|
|
6186
6186
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6187
6187
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6188
6188
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6189
6189
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6190
|
-
],
|
|
6190
|
+
], ql = [
|
|
6191
6191
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6192
6192
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6193
6193
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6194
6194
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
6195
|
-
],
|
|
6195
|
+
], Ql = [
|
|
6196
6196
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6197
6197
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6198
6198
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6199
|
-
],
|
|
6199
|
+
], ea = [
|
|
6200
6200
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6201
6201
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6202
6202
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6203
|
-
],
|
|
6203
|
+
], ta = [
|
|
6204
6204
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6205
6205
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6206
|
-
],
|
|
6206
|
+
], na = [
|
|
6207
6207
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
6208
6208
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6209
6209
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -6211,20 +6211,20 @@ const Jl = [
|
|
|
6211
6211
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
6212
6212
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
6213
6213
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6214
|
-
],
|
|
6214
|
+
], ia = [
|
|
6215
6215
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6216
6216
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6217
6217
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6218
6218
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6219
6219
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6220
6220
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6221
|
-
],
|
|
6221
|
+
], oa = [
|
|
6222
6222
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6223
6223
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6224
6224
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6225
6225
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6226
6226
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6227
|
-
],
|
|
6227
|
+
], sa = [
|
|
6228
6228
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6229
6229
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6230
6230
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -6232,12 +6232,12 @@ const Jl = [
|
|
|
6232
6232
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
6233
6233
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6234
6234
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6235
|
-
],
|
|
6235
|
+
], ra = [
|
|
6236
6236
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6237
6237
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6238
6238
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6239
6239
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6240
|
-
],
|
|
6240
|
+
], la = [
|
|
6241
6241
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6242
6242
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
6243
6243
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -6245,24 +6245,24 @@ const Jl = [
|
|
|
6245
6245
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
6246
6246
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
6247
6247
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
6248
|
-
],
|
|
6248
|
+
], aa = [
|
|
6249
6249
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6250
6250
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6251
6251
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6252
6252
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6253
6253
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6254
6254
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6255
|
-
],
|
|
6255
|
+
], ua = [
|
|
6256
6256
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6257
6257
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6258
6258
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6259
|
-
],
|
|
6259
|
+
], ca = [
|
|
6260
6260
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
6261
6261
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
6262
6262
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6263
6263
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
6264
6264
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
6265
|
-
],
|
|
6265
|
+
], da = [
|
|
6266
6266
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6267
6267
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6268
6268
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6270,18 +6270,18 @@ const Jl = [
|
|
|
6270
6270
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6271
6271
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6272
6272
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6273
|
-
],
|
|
6273
|
+
], ma = [
|
|
6274
6274
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6275
6275
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6276
6276
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6277
6277
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6278
6278
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6279
|
-
],
|
|
6279
|
+
], pa = [
|
|
6280
6280
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6281
6281
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6282
6282
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
6283
6283
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
6284
|
-
],
|
|
6284
|
+
], fa = [
|
|
6285
6285
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6286
6286
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
6287
6287
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -6296,7 +6296,7 @@ const Jl = [
|
|
|
6296
6296
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
6297
6297
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
6298
6298
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
6299
|
-
],
|
|
6299
|
+
], ba = [
|
|
6300
6300
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6301
6301
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6302
6302
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -6307,53 +6307,53 @@ const Jl = [
|
|
|
6307
6307
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6308
6308
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6309
6309
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6310
|
-
],
|
|
6310
|
+
], ya = [
|
|
6311
6311
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6312
6312
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6313
6313
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6314
|
-
],
|
|
6314
|
+
], ha = [
|
|
6315
6315
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6316
6316
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6317
|
-
],
|
|
6317
|
+
], ga = [
|
|
6318
6318
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6319
6319
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6320
|
-
],
|
|
6320
|
+
], xa = [
|
|
6321
6321
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6322
6322
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6323
6323
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
6324
|
-
],
|
|
6324
|
+
], va = [
|
|
6325
6325
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6326
6326
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6327
6327
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6328
6328
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
6329
|
-
],
|
|
6329
|
+
], ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6330
6330
|
__proto__: null,
|
|
6331
|
-
alignTabsItemsV1:
|
|
6332
|
-
axisTypeItemsV1:
|
|
6333
|
-
borderStyleItemsV1:
|
|
6334
|
-
colorModeItemsV1:
|
|
6335
|
-
densityItemsV1:
|
|
6336
|
-
directionItemsV1:
|
|
6337
|
-
fieldVariantItemsV1:
|
|
6338
|
-
flexCrossAlignItemsV1:
|
|
6339
|
-
flexDirectionItemsV1:
|
|
6340
|
-
flexMainAlignItemsV1:
|
|
6341
|
-
flexWrapItemsV1:
|
|
6342
|
-
fontWeightItemsV1:
|
|
6343
|
-
sheetVariantItemsV1:
|
|
6344
|
-
showTicksItemsV1:
|
|
6345
|
-
sizeItemsV1:
|
|
6346
|
-
textAlignItemsV1:
|
|
6347
|
-
textDecorationItemsV1:
|
|
6348
|
-
textEmphasisItemsV1:
|
|
6349
|
-
textStyleItemsV1:
|
|
6350
|
-
themeColorItemsV1:
|
|
6351
|
-
thumbLabelItemsV1:
|
|
6352
|
-
timelineAlignItemsV1:
|
|
6353
|
-
timelineDirectionItemsV1:
|
|
6354
|
-
timelineSideItemsV1:
|
|
6355
|
-
timelineTruncateLineItemsV1:
|
|
6356
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6331
|
+
alignTabsItemsV1: Yl,
|
|
6332
|
+
axisTypeItemsV1: Zl,
|
|
6333
|
+
borderStyleItemsV1: ql,
|
|
6334
|
+
colorModeItemsV1: Ql,
|
|
6335
|
+
densityItemsV1: ea,
|
|
6336
|
+
directionItemsV1: ta,
|
|
6337
|
+
fieldVariantItemsV1: na,
|
|
6338
|
+
flexCrossAlignItemsV1: ia,
|
|
6339
|
+
flexDirectionItemsV1: oa,
|
|
6340
|
+
flexMainAlignItemsV1: sa,
|
|
6341
|
+
flexWrapItemsV1: ra,
|
|
6342
|
+
fontWeightItemsV1: la,
|
|
6343
|
+
sheetVariantItemsV1: aa,
|
|
6344
|
+
showTicksItemsV1: ua,
|
|
6345
|
+
sizeItemsV1: ca,
|
|
6346
|
+
textAlignItemsV1: da,
|
|
6347
|
+
textDecorationItemsV1: ma,
|
|
6348
|
+
textEmphasisItemsV1: pa,
|
|
6349
|
+
textStyleItemsV1: fa,
|
|
6350
|
+
themeColorItemsV1: ba,
|
|
6351
|
+
thumbLabelItemsV1: ya,
|
|
6352
|
+
timelineAlignItemsV1: ha,
|
|
6353
|
+
timelineDirectionItemsV1: ga,
|
|
6354
|
+
timelineSideItemsV1: xa,
|
|
6355
|
+
timelineTruncateLineItemsV1: va
|
|
6356
|
+
}, Symbol.toStringTag, { value: "Module" })), _a = [
|
|
6357
6357
|
{
|
|
6358
6358
|
title: "x-runtime-lib.notSet",
|
|
6359
6359
|
value: "",
|
|
@@ -6386,14 +6386,14 @@ const Jl = [
|
|
|
6386
6386
|
title: "x-runtime-lib.pixel",
|
|
6387
6387
|
value: "pixel",
|
|
6388
6388
|
ui: "pixelInput",
|
|
6389
|
-
validator:
|
|
6389
|
+
validator: Te,
|
|
6390
6390
|
default: "0px",
|
|
6391
6391
|
precision: 0,
|
|
6392
6392
|
min: 0,
|
|
6393
6393
|
max: 1 / 0,
|
|
6394
6394
|
step: 1
|
|
6395
6395
|
}
|
|
6396
|
-
],
|
|
6396
|
+
], wa = [
|
|
6397
6397
|
{
|
|
6398
6398
|
title: "x-runtime-lib.notSet",
|
|
6399
6399
|
value: "",
|
|
@@ -6415,7 +6415,7 @@ const Jl = [
|
|
|
6415
6415
|
validator: (t) => t === "right",
|
|
6416
6416
|
default: "right"
|
|
6417
6417
|
}
|
|
6418
|
-
],
|
|
6418
|
+
], Va = [
|
|
6419
6419
|
{
|
|
6420
6420
|
title: "x-runtime-lib.notSet",
|
|
6421
6421
|
value: "",
|
|
@@ -6434,18 +6434,18 @@ const Jl = [
|
|
|
6434
6434
|
title: "x-runtime-lib.pixel",
|
|
6435
6435
|
value: "pixel",
|
|
6436
6436
|
ui: "pixelInput",
|
|
6437
|
-
validator:
|
|
6437
|
+
validator: Te,
|
|
6438
6438
|
default: "0px"
|
|
6439
6439
|
},
|
|
6440
6440
|
{
|
|
6441
6441
|
title: "x-runtime-lib.percent",
|
|
6442
6442
|
value: "percent",
|
|
6443
6443
|
ui: "percentInput",
|
|
6444
|
-
validator:
|
|
6444
|
+
validator: Yt,
|
|
6445
6445
|
precision: 6,
|
|
6446
6446
|
default: "0%"
|
|
6447
6447
|
}
|
|
6448
|
-
],
|
|
6448
|
+
], $a = [
|
|
6449
6449
|
{
|
|
6450
6450
|
title: "x-runtime-lib.notSet",
|
|
6451
6451
|
value: "",
|
|
@@ -6457,7 +6457,7 @@ const Jl = [
|
|
|
6457
6457
|
title: "x-runtime-lib.pixel",
|
|
6458
6458
|
value: "pixel",
|
|
6459
6459
|
ui: "pixelInput",
|
|
6460
|
-
validator:
|
|
6460
|
+
validator: Te,
|
|
6461
6461
|
min: 0,
|
|
6462
6462
|
default: "0px"
|
|
6463
6463
|
},
|
|
@@ -6465,12 +6465,12 @@ const Jl = [
|
|
|
6465
6465
|
title: "x-runtime-lib.percent",
|
|
6466
6466
|
value: "percent",
|
|
6467
6467
|
ui: "percentInput",
|
|
6468
|
-
validator:
|
|
6468
|
+
validator: Yt,
|
|
6469
6469
|
precision: 6,
|
|
6470
6470
|
min: 0,
|
|
6471
6471
|
default: "0%"
|
|
6472
6472
|
}
|
|
6473
|
-
],
|
|
6473
|
+
], Ia = [
|
|
6474
6474
|
{
|
|
6475
6475
|
title: "x-runtime-lib.notSet",
|
|
6476
6476
|
value: "",
|
|
@@ -6482,7 +6482,7 @@ const Jl = [
|
|
|
6482
6482
|
title: "x-runtime-lib.pixel",
|
|
6483
6483
|
value: "pixel",
|
|
6484
6484
|
ui: "pixelInput",
|
|
6485
|
-
validator:
|
|
6485
|
+
validator: Te,
|
|
6486
6486
|
min: 0,
|
|
6487
6487
|
default: "0px"
|
|
6488
6488
|
},
|
|
@@ -6490,12 +6490,12 @@ const Jl = [
|
|
|
6490
6490
|
title: "x-runtime-lib.percent",
|
|
6491
6491
|
value: "percent",
|
|
6492
6492
|
ui: "percentInput",
|
|
6493
|
-
validator:
|
|
6493
|
+
validator: Yt,
|
|
6494
6494
|
precision: 6,
|
|
6495
6495
|
min: 0,
|
|
6496
6496
|
default: "0%"
|
|
6497
6497
|
}
|
|
6498
|
-
],
|
|
6498
|
+
], Ca = [
|
|
6499
6499
|
{
|
|
6500
6500
|
title: "x-runtime-lib.notSet",
|
|
6501
6501
|
value: "",
|
|
@@ -6524,7 +6524,7 @@ const Jl = [
|
|
|
6524
6524
|
validator: (t) => t === "end",
|
|
6525
6525
|
default: "end"
|
|
6526
6526
|
}
|
|
6527
|
-
],
|
|
6527
|
+
], Sa = [
|
|
6528
6528
|
{
|
|
6529
6529
|
title: "x-runtime-lib.notSet",
|
|
6530
6530
|
value: "",
|
|
@@ -6546,250 +6546,354 @@ const Jl = [
|
|
|
6546
6546
|
validator: (t) => t === "bottom",
|
|
6547
6547
|
default: "bottom"
|
|
6548
6548
|
}
|
|
6549
|
-
],
|
|
6549
|
+
], Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6550
6550
|
__proto__: null,
|
|
6551
|
-
borderWidthTypesV1:
|
|
6552
|
-
leftRightTypesV1:
|
|
6553
|
-
marginTypesV1:
|
|
6554
|
-
paddingTypesV1:
|
|
6555
|
-
sizeTypesV1:
|
|
6556
|
-
tableColumnAlignTypesV1:
|
|
6557
|
-
topBottomTypesV1:
|
|
6558
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6551
|
+
borderWidthTypesV1: _a,
|
|
6552
|
+
leftRightTypesV1: wa,
|
|
6553
|
+
marginTypesV1: Va,
|
|
6554
|
+
paddingTypesV1: $a,
|
|
6555
|
+
sizeTypesV1: Ia,
|
|
6556
|
+
tableColumnAlignTypesV1: Ca,
|
|
6557
|
+
topBottomTypesV1: Sa
|
|
6558
|
+
}, Symbol.toStringTag, { value: "Module" })), za = [
|
|
6559
|
+
{
|
|
6560
|
+
key: "containment",
|
|
6561
|
+
name: "x-runtime-lib.containment",
|
|
6562
|
+
items: [
|
|
6563
|
+
We,
|
|
6564
|
+
Ne,
|
|
6565
|
+
De,
|
|
6566
|
+
He,
|
|
6567
|
+
Ke,
|
|
6568
|
+
Ue,
|
|
6569
|
+
Ze
|
|
6570
|
+
]
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
key: "navigation",
|
|
6574
|
+
name: "x-runtime-lib.navigation",
|
|
6575
|
+
items: [en, Qe, lt]
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
key: "formRelated",
|
|
6579
|
+
name: "x-runtime-lib.formRelated",
|
|
6580
|
+
items: [
|
|
6581
|
+
Je,
|
|
6582
|
+
at,
|
|
6583
|
+
ct,
|
|
6584
|
+
ut,
|
|
6585
|
+
qe,
|
|
6586
|
+
it,
|
|
6587
|
+
Me,
|
|
6588
|
+
rt,
|
|
6589
|
+
et,
|
|
6590
|
+
Re,
|
|
6591
|
+
ot,
|
|
6592
|
+
tt,
|
|
6593
|
+
Oe
|
|
6594
|
+
]
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
key: "dataDisplay",
|
|
6598
|
+
name: "x-runtime-lib.dataDisplay",
|
|
6599
|
+
items: [rn, Ge, Pe, Ye]
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
key: "selection",
|
|
6603
|
+
name: "x-runtime-lib.selection",
|
|
6604
|
+
items: [
|
|
6605
|
+
Be,
|
|
6606
|
+
Le,
|
|
6607
|
+
Ee,
|
|
6608
|
+
st,
|
|
6609
|
+
mt
|
|
6610
|
+
]
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
key: "feedback",
|
|
6614
|
+
name: "x-runtime-lib.feedback",
|
|
6615
|
+
items: [Ae, nt, dt]
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
key: "imagesAndIcons",
|
|
6619
|
+
name: "x-runtime-lib.imagesAndIcons",
|
|
6620
|
+
items: [Xe]
|
|
6621
|
+
},
|
|
6622
|
+
{
|
|
6623
|
+
key: "pickers",
|
|
6624
|
+
name: "x-runtime-lib.pickers",
|
|
6625
|
+
items: [Fe, je]
|
|
6626
|
+
},
|
|
6627
|
+
{
|
|
6628
|
+
key: "dynamic",
|
|
6629
|
+
name: "x-runtime-lib.dynamic",
|
|
6630
|
+
items: [we, on, sn]
|
|
6631
|
+
}
|
|
6632
|
+
], Aa = [
|
|
6633
|
+
{
|
|
6634
|
+
key: "basic",
|
|
6635
|
+
name: "x-runtime-lib.basic",
|
|
6636
|
+
items: [nn]
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
key: "geometries",
|
|
6640
|
+
name: "x-runtime-lib.geometries",
|
|
6641
|
+
items: [tn]
|
|
6642
|
+
}
|
|
6643
|
+
], Pa = [
|
|
6644
|
+
{
|
|
6645
|
+
key: "containment",
|
|
6646
|
+
name: "x-runtime-lib.containment",
|
|
6647
|
+
items: [
|
|
6648
|
+
We,
|
|
6649
|
+
Ne,
|
|
6650
|
+
De,
|
|
6651
|
+
He,
|
|
6652
|
+
Ke,
|
|
6653
|
+
Ue,
|
|
6654
|
+
Ze
|
|
6655
|
+
]
|
|
6656
|
+
},
|
|
6657
|
+
{
|
|
6658
|
+
key: "navigation",
|
|
6659
|
+
name: "x-runtime-lib.navigation",
|
|
6660
|
+
items: [en, Qe, lt]
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
key: "formRelated",
|
|
6664
|
+
name: "x-runtime-lib.formRelated",
|
|
6665
|
+
items: [
|
|
6666
|
+
Je,
|
|
6667
|
+
at,
|
|
6668
|
+
ct,
|
|
6669
|
+
ut,
|
|
6670
|
+
qe,
|
|
6671
|
+
it,
|
|
6672
|
+
Me,
|
|
6673
|
+
rt,
|
|
6674
|
+
et,
|
|
6675
|
+
Re,
|
|
6676
|
+
ot,
|
|
6677
|
+
tt,
|
|
6678
|
+
Oe
|
|
6679
|
+
]
|
|
6680
|
+
},
|
|
6681
|
+
{
|
|
6682
|
+
key: "dataDisplay",
|
|
6683
|
+
name: "x-runtime-lib.dataDisplay",
|
|
6684
|
+
items: [rn, Ge, Pe, Ye]
|
|
6685
|
+
},
|
|
6686
|
+
{
|
|
6687
|
+
key: "selection",
|
|
6688
|
+
name: "x-runtime-lib.selection",
|
|
6689
|
+
items: [
|
|
6690
|
+
Be,
|
|
6691
|
+
Le,
|
|
6692
|
+
Ee,
|
|
6693
|
+
st,
|
|
6694
|
+
mt
|
|
6695
|
+
]
|
|
6696
|
+
},
|
|
6697
|
+
{
|
|
6698
|
+
key: "feedback",
|
|
6699
|
+
name: "x-runtime-lib.feedback",
|
|
6700
|
+
items: [Ae, nt, dt]
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
key: "imagesAndIcons",
|
|
6704
|
+
name: "x-runtime-lib.imagesAndIcons",
|
|
6705
|
+
items: [Xe]
|
|
6706
|
+
},
|
|
6707
|
+
{
|
|
6708
|
+
key: "pickers",
|
|
6709
|
+
name: "x-runtime-lib.pickers",
|
|
6710
|
+
items: [Fe, je]
|
|
6711
|
+
},
|
|
6712
|
+
{
|
|
6713
|
+
key: "dynamic",
|
|
6714
|
+
name: "x-runtime-lib.dynamic",
|
|
6715
|
+
items: [we, on, sn]
|
|
6716
|
+
}
|
|
6717
|
+
], Wa = [
|
|
6718
|
+
{
|
|
6719
|
+
key: "basic",
|
|
6720
|
+
name: "x-runtime-lib.basic",
|
|
6721
|
+
items: [nn]
|
|
6722
|
+
},
|
|
6723
|
+
{
|
|
6724
|
+
key: "geometries",
|
|
6725
|
+
name: "x-runtime-lib.geometries",
|
|
6726
|
+
items: [tn]
|
|
6727
|
+
}
|
|
6728
|
+
], La = {
|
|
6559
6729
|
version: "v1",
|
|
6560
|
-
globalityKey:
|
|
6561
|
-
refKey:
|
|
6562
|
-
items: { ...
|
|
6563
|
-
types: { ...
|
|
6730
|
+
globalityKey: _t,
|
|
6731
|
+
refKey: we,
|
|
6732
|
+
items: { ...ka },
|
|
6733
|
+
types: { ...Ta },
|
|
6564
6734
|
elements: /* @__PURE__ */ new Set([
|
|
6735
|
+
Ae,
|
|
6736
|
+
Pe,
|
|
6737
|
+
tn,
|
|
6738
|
+
en,
|
|
6739
|
+
We,
|
|
6740
|
+
Le,
|
|
6741
|
+
Be,
|
|
6742
|
+
Ne,
|
|
6743
|
+
Re,
|
|
6744
|
+
De,
|
|
6745
|
+
Ee,
|
|
6565
6746
|
Fe,
|
|
6566
|
-
mn,
|
|
6567
6747
|
Me,
|
|
6568
6748
|
He,
|
|
6569
|
-
je,
|
|
6570
6749
|
Ge,
|
|
6750
|
+
je,
|
|
6571
6751
|
Ue,
|
|
6572
6752
|
Oe,
|
|
6573
6753
|
Ke,
|
|
6754
|
+
Ei,
|
|
6574
6755
|
Je,
|
|
6756
|
+
_t,
|
|
6575
6757
|
Xe,
|
|
6576
6758
|
Ye,
|
|
6577
6759
|
Ze,
|
|
6760
|
+
nn,
|
|
6761
|
+
on,
|
|
6578
6762
|
qe,
|
|
6579
6763
|
Qe,
|
|
6764
|
+
Fi,
|
|
6580
6765
|
et,
|
|
6581
6766
|
tt,
|
|
6582
|
-
Ri,
|
|
6583
6767
|
nt,
|
|
6584
|
-
|
|
6768
|
+
sn,
|
|
6585
6769
|
it,
|
|
6770
|
+
we,
|
|
6771
|
+
ot,
|
|
6586
6772
|
st,
|
|
6773
|
+
Mi,
|
|
6774
|
+
Hi,
|
|
6775
|
+
Gi,
|
|
6776
|
+
ji,
|
|
6587
6777
|
rt,
|
|
6588
|
-
|
|
6778
|
+
Ui,
|
|
6779
|
+
rn,
|
|
6589
6780
|
lt,
|
|
6590
6781
|
at,
|
|
6591
|
-
Di,
|
|
6592
6782
|
ut,
|
|
6593
6783
|
ct,
|
|
6594
6784
|
dt,
|
|
6595
|
-
|
|
6785
|
+
Oi,
|
|
6596
6786
|
mt,
|
|
6597
|
-
|
|
6598
|
-
pt,
|
|
6599
|
-
ft,
|
|
6600
|
-
Ei,
|
|
6601
|
-
Fi,
|
|
6602
|
-
Mi,
|
|
6603
|
-
Hi,
|
|
6604
|
-
bt,
|
|
6605
|
-
ji,
|
|
6606
|
-
bn,
|
|
6607
|
-
yt,
|
|
6608
|
-
ht,
|
|
6609
|
-
gt,
|
|
6610
|
-
xt,
|
|
6611
|
-
vt,
|
|
6612
|
-
Gi,
|
|
6613
|
-
kt,
|
|
6614
|
-
Ui
|
|
6787
|
+
Ki
|
|
6615
6788
|
]),
|
|
6616
|
-
groups:
|
|
6617
|
-
|
|
6618
|
-
|
|
6619
|
-
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
tt,
|
|
6626
|
-
Qe,
|
|
6627
|
-
rt
|
|
6628
|
-
]
|
|
6629
|
-
},
|
|
6630
|
-
{
|
|
6631
|
-
key: "navigation",
|
|
6632
|
-
name: "x-runtime-lib.navigation",
|
|
6633
|
-
items: [mn, at, yt]
|
|
6634
|
-
},
|
|
6635
|
-
{
|
|
6636
|
-
key: "formRelated",
|
|
6637
|
-
name: "x-runtime-lib.formRelated",
|
|
6638
|
-
items: [
|
|
6639
|
-
nt,
|
|
6640
|
-
ht,
|
|
6641
|
-
xt,
|
|
6642
|
-
gt,
|
|
6643
|
-
lt,
|
|
6644
|
-
mt,
|
|
6645
|
-
Xe,
|
|
6646
|
-
bt,
|
|
6647
|
-
ut,
|
|
6648
|
-
Ue,
|
|
6649
|
-
pt,
|
|
6650
|
-
ct,
|
|
6651
|
-
et
|
|
6652
|
-
]
|
|
6653
|
-
},
|
|
6654
|
-
{
|
|
6655
|
-
key: "dataDisplay",
|
|
6656
|
-
name: "x-runtime-lib.dataDisplay",
|
|
6657
|
-
items: [bn, Ze, Fe, st]
|
|
6658
|
-
},
|
|
6659
|
-
{
|
|
6660
|
-
key: "selection",
|
|
6661
|
-
name: "x-runtime-lib.selection",
|
|
6662
|
-
items: [
|
|
6663
|
-
je,
|
|
6664
|
-
He,
|
|
6665
|
-
Ke,
|
|
6666
|
-
ft,
|
|
6667
|
-
kt
|
|
6668
|
-
]
|
|
6669
|
-
},
|
|
6670
|
-
{
|
|
6671
|
-
key: "feedback",
|
|
6672
|
-
name: "x-runtime-lib.feedback",
|
|
6673
|
-
items: [Ni, dt, vt]
|
|
6674
|
-
},
|
|
6675
|
-
{
|
|
6676
|
-
key: "imagesAndIcons",
|
|
6677
|
-
name: "x-runtime-lib.imagesAndIcons",
|
|
6678
|
-
items: [it]
|
|
6679
|
-
},
|
|
6680
|
-
{
|
|
6681
|
-
key: "pickers",
|
|
6682
|
-
name: "x-runtime-lib.pickers",
|
|
6683
|
-
items: [Je, qe]
|
|
6684
|
-
},
|
|
6685
|
-
{
|
|
6686
|
-
key: "dynamic",
|
|
6687
|
-
name: "x-runtime-lib.dynamic",
|
|
6688
|
-
items: [Pe, pn, fn]
|
|
6689
|
-
}
|
|
6690
|
-
]
|
|
6691
|
-
}, Oi = {
|
|
6692
|
-
v1: Sa
|
|
6693
|
-
}, Ta = (t, e, i) => {
|
|
6789
|
+
groups: {
|
|
6790
|
+
pageCommon: Pa,
|
|
6791
|
+
pageScene: Wa,
|
|
6792
|
+
compCommon: za,
|
|
6793
|
+
compScene: Aa
|
|
6794
|
+
}
|
|
6795
|
+
}, Ji = {
|
|
6796
|
+
v1: La
|
|
6797
|
+
}, Ba = (t, e, i) => {
|
|
6694
6798
|
const r = t[e];
|
|
6695
6799
|
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((l, o) => {
|
|
6696
6800
|
(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." : ""))));
|
|
6697
6801
|
});
|
|
6698
6802
|
};
|
|
6699
|
-
async function
|
|
6700
|
-
return (await
|
|
6803
|
+
async function su(t) {
|
|
6804
|
+
return (await Ba(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.ismra9q9.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.i2x2m2im.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
6701
6805
|
}
|
|
6702
6806
|
export {
|
|
6703
|
-
|
|
6704
|
-
|
|
6705
|
-
|
|
6706
|
-
|
|
6707
|
-
|
|
6708
|
-
|
|
6709
|
-
|
|
6807
|
+
iu as badgeV1,
|
|
6808
|
+
wt as barChartV1,
|
|
6809
|
+
Ii as breakpoints,
|
|
6810
|
+
ul as btnGroupV1,
|
|
6811
|
+
cl as btnToggleV1,
|
|
6812
|
+
$t as btnV1,
|
|
6813
|
+
Ci as calcBreakpoint,
|
|
6710
6814
|
xe as cardV1,
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6815
|
+
ml as checkboxV1,
|
|
6816
|
+
Ct as chipGroupV1,
|
|
6817
|
+
It as chipV1,
|
|
6818
|
+
bl as colorPickerV1,
|
|
6819
|
+
yl as comboboxV1,
|
|
6820
|
+
Vo as compTypes,
|
|
6821
|
+
St as containerV1,
|
|
6822
|
+
hl as dataTableV1,
|
|
6823
|
+
gl as datePickerV1,
|
|
6824
|
+
xl as dialogV1,
|
|
6825
|
+
Io as duplicateNode,
|
|
6826
|
+
Ja as duplicateNodes,
|
|
6723
6827
|
ge as elements,
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
6828
|
+
Ua as ensureContext,
|
|
6829
|
+
ou as fileInputV1,
|
|
6830
|
+
Tt as flexLayoutEntryV1,
|
|
6727
6831
|
ve as flexLayoutV1,
|
|
6728
|
-
|
|
6832
|
+
Pt as formV1,
|
|
6729
6833
|
P as genId,
|
|
6730
6834
|
ye as getBreakpointProp,
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6835
|
+
hn as getIndexOfBreakpoint,
|
|
6836
|
+
Ka as getNode,
|
|
6837
|
+
gn as getPropDefault,
|
|
6734
6838
|
L as getPropTag,
|
|
6735
|
-
|
|
6736
|
-
|
|
6737
|
-
|
|
6839
|
+
ja as getTypeColor,
|
|
6840
|
+
rl as globalityV1,
|
|
6841
|
+
$l as iconV1,
|
|
6738
6842
|
W as initProps,
|
|
6739
|
-
|
|
6843
|
+
ze as injectDark,
|
|
6740
6844
|
se as injectData,
|
|
6741
|
-
|
|
6845
|
+
To as injectDepends,
|
|
6742
6846
|
ke as injectDevice,
|
|
6743
|
-
|
|
6847
|
+
So as injectEnv,
|
|
6744
6848
|
Q as injectMode,
|
|
6745
|
-
|
|
6849
|
+
Co as injectOrg,
|
|
6746
6850
|
_e as injectSandbox,
|
|
6747
6851
|
oe as injectType,
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6759
|
-
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
|
|
6766
|
-
|
|
6767
|
-
|
|
6768
|
-
|
|
6769
|
-
|
|
6770
|
-
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
|
|
6780
|
-
|
|
6781
|
-
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6852
|
+
Yt as isPercentStr,
|
|
6853
|
+
Te as isPixelStr,
|
|
6854
|
+
Vt as lineChartV1,
|
|
6855
|
+
su as loadLocaleMessageRuntime,
|
|
6856
|
+
Il as menuV1,
|
|
6857
|
+
$o as newEventBus,
|
|
6858
|
+
Wt as numberInputV1,
|
|
6859
|
+
wo as pageTypes,
|
|
6860
|
+
Sl as paginationV1,
|
|
6861
|
+
ft as parsePercentStr,
|
|
6862
|
+
Ha as parsePixelStr,
|
|
6863
|
+
Ji as pkgs,
|
|
6864
|
+
Qa as provideDark,
|
|
6865
|
+
tu as provideData,
|
|
6866
|
+
nu as provideDepends,
|
|
6867
|
+
qa as provideDevice,
|
|
6868
|
+
Ya as provideEnv,
|
|
6869
|
+
Za as provideMode,
|
|
6870
|
+
Xa as provideOrg,
|
|
6871
|
+
zo as provideSandbox,
|
|
6872
|
+
eu as provideType,
|
|
6873
|
+
Bt as radioGroupV1,
|
|
6874
|
+
Lt as radioV1,
|
|
6875
|
+
Al as rangeSliderV1,
|
|
6876
|
+
Pl as ratingV1,
|
|
6877
|
+
_o as reverseBreakpoints,
|
|
6878
|
+
Wl as selectV1,
|
|
6879
|
+
Ll as sliderV1,
|
|
6880
|
+
Oa as spawnNode,
|
|
6881
|
+
qs as startInterpreter,
|
|
6882
|
+
Nt as stepperHeaderV1,
|
|
6883
|
+
Rt as stepperItemV1,
|
|
6884
|
+
Ft as stepperV1,
|
|
6885
|
+
Et as stepperWindowItemV1,
|
|
6886
|
+
Dt as stepperWindowV1,
|
|
6887
|
+
Qs as stopInterpreter,
|
|
6888
|
+
El as switchV1,
|
|
6889
|
+
Mt as tabV1,
|
|
6890
|
+
Ht as tabsV1,
|
|
6891
|
+
At as textFieldV1,
|
|
6788
6892
|
ae as textV1,
|
|
6789
|
-
|
|
6893
|
+
Gt as textareaV1,
|
|
6790
6894
|
jt as timelineItemV1,
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6895
|
+
Ut as timelineV1,
|
|
6896
|
+
Ga as types,
|
|
6897
|
+
Ot as windowItemV1,
|
|
6898
|
+
Kt as windowV1
|
|
6795
6899
|
};
|